@charset 'UTF-8';

@font-face {
  font-family: 'NeoSans';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Neo_Sans_ Regular.woff2') format('woff2'), url('../fonts/Neo_Sans_ Regular.woff') format('woff');
}

@font-face {
  font-family: 'NeoSansBold';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Neo_Sans_ Bold.woff2') format('woff2'), url('../fonts/Neo_Sans_ Bold.woff') format('woff');
}

@font-face {
  font-family: 'jamendo-all-icons';

    src: url('../fonts/jamendo-all-icons.woff2') format('woff2'), url('../fonts/jamendo-all-icons.woff') format('woff');
}
/*! 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 {
  -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

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

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

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

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

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

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

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.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;
    /* 1 */
  font-size: 100%;
    /* 1 */
  line-height: 1.15;
    /* 1 */
  margin: 0;
    /* 2 */
}

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

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

/**
  * 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 {
  padding: 0;
  border-style: none;
}

/**
  * 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: .35em .75em .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 {
    /* 2 */
  display: table;
  box-sizing: border-box;
    /* 1 */
  max-width: 100%;
    /* 1 */
  padding: 0;
    /* 3 */
  white-space: normal;
    /* 1 */
  color: inherit;
    /* 1 */
}

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

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

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

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

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

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

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

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

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

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

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

html {
  font-family: 'NeoSans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
    /*Raleway font fix*/
  font-feature-settings: 'lnum' 1;
}

@media only screen and (max-width: 500px) {
  html {
    font-size: 17px;
  }
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

::-moz-selection {
  background: #c1b6aa;
}

::selection {
  background: #c1b6aa;
}

mark {
  background-color: #efe5d9 !important;
}

q {
  quotes: '“' '”';
}

q::before,
q::after {
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
  color: #002e77;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 60px;
}

h2,
h3 {
  font-size: 42px;
}

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

a {
  line-height: 1.5;
  cursor: pointer;
  text-decoration: none;
  color: initial;
}

p,
em {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}

b {
  font-family: 'NeoSans', Arial, sans-serif;
  font-weight: normal;
  color: #002e77;
}

button {
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
}

button:focus {
  outline: 0 none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.fill-white {
  fill: #fff;
}

.fill-white > * {
  fill: none #fff;
}

/*youtube fix for responsive & ratio dimensions*/
.embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  padding-bottom: 51%;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon-data {
  font-family: 'jamendo-all-icons';
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: relative;
  display: inline-block;
  text-transform: none;
  text-transform: none;
}

.icon {
  font-family: 'jamendo-all-icons';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-transform: none;
  text-transform: none;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon.red {
  color: red;
}

.icon-add-to-playlist:before {
  content: '\e964';
}

.icon-add-thin:before {
  content: '\e992';
}

.icon-album:before {
  content: '\e965';
}

.icon-camera:before {
  content: '\e966';
}

.icon-chevron-thiner:before {
  content: '\e967';
}

.icon-clockwise:before {
  content: '\e968';
}

.icon-comment-2:before {
  content: '\e969';
}

.icon-counterclockwise:before {
  content: '\e96a';
}

.icon-cross-delete-2:before {
  content: '\e96b';
}

.icon-cross-delete-full:before {
  content: '\e96c';
}

.icon-date:before {
  content: '\e96d';
}

.icon-duration:before {
  content: '\e96e';
}

.icon-edit-rounded:before {
  content: '\e96f';
}

.icon-external-link:before {
  content: '\e970';
}

.icon-flag:before {
  content: '\e971';
}

.icon-follow:before {
  content: '\e972';
}

.icon-go-to:before {
  content: '\e973';
}

.icon-go-to-light:before {
  content: '\e974';
}

.icon-handle:before {
  content: '\e975';
}

.icon-hexagon-mask:before {
  content: '\e976';
}

.icon-info-full-new2:before {
  content: '\e977';
}

.icon-info-new2:before {
  content: '\e978';
}

.icon-lock:before {
  content: '\e979';
}

.icon-music-listened:before {
  content: '\e97a';
}

.icon-pause-rounded:before {
  content: '\e97b';
}

.icon-phone:before {
  content: '\e97c';
}

.icon-picture:before {
  content: '\e97d';
}

.icon-playlist:before {
  content: '\e97e';
}

.icon-playlist-access:before {
  content: '\e97f';
}

.icon-play-next:before {
  content: '\e980';
}

.icon-play-stroke:before {
  content: '\e981';
}

.icon-play-stroke-full:before {
  content: '\e982';
}

.icon-profile:before {
  content: '\e983';
}

.icon-queue-access:before {
  content: '\e984';
}

.icon-remove-from-playlist:before {
  content: '\e985';
}

.icon-send:before {
  content: '\e986';
}

.icon-sort-full:before {
  content: '\e987';
}

.icon-sort-stroke:before {
  content: '\e988';
}

.icon-thumbs-down:before {
  content: '\e989';
}

.icon-thumbs-up:before {
  content: '\e98a';
}

.icon-triangle-fill:before {
  content: '\e993';
}

.icon-triangle-full:before {
  content: '\e994';
}

.icon-too-old:before {
  content: '\e98b';
}

.icon-undo:before {
  content: '\e98c';
}

.icon-video-bold:before {
  content: '\e98d';
}

.icon-vk:before {
  content: '\e98e';
}

.icon-volume-minus:before {
  content: '\e98f';
}

.icon-add:before {
  content: '\e900';
}

.icon-add-to-queue:before {
  content: '\e901';
}

.icon-alert-full:before {
  content: '\e902';
}

.icon-alert-line:before {
  content: '\e903';
}

.icon-archive:before {
  content: '\e904';
}

.icon-arrow-bullet:before {
  content: '\e905';
}

.icon-breadcrumb:before {
  content: '\e906';
}

.icon-cart:before {
  content: '\e907';
}

.icon-cart-new:before {
  content: '\e908';
}

.icon-cart-new2:before {
  content: '\e909';
}

.icon-cart-new2-add:before {
  content: '\e990';
}

.icon-cart-new2-added:before {
  content: '\e991';
}

.icon-cart-new-add:before {
  content: '\e90a';
}

.icon-cc:before {
  content: '\e90b';
}

.icon-cc-by:before {
  content: '\e90c';
}

.icon-cc-nc:before {
  content: '\e90d';
}

.icon-cc-nd:before {
  content: '\e90e';
}

.icon-cc-sa:before {
  content: '\e90f';
}

.icon-certificate:before {
  content: '\e910';
}

.icon-check:before {
  content: '\e911';
}

.icon-checkbox-checked-bordered:before {
  content: '\e912';
}

.icon-checkbox-checked-plain:before {
  content: '\e913';
}

.icon-checkbox-unchecked:before {
  content: '\e914';
}

.icon-chevron-down:before {
  content: '\e915';
}

.icon-chevron-left:before {
  content: '\e916';
}

.icon-chevron-new2:before {
  content: '\e917';
}

.icon-chevron-right:before {
  content: '\e918';
}

.icon-chevron-up:before {
  content: '\e919';
}

.icon-close:before {
  content: '\e91a';
}

.icon-comment:before {
  content: '\e91b';
}

.icon-copy:before {
  content: '\e91c';
}

.icon-credit-card-back:before {
  content: '\e91d';
}

.icon-credit-card-front:before {
  content: '\e91e';
}

.icon-cross-delete:before {
  content: '\e91f';
}

.icon-download:before {
  content: '\e920';
}

.icon-download-thin:before {
  content: '\e921';
}

.icon-edit:before {
  content: '\e922';
}

.icon-error-4xx:before {
  content: '\e923';
}

.icon-error-5xx:before {
  content: '\e924';
}

.icon-facebook:before {
  content: '\e925';
}

.icon-facebook-f:before {
  content: '\e926';
}

.icon-fast-backward:before {
  content: '\e998';
}

.icon-fast-forward:before {
  content: '\e999';
}

.icon-filter:before {
  content: '\e927';
}

.icon-globe:before {
  content: '\e928';
}

.icon-heart:before {
  content: '\e929';
}

.icon-heart-on:before {
  content: '\e92a';
}

.icon-hexagon:before {
  content: '\e92b';
}

.icon-hexagon-on:before {
  content: '\e92c';
}

.icon-history:before {
  content: '\e92d';
}

.icon-home:before {
  content: '\e92e';
}

.icon-info-full-new21:before {
  content: '\e92f';
}

.icon-info-new21:before {
  content: '\e930';
}

.icon-information:before {
  content: '\e931';
}

.icon-instagram:before {
  content: '\e932';
}

.icon-licence-l:before {
  content: '\e933';
}

.icon-licence-p:before {
  content: '\e934';
}

.icon-licence-std:before {
  content: '\e935';
}

.icon-link:before {
  content: '\e936';
}

.icon-linkedin:before {
  content: '\e937';
}

.icon-mail:before {
  content: '\e938';
}

.icon-menu:before {
  content: '\e939';
}

.icon-menu-secondary:before {
  content: '\e93a';
}

.icon-menu-tradingdesk:before {
  content: '\e93b';
}

.icon-messenger:before {
  content: '\e93c';
}

.icon-music-note:before {
  content: '\e93d';
}

.icon-mute:before {
  content: '\e93e';
}

.icon-my-music-tradingdesk:before {
  content: '\e93f';
}

.icon-my-music-tradingdesk2:before {
  content: '\e940';
}

.icon-next:before {
  content: '\e941';
}

.icon-pause:before {
  content: '\e942';
}

.icon-pdf:before {
  content: '\e943';
}

.icon-phone1:before {
  content: '\e944';
}

.icon-play:before {
  content: '\e945';
}

.icon-previous:before {
  content: '\e946';
}

.icon-queue:before {
  content: '\e947';
}

.icon-radio-checked-chevron:before {
  content: '\e948';
}

.icon-radio-checked-chevron-plain:before {
  content: '\e949';
}

.icon-radio-checked-round:before {
  content: '\e94a';
}

.icon-radio-unchecked:before {
  content: '\e94b';
}

.icon-reddit:before {
  content: '\e94c';
}

.icon-refine:before {
  content: '\e94d';
}

.icon-remove:before {
  content: '\e94e';
}

.icon-repeat:before {
  content: '\e94f';
}

.icon-repeat-one:before {
  content: '\e950';
}

.icon-repost:before {
  content: '\e951';
}

.icon-sad:before {
  content: '\e952';
}

.icon-search:before {
  content: '\e953';
}

.icon-share:before {
  content: '\e954';
}

.icon-share-stroke:before {
  content: '\e995';
}

.icon-share-video:before {
  content: '\e955';
}

.icon-shuffle:before {
  content: '\e956';
}

.icon-similar:before {
  content: '\e957';
}

.icon-skip-next:before {
  content: '\e996';
}

.icon-skip-previous:before {
  content: '\e997';
}

.icon-sort:before {
  content: '\e958';
}

.icon-sound:before {
  content: '\e959';
}

.icon-streaming:before {
  content: '\e95a';
}

.icon-trash:before {
  content: '\e95b';
}

.icon-twitter:before {
  content: '\e95c';
}

.icon-user:before {
  content: '\e95d';
}

.icon-user-new2:before {
  content: '\e95e';
}

.icon-video:before {
  content: '\e95f';
}

.icon-volume:before {
  content: '\e960';
}

.icon-warning:before {
  content: '\e961';
}

.icon-wrong:before {
  content: '\e962';
}

.icon-youtube:before {
  content: '\e963';
}

.icon-add-to-playlist-s:before {
  content: '\e964';
}

.icon-add-to-queue-s:before {
  content: '\e901';
}

.icon-close-s:before {
  content: '\e91a';
}

.icon-comment-s:before {
  content: '\e91b';
}

.icon-date-s:before {
  content: '\e96d';
}

.icon-download-s:before {
  content: '\e920';
}

.icon-duration-s:before {
  content: '\e96e';
}

.icon-external-link-s:before {
  content: '\e970';
}

.icon-flag-s:before {
  content: '\e971';
}

.icon-follow-s:before {
  content: '\e972';
}

.icon-handle-s:before {
  content: '\e975';
}

.icon-heart-on-s:before {
  content: '\e92a';
}

.icon-lock-s:before {
  content: '\e979';
}

.icon-menu-secondary-s:before {
  content: '\e93a';
}

.icon-pause-s:before {
  content: '\e942';
}

.icon-picture-s:before {
  content: '\e97d';
}

.icon-playlist-access-s:before {
  content: '\e97f';
}

.icon-queue-access-s:before {
  content: '\e984';
}

.icon-repost-s:before {
  content: '\e951';
}

.icon-send-s:before {
  content: '\e986';
}

.icon-share-s:before {
  content: '\e954';
}

.icon-sort-s:before {
  content: '\e958';
}

.icon-thumbs-down-s:before {
  content: '\e989';
}

.icon-thumbs-up-s:before {
  content: '\e98a';
}

.icon-play-s:before {
  content: '\e945';
}

.icon-user-s:before {
  content: '\e95d';
}

.icon-data-add-to-playlist:before {
  content: '\e964';
}

.icon-data-add-thin:before {
  content: '\e992';
}

.icon-data-album:before {
  content: '\e965';
}

.icon-data-camera:before {
  content: '\e966';
}

.icon-data-chevron-thiner:before {
  content: '\e967';
}

.icon-data-clockwise:before {
  content: '\e968';
}

.icon-data-comment-2:before {
  content: '\e969';
}

.icon-data-counterclockwise:before {
  content: '\e96a';
}

.icon-data-cross-delete-2:before {
  content: '\e96b';
}

.icon-data-cross-delete-full:before {
  content: '\e96c';
}

.icon-data-date:before {
  content: '\e96d';
}

.icon-data-duration:before {
  content: '\e96e';
}

.icon-data-edit-rounded:before {
  content: '\e96f';
}

.icon-data-external-link:before {
  content: '\e970';
}

.icon-data-flag:before {
  content: '\e971';
}

.icon-data-follow:before {
  content: '\e972';
}

.icon-data-go-to:before {
  content: '\e973';
}

.icon-data-go-to-light:before {
  content: '\e974';
}

.icon-data-handle:before {
  content: '\e975';
}

.icon-data-hexagon-mask:before {
  content: '\e976';
}

.icon-data-info-full-new2:before {
  content: '\e977';
}

.icon-data-info-new2:before {
  content: '\e978';
}

.icon-data-lock:before {
  content: '\e979';
}

.icon-data-music-listened:before {
  content: '\e97a';
}

.icon-data-pause-rounded:before {
  content: '\e97b';
}

.icon-data-phone:before {
  content: '\e97c';
}

.icon-data-picture:before {
  content: '\e97d';
}

.icon-data-playlist:before {
  content: '\e97e';
}

.icon-data-playlist-access:before {
  content: '\e97f';
}

.icon-data-play-next:before {
  content: '\e980';
}

.icon-data-play-stroke:before {
  content: '\e981';
}

.icon-data-play-stroke-full:before {
  content: '\e982';
}

.icon-data-profile:before {
  content: '\e983';
}

.icon-data-queue-access:before {
  content: '\e984';
}

.icon-data-remove-from-playlist:before {
  content: '\e985';
}

.icon-data-send:before {
  content: '\e986';
}

.icon-data-sort-full:before {
  content: '\e987';
}

.icon-data-sort-stroke:before {
  content: '\e988';
}

.icon-data-thumbs-down:before {
  content: '\e989';
}

.icon-data-thumbs-up:before {
  content: '\e98a';
}

.icon-data-triangle-fill:before {
  content: '\e993';
}

.icon-data-triangle-full:before {
  content: '\e994';
}

.icon-data-too-old:before {
  content: '\e98b';
}

.icon-data-undo:before {
  content: '\e98c';
}

.icon-data-video-bold:before {
  content: '\e98d';
}

.icon-data-vk:before {
  content: '\e98e';
}

.icon-data-volume-minus:before {
  content: '\e98f';
}

.icon-data-add:before {
  content: '\e900';
}

.icon-data-add-to-queue:before {
  content: '\e901';
}

.icon-data-alert-full:before {
  content: '\e902';
}

.icon-data-alert-line:before {
  content: '\e903';
}

.icon-data-archive:before {
  content: '\e904';
}

.icon-data-arrow-bullet:before {
  content: '\e905';
}

.icon-data-breadcrumb:before {
  content: '\e906';
}

.icon-data-cart:before {
  content: '\e907';
}

.icon-data-cart-new:before {
  content: '\e908';
}

.icon-data-cart-new2:before {
  content: '\e909';
}

.icon-data-cart-new2-add:before {
  content: '\e990';
}

.icon-data-cart-new2-added:before {
  content: '\e991';
}

.icon-data-cart-new-add:before {
  content: '\e90a';
}

.icon-data-cc:before {
  content: '\e90b';
}

.icon-data-cc-by:before {
  content: '\e90c';
}

.icon-data-cc-nc:before {
  content: '\e90d';
}

.icon-data-cc-nd:before {
  content: '\e90e';
}

.icon-data-cc-sa:before {
  content: '\e90f';
}

.icon-data-certificate:before {
  content: '\e910';
}

.icon-data-check:before {
  content: '\e911';
}

.icon-data-checkbox-checked-bordered:before {
  content: '\e912';
}

.icon-data-checkbox-checked-plain:before {
  content: '\e913';
}

.icon-data-checkbox-unchecked:before {
  content: '\e914';
}

.icon-data-chevron-down:before {
  content: '\e915';
}

.icon-data-chevron-left:before {
  content: '\e916';
}

.icon-data-chevron-new2:before {
  content: '\e917';
}

.icon-data-chevron-right:before {
  content: '\e918';
}

.icon-data-chevron-up:before {
  content: '\e919';
}

.icon-data-close:before {
  content: '\e91a';
}

.icon-data-comment:before {
  content: '\e91b';
}

.icon-data-copy:before {
  content: '\e91c';
}

.icon-data-credit-card-back:before {
  content: '\e91d';
}

.icon-data-credit-card-front:before {
  content: '\e91e';
}

.icon-data-cross-delete:before {
  content: '\e91f';
}

.icon-data-download:before {
  content: '\e920';
}

.icon-data-download-thin:before {
  content: '\e921';
}

.icon-data-edit:before {
  content: '\e922';
}

.icon-data-error-4xx:before {
  content: '\e923';
}

.icon-data-error-5xx:before {
  content: '\e924';
}

.icon-data-facebook:before {
  content: '\e925';
}

.icon-data-facebook-f:before {
  content: '\e926';
}

.icon-data-fast-backward:before {
  content: '\e998';
}

.icon-data-fast-forward:before {
  content: '\e999';
}

.icon-data-filter:before {
  content: '\e927';
}

.icon-data-globe:before {
  content: '\e928';
}

.icon-data-heart:before {
  content: '\e929';
}

.icon-data-heart-on:before {
  content: '\e92a';
}

.icon-data-hexagon:before {
  content: '\e92b';
}

.icon-data-hexagon-on:before {
  content: '\e92c';
}

.icon-data-history:before {
  content: '\e92d';
}

.icon-data-home:before {
  content: '\e92e';
}

.icon-data-info-full-new21:before {
  content: '\e92f';
}

.icon-data-info-new21:before {
  content: '\e930';
}

.icon-data-information:before {
  content: '\e931';
}

.icon-data-instagram:before {
  content: '\e932';
}

.icon-data-licence-l:before {
  content: '\e933';
}

.icon-data-licence-p:before {
  content: '\e934';
}

.icon-data-licence-std:before {
  content: '\e935';
}

.icon-data-link:before {
  content: '\e936';
}

.icon-data-linkedin:before {
  content: '\e937';
}

.icon-data-mail:before {
  content: '\e938';
}

.icon-data-menu:before {
  content: '\e939';
}

.icon-data-menu-secondary:before {
  content: '\e93a';
}

.icon-data-menu-tradingdesk:before {
  content: '\e93b';
}

.icon-data-messenger:before {
  content: '\e93c';
}

.icon-data-music-note:before {
  content: '\e93d';
}

.icon-data-mute:before {
  content: '\e93e';
}

.icon-data-my-music-tradingdesk:before {
  content: '\e93f';
}

.icon-data-my-music-tradingdesk2:before {
  content: '\e940';
}

.icon-data-next:before {
  content: '\e941';
}

.icon-data-pause:before {
  content: '\e942';
}

.icon-data-pdf:before {
  content: '\e943';
}

.icon-data-phone1:before {
  content: '\e944';
}

.icon-data-play:before {
  content: '\e945';
}

.icon-data-previous:before {
  content: '\e946';
}

.icon-data-queue:before {
  content: '\e947';
}

.icon-data-radio-checked-chevron:before {
  content: '\e948';
}

.icon-data-radio-checked-chevron-plain:before {
  content: '\e949';
}

.icon-data-radio-checked-round:before {
  content: '\e94a';
}

.icon-data-radio-unchecked:before {
  content: '\e94b';
}

.icon-data-reddit:before {
  content: '\e94c';
}

.icon-data-refine:before {
  content: '\e94d';
}

.icon-data-remove:before {
  content: '\e94e';
}

.icon-data-repeat:before {
  content: '\e94f';
}

.icon-data-repeat-one:before {
  content: '\e950';
}

.icon-data-repost:before {
  content: '\e951';
}

.icon-data-sad:before {
  content: '\e952';
}

.icon-data-search:before {
  content: '\e953';
}

.icon-data-share:before {
  content: '\e954';
}

.icon-data-share-stroke:before {
  content: '\e995';
}

.icon-data-share-video:before {
  content: '\e955';
}

.icon-data-shuffle:before {
  content: '\e956';
}

.icon-data-similar:before {
  content: '\e957';
}

.icon-data-skip-next:before {
  content: '\e996';
}

.icon-data-skip-previous:before {
  content: '\e997';
}

.icon-data-sort:before {
  content: '\e958';
}

.icon-data-sound:before {
  content: '\e959';
}

.icon-data-streaming:before {
  content: '\e95a';
}

.icon-data-trash:before {
  content: '\e95b';
}

.icon-data-twitter:before {
  content: '\e95c';
}

.icon-data-user:before {
  content: '\e95d';
}

.icon-data-user-new2:before {
  content: '\e95e';
}

.icon-data-video:before {
  content: '\e95f';
}

.icon-data-volume:before {
  content: '\e960';
}

.icon-data-warning:before {
  content: '\e961';
}

.icon-data-wrong:before {
  content: '\e962';
}

.icon-data-youtube:before {
  content: '\e963';
}

.icon-data-add-to-playlist-s:before {
  content: '\e964';
}

.icon-data-add-to-queue-s:before {
  content: '\e901';
}

.icon-data-close-s:before {
  content: '\e91a';
}

.icon-data-comment-s:before {
  content: '\e91b';
}

.icon-data-date-s:before {
  content: '\e96d';
}

.icon-data-download-s:before {
  content: '\e920';
}

.icon-data-duration-s:before {
  content: '\e96e';
}

.icon-data-external-link-s:before {
  content: '\e970';
}

.icon-data-flag-s:before {
  content: '\e971';
}

.icon-data-follow-s:before {
  content: '\e972';
}

.icon-data-handle-s:before {
  content: '\e975';
}

.icon-data-heart-on-s:before {
  content: '\e92a';
}

.icon-data-lock-s:before {
  content: '\e979';
}

.icon-data-menu-secondary-s:before {
  content: '\e93a';
}

.icon-data-pause-s:before {
  content: '\e942';
}

.icon-data-picture-s:before {
  content: '\e97d';
}

.icon-data-playlist-access-s:before {
  content: '\e97f';
}

.icon-data-queue-access-s:before {
  content: '\e984';
}

.icon-data-repost-s:before {
  content: '\e951';
}

.icon-data-send-s:before {
  content: '\e986';
}

.icon-data-share-s:before {
  content: '\e954';
}

.icon-data-sort-s:before {
  content: '\e958';
}

.icon-data-thumbs-down-s:before {
  content: '\e989';
}

.icon-data-thumbs-up-s:before {
  content: '\e98a';
}

.icon-data-play-s:before {
  content: '\e945';
}

.icon-data-user-s:before {
  content: '\e95d';
}

.icon-information:hover {
  cursor: pointer;
}

.icon-shape {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  border: 3px solid black;
  border-radius: 50%;
  background-color: black;
}

.icon-shape::after {
  position: absolute;
  display: block;
  content: '';
}

.icon-shape.checked::after {
  top: 2px;
  left: 5px;
  width: 7px;
  height: 12px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 3px 3px 0;
}

h1 {
  font-size: 24px;
}

.content-all-window {
  min-height: calc(100vh - 70px);
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 8px;
  color: #333;
  background: #f2f2f2;
}

.hljs-tag,
.hljs-namme {
  font-weight: 400;
  color: navy;
}

.hljs-attr {
  color: teal;
}

.hljs-string {
  color: #d14;
}

header label {
  box-sizing: border-box;
  border-right: 1px solid #7d7d7d;
}

.hide-show-nav {
  z-index: 1;
  transition: all .3s ease 0s;
  transform: translateX(-220px);
}

.hide-show-nav + div {
  margin-right: -220px;
  transition: all .3s ease 0s;
  transform: translateX(-220px);
}

.hide-show-nav.is-active {
  margin-right: 0;
  transform: translateX(0px);
}

.hide-show-nav.is-active + div {
  margin-right: 0;
  transform: translateX(0px);
}

.toolkit-main-navigation .accordion .button-checkbox {
  box-sizing: border-box;
  border-bottom: 1px solid #7d7d7d;
}

.toolkit-main-navigation .accordion input[type=checkbox]:hover + label,
.toolkit-main-navigation .accordion input[type=radio]:hover + label {
  color: #002e77;
  background-color: #494949;
}

.toolkit-main-navigation .accordion input[type=checkbox]:hover + label .icon,
.toolkit-main-navigation .accordion input[type=radio]:hover + label .icon {
  color: #002e77;
}

.toolkit-main-navigation .accordion ul {
  padding: 0;
}

.toolkit-main-navigation .accordion a {
  width: 100%;
  padding: 10px 16px;
  text-decoration: none;
  color: #cbcbcb;
}

.toolkit-main-navigation .accordion a:hover {
  color: white;
  background-color: #494949;
}

.toolkit-main-navigation .accordion a.active {
  color: white;
  background-color: #636363;
}

.list-flex {
  display: flex;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.list-flex > div {
  display: flex;
  width: 20%;
  min-height: 100px;
  padding: 16px;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.list-flex > div i {
  display: flex;
  flex-grow: 1;
  align-items: center;
}

.list-flex > div label {
  font-size: 12px;
  text-align: center;
}

.list-flex > div.black-background {
  background-color: black;
}

.list-flex > div.black-background label {
  color: white;
}

.list-flex.quarter-columns > div {
  width: 25%;
}

.list-flex.five-columns > div {
  width: calc(20% - 20px);
}

.list-flex.two-columns > div {
  width: 50%;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  color: #333;
  border: none;
  background: rgba(255, 255, 255, .75);
}

.flickity-button:hover {
  cursor: pointer;
  background: white;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active,
.flickity-button.nice-select.open {
  opacity: .6;
}

.flickity-button:disabled {
  cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
  opacity: .3;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
    /* vertically center */
  transform: translateY(-50%);
  border-radius: 50%;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  right: 10px;
  left: auto;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  line-height: 1;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  cursor: pointer;
  opacity: .25;
  border-radius: 50%;
  background: #333;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.carousel {
  background: #eee;
}

.carousel-cell {
  width: 100%;
  height: 200px;
  margin-right: 10px;
  counter-increment: carousel-cell;
  border-radius: 20px;
  background-color: #f3f3f3;
}

/* cell number */
.carousel-cell:before {
  font-size: 80px;
  line-height: 200px;
  display: block;
  content: counter(carousel-cell);
  text-align: center;
  color: white;
}

.carousel.full-images::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  content: '';
  border-bottom: 50px solid white;
  border-left: 600px solid transparent;
}

.carousel.full-images .carousel-cell {
  width: 100%;
  height: 100%;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  margin-right: 0;
  background: none;
}

.carousel.full-images .carousel-cell::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, .3);
}

.carousel.full-images .carousel-cell.is-selected {
  z-index: 1;
}

.carousel.full-images .carousel-cell p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.carousel.full-images .carousel-cell img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media only screen and (max-width: 1400px) {
  .carousel.full-images .carousel-cell img {
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}

.carousel.full-images .flickity-viewport {
  height: auto !important;
  min-height: 450px !important;
}

@media only screen and (max-width: 1870px) {
  .carousel.full-images .flickity-viewport {
    min-height: 400px !important;
  }
}

@media only screen and (max-width: 1610px) {
  .carousel.full-images .flickity-viewport {
    min-height: 350px !important;
  }
}

.carousel.full-images .flickity-prev-next-button {
  display: none;
}

.carousel.testimonials {
  background: white;
}

.carousel.testimonials .flickity-viewport {
  border-radius: 20px;
}

@media only screen and (max-width: 1100px) {
  .carousel.testimonials .flickity-viewport {
    margin: 0 0 50px 0;
    padding: 25px 0;
  }
}

@media only screen and (max-width: 600px) {
  .carousel.testimonials .flickity-viewport {
    height: auto;
    min-height: 300px;
  }
}

@media only screen and (max-width: 500px) {
  .carousel.testimonials .flickity-viewport {
    border-radius: 0;
  }
}

.carousel.testimonials .carousel-cell {
  display: flex;
  width: 100%;
  height: 350px;
  margin-right: 0;
  padding: 10px 8%;
  counter-increment: none;
  border-radius: 20px;
  background-color: #f3f3f3;
  align-items: center;
}

@media only screen and (max-width: 1500px) {
  .carousel.testimonials .carousel-cell {
    height: 400px;
  }
}

@media only screen and (max-width: 1370px) {
  .carousel.testimonials .carousel-cell {
    height: 450px;
  }
}

@media only screen and (max-width: 1300px) {
  .carousel.testimonials .carousel-cell {
    height: 500px;
  }
}

@media only screen and (max-width: 1200px) {
  .carousel.testimonials .carousel-cell {
    height: 550px;
  }
}

@media only screen and (max-width: 1120px) {
  .carousel.testimonials .carousel-cell {
    height: 600px;
  }
}

@media only screen and (max-width: 1100px) {
  .carousel.testimonials .carousel-cell {
    height: 400px;
  }
}

@media only screen and (max-width: 900px) {
  .carousel.testimonials .carousel-cell {
    height: 450px;
  }
}

@media only screen and (max-width: 800px) {
  .carousel.testimonials .carousel-cell {
    height: 500px;
  }
}

@media only screen and (max-width: 750px) {
  .carousel.testimonials .carousel-cell {
    height: 550px;
  }
}

@media only screen and (max-width: 600px) {
  .carousel.testimonials .carousel-cell {
    padding: 10px 4%;
  }
}

@media only screen and (max-width: 550px) {
  .carousel.testimonials .carousel-cell {
    padding: 0 2%;
  }
}

@media only screen and (max-width: 500px) {
  .carousel.testimonials .carousel-cell {
    padding: 0 40px;
    border-radius: 0;
  }
}

@media only screen and (max-width: 450px) {
  .carousel.testimonials .carousel-cell {
    height: 600px;
  }
}

@media only screen and (max-width: 400px) {
  .carousel.testimonials .carousel-cell {
    height: 650px;
  }
}

.carousel.testimonials .carousel-cell::before {
  content: none;
}

.carousel.testimonials .carousel-cell > div:first-of-type {
  overflow: hidden;
  width: 200px;
  min-width: 200px;
  height: 200px;
  border-radius: 50%;
}

.carousel.testimonials .carousel-cell > div:first-of-type img {
  min-width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1100px) {
  .carousel.testimonials .carousel-cell > div:first-of-type {
    display: none;
  }
}

.carousel.testimonials .carousel-cell > div:last-of-type {
  margin-left: 80px;
}

@media only screen and (max-width: 1100px) {
  .carousel.testimonials .carousel-cell > div:last-of-type {
    margin: 0 20px;
  }
}

@media only screen and (max-width: 500px) {
  .carousel.testimonials .carousel-cell > div:last-of-type {
    margin: 0;
  }
}

.carousel.testimonials .carousel-cell > div:last-of-type q {
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  max-width: 33em;
}

.carousel.testimonials .carousel-cell > div:last-of-type q::before {
  font-family: serif;
  font-size: 120px;
  font-weight: 900;
  line-height: 0;
  position: absolute;
  top: 20px;
  left: -65px;
  content: '“';
  color: #002e77;
}

@media only screen and (max-width: 1100px) {
  .carousel.testimonials .carousel-cell > div:last-of-type q::before {
    top: -5px;
    left: 0;
  }
}

.carousel.testimonials .carousel-cell > div:last-of-type q::after {
  content: none;
}

@media only screen and (max-width: 1100px) {
  .carousel.testimonials .carousel-cell > div:last-of-type q {
    font-size: 16px;
  }
}

.carousel.testimonials .carousel-cell > div:last-of-type p {
  font-weight: 700;
  position: relative;
}

@media only screen and (max-width: 500px) {
  .carousel.testimonials .carousel-cell > div:last-of-type p {
    margin-bottom: 0;
  }
}

.carousel.testimonials .flickity-prev-next-button {
  width: 60px;
  height: 60px;
  color: #636363;
  background: transparent;
}

.carousel.testimonials .flickity-prev-next-button.previous svg {
  left: 10px;
}

.carousel.testimonials .flickity-prev-next-button.next svg {
  right: 10px;
  left: auto;
}

.carousel.testimonials .flickity-prev-next-button:hover {
  color: #002e77;
  background: transparent;
}

.carousel.testimonials .flickity-prev-next-button:focus {
  box-shadow: none;
}

@media only screen and (max-width: 600px) {
  .carousel.testimonials .flickity-prev-next-button {
    display: none;
  }
}

[display^=flex] {
  display: flex;
}

[display^=flex][display*=row] {
  flex-flow: row;
}

[display^=flex][display*=row-reverse] {
  flex-flow: row-reverse;
}

[display^=flex][display*=column] {
  flex-flow: column;
}

[display^=flex][display*=column-reverse] {
  flex-flow: column-reverse;
}

[display^=flex][display*=align-center] {
  align-items: center;
}

[display^=flex][display*=align-start] {
  align-items: flex-start;
}

[display^=flex][display*=align-end] {
  align-items: flex-end;
}

[display^=flex][display*=align-baseline] {
  align-items: baseline;
}

[display^=flex][display*=justify-center] {
  justify-content: center;
}

[display^=flex][display*=justify-between] {
  justify-content: space-between;
}

[display^=flex][display*=justify-around] {
  justify-content: space-around;
}

[display^=flex][display*=justify-end] {
  justify-content: flex-end;
}

[display^=flex][display*=justify-start] {
  justify-content: flex-start;
}

[display^=flex][display*=space-evenly] {
  justify-content: space-evenly;
}

[display^=flex][display*=wrap] {
  flex-wrap: wrap;
}

[display^=flex][display*=nowrap] {
  flex-wrap: nowrap;
}

[display*=grow-1] {
  flex-grow: 1;
}

[display*=align-self-start] {
  align-self: flex-start;
}

[display*=align-self-center] {
  align-self: center;
}

[display*=align-self-end] {
  align-self: flex-end;
}

[display*=align-self-strech] {
  align-self: stretch;
}

[display^=grid] {
  display: grid;
}

[display^=grid][display*='two-columns-50%'] {
  grid-template-columns: 50% 50%;
}

[display^=grid][display*='three-columns-33%'] {
  grid-template-columns: 33.33% 33.33% 33.33%;
}

[display^=grid][display*=column-gap-10] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

[display^=grid][display*=align-start] {
  align-content: start;
}

[display^=block] {
  display: block;
}

[display^=inline] {
  display: inline;
}

[display^=content] {
  display: content;
}

[display^=inline-block] {
  display: inline-block;
}

[display^=table] {
  display: table;
}

[display^=none] {
  display: none;
}

[display*=overflow-hidden] {
  overflow: hidden;
}

[display*=overflow-visible] {
  overflow: hidden;
}

[text~=ellipsis] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

[text~=nowrap] {
  white-space: nowrap;
}

[text~=wrap] {
  white-space: normal;
}

[text~=vertical-ellipsis-2] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

[text~=vertical-ellipsis-4] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

[text~=vertical-ellipsis-6] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

[text~=vertical-ellipsis-8] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

[text~=capitalize] {
  text-transform: capitalize;
}

[text~=uppercase] {
  text-transform: uppercase;
}

[text~=capitalize-first-letter] {
  display: block;
}

[text~=capitalize-first-letter]::first-letter {
  text-transform: capitalize;
}

[text~=lowercase] {
  text-transform: lowercase;
}

[text~=initial] {
  text-transform: initial;
}

[text~=left] {
  text-align: left;
}

[text~=center] {
  text-align: center;
}

[text~=right] {
  text-align: right;
}

[text~=justify] {
  text-align: justify;
}

[text~=underline] {
  text-decoration: underline;
}

[text~=underline]:hover {
  text-decoration: underline;
}

[text~=no-deco] {
  text-decoration: none;
}

[text~=line-h-1] {
  line-height: 1;
}

[text~=line-h-1-2] {
  line-height: 1.2;
}

[text~=line-h-1-3] {
  line-height: 1.3;
}

[text~=line-h-1-4] {
  line-height: 1.4;
}

[text~=line-h-1-5] {
  line-height: 1.5;
}

[text~=line-h-1-6] {
  line-height: 1.6;
}

[text~=letter-spacing-1] {
  letter-spacing: 1px;
}

[font~=normal] {
  font-family: 'NeoSans', Arial, sans-serif;
}

[font~=w-initial] {
  font-weight: initial;
}

[font~=w-300] {
  font-weight: 300;
}

[font~=w-400] {
  font-weight: 400;
}

[font~=w-500] {
  font-weight: 500;
}

[font~=w-600] {
  font-weight: 600;
}

[font~=size-6] {
  font-size: 6px;
}

[font~=size-7] {
  font-size: 7px;
}

[font~=size-8] {
  font-size: 8px;
}

[font~=size-9] {
  font-size: 9px;
}

[font~=size-10] {
  font-size: 10px;
}

[font~=size-11] {
  font-size: 11px;
}

[font~=size-12] {
  font-size: 12px;
}

[font~=size-13] {
  font-size: 13px;
}

[font~=size-14] {
  font-size: 14px;
}

[font~=size-15] {
  font-size: 15px;
}

[font~=size-16] {
  font-size: 16px;
}

[font~=size-17] {
  font-size: 17px;
}

[font~=size-18] {
  font-size: 18px;
}

[font~=size-19] {
  font-size: 19px;
}

[font~=size-20] {
  font-size: 20px;
}

[font~=size-21] {
  font-size: 21px;
}

[font~=size-22] {
  font-size: 22px;
}

[font~=size-23] {
  font-size: 23px;
}

[font~=size-24] {
  font-size: 24px;
}

[font~=size-25] {
  font-size: 25px;
}

[font~=size-26] {
  font-size: 26px;
}

[font~=size-27] {
  font-size: 27px;
}

[font~=size-28] {
  font-size: 28px;
}

[font~=size-29] {
  font-size: 29px;
}

[font~=size-30] {
  font-size: 30px;
}

[font~=size-32] {
  font-size: 32px;
}

[font~=size-34] {
  font-size: 34px;
}

[font~=size-36] {
  font-size: 36px;
}

[font~=size-38] {
  font-size: 38px;
}

[font~=size-40] {
  font-size: 40px;
}

[font~=size-80] {
  font-size: 80px;
}

[font~=size-100] {
  font-size: 100px;
}

[size~=fit-content] {
  width: -moz-fit-content;
  width: fit-content;
}

[size~=w-0] {
  width: 0;
}

[size~=w-1] {
  width: 1px;
}

[size~=w-2] {
  width: 2px;
}

[size~=w-3] {
  width: 3px;
}

[size~=w-4] {
  width: 4px;
}

[size~=w-5] {
  width: 5px;
}

[size~=w-6] {
  width: 6px;
}

[size~=w-7] {
  width: 7px;
}

[size~=w-8] {
  width: 8px;
}

[size~=w-9] {
  width: 9px;
}

[size~=w-10] {
  width: 10px;
}

[size~=w-11] {
  width: 11px;
}

[size~=w-12] {
  width: 12px;
}

[size~=w-13] {
  width: 13px;
}

[size~=w-14] {
  width: 14px;
}

[size~=w-15] {
  width: 15px;
}

[size~=w-16] {
  width: 16px;
}

[size~=w-17] {
  width: 17px;
}

[size~=w-18] {
  width: 18px;
}

[size~=w-19] {
  width: 19px;
}

[size~=w-20] {
  width: 20px;
}

[size~=w-21] {
  width: 21px;
}

[size~=w-22] {
  width: 22px;
}

[size~=w-23] {
  width: 23px;
}

[size~=w-24] {
  width: 24px;
}

[size~=w-25] {
  width: 25px;
}

[size~=w-26] {
  width: 26px;
}

[size~=w-27] {
  width: 27px;
}

[size~=w-28] {
  width: 28px;
}

[size~=w-29] {
  width: 29px;
}

[size~=w-30] {
  width: 30px;
}

[size~=w-32] {
  width: 32px;
}

[size~=w-40] {
  width: 40px;
}

[size~=w-65] {
  width: 65px;
}

[size~=w-70] {
  width: 70px;
}

[size~=w-120] {
  width: 120px;
}

[size~=w-130] {
  width: 130px;
}

[size~=w-135] {
  width: 135px;
}

[size~=w-145] {
  width: 145px;
}

[size~=w-180] {
  width: 180px;
}

[size~=w-210] {
  width: 210px;
}

[size~=w-220] {
  width: 220px;
}

[size~=w-235] {
  width: 235px;
}

[size~=w-250] {
  width: 250px;
}

[size~=w-270] {
  width: 270px;
}

[size~=w-300] {
  width: 300px;
}

[size~=w-354] {
  width: 354px;
}

[size~=w-500] {
  width: 500px;
}

[size~=w-650] {
  width: 650px;
}

[size~='w-5%'] {
  width: 5%;
}

[size~='w-10%'] {
  width: 10%;
}

[size~='w-15%'] {
  width: 15%;
}

[size~='w-20%'] {
  width: 20%;
}

[size~='w-25%'] {
  width: 25%;
}

[size~='w-30%'] {
  width: 30%;
}

[size~='w-35%'] {
  width: 35%;
}

[size~='w-40%'] {
  width: 40%;
}

[size~='w-45%'] {
  width: 45%;
}

[size~='w-50%'] {
  width: 50%;
}

[size~='w-55%'] {
  width: 55%;
}

[size~='w-60%'] {
  width: 60%;
}

[size~='w-65%'] {
  width: 65%;
}

[size~='w-70%'] {
  width: 70%;
}

[size~='w-75%'] {
  width: 75%;
}

[size~='w-80%'] {
  width: 80%;
}

[size~='w-85%'] {
  width: 85%;
}

[size~='w-90%'] {
  width: 90%;
}

[size~='w-95%'] {
  width: 95%;
}

[size~='w-100%'] {
  width: 100%;
}

[size~=h-0] {
  height: 0;
}

[size~=h-1] {
  height: 1px;
}

[size~=h-2] {
  height: 2px;
}

[size~=h-3] {
  height: 3px;
}

[size~=h-4] {
  height: 4px;
}

[size~=h-5] {
  height: 5px;
}

[size~=h-6] {
  height: 6px;
}

[size~=h-7] {
  height: 7px;
}

[size~=h-8] {
  height: 8px;
}

[size~=h-9] {
  height: 9px;
}

[size~=h-10] {
  height: 10px;
}

[size~=h-11] {
  height: 11px;
}

[size~=h-12] {
  height: 12px;
}

[size~=h-13] {
  height: 13px;
}

[size~=h-14] {
  height: 14px;
}

[size~=h-15] {
  height: 15px;
}

[size~=h-16] {
  height: 16px;
}

[size~=h-17] {
  height: 17px;
}

[size~=h-18] {
  height: 18px;
}

[size~=h-19] {
  height: 19px;
}

[size~=h-20] {
  height: 20px;
}

[size~=h-21] {
  height: 21px;
}

[size~=h-22] {
  height: 22px;
}

[size~=h-23] {
  height: 23px;
}

[size~=h-24] {
  height: 24px;
}

[size~=h-25] {
  height: 25px;
}

[size~=h-26] {
  height: 26px;
}

[size~=h-27] {
  height: 27px;
}

[size~=h-28] {
  height: 28px;
}

[size~=h-29] {
  height: 29px;
}

[size~=h-30] {
  height: 30px;
}

[size~=h-32] {
  height: 32px;
}

[size~=h-40] {
  height: 40px;
}

[size~=h-46] {
  height: 46px;
}

[size~=h-48] {
  height: 48px;
}

[size~=h-50] {
  height: 50px;
}

[size~=h-60] {
  height: 60px;
}

[size~=h-65] {
  height: 65px;
}

[size~=h-70] {
  height: 70px;
}

[size~=h-105] {
  height: 105px;
}

[size~=h-120] {
  height: 120px;
}

[size~=h-150] {
  height: 150px;
}

[size~=h-208] {
  height: 208px;
}

[size~=h-250] {
  height: 250px;
}

[size~=h-365] {
  height: 365px;
}

[size~=h-370] {
  height: 370px;
}

[size~=h-400] {
  height: 400px;
}

[size~=h-580] {
  height: 580px;
}

[size~=h-600] {
  height: 600px;
}

[size~=h-1000] {
  height: 1000px;
}

[size~='h-5%'] {
  height: 5%;
}

[size~='h-10%'] {
  height: 10%;
}

[size~='h-15%'] {
  height: 15%;
}

[size~='h-20%'] {
  height: 20%;
}

[size~='h-25%'] {
  height: 25%;
}

[size~='h-30%'] {
  height: 30%;
}

[size~='h-35%'] {
  height: 35%;
}

[size~='h-40%'] {
  height: 40%;
}

[size~='h-45%'] {
  height: 45%;
}

[size~='h-50%'] {
  height: 50%;
}

[size~='h-55%'] {
  height: 55%;
}

[size~='h-60%'] {
  height: 60%;
}

[size~='h-65%'] {
  height: 65%;
}

[size~='h-70%'] {
  height: 70%;
}

[size~='h-75%'] {
  height: 75%;
}

[size~='h-80%'] {
  height: 80%;
}

[size~='h-85%'] {
  height: 85%;
}

[size~='h-90%'] {
  height: 90%;
}

[size~='h-95%'] {
  height: 95%;
}

[size~='h-100%'] {
  height: 100%;
}

[size~=h-max] {
  height: -moz-max-content;
  height: max-content;
}

[size~=h-100vh] {
  height: 100vh;
}

[size~=h-inherit] {
  height: inherit;
}

[size~=min-w-0] {
  min-width: 0;
}

[size~=min-w-1] {
  min-width: 1px;
}

[size~=min-w-2] {
  min-width: 2px;
}

[size~=min-w-3] {
  min-width: 3px;
}

[size~=min-w-4] {
  min-width: 4px;
}

[size~=min-w-5] {
  min-width: 5px;
}

[size~=min-w-6] {
  min-width: 6px;
}

[size~=min-w-7] {
  min-width: 7px;
}

[size~=min-w-8] {
  min-width: 8px;
}

[size~=min-w-9] {
  min-width: 9px;
}

[size~=min-w-10] {
  min-width: 10px;
}

[size~=min-w-11] {
  min-width: 11px;
}

[size~=min-w-12] {
  min-width: 12px;
}

[size~=min-w-13] {
  min-width: 13px;
}

[size~=min-w-14] {
  min-width: 14px;
}

[size~=min-w-15] {
  min-width: 15px;
}

[size~=min-w-16] {
  min-width: 16px;
}

[size~=min-w-17] {
  min-width: 17px;
}

[size~=min-w-18] {
  min-width: 18px;
}

[size~=min-w-19] {
  min-width: 19px;
}

[size~=min-w-20] {
  min-width: 20px;
}

[size~=min-w-21] {
  min-width: 21px;
}

[size~=min-w-22] {
  min-width: 22px;
}

[size~=min-w-23] {
  min-width: 23px;
}

[size~=min-w-24] {
  min-width: 24px;
}

[size~=min-w-25] {
  min-width: 25px;
}

[size~=min-w-26] {
  min-width: 26px;
}

[size~=min-w-27] {
  min-width: 27px;
}

[size~=min-w-28] {
  min-width: 28px;
}

[size~=min-w-29] {
  min-width: 29px;
}

[size~=min-w-30] {
  min-width: 30px;
}

[size~=min-w-40] {
  min-width: 40px;
}

[size~=min-w-50] {
  min-width: 50px;
}

[size~=min-w-135] {
  min-width: 135px;
}

[size~=min-w-200] {
  min-width: 200px;
}

[size~=min-w-220] {
  min-width: 220px;
}

[size~=min-w-240] {
  min-width: 240px;
}

[size~=min-w-250] {
  min-width: 250px;
}

[size~=min-w-290] {
  min-width: 290px;
}

[size~=min-w-300] {
  min-width: 300px;
}

[size~=min-w-440] {
  min-width: 440px;
}

[size~=min-w-500] {
  min-width: 500px;
}

[size~=min-w-650] {
  min-width: 650px;
}

[size~='min-w-5%'] {
  min-width: 5%;
}

[size~='min-w-10%'] {
  min-width: 10%;
}

[size~='min-w-15%'] {
  min-width: 15%;
}

[size~='min-w-20%'] {
  min-width: 20%;
}

[size~='min-w-25%'] {
  min-width: 25%;
}

[size~='min-w-30%'] {
  min-width: 30%;
}

[size~='min-w-35%'] {
  min-width: 35%;
}

[size~='min-w-40%'] {
  min-width: 40%;
}

[size~='min-w-45%'] {
  min-width: 45%;
}

[size~='min-w-50%'] {
  min-width: 50%;
}

[size~='min-w-55%'] {
  min-width: 55%;
}

[size~='min-w-60%'] {
  min-width: 60%;
}

[size~='min-w-65%'] {
  min-width: 65%;
}

[size~='min-w-70%'] {
  min-width: 70%;
}

[size~='min-w-75%'] {
  min-width: 75%;
}

[size~='min-w-80%'] {
  min-width: 80%;
}

[size~='min-w-85%'] {
  min-width: 85%;
}

[size~='min-w-90%'] {
  min-width: 90%;
}

[size~='min-w-95%'] {
  min-width: 95%;
}

[size~='min-w-100%'] {
  min-width: 100%;
}

[size~=min-h-0] {
  min-height: 0;
}

[size~=min-h-1] {
  min-height: 1px;
}

[size~=min-h-2] {
  min-height: 2px;
}

[size~=min-h-3] {
  min-height: 3px;
}

[size~=min-h-4] {
  min-height: 4px;
}

[size~=min-h-5] {
  min-height: 5px;
}

[size~=min-h-6] {
  min-height: 6px;
}

[size~=min-h-7] {
  min-height: 7px;
}

[size~=min-h-8] {
  min-height: 8px;
}

[size~=min-h-9] {
  min-height: 9px;
}

[size~=min-h-10] {
  min-height: 10px;
}

[size~=min-h-11] {
  min-height: 11px;
}

[size~=min-h-12] {
  min-height: 12px;
}

[size~=min-h-13] {
  min-height: 13px;
}

[size~=min-h-14] {
  min-height: 14px;
}

[size~=min-h-15] {
  min-height: 15px;
}

[size~=min-h-16] {
  min-height: 16px;
}

[size~=min-h-17] {
  min-height: 17px;
}

[size~=min-h-18] {
  min-height: 18px;
}

[size~=min-h-19] {
  min-height: 19px;
}

[size~=min-h-20] {
  min-height: 20px;
}

[size~=min-h-21] {
  min-height: 21px;
}

[size~=min-h-22] {
  min-height: 22px;
}

[size~=min-h-23] {
  min-height: 23px;
}

[size~=min-h-24] {
  min-height: 24px;
}

[size~=min-h-25] {
  min-height: 25px;
}

[size~=min-h-26] {
  min-height: 26px;
}

[size~=min-h-27] {
  min-height: 27px;
}

[size~=min-h-28] {
  min-height: 28px;
}

[size~=min-h-29] {
  min-height: 29px;
}

[size~=min-h-30] {
  min-height: 30px;
}

[size~=min-h-40] {
  min-height: 40px;
}

[size~=min-h-48] {
  min-height: 48px;
}

[size~=min-h-52] {
  min-height: 52px;
}

[size~=min-h-70] {
  min-height: 70px;
}

[size~=min-h-95] {
  min-height: 95px;
}

[size~=min-h-105] {
  min-height: 105px;
}

[size~=min-h-150] {
  min-height: 150px;
}

[size~=min-h-175] {
  min-height: 175px;
}

[size~=min-h-307] {
  min-height: 307px;
}

[size~=min-h-380] {
  min-height: 380px;
}

[size~=min-h-440] {
  min-height: 440px;
}

[size~=min-h-450] {
  min-height: 450px;
}

[size~=min-h-750] {
  min-height: 750px;
}

[size~=min-h-1000] {
  min-height: 1000px;
}

[size~='min-h-5%'] {
  min-height: 5%;
}

[size~='min-h-10%'] {
  min-height: 10%;
}

[size~='min-h-15%'] {
  min-height: 15%;
}

[size~='min-h-20%'] {
  min-height: 20%;
}

[size~='min-h-25%'] {
  min-height: 25%;
}

[size~='min-h-30%'] {
  min-height: 30%;
}

[size~='min-h-35%'] {
  min-height: 35%;
}

[size~='min-h-40%'] {
  min-height: 40%;
}

[size~='min-h-45%'] {
  min-height: 45%;
}

[size~='min-h-50%'] {
  min-height: 50%;
}

[size~='min-h-55%'] {
  min-height: 55%;
}

[size~='min-h-60%'] {
  min-height: 60%;
}

[size~='min-h-65%'] {
  min-height: 65%;
}

[size~='min-h-70%'] {
  min-height: 70%;
}

[size~='min-h-75%'] {
  min-height: 75%;
}

[size~='min-h-80%'] {
  min-height: 80%;
}

[size~='min-h-85%'] {
  min-height: 85%;
}

[size~='min-h-90%'] {
  min-height: 90%;
}

[size~='min-h-95%'] {
  min-height: 95%;
}

[size~='min-h-100%'] {
  min-height: 100%;
}

[size~=max-w-250] {
  max-width: 250px;
}

[size~=max-w-450] {
  max-width: 450px;
}

[size~=max-w-500] {
  max-width: 500px;
}

[size^=width][size*='50%'] {
  width: 50%;
}

[size^=width][size*='100%'] {
  width: 100%;
}

[size~=w-auto] {
  width: auto;
}

[size~=h-auto] {
  height: auto;
}

[margin^=auto] {
  margin: 0 auto;
}

[margin^='right-10%'] {
  margin-right: 10%;
}

[margin^='0'] {
  margin: 0;
}

[margin^='0-important'] {
  margin: 0 !important;
}

[margin^='1'] {
  margin: 1px;
}

[margin^='2'] {
  margin: 2px;
}

[margin^='3'] {
  margin: 3px;
}

[margin^='4'] {
  margin: 4px;
}

[margin^='5'] {
  margin: 5px;
}

[margin^='6'] {
  margin: 6px;
}

[margin^='7'] {
  margin: 7px;
}

[margin^='8'] {
  margin: 8px;
}

[margin^='10'] {
  margin: 10px;
}

[margin^='11'] {
  margin: 11px;
}

[margin^='12'] {
  margin: 12px;
}

[margin^='13'] {
  margin: 13px;
}

[margin^='14'] {
  margin: 14px;
}

[margin^='15'] {
  margin: 15px;
}

[margin^='16'] {
  margin: 16px;
}

[margin^='17'] {
  margin: 17px;
}

[margin^='18'] {
  margin: 18px;
}

[margin^='19'] {
  margin: 19px;
}

[margin^='20'] {
  margin: 20px;
}

[margin^='21'] {
  margin: 21px;
}

[margin^='22'] {
  margin: 22px;
}

[margin^='23'] {
  margin: 23px;
}

[margin^='24'] {
  margin: 24px;
}

[margin^='25'] {
  margin: 25px;
}

[margin^='26'] {
  margin: 26px;
}

[margin^='27'] {
  margin: 27px;
}

[margin^='28'] {
  margin: 28px;
}

[margin^='29'] {
  margin: 29px;
}

[margin^='30'] {
  margin: 30px;
}

[margin~=top-minus-30] {
  margin-top: -30px;
}

[margin~=minus-top-7] {
  margin-top: -7px;
}

[margin~=top-0] {
  margin-top: 0;
}

[margin~=top-1] {
  margin-top: 1px;
}

[margin~=top-2] {
  margin-top: 2px;
}

[margin~=top-3] {
  margin-top: 3px;
}

[margin~=top-4] {
  margin-top: 4px;
}

[margin~=top-5] {
  margin-top: 5px;
}

[margin~=top-6] {
  margin-top: 6px;
}

[margin~=top-7] {
  margin-top: 7px;
}

[margin~=top-8] {
  margin-top: 8px;
}

[margin~=top-10] {
  margin-top: 10px;
}

[margin~=top-11] {
  margin-top: 11px;
}

[margin~=top-12] {
  margin-top: 12px;
}

[margin~=top-13] {
  margin-top: 13px;
}

[margin~=top-14] {
  margin-top: 14px;
}

[margin~=top-15] {
  margin-top: 15px;
}

[margin~=top-16] {
  margin-top: 16px;
}

[margin~=top-17] {
  margin-top: 17px;
}

[margin~=top-18] {
  margin-top: 18px;
}

[margin~=top-19] {
  margin-top: 19px;
}

[margin~=top-20] {
  margin-top: 20px;
}

[margin~=top-21] {
  margin-top: 21px;
}

[margin~=top-22] {
  margin-top: 22px;
}

[margin~=top-23] {
  margin-top: 23px;
}

[margin~=top-24] {
  margin-top: 24px;
}

[margin~=top-25] {
  margin-top: 25px;
}

[margin~=top-26] {
  margin-top: 26px;
}

[margin~=top-27] {
  margin-top: 27px;
}

[margin~=top-28] {
  margin-top: 28px;
}

[margin~=top-29] {
  margin-top: 29px;
}

[margin~=top-30] {
  margin-top: 30px;
}

[margin~=top-40] {
  margin-top: 40px;
}

[margin~=top-50] {
  margin-top: 50px;
}

[margin~=top-60] {
  margin-top: 60px;
}

[margin~=left-0] {
  margin-left: 0;
}

[margin~=left-1] {
  margin-left: 1px;
}

[margin~=left-2] {
  margin-left: 2px;
}

[margin~=left-3] {
  margin-left: 3px;
}

[margin~=left-4] {
  margin-left: 4px;
}

[margin~=left-5] {
  margin-left: 5px;
}

[margin~=left-6] {
  margin-left: 6px;
}

[margin~=left-7] {
  margin-left: 7px;
}

[margin~=left-8] {
  margin-left: 8px;
}

[margin~=left-10] {
  margin-left: 10px;
}

[margin~=left-11] {
  margin-left: 11px;
}

[margin~=left-12] {
  margin-left: 12px;
}

[margin~=left-13] {
  margin-left: 13px;
}

[margin~=left-14] {
  margin-left: 14px;
}

[margin~=left-15] {
  margin-left: 15px;
}

[margin~=left-16] {
  margin-left: 16px;
}

[margin~=left-17] {
  margin-left: 17px;
}

[margin~=left-18] {
  margin-left: 18px;
}

[margin~=left-19] {
  margin-left: 19px;
}

[margin~=left-20] {
  margin-left: 20px;
}

[margin~=left-21] {
  margin-left: 21px;
}

[margin~=left-22] {
  margin-left: 22px;
}

[margin~=left-23] {
  margin-left: 23px;
}

[margin~=left-24] {
  margin-left: 24px;
}

[margin~=left-25] {
  margin-left: 25px;
}

[margin~=left-26] {
  margin-left: 26px;
}

[margin~=left-27] {
  margin-left: 27px;
}

[margin~=left-28] {
  margin-left: 28px;
}

[margin~=left-29] {
  margin-left: 29px;
}

[margin~=left-30] {
  margin-left: 30px;
}

[margin~=left-32] {
  margin-left: 32px;
}

[margin~=left-60] {
  margin-left: 60px;
}

[margin~=bottom-minus-2] {
  margin-bottom: -2px;
}

[margin~=bottom-minus-3] {
  margin-bottom: -3px;
}

[margin~=bottom-0] {
  margin-bottom: 0;
}

[margin~=bottom-1] {
  margin-bottom: 1px;
}

[margin~=bottom-2] {
  margin-bottom: 2px;
}

[margin~=bottom-3] {
  margin-bottom: 3px;
}

[margin~=bottom-4] {
  margin-bottom: 4px;
}

[margin~=bottom-5] {
  margin-bottom: 5px;
}

[margin~=bottom-6] {
  margin-bottom: 6px;
}

[margin~=bottom-7] {
  margin-bottom: 7px;
}

[margin~=bottom-8] {
  margin-bottom: 8px;
}

[margin~=bottom-10] {
  margin-bottom: 10px;
}

[margin~=bottom-11] {
  margin-bottom: 11px;
}

[margin~=bottom-12] {
  margin-bottom: 12px;
}

[margin~=bottom-13] {
  margin-bottom: 13px;
}

[margin~=bottom-14] {
  margin-bottom: 14px;
}

[margin~=bottom-15] {
  margin-bottom: 15px;
}

[margin~=bottom-16] {
  margin-bottom: 16px;
}

[margin~=bottom-17] {
  margin-bottom: 17px;
}

[margin~=bottom-18] {
  margin-bottom: 18px;
}

[margin~=bottom-19] {
  margin-bottom: 19px;
}

[margin~=bottom-20] {
  margin-bottom: 20px;
}

[margin~=bottom-21] {
  margin-bottom: 21px;
}

[margin~=bottom-22] {
  margin-bottom: 22px;
}

[margin~=bottom-23] {
  margin-bottom: 23px;
}

[margin~=bottom-24] {
  margin-bottom: 24px;
}

[margin~=bottom-25] {
  margin-bottom: 25px;
}

[margin~=bottom-26] {
  margin-bottom: 26px;
}

[margin~=bottom-27] {
  margin-bottom: 27px;
}

[margin~=bottom-28] {
  margin-bottom: 28px;
}

[margin~=bottom-29] {
  margin-bottom: 29px;
}

[margin~=bottom-30] {
  margin-bottom: 30px;
}

[margin~=bottom-40] {
  margin-bottom: 40px;
}

[margin~=bottom-50] {
  margin-bottom: 50px;
}

[margin~=bottom-60] {
  margin-bottom: 60px;
}

[margin~=bottom-75] {
  margin-bottom: 75px;
}

[margin~=bottom-90] {
  margin-bottom: 90px;
}

[margin~=bottom-100] {
  margin-bottom: 100px;
}

[margin~=bottom-140] {
  margin-bottom: 140px;
}

[margin~=right-0] {
  margin-right: 0;
}

[margin~=right-1] {
  margin-right: 1px;
}

[margin~=right-2] {
  margin-right: 2px;
}

[margin~=right-3] {
  margin-right: 3px;
}

[margin~=right-4] {
  margin-right: 4px;
}

[margin~=right-5] {
  margin-right: 5px;
}

[margin~=right-6] {
  margin-right: 6px;
}

[margin~=right-7] {
  margin-right: 7px;
}

[margin~=right-8] {
  margin-right: 8px;
}

[margin~=right-10] {
  margin-right: 10px;
}

[margin~=right-11] {
  margin-right: 11px;
}

[margin~=right-12] {
  margin-right: 12px;
}

[margin~=right-13] {
  margin-right: 13px;
}

[margin~=right-14] {
  margin-right: 14px;
}

[margin~=right-15] {
  margin-right: 15px;
}

[margin~=right-16] {
  margin-right: 16px;
}

[margin~=right-17] {
  margin-right: 17px;
}

[margin~=right-18] {
  margin-right: 18px;
}

[margin~=right-19] {
  margin-right: 19px;
}

[margin~=right-20] {
  margin-right: 20px;
}

[margin~=right-21] {
  margin-right: 21px;
}

[margin~=right-22] {
  margin-right: 22px;
}

[margin~=right-23] {
  margin-right: 23px;
}

[margin~=right-24] {
  margin-right: 24px;
}

[margin~=right-25] {
  margin-right: 25px;
}

[margin~=right-26] {
  margin-right: 26px;
}

[margin~=right-27] {
  margin-right: 27px;
}

[margin~=right-28] {
  margin-right: 28px;
}

[margin~=right-29] {
  margin-right: 29px;
}

[margin~=right-30] {
  margin-right: 30px;
}

[margin~=right-32] {
  margin-right: 32px;
}

[margin~=right-50] {
  margin-right: 50px;
}

[padding~='0'] {
  padding: 0;
}

[padding~='1'] {
  padding: 1px;
}

[padding~='2'] {
  padding: 2px;
}

[padding~='3'] {
  padding: 3px;
}

[padding~='4'] {
  padding: 4px;
}

[padding~='5'] {
  padding: 5px;
}

[padding~='6'] {
  padding: 6px;
}

[padding~='7'] {
  padding: 7px;
}

[padding~='8'] {
  padding: 8px;
}

[padding~='10'] {
  padding: 10px;
}

[padding~='11'] {
  padding: 11px;
}

[padding~='12'] {
  padding: 12px;
}

[padding~='13'] {
  padding: 13px;
}

[padding~='14'] {
  padding: 14px;
}

[padding~='15'] {
  padding: 15px;
}

[padding~='16'] {
  padding: 16px;
}

[padding~='17'] {
  padding: 17px;
}

[padding~='18'] {
  padding: 18px;
}

[padding~='19'] {
  padding: 19px;
}

[padding~='20'] {
  padding: 20px;
}

[padding~='21'] {
  padding: 21px;
}

[padding~='22'] {
  padding: 22px;
}

[padding~='23'] {
  padding: 23px;
}

[padding~='24'] {
  padding: 24px;
}

[padding~='25'] {
  padding: 25px;
}

[padding~='26'] {
  padding: 26px;
}

[padding~='27'] {
  padding: 27px;
}

[padding~='28'] {
  padding: 28px;
}

[padding~='29'] {
  padding: 29px;
}

[padding~='30'] {
  padding: 30px;
}

[padding~='60'] {
  padding: 60px;
}

[padding~=top-0] {
  padding-top: 0;
}

[padding~=top-1] {
  padding-top: 1px;
}

[padding~=top-2] {
  padding-top: 2px;
}

[padding~=top-3] {
  padding-top: 3px;
}

[padding~=top-4] {
  padding-top: 4px;
}

[padding~=top-5] {
  padding-top: 5px;
}

[padding~=top-6] {
  padding-top: 6px;
}

[padding~=top-7] {
  padding-top: 7px;
}

[padding~=top-8] {
  padding-top: 8px;
}

[padding~=top-10] {
  padding-top: 10px;
}

[padding~=top-11] {
  padding-top: 11px;
}

[padding~=top-12] {
  padding-top: 12px;
}

[padding~=top-13] {
  padding-top: 13px;
}

[padding~=top-14] {
  padding-top: 14px;
}

[padding~=top-15] {
  padding-top: 15px;
}

[padding~=top-16] {
  padding-top: 16px;
}

[padding~=top-17] {
  padding-top: 17px;
}

[padding~=top-18] {
  padding-top: 18px;
}

[padding~=top-19] {
  padding-top: 19px;
}

[padding~=top-20] {
  padding-top: 20px;
}

[padding~=top-21] {
  padding-top: 21px;
}

[padding~=top-22] {
  padding-top: 22px;
}

[padding~=top-23] {
  padding-top: 23px;
}

[padding~=top-24] {
  padding-top: 24px;
}

[padding~=top-25] {
  padding-top: 25px;
}

[padding~=top-26] {
  padding-top: 26px;
}

[padding~=top-27] {
  padding-top: 27px;
}

[padding~=top-28] {
  padding-top: 28px;
}

[padding~=top-29] {
  padding-top: 29px;
}

[padding~=top-30] {
  padding-top: 30px;
}

[padding~=top-32] {
  padding-top: 32px;
}

[padding~=top-60] {
  padding-top: 60px;
}

[padding~=left-0] {
  padding-left: 0;
}

[padding~=left-1] {
  padding-left: 1px;
}

[padding~=left-2] {
  padding-left: 2px;
}

[padding~=left-3] {
  padding-left: 3px;
}

[padding~=left-4] {
  padding-left: 4px;
}

[padding~=left-5] {
  padding-left: 5px;
}

[padding~=left-6] {
  padding-left: 6px;
}

[padding~=left-7] {
  padding-left: 7px;
}

[padding~=left-8] {
  padding-left: 8px;
}

[padding~=left-10] {
  padding-left: 10px;
}

[padding~=left-11] {
  padding-left: 11px;
}

[padding~=left-12] {
  padding-left: 12px;
}

[padding~=left-13] {
  padding-left: 13px;
}

[padding~=left-14] {
  padding-left: 14px;
}

[padding~=left-15] {
  padding-left: 15px;
}

[padding~=left-16] {
  padding-left: 16px;
}

[padding~=left-17] {
  padding-left: 17px;
}

[padding~=left-18] {
  padding-left: 18px;
}

[padding~=left-19] {
  padding-left: 19px;
}

[padding~=left-20] {
  padding-left: 20px;
}

[padding~=left-21] {
  padding-left: 21px;
}

[padding~=left-22] {
  padding-left: 22px;
}

[padding~=left-23] {
  padding-left: 23px;
}

[padding~=left-24] {
  padding-left: 24px;
}

[padding~=left-25] {
  padding-left: 25px;
}

[padding~=left-26] {
  padding-left: 26px;
}

[padding~=left-27] {
  padding-left: 27px;
}

[padding~=left-28] {
  padding-left: 28px;
}

[padding~=left-29] {
  padding-left: 29px;
}

[padding~=left-30] {
  padding-left: 30px;
}

[padding~=left-32] {
  padding-left: 32px;
}

[padding~=left-40] {
  padding-left: 40px;
}

[padding~=left-60] {
  padding-left: 60px;
}

[padding~=bottom-0] {
  padding-bottom: 0;
}

[padding~=bottom-1] {
  padding-bottom: 1px;
}

[padding~=bottom-2] {
  padding-bottom: 2px;
}

[padding~=bottom-3] {
  padding-bottom: 3px;
}

[padding~=bottom-4] {
  padding-bottom: 4px;
}

[padding~=bottom-5] {
  padding-bottom: 5px;
}

[padding~=bottom-6] {
  padding-bottom: 6px;
}

[padding~=bottom-7] {
  padding-bottom: 7px;
}

[padding~=bottom-8] {
  padding-bottom: 8px;
}

[padding~=bottom-10] {
  padding-bottom: 10px;
}

[padding~=bottom-11] {
  padding-bottom: 11px;
}

[padding~=bottom-12] {
  padding-bottom: 12px;
}

[padding~=bottom-13] {
  padding-bottom: 13px;
}

[padding~=bottom-14] {
  padding-bottom: 14px;
}

[padding~=bottom-15] {
  padding-bottom: 15px;
}

[padding~=bottom-16] {
  padding-bottom: 16px;
}

[padding~=bottom-17] {
  padding-bottom: 17px;
}

[padding~=bottom-18] {
  padding-bottom: 18px;
}

[padding~=bottom-19] {
  padding-bottom: 19px;
}

[padding~=bottom-20] {
  padding-bottom: 20px;
}

[padding~=bottom-21] {
  padding-bottom: 21px;
}

[padding~=bottom-22] {
  padding-bottom: 22px;
}

[padding~=bottom-23] {
  padding-bottom: 23px;
}

[padding~=bottom-24] {
  padding-bottom: 24px;
}

[padding~=bottom-25] {
  padding-bottom: 25px;
}

[padding~=bottom-26] {
  padding-bottom: 26px;
}

[padding~=bottom-27] {
  padding-bottom: 27px;
}

[padding~=bottom-28] {
  padding-bottom: 28px;
}

[padding~=bottom-29] {
  padding-bottom: 29px;
}

[padding~=bottom-30] {
  padding-bottom: 30px;
}

[padding~=bottom-32] {
  padding-bottom: 32px;
}

[padding~=bottom-60] {
  padding-bottom: 60px;
}

[padding~=bottom-80] {
  padding-bottom: 80px;
}

[padding~=bottom-120] {
  padding-bottom: 120px;
}

[padding~=right-0] {
  padding-right: 0;
}

[padding~=right-1] {
  padding-right: 1px;
}

[padding~=right-2] {
  padding-right: 2px;
}

[padding~=right-3] {
  padding-right: 3px;
}

[padding~=right-4] {
  padding-right: 4px;
}

[padding~=right-5] {
  padding-right: 5px;
}

[padding~=right-6] {
  padding-right: 6px;
}

[padding~=right-7] {
  padding-right: 7px;
}

[padding~=right-8] {
  padding-right: 8px;
}

[padding~=right-10] {
  padding-right: 10px;
}

[padding~=right-11] {
  padding-right: 11px;
}

[padding~=right-12] {
  padding-right: 12px;
}

[padding~=right-13] {
  padding-right: 13px;
}

[padding~=right-14] {
  padding-right: 14px;
}

[padding~=right-15] {
  padding-right: 15px;
}

[padding~=right-16] {
  padding-right: 16px;
}

[padding~=right-17] {
  padding-right: 17px;
}

[padding~=right-18] {
  padding-right: 18px;
}

[padding~=right-19] {
  padding-right: 19px;
}

[padding~=right-20] {
  padding-right: 20px;
}

[padding~=right-21] {
  padding-right: 21px;
}

[padding~=right-22] {
  padding-right: 22px;
}

[padding~=right-23] {
  padding-right: 23px;
}

[padding~=right-24] {
  padding-right: 24px;
}

[padding~=right-25] {
  padding-right: 25px;
}

[padding~=right-26] {
  padding-right: 26px;
}

[padding~=right-27] {
  padding-right: 27px;
}

[padding~=right-28] {
  padding-right: 28px;
}

[padding~=right-29] {
  padding-right: 29px;
}

[padding~=right-30] {
  padding-right: 30px;
}

[padding~=right-32] {
  padding-right: 32px;
}

[padding~=right-40] {
  padding-right: 40px;
}

[padding~=right-60] {
  padding-right: 60px;
}

[color^=primary] {
  color: #002e77;
}

[color^=primary-dark] {
  color: red;
}

[color^=primary-light] {
  color: red;
}

[color^=secondary] {
  color: #abf5e1;
}

[color^=primary-text] {
  color: red;
}

[color^=black] {
  color: #000;
}

[color^=white] {
  color: #fff;
}

[color^=red] {
  color: red;
}

[color^=orange] {
  color: orange;
}

[color^=gray-0] {
  color: whitesmoke;
}

[color^=gray-1] {
  color: #f2f2f2;
}

[color^=gray-2] {
  color: #e5e5e5;
}

[color^=gray-3] {
  color: #d8d8d8;
}

[color^=gray-4] {
  color: #cbcbcb;
}

[color^=gray-5] {
  color: #bebebe;
}

[color^=gray-6] {
  color: #b1b1b1;
}

[color^=gray-7] {
  color: #a4a4a4;
}

[color^=gray-8] {
  color: #979797;
}

[color^=gray-9] {
  color: #8a8a8a;
}

[color^=gray-10] {
  color: #7d7d7d;
}

[color^=gray-11] {
  color: #707070;
}

[color^=gray-12] {
  color: #636363;
}

[color^=gray-13] {
  color: #565656;
}

[color^=gray-14] {
  color: #494949;
}

[color^=gray-15] {
  color: #3c3c3c;
}

[color^=gray-16] {
  color: #2f2f2f;
}

[color^=gray-17] {
  color: #222;
}

[color^=gray-18] {
  color: #151515;
}

[color^=gray-19] {
  color: #080808;
}

/* for svg */
[color^=fill-white] {
  fill: #fff;
}

[border~=test] {
  border: 1px solid red;
}

[border~=dotted-separation] {
  border: 1px dotted lightgrey;
}

[border~=none] {
  border: none;
}

[border~=w-1] {
  border: 1px solid;
}

[border~=w-2] {
  border: 2px solid;
}

[border~=w-3] {
  border: 3px solid;
}

[border~=w-4] {
  border: 4px solid;
}

[border~=w-5] {
  border: 5px solid;
}

[border~=w-6] {
  border: 6px solid;
}

[border~=w-7] {
  border: 7px solid;
}

[border~=w-8] {
  border: 8px solid;
}

[border~=w-9] {
  border: 9px solid;
}

[border~=w-10] {
  border: 10px solid;
}

[border~='r100%'] {
  border-radius: 100%;
}

[border~=r1] {
  border-radius: 1px;
}

[border~=r2] {
  border-radius: 2px;
}

[border~=r3] {
  border-radius: 3px;
}

[border~=r4] {
  border-radius: 4px;
}

[border~=r5] {
  border-radius: 5px;
}

[border~=r6] {
  border-radius: 6px;
}

[border~=r7] {
  border-radius: 7px;
}

[border~=r8] {
  border-radius: 8px;
}

[border~=r9] {
  border-radius: 9px;
}

[border~=r10] {
  border-radius: 10px;
}

[border~=bottom-w-1-gray-10] {
  border-bottom: 1px solid;
  border-bottom-color: #7d7d7d;
}

[position~=relative] {
  position: relative;
}

[position~=absolute] {
  position: absolute;
}

[position~=fixed] {
  position: fixed;
}

[position~=sticky] {
  position: sticky;
}

[position~=float-right] {
  float: right;
}

[position~=top-0] {
  top: 0;
}

[position~=top-2] {
  top: 2px;
}

[position~=top-10] {
  top: 10px;
}

[position~=top-30] {
  top: 30px;
}

[position~=top-70] {
  top: 70px;
}

[position~=top-minus-70] {
  top: -70px;
}

[position~=top-minus-75] {
  top: -75px;
}

[position~='top-40%'] {
  top: 40%;
}

[position~='top-45%'] {
  top: 45%;
}

[position~='top-50%'] {
  top: 50%;
}

[position~=right-0] {
  right: 0;
}

[position~=right-10] {
  right: 10px;
}

[position~=right-minus-10] {
  right: -10px;
}

[position~=bottom-0] {
  bottom: 0;
}

[position~=left-0] {
  left: 0;
}

[position~=z-1] {
  z-index: 1;
}

[position~=z-2] {
  z-index: 2;
}

[background^=primary] {
  background-color: #002e77;
}

[background^=secondary] {
  background-color: #f3f3f3;
}

[background^=sable] {
  background-color: red;
}

[background^=black] {
  background-color: #000;
}

[background^=white] {
  background-color: #fff;
}

[background^=red] {
  background-color: red;
}

[background^=orange] {
  background-color: orange;
}

[background^=gray-0] {
  background-color: whitesmoke;
}

[background^=gray-1] {
  background-color: #f2f2f2;
}

[background^=gray-2] {
  background-color: #e5e5e5;
}

[background^=gray-3] {
  background-color: #d8d8d8;
}

[background^=gray-4] {
  background-color: #cbcbcb;
}

[background^=gray-5] {
  background-color: #bebebe;
}

[background^=gray-6] {
  background-color: #b1b1b1;
}

[background^=gray-7] {
  background-color: #a4a4a4;
}

[background^=gray-8] {
  background-color: #979797;
}

[background^=gray-9] {
  background-color: #8a8a8a;
}

[background^=gray-10] {
  background-color: #7d7d7d;
}

[background^=gray-11] {
  background-color: #707070;
}

[background^=gray-12] {
  background-color: #636363;
}

[background^=gray-13] {
  background-color: #565656;
}

[background^=gray-14] {
  background-color: #494949;
}

[background^=gray-15] {
  background-color: #3c3c3c;
}

[background^=gray-16] {
  background-color: #2f2f2f;
}

[background^=gray-17] {
  background-color: #222;
}

[background^=gray-18] {
  background-color: #151515;
}

[background^=gray-19] {
  background-color: #080808;
}

@media only screen and (max-width: 750px) {
  [responsive~='750-reset-background'] {
    background-color: initial;
  }
}

@media only screen and (max-width: 880px) {
  [responsive~='880-font-size-28'] {
    font-size: 28px;
  }
}

@media only screen and (max-width: 400px) {
  [responsive~='400-font-size-24'] {
    font-size: 24px;
  }
}

@media only screen and (max-width: 700px) {
  [responsive~='700-text-align-left'] {
    text-align: left;
  }
}

[animation~=rotate-add-180] {
  transform: rotate(180deg);
}

[hover~=pointer]:hover {
  cursor: pointer;
}

[hover~=opacity-70]:hover {
  opacity: .7;
}

[shadow~=light] {
  box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .16);
}

[img~=top-center] {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

[img~=center-bottom] {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

[img~=contain] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

[img~=cover] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[img~=ratio-two] {
  aspect-ratio: 2;
}

.color {
  margin: 10px;
  padding: 10px !important;
  border: 1px solid black;
}

.color > div {
  display: block;
  width: 100%;
  height: 80px;
  border: 1px solid black;
  background-color: currentColor;
}

.color pre {
  display: flex;
  margin: 0;
  padding: 12px;
  color: #414141;
  flex-flow: column;
  align-items: center;
}

.color pre span {
  margin: 6px 0;
}

.button-checkbox {
  display: inline-block;
}

.button-checkbox input[type=checkbox],
.button-checkbox input[type=radio] {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.button-checkbox label {
  font-family: 'NeoSans', Arial, sans-serif;
  line-height: 2.1;
  margin: 0 auto;
  padding: 8px 24px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-checkbox.bordered input[type=checkbox],
.button-checkbox.bordered input[type=radio] {
  display: none;
}

.button-checkbox.bordered input[type=checkbox]:checked ~ .content-displaying,
.button-checkbox.bordered input[type=radio]:checked ~ .content-displaying {
  display: block;
}

.button-checkbox.no-border label {
  padding: 0;
  text-align: left;
  border: none;
}

.button-checkbox.no-border input[type=checkbox],
.button-checkbox.no-border input[type=radio] {
  display: none;
}

.button-checkbox.no-border input[type=checkbox]:checked ~ .content-displaying,
.button-checkbox.no-border input[type=radio]:checked ~ .content-displaying {
  display: block;
}

.button-checkbox.small label {
  padding: 0 8px;
}

.button-checkbox.discreet label {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.button-checkbox.discreet input[type=checkbox],
.button-checkbox.discreet input[type=radio] {
  display: none;
}

.button-checkbox.discreet input[type=checkbox]:checked ~ .content-displaying,
.button-checkbox.discreet input[type=radio]:checked ~ .content-displaying {
  display: block;
}

.button-checkbox.icon-data label {
  line-height: 1;
  overflow: visible;
  padding: 0;
}

.button-checkbox.icon-data label .icon-data {
  transition-duration: .2s;
  transform: translate3d(0, 0, 0);
}

.button-checkbox.icon-data:hover label .icon-data {
  color: #002e77;
}

.button-checkbox.icon-data:active label .icon-data,
.button-checkbox.icon-data.nice-select.open label .icon-data {
  transition-duration: .1s;
  transform: perspective(24px) translate3d(0px, 0px, -6px);
}

.button-checkbox.icon {
  width: 24px;
  height: 24px;
}

.button-checkbox.icon label {
  overflow: visible;
  width: 24px;
  height: 24px;
  padding: 0;
}

.button-checkbox.icon label .icon {
  font-size: 24px;
  width: 24px;
  height: 24px;
  transition-duration: .2s;
  transform: translate3d(0, 0, 0);
}

.button-checkbox.icon:active label .icon,
.button-checkbox.icon.nice-select.open label .icon {
  transition-duration: .1s;
  transform: perspective(24px) translate3d(0px, 0px, -6px);
}

.button-checkbox.icon.switch label .icon:last-of-type {
  display: none;
}

.button-checkbox.icon.switch input[type=checkbox]:checked + label .icon,
.button-checkbox.icon.switch input[type=radio]:checked + label .icon {
  display: none;
}

.button-checkbox.icon.switch input[type=checkbox]:checked + label .icon:last-of-type,
.button-checkbox.icon.switch input[type=radio]:checked + label .icon:last-of-type {
  display: inline-block;
}

.button-checkbox.icon.switch label span .icon:last-of-type {
  display: inline-block;
}

.button-checkbox.icon.switch label span:last-of-type {
  display: none;
}

.button-checkbox.icon.switch input[type=checkbox]:checked + label span,
.button-checkbox.icon.switch input[type=radio]:checked + label span {
  display: none;
}

.button-checkbox.icon.switch input[type=checkbox]:checked + label span:last-of-type,
.button-checkbox.icon.switch input[type=radio]:checked + label span:last-of-type {
  display: inline-block;
}

.button-checkbox.icon.warning-color label .icon {
  color: #fff;
}

.button-checkbox.icon.warning-color:hover label .icon {
  color: orange;
}

.button-checkbox.icon.warning-color input[type=checkbox]:checked + label .icon,
.button-checkbox.icon.warning-color input[type=radio]:checked + label .icon {
  color: orange;
}

.button-checkbox.icon-data label {
  overflow: visible;
  padding: 0;
  background-color: transparent;
}

.button-checkbox.icon-data label .icon-data {
  transition-duration: .2s;
  transform: translate3d(0, 0, 0);
}

.button-checkbox.icon-data label.reset {
  font-family: 'NeoSans', Arial, sans-serif;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  white-space: initial;
  letter-spacing: inherit;
  color: inherit;
}

.button-checkbox.icon-data:hover label .icon-data {
  color: #002e77;
}

.button-checkbox.icon-data:active label .icon-data,
.button-checkbox.icon-data.nice-select.open label .icon-data {
  transition-duration: .1s;
  transform: perspective(24px) translate3d(0px, 0px, -6px);
}

.button-checkbox.icon-data input[type=checkbox]:checked + label,
.button-checkbox.icon-data input[type=radio]:checked + label {
  background-color: transparent;
}

.button-checkbox.icon-data.switch label .icon-data:last-of-type {
  display: none;
}

.button-checkbox.icon-data.switch input[type=checkbox]:checked + label .icon-data,
.button-checkbox.icon-data.switch input[type=radio]:checked + label .icon-data {
  display: none;
}

.button-checkbox.icon-data.switch input[type=checkbox]:checked + label .icon-data:last-of-type,
.button-checkbox.icon-data.switch input[type=radio]:checked + label .icon-data:last-of-type {
  display: inline-block;
}

.button-checkbox.icon-data.switch label span .icon-data:last-of-type {
  display: inline-block;
}

.button-checkbox.icon-data.switch label span:last-of-type {
  display: none;
}

.button-checkbox.icon-data.switch input[type=checkbox]:checked + label span,
.button-checkbox.icon-data.switch input[type=radio]:checked + label span {
  display: none;
}

.button-checkbox.icon-data.switch input[type=checkbox]:checked + label span:last-of-type,
.button-checkbox.icon-data.switch input[type=radio]:checked + label span:last-of-type {
  display: inline-block;
}

.button-checkbox.icon-data.warning-color label .icon-data {
  color: #fff;
}

.button-checkbox.icon-data.warning-color:hover label .icon-data {
  color: orange;
}

.button-checkbox.icon-data.warning-color input[type=checkbox]:checked + label .icon-data,
.button-checkbox.icon-data.warning-color input[type=radio]:checked + label .icon-data {
  color: orange;
}

.button-checkbox.center {
  display: block;
  margin: 32px auto;
}

.button-checkbox.medium label {
  font-family: 'NeoSans', Arial, sans-serif;
}

.button-checkbox.half-width label {
  width: 50%;
}

.button-checkbox.expand label .icon,
.button-checkbox.expand label .icon-data {
  position: relative;
  display: flex;
  transition: transform .3s;
  align-items: center;
  justify-content: center;
}

.button-checkbox.expand .content-checkbox,
.button-checkbox.expand .content-displaying {
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: max-height .6s cubic-bezier(0, 1, 0, 1);
}

.button-checkbox.expand input[type=checkbox],
.button-checkbox.expand input[type=radio] {
  display: none;
}

.button-checkbox.expand input[type=checkbox]:checked + label .icon,
.button-checkbox.expand input[type=checkbox]:checked + label .icon-data,
.button-checkbox.expand input[type=radio]:checked + label .icon,
.button-checkbox.expand input[type=radio]:checked + label .icon-data {
  transform: translate(7px, -1px) rotate(90deg);
  transform-origin: center;
}

.button-checkbox.expand input[type=checkbox]:checked ~ .content-displaying,
.button-checkbox.expand input[type=radio]:checked ~ .content-displaying {
  max-height: 3000px;
  transition: max-height .6s cubic-bezier(1, 0, 1, 0);
}

.button-checkbox.expand.flex .content-displaying {
  display: flex;
  align-items: center;
}

.button-checkbox.expand.flex input[type=checkbox]:checked ~ .content-displaying,
.button-checkbox.expand.flex input[type=radio]:checked ~ .content-displaying {
  display: flex;
  align-items: center;
}

.button-checkbox.expand.flex-column .content-displaying {
  display: flex;
  margin-top: -40px;
  opacity: 0;
  flex-flow: column;
  align-items: flex-start;
}

.button-checkbox.expand.flex-column input[type=checkbox]:checked ~ .content-displaying,
.button-checkbox.expand.flex-column input[type=radio]:checked ~ .content-displaying {
  display: flex;
  margin-top: 0;
  opacity: 1;
  flex-flow: column;
  align-items: flex-start;
}

.button-checkbox.expand.data label {
  font-size: inherit;
  font-weight: initial;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

.button-checkbox.expand.data label .icon-data:before {
  top: 2px;
  right: -1px;
}

.button-checkbox.expand.data input[type=checkbox]:checked + label .icon-data,
.button-checkbox.expand.data input[type=radio]:checked + label .icon-data {
  transform: translate(4px, -5px) rotate(90deg);
}

.button-checkbox.pop-in-expand {
  outline: none;
}

.button-checkbox.pop-in-expand .pop-in-wrapper {
  z-index: 0;
  display: none;
  overflow: visible;
  animation: move-from-top-opacity .2s ease-out;
  outline: none;
}

@keyframes move-from-top-opacity {
  0% {
    top: 50px;
    transform: translateZ(0);
    opacity: 0;
  }

  100% {
    top: 100%;
    transform: translateZ(0);
    opacity: 1;
  }
}

.button-checkbox.pop-in-expand .pop-in-wrapper .pop-in {
  margin-top: 7px;
  margin-left: 0;
}

.button-checkbox.pop-in-expand .pop-in-wrapper .pop-in > * {
  font-family: 'NeoSans', Arial, sans-serif;
}

.button-checkbox.pop-in-expand .pop-in-wrapper .pop-in ul {
  padding: 8px 0;
}

.button-checkbox.pop-in-expand .pop-in-wrapper .pop-in ul li {
  line-height: 2;
  padding: 0 8px;
}

.button-checkbox.pop-in-expand .pop-in-wrapper .pop-in ul li a {
  display: block;
}

.button-checkbox.pop-in-expand .pop-in-wrapper .pop-in ul li a:hover {
  background-color: #3c3c3c;
}

.button-checkbox.pop-in-expand .pop-in-wrapper .pop-in.white-rounded-shadow ul li {
  padding: 0;
}

.button-checkbox.pop-in-expand .pop-in-wrapper .pop-in.white-rounded-shadow ul li a {
  margin: 2px 10px;
  padding: 5px 0 5px 10px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  color: #3c3c3c;
}

.button-checkbox.pop-in-expand .pop-in-wrapper .pop-in.white-rounded-shadow ul li a:hover {
  background-color: #e5e5e5;
}

.button-checkbox.pop-in-expand input[type=checkbox],
.button-checkbox.pop-in-expand input[type=radio] {
  display: none;
}

.button-checkbox.pop-in-expand input[type=checkbox]:checked + label,
.button-checkbox.pop-in-expand input[type=radio]:checked + label {
  color: #002e77;
}

.button-checkbox.pop-in-expand input[type=checkbox]:checked ~ .pop-in-wrapper,
.button-checkbox.pop-in-expand input[type=radio]:checked ~ .pop-in-wrapper {
  display: block;
}

.checkbox-multi-display .content {
  display: inline-block;
}

.checkbox-multi-display .content label {
  width: 160px;
}

.checkbox-multi-display .content label .icon {
  position: relative;
  display: inline-block;
  transition: transform .3s;
}

.checkbox-multi-display .content label .icon::before {
  position: absolute;
  top: 4px;
  right: -3px;
}

.checkbox-multi-display input[type=checkbox],
.checkbox-multi-display input[type=radio] {
  display: none;
}

.checkbox-multi-display input[type=checkbox] ~ section .content-displaying,
.checkbox-multi-display input[type=radio] ~ section .content-displaying {
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: max-height .6s cubic-bezier(0, 1, 0, 1);
}

.checkbox-multi-display input[type=checkbox]:checked ~ section .content-displaying,
.checkbox-multi-display input[type=radio]:checked ~ section .content-displaying {
  max-height: 3000px;
  transition: max-height .6s cubic-bezier(1, 0, 1, 0);
}

.checkbox-multi-display input[type=checkbox]:checked ~ section label,
.checkbox-multi-display input[type=radio]:checked ~ section label {
  color: #002e77;
  background-color: #fff;
}

.checkbox-multi-display input[type=checkbox]:checked ~ section label .icon,
.checkbox-multi-display input[type=radio]:checked ~ section label .icon {
  transform: translate(7px, -1px) rotate(90deg);
  transform-origin: center;
}

.checkbox-multi-display input[type=checkbox]:checked ~ section label .icon::before,
.checkbox-multi-display input[type=radio]:checked ~ section label .icon::before {
  right: -6px;
}

.button-burger {
  display: inline-block;
}

.button-burger input[type=checkbox] {
  display: none;
}

.button-burger label {
  line-height: 1;
  margin: 0;
}

.button-burger.no-border label {
  padding: 0;
  text-align: left;
  color: #002e77;
  border: none;
  background-color: transparent;
}

.button-burger.no-border input[type=checkbox] {
  display: none;
}

.button-burger.no-border input[type=checkbox]:checked + label {
  color: #002e77;
  background-color: transparent !important;
}

.button-burger.no-border input[type=checkbox]:checked ~ .content-displaying {
  display: block;
}

.button-burger .hamburger {
  font: inherit;
  line-height: .6;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 12px 11px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.button-burger .hamburger:hover {
  opacity: .7;
}

.button-burger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 16px;
}

.button-burger .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -1px;
}

.button-burger .hamburger-inner,
.button-burger .hamburger-inner::before,
.button-burger .hamburger-inner::after {
  position: absolute;
  width: 18px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #002e77;
}

.button-burger .hamburger-inner::before,
.button-burger .hamburger-inner::after {
  display: block;
  content: '';
}

.button-burger .hamburger-inner::before {
  top: -7px;
}

.button-burger .hamburger-inner::after {
  bottom: -7px;
}

.button-burger .hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  transition-duration: .275s;
}

.button-burger .hamburger--elastic-r .hamburger-inner::before {
  top: 7px;
  transition: opacity .125s .275s ease;
}

.button-burger .hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
}

.button-burger input[type=checkbox]:checked + label {
  color: #002e77;
  background-color: #fff;
}

.button-burger input[type=checkbox]:checked + label .hamburger--elastic-r {
  transition: background-color .1s linear;
  border-radius: 50%;
  background-color: #002e77;
}

.button-burger input[type=checkbox]:checked + label .hamburger--elastic-r:hover {
  opacity: 1;
  background-color: rgba(0, 46, 119, .7);
}

.button-burger input[type=checkbox]:checked + label .hamburger--elastic-r .hamburger-box .hamburger-inner {
  transition-delay: .075s;
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  background-color: #fff !important;
}

.button-burger input[type=checkbox]:checked + label .hamburger--elastic-r .hamburger-box .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
  background-color: #fff !important;
}

.button-burger input[type=checkbox]:checked + label .hamburger--elastic-r .hamburger-box .hamburger-inner::after {
  transition-delay: .075s;
  transform: translate3d(0, -14px, 0) rotate(270deg);
  background-color: #fff !important;
}

@media only screen and (max-width: 700px) {
  .button-burger .hamburger:hover {
    opacity: 1;
  }

  .button-burger input[type=checkbox]:checked + label .hamburger--elastic-r:hover {
    opacity: 1;
  }
}

.btn-gradient {
  line-height: 1.3;
  position: relative;
  padding: 20px;
  transition: all .5s;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 6px;
  filter: hue-rotate(0deg);
}

.btn-gradient.b-blue,
.btn-gradient.b-blue:before {
  background: #6ad071;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #b7c727), color-stop(100%, #24f8ff));
  background: linear-gradient(45deg, #6ad071 0%, #b7c727 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6ad071", endColorstr="#b7c727", GradientType=1 );
}

.btn-gradient.small {
  padding: 10px;
}

.btn-gradient.bordered {
  font-weight: bold;
  position: relative;
  transition: all .5s;
  text-decoration: none;
  border-radius: 3px;
  -webkit-background-clip: text;
  background-clip: text;
  filter: none;
  -webkit-text-fill-color: transparent;
}

.btn-gradient.bordered:hover {
  text-shadow: 0 0 0 rgba(255, 255, 255, .75);
}

.btn-gradient.bordered:hover:after {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.btn-gradient.bordered:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  transition: all .5s;
  border-radius: 7px;
}

.btn-gradient.bordered:after {
  position: absolute;
  z-index: -1;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  display: block;
  content: '';
  transition: all .5s;
  border-radius: 5px;
  background: white;
}

.btn-gradient.rot-360-noscoop:hover {
  transform: rotate(360deg);
  filter: hue-rotate(360deg);
}

.btn-gradient.rot-30:hover {
  filter: hue-rotate(-30deg);
}

.btn-gradient.rot-90:hover {
  filter: hue-rotate(90deg);
}

/* Buttons */
input[type=submit],
.btn-plain {
  font-family: 'NeoSans', Arial, sans-serif;
  font-size: 26px;
  min-width: 300px;
  padding: 6px 9px 8px 9px;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
  color: #fff;
  border: none;
  border-radius: 6px;
  background-color: #002e77;
}

@media only screen and (max-width: 400px) {
  input[type=submit],
    .btn-plain {
    width: 100%;
    min-width: 200px;
  }
}

input[type=submit]:hover,
.btn-plain:hover {
  background-color: #002054;
}

input[type=submit]:active,
input[type=submit].nice-select.open,
.btn-plain:active,
.btn-plain.nice-select.open {
  transform: scale(.95);
}

input[type=submit] ::-moz-selection, .btn-plain ::-moz-selection {
  background: inherit;
}

input[type=submit] ::selection,
.btn-plain ::selection {
  background: inherit;
}

input[type=submit].next,
input[type=submit].prev,
.btn-plain.next,
.btn-plain.prev {
  padding: 4px;
}

input[type=submit].next span,
input[type=submit].prev span,
.btn-plain.next span,
.btn-plain.prev span {
  padding-top: 4px;
}

input[type=submit].next i,
input[type=submit].prev i,
.btn-plain.next i,
.btn-plain.prev i {
  transition: margin .2s ease-in-out;
}

input[type=submit].next i,
.btn-plain.next i {
  margin-left: 6px;
}

input[type=submit].next:hover i,
.btn-plain.next:hover i {
  margin-left: 16px;
}

input[type=submit].prev i,
.btn-plain.prev i {
  margin-right: 6px;
}

input[type=submit].prev:hover i,
.btn-plain.prev:hover i {
  margin-right: 16px;
}

input[type=submit].ghost,
.btn-plain.ghost {
  border: 2px solid white;
  background-color: transparent;
}

input[type=submit].ghost:hover,
.btn-plain.ghost:hover {
  background-color: rgba(0, 0, 0, .1);
}

input[type=submit].small,
.btn-plain.small {
  font-size: 18px;
  padding: 6px 9px;
}

input[type=submit].back-home,
.btn-plain.back-home {
  padding: 8px 20px;
  color: #002e77;
  background-color: #fff;
}

.btn-rounded {
  padding: 22px 60px;
  text-transform: uppercase;
  border-radius: 40px;
  background-color: red;
}

.btn-rounded:hover {
  background-color: red;
}

/* Links */
.link {
  font-family: 'NeoSans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin: 10px 0;
  color: #000;
}

.link::before {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  content: '';
  transition: all .2s ease;
  transform: translate3d(0, 0, 0);
  opacity: 0;
  background-color: #000;
}

.link:hover,
.link.active {
  color: #000;
}

.link:hover::before,
.link.active::before {
  top: 100%;
  opacity: 1;
}

.link.underline {
  margin: 10px 0;
}

.link.underline::before {
  top: 100%;
  opacity: 1;
}

.link.underline:hover::before,
.link.underline.active::before {
  top: 50%;
  opacity: 0;
}

.link.white {
  color: #fff;
}

.link.white::before {
  background-color: #fff;
}

.link.white:hover,
.link.white.active {
  color: #fff;
}

.link.ghost {
  color: white;
}

.link.ghost::before {
  background-color: white;
}

.link.lighter {
  font-size: 14px;
  font-weight: 300;
}

.link.webdesigner {
  font-family: 'NeoSans', Arial, sans-serif;
  font-size: 13px;
  color: #ff89e9;
}

.link.webdesigner::before {
  height: 1px;
  background-color: #ff89e9;
}

.link-arrow span {
  font-family: 'NeoSans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  color: #000;
}

.link-arrow span::before {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  height: 1px;
  content: '';
  transition: all .2s ease;
  transform: translate3d(0, 0, 0);
  opacity: 0;
  background-color: #002e77;
  background-color: #000;
}

.link-arrow .icon-data {
  position: relative;
  margin-left: 12px;
  padding: 8px;
  transform: rotate(-90deg);
  transform-origin: center;
  border: 1px solid black;
  border-radius: 100%;
}

.link-arrow:hover span::before,
.link-arrow.active span::before {
  top: 100%;
  opacity: 1;
}

.link-arrow.ghost span {
  color: white;
}

.link-arrow.ghost span::before {
  background-color: white;
}

.link-arrow.ghost .icon-data {
  border-color: red;
}

.link-arrow.sable span {
  color: red;
}

.link-arrow.sable span::before {
  background-color: red;
}

.link-arrow.sable .icon-data {
  color: red;
  border-color: red;
}

.main-title {
  font-family: 'NeoSans', Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: initial;
}

@media only screen and (max-width: 880px) {
  .main-title {
    font-size: 44px;
  }
}

@media only screen and (max-width: 550px) {
  .main-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 400px) {
  .main-title {
    font-size: 32px;
  }
}

.secondary-title {
  font-family: 'NeoSans', Arial, sans-serif;
  font-size: 36px;
  line-height: initial;
}

@media only screen and (max-width: 880px) {
  .secondary-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 550px) {
  .secondary-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 400px) {
  .secondary-title {
    font-size: 24px;
  }
}

.secondary-title b {
  font-family: 'NeoSansBold', Arial, sans-serif;
}

.terciary-title {
  font-family: 'NeoSansBold', Arial, sans-serif;
  font-size: 22px;
  line-height: initial;
}

@media only screen and (max-width: 400px) {
  .terciary-title {
    font-size: 20px;
  }
}

.quaternary-title {
  font-family: 'NeoSans', Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: initial;
}

@media only screen and (max-width: 880px) {
  .quaternary-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 550px) {
  .quaternary-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .quaternary-title {
    font-size: 20px;
  }
}

.subtitle-decorated {
  font-size: 24px;
  font-weight: 300;
  position: relative;
  padding-left: 70px;
  color: red;
}

.subtitle-decorated::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  content: '';
  background-color: red;
}

@media only screen and (max-width: 880px) {
  .subtitle-decorated {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.subtitle-decorated.grey {
  color: red;
}

.subtitle-decorated.grey::before {
  background-color: red;
}

.subtitle-decorated.black {
  color: #000;
}

.subtitle-decorated.black::before {
  background-color: #000;
}

.subtitle-decorated.small {
  font-size: 16px;
  padding-left: 25px;
}

.subtitle-decorated.small::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 1px;
  content: '';
}

@media only screen and (max-width: 1450px) {
  .subtitle-decorated.small {
    min-height: 48px;
  }

  .subtitle-decorated.small::before {
    top: 11px;
  }
}

.bold-font {
  font-weight: 700;
}

.bold-italic {
  font-weight: 700;
  font-style: italic;
}

.nice-select {
  font-family: inherit;
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  position: relative;
  display: block;
  float: left;
  clear: both;
  box-sizing: border-box;
  width: auto;
  height: 42px;
  padding-right: 30px;
  padding-left: 18px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all .2s ease-in-out;
  text-align: left !important;
  white-space: nowrap;
  border: solid 1px #e8e8e8;
  border-radius: 5px;
  outline: none;
  background-color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  content: '';
  transition: all .15s ease-in-out;
  transform: rotate(45deg);
  transform-origin: 66% 66%;
  pointer-events: none;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  transform: scale(1) translateY(0);
  pointer-events: auto;
  opacity: 1;
}

.nice-select.disabled {
  pointer-events: none;
  color: #999;
  border-color: #ededed;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  right: 0 !important;
  left: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  right: 0;
  left: auto;
}

.nice-select.small {
  font-size: 12px;
  line-height: 34px;
  height: 36px;
}

.nice-select.small:after {
  width: 4px;
  height: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 0;
  transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
  transform: scale(.75) translateY(-21px);
  transform-origin: 50% 0;
  pointer-events: none;
  opacity: 0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  font-weight: 400;
  line-height: 40px;
  min-height: 40px;
  padding-right: 29px;
  padding-left: 18px;
  list-style: none;
  cursor: pointer;
  transition: all .2s;
  text-align: left;
  outline: none;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  cursor: default;
  color: #999;
  background-color: transparent;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.select-required:invalid {
  position: relative;
  top: 42px;
  display: block !important;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  border: 0;
}

.accordion {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.accordion .button-checkbox {
  width: 100%;
}

.accordion .button-checkbox:checked {
  padding-bottom: 0;
}

.accordion .button-checkbox.expand input[type=radio]:checked + label {
  margin: 0;
  padding: 8px 0;
  cursor: default;
}

.accordion .button-checkbox label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion .button-checkbox label span {
  font-size: 15px;
  margin-left: 16px;
}

.accordion .button-checkbox label span > span {
  margin-left: 0;
}

.accordion .button-checkbox label i {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.accordion .button-checkbox label i::before {
  top: 5px;
  right: 3px;
}

.accordion .button-checkbox.no-border label {
  padding: 8px 0;
}

.accordion .button-checkbox .content-displaying p {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 8px 16px 0 16px;
  text-align: left;
}

.accordion .button-checkbox .content-displaying ul {
  text-align: left;
}

.accordion .button-checkbox .content-displaying ul li {
  font-size: 14px;
  line-height: 1.3;
  display: flex;
  min-height: 0;
  cursor: default;
  align-items: flex-start;
  justify-content: flex-start;
}

.accordion .button-checkbox .content-displaying ul li .icon-check {
  margin-right: 10px;
}

.accordion .button-checkbox .content-displaying ul li .icon-wrong {
  margin-right: 10px;
}

.accordion .button-checkbox .content-displaying a {
  float: left;
}

.accordion .button-checkbox.expand input[type=checkbox]:checked + label .icon,
.accordion .button-checkbox.expand input[type=radio]:checked + label .icon {
  transform: translate(0px) rotate(90deg);
}

.accordion .button-checkbox.expand input[type=checkbox]:checked + label .icon::before,
.accordion .button-checkbox.expand input[type=radio]:checked + label .icon::before {
  right: 6px;
}

.accordion-toggle {
  font-family: 'NeoSans', Arial, sans-serif;
  display: flex;
  width: 100%;
  padding: 18px;
  cursor: pointer;
  transition: .4s;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #fff;
  outline: none;
  background-color: #f3f3f3;
  align-items: center;
  justify-content: space-between;
}

.accordion-toggle:hover,
.accordion-toggle.active {
  background-color: #99e5d1;
}

.accordion-toggle .icon-data {
  margin-left: 16px;
}

.accordion-toggle .icon-remove {
  display: none;
}

.accordion-toggle.active .icon-add {
  display: none;
}

.accordion-toggle.active .icon-remove {
  display: block;
}

/* Style the accordion panel. Note: hidden by default */
.accordion-panel {
  overflow: hidden;
  max-height: 0;
  padding: 0 18px;
  transition: max-height .2s ease-out;
  background-color: #fff;
}

.accordion-panel p {
  color: black;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip > div ~ div:last-of-type {
  position: relative;
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 0;
  display: flex;
  visibility: hidden;
  min-width: 330px;
  padding: 12px 14px;
  transition: .5s ease;
  pointer-events: none;
  opacity: 0;
  border-radius: 8px;
  background-color: #f3f3f3;
  align-items: center;
  justify-content: center;
}

.tooltip > div ~ div:last-of-type::before {
  position: absolute;
  top: -7px;
  left: 75%;
  width: 0;
  height: 0;
  content: '';
  border-right: 7px solid transparent;
  border-bottom: 9px solid #f3f3f3;
  border-left: 7px solid transparent;
}

.tooltip > div ~ div:last-of-type p {
  font-size: 16px;
  margin: 0;
  color: #000;
}

.tooltip:hover > div ~ div:last-of-type {
  visibility: visible;
  transform: translateY(28px);
  opacity: 1;
}

footer {
  font-family: 'NeoSans', Arial, sans-serif;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 140px;
  padding: 20px 30px;
  background-color: #f3f3f3;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 800px) {
  footer {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 500px) {
  footer {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1350px) {
  footer {
    padding: 20px 24px;
  }
}

footer * {
  color: #000;
}

footer > div {
  width: 100%;
  flex-wrap: wrap;
}

footer .footer-logo {
  width: 270px;
  margin-right: 20px;
}

@media only screen and (max-width: 1350px) {
  footer .footer-logo {
    width: 240px;
  }
}

footer .footer-content {
  color: #002e77;
}

@media only screen and (max-width: 980px) {
  footer .footer-content {
    margin-top: 18px;
    flex-wrap: wrap !important;
  }
}

footer .footer-content span {
  margin: 0 10px;
}

footer .footer-content a,
footer .footer-content p {
  white-space: nowrap;
}

@media only screen and (max-width: 980px) {
  footer .footer-content a,
    footer .footer-content p {
    margin: 2px 0;
  }
}

@media only screen and (max-width: 700px) {
  footer .footer-content {
    width: 100%;
    flex-flow: column;
    align-items: flex-start !important;
  }

  footer .footer-content span {
    display: none;
  }
}

.navigation-mobile {
  display: none;
}

.navigation-menu {
  font-family: 'NeoSans', Arial, sans-serif;
  font-size: 24px;
  position: sticky;
  z-index: 4;
  top: 0;
  display: flex;
  width: 100%;
  min-height: 85px;
  padding: 0 30px;
  color: white;
  color: red;
  background-color: #f3f3f3;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .25);
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1350px) {
  .navigation-menu {
    min-height: 65px;
    padding: 0 24px;
    flex-flow: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 450px) {
  .navigation-menu {
    padding: 0 16px;
  }
}

.navigation-menu .nav-left {
  z-index: 2;
  display: flex;
  align-items: center;
}

.navigation-menu .nav-left i {
  width: 270px;
  height: 55px;
}

@media only screen and (max-width: 1350px) {
  .navigation-menu .nav-left {
    align-self: flex-start;
  }

  .navigation-menu .nav-left i {
    width: 240px;
    height: 50px;
  }
}

@media only screen and (max-width: 400px) {
  .navigation-menu .nav-left {
    align-self: flex-start;
  }

  .navigation-menu .nav-left i {
    width: 210px;
    height: 40px;
  }
}

.navigation-menu .nav-center {
  z-index: 1;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (max-width: 1600px) {
  .navigation-menu .nav-center {
    display: none;
  }
}

.navigation-menu .nav-center ul {
  width: calc(100% - 30px);
  justify-content: space-around;
}

.navigation-menu .nav-center li:last-of-type a {
  padding-right: 0;
}

.navigation-menu .nav-center li:last-of-type a:hover {
  color: black;
}

.navigation-menu .nav-center li:last-of-type a:hover span::before {
  opacity: 0;
}

.navigation-menu .nav-center a,
.navigation-menu .nav-center .submenu-a {
  font-size: 18px;
  display: flex;
  min-height: 70px;
  padding: 0 10px;
  color: #002e77;
  align-items: center;
}

.navigation-menu .nav-center a ::-moz-selection, .navigation-menu .nav-center .submenu-a ::-moz-selection {
  background: inherit;
}

.navigation-menu .nav-center a ::selection,
.navigation-menu .nav-center .submenu-a ::selection {
  background: inherit;
}

.navigation-menu .nav-center a span,
.navigation-menu .nav-center .submenu-a span {
  position: relative;
}

.navigation-menu .nav-center a span::before,
.navigation-menu .nav-center .submenu-a span::before {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  transition: all .2s ease;
  transform: translate3d(0, 0, 0);
  opacity: 0;
  background-color: #002e77;
}

.navigation-menu .nav-center a i,
.navigation-menu .nav-center .submenu-a i {
  transition: transform .2s;
}

.navigation-menu .nav-center a.active span,
.navigation-menu .nav-center .submenu-a.active span {
  color: #002e77;
}

.navigation-menu .nav-center a.active span::before,
.navigation-menu .nav-center .submenu-a.active span::before {
  top: 100%;
  opacity: 1;
}

.navigation-menu .nav-center a.active i,
.navigation-menu .nav-center .submenu-a.active i {
  color: #000;
}

.navigation-menu .nav-center a:hover,
.navigation-menu .nav-center .submenu-a:hover {
  color: #002e77;
}

.navigation-menu .nav-center a:hover i,
.navigation-menu .nav-center .submenu-a:hover i {
  transform: rotate(180deg);
}

.navigation-menu .nav-center a:hover span::before,
.navigation-menu .nav-center .submenu-a:hover span::before {
  top: 100%;
  opacity: 1;
}

.navigation-menu .nav-center a.btn-gradient,
.navigation-menu .nav-center .submenu-a.btn-gradient {
  line-height: 2.8;
  margin-left: 20px;
  color: white;
}

.navigation-menu .nav-center .submenu-a:hover {
  cursor: default;
}

@keyframes l-move-from-left1 {
  0% {
    transform: translateX(-15px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.navigation-menu .nav-center ul li ul {
  position: absolute;
  top: 70px;
  display: none;
  width: -moz-max-content;
  width: max-content;
  animation: l-move-from-left1 .35s ease both;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, .3));
}

.navigation-menu .nav-center ul li ul.main-nav-links {
  min-width: 170px;
  padding-top: 10px;
}

.navigation-menu .nav-center ul li .nav-ssnav-two-columns {
  display: none;
}

.navigation-menu .nav-center ul li ul li a {
  min-height: auto;
}

.navigation-menu .nav-center ul li:hover ul {
  display: block;
}

.navigation-menu .nav-center ul li:hover ul li a {
  line-height: 1.5;
  position: relative;
  padding: 6px 20px;
  background-color: red;
}

.navigation-menu .nav-center ul li:hover ul li:first-of-type a {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.navigation-menu .nav-center ul li:hover ul li:first-of-type a span {
  margin-top: 16px;
}

.navigation-menu .nav-center ul li:hover ul li:last-of-type a {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.navigation-menu .nav-center ul li:hover ul li:last-of-type a span {
  margin-bottom: 16px;
}

.navigation-menu .nav-center ul li:hover .nav-ssnav-two-columns {
  position: absolute;
  left: 0;
  display: flex;
  width: 100%;
  background-color: white;
  align-items: flex-start;
  justify-content: space-evenly;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, .3));
}

@media only screen and (min-width: 1110px) {
  .navigation-menu .nav-center ul li:hover .nav-ssnav-two-columns {
    padding: 0 100px;
  }
}

.navigation-menu .nav-center ul li:hover .nav-ssnav-two-columns div span {
  font-size: 15px;
  line-height: 1.3;
  display: inline-block;
  width: 100%;
  padding: 20px 40px 0 40px;
  cursor: default;
  color: #979797;
}

.navigation-menu .nav-center ul li:hover .nav-ssnav-two-columns div ul {
  position: relative;
  top: auto;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 10px 20px 20px 20px;
  background-color: white;
  grid-template-columns: 25% 25% 25% 25%;
  row-gap: 0;
  -moz-column-gap: 10px;
       column-gap: 10px;
  filter: none;
}

.navigation-menu .nav-center ul li:hover .nav-ssnav-two-columns div ul.nav-amenagements {
  grid-template-columns: 100%;
  row-gap: 5px;
}

/* navigation-mobile */
@media only screen and (max-width: 1600px) {
  .navigation-mobile {
    font-family: 'NeoSans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    position: fixed;
    z-index: 4;
    top: 0;
    display: flex;
    width: 100vw;
    height: 85px;
    padding: 0 50px 0 24px;
    background-color: #f3f3f3;
    align-items: center;
    justify-content: space-between;
  }

  .navigation-mobile i {
    width: 270px;
    height: 55px;
  }
}

@media only screen and (max-width: 1600px) and (max-width: 1350px) {
  .navigation-mobile i {
    width: 240px;
    height: 50px;
  }
}

@media only screen and (max-width: 1600px) {
  .button-burger {
    z-index: 1;
    display: block;
        /* languages menu */
  }

  .button-burger.no-border {
    display: flex;
    color: black;
    align-items: center;
  }

  .button-burger.no-border .menu-titre,
    .button-burger.no-border .fermer-titre {
    font-family: 'NeoSans', Arial, sans-serif;
    font-size: 16px;
    min-width: 57px;
    text-align: right;
  }

  .button-burger.no-border .fermer-titre {
    display: none;
  }

  .button-burger.no-border input[type=checkbox] + label.burger-menu {
    position: relative;
    display: flex;
    min-width: 100px;
    height: 30px;
    margin-right: -65px;
  }

  .button-burger.no-border input[type=checkbox] + label.burger-menu .hamburger--elastic-r {
    position: absolute;
    top: -6px;
    left: 0;
    padding-right: 70px;
  }

  .button-burger.no-border input[type=checkbox] + label.burger-menu .hamburger--elastic-r .hamburger-box {
    top: -7px;
    left: -10px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: transparent;
  }

  .button-burger.no-border input[type=checkbox] + label.burger-menu .hamburger--elastic-r .hamburger-box .hamburger-inner {
    top: 9px;
    left: 8px;
  }

  .button-burger.no-border input[type=checkbox]:checked + label .hamburger--elastic-r,
    .button-burger.no-border input[type=checkbox]:checked + label .hamburger--elastic-r:hover {
    background-color: transparent;
  }

  .button-burger.no-border input[type=checkbox]:checked ~ .menu-titre {
    display: none;
  }

  .button-burger.no-border input[type=checkbox]:checked ~ .fermer-titre {
    display: block;
  }

  .button-burger.no-border input[type=checkbox]:checked + label.burger-menu .hamburger--elastic-r .hamburger-box {
    background-color: #002e77;
  }

  .button-burger .mobile-nav {
    z-index: -1;
    top: 0;
    left: 100%;
    display: block;
    overflow: hidden;
    transition: left .85s cubic-bezier(.25, .46, .45, .94), opacity 1.1s;
    transform: translateZ(0);
    opacity: .5;
    background-color: #fff;
  }

  .button-burger .mobile-nav .mobile-nav-content {
    display: none;
        /* mobile sub-menu */
  }

  .button-burger .mobile-nav .mobile-nav-content .button-checkbox {
    display: flex;
  }

  .button-burger .mobile-nav .mobile-nav-content .button-checkbox label {
    font-family: 'NeoSansBold', Arial, sans-serif;
    color: white;
    align-items: stretch;
  }

  .button-burger .mobile-nav .mobile-nav-content .button-checkbox label span {
    line-height: 2;
  }

  .button-burger .mobile-nav .mobile-nav-content .button-checkbox label .icon-data {
    align-self: center;
  }

  .button-burger .mobile-nav .mobile-nav-content .button-checkbox:hover ul {
    display: none;
  }

  .button-burger .mobile-nav .mobile-nav-content .info-rdv {
    padding: 12px 40px;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav {
    position: absolute;
    left: 75%;
    overflow: visible;
    width: 100%;
    height: 100vh;
    opacity: .95;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .25);
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content {
    display: block;
    overflow-y: auto;
    padding-top: 80px;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content > a {
    padding: 24px 40px 10px 40px;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content > a > i {
    width: 240px;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content > a > i svg {
    fill: white;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content ul {
    margin: 20px 0 0 0;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content ul li a {
    display: block;
    width: 100%;
    padding: 12px 40px;
    color: #002e77;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content ul li a span {
    position: relative;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content ul li a span::before {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    transition: all .2s ease;
    transform: translate3d(0, 0, 0);
    opacity: 0;
    background-color: #002e77;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content ul li a.active {
    color: #002e77;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content ul li a.active span::before {
    top: calc(100% + 6px);
    opacity: 1;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content ul li a.btn-plain {
    font-size: 18px;
    width: auto;
    margin-top: 14px;
    margin-left: 40px;
    padding: 12px 20px;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content ul li > span {
    padding: 8px 40px;
    color: #002e77;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content ul li ul li {
    font-size: 18px;
    padding-left: 20px;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content ul li ul li a {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    justify-content: flex-start;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content ul li ul li a img {
    max-width: 50px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 550px) {
  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content ul li ul li a img {
    max-width: 85px;
  }
}

@media only screen and (max-width: 1600px) and (min-height: 720px) {
  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content ul li ul li a img {
    max-width: 60px;
  }
}

@media only screen and (max-width: 1600px) and (min-height: 800px) {
  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content ul li ul li a img {
    max-width: 75px;
  }
}

@media only screen and (max-width: 1600px) and (min-height: 900px) {
  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content ul li ul li a img {
    max-width: 95px;
  }
}

@media only screen and (max-width: 1600px) {
  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content .button-checkbox {
    padding: 8px 24px;
  }
}

@media only screen and (max-width: 1600px) {
  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content .button-checkbox input[type=checkbox]:checked ~ label {
    color: white;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content .button-checkbox input[type=checkbox]:checked ~ label i {
    transform: rotate(90deg);
  }
}

@media only screen and (max-width: 1600px) {
  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content ul.nav-mob-secondary {
    font-family: 'NeoSans', Arial, sans-serif;
    font-size: 16px;
    margin: 8px 0 26px 0;
  }
}

@media only screen and (max-width: 1600px) {
  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content .button-checkbox input[type=checkbox]:checked ~ .content-displaying ul {
    position: relative;
    top: 0;
    display: block;
    margin: 6px 0 6px 0;
    filter: none;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content .button-checkbox input[type=checkbox]:checked ~ .content-displaying ul li {
    background-color: inherit;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content .button-checkbox input[type=checkbox]:checked ~ .content-displaying ul li a {
    line-height: initial;
    padding: 6px 0 6px 12px;
  }
}

@media only screen and (max-width: 1600px) {
  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content .button-checkbox input[type=checkbox]:checked ~ .content-displaying > div {
    margin: 15px 0;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content .button-checkbox input[type=checkbox]:checked ~ .content-displaying > div span {
    font-size: 15px;
    padding-left: 15px;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content .button-checkbox input[type=checkbox]:checked ~ .content-displaying > div ul {
    position: relative;
    top: 0;
    display: block;
    margin: 10px 0 10px 0;
    filter: none;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content .button-checkbox input[type=checkbox]:checked ~ .content-displaying > div ul li {
    background-color: inherit;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content .button-checkbox input[type=checkbox]:checked ~ .content-displaying > div ul li a {
    line-height: 2.8;
    color: white;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content .button-checkbox input[type=checkbox]:checked ~ .content-displaying > div ul li a:hover {
    color: #002e77;
    background-color: transparent;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content .button-checkbox input[type=checkbox]:checked ~ .content-displaying > div ul:not(.nav-amenagements) {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
}

@media only screen and (max-width: 1600px) {
  .button-burger input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content .btn-gradient {
    line-height: 4;
    margin: 30px;
  }
}

@media only screen and (max-width: 1600px) {
  .button-burger.lang-menu-mob label {
    color: white;
  }

  .button-burger.lang-menu-mob i {
    transition: transform .2s;
    transform: rotate(90deg);
  }

  .button-burger.lang-menu-mob .mobile-nav-content li {
    padding: 0 !important;
  }

  .button-burger.lang-menu-mob .mobile-nav-content li a {
    width: 100%;
    padding: 12px 16px !important;
    border-bottom: 1px solid white;
  }

  .button-burger.lang-menu-mob input[type=checkbox]:checked ~ label {
    color: white;
  }

  .button-burger.lang-menu-mob input[type=checkbox]:checked ~ label i {
    transform: rotate(-90deg);
  }

  .button-burger.lang-menu-mob input[type=checkbox]:checked ~ .mobile-nav {
    top: -169px;
  }

  .button-burger.lang-menu-mob input[type=checkbox]:checked ~ .mobile-nav .mobile-nav-content {
    height: 169px;
  }
}

@media only screen and (max-width: 1600px) {
  .faq-section {
    display: flex;
    padding: 0 24px 32px 24px;
    align-items: flex-start;
  }

  .faq-section .faq-section-svg {
    width: 130px;
    margin-right: 24px;
    fill: white;
  }

  .faq-section .faq-section-content {
    font-family: 'NeoSans', Arial, sans-serif;
    font-size: 18px;
  }

  .faq-section .faq-section-content a {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1350px) {
  .navigation-mobile {
    height: 65px;
  }

  .navigation-mobile .mobile-nav-content {
    padding-top: 60px !important;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav {
    left: 60%;
  }
}

@media only screen and (max-width: 800px) {
  .navigation-mobile {
    padding: 0 36px 0 16px;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav {
    left: 40%;
  }
}

@media only screen and (max-width: 400px) {
  .navigation-mobile {
    padding: 0 20px 0 16px;
  }

  .button-burger input[type=checkbox]:checked ~ .mobile-nav {
    left: 30%;
  }
}
/***************************************************************/
/* Nouveau, 1 style par section pour faciliter la maintenance  */
.section-base {
  position: relative;
  width: 100%;
  max-width: 1460px;
  margin: 140px auto 0;
  padding: 0 24px;
  color: #002e77;
}

@media only screen and (max-width: 800px) {
  .section-base {
    margin: 120px auto 0;
  }
}

@media only screen and (max-width: 500px) {
  .section-base {
    margin: 100px auto 0;
  }
}

@media only screen and (max-width: 450px) {
  .section-base {
    padding: 0 16px;
  }
}

.section-base::before {
  position: absolute;
  top: 0;
  left: 24px;
  display: block;
  width: 170px;
  height: 170px;
  content: '';
  background-image: url(../imgs/svg/coin-170x170.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media only screen and (max-width: 600px) {
  .section-base::before {
    width: 110px;
    height: 110px;
  }
}

@media only screen and (max-width: 450px) {
  .section-base::before {
    left: 16px;
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 400px) {
  .section-base::before {
    width: 90px;
    height: 90px;
  }
}

.section-base::after {
  position: absolute;
  right: 24px;
  bottom: 0;
  display: block;
  width: 90px;
  height: 90px;
  content: '';
  opacity: 1;
  background-image: url(../imgs/svg/coin-90x90.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media only screen and (max-width: 600px) {
  .section-base::after {
    right: 18px;
    bottom: -6px;
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 450px) {
  .section-base::after {
    right: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .section-base.mob-no-bottom-border::after {
    display: none;
  }
}

.section-base .container {
  padding: 50px 41px 41px 58px;
}

@media only screen and (max-width: 600px) {
  .section-base .container {
    padding: 0;
  }
}

.section-base .container .title {
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .section-base .container .title {
    padding: 50px 40px 10px 58px;
  }
}

@media only screen and (max-width: 400px) {
  .section-base .container .title {
    padding: 40px 40px 10px 44px;
  }
}

.section-base .container .section-content {
  display: flex;
    /* 4 elements */
}

.section-base .container .section-content.no-flex {
  display: block;
}

@media only screen and (max-width: 850px) {
  .section-base .container .section-content {
    flex-flow: column;
  }
}

.section-base .container .section-content .img-part {
  display: flex;
  width: 200px;
  min-width: 200px;
  min-height: 200px;
  background-color: #002e77;
  align-items: flex-start;
  justify-content: center;
}

@media only screen and (max-width: 850px) {
  .section-base .container .section-content .img-part {
    width: 100%;
    min-height: 140px;
  }
}

.section-base .container .section-content .img-part i {
  margin-top: 40px;
}

@media only screen and (max-width: 850px) {
  .section-base .container .section-content .img-part i {
    margin-top: 20px;
  }

  .section-base .container .section-content .img-part i img {
    width: 100px;
    height: 100px;
  }
}

.section-base .container .section-content .text-part {
  width: 100%;
  padding: 30px;
  background-color: #f3f3f3;
}

@media only screen and (max-width: 450px) {
  .section-base .container .section-content .text-part {
    padding: 20px;
  }
}

.section-base .container .section-content.quarter {
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-base .container .section-content.quarter .quarter-container {
  display: flex;
  width: calc(50% - 12px);
}

.section-base .container .section-content.quarter .quarter-container:nth-of-type(1),
.section-base .container .section-content.quarter .quarter-container:nth-of-type(2) {
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  .section-base .container .section-content.quarter .quarter-container {
    width: 100%;
  }

  .section-base .container .section-content.quarter .quarter-container:nth-of-type(3) {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 850px) {
  .section-base .container .section-content.quarter .quarter-container {
    flex-wrap: wrap;
  }

  .section-base .container .section-content.quarter .quarter-container .img-part {
    width: 100%;
  }
}

.section-base .container .section-content.quarter .keyphrase {
  width: 100%;
  margin-top: 24px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  background-color: #002e77;
}

.section-base .container .section-content.quarter .keyphrase p {
  font-family: 'NeoSansBold', Arial, sans-serif;
}

.section-base .container .section-map {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section-base .container .section-map > div {
  padding: 30px;
}

.section-base .container .section-map > div .nowrap {
  white-space: nowrap;
}

.section-base .container .section-map iframe {
  min-width: 700px;
}

@media only screen and (max-width: 1255px) {
  .section-base .container .section-map iframe {
    width: 100%;
    min-width: auto;
  }
}

.section-three-columns {
  position: relative;
  width: 100%;
  max-width: 1412px;
  margin: 140px auto 0;
  padding: 40px;
  background-color: #fff;
}

@media only screen and (max-width: 1430px) {
  .section-three-columns {
    padding: 24px;
  }
}

@media only screen and (max-width: 800px) {
  .section-three-columns {
    margin: 120px auto 0;
  }
}

@media only screen and (max-width: 500px) {
  .section-three-columns {
    margin: 100px auto 0;
  }
}

@media only screen and (max-width: 450px) {
  .section-three-columns {
    padding: 0 16px;
  }
}

.section-three-columns .container {
  padding: 30px;
  background-color: #f3f3f3;
}

@media only screen and (max-width: 450px) {
  .section-three-columns .container {
    padding: 20px;
  }
}

.section-three-columns .container .title {
  margin-bottom: 30px;
  color: #002e77;
}

.section-three-columns .container .section-content {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 600px) {
  .section-three-columns .container .section-content {
    flex-wrap: wrap;
  }
}

.section-three-columns .container .section-content .column {
  display: flex;
  width: calc(33.33% - 20px);
  padding: 30px;
  text-align: center;
  color: #fff;
  background-color: #002e77;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
}

@media only screen and (max-width: 600px) {
  .section-three-columns .container .section-content .column {
    width: 100%;
    flex-flow: row;
  }

  .section-three-columns .container .section-content .column:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 450px) {
  .section-three-columns .container .section-content .column {
    padding: 20px;
  }
}

.section-three-columns .container .section-content .column .text-part p {
  font-family: 'NeoSansBold', Arial, sans-serif;
  margin-top: 20px;
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .section-three-columns .container .section-content .column .text-part p {
    margin-top: 0;
    margin-left: 20px;
    text-align: left;
  }
}

@media only screen and (max-width: 450px) {
  .section-three-columns .container .section-content .column .text-part p {
    font-size: 17px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 850px) {
  .section-three-columns .container .section-content .column .img-part i img {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 450px) {
  .section-three-columns .container .section-content .column .img-part i img {
    width: 70px;
    height: 70px;
  }
}

.section-expanded {
  position: relative;
  max-width: 1460px;
  margin: 140px auto 0;
  padding: 0 24px;
  color: #002e77;
}

@media only screen and (max-width: 800px) {
  .section-expanded {
    margin: 120px auto 0;
  }
}

@media only screen and (max-width: 500px) {
  .section-expanded {
    margin: 100px auto 0;
  }
}

@media only screen and (max-width: 450px) {
  .section-expanded {
    padding: 0 16px;
  }
}

.section-expanded::before {
  position: absolute;
  top: 0;
  left: 24px;
  display: block;
  width: 170px;
  height: 170px;
  content: '';
  background-image: url(../imgs/svg/coin-170x170.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media only screen and (max-width: 600px) {
  .section-expanded::before {
    width: 110px;
    height: 110px;
  }
}

@media only screen and (max-width: 450px) {
  .section-expanded::before {
    left: 16px;
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 400px) {
  .section-expanded::before {
    width: 90px;
    height: 90px;
  }
}

.section-expanded::after {
  position: absolute;
  right: 24px;
  bottom: 0;
  display: block;
  width: 90px;
  height: 90px;
  content: '';
  opacity: 1;
  background-image: url(../imgs/svg/coin-90x90.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media only screen and (max-width: 600px) {
  .section-expanded::after {
    right: 18px;
    bottom: -6px;
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 450px) {
  .section-expanded::after {
    right: 10px;
  }
}

.section-expanded .container {
  padding: 50px 41px 41px 58px;
}

@media only screen and (max-width: 600px) {
  .section-expanded .container {
    padding: 0;
  }
}

.section-expanded .container .title {
  display: flex;
  background-color: #002e77;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .section-expanded .container .title {
    padding: 0 30px 0 0;
  }
}

.section-expanded .container .title i {
  display: flex;
  min-width: 200px;
  min-height: 200px;
  padding-top: 40px;
  border-right: 1px solid #fff;
  align-items: flex-start;
  justify-content: center;
}

@media only screen and (max-width: 850px) {
  .section-expanded .container .title i {
    min-width: 140px;
    min-height: 140px;
    padding-top: 20px;
  }

  .section-expanded .container .title i img {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 450px) {
  .section-expanded .container .title i {
    min-width: 100px;
    min-height: 120px;
    padding-top: 0;
    align-items: center;
  }

  .section-expanded .container .title i img {
    width: 70px;
    height: 70px;
  }
}

.section-expanded .container .title h2 {
  margin: 0 30px;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .section-expanded .container .title h2 {
    font-size: 28px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 450px) {
  .section-expanded .container .title h2 {
    font-size: 24px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .section-expanded .container .title h2 {
    font-size: 22px;
  }
}

.section-expanded .container .section-intro {
  margin-bottom: 20px;
  padding: 30px;
  background-color: #f3f3f3;
}

.section-expanded .container .section-content {
  display: flex;
}

.section-expanded .container .section-content:not(:last-of-type) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 850px) {
  .section-expanded .container .section-content {
    flex-flow: column;
  }
}

.section-expanded .container .section-content .img-part {
  display: flex;
  width: 200px;
  min-width: 200px;
  min-height: 200px;
  background-color: #002e77;
  align-items: flex-start;
  justify-content: center;
}

@media only screen and (max-width: 850px) {
  .section-expanded .container .section-content .img-part {
    width: 100%;
    min-height: 140px;
  }
}

.section-expanded .container .section-content .img-part i {
  margin-top: 40px;
}

@media only screen and (max-width: 850px) {
  .section-expanded .container .section-content .img-part i {
    margin-top: 20px;
  }

  .section-expanded .container .section-content .img-part i img {
    width: 100px;
    height: 100px;
  }
}

.section-expanded .container .section-content .text-part {
  width: 100%;
  padding: 30px;
  background-color: #f3f3f3;
}

@media only screen and (max-width: 450px) {
  .section-expanded .container .section-content .text-part {
    padding: 20px;
  }
}

.section-imgs-flexbox {
  position: relative;
  width: 100%;
  max-width: 1460px;
  margin: 140px auto 0;
  padding: 0 24px;
  color: #002e77;
}

@media only screen and (max-width: 800px) {
  .section-imgs-flexbox {
    margin: 120px auto 0;
  }
}

@media only screen and (max-width: 500px) {
  .section-imgs-flexbox {
    margin: 100px auto 0;
  }
}

@media only screen and (max-width: 450px) {
  .section-imgs-flexbox {
    padding: 0 16px;
  }
}

.section-imgs-flexbox::before {
  position: absolute;
  top: 0;
  left: 24px;
  display: block;
  width: 170px;
  height: 170px;
  content: '';
  background-image: url(../imgs/svg/coin-170x170.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media only screen and (max-width: 600px) {
  .section-imgs-flexbox::before {
    width: 110px;
    height: 110px;
  }
}

@media only screen and (max-width: 450px) {
  .section-imgs-flexbox::before {
    left: 16px;
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 400px) {
  .section-imgs-flexbox::before {
    width: 90px;
    height: 90px;
  }
}

.section-imgs-flexbox::after {
  position: absolute;
  right: 24px;
  bottom: 0;
  display: block;
  width: 90px;
  height: 90px;
  content: '';
  opacity: 1;
  background-image: url(../imgs/svg/coin-90x90.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media only screen and (max-width: 600px) {
  .section-imgs-flexbox::after {
    right: 18px;
    bottom: -6px;
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 450px) {
  .section-imgs-flexbox::after {
    right: 10px;
  }
}

.section-imgs-flexbox .container {
  padding: 50px 41px 41px 58px;
}

@media only screen and (max-width: 600px) {
  .section-imgs-flexbox .container {
    padding: 0;
  }
}

.section-imgs-flexbox .container .title {
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .section-imgs-flexbox .container .title {
    padding: 50px 40px 10px 58px;
  }
}

@media only screen and (max-width: 400px) {
  .section-imgs-flexbox .container .title {
    padding: 40px 40px 10px 44px;
  }
}

.section-imgs-flexbox .container .section-content {
  display: flex;
}

.section-imgs-flexbox .container .section-content.no-flex {
  display: block;
}

@media only screen and (max-width: 850px) {
  .section-imgs-flexbox .container .section-content {
    flex-flow: column;
  }
}

.section-imgs-flexbox .container .section-content .thumbnails {
  display: flex;
  width: 100%;
  padding: 30px;
  background-color: #f3f3f3;
  flex-wrap: wrap;
}

@media only screen and (max-width: 450px) {
  .section-imgs-flexbox .container .section-content .thumbnails {
    padding: 20px;
  }
}

.section-imgs-flexbox .container .section-content .thumbnails .thumbnail-img {
  width: 16.66%;
  background-color: #f3f3f3;
}

@media only screen and (max-width: 1200px) {
  .section-imgs-flexbox .container .section-content .thumbnails .thumbnail-img {
    width: 20%;
  }
}

@media only screen and (max-width: 1000px) {
  .section-imgs-flexbox .container .section-content .thumbnails .thumbnail-img {
    width: 25%;
  }
}

@media only screen and (max-width: 820px) {
  .section-imgs-flexbox .container .section-content .thumbnails .thumbnail-img {
    width: 33.33%;
  }
}

@media only screen and (max-width: 700px) {
  .section-imgs-flexbox .container .section-content .thumbnails .thumbnail-img {
    width: 50%;
  }
}

.section-imgs-flexbox .container .section-content .thumbnails .thumbnail-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
}

@media only screen and (max-width: 480px) {
  .section-imgs-flexbox .container .section-content .thumbnails .thumbnail-img img {
    max-height: 180px;
  }
}

@media only screen and (max-width: 420px) {
  .section-imgs-flexbox .container .section-content .thumbnails .thumbnail-img img {
    max-height: 160px;
  }
}

@media only screen and (max-width: 370px) {
  .section-imgs-flexbox .container .section-content .thumbnails .thumbnail-img img {
    max-height: 147px;
  }
}

@media only screen and (max-width: 340px) {
  .section-imgs-flexbox .container .section-content .thumbnails .thumbnail-img img {
    max-height: 132px;
  }
}

.hero-container {
  position: relative;
  top: 0;
  width: 100%;
}

.hero-container .hero {
  position: relative;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 650px;
  text-align: center;
  background-image: url(../imgs/headers/asaa-header.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.hero-container .hero::before {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 80px;
  height: 80px;
  content: '';
  opacity: .5;
  background-image: url(../imgs/svg/header-coin-80x80.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.hero-container .hero::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 150px;
  height: 150px;
  content: '';
  opacity: .5;
  background-image: url(../imgs/svg/header-coin-150x150.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.hero-container .hero.accueil {
  background-image: url(../imgs/headers/asaa-header.png);
}

.hero-container .hero.accueil .content {
  max-width: 950px;
  padding: 20px;
  text-align: left;
}

.hero-container .hero.accueil .content h1 {
  font-size: 48px;
}

.hero-container .hero.accueil .content p {
  font-size: 20px;
}

@media only screen and (max-width: 900px) {
  .hero-container .hero.accueil .content h1 {
    font-size: 32px;
  }

  .hero-container .hero.accueil .content p {
    font-size: 18px;
  }
}

.contact-form {
  display: flex;
  width: 100%;
  margin-top: 30px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.contact-form.two-columns {
  height: 975px;
}

@media only screen and (max-width: 1450px) {
  .contact-form.two-columns {
    height: auto;
  }
}

@media only screen and (max-width: 1450px) {
  .contact-form {
    height: auto;
  }
}

@media only screen and (max-width: 700px) {
  .contact-form {
    padding: 10px;
  }
}

.contact-form > div:first-of-type {
  display: flex;
  width: 50%;
  background-color: white;
  flex-grow: 1;
  flex-flow: column;
  align-items: center;
}

@media only screen and (max-width: 700px) {
  .contact-form > div:first-of-type {
    align-items: flex-start;
  }
}

.contact-form > div:first-of-type > div {
  margin: 30px;
  flex-grow: 1;
}

@media only screen and (min-width: 1280px) {
  .contact-form > div:first-of-type > div {
    width: 80%;
    margin: 30px;
  }
}

@media only screen and (max-width: 700px) {
  .contact-form > div:first-of-type > div {
    width: calc(100% - 60px);
    margin: 30px;
  }
}

@media only screen and (max-width: 400px) {
  .contact-form > div:first-of-type > div {
    width: calc(100% - 40px);
    margin: 20px;
  }
}

.contact-form > div:first-of-type > div h1,
.contact-form > div:first-of-type > div h2 {
  margin-top: 0;
}

@media only screen and (max-width: 700px) {
  .contact-form > div:first-of-type > div h1,
    .contact-form > div:first-of-type > div h2 {
    min-width: initial;
  }
}

@media only screen and (max-width: 700px) {
  .contact-form > div:first-of-type > div .inputs-container {
    flex-flow: column;
  }

  .contact-form > div:first-of-type > div .inputs-container > div {
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 700px) {
  .contact-form > div:first-of-type > div .message-container {
    width: 100%;
    padding-right: 0;
  }
}

.contact-form > div:first-of-type > div label {
  font-size: 15px;
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-duration: .5s;
  pointer-events: none;
  color: #7d7d7d;
}

.contact-form > div:first-of-type > div label span.grey {
  color: #3c3c3c;
}

.contact-form > div:first-of-type > div input:not([type=submit]):not([type=checkbox]) {
  font-size: 15px;
  line-height: 36px;
  display: inline-block;
  overflow: visible;
  width: 100%;
  height: 36px;
  transition-timing-function: ease-in-out;
  transition-timing-function: 80ms;
  color: #3c3c3c;
  border-color: #d5dce3;
  border-top: none;
  border-right: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left: none;
  background-color: transparent;
}

.contact-form > div:first-of-type > div input:not([type=submit]):not([type=checkbox]):focus {
  border-color: #002e77;
  outline: none;
}

.contact-form > div:first-of-type > div input:not([type=submit]):not([type=checkbox]):focus + label {
  font-size: 13px;
  transform: translate3d(0, -170%, 0);
  color: black;
}

.contact-form > div:first-of-type > div input:not([type=submit]):not([type=checkbox]):focus:not(:-moz-placeholder-shown) + label {
  transform: translate3d(0, -170%, 0);
}

.contact-form > div:first-of-type > div input:not([type=submit]):not([type=checkbox]):focus:not(:-ms-input-placeholder) + label {
  transform: translate3d(0, -170%, 0);
}

.contact-form > div:first-of-type > div input:not([type=submit]):not([type=checkbox]):focus:not(:placeholder-shown) + label {
  transform: translate3d(0, -170%, 0);
}

.contact-form > div:first-of-type > div input:not([type=submit]):not([type=checkbox])::-moz-placeholder {
  opacity: 1;
  color: white;
}

.contact-form > div:first-of-type > div input:not([type=submit]):not([type=checkbox]):-ms-input-placeholder {
  opacity: 1;
  color: white;
}

.contact-form > div:first-of-type > div input:not([type=submit]):not([type=checkbox])::placeholder {
  opacity: 1;
  color: white;
}

.contact-form > div:first-of-type > div input:not([type=submit]):not([type=checkbox]):not(:-moz-placeholder-shown) {
  color: red;
}

.contact-form > div:first-of-type > div input:not([type=submit]):not([type=checkbox]):not(:-ms-input-placeholder) {
  color: red;
}

.contact-form > div:first-of-type > div input:not([type=submit]):not([type=checkbox]):not(:placeholder-shown) {
  color: red;
}

.contact-form > div:first-of-type > div input:not([type=submit]):not([type=checkbox]):not(:-moz-placeholder-shown) + label {
  font-size: 13px;
  transform: translate3d(0, -170%, 0);
}

.contact-form > div:first-of-type > div input:not([type=submit]):not([type=checkbox]):not(:-ms-input-placeholder) + label {
  font-size: 13px;
  transform: translate3d(0, -170%, 0);
}

.contact-form > div:first-of-type > div input:not([type=submit]):not([type=checkbox]):not(:placeholder-shown) + label {
  font-size: 13px;
  transform: translate3d(0, -170%, 0);
}

.contact-form > div:first-of-type > div input:not([type=submit]):not([type=checkbox]):valid {
  color: #002e77;
}

.contact-form > div:first-of-type > div input:not([type=submit]):not([type=checkbox]):valid + label {
  font-size: 13px;
  transform: translate3d(0, -170%, 0);
}

.contact-form > div:first-of-type > div textarea {
  font-size: 15px;
  overflow: auto;
  width: 100%;
  min-height: 120px;
  padding: 10px;
  resize: none;
  border-color: #d5dce3;
}

.contact-form > div:first-of-type > div textarea::-moz-placeholder {
  color: #7d7d7d;
}

.contact-form > div:first-of-type > div textarea:-ms-input-placeholder {
  color: #7d7d7d;
}

.contact-form > div:first-of-type > div textarea::placeholder {
  color: #7d7d7d;
}

.contact-form > div:first-of-type > div textarea:focus {
  border-color: #002e77;
  outline: none;
}

.contact-form > div:first-of-type > div .button-checkbox {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 24px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 485px) {
  .contact-form > div:first-of-type > div .button-checkbox.icon.switch label {
    height: auto;
    align-items: flex-start;
  }
}

.contact-form > div:first-of-type > div .button-checkbox.icon.switch label span:last-of-type {
  line-height: 1.6;
  display: inline-block;
  align-self: flex-end;
}

@media only screen and (max-width: 700px) {
  .contact-form > div:first-of-type > div .button-checkbox.icon.switch label span:last-of-type {
    align-self: center;
  }
}

.contact-form > div:first-of-type > div .link.discret {
  font-size: 15px;
  display: inline-block;
  margin: 0 0 0 22px;
  padding: 10px;
}

.contact-form > div:first-of-type > div .link.discret:before {
  top: 30px;
  left: 10px;
  width: calc(100% - 20px);
}

.contact-form > div:first-of-type > div input[type=checkbox] {
  width: 100%;
  height: 24px;
  cursor: pointer;
}

.contact-form > div:first-of-type > div input[type=checkbox] + label {
  position: initial;
  display: flex;
  width: 100%;
  margin: -4px 10px 0 0;
  align-items: center;
}

.contact-form > div:first-of-type > div input[type=checkbox] + label i {
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.contact-form > div:first-of-type > div input[type=checkbox] + label span {
  margin-left: 12px;
  text-align: left;
  text-transform: initial;
}

/* Controls
---------------------------------------------------------------------- */
.controls {
  position: relative;
  display: flex;
  padding: 30px 60px;
  align-items: center;
}

@media only screen and (max-width: 1100px) {
  .controls {
    padding: 16px 9%;
  }
}

.controls::before {
  width: 100%;
  content: '';
  border-style: solid;
  border-color: #b1b1b1;
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  flex-grow: 1;
}

.controls::after {
  width: 30px;
  content: '';
  border-style: solid;
  border-color: #b1b1b1;
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}

.controls > p {
  margin-left: 16px;
  white-space: nowrap;
}

.controls .custom-select {
  font-size: 16px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  max-width: 200px;
  height: 30px;
  margin: 0 16px 0 12px;
  transition: background-color .3s;
  border: 1px solid #6ad071;
  border-radius: 3px;
  background-color: #6ad071;
}

@media only screen and (max-width: 880px) {
  .controls .custom-select {
    min-width: 150px;
    max-width: none;
  }
}

.controls .custom-select:after {
  position: absolute;
  top: 12px;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  content: ' ';
  pointer-events: none;
  border-top: 5px solid white;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.is-ie8 .controls .custom-select:after,
.is-ie9 .controls .custom-select:after {
  display: none;
}

.controls .custom-select select {
  width: 100%;
  height: 100%;
  padding: 0 30px 0 9px;
  color: white;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 880px) {
  .controls .custom-select select {
    min-width: 150px;
  }
}

.controls .custom-select select:focus {
  outline: none;
}

.controls .custom-select select option {
  background-color: #6ad071;
}

.is-ie8 .controls .custom-select select,
.is-ie9 .controls .custom-select select {
  padding: 0 0 0 9px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .controls .custom-select select::-ms-expand {
    display: none;
  }

  .controls .custom-select select:focus::-ms-value {
    color: #222;
    background: transparent;
  }
}

.controls .custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

@-moz-document url-prefix() {
  .controls .custom-select select {
    width: 120%;
    width: calc(100% + 43px);
    padding: 0 54px 0 5px;
  }
}

.controls .custom-select:hover,
.controls .custom-select:focus {
  color: white;
  background-color: #b7c727;
}

.controls .custom-select:hover select,
.controls .custom-select:focus select {
  color: white;
}

.controls .custom-select:hover:after,
.controls .custom-select:focus:after {
  border-top-color: white;
}

/* Container
---------------------------------------------------------------------- */
.container-filter-with-select {
  padding: 0 60px 30px 60px;
  text-align: justify;
}

@media only screen and (max-width: 1100px) {
  .container-filter-with-select {
    padding: 0 9% 30px 9%;
  }
}

.container-filter-with-select:after {
  display: inline-block;
  width: 100%;
  content: '';
}

/* Target Elements
---------------------------------------------------------------------- */
.mix,
.gap {
  display: inline-block;
  vertical-align: top;
}

.mix {
  position: relative;
  border-top: .5rem solid currentColor;
  border-radius: 2px;
  background: #010101;
}

.mix:before {
  display: inline-block;
  padding-top: 56.25%;
  content: '';
}

.mix.green {
  color: #91e6c7;
}

.mix.pink {
  color: #d595aa;
}

.mix.blue {
  color: #5ecdde;
}

.mix.brown {
  color: #884302;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */
/* 2 Columns */
.mix,
.gap {
  width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
  margin-bottom: 25px;
}

/* 3 Columns */
@media screen and (min-width: 541px) {
  .mix,
    .gap {
    width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    margin-bottom: 27px;
  }
}
/* 4 Columns */
@media screen and (min-width: 961px) {
  .mix,
    .gap {
    width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    margin-bottom: 35px;
  }
}
/* 5 Columns */
@media screen and (min-width: 1281px) {
  .mix,
    .gap {
    width: calc(100%/5 - (((5 - 1) * 1rem) / 5));
    margin-bottom: 45px;
  }
}
/* Pictures links animated
---------------------------------------------------------------------- */
.picture-links-for-filter-page {
  text-align: center;
  border-top: 0;
}

.picture-links-for-filter-page::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  pointer-events: none;
  border-top: 60px solid white;
  border-right: 175px solid transparent;
}

.picture-links-for-filter-page::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  pointer-events: none;
  border-top: 60px solid white;
  border-left: 175px solid transparent;
}

.picture-links-for-filter-page a {
  position: relative;
  display: flex;
  height: 185px;
  flex-flow: column;
}

.picture-links-for-filter-page a:hover {
  cursor: pointer;
}

.picture-links-for-filter-page a > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  height: 100%;
}

.picture-links-for-filter-page a img {
  height: inherit;
  min-height: auto;
  transition: all .2s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.picture-links-for-filter-page span {
  font-family: 'NeoSans', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  position: relative;
  z-index: 2;
  padding: 12px;
  animation: .2s cubic-bezier(.25, .46, .45, .94) 0s 1 normal both running slide-bottom-filter-page;
  color: #494949;
}

@keyframes slide-bottom-filter-page {
  0% {
    transform: translateY(-85px);
  }

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

.picture-links-for-filter-page span::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  content: '';
  opacity: 0;
  background-color: white;
}

.picture-links-for-filter-page:hover div {
  display: block;
  animation: color-change-2x 2s linear infinite alternate both;
}

@keyframes color-change-2x {
  0% {
    background: #6ad071;
    background: linear-gradient(45deg, #6ad071 0%, #b7c727 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6ad071", endColorstr="#b7c727", GradientType=1 );
  }

  100% {
    background: #6ad071;
    background: linear-gradient(45deg, #6ad071 0%, #b7c727 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6ad071", endColorstr="#b7c727", GradientType=1 );
    filter: hue-rotate(90deg);
  }
}

.picture-links-for-filter-page:hover img {
  opacity: 0;
}

.picture-links-for-filter-page:hover span {
  animation: .5s cubic-bezier(.25, .46, .45, .94) 0s 1 normal both running slide-top-filter-page;
  color: white;
}

@keyframes slide-top-filter-page {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-85px);
  }
}

.picture-links-for-filter-page:hover span:after {
  animation: .5s cubic-bezier(.25, .46, .45, .94) 0s 1 normal both running no-slide-after;
}

@keyframes no-slide-after {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(85px);
  }
}

.myImg {
  cursor: pointer;
  transition: .3s;
  border-radius: 5px;
}

.myImg:hover {
  opacity: .7;
}

/* The Modal (background) */
.modal {
    /* Hidden by default */
  position: fixed;
    /* Stay in place */
  z-index: 4;
  top: 0;
    /* Location of the box */
  left: 0;
  display: none;
    /* Full height */
  overflow: auto;
  width: 100%;
    /* Full width */
  height: 100%;
    /* Sit on top */
  padding-top: 100px;
    /* Enable scroll if needed */
  background-color: black;
    /* Fallback color */
  background-color: rgba(0, 0, 0, .9);
    /* Black w/ opacity */
}

.modal.background-lighter {
  background-color: rgba(0, 0, 0, .7);
}

/* Modal Content (image) */
.modal-content {
  display: block;
  width: 80%;
  max-width: 700px;
  margin: auto;
}

.modal-content.box-content {
  overflow-y: auto;
  max-height: 75vh;
  background-color: #fff;
}

/* Caption of Modal Image */
#caption {
  display: block;
  width: 80%;
  max-width: 700px;
  height: 150px;
  margin: auto;
  padding: 10px 0;
  text-align: center;
  color: #ccc;
}

/* Add Animation */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: .6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 35px;
  transition: .3s;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  cursor: pointer;
  text-decoration: none;
  color: #bbb;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal {
    padding-top: 60px;
  }

  .modal .modal-content {
    width: 100%;
  }

  .modal .modal-content.box-content {
    max-height: calc(100vh - 60px);
  }
}

.carousel {
  background: #222;
}

/*  hack Julien to hide the content before trigger click
    on page load
*/
.carousel.hidden-before-trigger-click {
  opacity: 0;
  background-color: black;
}

.carousel.hidden-before-trigger-click .carousel-cell {
  background-color: transparent;
}

.carousel.is-fullscreen {
  opacity: 1;
}

/* end hack */
.carousel-cell {
    /* center images in cells with flexbox */
  display: flex;
  width: 100%;
  height: 300px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
}

.carousel.is-fullscreen .carousel-cell {
  height: 100%;
  counter-increment: none;
  border-radius: 0;
  background-color: black;
}

.carousel.is-fullscreen .carousel-cell:before {
  content: none;
}

.carousel-cell-image {
  display: block;
  max-height: 100%;
}

.carousel.is-fullscreen .carousel-cell-image {
  max-width: 100%;
}

/* Flickity fullscreen v1.0.1
------------------------- */
.flickity-enabled.is-fullscreen {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 35px;
  background: black;
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden;
}

/* ---- flickity-fullscreen-button ---- */
.flickity-fullscreen-button {
  top: 10px;
  right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px;
}

.flickity-fullscreen-button-exit {
  display: none;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
  display: block;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
  display: none;
}

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
}

.flickity-fullscreen-button {
  display: none !important;
}

.thumbnail-link {
  position: relative;
}

.thumbnail-link h2 {
  transition: top .2s ease-out;
}

.thumbnail-link::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: background-color .4s ease-in-out;
  border-radius: 6px;
  background-color: rgba(217, 102, 106, 0);
}

.thumbnail-link:hover h2 {
  top: 40%;
}

.thumbnail-link:hover::before {
  background-color: rgba(217, 102, 106, .6);
}

/******************************************/
/* caroussel avis google homepage */
.section-testimonials {
  padding: 80px 0 80px 0;
  text-align: center;
}

@media all and (max-width: 800px) {
  .section-testimonials {
    padding: 50px 0 0 0;
  }
}

@media all and (max-width: 420px) {
  .section-testimonials {
    padding: 30px 0 0 0;
  }
}

.section-testimonials > p {
  font-family: 'caviar_dreamsbold';
  font-size: 30px;
  margin: 40px 0 40px 0;
}

@media all and (max-width: 420px) {
  .section-testimonials > p {
    font-size: 24px;
  }
}

.section-testimonials > p span {
  color: #f525ce;
}

.google-title-container {
  font-family: 'Roboto', sans-serif;
  display: flex;
  width: 100%;
  margin: 0 auto 16px;
  padding: 0 125px;
  flex-flow: column;
}

@media all and (max-width: 1110px) {
  .google-title-container {
    padding: 0 60px;
  }
}

@media all and (max-width: 650px) {
  .google-title-container {
    padding: 0 25px;
  }
}

.google-title-container-first-line,
.google-title-container-second-line {
  display: flex;
  padding-left: 35px;
  align-items: center;
}

.google-title-container-first-line img {
  width: 95px;
  height: 40px;
  margin-right: 8px;
}

.google-title-container-first-line span {
  font-size: 20px;
}

.google-title-container-second-line span {
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
}

.slide_container.testimonials {
  width: 100%;
  height: 330px;
  min-height: 330px;
  margin: 0 auto;
  padding: 0 125px;
}

@media all and (max-width: 1110px) {
  .slide_container.testimonials {
    padding: 0 55px;
  }
}

@media all and (max-width: 650px) {
  .slide_container.testimonials {
    padding: 0 25px;
  }
}

.slide_container.testimonials .flickity-enabled.is-draggable {
  min-height: 250px;
  background-color: #fff;
}

.slide_container.testimonials .flickity-viewport {
  min-height: auto;
}

.slide_container.testimonials .flickity-slider {
  margin-left: 15px !important;
}

.slide_container.testimonials .carousel-cell::before {
  display: none;
}

.slide_container.testimonials .carousel-cell {
  width: calc(25% - 30px);
  min-height: 250px;
  margin-right: 15px;
  margin-left: 15px;
}

.section-testimonials.google .slide_container.testimonials .carousel-cell {
  height: 330px;
  background-color: rgba(17, 17, 17, .05);
}

@media all and (max-width: 1500px) {
  .slide_container.testimonials .carousel-cell {
    width: calc(33.33% - 30px);
  }
}

@media all and (max-width: 1200px) {
  .slide_container.testimonials .carousel-cell {
    width: calc(50% - 30px);
  }
}

@media all and (max-width: 760px) {
  .slide_container.testimonials .carousel-cell {
    width: calc(100% - 30px);
  }
}

@media all and (max-width: 970px) {
  .slide_container.testimonials .carousel-cell {
    flex-flow: row;
  }
}

.slide_container.testimonials .carousel-cell .testimonial-container {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  display: flex;
  width: 100%;
  padding: 20px;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
}

.slide_container.testimonials .carousel-cell .testimonial-container p {
  color: black;
}

.testimonial-header {
  display: flex;
  align-items: center;
}

@media all and (max-width: 345px) {
  .testimonial-header {
    flex-flow: column;
    align-items: flex-start;
  }
}

.testimonial-header > div > img {
  width: 44px;
  height: 44px;
  margin-right: 12px !important;
}

.testimonial-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  text-align: left;
}

.testimonial-rating-container {
  display: flex;
  align-items: center;
}

.testimonial-rating {
  display: flex;
}

.testimonial-date {
  font-size: 12px;
  font-weight: 400;
  color: rgba(17, 17, 17, .5);
}

.testimonial-rating img {
  width: 18px;
  height: 18px;
  margin-right: 1px !important;
}

.testimonial-rating img:last-of-type {
  margin-right: 10px !important;
}

.testimonial-body {
  display: flex;
  margin-top: 12px;
  margin-bottom: 16px;
  flex-flow: column;
  align-items: flex-start;
}

.testimonial-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  text-align: left;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

@media all and (max-width: 800px) {
  .testimonial-body p {
    font-size: 14px;
  }
}

.testimonial-suite {
  font-size: 14px;
  color: rgba(17, 17, 17, .5);
}

.testimonial-suite:hover {
  text-decoration: underline;
}

.testimonial-footer {
    /* background-color: antiquewhite; */
  display: flex;
  align-items: center;
}

.testimonial-google-img {
  width: 34px;
  height: 34px;
  margin-right: 8px;
}

.testimonial-google-link {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.testimonial-google-link > p {
  margin: 0;
}

.testimonial-footer p {
  font-size: 12px;
  line-height: 1.2;
  color: rgba(17, 17, 17, .5) !important;
}

.testimonial-footer a {
  font-size: 14px;
  line-height: 1.2;
  color: #197bff;
}

.testimonial-footer a:hover {
  text-decoration: underline;
}

.slide_container.realisations.testimonials .flickity-page-dots {
  display: none;
}

.slide_container.realisations.testimonials .flickity-button {
  width: 32px;
  height: 32px;
  background-color: rgba(17, 17, 17, .5);
  box-shadow: rgba(0, 0, 0, .3) 0 4px 12px 0;
}

.slide_container.realisations.testimonials .flickity-button:hover {
  background-color: #000;
}

.slide_container.realisations.testimonials .flickity-prev-next-button.previous {
  left: 0;
}

.slide_container.realisations.testimonials .flickity-prev-next-button.next {
  right: 0;
}

.slide_container.realisations.testimonials .flickity-button-icon {
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  opacity: 1 !important;
  color: #fff !important;
}

.page-template {
  display: flex;
  overflow-x: hidden;
  padding: 0;
  flex-flow: column;
  align-items: center;
}

.page-template hr {
  margin-top: 180px;
  border: none;
}

@media only screen and (max-width: 880px) {
  .page-template hr {
    margin-top: 120px;
  }
}

.page-template hr.demi {
  margin-top: 120px;
}

.page-template hr.smallest {
  margin-top: 25px;
}

.page-template.lightgrey {
  background-color: #f2f2f2;
}

.page-template.sable {
  background-color: red;
}

.page-template.no-padding-bottom {
  padding-bottom: 0;
}

.page-template.less-padding-top {
  padding-top: 60px;
}

#exelmans ~ footer {
  background-color: red;
}

#briqueterie ~ footer {
  background-color: red;
}

#briqueterie ~ footer *,
#briqueterie ~ footer > div {
  color: #000;
}

#briqueterie ~ footer a:hover::before,
#briqueterie ~ footer a:hover span::before {
  background-color: #000;
}

#briqueterie ~ footer .footer-mentions {
  border-color: #000;
}

#briqueterie ~ footer .link-arrow.sable .icon-data {
  border-color: #000;
}

#lisbonne ~ footer {
  background-color: red;
}

#lisbonne ~ footer *,
#lisbonne ~ footer > div {
  color: #000;
}

#lisbonne ~ footer a:hover::before,
#lisbonne ~ footer a:hover span::before {
  background-color: #000;
}

#lisbonne ~ footer .footer-mentions {
  border-color: #000;
}

#lisbonne ~ footer .link-arrow.sable .icon-data {
  border-color: #000;
}

#luxembourg ~ footer {
  background-color: red;
}

#tunis ~ footer {
  background-color: red;
}

#tunis ~ footer *,
#tunis ~ footer > div {
  color: #000;
}

#tunis ~ footer a:hover::before,
#tunis ~ footer a:hover span::before {
  background-color: #000;
}

#tunis ~ footer .footer-mentions {
  border-color: #000;
}

#tunis ~ footer .link-arrow.sable .icon-data {
  border-color: #000;
}
