/*!
 * ActycreaBoilerplate
 * Boilerplate from Actycrea 110 S.L. for the development of Front-Ends without the need of any server language.
 * http://actycrea.com
 * @author Fernando José La Calle Prada
 * @version 1.0.0
 * @date 1647953386458
 * Copyright 2017. MIT licensed.
 */

@charset "UTF-8";
/*!
 * - WPHack v1.0.0
 * - Foundation v6.4.1
 */
.icon, .icon:before, .icon:after, .icon svg, .icon svg *, a, figure[data-scene] img, .header .button-footermenu, .header-footermenu, .header .logo, .header .logo:before, .header .logo img, .header-desktop, .header-overlay, .header .nav ul li, .header .nav-header > ul > li ul, .header button, .module-agecontrol .checkbox label:before, .module-home-swiper-wrapper .swiper-container .swiper-slide-video, .module-mosaic-content, .module-portfolio-content, .module-mosaic-image-bg, .module-portfolio-image-bg, .module-mosaic-image img, .module-portfolio-image img, .no-touchevents .module-mosaic .image-square .module-mosaic-content, .no-touchevents .module-mosaic .image-square .module-portfolio-content, .module-shop .nav-shop ul li, .module-shop .nav-social ul li, .module-thumbs-swiper .gallery-thumbs .swiper-slide, .module-thumbs-swiper .gallery-thumbs .swiper-slide:before, .module-thumbs-swiper .gallery-thumbs .swiper-slide:after, .module-content-swiper .swiper-pagination-bullet, .module-timeline-svg figcaption, .module-timeline-svg figcaption span:before, .module-timeline-svg figcaption span:after, .module-timeline-selector > ul > li, .module-timeline-selector > ul > li > ul, .module-swiper .swiper-control-bullet, .module-swiper .swiper-control-bullet img, .module-axes [data-href], .module-contact-form .select-fake, .module-contact-form .checkbox label:before, .module-history-item-figure[data-toggle], .module-portfolio-content-wrapper, .module-production-map .hotspot, .module-production-map .hotspot-label, .module-production-map .hotspot-label span, .module-production-mappy > svg .selected, .module-comunication-article, .module-filters-dropdown, .module-filters-dropdown ul li input + label:before, .module-filters-dropdown ul li input + label:after, .module-conscious-info .wrapper-video .video, .swiper-button-prev, .swiper-button-next, .button {
  -webkit-transition: all 0.4s ease-out !important;
  -moz-transition: all 0.4s ease-out !important;
  transition: all 0.4s ease-out !important;
}

.module-shop .nav-shop ul li, .module-shop .nav-social ul li {
  display: inline-block;
}

.module-shop .nav-shop ul, .module-shop .nav-social ul, .header .nav ul, .footer .nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Show the overflow in IE.
 */
button {
  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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
   */
}
[type="search"]::-webkit-search-cancel-button, [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 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

.foundation-mq {
  font-family: "tiny=0em&small=30em&medium=40em&large=64em&xlarge=75em&full=93.75em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "Font Main", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  color: #64565b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
@media print, screen and (min-width: 30em) {
  .row .row {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.46875rem;
    margin-left: -0.46875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media screen and (min-width: 93.75em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  min-width: 0;
}
@media print, screen and (min-width: 30em) {
  .column, .columns {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .column, .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.tiny-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

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

.tiny-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.tiny-offset-1 {
  margin-left: 8.33333%;
}

.tiny-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.tiny-offset-2 {
  margin-left: 16.66667%;
}

.tiny-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.tiny-offset-3 {
  margin-left: 25%;
}

.tiny-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.tiny-offset-4 {
  margin-left: 33.33333%;
}

.tiny-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.tiny-offset-5 {
  margin-left: 41.66667%;
}

.tiny-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.tiny-offset-6 {
  margin-left: 50%;
}

.tiny-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.tiny-offset-7 {
  margin-left: 58.33333%;
}

.tiny-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.tiny-offset-8 {
  margin-left: 66.66667%;
}

.tiny-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.tiny-offset-9 {
  margin-left: 75%;
}

.tiny-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.tiny-offset-10 {
  margin-left: 83.33333%;
}

.tiny-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.tiny-offset-11 {
  margin-left: 91.66667%;
}

.tiny-up-1 {
  flex-wrap: wrap;
}
.tiny-up-1 > .column, .tiny-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.tiny-up-2 {
  flex-wrap: wrap;
}
.tiny-up-2 > .column, .tiny-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.tiny-up-3 {
  flex-wrap: wrap;
}
.tiny-up-3 > .column, .tiny-up-3 > .columns {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.tiny-up-4 {
  flex-wrap: wrap;
}
.tiny-up-4 > .column, .tiny-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.tiny-up-5 {
  flex-wrap: wrap;
}
.tiny-up-5 > .column, .tiny-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.tiny-up-6 {
  flex-wrap: wrap;
}
.tiny-up-6 > .column, .tiny-up-6 > .columns {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.tiny-up-7 {
  flex-wrap: wrap;
}
.tiny-up-7 > .column, .tiny-up-7 > .columns {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.tiny-up-8 {
  flex-wrap: wrap;
}
.tiny-up-8 > .column, .tiny-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.tiny-collapse > .column, .tiny-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.tiny-uncollapse > .column, .tiny-uncollapse > .columns {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}

@media print, screen and (min-width: 30em) {
  .small-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .small-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .small-offset-1 {
    margin-left: 8.33333%;
  }

  .small-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .small-offset-2 {
    margin-left: 16.66667%;
  }

  .small-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .small-offset-3 {
    margin-left: 25%;
  }

  .small-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .small-offset-4 {
    margin-left: 33.33333%;
  }

  .small-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .small-offset-5 {
    margin-left: 41.66667%;
  }

  .small-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .small-offset-6 {
    margin-left: 50%;
  }

  .small-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .small-offset-7 {
    margin-left: 58.33333%;
  }

  .small-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .small-offset-8 {
    margin-left: 66.66667%;
  }

  .small-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .small-offset-9 {
    margin-left: 75%;
  }

  .small-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .small-offset-10 {
    margin-left: 83.33333%;
  }

  .small-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .small-offset-11 {
    margin-left: 91.66667%;
  }

  .small-up-1 {
    flex-wrap: wrap;
  }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .small-up-2 {
    flex-wrap: wrap;
  }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .small-up-3 {
    flex-wrap: wrap;
  }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .small-up-4 {
    flex-wrap: wrap;
  }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .small-up-5 {
    flex-wrap: wrap;
  }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .small-up-6 {
    flex-wrap: wrap;
  }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .small-up-7 {
    flex-wrap: wrap;
  }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .small-up-8 {
    flex-wrap: wrap;
  }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 30em) and (min-width: 30em) {
  .small-expand {
    flex: 1 1 0px;
  }
}
.row.small-unstack > .column, .row.small-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 30em) {
  .row.small-unstack > .column, .row.small-unstack > .columns {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 30em) {
  .small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .xlarge-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }

  .xlarge-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .xlarge-offset-3 {
    margin-left: 25%;
  }

  .xlarge-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }

  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }

  .xlarge-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .xlarge-offset-6 {
    margin-left: 50%;
  }

  .xlarge-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }

  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }

  .xlarge-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .xlarge-offset-9 {
    margin-left: 75%;
  }

  .xlarge-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }

  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }

  .xlarge-up-1 {
    flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-up-2 {
    flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-up-3 {
    flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .xlarge-up-4 {
    flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-up-5 {
    flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xlarge-up-6 {
    flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .xlarge-up-7 {
    flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .xlarge-up-8 {
    flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    flex: 1 1 0px;
  }
}
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 75em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media screen and (min-width: 93.75em) {
  .full-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .full-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .full-offset-1 {
    margin-left: 8.33333%;
  }

  .full-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .full-offset-2 {
    margin-left: 16.66667%;
  }

  .full-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .full-offset-3 {
    margin-left: 25%;
  }

  .full-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .full-offset-4 {
    margin-left: 33.33333%;
  }

  .full-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .full-offset-5 {
    margin-left: 41.66667%;
  }

  .full-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .full-offset-6 {
    margin-left: 50%;
  }

  .full-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .full-offset-7 {
    margin-left: 58.33333%;
  }

  .full-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .full-offset-8 {
    margin-left: 66.66667%;
  }

  .full-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .full-offset-9 {
    margin-left: 75%;
  }

  .full-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .full-offset-10 {
    margin-left: 83.33333%;
  }

  .full-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .full-offset-11 {
    margin-left: 91.66667%;
  }

  .full-up-1 {
    flex-wrap: wrap;
  }
  .full-up-1 > .column, .full-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .full-up-2 {
    flex-wrap: wrap;
  }
  .full-up-2 > .column, .full-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .full-up-3 {
    flex-wrap: wrap;
  }
  .full-up-3 > .column, .full-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .full-up-4 {
    flex-wrap: wrap;
  }
  .full-up-4 > .column, .full-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .full-up-5 {
    flex-wrap: wrap;
  }
  .full-up-5 > .column, .full-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .full-up-6 {
    flex-wrap: wrap;
  }
  .full-up-6 > .column, .full-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .full-up-7 {
    flex-wrap: wrap;
  }
  .full-up-7 > .column, .full-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .full-up-8 {
    flex-wrap: wrap;
  }
  .full-up-8 > .column, .full-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 93.75em) and (min-width: 93.75em) {
  .full-expand {
    flex: 1 1 0px;
  }
}
.row.full-unstack > .column, .row.full-unstack > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 93.75em) {
  .row.full-unstack > .column, .row.full-unstack > .columns {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 93.75em) {
  .full-collapse > .column, .full-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .full-uncollapse > .column, .full-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 0.625rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 30em) {
  .column-block {
    margin-bottom: 0.625rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 0.9375rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .column-block {
    margin-bottom: 1.25rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: inherit;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2, .module-comunication-article-header,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Font Heading";
  font-style: normal;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small, .module-comunication-article-header small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #64565b;
}

h1 {
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.125rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 0.75rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 0.6875rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h1 {
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h2, .module-comunication-article-header {
  font-size: 1.125rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h3 {
  font-size: 1rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h4 {
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h5 {
  font-size: 0.75rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h6 {
  font-size: 0.6875rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 30em) {
  h1 {
    font-size: 1.875rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1rem;
  }

  h4 {
    font-size: 0.875rem;
  }

  h5 {
    font-size: 0.75rem;
  }

  h6 {
    font-size: 0.6875rem;
  }

  .h1 {
    font-size: 1.875rem;
  }

  .h2, .module-comunication-article-header {
    font-size: 1.25rem;
  }

  .h3 {
    font-size: 1rem;
  }

  .h4 {
    font-size: 0.875rem;
  }

  .h5 {
    font-size: 0.75rem;
  }

  .h6 {
    font-size: 0.6875rem;
  }
}
@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: 0.8125rem;
  }

  h6 {
    font-size: 0.75rem;
  }

  .h1 {
    font-size: 2.125rem;
  }

  .h2, .module-comunication-article-header {
    font-size: 1.25rem;
  }

  .h3 {
    font-size: 1.125rem;
  }

  .h4 {
    font-size: 1rem;
  }

  .h5 {
    font-size: 0.8125rem;
  }

  .h6 {
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.375rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.0625rem;
  }

  h5 {
    font-size: 0.9375rem;
  }

  h6 {
    font-size: 0.8125rem;
  }

  .h1 {
    font-size: 2.25rem;
  }

  .h2, .module-comunication-article-header {
    font-size: 1.375rem;
  }

  .h3 {
    font-size: 1.25rem;
  }

  .h4 {
    font-size: 1.0625rem;
  }

  .h5 {
    font-size: 0.9375rem;
  }

  .h6 {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 75em) {
  h1 {
    font-size: 2.375rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: 0.875rem;
  }

  .h1 {
    font-size: 2.375rem;
  }

  .h2, .module-comunication-article-header {
    font-size: 1.5rem;
  }

  .h3 {
    font-size: 1.25rem;
  }

  .h4 {
    font-size: 1.125rem;
  }

  .h5 {
    font-size: 1rem;
  }

  .h6 {
    font-size: 0.875rem;
  }
}
a {
  line-height: inherit;
  color: #00a0ae;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #008a96;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #64565b;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: inside;
  line-height: inherit;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 0;
  list-style-type: disc;
}

ol {
  margin-left: 0;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #64565b;
}
blockquote, blockquote p {
  line-height: inherit;
  color: #564a4f;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #564a4f;
}
cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #64565b;
  background-color: #afa5a9;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #afa5a9;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #564a4f;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media print, screen and (min-width: 30em) {
  .small-text-left {
    text-align: left;
  }

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

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

  .small-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

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

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

  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

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

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

  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }

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

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

  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 93.75em) {
  .full-text-left {
    text-align: left;
  }

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

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

  .full-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #564a4f;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}
[type='text'], .module-contact-form .input-fake, [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.9375rem;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 0.0625rem solid #FFFFFF;
  border-radius: 0;
  background-color: #FFFFFF;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  color: #564a4f;
  transition: all 0.4s ease-out;
  appearance: none;
}
[type='text']:focus, .module-contact-form .input-fake:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 0.0625rem solid #00a0ae;
  background-color: #FFFFFF;
  box-shadow: none;
  transition: all 0.4s ease-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #64565b;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e5e5e5;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  color: #64565b;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #64565b;
  background: #afa5a9;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #64565b;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.9375rem;
  margin: 0 0 1rem;
  padding: 1rem;
  appearance: none;
  border: 0.0625rem solid #FFFFFF;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  color: #564a4f;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2886, 74, 79%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 0.0625rem solid #00a0ae;
  background-color: #FFFFFF;
  box-shadow: none;
  transition: all 0.4s ease-out;
}
select:disabled {
  background-color: #e5e5e5;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #b23117;
  background-color: #f7eae8;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #b23117;
}

.is-invalid-label {
  color: #b23117;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #b23117;
}
.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: inherit;
  padding: 0.5rem 1.5rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: border-color 0.25s ease-out, background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput='mouse'] .button {
  outline: 0;
}
@media print, screen and (min-width: 30em) {
  .button {
    padding: 0.5rem 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .button {
    padding: 0.625rem 1.75rem;
  }
}
.button.tiny {
  font-size: 0.625rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.125rem;
}
.button.xlarge {
  font-size: 1.875rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #00a0ae;
  color: #64565b;
}
.button.primary:hover, .button.primary:focus {
  background-color: #00808b;
  color: #64565b;
}
.button.lighter-gray {
  background-color: #e5e5e5;
  color: #64565b;
}
.button.lighter-gray:hover, .button.lighter-gray:focus {
  background-color: #b7b7b7;
  color: #64565b;
}
.button.medium-gray {
  background-color: #64565b;
  color: #64565b;
}
.button.medium-gray:hover, .button.medium-gray:focus {
  background-color: #504549;
  color: #64565b;
}
.button.white {
  background-color: #FFFFFF;
  color: #64565b;
}
.button.white:hover, .button.white:focus {
  background-color: #cccccc;
  color: #64565b;
}
.button.success {
  background-color: #00975f;
  color: #64565b;
}
.button.success:hover, .button.success:focus {
  background-color: #00794c;
  color: #64565b;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: transparent;
  color: #64565b;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #00a0ae;
  color: #64565b;
}
.button.disabled.lighter-gray, .button[disabled].lighter-gray {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.lighter-gray, .button.disabled.lighter-gray:hover, .button.disabled.lighter-gray:focus, .button[disabled].lighter-gray, .button[disabled].lighter-gray:hover, .button[disabled].lighter-gray:focus {
  background-color: #e5e5e5;
  color: #64565b;
}
.button.disabled.medium-gray, .button[disabled].medium-gray {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.medium-gray, .button.disabled.medium-gray:hover, .button.disabled.medium-gray:focus, .button[disabled].medium-gray, .button[disabled].medium-gray:hover, .button[disabled].medium-gray:focus {
  background-color: #64565b;
  color: #64565b;
}
.button.disabled.white, .button[disabled].white {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.white, .button.disabled.white:hover, .button.disabled.white:focus, .button[disabled].white, .button[disabled].white:hover, .button[disabled].white:focus {
  background-color: #FFFFFF;
  color: #64565b;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #00975f;
  color: #64565b;
}
.button.hollow {
  border: 0.125rem solid transparent;
  color: transparent;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: transparent;
  color: transparent;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 0.125rem solid transparent;
  color: transparent;
}
.button.hollow.primary {
  border: 0.125rem solid #00a0ae;
  color: #00a0ae;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #005057;
  color: #005057;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 0.125rem solid #00a0ae;
  color: #00a0ae;
}
.button.hollow.lighter-gray {
  border: 0.125rem solid #e5e5e5;
  color: #e5e5e5;
}
.button.hollow.lighter-gray:hover, .button.hollow.lighter-gray:focus {
  border-color: #737373;
  color: #737373;
}
.button.hollow.lighter-gray:hover.disabled, .button.hollow.lighter-gray:hover[disabled], .button.hollow.lighter-gray:focus.disabled, .button.hollow.lighter-gray:focus[disabled] {
  border: 0.125rem solid #e5e5e5;
  color: #e5e5e5;
}
.button.hollow.medium-gray {
  border: 0.125rem solid #64565b;
  color: #64565b;
}
.button.hollow.medium-gray:hover, .button.hollow.medium-gray:focus {
  border-color: #322b2e;
  color: #322b2e;
}
.button.hollow.medium-gray:hover.disabled, .button.hollow.medium-gray:hover[disabled], .button.hollow.medium-gray:focus.disabled, .button.hollow.medium-gray:focus[disabled] {
  border: 0.125rem solid #64565b;
  color: #64565b;
}
.button.hollow.white {
  border: 0.125rem solid #FFFFFF;
  color: #FFFFFF;
}
.button.hollow.white:hover, .button.hollow.white:focus {
  border-color: gray;
  color: gray;
}
.button.hollow.white:hover.disabled, .button.hollow.white:hover[disabled], .button.hollow.white:focus.disabled, .button.hollow.white:focus[disabled] {
  border: 0.125rem solid #FFFFFF;
  color: #FFFFFF;
}
.button.hollow.success {
  border: 0.125rem solid #00975f;
  color: #00975f;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #004c30;
  color: #004c30;
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 0.125rem solid #00975f;
  color: #00975f;
}
.button.clear {
  border: 0.125rem solid transparent;
  color: transparent;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
  border-color: transparent;
  color: transparent;
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 0.125rem solid transparent;
  color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 0.125rem solid #00a0ae;
  color: #00a0ae;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #005057;
  color: #005057;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 0.125rem solid #00a0ae;
  color: #00a0ae;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.lighter-gray {
  border: 0.125rem solid #e5e5e5;
  color: #e5e5e5;
}
.button.clear.lighter-gray:hover, .button.clear.lighter-gray:focus {
  border-color: #737373;
  color: #737373;
}
.button.clear.lighter-gray:hover.disabled, .button.clear.lighter-gray:hover[disabled], .button.clear.lighter-gray:focus.disabled, .button.clear.lighter-gray:focus[disabled] {
  border: 0.125rem solid #e5e5e5;
  color: #e5e5e5;
}
.button.clear.lighter-gray, .button.clear.lighter-gray.disabled, .button.clear.lighter-gray[disabled], .button.clear.lighter-gray:hover, .button.clear.lighter-gray:hover.disabled, .button.clear.lighter-gray:hover[disabled], .button.clear.lighter-gray:focus, .button.clear.lighter-gray:focus.disabled, .button.clear.lighter-gray:focus[disabled] {
  border-color: transparent;
}
.button.clear.medium-gray {
  border: 0.125rem solid #64565b;
  color: #64565b;
}
.button.clear.medium-gray:hover, .button.clear.medium-gray:focus {
  border-color: #322b2e;
  color: #322b2e;
}
.button.clear.medium-gray:hover.disabled, .button.clear.medium-gray:hover[disabled], .button.clear.medium-gray:focus.disabled, .button.clear.medium-gray:focus[disabled] {
  border: 0.125rem solid #64565b;
  color: #64565b;
}
.button.clear.medium-gray, .button.clear.medium-gray.disabled, .button.clear.medium-gray[disabled], .button.clear.medium-gray:hover, .button.clear.medium-gray:hover.disabled, .button.clear.medium-gray:hover[disabled], .button.clear.medium-gray:focus, .button.clear.medium-gray:focus.disabled, .button.clear.medium-gray:focus[disabled] {
  border-color: transparent;
}
.button.clear.white {
  border: 0.125rem solid #FFFFFF;
  color: #FFFFFF;
}
.button.clear.white:hover, .button.clear.white:focus {
  border-color: gray;
  color: gray;
}
.button.clear.white:hover.disabled, .button.clear.white:hover[disabled], .button.clear.white:focus.disabled, .button.clear.white:focus[disabled] {
  border: 0.125rem solid #FFFFFF;
  color: #FFFFFF;
}
.button.clear.white, .button.clear.white.disabled, .button.clear.white[disabled], .button.clear.white:hover, .button.clear.white:hover.disabled, .button.clear.white:hover[disabled], .button.clear.white:focus, .button.clear.white:focus.disabled, .button.clear.white:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 0.125rem solid #00975f;
  color: #00975f;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #004c30;
  color: #004c30;
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 0.125rem solid #00975f;
  color: #00975f;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #FFFFFF transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: small 0.5rem 1.5rem;
}
.button.dropdown.hollow::after {
  border-top-color: transparent;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #00a0ae;
}
.button.dropdown.hollow.lighter-gray::after {
  border-top-color: #e5e5e5;
}
.button.dropdown.hollow.medium-gray::after {
  border-top-color: #64565b;
}
.button.dropdown.hollow.white::after {
  border-top-color: #FFFFFF;
}
.button.dropdown.hollow.success::after {
  border-top-color: #00975f;
}
.button.filled.primary {
  color: #FFFFFF;
  background-color: #00a0ae;
}
.button.filled.primary:hover, .button.filled.primary:focus {
  background-color: #FFFFFF;
  color: #00a0ae;
  border-color: #00315f;
}
.button.filled.lighter-gray {
  color: #FFFFFF;
  background-color: #e5e5e5;
}
.button.filled.lighter-gray:hover, .button.filled.lighter-gray:focus {
  background-color: #FFFFFF;
  color: #e5e5e5;
  border-color: #00315f;
}
.button.filled.medium-gray {
  color: #FFFFFF;
  background-color: #64565b;
}
.button.filled.medium-gray:hover, .button.filled.medium-gray:focus {
  background-color: #FFFFFF;
  color: #64565b;
  border-color: #00315f;
}
.button.filled.white {
  color: #FFFFFF;
  background-color: #FFFFFF;
}
.button.filled.white:hover, .button.filled.white:focus {
  background-color: #FFFFFF;
  color: #FFFFFF;
  border-color: #00315f;
}
.button.filled.success {
  color: #FFFFFF;
  background-color: #00975f;
}
.button.filled.success:hover, .button.filled.success:focus {
  background-color: #FFFFFF;
  color: #00975f;
  border-color: #00315f;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.button-group::before, .button-group::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.625rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.125rem;
}
.button-group.xlarge .button {
  font-size: 1.875rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button {
  background-color: #00a0ae;
  color: #64565b;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #00808b;
  color: #64565b;
}
.button-group.secondary .button {
  background-color: #fbb903;
  color: #64565b;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #c99402;
  color: #64565b;
}
.button-group.tertiary .button {
  background-color: #00975f;
  color: #64565b;
}
.button-group.tertiary .button:hover, .button-group.tertiary .button:focus {
  background-color: #00794c;
  color: #64565b;
}
.button-group.cuaternary .button {
  background-color: #b23117;
  color: #64565b;
}
.button-group.cuaternary .button:hover, .button-group.cuaternary .button:focus {
  background-color: #8e2712;
  color: #64565b;
}
.button-group.info .button {
  background-color: #00315f;
  color: #64565b;
}
.button-group.info .button:hover, .button-group.info .button:focus {
  background-color: #00274c;
  color: #64565b;
}
.button-group.success .button {
  background-color: #00975f;
  color: #64565b;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #00794c;
  color: #64565b;
}
.button-group.warning .button {
  background-color: #fbb903;
  color: #64565b;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #c99402;
  color: #64565b;
}
.button-group.alert .button {
  background-color: #b23117;
  color: #64565b;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #8e2712;
  color: #64565b;
}
.button-group.gray .button {
  background-color: #564a4f;
  color: #64565b;
}
.button-group.gray .button:hover, .button-group.gray .button:focus {
  background-color: #453b3f;
  color: #64565b;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 30em) and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1.25rem 0;
  padding: 1.25rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #FFFFFF;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #cdfbff;
  color: #FFFFFF;
}
.callout.secondary {
  background-color: #fff5d9;
  color: #FFFFFF;
}
.callout.tertiary {
  background-color: #c9ffeb;
  color: #FFFFFF;
}
.callout.cuaternary {
  background-color: #fadcd6;
  color: #FFFFFF;
}
.callout.info {
  background-color: #c1e1ff;
  color: #FFFFFF;
}
.callout.success {
  background-color: #c9ffeb;
  color: #FFFFFF;
}
.callout.warning {
  background-color: #fff5d9;
  color: #FFFFFF;
}
.callout.alert {
  background-color: #fadcd6;
  color: #FFFFFF;
}
.callout.gray {
  background-color: #e7e3e4;
  color: #FFFFFF;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #564a4f;
  cursor: pointer;
}
[data-whatinput='mouse'] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000;
}
.close-button.small {
  right: 1.25rem;
  top: 0.625rem;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1.875rem;
  top: 1.25rem;
  font-size: 2em;
  line-height: 1;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 0;
  visibility: hidden;
  display: none;
  border: 0.125rem solid #64565b;
  border-radius: 0;
  background-color: #e5e5e5;
  font-size: 0.9375rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #00a0ae transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
.dropdown.menu a {
  padding: 0.625rem;
}
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu .is-active > a {
  background: transparent;
  color: #00a0ae;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #00a0ae transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #00a0ae;
}
@media print, screen and (min-width: 30em) {
  .dropdown.menu.small-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.small-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.small-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.small-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #00a0ae transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.small-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.small-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.small-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.small-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.small-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #00a0ae transparent transparent;
  }
  .dropdown.menu.small-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #00a0ae;
  }
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #00a0ae transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #00a0ae transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #00a0ae;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #00a0ae transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #00a0ae transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #00a0ae;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #00a0ae transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #00a0ae transparent transparent;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #00a0ae;
  }
}
@media screen and (min-width: 93.75em) {
  .dropdown.menu.full-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.full-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.full-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.full-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #00a0ae transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.full-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.full-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.full-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.full-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.full-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #00a0ae transparent transparent;
  }
  .dropdown.menu.full-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #00a0ae;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 0.125rem solid #64565b;
  background: #e5e5e5;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.625rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #00a0ae transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #00a0ae;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -0.125rem;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10005;
  display: none;
  background-color: rgba(255, 255, 255, 0.85);
  overflow-y: scroll;
}

.reveal {
  z-index: 10006;
  backface-visibility: hidden;
  display: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput='mouse'] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 60rem;
    max-width: 64rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 64rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 64rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 64rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 29.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #FFFFFF;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 62.5rem;
  background: #FFFFFF;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 62.5rem;
  background: #afa5a9;
  transition: all 0.25s ease-out;
  content: '';
}
input:checked ~ .switch-paddle {
  background: #FFFFFF;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #64565b;
  background-color: #FFFFFF;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #e5e5e5;
  color: #64565b;
}

tfoot {
  background: #f2f2f2;
  color: #64565b;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #FFFFFF;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #64565b;
  background-color: #FFFFFF;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #e0e0e0;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 29.9375em) {
  .hide-for-tiny-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 30em) {
  .show-for-tiny-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 30em) {
  .hide-for-small {
    display: none !important;
  }
}

@media screen and (max-width: 29.9375em) {
  .show-for-small {
    display: none !important;
  }
}

@media screen and (min-width: 30em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 29.9375em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 93.6875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 93.75em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 93.75em) {
  .hide-for-full {
    display: none !important;
  }
}

@media screen and (max-width: 93.6875em) {
  .show-for-full {
    display: none !important;
  }
}

@media screen and (min-width: 93.75em) {
  .hide-for-full-only {
    display: none !important;
  }
}

@media screen and (max-width: 93.6875em) {
  .show-for-full-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .wp-editor::before, .clearfix::after, .wp-editor::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}
.clearfix::after, .wp-editor::after {
  clear: both;
}

.align-right {
  justify-content: flex-end;
}

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

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

.align-spaced {
  justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

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

.align-self-top {
  align-self: flex-start;
}

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

.align-self-bottom {
  align-self: flex-end;
}

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

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.tiny-order-1 {
  order: 1;
}

.tiny-order-2 {
  order: 2;
}

.tiny-order-3 {
  order: 3;
}

.tiny-order-4 {
  order: 4;
}

.tiny-order-5 {
  order: 5;
}

.tiny-order-6 {
  order: 6;
}

@media print, screen and (min-width: 30em) {
  .small-order-1 {
    order: 1;
  }

  .small-order-2 {
    order: 2;
  }

  .small-order-3 {
    order: 3;
  }

  .small-order-4 {
    order: 4;
  }

  .small-order-5 {
    order: 5;
  }

  .small-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }

  .xlarge-order-2 {
    order: 2;
  }

  .xlarge-order-3 {
    order: 3;
  }

  .xlarge-order-4 {
    order: 4;
  }

  .xlarge-order-5 {
    order: 5;
  }

  .xlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 93.75em) {
  .full-order-1 {
    order: 1;
  }

  .full-order-2 {
    order: 2;
  }

  .full-order-3 {
    order: 3;
  }

  .full-order-4 {
    order: 4;
  }

  .full-order-5 {
    order: 5;
  }

  .full-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

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

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

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 30em) {
  .small-flex-container {
    display: flex;
  }

  .small-flex-child-auto {
    flex: 1 1 auto;
  }

  .small-flex-child-grow {
    flex: 1 0 auto;
  }

  .small-flex-child-shrink {
    flex: 0 1 auto;
  }

  .small-flex-dir-row {
    flex-direction: row;
  }

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

  .small-flex-dir-column {
    flex-direction: column;
  }

  .small-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

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

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

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

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }

  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xlarge-flex-dir-row {
    flex-direction: row;
  }

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

  .xlarge-flex-dir-column {
    flex-direction: column;
  }

  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 93.75em) {
  .full-flex-container {
    display: flex;
  }

  .full-flex-child-auto {
    flex: 1 1 auto;
  }

  .full-flex-child-grow {
    flex: 1 0 auto;
  }

  .full-flex-child-shrink {
    flex: 0 1 auto;
  }

  .full-flex-dir-row {
    flex-direction: row;
  }

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

  .full-flex-dir-column {
    flex-direction: column;
  }

  .full-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@font-face {
  font-family: "Font Main";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/robotoslab-regular-webfont.eot");
  src: url("../fonts/robotoslab-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotoslab-regular-webfont.woff2") format("woff2"), url("../fonts/robotoslab-regular-webfont.woff") format("woff"), url("../fonts/robotoslab-regular-webfont.ttf") format("truetype"), url('../fonts/robotoslab-regular-webfont.svg#str-replace("Font Main", " ", "_")') format("svg");
}
@font-face {
  font-family: "Font Main";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/robotoslab-light-webfont.eot");
  src: url("../fonts/robotoslab-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotoslab-light-webfont.woff2") format("woff2"), url("../fonts/robotoslab-light-webfont.woff") format("woff"), url("../fonts/robotoslab-light-webfont.ttf") format("truetype"), url('../fonts/robotoslab-light-webfont.svg#str-replace("Font Main", " ", "_")') format("svg");
}
@font-face {
  font-family: "Font Main";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/robotoslab-bold-webfont.eot");
  src: url("../fonts/robotoslab-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotoslab-bold-webfont.woff2") format("woff2"), url("../fonts/robotoslab-bold-webfont.woff") format("woff"), url("../fonts/robotoslab-bold-webfont.ttf") format("truetype"), url('../fonts/robotoslab-bold-webfont.svg#str-replace("Font Main", " ", "_")') format("svg");
}
@font-face {
  font-family: "Font Heading";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/GreySans-Light.eot");
  src: url("../fonts/GreySans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GreySans-Light.woff2") format("woff2"), url("../fonts/GreySans-Light.woff") format("woff"), url("../fonts/GreySans-Light.ttf") format("truetype"), url('../fonts/GreySans-Light.svg#str-replace("Font Heading", " ", "_")') format("svg");
}
@font-face {
  font-family: "Font Heading";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/GreySans-Regular.eot");
  src: url("../fonts/GreySans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GreySans-Regular.woff2") format("woff2"), url("../fonts/GreySans-Regular.woff") format("woff"), url("../fonts/GreySans-Regular.ttf") format("truetype"), url('../fonts/GreySans-Regular.svg#str-replace("Font Heading", " ", "_")') format("svg");
}
@font-face {
  font-family: "Font Heading";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/GreySans-Bold.eot");
  src: url("../fonts/GreySans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GreySans-Bold.woff2") format("woff2"), url("../fonts/GreySans-Bold.woff") format("woff"), url("../fonts/GreySans-Bold.ttf") format("truetype"), url('../fonts/GreySans-Bold.svg#str-replace("Font Heading", " ", "_")') format("svg");
}
.icon {
  display: inline-block;
  height: 2rem;
  width: 2rem;
}
.icon svg {
  position: relative;
  height: 100%;
  width: 100%;
}
.icon.mini {
  height: 0.75rem;
  width: 0.75rem;
}
.icon.small {
  height: 1rem;
  width: 1rem;
}
.icon.normal {
  height: 1.5rem;
  width: 1.5rem;
}
.icon.medium {
  height: 2rem;
  width: 2rem;
}
.icon.large {
  height: 2.5rem;
  width: 2.5rem;
}
.icon.llarge {
  height: 3.25rem;
  width: 3.25rem;
}
.icon.mlarge {
  height: 5rem;
  width: 5rem;
}
.icon.xlarge {
  height: 11.25rem;
  width: 11.25rem;
}
.icon.primary {
  fill: #00a0ae;
}
.icon.primary * {
  fill: #00a0ae;
}
.icon.secondary {
  fill: #fbb903;
}
.icon.secondary * {
  fill: #fbb903;
}
.icon.tertiary {
  fill: #00975f;
}
.icon.tertiary * {
  fill: #00975f;
}
.icon.cuaternary {
  fill: #b23117;
}
.icon.cuaternary * {
  fill: #b23117;
}
.icon.white {
  fill: #FFFFFF;
}
.icon.white * {
  fill: #FFFFFF;
}
.icon.medium-gray {
  fill: #64565b;
}
.icon.medium-gray * {
  fill: #64565b;
}
.icon.lighter-gray {
  fill: #e5e5e5;
}
.icon.lighter-gray * {
  fill: #e5e5e5;
}
.icon.light-gray {
  fill: #afa5a9;
}
.icon.light-gray * {
  fill: #afa5a9;
}
.icon.gray {
  fill: #564a4f;
}
.icon.gray * {
  fill: #564a4f;
}
.icon.success {
  fill: #00975f;
}
.icon.success * {
  fill: #00975f;
}
.icon.success-light {
  fill: #02d687;
}
.icon.success-light * {
  fill: #02d687;
}
.icon.alert {
  fill: #b23117;
}
.icon.alert * {
  fill: #b23117;
}
.icon .fill-primary {
  fill: #00a0ae;
}
.icon .fill-primary * {
  fill: #00a0ae;
}
.icon .fill-secondary {
  fill: #fbb903;
}
.icon .fill-secondary * {
  fill: #fbb903;
}
.icon .fill-tertiary {
  fill: #00975f;
}
.icon .fill-tertiary * {
  fill: #00975f;
}
.icon .fill-cuaternary {
  fill: #b23117;
}
.icon .fill-cuaternary * {
  fill: #b23117;
}
.icon .fill-white {
  fill: #FFFFFF;
}
.icon .fill-white * {
  fill: #FFFFFF;
}
.icon .fill-medium-gray {
  fill: #64565b;
}
.icon .fill-medium-gray * {
  fill: #64565b;
}
.icon .fill-lighter-gray {
  fill: #e5e5e5;
}
.icon .fill-lighter-gray * {
  fill: #e5e5e5;
}
.icon .fill-light-gray {
  fill: #afa5a9;
}
.icon .fill-light-gray * {
  fill: #afa5a9;
}
.icon .fill-gray {
  fill: #564a4f;
}
.icon .fill-gray * {
  fill: #564a4f;
}
.icon .fill-success {
  fill: #00975f;
}
.icon .fill-success * {
  fill: #00975f;
}
.icon .fill-success-light {
  fill: #02d687;
}
.icon .fill-success-light * {
  fill: #02d687;
}
.icon .fill-alert {
  fill: #b23117;
}
.icon .fill-alert * {
  fill: #b23117;
}
.icon.square
, .icon.circle {
  position: relative;
}
.icon.square:before
, .icon.square:after
, .icon.circle:before
, .icon.circle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
.icon.square:before
, .icon.circle:before {
  z-index: 0;
}
.icon.square:after
, .icon.circle:after {
  z-index: 1;
  background-color: transparent;
}
.icon.square
svg, .icon.circle svg {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 70%;
  width: 70%;
}
.icon.square.hollow:before
, .icon.circle.hollow:before {
  z-index: 0;
  border: 0.125rem solid transparent;
}
.icon.square.hollow:after
, .icon.circle.hollow:after {
  z-index: 1;
}
.icon.square.hollow
svg, .icon.circle.hollow svg {
  height: 50%;
  width: 50%;
}
.icon.square.bg-primary:not(.hollow):before
, .icon.circle.bg-primary:not(.hollow):before {
  background-color: #00a0ae;
}
.icon.square.bg-primary.hollow:before
, .icon.circle.bg-primary.hollow:before {
  border-color: #00a0ae;
}
.icon.square.bg-secondary:not(.hollow):before
, .icon.circle.bg-secondary:not(.hollow):before {
  background-color: #fbb903;
}
.icon.square.bg-secondary.hollow:before
, .icon.circle.bg-secondary.hollow:before {
  border-color: #fbb903;
}
.icon.square.bg-tertiary:not(.hollow):before
, .icon.circle.bg-tertiary:not(.hollow):before {
  background-color: #00975f;
}
.icon.square.bg-tertiary.hollow:before
, .icon.circle.bg-tertiary.hollow:before {
  border-color: #00975f;
}
.icon.square.bg-cuaternary:not(.hollow):before
, .icon.circle.bg-cuaternary:not(.hollow):before {
  background-color: #b23117;
}
.icon.square.bg-cuaternary.hollow:before
, .icon.circle.bg-cuaternary.hollow:before {
  border-color: #b23117;
}
.icon.square.bg-white:not(.hollow):before
, .icon.circle.bg-white:not(.hollow):before {
  background-color: #FFFFFF;
}
.icon.square.bg-white.hollow:before
, .icon.circle.bg-white.hollow:before {
  border-color: #FFFFFF;
}
.icon.square.bg-medium-gray:not(.hollow):before
, .icon.circle.bg-medium-gray:not(.hollow):before {
  background-color: #64565b;
}
.icon.square.bg-medium-gray.hollow:before
, .icon.circle.bg-medium-gray.hollow:before {
  border-color: #64565b;
}
.icon.square.bg-lighter-gray:not(.hollow):before
, .icon.circle.bg-lighter-gray:not(.hollow):before {
  background-color: #e5e5e5;
}
.icon.square.bg-lighter-gray.hollow:before
, .icon.circle.bg-lighter-gray.hollow:before {
  border-color: #e5e5e5;
}
.icon.square.bg-light-gray:not(.hollow):before
, .icon.circle.bg-light-gray:not(.hollow):before {
  background-color: #afa5a9;
}
.icon.square.bg-light-gray.hollow:before
, .icon.circle.bg-light-gray.hollow:before {
  border-color: #afa5a9;
}
.icon.square.bg-gray:not(.hollow):before
, .icon.circle.bg-gray:not(.hollow):before {
  background-color: #564a4f;
}
.icon.square.bg-gray.hollow:before
, .icon.circle.bg-gray.hollow:before {
  border-color: #564a4f;
}
.icon.square.bg-success:not(.hollow):before
, .icon.circle.bg-success:not(.hollow):before {
  background-color: #00975f;
}
.icon.square.bg-success.hollow:before
, .icon.circle.bg-success.hollow:before {
  border-color: #00975f;
}
.icon.square.bg-success-light:not(.hollow):before
, .icon.circle.bg-success-light:not(.hollow):before {
  background-color: #02d687;
}
.icon.square.bg-success-light.hollow:before
, .icon.circle.bg-success-light.hollow:before {
  border-color: #02d687;
}
.icon.square.bg-alert:not(.hollow):before
, .icon.circle.bg-alert:not(.hollow):before {
  background-color: #b23117;
}
.icon.square.bg-alert.hollow:before
, .icon.circle.bg-alert.hollow:before {
  border-color: #b23117;
}
.icon.square.bg-dark-gray:not(.hollow):before
, .icon.circle.bg-dark-gray:not(.hollow):before {
  background-color: #64565b;
}
.icon.square.bg-dark-gray.hollow:before
, .icon.circle.bg-dark-gray.hollow:before {
  border-color: #64565b;
}
.icon.square.bg-medium-gray:not(.hollow):before
, .icon.circle.bg-medium-gray:not(.hollow):before {
  background-color: rgba(100, 86, 91, 0.5);
}
.icon.square.bg-medium-gray.hollow:before
, .icon.circle.bg-medium-gray.hollow:before {
  border-color: rgba(100, 86, 91, 0.5);
}
.icon.square.bg-light-gray:not(.hollow):before
, .icon.circle.bg-light-gray:not(.hollow):before {
  background-color: #afa5a9;
}
.icon.square.bg-light-gray.hollow:before
, .icon.circle.bg-light-gray.hollow:before {
  border-color: #afa5a9;
}
.icon.square.bg-white:not(.hollow):before
, .icon.circle.bg-white:not(.hollow):before {
  background-color: #FFFFFF;
}
.icon.square.bg-white.hollow:before
, .icon.circle.bg-white.hollow:before {
  border-color: #FFFFFF;
}
.icon.square.bg-lighter-gray:not(.hollow):before
, .icon.circle.bg-lighter-gray:not(.hollow):before {
  background-color: #e5e5e5;
}
.icon.square.bg-lighter-gray.hollow:before
, .icon.circle.bg-lighter-gray.hollow:before {
  border-color: #e5e5e5;
}
.icon.square:before
, .icon.square:after {
  border-radius: 0.3125rem;
}
.icon.circle:before
, .icon.circle:after {
  border-radius: 62.5rem;
}

* {
  outline: none !important;
}

html {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

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

figure[data-scene] {
  overflow: hidden;
}

[data-href] {
  cursor: pointer !important;
}

.separator {
  background-image: url("../images/css/color-line.jpg");
  background-position: center center;
  background-repeat: repeat-y;
  background-size: 100%;
  height: 0.5rem;
}
@media screen and (max-width: 39.9375em) {
  .separator {
    height: 0.3125rem;
  }
}

.stripe-global, .stripe-green, .stripe-red, .stripe-yellow {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  height: 11.5rem;
}
@media screen and (max-width: 63.9375em) {
  .stripe-global, .stripe-green, .stripe-red, .stripe-yellow {
    height: 6.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .stripe-global, .stripe-green, .stripe-red, .stripe-yellow {
    height: 3.75rem;
  }
}
.stripe-global.top, .stripe-green.top, .stripe-red.top, .stripe-yellow.top {
  top: 0;
}
.stripe-global.bottom, .stripe-green.bottom, .stripe-red.bottom, .stripe-yellow.bottom {
  bottom: 0;
}

.stripe-global {
  background-image: url("../images/css/franja-global.jpg");
}

.stripe-green {
  background-image: url("../images/css/franja-green.jpg");
}

.stripe-red {
  background-image: url("../images/css/franja-red.jpg");
}

.stripe-yellow {
  background-image: url("../images/css/franja-yellow.jpg");
}

html, body {
  height: 100%;
}

select {
  -webkit-appearance: none;
}

.main {
  padding-bottom: 1.875rem;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.main-padding, .page-template-default .main {
  padding-top: 5.5rem;
}
.home .main {
  padding-top: 0;
}
@media screen and (max-width: 63.9375em) {
  .main {
    padding-top: 5.5rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .main {
    padding-top: 3.6875rem !important;
  }
}

.header
, .footer {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header {
  z-index: 20;
  position: fixed;
  right: 0;
  left: 0;
}
.header.header-white .logo:before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-3.125rem);
  -moz-transform: translateY(-3.125rem);
  -ms-transform: translateY(-3.125rem);
  -o-transform: translateY(-3.125rem);
  transform: translateY(-3.125rem);
}
.header.header-white .logo img {
  z-index: 1;
  position: relative;
}
.header.header-white .logo img.black {
  opacity: 0;
  filter: alpha(opacity=0);
}
.header.header-white .logo img.white {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header.header-white .header-mobile button .open:before {
  background-color: #000;
}
.header.header-white .header-mobile button svg {
  fill: #FFFFFF;
}
.header.header-white .header-mobile button svg * {
  fill: #FFFFFF;
}
.header .button-footermenu {
  position: relative;
  top: 0;
}
.header .button-footermenu.magic-imago {
  top: -0.9375rem;
}
.header .button-footermenu.magic-imago .icon.large {
  width: 2.1875rem;
  height: 2.1875rem;
}
.header-footermenu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: row nowrap;
  background-color: rgba(255, 255, 255, 0.65);
  margin-top: -0.625rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  font-size: 0.875rem;
}
.header-footermenu.magic-imago {
  margin-top: -2.1875rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.header-footermenu.magic-imago .nav-social {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.header-footermenu:before, .header-footermenu:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.65);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.header-footermenu:before {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.header-footermenu:after {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.header-footermenu .nav-footer > .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
}
.header-footermenu .nav-footer > .menu li {
  color: #64565b;
  padding: 0 0.625rem;
}
.header-footermenu .nav-footer > .menu li a {
  color: #64565b;
}
.header-footermenu .nav.nav-social {
  padding-right: 1.25rem;
}
.header .logo {
  display: block;
  padding: 0.625rem 1.25rem 1.25rem;
  position: absolute;
  top: 0;
  left: 1.25rem;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.header .logo.logo-solid:before {
  background-color: white;
}
.header .logo:before {
  content: '';
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.65);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 0 1.25rem 1.25rem;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.header .logo img {
  z-index: 2;
  position: relative;
}
.header .logo img.white
, .header .logo img.imago {
  position: absolute;
  top: 0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .logo img.imago {
  top: 0;
  -webkit-transform: translateX(-50%) scale(0.55);
  -moz-transform: translateX(-50%) scale(0.55);
  -ms-transform: translateX(-50%) scale(0.55);
  -o-transform: translateX(-50%) scale(0.55);
  transform: translateX(-50%) scale(0.55);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
}
.header-mobile {
  position: relative;
  display: block;
  padding: 0.625rem 0;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0);
}
.header-mobile button {
  height: 3.75rem;
  width: 3.75rem;
}
.header-mobile button .open:before {
  background-color: #FFFFFF;
}
.header-mobile button svg {
  fill: #64565b;
}
.header-mobile button svg * {
  fill: #64565b;
}
.header-desktop {
  background-color: rgba(100, 86, 91, 0.9);
  padding: 0 0.625rem 0.625rem;
  width: 22.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 19;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.header-desktop-close {
  height: 4.875rem;
  padding-top: 0.625rem;
  margin-bottom: 0.625rem;
  margin-right: 3.125rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
.header-desktop-close .close:before {
  background-color: #FFFFFF;
}
.header-desktop-close svg {
  fill: #64565b;
}
.header-desktop-close svg * {
  fill: #64565b;
}
.header-overlay {
  visibility: hidden;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.header .nav {
  position: relative;
}
.header .nav a {
  display: block;
}
.no-touchevents .header .nav a:hover .icon:before {
  background-color: #00a0ae;
}
.header .nav ul li a {
  color: #e5e5e5;
  font-weight: 500;
}
.header .nav-social {
  padding: 0.9375rem 3.4375rem 0.625rem 0.9375rem;
}
.header .nav-social li {
  display: inline-block;
  margin-left: 0.625rem;
}
.header .nav-social li:first-child {
  margin-left: 0;
}
.header .nav-lang {
  padding-right: 2.5rem;
}
.header .nav-lang ul {
  border-top: 0.0625rem solid #e5e5e5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.header .nav-lang ul > li {
  width: 50%;
  padding: 0.3125rem 0;
}
.header .nav-lang ul > li > a {
  display: block;
  text-align: center;
  padding: 0.9375rem 0.625rem;
  background-color: rgba(229, 229, 229, 0.5);
  color: #64565b;
  margin: 0 0.15625rem;
}
.no-touchevents .header .nav-lang ul > li > a:hover {
  background-color: rgba(229, 229, 229, 0.8);
}
.header .nav-lang ul > li.wpml-ls-current-language > a {
  color: #FFFFFF !important;
  background-color: #fbb903 !important;
}
.header .nav-lang ul > li:first-child > a {
  margin-left: 0;
}
.header .nav-lang ul > li:last-child > a {
  margin-right: 0;
}
.header .nav-header {
  padding-right: 2.5rem;
}
.header .nav-header > ul {
  font-family: "Font Heading";
}
.header .nav-header > ul > li {
  text-transform: uppercase;
  padding: 0;
  /*.no-touchevents &:hover{
    > a{
      background-color:$secondary-color;
    }
  }*/
  /*&.current-menu-item{
    > a{
      background-color:$primary-color;
      svg{
        fill: $white;
        *{
          fill: $white;
        }
      }
      .expand{
        display:none !important;
      }
    }
  }*/
}
.header .nav-header > ul > li > a {
  display: block;
  font-weight: bold;
  background-color: transparent;
  border-bottom: 0.0625rem solid #e5e5e5;
  padding: 1.0625rem 0.9375rem 0.9375rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header .nav-header > ul > li > a .text {
  display: block;
}
.header .nav-header > ul > li > a .expand {
  cursor: s-resize !important;
}
.header .nav-header > ul > li > a .icon {
  display: block;
}
.header .nav-header > ul > li > a .icon svg {
  fill: #e5e5e5;
}
.header .nav-header > ul > li > a .icon svg * {
  fill: #e5e5e5;
}
.header .nav-header > ul > li > a .icon:last-child {
  display: none;
}
.header .nav-header > ul > li.current-open
> a, .header .nav-header > ul > li.current-menu-item > a {
  color: #FFFFFF;
}
.header .nav-header > ul > li.current-open
ul, .header .nav-header > ul > li.current-menu-item ul {
  max-height: 25rem;
}
.header .nav-header > ul > li.current-open > a .expand {
  cursor: n-resize !important;
}
.header .nav-header > ul > li.current-open > a .icon {
  display: none;
}
.header .nav-header > ul > li.current-open > a .icon:last-child {
  display: block !important;
}
.header .nav-header > ul > li ul {
  max-height: 0;
  overflow: hidden;
  background-color: #64565b;
}
.header .nav-header > ul > li ul li {
  text-transform: none;
  line-height: 1.1;
}
.header .nav-header > ul > li ul li a {
  padding: 0.625rem 0.9375rem 0.5rem;
}
.no-touchevents .header .nav-header > ul > li ul li:hover > a {
  color: #FFFFFF;
}
.header .nav-header > ul > li ul li.current-menu-item > a {
  font-weight: bold;
  color: #FFFFFF;
}
.header .nav-header .menu-yellow {
  background-color: #fbb903;
}
.header .nav-header .menu-blue {
  background-color: #00a0ae;
}
.header .nav-header .menu-red {
  background-color: #b23117;
}
.header .nav-header .menu-green {
  background-color: #00975f;
}
.no-touchevents .header .nav-colors > ul > li:hover > a {
  background-color: transparent !important;
}
.header .nav-colors > ul > li.current-menu-item > a {
  background-color: transparent !important;
}
.header button {
  padding: 0;
  margin: 0;
  cursor: pointer !important;
}
.open-menu .header-desktop {
  -webkit-transform: translateX(2.5rem);
  -moz-transform: translateX(2.5rem);
  -ms-transform: translateX(2.5rem);
  -o-transform: translateX(2.5rem);
  transform: translateX(2.5rem);
}
.open-menu .header-overlay {
  z-index: 16;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .separator {
  position: relative;
  z-index: 30;
}
.header .separator:first-child {
  display: block;
}
.header .separator:last-child {
  display: none;
}
@media screen and (max-width: 74.9375em) {
  .header-footermenu {
    font-size: 0.75rem;
  }
  .header-footermenu .nav.nav-social {
    padding-right: 0;
  }
}
@media screen and (max-width: 63.9375em) {
  .header-footermenu {
    display: none;
  }
  .header .button-footermenu.magic-imago {
    top: 0;
  }
  .header .button-footermenu.magic-imago .icon.large {
    width: 2.5rem;
    height: 2.5rem;
  }
  .header-desktop-close {
    padding-top: 0;
  }
  .header-mobile {
    background-color: #FFFFFF;
  }
  .header-mobile button .open:before {
    background-color: #FFFFFF !important;
  }
  .header-mobile button svg {
    fill: #64565b !important;
  }
  .header-mobile button svg * {
    fill: #64565b !important;
  }
  .header .logo {
    top: 50%;
    left: 0.625rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 3.75rem;
    width: 3.75rem;
  }
  .header .logo img.full {
    display: none !important;
  }
  .header .logo img.imago {
    display: block !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .header .separator:first-child {
    display: none;
  }
  .header .separator:last-child {
    display: block;
  }
}
@media screen and (max-width: 39.9375em) {
  .header-desktop-close {
    height: 3.1875rem;
    margin-bottom: 0.625rem;
    margin-right: 2.8125rem;
  }
  .header-mobile {
    padding: 0.3125rem 0;
  }
  .header-mobile .logo {
    left: 0.3125rem;
    height: 2.75rem;
    width: 2.75rem;
  }
  .header-mobile button {
    height: 2.75rem;
    width: 2.75rem;
  }
  .header button .icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .header .nav-social {
    padding: 0.625rem 3.4375rem 0.625rem 0.625rem;
  }
  .header .nav-header {
    font-size: 0.875rem;
  }
  .header .nav-header > ul > li > a {
    padding: 0.75rem 0.625rem 0.625rem;
  }
  .header .nav-header > ul > li ul {
    font-size: 0.75rem;
  }
  .header .nav-header > ul > li ul li a {
    padding: 0.625rem 0.625rem 0.5rem;
  }
}

.footer {
  position: relative;
  z-index: 10;
  padding-bottom: 0.625rem;
}
.footer .button-nopadding {
  z-index: 2;
  border: 0;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.footer .button-nopadding .icon.circle svg {
  fill: #64565b;
  height: 50%;
  width: 50%;
}
.footer .button-nopadding .icon.circle svg * {
  fill: #64565b;
}
.footer-wrapper {
  position: relative;
  padding: 0.625rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
.footer .nav {
  font-size: 0.875rem;
}
.footer .nav > ul {
  font-family: "Font Heading";
  flex-flow: row wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.footer .nav li, .footer .nav a {
  color: #64565b;
}
.no-touchevents .footer .nav a:hover {
  color: #00a0ae;
}
.no-touchevents .footer .nav a:hover .icon:before {
  background-color: #00a0ae;
}
.footer .nav-footer {
  text-transform: uppercase;
}
.footer .nav-footer li {
  padding: 0 0.625rem;
}
.footer .nav-social li {
  padding: 0 0.3125rem;
}
.footer .nav-social li:last-child {
  padding-right: 0;
}
.footer .nav-copy {
  padding-right: 1.25rem;
}
.footer .nav-copy li {
  padding: 0 0.1875rem;
}
.footer .nav-copy li:before {
  content: '|';
  display: inline-block;
  padding-right: 0.25rem;
}
.footer .nav-copy li strong {
  font-weight: 500;
}
.footer .nav-copy li:first-child:before {
  display: none;
}
.footer .nav-logo a {
  display: block;
}
.footer .nav-logo li {
  padding: 0 0.3125rem;
}
.footer .nav-logo li:last-child {
  padding-right: 0;
}
.footer .nav-logo img {
  max-width: none;
  width: auto;
  height: 1.625rem;
}
@media screen and (max-width: 63.9375em) {
  .footer {
    padding-bottom: 0.3125rem;
  }
  .footer .button-nopadding {
    left: 50%;
    top: 0.5rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .footer-wrapper {
    flex-flow: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer > .row:first-child {
    display: none;
  }
  .footer .nav {
    padding: 0.9375rem 0 0.625rem;
  }
  .footer .nav-copy {
    padding-right: 0;
  }
  .footer .nav-logo li {
    padding: 0 0.625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .footer .nav {
    padding: 0.9375rem 0 0.4375rem;
    font-size: 0.75rem;
  }
  .footer .nav-copy > ul {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer .nav-copy > ul li {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer .nav-copy > ul li:last-child {
    padding-top: 0.4375rem;
    text-align: center;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.wp-editor {
  font-size: 1.25rem;
  color: #564a4f;
  /* =WordPress Core
  -------------------------------------------------------------- */
  /* Text meant only for screen readers. */
}
.wp-editor > * {
  line-height: 1.2;
  margin-bottom: 1rem;
}
.wp-editor > *:last-child {
  margin-bottom: 0 !important;
}
.wp-editor-large {
  font-size: 1.375rem;
}
.wp-editor-large > * {
  line-height: 1.35;
  margin-bottom: 1.25rem;
}
.wp-editor-small {
  font-size: 1.125rem;
}
.wp-editor-small > * {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.wp-editor-small h1, .wp-editor-small h2, .wp-editor-small h3, .wp-editor-small h4, .wp-editor-small h5, .wp-editor-small h6 {
  font-weight: 500;
}
.wp-editor-tiny {
  font-size: 1rem;
}
.wp-editor-tiny > * {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.wp-editor-tiny h1, .wp-editor-tiny h2, .wp-editor-tiny h3, .wp-editor-tiny h4, .wp-editor-tiny h5, .wp-editor-tiny h6 {
  font-size: 1.125rem;
  font-weight: 500;
}
.wp-editor h1 .normal, .wp-editor h2 .normal, .wp-editor h3 .normal, .wp-editor h4 .normal, .wp-editor h5 .normal, .wp-editor h6 .normal {
  font-weight: normal;
}
.wp-editor blockquote {
  font-family: "Font Heading";
  line-height: 1;
  font-weight: bold;
  border: 0;
  padding: 0;
  font-size: 2.25rem;
  text-transform: none;
  display: block;
}
.wp-editor blockquote:before
, .wp-editor blockquote:after {
  content: '"';
}
.wp-editor table caption {
  text-transform: uppercase;
  background-color: #64565b;
  color: #e5e5e5;
}
.wp-editor table td {
  width: 25%;
}
.wp-editor table td + td {
  width: 25%;
}
.wp-editor table td + td + td {
  width: 20%;
}
.wp-editor table td + td + td + td {
  width: 30%;
}
.wp-editor table td a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.wp-editor ul, .wp-editor ol {
  list-style-position: outside;
  padding-left: 1.875rem;
}
.wp-editor ul li, .wp-editor ol li {
  padding-top: 0.3125rem;
}
.wp-editor ul li:first-child, .wp-editor ol li:first-child {
  padding-top: 0;
}
@media screen and (max-width: 74.9375em) {
  .wp-editor {
    font-size: 1.125rem;
  }
  .wp-editor-large {
    font-size: 1.375rem;
  }
  .wp-editor-small {
    font-size: 1rem;
  }
  .wp-editor-tiny {
    font-size: 0.875rem;
  }
  .wp-editor-tiny h1, .wp-editor-tiny h2, .wp-editor-tiny h3, .wp-editor-tiny h4, .wp-editor-tiny h5, .wp-editor-tiny h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .wp-editor {
    font-size: 1rem;
  }
  .wp-editor > * {
    margin-bottom: 0.75rem;
  }
  .wp-editor-large {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .wp-editor-large > * {
    margin-bottom: 1rem;
  }
  .wp-editor-small {
    font-size: 0.9375rem;
  }
  .wp-editor-small > * {
    margin-bottom: 0.75rem;
  }
  .wp-editor-tiny {
    font-size: 0.8125rem;
  }
  .wp-editor blockquote {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .wp-editor {
    font-size: 0.875rem;
  }
  .wp-editor-large {
    font-size: 1.125rem;
    line-height: 1.3;
  }
  .wp-editor-small {
    font-size: 0.875rem;
  }
  .wp-editor-small > * {
    margin-bottom: 0.625rem;
  }
  .wp-editor blockquote {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 29.9375em) {
  .wp-editor-large {
    font-size: 0.875rem;
  }
  .wp-editor-large > * {
    margin-bottom: 0.625rem;
  }
  .wp-editor-tiny {
    font-size: 0.75rem;
  }
  .wp-editor blockquote {
    font-size: 1rem;
  }
}
.wp-editor .alignnone
, .wp-editor a img.alignnone
, .wp-editor .wp-caption.alignnone {
  margin: 0 1rem 1rem 1rem;
}
.wp-editor .aligncenter,
.wp-editor div.aligncenter {
  display: block;
  margin: 0 auto 1rem auto;
}
.wp-editor .alignright
, .wp-editor a img.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}
.wp-editor .alignleft
, .wp-editor a img.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}
.wp-editor a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-editor .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-editor .wp-caption.alignleft {
  margin: 0 1rem 1rem 0;
}
.wp-editor .wp-caption.alignright {
  margin: 0 0 1rem 1rem;
}
.wp-editor .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-editor .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.wp-editor .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.wp-editor .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.module-primary {
  background-color: #00a0ae;
}
.module-secondary {
  background-color: #fbb903;
}
.module-white {
  background-color: #FFFFFF;
}
.module-alert {
  background-color: #b23117;
}
.module-lighter-gray {
  background-color: #e5e5e5;
}
.module-success {
  background-color: #00975f;
}
.module-image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.module-title {
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 2.5rem;
}
.module-title .subheader {
  font-weight: bold;
  color: #e5e5e5;
}
.module-title .subheader:after {
  content: ' / ';
}
.module-gradient:before {
  content: '';
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  z-index: 0;
  height: 11.5625rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 63.9375em) {
  .module-title {
    padding-bottom: 1.5625rem;
  }
  .module-title .subheader {
    margin: 0;
    display: block;
    font-size: 70%;
    line-height: 1;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-title {
    padding-bottom: 1rem;
  }
  .module-title .subheader {
    font-size: 60%;
  }
}

.module-agecontrol {
  z-index: 99999;
  background-color: #FFFFFF;
  flex-flow: column;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.no-agecontrol .module-agecontrol {
  display: none !important;
}
.module-agecontrol-figure {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.module-agecontrol-selector {
  font-family: "Font Heading";
  font-size: 1.25rem;
  background-color: rgba(255, 255, 255, 0.6);
  width: 48.75rem;
  padding: 1.25rem;
  border-radius: 1.5625rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.module-agecontrol-logo {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.9375rem;
  border-radius: 1.5625rem;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.module-agecontrol-checkbox {
  font-family: "Font Heading";
  font-weight: bold;
  padding-left: 2.5rem;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.module-agecontrol-content {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.module-agecontrol-content .wp-editor {
  padding: 1.25rem 6.25rem 6.25rem;
}
.module-agecontrol .checkbox {
  position: relative;
  margin: 0.75rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.module-agecontrol .checkbox input {
  position: relative;
  z-index: 3;
  margin: 0 0.625rem 0 0;
  cursor: pointer !important;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.module-agecontrol .checkbox input:checked + label:before {
  background-color: #00a0ae;
}
.module-agecontrol .checkbox label {
  font-size: inherit;
  line-height: 1.2;
  cursor: pointer !important;
  padding-top: 0.125rem;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.module-agecontrol .checkbox label:before, .module-agecontrol .checkbox label:after {
  content: '';
}
.module-agecontrol .checkbox label:before {
  z-index: 1;
  background-color: #FFFFFF;
  height: 0.75rem;
  width: 0.75rem;
  position: absolute;
  top: 0.4375rem;
  left: 0.25rem;
}
.module-agecontrol .checkbox label:after {
  z-index: 0;
  background-color: #FFFFFF;
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  top: 0.1875rem;
  left: 0;
}
.module-agecontrol .language {
  flex-flow: row wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.module-agecontrol .language .switch {
  margin: 0 0.75rem;
}
.module-agecontrol .language > div {
  white-space: nowrap;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.module-agecontrol .language span {
  text-transform: uppercase;
  color: rgba(100, 86, 91, 0.5);
}
.module-agecontrol .language span.active {
  color: #64565b;
}
.module-agecontrol .language span:last-child {
  margin-left: 0.5rem;
}
@media screen and (max-width: 63.9375em) {
  .module-agecontrol-selector {
    font-size: 1.125rem;
    width: 40rem;
    padding: 1rem;
  }
  .module-agecontrol-checkbox {
    padding-left: 1.875rem;
  }
  .module-agecontrol-content .wp-editor {
    padding: 1.25rem 3.75rem 3.75rem;
  }
  .module-agecontrol .checkbox label:before {
    top: 0.25rem;
  }
  .module-agecontrol .checkbox label:after {
    top: 0;
  }
  .module-agecontrol .language > div:first-child {
    width: 100%;
    margin-bottom: 0.75rem;
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .module-agecontrol .language .switch {
    margin-left: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-agecontrol-figure {
    padding: 0 1.25rem;
  }
  .module-agecontrol-selector {
    font-size: 1rem;
    width: 100%;
    padding: 0.625rem;
  }
  .module-agecontrol-checkbox {
    padding-left: 1rem;
  }
  .module-agecontrol-content {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .module-agecontrol-content .wp-editor {
    padding: 1rem 0 1.875rem;
  }
}
@media screen and (max-width: 29.9375em) {
  .module-agecontrol-selector {
    flex-flow: column;
    font-size: 0.875rem;
  }
  .module-agecontrol-logo {
    max-width: 9.375rem;
  }
  .module-agecontrol-checkbox {
    padding-left: 0;
  }
  .module-agecontrol .checkbox label:before {
    top: 0.125rem;
  }
  .module-agecontrol .checkbox label:after {
    top: -0.125rem;
    border: 0.0625rem solid #00a0ae;
  }
}

.module-archive-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 0.3125rem;
}
.module-archive-item {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.module-archive-item:first-child {
  padding-top: 0;
}
.module-archive-item .wp-editor {
  padding-left: 1.25rem;
  padding-right: 0;
}
.module-archive-item .wp-editor > * {
  margin-bottom: 1rem;
}
.module-archive-item .wp-editor > *:last-child {
  margin-bottom: 0 !important;
}
.module-archive-item .wp-editor h1, .module-archive-item .wp-editor h2, .module-archive-item .wp-editor h3, .module-archive-item .wp-editor h4, .module-archive-item .wp-editor h5, .module-archive-item .wp-editor h5 {
  text-transform: uppercase;
  font-weight: 500;
}
.module-archive-item figure {
  position: relative;
}
.module-archive-item figure .separator {
  z-index: 3;
  background-size: cover;
  background-position: left center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.module-archive-item:nth-child(even) > .row {
  flex-direction: row-reverse;
}
.module-archive-item:nth-child(even) .wp-editor {
  padding-right: 1.25rem;
  padding-left: 0;
}
.module-archive-item:nth-child(6n+2) {
  background-color: #fbb903;
}
.module-archive-item:nth-child(6n+4) {
  background-color: #b23117;
}
.module-archive-item:nth-child(6n+4) .wp-editor {
  color: #e5e5e5;
}
.module-archive-item:nth-child(6n+6) {
  background-color: #00975f;
}
.module-archive-item:nth-child(6n+6) .wp-editor {
  color: #e5e5e5;
}
@media screen and (max-width: 63.9375em) {
  .module-archive .separator {
    display: none;
  }
  .module-archive-wrapper {
    padding-top: 1.875rem;
  }
  .module-archive-item {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .module-archive-item .align-middle {
    -ms-flex-align: normal;
    align-items: normal;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-archive-wrapper {
    padding-top: 1.25rem;
  }
  .module-archive-item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .module-archive-item figure {
    margin-bottom: 1.25rem;
  }
  .module-archive-item .wp-editor {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.module-home {
  position: relative;
}
.module-home-swiper-wrapper {
  position: relative;
}
.module-home-swiper-wrapper .swiper-container .swiper-button-next, .module-home-swiper-wrapper .swiper-container .swiper-button-prev {
  top: 50%;
  bottom: auto;
  height: 5rem;
  width: 3.125rem;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.module-home-swiper-wrapper .swiper-container .swiper-button-next .icon.small, .module-home-swiper-wrapper .swiper-container .swiper-button-prev .icon.small {
  height: 2rem;
  width: 2rem;
}
.no-touchevents .module-home-swiper-wrapper .swiper-container .swiper-button-next:hover, .no-touchevents .module-home-swiper-wrapper .swiper-container .swiper-button-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.module-home-swiper-wrapper .swiper-container .swiper-button-prev {
  border-radius: 0 62.5rem 62.5rem 0;
}
.module-home-swiper-wrapper .swiper-container .swiper-button-prev.swiper-button-disabled {
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.module-home-swiper-wrapper .swiper-container .swiper-button-prev.disabled {
  -webkit-transform: translate(-100%, -50%) !important;
  -moz-transform: translate(-100%, -50%) !important;
  -ms-transform: translate(-100%, -50%) !important;
  -o-transform: translate(-100%, -50%) !important;
  transform: translate(-100%, -50%) !important;
}
.module-home-swiper-wrapper .swiper-container .swiper-button-prev .icon.small {
  margin-left: -0.3125rem;
}
.module-home-swiper-wrapper .swiper-container .swiper-button-next {
  border-radius: 62.5rem 0 0 62.5rem;
}
.module-home-swiper-wrapper .swiper-container .swiper-button-next.swiper-button-disabled {
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.module-home-swiper-wrapper .swiper-container .swiper-button-next.disabled {
  -webkit-transform: translate(100%, -50%) !important;
  -moz-transform: translate(100%, -50%) !important;
  -ms-transform: translate(100%, -50%) !important;
  -o-transform: translate(100%, -50%) !important;
  transform: translate(100%, -50%) !important;
}
.module-home-swiper-wrapper .swiper-container .swiper-button-next .icon.small {
  margin-left: 0.3125rem;
}
.module-home-swiper-wrapper .swiper-container .swiper-slide {
  position: relative;
}
.module-home-swiper-wrapper .swiper-container .swiper-slide > img {
  position: relative;
  z-index: 1;
}
.module-home-swiper-wrapper .swiper-container .swiper-slide > button {
  z-index: 2;
  position: absolute;
  top: 73%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.module-home-swiper-wrapper .swiper-container .swiper-slide > button .icon.large {
  height: 3.75rem;
  width: 3.75rem;
}
.module-home-swiper-wrapper .swiper-container .swiper-slide-video {
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.module-home-swiper-wrapper .swiper-container .swiper-slide-video.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.module-home-swiper-wrapper .swiper-container .swiper-slide-caption {
  z-index: 6;
  font-weight: bold;
  color: #FFFFFF;
  font-family: "Font Heading";
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-size: 2.5rem;
  position: absolute;
  top: 35%;
  right: 5%;
  left: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.module-home-swiper-wrapper .swiper-container .swiper-slide-caption span {
  display: inline-block;
}
.module-home-swiper-wrapper .swiper-container .swiper-slide-caption-de {
  position: absolute;
  top: 50%;
  right: 55%;
  left: 10%;
}
.module-home-swiper-wrapper .swiper-container .swiper-slide-caption .hollow {
  margin-top: 1.875rem;
  padding: 0.875rem 0.875rem 0.625rem;
}
.module-home-swiper-claim, .module-home-figure figcaption {
  text-align: center;
  font-weight: bold;
  font-family: "Font Heading";
  color: #64565b;
  padding: 1rem 1.25rem;
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.module-home-swiper-claim small, .module-home-figure figcaption small {
  display: block;
  font-weight: normal;
  margin-top: 0.3125rem;
  font-size: 1rem;
}
@media screen and (max-width: 63.9375em) {
  .module-home-swiper-claim, .module-home-figure figcaption {
    padding: 0.75rem 0.625rem;
    font-size: 1.5rem;
  }
  .module-home-swiper-claim small, .module-home-figure figcaption small {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-home-swiper-claim, .module-home-figure figcaption {
    padding: 0.5rem 0.625rem;
    font-size: 1.125rem;
  }
  .module-home-swiper-claim small, .module-home-figure figcaption small {
    font-size: 0.6875rem;
  }
}
.module-home-figure {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 18.75rem;
}
.module-home-figure img {
  opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (max-width: 63.9375em) {
  .module-home {
    min-height: 0.0625rem;
  }
  .module-home .separator:first-child {
    display: none !important;
  }
  .module-home-swiper-wrapper .swiper-container .swiper-button-next, .module-home-swiper-wrapper .swiper-container .swiper-button-prev {
    width: 1.25rem;
  }
  .module-home-swiper-wrapper .swiper-container .swiper-button-next .icon.small, .module-home-swiper-wrapper .swiper-container .swiper-button-prev .icon.small {
    height: 1rem;
    width: 1rem;
  }
  .module-home-swiper-wrapper .swiper-container .swiper-slide > button {
    top: 71%;
  }
  .module-home-swiper-wrapper .swiper-container .swiper-slide > button .icon.large {
    height: 2rem;
    width: 2rem;
  }
  .module-home-swiper-wrapper .swiper-container .swiper-slide-caption {
    font-size: 1.625rem;
    position: absolute;
    top: 40%;
    right: 5%;
    left: 50%;
  }
  .module-home-swiper-wrapper .swiper-container .swiper-slide-caption-de {
    position: absolute;
    top: 40%;
    right: 50%;
    left: 10%;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-home-swiper-wrapper .swiper-container .swiper-button-next, .module-home-swiper-wrapper .swiper-container .swiper-button-prev {
    display: none;
  }
  .module-home-swiper-wrapper .swiper-container .swiper-slide > button {
    top: 22%;
  }
  .module-home-swiper-wrapper .swiper-container .swiper-slide-caption {
    text-align: center;
    text-shadow: none;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .module-home-swiper-wrapper .swiper-container .swiper-slide-caption br {
    display: none;
  }
}
@media screen and (max-width: 29.9375em) {
  .module-home-swiper-wrapper .swiper-container .swiper-slide-caption {
    display: none;
  }
}

.module-mosaic:not(.module-white) {
  color: #64565b;
  overflow: hidden;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.module-mosaic:not(.module-white) + .module-mosaic:not(.module-white) {
  padding-top: 0 !important;
}
.module-mosaic:not(.module-white) .module-mosaic-item, .module-mosaic:not(.module-white) .module-portfolio-item {
  background-color: transparent;
  color: #64565b;
}
.module-mosaic:not(.module-white) .module-mosaic-item.image-square .module-mosaic-content, .module-mosaic:not(.module-white) .image-square.module-portfolio-item .module-mosaic-content, .module-mosaic:not(.module-white) .module-mosaic-item.image-square .module-portfolio-content, .module-mosaic:not(.module-white) .image-square.module-portfolio-item .module-portfolio-content {
  min-height: 0.0625rem;
}
.module-mosaic:not(.module-white) .module-mosaic-item.image-square .wp-editor, .module-mosaic:not(.module-white) .image-square.module-portfolio-item .wp-editor {
  color: #FFFFFF;
}
.module-mosaic:not(.module-white) .module-mosaic-item.image-square .wp-editor > :first-child, .module-mosaic:not(.module-white) .image-square.module-portfolio-item .wp-editor > :first-child {
  text-transform: uppercase;
}
.module-mosaic:not(.module-white) .wp-editor {
  color: #64565b;
}
.module-mosaic-item, .module-portfolio-item {
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: #64565b;
  color: #e5e5e5;
}
.no-touchevents .module-mosaic-item:hover .module-mosaic-image-bg, .no-touchevents .module-portfolio-item:hover .module-mosaic-image-bg, .no-touchevents .module-mosaic-item:hover .module-portfolio-image-bg, .no-touchevents .module-portfolio-item:hover .module-portfolio-image-bg {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.module-mosaic-content, .module-portfolio-content {
  z-index: 2;
  padding: 1rem;
}
.module-mosaic-image, .module-portfolio-image {
  position: relative;
  overflow: hidden;
}
.module-mosaic-image .separator, .module-portfolio-image .separator {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.module-mosaic-image-bg, .module-portfolio-image-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.module-mosaic-image img, .module-portfolio-image img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.module-mosaic-icon .icon {
  width: 100%;
}
.module-mosaic-icon .icon svg {
  width: 100%;
  height: auto;
  max-width: 11.25rem;
  max-height: 6.25rem;
}
.module-mosaic .wp-editor {
  color: #e5e5e5;
}
.module-mosaic .image-square .module-mosaic-content, .module-mosaic .image-square .module-portfolio-content {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.module-mosaic .image-square .module-mosaic-content .wp-editor small, .module-mosaic .image-square .module-portfolio-content .wp-editor small {
  color: #e5e5e5;
}
.no-touchevents .module-mosaic .image-square .module-mosaic-content, .no-touchevents .module-mosaic .image-square .module-portfolio-content {
  min-height: 40%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.no-touchevents .module-mosaic .image-square .viewcontent {
  min-height: 20%;
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
  transform: translateY(25%);
  background-color: rgba(0, 160, 174, 0.7);
}
.no-touchevents .module-mosaic .image-square .viewcontent.color-yellow {
  background-color: rgba(251, 185, 3, 0.7);
}
.no-touchevents .module-mosaic .image-square .viewcontent.color-red {
  background-color: rgba(178, 49, 23, 0.7);
}
.no-touchevents .module-mosaic .image-square .viewcontent.color-green {
  background-color: rgba(0, 151, 95, 0.7);
}
.no-touchevents .module-mosaic .image-square .viewcontent.color-blue {
  background-color: rgba(0, 160, 174, 0.7);
}
.no-touchevents .module-mosaic .image-square[data-href]:hover .module-mosaic-content, .no-touchevents .module-mosaic .image-square[data-href]:hover .module-portfolio-content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.module-mosaic .image-overlay {
  cursor: pointer !important;
}
.module-mosaic .image-overlay .module-mosaic-content, .module-mosaic .image-overlay .module-portfolio-content {
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.module-mosaic .image-overlay .module-mosaic-content-button {
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.625rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.module-mosaic .image-overlay .module-mosaic-content-button .button {
  padding: 0;
  font-size: 1.5rem;
  height: 2.25rem;
  width: 2.25rem;
}
.module-mosaic .image-overlay .module-mosaic-content-button .button:before {
  position: relative;
  content: '+';
}
.no-touchevents .module-mosaic .image-overlay .module-mosaic-content-button {
  display: none;
}
.module-mosaic .image-overlay .module-mosaic-content .wp-editor, .module-mosaic .image-overlay .module-portfolio-content .wp-editor {
  flex-flow: column;
  height: 100%;
  font-size: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.module-mosaic .image-overlay .module-mosaic-content .wp-editor > *:first-child, .module-mosaic .image-overlay .module-portfolio-content .wp-editor > *:first-child {
  text-transform: uppercase;
  margin-bottom: 0;
}
.no-touchevents .module-mosaic .image-overlay:hover .module-mosaic-content, .no-touchevents .module-mosaic .image-overlay:hover .module-portfolio-content, .module-mosaic .image-overlay.selected .module-mosaic-content, .module-mosaic .image-overlay.selected .module-portfolio-content {
  opacity: 1;
  filter: alpha(opacity=100);
}
.no-touchevents .module-mosaic .image-overlay:hover .module-mosaic-content-button .button:before, .module-mosaic .image-overlay.selected .module-mosaic-content-button .button:before {
  top: -1px;
  content: '\00d7';
}
.module-mosaic .image-overlay-big .module-mosaic-content, .module-mosaic .image-overlay-big .module-portfolio-content {
  top: auto;
}
.module-mosaic .image-overlay-big .module-mosaic-content .wp-editor > *:first-child, .module-mosaic .image-overlay-big .module-portfolio-content .wp-editor > *:first-child {
  text-transform: normal;
  margin-bottom: 0;
}
.module-mosaic .image-horizontal {
  height: 100%;
  flex-flow: column;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.module-mosaic .image-horizontal .module-mosaic-content > .row, .module-mosaic .image-horizontal .module-portfolio-content > .row {
  height: 100%;
}
.module-mosaic .image-horizontal .module-mosaic-content
, .module-mosaic .image-horizontal .module-portfolio-content
, .module-mosaic .image-horizontal .module-mosaic-image, .module-mosaic .image-horizontal .module-portfolio-image {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.module-mosaic .image-icon {
  text-align: center;
  background-color: #FFFFFF;
  color: #64565b;
}
.module-mosaic .image-icon-value {
  padding-top: 1.875rem;
  font-size: 4.375rem;
  margin-bottom: 0;
}
.module-mosaic .image-icon-value sup {
  font-size: 50%;
  top: -1.5625rem;
}
.module-mosaic .image-icon-title {
  padding-top: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.module-mosaic-title {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (max-width: 74.9375em) {
  .module-mosaic-title {
    padding-left: 0;
    padding-right: 0;
  }
  .module-mosaic-single {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .module-mosaic:not(.module-white) {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .module-mosaic .image-overlay .module-mosaic-content-button {
    padding: 0.625rem;
  }
  .module-mosaic .image-overlay .module-mosaic-content-button .button {
    font-size: 1.25rem;
    height: 1.875rem;
    width: 1.875rem;
  }
  .module-mosaic .image-overlay .module-mosaic-content .wp-editor, .module-mosaic .image-overlay .module-portfolio-content .wp-editor {
    font-size: 0.875rem;
  }
  .module-mosaic .image-icon-value {
    padding-top: 1.25rem;
    font-size: 3.75rem;
  }
  .module-mosaic .image-icon-value sup {
    top: -1.3125rem;
  }
  .module-mosaic-icon .icon svg {
    max-width: 8.75rem;
    max-height: 5.625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-mosaic:not(.module-white) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .module-mosaic .image-horizontal .module-mosaic-content, .module-mosaic .image-horizontal .module-portfolio-content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .module-mosaic .image-horizontal .module-mosaic-content > .row > .columns:first-child .wp-editor, .module-mosaic .image-horizontal .module-portfolio-content > .row > .columns:first-child .wp-editor {
    padding-bottom: 0.5rem;
  }
  .module-mosaic .image-overlay-big .module-mosaic-content, .module-mosaic .image-overlay-big .module-portfolio-content {
    position: static;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .module-mosaic .image-overlay-big .module-mosaic-content-button {
    display: none;
  }
  .module-mosaic .image-icon-value {
    padding-top: 0.625rem;
    font-size: 2.5rem;
  }
  .module-mosaic .image-icon-value sup {
    top: -0.9375rem;
  }
  .module-mosaic-icon .icon svg {
    max-width: 7.5rem;
    max-height: 5rem;
  }
}
@media screen and (max-width: 29.9375em) {
  .module-mosaic .image-overlay .module-mosaic-content .wp-editor, .module-mosaic .image-overlay .module-portfolio-content .wp-editor {
    font-size: 1rem;
  }
  .module-mosaic .image-icon-content {
    padding-bottom: 1.25rem;
  }
}

.module-hero {
  position: relative;
  min-height: 49.0625rem;
  padding-top: 11.5625rem;
  flex-flow: column;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.module-hero-large {
  min-height: 60rem;
}
.module-hero-press {
  background-position: center center;
  min-height: 31.25rem;
  padding-top: 0;
}
.module-hero-press .module-hero-banner {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.module-hero.editor-medium .module-hero-blockquote .columns {
  color: #FFFFFF;
}
.module-hero.editor-medium .module-hero-blockquote .columns .h5 {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.module-hero-figure {
  display: none;
}
.module-hero-blockquote {
  padding-right: 2.5rem;
  margin-bottom: 2.5rem;
}
.module-hero-blockquote .columns {
  line-height: 1.1;
  color: #e5e5e5;
  margin-bottom: 0.5rem;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.module-hero-blockquote .columns .h5 {
  font-family: "Font Main";
  font-weight: normal;
  margin-bottom: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.module-hero-blockquote .columns .h5 strong {
  font-weight: bold;
}
.module-hero-article {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  position: relative;
}
.module-hero-article-wrapper {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.module-hero-article .separator
, .module-hero-article .module-shop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.module-hero-article .module-shop {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.module-hero:not(.module-hero-press) .module-button {
  padding: 0 0 2.5rem;
}
.module-hero:not(.module-hero-press) .module-button .button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.module-hero:not(.module-hero-press) .module-button .button.hollow {
  background-color: rgba(0, 0, 0, 0.5);
}
.module-hero:not(.module-hero-press) .module-button .button .icon {
  margin-right: 0.625rem;
}
.module-hero-banner {
  position: relative;
}
.module-hero-hightlight {
  max-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.module-hero-hightlight .row {
  max-height: 100%;
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.module-hero-hightlight .columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.module-hero-hightlight-item {
  flex-flow: column;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 2.5rem 2.5rem 1.25rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.module-hero-hightlight-item > * {
  width: 100%;
}
.module-hero-hightlight-item .module-title {
  padding-bottom: 1.25rem;
}
.module-hero-hightlight-item .module-button {
  padding-top: 1.25rem;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 63.9375em) {
  .module-hero {
    padding-top: 0;
    min-height: 0.0625rem;
    background-image: none !important;
  }
  .module-hero .module-hero-banner {
    display: block;
    height: auto;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .module-hero-figure {
    display: block;
  }
  .module-hero-article {
    margin-bottom: 0;
  }
  .module-hero-article-wrapper {
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  .module-hero-blockquote {
    z-index: 1;
    padding: 1rem 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .module-hero-blockquote .columns {
    color: #e5e5e5;
    text-shadow: none;
  }
  .module-hero-blockquote .columns .h5 {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .module-hero-article {
    margin-top: 0;
  }
  .module-hero-article-wrapper {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  .module-hero-article-wrapper .wp-editor > * {
    margin-bottom: 1rem;
  }
  .module-hero .module-button {
    padding: 0 0 1.5625rem;
  }
  .module-hero .module-button .button {
    font-size: 1.5rem;
    color: #64565b;
  }
  .module-hero .module-button .button.hollow {
    border-color: #64565b;
    background-color: transparent !important;
  }
  .module-hero .module-button .button.hollow .icon {
    vertical-align: middle;
    height: 1.875rem;
    width: 1.875rem;
  }
  .module-hero .module-button .button.hollow .icon.hollow:before {
    border-color: #64565b;
  }
  .module-hero .module-button .button.hollow .icon * {
    fill: #64565b;
  }
  .module-hero-hightlight {
    z-index: 1;
    padding: 1rem 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .module-hero-hightlight .row {
    width: 100%;
    max-height: none;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .module-hero-hightlight .columns {
    display: block;
  }
  .module-hero-hightlight-item {
    color: #FFFFFF;
    background-color: transparent;
    padding: 0;
    display: block;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .module-hero-hightlight-item > * {
    width: auto;
  }
  .module-hero-hightlight-item .wp-editor {
    color: #FFFFFF;
  }
  .module-hero-hightlight-item .module-button {
    padding: 1.25rem 0 0;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .module-hero-hightlight-item .module-button .button {
    font-size: 0.875rem;
    color: #FFFFFF;
  }
  .module-hero-hightlight-item .module-button .button.hollow {
    border-color: #FFFFFF;
    background-color: transparent;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-hero-blockquote {
    padding: 0.625rem 0;
  }
  .module-hero-blockquote .columns .h1 {
    font-size: 1.5rem;
  }
  .module-hero-article {
    margin-top: 0;
  }
  .module-hero-article-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .module-hero-article-wrapper .wp-editor > * {
    margin-bottom: 0.625rem;
  }
  .module-hero .module-button {
    padding: 0 0 1rem;
  }
  .module-hero .module-button .button {
    font-size: 1rem;
  }
  .module-hero .module-button .button .icon {
    height: 1.25rem;
    width: 1.25rem;
  }
  .module-hero-hightlight {
    z-index: 1;
    background-color: #000;
    position: static;
  }
  .module-hero-hightlight-item {
    padding: 0;
    display: block;
  }
  .module-hero-hightlight-item .module-title {
    padding-bottom: 1rem;
  }
  .module-hero-hightlight-item .module-button {
    padding: 1rem 0 0;
  }
  .module-hero-hightlight-item .module-button .button {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 30em) {
  .module-hero-blockquote .columns .h1 {
    font-size: 1.125rem;
  }
}

.module-shop {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.module-shop .nav {
  position: relative;
}
.module-shop .nav a {
  display: block;
}
.no-touchevents .module-shop .nav a:hover .icon:before {
  background-color: #00a0ae;
}
.module-shop .nav-shop {
  margin-right: 0.625rem;
  height: 2.125rem;
  text-transform: uppercase;
  font-family: "Font Heading";
}
.module-shop .nav-shop ul {
  height: 100%;
}
.module-shop .nav-shop ul li {
  height: 100%;
}
.module-shop .nav-shop ul a {
  color: #e5e5e5;
  line-height: 2.2;
  height: 100%;
  padding: 0 1.5625rem;
  background-color: #64565b;
}
.module-shop .nav-shop ul a strong {
  font-weight: 500;
}
.no-touchevents .module-shop .nav-shop ul a:hover {
  background-color: #00a0ae;
}
.module-shop .nav-social {
  background-color: #64565b;
  margin-left: 0.625rem;
  padding: 0.3125rem;
}
.module-shop .nav-social ul {
  height: 1.5rem;
  line-height: 1;
}
.module-shop .nav-social ul li {
  padding: 0 0.125rem;
}
@media screen and (max-width: 63.9375em) {
  .module-shop {
    display: none;
  }
}

.module-thumbs-single .module-thumbs-wrapper {
  padding-top: 0 !important;
}
.module-thumbs-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.module-thumbs-swiper {
  position: relative;
  padding-bottom: 2.5rem;
}
.module-thumbs-swiper-navigator {
  position: absolute;
  right: 3.125rem;
  bottom: 6.875rem;
  left: 3.125rem;
}
.module-thumbs-swiper .swiper-slide {
  background-size: cover;
  background-position: center top;
}
.module-thumbs-swiper .swiper-slide-figure img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.module-thumbs-swiper .swiper-slide-content {
  flex-flow: row;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.375rem 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.module-thumbs-swiper .swiper-slide-content .button {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.module-thumbs-swiper .swiper-slide-content > * {
  margin: 0;
  text-transform: uppercase;
}
.module-thumbs-swiper .swiper-slide-content > * .subheader {
  text-transform: none;
}
.module-thumbs-swiper .swiper-slide-content > * .subheader:before {
  content: ' | ';
}
.module-thumbs-swiper .swiper-slide-content.swiper-slide-single .module-navigation .row .columns:first-child {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.module-thumbs-swiper .swiper-slide-content.swiper-slide-single .module-navigation .button {
  min-width: 9.375rem;
}
.module-thumbs-swiper .gallery-thumbs {
  width: 100%;
  height: 11.25rem;
  padding: 1.25rem;
}
.module-thumbs-swiper .gallery-thumbs:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1.5625rem -0.0625rem rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 1.5625rem -0.0625rem rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}
.module-thumbs-swiper .gallery-thumbs .swiper-slide {
  z-index: 1;
  width: 25%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.125rem;
}
.module-thumbs-swiper .gallery-thumbs .swiper-slide:before {
  content: '';
  z-index: 2;
  border: 2px solid transparent;
  border-radius: 0.125rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.module-thumbs-swiper .gallery-thumbs .swiper-slide:after {
  content: '';
  z-index: 1;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.no-touchevents .module-thumbs-swiper .gallery-thumbs .swiper-slide:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.module-thumbs-swiper .gallery-thumbs .swiper-slide-selected:before {
  border-color: #00a0ae;
}
.module-thumbs-swiper .gallery-thumbs .swiper-slide-selected:after {
  display: none;
}
.module-thumbs-swiper .gallery-thumbs .swiper-slide-link {
  display: block;
  position: relative;
  z-index: 4;
  height: 100%;
  width: 100%;
}
.module-thumbs-swiper .gallery-thumbs .swiper-slide-active {
  z-index: 2;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-box-shadow: 0 0 0.9375rem -0.125rem rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 0.9375rem -0.125rem rgba(0, 0, 0, 0.75);
}
.module-thumbs-swiper .gallery-thumbs .swiper-slide-active:before {
  border-color: #fbb903 !important;
}
.module-thumbs-swiper .gallery-thumbs .swiper-slide-active:after {
  display: none;
}
.module-thumbs .module-button {
  padding-top: 2.5rem;
}
.module-thumbs .row-editor {
  flex-flow: row-reverse wrap;
}
.module-thumbs .row-editor .wp-editor blockquote {
  padding-left: 0.625rem;
}
.module-thumbs .row-editor > :first-child .wp-editor {
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 63.9375em) {
  .module-thumbs-wrapper {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  .module-thumbs-swiper {
    padding-bottom: 1.5625rem;
  }
  .module-thumbs-swiper-navigator {
    left: 1.875rem;
    right: 1.875rem;
    bottom: 5rem;
  }
  .module-thumbs-swiper .gallery-thumbs {
    height: 9.375rem;
  }
  .module-thumbs-swiper .gallery-thumbs .swiper-slide {
    width: 30%;
  }
  .module-thumbs-title
  , .module-thumbs .wp-editor {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .module-thumbs .module-button {
    padding-top: 1.5625rem;
  }
  .main-padding .module-thumbs > .row:first-child + .separator {
    display: none;
  }
  .main-padding .module-thumbs-swiper-navigator {
    bottom: 7.25rem;
  }
  .main-padding .module-thumbs-swiper .swiper-slide-content {
    flex-flow: column;
    text-align: center;
  }
  .main-padding .module-thumbs-swiper .swiper-slide-content .module-navigation {
    padding-top: 0.3125rem;
  }
  .module-thumbs .row-editor > :first-child .wp-editor {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-thumbs-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .module-thumbs-swiper {
    padding-bottom: 1rem;
  }
  .module-thumbs-swiper .swiper-slide-content {
    padding-top: 0.5rem;
    padding-top: 0.5rem;
    flex-flow: column;
    text-align: center;
    line-height: 1;
  }
  .module-thumbs-swiper .swiper-slide-content > * {
    font-size: 1rem;
    line-height: 1;
  }
  .module-thumbs-swiper .swiper-slide-content > * .subheader {
    font-size: 90%;
    display: block;
    line-height: 1;
  }
  .module-thumbs-swiper .swiper-slide-content > * .subheader:before {
    display: none;
  }
  .module-thumbs-swiper-navigator {
    left: 0.625rem;
    right: 0.625rem;
    bottom: 5.625rem;
  }
  .module-thumbs-swiper .gallery-thumbs {
    display: none;
  }
  .main-padding .module-thumbs-swiper .swiper-slide-content.swiper-slide-single .module-navigation .button {
    min-width: 0.0625rem;
  }
  .module-thumbs .module-button {
    padding-top: 1rem;
  }
  .module-thumbs .row-editor {
    flex-flow: row wrap;
  }
  .module-thumbs .row-editor .wp-editor blockquote {
    padding-left: 0;
    padding-bottom: 1rem;
  }
  .module-thumbs .row-editor > :first-child .wp-editor {
    padding-bottom: 1rem;
  }
}

.module-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.module-content {
  overflow: hidden;
}
.module-content-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.module-content.no-separator .separator {
  display: none;
}
.module-content.module-primary {
  color: #FFFFFF;
}
.module-content.module-primary .wp-editor {
  color: #FFFFFF;
}
.module-content .percent {
  font-weight: bold;
  background-color: #fbb903;
  font-size: 4.375rem;
  height: 11.25rem;
  width: 11.25rem;
  border-radius: 62.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.module-content .separator {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.module-content .module-shop {
  margin-bottom: -0.3125rem;
}
.module-content-figure
, .module-content-swiper {
  padding-bottom: 2.5rem;
}
.module-content-logos {
  padding: 1.25rem;
  position: relative;
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.module-content-logos:before {
  content: '';
  position: absolute;
  top: 0;
  right: -187.5rem;
  bottom: 0;
  left: -187.5rem;
}
.module-content-logos.module-white:before {
  background-color: #FFFFFF;
}
.module-content-logos .row {
  position: relative;
  z-index: 2;
}
.module-content-swiper .swiper-pagination-bullet {
  background-color: transparent;
  border: 0.125rem solid #e5e5e5;
  height: 0.8125rem;
  width: 0.8125rem;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.module-content-swiper .swiper-pagination-bullet-active {
  background-color: #e5e5e5;
  opacity: 1;
  filter: alpha(opacity=100);
}
.module-content .module-button {
  padding-top: 2.5rem;
}
.module-content .module-button p {
  font-weight: bold;
  font-size: 1.25rem;
}
.module-content .module-button p a {
  margin-left: 1.25rem;
}
.module-content-elements {
  padding-top: 2.5rem;
}
.module-content-elements-item {
  background-color: #e5e5e5;
  margin-bottom: 0.9375rem;
  padding: 1.25rem;
  border-radius: 1.25rem;
}
.module-content-elements-number {
  font-weight: bold;
  display: block;
  line-height: 1;
  font-size: 3.75rem;
  padding-right: 0.625rem;
  width: 2.5rem;
}
.module-content-elements .columns:first-child + .columns {
  text-align: center;
}
.module-content-elements .module-title {
  padding-bottom: 0;
}
@media screen and (max-width: 63.9375em) {
  .module-content-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .module-content-figure
  , .module-content-swiper {
    padding-bottom: 1.5625rem;
  }
  .module-content-logos {
    padding: 1rem;
    margin-top: 1.875rem;
    margin-bottom: 0.9375rem;
  }
  .module-content .module-button {
    padding-top: 1.875rem;
  }
  .module-content-text .separator {
    display: none !important;
  }
  .module-content .percent {
    font-size: 3.125rem;
    height: 8.75rem;
    width: 8.75rem;
  }
  .module-content-elements {
    padding-top: 1.875rem;
  }
  .module-content-elements-item {
    margin-bottom: 0.625rem;
    padding: 0.9375rem;
    border-radius: 0.9375rem;
  }
  .module-content-elements-number {
    font-size: 3.125rem;
    width: 2.1875rem;
  }
  .module-content-elements .icon {
    height: 3.75rem;
    width: 3.75rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-content-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .module-content-figure
  , .module-content-swiper {
    padding-bottom: 1rem;
  }
  .module-content-logos {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .module-content-logos img {
    margin-bottom: 1rem;
  }
  .module-content .module-button {
    padding-top: 1.25rem;
  }
  .module-content .percent {
    font-size: 1.875rem;
    height: 5rem;
    width: 5rem;
  }
  .module-content-elements {
    padding-top: 1.875rem;
  }
  .module-content-elements-item {
    padding: 0.625rem;
    border-radius: 0.625rem;
  }
  .module-content-elements .icon {
    height: 3.125rem;
    width: 3.125rem;
  }
}
@media screen and (max-width: 29.9375em) {
  .module-content .percent {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.625rem;
  }
  .module-content-elements {
    padding-top: 0.9375rem;
  }
  .module-content-elements .icon {
    height: 2.5rem;
    width: 2.5rem;
  }
  .module-content-elements .wp-editor {
    padding-top: 0.625rem;
  }
}

.module-timeline {
  overflow: hidden;
}
.module-timeline:not(.module-white) {
  color: #e5e5e5;
}
.module-timeline:not(.module-white) .module-timeline-title {
  color: #e5e5e5;
}
.module-timeline:not(.module-white) .module-timeline-swiper {
  background-color: #651c0d;
}
.module-timeline:not(.module-white) .module-timeline-swiper:before {
  background-color: #b23117;
}
.module-timeline:not(.module-white) .wp-editor {
  color: #e5e5e5;
}
.module-timeline-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.module-timeline-figure {
  margin-top: 2.5rem;
}
.module-timeline-swiper
, .module-timeline-content {
  position: relative;
  text-align: center;
}
.module-timeline-swiper
.row, .module-timeline-content .row {
  position: relative;
  z-index: 1;
}
.module-timeline-swiper
.wp-editor, .module-timeline-content .wp-editor {
  font-family: "Font Heading";
}
.module-timeline-swiper {
  position: relative;
}
.module-timeline-swiper:before {
  content: '';
  width: 100%;
  height: 3.125rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.module-timeline-swiper .swiper-slide {
  position: relative;
}
.module-timeline-swiper .swiper-slide:before {
  content: '';
  background-color: #e5e5e5;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 62.5rem;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 50%;
  left: -3.25rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.module-timeline-swiper .swiper-slide-wrapper {
  position: relative;
  padding: 0 1.25rem;
}
.module-timeline-swiper .swiper-slide-wrapper .wp-editor {
  padding-top: 1.25rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.module-timeline-swiper .swiper-slide-figure {
  border: 0.3125rem solid #64565b;
}
.module-timeline-swiper .swiper-container {
  padding: 6.25rem 1.25rem;
}
.module-timeline-swiper .swiper-button-next, .module-timeline-swiper .swiper-button-prev {
  top: 6.25rem !important;
  bottom: 6.25rem !important;
}
.module-timeline-swiper .separator {
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.module-timeline-content {
  padding-top: 1.25rem;
}
.module-timeline-item-wrapper {
  padding: 0 3.75rem;
}
.module-timeline-item-figure {
  border: 0.3125rem solid #64565b;
  margin-bottom: 0.625rem;
}
.module-timeline .module-button {
  padding-top: 2.5rem;
}
.module-timeline-svg {
  position: relative;
}
.module-timeline-svg svg {
  width: 100%;
  height: auto;
  fill: #FFFFFF;
}
.module-timeline-svg figcaption {
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.module-timeline-svg figcaption.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.module-timeline-svg figcaption span {
  display: block;
  cursor: crosshair;
  z-index: 2;
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 62.5rem;
}
.module-timeline-svg figcaption span:before {
  content: '';
  height: 90%;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 62.5rem;
}
.module-timeline-svg figcaption span:after {
  z-index: 2;
  visibility: hidden;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
  content: attr(title);
  font-size: 0.75rem;
  padding: 0.1875rem 0.25rem;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 62.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 70%);
  -moz-transform: translate(-50%, 70%);
  -ms-transform: translate(-50%, 70%);
  -o-transform: translate(-50%, 70%);
  transform: translate(-50%, 70%);
}
.module-timeline-svg figcaption span.secondary, .module-timeline-svg figcaption span.secondary:before {
  background-color: #fbb903;
}
.module-timeline-svg figcaption span.success, .module-timeline-svg figcaption span.success:before {
  background-color: #00975f;
}
.module-timeline-svg figcaption span.alert, .module-timeline-svg figcaption span.alert:before {
  background-color: #b23117;
}
.module-timeline-svg figcaption span.selected {
  z-index: 5;
}
.module-timeline-svg figcaption span.selected:before {
  background-color: #000 !important;
  -webkit-transform: translate(-50%, -50%) scale(3);
  -moz-transform: translate(-50%, -50%) scale(3);
  -ms-transform: translate(-50%, -50%) scale(3);
  -o-transform: translate(-50%, -50%) scale(3);
  transform: translate(-50%, -50%) scale(3);
}
.module-timeline-svg figcaption span.selected:after {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.module-timeline-map .columns {
  position: relative;
}
.module-timeline-selector {
  position: absolute;
  top: 0;
  right: 0.625rem;
  bottom: 25%;
  left: -0.625rem;
}
.module-timeline-selector > ul {
  height: 100%;
  overflow: hidden;
  flex-flow: column wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.module-timeline-selector > ul > li {
  flex-flow: column wrap;
  min-height: 2.125rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.module-timeline-selector > ul > li > a {
  background-color: #e5e5e5;
  padding: 0.5rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  align-items: center;
}
.module-timeline-selector > ul > li > a span {
  line-height: 1;
}
.module-timeline-selector > ul > li > a span.text {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.module-timeline-selector > ul > li > a .bullet {
  display: inline-block;
  margin-right: 0.75rem;
  height: 1.125rem;
  width: 1.125rem;
  border-radius: 0.25rem;
}
.module-timeline-selector > ul > li > a .bullet.secondary {
  background-color: #fbb903;
}
.module-timeline-selector > ul > li > a .bullet.success {
  background-color: #00975f;
}
.module-timeline-selector > ul > li > a .bullet.alert {
  background-color: #b23117;
}
.module-timeline-selector > ul > li > ul {
  max-height: 0;
  background-color: rgba(229, 229, 229, 0.65);
  overflow: hidden;
  -webkit-box-flex: 1 1 0px;
  -moz-box-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.module-timeline-selector > ul > li.active {
  -webkit-box-flex: 1 1 0px;
  -moz-box-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.module-timeline-selector > ul > li.active > ul {
  overflow: auto;
  max-height: 31.25rem;
}
.module-timeline-selector ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module-timeline-selector ul a {
  text-transform: uppercase;
  color: #564a4f;
}
.module-timeline-selector ul ul li:first-child {
  padding-top: 1.25rem;
}
.module-timeline-selector ul ul li:last-child {
  padding-bottom: 1.25rem;
}
.module-timeline-selector ul ul a {
  display: block;
  cursor: help;
  padding: 0.1875rem 1.25rem;
  font-size: 0.875rem;
}
.module-timeline-selector ul ul a.selected.secondary {
  background-color: #fbb903 !important;
}
.module-timeline-selector ul ul a.selected.success {
  color: #e5e5e5;
  background-color: #00975f !important;
}
.module-timeline-selector ul ul a.selected.alert {
  color: #e5e5e5;
  background-color: #b23117 !important;
}
.module-timeline .link-wrapper {
  margin-top: -1.875rem;
  margin-bottom: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 63.9375em) {
  .module-timeline-wrapper {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .module-timeline-figure {
    margin-top: 1.5625rem;
  }
  .module-timeline-swiper:before {
    height: 2.5rem;
  }
  .module-timeline-swiper .swiper-wrapper .wp-editor {
    padding-top: 1rem;
  }
  .module-timeline-swiper .swiper-slide:before {
    left: -3.1875rem;
  }
  .module-timeline-swiper .swiper-container {
    padding: 5rem 1.25rem;
  }
  .module-timeline-swiper .swiper-button-next, .module-timeline-swiper .swiper-button-prev {
    top: 5rem !important;
    bottom: 5rem !important;
  }
  .module-timeline .module-button {
    padding-top: 1.5625rem;
  }
  .module-timeline .link-wrapper {
    margin-top: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-timeline-wrapper {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .module-timeline-figure {
    margin-top: 1rem;
  }
  .module-timeline-swiper:before {
    height: 1.875rem;
  }
  .module-timeline-swiper .swiper-wrapper .wp-editor {
    padding-top: 0.625rem;
  }
  .module-timeline-swiper .swiper-container {
    padding: 3.75rem 1.25rem;
  }
  .module-timeline-swiper .swiper-button-next, .module-timeline-swiper .swiper-button-prev {
    top: 3.75rem !important;
    bottom: 3.75rem !important;
  }
  .module-timeline .module-button {
    padding-top: 1rem;
  }
  .module-timeline-selector {
    position: static;
    width: 100%;
    padding-top: 1.25rem;
  }
  .module-timeline-selector > ul > li {
    width: 100%;
  }
  .module-timeline-selector > ul > li.active {
    max-height: none;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .module-timeline-selector > ul > li > ul {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 29.9375em) {
  .module-timeline-swiper .swiper-slide:before {
    display: none;
  }
  .module-timeline-swiper .swiper-button-next, .module-timeline-swiper .swiper-button-prev {
    display: none !important;
  }
}

.module-icons-wrapper {
  padding-top: 2.5rem;
  position: relative;
  overflow: hidden;
}
.module-icons-title {
  font-weight: 500;
  padding-bottom: 1.25rem;
}
.module-icons-item {
  height: 100%;
  flex-flow: column;
  padding: 1.25rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.module-icons-items {
  text-align: center;
}
.module-icons-items .row > * .module-icons-item-figure:after {
  content: '';
  z-index: 0;
  width: 90%;
  height: 0.625rem;
  background-color: #afa5a9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.module-icons-items .row > * .module-icons-item-figure:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.module-icons-items .row > *:last-child .module-icons-item-figure:after {
  display: none;
}
.module-icons-items .row > *:first-child .module-icons-item-content:before {
  content: '';
  z-index: 0;
  height: 100%;
  background-color: #fbb903;
  position: absolute;
  right: -187.5rem;
  left: -187.5rem;
}
.module-icons-item-content {
  padding: 1.25rem 0;
  margin: 1.25rem 0 0;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.module-icons-item-content .wp-editor {
  position: relative;
  z-index: 2;
  padding-top: 2.5rem;
  line-height: 1.2;
}
.module-icons-item-figure {
  position: relative;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.module-icons-item-figure figcaption {
  display: none;
}
.module-icons-item-figure.circle {
  border-radius: 62.5rem;
}
.module-icons-item-figure.circle:before {
  background-color: #b23117;
  border: 0.625rem solid #afa5a9;
  border-radius: 62.5rem;
}
.module-icons-item-figure.hexagon:before {
  background-color: #00a0ae;
  border: 0.625rem solid #afa5a9;
}
.module-icons-item-figure.hexagon figcaption {
  overflow: hidden;
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.module-icons-item-figure.hexagon figcaption:before
, .module-icons-item-figure.hexagon figcaption:after
, .module-icons-item-figure.hexagon figcaption div:before
, .module-icons-item-figure.hexagon figcaption div:after {
  content: '';
  background-color: #e5e5e5;
  border: 0.625rem solid #afa5a9;
  height: 50%;
  width: 50%;
}
.module-icons-item-figure.hexagon figcaption:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg) translate(-70%, 0%);
  -moz-transform: rotate(45deg) translate(-70%, 0%);
  -ms-transform: rotate(45deg) translate(-70%, 0%);
  -o-transform: rotate(45deg) translate(-70%, 0%);
  transform: rotate(45deg) translate(-70%, 0%);
}
.module-icons-item-figure.hexagon figcaption:after {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(45deg) translate(0%, -70%);
  -moz-transform: rotate(45deg) translate(0%, -70%);
  -ms-transform: rotate(45deg) translate(0%, -70%);
  -o-transform: rotate(45deg) translate(0%, -70%);
  transform: rotate(45deg) translate(0%, -70%);
}
.module-icons-item-figure.hexagon figcaption div:before {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg) translate(0%, 70%);
  -moz-transform: rotate(45deg) translate(0%, 70%);
  -ms-transform: rotate(45deg) translate(0%, 70%);
  -o-transform: rotate(45deg) translate(0%, 70%);
  transform: rotate(45deg) translate(0%, 70%);
}
.module-icons-item-figure.hexagon figcaption div:after {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg) translate(70%, 0%);
  -moz-transform: rotate(45deg) translate(70%, 0%);
  -ms-transform: rotate(45deg) translate(70%, 0%);
  -o-transform: rotate(45deg) translate(70%, 0%);
  transform: rotate(45deg) translate(70%, 0%);
}
.module-icons-item-figure.square {
  border-radius: 2.5rem;
}
.module-icons-item-figure.square:before {
  background-color: #fbb903;
  border: 0.625rem solid #afa5a9;
  border-radius: 2.5rem;
}
.module-icons-item-figure img {
  position: relative;
  z-index: 3;
  -webkit-transform: translateY(2.5%) scale(0.9);
  -moz-transform: translateY(2.5%) scale(0.9);
  -ms-transform: translateY(2.5%) scale(0.9);
  -o-transform: translateY(2.5%) scale(0.9);
  transform: translateY(2.5%) scale(0.9);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (max-width: 39.9375em) {
  .module-icons-wrapper {
    padding-top: 2.5rem;
  }
  .module-icons-title {
    padding-bottom: 0;
  }
  .module-icons-item {
    padding: 0;
  }
  .module-icons-items {
    text-align: center;
  }
  .module-icons-items .row > * .module-icons-item-figure:after {
    display: none;
  }
  .module-icons-items .row > *:first-child .module-icons-item-content:before {
    display: none;
  }
  .module-icons-item-content {
    background-color: #fbb903;
    margin: 0 -0.625rem;
    padding: 1.25rem;
  }
  .module-icons-item-content .wp-editor {
    padding: 0;
  }
  .module-icons-item-figure {
    margin: 2.5rem 3.75rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-icons-wrapper {
    padding-top: 1.875rem;
  }
  .module-icons-item-figure {
    margin: 1.875rem 2.5rem;
  }
}

.module-claims {
  text-align: center;
}
.module-claims-wrapper {
  padding-top: 1.875rem;
}
.module-claims .wp-editor {
  padding: 1.875rem 0;
}
.module-claims .wp-editor h1, .module-claims .wp-editor h2, .module-claims .wp-editor h3, .module-claims .wp-editor h4, .module-claims .wp-editor h5, .module-claims .wp-editor h6 {
  font-weight: 500;
  color: #b23117;
}
.module-claims .row > :nth-child(4n+1) .wp-editor h1, .module-claims .row > :nth-child(4n+1) .wp-editor h2, .module-claims .row > :nth-child(4n+1) .wp-editor h3, .module-claims .row > :nth-child(4n+1) .wp-editor h4, .module-claims .row > :nth-child(4n+1) .wp-editor h5, .module-claims .row > :nth-child(4n+1) .wp-editor h6 {
  color: #00975f;
}
.module-claims .row > :nth-child(4n+2) .wp-editor h1, .module-claims .row > :nth-child(4n+2) .wp-editor h2, .module-claims .row > :nth-child(4n+2) .wp-editor h3, .module-claims .row > :nth-child(4n+2) .wp-editor h4, .module-claims .row > :nth-child(4n+2) .wp-editor h5, .module-claims .row > :nth-child(4n+2) .wp-editor h6 {
  color: #fbb903;
}
.module-claims .row > :nth-child(4n+3) .wp-editor h1, .module-claims .row > :nth-child(4n+3) .wp-editor h2, .module-claims .row > :nth-child(4n+3) .wp-editor h3, .module-claims .row > :nth-child(4n+3) .wp-editor h4, .module-claims .row > :nth-child(4n+3) .wp-editor h5, .module-claims .row > :nth-child(4n+3) .wp-editor h6 {
  color: #00a0ae;
}
.module-claims-highlight {
  margin-top: 1.875rem;
}
.module-claims-highlight .wp-editor {
  font-family: "Font Heading";
  text-transform: uppercase;
}
.module-claims-highlight .wp-editor strong {
  font-weight: 500;
}
.module-claims .separator {
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 63.9375em) {
  .module-claims-wrapper {
    padding-top: 1.25rem;
  }
  .module-claims .wp-editor {
    padding: 1.25rem 0;
  }
  .module-claims-highlight {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-claims-wrapper {
    padding-top: 1rem;
  }
  .module-claims .wp-editor {
    padding: 1rem 0;
  }
  .module-claims-highlight {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 29.9375em) {
  .module-claims-wrapper {
    padding-top: 0.625rem;
  }
  .module-claims .wp-editor {
    padding: 0.625rem 0;
  }
  .module-claims-highlight {
    margin-top: 0.625rem;
  }
}

.module-navigation {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.module-navigation .row {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.module-navigation .row .columns {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.module-navigation .button {
  border-width: 0.0625rem;
  padding: 0.5rem 0.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.module-navigation .button-no-icon .text {
  width: 100%;
}
.module-navigation .button .text {
  padding: 0 0.3125rem;
}
@media screen and (max-width: 39.9375em) {
  .module-navigation .button {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .module-navigation .button .icon {
    display: none;
  }
}
@media screen and (max-width: 30em) {
  .module-navigation .button-no-icon .text {
    display: block;
  }
  .module-navigation .button .text {
    display: none;
  }
  .module-navigation .button .icon {
    display: block;
  }
}

.module-columns {
  overflow: hidden;
  text-align: center;
}
.module-columns-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.module-columns.module-primary .wp-editor {
  color: #e5e5e5;
}
.module-columns .wp-editor {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.module-columns .wp-editor > * {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 63.9375em) {
  .module-columns-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .module-columns .wp-editor {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .module-columns .wp-editor > * {
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-columns-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .module-columns-wrapper > .row > :first-child {
    padding-bottom: 1.5625rem;
  }
  .module-columns .wp-editor {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .module-columns .wp-editor > * {
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 29.9375em) {
  .module-columns-wrapper {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .module-columns-wrapper > .row > :first-child {
    padding-bottom: 1.25rem;
  }
  .module-columns .wp-editor {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .module-columns .wp-editor > * {
    margin-bottom: 1.25rem;
  }
}

.module-swiper.no-padding .module-swiper-wrapper {
  padding-top: 0 !important;
}
.module-swiper-wrapper {
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}
.module-swiper-title {
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}
.module-swiper-subtitle {
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}
.module-swiper-items .separator {
  margin: 0.3125rem 0;
}
.module-swiper .swiper-control {
  text-align: center;
  padding: 1rem;
}
.module-swiper .swiper-control-bullet {
  cursor: pointer;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.module-swiper .swiper-control-bullet img {
  -webkit-transform: scale(0.92);
  -moz-transform: scale(0.92);
  -ms-transform: scale(0.92);
  -o-transform: scale(0.92);
  transform: scale(0.92);
}
.no-touchevents .module-swiper .swiper-control-bullet:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.module-swiper .swiper-slide {
  position: relative;
}
.module-swiper .swiper-slide-content {
  z-index: 2;
  text-align: center;
  flex-flow: column nowrap;
  color: #e5e5e5;
  padding-top: 3.75rem;
  position: absolute;
  top: 0;
  right: 60%;
  bottom: 0;
  left: 2.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.module-swiper .swiper-slide-content .wp-editor {
  color: #e5e5e5;
}
.module-swiper .swiper-button-next
, .module-swiper .swiper-button-prev {
  top: 0 !important;
  bottom: 0 !important;
  width: 1.875rem !important;
}
@media screen and (max-width: 63.9375em) {
  .module-swiper-wrapper {
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
  }
  .module-swiper-title {
    padding-top: 1.875rem;
    padding-bottom: 1rem;
  }
  .module-swiper .swiper-slide-title {
    font-size: 1.875rem;
  }
  .module-swiper .swiper-slide-content {
    padding-top: 2.5rem;
    position: absolute;
    top: 0;
    right: 60%;
    bottom: 0;
    left: 1.875rem;
  }
  .module-swiper .swiper-slide-content .wp-editor {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-swiper-wrapper {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
  .module-swiper-title {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }
  .module-swiper-subtitle {
    padding-top: 1.5625rem;
    padding-bottom: 1rem;
  }
  .module-swiper .swiper-control {
    padding: 0.625rem;
  }
  .module-swiper .swiper-container .swiper-button-next
  , .module-swiper .swiper-container .swiper-button-prev {
    display: none;
  }
  .module-swiper .swiper-slide-figure {
    display: none;
  }
  .module-swiper .swiper-slide-title {
    font-size: 1.625rem;
  }
  .module-swiper .swiper-slide-content {
    text-align: left;
    position: static;
    background-color: #000;
    background-image: url("../images/css/black-background.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 1.25rem;
  }
  .module-swiper .swiper-slide-content .wp-editor {
    font-size: 1.125rem;
    padding-bottom: 1.25rem;
  }
  .module-swiper .swiper-slide-content .module-button .button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 29.9375em) {
  .module-swiper-wrapper {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .module-swiper-title {
    padding-top: 1rem;
  }
  .module-swiper-subtitle {
    padding-top: 1rem;
    padding-bottom: 0.625rem;
  }
  .module-swiper .swiper-slide-title {
    font-size: 1.5rem;
  }
  .module-swiper .swiper-slide-content {
    padding: 0.9375rem;
  }
  .module-swiper .swiper-slide-content .wp-editor {
    font-size: 1rem;
  }
  .module-swiper .swiper-slide-content .module-button .button {
    font-size: 0.9375rem;
  }
}

.module-sheet-wrapper {
  position: relative;
}
.module-sheet-up {
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/css/black-background.jpg");
  background-size: cover;
  height: 26.25rem;
}
.module-sheet-up > .row {
  height: 100%;
}
.module-sheet-up > .row > .columns {
  flex-flow: column;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.module-sheet-up .module-navigation {
  width: 80%;
  padding-bottom: 1.875rem;
}
.module-sheet.bodegon .module-sheet-figure {
  top: 9.375rem;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.module-sheet-down .separator {
  margin-top: 0.3125rem;
}
.module-sheet-down-wrapper {
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}
.module-sheet-figure {
  position: absolute;
  top: 5rem;
  bottom: 0;
}
.module-sheet-figure img {
  height: 100%;
  max-width: none;
}
.module-sheet-highlight {
  color: #e5e5e5;
  padding-bottom: 3.75rem;
  margin-bottom: 0;
}
.module-sheet-title {
  padding-bottom: 1.25rem;
}
.module-sheet-data {
  padding: 0.625rem 0 0;
  margin-bottom: 0.3125rem;
}
.module-sheet-data-wrapper {
  height: 100%;
  position: relative;
  padding: 0.625rem 1.875rem 1.25rem;
  border-left: 0.125rem solid #64565b;
}
.module-sheet-data .columns:first-child .module-sheet-data-wrapper {
  border-left: none;
}
.module-sheet-data .wp-editor {
  padding-top: 1.25rem;
}
.module-sheet-data-big {
  font-size: 6.875rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Font Heading";
}
.module-sheet-data-big + .wp-editor {
  padding-top: 0.625rem;
}
.module-sheet-data-url {
  margin-top: 0.625rem;
  padding: 0.625rem;
  font-size: 1.875rem;
  background-color: rgba(0, 0, 0, 0.2);
  line-height: 1;
}
.module-sheet-data-url a {
  display: block;
  color: #64565b;
  line-height: 1;
}
.no-touchevents .module-sheet-data-url a:hover {
  color: #00a0ae;
}
@media screen and (max-width: 63.9375em) {
  .module-sheet.bodegon .module-sheet-figure {
    top: 8.125rem;
    -webkit-transform: translateX(-35%);
    -moz-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    -o-transform: translateX(-35%);
    transform: translateX(-35%);
  }
  .module-sheet-highlight {
    padding-bottom: 2.5rem;
  }
  .module-sheet-up {
    height: 20.625rem;
  }
  .module-sheet-up .module-navigation {
    width: 100%;
  }
  .module-sheet-figure {
    top: 6.25rem;
  }
  .module-sheet-data-wrapper {
    padding: 0.625rem 0 0.625rem;
    border-top: 0.0625rem solid #64565b;
    border-left: none;
  }
  .module-sheet-data .columns:first-child .module-sheet-data-wrapper {
    border-top: none;
  }
  .module-sheet-data .wp-editor {
    padding-top: 1rem;
  }
  .module-sheet-data-big {
    font-size: 5.625rem;
  }
  .module-sheet-data-url {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-sheet.bodegon .module-sheet-figure {
    position: static;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .module-sheet-figure {
    position: static;
    text-align: center;
    padding-top: 1.875rem;
    padding-bottom: 0;
  }
  .module-sheet-figure img {
    height: auto;
    width: auto;
    max-width: 30%;
    max-height: 18.75rem;
  }
  .module-sheet-highlight {
    padding-bottom: 1.25rem;
    height: auto;
    color: #64565b;
    font-size: 1.625rem;
  }
  .module-sheet-up {
    height: auto;
  }
  .module-sheet-up > .row > .columns {
    flex-flow: column nowrap;
  }
  .module-sheet-down-wrapper {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .module-sheet-down .module-navigation {
    padding-top: 1.25rem;
  }
  .module-sheet-data .wp-editor {
    padding-top: 0;
  }
  .module-sheet-data-big {
    text-align: left;
    font-size: 3.75rem;
    margin-top: -0.5rem;
  }
  .module-sheet-data-url {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 29.9375em) {
  .module-sheet-highlight {
    font-size: 1.25rem;
  }
}

.module-axes:not(.single) .module-axes-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.module-axes:not(.single) .module-axes-item {
  padding-top: 0.9375rem;
  font-family: "Font Heading";
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.2;
}
.module-axes:not(.single) .module-axes-items {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.module-axes:not(.single) .wp-editor > * {
  margin-bottom: 1.875rem;
}
.module-axes:not(.single) .wp-editor strong {
  font-weight: 500;
  font-family: "Font Heading";
}
.module-axes-subitems {
  margin-top: 0.625rem;
}
.module-axes-subitems > .row {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.module-axes-subitems .module-button {
  text-align: left;
  padding-top: 0.9375rem;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.module-axes.single .module-axes-item {
  padding: 1.875rem 0.9375rem;
}
.module-axes.single .module-axes-item:nth-child(odd) {
  background-color: #e5e5e5;
}
.module-axes.single .module-axes-item .module-title {
  text-transform: none;
  margin-top: 0.3125rem;
  font-family: "Font Heading";
}
.module-axes.single .module-axes-subitems {
  margin-top: 0.75rem;
  padding: 0.9375rem 1.5625rem;
  background-color: #FFFFFF;
}
.module-axes.single .module-axes-subitems > .row {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.module-axes.single .module-axes-subitems .module-title {
  margin-top: 0.3125rem;
  padding-bottom: 1rem;
}
.module-axes.single .module-axes-subitems .wp-editor {
  font-size: 1rem;
}
.module-axes-item .icon {
  display: block;
}
.module-axes .separator:last-child {
  margin-bottom: 0.3125rem;
}
.module-axes [data-href] {
  cursor: pointer;
}
.no-touchevents .module-axes [data-href]:hover {
  color: #000;
}
.no-touchevents .module-axes [data-href]:hover .icon {
  fill: #FFFFFF !important;
}
.no-touchevents .module-axes [data-href]:hover .icon [class^="fill-"], .no-touchevents .module-axes [data-href]:hover .icon [class*=" fill-"] {
  fill: #FFFFFF !important;
}
.no-touchevents .module-axes [data-href]:hover .icon:after {
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 63.9375em) {
  .module-axes:not(.single) .module-axes-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .module-axes:not(.single) .module-axes-item {
    font-size: 1.25rem;
  }
  .module-axes:not(.single) .module-axes-items {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  .module-axes:not(.single) .module-axes-item .icon {
    height: 7.5rem;
    width: 7.5rem;
  }
  .module-axes:not(.single) .wp-editor > * {
    margin-bottom: 1.25rem;
  }
  .module-axes.single .module-axes-item {
    padding: 1.25rem 0.75rem;
  }
  .module-axes.single .module-axes-item .icon {
    height: 7.5rem;
    width: 7.5rem;
  }
  .module-axes.single .module-axes-subitems {
    margin-top: 0.625rem;
    padding: 0.625rem 1.25rem;
  }
  .module-axes.single .module-axes-subitems .icon {
    height: 3.75rem;
    width: 3.75rem;
  }
  .module-axes.single .module-axes-subitems .module-title {
    padding-bottom: 0.75rem;
  }
  .module-axes.single .module-axes-subitems .wp-editor {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-axes:not(.single) .module-axes-wrapper {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  .module-axes:not(.single) .module-axes-item {
    font-size: 1rem;
  }
  .module-axes:not(.single) .module-axes-items {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .module-axes:not(.single) .module-axes-item .icon {
    height: 5rem;
    width: 5rem;
  }
  .module-axes:not(.single) .wp-editor > * {
    margin-bottom: 1rem;
  }
  .module-axes.single .module-axes-item {
    padding: 1rem 0.625rem;
  }
  .module-axes.single .module-axes-item .icon {
    height: 3.75rem;
    width: 3.75rem;
  }
  .module-axes.single .module-axes-subitems {
    padding: 0.3125rem 0.46875rem;
  }
  .module-axes.single .module-axes-subitems .icon {
    height: 2.25rem;
    width: 2.25rem;
  }
  .module-axes.single .module-axes-subitems > .row {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .module-axes.single .module-axes-subitems .module-title {
    padding-bottom: 0.625rem;
  }
  .module-axes.single .module-axes-subitems .wp-editor {
    font-size: 0.75rem;
  }
}

.module-single {
  overflow: hidden;
}
.module-single-comunication .module-single-wrapper {
  padding-bottom: 0 !important;
}
.module-single-comunication .wp-editor {
  line-height: 1.3;
}
.module-single-comunication .row-editor {
  flex-flow: row-reverse wrap;
}
.module-single-comunication .row-editor .wp-editor blockquote {
  padding-left: 0.625rem;
}
.module-single-comunication .row-editor > :first-child .wp-editor {
  padding-bottom: 1.5625rem;
}
.module-single-full {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 2.5rem;
}
.module-single-full .module-single-figure {
  margin-bottom: 0 !important;
}
.module-single-wrapper {
  padding-bottom: 3.75rem;
}
.module-single-figure {
  margin-bottom: 2.5rem;
}
.module-single-subtitle {
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 63.9375em) {
  .module-single .separator {
    display: none;
  }
  .module-single-wrapper {
    padding-bottom: 2.5rem;
  }
  .module-single-figure {
    margin-bottom: 1.5625rem;
  }
  .module-single-full {
    margin-bottom: 1.5625rem;
  }
  .module-single-comunication .row-editor > :first-child .wp-editor {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-single-wrapper {
    padding-bottom: 1.5625rem;
  }
  .module-single-figure {
    margin-bottom: 1rem;
  }
  .module-single-full {
    margin-bottom: 1rem;
  }
  .module-single-comunication .row-editor {
    flex-flow: row wrap;
  }
  .module-single-comunication .row-editor .wp-editor blockquote {
    padding-left: 0;
    padding-bottom: 1rem;
  }
  .module-single-comunication .row-editor > :first-child .wp-editor {
    padding-bottom: 1rem;
  }
}

.module-contact {
  overflow: hidden;
}
.module-contact address {
  font-family: "Font Heading";
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.3;
  font-style: normal;
  display: block;
}
.module-contact address strong {
  color: #64565b;
}
.module-contact address a {
  color: #64565b;
}
.no-touchevents .module-contact address a:hover {
  color: #00a0ae;
}
.module-contact-figure
, .module-contact-content {
  margin-bottom: 2.5rem;
}
.module-contact-address {
  padding: 1.25rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.module-contact-address-item {
  height: 100%;
  flex-flow: column;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.module-contact-address-item address {
  padding-bottom: 1.875rem;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.module-contact-address-item address strong {
  display: block;
  height: 4.125rem;
  line-height: 1.2;
}
.module-contact-address-item .map {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.module-contact-addresses {
  padding: 2.5rem 0 0;
}
.module-contact-addresses address {
  color: #afa5a9;
  padding-bottom: 1.875rem;
  font-size: 1.25rem;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.module-contact-addresses address a {
  color: #afa5a9;
}
.module-contact-addresses .columns {
  overflow: hidden;
}
.module-contact-addresses-item {
  height: 100%;
  flex-flow: column;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.module-contact-addresses-item h4 {
  height: 3rem;
  line-height: 1.2;
}
.module-contact-addresses-item .map {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.module-contact-legal {
  padding-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: normal;
}
.module-contact-legal > * {
  margin-bottom: 0 !important;
  margin-top: 0.625rem !important;
}
.module-contact-legal > *:first-child {
  margin-top: 0 !important;
}
.module-contact-form {
  font-size: 1rem;
  font-weight: bold;
}
.module-contact-form .module-button {
  padding: 3.75rem 0 1.25rem;
}
.module-contact-form p {
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.module-contact-form .input-fake {
  position: relative;
}
.module-contact-form .input-fake .button {
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1rem;
}
.module-contact-form .select-fake {
  position: relative;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  height: 2.9375rem;
}
.module-contact-form .select-fake:hover
, .module-contact-form .select-fake:focus {
  border-color: #00a0ae;
}
.module-contact-form .select-fake select {
  border: 0 !important;
  margin-bottom: 0;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.module-contact-form .is-invalid-input + label {
  color: #b23117;
}
.module-contact-form .is-invalid-input + label .input-fake {
  border-color: #b23117;
  background-color: #f7eae8;
}
.module-contact-form .is-invalid-input + label .input-fake .button {
  background-color: #b23117;
  border-color: #b23117;
  color: #FFFFFF;
}
.module-contact-form .is-invalid-label .select-fake {
  border-color: #b23117;
  background-color: #f7eae8;
}
.module-contact-form .is-invalid-label .select-fake + .form-error {
  display: block;
}
.module-contact-form label {
  overflow: hidden;
  font-family: "Font Heading";
}
.module-contact-form label input, .module-contact-form label textarea, .module-contact-form label .input-fake, .module-contact-form label .select-fake {
  outline: none;
  resize: none;
  font-weight: normal;
  font-family: "Font Main";
  margin: 0.75rem 0 1.875rem;
  border-radius: 0;
}
.module-contact-form label textarea {
  height: 9.375rem;
}
.module-contact-form .form-error {
  margin: 0;
  -webkit-transform: translateY(-175%);
  -moz-transform: translateY(-175%);
  -ms-transform: translateY(-175%);
  -o-transform: translateY(-175%);
  transform: translateY(-175%);
}
.module-contact-form .checkbox {
  position: relative;
  margin: 0.75rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.module-contact-form .checkbox input {
  position: relative;
  z-index: 3;
  margin: 0 0.625rem 0 0;
  cursor: pointer !important;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.module-contact-form .checkbox input:checked + label:before {
  background-color: #00a0ae;
}
.module-contact-form .checkbox label {
  font-size: inherit;
  font-family: "Font Main";
  line-height: 1.2;
  cursor: pointer !important;
  padding-top: 0.125rem;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.module-contact-form .checkbox label:before, .module-contact-form .checkbox label:after {
  content: '';
}
.module-contact-form .checkbox label:before {
  z-index: 1;
  background-color: #FFFFFF;
  height: 0.75rem;
  width: 0.75rem;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
.module-contact-form .checkbox label:after {
  z-index: 0;
  background-color: #FFFFFF;
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
}
.module-contact-fieldset {
  padding: 2.5rem;
}
@media screen and (max-width: 63.9375em) {
  .module-contact-figure, .module-contact-content {
    margin-bottom: 1.875rem;
  }
  .module-contact-legal {
    padding-top: 1rem;
    font-size: 0.8125rem;
  }
  .module-contact-address {
    flex-flow: column;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .module-contact-address-item {
    font-size: 1.375rem;
  }
  .module-contact-address-item address {
    padding-bottom: 1.25rem;
  }
  .module-contact-addresses-item {
    padding-bottom: 1.875rem;
  }
  .module-contact-addresses-item .button {
    font-size: 1rem;
  }
  .module-contact-addresses address {
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .module-contact-form {
    font-size: 0.9375rem;
  }
  .module-contact-form label {
    font-size: 1.125rem;
  }
  .module-contact-form .module-button {
    padding: 2.5rem 0 1.25rem;
  }
  .module-contact-form p {
    margin-bottom: 0.3125rem;
    margin-top: 1rem;
  }
  .module-contact-fieldset {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-contact-figure, .module-contact-content {
    margin-bottom: 1.25rem;
  }
  .module-contact address {
    font-size: 1.25rem;
  }
  .module-contact-legal {
    padding-top: 0.625rem;
    font-size: 0.6875rem;
  }
  .module-contact-legal > * {
    margin-top: 0.5rem;
  }
  .module-contact-address {
    padding: 0.625rem 1.25rem;
  }
  .module-contact-address-item {
    text-align: center;
    padding: 0.625rem 0;
  }
  .module-contact-address-item address {
    font-size: 1.125rem;
  }
  .module-contact-address-item address strong {
    height: auto;
  }
  .module-contact-address-item address .button {
    font-size: 1rem;
  }
  .module-contact-addresses {
    padding: 1.875rem 0 0.625rem;
  }
  .module-contact-addresses-item {
    text-align: center;
    padding-bottom: 1.25rem;
  }
  .module-contact-addresses-item h4 {
    height: auto;
  }
  .module-contact-addresses-item address {
    font-size: 1.125rem;
  }
  .module-contact-form {
    font-size: 0.8125rem;
  }
  .module-contact-form .module-button {
    padding: 1.25rem 0;
  }
  .module-contact-form label {
    font-size: 1rem;
  }
  .module-contact-form label input, .module-contact-form label textarea {
    margin: 0.625rem 0 1.25rem;
  }
  .module-contact-fieldset {
    padding: 1.25rem;
  }
}

.module-history-press .module-history-wrapper {
  padding-top: 0 !important;
}
.module-history-press .module-history-content {
  text-align: left;
}
.module-history-press .module-history-item {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.module-history-press .module-history-item-figure {
  border: none !important;
}
.module-history-press .module-history-item .wp-editor {
  font-family: "Font Main";
}
.module-history-press .module-history-item .wp-editor > * {
  line-height: 1.5;
}
.module-history-press .module-history-item .module-button {
  padding-top: 1.875rem;
}
.module-history-press .module-history-item .module-button .button {
  margin: 0 0.625rem;
}
.module-history-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.module-history-content {
  position: relative;
  text-align: center;
}
.module-history-content > .row > :nth-child(odd) .module-history-item {
  padding-right: 1.875rem;
}
.module-history-content > .row > :nth-child(even) .module-history-item {
  padding-left: 1.875rem;
}
.module-history-item-figure {
  border: 0.3125rem solid #64565b;
  margin-bottom: 1.875rem;
}
.module-history-item-figure[data-toggle] {
  cursor: pointer !important;
}
.no-touchevents .module-history-item-figure[data-toggle]:hover {
  border-color: #00a0ae;
}
.module-history-item-title {
  padding-bottom: 1.25rem;
}
.module-history .wp-editor {
  font-family: "Font Heading";
}
@media screen and (max-width: 63.9375em) {
  .module-history-press .module-history-item .module-button {
    padding-top: 1.5625rem;
  }
  .module-history-press .module-history-item .module-button .button {
    font-size: 0.8125rem;
  }
  .module-history-wrapper {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .module-history-content > .row > :nth-child(odd) .module-history-item {
    padding-right: 0;
  }
  .module-history-content > .row > :nth-child(even) .module-history-item {
    padding-left: 0;
  }
  .module-history-item-figure {
    margin-bottom: 1.5625rem;
  }
  .module-history-item-title {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-history-press .module-history-item .module-button {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .module-history-press .module-history-item .module-button .button {
    font-size: 0.75rem;
    margin: 0 0.3125rem;
  }
  .module-history-wrapper {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .module-history-content > .row > :last-child .module-history-item {
    padding-bottom: 0;
  }
  .module-history-item {
    padding-bottom: 1rem;
  }
  .module-history-item-figure {
    margin-bottom: 1rem;
  }
  .module-history-item-title {
    padding-bottom: 0.625rem;
  }
}

.module-portfolio {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.module-portfolio-wrapper {
  padding-top: 3.75rem;
}
.module-portfolio .separator {
  margin-bottom: 0.3125rem;
  margin-top: 0.3125rem;
}
.no-touchevents .module-portfolio-item:hover .module-mosaic-image-bg, .no-touchevents .module-portfolio-item:hover .module-portfolio-image-bg {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.module-portfolio-items .wp-editor {
  color: #FFFFFF;
  padding: 0 2.5rem 2.5rem;
}
.module-portfolio-content {
  border: 1.25rem solid rgba(251, 185, 3, 0.7);
}
.module-portfolio-content-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
}
.module-portfolio-image {
  background-color: #FFFFFF;
}
.module-portfolio-image-bg {
  top: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
}
.module-portfolio-image img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.module-portfolio .image-overlay[data-href] {
  cursor: pointer !important;
}
.module-portfolio .image-overlay .module-portfolio-content {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.module-portfolio .image-overlay .module-portfolio-content-wrapper {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.module-portfolio .image-overlay .module-portfolio-content-button {
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.625rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.module-portfolio .image-overlay .module-portfolio-content-button .button {
  padding: 0;
  font-size: 1.5rem;
  height: 2.25rem;
  width: 2.25rem;
}
.module-portfolio .image-overlay .module-portfolio-content-button .button:before {
  position: relative;
  content: '+';
}
.no-touchevents .module-portfolio .image-overlay .module-portfolio-content-button {
  display: none;
}
.module-portfolio .image-overlay .module-portfolio-content .wp-editor {
  color: #64565b;
  font-size: 1rem;
  padding: 1.25rem;
  font-family: "Font Heading";
  flex-flow: column;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.module-portfolio .image-overlay .module-portfolio-content .wp-editor > * {
  font-weight: bold;
}
.module-portfolio .image-overlay .module-portfolio-content .wp-editor > *:first-child {
  text-transform: uppercase;
  margin-bottom: 0;
}
.module-portfolio .image-overlay.active .module-portfolio-content {
  opacity: 1;
  filter: alpha(opacity=100);
}
.no-touchevents .module-portfolio .image-overlay:hover .module-portfolio-content, .module-portfolio .image-overlay.selected .module-portfolio-content {
  opacity: 1;
  filter: alpha(opacity=100);
}
.no-touchevents .module-portfolio .image-overlay:hover .module-portfolio-content-wrapper, .module-portfolio .image-overlay.selected .module-portfolio-content-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
}
.no-touchevents .module-portfolio .image-overlay:hover .module-portfolio-content-button .button:before, .module-portfolio .image-overlay.selected .module-portfolio-content-button .button:before {
  top: -1px;
  content: '\00d7';
}
.module-portfolio + .module-swiper {
  margin-top: -1.25rem;
}
@media screen and (max-width: 63.9375em) {
  .module-portfolio-wrapper {
    padding-top: 2.5rem;
  }
  .module-portfolio-items .wp-editor {
    color: #FFFFFF;
    padding: 0 1.875rem 1.875rem;
  }
  .module-portfolio .image-overlay .module-mosaic-content-button {
    padding: 0.625rem;
  }
  .module-portfolio .image-overlay .module-mosaic-content-button .button {
    font-size: 1.25rem;
    height: 1.875rem;
    width: 1.875rem;
  }
  .module-portfolio .image-overlay .module-mosaic-content .wp-editor, .module-portfolio .image-overlay .module-portfolio-content .wp-editor {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-portfolio-wrapper {
    padding-top: 1.875rem;
  }
  .module-portfolio-content {
    border-width: 1rem;
  }
  .module-portfolio-items .wp-editor {
    color: #FFFFFF;
    padding: 0 1.5625rem 1.5625rem;
  }
}
@media screen and (max-width: 29.9375em) {
  .module-portfolio-wrapper {
    padding-top: 1.5625rem;
  }
  .module-portfolio-content {
    border-width: 0.625rem;
  }
  .module-portfolio-items .wp-editor {
    color: #FFFFFF;
    padding: 0 1rem 1rem;
  }
  .module-portfolio .image-overlay .module-mosaic-content-button {
    padding: 0.1875rem;
  }
  .module-portfolio .image-overlay .module-mosaic-content-button .button {
    padding: 0;
    font-size: 1.125rem;
    height: 1.375rem;
    width: 1.375rem;
  }
  .module-portfolio .image-overlay .module-mosaic-content .wp-editor, .module-portfolio .image-overlay .module-portfolio-content .wp-editor {
    font-size: 1rem;
    padding: 0.375rem;
  }
}

.module-production-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 0.3125rem;
}
.module-production-map {
  position: relative;
  overflow: hidden;
  height: 22.5rem;
  margin-bottom: 1.25rem;
}
.module-production-map .hotspot {
  z-index: 6;
  cursor: pointer;
  height: 1.875rem;
  width: 1.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
}
.module-production-map .hotspot.secondary {
  -webkit-transform: translate(-1080%, 90%);
  -moz-transform: translate(-1080%, 90%);
  -ms-transform: translate(-1080%, 90%);
  -o-transform: translate(-1080%, 90%);
  transform: translate(-1080%, 90%);
}
.module-production-map .hotspot.secondary .hotspot-label:before {
  background-color: #fbb903;
}
.module-production-map .hotspot.success {
  -webkit-transform: translate(-60%, -210%);
  -moz-transform: translate(-60%, -210%);
  -ms-transform: translate(-60%, -210%);
  -o-transform: translate(-60%, -210%);
  transform: translate(-60%, -210%);
}
.module-production-map .hotspot.success .hotspot-label:before {
  background-color: #00975f;
}
.module-production-map .hotspot.info {
  -webkit-transform: translate(-220%, -370%);
  -moz-transform: translate(-220%, -370%);
  -ms-transform: translate(-220%, -370%);
  -o-transform: translate(-220%, -370%);
  transform: translate(-220%, -370%);
}
.module-production-map .hotspot.info .hotspot-label:before {
  background-color: #00315f;
}
.module-production-map .hotspot.lighter-gray {
  -webkit-transform: translate(-1440%, -90%);
  -moz-transform: translate(-1440%, -90%);
  -ms-transform: translate(-1440%, -90%);
  -o-transform: translate(-1440%, -90%);
  transform: translate(-1440%, -90%);
}
.module-production-map .hotspot.lighter-gray .hotspot-label:before {
  background-color: #e5e5e5;
}
.module-production-map .hotspot.alert {
  -webkit-transform: translate(-550%, -210%);
  -moz-transform: translate(-550%, -210%);
  -ms-transform: translate(-550%, -210%);
  -o-transform: translate(-550%, -210%);
  transform: translate(-550%, -210%);
}
[lang="en-US"] .module-production-map .hotspot.alert {
  -webkit-transform: translate(-490%, -200%);
  -moz-transform: translate(-490%, -200%);
  -ms-transform: translate(-490%, -200%);
  -o-transform: translate(-490%, -200%);
  transform: translate(-490%, -200%);
}
.module-production-map .hotspot.alert .hotspot-label {
  flex-flow: row-reverse nowrap;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.625rem;
}
.module-production-map .hotspot.alert .hotspot-label:before {
  margin-right: 0;
  margin-left: 0.625rem;
  background-color: #b23117;
}
.module-production-map .hotspot.alert .hotspot-label:after {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}
.module-production-map .hotspot-label {
  line-height: 1;
  flex-flow: row nowrap;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: transparent;
  padding: 0.3125rem 0.625rem 0.3125rem 0.3125rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 62.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.module-production-map .hotspot-label:before {
  content: '';
  z-index: 2;
  margin-right: 0.625rem;
  border: 0.125rem solid #FFFFFF;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 62.5rem;
}
.module-production-map .hotspot-label:after {
  content: '';
  z-index: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b23117+0,00a0ae+33,00975f+65,fbb903+100 */
  background: #b23117;
  /* Old browsers */
  background: -moz-linear-gradient(left, #b23117 0%, #00a0ae 33%, #00975f 65%, #fbb903 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b23117 0%, #00a0ae 33%, #00975f 65%, #fbb903 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b23117 0%, #00a0ae 33%, #00975f 65%, #fbb903 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23117', endColorstr='#fbb903',GradientType=1 );
  /* IE6-9 */
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 62.5rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: hotspotblend 0.5s ease-in infinite alternate;
  -moz-animation: hotspotblend 0.5s ease-in infinite alternate;
  animation: hotspotblend 0.5s ease-in infinite alternate;
}
.module-production-map .hotspot-label span {
  z-index: 2;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  filter: alpha(opacity=0);
}
.no-touchevents .module-production-map .hotspot:hover .hotspot-label {
  background-color: #64565b;
}
.no-touchevents .module-production-map .hotspot:hover .hotspot-label span {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.no-touchevents .module-production-map .hotspot:hover .hotspot-label:after {
  display: none;
}
.module-production-map > svg {
  fill: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%) scale(1.4);
  -moz-transform: translate(-50%, -45%) scale(1.4);
  -ms-transform: translate(-50%, -45%) scale(1.4);
  -o-transform: translate(-50%, -45%) scale(1.4);
  transform: translate(-50%, -45%) scale(1.4);
}
.module-production-mappy {
  margin-bottom: 1.25rem;
}
.module-production-mappy > svg {
  fill: white;
  width: 100%;
  height: auto;
}
.module-production-mappy > svg .selected {
  fill: #e5e5e5;
  cursor: pointer !important;
}
.no-touchevents .module-production-mappy > svg .selected:hover {
  fill: #00a0ae;
}
.module-production-mappy > svg .selected.active {
  fill: #afa5a9 !important;
}
.module-production-mappy-title {
  text-align: center;
  background-color: #e5e5e5;
  padding: 1.875rem 0.625rem;
}
.module-production-mappy-figure {
  text-align: center;
  padding: 0.625rem 3.125rem;
  border-bottom: 0.3125rem solid #e5e5e5;
}
.module-production-mappy-content {
  text-align: center;
  color: #afa5a9;
  padding: 1.25rem 0.9375rem;
  font-size: 1.25rem;
}
.module-production-mappy-content > h4 {
  font-weight: 500;
  font-size: inherit;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.module-production-mappy-content a {
  color: #afa5a9;
}
.no-touchevents .module-production-mappy-content a:hover {
  color: #00a0ae;
}
.module-production-mappy-content p {
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 63.9375em) {
  .module-production-wrapper {
    padding-top: 1.875rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-production-wrapper {
    padding-top: 1.25rem;
  }
  .module-production-map {
    display: none;
  }
  .module-production-mappy {
    margin-bottom: 0.625rem;
  }
  .module-production-mappy-figure {
    padding: 0.625rem 1.25rem;
    height: 9.375rem;
  }
  .module-production-mappy-content {
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 29.9375em) {
  .module-production-mappy-figure {
    height: 6.25rem;
  }
}

@keyframes hotspotblend {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
@-webkit-keyframes hotspotblend {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
.module-press {
  overflow: hidden;
}
.module-press-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.module-press-items {
  padding: 2.5rem 0;
  margin: 0 -0.625rem;
}
.module-press-items[data-fullmasonry].loading {
  max-height: 0.625rem;
  opacity: 0;
}
.module-press-items ~ .module-button {
  padding: 2.5rem 0 0;
}
.module-press-article {
  width: 25%;
}
.module-press-article-wrapper {
  padding: 0 0.625rem;
}
.module-press-article .module-title {
  padding: 1.25rem 0 1rem;
}
.module-press-article .module-button {
  padding: 1rem 0 0.625rem;
}
.module-press-article .module-button .button {
  padding: 0.375rem 0.625rem;
}
.module-press-article .wp-editor {
  font-size: 0.9375rem;
}
@media screen and (max-width: 63.9375em) {
  .module-press-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .module-press-items {
    padding: 1.875rem 0;
    margin: 0 -0.375rem;
  }
  .module-press-items ~ .module-button {
    padding: 1.875rem 0 0;
  }
  .module-press-items ~ .module-button .button {
    font-size: 0.8125rem;
  }
  .module-press-article {
    width: 33.33%;
  }
  .module-press-article-wrapper {
    padding: 0 0.375rem;
  }
  .module-press-article .wp-editor {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-press-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .module-press-items {
    padding: 1.25rem 0;
  }
  .module-press-items ~ .module-button {
    padding: 1.25rem 0 0;
  }
  .module-press-items ~ .module-button .button {
    font-size: 0.75rem;
  }
  .module-press-article {
    width: 50%;
  }
  .module-press-article .wp-editor {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 29.9375em) {
  .module-press-article {
    width: 100%;
  }
}

.module-comunication-wrapper {
  padding-bottom: 3.75rem;
}
.module-comunication-article {
  cursor: pointer;
  padding: 1.875rem 0.625rem;
}
.module-comunication-article-header {
  background-color: #afa5a9 !important;
  text-transform: uppercase;
}
.no-touchevents .module-comunication-article:hover .module-button a svg {
  fill: #000;
}
.no-touchevents .module-comunication-article:hover .module-button a svg * {
  fill: #000;
}
.module-comunication-article:nth-child(odd) {
  background-color: #FFFFFF;
}
.no-touchevents .module-comunication-article:nth-child(odd):hover {
  background-color: #f8f8f8;
}
.module-comunication-article:nth-child(even) {
  background-color: #e5e5e5;
}
.no-touchevents .module-comunication-article:nth-child(even):hover {
  background-color: #d8d8d8;
}
.module-comunication-article-title {
  padding-left: 1rem;
  font-weight: 500;
  padding-bottom: 0;
}
.module-comunication-article .module-button {
  text-align: center;
}
.module-comunication-article .module-button a svg {
  fill: #64565b;
}
.module-comunication-article .module-button a svg * {
  fill: #64565b;
}
.module-comunication-article .module-button .button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media screen and (max-width: 63.9375em) {
  .module-comunication-wrapper {
    padding-bottom: 2.5rem;
  }
  .module-comunication-article {
    padding: 1.25rem 0.625rem;
  }
  .module-comunication-article-title {
    padding-left: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-comunication-wrapper {
    padding-bottom: 1.875rem;
  }
  .module-comunication-article {
    padding: 1rem 0.625rem;
  }
  .module-comunication-article-header {
    display: none;
  }
  .module-comunication-article-job {
    text-align: center;
  }
  .module-comunication-article-job a {
    margin-top: 0.625rem;
  }
  .module-comunication-article-title {
    padding-bottom: 1rem;
  }
  .module-comunication-article .module-button {
    padding-top: 0.625rem;
  }
}

.module-filters {
  background-color: #c1b9bc;
  margin-bottom: 1.875rem;
  padding: 0.625rem;
}
.module-filters-title {
  text-transform: uppercase;
  font-family: "Font Main";
  font-weight: normal;
  padding-bottom: 0;
}
.module-filters-title:after {
  content: ':';
}
.module-filters-item {
  position: relative;
}
.module-filters-dropdown {
  display: block;
  border-top: none;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 8rem;
  opacity: 0;
  filter: alpha(opacity=0);
}
.module-filters-dropdown.is-open {
  opacity: 1;
  filter: alpha(opacity=100);
}
.module-filters-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module-filters-dropdown ul li {
  position: relative;
  cursor: pointer;
  line-height: 1;
  border-bottom: 0.0625rem solid #64565b;
}
.module-filters-dropdown ul li:last-child {
  border: none;
}
.module-filters-dropdown ul li input {
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0.625rem;
  opacity: 0;
  filter: alpha(opacity=0);
}
.module-filters-dropdown ul li input:checked + label {
  font-weight: bold;
}
.module-filters-dropdown ul li input:checked + label:before {
  border-color: #00a0ae !important;
}
.module-filters-dropdown ul li input:checked + label:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.module-filters-dropdown ul li input + label {
  font-weight: normal;
  vertical-align: middle;
  margin: 0;
  min-width: 100%;
  max-width: none;
  font-size: 0.9375rem;
  padding: 0.5rem 0.625rem 0.5rem 2.5rem;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.no-touchevents .module-filters-dropdown ul li input + label:hover:before {
  border-color: #000;
}
.module-filters-dropdown ul li input + label:before
, .module-filters-dropdown ul li input + label:after {
  content: '';
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.module-filters-dropdown ul li input + label:before {
  left: 0.625rem;
  border: 0.0625rem solid #64565b;
  height: 1.25rem;
  width: 1.25rem;
}
.module-filters-dropdown ul li input + label:after {
  background-color: #00a0ae;
  left: 0.9375rem;
  height: 0.625rem;
  width: 0.625rem;
  opacity: 0;
  filter: alpha(opacity=0);
}
.module-filters-button {
  width: 100%;
  text-transform: uppercase;
  flex-flow: row;
  text-align: left;
  cursor: pointer;
  background-color: #e5e5e5;
  border: 0.125rem solid #64565b;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.module-filters-button .text {
  padding: 0.5rem 0.625rem;
  -webkit-box-flex: 1 1 0px;
  -moz-box-flex: 1 1 0px;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.module-filters-button .arrow {
  border-left: 0.125rem solid #64565b;
  padding: 0.5rem 0.625rem;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.module-filters-button.hover .arrow .icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 63.9375em) {
  .module-filters-button {
    font-size: 0.875rem;
  }
  .module-filters-button .text {
    padding: 0.375rem 0.625rem;
  }
  .module-filters-button .arrow {
    padding: 0.375rem 0.625rem;
  }
  .module-filters-dropdown {
    max-height: 7.75rem;
  }
  .module-filters-dropdown ul li input + label {
    font-size: 0.875rem;
    padding: 0.5rem 0.625rem 0.5rem 2.5rem;
  }
  .module-filters-dropdown ul li input + label:before {
    left: 0.6875rem;
    height: 1.125rem;
    width: 1.125rem;
  }
  .module-filters-dropdown ul li input + label:after {
    left: 1rem;
    height: 0.5rem;
    width: 0.5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-filters-title {
    display: none;
  }
  .module-filters-item {
    padding: 0.625rem 0;
  }
}
@media screen and (max-width: 29.9375em) {
  .module-filters-item {
    padding: 0.3125rem 0;
  }
}

.module-pyramid .row {
  overflow: hidden;
}
.module-pyramid img {
  position: relative;
  z-index: 4;
}
.module-pyramid-row {
  padding: 0.3125rem 0;
}
.module-pyramid-item {
  flex-flow: row wrap;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.module-pyramid-item span {
  z-index: 2;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Font Heading";
  font-size: 1.25rem;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.module-pyramid-item span:after {
  content: '·';
  padding: 0 0.3125rem;
}
.module-pyramid-item span:last-child:after {
  display: none;
}
.module-pyramid-items {
  height: 100%;
  flex-flow: column;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.module-pyramid-item:first-child {
  -webkit-box-flex: 0 0 33%;
  -moz-box-flex: 0 0 33%;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}
.module-pyramid-item:first-child + .module-pyramid-item {
  position: relative;
  -webkit-box-flex: 0 0 30.3%;
  -moz-box-flex: 0 0 30.3%;
  -webkit-flex: 0 0 30.3%;
  -ms-flex: 0 0 30.3%;
  flex: 0 0 30.3%;
}
.module-pyramid-item:first-child + .module-pyramid-item:before {
  content: '';
  background-color: #e5e5e5;
  position: absolute;
  top: 0;
  right: -108%;
  bottom: 0;
  left: -108%;
  -webkit-transform: skewX(-31deg);
  -moz-transform: skewX(-31deg);
  -ms-transform: skewX(-31deg);
  -o-transform: skewX(-31deg);
  transform: skewX(-31deg);
}
.module-pyramid-item:first-child + .module-pyramid-item + .module-pyramid-item {
  -webkit-box-flex: 0 0 27%;
  -moz-box-flex: 0 0 27%;
  -webkit-flex: 0 0 27%;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
}
@media screen and (max-width: 63.9375em) {
  .module-pyramid-wrapper {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .module-pyramid-row {
    padding: 0.15625rem 0;
  }
  .module-pyramid-item span {
    font-size: 0.875rem;
  }
}

.module-conscious-hero {
  position: relative;
  height: 98vh;
}
.module-conscious-hero-background {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.module-conscious-hero-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 98vh;
}
.module-conscious-hero-wrapper .box {
  margin-top: 10rem;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
}
.module-conscious-hero-wrapper .box .title {
  letter-spacing: 0.3125rem;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3.75rem;
}
.module-conscious-hero-wrapper .box .subtitle {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.625rem;
}
.module-conscious-hero-wrapper ul {
  position: relative;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  justify-content: center;
  align-items: center;
}
.module-conscious-hero-wrapper ul li {
  margin: 1rem;
  width: 14.375rem;
}
.module-conscious-hero-wrapper ul li a {
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.125rem;
}
.module-conscious-hero-wrapper ul li a span {
  margin-top: 0.875rem;
}
.module-conscious-info {
  position: relative;
  z-index: 12;
  padding: 9.375rem 0 3.125rem 0;
}
.module-conscious-info .wp-editor {
  padding: 5rem 0 1.875rem;
}
.module-conscious-info .wp-editor h2 {
  text-transform: uppercase;
}
.module-conscious-info .wrapper-video {
  position: relative;
}
.module-conscious-info .wrapper-video > img {
  position: relative;
  z-index: 1;
}
.module-conscious-info .wrapper-video > button {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.module-conscious-info .wrapper-video > button .icon.large {
  height: 3.75rem;
  width: 3.75rem;
}
.module-conscious-info .wrapper-video .video {
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.module-conscious-info .wrapper-video .video.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.module-conscious-info figure img {
  position: relative;
}
.module-conscious-info-highlighter {
  background-color: #FFFFFF;
  padding: 4.375rem;
  margin-bottom: 3.125rem;
}
.module-conscious-info-highlighter p {
  font-size: 1.25rem;
  line-height: 1.2;
}
.module-conscious-graphic {
  padding: 3.125rem 0;
  position: relative;
  z-index: 11;
}
.module-conscious-graphic .title {
  padding-top: 3.125rem;
  font-size: 3.125rem;
  font-weight: normal;
  font-family: "Font Main";
}
.module-conscious-graphic:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  top: -9.375rem;
  height: 11.25rem;
  background-color: #e5e5e5;
}
.module-conscious-axes {
  padding: 3.125rem 0;
  background-color: #e5e5e5;
}
.module-conscious-axes .link-block {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
}
.module-conscious-axes .link-block-content.image-left {
  width: 20%;
  padding-left: 0.625rem;
}
.module-conscious-axes .link-block-content.text {
  width: 60%;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 1.875rem;
}
.module-conscious-axes .link-block-content.image-right {
  width: 20%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.module-conscious-axes .link-block-content.image-right:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0.125rem;
  height: 100%;
  width: 0.125rem;
  background-color: #FFFFFF;
  left: 0;
  top: 0;
  bottom: 0;
}
.module-conscious-axes .wp-editor {
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}
.module-conscious-axes .wp-editor .h1 {
  text-transform: uppercase;
  margin-bottom: 2.5rem !important;
}
.module-conscious-axes .wp-editor h3 {
  text-transform: uppercase;
  margin: 1.25rem 0;
}
.module-conscious-rows {
  padding: 3.125rem 0;
  background-color: #e5e5e5;
}
.module-conscious-rows .wp-editor {
  color: #FFFFFF;
}
.module-conscious-rows .wp-editor strong {
  font-size: 1.5rem;
}
.module-conscious-rows figure {
  margin-top: 0.75rem;
}
.module-conscious-rows-verde {
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: #00975f;
}
.module-conscious-rows-amarillo {
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: #fbb903;
}
.module-conscious-rows-rojo {
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: #b23117;
}
.module-conscious-rows-rojo img {
  max-width: 70%;
}
.module-conscious-rows-azul {
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: #00A0AE;
}
.module-conscious-rows-azul img {
  max-width: 70%;
}
.module-conscious-rows-azulosc {
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: #008793;
}
.module-conscious-rows-azulosc img {
  max-width: 70%;
}
.module-conscious-brands {
  padding: 3.125rem 0;
}
.module-conscious-brands .wp-editor {
  margin-bottom: 1.875rem;
}
.module-conscious-brands .wp-editor h2 {
  text-transform: uppercase;
}
.module-conscious-brands .swiper-slide {
  display: flex;
  justify-content: center;
  margin: 0.75rem;
  padding: 0.75rem;
}
@media screen and (max-width: 63.9375em) {
  .module-conscious-hero {
    height: 75vh;
  }
  .module-conscious-hero-wrapper {
    height: 75vh;
  }
  .module-conscious-hero-wrapper .box {
    margin-top: 0;
    margin-bottom: 1.25rem;
  }
  .module-conscious-hero-wrapper .box .title {
    font-size: 1.625rem;
  }
  .module-conscious-hero-wrapper .box .subtitle {
    font-size: 1.125rem;
  }
  .module-conscious-hero-wrapper ul {
    flex-direction: column;
  }
  .module-conscious-hero-wrapper ul a {
    font-size: 0.875rem;
  }
  .module-conscious-info {
    padding: 3.75rem 0 3.125rem 0;
  }
  .module-conscious-info-highlighter p {
    font-size: 0.875rem;
  }
  .module-conscious-axes .link-block-content.text {
    font-size: 1rem;
    padding-left: 1.25rem;
  }
  .module-conscious-axes .wp-editor {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .module-conscious-axes .wp-editor .h1 {
    margin-bottom: 1.25rem !important;
  }
  .module-conscious-axes .wp-editor h3 {
    margin: 0.625rem 0;
  }
  .module-conscious-rows .wp-editor strong {
    font-size: 1.125rem;
  }
  .module-conscious-rows figure {
    margin-bottom: 1.25rem;
  }
  .module-conscious-rows-verde {
    padding: 1.25rem;
    margin-bottom: 0;
    margin: 1.25rem;
  }
  .module-conscious-rows-amarillo {
    padding: 1.25rem;
    margin-bottom: 0;
    margin: 1.25rem;
  }
  .module-conscious-rows-rojo {
    padding: 1.25rem;
    margin-bottom: 0;
    margin: 1.25rem;
  }
  .module-conscious-rows-azul {
    padding: 1.25rem;
    margin-bottom: 0;
    margin: 1.25rem;
  }
  .module-conscious-rows-azulosc {
    padding: 1.25rem;
    margin-bottom: 0;
    margin: 1.25rem;
  }
}

.page-template-template-consumers .module-consciouscompany-objective-wrapper .item {
  background-color: #b23117;
}
.page-template-template-consumers .module-consciouscompany-commitment .items-wrapper .item .icon-wrapper {
  background-color: #b23117;
}
.page-template-template-consumers .module-consciouscompany-commitment .items-wrapper .item .wp-editor ul li:before {
  background-color: #b23117;
}
.page-template-template-consumers .module-consciouscompany-impact .title-wrapper {
  background-color: #b23117;
}
.page-template-template-consumers .module-consciouscompany-steps .title-wrapper {
  background-color: #b23117;
}
.page-template-template-consumers .module-consciouscompany-steps .items-wrapper .item .wp-editor span {
  background-color: #b23117;
}
.page-template-template-employees .module-consciouscompany-objective-wrapper .item {
  background-color: #fbb903;
}
.page-template-template-employees .module-consciouscompany-commitment .items-wrapper .item .icon-wrapper {
  background-color: #fbb903;
}
.page-template-template-employees .module-consciouscompany-commitment .items-wrapper .item .wp-editor ul li:before {
  background-color: #fbb903;
}
.page-template-template-employees .module-consciouscompany-impact .title-wrapper {
  background-color: #fbb903;
}
.page-template-template-employees .module-consciouscompany-steps .title-wrapper {
  background-color: #fbb903;
}
.page-template-template-employees .module-consciouscompany-steps .items-wrapper .item .wp-editor span {
  background-color: #fbb903;
}
.module-consciouscompany-objective {
  background-color: #e5e5e5;
  padding: 3.125rem 0;
}
.module-consciouscompany-objective-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.module-consciouscompany-objective-wrapper .item {
  background-color: #00975f;
  color: #FFFFFF;
  margin: 0.625rem;
  padding: 1.875rem 3.125rem;
  max-width: 13.75rem;
  font-size: 1.125rem;
  font-weight: bold;
}
.module-consciouscompany-objective-wrapper .item .icon {
  margin-bottom: 1.875rem;
}
.module-consciouscompany-objective .footer-title {
  margin: 5rem 0;
  color: #564a4f;
  text-align: center;
  line-height: 1.2;
  font-size: 3.125rem;
  font-weight: normal;
  font-family: "Font Main";
}
.module-consciouscompany-commitment {
  padding: 3.125rem 0;
}
.module-consciouscompany-commitment .title {
  margin: 1.25rem 0 1.875rem;
  font-size: 2rem;
  color: #564a4f;
  text-transform: uppercase;
}
.module-consciouscompany-commitment .items-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.module-consciouscompany-commitment .items-wrapper .item {
  flex: 1 1 50%;
  padding: 1.25rem;
}
.module-consciouscompany-commitment .items-wrapper .item .icon-wrapper {
  padding: 0.5rem 0;
  background-color: #00975f;
  text-align: center;
}
.module-consciouscompany-commitment .items-wrapper .item .wp-editor {
  margin-top: 2.5rem;
  color: #564a4f;
}
.module-consciouscompany-commitment .items-wrapper .item .wp-editor ul {
  margin-top: 1.625rem;
  list-style: none;
}
.module-consciouscompany-commitment .items-wrapper .item .wp-editor ul li {
  position: relative;
  margin: 0.5rem 0;
  padding: 0;
}
.module-consciouscompany-commitment .items-wrapper .item .wp-editor ul li:before {
  content: '';
  position: absolute;
  top: 0.25rem;
  left: -1.875rem;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  background-color: #00975f;
}
.module-consciouscompany-commitment .icons-wrapper {
  height: 100%;
  position: relative;
  padding: 6.25rem 0.625rem;
}
.module-consciouscompany-commitment .icons-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  left: 0;
  bottom: 0;
  background-color: #e5e5e5;
  z-index: -1;
}
.module-consciouscompany-commitment .icons-wrapper .icons {
  display: flex;
  flex-wrap: wrap;
}
.module-consciouscompany-commitment .icons-wrapper .icon {
  margin: 0.9375rem;
}
.module-consciouscompany-impact {
  position: relative;
  padding: 3.125rem 1.25rem 5.625rem;
  background-color: #e5e5e5;
}
.module-consciouscompany-impact .title {
  width: 100%;
  margin: 1.875rem 0;
  font-size: 2rem;
  color: #564a4f;
  text-transform: uppercase;
}
.module-consciouscompany-impact .subtitle {
  margin-bottom: 3.75rem;
  color: #564a4f;
}
.module-consciouscompany-impact .title-wrapper {
  width: 100%;
  padding: 2rem 1.25rem;
  background-color: #00975f;
}
.module-consciouscompany-impact .title-wrapper .items-title {
  margin: 0;
  color: #FFFFFF;
  text-align: center;
}
.module-consciouscompany-impact .items-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
  background-color: #FFFFFF;
}
.module-consciouscompany-impact .items-wrapper .item {
  position: relative;
  flex: 1 1 33%;
  padding: 1.875rem 2.5rem;
}
.module-consciouscompany-impact .items-wrapper .item:nth-child(1):before, .module-consciouscompany-impact .items-wrapper .item:nth-child(2):before, .module-consciouscompany-impact .items-wrapper .item:nth-child(3):before {
  content: '';
  position: absolute;
  right: 2.5rem;
  left: 2.5rem;
  bottom: 0;
  border: 0.0625rem solid #e5e5e5;
}
.module-consciouscompany-impact .items-wrapper .item:nth-child(1):after, .module-consciouscompany-impact .items-wrapper .item:nth-child(2):after, .module-consciouscompany-impact .items-wrapper .item:nth-child(4):after, .module-consciouscompany-impact .items-wrapper .item:nth-child(5):after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0.0625rem solid #e5e5e5;
}
.module-consciouscompany-impact .items-wrapper .item .icon-wrapper {
  text-align: center;
  margin-bottom: 1.875rem;
}
.module-consciouscompany-steps {
  position: relative;
  padding: 3.125rem 1.25rem;
}
.module-consciouscompany-steps .title {
  width: 100%;
  margin: 1.875rem 0;
  font-size: 2rem;
  color: #564a4f;
  text-transform: uppercase;
}
.module-consciouscompany-steps .subtitle {
  margin-bottom: 3.75rem;
  color: #564a4f;
}
.module-consciouscompany-steps .title-wrapper {
  width: 100%;
  padding: 2rem 1.25rem;
  background-color: #00975f;
}
.module-consciouscompany-steps .title-wrapper .items-title {
  margin: 0;
  color: #FFFFFF;
  text-align: center;
}
.module-consciouscompany-steps .items-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
  background-color: #e5e5e5;
}
.module-consciouscompany-steps .items-wrapper .item {
  position: relative;
  flex: 1 1 33%;
  padding: 1.875rem 2.5rem;
}
.module-consciouscompany-steps .items-wrapper .item:nth-child(1):before, .module-consciouscompany-steps .items-wrapper .item:nth-child(2):before, .module-consciouscompany-steps .items-wrapper .item:nth-child(3):before {
  content: '';
  position: absolute;
  right: 2.5rem;
  left: 2.5rem;
  bottom: 0;
  border: 0.0625rem solid #FFFFFF;
}
.module-consciouscompany-steps .items-wrapper .item:nth-child(1):after, .module-consciouscompany-steps .items-wrapper .item:nth-child(2):after, .module-consciouscompany-steps .items-wrapper .item:nth-child(4):after, .module-consciouscompany-steps .items-wrapper .item:nth-child(5):after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0.0625rem solid #FFFFFF;
}
.module-consciouscompany-steps .items-wrapper .item .icon-wrapper {
  text-align: center;
  margin-bottom: 1.875rem;
}
.module-consciouscompany-steps .items-wrapper .item .wp-editor span {
  display: flex;
  justify-content: center;
  background-color: #00975f;
  color: #FFFFFF;
  font-size: 1.625rem;
  border-radius: 62.5rem;
  padding: 0.5rem;
  width: 2.875rem;
}
@media screen and (max-width: 74.9375em) {
  .module-consciouscompany-objective-wrapper .item {
    max-width: 20rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .module-consciouscompany-commitment {
    padding: 3.125rem 0;
  }
  .module-consciouscompany-commitment .title {
    text-align: center;
  }
  .module-consciouscompany-commitment .items-wrapper {
    flex-direction: column;
  }
  .module-consciouscompany-commitment .items-wrapper .item {
    margin: 0.625rem 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-consciouscompany-objective-wrapper .item {
    max-width: 16.25rem;
  }
  .module-consciouscompany-objective .footer-title {
    margin: 2.5rem 0;
    padding: 0 1.875rem;
    font-size: 1.875rem;
  }
  .module-consciouscompany-commitment .icons-wrapper {
    padding: 3.125rem 1.25rem;
  }
  .module-consciouscompany-commitment .icons-wrapper .icons {
    justify-content: center;
  }
  .module-consciouscompany-impact {
    padding: 3.125rem 1.25rem 3.125rem;
  }
  .module-consciouscompany-impact .items-wrapper .item {
    flex: unset;
  }
  .module-consciouscompany-impact .items-wrapper .item:before {
    content: '';
    position: absolute;
    right: 2.5rem;
    left: 2.5rem;
    bottom: 0;
    border: 0.0625rem solid #e5e5e5;
  }
  .module-consciouscompany-impact .items-wrapper .item:last-child:before {
    content: none;
  }
  .module-consciouscompany-impact .items-wrapper .item:nth-child(1):after, .module-consciouscompany-impact .items-wrapper .item:nth-child(2):after, .module-consciouscompany-impact .items-wrapper .item:nth-child(4):after, .module-consciouscompany-impact .items-wrapper .item:nth-child(5):after {
    content: none;
  }
  .module-consciouscompany-steps {
    padding: 3.125rem 1.25rem 3.125rem;
  }
  .module-consciouscompany-steps .items-wrapper .item {
    flex: unset;
  }
  .module-consciouscompany-steps .items-wrapper .item:before {
    content: '';
    position: absolute;
    right: 2.5rem;
    left: 2.5rem;
    bottom: 0;
    border: 0.0625rem solid #FFFFFF;
  }
  .module-consciouscompany-steps .items-wrapper .item:last-child:before {
    content: none;
  }
  .module-consciouscompany-steps .items-wrapper .item:nth-child(1):after, .module-consciouscompany-steps .items-wrapper .item:nth-child(2):after, .module-consciouscompany-steps .items-wrapper .item:nth-child(4):after, .module-consciouscompany-steps .items-wrapper .item:nth-child(5):after {
    content: none;
  }
}

.module-basic-rows-imgs {
  display: flex;
}
.module-basic-rows-imgs figure {
  padding: 0 0.75rem;
}
.module-basic-rows .wp-editor h2 {
  text-transform: uppercase;
}
.module-basic-rows .wp-editor h3 {
  color: #564a4f;
}
.module-basic-rows .wp-editor p {
  padding-bottom: 2.5rem;
}
.module-basic .wp-editor {
  padding: 5rem 0;
}
.module-basic .wp-editor h1 {
  text-transform: uppercase;
}
@media screen and (max-width: 63.9375em) {
  .module-basic-rows .wp-editor {
    padding: 1.25rem 0;
  }
  .module-basic .wp-editor {
    padding: 2.5rem 0;
  }
}

.module-sustainability {
  text-align: center;
}
.module-sustainability-mosaic {
  padding: 9.375rem 0;
}
.module-sustainability-mosaic img {
  max-width: 50rem;
}
.module-sustainability-mosaic .mosaic-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.module-sustainability-mosaic .mosaic-cont p {
  margin: 0;
}
.module-sustainability-mosaic .mosaic-cont .title {
  text-transform: uppercase;
}
.module-sustainability-legacy {
  background-color: #e5e5e5;
  padding: 6.25rem 6.25rem;
}
.module-sustainability-legacy-title {
  text-transform: uppercase;
  padding-bottom: 3.4375rem;
}
.module-sustainability-legacy-subtitle {
  text-transform: uppercase;
  padding: 2.8125rem 0;
}
.module-sustainability-legacy-achievement .legacy-container {
  display: flex;
  justify-content: center;
}
.module-sustainability-legacy-achievement .legacy-container-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.module-sustainability-legacy-achievement .legacy-container .box {
  background-color: #FFFFFF;
  padding: 1.875rem 0.9375rem;
  margin: 0.9375rem;
  height: 100%;
  width: 90%;
}
.module-sustainability-legacy-achievement .legacy-container .box > .icon {
  margin-bottom: 2.5rem;
}
.module-sustainability-legacy-achievement .legacy-container .box-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 16.5625rem;
}
.module-sustainability-legacy-achievement-subtitle {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.module-sustainability-legacy-achievement .legacy-title {
  text-transform: uppercase;
  min-height: 3.75rem;
  margin: 0;
  word-break: break-word;
}
.module-sustainability-commits {
  padding: 9.375rem 6.25rem;
}
.module-sustainability-commits-subtitle {
  padding: 1.875rem 0 1.875rem 0;
}
.module-sustainability-commits .cont {
  display: flex;
}
.module-sustainability-commits .commits-container {
  width: 100%;
  margin: 1.25rem;
}
.module-sustainability-commits .box {
  background-color: #e5e5e5;
  padding: 1.875rem 0.9375rem;
  width: 100%;
  height: 100%;
}
.module-sustainability-commits .commits-important {
  padding: 0.625rem 0;
  font-size: 3.875rem;
}
.module-sustainability-commits .commits-title {
  min-height: 3.75rem;
  margin: 0;
  word-break: break-word;
}
@media screen and (max-width: 75em) {
  .module-sustainability .legacy-container, .module-sustainability .cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 63.9375em) {
  .module-sustainability-mosaic {
    padding: 5rem;
  }
  .module-sustainability-mosaic .mosaic-cont {
    margin: 1.25rem 0;
  }
  .module-sustainability .legacy-container, .module-sustainability .cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-sustainability-mosaic {
    padding: 0;
  }
  .module-sustainability-mosaic img {
    margin-top: 1.25rem;
  }
  .module-sustainability-mosaic .mosaic-cont {
    margin: 1.25rem 2.5rem;
  }
  .module-sustainability .legacy-container, .module-sustainability .cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .module-sustainability-legacy {
    padding: 2.5rem 2.5rem;
  }
  .module-sustainability .box {
    min-height: 21.875rem;
  }
  .module-sustainability-commits {
    padding: 2.5rem 2.5rem;
  }
}

.module-transparence-content .wp-editor .h1 {
  padding-top: 10rem;
  padding-bottom: 4.6875rem;
}
.module-transparence-content .lines-line {
  padding-top: 3.125rem;
}
.module-transparence-content .lines-line h3 {
  padding-bottom: 2.8125rem;
}
.module-transparence-content .lines-line .lines {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-bottom: 2.8125rem;
}
.module-transparence-content .lines-line .lines :not(:first-child) {
  border-left: 1px solid black;
  padding-left: 2.1875rem;
}
.module-transparence-content .lines-line .lines .line {
  font-size: 1.25rem;
  text-align: left;
  padding-right: 2.5rem;
}
.module-transparence-object {
  padding-bottom: 2.1875rem;
  padding-top: 2.1875rem;
}
.module-transparence-object .title-line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-bottom: 3.4375rem;
}
.module-transparence-object .title-line h3 {
  width: 80%;
  color: #FFFFFF;
  font-size: 1.75rem;
  font-weight: unset;
}
.module-transparence-object .content-line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
}
.module-transparence-object .content-line .content-text {
  color: #FFFFFF;
  font-size: 1.375rem;
  text-align: left;
  border-top: 1px solid #FFFFFF;
  width: 90%;
  padding-top: 0.9375rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 63.9375em) {
  .module-transparence-content .lines-line {
    text-align: center;
  }
  .module-transparence-object {
    padding-bottom: 0.625rem;
    padding-top: 0.9375rem;
  }
  .module-transparence-object .content-line {
    align-content: unset;
    height: 100%;
  }
  .module-transparence-object .content-line .content-text {
    padding-bottom: 0.625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .module-transparence-content .wp-editor {
    text-align: center;
  }
  .module-transparence-content .wp-editor .h1 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .module-transparence-content .lines-line {
    padding-top: 1.875rem;
  }
  .module-transparence-content .lines-line h3 {
    padding-bottom: 0.625rem;
  }
  .module-transparence-content .lines-line .lines {
    text-align: center;
    padding-bottom: 2.8125rem;
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    align-content: unset;
    align-items: unset;
    height: auto;
    width: auto;
  }
  .module-transparence-content .lines-line .lines :not(:first-child) {
    border-left: none;
    padding-left: 0;
  }
  .module-transparence-content .lines-line .lines .line {
    font-size: 1rem;
    text-align: center;
    padding: 1.25rem;
  }
  .module-transparence-object .title-line {
    text-align: center;
    padding-bottom: 1rem;
  }
  .module-transparence-object .title-line figure {
    width: auto;
  }
  .module-transparence-object .title-line h3 {
    width: auto;
  }
  .module-transparence-object .content-line .content-text {
    text-align: center;
  }
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-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: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

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

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

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

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

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

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

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

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

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

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  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, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

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

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-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;
  -moz-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-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

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

/* Scrollbar */
.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;
}

/* Preloader */
.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%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-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%;
  -webkit-background-size: 100%;
  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);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.slide-in-down.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter, .slide-in-up.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: opacity,-webkit-transform;
  -webkit-backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter, .slide-out-down.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: opacity,-webkit-transform;
  -webkit-backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave, .slide-out-up.mui-leave {
  transition-property: opacity,-webkit-transform;
  -webkit-backface-visibility: hidden;
  transition-duration: .5s;
  transition-timing-function: linear;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fade-in.mui-enter, .fade-out.mui-leave {
  transition-property: opacity;
  transition-duration: .5s;
  transition-timing-function: linear;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  opacity: 0;
}

.fade-in.mui-enter.mui-enter-active, .fade-out.mui-leave {
  opacity: 1;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter, .hinge-in-from-right.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: opacity,-webkit-transform;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: opacity,-webkit-transform;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: opacity,-webkit-transform;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave, .hinge-out-from-right.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: opacity,-webkit-transform;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: opacity,-webkit-transform;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: opacity,-webkit-transform;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter, .scale-out-up.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: opacity,-webkit-transform;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave, .spin-in.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: opacity,-webkit-transform;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter, .spin-out.mui-leave {
  transition-property: opacity,-webkit-transform;
  transition-duration: .5s;
  transition-timing-function: linear;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.linear {
  transition-timing-function: linear !important;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.long-delay {
  transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  15%,25%,35%,45%,5%,55%,65%,75%,85%,95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  15%,25%,35%,45%,5%,55%,65%,75%,85%,95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0%,100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%,50%,60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,45%,55%,65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,100%,30%,70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%,50%,60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,45%,55%,65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,100%,30%,70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.shake, .spin-ccw, .spin-cw, .wiggle {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

.button {
  line-height: 1;
  text-transform: uppercase;
}
.button-nopadding {
  padding: 0 !important;
}
.button.button-primary {
  color: #00a0ae;
  border-color: #00a0ae;
  fill: #00a0ae;
}
.button.button-primary * {
  fill: #00a0ae;
}
.no-touchevents .button.button-primary:hover, .no-touchevents .button.button-primary:focus {
  color: #002b2f;
  border-color: #002b2f;
  fill: #002b2f;
}
.no-touchevents .button.button-primary:hover *, .no-touchevents .button.button-primary:focus * {
  fill: #002b2f;
}
.no-touchevents .button.button-primary:hover .icon.hollow:before, .no-touchevents .button.button-primary:focus .icon.hollow:before {
  border-color: #002b2f;
}
.button.button-primary.hollow .icon.hollow:before {
  border-color: #00a0ae;
}
.button.button-lighter-gray {
  color: #e5e5e5;
  border-color: #e5e5e5;
  fill: #e5e5e5;
}
.button.button-lighter-gray * {
  fill: #e5e5e5;
}
.no-touchevents .button.button-lighter-gray:hover, .no-touchevents .button.button-lighter-gray:focus {
  color: #a5a5a5;
  border-color: #a5a5a5;
  fill: #a5a5a5;
}
.no-touchevents .button.button-lighter-gray:hover *, .no-touchevents .button.button-lighter-gray:focus * {
  fill: #a5a5a5;
}
.no-touchevents .button.button-lighter-gray:hover .icon.hollow:before, .no-touchevents .button.button-lighter-gray:focus .icon.hollow:before {
  border-color: #a5a5a5;
}
.button.button-lighter-gray.hollow .icon.hollow:before {
  border-color: #e5e5e5;
}
.button.button-medium-gray, .module-sheet-down .module-navigation .button.button-lighter-gray {
  color: #64565b;
  border-color: #64565b;
  fill: #64565b;
}
.button.button-medium-gray *, .module-sheet-down .module-navigation .button.button-lighter-gray * {
  fill: #64565b;
}
.no-touchevents .button.button-medium-gray:hover, .no-touchevents .module-sheet-down .module-navigation .button.button-lighter-gray:hover, .module-sheet-down .module-navigation .no-touchevents .button.button-lighter-gray:hover, .no-touchevents .button.button-medium-gray:focus, .no-touchevents .module-sheet-down .module-navigation .button.button-lighter-gray:focus, .module-sheet-down .module-navigation .no-touchevents .button.button-lighter-gray:focus {
  color: #1f1b1d;
  border-color: #1f1b1d;
  fill: #1f1b1d;
}
.no-touchevents .button.button-medium-gray:hover *, .no-touchevents .module-sheet-down .module-navigation .button.button-lighter-gray:hover *, .module-sheet-down .module-navigation .no-touchevents .button.button-lighter-gray:hover *, .no-touchevents .button.button-medium-gray:focus *, .no-touchevents .module-sheet-down .module-navigation .button.button-lighter-gray:focus *, .module-sheet-down .module-navigation .no-touchevents .button.button-lighter-gray:focus * {
  fill: #1f1b1d;
}
.no-touchevents .button.button-medium-gray:hover .icon.hollow:before, .no-touchevents .module-sheet-down .module-navigation .button.button-lighter-gray:hover .icon.hollow:before, .module-sheet-down .module-navigation .no-touchevents .button.button-lighter-gray:hover .icon.hollow:before, .no-touchevents .button.button-medium-gray:focus .icon.hollow:before, .no-touchevents .module-sheet-down .module-navigation .button.button-lighter-gray:focus .icon.hollow:before, .module-sheet-down .module-navigation .no-touchevents .button.button-lighter-gray:focus .icon.hollow:before {
  border-color: #1f1b1d;
}
.button.button-medium-gray.hollow .icon.hollow:before, .module-sheet-down .module-navigation .button.hollow.button-lighter-gray .icon.hollow:before {
  border-color: #64565b;
}
.button.button-white {
  color: #FFFFFF;
  border-color: #FFFFFF;
  fill: #FFFFFF;
}
.button.button-white * {
  fill: #FFFFFF;
}
.no-touchevents .button.button-white:hover, .no-touchevents .button.button-white:focus {
  color: #bfbfbf;
  border-color: #bfbfbf;
  fill: #bfbfbf;
}
.no-touchevents .button.button-white:hover *, .no-touchevents .button.button-white:focus * {
  fill: #bfbfbf;
}
.no-touchevents .button.button-white:hover .icon.hollow:before, .no-touchevents .button.button-white:focus .icon.hollow:before {
  border-color: #bfbfbf;
}
.button.button-white.hollow .icon.hollow:before {
  border-color: #FFFFFF;
}
.button.button-success {
  color: #00975f;
  border-color: #00975f;
  fill: #00975f;
}
.button.button-success * {
  fill: #00975f;
}
.no-touchevents .button.button-success:hover, .no-touchevents .button.button-success:focus {
  color: #00180f;
  border-color: #00180f;
  fill: #00180f;
}
.no-touchevents .button.button-success:hover *, .no-touchevents .button.button-success:focus * {
  fill: #00180f;
}
.no-touchevents .button.button-success:hover .icon.hollow:before, .no-touchevents .button.button-success:focus .icon.hollow:before {
  border-color: #00180f;
}
.button.button-success.hollow .icon.hollow:before {
  border-color: #00975f;
}
.button .icon {
  vertical-align: text-bottom;
}
.button.bold {
  font-weight: bold;
}

.reveal .reveal-wrapper {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.reveal.small
, .reveal.large {
  background-color: transparent;
}
.reveal.small
.reveal-content figure, .reveal.large .reveal-content figure {
  position: relative;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
.reveal.small
.reveal-content figcaption, .reveal.large .reveal-content figcaption {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0 0.625rem 0.625rem 0.625rem;
  font-size: 1.125rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.reveal.small
.reveal-content figcaption .separator, .reveal.large .reveal-content figcaption .separator {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: 0.3125rem;
}
.reveal.large {
  width: 80%;
}
.reveal.full .reveal-wrapper {
  padding: 2.5rem;
}
.reveal.full .reveal-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.reveal.full .close-button {
  top: 1.875rem;
  right: 2.5rem;
}
@media screen and (max-width: 63.9375em) {
  .reveal.full .reveal-wrapper {
    padding: 1.875rem;
  }
  .reveal.full .close-button {
    top: 1.25rem;
    right: 1.875rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .reveal.full .reveal-wrapper {
    padding: 1.25rem;
  }
  .reveal.full .close-button {
    top: 0.625rem;
    right: 1.25rem;
  }
  .reveal.full .close-button .icon {
    height: 1.875rem;
    width: 1.875rem;
  }
}
@media screen and (max-width: 29.9375em) {
  .reveal.full .reveal-wrapper {
    padding: 1.25rem 0.625rem;
  }
  .reveal.full .close-button {
    right: 0.625rem;
    top: 0.625rem;
  }
}

.callout.alert {
  border-color: #b23117;
  color: #b23117;
}
.callout.success {
  border-color: #00975f;
  color: #00975f;
}
@media screen and (max-width: 39.9375em) {
  .callout {
    font-size: 0.8125rem;
    padding: 0.75rem 1.25rem;
  }
}

.module .swiper-button-next
, .module .swiper-button-prev {
  background-color: #000;
  top: 1.25rem;
  bottom: 1.25rem;
  width: 1.25rem;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module .swiper-button-next.swiper-button-disabled
, .module .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.module .swiper-button-next
.icon, .module .swiper-button-prev .icon {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.no-touchevents .module .swiper-button-next:hover
, .no-touchevents .module .swiper-button-prev:hover {
  background-color: #fbb903;
}

.magic-scroll {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.magic-scale img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.header-white .magic-imago.logo:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.magic-imago.logo:before {
  -webkit-transform: translateY(-3.125rem);
  -moz-transform: translateY(-3.125rem);
  -ms-transform: translateY(-3.125rem);
  -o-transform: translateY(-3.125rem);
  transform: translateY(-3.125rem);
}
.magic-imago.logo img.black {
  opacity: 0;
  filter: alpha(opacity=0);
}
.magic-imago.logo img.imago {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-white .magic-imago.logo img.white {
  opacity: 0;
  filter: alpha(opacity=0);
}
.magic-header.header-white:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

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