/*!
 * ============================================================
 * tuba v1.0.0
 * (c) 2020 - Jeremy FAGIS - http://www.fagis.fr
 * ============================================================
 */

@charset "UTF-8";
.vhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.rel {
  position: relative; }

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

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

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

.show-xl-f, .show-xl-ib, .show-xl,
.show-lg-f, .show-lg-ib, .show-lg,
.show-md-f, .show-md-ib, .show-md,
.show-sm-f, .show-sm-ib, .show-sm,
.show-xs-f, .show-xs-ib, .show-xs {
  display: none; }

@media (min-width: 1400px) {
  .show-xl-f {
    display: flex !important; }
  .show-xl-ib {
    display: inline-block; }
  .show-xl {
    display: block; }
  .hide-xl {
    display: none; } }

@media (max-width: 1399px) {
  .show-lg-f {
    display: flex !important; }
  .show-lg-ib {
    display: inline-block; }
  .show-lg {
    display: block; }
  .hide-lg {
    display: none; } }

@media (max-width: 1124px) {
  .show-md-f {
    display: flex !important; }
  .show-md-ib {
    display: inline-block; }
  .show-md {
    display: block; }
  .hide-md {
    display: none; } }

@media (max-width: 999px) {
  .show-sm-f {
    display: flex !important; }
  .show-sm-ib {
    display: inline-block; }
  .show-sm {
    display: block; }
  .hide-sm {
    display: none; } }

@media (max-width: 767px) {
  .show-xs-f {
    display: flex !important; }
  .show-xs-ib {
    display: inline-block; }
  .show-xs {
    display: block; }
  .hide-xs {
    display: none; } }

.outline, .menuMobile_toolbox a span, .toolbox_content_outline, .page-template-tpl-homepage .ps--homeProfiles .profilesList .profileItem_link, .page-template-tpl-homepage .ps--homeAgenda .container .agendaLabel, .page-template-tpl-documents .pageHeader .st1 {
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -moz-text-stroke-color: currentColor;
  -webkit-text-stroke-color: currentColor;
  -moz-text-stroke-width: 2px;
  -webkit-text-stroke-width: 2px; }

@keyframes rotate {
  0% {
    transform: rotateZ(-360deg); }
  100% {
    transform: rotateZ(0deg); } }

@font-face {
  font-family: 'TheMix';
  src: url("../fonts/TheMixLight-Plain.woff2") format("woff2"), url("../fonts/TheMixLight-Plain.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'TheMix';
  src: url("../fonts/TheMixBold-Plain.woff2") format("woff2"), url("../fonts/TheMixBold-Plain.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Miso';
  src: url("../fonts/Miso-Light.woff2") format("woff2"), url("../fonts/Miso-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Miso';
  src: url("../fonts/Miso.woff2") format("woff2"), url("../fonts/Miso.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Miso';
  src: url("../fonts/Miso-Bold.woff2") format("woff2"), url("../fonts/Miso-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

*, *::before, *::after, *:before, *:after, *:focus, *:active {
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-interpolation-mode: bicubic; }

/*!
* ress.css • v2.0.4
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
    # General elements
    # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */ }

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
    # Forms
    # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit; }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */ }

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

svg:not([fill]) {
  fill: currentColor; }

/* # =================================================================
    # Accessibility
    # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

html {
  font-size: 14px;
  line-height: 1.5; }
  @media (max-width: 1124px) {
    html {
      font-size: 13px; } }
  @media (max-width: 767px) {
    html {
      font-size: 12px; } }

body {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  letter-spacing: 0;
  color: #909090; }

*::selection {
  background: #008191;
  color: #FFF; }

*::-moz-selection {
  background: #008191;
  color: #FFF; }

*::-webkit-selection {
  background: #008191;
  color: #FFF; }

img {
  max-width: 100%; }

a:not([class]), a:not([class]):visited {
  color: currentColor;
  text-decoration: none; }

a:not([class]):hover, a:not([class]):focus {
  text-decoration: underline; }

p {
  margin: 0; }
  p + p {
    margin-top: 1.5rem; }

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-size: 1rem; }

.st1.st--primary, .st2.st--primary, .gContent > h1.st--primary, .gContent > h2.st--primary, .st3.st--primary, .gContent > h3.st--primary, .st4.st--primary, .gContent > h4.st--primary, .st5.st--primary, .st6.st--primary {
  color: #FBE039; }

.st1.st--secondary, .st2.st--secondary, .gContent > h1.st--secondary, .gContent > h2.st--secondary, .st3.st--secondary, .gContent > h3.st--secondary, .st4.st--secondary, .gContent > h4.st--secondary, .st5.st--secondary, .st6.st--secondary {
  color: #008191; }

.st1.st--light, .st2.st--light, .gContent > h1.st--light, .gContent > h2.st--light, .st3.st--light, .gContent > h3.st--light, .st4.st--light, .gContent > h4.st--light, .st5.st--light, .st6.st--light {
  color: #FFF; }

.st1 {
  font-family: "Miso", Verdana, Arial, sans-serif;
  font-size: 4.64286rem;
  line-height: 0.92308;
  font-weight: 700;
  text-transform: uppercase;
  color: #575656; }
  .st1 strong, .st1 b {
    font-weight: 700; }
  @media (max-width: 999px) {
    .st1 {
      font-size: 2.91667rem;
      line-height: 1; } }

.st2, .gContent > h1, .gContent > h2 {
  font-family: "Miso", Verdana, Arial, sans-serif;
  font-size: 4.28571rem;
  line-height: 0.91667;
  font-weight: 300;
  text-transform: uppercase;
  color: #575656;
  margin-bottom: 35px; }
  .st2 strong, .gContent > h1 strong, .gContent > h2 strong, .st2 b, .gContent > h1 b, .gContent > h2 b {
    font-weight: 700; }
  @media (max-width: 999px) {
    .st2, .gContent > h1, .gContent > h2 {
      font-size: 2.08333rem;
      line-height: 1;
      margin-bottom: 15px; } }

.st3, .gContent > h3 {
  font-family: "TheMix", Verdana, Arial, sans-serif;
  font-size: 1.57143rem;
  line-height: 0.90909;
  font-weight: 700;
  text-transform: uppercase;
  color: #575656; }
  @media (max-width: 999px) {
    .st3, .gContent > h3 {
      font-size: 1.25rem;
      line-height: 1.33333; } }

.st4, .gContent > h4 {
  font-family: "TheMix", Verdana, Arial, sans-serif;
  font-size: 1.28571rem;
  line-height: 1.11111;
  font-weight: 700;
  text-transform: uppercase;
  color: #008191; }
  @media (max-width: 999px) {
    .st4, .gContent > h4 {
      font-size: 1.25rem;
      line-height: 1.33333; } }

.sp1 {
  font-family: "TheMix", Verdana, Arial, sans-serif;
  font-size: 1.28571rem;
  line-height: 1.16667;
  font-weight: 700; }

.icon-chevron-bottom {
  width: 14px;
  height: 9px; }

.icon-chevron-left {
  width: 8px;
  height: 13px; }

.icon-chevron-right {
  width: 8px;
  height: 13px; }

.icon-chevron-top {
  width: 14px;
  height: 9px; }

.icon-close {
  width: 16px;
  height: 16px; }

.icon-contact {
  width: 20px;
  height: 13px; }

.icon-download {
  width: 16px;
  height: 23px; }

.icon-facebook {
  width: 24px;
  height: 24px; }

.icon-instagram {
  width: 24px;
  height: 24px; }

.icon-keyboard {
  width: 44px;
  height: 41px; }

.icon-linkedin {
  width: 24px;
  height: 24px; }

.icon-marker {
  width: 14px;
  height: 19px; }

.icon-menu {
  width: 21px;
  height: 15px; }

.icon-pinterest {
  width: 24px;
  height: 24px; }

.icon-plus {
  width: 20px;
  height: 20px; }

.icon-quote {
  width: 80px;
  height: 50px; }

.icon-search {
  width: 17px;
  height: 18px; }

.icon-speaker {
  width: 162px;
  height: 100px; }

.icon-submit {
  width: 33px;
  height: 33px; }

.icon-toolbox {
  width: 34px;
  height: 24px; }

.icon-twitter {
  width: 30px;
  height: 24px; }

.icon-youtube {
  width: 33px;
  height: 24px; }

.site {
  position: relative;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden; }

.main {
  margin-top: 80px;
  padding-top: 60px; }
  @media (max-width: 999px) {
    .main {
      padding-top: 40px; } }

.loadingScreen {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .loadingScreen::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f8f8f8;
    background-image: url(../images/grey-noise.jpg);
    background-size: 300px 300px;
    background-repeat: repeat; }
  .loadingScreen_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%; }
  .loadingScreen_progress {
    position: relative;
    width: 90%;
    max-width: 300px;
    height: 4px;
    margin-top: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #E5E5E5; }
    .loadingScreen_progress_bar {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -ms-transform-origin: center left;
      transform-origin: center left;
      background: #575656; }
  .loadingScreen_label {
    font-size: 1.71429rem;
    line-height: 1.25;
    font-family: "Miso", Verdana, Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
    color: #575656;
    font-weight: 700; }

.container {
  width: 100%;
  max-width: 1360px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1400px) {
    .container {
      max-width: 1200px; } }
  @media (max-width: 767px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }
  .container--full {
    max-width: none;
    padding-left: 0;
    padding-right: 0; }

.topbar {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  display: flex;
  flex-direction: row;
  background: #FFF;
  color: #575656;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
  transition: opacity 0.2s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
  .topbar--hidden {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow: hidden; }
  .topbar_left {
    display: flex;
    align-items: center;
    width: 55%; }
    @media (max-width: 999px) {
      .topbar_left .topbar_menuButton {
        display: none; } }
  .topbar_menuButton {
    width: 220px;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.14286;
    letter-spacing: 1.4px;
    color: #575656;
    background: #FBE039;
    outline: 0;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    height: 100%;
    transition: background-color 0.15s linear; }
    @media (max-width: 999px) {
      .topbar_menuButton {
        width: 80px; } }
    .topbar_menuButton svg, .topbar_menuButton span {
      display: inline-block;
      vertical-align: middle; }
    .topbar_menuButton span {
      margin-left: 12px; }
      @media (max-width: 999px) {
        .topbar_menuButton span {
          display: none; } }
    .topbar_menuButton:hover {
      background-color: #fad807; }
  .topbar_logo {
    margin-left: 20px; }
    .topbar_logo img {
      display: block;
      max-height: 64px; }
  .topbar_right {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 60px;
    position: relative;
    z-index: 970; }
    @media (max-width: 999px) {
      .topbar_right {
        padding-right: 0;
        justify-content: flex-end; } }
  .topbar_selector {
    position: relative;
    z-index: 1;
    width: 290px;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    font-size: 1.57143rem;
    line-height: 1.81818;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 999px) {
      .topbar_selector {
        display: none; } }
    .topbar_selector::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      margin-top: -10px;
      width: 100%;
      height: 20px;
      border-left: 1px solid #d9d9d9;
      border-right: 1px solid #d9d9d9;
      z-index: 0; }
    .topbar_selector::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 4px;
      background-color: #FBE039;
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .topbar_selector svg, .topbar_selector span {
      position: relative;
      z-index: 1;
      display: inline-block;
      vertical-align: middle; }
    .topbar_selector span {
      margin-right: 12px; }
      .topbar_selector span::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 15px;
        left: -5px;
        width: 22px;
        height: 8px;
        border-radius: 4px;
        background-color: #FBE039; }
    .topbar_selector .profilesMenuWrap {
      position: absolute;
      top: 100%;
      left: 50%;
      width: 300px;
      margin-left: -150px;
      padding-top: 15px;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s linear 0.2s, opacity 0.2s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transform: translateY(30px);
      transform: translateY(30px); }
    .topbar_selector .profilesMenu {
      position: relative;
      width: 100%;
      background: #FFF;
      padding: 15px 0;
      font-size: 1rem;
      line-height: 1.42857;
      font-weight: 700;
      border-radius: 10px;
      box-shadow: 0 27px 35px 0 rgba(0, 0, 0, 0.08); }
      .topbar_selector .profilesMenu li a {
        display: block;
        padding: 15px 15px 15px 45px;
        font-size: 1rem;
        line-height: 1.42857;
        text-align: left;
        text-transform: none;
        font-family: "TheMix", Verdana, Arial, sans-serif;
        font-weight: 400;
        text-decoration: none; }
        .topbar_selector .profilesMenu li a:hover {
          font-weight: 700; }
    .topbar_selector:hover .profilesMenuWrap {
      visibility: visible;
      opacity: 1;
      transition-delay: 0s;
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .topbar_selector:hover::after {
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
  .topbar_actions {
    height: 100%;
    display: flex;
    align-items: flex-end; }
    .topbar_actions .topbar_menuButton {
      display: none; }
      @media (max-width: 999px) {
        .topbar_actions .topbar_menuButton {
          display: block; } }
  .topbar_search {
    position: relative;
    height: 100%; }
    @media (max-width: 999px) {
      .topbar_search {
        position: absolute;
        top: 0;
        right: 80px; } }
    .topbar_search_toggle {
      display: block;
      height: 100%;
      width: 80px;
      transition: opacity 0.15s linear; }
    .topbar_search_form {
      position: absolute;
      position: absolute;
      top: 100%;
      right: 0;
      width: 540px;
      padding-top: 15px;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s linear 0.2s, opacity 0.2s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transform: translateY(30px);
      transform: translateY(30px); }
      @media (max-width: 999px) {
        .topbar_search_form {
          right: -65px;
          width: calc(100vw - 30px); } }
      .topbar_search_form form {
        position: relative;
        width: 100%;
        background: #FFF;
        border-radius: 10px;
        box-shadow: 0 27px 35px 0 rgba(0, 0, 0, 0.08);
        overflow: hidden; }
        .topbar_search_form form input {
          display: block;
          width: 100%;
          background: #FFF;
          padding: 20px 90px 20px 40px;
          font-size: 1rem;
          line-height: 1.42857;
          font-family: "TheMix", Verdana, Arial, sans-serif;
          font-weight: 400;
          font-style: italic; }
        .topbar_search_form form button {
          position: absolute;
          z-index: 1;
          top: 0;
          right: 0;
          bottom: 0;
          width: 80px; }
          .topbar_search_form form button::before {
            left: 20px;
            right: 20px; }
          .topbar_search_form form button:hover::before {
            left: 0;
            right: 0; }
    .topbar_search.opened .topbar_search_toggle {
      opacity: 0.6; }
    .topbar_search.opened .topbar_search_form {
      visibility: visible;
      opacity: 1;
      transition-delay: 0s;
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .topbar_lang {
    position: relative;
    z-index: 1;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.42857;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 999px) {
      .topbar_lang {
        display: none; } }
    .topbar_lang::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      margin-top: -10px;
      width: 100%;
      height: 20px;
      border-left: 1px solid #d9d9d9;
      border-right: 1px solid #d9d9d9;
      z-index: 0; }
    .topbar_lang::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 4px;
      background-color: #FBE039;
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .topbar_lang svg, .topbar_lang span {
      position: relative;
      z-index: 1;
      display: inline-block;
      vertical-align: middle; }
    .topbar_lang span {
      font-weight: 700; }
      .topbar_lang span + svg {
        margin-left: 12px; }
    .topbar_lang_list {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      padding-top: 15px;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s linear 0.2s, opacity 0.2s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transform: translateY(30px);
      transform: translateY(30px); }
      .topbar_lang_list ul {
        position: relative;
        width: 100%;
        background: #FFF;
        padding: 10px 0;
        font-size: 1rem;
        line-height: 1.42857;
        font-weight: 700;
        border-radius: 10px;
        box-shadow: 0 27px 35px 0 rgba(0, 0, 0, 0.08); }
        .topbar_lang_list ul li a {
          display: block;
          padding: 10px 10px 10px 30px;
          font-size: 1rem;
          line-height: 1.42857;
          text-align: left;
          font-family: "TheMix", Verdana, Arial, sans-serif;
          font-weight: 400;
          text-decoration: none;
          text-transform: uppercase; }
          .topbar_lang_list ul li a:hover {
            font-weight: 700;
            text-decoration: none; }
    .topbar_lang:hover .topbar_lang_list {
      visibility: visible;
      opacity: 1;
      transition-delay: 0s;
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .topbar_lang:hover::after {
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
  .topbar .closeMenuButton {
    position: fixed;
    z-index: 970;
    top: 0;
    left: 0;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: auto;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.14286;
    letter-spacing: 1.4px;
    color: #575656;
    background: none;
    outline: 0;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    height: 80px;
    transition: opacity 0.15s linear, transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    padding-left: 75px;
    padding-right: 50px; }
    @media (max-width: 999px) {
      .topbar .closeMenuButton {
        -ms-transform: translateX(0);
        transform: translateX(0);
        display: none;
        left: auto;
        right: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: 80px; } }
    .topbar .closeMenuButton svg, .topbar .closeMenuButton span {
      display: inline-block;
      vertical-align: middle; }
    .topbar .closeMenuButton span {
      margin-left: 12px; }
      @media (max-width: 999px) {
        .topbar .closeMenuButton span {
          display: none; } }
    .topbar .closeMenuButton:hover {
      opacity: 0.6; }
  .topbar.menuOpened .closeMenuButton {
    -ms-transform: translateX(0);
    transform: translateX(0); }
    @media (max-width: 999px) {
      .topbar.menuOpened .closeMenuButton {
        display: block; } }
  .topbar.menuOpened .topbar_selector::before {
    border-color: #575656; }
  .topbar.menuOpened + .toolbox {
    z-index: 1050;
    opacity: 1; }
  @media (max-width: 999px) {
    .topbar.menuOpened .topbar_actions .topbar_menuButton {
      display: none; } }

.menu {
  position: fixed;
  z-index: 950;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  padding-top: calc(80px + 30px);
  background: #FBE039;
  color: #575656;
  overflow: auto;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  @media (max-width: 999px) {
    .menu {
      display: block;
      overflow: auto; } }
  .menu--opened {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .menu .mainMenu {
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    width: 600px; }
    @media (max-width: 999px) {
      .menu .mainMenu {
        width: 450px; } }
    .menu .mainMenu > li {
      position: relative;
      width: 300px; }
      @media (max-width: 999px) {
        .menu .mainMenu > li {
          width: 100%; } }
      .menu .mainMenu > li::before {
        content: "";
        background-image: url(../images/menu-arrow-light.svg);
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        right: calc(100%);
        width: 14px;
        height: 12px;
        margin-top: -6px;
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
        transition: opacity 0.2s linear, transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
        @media (max-width: 999px) {
          .menu .mainMenu > li::before {
            display: none; } }
      .menu .mainMenu > li > a {
        display: block;
        font-size: 4.64286rem;
        line-height: 1.07692;
        padding: 15px 0;
        font-family: "Miso", Verdana, Arial, sans-serif;
        font-weight: 700;
        text-decoration: none;
        transition: color 0.15s linear, transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
        .menu .mainMenu > li > a[href="#"] {
          cursor: default !important; }
        @media (max-width: 999px) {
          .menu .mainMenu > li > a {
            font-size: 2.5rem;
            line-height: 1.06667;
            padding: 5px 0; } }
      .menu .mainMenu > li:hover > a {
        color: #FFF;
        -ms-transform: translateX(25px);
        transform: translateX(25px); }
        @media (max-width: 999px) {
          .menu .mainMenu > li:hover > a {
            -ms-transform: none;
            transform: none;
            color: #575656; } }
      .menu .mainMenu > li:hover::before {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0); }
      .menu .mainMenu > li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
        -ms-transform: translateX(0);
        transform: translateX(0); }
      @media (max-width: 999px) {
        .menu .mainMenu > li.menu-item-has-children::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 2; } }
      .menu .mainMenu > li.noLink::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2; }
      @media (max-width: 999px) {
        .menu .mainMenu > li.submenu-opened::after {
          display: none; } }
      @media (max-width: 999px) {
        .menu .mainMenu > li.submenu-opened .sub-menu {
          display: block; } }
    .menu .mainMenu .sub-menu {
      position: absolute;
      left: 100%;
      top: 0;
      width: 300px;
      padding: 20px 0;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s linear 0.2s, opacity 0.2s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transform: translateX(30px);
      transform: translateX(30px); }
      @media (max-width: 999px) {
        .menu .mainMenu .sub-menu {
          visibility: visible;
          opacity: 1;
          -ms-transform: none;
          transform: none;
          width: 100%;
          position: relative;
          left: auto;
          top: auto;
          padding: 0 0 20px 0;
          display: none; } }
      .menu .mainMenu .sub-menu li {
        position: relative;
        padding-right: 15px; }
        .menu .mainMenu .sub-menu li::after {
          content: "";
          background-image: url(../images/menu-arrow-dark.svg);
          background-repeat: no-repeat;
          position: absolute;
          top: 50%;
          right: 0;
          width: 14px;
          height: 12px;
          margin-top: -6px;
          transition: opacity 0.2s linear, transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
        .menu .mainMenu .sub-menu li > a {
          display: block;
          font-size: 1.92857rem;
          line-height: 1.18519;
          font-family: "Miso", Verdana, Arial, sans-serif;
          font-weight: 300;
          padding: 15px 10px;
          text-decoration: none; }
          @media (max-width: 999px) {
            .menu .mainMenu .sub-menu li > a {
              padding: 5px 10px 5px 0;
              font-size: 1.5rem;
              line-height: 1.22222; } }
        .menu .mainMenu .sub-menu li:hover > a {
          font-weight: 700; }

.menuCovers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }
  @media (max-width: 999px) {
    .menuCovers {
      display: none; } }
  .menuCovers::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #FBE039;
    opacity: 0.85; }
  .menuCovers_cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    transition: all 1.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
    .menuCovers_cover.active {
      opacity: 1;
      -ms-transform: scale(1);
      transform: scale(1); }

.menuMobile_lang {
  position: absolute;
  top: 30px;
  left: 30px;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.11111;
  font-family: "Miso", Verdana, Arial, sans-serif;
  display: none; }
  @media (max-width: 999px) {
    .menuMobile_lang {
      display: block; } }
  .menuMobile_lang li {
    display: inline-block;
    text-align: center; }
    .menuMobile_lang li a {
      display: block;
      position: relative;
      color: #575656;
      text-decoration: none;
      padding: 4px; }
      .menuMobile_lang li a.active {
        font-weight: 700; }
        .menuMobile_lang li a.active::after {
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          background: #575656;
          bottom: 0;
          left: 0; }

.menuMobile_toolbox {
  margin-top: 20px;
  font-family: "Miso", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  color: #575656;
  text-transform: uppercase;
  text-decoration: none;
  display: none; }
  @media (max-width: 999px) {
    .menuMobile_toolbox {
      display: block; } }
  .menuMobile_toolbox a {
    position: relative; }
    .menuMobile_toolbox a svg {
      position: absolute;
      right: calc(100% - 2px);
      top: -1px;
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      -ms-transform-origin: right center;
      transform-origin: right center; }
    .menuMobile_toolbox a span {
      -moz-text-stroke-width: 1px;
      -webkit-text-stroke-width: 1px; }

.menuMobile_profiles {
  margin-top: 20px;
  display: none; }
  @media (max-width: 999px) {
    .menuMobile_profiles {
      display: block; } }
  .menuMobile_profiles_title {
    font-size: 1.33333rem;
    line-height: 1.5;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    text-transform: uppercase; }
  .menuMobile_profiles_list {
    margin-top: 10px; }
    .menuMobile_profiles_list ul {
      display: flex;
      flex-wrap: wrap; }
      .menuMobile_profiles_list ul li {
        width: 50%; }
        .menuMobile_profiles_list ul li a {
          display: block;
          padding: 5px 5px 5px 0;
          font-size: 1.16667rem;
          line-height: 1.42857;
          text-align: left;
          text-transform: none;
          font-family: "TheMix", Verdana, Arial, sans-serif;
          font-weight: 400;
          text-decoration: none; }

.toolbox {
  position: fixed;
  z-index: 900;
  top: calc(80px + 100px);
  left: calc(100% - 80px);
  width: 320px;
  font-family: "Miso", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 4.28571rem;
  line-height: 1;
  color: #575656;
  text-transform: uppercase;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform-origin: left center;
  transform-origin: left center; }
  @media (max-width: 1500px) {
    .toolbox {
      left: calc(100% - 50px); } }
  @media (max-width: 1250px) {
    .toolbox {
      opacity: 0; } }
  @media (max-width: 999px) {
    .toolbox {
      display: none; } }
  .toolbox a {
    position: relative; }
    .toolbox a, .toolbox a:hover {
      text-decoration: none; }
    .toolbox a svg {
      position: absolute;
      right: calc(100% - 4px);
      top: 10px; }
    .toolbox a:hover {
      text-decoration: none; }
      .toolbox a:hover .toolbox_content_outline {
        opacity: 0; }
      .toolbox a:hover .toolbox_content_fill {
        opacity: 1; }
  .toolbox_content {
    position: relative; }
    .toolbox_content_outline {
      transition: opacity 0.15s linear; }
    .toolbox_content_fill {
      position: absolute;
      left: 0;
      width: 100%;
      opacity: 0;
      transition: opacity 0.15s linear; }

.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  .row--noGutter {
    margin: 0 !important; }
    .row--noGutter > div[class^='col'] {
      padding: 0 !important; }

.row--start {
  justify-content: flex-start;
  text-align: start; }

.row--center {
  justify-content: center;
  text-align: center; }

.row--end {
  justify-content: flex-end;
  text-align: end; }

.row--top {
  align-items: flex-start; }

.row--middle {
  align-items: center; }

.row--bottom {
  align-items: flex-end; }

.row--around {
  justify-content: space-around; }

.row--between {
  justify-content: space-between; }

.row--reverse {
  flex-direction: row-reverse; }

.col--first {
  order: -1; }

.col--last {
  order: 1; }

.offset-0 {
  margin-left: 0%; }

.col-1 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 4.16667%;
  flex: 0 0 4.16667%; }

.offset-1 {
  margin-left: 4.16667%; }

.col-2 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 8.33333%;
  flex: 0 0 8.33333%; }

.offset-2 {
  margin-left: 8.33333%; }

.col-3 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 12.5%;
  flex: 0 0 12.5%; }

.offset-3 {
  margin-left: 12.5%; }

.col-4 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 16.66667%;
  flex: 0 0 16.66667%; }

.offset-4 {
  margin-left: 16.66667%; }

.col-5 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 20.83333%;
  flex: 0 0 20.83333%; }

.offset-5 {
  margin-left: 20.83333%; }

.col-6 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 25%;
  flex: 0 0 25%; }

.offset-6 {
  margin-left: 25%; }

.col-7 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 29.16667%;
  flex: 0 0 29.16667%; }

.offset-7 {
  margin-left: 29.16667%; }

.col-8 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 33.33333%;
  flex: 0 0 33.33333%; }

.offset-8 {
  margin-left: 33.33333%; }

.col-9 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 37.5%;
  flex: 0 0 37.5%; }

.offset-9 {
  margin-left: 37.5%; }

.col-10 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 41.66667%;
  flex: 0 0 41.66667%; }

.offset-10 {
  margin-left: 41.66667%; }

.col-11 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 45.83333%;
  flex: 0 0 45.83333%; }

.offset-11 {
  margin-left: 45.83333%; }

.col-12 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 50%;
  flex: 0 0 50%; }

.offset-12 {
  margin-left: 50%; }

.col-13 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 54.16667%;
  flex: 0 0 54.16667%; }

.offset-13 {
  margin-left: 54.16667%; }

.col-14 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 58.33333%;
  flex: 0 0 58.33333%; }

.offset-14 {
  margin-left: 58.33333%; }

.col-15 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 62.5%;
  flex: 0 0 62.5%; }

.offset-15 {
  margin-left: 62.5%; }

.col-16 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 66.66667%;
  flex: 0 0 66.66667%; }

.offset-16 {
  margin-left: 66.66667%; }

.col-17 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 70.83333%;
  flex: 0 0 70.83333%; }

.offset-17 {
  margin-left: 70.83333%; }

.col-18 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 75%;
  flex: 0 0 75%; }

.offset-18 {
  margin-left: 75%; }

.col-19 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 79.16667%;
  flex: 0 0 79.16667%; }

.offset-19 {
  margin-left: 79.16667%; }

.col-20 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 83.33333%;
  flex: 0 0 83.33333%; }

.offset-20 {
  margin-left: 83.33333%; }

.col-21 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 87.5%;
  flex: 0 0 87.5%; }

.offset-21 {
  margin-left: 87.5%; }

.col-22 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 91.66667%;
  flex: 0 0 91.66667%; }

.offset-22 {
  margin-left: 91.66667%; }

.col-23 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 95.83333%;
  flex: 0 0 95.83333%; }

.offset-23 {
  margin-left: 95.83333%; }

.col-24 {
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 100%;
  flex: 0 0 100%; }

.offset-24 {
  margin-left: 100%; }

.col--noPT {
  padding-top: 0; }

.col--noPL {
  padding-left: 0; }

.col--noPR {
  padding-right: 0; }

.col--noPB {
  padding-bottom: 0; }

@media (min-width: 1400px) {
  .row--start-xl {
    justify-content: flex-start;
    text-align: start; }
  .row--center-xl {
    justify-content: center;
    text-align: center; }
  .row--end-xl {
    justify-content: flex-end;
    text-align: end; }
  .row--top-xl {
    align-items: flex-start; }
  .row--middle-xl {
    align-items: center; }
  .row--bottom-xl {
    align-items: flex-end; }
  .row--around-xl {
    justify-content: space-around; }
  .row--between-xl {
    justify-content: space-between; }
  .row--reverse-xl {
    flex-direction: row-reverse; }
  .col--first-xl {
    order: -1; }
  .col--last-xl {
    order: 1; }
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    flex: 0 0 auto;
    padding: 5px 5px; }
  .offset-xl-0 {
    margin-left: 0%; }
  .col-xl-1 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 4.16667%;
    flex: 0 0 4.16667%; }
  .offset-xl-1 {
    margin-left: 4.16667%; }
  .col-xl-2 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 8.33333%;
    flex: 0 0 8.33333%; }
  .offset-xl-2 {
    margin-left: 8.33333%; }
  .col-xl-3 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 12.5%;
    flex: 0 0 12.5%; }
  .offset-xl-3 {
    margin-left: 12.5%; }
  .col-xl-4 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 16.66667%;
    flex: 0 0 16.66667%; }
  .offset-xl-4 {
    margin-left: 16.66667%; }
  .col-xl-5 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 20.83333%;
    flex: 0 0 20.83333%; }
  .offset-xl-5 {
    margin-left: 20.83333%; }
  .col-xl-6 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 25%;
    flex: 0 0 25%; }
  .offset-xl-6 {
    margin-left: 25%; }
  .col-xl-7 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 29.16667%;
    flex: 0 0 29.16667%; }
  .offset-xl-7 {
    margin-left: 29.16667%; }
  .col-xl-8 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 33.33333%;
    flex: 0 0 33.33333%; }
  .offset-xl-8 {
    margin-left: 33.33333%; }
  .col-xl-9 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 37.5%;
    flex: 0 0 37.5%; }
  .offset-xl-9 {
    margin-left: 37.5%; }
  .col-xl-10 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 41.66667%;
    flex: 0 0 41.66667%; }
  .offset-xl-10 {
    margin-left: 41.66667%; }
  .col-xl-11 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 45.83333%;
    flex: 0 0 45.83333%; }
  .offset-xl-11 {
    margin-left: 45.83333%; }
  .col-xl-12 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 50%;
    flex: 0 0 50%; }
  .offset-xl-12 {
    margin-left: 50%; }
  .col-xl-13 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 54.16667%;
    flex: 0 0 54.16667%; }
  .offset-xl-13 {
    margin-left: 54.16667%; }
  .col-xl-14 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 58.33333%;
    flex: 0 0 58.33333%; }
  .offset-xl-14 {
    margin-left: 58.33333%; }
  .col-xl-15 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 62.5%;
    flex: 0 0 62.5%; }
  .offset-xl-15 {
    margin-left: 62.5%; }
  .col-xl-16 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 66.66667%;
    flex: 0 0 66.66667%; }
  .offset-xl-16 {
    margin-left: 66.66667%; }
  .col-xl-17 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 70.83333%;
    flex: 0 0 70.83333%; }
  .offset-xl-17 {
    margin-left: 70.83333%; }
  .col-xl-18 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 75%;
    flex: 0 0 75%; }
  .offset-xl-18 {
    margin-left: 75%; }
  .col-xl-19 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 79.16667%;
    flex: 0 0 79.16667%; }
  .offset-xl-19 {
    margin-left: 79.16667%; }
  .col-xl-20 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 83.33333%;
    flex: 0 0 83.33333%; }
  .offset-xl-20 {
    margin-left: 83.33333%; }
  .col-xl-21 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 87.5%;
    flex: 0 0 87.5%; }
  .offset-xl-21 {
    margin-left: 87.5%; }
  .col-xl-22 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 91.66667%;
    flex: 0 0 91.66667%; }
  .offset-xl-22 {
    margin-left: 91.66667%; }
  .col-xl-23 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 95.83333%;
    flex: 0 0 95.83333%; }
  .offset-xl-23 {
    margin-left: 95.83333%; }
  .col-xl-24 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 100%;
    flex: 0 0 100%; }
  .offset-xl-24 {
    margin-left: 100%; }
  .col--noPT-xl {
    padding-top: 0; }
  .col--noPL-xl {
    padding-left: 0; }
  .col--noPR-xl {
    padding-right: 0; }
  .col--noPB-xl {
    padding-bottom: 0; } }

@media (max-width: 1399px) {
  .row--start-lg {
    justify-content: flex-start;
    text-align: start; }
  .row--center-lg {
    justify-content: center;
    text-align: center; }
  .row--end-lg {
    justify-content: flex-end;
    text-align: end; }
  .row--top-lg {
    align-items: flex-start; }
  .row--middle-lg {
    align-items: center; }
  .row--bottom-lg {
    align-items: flex-end; }
  .row--around-lg {
    justify-content: space-around; }
  .row--between-lg {
    justify-content: space-between; }
  .row--reverse-lg {
    flex-direction: row-reverse; }
  .col--first-lg {
    order: -1; }
  .col--last-lg {
    order: 1; }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    flex: 0 0 auto;
    padding: 5px 5px; }
  .offset-lg-0 {
    margin-left: 0%; }
  .col-lg-1 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 4.16667%;
    flex: 0 0 4.16667%; }
  .offset-lg-1 {
    margin-left: 4.16667%; }
  .col-lg-2 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 8.33333%;
    flex: 0 0 8.33333%; }
  .offset-lg-2 {
    margin-left: 8.33333%; }
  .col-lg-3 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 12.5%;
    flex: 0 0 12.5%; }
  .offset-lg-3 {
    margin-left: 12.5%; }
  .col-lg-4 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 16.66667%;
    flex: 0 0 16.66667%; }
  .offset-lg-4 {
    margin-left: 16.66667%; }
  .col-lg-5 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 20.83333%;
    flex: 0 0 20.83333%; }
  .offset-lg-5 {
    margin-left: 20.83333%; }
  .col-lg-6 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 25%;
    flex: 0 0 25%; }
  .offset-lg-6 {
    margin-left: 25%; }
  .col-lg-7 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 29.16667%;
    flex: 0 0 29.16667%; }
  .offset-lg-7 {
    margin-left: 29.16667%; }
  .col-lg-8 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 33.33333%;
    flex: 0 0 33.33333%; }
  .offset-lg-8 {
    margin-left: 33.33333%; }
  .col-lg-9 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 37.5%;
    flex: 0 0 37.5%; }
  .offset-lg-9 {
    margin-left: 37.5%; }
  .col-lg-10 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 41.66667%;
    flex: 0 0 41.66667%; }
  .offset-lg-10 {
    margin-left: 41.66667%; }
  .col-lg-11 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 45.83333%;
    flex: 0 0 45.83333%; }
  .offset-lg-11 {
    margin-left: 45.83333%; }
  .col-lg-12 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 50%;
    flex: 0 0 50%; }
  .offset-lg-12 {
    margin-left: 50%; }
  .col-lg-13 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 54.16667%;
    flex: 0 0 54.16667%; }
  .offset-lg-13 {
    margin-left: 54.16667%; }
  .col-lg-14 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 58.33333%;
    flex: 0 0 58.33333%; }
  .offset-lg-14 {
    margin-left: 58.33333%; }
  .col-lg-15 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 62.5%;
    flex: 0 0 62.5%; }
  .offset-lg-15 {
    margin-left: 62.5%; }
  .col-lg-16 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 66.66667%;
    flex: 0 0 66.66667%; }
  .offset-lg-16 {
    margin-left: 66.66667%; }
  .col-lg-17 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 70.83333%;
    flex: 0 0 70.83333%; }
  .offset-lg-17 {
    margin-left: 70.83333%; }
  .col-lg-18 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 75%;
    flex: 0 0 75%; }
  .offset-lg-18 {
    margin-left: 75%; }
  .col-lg-19 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 79.16667%;
    flex: 0 0 79.16667%; }
  .offset-lg-19 {
    margin-left: 79.16667%; }
  .col-lg-20 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 83.33333%;
    flex: 0 0 83.33333%; }
  .offset-lg-20 {
    margin-left: 83.33333%; }
  .col-lg-21 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 87.5%;
    flex: 0 0 87.5%; }
  .offset-lg-21 {
    margin-left: 87.5%; }
  .col-lg-22 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 91.66667%;
    flex: 0 0 91.66667%; }
  .offset-lg-22 {
    margin-left: 91.66667%; }
  .col-lg-23 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 95.83333%;
    flex: 0 0 95.83333%; }
  .offset-lg-23 {
    margin-left: 95.83333%; }
  .col-lg-24 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 100%;
    flex: 0 0 100%; }
  .offset-lg-24 {
    margin-left: 100%; }
  .col--noPT-lg {
    padding-top: 0; }
  .col--noPL-lg {
    padding-left: 0; }
  .col--noPR-lg {
    padding-right: 0; }
  .col--noPB-lg {
    padding-bottom: 0; } }

@media (max-width: 1124px) {
  .row--start-md {
    justify-content: flex-start;
    text-align: start; }
  .row--center-md {
    justify-content: center;
    text-align: center; }
  .row--end-md {
    justify-content: flex-end;
    text-align: end; }
  .row--top-md {
    align-items: flex-start; }
  .row--middle-md {
    align-items: center; }
  .row--bottom-md {
    align-items: flex-end; }
  .row--around-md {
    justify-content: space-around; }
  .row--between-md {
    justify-content: space-between; }
  .row--reverse-md {
    flex-direction: row-reverse; }
  .col--first-md {
    order: -1; }
  .col--last-md {
    order: 1; }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    flex: 0 0 auto;
    padding: 5px 5px; }
  .offset-md-0 {
    margin-left: 0%; }
  .col-md-1 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 4.16667%;
    flex: 0 0 4.16667%; }
  .offset-md-1 {
    margin-left: 4.16667%; }
  .col-md-2 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 8.33333%;
    flex: 0 0 8.33333%; }
  .offset-md-2 {
    margin-left: 8.33333%; }
  .col-md-3 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 12.5%;
    flex: 0 0 12.5%; }
  .offset-md-3 {
    margin-left: 12.5%; }
  .col-md-4 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 16.66667%;
    flex: 0 0 16.66667%; }
  .offset-md-4 {
    margin-left: 16.66667%; }
  .col-md-5 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 20.83333%;
    flex: 0 0 20.83333%; }
  .offset-md-5 {
    margin-left: 20.83333%; }
  .col-md-6 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 25%;
    flex: 0 0 25%; }
  .offset-md-6 {
    margin-left: 25%; }
  .col-md-7 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 29.16667%;
    flex: 0 0 29.16667%; }
  .offset-md-7 {
    margin-left: 29.16667%; }
  .col-md-8 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 33.33333%;
    flex: 0 0 33.33333%; }
  .offset-md-8 {
    margin-left: 33.33333%; }
  .col-md-9 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 37.5%;
    flex: 0 0 37.5%; }
  .offset-md-9 {
    margin-left: 37.5%; }
  .col-md-10 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 41.66667%;
    flex: 0 0 41.66667%; }
  .offset-md-10 {
    margin-left: 41.66667%; }
  .col-md-11 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 45.83333%;
    flex: 0 0 45.83333%; }
  .offset-md-11 {
    margin-left: 45.83333%; }
  .col-md-12 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 50%;
    flex: 0 0 50%; }
  .offset-md-12 {
    margin-left: 50%; }
  .col-md-13 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 54.16667%;
    flex: 0 0 54.16667%; }
  .offset-md-13 {
    margin-left: 54.16667%; }
  .col-md-14 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 58.33333%;
    flex: 0 0 58.33333%; }
  .offset-md-14 {
    margin-left: 58.33333%; }
  .col-md-15 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 62.5%;
    flex: 0 0 62.5%; }
  .offset-md-15 {
    margin-left: 62.5%; }
  .col-md-16 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 66.66667%;
    flex: 0 0 66.66667%; }
  .offset-md-16 {
    margin-left: 66.66667%; }
  .col-md-17 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 70.83333%;
    flex: 0 0 70.83333%; }
  .offset-md-17 {
    margin-left: 70.83333%; }
  .col-md-18 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 75%;
    flex: 0 0 75%; }
  .offset-md-18 {
    margin-left: 75%; }
  .col-md-19 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 79.16667%;
    flex: 0 0 79.16667%; }
  .offset-md-19 {
    margin-left: 79.16667%; }
  .col-md-20 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 83.33333%;
    flex: 0 0 83.33333%; }
  .offset-md-20 {
    margin-left: 83.33333%; }
  .col-md-21 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 87.5%;
    flex: 0 0 87.5%; }
  .offset-md-21 {
    margin-left: 87.5%; }
  .col-md-22 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 91.66667%;
    flex: 0 0 91.66667%; }
  .offset-md-22 {
    margin-left: 91.66667%; }
  .col-md-23 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 95.83333%;
    flex: 0 0 95.83333%; }
  .offset-md-23 {
    margin-left: 95.83333%; }
  .col-md-24 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 100%;
    flex: 0 0 100%; }
  .offset-md-24 {
    margin-left: 100%; }
  .col--noPT-md {
    padding-top: 0; }
  .col--noPL-md {
    padding-left: 0; }
  .col--noPR-md {
    padding-right: 0; }
  .col--noPB-md {
    padding-bottom: 0; } }

@media (max-width: 999px) {
  .row--start-sm {
    justify-content: flex-start;
    text-align: start; }
  .row--center-sm {
    justify-content: center;
    text-align: center; }
  .row--end-sm {
    justify-content: flex-end;
    text-align: end; }
  .row--top-sm {
    align-items: flex-start; }
  .row--middle-sm {
    align-items: center; }
  .row--bottom-sm {
    align-items: flex-end; }
  .row--around-sm {
    justify-content: space-around; }
  .row--between-sm {
    justify-content: space-between; }
  .row--reverse-sm {
    flex-direction: row-reverse; }
  .col--first-sm {
    order: -1; }
  .col--last-sm {
    order: 1; }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    flex: 0 0 auto;
    padding: 5px 5px; }
  .offset-sm-0 {
    margin-left: 0%; }
  .col-sm-1 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 4.16667%;
    flex: 0 0 4.16667%; }
  .offset-sm-1 {
    margin-left: 4.16667%; }
  .col-sm-2 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 8.33333%;
    flex: 0 0 8.33333%; }
  .offset-sm-2 {
    margin-left: 8.33333%; }
  .col-sm-3 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 12.5%;
    flex: 0 0 12.5%; }
  .offset-sm-3 {
    margin-left: 12.5%; }
  .col-sm-4 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 16.66667%;
    flex: 0 0 16.66667%; }
  .offset-sm-4 {
    margin-left: 16.66667%; }
  .col-sm-5 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 20.83333%;
    flex: 0 0 20.83333%; }
  .offset-sm-5 {
    margin-left: 20.83333%; }
  .col-sm-6 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 25%;
    flex: 0 0 25%; }
  .offset-sm-6 {
    margin-left: 25%; }
  .col-sm-7 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 29.16667%;
    flex: 0 0 29.16667%; }
  .offset-sm-7 {
    margin-left: 29.16667%; }
  .col-sm-8 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 33.33333%;
    flex: 0 0 33.33333%; }
  .offset-sm-8 {
    margin-left: 33.33333%; }
  .col-sm-9 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 37.5%;
    flex: 0 0 37.5%; }
  .offset-sm-9 {
    margin-left: 37.5%; }
  .col-sm-10 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 41.66667%;
    flex: 0 0 41.66667%; }
  .offset-sm-10 {
    margin-left: 41.66667%; }
  .col-sm-11 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 45.83333%;
    flex: 0 0 45.83333%; }
  .offset-sm-11 {
    margin-left: 45.83333%; }
  .col-sm-12 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 50%;
    flex: 0 0 50%; }
  .offset-sm-12 {
    margin-left: 50%; }
  .col-sm-13 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 54.16667%;
    flex: 0 0 54.16667%; }
  .offset-sm-13 {
    margin-left: 54.16667%; }
  .col-sm-14 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 58.33333%;
    flex: 0 0 58.33333%; }
  .offset-sm-14 {
    margin-left: 58.33333%; }
  .col-sm-15 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 62.5%;
    flex: 0 0 62.5%; }
  .offset-sm-15 {
    margin-left: 62.5%; }
  .col-sm-16 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 66.66667%;
    flex: 0 0 66.66667%; }
  .offset-sm-16 {
    margin-left: 66.66667%; }
  .col-sm-17 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 70.83333%;
    flex: 0 0 70.83333%; }
  .offset-sm-17 {
    margin-left: 70.83333%; }
  .col-sm-18 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 75%;
    flex: 0 0 75%; }
  .offset-sm-18 {
    margin-left: 75%; }
  .col-sm-19 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 79.16667%;
    flex: 0 0 79.16667%; }
  .offset-sm-19 {
    margin-left: 79.16667%; }
  .col-sm-20 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 83.33333%;
    flex: 0 0 83.33333%; }
  .offset-sm-20 {
    margin-left: 83.33333%; }
  .col-sm-21 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 87.5%;
    flex: 0 0 87.5%; }
  .offset-sm-21 {
    margin-left: 87.5%; }
  .col-sm-22 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 91.66667%;
    flex: 0 0 91.66667%; }
  .offset-sm-22 {
    margin-left: 91.66667%; }
  .col-sm-23 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 95.83333%;
    flex: 0 0 95.83333%; }
  .offset-sm-23 {
    margin-left: 95.83333%; }
  .col-sm-24 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 100%;
    flex: 0 0 100%; }
  .offset-sm-24 {
    margin-left: 100%; }
  .col--noPT-sm {
    padding-top: 0; }
  .col--noPL-sm {
    padding-left: 0; }
  .col--noPR-sm {
    padding-right: 0; }
  .col--noPB-sm {
    padding-bottom: 0; } }

@media (max-width: 767px) {
  .row--start-xs {
    justify-content: flex-start;
    text-align: start; }
  .row--center-xs {
    justify-content: center;
    text-align: center; }
  .row--end-xs {
    justify-content: flex-end;
    text-align: end; }
  .row--top-xs {
    align-items: flex-start; }
  .row--middle-xs {
    align-items: center; }
  .row--bottom-xs {
    align-items: flex-end; }
  .row--around-xs {
    justify-content: space-around; }
  .row--between-xs {
    justify-content: space-between; }
  .row--reverse-xs {
    flex-direction: row-reverse; }
  .col--first-xs {
    order: -1; }
  .col--last-xs {
    order: 1; }
  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    flex: 0 0 auto;
    padding: 5px 5px; }
  .offset-xs-0 {
    margin-left: 0%; }
  .col-xs-1 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 4.16667%;
    flex: 0 0 4.16667%; }
  .offset-xs-1 {
    margin-left: 4.16667%; }
  .col-xs-2 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 8.33333%;
    flex: 0 0 8.33333%; }
  .offset-xs-2 {
    margin-left: 8.33333%; }
  .col-xs-3 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 12.5%;
    flex: 0 0 12.5%; }
  .offset-xs-3 {
    margin-left: 12.5%; }
  .col-xs-4 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 16.66667%;
    flex: 0 0 16.66667%; }
  .offset-xs-4 {
    margin-left: 16.66667%; }
  .col-xs-5 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 20.83333%;
    flex: 0 0 20.83333%; }
  .offset-xs-5 {
    margin-left: 20.83333%; }
  .col-xs-6 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 25%;
    flex: 0 0 25%; }
  .offset-xs-6 {
    margin-left: 25%; }
  .col-xs-7 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 29.16667%;
    flex: 0 0 29.16667%; }
  .offset-xs-7 {
    margin-left: 29.16667%; }
  .col-xs-8 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 33.33333%;
    flex: 0 0 33.33333%; }
  .offset-xs-8 {
    margin-left: 33.33333%; }
  .col-xs-9 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 37.5%;
    flex: 0 0 37.5%; }
  .offset-xs-9 {
    margin-left: 37.5%; }
  .col-xs-10 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 41.66667%;
    flex: 0 0 41.66667%; }
  .offset-xs-10 {
    margin-left: 41.66667%; }
  .col-xs-11 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 45.83333%;
    flex: 0 0 45.83333%; }
  .offset-xs-11 {
    margin-left: 45.83333%; }
  .col-xs-12 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 50%;
    flex: 0 0 50%; }
  .offset-xs-12 {
    margin-left: 50%; }
  .col-xs-13 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 54.16667%;
    flex: 0 0 54.16667%; }
  .offset-xs-13 {
    margin-left: 54.16667%; }
  .col-xs-14 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 58.33333%;
    flex: 0 0 58.33333%; }
  .offset-xs-14 {
    margin-left: 58.33333%; }
  .col-xs-15 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 62.5%;
    flex: 0 0 62.5%; }
  .offset-xs-15 {
    margin-left: 62.5%; }
  .col-xs-16 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 66.66667%;
    flex: 0 0 66.66667%; }
  .offset-xs-16 {
    margin-left: 66.66667%; }
  .col-xs-17 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 70.83333%;
    flex: 0 0 70.83333%; }
  .offset-xs-17 {
    margin-left: 70.83333%; }
  .col-xs-18 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 75%;
    flex: 0 0 75%; }
  .offset-xs-18 {
    margin-left: 75%; }
  .col-xs-19 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 79.16667%;
    flex: 0 0 79.16667%; }
  .offset-xs-19 {
    margin-left: 79.16667%; }
  .col-xs-20 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 83.33333%;
    flex: 0 0 83.33333%; }
  .offset-xs-20 {
    margin-left: 83.33333%; }
  .col-xs-21 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 87.5%;
    flex: 0 0 87.5%; }
  .offset-xs-21 {
    margin-left: 87.5%; }
  .col-xs-22 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 91.66667%;
    flex: 0 0 91.66667%; }
  .offset-xs-22 {
    margin-left: 91.66667%; }
  .col-xs-23 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 95.83333%;
    flex: 0 0 95.83333%; }
  .offset-xs-23 {
    margin-left: 95.83333%; }
  .col-xs-24 {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 100%;
    flex: 0 0 100%; }
  .offset-xs-24 {
    margin-left: 100%; }
  .col--noPT-xs {
    padding-top: 0; }
  .col--noPL-xs {
    padding-left: 0; }
  .col--noPR-xs {
    padding-right: 0; }
  .col--noPB-xs {
    padding-bottom: 0; } }

.pageHeader {
  position: relative;
  z-index: 0; }
  .pageHeader_cover {
    position: relative;
    background-color: #008191;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(35%);
    filter: grayscale(35%);
    min-height: 250px; }
    .pageHeader_cover::before {
      content: '';
      display: block;
      padding-top: 43%; }
  .pageHeader_categories {
    position: relative;
    z-index: 1;
    margin-top: 15px; }
    .pageHeader_categories .label {
      margin-bottom: 10px; }
      .pageHeader_categories .label:last-child {
        margin-right: 0; }
  .pageHeader_scroll {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: -23px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #FFF;
    text-align: center; }
    @media (max-width: 767px) {
      .pageHeader_scroll {
        display: none; } }
    .pageHeader_scroll_label {
      display: block;
      text-transform: uppercase;
      font-family: "TheMix", Verdana, Arial, sans-serif;
      font-weight: 700;
      margin-bottom: 10px; }
    .pageHeader_scroll_button {
      position: relative;
      border: 0;
      outline: 0;
      padding: 0;
      width: 46px;
      height: 46px;
      border-radius: 46px;
      background: #FFF;
      color: #575656; }
      .pageHeader_scroll_button svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .pageHeader_picto {
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 65%;
    -ms-transform: translateY(45%) rotate(-22deg);
    transform: translateY(45%) rotate(-22deg); }
    @media (max-width: 999px) {
      .pageHeader_picto {
        -ms-transform: translateY(45%) rotate(-22deg) scale(0.7);
        transform: translateY(45%) rotate(-22deg) scale(0.7); } }
    @media (max-width: 767px) {
      .pageHeader_picto {
        -ms-transform: translateY(45%) rotate(-22deg) scale(0.5);
        transform: translateY(45%) rotate(-22deg) scale(0.5); } }
  .pageHeader_shape {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 50%;
    fill: #FBE039 !important;
    mix-blend-mode: multiply;
    -ms-transform: translateY(55%);
    transform: translateY(55%); }
  .pageHeader_title {
    margin-bottom: 30px; }
  .pageHeader_intro {
    position: relative;
    z-index: 1;
    font-size: 1.21429rem;
    line-height: 1.52941;
    max-width: 460px;
    margin: 65px auto;
    text-align: center; }
    @media (max-width: 999px) {
      .pageHeader_intro {
        margin: 30px auto;
        font-size: 1.07692rem;
        line-height: 1.57143; } }
    @media (max-width: 767px) {
      .pageHeader_intro {
        font-size: 1rem;
        line-height: 1.5; } }
  .pageHeader--center .st1 {
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .pageHeader--center .st1 {
        text-align: left;
        margin-bottom: 15px; } }
  .pageHeader--split .pageHeader_cover {
    margin-top: -60px;
    height: auto; }
    @media (max-width: 999px) {
      .pageHeader--split .pageHeader_cover {
        margin-top: -40px; } }
    @media (max-width: 767px) {
      .pageHeader--split .pageHeader_cover {
        margin-top: 0; } }
    .pageHeader--split .pageHeader_cover::before {
      padding-top: 90%; }
  .pageHeader--split .pageHeader_shape {
    right: 42%; }
  .pageHeader--split .pageHeader_picto {
    right: 72%; }
  .pageHeader--split .pageHeader_content {
    padding-left: 60px;
    padding-right: 60px; }
    @media (max-width: 999px) {
      .pageHeader--split .pageHeader_content {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 767px) {
      .pageHeader--split .pageHeader_content {
        padding-left: 0;
        padding-right: 0; } }
  .pageHeader--split .pageHeader_title {
    position: relative;
    z-index: 1;
    background: #FFF;
    padding: 20px 0 20px 25px;
    -ms-transform: translateX(-120px);
    transform: translateX(-120px);
    width: 130%; }
    @media (max-width: 999px) {
      .pageHeader--split .pageHeader_title {
        -ms-transform: translateX(-80px);
        transform: translateX(-80px);
        width: 120%; } }
    @media (max-width: 767px) {
      .pageHeader--split .pageHeader_title {
        background: none;
        padding: 0;
        -ms-transform: none;
        transform: none;
        width: 100%;
        margin-bottom: 15px; } }
  .pageHeader--split .pageHeader_subtitle {
    margin-top: 5px;
    color: #575656; }
    .pageHeader--split .pageHeader_subtitle--event {
      font-size: 1.07143rem;
      line-height: 1.66667;
      font-weight: 700; }
      .pageHeader--split .pageHeader_subtitle--event strong {
        display: inline-block; }
        .pageHeader--split .pageHeader_subtitle--event strong:first-child {
          letter-spacing: -0.05em; }
        .pageHeader--split .pageHeader_subtitle--event strong:last-child {
          margin-left: 15px;
          font-family: "TheMix", Verdana, Arial, sans-serif;
          color: #008191; }
    .pageHeader--split .pageHeader_subtitle--article {
      font-size: 0.85714rem;
      line-height: 1.66667;
      font-family: "TheMix", Verdana, Arial, sans-serif; }
  .pageHeader--split .pageHeader_intro {
    text-align: left;
    margin-top: 70px;
    margin-bottom: 40px;
    max-width: none; }
    @media (max-width: 999px) {
      .pageHeader--split .pageHeader_intro {
        margin: 30px auto; } }
    @media (max-width: 767px) {
      .pageHeader--split .pageHeader_intro {
        text-align: center;
        margin: 30px auto; } }
  .pageHeader--left .pageHeader_intro {
    margin: 15px 0;
    max-width: 700px;
    text-align: left; }
  .pageHeader--left .pageHeader_shape {
    left: 16%;
    right: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.preFooter {
  position: relative;
  z-index: 1;
  margin-top: 70px; }
  @media (max-width: 999px) {
    .preFooter {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .preFooter {
      display: none; } }

.footer {
  position: relative;
  z-index: 1; }
  @media (max-width: 999px) {
    .footer {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .footer {
      margin-top: 0; } }
  .footer_baseline {
    font-size: 3.57143rem;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: right;
    font-family: "Miso", Verdana, Arial, sans-serif;
    font-weight: 300;
    color: #575656;
    text-shadow: 0 0 34px rgba(26, 26, 26, 0.15); }
    .footer_baseline span {
      color: #FBE039;
      font-weight: 700; }
    .footer_baseline strong {
      font-weight: 700; }
    @media (max-width: 999px) {
      .footer_baseline {
        text-align: center;
        font-size: 2.08333rem;
        line-height: 1.2; }
        .footer_baseline span {
          color: #FFF; } }
  .footer_feed {
    position: relative;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 999px) {
      .footer_feed {
        height: auto;
        padding: 45px 20px;
        display: block; } }
    .footer_feed::before {
      content: "";
      position: absolute;
      z-index: -1;
      width: 110vw;
      top: 0;
      left: 50%;
      bottom: 0;
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      background-color: #FBE039; }
    .footer_feed #sbi_images {
      padding: 0 !important; }
    .footer_feed #sb_instagram #sbi_load {
      display: none !important; }
    .footer_feed_pictures {
      position: absolute;
      z-index: 0;
      top: 0;
      right: 90px;
      bottom: 0;
      width: 105%;
      display: flex;
      overflow: hidden; }
      @media (max-width: 999px) {
        .footer_feed_pictures {
          display: none; } }
      .footer_feed_pictures #sb_instagram {
        position: relative; }
      .footer_feed_pictures #sbi_images {
        position: absolute;
        top: 50%;
        right: 0;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .footer_feed_pictures #sbi_images a {
          position: relative;
          pointer-events: none; }
          .footer_feed_pictures #sbi_images a::after {
            content: "";
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #000;
            opacity: 0.2; }
    .footer_feed_picture {
      position: relative;
      height: 100%;
      width: 33.33333%;
      background-color: #008191;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      .footer_feed_picture::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0.2; }
    .footer_feed_content {
      position: relative;
      z-index: 1;
      color: #FFF;
      text-align: right;
      font-family: "TheMix", Verdana, Arial, sans-serif;
      font-weight: 700;
      font-size: 3.57143rem;
      line-height: 1; }
      @media (max-width: 999px) {
        .footer_feed_content {
          text-align: center;
          color: #575656;
          font-size: 1.66667rem;
          line-height: 1; }
          .footer_feed_content br {
            display: none; } }
    .footer_feed_socials {
      margin: 20px 0 0 0;
      padding: 0; }
      @media (max-width: 999px) {
        .footer_feed_socials {
          margin-left: auto;
          margin-right: auto;
          max-width: 250px; } }
      .footer_feed_socials li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
        @media (max-width: 999px) {
          .footer_feed_socials li {
            margin: 5px 10px; } }
        .footer_feed_socials li:last-child {
          margin-right: 0; }
          @media (max-width: 999px) {
            .footer_feed_socials li:last-child {
              margin: 5px 10px; } }
        .footer_feed_socials li a {
          position: relative;
          display: inline-block;
          height: 60px;
          width: 60px;
          border-radius: 60px;
          background-color: #FFF;
          text-align: center; }
          @media (max-width: 999px) {
            .footer_feed_socials li a {
              width: 40px;
              height: 40px; } }
          .footer_feed_socials li a svg {
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            fill: #1d1d1b; }
            @media (max-width: 999px) {
              .footer_feed_socials li a svg {
                -ms-transform: translate(-50%, -50%) scale(0.6);
                transform: translate(-50%, -50%) scale(0.6); } }
  .footer_additional {
    margin: 30px 0; }
    @media (max-width: 767px) {
      .footer_additional {
        margin: 10px 0; } }
    .footer_additional > div {
      position: relative; }
      @media (max-width: 767px) {
        .footer_additional > div {
          padding: 20px 0; } }
      .footer_additional > div::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -30px;
        height: 60px;
        width: 1px;
        background-color: #9d9d9c;
        opacity: 0.6; }
        @media (max-width: 767px) {
          .footer_additional > div::before {
            top: 0;
            left: 50%;
            margin-top: 0;
            margin-left: -85px;
            width: 170px;
            height: 1px; } }
      .footer_additional > div:first-child::before {
        display: none; }
  .footer_address {
    display: flex;
    justify-items: center;
    align-items: center;
    font-size: 0.85714rem;
    line-height: 1.58333;
    color: #575656; }
    @media (max-width: 767px) {
      .footer_address {
        flex-direction: column;
        text-align: center; } }
    .footer_address div {
      padding-left: 30px; }
      @media (max-width: 999px) {
        .footer_address div {
          padding-left: 15px; } }
      @media (max-width: 767px) {
        .footer_address div {
          padding-left: 0; } }
  .footer_menu {
    padding-left: 10%;
    padding-right: 10%; }
    @media (max-width: 999px) {
      .footer_menu {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 767px) {
      .footer_menu {
        text-align: center; } }
    .footer_menu > ul > li > a {
      font-size: 1.28571rem;
      line-height: 1.22222;
      letter-spacing: 1.5px;
      color: #575656 !important;
      text-transform: uppercase;
      font-family: "TheMix", Verdana, Arial, sans-serif;
      font-weight: 700;
      text-decoration: none !important; }
      .footer_menu > ul > li > a::before {
        z-index: -1 !important; }
    .footer_menu > ul > li > ul {
      margin-top: 10px;
      font-size: 0.78571rem;
      line-height: 2.18182; }
      .footer_menu > ul > li > ul li {
        display: inline-block;
        margin-right: 15px; }
        @media (max-width: 999px) {
          .footer_menu > ul > li > ul li {
            margin-right: 5px; } }
        @media (max-width: 767px) {
          .footer_menu > ul > li > ul li {
            display: block;
            margin: 0 0 5px 0; } }
        .footer_menu > ul > li > ul li:last-child {
          margin-right: 0; }
        .footer_menu > ul > li > ul li a, .footer_menu > ul > li > ul li a:visited {
          color: #575656; }
  .footer_help {
    text-align: center; }
    .footer_help h3 {
      font-size: 0.71429rem;
      line-height: 1.8;
      letter-spacing: 1px;
      color: #929292;
      text-transform: uppercase;
      font-family: "TheMix", Verdana, Arial, sans-serif;
      font-weight: 700; }
    .footer_help ul {
      margin-top: 5px; }
      .footer_help ul li {
        display: inline-block;
        vertical-align: middle; }
        .footer_help ul li + li {
          margin-left: 3px; }
        .footer_help ul li a img {
          display: block;
          max-width: 70px; }
          @media (max-width: 999px) {
            .footer_help ul li a img {
              max-width: 50px; } }
          @media (max-width: 767px) {
            .footer_help ul li a img {
              max-width: 70px; } }

.newsletter {
  position: fixed;
  z-index: 930;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 620px;
  height: 60vh;
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
  @media (max-width: 999px) {
    .newsletter {
      min-height: auto;
      height: 350px; } }
  .newsletter_closeMask {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    cursor: pointer;
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .newsletter::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FBE039;
    z-index: 0; }
  .newsletter_mask {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 100vw;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: transparent;
    cursor: pointer; }
  .newsletter_title {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Miso", Verdana, Arial, sans-serif;
    font-size: 4.28571rem;
    line-height: 0.83333;
    color: #008191;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    @media (max-width: 999px) {
      .newsletter_title {
        font-size: 2.33333rem;
        line-height: 0.92857;
        top: 35%; } }
    .newsletter_title strong {
      font-weight: 700; }
  .newsletter_input {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #575656;
    font-family: "Miso", Verdana, Arial, sans-serif;
    font-size: 4.85714rem;
    line-height: 0.88235;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    opacity: 0;
    transition: opacity 0.15s linear; }
    @media (max-width: 999px) {
      .newsletter_input {
        top: 45%;
        font-size: 2.33333rem;
        line-height: 0.92857; } }
  .newsletter_close {
    position: absolute;
    z-index: 8;
    top: 30px;
    left: 50%;
    margin-left: calc(50vw - 62px);
    color: #008191; }
    @media (max-width: 999px) {
      .newsletter_close {
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        -ms-transform-origin: top right;
        transform-origin: top right; } }
    .newsletter_close svg {
      width: 32px;
      height: 32px; }
  .newsletter_helper {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: 35px;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-size: 0.92857rem;
    line-height: 1.30769;
    color: #575656;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    transition: opacity 0.15s linear; }
    .newsletter_helper svg {
      margin-bottom: 10px; }
  .newsletter_submit {
    position: absolute;
    z-index: 1;
    width: 200px;
    left: 50%;
    bottom: 35px;
    margin-left: -100px;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-size: 0.92857rem;
    line-height: 1.30769;
    color: #008191;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    opacity: 0;
    transition: opacity 0.15s linear; }
    .newsletter_submit svg {
      margin-bottom: 10px; }
  .newsletter--visible {
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .newsletter--visible .newsletter_closeMask {
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .newsletter--active .newsletter_mask {
    display: none; }
  .newsletter--active .newsletter_input,
  .newsletter--active .newsletter_submit {
    opacity: 1; }
  .newsletter--active .newsletter_helper {
    opacity: 0; }
  .newsletter--active .newsletter_title {
    -ms-transform: translateY(-50%) scale(0.6);
    transform: translateY(-50%) scale(0.6);
    margin-top: -90px; }
    @media (max-width: 999px) {
      .newsletter--active .newsletter_title {
        margin-top: -70px; } }

.toggleGrid {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #008191;
  border: 0;
  box-shadow: 0 35px 40px 0 rgba(50, 51, 94, 0.25);
  cursor: pointer; }
  .toggleGrid svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    fill: #FFF; }

.gridDebug {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  pointer-events: none;
  display: none; }
  .gridDebug[data-state="1"] {
    opacity: 0.2;
    display: block; }
  .gridDebug[data-state="2"] {
    opacity: 0.5;
    display: block; }
  .gridDebug[data-state="3"] {
    display: block;
    opacity: 0.7; }
    .gridDebug[data-state="3"] .colOverlay {
      background: none;
      border-left: 1px solid #008191;
      border-right: 1px solid #008191; }
  .gridDebug .container {
    height: 100%; }
  .gridDebug .row {
    height: 100%; }
    .gridDebug .row .col-1 {
      padding-top: 0;
      padding-bottom: 0; }
  .gridDebug .colOverlay {
    display: block;
    height: 100%;
    background: #008191; }

.aos-fadeIn {
  opacity: 0;
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1); }
  .aos-fadeIn.aos--animated {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0); }

.aos-revealX {
  overflow: hidden; }
  .aos-revealX .aos-reveal_mask {
    position: relative;
    overflow: hidden;
    transform: translate3d(-101%, 0, 0);
    transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1); }
    .aos-revealX .aos-reveal_mask img {
      display: block;
      transform: translate3d(101%, 0, 0) scale(1.4);
      -ms-transform-origin: center center;
      transform-origin: center center;
      transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1); }
  .aos-revealX.aos--animated .aos-reveal_mask {
    transform: translate3d(0, 0, 0); }
    .aos-revealX.aos--animated .aos-reveal_mask img {
      transform: translate3d(0, 0, 0) scale(1); }

.aos-revealY {
  overflow: hidden; }
  .aos-revealY .aos-reveal_mask {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, -101%, 0);
    transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1); }
    .aos-revealY .aos-reveal_mask img {
      display: block;
      transform: translate3d(0, 101%, 0) scale(1.4);
      -ms-transform-origin: center center;
      transform-origin: center center;
      transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1); }
  .aos-revealY.aos--animated .aos-reveal_mask {
    transform: translate3d(0, 0, 0); }
    .aos-revealY.aos--animated .aos-reveal_mask img {
      transform: translate3d(0, 0, 0) scale(1); }

.button, .filterButton, .frm_style_formidable-style.with_frm_style .frm_submit button, .loadMoreButton {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  font-family: "TheMix", Verdana, Arial, sans-serif;
  font-size: 1.07143rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  background-color: #008191;
  padding: 25px 35px;
  border-radius: 40px;
  transition: background-color 0.15s linear, color 0.15s linear; }
  @media (max-width: 999px) {
    .button, .filterButton, .frm_style_formidable-style.with_frm_style .frm_submit button, .loadMoreButton {
      padding: 17px 27px; } }
  .button:hover, .filterButton:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .loadMoreButton:hover {
    background-color: rgba(0, 129, 145, 0.75); }
  .button--icon {
    padding: 0;
    width: 67px;
    height: 65px;
    background: url(../images/iconButtonBg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.15s linear; }
    .button--icon img, .button--icon svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .button--icon img {
      max-width: 30px;
      max-height: 30px; }
      @media (max-width: 999px) {
        .button--icon img {
          max-width: 24px;
          max-height: 24px; } }
    .button--icon:hover {
      background-color: #008191;
      opacity: 0.8; }
  .button--iconSimple {
    width: 65px;
    height: 65px;
    padding: 0; }
    @media (max-width: 999px) {
      .button--iconSimple {
        width: 46px;
        height: 46px; } }
    .button--iconSimple img {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: 34px;
      max-height: 34px; }
      @media (max-width: 999px) {
        .button--iconSimple img {
          max-width: 24px;
          max-height: 24px; } }
  .button--sm {
    padding: 18px 30px;
    font-size: 0.92857rem;
    line-height: 1.15385;
    letter-spacing: 0.05em; }
  .button--xs, .filterButton {
    padding: 10px 20px;
    font-size: 0.92857rem;
    line-height: 1.15385;
    letter-spacing: 0.05em; }
  .button--disabled {
    background-color: #e6edef;
    color: rgba(87, 86, 86, 0.5); }
    .button--disabled:hover {
      background-color: #d6e2e5;
      color: #575656; }

.filterButton {
  background-color: #e6edef;
  color: rgba(87, 86, 86, 0.5); }
  .filterButton:hover {
    background-color: #d6e2e5;
    color: #575656; }
  .filterButton::before {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    content: "+"; }
  .filterButton--active {
    color: #FFF;
    background-color: #008191; }
    .filterButton--active::before {
      content: "×"; }
    .filterButton--active:hover {
      color: #FFF;
      background-color: rgba(0, 129, 145, 0.9); }

.buttonBorder, .footer_menu > ul > li > a {
  position: relative;
  font-family: "TheMix", Verdana, Arial, sans-serif;
  font-size: 1.42857rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px; }
  .buttonBorder, .footer_menu > ul > li > a, .buttonBorder:visited, .footer_menu > ul > li > a:visited {
    text-decoration: none; }
  .buttonBorder::before, .footer_menu > ul > li > a::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    right: 0;
    height: 30%;
    background-color: #FBE039;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .buttonBorder span, .footer_menu > ul > li > a span {
    position: relative;
    z-index: 1; }
  .buttonBorder:hover::before, .footer_menu > ul > li > a:hover::before, .buttonBorder:focus::before, .footer_menu > ul > li > a:focus::before {
    top: 0;
    height: 100%; }

.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }

.tns-slider {
  transition: all 0s; }
  .tns-slider > .tns-item {
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    transition: transform 0s, opacity 0s; }
  .tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important; }
  .tns-gallery > .tns-moving {
    transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.tns-complete {
    opacity: 1; }

.tns-ah {
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }
  .tns-vpfix > div, .tns-vpfix > li {
    display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.33333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
  .tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
  .tns-t-ct > div {
    width: 1.42857%;
    width: calc(100% / 70);
    height: 10px;
    float: left; }

.tns-slider {
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1); }

.homeIntroCarousel {
  position: relative; }
  @media (max-width: 999px) {
    .homeIntroCarousel {
      background: #575656;
      margin-top: 30px; } }
  .homeIntroCarousel_control {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: none;
    border: 0;
    outline: 0;
    color: #575656;
    transition: opacity 0.15s linear; }
    @media (max-width: 999px) {
      .homeIntroCarousel_control {
        width: 30px;
        height: 30px;
        margin-top: -15px; } }
    .homeIntroCarousel_control:hover {
      opacity: 0.6; }
    .homeIntroCarousel_control svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%) scale(2);
      transform: translate(-50%, -50%) scale(2);
      -ms-transform-origin: center center;
      transform-origin: center center; }
    .homeIntroCarousel_control--prev {
      right: calc(100% + 20px); }
      @media (max-width: 999px) {
        .homeIntroCarousel_control--prev {
          right: 100%; } }
    .homeIntroCarousel_control--next {
      left: calc(100% + 20px); }
      @media (max-width: 999px) {
        .homeIntroCarousel_control--next {
          left: 100%; } }
  .homeIntroCarousel_item {
    position: relative; }
  .homeIntroCarousel_cover {
    width: 75%;
    background-color: #008191;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(35%);
    filter: grayscale(35%); }
    @media (max-width: 999px) {
      .homeIntroCarousel_cover {
        display: none; } }
    .homeIntroCarousel_cover::before {
      content: '';
      display: block;
      padding-top: 70%; }
  .homeIntroCarousel_content {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30%;
    background: #575656;
    padding: 20px 40px 60px 40px; }
    @media (max-width: 999px) {
      .homeIntroCarousel_content {
        position: relative;
        top: auto;
        right: auto;
        -ms-transform: none;
        transform: none;
        width: 100%;
        padding: 35px 35px 60px 35px; } }
    .homeIntroCarousel_content_title {
      position: relative;
      font-size: 1.57143rem;
      line-height: 1.13636;
      font-family: "TheMix", Verdana, Arial, sans-serif;
      font-weight: 700;
      color: #FFF;
      padding: 70px 0 70px 60px; }
      @media (max-width: 999px) {
        .homeIntroCarousel_content_title {
          padding: 0;
          margin-bottom: 15px;
          font-size: 1.33333rem;
          line-height: 1.375;
          display: flex;
          align-items: center; }
          .homeIntroCarousel_content_title > div {
            flex-grow: 1; } }
      .homeIntroCarousel_content_title span {
        display: inline;
        box-shadow: inset 0 -0.22em 0 0 #575656, inset 0 -0.75em 0 0 #008191; }
      .homeIntroCarousel_content_title img {
        position: absolute;
        top: 50%;
        right: calc(100% - 35px);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-height: 130px; }
        @media (max-width: 999px) {
          .homeIntroCarousel_content_title img {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            top: auto;
            right: auto;
            -ms-transform: none;
            transform: none;
            max-height: 55px;
            margin-right: 15px; } }
    .homeIntroCarousel_content_body {
      color: rgba(255, 255, 255, 0.5); }
  .homeIntroCarousel .tns-nav {
    position: absolute;
    bottom: 5px;
    right: calc(25% + 10px);
    z-index: 10; }
    @media (max-width: 999px) {
      .homeIntroCarousel .tns-nav {
        bottom: 15px;
        right: 50%;
        -ms-transform: translateX(50%);
        transform: translateX(50%); } }
    .homeIntroCarousel .tns-nav button {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 12px;
      height: 12px;
      margin: 0px; }
      .homeIntroCarousel .tns-nav button::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4px;
        height: 4px;
        margin-left: -2px;
        margin-top: -2px;
        border-radius: 50%;
        background: #FFF; }
      .homeIntroCarousel .tns-nav button.tns-nav-active::before {
        background: #FBE039; }

.homeProjectsCarousel {
  position: relative; }
  @media (max-width: 999px) {
    .homeProjectsCarousel {
      padding-bottom: 80px; } }
  .homeProjectsCarousel .tns-controls button {
    position: absolute;
    top: 180px;
    width: 40px;
    height: 40px; }
    @media (max-width: 999px) {
      .homeProjectsCarousel .tns-controls button {
        top: auto;
        bottom: 30px; } }
    .homeProjectsCarousel .tns-controls button:first-child {
      right: 127%; }
      @media (max-width: 999px) {
        .homeProjectsCarousel .tns-controls button:first-child {
          right: 50%; } }
    .homeProjectsCarousel .tns-controls button:last-child {
      left: 120%; }
      @media (max-width: 999px) {
        .homeProjectsCarousel .tns-controls button:last-child {
          left: 50%; } }
    .homeProjectsCarousel .tns-controls button[disabled] {
      opacity: 0.2; }

.homeMagCarousel {
  position: relative; }
  .homeMagCarousel_control {
    position: absolute;
    top: calc(100% + 30px);
    width: 40px;
    height: 40px;
    background: none;
    border: 0;
    outline: 0;
    color: #575656;
    transition: opacity 0.15s linear; }
    @media (max-width: 999px) {
      .homeMagCarousel_control {
        top: calc(100% + 10px); } }
    .homeMagCarousel_control:hover {
      opacity: 0.6; }
    .homeMagCarousel_control svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%) scale(1.8);
      transform: translate(-50%, -50%) scale(1.8); }
    .homeMagCarousel_control--prev {
      right: 50%; }
    .homeMagCarousel_control--next {
      left: 50%; }

.gBlock {
  position: relative; }
  .gBlock--bigger {
    width: 124%;
    margin-left: -12%; }
    @media (max-width: 1124px) {
      .gBlock--bigger {
        width: 110%;
        margin-left: -5%; } }
    @media (max-width: 999px) {
      .gBlock--bigger {
        width: 100%;
        margin-left: 0; } }

.gButtons {
  margin-top: 20px;
  margin-bottom: 50px; }
  .gButtons .button, .gButtons .filterButton, .gButtons .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_style_formidable-style.with_frm_style .frm_submit .gButtons button, .gButtons .loadMoreButton {
    margin-bottom: 10px; }
    .gButtons .button + .button, .gButtons .filterButton + .button, .gButtons .frm_style_formidable-style.with_frm_style .frm_submit button + .button, .frm_style_formidable-style.with_frm_style .frm_submit .gButtons button + .button, .gButtons .loadMoreButton + .button, .gButtons .button + .filterButton, .gButtons .filterButton + .filterButton, .gButtons .frm_style_formidable-style.with_frm_style .frm_submit button + .filterButton, .frm_style_formidable-style.with_frm_style .frm_submit .gButtons button + .filterButton, .gButtons .loadMoreButton + .filterButton, .gButtons .frm_style_formidable-style.with_frm_style .frm_submit .button + button, .frm_style_formidable-style.with_frm_style .frm_submit .gButtons .button + button, .gButtons .frm_style_formidable-style.with_frm_style .frm_submit .filterButton + button, .frm_style_formidable-style.with_frm_style .frm_submit .gButtons .filterButton + button, .gButtons .frm_style_formidable-style.with_frm_style .frm_submit button + button, .frm_style_formidable-style.with_frm_style .frm_submit .gButtons button + button, .gButtons .frm_style_formidable-style.with_frm_style .frm_submit .loadMoreButton + button, .frm_style_formidable-style.with_frm_style .frm_submit .gButtons .loadMoreButton + button, .gButtons .button + .loadMoreButton, .gButtons .filterButton + .loadMoreButton, .gButtons .frm_style_formidable-style.with_frm_style .frm_submit button + .loadMoreButton, .frm_style_formidable-style.with_frm_style .frm_submit .gButtons button + .loadMoreButton, .gButtons .loadMoreButton + .loadMoreButton {
      margin-left: 10px; }

.gCollapse {
  margin-top: 40px;
  margin-bottom: 60px; }
  @media (max-width: 999px) {
    .gCollapse {
      margin-top: 15px;
      margin-bottom: 40px; } }
  .gCollapse_item {
    border-bottom: 1px solid #008191; }
    .gCollapse_item:first-child {
      border-top: 1px solid #008191; }
    .gCollapse_item_title {
      position: relative;
      padding: 20px 20% 20px 0;
      font-family: "TheMix", Verdana, Arial, sans-serif;
      font-weight: 700;
      letter-spacing: 1.5px;
      font-size: 1.07143rem;
      line-height: 1.13333;
      color: #008191;
      cursor: pointer; }
      .gCollapse_item_title svg {
        position: absolute;
        top: 23px;
        right: 10px;
        transition: 0.2s transform ease; }
    .gCollapse_item_content {
      position: relative;
      height: 0;
      overflow: hidden; }
    .gCollapse_item_contentInner {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding: 5px 0 20px 0; }
      .gCollapse_item_contentInner ul {
        margin: 1rem 0; }
        .gCollapse_item_contentInner ul li {
          list-style: disc inside; }
        .gCollapse_item_contentInner ul a, .gCollapse_item_contentInner ul a:visited {
          font-weight: 700;
          color: #008191;
          text-decoration: underline; }
          .gCollapse_item_contentInner ul a:hover, .gCollapse_item_contentInner ul a:visited:hover {
            text-decoration: none; }
      .gCollapse_item_contentInner ol {
        margin: 1rem 0; }
        .gCollapse_item_contentInner ol li {
          list-style: decimal inside; }
        .gCollapse_item_contentInner ol a, .gCollapse_item_contentInner ol a:visited {
          font-weight: 700;
          color: #008191;
          text-decoration: underline; }
          .gCollapse_item_contentInner ol a:hover, .gCollapse_item_contentInner ol a:visited:hover {
            text-decoration: none; }
    .gCollapse_item--opened .gCollapse_item_title svg {
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.gContact {
  margin-top: 80px; }
  @media (max-width: 767px) {
    .gContact {
      margin-top: 40px; }
      .gContact::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 50%;
        bottom: 0;
        width: 100vw;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #008191; } }
  .gContact_inner {
    position: relative;
    margin: auto;
    max-width: 840px;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF; }
    @media (max-width: 767px) {
      .gContact_inner {
        display: block;
        height: auto;
        padding: 40px 0; } }
  .gContact_title {
    font-family: "Miso", Verdana, Arial, sans-serif;
    font-size: 2.85714rem;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 700; }
    @media (max-width: 767px) {
      .gContact_title {
        max-width: 70%;
        font-size: 1.66667rem;
        line-height: 1.1; } }
  .gContact_linkIcon {
    margin-top: 20px;
    color: #FBE039;
    text-align: center; }
    @media (max-width: 767px) {
      .gContact_linkIcon {
        margin-top: 25px;
        text-align: left;
        display: flex;
        align-items: center; } }
    .gContact_linkIcon svg, .gContact_linkIcon a {
      display: inline-block;
      vertical-align: middle; }
    .gContact_linkIcon svg {
      -ms-transform: rotate(-22deg);
      transform: rotate(-22deg); }
      @media (max-width: 767px) {
        .gContact_linkIcon svg {
          width: 81px;
          height: 50px; } }
    .gContact_linkIcon a, .gContact_linkIcon a:visited {
      font-family: "TheMix", Verdana, Arial, sans-serif;
      font-weight: 700;
      font-size: 1.57143rem;
      line-height: 1.13636;
      text-align: left;
      text-transform: uppercase;
      color: #FBE039;
      margin-left: 20px;
      max-width: 140px;
      transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
      @media (max-width: 767px) {
        .gContact_linkIcon a, .gContact_linkIcon a:visited {
          font-size: 1.25rem;
          line-height: 1;
          flex-grow: 1; } }
      .gContact_linkIcon a:hover, .gContact_linkIcon a:visited:hover {
        text-decoration: none;
        -ms-transform: translateX(15px);
        transform: translateX(15px); }
  .gContact_shape {
    position: absolute;
    z-index: -1;
    color: #008191;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1); }
    @media (max-width: 767px) {
      .gContact_shape {
        display: none; } }
  .gContact:hover .gContact_shape {
    -ms-transform: translate(-50%, -50%) scale(1.05) rotate(5deg);
    transform: translate(-50%, -50%) scale(1.05) rotate(5deg); }

.gDownload {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 50px; }
  @media (max-width: 999px) {
    .gDownload {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .gDownload {
      padding-bottom: 60px; } }
  .gDownload_carousel {
    padding-top: 10px; }
    @media (max-width: 767px) {
      .gDownload_carousel {
        padding-top: 0; } }
  .gDownload_carousel_item {
    position: relative;
    color: #575656;
    min-height: 170px; }
    @media (max-width: 999px) {
      .gDownload_carousel_item {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        min-height: 225px; } }
    .gDownload_carousel_item--style1 {
      margin-top: 40px; }
      @media (max-width: 999px) {
        .gDownload_carousel_item--style1 {
          margin-top: 0; } }
      .gDownload_carousel_item--style1 .gDownload_shape {
        top: 20px; }
    .gDownload_carousel_item--style2 {
      margin-top: 120px; }
      @media (max-width: 999px) {
        .gDownload_carousel_item--style2 {
          margin-top: 0; } }
      .gDownload_carousel_item--style2 .gDownload_shape {
        top: 0;
        left: 5px;
        color: #FBE039;
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .gDownload_carousel_item--style3 .gDownload_shape {
      top: -10px;
      left: -10px;
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .gDownload_carousel_item--style4 {
      margin-top: 80px; }
      @media (max-width: 999px) {
        .gDownload_carousel_item--style4 {
          margin-top: 0; } }
      .gDownload_carousel_item--style4 .gDownload_shape {
        top: -20px;
        left: -20px;
        color: #FBE039;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  .gDownload_shape {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    color: #EEEEEE; }
    @media (max-width: 999px) {
      .gDownload_shape {
        top: 50% !important;
        left: 50% !important;
        -ms-transform: scale(1.5) translate(-50%, -50%) !important;
        transform: scale(1.5) translate(-50%, -50%) !important;
        -ms-transform-origin: top left;
        transform-origin: top left; } }
  .gDownload_illustrationWrap {
    min-height: 40px; }
  .gDownload_illustration {
    display: inline-block;
    max-width: 90px;
    max-height: 90px;
    margin-bottom: 10px; }
  .gDownload_title {
    font-size: 2.14286rem;
    line-height: 1.06667;
    text-transform: uppercase;
    font-family: "Miso", Verdana, Arial, sans-serif;
    font-weight: 700; }
    @media (max-width: 999px) {
      .gDownload_title {
        font-size: 1.66667rem;
        line-height: 1.3; } }
  .gDownload_date {
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.07143rem;
    line-height: 1.13333;
    margin-top: 10px; }
    @media (max-width: 999px) {
      .gDownload_date {
        font-size: 1.08333rem;
        line-height: 1.23077;
        margin-top: 5px; } }
    .gDownload_date + .gDownload_content {
      margin-top: 13px; }
  .gDownload_content {
    margin-top: 23px;
    font-size: 1.07143rem;
    line-height: 1.33333;
    font-family: "TheMix", Verdana, Arial, sans-serif; }
    @media (max-width: 999px) {
      .gDownload_content {
        font-size: 1.08333rem;
        line-height: 1.38462; } }
  .gDownload_button {
    margin-top: 15px; }
  .gDownload .tns-controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .gDownload .tns-controls button {
      position: relative;
      width: 46px;
      height: 46px;
      display: inline-block;
      vertical-align: middle;
      border: 0;
      border-radius: 46px;
      background: #008191;
      color: #FFF;
      padding: 0;
      margin: 0 5px;
      outline: 0; }
      .gDownload .tns-controls button[disabled] {
        opacity: 0.2; }
      .gDownload .tns-controls button svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .gDownload .tns-controls button:first-child svg {
        margin-left: -1px; }
      .gDownload .tns-controls button:last-child svg {
        margin-left: 1px; }
  .gDownload--grey .gDownload_shape {
    color: #EEEEEE !important; }
  .gDownload--yellow .gDownload_shape {
    color: #FBE039 !important; }

.gGallery {
  margin-top: 60px;
  margin-bottom: 100px; }
  @media (max-width: 999px) {
    .gGallery {
      margin-top: 40px;
      margin-bottom: 120px; } }
  .gGallery_carousel_slide {
    background-color: #008191;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .gGallery_carousel_slide::before {
      content: "";
      display: block;
      padding-top: 60%; }
  .gGallery_nav {
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: -80px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 999px) {
      .gGallery_nav {
        -ms-transform: scale(0.65) translateX(50%);
        transform: scale(0.65) translateX(50%);
        -ms-transform-origin: bottom right;
        transform-origin: bottom right;
        bottom: -80px;
        right: 50%; } }
    .gGallery_nav svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      fill: #575656; }
    .gGallery_nav_button {
      position: relative;
      z-index: 1;
      width: 46px;
      height: 46px;
      border: 0;
      border-radius: 46px;
      background: #FFF;
      color: #575656;
      padding: 0;
      margin: 5px;
      outline: 0; }
      .gGallery_nav_button svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .gGallery_nav_button--prev svg {
        margin-left: -1px; }
      .gGallery_nav_button--next svg {
        margin-left: 1px; }

.gImgtxt {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (max-width: 999px) {
    .gImgtxt {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .gImgtxt_item + .gImgtxt_item {
    margin-top: 40px; }
  .gImgtxt_item_body {
    padding-left: 10px;
    padding-right: 35px; }
    @media (max-width: 767px) {
      .gImgtxt_item_body {
        padding-left: 0; } }
  .gImgtxt_item_title {
    font-size: 2.14286rem;
    line-height: 1;
    font-family: "Miso", Verdana, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #575656; }
    @media (max-width: 767px) {
      .gImgtxt_item_title {
        font-size: 1.5rem;
        line-height: 1.22222;
        margin-bottom: 5px; } }
  .gImgtxt_item_content {
    font-size: 1.07143rem;
    line-height: 1.33333;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    color: #575656; }
    @media (max-width: 767px) {
      .gImgtxt_item_content {
        font-size: 1.08333rem;
        line-height: 1.46154; } }
  .gImgtxt_item_button {
    margin-top: 15px; }
    @media (max-width: 767px) {
      .gImgtxt_item_button {
        margin-bottom: 10px; } }

.gLinks {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (max-width: 999px) {
    .gLinks {
      margin-top: 35px;
      margin-bottom: 35px; } }
  .gLinks_title {
    position: relative;
    font-size: 1.78571rem;
    line-height: 1;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-weight: 700;
    color: #575656;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    @media (max-width: 999px) {
      .gLinks_title {
        font-size: 1.25rem;
        line-height: 1.2; } }
    .gLinks_title span {
      position: relative;
      z-index: 1; }
      .gLinks_title span::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 20px;
        left: -4px;
        height: 14px;
        width: 80%;
        background: #FBE039; }
        @media (max-width: 999px) {
          .gLinks_title span::before {
            top: 13px;
            height: 10px; } }
  .gLinks_item {
    margin-top: 40px; }
    .gLinks_item_title {
      position: relative;
      font-size: 1.07143rem;
      line-height: 1.13333;
      font-family: "TheMix", Verdana, Arial, sans-serif;
      font-weight: 700;
      color: #008191;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media (max-width: 999px) {
        .gLinks_item_title {
          font-size: 1.16667rem;
          line-height: 1.28571;
          margin-bottom: 10px; } }
      .gLinks_item_title span {
        position: relative;
        z-index: 1; }
        .gLinks_item_title span::before {
          content: "";
          position: absolute;
          z-index: -1;
          top: 13px;
          left: -4px;
          right: -4px;
          height: 10px;
          background: #FBE039; }
          @media (max-width: 999px) {
            .gLinks_item_title span::before {
              top: 11px; } }
    .gLinks_item_button {
      position: relative;
      width: 60px;
      height: 60px;
      border-radius: 60px;
      text-decoration: none;
      background-color: #008191;
      display: inline-block;
      margin-right: 10px;
      transition: background-color 0.15s linear; }
      @media (max-width: 999px) {
        .gLinks_item_button {
          width: 50px;
          height: 50px;
          border-radius: 50px; } }
      .gLinks_item_button:hover {
        background-color: rgba(0, 129, 145, 0.75); }
      .gLinks_item_button:last-child {
        margin-right: 0; }
      .gLinks_item_button img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 30px;
        max-height: 30px;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media (max-width: 999px) {
          .gLinks_item_button img {
            max-width: 24px;
            max-height: 24px; } }

.gList {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (max-width: 999px) {
    .gList {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .gList_item {
    position: relative;
    padding-left: 18%;
    padding-right: 12%;
    padding-top: 80px;
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .gList_item {
        padding-left: 0;
        padding-right: 20px;
        padding-top: 60px;
        padding-bottom: 30px; } }
    .gList_item:first-child {
      padding-top: 0; }
    .gList_item_separator {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 21px; }
      @media (max-width: 767px) {
        .gList_item_separator {
          height: 9px; } }
      .gList_item_separator::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 10%;
        background: #008191; }
      .gList_item_separator::after {
        content: "";
        position: absolute;
        top: 10px;
        left: calc(10% + 20px);
        right: 0;
        height: 1px;
        background: #008191; }
        @media (max-width: 767px) {
          .gList_item_separator::after {
            top: 4px;
            left: calc(10% + 10px); } }
      .gList_item_separator--right::before {
        left: auto;
        right: 0; }
      .gList_item_separator--right::after {
        right: calc(10% + 20px);
        left: 0; }
        @media (max-width: 767px) {
          .gList_item_separator--right::after {
            top: 4px;
            right: calc(10% + 10px);
            left: 0; } }
    .gList_item_title {
      position: relative;
      display: flex;
      align-items: baseline;
      font-family: "Miso", Verdana, Arial, sans-serif; }
      .gList_item_title span {
        display: inline-block;
        vertical-align: baseline; }
      .gList_item_title_num {
        font-size: 4.28571rem;
        line-height: 0.91667;
        font-weight: 700;
        color: #FFF; }
        @media (max-width: 767px) {
          .gList_item_title_num {
            font-size: 2.66667rem;
            line-height: 1;
            min-width: 35px; } }
      .gList_item_title_txt {
        flex: 1;
        font-size: 2.14286rem;
        line-height: 1;
        text-transform: uppercase;
        font-weight: 700;
        color: #575656;
        padding-left: 15px; }
        @media (max-width: 767px) {
          .gList_item_title_txt {
            font-size: 1.66667rem;
            line-height: 1.1; } }
    .gList_item_shape {
      position: absolute;
      z-index: -1;
      top: -40px;
      left: -40px;
      color: #FBE039; }
      @media (max-width: 767px) {
        .gList_item_shape {
          -ms-transform: scale(0.6);
          transform: scale(0.6);
          -ms-transform-origin: top left;
          transform-origin: top left;
          top: -25px;
          left: -30px; } }
    .gList_item_content {
      font-size: 1.07143rem;
      line-height: 1.33333;
      font-family: "TheMix", Verdana, Arial, sans-serif;
      color: #575656;
      margin-top: 20px;
      padding-left: 25%; }
      @media (max-width: 767px) {
        .gList_item_content {
          padding-left: 50px;
          margin-top: 10px;
          font-size: 1.08333rem;
          line-height: 1.46154; } }
    .gList_item_button {
      margin-top: 15px;
      padding-left: 25%; }
      @media (max-width: 767px) {
        .gList_item_button {
          padding-left: 50px;
          margin-top: 10px; } }

.gLogos {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (max-width: 999px) {
    .gLogos {
      margin-top: 35px;
      margin-bottom: 35px; } }
  .gLogos .row {
    margin-left: -10px;
    margin-right: -10px; }
  .gLogos_item {
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 20%;
    flex: 0 0 20%;
    text-align: center;
    padding: 10px; }
    @media (max-width: 999px) {
      .gLogos_item {
        max-width: 25%;
        flex: 0 0 25%; } }
    @media (max-width: 767px) {
      .gLogos_item {
        max-width: 33.3333%;
        flex: 0 0 33.3333%; } }
    .gLogos_item img {
      max-width: 100%;
      display: inline-block;
      margin: auto; }

.gQuote {
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: "TheMix", Verdana, Arial, sans-serif;
  font-weight: 700; }
  @media (max-width: 767px) {
    .gQuote {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .gQuote::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100vw;
    background: #FBE039; }
  .gQuote_inner {
    padding-left: 20%;
    padding-right: 30%;
    padding-top: 40px;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .gQuote_inner {
        padding-left: 30px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 20px; } }
  .gQuote_content {
    position: relative;
    font-size: 1.42857rem;
    line-height: 1.75;
    text-transform: uppercase;
    color: #575656; }
    @media (max-width: 767px) {
      .gQuote_content {
        font-size: 1.16667rem;
        line-height: 1.57143; } }
    .gQuote_content svg {
      position: absolute;
      right: calc(100% + 40px);
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      fill: #FBE039; }
      @media (max-width: 767px) {
        .gQuote_content svg {
          position: relative;
          right: auto;
          top: auto;
          -ms-transform: scale(0.7);
          transform: scale(0.7);
          -ms-transform-origin: left center;
          transform-origin: left center;
          display: block;
          margin-bottom: 10px; } }
    .gQuote_content > span {
      box-shadow: inset 0 -0.22em 0 0 #FFF, inset 0 -0.75em 0 0 rgba(251, 224, 57, 0.9); }
  .gQuote_legend {
    font-size: 1.07143rem;
    line-height: 1.26667;
    color: #008191;
    text-transform: uppercase;
    margin-top: 15px; }
    @media (max-width: 767px) {
      .gQuote_legend {
        font-size: 1rem;
        line-height: 1.66667;
        margin-top: 10px; } }

.gRelated {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (max-width: 999px) {
    .gRelated {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .gRelated_item {
    position: relative; }
    @media (max-width: 999px) {
      .gRelated_item {
        margin-bottom: 40px; } }
    .gRelated_item_link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    .gRelated_item_cover {
      background-color: #008191;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-bottom: 25px; }
      .gRelated_item_cover::before {
        content: "";
        display: block;
        padding-top: 60%; }
      @media (max-width: 999px) {
        .gRelated_item_cover {
          margin-bottom: 15px; } }
    .gRelated_item_txt {
      padding-left: 12%;
      padding-right: 12%;
      font-family: "TheMix", Verdana, Arial, sans-serif;
      color: #575656; }
      @media (max-width: 999px) {
        .gRelated_item_txt {
          padding-left: 0;
          padding-right: 35px; } }
    .gRelated_item_title {
      font-size: 1.42857rem;
      line-height: 1.25;
      font-weight: 700;
      margin-bottom: 20px;
      padding-right: 20px; }
      @media (max-width: 999px) {
        .gRelated_item_title {
          font-size: 1.5rem;
          line-height: 1.22222;
          margin-bottom: 15px;
          padding-right: 0; } }
    .gRelated_item_content {
      font-size: 1.07143rem;
      line-height: 1.33333; }
      @media (max-width: 999px) {
        .gRelated_item_content {
          font-size: 1.08333rem;
          line-height: 1.53846; } }
    .gRelated_item_shape {
      position: absolute;
      z-index: -1;
      color: #FBE039;
      transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1); }
      .gRelated_item_shape--1 {
        top: 0;
        left: 45%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        @media (max-width: 999px) {
          .gRelated_item_shape--1 {
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7); } }
      .gRelated_item_shape--2 {
        top: -20px;
        left: 45%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        @media (max-width: 999px) {
          .gRelated_item_shape--2 {
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7); } }
    .gRelated_item:hover .gRelated_item_shape--1 {
      -ms-transform: translateX(-50%) rotate(15deg) scale(1.075);
      transform: translateX(-50%) rotate(15deg) scale(1.075); }
    .gRelated_item:hover .gRelated_item_shape--2 {
      -ms-transform: translateX(-50%) rotate(-15deg) scale(1.075);
      transform: translateX(-50%) rotate(-15deg) scale(1.075); }

.gSeparator {
  overflow: hidden;
  height: 0;
  margin: 80px 0; }

.gSocial {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media (max-width: 999px) {
    .gSocial {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .gSocial_background {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 100vw;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #008191;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 767px) {
      .gSocial_background {
        width: 100%; } }
    .gSocial_background::after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #008191;
      opacity: 0.9; }
  .gSocial_inner {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 0; }
    @media (max-width: 999px) {
      .gSocial_inner {
        padding: 60px 0;
        flex-direction: column; } }
  .gSocial_label {
    text-transform: uppercase;
    color: #FFF;
    font-family: "Miso", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 2.14286rem;
    line-height: 1.33333;
    margin-right: 10px; }
    @media (max-width: 999px) {
      .gSocial_label {
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 1.66667rem;
        line-height: 1.2; } }
  .gSocial_button {
    position: relative;
    display: inline-block;
    background: #FFF;
    color: #575656;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    margin: 5px 10px; }
    @media (max-width: 999px) {
      .gSocial_button {
        width: 40px;
        height: 40px;
        margin: 5px 5px; } }
    .gSocial_button svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media (max-width: 999px) {
        .gSocial_button svg {
          -ms-transform: translate(-50%, -50%) scale(0.6);
          transform: translate(-50%, -50%) scale(0.6); } }

.gTabs {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (max-width: 999px) {
    .gTabs {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .gTabs_nav {
    position: relative;
    padding-right: 90px; }
    @media (max-width: 767px) {
      .gTabs_nav {
        display: none; } }
    .gTabs_nav::after {
      content: "";
      position: absolute;
      z-index: 0;
      left: 0;
      right: 0;
      top: 100%;
      height: 7px;
      background-color: rgba(0, 0, 0, 0.1); }
    .gTabs_nav_item {
      position: relative;
      z-index: 1;
      display: inline-block;
      vertical-align: top;
      font-family: "Miso", Verdana, Arial, sans-serif;
      font-size: 2.14286rem;
      line-height: 1;
      text-transform: uppercase;
      color: #575656;
      font-weight: 700;
      padding: 10px 0; }
      .gTabs_nav_item::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 0;
        right: 0;
        height: 14px;
        background-color: #008191;
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -ms-transform-origin: top center;
        transform-origin: top center;
        transition: transform 0.3s ease; }
      .gTabs_nav_item--current::after {
        -ms-transform: scaleY(1);
        transform: scaleY(1); }
      .gTabs_nav_item + .gTabs_nav_item {
        margin-left: 60px; }
        @media (max-width: 999px) {
          .gTabs_nav_item + .gTabs_nav_item {
            margin-left: 25px; } }
    .gTabs_nav_button {
      position: absolute;
      top: 0;
      right: 20px;
      width: 32px;
      height: 32px;
      border-radius: 32px;
      background-color: #575656;
      color: #FFF; }
      .gTabs_nav_button svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8); }
      .gTabs_nav_button--prev {
        right: 60px; }
  .gTabs_navMobile {
    display: none; }
    @media (max-width: 767px) {
      .gTabs_navMobile {
        display: block; } }
    .gTabs_navMobile .styledSelect {
      border-radius: 0;
      background: #FFF;
      border-color: #575656;
      height: 65px; }
      .gTabs_navMobile .styledSelect select {
        font-family: "Miso", Verdana, Arial, sans-serif;
        text-transform: uppercase;
        color: #575656;
        height: 63px;
        font-size: 1.66667rem;
        line-height: 1; }
  .gTabs_carousel_item {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0; }
    @media (max-width: 767px) {
      .gTabs_carousel_item {
        padding: 20px 0; } }
  .gTabs_carousel_cover {
    float: left;
    margin: 0 20px 20px 0;
    width: 40%; }
    @media (max-width: 767px) {
      .gTabs_carousel_cover {
        width: 100%;
        float: none;
        margin: 0 0 15px 0; } }
  .gTabs_carousel_content {
    font-size: 1rem;
    line-height: 1.42857; }
    @media (max-width: 767px) {
      .gTabs_carousel_content {
        font-size: 1rem;
        line-height: 1.5; } }
    .gTabs_carousel_content ul {
      margin: 1rem 0; }
      .gTabs_carousel_content ul li {
        list-style: disc inside; }
      .gTabs_carousel_content ul a, .gTabs_carousel_content ul a:visited {
        font-weight: 700;
        color: #008191;
        text-decoration: underline; }
        .gTabs_carousel_content ul a:hover, .gTabs_carousel_content ul a:visited:hover {
          text-decoration: none; }
    .gTabs_carousel_content ol {
      margin: 1rem 0; }
      .gTabs_carousel_content ol li {
        list-style: decimal inside; }
      .gTabs_carousel_content ol a, .gTabs_carousel_content ol a:visited {
        font-weight: 700;
        color: #008191;
        text-decoration: underline; }
        .gTabs_carousel_content ol a:hover, .gTabs_carousel_content ol a:visited:hover {
          text-decoration: none; }
    .gTabs_carousel_content::after {
      content: "";
      display: block;
      clear: both; }
  .gTabs_shape {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 60px;
    color: #FBE039; }
  .gTabs_logo {
    position: absolute;
    z-index: -1;
    top: -60px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.7; }
    @media (max-width: 999px) {
      .gTabs_logo {
        display: none; } }

.gTestimonial {
  margin-top: 80px;
  margin-bottom: 80px;
  color: #575656;
  font-family: "TheMix", Verdana, Arial, sans-serif; }
  .gTestimonial_shape {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 45%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FBE039; }
    @media (max-width: 999px) {
      .gTestimonial_shape {
        -ms-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8); } }
    @media (max-width: 767px) {
      .gTestimonial_shape {
        top: 80px;
        left: 0;
        -ms-transform: translateX(-50%) scale(0.6);
        transform: translateX(-50%) scale(0.6);
        -ms-transform-origin: top center;
        transform-origin: top center; } }
  .gTestimonial_cover {
    position: relative;
    background-color: #008191;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .gTestimonial_cover::before {
      content: "";
      display: block;
      padding-top: 140%; }
      @media (max-width: 767px) {
        .gTestimonial_cover::before {
          padding-top: 90%; } }
    .gTestimonial_cover_picto {
      position: absolute;
      top: 0;
      right: 0;
      -ms-transform: translate(50%, -50%) rotate(10deg);
      transform: translate(50%, -50%) rotate(10deg); }
      @media (max-width: 767px) {
        .gTestimonial_cover_picto {
          top: auto;
          right: auto;
          bottom: -60px;
          left: 60px;
          -ms-transform: translate(-50%, -50%) rotate(10deg) scale(0.6);
          transform: translate(-50%, -50%) rotate(10deg) scale(0.6);
          -ms-transform-origin: bottom left;
          transform-origin: bottom left; } }
  .gTestimonial_author {
    margin-top: 40px;
    font-size: 2.14286rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .gTestimonial_author {
        margin-top: 20px;
        font-size: 1.33333rem;
        line-height: 1.25; } }
  .gTestimonial_legend {
    font-size: 1.07143rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .gTestimonial_legend {
        font-size: 1.08333rem;
        line-height: 1.53846; } }
  .gTestimonial_content {
    margin-top: 60px;
    font-size: 1.42857rem;
    line-height: 1.25;
    font-weight: 400; }
    @media (max-width: 767px) {
      .gTestimonial_content {
        margin-top: 15px;
        font-size: 1.08333rem;
        line-height: 1.53846; } }
  .gTestimonial_action {
    margin-top: 30px;
    text-align: center; }
    @media (max-width: 767px) {
      .gTestimonial_action {
        margin-top: 20px;
        text-align: left; } }
    .gTestimonial_action a, .gTestimonial_action a:visited {
      display: inline-block;
      font-size: 1.42857rem;
      line-height: 1;
      font-weight: 700;
      text-transform: uppercase;
      transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.2s linear; }
      @media (max-width: 767px) {
        .gTestimonial_action a, .gTestimonial_action a:visited {
          font-size: 1.16667rem;
          line-height: 1.28571; } }
      .gTestimonial_action a:hover, .gTestimonial_action a:visited:hover {
        text-decoration: none;
        opacity: 0.7;
        padding-left: 30px; }

.gTimeline {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 999px) {
    .gTimeline {
      margin-top: 40px;
      margin-bottom: 40px;
      padding-top: 30px;
      padding-bottom: 30px; } }
  .gTimeline::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 8px;
    margin-left: -4px;
    border-radius: 8px;
    background-color: #F1F1F1; }
    @media (max-width: 999px) {
      .gTimeline::before {
        left: 0;
        margin-left: 0; } }
  .gTimeline_item {
    position: relative;
    z-index: 1;
    display: flex; }
    @media (max-width: 999px) {
      .gTimeline_item {
        display: block; } }
    .gTimeline_item + .gTimeline_item {
      margin-top: 80px; }
      @media (max-width: 999px) {
        .gTimeline_item + .gTimeline_item {
          margin-top: 40px; } }
    .gTimeline_item::before {
      content: "";
      position: absolute;
      z-index: 0;
      top: 0;
      left: 50%;
      margin-left: -15px;
      width: 30px;
      height: 30px;
      border-radius: 30px;
      border: solid 4px #f1f1f1;
      background-color: #ffffff; }
      @media (max-width: 999px) {
        .gTimeline_item::before {
          left: 4px; } }
    .gTimeline_item::after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 8px;
      left: 50%;
      margin-left: -7px;
      width: 14px;
      height: 14px;
      border-radius: 14px;
      background-color: #bcbbbb; }
      @media (max-width: 999px) {
        .gTimeline_item::after {
          left: 4px; } }
    .gTimeline_item_illustration {
      width: 50%;
      padding-right: 110px;
      text-align: right; }
      @media (max-width: 999px) {
        .gTimeline_item_illustration {
          width: 100%;
          max-width: 180px;
          max-height: 180px;
          padding-right: 0;
          padding-left: 40px;
          text-align: left; } }
      .gTimeline_item_illustration img {
        max-width: 66%; }
        @media (max-width: 999px) {
          .gTimeline_item_illustration img {
            max-width: 100%; } }
    .gTimeline_item_content {
      width: 50%;
      padding-left: 100px; }
      @media (max-width: 999px) {
        .gTimeline_item_content {
          width: 100%;
          padding-left: 40px; } }
    .gTimeline_item_date {
      margin-top: 7px;
      margin-left: -60px;
      font-size: 1.07143rem;
      line-height: 1.13333;
      letter-spacing: 1.5px;
      color: #bcbbbb;
      font-family: "TheMix", Verdana, Arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media (max-width: 999px) {
        .gTimeline_item_date {
          margin-left: 0;
          margin-top: 15px;
          margin-bottom: 5px;
          font-size: 1.08333rem;
          line-height: 1.23077; } }
    .gTimeline_item_title {
      font-size: 1.57143rem;
      line-height: 1.36364;
      letter-spacing: 1.5px;
      color: #008191;
      font-family: "TheMix", Verdana, Arial, sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 15px; }
      @media (max-width: 999px) {
        .gTimeline_item_title {
          margin-bottom: 10px;
          font-size: 1.16667rem;
          line-height: 1.42857; } }
      .gTimeline_item_title > span {
        box-shadow: inset 0 -0.22em 0 0 #FFF, inset 0 -0.75em 0 0 rgba(251, 224, 57, 0.9); }
    .gTimeline_item--inverse .gTimeline_item_illustration {
      padding-left: 110px;
      padding-right: 0;
      text-align: left; }
      @media (max-width: 999px) {
        .gTimeline_item--inverse .gTimeline_item_illustration {
          padding-right: 0;
          padding-left: 40px;
          text-align: left; } }
    .gTimeline_item--inverse .gTimeline_item_content {
      order: -1;
      text-align: right;
      padding-left: 0;
      padding-right: 100px; }
      @media (max-width: 999px) {
        .gTimeline_item--inverse .gTimeline_item_content {
          order: 1;
          padding-right: 0;
          padding-left: 40px;
          text-align: left; } }
    .gTimeline_item--inverse .gTimeline_item_date {
      margin-right: -60px;
      margin-left: 0; }
      @media (max-width: 999px) {
        .gTimeline_item--inverse .gTimeline_item_date {
          margin-right: 0; } }

.gVideo {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (max-width: 999px) {
    .gVideo {
      margin-top: 40px;
      margin-bottom: 40px; } }

@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  height: 100%;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0; }
  .plyr video,
  .plyr audio,
  .plyr iframe {
    display: block;
    height: 100%;
    width: 100%; }
  .plyr button {
    font: inherit;
    line-height: inherit;
    width: auto; }
  .plyr:focus {
    outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }
  .plyr--full-ui *,
  .plyr--full-ui *::after,
  .plyr--full-ui *::before {
    box-sizing: inherit; }

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%; }
  .plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 185%;
    padding: 0.2em 0.5em;
    white-space: pre-wrap; }
    .plyr__captions .plyr__caption div {
      display: inline; }
  .plyr__captions span:empty {
    display: none; }
  @media (min-width: 480px) {
    .plyr__captions {
      font-size: 16px;
      padding: 20px; } }
  @media (min-width: 768px) {
    .plyr__captions {
      font-size: 18px; } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -ms-transform: translateY(-40px);
  transform: translateY(-40px); }

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease; }
  .plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px; }
  .plyr__control:focus {
    outline: 0; }
  .plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(251, 224, 57, 0.5);
    outline: 0; }

a.plyr__control {
  text-decoration: none; }
  a.plyr__control::after, a.plyr__control::before {
    display: none; }

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center; }
  .plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0; }
  .plyr__controls .plyr__controls__item {
    margin-left: 2.5px; }
    .plyr__controls .plyr__controls__item:first-child {
      margin-left: 0;
      margin-right: auto; }
    .plyr__controls .plyr__controls__item.plyr__progress__container {
      padding-left: 2.5px; }
    .plyr__controls .plyr__controls__item.plyr__time {
      padding: 0 5px; }
    .plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child,
    .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
      padding-left: 0; }
  .plyr__controls:empty {
    display: none; }

.plyr [data-plyr='captions'],
.plyr [data-plyr='pip'],
.plyr [data-plyr='airplay'],
.plyr [data-plyr='fullscreen'] {
  display: none; }

.plyr--captions-enabled [data-plyr='captions'],
.plyr--pip-supported [data-plyr='pip'],
.plyr--airplay-supported [data-plyr='airplay'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block; }

.plyr__menu {
  display: flex;
  position: relative; }
  .plyr__menu .plyr__control svg {
    transition: transform 0.3s ease; }
  .plyr__menu .plyr__control[aria-expanded='true'] svg {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
    display: none; }
  .plyr__menu__container {
    animation: plyr-popup 0.2s ease;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #4a5764;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3; }
    .plyr__menu__container > div {
      overflow: hidden;
      transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .plyr__menu__container::after {
      border: 4px solid transparent;
      border-top-color: rgba(255, 255, 255, 0.9);
      content: '';
      height: 0;
      position: absolute;
      right: 15px;
      top: 100%;
      width: 0; }
    .plyr__menu__container [role='menu'] {
      padding: 7px; }
    .plyr__menu__container [role='menuitem'],
    .plyr__menu__container [role='menuitemradio'] {
      margin-top: 2px; }
      .plyr__menu__container [role='menuitem']:first-child,
      .plyr__menu__container [role='menuitemradio']:first-child {
        margin-top: 0; }
    .plyr__menu__container .plyr__control {
      align-items: center;
      color: #4a5764;
      display: flex;
      font-size: 14px;
      padding: 4px 11px;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 100%; }
      .plyr__menu__container .plyr__control > span {
        align-items: inherit;
        display: flex;
        width: 100%; }
      .plyr__menu__container .plyr__control::after {
        border: 4px solid transparent;
        content: '';
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .plyr__menu__container .plyr__control--forward {
        padding-right: 28px; }
        .plyr__menu__container .plyr__control--forward::after {
          border-left-color: rgba(74, 87, 100, 0.8);
          right: 5px; }
        .plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
          border-left-color: currentColor; }
      .plyr__menu__container .plyr__control--back {
        font-weight: 500;
        margin: 7px;
        margin-bottom: 3px;
        padding-left: 28px;
        position: relative;
        width: calc(100% - 14px); }
        .plyr__menu__container .plyr__control--back::after {
          border-right-color: rgba(74, 87, 100, 0.8);
          left: 7px; }
        .plyr__menu__container .plyr__control--back::before {
          background: rgba(114, 133, 151, 0.2);
          box-shadow: 0 1px 0 #fff;
          content: '';
          height: 1px;
          left: 0;
          margin-top: 4px;
          overflow: hidden;
          position: absolute;
          right: 0;
          top: 100%; }
        .plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
          border-right-color: currentColor; }
    .plyr__menu__container .plyr__control[role='menuitemradio'] {
      padding-left: 7px; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::before, .plyr__menu__container .plyr__control[role='menuitemradio']::after {
        border-radius: 100%; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::before {
        background: rgba(0, 0, 0, 0.1);
        content: '';
        display: block;
        flex-shrink: 0;
        height: 16px;
        margin-right: 10px;
        transition: all 0.3s ease;
        width: 16px; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::after {
        background: #fff;
        border: 0;
        height: 6px;
        left: 12px;
        opacity: 0;
        top: 50%;
        -ms-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        transition: transform 0.3s ease, opacity 0.3s ease;
        width: 6px; }
      .plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::before {
        background: #FBE039; }
      .plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::after {
        opacity: 1;
        -ms-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1); }
      .plyr__menu__container .plyr__control[role='menuitemradio'].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role='menuitemradio']:hover::before {
        background: rgba(0, 0, 0, 0.1); }
    .plyr__menu__container .plyr__menu__value {
      align-items: center;
      display: flex;
      margin-left: auto;
      margin-right: -5px;
      overflow: hidden;
      padding-left: 25px;
      pointer-events: none; }

.plyr--full-ui input[type='range'] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 26px;
  color: #FBE039;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%; }
  .plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%)); }
  .plyr--full-ui input[type='range']::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
    height: 13px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
    -webkit-appearance: none;
    /* stylelint-disable-line */
    margin-top: -4px; }
  .plyr--full-ui input[type='range']::-moz-range-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -moz-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    user-select: none; }
  .plyr--full-ui input[type='range']::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
    height: 13px;
    position: relative;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px; }
  .plyr--full-ui input[type='range']::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    height: 5px; }
  .plyr--full-ui input[type='range']::-ms-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -ms-user-select: none;
    user-select: none;
    color: transparent; }
  .plyr--full-ui input[type='range']::-ms-fill-upper {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -ms-user-select: none;
    user-select: none; }
  .plyr--full-ui input[type='range']::-ms-fill-lower {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor; }
  .plyr--full-ui input[type='range']::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
    height: 13px;
    position: relative;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
    margin-top: 0; }
  .plyr--full-ui input[type='range']::-ms-tooltip {
    display: none; }
  .plyr--full-ui input[type='range']:focus {
    outline: 0; }
  .plyr--full-ui input[type='range']::-moz-focus-outer {
    border: 0; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 5px rgba(251, 224, 57, 0.5);
    outline: 0; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 5px rgba(251, 224, 57, 0.5);
    outline: 0; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 5px rgba(251, 224, 57, 0.5);
    outline: 0; }

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr__time {
  font-size: 14px; }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px; }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  -ms-transform: translate(-50%, 10px) scale(0.8);
  transform: translate(-50%, 10px) scale(0.8);
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2; }
  .plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2; }

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -ms-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
  .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
    left: 16px; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }
  .plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    -ms-transform: translateX(50%);
    transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1); }

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative; }
  .plyr__progress input[type='range'], .plyr__progress__buffer {
    margin-left: -6.5px;
    margin-right: -6.5px;
    width: calc(100% + 13px); }
  .plyr__progress input[type='range'] {
    position: relative;
    z-index: 2; }
  .plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%; }
  .plyr__progress__buffer::-webkit-progress-bar {
    background: transparent; }
  .plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease; }
  .plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    -moz-transition: width 0.2s ease;
    transition: width 0.2s ease; }
  .plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width 0.2s ease;
    transition: width 0.2s ease; }

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66); }

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%; }
  .plyr__volume input[type='range'] {
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    z-index: 2; }

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto; }

.plyr--audio {
  display: block; }

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px; }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded='true'] {
  background: #FBE039;
  color: #fff; }

.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66); }

.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66); }

.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
  background-color: rgba(193, 201, 209, 0.66); }

.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66); }

.plyr--video {
  background: #000;
  overflow: hidden; }
  .plyr--video.plyr--menu-open {
    overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  width: 100%; }

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%; }

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -ms-transform: translateY(-38.28125%);
  transform: translateY(-38.28125%); }

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3; }
  @media (min-width: 480px) {
    .plyr--video .plyr__controls {
      padding: 35px 10px 10px; } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded='true'] {
  background: #FBE039;
  color: #fff; }

.plyr__control--overlaid {
  background: rgba(251, 224, 57, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }
  .plyr__control--overlaid svg {
    left: 2px;
    position: relative; }
  .plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
    background: #FBE039; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']::-ms-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25); }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-webkit-full-screen video {
    height: 100%; }
  .plyr:-ms-fullscreen video {
    height: 100%; }
  .plyr:fullscreen video {
    height: 100%; }
  .plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
  .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
  .plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
    .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
    .plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none; }
  .plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none; }
  .plyr:fullscreen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
      font-size: 21px; }
    .plyr:-ms-fullscreen .plyr__captions {
      font-size: 21px; }
    .plyr:fullscreen .plyr__captions {
      font-size: 21px; } }

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-webkit-full-screen video {
    height: 100%; }
  .plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
      font-size: 21px; } }

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-moz-full-screen video {
    height: 100%; }
  .plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
      font-size: 21px; } }

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-ms-fullscreen video {
    height: 100%; }
  .plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
      font-size: 21px; } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }
  .plyr--fullscreen-fallback video {
    height: 100%; }
  .plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    position: static; }
  .plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
      font-size: 21px; } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }
  .plyr__ads > div,
  .plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%; }
  .plyr__ads::after {
    background: rgba(35, 41, 47, 0.8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3; }
  .plyr__ads::after:empty {
    display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2; }
  .plyr__preview-thumb--is-shown {
    opacity: 1;
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1); }
  .plyr__preview-thumb::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2; }
  .plyr__preview-thumb__image-container {
    background: #c1c9d1;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 0; }
    .plyr__preview-thumb__image-container img {
      height: 100%;
      left: 0;
      max-height: none;
      max-width: none;
      position: absolute;
      top: 0;
      width: 100%; }
  .plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3; }
    .plyr__preview-thumb__time-container span {
      background-color: rgba(0, 0, 0, 0.55);
      border-radius: 2px;
      color: #fff;
      font-size: 14px;
      padding: 3px 6px; }

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1; }
  .plyr__preview-scrubbing--is-shown {
    opacity: 1; }
  .plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%; }

.plyr--no-transition {
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.plyr [hidden] {
  display: none !important; }

.plyr__control--overlaid {
  width: 140px !important;
  height: 140px !important;
  border-radius: 0;
  background: none !important;
  text-align: center;
  transition: 0.2s opacity linear; }
  @media (max-width: 999px) {
    .plyr__control--overlaid {
      width: 60px !important;
      height: 60px !important; } }
  .plyr__control--overlaid:hover {
    opacity: 0.8; }
  .plyr__control--overlaid svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px; }
    @media (max-width: 999px) {
      .plyr__control--overlaid svg {
        width: 18px !important;
        height: 18px !important; } }
  .plyr__control--overlaid::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 142px;
    height: 142px;
    background-image: url(../images/playerButtonBg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: none;
    background-position: center center; }
    @media (max-width: 999px) {
      .plyr__control--overlaid::before {
        width: 62px !important;
        height: 62px !important; } }

.label {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "TheMix", Verdana, Arial, sans-serif;
  font-size: 1.07143rem;
  line-height: 1.13333;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #FFF;
  background-color: #008191;
  padding: 8px 20px 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  margin-right: 10px; }
  .label--small {
    font-size: 0.78571rem;
    line-height: 1.54545;
    padding: 7px 20px 8px 20px; }

.blobby {
  position: relative; }
  .blobby::before {
    content: "";
    display: block;
    padding-top: 100%; }
  .blobby_svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .blobby_svg image {
      -ms-transform-origin: center center;
      transform-origin: center center; }

.breadcrumbs {
  margin-top: 20px;
  font-family: "TheMix", Verdana, Arial, sans-serif;
  font-size: 0.85714rem;
  line-height: 1.66667;
  color: #575656; }
  .breadcrumbs ul li {
    display: inline-block;
    vertical-align: middle; }
    .breadcrumbs ul li:last-child {
      font-weight: 700;
      color: #008191; }
      .breadcrumbs ul li:last-child::after {
        display: none; }
    .breadcrumbs ul li::after {
      content: ">";
      display: inline-block;
      vertical-align: baseline;
      margin-left: 5px;
      margin-right: 5px; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.styledSelect {
  position: relative;
  height: 50px;
  border: 1px solid #A8ACAD;
  border-radius: 50px;
  width: 100%; }
  .styledSelect::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #333;
    pointer-events: none; }
  .styledSelect select {
    font-family: "TheMix", Verdana, Arial, sans-serif;
    background: transparent;
    border: none;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 0 40px 0 25px;
    height: 48px;
    color: #008191;
    -webkit-appearance: none;
    width: 100%; }

.select2 {
  width: 100% !important; }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  height: 50px;
  border: 0;
  background: none; }
  .select2-container--default .select2-selection--single .select2-selection__rendered,
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 50px;
    border: 1px solid #A8ACAD;
    border-radius: 25px;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    background: #FFF;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 10px 40px 13px 25px;
    color: #008191; }

.select2-container--default .select2-search--inline .select2-search__field {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
  font-family: "Miso", Verdana, Arial, sans-serif;
  font-weight: 700;
  color: #575656; }

.select2-container--default .select2-selection--multiple {
  height: auto;
  min-height: 65px; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: auto;
    min-height: 65px;
    padding: 12px 20px 5px 20px;
    border: solid 1px #575656;
    border-radius: 0;
    background: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    color: #575656;
    width: 30px;
    height: 40px;
    line-height: 32px;
    background: #FFF;
    margin: 0;
    margin-right: -8px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFF; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      opacity: 0.5;
      color: #FFF; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #008191;
    color: #FFF;
    border: 0;
    border-radius: 20px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 4px 10px;
    text-transform: uppercase; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  height: 48px; }

.select2-dropdown {
  top: 10px;
  border-radius: 10px;
  box-shadow: 0px 13.5px 17.5px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  border: 0; }
  .select2-dropdown--above {
    top: auto; }

.select2-results__option {
  padding: 7px 0; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: none;
  color: #808181;
  font-weight: 700; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background: none;
  color: #808181;
  font-weight: 700; }

.select2-container--default .select2-results__options {
  padding: 10px 20px; }
  .select2-container--default .select2-results__options[aria-multiselectable=true] {
    padding: 10px 20px 10px 10px; }
    .select2-container--default .select2-results__options[aria-multiselectable=true] .select2-results__option {
      padding-left: 30px;
      position: relative; }
      .select2-container--default .select2-results__options[aria-multiselectable=true] .select2-results__option::before {
        content: "✓";
        position: absolute;
        width: 20px;
        height: 20px;
        top: 7px;
        left: 0;
        border-radius: 20px;
        background: #008191;
        color: #FFF;
        opacity: 0;
        text-align: center;
        font-size: 14px; }
      .select2-container--default .select2-results__options[aria-multiselectable=true] .select2-results__option--highlighted::before {
        opacity: 0.1; }
      .select2-container--default .select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]::before {
        opacity: 1 !important; }

.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 35px; }
  .frm_style_formidable-style.with_frm_style .form-field .frm_primary_label {
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-size: 1.14286rem;
    line-height: 1.5625;
    padding-bottom: 5px;
    color: #575656; }
  .frm_style_formidable-style.with_frm_style .form-field input[type=text],
  .frm_style_formidable-style.with_frm_style .form-field input[type=password],
  .frm_style_formidable-style.with_frm_style .form-field input[type=email],
  .frm_style_formidable-style.with_frm_style .form-field input[type=number],
  .frm_style_formidable-style.with_frm_style .form-field input[type=url],
  .frm_style_formidable-style.with_frm_style .form-field input[type=tel],
  .frm_style_formidable-style.with_frm_style .form-field input[type=phone],
  .frm_style_formidable-style.with_frm_style .form-field input[type=search],
  .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]),
  .frm_style_formidable-style.with_frm_style .form-field select,
  .frm_style_formidable-style.with_frm_style .form-field textarea,
  .frm_style_formidable-style.with_frm_style .form-field .frm_form_fields_style,
  .frm_style_formidable-style.with_frm_style .form-field .frm_scroll_box .frm_opt_container,
  .frm_style_formidable-style.with_frm_style .form-field .frm_form_fields_active_style,
  .frm_style_formidable-style.with_frm_style .form-field .frm_form_fields_error_style,
  .frm_style_formidable-style.with_frm_style .form-field .frm-card-element.StripeElement,
  .frm_style_formidable-style.with_frm_style .form-field .chosen-container-multi .chosen-choices,
  .frm_style_formidable-style.with_frm_style .form-field .chosen-container-single .chosen-single {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.92857rem;
    line-height: 1.92308;
    box-shadow: none;
    padding: 17px 25px;
    border-radius: 30px;
    transition: border 0.15s linear; }
    .frm_style_formidable-style.with_frm_style .form-field input[type=text]:focus,
    .frm_style_formidable-style.with_frm_style .form-field input[type=password]:focus,
    .frm_style_formidable-style.with_frm_style .form-field input[type=email]:focus,
    .frm_style_formidable-style.with_frm_style .form-field input[type=number]:focus,
    .frm_style_formidable-style.with_frm_style .form-field input[type=url]:focus,
    .frm_style_formidable-style.with_frm_style .form-field input[type=tel]:focus,
    .frm_style_formidable-style.with_frm_style .form-field input[type=phone]:focus,
    .frm_style_formidable-style.with_frm_style .form-field input[type=search]:focus,
    .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus,
    .frm_style_formidable-style.with_frm_style .form-field select:focus,
    .frm_style_formidable-style.with_frm_style .form-field textarea:focus,
    .frm_style_formidable-style.with_frm_style .form-field .frm_form_fields_style:focus,
    .frm_style_formidable-style.with_frm_style .form-field .frm_scroll_box .frm_opt_container:focus,
    .frm_style_formidable-style.with_frm_style .form-field .frm_form_fields_active_style:focus,
    .frm_style_formidable-style.with_frm_style .form-field .frm_form_fields_error_style:focus,
    .frm_style_formidable-style.with_frm_style .form-field .frm-card-element.StripeElement:focus,
    .frm_style_formidable-style.with_frm_style .form-field .chosen-container-multi .chosen-choices:focus,
    .frm_style_formidable-style.with_frm_style .form-field .chosen-container-single .chosen-single:focus {
      border-color: #008191;
      box-shadow: none; }
  .frm_style_formidable-style.with_frm_style .form-field input[type=text],
  .frm_style_formidable-style.with_frm_style .form-field input[type=password],
  .frm_style_formidable-style.with_frm_style .form-field input[type=email],
  .frm_style_formidable-style.with_frm_style .form-field input[type=number],
  .frm_style_formidable-style.with_frm_style .form-field input[type=url],
  .frm_style_formidable-style.with_frm_style .form-field input[type=tel],
  .frm_style_formidable-style.with_frm_style .form-field input[type=file],
  .frm_style_formidable-style.with_frm_style .form-field input[type=search],
  .frm_style_formidable-style.with_frm_style .form-field select,
  .frm_style_formidable-style.with_frm_style .form-field .frm-card-element.StripeElement {
    height: 60px; }
  .frm_style_formidable-style.with_frm_style .form-field textarea {
    resize: none; }
  .frm_style_formidable-style.with_frm_style .form-field .frm_radio label,
  .frm_style_formidable-style.with_frm_style .form-field .frm_checkbox label {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.92857rem;
    line-height: 1.53846;
    color: #9dacaf; }
  .frm_style_formidable-style.with_frm_style .form-field .frm_error {
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-size: 0.92857rem;
    line-height: 1.53846;
    margin-top: 10px;
    padding-left: 25px; }

.frm_style_formidable-style.with_frm_style .frm_submit button {
  border: 0; }
  .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    color: #FFF; }

.ajaxList {
  position: relative;
  min-height: 400px; }
  .ajaxList::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: #FFF;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.15s, opacity 0.15s linear; }
  .ajaxList::after {
    content: "";
    position: absolute;
    z-index: 51;
    top: 20px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    animation: rotate 0.5s linear infinite;
    border-radius: 100%;
    border-top: 2px solid #CED4D6;
    border-bottom: 2px solid transparent;
    border-left: 2px solid #CED4D6;
    border-right: 2px solid transparent;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.15s, opacity 0.15s linear; }
  .ajaxList--loading::before, .ajaxList--loading::after {
    visibility: visible;
    opacity: 1;
    transition: 0s; }

.noResult {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  font-family: "TheMix", Verdana, Arial, sans-serif;
  text-align: center;
  font-size: 1.42857rem;
  line-height: 1.2;
  font-weight: 700; }

.loadMoreButton {
  display: block;
  padding: 15px 35px;
  font-size: 1.07143rem;
  line-height: 1.2;
  min-height: 48px;
  background-color: #e6edef;
  color: rgba(87, 86, 86, 0.5);
  margin: 40px auto; }
  .loadMoreButton::after {
    content: "";
    position: absolute;
    z-index: 51;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    animation: rotate 0.5s linear infinite;
    border-radius: 100%;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid transparent;
    border-left: 2px solid currentColor;
    border-right: 2px solid transparent;
    display: none; }
  .loadMoreButton:hover {
    background-color: #d6e2e5;
    color: #575656; }
  .loadMoreButton--loading {
    background-color: #e6edef;
    color: rgba(87, 86, 86, 0.5); }
    .loadMoreButton--loading span {
      display: none; }
    .loadMoreButton--loading::after {
      display: block; }
    .loadMoreButton--loading:hover {
      background-color: #e6edef;
      color: rgba(87, 86, 86, 0.5); }

.searchForm {
  position: relative;
  box-shadow: 0px 22px 66.5px 0 rgba(4, 21, 37, 0.11);
  background-color: #ffffff; }
  .searchForm_input {
    height: 78px;
    width: 100%;
    padding-left: 60px;
    padding-right: 20px;
    font-size: 1.28571rem;
    line-height: 1.44444;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-weight: 700;
    color: #008191; }
    @media (max-width: 999px) {
      .searchForm_input {
        height: 55px; } }
  .searchForm_submit {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 5px;
    width: 50px;
    height: 50px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bcb6b6; }

.popin {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear; }
  .popin_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .popin_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 800px;
    max-height: 95%;
    max-width: 90%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0;
    background-color: #fff;
    opacity: 0;
    margin-top: 60px;
    overflow: auto;
    transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1); }
  .popin_inner {
    padding: 60px 90px; }
    @media (max-width: 767px) {
      .popin_inner {
        padding: 30px; } }
  .popin_close {
    border: 0;
    background: none;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer; }
  .popin_title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1rem;
    line-height: 1.42857;
    margin-bottom: 20px; }
    .popin_title > span {
      display: inline-block;
      padding-bottom: 4px; }
  .popin--visible {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; }
    .popin--visible .popin_wrap {
      opacity: 1;
      margin-top: 0; }

.page-template-tpl-homepage .main {
  position: relative; }

.page-template-tpl-homepage .pageHeader {
  z-index: 10; }
  .page-template-tpl-homepage .pageHeader .st1 {
    font-weight: 400;
    margin-bottom: 20px; }
  .page-template-tpl-homepage .pageHeader_topRightShape {
    position: absolute;
    z-index: 11;
    top: 50px;
    right: -140px;
    fill: #FBE039 !important;
    mix-blend-mode: multiply;
    pointer-events: none; }
    @media (max-width: 999px) {
      .page-template-tpl-homepage .pageHeader_topRightShape {
        display: none; } }

.page-template-tpl-homepage .ps--homeIntro {
  position: relative; }
  .page-template-tpl-homepage .ps--homeIntro .container {
    position: relative;
    z-index: 1;
    padding-top: 85px;
    padding-bottom: 150px; }
    @media (max-width: 999px) {
      .page-template-tpl-homepage .ps--homeIntro .container {
        padding-top: 30px;
        padding-bottom: 40px; } }
    .page-template-tpl-homepage .ps--homeIntro .container .row--over-1 {
      position: relative;
      z-index: 3; }
    .page-template-tpl-homepage .ps--homeIntro .container .row--over-2 {
      position: relative;
      z-index: 2; }
  .page-template-tpl-homepage .ps--homeIntro .introBackgroundLayout {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 55%;
    height: 100%;
    width: 290px;
    border-left: 1px solid rgba(217, 217, 217, 0.5);
    mix-blend-mode: multiply;
    pointer-events: none; }
    @media (max-width: 999px) {
      .page-template-tpl-homepage .ps--homeIntro .introBackgroundLayout {
        display: none; } }
  .page-template-tpl-homepage .ps--homeIntro .homeIntro_background {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 20%;
    width: 100vw;
    background-color: #f8f8f8;
    background-image: url(../images/grey-noise.jpg);
    background-size: 300px 300px;
    background-repeat: repeat;
    overflow: hidden; }
    @media (max-width: 999px) {
      .page-template-tpl-homepage .ps--homeIntro .homeIntro_background {
        left: 0; } }
    .page-template-tpl-homepage .ps--homeIntro .homeIntro_background svg {
      position: absolute;
      left: -400px;
      top: 60%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 999px) {
        .page-template-tpl-homepage .ps--homeIntro .homeIntro_background svg {
          display: none; } }
  .page-template-tpl-homepage .ps--homeIntro .st2, .page-template-tpl-homepage .ps--homeIntro .gContent > h1, .page-template-tpl-homepage .ps--homeIntro .gContent > h2 {
    margin-bottom: 10px; }
  .page-template-tpl-homepage .ps--homeIntro .homeIntroCarousel_shape {
    position: absolute;
    z-index: 1;
    top: -60%;
    left: -30px;
    color: #FBE039;
    mix-blend-mode: multiply;
    pointer-events: none; }
    @media (max-width: 999px) {
      .page-template-tpl-homepage .ps--homeIntro .homeIntroCarousel_shape {
        display: none; } }
  .page-template-tpl-homepage .ps--homeIntro .homeIntroMobile_shape {
    position: absolute;
    z-index: -1;
    top: -80px;
    left: -80px;
    color: #FBE039;
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -ms-transform-origin: top left;
    transform-origin: top left;
    display: none;
    pointer-events: none; }
    @media (max-width: 999px) {
      .page-template-tpl-homepage .ps--homeIntro .homeIntroMobile_shape {
        display: block; } }

.page-template-tpl-homepage .ps--homeProfiles {
  position: relative;
  padding: 100px 0 100px 0;
  background: #008191;
  color: #FFF; }
  @media (max-width: 999px) {
    .page-template-tpl-homepage .ps--homeProfiles {
      padding: 40px 0; } }
  .page-template-tpl-homepage .ps--homeProfiles .profilesHeader {
    position: relative;
    z-index: 3; }
  .page-template-tpl-homepage .ps--homeProfiles .profilesBg {
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    left: 62vw;
    opacity: 0.1; }
    @media (max-width: 999px) {
      .page-template-tpl-homepage .ps--homeProfiles .profilesBg {
        display: none; } }
  .page-template-tpl-homepage .ps--homeProfiles .container {
    position: relative;
    z-index: 1; }
  .page-template-tpl-homepage .ps--homeProfiles .st2 > span, .page-template-tpl-homepage .ps--homeProfiles .gContent > h1 > span, .page-template-tpl-homepage .ps--homeProfiles .gContent > h2 > span {
    box-shadow: inset 0 -0.4em 0 0 #026571; }
  .page-template-tpl-homepage .ps--homeProfiles .profilesList {
    list-style: none;
    padding: 0;
    margin: 80px 0 0 -20px; }
    @media (max-width: 999px) {
      .page-template-tpl-homepage .ps--homeProfiles .profilesList {
        margin: 30px 0 0 0;
        text-align: center; } }
    .page-template-tpl-homepage .ps--homeProfiles .profilesList .profileItem {
      position: relative;
      display: inline-block;
      margin-right: 30px; }
      @media (max-width: 1124px) {
        .page-template-tpl-homepage .ps--homeProfiles .profilesList .profileItem {
          margin-right: 20px; } }
      @media (max-width: 999px) {
        .page-template-tpl-homepage .ps--homeProfiles .profilesList .profileItem {
          display: block;
          margin-right: 0; } }
      .page-template-tpl-homepage .ps--homeProfiles .profilesList .profileItem:last-child {
        margin-right: 0; }
      .page-template-tpl-homepage .ps--homeProfiles .profilesList .profileItem_link {
        position: relative;
        z-index: 1;
        display: block;
        color: #FFF;
        font-size: 2.85714rem;
        line-height: 1;
        font-family: "TheMix", Verdana, Arial, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        -moz-text-stroke-width: 1.5px;
        -webkit-text-stroke-width: 1.5px;
        transition: all 0.15s linear;
        padding: 20px;
        text-decoration: none !important; }
        .page-template-tpl-homepage .ps--homeProfiles .profilesList .profileItem_link:hover {
          text-decoration: none;
          -moz-text-fill-color: #FFF;
          -webkit-text-fill-color: #FFF; }
      .page-template-tpl-homepage .ps--homeProfiles .profilesList .profileItem_cover {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform-origin: center center;
        transform-origin: center center;
        z-index: 0;
        opacity: 0;
        pointer-events: none;
        transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1); }
        @media (max-width: 999px) {
          .page-template-tpl-homepage .ps--homeProfiles .profilesList .profileItem_cover {
            display: none; } }
        .page-template-tpl-homepage .ps--homeProfiles .profilesList .profileItem_cover svg {
          position: absolute;
          -ms-transform: scale(0.1);
          transform: scale(0.1);
          -ms-transform-origin: center center;
          transform-origin: center center;
          transition: transform 0.25s cubic-bezier(0.4, 1.5, 0.65, 1); }
      .page-template-tpl-homepage .ps--homeProfiles .profilesList .profileItem:hover .profileItem_cover {
        opacity: 1; }
        .page-template-tpl-homepage .ps--homeProfiles .profilesList .profileItem:hover .profileItem_cover svg {
          -ms-transform: scale(1);
          transform: scale(1); }

.page-template-tpl-homepage .ps--homeProjects .container {
  position: relative;
  z-index: 2;
  padding: 120px 0 100px 0; }
  @media (max-width: 999px) {
    .page-template-tpl-homepage .ps--homeProjects .container {
      padding: 40px 30px 40px 30px; } }
  .page-template-tpl-homepage .ps--homeProjects .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8.33333%;
    right: 4.16667%;
    bottom: 0;
    z-index: -1;
    background-color: #f8f8f8;
    background-image: url(../images/grey-noise.jpg);
    background-size: 300px 300px;
    background-repeat: repeat; }
    @media (max-width: 999px) {
      .page-template-tpl-homepage .ps--homeProjects .container::before {
        left: 0;
        right: 0; } }

.page-template-tpl-homepage .ps--homeProjects .homeProjects_intro {
  margin-bottom: 40px; }
  @media (max-width: 999px) {
    .page-template-tpl-homepage .ps--homeProjects .homeProjects_intro {
      margin-bottom: 20px; } }

.page-template-tpl-homepage .ps--homeProjects .st2, .page-template-tpl-homepage .ps--homeProjects .gContent > h1, .page-template-tpl-homepage .ps--homeProjects .gContent > h2 {
  margin-bottom: 0;
  text-align: right; }
  @media (max-width: 999px) {
    .page-template-tpl-homepage .ps--homeProjects .st2, .page-template-tpl-homepage .ps--homeProjects .gContent > h1, .page-template-tpl-homepage .ps--homeProjects .gContent > h2 {
      text-align: left; } }

.page-template-tpl-homepage .ps--homeProjects .projectsAll {
  position: absolute;
  top: calc(100% + 10px);
  right: 0; }
  .page-template-tpl-homepage .ps--homeProjects .projectsAll .buttonBorder, .page-template-tpl-homepage .ps--homeProjects .projectsAll .footer_menu > ul > li > a {
    padding: 2px 5px;
    text-transform: none;
    color: #575656; }
  @media (max-width: 999px) {
    .page-template-tpl-homepage .ps--homeProjects .projectsAll {
      display: none; } }

.page-template-tpl-homepage .ps--homeProjects .projectsAllMobile {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none; }
  .page-template-tpl-homepage .ps--homeProjects .projectsAllMobile .buttonBorder, .page-template-tpl-homepage .ps--homeProjects .projectsAllMobile .footer_menu > ul > li > a {
    padding: 2px 5px;
    text-transform: none; }
  @media (max-width: 999px) {
    .page-template-tpl-homepage .ps--homeProjects .projectsAllMobile {
      display: block; } }

.page-template-tpl-homepage .ps--homeProjects .projectCard {
  color: #575656; }
  .page-template-tpl-homepage .ps--homeProjects .projectCard_cover_picto {
    position: absolute;
    z-index: 2;
    top: 60px;
    right: -40px;
    max-width: 130px;
    max-height: 130px; }
    @media (max-width: 999px) {
      .page-template-tpl-homepage .ps--homeProjects .projectCard_cover_picto {
        top: 40px;
        right: -10px;
        max-width: 90px;
        max-height: 90px; } }
  .page-template-tpl-homepage .ps--homeProjects .projectCard_content {
    padding: 10px 25% 10px 10%; }
    @media (max-width: 999px) {
      .page-template-tpl-homepage .ps--homeProjects .projectCard_content {
        padding: 0;
        padding-right: 20%;
        margin-bottom: 20px; } }
  .page-template-tpl-homepage .ps--homeProjects .projectCard_title {
    font-size: 1.42857rem;
    line-height: 1.25;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 20px; }
    @media (max-width: 999px) {
      .page-template-tpl-homepage .ps--homeProjects .projectCard_title {
        margin-bottom: 10px; } }
  .page-template-tpl-homepage .ps--homeProjects .projectCard_author {
    text-transform: uppercase;
    font-size: 1.07143rem;
    line-height: 1.33333;
    font-family: "TheMix", Verdana, Arial, sans-serif; }

.page-template-tpl-homepage .ps--homeAgenda {
  position: relative; }
  .page-template-tpl-homepage .ps--homeAgenda .container {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px; }
    @media (max-width: 999px) {
      .page-template-tpl-homepage .ps--homeAgenda .container {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .page-template-tpl-homepage .ps--homeAgenda .container::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 85.5%;
      width: 100vw;
      z-index: 0;
      background: #008191; }
      @media (max-width: 999px) {
        .page-template-tpl-homepage .ps--homeAgenda .container::before {
          display: none; } }
    .page-template-tpl-homepage .ps--homeAgenda .container .agendaLabel {
      position: absolute;
      top: 120px;
      right: 85.1%;
      z-index: 1;
      color: #FFF;
      font-size: 120px;
      line-height: 60px;
      font-family: "Miso", Verdana, Arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      text-align: right;
      -ms-transform-origin: bottom right;
      transform-origin: bottom right;
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
      @media (max-width: 999px) {
        .page-template-tpl-homepage .ps--homeAgenda .container .agendaLabel {
          display: none; } }
  .page-template-tpl-homepage .ps--homeAgenda .agendaIcon {
    position: absolute;
    top: -55px;
    right: -70px;
    z-index: 1; }
    @media (max-width: 999px) {
      .page-template-tpl-homepage .ps--homeAgenda .agendaIcon {
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -ms-transform-origin: bottom left;
        transform-origin: bottom left; } }
  .page-template-tpl-homepage .ps--homeAgenda .agendaAll {
    text-align: right; }
    .page-template-tpl-homepage .ps--homeAgenda .agendaAll .buttonBorder, .page-template-tpl-homepage .ps--homeAgenda .agendaAll .footer_menu > ul > li > a {
      padding: 2px 5px;
      text-transform: none;
      color: #575656; }
    @media (max-width: 999px) {
      .page-template-tpl-homepage .ps--homeAgenda .agendaAll {
        position: absolute;
        text-align: center;
        bottom: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .page-template-tpl-homepage .ps--homeAgenda .agendaShape {
    position: absolute;
    z-index: 11;
    bottom: -50px;
    left: calc(100% - 8vw);
    fill: #FBE039 !important;
    mix-blend-mode: multiply;
    pointer-events: none; }
    @media (max-width: 999px) {
      .page-template-tpl-homepage .ps--homeAgenda .agendaShape {
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        left: calc(100% - 60px);
        bottom: -150px;
        mix-blend-mode: normal; } }
  .page-template-tpl-homepage .ps--homeAgenda .eventCard {
    margin-top: 40px;
    position: relative;
    padding-top: 77%;
    background-color: #FBE039;
    overflow: hidden; }
    .page-template-tpl-homepage .ps--homeAgenda .eventCard_cover {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 0;
      transition: transform 0.8s cubic-bezier(0.8, 0, 0.2, 1); }
      .page-template-tpl-homepage .ps--homeAgenda .eventCard_cover::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background-image: linear-gradient(to top, #161616, #050505);
        opacity: 0.15; }
    .page-template-tpl-homepage .ps--homeAgenda .eventCard_link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5; }
    .page-template-tpl-homepage .ps--homeAgenda .eventCard_content {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      color: #FFF;
      padding: 0 25% 30px 25%;
      text-align: center;
      display: flex;
      flex-direction: column; }
      @media (max-width: 999px) {
        .page-template-tpl-homepage .ps--homeAgenda .eventCard_content {
          padding: 0 30px 30px 30px; } }
    .page-template-tpl-homepage .ps--homeAgenda .eventCard_surtitle {
      font-size: 1.07143rem;
      line-height: 1.33333;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 700;
      margin-bottom: 30px; }
      @media (max-width: 999px) {
        .page-template-tpl-homepage .ps--homeAgenda .eventCard_surtitle {
          order: 1;
          margin-top: 15px;
          margin-bottom: 0;
          font-size: 1.08333rem;
          line-height: 1.30769; } }
    .page-template-tpl-homepage .ps--homeAgenda .eventCard_title {
      font-size: 2.28571rem;
      line-height: 1.0625;
      font-family: "TheMix", Verdana, Arial, sans-serif;
      font-weight: 700;
      letter-spacing: -1.25px;
      text-shadow: 0 0 34px rgba(26, 26, 26, 0.15);
      margin-bottom: 30px; }
      @media (max-width: 999px) {
        .page-template-tpl-homepage .ps--homeAgenda .eventCard_title {
          margin-bottom: 0;
          margin-top: 15px;
          text-align: center;
          color: #575656;
          font-size: 1.83333rem;
          line-height: 1.09091; } }
    .page-template-tpl-homepage .ps--homeAgenda .eventCard_date {
      color: #FBE039;
      font-weight: 700;
      font-size: 1.07143rem;
      line-height: 1.13333;
      letter-spacing: -0.59px;
      text-transform: lowercase; }
      .page-template-tpl-homepage .ps--homeAgenda .eventCard_date span {
        display: block;
        font-size: 2.28571rem;
        line-height: 1;
        letter-spacing: -1.27px; }
      @media (max-width: 999px) {
        .page-template-tpl-homepage .ps--homeAgenda .eventCard_date {
          order: -1; } }
    .page-template-tpl-homepage .ps--homeAgenda .eventCard:hover .eventCard_cover {
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .page-template-tpl-homepage .ps--homeAgenda .eventsCategories {
    margin: 30px 0 0 0;
    padding: 0; }
    @media (max-width: 999px) {
      .page-template-tpl-homepage .ps--homeAgenda .eventsCategories {
        margin-top: 20px;
        margin-bottom: 40px; } }
    .page-template-tpl-homepage .ps--homeAgenda .eventsCategories li {
      max-width: 80%; }
      @media (max-width: 999px) {
        .page-template-tpl-homepage .ps--homeAgenda .eventsCategories li {
          max-width: none;
          width: 100%; } }
      .page-template-tpl-homepage .ps--homeAgenda .eventsCategories li a {
        position: relative;
        display: block;
        text-transform: uppercase;
        font-size: 1.57143rem;
        line-height: 1.18182;
        color: #575656;
        font-family: "TheMix", Verdana, Arial, sans-serif;
        font-weight: 300;
        padding: 10px 12px 10px 0; }
        @media (max-width: 999px) {
          .page-template-tpl-homepage .ps--homeAgenda .eventsCategories li a {
            font-size: 1.33333rem;
            line-height: 1.25;
            text-align: center; } }
        .page-template-tpl-homepage .ps--homeAgenda .eventsCategories li a > span {
          box-shadow: inset 0 -0.15em 0 0 #FFF, inset 0 -0.65em 0 0 rgba(251, 224, 57, 0.9);
          transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1); }
        .page-template-tpl-homepage .ps--homeAgenda .eventsCategories li a:hover > span {
          box-shadow: inset 0 -0.15em 0 0 #FFF, inset 0 -1.4em 0 0 rgba(251, 224, 57, 0.9); }
        .page-template-tpl-homepage .ps--homeAgenda .eventsCategories li a svg {
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -7px; }
          @media (max-width: 999px) {
            .page-template-tpl-homepage .ps--homeAgenda .eventsCategories li a svg {
              position: relative;
              right: auto;
              top: auto;
              margin-top: 0;
              display: inline-block;
              vertical-align: middle;
              margin-left: 10px; } }
        .page-template-tpl-homepage .ps--homeAgenda .eventsCategories li a:hover {
          text-decoration: none; }

.page-template-tpl-homepage .ps--homeMag {
  padding: 100px 0 0 0; }
  @media (max-width: 999px) {
    .page-template-tpl-homepage .ps--homeMag {
      padding-top: 40px;
      background-color: #f8f8f8;
      background-image: url(../images/grey-noise.jpg);
      background-size: 300px 300px;
      background-repeat: repeat; } }
  .page-template-tpl-homepage .ps--homeMag .magContainer {
    position: relative;
    background-color: #f8f8f8;
    background-image: url(../images/grey-noise.jpg);
    background-size: 300px 300px;
    background-repeat: repeat;
    padding-bottom: 140px; }
    @media (max-width: 999px) {
      .page-template-tpl-homepage .ps--homeMag .magContainer {
        padding-bottom: 80px; } }
    .page-template-tpl-homepage .ps--homeMag .magContainer_icon {
      position: absolute;
      top: -60px;
      right: -70px;
      z-index: 1; }
      @media (max-width: 999px) {
        .page-template-tpl-homepage .ps--homeMag .magContainer_icon {
          display: none; } }
    .page-template-tpl-homepage .ps--homeMag .magContainer_cover {
      position: absolute;
      top: 0;
      left: -6%;
      z-index: 0;
      width: 50%;
      max-height: calc(100% - 50px);
      overflow: hidden;
      background-color: #008191;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-filter: grayscale(45%);
      filter: grayscale(45%); }
      @media (max-width: 999px) {
        .page-template-tpl-homepage .ps--homeMag .magContainer_cover {
          display: none; } }
      .page-template-tpl-homepage .ps--homeMag .magContainer_cover::before {
        content: '';
        display: block;
        padding-top: 110%; }
    .page-template-tpl-homepage .ps--homeMag .magContainer .row {
      position: relative;
      z-index: 1; }
    .page-template-tpl-homepage .ps--homeMag .magContainer .st2, .page-template-tpl-homepage .ps--homeMag .magContainer .gContent > h1, .page-template-tpl-homepage .ps--homeMag .magContainer .gContent > h2 {
      padding: 20px 30px;
      margin-top: -20px;
      margin-bottom: 50px;
      max-width: 550px;
      width: 80%;
      background: #FFF; }
      @media (max-width: 999px) {
        .page-template-tpl-homepage .ps--homeMag .magContainer .st2, .page-template-tpl-homepage .ps--homeMag .magContainer .gContent > h1, .page-template-tpl-homepage .ps--homeMag .magContainer .gContent > h2 {
          background: none;
          padding: 0;
          margin: 0 0 20px 0;
          width: 100%; } }
  .page-template-tpl-homepage .ps--homeMag .magItem {
    position: relative;
    padding: 40px 30px 30px 30px;
    background: #FFF; }
    .page-template-tpl-homepage .ps--homeMag .magItem_linkOverlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10; }
    .page-template-tpl-homepage .ps--homeMag .magItem_button {
      position: absolute;
      z-index: 2;
      top: 30px;
      right: 30px;
      width: 47px;
      height: 44px;
      color: #575656;
      -ms-transform-origin: center center;
      transform-origin: center center; }
      @media (max-width: 999px) {
        .page-template-tpl-homepage .ps--homeMag .magItem_button {
          top: auto;
          bottom: 30px;
          -ms-transform: scale(0.7);
          transform: scale(0.7);
          -ms-transform-origin: bottom center;
          transform-origin: bottom center; } }
      .page-template-tpl-homepage .ps--homeMag .magItem_button svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -ms-transform-origin: center center;
        transform-origin: center center;
        transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1); }
        .page-template-tpl-homepage .ps--homeMag .magItem_button svg.icon-plus {
          z-index: 1; }
    .page-template-tpl-homepage .ps--homeMag .magItem_title {
      width: calc(100% - 100px);
      max-width: 550px;
      font-size: 1.57143rem;
      line-height: 1.18182;
      font-family: "TheMix", Verdana, Arial, sans-serif;
      font-weight: 700;
      color: #575656;
      margin-bottom: 15px; }
      @media (max-width: 999px) {
        .page-template-tpl-homepage .ps--homeMag .magItem_title {
          width: 100%;
          max-width: none;
          font-size: 1.33333rem;
          line-height: 1.25;
          margin-bottom: 10px; } }
    .page-template-tpl-homepage .ps--homeMag .magItem_content {
      width: calc(100% - 100px);
      max-width: 550px;
      font-size: 0.85714rem;
      line-height: 1.66667;
      margin-bottom: 20px; }
      @media (max-width: 999px) {
        .page-template-tpl-homepage .ps--homeMag .magItem_content {
          width: 100%;
          max-width: none;
          margin-bottom: 15px; } }
    .page-template-tpl-homepage .ps--homeMag .magItem_footer {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 999px) {
        .page-template-tpl-homepage .ps--homeMag .magItem_footer {
          flex-direction: column;
          justify-content: flex-start;
          padding-right: 60px; } }
    .page-template-tpl-homepage .ps--homeMag .magItem_tags {
      position: relative;
      z-index: 11; }
      .page-template-tpl-homepage .ps--homeMag .magItem_tags span {
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        color: #008191;
        font-family: "TheMix", Verdana, Arial, sans-serif;
        font-weight: 700;
        font-size: 0.85714rem;
        line-height: 1.33333; }
        .page-template-tpl-homepage .ps--homeMag .magItem_tags span + span {
          margin-left: 10px; }
          @media (max-width: 767px) {
            .page-template-tpl-homepage .ps--homeMag .magItem_tags span + span {
              margin-left: 0;
              margin-top: 2px; } }
        @media (max-width: 767px) {
          .page-template-tpl-homepage .ps--homeMag .magItem_tags span {
            display: block; } }
    .page-template-tpl-homepage .ps--homeMag .magItem_date {
      font-size: 0.71429rem;
      line-height: 1.6;
      color: #575656;
      font-family: "TheMix", Verdana, Arial, sans-serif; }
    .page-template-tpl-homepage .ps--homeMag .magItem:hover .magItem_button svg {
      -ms-transform: scale(1.1) translate(-50%, -50%) rotate(90deg);
      transform: scale(1.1) translate(-50%, -50%) rotate(90deg); }

.page-template-tpl-homepage .backgroundLayout {
  position: absolute;
  top: 0;
  left: 55%;
  height: 100%;
  width: 290px;
  border-left: 1px solid rgba(217, 217, 217, 0.5);
  mix-blend-mode: multiply; }
  @media (max-width: 999px) {
    .page-template-tpl-homepage .backgroundLayout {
      display: none; } }
  .page-template-tpl-homepage .backgroundLayout::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30vh;
    background-color: #f8f8f8;
    background-image: url(../images/grey-noise.jpg);
    background-size: 300px 300px;
    background-repeat: repeat;
    border-right: 1px solid rgba(217, 217, 217, 0.5); }

.page-template-default .pageHeader {
  margin-bottom: 90px; }
  @media (max-width: 999px) {
    .page-template-default .pageHeader {
      margin-bottom: 40px; } }

.gContent {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }
  .gContent > h1, .gContent > h2 {
    position: relative;
    margin-bottom: 50px; }
    .gContent > h1::before, .gContent > h2::before {
      content: "";
      position: absolute;
      z-index: -1;
      width: 50vw;
      height: 0.5em;
      background-color: rgba(251, 224, 57, 0.9);
      bottom: 2px;
      right: 112%; }
    @media (max-width: 767px) {
      .gContent > h1, .gContent > h2 {
        margin-bottom: 30px; } }
    .gContent > h1 + .wp-block-table, .gContent > h2 + .wp-block-table {
      margin-top: -10px; }
    .gContent > h1 > span, .gContent > h2 > span {
      box-shadow: inset 0 -0.5em 0 0 rgba(251, 224, 57, 0.9); }
  .gContent > h3 {
    margin-left: 90px;
    margin-bottom: 30px;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .gContent > h3 {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 10px; } }
    .gContent > h3 > span {
      box-shadow: inset 0 -0.22em 0 0 #FFF, inset 0 -0.75em 0 0 rgba(251, 224, 57, 0.9); }
  .gContent > h4 {
    margin-left: 90px;
    margin-top: 30px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .gContent > h4 {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 10px; } }
    .gContent > h4 > span {
      box-shadow: inset 0 -0.22em 0 0 #FFF, inset 0 -0.75em 0 0 rgba(251, 224, 57, 0.9); }
  .gContent > p a, .gContent > p a:visited {
    font-weight: 700;
    color: #008191;
    text-decoration: underline; }
    .gContent > p a:hover, .gContent > p a:visited:hover {
      text-decoration: none; }
  .gContent > p + p {
    margin-top: 1rem; }
  .gContent > ul {
    margin: 2rem 0; }
    .gContent > ul li {
      list-style: disc inside; }
    .gContent > ul a, .gContent > ul a:visited {
      font-weight: 700;
      color: #008191;
      text-decoration: underline; }
      .gContent > ul a:hover, .gContent > ul a:visited:hover {
        text-decoration: none; }
  .gContent > ol {
    margin: 2rem 0; }
    .gContent > ol li {
      list-style: decimal inside; }
    .gContent > ol a, .gContent > ol a:visited {
      font-weight: 700;
      color: #008191;
      text-decoration: underline; }
      .gContent > ol a:hover, .gContent > ol a:visited:hover {
        text-decoration: none; }
  .gContent > p + h1,
  .gContent > ul + h1,
  .gContent > ol + h1 {
    margin-top: 80px; }
  .gContent > p + h2,
  .gContent > ul + h2,
  .gContent > ol + h2 {
    margin-top: 80px; }
  .gContent .wp-block-table {
    margin: 40px 0 80px; }
    @media (max-width: 999px) {
      .gContent .wp-block-table {
        display: block;
        width: 100%;
        overflow: -moz-scrollbars-horizontal;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        padding: 0 30px;
        margin-bottom: 40px; } }
    .gContent .wp-block-table table {
      width: calc(100% + 50px);
      margin-left: -25px;
      text-align: center;
      border-collapse: collapse;
      font-size: 1rem;
      line-height: 1.57143;
      color: #575656;
      letter-spacing: 0.1em; }
      @media (max-width: 999px) {
        .gContent .wp-block-table table {
          width: auto;
          min-width: 100%; } }
      .gContent .wp-block-table table thead th {
        font-family: "TheMix", Verdana, Arial, sans-serif;
        font-weight: 700;
        text-align: left;
        padding: 15px 15px 15px 25px;
        font-size: 1.14286rem;
        line-height: 1.375; }
      .gContent .wp-block-table table tbody tr:hover td {
        background-color: #FBE039; }
      .gContent .wp-block-table table tbody tr td {
        padding: 15px 15px 15px 25px;
        text-align: left;
        transition: background-color 0.15s linear; }
        .gContent .wp-block-table table tbody tr td:first-child {
          border-radius: 40px 0 0 40px; }
        .gContent .wp-block-table table tbody tr td:last-child {
          border-radius: 0 40px 40px 0; }
      .gContent .wp-block-table table tbody tr td:first-child {
        font-size: 1.14286rem;
        line-height: 1.375; }
        .gContent .wp-block-table table tbody tr td:first-child strong {
          font-family: "TheMix", Verdana, Arial, sans-serif;
          font-weight: 700; }

.page-template-tpl-projects .projectsFilters {
  position: relative;
  text-align: center; }
  .page-template-tpl-projects .projectsFilters h3 {
    text-transform: uppercase;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-size: 1.07143rem;
    line-height: 1.33333;
    margin-bottom: 10px;
    color: #575656;
    font-weight: 700; }
  @media (max-width: 999px) {
    .page-template-tpl-projects .projectsFilters ul {
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      overflow: auto;
      margin-left: -30px;
      margin-right: -30px;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 5px;
      padding-bottom: 5px; } }
  .page-template-tpl-projects .projectsFilters ul li {
    display: inline-block;
    margin: 4px 2px; }
  .page-template-tpl-projects .projectsFilters_toggle {
    border-top: 1px solid #008191;
    border-bottom: 1px solid #008191;
    padding: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    margin: 30px auto;
    text-transform: uppercase;
    font-size: 1.07143rem;
    line-height: 1.13333;
    letter-spacing: 0.03em;
    color: #008191;
    font-weight: 700;
    font-family: "TheMix", Verdana, Arial, sans-serif; }
    @media (max-width: 767px) {
      .page-template-tpl-projects .projectsFilters_toggle {
        border: 0;
        margin: 10px auto; } }
    .page-template-tpl-projects .projectsFilters_toggle > div:first-child {
      padding: 0 10px;
      text-align: right; }
    .page-template-tpl-projects .projectsFilters_toggle > div:last-child {
      padding: 0 10px;
      text-align: left;
      opacity: 0.5; }
    .page-template-tpl-projects .projectsFilters_toggle_button {
      position: relative;
      width: 86px;
      height: 42px;
      border-radius: 42px;
      background: #008191;
      box-shadow: 0px 6.5px 8px 0 rgba(0, 0, 0, 0.07);
      padding: 0;
      border: 0;
      outline: none;
      transition: background 0.2s linear; }
      @media (max-width: 767px) {
        .page-template-tpl-projects .projectsFilters_toggle_button {
          width: 40px;
          height: 20px; } }
      .page-template-tpl-projects .projectsFilters_toggle_button::before {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        width: 34px;
        height: 34px;
        border-radius: 100%;
        background-image: linear-gradient(to top, #e8eff1, #ffffff);
        transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1); }
        @media (max-width: 767px) {
          .page-template-tpl-projects .projectsFilters_toggle_button::before {
            top: 2px;
            left: 2px;
            width: 16px;
            height: 16px; } }
      .page-template-tpl-projects .projectsFilters_toggle_button--disabled {
        background: rgba(0, 129, 145, 0.5); }
        .page-template-tpl-projects .projectsFilters_toggle_button--disabled::before {
          -ms-transform: translateX(44px);
          transform: translateX(44px); }
          @media (max-width: 767px) {
            .page-template-tpl-projects .projectsFilters_toggle_button--disabled::before {
              -ms-transform: translateX(20px);
              transform: translateX(20px); } }

.page-template-tpl-projects .projectsFiltersMobile_cat {
  position: relative;
  max-width: 500px;
  margin: 10px auto 30px auto; }
  .page-template-tpl-projects .projectsFiltersMobile_cat > svg {
    position: absolute;
    top: 27px;
    right: 20px;
    z-index: -1;
    color: #575656; }

.projectCard {
  position: relative;
  margin: 0 20px; }
  @media (max-width: 999px) {
    .projectCard {
      margin: 0; } }
  .projectCard--highlighted::before {
    content: "";
    position: absolute;
    top: 50px;
    left: -40px;
    right: 0;
    bottom: -20px;
    z-index: -1;
    background: #E4EEEF;
    box-shadow: 0px 6.5px 34px 0 rgba(0, 0, 0, 0.07); }
  .projectCard_cover {
    position: relative;
    margin-bottom: 5px;
    margin-right: 20px; }
    @media (max-width: 999px) {
      .projectCard_cover {
        margin: auto;
        max-width: 320px; } }
  .projectCard_highlight {
    position: absolute;
    z-index: 9;
    top: 30px;
    left: 2%; }
  .projectCard_linkOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
  .projectCard_linkLabel {
    position: absolute;
    bottom: 60px;
    left: 90px;
    text-transform: uppercase;
    color: #FFF;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.28571rem;
    line-height: 1.22222;
    letter-spacing: 0.1em; }
    .projectCard_linkLabel span {
      position: relative;
      z-index: 1; }
    .projectCard_linkLabel::before {
      content: "";
      position: absolute;
      z-index: 0;
      bottom: -2px;
      left: -4px;
      right: -4px;
      height: calc(100% + 4px);
      background: rgba(0, 129, 145, 0.9);
      -ms-transform: scaleY(0.5);
      transform: scaleY(0.5);
      -ms-transform-origin: bottom center;
      transform-origin: bottom center;
      transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .projectCard_infos {
    padding-left: 50px;
    padding-right: 10px;
    padding-bottom: 40px; }
    @media (max-width: 999px) {
      .projectCard_infos {
        padding: 10px 10px 20px 40px; } }
  .projectCard_title {
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.42857rem;
    line-height: 1.25;
    color: #575656;
    margin-bottom: 10px; }
    @media (max-width: 999px) {
      .projectCard_title {
        margin-bottom: 5px; } }
  .projectCard_categories {
    position: relative;
    z-index: 11;
    margin-bottom: 15px; }
    @media (max-width: 999px) {
      .projectCard_categories {
        margin-bottom: 5px; } }
    .projectCard_categories li {
      display: inline-block;
      vertical-align: middle;
      font-family: "TheMix", Verdana, Arial, sans-serif;
      font-weight: 700;
      font-size: 0.85714rem;
      line-height: 1.41667;
      color: #008191;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-right: 5px; }
  .projectCard:hover .projectCard_linkLabel::before {
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

.single.single-project .pageHeader {
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .single.single-project .pageHeader {
      margin-bottom: 40px; } }

@media (max-width: 767px) {
  .single.single-project .pageHeader_shape {
    right: -50px;
    bottom: -50px;
    -ms-transform: scale(0.6) translate(50%);
    transform: scale(0.6) translate(50%);
    -ms-transform-origin: center right;
    transform-origin: center right; } }

.single.single-project .pageHeader_content {
  padding-left: 25px;
  padding-right: 60px; }
  @media (max-width: 767px) {
    .single.single-project .pageHeader_content {
      padding-left: 0;
      padding-right: 0; } }

.single.single-project .pageHeader_title {
  -ms-transform: translateX(-85px);
  transform: translateX(-85px); }
  @media (max-width: 767px) {
    .single.single-project .pageHeader_title {
      -ms-transform: none;
      transform: none; } }

.single.single-project .pageHeader_intro {
  font-size: 1.78571rem;
  line-height: 1.12;
  text-transform: uppercase;
  color: #575656;
  letter-spacing: 2.5px;
  font-family: "TheMix", Verdana, Arial, sans-serif;
  font-weight: 700;
  margin-top: 25px; }
  @media (max-width: 767px) {
    .single.single-project .pageHeader_intro {
      margin-top: 10px;
      text-align: left;
      font-size: 1.25rem;
      line-height: 1.13333; } }
  .single.single-project .pageHeader_intro > p {
    display: inline;
    vertical-align: middle;
    box-shadow: inset 0 -0.25em 0 0 #FFF, inset 0 -0.75em 0 0 rgba(251, 224, 57, 0.9); }

.single.single-project .projectShare {
  position: absolute;
  bottom: 20px;
  right: 20px; }
  .single.single-project .projectShare span, .single.single-project .projectShare button {
    display: inline-block;
    vertical-align: middle; }
  .single.single-project .projectShare span {
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 0.85714rem;
    line-height: 1.58333;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFF; }
  .single.single-project .projectShare button {
    position: relative;
    padding: 0;
    border: 0;
    background: #ffffff;
    color: #575656;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-left: 5px;
    transition: background 0.15s linear, color 0.15s linear; }
    .single.single-project .projectShare button svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%) scale(0.5);
      transform: translate(-50%, -50%) scale(0.5);
      -ms-transform-origin: center;
      transform-origin: center; }
    .single.single-project .projectShare button:hover {
      background: #008191;
      color: #FFF; }

.single.single-project .projectPartners {
  text-transform: uppercase;
  color: #575656;
  font-family: "TheMix", Verdana, Arial, sans-serif;
  font-size: 1.07143rem;
  line-height: 1.13333;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .single.single-project .projectPartners {
      margin-bottom: 30px; } }
  .single.single-project .projectPartners ul {
    margin-top: 5px; }
    .single.single-project .projectPartners ul li {
      display: inline-block;
      vertical-align: middle;
      font-weight: 700;
      margin-right: 6px; }
      .single.single-project .projectPartners ul li::after {
        content: "-";
        margin-left: 10px; }
      .single.single-project .projectPartners ul li:last-child {
        margin-right: 0; }
        .single.single-project .projectPartners ul li:last-child::after {
          display: none; }

.single.single-project .projectTimeline {
  position: relative;
  margin-left: 90px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 999px) {
    .single.single-project .projectTimeline {
      margin-left: 20px; } }
  @media (max-width: 767px) {
    .single.single-project .projectTimeline {
      margin-left: 10px; } }
  .single.single-project .projectTimeline::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: -4px;
    width: 8px;
    border-radius: 8px;
    background-color: #F1F1F1; }
  .single.single-project .projectTimeline_item {
    position: relative;
    padding-top: 7px;
    padding-left: 30px;
    color: #bcbbbb;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    .single.single-project .projectTimeline_item + .projectTimeline_item {
      margin-top: 35px; }
    .single.single-project .projectTimeline_item::before {
      content: "";
      position: absolute;
      z-index: 0;
      top: 0;
      left: -15px;
      width: 30px;
      height: 30px;
      border-radius: 30px;
      border: solid 4px #f1f1f1;
      background-color: #ffffff; }
    .single.single-project .projectTimeline_item::after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 8px;
      left: -7px;
      width: 14px;
      height: 14px;
      border-radius: 14px;
      background-color: currentColor; }
    .single.single-project .projectTimeline_item_date {
      font-size: 0.85714rem;
      line-height: 1.41667;
      letter-spacing: 0.1em; }
    .single.single-project .projectTimeline_item_label {
      margin-top: 12px;
      font-size: 1.07143rem;
      line-height: 1.33333; }
    .single.single-project .projectTimeline_item--active {
      color: #008191;
      padding-top: 5px; }
      .single.single-project .projectTimeline_item--active::before {
        border-color: #FBE039; }
      .single.single-project .projectTimeline_item--active .projectTimeline_item_date {
        font-size: 1.21429rem;
        line-height: 1; }
      .single.single-project .projectTimeline_item--active .projectTimeline_item_label {
        font-size: 1.57143rem;
        line-height: 1.36364; }

.contactHeader {
  position: relative;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .contactHeader {
      text-align: left;
      margin-bottom: 40px; } }
  .contactHeader::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f8f8fb; }
  .contactHeader > div {
    display: inline-block;
    vertical-align: middle;
    color: #008191;
    font-size: 1.42857rem;
    line-height: 1.65;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-weight: 700; }
    @media (max-width: 999px) {
      .contactHeader > div {
        font-size: 1.30769rem;
        line-height: 1.41176; } }
    @media (max-width: 767px) {
      .contactHeader > div {
        display: block;
        font-size: 1.25rem;
        line-height: 1.33333; } }
    .contactHeader > div:first-child {
      margin-right: 50px; }
      @media (max-width: 767px) {
        .contactHeader > div:first-child {
          margin-right: 0; } }
    .contactHeader > div > span {
      display: inline-block;
      vertical-align: middle; }
    .contactHeader > div > span:first-child {
      position: relative;
      width: 60px;
      height: 60px;
      margin-right: 10px; }
      @media (max-width: 999px) {
        .contactHeader > div > span:first-child {
          -ms-transform: scale(0.85);
          transform: scale(0.85);
          -ms-transform-origin: center left;
          transform-origin: center left;
          margin-right: 0; } }
      .contactHeader > div > span:first-child svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #008191; }
        .contactHeader > div > span:first-child svg.contactHeader_icon {
          z-index: 1;
          fill: #FFF; }

.contactFormContainer {
  max-width: 550px; }

.page-template-tpl-articles .topArticlesCarousel {
  position: relative;
  max-width: 1000px;
  margin: 50px auto;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 999px) {
    .page-template-tpl-articles .topArticlesCarousel {
      margin: 30px auto;
      padding-top: 30px;
      padding-bottom: 70px; } }
  .page-template-tpl-articles .topArticlesCarousel::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #F6F6F6; }
  .page-template-tpl-articles .topArticlesCarousel_nav {
    position: absolute;
    z-index: 5;
    width: 200px;
    height: 200px;
    top: -100px;
    right: -130px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 999px) {
      .page-template-tpl-articles .topArticlesCarousel_nav {
        display: block;
        width: auto;
        height: auto;
        top: auto;
        bottom: 20px;
        right: 50%;
        -ms-transform: translate(50%);
        transform: translate(50%); } }
    .page-template-tpl-articles .topArticlesCarousel_nav > svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      fill: #008191; }
      @media (max-width: 999px) {
        .page-template-tpl-articles .topArticlesCarousel_nav > svg {
          display: none; } }
    .page-template-tpl-articles .topArticlesCarousel_nav_button {
      position: relative;
      z-index: 1;
      width: 46px;
      height: 46px;
      border: 0;
      border-radius: 46px;
      background: #FFF;
      color: #008191;
      padding: 0;
      margin: 5px;
      outline: 0; }
      .page-template-tpl-articles .topArticlesCarousel_nav_button svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .page-template-tpl-articles .topArticlesCarousel_nav_button--prev svg {
        margin-left: -1px; }
      .page-template-tpl-articles .topArticlesCarousel_nav_button--next svg {
        margin-left: 1px; }
  .page-template-tpl-articles .topArticlesCarousel .carousel {
    position: relative;
    z-index: 2; }

.page-template-tpl-articles .articlesFilters {
  position: relative;
  text-align: center;
  max-width: 1000px;
  margin: 40px auto; }
  .page-template-tpl-articles .articlesFilters h3 {
    text-transform: uppercase;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-size: 1.07143rem;
    line-height: 1.33333;
    margin-bottom: 10px;
    color: #575656;
    font-weight: 700; }
  @media (max-width: 999px) {
    .page-template-tpl-articles .articlesFilters ul {
      white-space: nowrap;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      margin-left: -30px;
      margin-right: -30px;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 5px;
      padding-bottom: 5px; } }
  .page-template-tpl-articles .articlesFilters ul li {
    display: inline-block;
    margin: 4px 2px; }
  .page-template-tpl-articles .articlesFilters_mobile {
    position: relative;
    max-width: 500px;
    margin: 10px auto 30px auto; }
    .page-template-tpl-articles .articlesFilters_mobile > svg {
      position: absolute;
      top: 27px;
      right: 20px;
      z-index: -1;
      color: #575656; }

.page-template-tpl-articles .articlesList {
  max-width: 920px;
  margin: 0 auto; }

.page-template-tpl-articles .ajaxList::before {
  top: -40px;
  left: -40px;
  right: -40px;
  bottom: -40px; }

.articleCard {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
  box-shadow: 0px 6.5px 34px 0 rgba(0, 0, 0, 0.07); }
  @media (max-width: 767px) {
    .articleCard {
      display: block;
      padding: 20px; } }
  .articleCard_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6; }
  .articleCard_cover {
    background-color: #008191;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    min-width: 200px;
    max-width: 200px; }
    @media (max-width: 767px) {
      .articleCard_cover {
        width: 150px;
        min-width: 150px;
        max-width: 150px; } }
    .articleCard_cover::before {
      content: "";
      display: block;
      padding-top: 100%; }
  .articleCard_infos {
    flex: 1;
    position: relative;
    padding: 30px 50px;
    background: #FFF; }
    @media (max-width: 999px) {
      .articleCard_infos {
        padding: 30px 30px; } }
    @media (max-width: 767px) {
      .articleCard_infos {
        padding: 15px 20px 0 0; } }
  .articleCard_title {
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-size: 1.57143rem;
    line-height: 1.18182;
    font-weight: 700;
    color: #575656;
    margin-bottom: 15px;
    padding-right: 70px; }
    @media (max-width: 767px) {
      .articleCard_title {
        font-size: 1.25rem;
        line-height: 1.26667;
        margin-bottom: 10px;
        padding-right: 40px; } }
  .articleCard_intro {
    font-size: 0.85714rem;
    line-height: 1.5;
    margin-bottom: 10px;
    width: 80%; }
    @media (max-width: 767px) {
      .articleCard_intro {
        width: 100%; } }
  .articleCard_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .articleCard_bottom {
        display: block;
        margin-top: 10px; } }
  .articleCard_categories {
    position: relative;
    z-index: 10; }
    .articleCard_categories li {
      display: inline-block;
      vertical-align: middle;
      font-family: "TheMix", Verdana, Arial, sans-serif;
      font-size: 0.85714rem;
      line-height: 1.33333;
      font-weight: 700;
      text-transform: uppercase;
      color: #008191;
      margin-right: 5px; }
      .articleCard_categories li:last-child {
        margin-right: 0; }
  .articleCard_date {
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-size: 0.78571rem;
    line-height: 1.27273;
    color: #575656; }
  .articleCard_button {
    position: absolute;
    top: 20px;
    right: 50px;
    width: 47px;
    height: 44px;
    color: #575656; }
    @media (max-width: 999px) {
      .articleCard_button {
        right: 30px; } }
    @media (max-width: 767px) {
      .articleCard_button {
        top: auto;
        bottom: 0;
        right: -5px;
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        -ms-transform-origin: bottom right;
        transform-origin: bottom right; } }
    .articleCard_button svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1); }
      .articleCard_button svg.icon-plus {
        z-index: 1; }
  .articleCard--highlihted {
    display: block;
    box-shadow: none;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .articleCard--highlihted {
        display: block;
        padding: 0; } }
    .articleCard--highlihted .articleCard_cover {
      width: 100%;
      min-width: none;
      max-width: none; }
      .articleCard--highlihted .articleCard_cover::before {
        padding-top: 55%; }
    .articleCard--highlihted .articleCard_date {
      margin-bottom: 5px; }
    .articleCard--highlihted .articleCard_infos {
      padding: 15px 0;
      background: none; }
    .articleCard--highlihted .articleCard_button {
      top: -20px;
      right: 20px; }
      @media (max-width: 767px) {
        .articleCard--highlihted .articleCard_button {
          top: -20px;
          right: 20px;
          bottom: auto;
          -ms-transform: scale(1);
          transform: scale(1); } }
    .articleCard--highlihted .articleCard_title {
      padding-right: 40px;
      text-transform: uppercase;
      font-size: 1.5rem;
      line-height: 1.14286; }
      @media (max-width: 767px) {
        .articleCard--highlihted .articleCard_title {
          font-size: 1.25rem;
          line-height: 1.26667; } }
    .articleCard--highlihted .articleCard_intro {
      width: 100%; }
  .articleCard:hover .articleCard_button svg {
    -ms-transform: scale(1.1) translate(-50%, -50%) rotate(90deg);
    transform: scale(1.1) translate(-50%, -50%) rotate(90deg); }

.single .pageHeader {
  margin-bottom: 80px; }
  @media (max-width: 999px) {
    .single .pageHeader {
      margin-bottom: 40px; } }

.page-template-tpl-documents .toolbox {
  display: none; }

.page-template-tpl-documents .pageHeader {
  margin-bottom: 80px;
  padding-top: 20px; }
  @media (max-width: 999px) {
    .page-template-tpl-documents .pageHeader {
      margin-bottom: 30px; } }
  .page-template-tpl-documents .pageHeader .st1 {
    position: relative;
    padding-left: 30px; }
    .page-template-tpl-documents .pageHeader .st1 svg {
      position: absolute;
      top: 12px;
      left: 0; }
      @media (max-width: 999px) {
        .page-template-tpl-documents .pageHeader .st1 svg {
          top: 3px; } }
  .page-template-tpl-documents .pageHeader_intro {
    padding-left: 30px; }
    @media (max-width: 999px) {
      .page-template-tpl-documents .pageHeader_intro {
        padding-left: 0;
        text-align: center; } }
  .page-template-tpl-documents .pageHeader_picto {
    bottom: -50px;
    right: 67%; }
    @media (max-width: 999px) {
      .page-template-tpl-documents .pageHeader_picto {
        display: none; } }

.page-template-tpl-documents .documents {
  position: relative;
  z-index: 1; }
  .page-template-tpl-documents .documents_filters {
    margin-bottom: 80px; }
    @media (max-width: 999px) {
      .page-template-tpl-documents .documents_filters {
        margin-bottom: 30px; } }
    .page-template-tpl-documents .documents_filters_selector {
      margin: 0 15px;
      text-align: left; }
    .page-template-tpl-documents .documents_filters label {
      display: block;
      text-transform: uppercase;
      font-size: 1.07143rem;
      line-height: 1.33333;
      font-family: "TheMix", Verdana, Arial, sans-serif;
      font-weight: 700;
      color: #575656;
      padding-left: 25px;
      margin-bottom: 10px; }

.documentCard {
  position: relative;
  margin: 0 20px; }
  @media (max-width: 999px) {
    .documentCard {
      margin: 0 0 20px 0; } }
  .documentCard_cover {
    position: relative;
    margin-bottom: 5px; }
  .documentCard_linkOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
  .documentCard_linkLabel {
    position: absolute;
    bottom: 60px;
    left: 90px;
    text-transform: uppercase;
    color: #FFF;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.28571rem;
    line-height: 1.22222;
    letter-spacing: 0.1em; }
    .documentCard_linkLabel span {
      position: relative;
      z-index: 1; }
    .documentCard_linkLabel::before {
      content: "";
      position: absolute;
      z-index: 0;
      bottom: -2px;
      left: -4px;
      right: -4px;
      height: calc(100% + 4px);
      background: rgba(0, 129, 145, 0.9);
      -ms-transform: scaleY(0.5);
      transform: scaleY(0.5);
      -ms-transform-origin: bottom center;
      transform-origin: bottom center;
      transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .documentCard_infos {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px; }
  .documentCard_title {
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.42857rem;
    line-height: 1.25;
    color: #575656;
    margin-bottom: 10px; }
  .documentCard_goals {
    position: relative;
    z-index: 11;
    margin-top: 15px;
    margin-bottom: 15px; }
    .documentCard_goals li {
      display: block;
      font-family: "TheMix", Verdana, Arial, sans-serif;
      font-weight: 700;
      font-size: 0.85714rem;
      line-height: 1.66667;
      color: #008191;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      position: relative;
      padding-left: 12px; }
      .documentCard_goals li + li {
        margin-top: 5px; }
      .documentCard_goals li::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        width: 5px;
        height: 5px;
        background-color: #008191;
        border-radius: 5px; }
        @media (max-width: 999px) {
          .documentCard_goals li::before {
            top: 6px; } }
  .documentCard_intro {
    font-size: 0.92857rem;
    line-height: 1.53846; }
  .documentCard:hover .documentCard_linkLabel::before {
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

.single-document .pageHeader {
  margin-bottom: 80px; }
  @media (max-width: 999px) {
    .single-document .pageHeader {
      margin-bottom: 40px; } }

.single-document .pageHeader_cover .button, .single-document .pageHeader_cover .filterButton, .single-document .pageHeader_cover .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_style_formidable-style.with_frm_style .frm_submit .single-document .pageHeader_cover button, .single-document .pageHeader_cover .loadMoreButton {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 5; }
  .single-document .pageHeader_cover .button:hover, .single-document .pageHeader_cover .filterButton:hover, .single-document .pageHeader_cover .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .frm_style_formidable-style.with_frm_style .frm_submit .single-document .pageHeader_cover button:hover, .single-document .pageHeader_cover .loadMoreButton:hover {
    color: #008191;
    background-color: #FBE039; }
  .single-document .pageHeader_cover .button svg, .single-document .pageHeader_cover .filterButton svg, .single-document .pageHeader_cover .frm_style_formidable-style.with_frm_style .frm_submit button svg, .frm_style_formidable-style.with_frm_style .frm_submit .single-document .pageHeader_cover button svg, .single-document .pageHeader_cover .loadMoreButton svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }

.single-document .pageHeader_download {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 5; }
  .single-document .pageHeader_download:hover {
    color: #008191;
    background-color: #FBE039; }
  .single-document .pageHeader_download svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }

.single-document .pageHeader_shape {
  -ms-transform: none;
  transform: none;
  bottom: -130px;
  right: 43%; }
  @media (max-width: 767px) {
    .single-document .pageHeader_shape {
      right: -50px;
      bottom: -50px;
      -ms-transform: scale(0.6) translate(50%);
      transform: scale(0.6) translate(50%);
      -ms-transform-origin: center right;
      transform-origin: center right; } }

.single-document .pageHeader_picto {
  right: auto;
  left: 30px; }

.single-document .pageHeader_content {
  padding-left: 25px;
  padding-right: 60px;
  color: #575656; }
  @media (max-width: 767px) {
    .single-document .pageHeader_content {
      padding-left: 0;
      padding-right: 0; } }

.single-document .pageHeader_title {
  -ms-transform: translateX(-85px);
  transform: translateX(-85px); }
  @media (max-width: 767px) {
    .single-document .pageHeader_title {
      -ms-transform: none;
      transform: none; } }

.single-document .pageHeader_intro {
  font-size: 1.78571rem;
  line-height: 1.08;
  text-transform: uppercase;
  color: #575656;
  letter-spacing: 2.5px;
  font-family: "TheMix", Verdana, Arial, sans-serif;
  font-weight: 700;
  margin-top: 25px; }
  @media (max-width: 767px) {
    .single-document .pageHeader_intro {
      margin-top: 10px;
      text-align: left;
      font-size: 1.25rem;
      line-height: 1.13333; } }
  .single-document .pageHeader_intro > p {
    display: inline;
    vertical-align: middle;
    box-shadow: inset 0 -0.25em 0 0 #FFF, inset 0 -0.75em 0 0 rgba(251, 224, 57, 0.9); }

.single-document .documentHeaderInfos {
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "TheMix", Verdana, Arial, sans-serif;
  font-size: 1.07143rem;
  line-height: 1.26667; }
  .single-document .documentHeaderInfos h4 {
    text-transform: uppercase;
    font-weight: 400; }
  .single-document .documentHeaderInfos ul {
    margin-top: 3px;
    font-size: 0.85714rem;
    line-height: 1.66667;
    text-transform: uppercase;
    color: #008191;
    letter-spacing: 0.1em; }
    .single-document .documentHeaderInfos ul li {
      position: relative;
      padding-left: 12px; }
      .single-document .documentHeaderInfos ul li::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        width: 5px;
        height: 5px;
        background-color: #008191;
        border-radius: 5px; }

.page-template-tpl-agenda .pageHeader--center .st1 {
  margin-bottom: 15px;
  text-align: center; }

.page-template-tpl-agenda .pageHeader_intro {
  margin: 15px auto; }

.page-template-tpl-agenda .agenda_monthSelector {
  max-width: 250px;
  margin: 15px auto 25px auto; }

.page-template-tpl-agenda .agenda_filters {
  position: relative;
  text-align: center;
  max-width: 1000px;
  margin: 25px auto; }
  .page-template-tpl-agenda .agenda_filters h3 {
    text-transform: uppercase;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-size: 1.07143rem;
    line-height: 1.33333;
    margin-bottom: 10px;
    color: #575656;
    font-weight: 700; }
  @media (max-width: 999px) {
    .page-template-tpl-agenda .agenda_filters ul {
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      overflow: auto;
      margin-left: -30px;
      margin-right: -30px;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 5px;
      padding-bottom: 5px; } }
  .page-template-tpl-agenda .agenda_filters ul li {
    display: inline-block;
    margin: 4px 2px; }

.page-template-tpl-agenda .agenda .agenda_filters_mobile {
  position: relative;
  max-width: 500px;
  margin: 10px auto 30px auto; }
  .page-template-tpl-agenda .agenda .agenda_filters_mobile > svg {
    position: absolute;
    top: 27px;
    right: 20px;
    z-index: -1;
    color: #575656; }

.page-template-tpl-agenda .agendaCarousel {
  position: relative;
  max-width: 1200px;
  margin: auto; }
  @media (max-width: 999px) {
    .page-template-tpl-agenda .agendaCarousel {
      width: calc(100% - 40px); } }
  .page-template-tpl-agenda .agendaCarousel .tns-controls button {
    position: absolute;
    top: 80px;
    width: 40px;
    height: 40px; }
    .page-template-tpl-agenda .agendaCarousel .tns-controls button svg {
      fill: #575656;
      -ms-transform: scale(2);
      transform: scale(2);
      -ms-transform-origin: center center;
      transform-origin: center center; }
    .page-template-tpl-agenda .agendaCarousel .tns-controls button:first-child {
      right: 100%; }
    .page-template-tpl-agenda .agendaCarousel .tns-controls button:last-child {
      left: 100%; }
    .page-template-tpl-agenda .agendaCarousel .tns-controls button[disabled] {
      opacity: 0.2; }
  .page-template-tpl-agenda .agendaCarousel .noResult {
    top: 120px; }

.agendaCard {
  position: relative;
  width: 180px;
  margin: 0 10px;
  border: 1px solid #DADADA;
  font-family: "TheMix", Verdana, Arial, sans-serif;
  color: #575656; }
  @media (max-width: 767px) {
    .agendaCard {
      width: 100%;
      margin: 0 0 25px 0; } }
  .agendaCard_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .agendaCard_date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 170px;
    background: #F3F3F3;
    border-bottom: 1px solid #DADADA;
    font-weight: 700;
    color: #008191;
    font-size: 1.07143rem;
    line-height: 1.13333;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .agendaCard_date {
        height: 130px; } }
    .agendaCard_date span {
      display: block; }
    .agendaCard_date strong {
      font-size: 5.28571rem;
      line-height: 0.67568;
      display: block;
      margin-top: -5px; }
  .agendaCard_infos {
    padding: 25px; }
    @media (max-width: 767px) {
      .agendaCard_infos {
        padding: 20px 25px; } }
  .agendaCard_time {
    font-size: 1.07143rem;
    line-height: 1.33333;
    font-weight: 700;
    color: #008191;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .agendaCard_time {
        font-size: 1.08333rem;
        line-height: 1.53846;
        margin-bottom: 5px; } }
  .agendaCard_title {
    font-size: 1.07143rem;
    line-height: 1.33333;
    font-weight: 700;
    letter-spacing: -0.05em;
    text-shadow: 0 0 34px rgba(26, 26, 26, 0.15);
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .agendaCard_title {
        font-size: 1.25rem;
        line-height: 1.33333;
        margin-bottom: 5px; } }
  .agendaCard_categories {
    position: relative;
    z-index: 3; }
    .agendaCard_categories li {
      display: inline-block;
      vertical-align: middle;
      font-family: "TheMix", Verdana, Arial, sans-serif;
      font-size: 0.85714rem;
      line-height: 1.33333;
      font-weight: 700;
      text-transform: uppercase;
      color: #008191;
      margin-right: 5px; }
      .agendaCard_categories li:last-child {
        margin-right: 0; }
  .agendaCard_intro {
    font-size: 0.92857rem;
    line-height: 1.53846;
    margin-top: 10px; }
  .agendaCard_cover {
    position: relative;
    background-color: #008191;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .agendaCard_cover::before {
      content: "";
      display: block;
      padding-top: 72%; }
      @media (max-width: 767px) {
        .agendaCard_cover::before {
          padding-top: 60%; } }
    .agendaCard_cover_mask {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
      opacity: 0.3; }
  .agendaCard_button {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    right: 5px;
    width: 47px;
    height: 44px;
    color: #575656;
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -ms-transform-origin: center center;
    transform-origin: center center; }
    @media (max-width: 767px) {
      .agendaCard_button {
        -ms-transform: scale(0.8) translate(-50%, -50%);
        transform: scale(0.8) translate(-50%, -50%);
        top: 50%;
        left: 50%; } }
    .agendaCard_button svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .agendaCard_button svg.icon-plus {
        z-index: 1; }
  .agendaCard_next {
    position: absolute;
    z-index: 11;
    top: 20px;
    left: -20px;
    text-transform: uppercase;
    font-size: 1.07143rem;
    line-height: 1;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    letter-spacing: 0.1em;
    font-weight: 300;
    padding: 10px 25px;
    border-radius: 30px;
    box-shadow: 0px 6.5px 34px 0 rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap; }
    .agendaCard_next strong {
      font-weight: 700; }
    .agendaCard_next svg {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px; }
    @media (max-width: 999px) {
      .agendaCard_next {
        top: 10px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .agendaCard--highlighted {
    width: 380px; }
    @media (max-width: 767px) {
      .agendaCard--highlighted {
        width: 100%; } }
    .agendaCard--highlighted .agendaCard_date {
      background: #008191;
      color: #FFF; }
    .agendaCard--highlighted .agendaCard_title {
      font-size: 1.78571rem;
      line-height: 1; }
      @media (max-width: 767px) {
        .agendaCard--highlighted .agendaCard_title {
          font-size: 1.25rem;
          line-height: 1.33333; } }
    .agendaCard--highlighted .agendaCard_cover_mask {
      display: none; }
    .agendaCard--highlighted .agendaCard_button {
      -ms-transform: scale(1) translate(-50%, -50%);
      transform: scale(1) translate(-50%, -50%);
      top: 50%;
      left: 50%; }
      @media (max-width: 767px) {
        .agendaCard--highlighted .agendaCard_button {
          -ms-transform: scale(0.8) translate(-50%, -50%);
          transform: scale(0.8) translate(-50%, -50%); } }
  .agendaCard--next::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    opacity: 0.5;
    cursor: pointer; }
    @media (max-width: 999px) {
      .agendaCard--next::after {
        opacity: 1; } }
  @media (max-width: 999px) {
    .agendaCard--next {
      height: 80px;
      overflow: hidden;
      border: 0; } }
  .agendaCard--empty {
    border-color: transparent; }
    .agendaCard--empty .agendaCard_date,
    .agendaCard--empty .agendaCard_infos {
      opacity: 0; }
    .agendaCard--empty .agendaCard_infos {
      min-height: 270px; }

.search .searchHeader {
  max-width: 860px;
  margin: 0 auto 70px auto; }

.search .searchCount {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.14286rem;
  line-height: 1.2;
  font-family: "Miso", Verdana, Arial, sans-serif;
  font-weight: 700;
  color: #575656;
  margin-bottom: 25px; }
  .search .searchCount strong {
    color: #008191; }
    @media (max-width: 999px) {
      .search .searchCount strong {
        display: block; } }

.search .searchResults {
  position: relative;
  max-width: 1100px;
  margin: auto; }

.search .searchResult {
  position: relative;
  display: flex;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  @media (max-width: 999px) {
    .search .searchResult {
      display: block; } }
  .search .searchResult::before {
    content: "";
    position: absolute;
    left: 25%;
    right: 110px;
    bottom: 10px;
    height: 1px;
    background-color: #008191; }
    @media (max-width: 999px) {
      .search .searchResult::before {
        left: 0;
        right: 50px;
        bottom: 4px; } }
  .search .searchResult::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 21px;
    width: 90px;
    background-color: #008191; }
    @media (max-width: 999px) {
      .search .searchResult::after {
        width: 40px;
        height: 9px; } }
  .search .searchResult:last-child::before, .search .searchResult:last-child::after {
    display: none; }
  .search .searchResult_coverWrap {
    width: 22%;
    min-width: 22%;
    max-width: 22%; }
    @media (max-width: 999px) {
      .search .searchResult_coverWrap {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 20px; } }
  .search .searchResult_cover {
    position: relative;
    background-color: #FBE039;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .search .searchResult_cover::before {
      content: "";
      display: block;
      padding-top: 60%; }
    .search .searchResult_cover--empty img {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .search .searchResult_content {
    flex: 1;
    margin-left: 3%; }
    @media (max-width: 999px) {
      .search .searchResult_content {
        margin-left: 0; } }
  .search .searchResult_type {
    margin-bottom: 5px; }
    .search .searchResult_type span {
      font-size: 1.07143rem;
      line-height: 1.13333;
      font-family: "TheMix", Verdana, Arial, sans-serif;
      font-weight: 700;
      color: #008191;
      box-shadow: inset 0 -0.22em 0 0 #FFF, inset 0 -0.85em 0 0 rgba(251, 224, 57, 0.9); }
  .search .searchResult_title {
    font-size: 1.42857rem;
    line-height: 1.3;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    font-weight: 700;
    color: #575656;
    margin-bottom: 15px; }
    @media (max-width: 999px) {
      .search .searchResult_title {
        font-size: 1.25rem;
        line-height: 1.66667;
        margin-bottom: 10px; } }
  .search .searchResult_intro {
    max-width: 430px;
    margin-bottom: 20px;
    font-size: 1.07143rem;
    line-height: 1.33333;
    font-family: "TheMix", Verdana, Arial, sans-serif;
    color: #575656; }
  .search .searchResult_button .button, .search .searchResult_button .filterButton, .search .searchResult_button .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_style_formidable-style.with_frm_style .frm_submit .search .searchResult_button button, .search .searchResult_button .loadMoreButton {
    padding-left: 55px;
    padding-right: 55px; }
    @media (max-width: 999px) {
      .search .searchResult_button .button, .search .searchResult_button .filterButton, .search .searchResult_button .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_style_formidable-style.with_frm_style .frm_submit .search .searchResult_button button, .search .searchResult_button .loadMoreButton {
        padding-left: 40px;
        padding-right: 40px; } }

.error404 .pageHeader_intro {
  margin: 15px auto 25px auto; }

.error404 .pageHeader {
  padding: 40px 0;
  text-align: center; }
