/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

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

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

body {
  margin: 0;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

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

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

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

button,
input { /* 1 */
  overflow: visible;
}

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

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

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

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

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/****************************
------ Sass variables -------
Edit this file to add or modify
sass variables.
****************************/
/* Dimensions */
/* Fonts */
/* Font colors */
/* Background colors */
/* Border colors */
/* Button colors */
/* Fonts */
/* Font size */
/* Font colors */
/* Background colors */
/* Border colors */
/* Button colors */
/* Otras */
/*Mixins*/
/****************************
------ Mixins variables -------
Edit this file to add or modify
sass variables.
****************************/
/*MIXINS*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  font-family: "Gotham";
  font-size: 15px;
  line-height: 1.4;
  color: #000000; }
  @media (min-width: 768px) {
    body, html {
      font-size: 15px; } }
  body.page-template-template-jobs, html.page-template-template-jobs {
    font-family: "Gotham";
    margin-top: 75px; }
    @media (min-width: 768px) {
      body.page-template-template-jobs, html.page-template-template-jobs {
        margin-top: 0; } }

h1, .h1, h2, .h2, h3, .h3, .guten-content h2,
.single-event-content h2, h4, .h4, .guten-content h3,
.single-event-content h3, h5, .h5, .guten-content h4,
.single-event-content h4, h6, .h6, .guten-content h5,
.single-event-content h5 {
  font-weight: 700;
  line-height: 1.3; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, .guten-content h2 a, .single-event-content h2 a, h4 a, .h4 a, .guten-content h3 a, .single-event-content h3 a, h5 a, .h5 a, .guten-content h4 a, .single-event-content h4 a, h6 a, .h6 a, .guten-content h5 a, .single-event-content h5 a {
    color: #000000; }
    h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, .guten-content h2 a:hover, .single-event-content h2 a:hover, h4 a:hover, .h4 a:hover, .guten-content h3 a:hover, .single-event-content h3 a:hover, h5 a:hover, .h5 a:hover, .guten-content h4 a:hover, .single-event-content h4 a:hover, h6 a:hover, .h6 a:hover, .guten-content h5 a:hover, .single-event-content h5 a:hover {
      color: #858484; }

h1,
.h1 {
  font-size: 1.86667rem;
  margin: 0 0 30px 0; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 2.53333rem; } }

h2,
.h2 {
  font-size: 1.6rem;
  margin: 30px 0 15px 0; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      margin: 45px 0 30px 0;
      font-size: 2.4rem; } }

h3, .h3, .guten-content h2,
.single-event-content h2 {
  font-size: 1.46667rem;
  margin: 30px 0 15px 0; }
  @media (min-width: 768px) {
    h3, .h3, .guten-content h2,
    .single-event-content h2 {
      margin: 45px 0 30px 0;
      font-size: 2rem; } }

h4, .h4, .guten-content h3,
.single-event-content h3 {
  font-size: 1.2rem;
  margin: 30px 0 15px 0; }
  @media (min-width: 768px) {
    h4, .h4, .guten-content h3,
    .single-event-content h3 {
      font-size: 1.6rem; } }

h5, .h5, .guten-content h4,
.single-event-content h4 {
  font-size: 1rem;
  margin: 30px 0 15px 0; }
  @media (min-width: 768px) {
    h5, .h5, .guten-content h4,
    .single-event-content h4 {
      font-size: 1.2rem; } }

h6, .h6, .guten-content h5,
.single-event-content h5 {
  font-size: 1rem;
  margin: 0 0 30px 0; }
  @media (min-width: 768px) {
    h6, .h6, .guten-content h5,
    .single-event-content h5 {
      font-size: 1rem; } }

p,
.p {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300; }
  @media (min-width: 768px) {
    p,
    .p {
      font-size: 15px; } }

a {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  display: inline-block; }
  a .icon svg {
    fill: #000000;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
  a:hover {
    color: #858484; }
    a:hover .icon svg {
      fill: #000000; }

a.filling-on-hover,
button.filling-on-hover {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #464646;
  padding-left: 0;
  max-width: fit-content;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  background: none; }
  a.filling-on-hover span,
  button.filling-on-hover span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: transparent;
    margin-bottom: 10px; }
  a.filling-on-hover::before,
  button.filling-on-hover::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #FCDA01; }
  a.filling-on-hover:after,
  button.filling-on-hover:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    background-color: #FCDA01;
    height: 2px;
    width: 100%;
    transform: scaleX(0) translateZ(0);
    transform-origin: 0;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  a.filling-on-hover:hover:after,
  button.filling-on-hover:hover:after {
    transform: scaleX(1) translateZ(0);
    transform-origin: 0 0; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer; }
  button.primary-btn,
  input[type="submit"].primary-btn {
    padding: 15px 60px;
    border: 2px solid #FCDA01;
    color: #FCDA01;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
    button.primary-btn:hover,
    input[type="submit"].primary-btn:hover {
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      color: #c9ae01;
      border-color: #c9ae01; }

.button {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  padding: 10px 15px;
  border: 1px solid #000000;
  border-radius: 0;
  margin: 0; }
  .button:hover {
    background-color: #FCDA01;
    border-color: #FCDA01; }
    .button:hover .icon svg {
      fill: #fff; }
  .button .icon svg {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 21px;
    height: 21px;
    display: block;
    color: #000000; }

strong, b {
  font-weight: 700; }

ul {
  padding-left: 13px; }
  ul > li {
    margin-bottom: 10px;
    font-weight: 300;
    list-style-type: none; }
    ul > li::before {
      content: "\2022";
      color: #000000;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -15px; }
    ul > li > ul {
      margin-top: 10px; }
      ul > li > ul > li::before {
        color: #000000; }

ol {
  padding-left: 0;
  list-style-type: none;
  counter-reset: li; }
  ol > li {
    margin-bottom: 10px;
    font-weight: 300;
    counter-increment: li;
    position: relative;
    padding-left: 15px; }
    ol > li::before {
      content: counter(li);
      color: #000000;
      font-weight: 500;
      margin-right: 15px;
      position: absolute;
      left: 0; }

nav ul {
  margin: 0;
  padding: 0;
  padding-left: 0; }
  nav ul li {
    list-style-type: none;
    display: flex;
    align-items: center; }
    nav ul li::before {
      display: none; }

.icon svg {
  width: 24px;
  height: 24px; }

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

address {
  font-style: normal;
  font-weight: 400; }
  address strong {
    font-weight: 700;
    margin-bottom: 15px; }

.date {
  font-weight: 600;
  text-transform: lowercase; }

.wp-block-quote {
  border-left: 0;
  padding: 0;
  margin: 45px 0 45px; }
  .wp-block-quote p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0; }
    @media (min-width: 768px) {
      .wp-block-quote p {
        font-size: 1.6rem; } }
  .wp-block-quote + .wp-block-quote {
    margin-top: -30px; }

table {
  width: 100%;
  border-collapse: collapse; }
  table th,
  table td {
    font-weight: 400;
    text-align: left; }
  table thead tr th {
    background: #FCDA01;
    color: #fff;
    padding: 15px 30px;
    font-weight: 400; }
  table tbody tr td {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 15px 30px; }

.main-content {
  max-width: 100%;
  overflow: hidden; }

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

/* Descriptions */
.page-header-description p,
p.page-header-description,
.slide-description,
.featured-description {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4; }
  .page-header-description p:last-of-type,
  p.page-header-description:last-of-type,
  .slide-description:last-of-type,
  .featured-description:last-of-type {
    margin-bottom: 0; }

/* Horizontal loader */
.horizontal-loader svg {
  width: 80px;
  height: 80px;
  fill: #616161; }

.play-button {
  border: 1px;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 60px;
  background-color: transparent;
  padding: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 2; }
  @media (min-width: 768px) {
    .play-button {
      width: 105px;
      height: 105px;
      border-radius: 105px; } }
  .play-button:hover {
    background-color: rgba(39, 45, 57, 0.15); }
    .play-button:hover svg {
      transform: scale(1.5); }
  .play-button svg {
    transition: transform .35s ease-in-out;
    fill: #FCDA01;
    width: 30px;
    height: 30px; }

.slider-video-dialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  z-index: 30;
  background-color: black;
  transform: translate(-50%, -50%);
  max-width: 90%; }
  .slider-video-dialog .slider-video-dialog-inner {
    height: 100%; }
  .slider-video-dialog.open {
    display: block; }

#slider-video-dialog-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5); }
  #slider-video-dialog-backdrop.open {
    display: block; }

#video-close {
  display: none;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 9999;
  cursor: pointer; }
  #video-close.open {
    display: block; }
  #video-close svg {
    fill: #fff;
    width: 24px;
    height: 24px; }

.video-modal {
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  opacity: 0;
  width: 800px;
  max-width: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20; }
  .video-modal.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .video-modal video {
    max-width: 100%; }
  .video-modal > a {
    position: absolute;
    right: 0;
    top: -30px; }
    .video-modal > a svg {
      fill: white;
      width: 20px;
      height: 20px; }

.video-modal-backdrop {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7); }
  .video-modal-backdrop.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }

body {
  margin-top: 75px; }
  @media (min-width: 992px) {
    body {
      margin-top: 0; } }

.container {
  width: 100%; }

#site-wrapper {
  position: relative; }
  #site-wrapper .grid-lines {
    display: none;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100%);
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    z-index: 90;
    height: 100%;
    left: 0; }
    #site-wrapper .grid-lines > span {
      top: 0;
      position: absolute;
      height: 100%;
      border-right: 1px solid #000000; }
      #site-wrapper .grid-lines > span:first-child {
        left: calc(((100% / 12) * 1)); }
      #site-wrapper .grid-lines > span:nth-child(2) {
        left: calc(((100% / 12) * 2)); }
      #site-wrapper .grid-lines > span:nth-child(3) {
        left: calc(((100% / 12) * 3)); }
      #site-wrapper .grid-lines > span:nth-child(4) {
        left: calc(((100% / 12) * 4)); }
      #site-wrapper .grid-lines > span:nth-child(5) {
        left: calc(((100% / 12) * 5)); }
      #site-wrapper .grid-lines > span:nth-child(6) {
        left: calc(((100% / 12) * 6)); }
      #site-wrapper .grid-lines > span:nth-child(7) {
        left: calc(((100% / 12) * 7)); }
      #site-wrapper .grid-lines > span:nth-child(8) {
        left: calc(((100% / 12) * 8)); }
      #site-wrapper .grid-lines > span:nth-child(9) {
        left: calc(((100% / 12) * 9)); }
      #site-wrapper .grid-lines > span:nth-child(10) {
        left: calc(((100% / 12) * 10)); }
      #site-wrapper .grid-lines > span:nth-child(11) {
        left: calc(((100% / 12) * 11)); }

@media (min-width: 576px) {
  .guten-content > .image.double,
  .single-event-content > .image.double {
    width: 83.33333%;
    margin-left: 8.33333%; } }

@media (min-width: 992px) {
  .guten-content > .image.double,
  .single-event-content > .image.double {
    width: 66.66667%;
    margin-left: 16.66667%; } }

.guten-content > .image.default,
.single-event-content > .image.default {
  margin-left: 8.33333%;
  width: 83.33333%; }
  @media (min-width: 768px) {
    .guten-content > .image.default,
    .single-event-content > .image.default {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .guten-content > .image.default,
    .single-event-content > .image.default {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media (min-width: 1510px) {
    .guten-content > .image.default,
    .single-event-content > .image.default {
      margin-left: 25%;
      width: 58.33333%; } }

.guten-content > p, .guten-content > h1, .guten-content > h2, .guten-content > h3, .guten-content > h4, .guten-content > h5, .guten-content > h6, .guten-content > blockquote, .guten-content .link-list, .guten-content > ul, .guten-content > ol, .guten-content .wp-block-image,
.single-event-content > p,
.single-event-content > h1,
.single-event-content > h2,
.single-event-content > h3,
.single-event-content > h4,
.single-event-content > h5,
.single-event-content > h6,
.single-event-content > blockquote,
.single-event-content .link-list,
.single-event-content > ul,
.single-event-content > ol,
.single-event-content .wp-block-image {
  margin-left: 8.33333%;
  width: 83.33333%; }
  @media (min-width: 768px) {
    .guten-content > p, .guten-content > h1, .guten-content > h2, .guten-content > h3, .guten-content > h4, .guten-content > h5, .guten-content > h6, .guten-content > blockquote, .guten-content .link-list, .guten-content > ul, .guten-content > ol, .guten-content .wp-block-image,
    .single-event-content > p,
    .single-event-content > h1,
    .single-event-content > h2,
    .single-event-content > h3,
    .single-event-content > h4,
    .single-event-content > h5,
    .single-event-content > h6,
    .single-event-content > blockquote,
    .single-event-content .link-list,
    .single-event-content > ul,
    .single-event-content > ol,
    .single-event-content .wp-block-image {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .guten-content > p, .guten-content > h1, .guten-content > h2, .guten-content > h3, .guten-content > h4, .guten-content > h5, .guten-content > h6, .guten-content > blockquote, .guten-content .link-list, .guten-content > ul, .guten-content > ol, .guten-content .wp-block-image,
    .single-event-content > p,
    .single-event-content > h1,
    .single-event-content > h2,
    .single-event-content > h3,
    .single-event-content > h4,
    .single-event-content > h5,
    .single-event-content > h6,
    .single-event-content > blockquote,
    .single-event-content .link-list,
    .single-event-content > ul,
    .single-event-content > ol,
    .single-event-content .wp-block-image {
      margin-left: 16.66667%;
      width: 41.66667%; } }
  @media (min-width: 1510px) {
    .guten-content > p, .guten-content > h1, .guten-content > h2, .guten-content > h3, .guten-content > h4, .guten-content > h5, .guten-content > h6, .guten-content > blockquote, .guten-content .link-list, .guten-content > ul, .guten-content > ol, .guten-content .wp-block-image,
    .single-event-content > p,
    .single-event-content > h1,
    .single-event-content > h2,
    .single-event-content > h3,
    .single-event-content > h4,
    .single-event-content > h5,
    .single-event-content > h6,
    .single-event-content > blockquote,
    .single-event-content .link-list,
    .single-event-content > ul,
    .single-event-content > ol,
    .single-event-content .wp-block-image {
      margin-left: 25%;
      width: 33.33333%; } }

.guten-content p a,
.guten-content ul a,
.guten-content figcaption a,
.single-event-content p a,
.single-event-content ul a,
.single-event-content figcaption a {
  color: #464646;
  text-decoration: underline;
  font-weight: 700;
  display: inline; }
  .guten-content p a:hover,
  .guten-content ul a:hover,
  .guten-content figcaption a:hover,
  .single-event-content p a:hover,
  .single-event-content ul a:hover,
  .single-event-content figcaption a:hover {
    color: #797979; }

.guten-content .wp-block-image,
.single-event-content .wp-block-image {
  margin-bottom: 30px; }
  .guten-content .wp-block-image:last-child,
  .single-event-content .wp-block-image:last-child {
    margin-bottom: 30px; }

.guten-content table,
.single-event-content table {
  margin-left: 8.33333%;
  width: 83.33333%;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .guten-content table,
    .single-event-content table {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .guten-content table,
    .single-event-content table {
      margin-left: 25%;
      width: 58.33333%; } }

.guten-content > .share-links,
.guten-content > .last-news,
.single-event-content > .share-links,
.single-event-content > .last-news {
  margin-top: 60px;
  margin-left: 8.33333%;
  width: 83.33333%; }
  @media (min-width: 768px) {
    .guten-content > .share-links,
    .guten-content > .last-news,
    .single-event-content > .share-links,
    .single-event-content > .last-news {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .guten-content > .share-links,
    .guten-content > .last-news,
    .single-event-content > .share-links,
    .single-event-content > .last-news {
      margin-left: 16.66667%;
      width: 41.66667%; } }
  @media (min-width: 1510px) {
    .guten-content > .share-links,
    .guten-content > .last-news,
    .single-event-content > .share-links,
    .single-event-content > .last-news {
      margin-left: 25%; } }

.guten-content > .last-news,
.single-event-content > .last-news {
  display: block; }
  @media (min-width: 992px) {
    .guten-content > .last-news,
    .single-event-content > .last-news {
      display: none; } }

.guten-content > .link-list-image,
.single-event-content > .link-list-image {
  margin-left: 8.33333%;
  width: 83.33333%; }
  @media (min-width: 768px) {
    .guten-content > .link-list-image,
    .single-event-content > .link-list-image {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .guten-content > .link-list-image,
    .single-event-content > .link-list-image {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media (min-width: 1510px) {
    .guten-content > .link-list-image,
    .single-event-content > .link-list-image {
      margin-left: 25%;
      width: 58.33333%; } }

.guten-content blockquote,
.single-event-content blockquote {
  /*
        @include opacity(0);
        &.animate{
            animation-name: fadeInUp;
            animation-duration: .9s;
            animation-fill-mode: forwards;
            animation-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
        }
        */ }

.guten-content iframe,
.single-event-content iframe {
  max-width: 100%; }

.guten-content > *:last-child,
.single-event-content > *:last-child {
  margin-bottom: 0; }

.tax-contexts {
  background-color: #F0F0F0;
  margin-bottom: 105px; }
  .tax-contexts .tax-contexts-grid {
    padding-bottom: 120px; }
    .tax-contexts .tax-contexts-grid:first-child {
      margin-top: 60px; }
    @media (min-width: 768px) {
      .tax-contexts .tax-contexts-grid {
        display: flex;
        flex-wrap: wrap; } }
    .tax-contexts .tax-contexts-grid > h2 {
      width: 100%; }
    .tax-contexts .tax-contexts-grid > article {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .tax-contexts .tax-contexts-grid > article {
          margin-bottom: 0;
          width: calc(50% - 15px);
          margin-top: 30px; }
          .tax-contexts .tax-contexts-grid > article:nth-child(even) {
            margin-right: 15px; }
          .tax-contexts .tax-contexts-grid > article:nth-child(odd) {
            margin-left: 15px; } }

.half-container {
  width: 50%; }

.attoms {
  margin-top: 45px;
  margin-bottom: 45px; }
  .attoms > .container > div {
    margin-bottom: 30px; }

/* Fira Sans */
@font-face {
  font-family: 'Gotham';
  src: url(../../assets/fonts/Gotham-Book-1.ttf);
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Gotham';
  src: url(../../assets/fonts/Gotham-BookItalic.ttf);
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: 'Gotham';
  src: url(../../assets/fonts/Gotham-Light.ttf);
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: 'Gotham';
  src: url(../../assets/fonts/Gotham-LightItalic.ttf);
  font-style: italic;
  font-weight: 200; }

@font-face {
  font-family: 'Gotham';
  src: url(../../assets/fonts/Gotham-Bold.ttf);
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Gotham';
  src: url(../../assets/fonts/Gotham-BoldItalic.ttf);
  font-style: italic;
  font-weight: 700; }

/* Pages */
/* Common pages*/
.site-wrapper {
  animation-name: fadeIn;
  animation-duration: .7s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  background-color: #fff; }

/* Home page */
.home-slider {
  position: relative;
  background-color: #fff; }
  @media (min-width: 992px) {
    .home-slider:before {
      content: "";
      position: absolute;
      width: 8.33333%;
      height: 100%;
      background-color: #fff;
      z-index: 2; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .home-slider:before {
      width: 16.66667%; } }
  .home-slider .swiper-wrapper > .swiper-slide:last-child {
    min-width: 100%; }
  .home-slider .swiper-slide {
    max-width: 100%; }
    @media (min-width: 768px) {
      .home-slider .swiper-slide {
        display: flex;
        padding-right: 16.66667%;
        min-height: calc(100vh - 75px); } }
    @media (min-width: 992px) {
      .home-slider .swiper-slide {
        min-height: 100vh; } }
  .home-slider .image-wrapper {
    overflow: hidden;
    flex-grow: 1;
    max-height: 100vh; }
    @media (min-width: 768px) {
      .home-slider .image-wrapper {
        min-width: 35%;
        max-width: 35%; } }
    @media (min-width: 992px) {
      .home-slider .image-wrapper {
        min-width: 50%;
        max-width: 50%; } }
    @media (max-width: 767px) {
      .home-slider .image-wrapper {
        transform: none !important;
        width: 100%;
        max-height: 200px;
        min-height: 200px; }
        .home-slider .image-wrapper .picture,
        .home-slider .image-wrapper img {
          min-height: 200px; } }
  .home-slider .video-preview-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    max-height: 100vh; }
    .home-slider .video-preview-wrapper:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.2);
      display: block;
      width: 100%;
      height: 100%;
      z-index: 1; }
    @media (max-width: 767px) {
      .home-slider .video-preview-wrapper {
        transform: none !important;
        width: 100%;
        max-height: calc(100vh - 75px);
        min-height: calc(100vh - 75px); } }
    .home-slider .video-preview-wrapper .image img {
      max-width: none;
      max-height: none;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      min-height: calc(100vh - 75px); }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .home-slider .video-preview-wrapper .image img {
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto; } }
      @supports (-ms-ime-align: auto) and (not (font-variation-settings: normal)) {
        .home-slider .video-preview-wrapper .image img {
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto; } }
    .home-slider .video-preview-wrapper .play-button {
      position: absolute;
      left: 50%;
      top: 50%;
      background-color: none;
      transform: translate(-50%, -50%); }
      @media (min-width: 768px) {
        .home-slider .video-preview-wrapper .play-button {
          left: 60%;
          transform: translate(-50%, -50%); } }
  .home-slider .image {
    margin: 0;
    height: 100%; }
    .home-slider .image img {
      margin: 0;
      position: relative;
      max-width: none;
      max-height: none;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .home-slider .image img {
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto; } }
      @supports (-ms-ime-align: auto) and (not (font-variation-settings: normal)) {
        .home-slider .image img {
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto; } }
  .home-slider .slide-content {
    width: 83.33333%;
    margin-left: 8.33333%;
    display: block;
    position: relative;
    z-index: 1;
    padding: 30px 0 15px 0; }
    @media (min-width: 768px) {
      .home-slider .slide-content {
        margin-left: 0%;
        min-width: 70%;
        max-width: 70%;
        width: 100%;
        padding: 5% 5% 10%; } }
    @media (min-width: 992px) {
      .home-slider .slide-content {
        min-width: 50%;
        max-width: 50%; } }
    .home-slider .slide-content header {
      display: flex;
      flex-direction: column;
      height: 100%; }
      @media (min-width: 768px) {
        .home-slider .slide-content header {
          max-width: 500px;
          margin: 0 auto; } }
      @media (min-width: 992px) {
        .home-slider .slide-content header {
          justify-content: center; } }
      @media (min-width: 1510px) {
        .home-slider .slide-content header {
          max-width: 100%; } }
      .home-slider .slide-content header .slide-description {
        margin-bottom: 30px;
        margin-top: -15px; }
        @media (min-width: 768px) {
          .home-slider .slide-content header .slide-description {
            margin-top: 0;
            margin-bottom: 45px; } }
        @media (min-width: 1510px) {
          .home-slider .slide-content header .slide-description {
            margin-bottom: 90px; } }
    @media (min-width: 768px) {
      .home-slider .slide-content.slide-content-video {
        display: none; } }
  .home-slider .slider-pagination.swiper-pagination-bullets {
    width: auto;
    position: absolute;
    left: 8.33333%;
    right: auto;
    bottom: -6px;
    z-index: 1;
    display: none; }
    @media (min-width: 768px) {
      .home-slider .slider-pagination.swiper-pagination-bullets {
        left: 33.33333%;
        bottom: 45px;
        display: block; } }
    @media (min-width: 992px) {
      .home-slider .slider-pagination.swiper-pagination-bullets {
        left: 45.83333%; } }
    .home-slider .slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      position: relative;
      border-radius: 0;
      width: 45px;
      height: 1px;
      background-color: transparent;
      opacity: 1;
      padding-top: 15px;
      padding-bottom: 15px; }
      .home-slider .slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before {
        content: "";
        position: absolute;
        width: 45px;
        height: 1px;
        background-color: #000000; }
      .home-slider .slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #FCDA01;
        top: 15px;
        left: 0;
        display: block;
        transform: scale(0, 1);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        transform-origin: 0 50%; }
      .home-slider .slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after, .home-slider .slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:after {
        transform: scale(1, 1); }
  .home-slider .slider-navigation {
    position: absolute;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    z-index: 1;
    top: 155px;
    transform: translateY(-50%);
    width: 25%;
    right: 66.66667%; }
    @media (min-width: 768px) {
      .home-slider .slider-navigation {
        flex-direction: column;
        top: 50%;
        right: 40px;
        width: auto; } }
  .home-slider .slider-prev-button,
  .home-slider .slider-next-button {
    margin: 5px 0;
    cursor: pointer;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    fill: #fff; }
    .home-slider .slider-prev-button:hover:not(.swiper-button-disabled),
    .home-slider .slider-next-button:hover:not(.swiper-button-disabled) {
      transform: scale(1.2);
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
      .home-slider .slider-prev-button:hover:not(.swiper-button-disabled) svg,
      .home-slider .slider-next-button:hover:not(.swiper-button-disabled) svg {
        fill: #FCDA01; }
        .home-slider .slider-prev-button:hover:not(.swiper-button-disabled) svg g,
        .home-slider .slider-next-button:hover:not(.swiper-button-disabled) svg g {
          filter: none; }
    .home-slider .slider-prev-button svg,
    .home-slider .slider-next-button svg {
      display: block;
      width: 35px;
      height: 35px; }
      @media (min-width: 768px) {
        .home-slider .slider-prev-button svg,
        .home-slider .slider-next-button svg {
          width: 32px;
          height: 32px; } }
    .home-slider .slider-prev-button.swiper-button-disabled svg,
    .home-slider .slider-next-button.swiper-button-disabled svg {
      opacity: .5; }

.home-featured-block {
  margin-left: 8.33333%;
  width: 83.33333%;
  padding: 0 0 30px; }
  @media (min-width: 768px) {
    .home-featured-block {
      width: 75%;
      margin-left: 16.66667%;
      padding: 90px 0 60px; } }
  @media (min-width: 1510px) {
    .home-featured-block {
      width: 66.66667%;
      margin-left: 16.66667%; } }
  @media (min-width: 768px) {
    .home-featured-block .visible-xs {
      display: none; } }
  .home-featured-block header h3 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .home-featured-block header h3 {
        font-size: 15px; } }
  .home-featured-block header h4 {
    margin: 10px 0 15px;
    font-size: 2rem;
    font-weight: 500; }
  @media (min-width: 768px) {
    .home-featured-block .home-featured-block-body {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .home-featured-block .home-featured-block-body > div:first-child {
      max-width: 62.5%;
      min-width: 62.5%; } }
  @media (min-width: 768px) {
    .home-featured-block .home-featured-block-body > div:last-child {
      max-width: 37.5%;
      min-width: 37.5%;
      padding-left: 6.25%;
      margin-top: 15px;
      display: flex;
      justify-content: flex-end;
      align-items: flex-start; } }
  .home-featured-block .home-featured-block-body img {
    margin: 30px 0;
    max-width: 100%;
    height: auto;
    display: none; }
    @media (min-width: 768px) {
      .home-featured-block .home-featured-block-body img {
        display: block; } }
  .home-featured-block .home-featured-block-slider {
    margin-top: 60px; }

.home-featured-block-events > header {
  margin-bottom: 30px;
  width: 83.33333%;
  margin-left: 8.33333%; }
  @media (min-width: 768px) {
    .home-featured-block-events > header {
      display: flex;
      justify-content: space-between;
      width: 66.66667%;
      margin-left: 16.66667%; } }
  .home-featured-block-events > header h3 {
    margin: 0;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .home-featured-block-events > header h3 {
        margin-bottom: 0; } }

.post-application-field-related,
.related-content-news {
  padding: 0; }
  .post-application-field-related header h3,
  .related-content-news header h3 {
    margin-top: 0;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .post-application-field-related header h3,
      .related-content-news header h3 {
        margin-bottom: 60px; } }
  .post-application-field-related .swiper-slide,
  .related-content-news .swiper-slide {
    width: auto;
    height: auto; }

/* Single page */
.single-content,
.single-post-product-content {
  margin-bottom: 60px; }

/* Single events */
.single-event {
  background-color: #F0F0F0; }
  .single-event .newsletter {
    margin-top: 60px; }

/* Archive events */
.post-list-events .filterbar {
  width: 83.33333%;
  margin-left: 8.33333%;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .post-list-events .filterbar {
      width: 66.66667%;
      margin-left: 16.66667%; } }

/* Archive team */
.post-list-team-wrapper .clear-filters-wrapper {
  display: none; }

.post-list-team-wrapper > section > header,
.post-list-team-wrapper > section .directors-grid {
  width: 83.33333%;
  margin-left: 8.33333%; }
  @media (min-width: 768px) {
    .post-list-team-wrapper > section > header,
    .post-list-team-wrapper > section .directors-grid {
      width: 66.66667%;
      margin-left: 16.66667%; } }
  @media (min-width: 992px) {
    .post-list-team-wrapper > section > header,
    .post-list-team-wrapper > section .directors-grid {
      width: 66.66667%;
      margin-left: 16.66667%; } }
  @media (min-width: 1510px) {
    .post-list-team-wrapper > section > header,
    .post-list-team-wrapper > section .directors-grid {
      width: 58.33333%;
      margin-left: 25%; } }

.post-list-team-wrapper > section > header h2 {
  font-weight: 400; }

.post-list-team-wrapper .directors-grid {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .post-list-team-wrapper .directors-grid {
      margin-bottom: 90px; } }
  .post-list-team-wrapper .directors-grid .directors-grid-inner {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap; }
  .post-list-team-wrapper .directors-grid .member {
    max-width: 50%;
    min-width: 50%;
    padding: 0 15px; }
    @media (min-width: 576px) {
      .post-list-team-wrapper .directors-grid .member {
        max-width: 33.33333%;
        min-width: 33.33333%; } }

.post-list-team-wrapper .filterbar,
.post-list-team-wrapper .no-results {
  margin-bottom: 0;
  width: 83.33333%;
  margin-left: 8.33333%; }
  @media (min-width: 768px) {
    .post-list-team-wrapper .filterbar,
    .post-list-team-wrapper .no-results {
      width: 66.66667%;
      margin-left: 16.66667%;
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .post-list-team-wrapper .filterbar,
    .post-list-team-wrapper .no-results {
      width: 66.66667%;
      margin-left: 16.66667%; } }
  @media (min-width: 1510px) {
    .post-list-team-wrapper .filterbar,
    .post-list-team-wrapper .no-results {
      width: 58.33333%;
      margin-left: 25%; } }
  @media (min-width: 768px) {
    .post-list-team-wrapper .filterbar .filter.filter-selector .filter-selector-handler,
    .post-list-team-wrapper .no-results .filter.filter-selector .filter-selector-handler {
      width: 300px; } }

.post-list-team-wrapper .no-results {
  margin-bottom: 120px; }

.post-list-team-wrapper .staff-grid {
  overflow: hidden;
  width: 83.33333%;
  margin-left: 8.33333%; }
  @media (min-width: 768px) {
    .post-list-team-wrapper .staff-grid {
      width: 66.66667%;
      margin-left: 16.66667%; } }
  @media (min-width: 992px) {
    .post-list-team-wrapper .staff-grid {
      width: 66.66667%;
      margin-left: 16.66667%; } }
  @media (min-width: 1510px) {
    .post-list-team-wrapper .staff-grid {
      width: 58.33333%;
      margin-left: 25%; } }
  .post-list-team-wrapper .staff-grid .masonry {
    margin-top: -1px;
    width: auto;
    margin-left: -30px;
    margin-right: -30px; }
    .post-list-team-wrapper .staff-grid .masonry > .masonry-item {
      max-width: 100%;
      min-width: 100%;
      padding: 0 30px;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .post-list-team-wrapper .staff-grid .masonry > .masonry-item {
          max-width: 50%;
          min-width: 50%; } }
      .post-list-team-wrapper .staff-grid .masonry > .masonry-item:nth-child(2) {
        margin-top: 0; }

/* Modal Staff */
@media (min-width: 1200px) {
  .modal-staff,
  .single-team-content {
    display: flex; } }

.modal-staff picture.image,
.single-team-content picture.image {
  max-width: 180px;
  min-width: 180px;
  margin-top: 0;
  margin-bottom: 30px; }

.modal-staff h6,
.single-team-content h6 {
  margin-bottom: 0;
  text-transform: uppercase; }

.modal-staff p,
.single-team-content p {
  margin: 0; }

.modal-staff .team_position,
.single-team-content .team_position {
  margin-bottom: 15px; }
  .modal-staff .team_position p,
  .single-team-content .team_position p {
    font-weight: 500; }
    .modal-staff .team_position p.expertise,
    .single-team-content .team_position p.expertise {
      font-weight: 400;
      font-style: italic; }

.modal-staff .team_address,
.single-team-content .team_address {
  margin-top: 15px; }

.modal-staff .social-nav,
.single-team-content .social-nav {
  margin-top: 15px; }
  .modal-staff .social-nav ul,
  .single-team-content .social-nav ul {
    flex-wrap: wrap; }
    .modal-staff .social-nav ul li,
    .single-team-content .social-nav ul li {
      margin-bottom: 0;
      margin-right: 15px; }
      .modal-staff .social-nav ul li:last-child,
      .single-team-content .social-nav ul li:last-child {
        margin-right: 0; }

@media (min-width: 992px) {
  .modal-staff > div:first-child,
  .single-team-content > div:first-child {
    min-width: 230px;
    width: 30%; } }

.modal-staff > div:last-child,
.single-team-content > div:last-child {
  margin-top: 30px; }
  @media (min-width: 1200px) {
    .modal-staff > div:last-child,
    .single-team-content > div:last-child {
      margin-left: 60px;
      margin-top: 0; } }
  .modal-staff > div:last-child p,
  .single-team-content > div:last-child p {
    margin-bottom: 10px; }
  .modal-staff > div:last-child .social-nav,
  .single-team-content > div:last-child .social-nav {
    margin-top: 15px; }
    .modal-staff > div:last-child .social-nav ul li,
    .single-team-content > div:last-child .social-nav ul li {
      margin-right: 15px; }
  .modal-staff > div:last-child .publications,
  .single-team-content > div:last-child .publications {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -15px; }
    .modal-staff > div:last-child .publications > a,
    .single-team-content > div:last-child .publications > a {
      margin-right: 60px;
      margin-bottom: 15px; }

/* Contacto */
.contact .contact-form,
.contact .newsletter-form,
.modal .contact-form,
.modal .newsletter-form,
.newsletter-wrapper .contact-form,
.newsletter-wrapper .newsletter-form {
  padding: 60px 0;
  background-color: #F0F0F0; }
  @media (min-width: 992px) {
    .contact .contact-form,
    .contact .newsletter-form,
    .modal .contact-form,
    .modal .newsletter-form,
    .newsletter-wrapper .contact-form,
    .newsletter-wrapper .newsletter-form {
      margin-top: 120px; } }
  .contact .contact-form .contact-form-inner,
  .contact .contact-form .newsletter-form-inner,
  .contact .newsletter-form .contact-form-inner,
  .contact .newsletter-form .newsletter-form-inner,
  .modal .contact-form .contact-form-inner,
  .modal .contact-form .newsletter-form-inner,
  .modal .newsletter-form .contact-form-inner,
  .modal .newsletter-form .newsletter-form-inner,
  .newsletter-wrapper .contact-form .contact-form-inner,
  .newsletter-wrapper .contact-form .newsletter-form-inner,
  .newsletter-wrapper .newsletter-form .contact-form-inner,
  .newsletter-wrapper .newsletter-form .newsletter-form-inner {
    width: 83.33333%;
    margin-left: 8.33333%; }
    @media (min-width: 768px) {
      .contact .contact-form .contact-form-inner,
      .contact .contact-form .newsletter-form-inner,
      .contact .newsletter-form .contact-form-inner,
      .contact .newsletter-form .newsletter-form-inner,
      .modal .contact-form .contact-form-inner,
      .modal .contact-form .newsletter-form-inner,
      .modal .newsletter-form .contact-form-inner,
      .modal .newsletter-form .newsletter-form-inner,
      .newsletter-wrapper .contact-form .contact-form-inner,
      .newsletter-wrapper .contact-form .newsletter-form-inner,
      .newsletter-wrapper .newsletter-form .contact-form-inner,
      .newsletter-wrapper .newsletter-form .newsletter-form-inner {
        width: 66.66667%;
        margin-left: 16.66667%; } }
    @media (min-width: 992px) {
      .contact .contact-form .contact-form-inner,
      .contact .contact-form .newsletter-form-inner,
      .contact .newsletter-form .contact-form-inner,
      .contact .newsletter-form .newsletter-form-inner,
      .modal .contact-form .contact-form-inner,
      .modal .contact-form .newsletter-form-inner,
      .modal .newsletter-form .contact-form-inner,
      .modal .newsletter-form .newsletter-form-inner,
      .newsletter-wrapper .contact-form .contact-form-inner,
      .newsletter-wrapper .contact-form .newsletter-form-inner,
      .newsletter-wrapper .newsletter-form .contact-form-inner,
      .newsletter-wrapper .newsletter-form .newsletter-form-inner {
        width: 41.66667%;
        margin-left: 16.66667%; } }
    @media (min-width: 1510px) {
      .contact .contact-form .contact-form-inner,
      .contact .contact-form .newsletter-form-inner,
      .contact .newsletter-form .contact-form-inner,
      .contact .newsletter-form .newsletter-form-inner,
      .modal .contact-form .contact-form-inner,
      .modal .contact-form .newsletter-form-inner,
      .modal .newsletter-form .contact-form-inner,
      .modal .newsletter-form .newsletter-form-inner,
      .newsletter-wrapper .contact-form .contact-form-inner,
      .newsletter-wrapper .contact-form .newsletter-form-inner,
      .newsletter-wrapper .newsletter-form .contact-form-inner,
      .newsletter-wrapper .newsletter-form .newsletter-form-inner {
        width: 41.66667%;
        margin-left: 25%; } }

.contact form,
.modal form,
.newsletter-wrapper form {
  display: flex;
  flex-wrap: wrap; }
  .contact form .field,
  .modal form .field,
  .newsletter-wrapper form .field {
    width: 100%; }
  @media (min-width: 768px) {
    .contact form .field:not([data-type="textarea"]),
    .modal form .field:not([data-type="textarea"]),
    .newsletter-wrapper form .field:not([data-type="textarea"]) {
      width: 50%; } }
  @media (min-width: 768px) {
    .contact form .field:not([data-type="textarea"]):nth-child(odd),
    .modal form .field:not([data-type="textarea"]):nth-child(odd),
    .newsletter-wrapper form .field:not([data-type="textarea"]):nth-child(odd) {
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .contact form .field:not([data-type="textarea"]):nth-child(even),
    .modal form .field:not([data-type="textarea"]):nth-child(even),
    .newsletter-wrapper form .field:not([data-type="textarea"]):nth-child(even) {
      padding-left: 15px; } }
  .contact form .field[data-type="checkbox"]:nth-child(even), .contact form .field[data-type="checkbox"]:nth-child(odd), .contact form .field[data-type="submit"]:nth-child(even), .contact form .field[data-type="submit"]:nth-child(odd),
  .modal form .field[data-type="checkbox"]:nth-child(even),
  .modal form .field[data-type="checkbox"]:nth-child(odd),
  .modal form .field[data-type="submit"]:nth-child(even),
  .modal form .field[data-type="submit"]:nth-child(odd),
  .newsletter-wrapper form .field[data-type="checkbox"]:nth-child(even),
  .newsletter-wrapper form .field[data-type="checkbox"]:nth-child(odd),
  .newsletter-wrapper form .field[data-type="submit"]:nth-child(even),
  .newsletter-wrapper form .field[data-type="submit"]:nth-child(odd) {
    padding: 0;
    width: 100%;
    margin-bottom: 15px; }
    .contact form .field[data-type="checkbox"]:nth-child(even):last-child, .contact form .field[data-type="checkbox"]:nth-child(odd):last-child, .contact form .field[data-type="submit"]:nth-child(even):last-child, .contact form .field[data-type="submit"]:nth-child(odd):last-child,
    .modal form .field[data-type="checkbox"]:nth-child(even):last-child,
    .modal form .field[data-type="checkbox"]:nth-child(odd):last-child,
    .modal form .field[data-type="submit"]:nth-child(even):last-child,
    .modal form .field[data-type="submit"]:nth-child(odd):last-child,
    .newsletter-wrapper form .field[data-type="checkbox"]:nth-child(even):last-child,
    .newsletter-wrapper form .field[data-type="checkbox"]:nth-child(odd):last-child,
    .newsletter-wrapper form .field[data-type="submit"]:nth-child(even):last-child,
    .newsletter-wrapper form .field[data-type="submit"]:nth-child(odd):last-child {
      margin-bottom: 0; }
  .contact form span.wpcf7-not-valid-tip,
  .modal form span.wpcf7-not-valid-tip,
  .newsletter-wrapper form span.wpcf7-not-valid-tip {
    position: absolute;
    min-width: max-content;
    color: #ff0000;
    font-size: 12px;
    padding-top: 5px; }
  .contact form div.wpcf7-validation-errors,
  .contact form div.wpcf7-mail-sent-ok,
  .modal form div.wpcf7-validation-errors,
  .modal form div.wpcf7-mail-sent-ok,
  .newsletter-wrapper form div.wpcf7-validation-errors,
  .newsletter-wrapper form div.wpcf7-mail-sent-ok {
    display: block;
    margin-left: 0;
    width: 100%;
    margin-right: 0;
    padding: 0;
    border: none; }
  .contact form div.wpcf7-validation-errors,
  .modal form div.wpcf7-validation-errors,
  .newsletter-wrapper form div.wpcf7-validation-errors {
    color: #ff0000; }
  .contact form div.wpcf7-mail-sent-ok,
  .modal form div.wpcf7-mail-sent-ok,
  .newsletter-wrapper form div.wpcf7-mail-sent-ok {
    color: #398f14; }
  .contact form .contact-footer,
  .modal form .contact-footer,
  .newsletter-wrapper form .contact-footer {
    margin-top: 30px; }
    @media (min-width: 768px) {
      .contact form .contact-footer,
      .modal form .contact-footer,
      .newsletter-wrapper form .contact-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%; } }
    @media (min-width: 768px) {
      .contact form .contact-footer > .field:last-child,
      .modal form .contact-footer > .field:last-child,
      .newsletter-wrapper form .contact-footer > .field:last-child {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-start; } }
  .contact form .cf7sr-g-recaptcha,
  .modal form .cf7sr-g-recaptcha,
  .newsletter-wrapper form .cf7sr-g-recaptcha {
    margin-top: 15px;
    width: 100%; }

@media (min-width: 768px) {
  .contact form .field:not([data-type="textarea"]):nth-child(odd),
  .modal form .field:not([data-type="textarea"]):nth-child(odd) {
    padding-left: 15px;
    padding-right: 0; } }

@media (min-width: 768px) {
  .contact form .field:not([data-type="textarea"]):nth-child(even),
  .modal form .field:not([data-type="textarea"]):nth-child(even) {
    padding-right: 15px;
    padding-left: 0; } }

@media (min-width: 768px) {
  .contact form .contact-footer,
  .modal form .contact-footer {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px); } }

.contact-localization > header {
  width: 83.33333%;
  margin-left: 8.33333%; }
  @media (min-width: 768px) {
    .contact-localization > header {
      width: 66.66667%;
      margin-left: 16.66667%; } }
  @media (min-width: 992px) {
    .contact-localization > header {
      width: 41.66667%;
      margin-left: 16.66667%; } }
  @media (min-width: 1510px) {
    .contact-localization > header {
      width: 33.33333%;
      margin-left: 25%; } }

.contact-localization .contact-location-list {
  margin-top: 60px;
  margin-bottom: 135px;
  width: 83.33333%;
  margin-left: 8.33333%; }
  @media (min-width: 768px) {
    .contact-localization .contact-location-list {
      width: 66.66667%;
      margin-left: 16.66667%;
      margin-top: 120px; } }
  @media (min-width: 992px) {
    .contact-localization .contact-location-list {
      width: 66.66667%;
      margin-left: 16.66667%; } }
  .contact-localization .contact-location-list > article {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .contact-localization .contact-location-list > article {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 120px; } }
    .contact-localization .contact-location-list > article:last-child {
      margin-bottom: 0; }
    .contact-localization .contact-location-list > article header {
      background-color: #F0F0F0;
      padding: 10%; }
      @media (max-width: 768px) {
        .contact-localization .contact-location-list > article header {
          transform: none !important; } }
      @media (min-width: 768px) {
        .contact-localization .contact-location-list > article header {
          max-width: 50%;
          min-width: 50%;
          padding: 6.25%; } }
      .contact-localization .contact-location-list > article header h3 {
        margin-top: 0; }
      .contact-localization .contact-location-list > article header address {
        margin-bottom: 30px; }
      .contact-localization .contact-location-list > article header > a {
        margin-bottom: 30px; }
        .contact-localization .contact-location-list > article header > a:last-child {
          margin-bottom: 0; }
    @media (min-width: 768px) {
      .contact-localization .contact-location-list > article figure {
        max-width: 56.25%;
        min-width: 56.25%;
        transform: translateX(11.11111%); } }
    .contact-localization .contact-location-list > article figure .image {
      margin: 0; }
      .contact-localization .contact-location-list > article figure .image img {
        width: 100%; }
        @media (min-width: 768px) {
          .contact-localization .contact-location-list > article figure .image img {
            min-height: 250px;
            width: 100%;
            object-fit: cover; } }
        @media (min-width: 992px) {
          .contact-localization .contact-location-list > article figure .image img {
            min-height: 300px; } }
    .contact-localization .contact-location-list > article:nth-child(even) {
      flex-direction: row; }
      .contact-localization .contact-location-list > article:nth-child(even) header {
        margin-top: 30px; }
        @media (min-width: 768px) {
          .contact-localization .contact-location-list > article:nth-child(even) header {
            padding-right: 12.5%; } }
      .contact-localization .contact-location-list > article:nth-child(even) figure {
        padding-bottom: 30px; }
        @media (min-width: 768px) {
          .contact-localization .contact-location-list > article:nth-child(even) figure {
            transform: translateX(-11.11111%); } }
    @media (min-width: 768px) {
      .contact-localization .contact-location-list > article:nth-child(odd) header {
        margin-bottom: 30px;
        padding-left: 12.5%; } }
    @media (min-width: 768px) {
      .contact-localization .contact-location-list > article:nth-child(odd) figure {
        margin-top: 30px; } }

/* Page */
.page .page-content.guten-content {
  margin-bottom: 60px; }
  .page .page-content.guten-content h3 {
    font-weight: 400; }

/* Noticias */
.page-template-template-news .masonry-outer {
  width: 83.33333%;
  margin-left: 8.33333%;
  overflow: hidden;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .page-template-template-news .masonry-outer {
      width: 66.66667%;
      margin-left: 16.66667%; } }
  @media (max-width: 768px) {
    .page-template-template-news .masonry-outer .masonry-item {
      position: static !important;
      width: 100%; } }

/* Licitaciones */
.tenders .tenders-wrapper,
.tenders > a {
  width: 83.33333%;
  margin-left: 8.33333%; }
  @media (min-width: 768px) {
    .tenders .tenders-wrapper,
    .tenders > a {
      width: 66.66667%;
      margin-left: 16.66667%; } }
  @media (min-width: 992px) {
    .tenders .tenders-wrapper,
    .tenders > a {
      width: 66.66667%;
      margin-left: 16.66667%; } }
  @media (min-width: 1510px) {
    .tenders .tenders-wrapper,
    .tenders > a {
      width: 58.33333%;
      margin-left: 25%; } }
  .tenders .tenders-wrapper ul,
  .tenders > a ul {
    padding-left: 0;
    display: flex;
    flex-direction: column; }
    .tenders .tenders-wrapper ul li,
    .tenders > a ul li {
      margin-right: 60px; }
      .tenders .tenders-wrapper ul li:last-child,
      .tenders > a ul li:last-child {
        margin-right: 0; }
      .tenders .tenders-wrapper ul li:before,
      .tenders > a ul li:before {
        display: none; }

.tenders .tender-list-item-content {
  padding: 30px 0;
  border-top: 1px solid #d0d0d0; }

.tenders .tender-list-item {
  padding: 30px 0;
  border-top: 1px solid #d0d0d0; }
  @media (min-width: 768px) {
    .tenders .tender-list-item {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .tenders .tender-list-item > header {
      max-width: 64.28571%;
      min-width: 64.28571%; } }
  .tenders .tender-list-item > div {
    margin-top: 15px; }
    @media (min-width: 768px) {
      .tenders .tender-list-item > div {
        max-width: 35.71429%;
        min-width: 35.71429%;
        padding-left: 7.14286%;
        margin-top: 0; } }
  .tenders .tender-list-item h3,
  .tenders .tender-list-item p {
    margin-top: 0; }
  .tenders .tender-list-item ul {
    margin-bottom: 0;
    margin-top: 30px; }
  .tenders .tender-list-item.enterprise-activities > header {
    max-width: 100%;
    min-width: 100%; }
  .tenders .tender-list-item.enterprise-activities ul {
    margin-top: 0; }

/* Error 404 */
.error-404 {
  min-height: calc(100vh - 75px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
  width: 83.33333%;
  margin-left: 8.33333%; }
  @media (min-width: 768px) {
    .error-404 {
      width: 66.66667%;
      margin-left: 16.66667%;
      min-height: 100vh; } }
  @media (min-width: 1510px) {
    .error-404 {
      width: 58.33333%;
      margin-left: 25%; } }
  .error-404 > div:first-child {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .error-404 > div:first-child {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center; } }
    .error-404 > div:first-child > article:last-child {
      margin-bottom: 60px; }
    @media (min-width: 768px) {
      .error-404 > div:first-child > article {
        width: 50%; }
        .error-404 > div:first-child > article:last-child {
          width: 37.5%;
          margin-left: 12.5%;
          margin-bottom: 120px; } }
    @media (min-width: 1510px) {
      .error-404 > div:first-child > article {
        width: 42.85714%; }
        .error-404 > div:first-child > article:last-child {
          margin-left: 14.28571%; } }
    .error-404 > div:first-child > article h2 {
      color: #000000; }
      .error-404 > div:first-child > article h2 + p {
        margin-bottom: 45px; }
        @media (min-width: 768px) {
          .error-404 > div:first-child > article h2 + p {
            margin-bottom: 60px; } }
    .error-404 > div:first-child > article img {
      max-width: 100%; }
  .error-404 .search-form-wrapper {
    opacity: 1;
    visibility: visible;
    padding: 0;
    height: auto;
    width: auto;
    position: static;
    margin-top: 45px;
    transform: none; }
    @media (min-width: 768px) {
      .error-404 .search-form-wrapper {
        width: 57.14286%;
        margin-top: 60px; } }

/* Newsletter */
.newsletter-wrapper {
  margin-bottom: 135px; }
  .newsletter-wrapper .checkbox-group {
    width: 100%;
    /*
        @include mq-sm{
            display: flex;
            flex-wrap: wrap;
            margin-bottom: $gutter *2;
        }
        */
    /*
        >div.field[data-type="checkbox"]{
            @include mq-sm{
                width: 50%;
            }
            &:nth-child(even){
                @include mq-sm{
                    padding-right: $gutter;
                }
            }
            &:nth-child(odd){
                @include mq-sm{
                    padding-left: $gutter;
                }
            }
        }
        */ }
    .newsletter-wrapper .checkbox-group > p {
      font-weight: 700;
      width: 100%;
      margin-top: 45px; }
    .newsletter-wrapper .checkbox-group .field[data-type="checkbox"]:nth-child(even), .newsletter-wrapper .checkbox-group .field[data-type="checkbox"]:nth-child(odd) {
      margin-bottom: 0; }

/* Search results */
.search-no-results .site-main,
.search-results .site-main {
  margin-left: 8.33333%;
  width: 83.33333%; }
  @media (min-width: 768px) {
    .search-no-results .site-main,
    .search-results .site-main {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .search-no-results .site-main,
    .search-results .site-main {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media (min-width: 1510px) {
    .search-no-results .site-main,
    .search-results .site-main {
      margin-left: 25%;
      width: 58.33333%; } }

.search-no-results .no-content {
  padding: 60px 0; }
  .search-no-results .no-content p {
    color: #000000;
    font-size: 1.86667rem; }
    @media (min-width: 768px) {
      .search-no-results .no-content p {
        font-size: 2.53333rem; } }

/* Template team */
.team-template-default .single-team {
  margin: 60px 0;
  margin-left: 8.33333%;
  width: 83.33333%; }
  @media (min-width: 768px) {
    .team-template-default .single-team {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .team-template-default .single-team {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media (min-width: 1510px) {
    .team-template-default .single-team {
      margin-left: 25%;
      width: 58.33333%; } }

/* Exception IE */
.IE-popup h5 {
  margin-top: 0; }

.IE-popup p {
  margin-bottom: 0; }

/* cpt with form */
.single-actives .guten-content {
  margin-bottom: 30px; }
  .single-actives .guten-content .share-links {
    margin-top: 30px; }

/* Related content blocks*/
.related-content {
  /* Animations */
  /* Dimension and paddings */ }
  .related-content > section > header {
    display: flex;
    justify-content: space-between;
    margin-left: 8.33333%;
    width: 83.33333%; }
    @media (min-width: 768px) {
      .related-content > section > header {
        margin-left: 16.66667%;
        width: 66.66667%; } }
  .related-content > section > header,
  .related-content > section .slider {
    position: relative; }
  .related-content .swiper-wrapper > .swiper-slide:nth-child(odd) .list-card {
    margin-top: 15px; }
    @media (min-width: 768px) {
      .related-content .swiper-wrapper > .swiper-slide:nth-child(odd) .list-card {
        margin-top: 45px; } }
  .related-content .related-content-services,
  .related-content .related-content-products,
  .related-content .related-content-projects,
  .related-content .related-content-actives {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .related-content .related-content-services,
      .related-content .related-content-products,
      .related-content .related-content-projects,
      .related-content .related-content-actives {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .related-content .related-content-services .slider,
  .related-content .related-content-products .slider,
  .related-content .related-content-projects .slider,
  .related-content .related-content-actives .slider,
  .related-content .related-content-news .slider {
    margin-left: 8.33333%;
    width: 83.33333%; }
    @media (min-width: 768px) {
      .related-content .related-content-services .slider,
      .related-content .related-content-products .slider,
      .related-content .related-content-projects .slider,
      .related-content .related-content-actives .slider,
      .related-content .related-content-news .slider {
        margin-left: 16.66667%;
        width: 66.66667%; } }
  .related-content .related-content-services .animation-fade-in-cascade .swiper-wrapper > .swiper-slide,
  .related-content .related-content-projects .animation-fade-in-cascade .swiper-wrapper > .swiper-slide,
  .related-content .related-content-actives .animation-fade-in-cascade .swiper-wrapper > .swiper-slide,
  .related-content .related-content-news .animation-fade-in-cascade .swiper-wrapper > .swiper-slide {
    opacity: 0;
    filter: alpha(opacity=0); }
  .related-content .related-content-services .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide,
  .related-content .related-content-projects .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide,
  .related-content .related-content-actives .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide,
  .related-content .related-content-news .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide {
    animation-name: fadeInUp;
    animation-duration: .7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
    .related-content .related-content-services .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(2),
    .related-content .related-content-projects .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(2),
    .related-content .related-content-actives .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(2),
    .related-content .related-content-news .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(2) {
      animation-delay: .2s; }
    .related-content .related-content-services .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(3),
    .related-content .related-content-projects .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(3),
    .related-content .related-content-actives .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(3),
    .related-content .related-content-news .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(3) {
      animation-delay: .4s; }
    .related-content .related-content-services .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(4),
    .related-content .related-content-projects .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(4),
    .related-content .related-content-actives .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(4),
    .related-content .related-content-news .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(4) {
      animation-delay: .6s; }
    .related-content .related-content-services .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(5),
    .related-content .related-content-projects .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(5),
    .related-content .related-content-actives .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(5),
    .related-content .related-content-news .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(5) {
      animation-delay: .8s; }
    .related-content .related-content-services .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(6),
    .related-content .related-content-projects .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(6),
    .related-content .related-content-actives .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(6),
    .related-content .related-content-news .animation-fade-in-cascade.animate .swiper-wrapper > .swiper-slide:nth-child(6) {
      animation-delay: 1s; }
  .related-content .related-content-services .swiper-wrapper > .swiper-slide,
  .related-content .related-content-news .swiper-wrapper > .swiper-slide {
    width: calc(100% - 30px); }
    @media (min-width: 576px) {
      .related-content .related-content-services .swiper-wrapper > .swiper-slide,
      .related-content .related-content-news .swiper-wrapper > .swiper-slide {
        width: calc(50% - 15px); } }
    @media (min-width: 1200px) {
      .related-content .related-content-services .swiper-wrapper > .swiper-slide,
      .related-content .related-content-news .swiper-wrapper > .swiper-slide {
        width: calc(33.333333% - 20px); } }
  .related-content .related-content-services .list-card-body,
  .related-content .related-content-news .list-card-body {
    display: none; }
  .related-content .related-content-projects .swiper-wrapper > .swiper-slide,
  .related-content .related-content-actives .swiper-wrapper > .swiper-slide {
    width: calc(100% - 30px); }
    @media (min-width: 576px) {
      .related-content .related-content-projects .swiper-wrapper > .swiper-slide,
      .related-content .related-content-actives .swiper-wrapper > .swiper-slide {
        width: calc(70% - 15px); } }
    @media (min-width: 1200px) {
      .related-content .related-content-projects .swiper-wrapper > .swiper-slide,
      .related-content .related-content-actives .swiper-wrapper > .swiper-slide {
        width: calc(50% - 15px); } }
  .related-content .related-content-actives {
    background-color: #F0F0F0; }
  .related-content .related-content-products {
    background-color: #F0F0F0; }
    .related-content .related-content-products .post-link-grid {
      margin-left: 8.33333%;
      width: 83.33333%; }
      @media (min-width: 768px) {
        .related-content .related-content-products .post-link-grid {
          margin-left: 16.66667%;
          width: 66.66667%; } }
      .related-content .related-content-products .post-link-grid > .post-link {
        padding: 0; }
        @media (min-width: 768px) {
          .related-content .related-content-products .post-link-grid > .post-link {
            padding: 0 15px; } }
  .related-content .related-content-services {
    background-color: #F0F0F0;
    padding-top: 30px; }
    @media (min-width: 768px) {
      .related-content .related-content-services {
        padding-top: 60px; } }
  .related-content .related-content-projects {
    padding-bottom: 30px;
    position: relative; }
    @media (min-width: 768px) {
      .related-content .related-content-projects {
        padding-bottom: 60px; } }
    .related-content .related-content-projects:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 55%;
      min-height: 300px;
      display: block;
      background-color: #F0F0F0; }
  .related-content .related-content-news {
    background-color: #F0F0F0;
    padding: 60px 0; }
    .related-content .related-content-news h3 {
      margin-top: 0; }
    .related-content .related-content-news .swiper-wrapper > .swiper-slide:nth-child(odd) .list-card {
      margin-top: 0; }
      @media (min-width: 768px) {
        .related-content .related-content-news .swiper-wrapper > .swiper-slide:nth-child(odd) .list-card {
          margin-top: 0; } }
    .related-content .related-content-news .swiper-wrapper > .swiper-slide:nth-child(even) .list-card {
      margin-top: 15px; }
      @media (min-width: 768px) {
        .related-content .related-content-news .swiper-wrapper > .swiper-slide:nth-child(even) .list-card {
          margin-top: 45px; } }
  .related-content.single-post-product-related .related-content-products {
    margin-bottom: 60px;
    padding-bottom: 60px; }
    .related-content.single-post-product-related .related-content-products header h3 {
      margin-bottom: 60px; }
  .related-content.single-post-active-related .related-content-actives {
    margin-bottom: 60px;
    padding-top: 0; }
    .related-content.single-post-active-related .related-content-actives:before {
      display: none; }
    .related-content.single-post-active-related .related-content-actives header h3 {
      margin-bottom: 60px; }
  .related-content.single-post-project-related .related-content-projects {
    padding-top: 0; }
    .related-content.single-post-project-related .related-content-projects:before {
      display: none; }
    .related-content.single-post-project-related .related-content-projects header h3 {
      margin-bottom: 60px; }
  .related-content.single-post-service-related {
    margin-top: 60px;
    margin-bottom: 60px; }
    .related-content.single-post-service-related .related-content-services {
      padding-bottom: 60px;
      padding-top: 30px; }
    .related-content.single-post-service-related header h3 {
      margin-bottom: 60px; }

.related-content-case-studies .swiper-wrapper > .swiper-slide {
  width: 75%; }
  @media (min-width: 1200px) {
    .related-content-case-studies .swiper-wrapper > .swiper-slide {
      max-width: 1000px; } }

.form-hidden-fields {
  display: none; }

.single-events-form {
  background-color: #fff;
  margin-top: 30px; }
  .single-events-form .tribe-link-view-attendee,
  .single-events-form .form-hidden-fields {
    display: none; }
  .single-events-form .tribe-tickets-rsvp {
    padding-bottom: 60px;
    padding-top: 60px;
    width: 83.33333%;
    margin-left: 8.33333%; }
    @media (min-width: 768px) {
      .single-events-form .tribe-tickets-rsvp {
        width: 66.66667%;
        margin-left: 16.66667%; } }
    .single-events-form .tribe-tickets-rsvp header h3 {
      margin-top: 0; }
    .single-events-form .tribe-tickets-rsvp .tribe-events-tickets {
      background-color: #fff; }
      .single-events-form .tribe-tickets-rsvp .tribe-events-tickets tr.hidden,
      .single-events-form .tribe-tickets-rsvp .tribe-events-tickets .field.hidden {
        display: none; }
      .single-events-form .tribe-tickets-rsvp .tribe-events-tickets tr {
        border: none; }
      .single-events-form .tribe-tickets-rsvp .tribe-events-tickets button {
        border-radius: 0 !important; }
  .single-events-form .tribe-tickets-fields {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .single-events-form .tribe-tickets-fields .field {
      padding: 0 7.5px;
      max-width: 100%;
      min-width: 100%; }
      @media (min-width: 768px) {
        .single-events-form .tribe-tickets-fields .field {
          max-width: 50%;
          min-width: 50%; } }
      .single-events-form .tribe-tickets-fields .field[data-type="hidden"] {
        width: 0;
        height: 0;
        padding: 0;
        visibility: hidden;
        max-width: 0 !important;
        min-width: 0 !important; }
      .single-events-form .tribe-tickets-fields .field[data-type="checkbox"], .single-events-form .tribe-tickets-fields .field[data-type="radio"] {
        padding-top: 30px;
        display: block; }
      .single-events-form .tribe-tickets-fields .field[data-type="textarea"] {
        padding-top: 30px;
        max-width: 100%;
        min-width: 100%; }
  .single-events-form .tribe-tickets-order_status-row {
    width: 0;
    height: 0;
    padding: 0;
    visibility: hidden;
    max-width: 0 !important;
    min-width: 0 !important; }
  .single-events-form .form-group-submit {
    margin-top: 15px;
    width: 100%; }
    .single-events-form .form-group-submit .field {
      max-width: 100%;
      min-width: 100%; }
    .single-events-form .form-group-submit > div[data-type="submit"] {
      margin: 30px 0 0; }
      .single-events-form .form-group-submit > div[data-type="submit"] button {
        margin: 0; }
  .single-events-form .tribe-validation-message {
    padding: 15px; }
    .single-events-form .tribe-validation-message.tribe-validation-message-error {
      margin-top: 30px;
      color: red;
      border: 1px solid red; }
      .single-events-form .tribe-validation-message.tribe-validation-message-error p {
        margin: 0; }
    .single-events-form .tribe-validation-message.tribe-validation-message-success {
      padding: 30px;
      margin-top: 0;
      display: block;
      border: 1px solid #a7a8a7; }
      .single-events-form .tribe-validation-message.tribe-validation-message-success h3 {
        margin: 15px 0 0; }
  .single-events-form .tribe-nostock {
    padding: 30px;
    margin-top: 0;
    display: block;
    border: 1px solid #a7a8a7; }
    .single-events-form .tribe-nostock h3 {
      margin: 15px 0 0; }

/* Work script */
.mui-fixed.MuiModal-root .MuiMenu-paper {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid #a7a8a7;
  margin-top: 42px;
  min-width: 200px !important;
  margin-left: -16px; }

.mui-fixed.MuiModal-root ul li::before {
  display: none; }

.mui-fixed.MuiModal-root ul li:hover {
  background-color: #fff !important; }

.mui-fixed.MuiModal-root ul li .MuiIconButton-root {
  display: none;
  padding-left: 0 !important; }
  .mui-fixed.MuiModal-root ul li .MuiIconButton-root svg {
    fill: #000000; }

.offers {
  margin-left: 8.33333%;
  width: 83.33333%; }
  @media (min-width: 768px) {
    .offers {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .offers {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media (min-width: 1510px) {
    .offers {
      margin-left: 25%;
      width: 58.33333%; } }
  .offers #tc-jswidget * {
    font-family: "Gotham";
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    border-radius: 0 !important;
    text-transform: none; }
  .offers #tc-jswidget .tc-filters__wrapper {
    margin-bottom: 30px; }
  .offers #tc-jswidget .tc-jobs-container {
    margin-bottom: 60px;
    margin-top: 20px; }
  .offers #tc-jswidget .tc-selector-province,
  .offers #tc-jswidget .tc-selector-shift,
  .offers #tc-jswidget .tc-selector-disabled {
    padding: 10px 30px 10px 15px;
    min-width: 200px;
    border: 1px solid #a7a8a7;
    text-transform: uppercase;
    border-radius: 0; }
    .offers #tc-jswidget .tc-selector-province .MuiSelect-root,
    .offers #tc-jswidget .tc-selector-shift .MuiSelect-root,
    .offers #tc-jswidget .tc-selector-disabled .MuiSelect-root {
      position: relative !important; }
      .offers #tc-jswidget .tc-selector-province .MuiSelect-root .MuiSelect-select,
      .offers #tc-jswidget .tc-selector-shift .MuiSelect-root .MuiSelect-select,
      .offers #tc-jswidget .tc-selector-disabled .MuiSelect-root .MuiSelect-select {
        padding: 0 !important; }
      .offers #tc-jswidget .tc-selector-province .MuiSelect-root svg,
      .offers #tc-jswidget .tc-selector-shift .MuiSelect-root svg,
      .offers #tc-jswidget .tc-selector-disabled .MuiSelect-root svg {
        position: absolute;
        top: -20% !important; }
  .offers #tc-jswidget .tc-clear-filters {
    min-width: fit-content; }
  .offers #tc-jswidget .tc-clear-word {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    padding: 15px 45px;
    min-width: fit-content;
    border: 1px solid #000000 !important;
    background-color: transparent !important;
    box-shadow: none;
    color: #000000 !important;
    border-radius: 0 !important;
    border-color: #d0d0d0 !important;
    line-height: normal; }
    .offers #tc-jswidget .tc-clear-word:hover {
      background-color: #FCDA01 !important;
      border-color: #FCDA01 !important;
      color: #fff !important; }
  .offers #tc-jswidget .tc-widget__wrapper {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important; }
  .offers #tc-jswidget .tc-job-row {
    border: none;
    box-shadow: none;
    padding: 30px 0;
    border-top: 1px solid #d0d0d0; }
    .offers #tc-jswidget .tc-job-row a {
      color: #000000 !important;
      font-weight: 400; }
      .offers #tc-jswidget .tc-job-row a:hover {
        color: #FCDA01 !important;
        text-decoration: none !important; }
    .offers #tc-jswidget .tc-job-row .tc-job-cell.tc-job-position a {
      font-size: 1rem !important;
      font-weight: 500; }
      @media (min-width: 768px) {
        .offers #tc-jswidget .tc-job-row .tc-job-cell.tc-job-position a {
          font-size: 1.2rem !important; } }

.search-page-content {
  margin-left: 8.33333%;
  width: 83.33333%; }
  @media (min-width: 768px) {
    .search-page-content {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .search-page-content {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media (min-width: 1510px) {
    .search-page-content {
      margin-left: 25%;
      width: 58.33333%; } }
  .search-page-content article {
    padding: 30px 0;
    border-top: 1px solid #d0d0d0; }
    @media (min-width: 992px) {
      .search-page-content article {
        display: flex; } }
    .search-page-content article header {
      padding-bottom: 30px; }
      @media (min-width: 992px) {
        .search-page-content article header {
          padding-bottom: 0;
          max-width: 50%;
          min-width: 50%;
          padding-right: 6.25%; } }
      @media (min-width: 1510px) {
        .search-page-content article header {
          max-width: 57.14286%;
          min-width: 57.14286%;
          padding-right: 7.14286%; } }
      .search-page-content article header h2 {
        margin-top: 0;
        margin-bottom: 10px; }
        .search-page-content article header h2 a {
          color: #000000; }
          .search-page-content article header h2 a:hover {
            color: #FCDA01; }
      .search-page-content article header p {
        margin-top: 10px;
        margin-bottom: 0; }
        .search-page-content article header p.organizer > span::after {
          content: ','; }
        .search-page-content article header p.organizer > span:last-child::after {
          display: none; }
    @media (min-width: 768px) {
      .search-page-content article figure {
        max-width: 62.5%;
        min-width: 62.5%; } }
    @media (min-width: 992px) {
      .search-page-content article figure {
        max-width: 50%;
        min-width: 50%; } }
    @media (min-width: 1510px) {
      .search-page-content article figure {
        max-width: 42.85714%;
        min-width: 42.85714%; } }
    .search-page-content article figure .image {
      margin: 0; }
      .search-page-content article figure .image img {
        display: block; }
  .search-page-content .no-results {
    margin-top: 45px;
    margin-bottom: 150px; }

/* Components */
.contact-general-info a {
  display: inline-block;
  color: #464646;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }
  .contact-general-info a:hover {
    color: #797979;
    text-decoration: underline;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }

.social-nav ul {
  display: flex;
  padding: 0;
  padding: 0;
  margin: 0; }

.social-nav .icon svg {
  width: 45px;
  height: 45px;
  fill: #969696;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }
  @media (min-width: 768px) {
    .social-nav .icon svg {
      width: 30px;
      height: 30px; } }

.social-nav a {
  display: inline-block; }
  .social-nav a svg .circle {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
  .social-nav a:hover svg .circle {
    fill: #000000;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }

.search-form-toggle {
  bottom: 30px;
  right: 30px;
  position: absolute;
  width: 30px;
  z-index: 9;
  cursor: pointer; }
  @media (min-width: 992px) {
    .search-form-toggle {
      right: auto;
      bottom: auto;
      position: relative;
      z-index: 0;
      left: 0; } }
  .search-form-toggle.open {
    z-index: 12;
    left: 30px;
    right: auto; }
    @media (min-width: 992px) {
      .search-form-toggle.open {
        left: auto; } }
    .search-form-toggle.open > .icon:first-child {
      opacity: 0;
      filter: alpha(opacity=0);
      transition: none; }
    .search-form-toggle.open > .icon:last-child {
      opacity: 1;
      filter: alpha(opacity=100);
      transition-property: opacity, filter;
      transition-timing-function: ease-in-out;
      transition-duration: .35s;
      transition-delay: .35s; }
  .search-form-toggle:hover > .icon > svg {
    fill: #858484; }
  .search-form-toggle > .icon {
    vertical-align: middle;
    display: block;
    /*Lupa*/ }
    .search-form-toggle > .icon:first-child {
      opacity: 1;
      filter: alpha(opacity=100);
      transition-property: opacity, filter;
      transition-timing-function: ease-in-out;
      transition-duration: .35s;
      transition-delay: .35s; }
      .search-form-toggle > .icon:first-child svg {
        display: block;
        width: 24px;
        height: 30px; }
    .search-form-toggle > .icon:last-child {
      position: absolute;
      top: 5px;
      opacity: 0;
      filter: alpha(opacity=0);
      transition: none; }
    .search-form-toggle > .icon svg {
      fill: #000000;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }

.search-form-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0 30px 85px 30px;
  display: flex;
  align-items: center;
  z-index: 11;
  transform: translateY(-100%); }
  @media (min-width: 992px) {
    .search-form-wrapper {
      opacity: 0;
      filter: alpha(opacity=0);
      transform: none;
      padding: 0 30px; } }
  @media (min-width: 1200px) {
    .search-form-wrapper {
      padding: 0 60px; } }
  .search-form-wrapper form {
    width: 100%; }
    @media (min-width: 992px) {
      .search-form-wrapper form {
        margin-bottom: 35px; } }
    .search-form-wrapper form .input-wrapper {
      position: relative;
      border-bottom: 1px solid #e8e8e8; }
      .search-form-wrapper form .input-wrapper input[type="search"] {
        padding: 0;
        width: 100%;
        border: none;
        height: 60px;
        font-size: 1.8rem; }
        @media (min-width: 992px) {
          .search-form-wrapper form .input-wrapper input[type="search"] {
            height: 80px;
            font-size: 2rem; } }
        .search-form-wrapper form .input-wrapper input[type="search"]::-webkit-input-placeholder {
          color: #c3c3c3;
          font-weight: 300; }
        .search-form-wrapper form .input-wrapper input[type="search"]::-moz-placeholder {
          color: #c3c3c3;
          font-weight: 300; }
        .search-form-wrapper form .input-wrapper input[type="search"]:-moz-placehoder {
          color: #c3c3c3;
          font-weight: 300; }
        .search-form-wrapper form .input-wrapper input[type="search"]:-ms-input-placeholder {
          color: #c3c3c3;
          font-weight: 300; }
        .search-form-wrapper form .input-wrapper input[type="search"]:focus + .underline {
          transform: scale(1, 1); }
      .search-form-wrapper form .input-wrapper input[type="search"]::-webkit-search-cancel-button {
        display: none; }
      .search-form-wrapper form .input-wrapper .underline {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background-color: #FCDA01;
        transform: scale(0, 1);
        transform-origin: 0 50%; }
  .search-form-wrapper.open {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }

.language-selector-toggle {
  color: #000000;
  left: 30px;
  bottom: 30px;
  position: absolute;
  cursor: pointer;
  z-index: 10; }
  @media (min-width: 992px) {
    .language-selector-toggle {
      z-index: 0;
      left: auto;
      bottom: auto;
      position: relative; } }
  .language-selector-toggle.open {
    z-index: 12; }
    .language-selector-toggle.open > span:not(.icon) {
      opacity: 0;
      filter: alpha(opacity=0);
      transition: none; }
    .language-selector-toggle.open .icon {
      opacity: 1;
      filter: alpha(opacity=100);
      transition-property: opacity, filter;
      transition-timing-function: ease-in-out;
      transition-duration: .35s;
      transition-delay: .35s; }
  .language-selector-toggle:hover {
    color: #858484; }
    .language-selector-toggle:hover .icon svg {
      fill: #858484; }
  .language-selector-toggle > span:not(.icon) {
    opacity: 1;
    filter: alpha(opacity=100);
    text-transform: uppercase;
    font-weight: 700;
    transition-property: opacity, filter;
    transition-timing-function: ease-in-out;
    transition-duration: .35s; }
  .language-selector-toggle .icon {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: -4px;
    transition: none; }
    .language-selector-toggle .icon svg {
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }

.wpml-ls-legacy-list-horizontal {
  padding: 0 30px 85px 30px;
  display: flex;
  align-items: center;
  transform: translateX(100%);
  z-index: 11; }
  @media (min-width: 992px) {
    .wpml-ls-legacy-list-horizontal {
      opacity: 0;
      filter: alpha(opacity=0);
      transform: none;
      padding: 0 30px; } }
  @media (min-width: 1200px) {
    .wpml-ls-legacy-list-horizontal {
      padding: 0 60px; } }
  .wpml-ls-legacy-list-horizontal ul {
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .wpml-ls-legacy-list-horizontal ul {
        display: block; } }
    .wpml-ls-legacy-list-horizontal ul > li:last-child {
      margin-right: 0; }
    .wpml-ls-legacy-list-horizontal ul > li.wpml-ls-current-language a {
      color: #858484; }
    .wpml-ls-legacy-list-horizontal ul > li::before {
      display: none; }
    .wpml-ls-legacy-list-horizontal ul > li a {
      font-size: 1.3rem;
      margin-right: 45px;
      color: #000000;
      padding: 15px 0; }
      @media (min-width: 768px) {
        .wpml-ls-legacy-list-horizontal ul > li a {
          padding: 30px 0; } }
      @media (min-width: 992px) {
        .wpml-ls-legacy-list-horizontal ul > li a {
          padding: 0; } }
      @media (min-width: 1200px) {
        .wpml-ls-legacy-list-horizontal ul > li a {
          font-size: 1.6rem; } }
      .wpml-ls-legacy-list-horizontal ul > li a:hover {
        color: #858484; }
  .wpml-ls-legacy-list-horizontal.open {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }

.site-menu {
  overflow: hidden;
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }
  .site-menu.hide-menu {
    opacity: 0;
    filter: alpha(opacity=0); }
  .site-menu .social-nav {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 10px; }
    .site-menu .social-nav ul {
      flex-direction: column; }
      .site-menu .social-nav ul > li {
        margin-bottom: 0; }
        .site-menu .social-nav ul > li a {
          padding: 10px 0;
          padding-top: 0; }
  .site-menu button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none; }
  .site-menu.open .site-menu-navbar .social-nav {
    opacity: 0;
    filter: alpha(opacity=0); }
  .site-menu.open .site-menu-inner {
    transform: translateY(0); }
    @media (min-width: 992px) {
      .site-menu.open .site-menu-inner {
        transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transform: translateX(0); } }
  .site-menu.open .site-menu-inner-right {
    transform: translateX(0);
    transition: transform 0.5s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s 0.2s ease-in-out, filter 0.35s 0.2s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100); }
    .site-menu.open .site-menu-inner-right .social-nav, .site-menu.open .site-menu-inner-right .site-menu-contact-wrapper {
      transition-property: opacity, filter;
      transition-duration: .35s;
      transition-timing-function: ease-in-out;
      transition-delay: .5s;
      opacity: 1;
      filter: alpha(opacity=100); }
    .site-menu.open .site-menu-inner-right .site-menu-contact-wrapper {
      margin-bottom: 50%; }
      @media (min-width: 1510px) {
        .site-menu.open .site-menu-inner-right .site-menu-contact-wrapper {
          transform: translateY(25%); } }
    .site-menu.open .site-menu-inner-right .social-nav {
      display: none; }
      @media (min-width: 992px) {
        .site-menu.open .site-menu-inner-right .social-nav {
          display: block;
          margin-bottom: 5px; }
          .site-menu.open .site-menu-inner-right .social-nav ul {
            flex-direction: row; }
            .site-menu.open .site-menu-inner-right .social-nav ul li {
              margin-right: 15px; } }
  .site-menu.open .site-menu-toggle .site-menu-toggle-text > span:first-child,
  .site-menu.open .site-menu-toggle .site-menu-toggle-box > span:first-child {
    opacity: 0;
    filter: alpha(opacity=0); }
  .site-menu.open .site-menu-toggle .site-menu-toggle-text > span:last-child,
  .site-menu.open .site-menu-toggle .site-menu-toggle-box > span:last-child {
    opacity: 1;
    filter: alpha(opacity=100); }
  .site-menu.open #main-menu > li:not(:hover) a {
    transition-property: transform, opacity, filter;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .site-menu.open #main-menu > li:not(:hover):nth-of-type(1) a {
    transition-delay: .2s; }
  .site-menu.open #main-menu > li:not(:hover):nth-of-type(2) a {
    transition-delay: .3s; }
  .site-menu.open #main-menu > li:not(:hover):nth-of-type(3) a {
    transition-delay: .4s; }
  .site-menu.open #main-menu > li:not(:hover):nth-of-type(4) a {
    transition-delay: .5s; }
  .site-menu.open #main-menu > li:not(:hover):nth-of-type(5) a {
    transition-delay: .6s; }
  .site-menu.open #main-menu > li:not(:hover):nth-of-type(6) a {
    transition-delay: .7s; }
  .site-menu.open #main-menu > li:not(:hover):nth-of-type(7) a {
    transition-delay: .8s; }
  .site-menu.open #main-menu > li:not(:hover):nth-of-type(8) a {
    transition-delay: .9s; }
  .site-menu.open #main-menu > li:not(:hover):nth-of-type(9) a {
    transition-delay: 1s; }
  .site-menu.open #main-menu > li:not(:hover):nth-of-type(10) a {
    transition-delay: 1.1s; }
  .site-menu.open #main-menu > li:not(:hover):nth-of-type(11) a {
    transition-delay: 1.2s; }
  .site-menu.open #main-menu > li a {
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
    color: #000000; }
    .site-menu.open #main-menu > li a:hover {
      color: #858484; }
  .site-menu.open .search-form-wrapper,
  .site-menu.open .wpml-ls-legacy-list-horizontal {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }

.site-menu-navbar {
  display: flex;
  position: absolute;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: transparent;
  padding: 15px 30px;
  z-index: 12;
  background-color: #fff; }
  @media (min-width: 992px) {
    .site-menu-navbar {
      align-items: flex-start;
      height: 100%;
      width: auto;
      flex-direction: column;
      padding: 30px 15px;
      background-color: transparent; } }
  .site-menu-navbar .brand {
    pointer-events: all;
    display: none; }
    @media (min-width: 992px) {
      .site-menu-navbar .brand {
        display: block; } }
    .site-menu-navbar .brand svg {
      display: block;
      width: 70px; }
      @media (min-width: 992px) {
        .site-menu-navbar .brand svg {
          width: 100px; } }
    .site-menu-navbar .brand.brand-mobile {
      display: block; }
      @media (min-width: 992px) {
        .site-menu-navbar .brand.brand-mobile {
          display: none; } }
      .site-menu-navbar .brand.brand-mobile svg {
        width: 150px;
        height: auto; }
  .site-menu-navbar .social-nav {
    pointer-events: all;
    display: none; }
    @media (min-width: 992px) {
      .site-menu-navbar .social-nav {
        display: block; } }

.site-menu-contact-link {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: 0 100%;
  transform: translateX(100%) rotate(-90deg);
  pointer-events: all;
  padding: 45px;
  padding-left: 53px; }
  @media (min-width: 992px) {
    .site-menu-contact-link {
      display: inline-block; } }
  .site-menu-contact-link a {
    color: #949494; }
    .site-menu-contact-link a:hover {
      color: #FCDA01; }

.site-menu-toggle {
  position: relative;
  cursor: pointer;
  padding: 0;
  height: 21px;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding-left: 0;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  pointer-events: all; }
  @media (min-width: 992px) {
    .site-menu-toggle {
      position: absolute;
      top: calc(50% - 25px);
      height: 50px; } }
  .site-menu-toggle:hover svg {
    fill: #484848; }
  .site-menu-toggle .site-menu-toggle-box {
    height: 21px;
    display: inline-block;
    position: relative; }
    .site-menu-toggle .site-menu-toggle-box .icon svg {
      width: 30px;
      fill: #000000; }
      @media (min-width: 768px) {
        .site-menu-toggle .site-menu-toggle-box .icon svg {
          width: 36px; } }
    .site-menu-toggle .site-menu-toggle-box > span {
      position: relative;
      display: block;
      text-transform: uppercase;
      transition-property: transform, opacity;
      transition-timing-function: ease;
      transition-duration: 0.15s; }
      .site-menu-toggle .site-menu-toggle-box > span:first-of-type {
        opacity: 1;
        filter: alpha(opacity=100); }
      .site-menu-toggle .site-menu-toggle-box > span:last-of-type {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(0, -100%); }
        .site-menu-toggle .site-menu-toggle-box > span:last-of-type svg {
          transform: scale(0.8); }
          @media (min-width: 992px) {
            .site-menu-toggle .site-menu-toggle-box > span:last-of-type svg {
              transform: scale(0.95); } }
  .site-menu-toggle .site-menu-toggle-text {
    display: none;
    margin-top: -5px;
    font-size: 12px;
    transform: translateY(-80%); }
    @media (min-width: 992px) {
      .site-menu-toggle .site-menu-toggle-text {
        margin-top: 0;
        font-size: 13px;
        transform: translateY(-70%);
        display: block; } }
    .site-menu-toggle .site-menu-toggle-text > span {
      position: relative;
      display: block;
      text-transform: uppercase;
      transition-property: transform, opacity;
      transition-timing-function: ease;
      transition-duration: 0.15s;
      color: #000000;
      font-size: 12px;
      font-weight: 400; }
      .site-menu-toggle .site-menu-toggle-text > span:first-of-type {
        opacity: 1;
        filter: alpha(opacity=100); }
      .site-menu-toggle .site-menu-toggle-text > span:last-of-type {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(0, -100%); }

.site-menu-inner {
  background-color: white;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

@media (min-width: 768px) and (min-height: 890px) {
  .site-menu-inner {
    flex-direction: column;
    justify-content: flex-end; } }
  @media (min-width: 992px) {
    .site-menu-inner {
      flex-direction: row;
      justify-content: flex-start;
      transform: translateX(-100%);
      padding-top: 0;
      padding-left: 130px;
      transition: none; } }

.site-menu-inner-left {
  position: relative;
  padding: 0 30px 75px 30px;
  min-width: 100%;
  max-width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 30px; }
  @media (min-width: 992px) {
    .site-menu-inner-left {
      padding: 30px 30px 30px 45px;
      min-width: 70.83333%;
      max-width: 70.83333%;
      justify-content: space-around; } }
  @media (min-width: 1200px) {
    .site-menu-inner-left {
      min-width: 66.66667%;
      max-width: 66.66667%;
      padding: 60px 30px 60px 60px; } }
  @media (max-height: 480px) {
    .site-menu-inner-left .menu-menu-principal-container {
      overflow: auto; } }
  @media (min-width: 992px) {
    .site-menu-inner-left .menu-menu-principal-container {
      margin: 30px 0; } }
  .site-menu-inner-left .social-nav {
    pointer-events: all;
    margin-left: 0; }
    @media (min-height: 500px) {
      .site-menu-inner-left .social-nav {
        margin-top: 30px; } }
    @media (min-width: 768px) {
      .site-menu-inner-left .social-nav {
        margin-top: 60px; } }
    @media (min-width: 992px) {
      .site-menu-inner-left .social-nav {
        margin-top: -45px; } }
    .site-menu-inner-left .social-nav ul {
      flex-direction: row; }
      .site-menu-inner-left .social-nav ul > li:first-child a {
        padding-left: 0; }
      .site-menu-inner-left .social-nav ul > li a {
        padding: 0 15px; }
    @media (min-width: 992px) {
      .site-menu-inner-left .social-nav {
        display: none; } }

@media (max-height: 890px) {
  .site-menu-inner-right {
    display: none; } }

@media (min-width: 768px) {
  .site-menu-inner-right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: url(../../assets/images/fondo-menu.jpg);
    display: flex;
    padding: 30px;
    background-color: #f0f0f0;
    transform: translateX(-100%);
    flex-direction: column; } }

@media (min-width: 992px) {
  .site-menu-inner-right {
    min-width: 29.16667%;
    max-width: 29.16667%;
    justify-content: flex-end;
    padding: 60px; } }

@media (min-width: 1200px) {
  .site-menu-inner-right {
    min-width: 33.33333%;
    max-width: 33.33333%; } }

.site-menu-inner-right .social-nav {
  margin-left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 0; }

#main-menu {
  padding: 0;
  margin: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    #main-menu {
      max-width: 50%; } }
  #main-menu > li {
    padding-right: 0;
    margin: 0;
    display: list-item; }
    @media (min-width: 992px) {
      #main-menu > li {
        padding-right: 15px; } }
    #main-menu > li.active {
      position: static; }
    #main-menu > li:first-child a {
      padding-top: 0; }
    #main-menu > li:last-child a {
      padding-bottom: 0; }
    #main-menu > li a {
      display: inline-block;
      color: #000000;
      font-size: 22px;
      padding: 10px 0;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      opacity: 0;
      filter: alpha(opacity=0);
      transform: translateX(-60px) translateZ(0); }
      #main-menu > li a:hover, #main-menu > li a:focus, #main-menu > li a:active, #main-menu > li a.active {
        color: #FCDA01;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
      @media (min-width: 768px) {
        #main-menu > li a {
          padding: 7.5px 0;
          padding: 15px 0;
          font-size: 24px; } }
    #main-menu > li.menu-item-has-children > .sub-menu {
      top: -75px;
      position: absolute;
      display: block;
      width: 100vw;
      height: calc(100vh - 75px);
      margin-top: 75px;
      overflow: auto;
      background-color: transparent;
      left: 0;
      z-index: 5;
      padding: 30px 30px 75px 30px;
      display: flex;
      flex-direction: column;
      transform: translate(100%, 0);
      background-color: #fff;
      transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media (min-width: 768px) {
        #main-menu > li.menu-item-has-children > .sub-menu {
          height: 100%;
          margin-top: 0;
          padding: 75px 30px 75px 30px;
          padding-top: 0; } }
      @media (min-width: 992px) {
        #main-menu > li.menu-item-has-children > .sub-menu {
          z-index: -1;
          top: 50%;
          transform: translate(-100%, -50%);
          display: block;
          left: 50%;
          width: 50%;
          height: auto;
          padding: 0;
          background-color: transparent; } }
      #main-menu > li.menu-item-has-children > .sub-menu > li {
        padding-left: 0;
        margin-bottom: 0; }
        @media (min-width: 992px) {
          #main-menu > li.menu-item-has-children > .sub-menu > li {
            padding-left: 15px;
            margin-bottom: 10px; } }
        #main-menu > li.menu-item-has-children > .sub-menu > li a {
          padding: 7.5px 0;
          transition: none;
          transform: translateX(-60px) translateZ(0);
          opacity: 0;
          filter: alpha(opacity=0);
          font-size: 16px; }
        #main-menu > li.menu-item-has-children > .sub-menu > li.back {
          margin-bottom: 45px; }
          @media (min-width: 992px) {
            #main-menu > li.menu-item-has-children > .sub-menu > li.back {
              display: none; } }
          #main-menu > li.menu-item-has-children > .sub-menu > li.back svg {
            fill: #000000; }
      #main-menu > li.menu-item-has-children > .sub-menu.open {
        transform: translate(0, 0);
        z-index: 10; }
        @media (min-width: 992px) {
          #main-menu > li.menu-item-has-children > .sub-menu.open {
            transform: translate(0, -50%); } }
        #main-menu > li.menu-item-has-children > .sub-menu.open > li.menu-item a {
          transition-property: transform, opacity, filter;
          transition-duration: .7s;
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
        #main-menu > li.menu-item-has-children > .sub-menu.open > li.menu-item:nth-of-type(1) a {
          transition-delay: .2s; }
        #main-menu > li.menu-item-has-children > .sub-menu.open > li.menu-item:nth-of-type(2) a {
          transition-delay: .3s; }
        #main-menu > li.menu-item-has-children > .sub-menu.open > li.menu-item:nth-of-type(3) a {
          transition-delay: .4s; }
        #main-menu > li.menu-item-has-children > .sub-menu.open > li.menu-item:nth-of-type(4) a {
          transition-delay: .5s; }
        #main-menu > li.menu-item-has-children > .sub-menu.open > li.menu-item:nth-of-type(5) a {
          transition-delay: .6s; }
        #main-menu > li.menu-item-has-children > .sub-menu.open > li.menu-item:nth-of-type(6) a {
          transition-delay: .7s; }
        #main-menu > li.menu-item-has-children > .sub-menu.open > li.menu-item:nth-of-type(7) a {
          transition-delay: .8s; }
        #main-menu > li.menu-item-has-children > .sub-menu.open > li.menu-item:nth-of-type(8) a {
          transition-delay: .9s; }
        #main-menu > li.menu-item-has-children > .sub-menu.open > li.menu-item:nth-of-type(9) a {
          transition-delay: 1s; }
        #main-menu > li.menu-item-has-children > .sub-menu.open > li.menu-item:nth-of-type(10) a {
          transition-delay: 1.1s; }
        #main-menu > li.menu-item-has-children > .sub-menu.open > li.menu-item:nth-of-type(11) a {
          transition-delay: 1.2s; }
        #main-menu > li.menu-item-has-children > .sub-menu.open > li.menu-item a {
          opacity: 1;
          filter: alpha(opacity=100);
          transform: translateX(0) translateZ(0); }

.site-menu-contact-wrapper {
  font-size: 0.85rem;
  opacity: 0;
  filter: alpha(opacity=0); }
  @media (max-height: 700px) {
    .site-menu-contact-wrapper {
      overflow: auto; } }
  .site-menu-contact-wrapper > p {
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .site-menu-contact-wrapper > p {
        margin-bottom: 45px; } }
  @media (min-width: 768px) {
    .site-menu-contact-wrapper .contact-list {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 992px) {
    .site-menu-contact-wrapper .contact-list {
      display: block; } }
  @media (min-width: 768px) {
    .site-menu-contact-wrapper .contact-list > address,
    .site-menu-contact-wrapper .contact-list > .contact-general-info {
      width: 50%; } }
  @media (min-width: 992px) {
    .site-menu-contact-wrapper .contact-list > address,
    .site-menu-contact-wrapper .contact-list > .contact-general-info {
      width: 100%; } }
  .site-menu-contact-wrapper .contact-list > address {
    margin-bottom: 30px; }
    .site-menu-contact-wrapper .contact-list > address:last-child {
      margin-bottom: 0; }
    .site-menu-contact-wrapper .contact-list > address strong {
      display: block; }
  @media (min-width: 992px) {
    .site-menu-contact-wrapper .contact-list .contact-general-info {
      margin-top: 30px; } }
  .site-menu-contact-wrapper .contact-list .contact-general-info p {
    font-size: 12px;
    font-weight: 400;
    margin: 0; }

.search-form-wrapper,
.wpml-ls-legacy-list-horizontal {
  height: 100%;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  position: absolute;
  visibility: hidden; }

.site-footer-top,
.site-footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px; }
  .site-footer-top section,
  .site-footer-bottom section {
    margin-bottom: 30px; }

.site-footer-brand,
.site-footer-menu,
.site-footer-contact-wrapper,
.site-footer-certificates,
.site-footer-legal {
  width: 83.33333%;
  margin-left: 8.33333%; }
  @media (min-width: 1510px) {
    .site-footer-brand,
    .site-footer-menu,
    .site-footer-contact-wrapper,
    .site-footer-certificates,
    .site-footer-legal {
      width: 66.66667%;
      margin-left: 16.66667%; } }

.site-footer-top {
  padding-top: 30px;
  background-color: #F0F0F0; }
  @media (min-width: 768px) {
    .site-footer-top {
      padding-top: 60px; } }
  @media (min-width: 768px) {
    .site-footer-top .site-footer-brand {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .site-footer-top .site-footer-brand > article:first-child {
    display: flex;
    flex-wrap: wrap; }
  .site-footer-top .site-footer-brand .brand {
    margin-right: 50px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .site-footer-top .site-footer-brand .brand {
        margin-bottom: 0; } }
    .site-footer-top .site-footer-brand .brand svg {
      fill: #000000;
      width: 50px;
      height: 50px; }
  .site-footer-top .site-footer-brand .brand-description {
    max-width: 400px;
    margin-bottom: 15px;
    font-size: 12px;
    max-width: 200px; }
    @media (min-width: 768px) {
      .site-footer-top .site-footer-brand .brand-description {
        margin-bottom: 0;
        margin-right: 30px; } }
  .site-footer-top .brta svg {
    width: 113px;
    height: 60px; }
  .site-footer-top .brta.brta-desktop {
    opacity: 0;
    position: absolute;
    z-index: -20; }
    @media (min-width: 768px) {
      .site-footer-top .brta.brta-desktop {
        opacity: 1;
        position: static;
        z-index: 0; } }
  .site-footer-top .brta.brta-mobile {
    display: block;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .site-footer-top .brta.brta-mobile {
        display: none; } }
  @media (min-width: 576px) {
    .site-footer-top .site-footer-menu {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .site-footer-top .site-footer-menu .nav-menu-footer {
    margin-bottom: 15px; }
    @media (min-width: 576px) {
      .site-footer-top .site-footer-menu .nav-menu-footer {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .site-footer-top .site-footer-menu .nav-menu-footer {
        display: flex; } }
    .site-footer-top .site-footer-menu .nav-menu-footer li {
      margin-bottom: 20px; }
      @media (min-width: 576px) {
        .site-footer-top .site-footer-menu .nav-menu-footer li {
          margin-bottom: 10px; } }
      @media (min-width: 992px) {
        .site-footer-top .site-footer-menu .nav-menu-footer li {
          padding: 0 30px; } }
      .site-footer-top .site-footer-menu .nav-menu-footer li:first-child {
        padding-left: 0; }
      .site-footer-top .site-footer-menu .nav-menu-footer li:last-child {
        padding-right: 0; }
      .site-footer-top .site-footer-menu .nav-menu-footer li a {
        color: #000000;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px; }
        .site-footer-top .site-footer-menu .nav-menu-footer li a:hover {
          color: #858484; }
  .site-footer-top .site-footer-menu .social-nav {
    margin-top: 45px; }
    @media (min-width: 576px) {
      .site-footer-top .site-footer-menu .social-nav {
        width: 50%; } }
    @media (min-width: 768px) {
      .site-footer-top .site-footer-menu .social-nav {
        margin-top: 0;
        width: 25%;
        margin-left: 5%; } }
    @media (min-width: 992px) {
      .site-footer-top .site-footer-menu .social-nav {
        width: 20%;
        margin-left: 5%; } }
    @media (min-width: 1200px) {
      .site-footer-top .site-footer-menu .social-nav {
        width: 20%;
        margin-left: 10%; } }
    @media (min-width: 1510px) {
      .site-footer-top .site-footer-menu .social-nav {
        width: 18.75%;
        margin-left: 6.25%; } }
    .site-footer-top .site-footer-menu .social-nav ul {
      justify-content: space-between; }
      .site-footer-top .site-footer-menu .social-nav ul li {
        padding-left: 15px; }
        .site-footer-top .site-footer-menu .social-nav ul li:first-child {
          padding-left: 0; }
    .site-footer-top .site-footer-menu .social-nav svg {
      width: 40px;
      height: 40px; }
      @media (min-width: 576px) {
        .site-footer-top .site-footer-menu .social-nav svg {
          width: 30px;
          height: 30px; } }
  .site-footer-top .site-footer-contact-wrapper {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .site-footer-top .site-footer-contact-wrapper {
        padding-top: 30px; } }
    .site-footer-top .site-footer-contact-wrapper .contact-list {
      margin-bottom: 15px; }
      @media (min-width: 576px) {
        .site-footer-top .site-footer-contact-wrapper .contact-list {
          display: flex;
          flex-wrap: wrap; } }
      @media (min-width: 768px) {
        .site-footer-top .site-footer-contact-wrapper .contact-list {
          flex-wrap: nowrap;
          margin-bottom: 0; } }
      .site-footer-top .site-footer-contact-wrapper .contact-list address {
        margin-bottom: 30px;
        font-size: 12px; }
        @media (min-width: 576px) {
          .site-footer-top .site-footer-contact-wrapper .contact-list address {
            width: 50%; } }
        @media (min-width: 768px) {
          .site-footer-top .site-footer-contact-wrapper .contact-list address {
            margin-bottom: 15px;
            padding-right: 30px;
            width: 25%; } }
        @media (min-width: 1510px) {
          .site-footer-top .site-footer-contact-wrapper .contact-list address {
            width: 25%; } }
        .site-footer-top .site-footer-contact-wrapper .contact-list address strong {
          display: block;
          margin-bottom: 10px; }
      .site-footer-top .site-footer-contact-wrapper .contact-list .contact-general-info {
        font-size: 12px;
        margin-top: 15px;
        min-width: fit-content; }
        @media (min-width: 768px) {
          .site-footer-top .site-footer-contact-wrapper .contact-list .contact-general-info {
            margin-top: 0;
            width: 25%; } }
        @media (min-width: 992px) {
          .site-footer-top .site-footer-contact-wrapper .contact-list .contact-general-info {
            width: 20%;
            margin-left: 5%; } }
        @media (min-width: 1200px) {
          .site-footer-top .site-footer-contact-wrapper .contact-list .contact-general-info {
            width: 20%;
            margin-left: 5%; } }
        @media (min-width: 1510px) {
          .site-footer-top .site-footer-contact-wrapper .contact-list .contact-general-info {
            width: 18.75%;
            margin-left: 6.25%; } }
        .site-footer-top .site-footer-contact-wrapper .contact-list .contact-general-info strong {
          margin-bottom: 15px; }
          .site-footer-top .site-footer-contact-wrapper .contact-list .contact-general-info strong:last-child {
            margin-bottom: 0; }
          @media (min-width: 576px) {
            .site-footer-top .site-footer-contact-wrapper .contact-list .contact-general-info strong {
              margin-bottom: 5px; } }
        .site-footer-top .site-footer-contact-wrapper .contact-list .contact-general-info p {
          font-size: 12px;
          font-weight: 400;
          margin: 0; }

.site-footer-bottom section:last-child {
  margin-bottom: 0; }

.site-footer-bottom .site-footer-certificates {
  margin-bottom: 30px; }

.site-footer-bottom .site-footer-legal .menu-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -7.5px;
  margin-right: -7.5px; }
  @media (min-width: 768px) {
    .site-footer-bottom .site-footer-legal .menu-legal {
      margin-left: 0;
      margin-right: 0;
      justify-content: space-between; } }
  .site-footer-bottom .site-footer-legal .menu-legal li {
    padding: 7.5px;
    width: 50%;
    text-align: center; }
    @media (min-width: 576px) {
      .site-footer-bottom .site-footer-legal .menu-legal li {
        width: auto; }
        .site-footer-bottom .site-footer-legal .menu-legal li:first-child {
          padding-left: 0; }
        .site-footer-bottom .site-footer-legal .menu-legal li:last-child {
          padding-right: 0; } }
    @media (min-width: 768px) {
      .site-footer-bottom .site-footer-legal .menu-legal li {
        text-align: left;
        padding: 0 7.5px; } }
    .site-footer-bottom .site-footer-legal .menu-legal li a {
      color: #464646;
      font-weight: 500;
      font-size: 12px;
      width: 100%; }
      .site-footer-bottom .site-footer-legal .menu-legal li a:hover {
        color: #858484; }

.page-header {
  position: relative;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .page-header {
      margin-bottom: 60px; } }
  .page-header .post-date-categories {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
  .page-header .date {
    color: #000000;
    font-weight: 600;
    text-transform: lowercase;
    margin-right: 30px; }
  .page-header.page-header-full-background {
    padding-top: 300px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .page-header.page-header-full-background {
        padding-top: 0;
        margin-bottom: 120px; } }
    .page-header.page-header-full-background .title-wrapper {
      width: 100%;
      padding: 30px 0 0;
      flex-grow: 1;
      align-self: center;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (min-width: 768px) {
        .page-header.page-header-full-background .title-wrapper {
          padding: 30px 0 60px; } }
    .page-header.page-header-full-background h1 {
      margin-bottom: 0; }
      .page-header.page-header-full-background h1 + p {
        margin-top: 30px; }
        @media (min-width: 768px) {
          .page-header.page-header-full-background h1 + p {
            margin-top: 60px; } }
    .page-header.page-header-full-background .page-header-body {
      background: #F0F0F0;
      padding: 8.33333%;
      padding-top: 45px; }
      @media (min-width: 768px) {
        .page-header.page-header-full-background .page-header-body {
          margin-left: 25%;
          width: 66.66667%;
          padding: 4.16667%; } }
      @media (min-width: 992px) {
        .page-header.page-header-full-background .page-header-body {
          margin-left: 25%;
          width: 58.33333%; } }
      @media (min-width: 1200px) {
        .page-header.page-header-full-background .page-header-body {
          width: 41.66667%;
          padding: 4.16667%; } }
      .page-header.page-header-full-background .page-header-body > div {
        max-width: 100%; }
        @media (min-width: 768px) {
          .page-header.page-header-full-background .page-header-body > div {
            display: flex;
            flex-direction: column;
            min-height: 66.66666666vh;
            width: 100%; } }
    .page-header.page-header-full-background .breadcrumb {
      margin-bottom: 0; }
  .page-header.page-header-default picture.image {
    width: 91.66667%;
    margin-left: 8.33333%;
    height: 250px; }
    @media (min-width: 768px) {
      .page-header.page-header-default picture.image {
        height: auto;
        margin-top: 30px; } }
    .page-header.page-header-default picture.image > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
      @media (min-width: 768px) {
        .page-header.page-header-default picture.image > img {
          height: auto; } }
  .page-header.page-header-default .page-header-image {
    position: relative; }
    .page-header.page-header-default .page-header-image > img {
      position: absolute;
      bottom: 0;
      right: 0;
      max-width: 130px; }
      @media (min-width: 768px) {
        .page-header.page-header-default .page-header-image > img {
          display: none; } }
  .page-header.page-header-default .breadcrumb {
    display: flex;
    justify-content: center;
    padding-top: 15px;
    margin-bottom: 3.57143%; }
    @media (min-width: 768px) {
      .page-header.page-header-default .breadcrumb {
        padding-top: 45px; } }
    .page-header.page-header-default .breadcrumb:first-child {
      display: none; }
      @media (min-width: 768px) {
        .page-header.page-header-default .breadcrumb:first-child {
          display: block; } }
    .page-header.page-header-default .breadcrumb:nth-of-type(2) {
      display: block; }
      @media (min-width: 768px) {
        .page-header.page-header-default .breadcrumb:nth-of-type(2) {
          display: none; } }
  @media (min-width: 768px) {
    .page-header.page-header-default .page-header-body {
      margin-top: 60px; } }
  .page-header.page-header-default .page-header-body > div:first-child {
    max-width: 100%; }
    @media (min-width: 992px) {
      .page-header.page-header-default .page-header-body > div:first-child {
        width: 57.14286%; } }
  .page-header.page-header-default .page-header-body > img {
    display: none; }
    @media (min-width: 768px) {
      .page-header.page-header-default .page-header-body > img {
        display: block; } }
  .page-header.page-header-reduced {
    margin-left: 8.33333%;
    width: 83.33333%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .page-header.page-header-reduced {
        margin-left: 16.66667%;
        width: 66.66667%; } }
    @media (min-width: 992px) {
      .page-header.page-header-reduced {
        margin-left: 16.66667%;
        width: 66.66667%; } }
    @media (min-width: 1510px) {
      .page-header.page-header-reduced {
        margin-left: 25%;
        width: 58.33333%; } }
    .page-header.page-header-reduced .breadcrumb {
      padding-top: 45px; }
    .page-header.page-header-reduced .title-wraper {
      margin-top: 30px;
      max-width: 100%; }
      @media (min-width: 768px) {
        .page-header.page-header-reduced .title-wraper {
          margin-top: 90px; } }
      @media (min-width: 992px) {
        .page-header.page-header-reduced .title-wraper {
          width: 71.42857%; } }

.page-header-background {
  position: absolute;
  z-index: 0;
  height: 300px;
  width: 100%;
  top: 0; }
  @media (min-width: 768px) {
    .page-header-background {
      height: 100%;
      top: 0; } }
  .page-header-background picture,
  .page-header-background .image {
    margin-top: 0;
    height: 100%; }
    .page-header-background picture img,
    .page-header-background .image img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      object-position: center; }

.page-header-body {
  position: relative;
  display: flex;
  justify-content: space-between; }
  .page-header-body h1 {
    color: #000000;
    font-weight: 700;
    width: 400px;
    max-width: 100%; }
    @media (min-width: 768px) {
      .page-header-body h1 {
        width: auto; } }
  .page-header-body > img,
  .page-header-body > picture {
    align-self: flex-start; }

/* Common exceptions */
@media (min-width: 768px) {
  .single-challenge .page-header,
  .single-post .page-header,
  .single-post-product .page-header,
  .single-post-project .page-header,
  .single-post-service .page-header,
  .post-list-events .page-header,
  .page .page-header {
    margin-left: 16.66667%;
    width: 66.66667%; } }

@media (min-width: 992px) {
  .single-challenge .page-header,
  .single-post .page-header,
  .single-post-product .page-header,
  .single-post-project .page-header,
  .single-post-service .page-header,
  .post-list-events .page-header,
  .page .page-header {
    margin-left: 16.66667%;
    width: 66.66667%; } }

@media (min-width: 1510px) {
  .single-challenge .page-header,
  .single-post .page-header,
  .single-post-product .page-header,
  .single-post-project .page-header,
  .single-post-service .page-header,
  .post-list-events .page-header,
  .page .page-header {
    margin-left: 25%;
    width: 58.33333%; } }

.single-challenge .page-header.page-header-default .image,
.single-post .page-header.page-header-default .image,
.single-post-product .page-header.page-header-default .image,
.single-post-project .page-header.page-header-default .image,
.single-post-service .page-header.page-header-default .image,
.post-list-events .page-header.page-header-default .image,
.page .page-header.page-header-default .image {
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

.single-challenge .page-header.page-header-default .page-header-body > div:first-child,
.single-post .page-header.page-header-default .page-header-body > div:first-child,
.single-post-product .page-header.page-header-default .page-header-body > div:first-child,
.single-post-project .page-header.page-header-default .page-header-body > div:first-child,
.single-post-service .page-header.page-header-default .page-header-body > div:first-child,
.post-list-events .page-header.page-header-default .page-header-body > div:first-child,
.page .page-header.page-header-default .page-header-body > div:first-child {
  margin: 0; }

.single-challenge .page-header.page-header-default .breadcrumb,
.single-challenge .page-header.page-header-default .page-header-body,
.single-challenge .page-header.page-header-default .share-links,
.single-post .page-header.page-header-default .breadcrumb,
.single-post .page-header.page-header-default .page-header-body,
.single-post .page-header.page-header-default .share-links,
.single-post-product .page-header.page-header-default .breadcrumb,
.single-post-product .page-header.page-header-default .page-header-body,
.single-post-product .page-header.page-header-default .share-links,
.single-post-project .page-header.page-header-default .breadcrumb,
.single-post-project .page-header.page-header-default .page-header-body,
.single-post-project .page-header.page-header-default .share-links,
.single-post-service .page-header.page-header-default .breadcrumb,
.single-post-service .page-header.page-header-default .page-header-body,
.single-post-service .page-header.page-header-default .share-links,
.post-list-events .page-header.page-header-default .breadcrumb,
.post-list-events .page-header.page-header-default .page-header-body,
.post-list-events .page-header.page-header-default .share-links,
.page .page-header.page-header-default .breadcrumb,
.page .page-header.page-header-default .page-header-body,
.page .page-header.page-header-default .share-links {
  margin-left: 8.33333%;
  width: 83.33333%; }
  @media (min-width: 768px) {
    .single-challenge .page-header.page-header-default .breadcrumb,
    .single-challenge .page-header.page-header-default .page-header-body,
    .single-challenge .page-header.page-header-default .share-links,
    .single-post .page-header.page-header-default .breadcrumb,
    .single-post .page-header.page-header-default .page-header-body,
    .single-post .page-header.page-header-default .share-links,
    .single-post-product .page-header.page-header-default .breadcrumb,
    .single-post-product .page-header.page-header-default .page-header-body,
    .single-post-product .page-header.page-header-default .share-links,
    .single-post-project .page-header.page-header-default .breadcrumb,
    .single-post-project .page-header.page-header-default .page-header-body,
    .single-post-project .page-header.page-header-default .share-links,
    .single-post-service .page-header.page-header-default .breadcrumb,
    .single-post-service .page-header.page-header-default .page-header-body,
    .single-post-service .page-header.page-header-default .share-links,
    .post-list-events .page-header.page-header-default .breadcrumb,
    .post-list-events .page-header.page-header-default .page-header-body,
    .post-list-events .page-header.page-header-default .share-links,
    .page .page-header.page-header-default .breadcrumb,
    .page .page-header.page-header-default .page-header-body,
    .page .page-header.page-header-default .share-links {
      margin-left: 0%;
      width: 100%; } }

/* Single page exceptions */
.single-post-content {
  margin-bottom: 60px; }
  .single-post-content .page-header {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .single-post-content .page-header {
        margin-bottom: 15px; } }
    .single-post-content .page-header .breadcrumb {
      margin-left: 0;
      justify-content: flex-start; }
    @media (min-width: 768px) {
      .single-post-content .page-header.page-header-default .page-header-image .image {
        margin-bottom: 30px; } }
    .single-post-content .page-header.page-header-default .page-header-body {
      position: relative;
      margin-top: 30px; }
      .single-post-content .page-header.page-header-default .page-header-body h1 {
        color: #000000;
        margin-bottom: 0;
        font-size: 1.6rem; }
        @media (min-width: 768px) {
          .single-post-content .page-header.page-header-default .page-header-body h1 {
            font-size: 2.4rem; } }
        .single-post-content .page-header.page-header-default .page-header-body h1 + .page-header-description {
          margin-top: 15px; }
      .single-post-content .page-header.page-header-default .page-header-body .title-wrapper > p {
        font-size: 1.6rem;
        font-weight: 300; }
        .single-post-content .page-header.page-header-default .page-header-body .title-wrapper > p:last-of-type {
          margin-bottom: 0; }
      .single-post-content .page-header.page-header-default .page-header-body .last-news {
        display: none; }
        @media (min-width: 992px) {
          .single-post-content .page-header.page-header-default .page-header-body .last-news {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            width: 28.57143%; } }

/* Single challenge */
@media (min-width: 1200px) {
  .single-challenge .guten-content .page-header.page-header-default h1 {
    font-size: 2.53333rem; } }

@media (min-width: 1510px) {
  .single-challenge .guten-content .page-header.page-header-default h1 {
    font-size: 2.66667rem; } }

.single-challenge .guten-content .page-header.page-header-default .page-header-body > img {
  max-width: 100px; }

/* Singe application field */
@media (min-width: 992px) {
  .post-application-field-content .page-header.page-header-full-background {
    margin-left: 16.66667%; } }

@media (min-width: 1510px) {
  .post-application-field-content .page-header.page-header-full-background {
    margin-left: 8.33333%; } }

.post-application-field-content .page-header.page-header-full-background .page-header-body {
  background-color: #fff;
  padding-top: 45px;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
  padding-bottom: 8.33333%; }
  @media (min-width: 768px) {
    .post-application-field-content .page-header.page-header-full-background .page-header-body {
      padding-left: 4.54545%;
      padding-right: 4.54545%;
      padding-bottom: 4.54545%;
      margin-left: 16.66667%;
      width: 58.33333%; } }
  @media (min-width: 992px) {
    .post-application-field-content .page-header.page-header-full-background .page-header-body {
      margin-left: 14.28571%;
      width: 47.61905%; } }
  @media (min-width: 1510px) {
    .post-application-field-content .page-header.page-header-full-background .page-header-body {
      margin-left: 18.18182%;
      width: 36.36364%; } }

@media (min-width: 1200px) {
  .post-application-field-content .page-header.page-header-full-background h1 {
    font-size: 2.53333rem; } }

@media (min-width: 1510px) {
  .post-application-field-content .page-header.page-header-full-background h1 {
    font-size: 2.66667rem; } }

.post-application-field-content .page-header.page-header-full-background h1 + .post-date-categories {
  margin-top: 15px; }

.post-application-field-content .page-header.page-header-full-background .post-date-categories:empty {
  display: none; }

.post-application-field-content .page-header-description {
  margin-left: 8.33333%;
  width: 83.33333%;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .post-application-field-content .page-header-description {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .post-application-field-content .page-header-description {
      margin-left: 16.66667%;
      width: 41.66667%;
      margin-top: 120px;
      margin-bottom: 120px; } }
  @media (min-width: 1510px) {
    .post-application-field-content .page-header-description {
      margin-left: 25%;
      width: 33.33333%; } }
  .post-application-field-content .page-header-description > p:last-of-type {
    margin-bottom: 0; }

/* Single  product exception */
.single-post-product-content .page-header .breadcrumb,
.single-post-project-content .page-header .breadcrumb,
.single-post-service-content .page-header .breadcrumb {
  margin-left: 0;
  justify-content: flex-start; }

.single-post-product-content h1,
.single-post-project-content h1,
.single-post-service-content h1 {
  margin-bottom: 5px; }

.single-post-product-content .page-header-description p,
.single-post-project-content .page-header-description p,
.single-post-service-content .page-header-description p {
  margin-top: 0; }

.single-post-product-content .post-date-categories,
.single-post-project-content .post-date-categories,
.single-post-service-content .post-date-categories {
  margin-bottom: 0; }

/* Page header description contact */
.page-header-description.page-header-description-contact {
  position: relative; }
  @media (min-width: 992px) {
    .page-header-description.page-header-description-contact .description {
      width: 80%; } }
  @media (min-width: 768px) {
    .page-header-description.page-header-description-contact .contact-info {
      min-width: 40%;
      max-width: 40%; } }
  @media (min-width: 992px) {
    .page-header-description.page-header-description-contact .contact-info {
      position: absolute;
      top: 0;
      min-width: 40%;
      max-width: 40%;
      right: 0;
      transform: translateX(100%); } }
  .page-header-description.page-header-description-contact .contact-info ul {
    margin-bottom: 15px;
    padding-bottom: 30px;
    padding-left: 0;
    margin-top: 45px; }
    @media (min-width: 992px) {
      .page-header-description.page-header-description-contact .contact-info ul {
        border-bottom: 1px solid;
        margin-bottom: 30px;
        padding-bottom: 30px;
        margin-top: 0; } }
    .page-header-description.page-header-description-contact .contact-info ul li {
      font-weight: 600;
      margin-bottom: 15px; }
      .page-header-description.page-header-description-contact .contact-info ul li:before {
        display: none; }
      .page-header-description.page-header-description-contact .contact-info ul li:last-child {
        margin-bottom: 0; }
      .page-header-description.page-header-description-contact .contact-info ul li span {
        display: inline-block; }
        .page-header-description.page-header-description-contact .contact-info ul li span svg {
          width: 20px;
          height: 20px;
          margin-right: 15px;
          vertical-align: -2px; }
  .page-header-description.page-header-description-contact .contact-info .contact-info-actions a {
    margin-bottom: 15px; }
    .page-header-description.page-header-description-contact .contact-info .contact-info-actions a:last-child {
      margin-bottom: 0; }

.list-card {
  position: relative;
  padding-top: 175px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden; }
  .list-card .list-card-background {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 66.66667%; }
    .list-card .list-card-background .image {
      margin: 0; }
  .list-card .list-card-wrapper {
    position: relative;
    background-color: #fff;
    margin: 0;
    padding: 10%; }
    @media (min-width: 768px) {
      .list-card .list-card-wrapper {
        width: 66.66667%;
        padding: 6.25%; } }
    .list-card .list-card-wrapper > .icon {
      position: absolute;
      right: 0;
      top: 0;
      width: 20%;
      max-width: 130px; }
    .list-card .list-card-wrapper header h2, .list-card .list-card-wrapper header .h2 {
      margin-top: 0;
      margin-bottom: 30px; }
    .list-card .list-card-wrapper header .list-card-subtitle {
      margin: 30px 0;
      hyphens: auto;
      font-weight: 400; }
    .list-card .list-card-wrapper header .post-date-categories {
      display: flex;
      margin-bottom: 10px; }
      .list-card .list-card-wrapper header .post-date-categories .date {
        margin-right: 15px;
        font-size: 12px;
        white-space: nowrap; }
    .list-card .list-card-wrapper header a {
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      -o-hyphens: auto;
      hyphens: auto; }
    .list-card .list-card-wrapper .list-card-body {
      margin-bottom: 60px; }
      @media (min-width: 768px) {
        .list-card .list-card-wrapper .list-card-body {
          margin-bottom: 90px; } }
  .list-card .button {
    background-color: transparent;
    border: none; }
  .list-card.list-card-default .list-card-background,
  .list-card.list-card-default .list-card-wrapper {
    width: 80%; }
    @media (min-width: 768px) {
      .list-card.list-card-default .list-card-background,
      .list-card.list-card-default .list-card-wrapper {
        width: 87.5%; } }
    @media (min-width: 992px) {
      .list-card.list-card-default .list-card-background,
      .list-card.list-card-default .list-card-wrapper {
        width: 75%; } }
    @media (min-width: 1200px) {
      .list-card.list-card-default .list-card-background,
      .list-card.list-card-default .list-card-wrapper {
        width: 62.5%; } }
  .list-card.list-card-default .list-card-background {
    height: calc(100% - 175px); }
    .list-card.list-card-default .list-card-background .image {
      height: 100%; }
      .list-card.list-card-default .list-card-background .image img {
        max-width: none;
        max-height: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .list-card.list-card-default .list-card-background .image img {
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto; } }
        @supports (-ms-ime-align: auto) and (not (font-variation-settings: normal)) {
          .list-card.list-card-default .list-card-background .image img {
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto; } }
  .list-card.list-card-default .list-card-wrapper h2 {
    max-width: 77.77778%; }
  .list-card.list-card-default .list-card-wrapper .list-card-body {
    display: none; }
    @media (min-width: 576px) {
      .list-card.list-card-default .list-card-wrapper .list-card-body {
        display: block; } }
  .list-card.list-card-default:nth-child(odd) {
    justify-content: flex-start; }
    .list-card.list-card-default:nth-child(odd) .list-card-background {
      right: 0; }
  .list-card.list-card-default:nth-child(even) .list-card-background {
    left: 0; }
  .list-card.list-card-related, .list-card.list-card-related-news, .list-card.list-card-news, .list-card.list-card-press, .list-card.list-card-related-actives {
    margin-bottom: 0; }
    .list-card.list-card-related .list-card-background, .list-card.list-card-related-news .list-card-background, .list-card.list-card-news .list-card-background, .list-card.list-card-press .list-card-background, .list-card.list-card-related-actives .list-card-background {
      width: 100%;
      height: 100%; }
      .list-card.list-card-related .list-card-background .image, .list-card.list-card-related-news .list-card-background .image, .list-card.list-card-news .list-card-background .image, .list-card.list-card-press .list-card-background .image, .list-card.list-card-related-actives .list-card-background .image {
        height: 100%; }
    .list-card.list-card-related .list-card-wrapper, .list-card.list-card-related-news .list-card-wrapper, .list-card.list-card-news .list-card-wrapper, .list-card.list-card-press .list-card-wrapper, .list-card.list-card-related-actives .list-card-wrapper {
      padding: 20px 30px;
      width: 90%;
      padding: 30px; }
      @media (min-width: 768px) {
        .list-card.list-card-related .list-card-wrapper, .list-card.list-card-related-news .list-card-wrapper, .list-card.list-card-news .list-card-wrapper, .list-card.list-card-press .list-card-wrapper, .list-card.list-card-related-actives .list-card-wrapper {
          width: 80%; } }
      .list-card.list-card-related .list-card-wrapper > div, .list-card.list-card-related-news .list-card-wrapper > div, .list-card.list-card-news .list-card-wrapper > div, .list-card.list-card-press .list-card-wrapper > div, .list-card.list-card-related-actives .list-card-wrapper > div {
        display: flex;
        flex-direction: column;
        height: 100%; }
        .list-card.list-card-related .list-card-wrapper > div header, .list-card.list-card-related-news .list-card-wrapper > div header, .list-card.list-card-news .list-card-wrapper > div header, .list-card.list-card-press .list-card-wrapper > div header, .list-card.list-card-related-actives .list-card-wrapper > div header {
          flex-grow: 1; }
      .list-card.list-card-related .list-card-wrapper h4, .list-card.list-card-related-news .list-card-wrapper h4, .list-card.list-card-news .list-card-wrapper h4, .list-card.list-card-press .list-card-wrapper h4, .list-card.list-card-related-actives .list-card-wrapper h4 {
        margin-top: 0; }
      .list-card.list-card-related .list-card-wrapper .list-card-body, .list-card.list-card-related-news .list-card-wrapper .list-card-body, .list-card.list-card-news .list-card-wrapper .list-card-body, .list-card.list-card-press .list-card-wrapper .list-card-body, .list-card.list-card-related-actives .list-card-wrapper .list-card-body {
        margin-bottom: 30px; }
  .list-card.list-card-related-news, .list-card.list-card-news, .list-card.list-card-press {
    padding-top: 90px; }
    .list-card.list-card-related-news .list-card-background .image img, .list-card.list-card-news .list-card-background .image img, .list-card.list-card-press .list-card-background .image img {
      max-width: none;
      max-height: none;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .list-card.list-card-related-news .list-card-background .image img, .list-card.list-card-news .list-card-background .image img, .list-card.list-card-press .list-card-background .image img {
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto; } }
      @supports (-ms-ime-align: auto) and (not (font-variation-settings: normal)) {
        .list-card.list-card-related-news .list-card-background .image img, .list-card.list-card-news .list-card-background .image img, .list-card.list-card-press .list-card-background .image img {
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto; } }
    .list-card.list-card-related-news .list-card-wrapper, .list-card.list-card-news .list-card-wrapper, .list-card.list-card-press .list-card-wrapper {
      padding: 15px 15px 30px;
      min-height: 200px; }
      .list-card.list-card-related-news .list-card-wrapper > div, .list-card.list-card-news .list-card-wrapper > div, .list-card.list-card-press .list-card-wrapper > div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%; }
      .list-card.list-card-related-news .list-card-wrapper header, .list-card.list-card-news .list-card-wrapper header, .list-card.list-card-press .list-card-wrapper header {
        display: flex;
        flex-direction: column-reverse; }
        .list-card.list-card-related-news .list-card-wrapper header h4, .list-card.list-card-news .list-card-wrapper header h4, .list-card.list-card-press .list-card-wrapper header h4 {
          font-weight: 600;
          font-size: 1.2rem; }
      .list-card.list-card-related-news .list-card-wrapper .category-list, .list-card.list-card-news .list-card-wrapper .category-list, .list-card.list-card-press .list-card-wrapper .category-list {
        margin-bottom: 0; }
        .list-card.list-card-related-news .list-card-wrapper .category-list ul > li, .list-card.list-card-news .list-card-wrapper .category-list ul > li, .list-card.list-card-press .list-card-wrapper .category-list ul > li {
          margin-bottom: 0; }
          .list-card.list-card-related-news .list-card-wrapper .category-list ul > li:after, .list-card.list-card-news .list-card-wrapper .category-list ul > li:after, .list-card.list-card-press .list-card-wrapper .category-list ul > li:after {
            color: #c3c3c3; }
  .list-card.list-card-news, .list-card.list-card-press {
    padding-bottom: 60px; }
    .list-card.list-card-news .list-card-background, .list-card.list-card-press .list-card-background {
      height: calc(100% - 60px); }
    .list-card.list-card-news .list-card-wrapper, .list-card.list-card-press .list-card-wrapper {
      transform: translateY(60px); }
  .list-card.list-card-blog {
    padding: 0;
    flex-direction: column;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    overflow: hidden; }
    .list-card.list-card-blog header .post-date-categories {
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 0;
      align-items: center; }
      .list-card.list-card-blog header .post-date-categories .category-list {
        margin-top: 15px;
        margin-bottom: 5px;
        width: 100%; }
        .list-card.list-card-blog header .post-date-categories .category-list li:after {
          color: #c3c3c3; }
        .list-card.list-card-blog header .post-date-categories .category-list a {
          color: #c3c3c3; }
          .list-card.list-card-blog header .post-date-categories .category-list a:hover {
            color: #FCDA01; }
      .list-card.list-card-blog header .post-date-categories .date {
        margin: 0;
        color: #000000; }
      .list-card.list-card-blog header .post-date-categories .post-mode {
        font-size: 1.6rem;
        text-transform: uppercase;
        font-style: italic; }
    .list-card.list-card-blog header h2 {
      font-weight: 500;
      margin-bottom: 15px;
      font-size: 1.2rem; }
    .list-card.list-card-blog picture {
      overflow: hidden;
      margin: 0;
      height: 180px; }
      .list-card.list-card-blog picture img {
        max-width: none;
        max-height: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .list-card.list-card-blog picture img {
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto; } }
        @supports (-ms-ime-align: auto) and (not (font-variation-settings: normal)) {
          .list-card.list-card-blog picture img {
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto; } }
    .list-card.list-card-blog .list-card-wrapper {
      width: 100%; }
    .list-card.list-card-blog .list-card-body {
      margin-bottom: 30px; }
  .list-card.no-image {
    padding: 0; }
    .list-card.no-image .list-card-wrapper {
      width: 100% !important;
      transform: none; }
  .list-card.list-card-related-actives {
    display: flex;
    padding-top: 0; }
    .list-card.list-card-related-actives > .list-card-background {
      position: relative;
      width: 50%;
      height: auto; }
      .list-card.list-card-related-actives > .list-card-background picture img {
        min-height: 100%;
        object-fit: cover; }
    .list-card.list-card-related-actives > .list-card-wrapper {
      width: 50%; }

/* Exceptions - list card component */
/* Archive challenge */
.post-list-challenge {
  background-color: #F0F0F0; }
  .post-list-challenge .post-list-wrapper {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .post-list-challenge .post-list-wrapper {
        margin-bottom: 90px; } }
  .post-list-challenge .list-card {
    width: 83.33333%;
    margin-left: 8.33333%; }
    @media (min-width: 768px) {
      .post-list-challenge .list-card {
        width: 66.66667%;
        margin-left: 16.66667%; } }

/* Contexts */
.tax-contexts .tax-contexts-wrapper {
  width: 83.33333%;
  margin-left: 8.33333%; }
  @media (min-width: 768px) {
    .tax-contexts .tax-contexts-wrapper {
      width: 66.66667%;
      margin-left: 16.66667%; } }
  @media (min-width: 1510px) {
    .tax-contexts .tax-contexts-wrapper {
      width: 58.33333%;
      margin-left: 25%; } }

.related-content-services .list-card .list-card-background .image {
  height: 100%; }
  .related-content-services .list-card .list-card-background .image > img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .related-content-services .list-card .list-card-background .image > img {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto; } }
    @supports (-ms-ime-align: auto) and (not (font-variation-settings: normal)) {
      .related-content-services .list-card .list-card-background .image > img {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto; } }

.related-content-projects .list-card .list-card-background .image {
  height: 100%; }
  .related-content-projects .list-card .list-card-background .image > img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .related-content-projects .list-card .list-card-background .image > img {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto; } }
    @supports (-ms-ime-align: auto) and (not (font-variation-settings: normal)) {
      .related-content-projects .list-card .list-card-background .image > img {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto; } }

.related-content-projects .list-card .list-card-wrapper {
  background-color: #F0F0F0; }

.social-crawler .list-card .list-card-background {
  height: calc(100% - 30px);
  left: 0; }
  .social-crawler .list-card .list-card-background .image {
    height: 100%; }
    .social-crawler .list-card .list-card-background .image > img {
      max-width: none;
      max-height: none;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .social-crawler .list-card .list-card-background .image > img {
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto; } }
      @supports (-ms-ime-align: auto) and (not (font-variation-settings: normal)) {
        .social-crawler .list-card .list-card-background .image > img {
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto; } }

.social-crawler .list-card .list-card-wrapper {
  width: 75%; }
  @media (min-width: 768px) {
    .social-crawler .list-card .list-card-wrapper {
      width: 87.5%; } }
  @media (min-width: 1200px) {
    .social-crawler .list-card .list-card-wrapper {
      width: 75%; } }

/* Masonry */
.masonry .list-card.list-card-news .list-card-wrapper, .masonry .list-card.list-card-press .list-card-wrapper {
  background-color: #F0F0F0; }

.breadcrumb {
  font-size: 12px; }
  .breadcrumb ul {
    display: flex;
    flex-wrap: wrap; }
    .breadcrumb ul > li {
      margin-bottom: 5px;
      color: #000000; }
      .breadcrumb ul > li:after {
        content: ">";
        margin: 0 5px; }
      .breadcrumb ul > li:last-child:after {
        display: none; }
    .breadcrumb ul a {
      cursor: pointer;
      color: #000000; }
      .breadcrumb ul a:hover {
        color: #FCDA01; }

.category-list {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 15px; }
  .category-list ul {
    display: flex;
    flex-wrap: wrap; }
    .category-list ul > li:after {
      content: '|';
      margin: 0 5px;
      color: #FCDA01; }
    .category-list ul > li:last-child:after {
      display: none; }
    .category-list ul > li a {
      color: #464646;
      font-weight: 700; }
      .category-list ul > li a:hover {
        color: #858484; }

/* Exceptions */
.single-post-content .category-list {
  margin-bottom: 0; }
  .single-post-content .category-list a {
    color: #d1d1d1; }
    .single-post-content .category-list a:hover {
      color: #FCDA01; }
  .single-post-content .category-list li {
    margin-top: 10px; }

.single-post-product-content .category-list {
  margin-bottom: 0; }

.list-card .category-list ul li {
  line-height: 1.5;
  font-size: 11px;
  margin-bottom: 0; }

.list-card .icon:hover svg {
  fill: #FCDA01; }

/* Custom image component */
figure.image,
picture.image {
  margin: 30px 0; }
  @media (min-width: 768px) {
    figure.image,
    picture.image {
      margin: 60px 0; } }
  figure.image > picture,
  figure.image > img,
  picture.image > picture,
  picture.image > img {
    max-width: 100%;
    display: block; }
    figure.image > picture img,
    figure.image > img img,
    picture.image > picture img,
    picture.image > img img {
      display: block; }
  figure.image.double,
  picture.image.double {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    figure.image.double > picture,
    picture.image.double > picture {
      width: 56.25%; }
      figure.image.double > picture img,
      picture.image.double > picture img {
        width: 100%; }
      figure.image.double > picture:last-child,
      picture.image.double > picture:last-child {
        margin-left: -12.5%;
        margin-top: 12.5%;
        transition: transform .1s linear; }
  figure.image.fullsize,
  picture.image.fullsize {
    display: block;
    height: 250px; }
    @media (min-width: 768px) {
      figure.image.fullsize,
      picture.image.fullsize {
        height: auto; } }
    figure.image.fullsize > img,
    picture.image.fullsize > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
      @media (min-width: 768px) {
        figure.image.fullsize > img,
        picture.image.fullsize > img {
          height: auto; } }
    figure.image.fullsize > picture img,
    picture.image.fullsize > picture img {
      width: 100%; }
  figure.image.has-parallax-zoom,
  picture.image.has-parallax-zoom {
    overflow: hidden; }
    figure.image.has-parallax-zoom > img,
    picture.image.has-parallax-zoom > img {
      transition: transform .1s linear; }

.guten-content > picture.image.default img {
  max-width: 100%; }

.advanced-video {
  margin: 30px 0 60px 0; }
  @media (min-width: 768px) {
    .advanced-video {
      margin: 60px 0; } }

.advanced-video-cover {
  width: 100%;
  position: relative; }
  .advanced-video-cover img {
    width: 100%; }

.advanced-video-dialog-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105px;
  height: 105px;
  border: 1px solid #fff;
  border-radius: 105px;
  background-color: transparent;
  padding: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }
  .advanced-video-dialog-toggle:hover {
    background-color: rgba(39, 45, 57, 0.15); }
    .advanced-video-dialog-toggle:hover svg {
      transform: scale(1.5); }
  .advanced-video-dialog-toggle svg {
    transition: transform .35s ease-in-out;
    fill: #FCDA01;
    width: 30px;
    height: 30px; }

.link-list {
  margin-top: 30px; }
  .link-list > a {
    display: flex;
    margin-bottom: 15px; }
    .link-list > a:last-child {
      margin-bottom: 0; }

.application-field-content {
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .application-field-content {
      flex-direction: row; } }

@media (min-width: 768px) {
  .application-field-content-left {
    min-width: 66.66667%;
    width: 66.66667%; } }

@media (min-width: 1000px) {
  .application-field-content-left {
    margin-left: 8.33333%;
    min-width: 50%;
    width: 50%; } }

@media (min-width: 992px) {
  .application-field-content-left {
    min-width: 58.33333%;
    width: 58.33333%; } }

@media (min-width: 1200px) {
  .application-field-content-left {
    margin-left: 8.33333%; } }

.application-field-content-left .wp-block-azti-application-field-content {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .application-field-content-left .wp-block-azti-application-field-content {
      margin-bottom: 60px; } }

.application-field-content-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 8.33333%; }
  .application-field-content-right .image {
    display: none;
    margin-right: -170px; }
    @media (min-width: 768px) {
      .application-field-content-right .image {
        display: block; } }
  .application-field-content-right .member {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .application-field-content-right .member {
        margin-bottom: 0; } }

.two-columns-content {
  margin-left: 8.33333%;
  width: 83.33333%;
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .two-columns-content {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .two-columns-content {
      margin-left: 16.66667%;
      width: 66.66667%;
      flex-direction: row; } }
  @media (min-width: 1510px) {
    .two-columns-content {
      margin-left: 25%;
      width: 58.33333%; } }
  .two-columns-content + .image {
    margin-top: 0; }
  .two-columns-content .link-list {
    width: 100%;
    margin-left: 0; }

@media (min-width: 992px) {
  .two-columns-content-left {
    min-width: 57.14286%;
    max-width: 57.14286%; } }

.two-columns-content-left .wp-block-azti-two-columns-content {
  margin-bottom: 30px; }
  .two-columns-content-left .wp-block-azti-two-columns-content > *:first-child {
    margin-top: 0; }

.two-columns-content-right {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .two-columns-content-right {
      margin-left: 14.28571%;
      min-width: 28.57143%;
      max-width: 28.57143%;
      flex-direction: column; } }
  .two-columns-content-right .image {
    display: block;
    margin-top: 30px; }
    @media (min-width: 576px) {
      .two-columns-content-right .image {
        width: 50%; } }
    @media (min-width: 992px) {
      .two-columns-content-right .image {
        width: 150%; } }
    .two-columns-content-right .image img {
      width: 100%; }
  .two-columns-content-right > .image {
    display: none; }
    @media (min-width: 992px) {
      .two-columns-content-right > .image {
        display: block; } }
  .two-columns-content-right .related-members {
    margin: 60px 0; }
    @media (min-width: 992px) {
      .two-columns-content-right .related-members {
        margin: 0; } }
    .two-columns-content-right .related-members .member {
      margin-bottom: 30px; }

.member-info {
  cursor: pointer; }
  .member-info figure {
    background-image: url(../../assets/images/foto.jpg); }
    .member-info figure .image {
      margin: 0; }
  .member-info header p, .member-info header h6, .member-info header .h6, .member-info header .guten-content h5, .guten-content .member-info header h5,
  .member-info header .single-event-content h5, .single-event-content .member-info header h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 400; }
  .member-info header h6, .member-info header .h6, .member-info header .guten-content h5, .guten-content .member-info header h5,
  .member-info header .single-event-content h5, .single-event-content .member-info header h5 {
    text-transform: uppercase; }
  .member-info header p {
    line-height: 1.4; }
  .member-info header a {
    color: #000000;
    font-weight: 300; }
    .member-info header a:hover {
      color: #FCDA01; }
  .member-info header .member-links {
    margin: 5px 0 0;
    padding: 0; }
    .member-info header .member-links li {
      list-style-type: none;
      display: inline; }
      .member-info header .member-links li:before {
        display: none; }
      .member-info header .member-links li a {
        color: #464646;
        text-decoration: underline; }
        .member-info header .member-links li a:hover {
          color: #797979; }

.two-columns-content .member-info,
.content-sidebar .member-info {
  display: flex;
  align-items: flex-end; }
  .two-columns-content .member-info figure,
  .content-sidebar .member-info figure {
    max-width: 75px;
    width: 50%; }
    @media (min-width: 768px) {
      .two-columns-content .member-info figure,
      .content-sidebar .member-info figure {
        max-width: none;
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .two-columns-content .member-info figure,
      .content-sidebar .member-info figure {
        width: 50%; } }
    .two-columns-content .member-info figure .image,
    .content-sidebar .member-info figure .image {
      width: 100%; }
  .two-columns-content .member-info header,
  .content-sidebar .member-info header {
    width: 50%;
    padding-left: 15px; }
    .two-columns-content .member-info header p, .two-columns-content .member-info header h6, .two-columns-content .member-info header .h6, .two-columns-content .member-info header .guten-content h5, .guten-content .two-columns-content .member-info header h5,
    .two-columns-content .member-info header .single-event-content h5, .single-event-content .two-columns-content .member-info header h5,
    .content-sidebar .member-info header p,
    .content-sidebar .member-info header h6,
    .content-sidebar .member-info header .h6,
    .content-sidebar .member-info header .guten-content h5,
    .guten-content .content-sidebar .member-info header h5,
    .content-sidebar .member-info header .single-event-content h5,
    .single-event-content .content-sidebar .member-info header h5 {
      font-weight: 500; }
    .two-columns-content .member-info header a,
    .content-sidebar .member-info header a {
      font-weight: 400; }

.two-columns-content .member-actions,
.content-sidebar .member-actions {
  margin-top: 15px; }

/* Exception */
.directors-grid .directors-grid-inner > .member {
  margin-bottom: 60px;
  /*
            &:nth-child(6n + 1){
                .member-info{
                    @include mq-xs{
                        margin-left: 0;
                    }
                }
            }
            &:nth-child(6n){
                .member-info{
                    @include mq-xs{
                        margin-right: 0;
                    }
                }
            }
            */ }
  @media (min-width: 576px) {
    .directors-grid .directors-grid-inner > .member:nth-child(6n + 1) .member-info {
      margin-left: 0; } }
  @media (min-width: 576px) {
    .directors-grid .directors-grid-inner > .member:nth-child(6n) .member-info {
      margin-right: 0; } }
  @media (min-width: 576px) {
    .directors-grid .directors-grid-inner > .member:nth-child(6n + 5) .member-info {
      margin-right: 0; } }
  .directors-grid .directors-grid-inner > .member:first-child .member-info {
    margin-left: 0; }
  .directors-grid .directors-grid-inner > .member .member-info {
    width: 200px;
    max-width: 100%;
    margin: 0 auto; }
    .directors-grid .directors-grid-inner > .member .member-info figure {
      max-width: 100%;
      width: 200px;
      overflow: hidden;
      margin-bottom: 15px; }
      .directors-grid .directors-grid-inner > .member .member-info figure img {
        width: 100%;
        height: auto; }

.staff-grid .member .member-inner,
.member-list .member .member-inner {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid #d0d0d0; }
  .staff-grid .member .member-inner .member-info,
  .member-list .member .member-inner .member-info {
    display: flex; }
    .staff-grid .member .member-inner .member-info figure,
    .member-list .member .member-inner .member-info figure {
      min-width: 120px;
      max-width: 120px;
      height: 120px;
      margin-right: 30px; }
      .staff-grid .member .member-inner .member-info figure img,
      .member-list .member .member-inner .member-info figure img {
        width: 100%; }
    .staff-grid .member .member-inner .member-info header,
    .member-list .member .member-inner .member-info header {
      align-self: flex-end; }

.post-link-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .post-link-grid > .post-link:first-child .post-link-inner {
    border-top: 1px solid #d0d0d0; }
  @media (min-width: 768px) {
    .post-link-grid > .post-link:nth-child(2) .post-link-inner {
      border-top: 1px solid #d0d0d0; } }
  @media (min-width: 768px) {
    .post-link-grid > .post-link:nth-child(odd).post-link-default {
      padding-left: 0; } }
  @media (min-width: 768px) {
    .post-link-grid > .post-link:nth-child(even).post-link-default {
      padding-right: 0; } }
  .post-link-grid.animation-fade-in-cascade > .post-link {
    opacity: 0;
    filter: alpha(opacity=0); }
  .post-link-grid.animation-fade-in-cascade.animate > .post-link {
    animation-name: fadeInUp;
    animation-duration: .7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
    .post-link-grid.animation-fade-in-cascade.animate > .post-link:nth-child(2) {
      animation-delay: .2s; }
    .post-link-grid.animation-fade-in-cascade.animate > .post-link:nth-child(3) {
      animation-delay: .4s; }
    .post-link-grid.animation-fade-in-cascade.animate > .post-link:nth-child(4) {
      animation-delay: .6s; }
    .post-link-grid.animation-fade-in-cascade.animate > .post-link:nth-child(5) {
      animation-delay: .8s; }
    .post-link-grid.animation-fade-in-cascade.animate > .post-link:nth-child(6) {
      animation-delay: 1s; }
    .post-link-grid.animation-fade-in-cascade.animate > .post-link:nth-child(7) {
      animation-delay: 1.2s; }
    .post-link-grid.animation-fade-in-cascade.animate > .post-link:nth-child(8) {
      animation-delay: 1.4s; }
    .post-link-grid.animation-fade-in-cascade.animate > .post-link:nth-child(9) {
      animation-delay: 1.6s; }
    .post-link-grid.animation-fade-in-cascade.animate > .post-link:nth-child(10) {
      animation-delay: 1.8s; }

.post-link .icon:hover svg {
  fill: #FCDA01; }

.post-link.post-link-default {
  padding: 0 15px;
  max-width: 100%;
  min-width: 100%; }
  @media (min-width: 768px) {
    .post-link.post-link-default {
      max-width: 50%;
      min-width: 50%; } }
  .post-link.post-link-default .post-link-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 15px;
    border-bottom: 1px solid #d0d0d0;
    height: 100%; }
    .post-link.post-link-default .post-link-inner header {
      flex-grow: 1; }
      .post-link.post-link-default .post-link-inner header h4 {
        margin-top: 0; }
      .post-link.post-link-default .post-link-inner header .category-list {
        margin-bottom: 0; }
    .post-link.post-link-default .post-link-inner > a {
      margin-left: 15px; }

.post-link.post-link-background {
  width: 100%;
  position: relative;
  display: block;
  height: 250px; }
  @media (min-width: 768px) {
    .post-link.post-link-background {
      height: 350px; } }
  @media (min-width: 1510px) {
    .post-link.post-link-background {
      height: 450px; } }
  .post-link.post-link-background:hover picture.image img {
    transform: scale(1.05); }
  .post-link.post-link-background:hover .post-link-inner {
    background-color: rgba(0, 0, 0, 0.4); }
    .post-link.post-link-background:hover .post-link-inner header h4 {
      color: #FCDA01; }
    .post-link.post-link-background:hover .post-link-inner .icon svg {
      fill: #FCDA01; }
  .post-link.post-link-background .post-link-inner {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    align-items: center; }
    .post-link.post-link-background .post-link-inner header {
      width: 100%;
      padding: 8.33333% 16.66667%; }
      .post-link.post-link-background .post-link-inner header h4, .post-link.post-link-background .post-link-inner header p, .post-link.post-link-background .post-link-inner header h4 a {
        color: #fff; }
      .post-link.post-link-background .post-link-inner header h4 {
        margin-top: 0;
        font-size: 1.6rem;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
        @media (min-width: 768px) {
          .post-link.post-link-background .post-link-inner header h4 {
            font-size: 2.4rem; } }
      .post-link.post-link-background .post-link-inner header p {
        font-size: 1.46667rem;
        font-weight: 300;
        line-height: 1.3;
        display: none; }
        @media (min-width: 768px) {
          .post-link.post-link-background .post-link-inner header p {
            font-size: 1.2rem;
            display: block; } }
  .post-link.post-link-background picture.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden; }
    .post-link.post-link-background picture.image img {
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      max-width: none;
      max-height: none;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .post-link.post-link-background picture.image img {
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto; } }
      @supports (-ms-ime-align: auto) and (not (font-variation-settings: normal)) {
        .post-link.post-link-background picture.image img {
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto; } }

/* Exceptions */
.home-page .home-featured-block-slider .swiper-wrapper > .swiper-slide {
  width: 83.33333%; }
  @media (min-width: 768px) {
    .home-page .home-featured-block-slider .swiper-wrapper > .swiper-slide {
      width: 45.83333%; } }
  @media (min-width: 992px) {
    .home-page .home-featured-block-slider .swiper-wrapper > .swiper-slide {
      width: 30.41667%; } }
  .home-page .home-featured-block-slider .swiper-wrapper > .swiper-slide:nth-child(odd) .post-link {
    margin-top: 45px; }

.home-page .post-link {
  display: inline-block; }
  .home-page .post-link.post-link-background .post-link-inner header {
    padding: 12.5% 12.5%;
    display: block;
    min-height: 0; }
    .home-page .post-link.post-link-background .post-link-inner header h4 {
      margin: 0;
      text-align: center; }

@media (min-width: 768px) {
  .share-links {
    display: flex; } }

.share-links p {
  margin: 5px 30px 0 0; }

.share-links ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: center;
  margin-top: 7.5px; }
  @media (min-width: 768px) {
    .share-links ul {
      margin-top: 0; } }
  .share-links ul > li {
    margin-right: 20px;
    margin-bottom: 0; }
    .share-links ul > li:before {
      display: none; }
    .share-links ul > li:last-child {
      margin-right: 0; }
    .share-links ul > li a {
      display: block;
      border-radius: 30px;
      text-align: center; }
      .share-links ul > li a svg .circle {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
      .share-links ul > li a:hover svg .circle {
        fill: #000000;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
      .share-links ul > li a svg {
        display: block;
        fill: #000000;
        width: 18px;
        margin-top: 2px;
        margin-left: 5px;
        width: 30px;
        height: 30px; }

.last-news {
  margin-top: 54px; }
  .last-news > header {
    border-bottom: 1px solid #d0d0d0; }
    .last-news > header h3 {
      margin-top: 0; }
  .last-news article {
    padding: 30px 0;
    border-bottom: 1px solid #d0d0d0; }
    .last-news article header h4 {
      margin-top: 15px;
      margin-bottom: 0;
      font-weight: 600; }
      .last-news article header h4 a {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto; }

.newsletter {
  padding: 30px;
  border: 3px solid #000000;
  margin-bottom: 60px;
  margin-left: 8.33333%;
  width: 83.33333%; }
  @media (min-width: 768px) {
    .newsletter {
      margin-left: 16.66667%;
      width: 66.66667%;
      padding: 90px 60px; } }
  @media (min-width: 576px) {
    .newsletter .newsletter-inner {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; } }
  @media (min-width: 576px) {
    .newsletter header {
      max-width: 50%;
      min-width: 50%; } }
  .newsletter header h3 {
    margin-top: 0;
    font-size: 2.53333rem;
    font-weight: 300; }
  .newsletter header p {
    font-size: 1.2rem;
    line-height: inherit;
    font-weight: 700; }
  .newsletter a.filling-on-hover {
    margin-top: 45px; }

.newsletter-form #mce-responses {
  margin-top: 30px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 13px; }

.newsletter-form #mce-success-response {
  color: green; }

.newsletter-form #mce-error-response {
  color: red; }

/* Exception of newsletter */
.social-crawler .newsletter,
.masonry .newsletter {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .social-crawler .newsletter header,
  .masonry .newsletter header {
    margin: 0;
    max-width: 100%;
    min-width: 0; }
  .social-crawler .newsletter a,
  .masonry .newsletter a {
    margin: 0; }

.masonry .newsletter a {
  margin-top: 30px; }

.home .newsletter,
.page-template-template-news .newsletter {
  margin-left: 0%;
  width: 100%;
  margin-bottom: 0; }

/* Component - Social Crawler */
.social-crawler {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative; }
  .social-crawler .social-crawler-inner {
    width: 83.33333%;
    margin-left: 8.33333%; }
    @media (min-width: 768px) {
      .social-crawler .social-crawler-inner {
        width: 75%;
        margin-left: 16.66667%; } }
    @media (min-width: 1510px) {
      .social-crawler .social-crawler-inner {
        width: 66.66667%;
        margin-left: 16.66667%; } }
  .social-crawler .social-crawler-inner > header {
    position: relative;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .social-crawler .social-crawler-inner > header {
        margin-bottom: 60px;
        display: flex;
        justify-content: space-between; } }
    .social-crawler .social-crawler-inner > header h3 {
      margin: 0;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .social-crawler .social-crawler-inner > header h3 {
          margin-bottom: 0; } }
  .social-crawler:before {
    content: "";
    background-color: #F0F0F0;
    position: absolute;
    width: 100%;
    height: calc(100% - 220px);
    top: 150px; }

.social-crawler-grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap; }
  .social-crawler-grid > .social-crawler-item {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    /* Remove side paddings*/ }
    @media (max-width: 767px) {
      .social-crawler-grid > .social-crawler-item {
        padding: 0 !important;
        transform: none !important; } }
    @media (min-width: 768px) {
      .social-crawler-grid > .social-crawler-item {
        width: 50%;
        padding: 0 15px; } }
    @media (min-width: 1200px) {
      .social-crawler-grid > .social-crawler-item {
        width: 33.33333%; } }
    .social-crawler-grid > .social-crawler-item > * {
      height: 100%; }
    .social-crawler-grid > .social-crawler-item.double {
      padding-left: 0;
      width: 100%; }
      @media (min-width: 1200px) {
        .social-crawler-grid > .social-crawler-item.double {
          width: 66.66667%;
          padding-left: 15px; } }
    .social-crawler-grid > .social-crawler-item .instagram-card .profile,
    .social-crawler-grid > .social-crawler-item .facebook-card .profile,
    .social-crawler-grid > .social-crawler-item .twitter-card .profile {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .social-crawler-grid > .social-crawler-item .instagram-card .profile .profile-name,
      .social-crawler-grid > .social-crawler-item .facebook-card .profile .profile-name,
      .social-crawler-grid > .social-crawler-item .twitter-card .profile .profile-name {
        margin-right: auto;
        margin-left: 0;
        color: #fff; }
    .social-crawler-grid > .social-crawler-item .instagram-card svg,
    .social-crawler-grid > .social-crawler-item .facebook-card svg,
    .social-crawler-grid > .social-crawler-item .twitter-card svg {
      fill: #fff; }
      .social-crawler-grid > .social-crawler-item .instagram-card svg g,
      .social-crawler-grid > .social-crawler-item .facebook-card svg g,
      .social-crawler-grid > .social-crawler-item .twitter-card svg g {
        fill: #fff; }
    @media (min-width: 768px) {
      .social-crawler-grid > .social-crawler-item .twitter-card {
        min-height: 290px; } }
    .social-crawler-grid > .social-crawler-item .instagram-card a {
      height: 100%; }
    .social-crawler-grid > .social-crawler-item .instagram-card figure {
      position: relative;
      height: 100%; }
      .social-crawler-grid > .social-crawler-item .instagram-card figure > .profile {
        position: absolute;
        padding: 15px; }
      .social-crawler-grid > .social-crawler-item .instagram-card figure video {
        max-width: 100%;
        max-height: 100%; }
      .social-crawler-grid > .social-crawler-item .instagram-card figure img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .social-crawler-grid > .social-crawler-item .instagram-card .profile-image {
      margin-right: 15px; }
      .social-crawler-grid > .social-crawler-item .instagram-card .profile-image img {
        width: 45px;
        height: auto;
        border-radius: 45px; }
    .social-crawler-grid > .social-crawler-item .twitter-card {
      background-color: #00bbf2;
      padding: 30px; }
      .social-crawler-grid > .social-crawler-item .twitter-card .feed-twitter .header {
        width: 100%; }
      .social-crawler-grid > .social-crawler-item .twitter-card .feed-twitter .profile p,
      .social-crawler-grid > .social-crawler-item .twitter-card .feed-twitter > p,
      .social-crawler-grid > .social-crawler-item .twitter-card .feed-twitter > p > * {
        color: #fff;
        font-family: "Gotham";
        line-height: 1.4rem;
        font-weight: 400; }
        .social-crawler-grid > .social-crawler-item .twitter-card .feed-twitter .profile p strong, .social-crawler-grid > .social-crawler-item .twitter-card .feed-twitter .profile p b, .social-crawler-grid > .social-crawler-item .twitter-card .feed-twitter .profile p a,
        .social-crawler-grid > .social-crawler-item .twitter-card .feed-twitter > p strong,
        .social-crawler-grid > .social-crawler-item .twitter-card .feed-twitter > p b,
        .social-crawler-grid > .social-crawler-item .twitter-card .feed-twitter > p a,
        .social-crawler-grid > .social-crawler-item .twitter-card .feed-twitter > p > * strong,
        .social-crawler-grid > .social-crawler-item .twitter-card .feed-twitter > p > * b,
        .social-crawler-grid > .social-crawler-item .twitter-card .feed-twitter > p > * a {
          font-weight: 600; }
        .social-crawler-grid > .social-crawler-item .twitter-card .feed-twitter .profile p a,
        .social-crawler-grid > .social-crawler-item .twitter-card .feed-twitter > p a,
        .social-crawler-grid > .social-crawler-item .twitter-card .feed-twitter > p > * a {
          text-decoration: underline;
          display: inline-block; }
      .social-crawler-grid > .social-crawler-item .twitter-card .feed-twitter .twitter-timeline-link {
        display: block; }
      .social-crawler-grid > .social-crawler-item .twitter-card .profile p {
        margin: 0; }
      .social-crawler-grid > .social-crawler-item .twitter-card .profile figure {
        margin-right: 15px;
        width: 45px;
        height: 45px;
        overflow: hidden;
        border-radius: 45px; }
        .social-crawler-grid > .social-crawler-item .twitter-card .profile figure img {
          width: 100%;
          height: auto; }
    .social-crawler-grid > .social-crawler-item:nth-child(1), .social-crawler-grid > .social-crawler-item:nth-child(4), .social-crawler-grid > .social-crawler-item:nth-child(6) {
      padding-left: 0; }
    .social-crawler-grid > .social-crawler-item:nth-child(3), .social-crawler-grid > .social-crawler-item:nth-child(5), .social-crawler-grid > .social-crawler-item:nth-child(8) {
      padding-right: 0; }
    .social-crawler-grid > .social-crawler-item:nth-child(6), .social-crawler-grid > .social-crawler-item:nth-child(7) {
      align-self: flex-start; }
    .social-crawler-grid > .social-crawler-item:nth-child(2), .social-crawler-grid > .social-crawler-item:nth-child(5) {
      transform: translateY(30px); }
    @media (min-width: 1200px) {
      .social-crawler-grid > .social-crawler-item:nth-child(7), .social-crawler-grid > .social-crawler-item:nth-child(8) {
        transform: translateY(-30px); } }
    .social-crawler-grid > .social-crawler-item:nth-child(2), .social-crawler-grid > .social-crawler-item:nth-child(4), .social-crawler-grid > .social-crawler-item:nth-child(7) {
      padding-right: 0;
      padding-left: 15px; }
      @media (min-width: 1200px) {
        .social-crawler-grid > .social-crawler-item:nth-child(2), .social-crawler-grid > .social-crawler-item:nth-child(4), .social-crawler-grid > .social-crawler-item:nth-child(7) {
          padding-right: 15px; } }
    .social-crawler-grid > .social-crawler-item:nth-child(3) {
      padding-left: 0;
      padding-right: 15px; }
      @media (min-width: 1200px) {
        .social-crawler-grid > .social-crawler-item:nth-child(3) {
          padding-left: 15px;
          padding-right: 0; } }
    .social-crawler-grid > .social-crawler-item:nth-child(4) {
      transform: translateY(45px); }
      @media (min-width: 768px) {
        .social-crawler-grid > .social-crawler-item:nth-child(4) {
          transform: translateY(20px); } }
      @media (min-width: 992px) {
        .social-crawler-grid > .social-crawler-item:nth-child(4) {
          transform: translateY(15px); } }
      @media (min-width: 1200px) {
        .social-crawler-grid > .social-crawler-item:nth-child(4) {
          padding-left: 0;
          transform: none; } }
    .social-crawler-grid > .social-crawler-item:nth-child(5) {
      transform: none; }
      @media (min-width: 768px) {
        .social-crawler-grid > .social-crawler-item:nth-child(5) {
          height: calc(300px - 60px); } }
      @media (min-width: 1200px) {
        .social-crawler-grid > .social-crawler-item:nth-child(5) {
          transform: translateY(30px); } }
    .social-crawler-grid > .social-crawler-item:nth-child(8) {
      width: 100%;
      padding-left: 0; }
      @media (min-width: 1200px) {
        .social-crawler-grid > .social-crawler-item:nth-child(8) {
          width: 33.33333%;
          padding-left: 15px; } }

/* Component - Event card*/
.event-card {
  border: 1px solid #d0d0d0;
  background-color: #fff;
  padding: 30px;
  border-radius: 2px; }
  @media (min-width: 768px) {
    .event-card header {
      max-width: 75%; } }
  .event-card header .pre-title {
    text-transform: uppercase;
    margin: 0; }
  .event-card header h4, .event-card header .h5, .event-card header .guten-content h4, .guten-content .event-card header h4,
  .event-card header .single-event-content h4, .single-event-content .event-card header h4 {
    margin-top: 15px; }
  .event-card header .date {
    margin-top: 30px;
    font-size: 1.2rem;
    color: #000000; }
  .event-card header .location {
    font-size: 1.2rem;
    margin: 30px 0;
    margin-top: 0;
    line-height: normal; }
  .event-card > a {
    display: inline-block;
    margin-top: 30px; }
    .event-card > a svg {
      width: 36px;
      height: 36px; }

/* Component - Filter */
.filterbar {
  width: 66.66667%;
  margin-left: 16.66667%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 60px;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .filterbar {
      flex-direction: row; } }
  .filterbar > * {
    margin-bottom: 15px;
    margin-right: 30px; }
    .filterbar > *:last-child {
      margin-right: 0;
      margin-bottom: 0; }
  .filterbar .clear-filters-wrapper {
    flex-grow: 1; }
    .filterbar .clear-filters-wrapper .clear-filters {
      background: none; }

.filter.filter-horizontal {
  margin-bottom: 60px;
  position: relative;
  /*
        &::before{
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: $gutter *2;
            height: 20px;
            background: white;
            @include gradientFilter();

        }
        */ }
  @media (min-width: 768px) {
    .filter.filter-horizontal {
      width: 66.66667%;
      margin-left: 16.66667%; } }
  .filter.filter-horizontal ul {
    display: flex;
    overflow-x: scroll;
    padding-left: 30px; }
    @media (min-width: 768px) {
      .filter.filter-horizontal ul {
        flex-wrap: wrap;
        min-width: 0;
        overflow-x: auto;
        padding-left: 0; } }
    .filter.filter-horizontal ul > li {
      margin-right: 30px;
      min-width: fit-content; }
      .filter.filter-horizontal ul > li:last-child {
        margin-right: 0; }
      .filter.filter-horizontal ul > li a {
        font-weight: 400;
        font-size: 16px;
        padding-top: 2px; }
        .filter.filter-horizontal ul > li a.active {
          color: #FCDA01; }
        .filter.filter-horizontal ul > li a:hover {
          color: #FCDA01; }

.filter.filter-selector {
  position: relative;
  /* Select wrapper */ }
  .filter.filter-selector .filter-selector-handler {
    position: relative;
    padding: 10px 30px 10px 15px;
    min-width: 250px;
    max-width: 250px;
    border: 1px solid #a7a8a7;
    text-transform: uppercase;
    border-radius: 0; }
    .filter.filter-selector .filter-selector-handler .icon {
      position: absolute;
      right: 5px;
      top: 50%;
      transform: translateY(-50%); }
      .filter.filter-selector .filter-selector-handler .icon svg {
        display: block;
        fill: #000000; }
  .filter.filter-selector .filter-selector-body {
    transition: height .2s ease-out;
    overflow: hidden;
    max-height: 260px;
    overflow-y: scroll;
    position: absolute;
    background-color: #fff;
    height: 0;
    width: calc(100% - 2px);
    top: calc(100% - 1px);
    left: 1px;
    z-index: 1;
    border-left: 1px solid #a7a8a7;
    border-right: 1px solid #a7a8a7;
    border-bottom: 1px solid #a7a8a7; }
    .filter.filter-selector .filter-selector-body ul {
      border-top: 1px solid #a7a8a7;
      margin: 0;
      padding: 0; }
      .filter.filter-selector .filter-selector-body ul li {
        position: relative;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        padding: 10px 30px 10px 15px;
        margin: 0;
        cursor: pointer; }
        .filter.filter-selector .filter-selector-body ul li:hover {
          background-color: #eee; }
          .filter.filter-selector .filter-selector-body ul li:hover .icon.remove {
            opacity: 0;
            filter: alpha(opacity=0); }
          .filter.filter-selector .filter-selector-body ul li:hover .icon.add {
            opacity: 1;
            filter: alpha(opacity=100); }
          .filter.filter-selector .filter-selector-body ul li:hover.active .icon.remove {
            opacity: 1;
            filter: alpha(opacity=100); }
          .filter.filter-selector .filter-selector-body ul li:hover.active .icon.add {
            opacity: 0;
            filter: alpha(opacity=0); }
        .filter.filter-selector .filter-selector-body ul li:before {
          display: none; }
        .filter.filter-selector .filter-selector-body ul li.active .value {
          color: #FCDA01; }
        .filter.filter-selector .filter-selector-body ul li .value {
          -webkit-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out; }
        .filter.filter-selector .filter-selector-body ul li .icon {
          opacity: 0;
          filter: alpha(opacity=0);
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out; }
          .filter.filter-selector .filter-selector-body ul li .icon svg {
            fill: #a7a8a7;
            display: block; }
  .filter.filter-selector .select-wrapper {
    display: none;
    position: relative;
    padding-top: 30px; }
    .filter.filter-selector .select-wrapper.has-content select + .placeholder {
      transform: translate(0, -25px) scale(0.8); }
    .filter.filter-selector .select-wrapper select {
      width: 100%;
      font-family: "Gotham";
      position: relative;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 2px solid #a7a8a7;
      border-radius: 0;
      background-color: transparent;
      padding: 10px 15px;
      color: #000000;
      max-width: 100%;
      z-index: 1; }
      .filter.filter-selector .select-wrapper select:focus + .placeholder {
        transform: translate(0, -25px) scale(0.8);
        color: #000; }
    .filter.filter-selector .select-wrapper .placeholder {
      position: absolute;
      left: 0;
      bottom: 5px;
      transition: transform .2s ease-in-out;
      transform-origin: 0 0; }
    .filter.filter-selector .select-wrapper .icon {
      position: absolute;
      right: 0;
      bottom: 8px;
      z-index: 0; }
      .filter.filter-selector .select-wrapper .icon svg {
        display: block;
        fill: #000000; }

.filter.filter-search {
  min-width: 220px; }
  .filter.filter-search .search-wrapper {
    padding-top: 0;
    min-width: 250px; }
    .filter.filter-search .search-wrapper input {
      height: 43px; }
    .filter.filter-search .search-wrapper .placeholder {
      bottom: 10px; }
    .filter.filter-search .search-wrapper .icon-search {
      bottom: 10px; }

/* Component - Masonry */
@media (min-width: 768px) {
  .masonry {
    margin-left: -7.5px;
    margin-right: -7.5px; } }

.masonry > .masonry-item {
  margin: 0 0 15px; }
  @media (min-width: 768px) {
    .masonry > .masonry-item {
      width: 50%;
      padding: 0 15px;
      margin: 0 0 30px; } }
  @media (min-width: 768px) {
    .masonry > .masonry-item:nth-child(2) {
      margin-top: 30px; } }

.masonry.event-list {
  padding: 0;
  width: 100%;
  margin-left: 0%; }
  .masonry.event-list > .masonry-item {
    width: 100%; }
    .masonry.event-list > .masonry-item:nth-child(2) {
      margin-top: 0; }

.masonry-page-load-status {
  display: block;
  text-align: center;
  margin-bottom: 60px; }
  .masonry-page-load-status .infinite-scroll-request {
    display: none; }
  .masonry-page-load-status svg {
    width: 60px;
    height: 60px; }

.info-table table {
  width: 100%;
  margin-left: 0%; }
  @media (min-width: 768px) {
    .info-table table {
      width: 75%;
      margin-left: 8.33333%; } }
  @media (min-width: 1510px) {
    .info-table table {
      width: 66.66667%;
      margin-left: 16.66667%; } }
  .info-table table tr {
    position: relative;
    width: 83.33333%;
    margin-left: 8.33333%;
    display: table; }
    @media (min-width: 768px) {
      .info-table table tr {
        width: 88.88889%;
        margin-left: 11.11111%; } }
    @media (min-width: 1510px) {
      .info-table table tr {
        width: 87.5%;
        margin-left: 12.5%; } }
    .info-table table tr::before {
      content: '';
      display: block;
      height: 2px;
      top: -1px;
      background: #d0d0d0;
      position: absolute;
      width: 10%;
      right: 100%; }
      @media (min-width: 768px) {
        .info-table table tr::before {
          width: 12.5%;
          right: 100%; } }
      @media (min-width: 1510px) {
        .info-table table tr::before {
          width: 14.28571%;
          right: 100%; } }
    .info-table table tr::after {
      content: '';
      display: block;
      height: 2px;
      top: -1px;
      background: #d0d0d0;
      position: absolute;
      width: 10%;
      left: 100%; }
      @media (min-width: 768px) {
        .info-table table tr::after {
          width: 12.5%;
          left: 100%; } }
      @media (min-width: 1510px) {
        .info-table table tr::after {
          width: 14.28571%;
          left: 100%; } }
    .info-table table tr:first-child {
      border-top: 2px solid #d0d0d0; }
      .info-table table tr:first-child td {
        border-top: 0; }
    .info-table table tr:last-child td {
      border-bottom: 0; }
    .info-table table tr td:first-child {
      font-weight: 500;
      text-align: left;
      padding-left: 0;
      width: 28.57143%; }
    .info-table table tr td p {
      margin: 0; }

.info-table .image-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -15px; }
  .info-table .image-list picture.image {
    margin: 0;
    margin-right: 15px;
    margin-bottom: 15px; }
    .info-table .image-list picture.image img {
      height: 50px;
      width: auto; }

/* Component - Event summary */
.event-summary {
  margin-left: 8.33333%;
  width: 83.33333%;
  margin: 30px auto; }
  @media (min-width: 768px) {
    .event-summary {
      margin-left: 16.66667%;
      width: 66.66667%;
      display: flex;
      align-items: flex-start; } }
  .event-summary .event-summary-wrapper {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 10%;
    padding-left: 15%;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .event-summary .event-summary-wrapper {
        padding: 5%;
        padding-left: 12.5%;
        min-width: 50%;
        max-width: 50%; } }
    .event-summary .event-summary-wrapper ul {
      padding-left: 0;
      margin-top: 0; }
      .event-summary .event-summary-wrapper ul li {
        margin-bottom: 20px; }
        .event-summary .event-summary-wrapper ul li::before {
          display: none; }
        .event-summary .event-summary-wrapper ul li.eventDate {
          font-weight: 700;
          font-size: 1.6rem; }
        .event-summary .event-summary-wrapper ul li.eventDate, .event-summary .event-summary-wrapper ul li.location {
          position: relative;
          list-style-type: none; }
          .event-summary .event-summary-wrapper ul li.eventDate > span, .event-summary .event-summary-wrapper ul li.location > span {
            position: absolute;
            right: 103.125%; }
            @media (min-width: 768px) {
              .event-summary .event-summary-wrapper ul li.eventDate > span, .event-summary .event-summary-wrapper ul li.location > span {
                right: 110%; } }
          .event-summary .event-summary-wrapper ul li.eventDate svg, .event-summary .event-summary-wrapper ul li.location svg {
            width: 20px;
            height: 20px; }
        .event-summary .event-summary-wrapper ul li.organizer > span::after {
          content: ','; }
        .event-summary .event-summary-wrapper ul li.organizer > span:last-child::after {
          display: none; }
      .event-summary .event-summary-wrapper ul a {
        color: #464646;
        text-decoration: underline; }
        .event-summary .event-summary-wrapper ul a:hover li {
          color: #797979; }
  @media (min-width: 768px) {
    .event-summary .event-summary-image {
      min-width: 56.25%;
      max-width: 56.25%;
      transform: translateX(-11.11111%);
      max-height: 270px;
      overflow: hidden; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .event-summary .event-summary-image {
      max-height: 290px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .event-summary .event-summary-image {
      max-height: 315px; } }
  .event-summary .event-summary-image .image {
    margin: 0; }
    .event-summary .event-summary-image .image img {
      min-height: 250px;
      width: 100%;
      object-fit: cover; }
      @media (min-width: 768px) {
        .event-summary .event-summary-image .image img {
          min-height: 290px; } }

/* Component - Event list */
.event-list {
  margin-bottom: 90px; }
  .event-list > .event-list-item {
    padding: 0;
    margin-bottom: 0; }
    .event-list > .event-list-item:last-child .event-list-item-inner {
      border-bottom: 1px solid #d0d0d0; }
    .event-list > .event-list-item.animation-fade-in-cascade {
      opacity: 0;
      filter: alpha(opacity=0); }
      .event-list > .event-list-item.animation-fade-in-cascade.animate {
        animation-name: fadeInUp;
        animation-duration: .7s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards; }
        .event-list > .event-list-item.animation-fade-in-cascade.animate:nth-child(n+1) {
          animation-delay: 0.2sn; }
    .event-list > .event-list-item .event-list-item-inner {
      width: 83.33333%;
      margin-left: 8.33333%;
      display: flex;
      flex-wrap: wrap;
      padding: 30px 0;
      border-top: 1px solid #d0d0d0; }
      @media (min-width: 768px) {
        .event-list > .event-list-item .event-list-item-inner {
          width: 66.66667%;
          margin-left: 16.66667%; } }
      .event-list > .event-list-item .event-list-item-inner header {
        margin-bottom: 15px; }
        @media (min-width: 768px) {
          .event-list > .event-list-item .event-list-item-inner header {
            margin-bottom: 0;
            max-width: 50%;
            min-width: 50%; } }
        @media (min-width: 992px) {
          .event-list > .event-list-item .event-list-item-inner header {
            max-width: 31.25%;
            min-width: 31.25%; } }
        .event-list > .event-list-item .event-list-item-inner header h4 {
          margin-top: 0;
          margin-bottom: 10px; }
          .event-list > .event-list-item .event-list-item-inner header h4 a {
            color: #000000;
            display: block;
            font-weight: 700; }
            .event-list > .event-list-item .event-list-item-inner header h4 a:hover {
              color: #858484; }
        .event-list > .event-list-item .event-list-item-inner header p {
          margin-top: 10px;
          margin-bottom: 0; }
          .event-list > .event-list-item .event-list-item-inner header p.organizer > span::after {
            content: ','; }
          .event-list > .event-list-item .event-list-item-inner header p.organizer > span:last-child::after {
            display: none; }
      .event-list > .event-list-item .event-list-item-inner figure {
        max-height: 120px;
        overflow: hidden;
        margin-bottom: 15px; }
        @media (min-width: 768px) {
          .event-list > .event-list-item .event-list-item-inner figure {
            margin-bottom: 0;
            margin-left: 6.25%;
            max-width: 43.75%;
            min-width: 43.75%; } }
        @media (min-width: 992px) {
          .event-list > .event-list-item .event-list-item-inner figure {
            margin-left: 6.25%;
            max-width: 25%;
            min-width: 25%; } }
        .event-list > .event-list-item .event-list-item-inner figure .image {
          margin: 0; }
          .event-list > .event-list-item .event-list-item-inner figure .image img {
            display: block; }
        @media (min-width: 768px) {
          .event-list > .event-list-item .event-list-item-inner figure:first-child {
            display: none; } }
        .event-list > .event-list-item .event-list-item-inner figure:nth-of-type(2) {
          display: none; }
          @media (min-width: 768px) {
            .event-list > .event-list-item .event-list-item-inner figure:nth-of-type(2) {
              display: block; } }
      .event-list > .event-list-item .event-list-item-inner .date-location {
        max-width: 80%;
        min-width: 80%; }
        @media (min-width: 768px) {
          .event-list > .event-list-item .event-list-item-inner .date-location {
            margin-top: 15px;
            max-width: 50%;
            min-width: 50%; } }
        @media (min-width: 992px) {
          .event-list > .event-list-item .event-list-item-inner .date-location {
            margin-top: 0;
            margin-left: 6.25%;
            max-width: 18.75%;
            min-width: 18.75%; } }
        .event-list > .event-list-item .event-list-item-inner .date-location .date {
          color: #000000;
          font-size: 1.2rem; }
        .event-list > .event-list-item .event-list-item-inner .date-location .location {
          margin: 10px 0 0; }
      .event-list > .event-list-item .event-list-item-inner > a {
        display: block;
        text-align: right;
        align-self: flex-end;
        max-width: 20%;
        min-width: 20%; }
        @media (min-width: 768px) {
          .event-list > .event-list-item .event-list-item-inner > a {
            max-width: 50%;
            min-width: 50%;
            align-self: flex-end; } }
        @media (min-width: 992px) {
          .event-list > .event-list-item .event-list-item-inner > a {
            max-width: 12.5%;
            min-width: 12.5%;
            align-self: center; } }
        .event-list > .event-list-item .event-list-item-inner > a:hover svg {
          fill: #FCDA01; }
        .event-list > .event-list-item .event-list-item-inner > a svg {
          width: 40px;
          height: 40px; }

/* Field atom */
.field {
  /* Input */
  /* Radio wrapper */
  /* Checkbox wrapper */
  /* Select wrapper */ }
  .field .input-wrapper,
  .field .search-wrapper {
    position: relative;
    padding-top: 30px; }
    .field .input-wrapper.input-wrapper-hidden,
    .field .search-wrapper.input-wrapper-hidden {
      height: 0;
      padding: 0;
      overflow: hidden;
      visibility: hidden;
      max-width: 0 !important;
      width: 0 !important; }
    .field .input-wrapper.has-content input + .placeholder,
    .field .input-wrapper.has-content .wpcf7-form-control-wrap + .placeholder,
    .field .search-wrapper.has-content input + .placeholder,
    .field .search-wrapper.has-content .wpcf7-form-control-wrap + .placeholder {
      transform: translate(0, -25px) scale(0.8); }
    .field .input-wrapper .wpcf7-form-control-wrap + .placeholder,
    .field .input-wrapper input + .placeholder,
    .field .search-wrapper .wpcf7-form-control-wrap + .placeholder,
    .field .search-wrapper input + .placeholder {
      position: absolute;
      bottom: 5px;
      left: 0;
      transition: transform .2s ease-in-out;
      transform: translate(0, 0);
      transform-origin: 0 0; }
      .field .input-wrapper .wpcf7-form-control-wrap + .placeholder + .underline,
      .field .input-wrapper input + .placeholder + .underline,
      .field .search-wrapper .wpcf7-form-control-wrap + .placeholder + .underline,
      .field .search-wrapper input + .placeholder + .underline {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000;
        display: block;
        z-index: 1;
        transform: scale(0, 1); }
    .field .input-wrapper .wpcf7-form-control-wrap.is-focused + .placeholder,
    .field .search-wrapper .wpcf7-form-control-wrap.is-focused + .placeholder {
      transform: translate(0, -25px) scale(0.8);
      color: #000; }
      .field .input-wrapper .wpcf7-form-control-wrap.is-focused + .placeholder + .underline,
      .field .search-wrapper .wpcf7-form-control-wrap.is-focused + .placeholder + .underline {
        transition: transform .35s ease-in-out;
        transform: scale(1, 1); }
    .field .input-wrapper input,
    .field .search-wrapper input {
      position: relative;
      border-bottom: 1px solid #a7a8a7;
      border-top: none;
      border-left: none;
      border-right: none;
      border-radius: 0;
      width: 100%;
      height: 30px;
      z-index: 1;
      background-color: transparent; }
      .field .input-wrapper input:focus + .placeholder,
      .field .search-wrapper input:focus + .placeholder {
        transform: translate(0, -25px) scale(0.8);
        color: #000; }
        .field .input-wrapper input:focus + .placeholder + .underline,
        .field .search-wrapper input:focus + .placeholder + .underline {
          transition: transform .35s ease-in-out;
          transform: scale(1, 1); }
  .field .search-wrapper input:focus + .placeholder + .underline + .icon-search svg {
    fill: #000; }
  .field .search-wrapper .icon-search {
    position: absolute;
    right: 0;
    bottom: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
    .field .search-wrapper .icon-search svg {
      display: block;
      width: 18px;
      height: 18px;
      fill: #a7a8a7; }
  .field[data-type="textarea"] {
    padding-top: 30px; }
  .field .textarea-wrapper {
    position: relative; }
    .field .textarea-wrapper.has-content textarea + .placeholder,
    .field .textarea-wrapper.has-content .wpcf7-form-control-wrap + .placeholder {
      transform: translate(0, -20px) scale(0.8); }
    .field .textarea-wrapper .wpcf7-form-control-wrap + .placeholder,
    .field .textarea-wrapper textarea + .placeholder {
      transition: transform .2s ease-in-out;
      transform: translate(0, 0);
      transform-origin: 0 0;
      position: absolute;
      top: 0;
      left: 0; }
    .field .textarea-wrapper .wpcf7-form-control-wrap:focus + .placeholder,
    .field .textarea-wrapper textarea:focus + .placeholder {
      transform: translate(0px, -20px) scale(0.8);
      color: #000; }
    .field .textarea-wrapper .wpcf7-form-control-wrap.is-focused + .placeholder {
      transform: translate(0px, -40px) scale(0.8);
      color: #000; }
    .field .textarea-wrapper textarea {
      width: 100%;
      height: 120px;
      resize: none;
      border: none;
      background: none;
      border-bottom: 1px solid #a7a8a7;
      border-radius: 0;
      padding: 15px;
      padding-left: 0; }
  .field .radio-wrapper {
    display: flex; }
    .field .radio-wrapper > label {
      display: flex;
      margin-top: 5px;
      margin-bottom: 5px;
      padding: 5px 10px;
      border-radius: 2px;
      cursor: pointer;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
      .field .radio-wrapper > label:hover {
        background-color: #eee; }
      .field .radio-wrapper > label:first-child {
        padding-left: 0; }
      .field .radio-wrapper > label input {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none; }
        .field .radio-wrapper > label input:checked + .handler:after {
          transform: scale(1); }
      .field .radio-wrapper > label .handler {
        position: relative;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        display: block;
        border: 1px solid #a7a8a7;
        margin-left: 15px; }
        .field .radio-wrapper > label .handler:after {
          content: "";
          width: 10px;
          height: 10px;
          position: absolute;
          top: 4px;
          left: 4px;
          background-color: #FCDA01;
          border-radius: 10px;
          transform: scale(0);
          -webkit-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out; }
  .field[data-type="checkbox"] p:empty {
    display: none; }
  .field .checkbox-wrapper {
    display: flex; }
    .field .checkbox-wrapper label {
      display: flex;
      margin-top: 5px;
      margin-bottom: 5px;
      padding: 5px 10px 5px 0;
      border-radius: 0;
      cursor: pointer;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
      .field .checkbox-wrapper label input {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        visibility: hidden;
        position: absolute; }
        .field .checkbox-wrapper label input:checked + .handler:after,
        .field .checkbox-wrapper label input:checked + * .handler:after {
          transform: scale(1); }
      .field .checkbox-wrapper label .handler {
        margin-right: 15px;
        position: relative;
        width: 20px;
        height: 20px;
        min-width: 20px;
        display: block;
        border: 1px solid #a7a8a7; }
        .field .checkbox-wrapper label .handler:after {
          -webkit-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
          content: "";
          width: 10px;
          height: 10px;
          position: absolute;
          top: 4px;
          left: 4px;
          background-color: #FCDA01;
          transform: scale(0); }
    .field .checkbox-wrapper .wpcf7-list-item {
      margin: 0; }
    .field .checkbox-wrapper .wpcf7-list-item-label {
      display: flex;
      min-width: max-content; }
      .field .checkbox-wrapper .wpcf7-list-item-label a {
        padding-left: 5px; }
  .field .select-wrapper {
    position: relative;
    padding-top: 22px; }
    .field .select-wrapper.has-content select + .placeholder {
      transform: translate(0, -25px) scale(0.8); }
    .field .select-wrapper select {
      width: 100%;
      font-family: "Gotham";
      position: relative;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-bottom: 1px solid #a7a8a7;
      border-left: none;
      border-right: none;
      border-top: none;
      border-radius: 0;
      background-color: transparent;
      padding: 10px 0;
      color: #000000;
      max-width: 100%;
      z-index: 1; }
      .field .select-wrapper select:focus + .placeholder {
        transform: translate(0, -25px) scale(0.8);
        color: #000; }
    .field .select-wrapper .placeholder {
      position: absolute;
      left: 0;
      bottom: 5px;
      transition: transform .2s ease-in-out;
      transform-origin: 0 0; }
    .field .select-wrapper .icon {
      position: absolute;
      right: 0;
      bottom: 5px;
      z-index: 0; }
      .field .select-wrapper .icon svg {
        display: block;
        fill: #000000; }
  .field input[type="submit"],
  .field button[type="submit"] {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    padding: 15px 45px;
    border: 1px solid #000000;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none; }
    .field input[type="submit"]:not([disabled]):hover,
    .field button[type="submit"]:not([disabled]):hover {
      background-color: #000000;
      border-color: #000000;
      color: #fff; }
    .field input[type="submit"][disabled],
    .field button[type="submit"][disabled] {
      opacity: 0.1;
      color: #000000;
      cursor: not-allowed; }

/* Component - Member list*/
.member-list {
  width: 83.33333%;
  margin-left: 8.33333%; }
  @media (min-width: 768px) {
    .member-list {
      width: 66.66667%;
      margin-left: 16.66667%; } }
  @media (min-width: 1510px) {
    .member-list {
      width: 58.33333%;
      margin-left: 25%; } }
  .member-list .member-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    .member-list .member-list-wrapper > .member {
      padding: 0 15px; }
      @media (min-width: 768px) {
        .member-list .member-list-wrapper > .member {
          max-width: 50%;
          min-width: 50%; } }
      .member-list .member-list-wrapper > .member:first-child .member-inner, .member-list .member-list-wrapper > .member:nth-child(2) .member-inner {
        border-top: none; }

.certificate-list .certificate-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 768px) {
    .certificate-list .certificate-list-wrapper {
      flex-wrap: nowrap; } }
  .certificate-list .certificate-list-wrapper figure {
    margin: 10px; }
    @media (min-width: 768px) {
      .certificate-list .certificate-list-wrapper figure {
        margin: 15px;
        max-width: 100%; } }
    @media (min-width: 992px) {
      .certificate-list .certificate-list-wrapper figure {
        margin: 15px 20px; } }
    .certificate-list .certificate-list-wrapper figure img {
      height: 45px;
      width: auto; }
      @media (min-width: 768px) {
        .certificate-list .certificate-list-wrapper figure img {
          height: auto; } }
  .certificate-list .certificate-list-wrapper header h6 {
    margin-bottom: 0; }
  .certificate-list .certificate-list-wrapper header p {
    margin-bottom: 0;
    margin-top: 5px; }

.guten-content .certificate-list {
  margin-top: 45px;
  width: 83.33333%;
  margin-left: 8.33333%; }
  @media (min-width: 768px) {
    .guten-content .certificate-list {
      width: 66.66667%;
      margin-left: 16.66667%; } }
  @media (min-width: 1510px) {
    .guten-content .certificate-list {
      width: 58.33333%;
      margin-left: 25%; } }
  .guten-content .certificate-list .certificate-list-wrapper {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: flex-start; }
    @media (min-width: 768px) {
      .guten-content .certificate-list .certificate-list-wrapper {
        margin-top: 60px; } }
    .guten-content .certificate-list .certificate-list-wrapper > .certificate {
      margin-bottom: 45px;
      width: 100%; }
      @media (min-width: 768px) {
        .guten-content .certificate-list .certificate-list-wrapper > .certificate {
          display: flex;
          justify-content: center;
          max-width: 33.33333%;
          min-width: 33.33333%;
          margin-bottom: 60px; }
          .guten-content .certificate-list .certificate-list-wrapper > .certificate:nth-child(3n + 1) {
            justify-content: flex-start; }
          .guten-content .certificate-list .certificate-list-wrapper > .certificate:nth-child(3n) {
            justify-content: flex-end; }
          .guten-content .certificate-list .certificate-list-wrapper > .certificate:first-child {
            justify-content: flex-start; } }
      .guten-content .certificate-list .certificate-list-wrapper > .certificate .certificate-inner {
        display: flex; }
        @media (min-width: 768px) {
          .guten-content .certificate-list .certificate-list-wrapper > .certificate .certificate-inner {
            display: block;
            width: 50%;
            text-align: center; } }
        .guten-content .certificate-list .certificate-list-wrapper > .certificate .certificate-inner figure {
          margin: 0 10%;
          max-width: 20%;
          min-width: 20%; }
          @media (min-width: 768px) {
            .guten-content .certificate-list .certificate-list-wrapper > .certificate .certificate-inner figure {
              margin: 0 20% 10%;
              max-width: none;
              min-width: none; } }
        .guten-content .certificate-list .certificate-list-wrapper > .certificate .certificate-inner header {
          max-width: 60%;
          min-width: 60%; }
          @media (min-width: 768px) {
            .guten-content .certificate-list .certificate-list-wrapper > .certificate .certificate-inner header {
              max-width: none;
              min-width: none; } }
          .guten-content .certificate-list .certificate-list-wrapper > .certificate .certificate-inner header a {
            margin-top: 15px;
            display: block;
            color: #464646;
            text-decoration: underline; }
            .guten-content .certificate-list .certificate-list-wrapper > .certificate .certificate-inner header a:hover {
              color: #b8b7b7; }

/* Component - Stats grid*/
.stats-grid {
  width: 83.33333%;
  margin-left: 8.33333%; }
  @media (min-width: 768px) {
    .stats-grid {
      width: 66.66667%;
      margin-left: 16.66667%; } }
  @media (min-width: 1510px) {
    .stats-grid {
      width: 58.33333%;
      margin-left: 25%; } }
  .stats-grid .stats-grid-wrapper {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 768px) {
      .stats-grid .stats-grid-wrapper {
        margin-left: -30px;
        margin-right: -30px; } }
    .stats-grid .stats-grid-wrapper > .stat {
      max-width: 50%;
      min-width: 50%;
      display: flex;
      justify-content: center;
      margin-bottom: 60px;
      padding: 0 15px; }
      @media (min-width: 768px) {
        .stats-grid .stats-grid-wrapper > .stat {
          max-width: 33.33333%;
          min-width: 33.33333%;
          padding: 0 30px; } }
      .stats-grid .stats-grid-wrapper > .stat:first-child, .stats-grid .stats-grid-wrapper > .stat:nth-child(3n + 1) {
        justify-content: flex-start; }
      .stats-grid .stats-grid-wrapper > .stat:nth-child(3n) {
        justify-content: flex-end; }
      .stats-grid .stats-grid-wrapper > .stat .stat-inner {
        display: flex;
        flex-direction: column;
        width: 220px; }
        .stats-grid .stats-grid-wrapper > .stat .stat-inner .value {
          position: relative;
          font-weight: 500;
          font-size: 3rem;
          color: #ddd;
          padding-bottom: 15px; }
          @media (min-width: 768px) {
            .stats-grid .stats-grid-wrapper > .stat .stat-inner .value {
              font-size: 4rem; } }
          .stats-grid .stats-grid-wrapper > .stat .stat-inner .value:after {
            display: block;
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            border-bottom: 2px solid #adadad;
            width: 45px; }
        .stats-grid .stats-grid-wrapper > .stat .stat-inner .unit {
          font-weight: 500;
          font-size: 3rem;
          color: #ddd;
          padding-bottom: 15px; }
          @media (min-width: 768px) {
            .stats-grid .stats-grid-wrapper > .stat .stat-inner .unit {
              font-size: 4rem; } }
        .stats-grid .stats-grid-wrapper > .stat .stat-inner p {
          font-size: 1.2rem;
          line-height: normal; }
          @media (min-width: 768px) {
            .stats-grid .stats-grid-wrapper > .stat .stat-inner p {
              font-size: 1.6rem; } }
    .stats-grid .stats-grid-wrapper.first-item-featured {
      margin-bottom: 60px; }
      @media (min-width: 768px) {
        .stats-grid .stats-grid-wrapper.first-item-featured {
          margin-bottom: 0; } }
      .stats-grid .stats-grid-wrapper.first-item-featured > .stat {
        justify-content: flex-start;
        /*
                &:nth-child(3n + 2){
                    justify-content: flex-start;
                }
                &:nth-child(3n + 3){
                    justify-content: center;
                }
                &:nth-child(3n + 4){
                    justify-content: flex-end;
                }
                */ }
        @media (max-width: 768px) {
          .stats-grid .stats-grid-wrapper.first-item-featured > .stat {
            width: 100%;
            max-width: none;
            padding-left: 40px;
            margin-bottom: 15px; } }
        .stats-grid .stats-grid-wrapper.first-item-featured > .stat:first-child {
          width: 100%;
          max-width: none;
          margin-bottom: 15px;
          padding-left: 15px; }
          @media (min-width: 768px) {
            .stats-grid .stats-grid-wrapper.first-item-featured > .stat:first-child {
              padding-left: 30px; } }
          .stats-grid .stats-grid-wrapper.first-item-featured > .stat:first-child .stat-inner {
            flex-direction: row;
            width: 100%; }
            .stats-grid .stats-grid-wrapper.first-item-featured > .stat:first-child .stat-inner .value {
              margin-right: 30px;
              font-size: 8em;
              line-height: normal;
              padding-bottom: 0; }
              .stats-grid .stats-grid-wrapper.first-item-featured > .stat:first-child .stat-inner .value::after {
                display: none; }
            .stats-grid .stats-grid-wrapper.first-item-featured > .stat:first-child .stat-inner > div {
              margin-top: 27px; }
            .stats-grid .stats-grid-wrapper.first-item-featured > .stat:first-child .stat-inner p {
              margin: 0; }
              @media (min-width: 768px) {
                .stats-grid .stats-grid-wrapper.first-item-featured > .stat:first-child .stat-inner p {
                  font-size: 2.6rem; } }
        @media (min-width: 992px) {
          .stats-grid .stats-grid-wrapper.first-item-featured > .stat:nth-of-type(2) {
            padding-left: 55px; } }
        .stats-grid .stats-grid-wrapper.first-item-featured > .stat .stat-inner {
          width: auto; }
          .stats-grid .stats-grid-wrapper.first-item-featured > .stat .stat-inner p {
            margin-bottom: 0; }
            .stats-grid .stats-grid-wrapper.first-item-featured > .stat .stat-inner p + p {
              margin-top: 10px; }
            .stats-grid .stats-grid-wrapper.first-item-featured > .stat .stat-inner p strong {
              font-weight: 500; }

.tabs {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 83.33333%;
  margin-left: 8.33333%; }
  @media (min-width: 768px) {
    .tabs {
      width: 66.66667%;
      margin-left: 16.66667%; } }
  @media (min-width: 1510px) {
    .tabs {
      width: 58.33333%;
      margin-left: 25%; } }
  .tabs .tabs-header {
    margin-bottom: 45px; }
    .tabs .tabs-header .button {
      margin-right: 15px;
      margin-bottom: 15px;
      background: transparent; }
      .tabs .tabs-header .button.active, .tabs .tabs-header .button:hover {
        background-color: #000000;
        color: #fff;
        border-color: #000000; }
  .tabs .tab {
    display: none; }
    .tabs .tab.active {
      display: block; }
    .tabs .tab .link-list {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }

/* Modal */
.modal-content {
  display: none; }

.modal {
  display: none; }
  .modal #download-form-loader {
    display: none; }
    .modal #download-form-loader.active {
      display: block; }
    .modal #download-form-loader .icon svg {
      width: 120px;
      height: 120px; }
  .modal.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .modal.active .modal-content {
      display: block; }
    .modal.active > .modal-backdrop {
      position: absolute;
      width: 100vw;
      height: 100vh;
      background-color: #000000;
      opacity: .8; }
    .modal.active > .modal-close {
      cursor: pointer;
      position: absolute;
      left: 80%;
      top: 11.5vh;
      z-index: 1; }
      @media (min-width: 768px) {
        .modal.active > .modal-close {
          left: 85%; } }
      @media (min-width: 992px) {
        .modal.active > .modal-close {
          left: 72%; } }
      .modal.active > .modal-close svg {
        fill: #000000; }
    .modal.active > .modal-inner {
      width: 80%;
      position: fixed;
      left: 50%;
      top: 10vh;
      transform: translateX(-50%);
      background-color: #fff;
      padding: 30px;
      max-height: 80vh;
      overflow-x: scroll;
      height: auto; }
      @media (min-width: 768px) {
        .modal.active > .modal-inner {
          padding: 45px; } }
      @media (min-width: 992px) {
        .modal.active > .modal-inner {
          width: 50%; } }
    .modal.active h2 {
      margin-top: 0; }

.collapse {
  width: 83.33333%;
  margin-left: 8.33333%;
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0;
  position: relative; }
  .collapse:first-of-type {
    border-top: 1px solid #d0d0d0; }
  @media (min-width: 768px) {
    .collapse {
      width: 58.33333%;
      margin-left: 16.66667%;
      flex-direction: row; } }
  @media (min-width: 1510px) {
    .collapse {
      width: 58.33333%;
      margin-left: 25%; } }
  .collapse picture.image {
    max-width: 150px;
    min-width: 150px;
    margin: 0;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .collapse picture.image {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .collapse .collapse-inner {
      padding-left: 15px;
      padding-right: 15px;
      min-width: 50%;
      max-width: 50%; } }
  .collapse .collapse-inner h6 {
    text-transform: uppercase;
    margin-bottom: 15px; }
  .collapse .collapse-inner .h4, .collapse .collapse-inner .guten-content h3, .guten-content .collapse .collapse-inner h3,
  .collapse .collapse-inner .single-event-content h3, .single-event-content .collapse .collapse-inner h3 {
    margin-top: 0;
    color: #000000; }
  .collapse p:empty {
    display: none; }
  .collapse .collapse-body {
    display: none; }
  .collapse .collapse-link {
    text-align: right;
    min-width: 80px;
    display: flex;
    justify-content: flex-end;
    min-width: 20%;
    position: absolute;
    top: 30px;
    width: 100%; }
    @media (min-width: 768px) {
      .collapse .collapse-link {
        position: static;
        width: auto; } }
    .collapse .collapse-link a.more {
      display: flex; }
    .collapse .collapse-link a.less {
      display: none; }
  .collapse.open .excerpt {
    display: none; }
  .collapse.open .collapse-body {
    display: block; }
    .collapse.open .collapse-body p, .collapse.open .collapse-body ul, .collapse.open .collapse-body ol {
      min-width: 50%; }
  .collapse.open a.more {
    display: none; }
  .collapse.open a.less {
    display: flex; }

.content-sidebar {
  margin-left: 8.33333%;
  width: 83.33333%; }
  @media (min-width: 768px) {
    .content-sidebar {
      margin-left: 16.66667%;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .content-sidebar {
      margin-left: 16.66667%;
      width: 66.66667%;
      display: flex; } }
  @media (min-width: 1510px) {
    .content-sidebar {
      margin-left: 25%;
      width: 58.33333%; } }
  @media (min-width: 992px) {
    .content-sidebar .content-sidebar-content {
      min-width: 57.14286%;
      max-width: 57.14286%; } }
  .content-sidebar .content-sidebar-content h2 {
    margin-top: 0; }
  @media (min-width: 992px) {
    .content-sidebar .content-sidebar-sidebar {
      margin-left: 14.28571%;
      min-width: 28.57143%;
      max-width: 28.57143%; } }
  .content-sidebar .content-sidebar-sidebar .link-list {
    margin-left: 0;
    width: 100%; }
    .content-sidebar .content-sidebar-sidebar .link-list + button {
      margin-top: 15px; }

@media (min-width: 768px) {
  .press-list {
    display: flex;
    flex-wrap: wrap; } }

.press-list .list-card {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .press-list .list-card {
      width: calc(50% - 15px); } }
  @media (min-width: 768px) {
    .press-list .list-card:nth-child(odd) {
      margin-right: 15px; } }
  @media (min-width: 768px) {
    .press-list .list-card:nth-child(even) {
      margin-left: 15px; } }
  .press-list .list-card .list-card-wrapper {
    background-color: #F0F0F0; }

.link-list-image {
  margin-top: 30px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .link-list-image {
      display: flex;
      flex-wrap: wrap; } }
  .link-list-image > a {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .link-list-image > a {
        width: calc(50% - 30px);
        font-size: 1.2rem; }
        .link-list-image > a:nth-of-type(even) {
          margin-left: 15px; }
        .link-list-image > a:nth-of-type(odd) {
          margin-right: 15px; } }
  .link-list-image .isClima,
  .link-list-image .isVida,
  .link-list-image .isSalud,
  .link-list-image .isConsumo,
  .link-list-image .isHambre {
    width: 15px;
    height: 15px;
    min-width: 15px;
    border-radius: 50px;
    margin-left: 15px;
    margin-top: 4px; }
  .link-list-image .isClima {
    background: #497633; }
  .link-list-image .isVida {
    background: #0076b6; }
  .link-list-image .isSalud {
    background: #299339; }
  .link-list-image .isConsumo {
    background: #d18b0f; }
  .link-list-image .isHambre {
    background: #d6a103; }

.slider.multi-slider .slider-pagination.swiper-pagination-bullets {
  margin-top: 45px; }
  .slider.multi-slider .slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    position: relative;
    border-radius: 0;
    width: 45px;
    height: 1px;
    background-color: #000000;
    opacity: 1; }
    .slider.multi-slider .slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #FCDA01;
      top: 0;
      left: 0;
      display: block;
      transform: scale(0, 1);
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      transform-origin: 0 50%; }
    .slider.multi-slider .slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
      transform: scale(1, 1); }
    .slider.multi-slider .slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:after {
      transform: scale(1, 1); }

.slider.multi-slider {
  position: relative;
  cursor: pointer; }

.slider .slider-navigation {
  display: flex;
  position: absolute;
  top: -60px;
  right: 0; }
  @media (min-width: 768px) {
    .slider .slider-navigation {
      top: -90px; } }
  .slider .slider-navigation > div {
    cursor: pointer; }
    .slider .slider-navigation > div.slider-button-prev {
      margin-right: 15px; }
    .slider .slider-navigation > div.swiper-button-disabled {
      opacity: 0.35; }

.related-content-projects header,
.related-content-services header,
.related-content-actives header,
.related-content-case-studies header {
  padding-right: 75px; }

.home-featured-block-slider .slider-navigation {
  margin-left: 83.33333%;
  width: 8.33333%;
  right: auto;
  justify-content: flex-end; }

.related-content-case-studies .slider-navigation {
  margin-left: 83.33333%;
  width: 8.33333%;
  right: auto;
  justify-content: flex-end; }
  @media (min-width: 768px) {
    .related-content-case-studies .slider-navigation {
      margin-left: 75%; } }

/* Animations*/
.animation {
  /* Animate action */ }
  .animation.animation-fade-in {
    opacity: 0;
    filter: alpha(opacity=0); }
  .animation.animation-fade-in-left {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(-30px); }
  .animation.animation-fade-in-cascade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .animation.animate.animation-fade-in {
    animation-name: fadeIn;
    animation-duration: .7s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .animation.animate.animation-fade-in-left {
    animation-name: fadeInLeft;
    animation-duration: .7s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out; }
  .animation.animate.animation-fade-in-cascade {
    animation-name: fadeInUp;
    animation-duration: .7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
    .animation.animate.animation-fade-in-cascade:nth-child(n+1) {
      animation-delay: 0.2sn; }

/* Chrome, Safari, Opera */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

/* Standard syntax */
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

/* Chrome, Safari, Opera */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(-100px); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0); } }

/* Standard syntax */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(-100px); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0); } }

/* Chrome, Safari, Opera */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(60px); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0); } }

/* Standard syntax */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(60px); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0); } }
/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

/*# sourceMappingURL=../sourcemaps/style/azti.bundle.css.map*/