@charset "UTF-8";
/*************************************
  *
  * Import Frameworks
  *
**************************************/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.align-right {
  justify-content: flex-end; }

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

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

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

.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; }

.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; } }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .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.625rem;
  padding-left: 0.625rem;
  min-width: 0; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.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; }

.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; }

.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-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; }

.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%; }

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

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@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-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; }
  .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; } }

@media print, screen and (min-width: 40em) {
  .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; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; } }

.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.9375rem;
    padding-left: 0.9375rem; } }

@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-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; }
  .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; } }

@media print, screen and (min-width: 64em) {
  .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; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; } }

.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.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

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

/*! 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: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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; }
  [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; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

@media screen and (max-width: 0em), 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; } }

.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; } }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

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: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  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: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .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: 39.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; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

::before,
::after {
  content: ' ';
  flex-basis: 0;
  order: 1; }

::after {
  clear: both; }

margin: 0;
border: 1px solid #e6e6e6;
background: #fefefe;
list-style-type: none;
border: 1px solid #e6e6e6;
border-top: 0;
background: #fefefe;
color: #0a0a0a;
transition: all 0.5s ease;
display: none;
padding: 1rem;
.is-active {
  display: block; }

.slide-in-down.mui-enter {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

.slide-in-left.mui-enter {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

.slide-in-up.mui-enter {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

.slide-in-right.mui-enter {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

.slide-out-down.mui-leave {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

.slide-out-right.mui-leave {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

.slide-out-up.mui-leave {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

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

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

.fade-in.mui-enter {
  transition-duration: 200ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

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

.fade-out.mui-leave {
  transition-duration: 200ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

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

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

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

.hinge-in-from-right.mui-enter {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

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

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

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

.hinge-in-from-left.mui-enter {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

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

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

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

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

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

.hinge-out-from-top.mui-leave {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

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

.hinge-out-from-right.mui-leave {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

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

.hinge-out-from-bottom.mui-leave {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

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

.hinge-out-from-left.mui-leave {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

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

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

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

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

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

.scale-in-up.mui-enter {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

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

.scale-in-down.mui-enter {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

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

.scale-out-up.mui-leave {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

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

.scale-out-down.mui-leave {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

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

.spin-in.mui-enter {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

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

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

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

.spin-in-ccw.mui-enter {
  transition-duration: 200ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

.bounce-in {
  transition-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; }

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

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

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

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

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 200ms; }

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

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

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

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

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

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

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

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

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

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

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

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*************************************
  *
  * ROFF SETUP
  *
**************************************/
body.adminimal-admin-toolbar header {
  position: fixed;
  top: 79px;
  z-index: 10;
  width: 100%; }
  @media screen and (max-width: 63.9375em) {
    body.adminimal-admin-toolbar header {
      position: relative;
      top: inherit;
      z-index: 2; } }

body.adminimal-admin-toolbar header.header .header-desktop {
  position: relative;
  top: 0px; }

body.adminimal-admin-toolbar header.header .header-desktop .mega-menu {
  top: inherit; }

body.adminimal-admin-toolbar header .header-mobile {
  position: relative;
  top: inherit;
  background: black; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
/*@font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: calc(50% - 35px/2);
  padding: 0;
  border: none;
  outline: none;
  opacity: .7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev {
  left: 0px;
  background-image: url("../img/svg/icon-arrow-left.svg"); }
  [dir="rtl"] .slick-prev {
    left: auto; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 0px;
  background-image: url("../img/svg/icon-arrow-right.svg"); }
  [dir="rtl"] .slick-next {
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background-image: none; }
    .slick-dots li button {
      position: absolute;
      top: 50%;
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Sizes */
/* Sizes */
/* Sizes */
/* Sizes */
/* Sizes */
@font-face {
  font-family: 'Soho-Gothic-Light';
  src: url("../fonts/SohoGothicPro-Light.eot");
  src: url("../fonts/SohoGothicPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoGothicPro-Light.woff") format("woff"), url("../fonts/SohoGothicPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Soho-Gothic-Regular';
  src: url("../fonts/SohoGothicPro-Regular.eot");
  src: url("../fonts/SohoGothicPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoGothicPro-Regular.woff") format("woff"), url("../fonts/SohoGothicPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Soho-Gothic-Medium';
  src: url("../fonts/SohoGothicPro-Medium.eot");
  src: url("../fonts/SohoGothicPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoGothicPro-Medium.woff") format("woff"), url("../fonts/SohoGothicPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Rounded-Bold';
  src: url("../fonts/GothamRounded-Bold.eot");
  src: url("../fonts/GothamRounded-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Bold.woff") format("woff"), url("../fonts/GothamRounded-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Rounded-Medium';
  src: url("../fonts/GothamRounded-Medium.eot");
  src: url("../fonts/GothamRounded-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Medium.woff") format("woff"), url("../fonts/GothamRounded-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Rounded-Regular';
  src: url("../fonts/GothamRounded-Book.eot");
  src: url("../fonts/GothamRounded-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Book.woff") format("woff"), url("../fonts/GothamRounded-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Rounded-Light';
  src: url("../fonts/GothamRounded-Light.eot");
  src: url("../fonts/GothamRounded-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Light.woff") format("woff"), url("../fonts/GothamRounded-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

/**********************************

  * Defaults

**********************************/
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #f28024; }

::selection {
  color: #fff;
  background: #f28024; }

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit; }

body {
  margin: 0px;
  padding: 0px;
  font-family: "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }
  body a {
    text-decoration: none;
    color: #f28024;
    display: inline-block; }
    body a:hover {
      color: #d6670d; }
  body p {
    line-height: normal;
    font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif;
    line-height: 32px;
    color: #090909; }
  body main {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*@include breakpoint(medium down) {
					padding-top: 126px;
				}*/ }
  body.no-scroll {
    overflow: hidden; }

/**********************************

  * Anim Class

**********************************/
.anim-obj {
  visibility: hidden; }

/**********************************

  * Default page Settings

**********************************/
.page-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }
  .page-wrapper section.page-teaser {
    position: relative;
    width: 100%;
    min-height: 320px;
    background-color: #e8e7e7;
    overflow: hidden; }
    @media screen and (max-width: 39.9375em) {
      .page-wrapper section.page-teaser {
        min-height: 250px; } }
    .page-wrapper section.page-teaser .teaser-image {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      -webkit-animation: scale 7s cubic-bezier(0.19, 1, 0.22, 1) forwards;
      -moz-animation: scale 7s cubic-bezier(0.19, 1, 0.22, 1) forwards;
      animation: scale 7s cubic-bezier(0.19, 1, 0.22, 1) forwards; }
  .page-wrapper .region-content {
    position: relative;
    width: 100%;
    height: 100%; }
    .page-wrapper .region-content .basic-content {
      position: relative;
      width: 100%;
      display: inline-block;
      padding: 150px 0px 50px 0px; }
      @media screen and (max-width: 63.9375em) {
        .page-wrapper .region-content .basic-content {
          padding: 130px 0px 50px 0px; } }
    .page-wrapper .region-content section.page-header {
      z-index: 2; }
      .page-wrapper .region-content section.page-header .page-title {
        position: relative;
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
        background: #fff;
        box-shadow: 1px -16px 20px 0px rgba(0, 0, 0, 0.07);
        margin-top: -127px; }
        @media screen and (max-width: 63.9375em) {
          .page-wrapper .region-content section.page-header .page-title {
            margin-top: -88px; } }
        .page-wrapper .region-content section.page-header .page-title h1 {
          padding: 40px 0px;
          text-align: center;
          text-transform: uppercase;
          font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
          margin: 0px; }
          @media screen and (max-width: 39.9375em) {
            .page-wrapper .region-content section.page-header .page-title h1 {
              padding: 20px 0px; } }
      .page-wrapper .region-content section.page-header .page-desc {
        position: relative;
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }
        .page-wrapper .region-content section.page-header .page-desc.with-divider:after {
          position: absolute;
          content: "";
          width: 200px;
          height: 2px;
          background: #f28024;
          bottom: 0px;
          left: calc(50% - 200px/2); }
        @media screen and (max-width: 39.9375em) {
          .page-wrapper .region-content section.page-header .page-desc.with-divider {
            margin-bottom: 0px; } }
      .page-wrapper .region-content section.page-header .form-container {
        margin-bottom: 40px; }

@-webkit-keyframes scale {
  from {
    -webkit-transform: scale(1.04);
    opacity: .8; }
  to {
    -webkit-transform: scale(1);
    opacity: 1; } }

@-moz-keyframes scale {
  from {
    -moz-transform: scale(1.04);
    opacity: .8; }
  to {
    -moz-transform: scale(1);
    opacity: 1; } }

@keyframes scale {
  from {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    opacity: .8; }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

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

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

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

.col-mb {
  margin-bottom: 30px; }

.anchorLink {
  display: block;
  position: absolute;
  top: -100px; }

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 20px;
  left: 0px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 30px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      background: #c5c5c5;
      height: 2px;
      width: 30px;
      padding: 0px; }
      .slick-dots li button:before {
        content: none; }
    .slick-dots li.slick-active button {
      background: #f28024; }

.visually-hidden {
  display: none; }

.video-wrapper {
  position: relative;
  width: 100%; }

.roff-row {
  max-width: 68.125rem; }

ul.bullet-list {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0px 15px;
  margin: 0px;
  font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }
  ul.bullet-list li {
    background-image: url(../img/svg/bullet-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    list-style: none;
    padding-left: 20px;
    margin: 15px 0px; }
    ul.bullet-list li span {
      font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }

.basic-content ul {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0px 15px;
  margin: 0px;
  font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }
  .basic-content ul li {
    background-image: url(../img/svg/bullet-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    list-style: none;
    padding-left: 20px;
    margin: 15px 0px; }
    .basic-content ul li span {
      font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }

section ul, article ul {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0px 15px;
  margin: 0px;
  font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }
  section ul li, article ul li {
    background-image: url(../img/svg/bullet-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    list-style: none;
    padding-left: 20px;
    margin: 15px 0px; }
    section ul li span, article ul li span {
      font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }

section.filterable, article.filterable {
  display: none;
  width: 100%; }

.oport-filter-wrapper section.item-par:nth-child(odd) {
  background-color: #E8E7EA; }

.oport-filter-wrapper section.item-par:nth-child(even) {
  background-color: white; }

.loadmore-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
  z-index: 9;
  display: none; }
  .loadmore-overlay.active {
    display: block; }
  .loadmore-overlay .roff-preload {
    position: fixed;
    top: calc(50% - 65px/2);
    width: 65px;
    height: 65px;
    left: calc(50% - 65px/2);
    background-image: url("../img/roff-preload.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    border-radius: 5px;
    background-size: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }

.search-region {
  margin-top: 100px; }
  .search-region h2 {
    display: none; }
  .search-region .item-list {
    margin: 40px 0px; }
    .search-region .item-list ol {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .search-region .item-list ol li {
        margin: 20px 0px;
        padding: 20px 0px;
        border-bottom: 1px solid #c4c4c4; }
        .search-region .item-list ol li:first-child {
          margin-top: 0px; }
        .search-region .item-list ol li h3 {
          margin: 0px;
          font-size: 25px;
          text-transform: uppercase;
          letter-spacing: .5px; }
        .search-region .item-list ol li p strong {
          display: inline-block; }
        .search-region .item-list ol li p:last-child {
          color: #666666;
          font-style: italic;
          margin-top: 0px; }
        .search-region .item-list ol li p.search-info {
          color: #666666;
          font-style: italic;
          margin-top: 0px; }
  .search-region .search-form {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    margin-top: 40px; }
    .search-region .search-form .search-help-link {
      display: none; }
    .search-region .search-form .js-form-item {
      position: relative; }
      .search-region .search-form .js-form-item label {
        font-size: 14px;
        position: relative;
        padding-bottom: 4px;
        display: inherit;
        color: gray;
        width: 100%;
        padding-bottom: 10px; }
      .search-region .search-form .js-form-item input.form-search {
        height: 45px;
        width: 100%;
        padding-right: 45px;
        padding-left: 10px;
        border: none;
        outline: none;
        border: 2px solid #b6b6b6; }
    .search-region .search-form input.form-submit {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 45px;
      height: 45px;
      top: 10px;
      top: 31px;
      text-indent: 1000px;
      background: none;
      border: none;
      border: none;
      background-image: url("../img/svg/icon-search-gray.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 20px;
      opacity: .8;
      cursor: pointer;
      padding: 0px; }
      .search-region .search-form input.form-submit:hover {
        opacity: 1; }

.user-login-page {
  min-height: 750px; }
  @media screen and (max-width: 39.9375em) {
    .user-login-page {
      min-height: inherit; } }
  .user-login-page #block-roff-content {
    background: #2a2a2a;
    text-align: center;
    min-height: 550px;
    background-image: url("../img/svg/login-bg.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 900px; }
    @media screen and (max-width: 39.9375em) {
      .user-login-page #block-roff-content {
        background: none; } }
  .user-login-page .user-login-form {
    position: relative;
    max-width: 400px;
    padding: 30px;
    background: #fff;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    margin-top: 200px;
    top: 220px;
    display: inline-block;
    text-align: left;
    box-shadow: 0px 15px 25px 1px rgba(0, 0, 0, 0.1); }
    .user-login-page .user-login-form input#edit-submit {
      border-radius: 2px; }
    @media screen and (max-width: 39.9375em) {
      .user-login-page .user-login-form {
        margin: 0px 20px;
        margin-top: 100px;
        top: inherit; } }

#member-dashboard {
  background: red;
  min-height: 750px;
  background-color: #f2f2f2;
  display: inline-block;
  width: 100%;
  padding: 130px 30px 30px;
  background-image: url(../img/svg/dashboard.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1100px; }
  @media screen and (max-width: 63.9375em) {
    #member-dashboard {
      padding: 30px 30px 30px; } }
  #member-dashboard .member-user-card {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.08); }
    #member-dashboard .member-user-card .js-form-item h4.label {
      margin: 0px;
      text-transform: uppercase;
      font-weight: 900;
      padding-bottom: 10px; }

/**********************************

  * Default Sections

**********************************/
section .title-wrapper, article .title-wrapper {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-bottom: 30px; }
  section .title-wrapper h1, article .title-wrapper h1 {
    font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
    font-size: 1.875rem;
    margin: 0px;
    text-transform: uppercase;
    line-height: 1.875rem; }
  section .title-wrapper h2, article .title-wrapper h2 {
    margin: 0px;
    color: #8c8c8c;
    font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    font-size: 1.375rem;
    margin-top: -3px; }
  section .title-wrapper .tw-addicional, article .title-wrapper .tw-addicional {
    margin-top: 10px; }
    section .title-wrapper .tw-addicional .twa-field, article .title-wrapper .tw-addicional .twa-field {
      margin-right: 25px;
      position: relative;
      display: inline-block;
      float: left; }
      section .title-wrapper .tw-addicional .twa-field:last-child, article .title-wrapper .tw-addicional .twa-field:last-child {
        margin-right: 0px; }
      section .title-wrapper .tw-addicional .twa-field span, article .title-wrapper .tw-addicional .twa-field span {
        color: #575757;
        font-style: normal;
        display: inline-block; }
    section .title-wrapper .tw-addicional .date-time, article .title-wrapper .tw-addicional .date-time {
      position: relative;
      display: inline-block;
      text-align: left;
      font-size: 16px;
      float: left; }
    section .title-wrapper .tw-addicional address, article .title-wrapper .tw-addicional address {
      float: left; }
  section .title-wrapper.tw-left h1, article .title-wrapper.tw-left h1 {
    text-align: left; }
  section .title-wrapper.tw-left h2, article .title-wrapper.tw-left h2 {
    text-align: left; }
  section .title-wrapper.tw-right h1, article .title-wrapper.tw-right h1 {
    text-align: right; }
  section .title-wrapper.tw-right h2, article .title-wrapper.tw-right h2 {
    text-align: right; }
  section .title-wrapper.tw-center h1, article .title-wrapper.tw-center h1 {
    text-align: center; }
  section .title-wrapper.tw-center h2, article .title-wrapper.tw-center h2 {
    text-align: center; }
  section .title-wrapper i.roff-icon, article .title-wrapper i.roff-icon {
    position: relative;
    top: 4px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: inline-block; }
  section .title-wrapper i.ri-clock, article .title-wrapper i.ri-clock {
    background-image: url("../img/svg/ri-icon-clock.svg");
    background-repeat: no-repeat;
    background-position: center center; }
  section .title-wrapper i.ri-calendar, article .title-wrapper i.ri-calendar {
    background-image: url("../img/svg/ri-icon-calendar.svg");
    background-repeat: no-repeat;
    background-position: center center; }
  section .title-wrapper i.ri-marker, article .title-wrapper i.ri-marker {
    background-image: url("../img/svg/ri-icon-marker.svg");
    background-repeat: no-repeat;
    background-position: center center; }

section.section-odd, article.section-odd {
  background: #E8E7EA;
  padding: 4rem 0px;
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    section.section-odd, article.section-odd {
      padding: 3rem 0px; } }

section.section-even, article.section-even {
  background: #fff;
  padding: 4rem 0px;
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    section.section-even, article.section-even {
      padding: 3rem 0px; } }

section.bg-white, article.bg-white {
  background-color: #fff; }

section.bg-gray, article.bg-gray {
  background: #E8E7EA; }

section .as-links, article .as-links {
  float: left; }
  section .as-links h3, article .as-links h3 {
    margin-top: 0px;
    font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif; }
  @media screen and (max-width: 39.9375em) {
    section .as-links, article .as-links {
      float: left; } }
  section .as-links ul.social-networks, article .as-links ul.social-networks {
    position: relative;
    margin: 0px;
    padding: 0px; }
    section .as-links ul.social-networks li.sn-item, article .as-links ul.social-networks li.sn-item {
      display: inline-block;
      list-style: none;
      background-repeat: no-repeat;
      width: 45px;
      height: 45px;
      line-height: 40px;
      text-align: center;
      border: 1px solid #333333;
      border-radius: 50%;
      color: #fff;
      margin-right: 10px;
      margin-top: 0px;
      -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
      -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
      transition: cubic-bezier(0.19, 1, 0.22, 1) 0.3s; }
      section .as-links ul.social-networks li.sn-item.sn-item-facebook, article .as-links ul.social-networks li.sn-item.sn-item-facebook {
        background-image: url("../img/svg/social-networks-sprite.svg");
        background-position: 0px 0px; }
      section .as-links ul.social-networks li.sn-item.sn-item-twitter, article .as-links ul.social-networks li.sn-item.sn-item-twitter {
        background-image: url("../img/svg/social-networks-sprite.svg");
        background-position: -45px 0px; }
      section .as-links ul.social-networks li.sn-item.sn-item-linkedin, article .as-links ul.social-networks li.sn-item.sn-item-linkedin {
        background-image: url("../img/svg/social-networks-sprite.svg");
        background-position: -90px 0px; }
      section .as-links ul.social-networks li.sn-item:hover, article .as-links ul.social-networks li.sn-item:hover {
        background-color: #333333;
        background-position-y: -45px; }
  section .as-links.theme-opportunity .asl-col, article .as-links.theme-opportunity .asl-col {
    margin-bottom: 25px;
    padding-left: 40px; }
    @media screen and (max-width: 63.9375em) {
      section .as-links.theme-opportunity .asl-col, article .as-links.theme-opportunity .asl-col {
        padding-left: 0px; } }
    section .as-links.theme-opportunity .asl-col p, article .as-links.theme-opportunity .asl-col p {
      margin: 0px;
      padding-top: 5px;
      font-size: 1.375rem;
      font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif; }
    section .as-links.theme-opportunity .asl-col .social-networks, article .as-links.theme-opportunity .asl-col .social-networks {
      padding-top: 10px; }
  section .as-links.theme-opportunity h3, article .as-links.theme-opportunity h3 {
    font-size: 14px;
    color: #8a8a8a;
    margin-bottom: 0px; }

section .text p, article .text p {
  margin-top: 0px; }

/**********************************

  * Section Serviços 

**********************************/
section.section-servicos a {
  display: inline-block;
  width: 100%; }

section.section-servicos .servicos-icon-wrapper {
  text-align: center; }
  section.section-servicos .servicos-icon-wrapper .icon {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    /*&.icon-sap-consulting {
						background-image: url('../img/svg/icon-sap-consulting.svg');
					}
					&.icon-sap-support {
						background-image: url('../img/svg/icon-sap-support.svg');
					}
					&.icon-sap-outsourcing {
						background-image: url('../img/svg/icon-sap-outsourcing.svg');
					}
					&.icon-sap-software {
						background-image: url('../img/svg/icon-sap-software.svg');
					}
					&.icon-sap-training {
						background-image: url('../img/svg/icon-sap-training.svg');
					}
					&.icon-sap-solucoes {
						background-image: url('../img/svg/icon-sap-solucoes.svg');
					}
					&.icon-sap-outsystems {
						background-image: url('../img/svg/icon-sap-outsystems.svg');
					}
					&.icon-sap-digital {
						background-image: url('../img/svg/icon-sap-digital.svg');
					}*/ }
    @media screen and (max-width: 39.9375em) {
      section.section-servicos .servicos-icon-wrapper .icon {
        width: 100px;
        height: 100px;
        background-size: 100px; } }
  section.section-servicos .servicos-icon-wrapper .text {
    position: relative;
    width: 100%; }
    section.section-servicos .servicos-icon-wrapper .text h6 {
      color: #f28024;
      font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 1.125rem;
      margin: 0px;
      margin-top: 20px;
      text-transform: uppercase; }
  section.section-servicos .servicos-icon-wrapper:hover .icon {
    background-position: 0px 150px; }
    @media screen and (max-width: 39.9375em) {
      section.section-servicos .servicos-icon-wrapper:hover .icon {
        background-position: 0px 100px; } }
  section.section-servicos .servicos-icon-wrapper:hover .text h6 {
    color: #000; }

/**********************************

  * Section Destaques 

**********************************/
section.section-news-feed {
  /* clearfix */
  /* ---- card ---- */ }
  section.section-news-feed .news-feed-filter {
    position: relative;
    margin-bottom: 50px; }
    section.section-news-feed .news-feed-filter .news-feed-filter-wrapper {
      position: relative;
      width: 100%;
      padding: 0px 35px;
      text-align: left; }
      @media screen and (max-width: 63.9375em) {
        section.section-news-feed .news-feed-filter .news-feed-filter-wrapper {
          text-align: center; } }
      section.section-news-feed .news-feed-filter .news-feed-filter-wrapper form {
        width: auto;
        display: inline-block; }
      section.section-news-feed .news-feed-filter .news-feed-filter-wrapper input {
        background: #e8e7ea;
        padding: 9px 25px;
        margin: 0px 6px;
        margin-top: 10px;
        color: #f28024;
        cursor: pointer;
        border: none;
        outline: none;
        line-height: inherit;
        height: inherit;
        border-radius: 2px;
        float: none; }
        section.section-news-feed .news-feed-filter .news-feed-filter-wrapper input:hover {
          background-color: #e3e2e5; }
        section.section-news-feed .news-feed-filter .news-feed-filter-wrapper input.active {
          color: #000; }
  section.section-news-feed #masonry-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0px 30px; }
    @media (max-width: 1177px) {
      section.section-news-feed #masonry-container {
        max-width: 790px; } }
    @media (max-width: 804px) {
      section.section-news-feed #masonry-container {
        max-width: 380px; } }
    @media screen and (max-width: 39.9375em) {
      section.section-news-feed #masonry-container {
        padding: 0px 12px; } }
  section.section-news-feed .masonry-grid:after {
    content: '';
    display: block;
    clear: both; }
  section.section-news-feed .card {
    width: 350px;
    float: left;
    border-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin-bottom: 30px;
    /*	&:hover {
	  		box-shadow:-3px 19px 39px 0px rgba(0, 0, 0, 0.21);
	  		@include transform(translateY(-10px));
	  	}*/ }
    section.section-news-feed .card a {
      display: inherit; }
    @media (max-width: 804px) {
      section.section-news-feed .card {
        width: 100%; } }
  section.section-news-feed .card .card-img img {
    width: 100%; }
  section.section-news-feed .card .card-desc {
    position: absolute;
    bottom: 0px;
    min-height: 100px;
    padding: 15px 11px 15px 60px;
    background: rgba(0, 0, 0, 0.53);
    width: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    @media screen and (max-width: 39.9375em) {
      section.section-news-feed .card .card-desc {
        padding: 15px 11px 15px 48px; } }
    section.section-news-feed .card .card-desc .title {
      text-align: left;
      text-transform: uppercase; }
      section.section-news-feed .card .card-desc .title h2 {
        color: #fff;
        font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
        font-size: 1.5625rem;
        line-height: 30px;
        margin: 0px; }
        @media screen and (max-width: 39.9375em) {
          section.section-news-feed .card .card-desc .title h2 {
            font-size: 1.375rem; } }
    section.section-news-feed .card .card-desc .subtitle {
      text-align: left;
      text-transform: uppercase; }
      section.section-news-feed .card .card-desc .subtitle h2 {
        color: #fff;
        font-family: "Gotham-Rounded-Light", "Soho-Gothic-Light", "Helvetica", "Arial", sans-serif;
        font-size: 1.375rem;
        line-height: 1.5625rem;
        margin: 0px;
        margin-top: 5px; }
    section.section-news-feed .card .card-desc:before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 40px;
      height: 40px;
      background-color: #000; }
    section.section-news-feed .card .card-desc.icon-1:before {
      background-image: url("../img/svg/icon-readmore.svg");
      background-repeat: no-repeat;
      background-position: center center; }
    section.section-news-feed .card .card-desc.icon-2:before {
      background-image: url("../img/svg/icon-calendar.svg");
      background-repeat: no-repeat;
      background-position: center center; }
    section.section-news-feed .card .card-desc.icon-3:before {
      background-image: url("../img/svg/icon-random.svg");
      background-repeat: no-repeat;
      background-position: center center; }
  section.section-news-feed .card {
    /**********************************************
			*
			* THEME-1 
			*
		***********************************************/
    /********************************
		  *
		  * THEME-1  color variations
		  *
		*********************************/
    /**********************************************
			*
			* TEMA 02 : 
			*    - .color-orange 
			*    - .color-gray 
			*
		***********************************************/
    /**********************************************
			*
			* TEMA 03 : 
			*    - .color-orange 
			*    - .color-gray 
			*
		***********************************************/ }
    section.section-news-feed .card.theme-1 .card-img {
      min-height: 200px; }
    section.section-news-feed .card.theme-1 .card-desc {
      position: absolute;
      bottom: 0px;
      min-height: 100px;
      background: rgba(0, 0, 0, 0.53);
      width: 100%; }
      section.section-news-feed .card.theme-1 .card-desc:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 40px;
        height: 40px;
        background-color: #000; }
    section.section-news-feed .card.theme-1:hover .card-desc {
      background: rgba(0, 0, 0, 0.7); }
    section.section-news-feed .card.theme-1.no-image {
      position: relative; }
      section.section-news-feed .card.theme-1.no-image .card-desc {
        position: relative; }
    section.section-news-feed .card.theme-1.color-transparent .card-desc {
      background: rgba(0, 0, 0, 0.53); }
    section.section-news-feed .card.theme-1.color-transparent:hover .card-desc {
      background: rgba(0, 0, 0, 0.7); }
    section.section-news-feed .card.theme-1.color-gray .title h2 {
      color: #000; }
    section.section-news-feed .card.theme-1.color-gray .subtitle h2 {
      color: #000; }
    section.section-news-feed .card.theme-1.color-gray .card-desc {
      position: relative;
      background-color: #ccc; }
    section.section-news-feed .card.theme-1.color-gray:hover .card-desc {
      background-color: #b3b3b3; }
    section.section-news-feed .card.theme-1.color-orange .card-desc {
      position: relative;
      background-color: #ffa05b; }
      section.section-news-feed .card.theme-1.color-orange .card-desc .title h2 {
        color: #fff; }
      section.section-news-feed .card.theme-1.color-orange .card-desc .subtitle h2 {
        color: #fff; }
    section.section-news-feed .card.theme-1.color-orange:hover .card-desc {
      background-color: #ff8228; }
    section.section-news-feed .card.theme-2 .card-desc {
      position: relative;
      width: 100%;
      min-height: 100px;
      background-color: #ccc; }
      section.section-news-feed .card.theme-2 .card-desc .title h2 {
        color: #000; }
      section.section-news-feed .card.theme-2 .card-desc .subtitle h2 {
        color: #000; }
      section.section-news-feed .card.theme-2 .card-desc:before {
        top: inherit;
        bottom: 0px; }
    section.section-news-feed .card.theme-2:hover .card-desc {
      background-color: #b3b3b3; }
    section.section-news-feed .card.theme-2.color-orange .card-desc {
      background-color: #ffa05b; }
      section.section-news-feed .card.theme-2.color-orange .card-desc .title h2 {
        color: #fff; }
      section.section-news-feed .card.theme-2.color-orange .card-desc .subtitle h2 {
        color: #fff; }
    section.section-news-feed .card.theme-2.color-orange:hover .card-desc {
      background-color: #ff8228; }
    section.section-news-feed .card.theme-2.color-gray .card-desc {
      background-color: #ccc; }
    section.section-news-feed .card.theme-2.color-gray:hover .card-desc {
      background-color: #b3b3b3; }
    section.section-news-feed .card.theme-3 .card-desc {
      position: relative;
      width: 100%;
      min-height: 100px;
      background-color: #ccc; }
      section.section-news-feed .card.theme-3 .card-desc .title h2 {
        color: #000; }
      section.section-news-feed .card.theme-3 .card-desc .subtitle h2 {
        color: #000; }
      section.section-news-feed .card.theme-3 .card-desc:before {
        top: inherit;
        bottom: 0px; }
    section.section-news-feed .card.theme-3:hover .card-desc {
      background-color: #b3b3b3; }
    section.section-news-feed .card.theme-3.color-orange .card-desc {
      background-color: #ffa05b; }
      section.section-news-feed .card.theme-3.color-orange .card-desc .title h2 {
        color: #fff; }
      section.section-news-feed .card.theme-3.color-orange .card-desc .subtitle h2 {
        color: #fff; }
    section.section-news-feed .card.theme-3.color-orange:hover .card-desc {
      background-color: #ff8228; }
    section.section-news-feed .card.theme-3.color-gray .card-desc {
      background-color: #ccc; }
    section.section-news-feed .card.theme-3.color-gray:hover .card-desc {
      background-color: #b3b3b3; }
    section.section-news-feed .card.theme-3.color-gray-darken .title h2 {
      color: #fff; }
    section.section-news-feed .card.theme-3.color-gray-darken .subtitle h2 {
      color: #fff; }
    section.section-news-feed .card.theme-3.color-gray-darken .card-desc {
      background: #757575; }
      section.section-news-feed .card.theme-3.color-gray-darken .card-desc:hover {
        background-color: #5c5c5c; }

/**********************************

  * Section icons

**********************************/
section.section-icons .icon-wrapper {
  text-align: center; }
  section.section-icons .icon-wrapper .icon {
    position: relative;
    width: 100%;
    margin: 0 auto; }
  section.section-icons .icon-wrapper .title {
    position: relative;
    width: 100%; }
    section.section-icons .icon-wrapper .title h6 {
      color: #000;
      font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 1rem;
      margin: 0px;
      margin: 10px 0px;
      text-transform: uppercase; }
  section.section-icons .icon-wrapper .text {
    padding: 0px 30px; }
    section.section-icons .icon-wrapper .text p {
      color: #333333; }

section.section-icons .section-icon-carousel {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0px 30px; }
  section.section-icons .section-icon-carousel .columns {
    display: table-cell; }
  section.section-icons .section-icon-carousel .icon-wrapper img {
    display: inherit;
    margin: 0 auto; }
  section.section-icons .section-icon-carousel.rounded .icon-wrapper .title {
    position: relative;
    width: 100%; }
    section.section-icons .section-icon-carousel.rounded .icon-wrapper .title h6 {
      color: #000;
      font-family: "Gotham-Rounded-Medium", "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 1rem;
      margin: 0px;
      margin: 10px 0px;
      font-style: italic;
      color: #333333;
      text-transform: none; }
  section.section-icons .section-icon-carousel.rounded .icon-wrapper .text {
    max-width: 600px;
    margin: 0 auto;
    min-height: 140px; }
    section.section-icons .section-icon-carousel.rounded .icon-wrapper .text p {
      line-height: 26px;
      margin: 0px; }
  section.section-icons .section-icon-carousel.rounded .icon-wrapper .icon {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    background-color: #eee;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px; }
    section.section-icons .section-icon-carousel.rounded .icon-wrapper .icon img {
      max-width: none; }

/**********************************

  * Section icons

**********************************/
section.section-trb {
  padding: 0 0 4rem; }
  section.section-trb h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 4rem 0; }
  section.section-trb .icon-wrapper {
    text-align: center; }
    section.section-trb .icon-wrapper .icon {
      display: block;
      position: relative;
      width: 160px;
      height: 160px;
      overflow: hidden;
      border-radius: 50%;
      margin: 0 auto 20px; }
    section.section-trb .icon-wrapper .name {
      position: relative;
      width: 100%; }
      section.section-trb .icon-wrapper .name h6 {
        color: #000;
        font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
        font-size: 1rem;
        margin: 0px;
        margin-top: 20px;
        text-transform: uppercase; }
    section.section-trb .icon-wrapper .text p {
      color: #333333; }
  section.section-trb .section-trb-carousel {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 0px 30px; }
    section.section-trb .section-trb-carousel .columns {
      display: table-cell; }
    section.section-trb .section-trb-carousel .icon-wrapper img {
      display: inherit;
      margin: 0 auto;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      image-rendering: auto; }

/**********************************

  * Section Facts

**********************************/
section.section-facts .facts-wrapper {
  text-align: center; }
  section.section-facts .facts-wrapper .number-container {
    position: relative;
    word-break: break-all; }
    section.section-facts .facts-wrapper .number-container .number {
      position: relative;
      width: auto;
      font-size: 5.9375rem;
      color: #f28024;
      font-family: "Soho-Gothic-Light", "Helvetica", "Arial", sans-serif;
      display: inline-block; }
    section.section-facts .facts-wrapper .number-container .percent {
      position: relative;
      top: -18px;
      font-size: 4.375rem;
      color: #f28024;
      font-family: "Soho-Gothic-Light", "Helvetica", "Arial", sans-serif;
      display: inline-block; }
    section.section-facts .facts-wrapper .number-container .thousands {
      font-size: 3rem;
      color: #f28024;
      font-family: "Soho-Gothic-Light", "Helvetica", "Arial", sans-serif; }
  section.section-facts .facts-wrapper .title {
    position: relative;
    width: 100%;
    margin-top: -25px; }
    section.section-facts .facts-wrapper .title h6 {
      color: #000;
      font-family: "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif;
      font-size: 1.125rem;
      margin: 0px;
      margin-top: 20px;
      color: #333333; }

/**********************************

  * Section Parceiros

**********************************/
section.section-partners .sp-wraper .basic-content {
  position: relative;
  display: inherit;
  padding: 0px; }

@media screen and (max-width: 39.9375em) {
  section.section-partners .sp-wraper {
    text-align: center; } }

section.section-partners .sp-wraper .image {
  padding-bottom: 30px; }

section.section-partners .sp-wraper .title h4 {
  color: #000;
  font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 32px;
  margin: 10px 0px; }

/**********************************

  * Section Certificações

**********************************/
section.section-certificoes .title-wrapper {
  text-align: left; }
  @media screen and (max-width: 39.9375em) {
    section.section-certificoes .title-wrapper {
      text-align: center; } }

section.section-certificoes .sc-certificacoes {
  position: relative;
  width: 100%; }
  section.section-certificoes .sc-certificacoes .scc-image {
    position: relative;
    width: 200px;
    height: 200px;
    border: 1px solid #eee;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    line-height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (max-width: 39.9375em) {
      section.section-certificoes .sc-certificacoes .scc-image {
        width: 160px;
        height: 160px; } }
    section.section-certificoes .sc-certificacoes .scc-image .scc-image-caption {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background: rgba(0, 0, 0, 0.65);
      color: #fff;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
      -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
      transition: cubic-bezier(0.19, 1, 0.22, 1) 0.3s; }
      section.section-certificoes .sc-certificacoes .scc-image .scc-image-caption .caption-wrapper {
        display: table;
        width: 100%;
        height: 100%;
        position: relative; }
        section.section-certificoes .sc-certificacoes .scc-image .scc-image-caption .caption-wrapper .caption {
          display: table-cell;
          vertical-align: middle;
          padding: 0px 15px;
          -webkit-transform: translateY(-10px);
          -moz-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          -o-transform: translateY(-10px);
          transform: translateY(-10px);
          -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
          -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
          transition: cubic-bezier(0.19, 1, 0.22, 1) 1s; }
          section.section-certificoes .sc-certificacoes .scc-image .scc-image-caption .caption-wrapper .caption .title {
            position: relative;
            width: 100%;
            text-align: center; }
            section.section-certificoes .sc-certificacoes .scc-image .scc-image-caption .caption-wrapper .caption .title h6 {
              margin: 0px;
              color: #fff;
              line-height: normal;
              font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
              font-size: 1rem; }
          section.section-certificoes .sc-certificacoes .scc-image .scc-image-caption .caption-wrapper .caption .text {
            position: relative;
            width: 100%;
            text-align: center;
            padding-top: 5px; }
            section.section-certificoes .sc-certificacoes .scc-image .scc-image-caption .caption-wrapper .caption .text p {
              color: #fff;
              font-size: 0.75rem;
              line-height: 18px; }
    section.section-certificoes .sc-certificacoes .scc-image:hover .scc-image-caption {
      visibility: visible;
      opacity: 1; }
      section.section-certificoes .sc-certificacoes .scc-image:hover .scc-image-caption .caption {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }

/**********************************

  * Section Prémios

**********************************/
section.section-premios {
  /*
	ul.sp-wrapper {
		position:relative;
		margin:0px;
		padding:0px;
		li {
			float:left;
			list-style:none;
				&.spw-image {
					width:160px;
					height:160px;
					border:1px solid #c7c7c7;
					background:$white;
					float:left;
					background-size:contain;
				}
				&.spw-content {
				    background: red;
				    position: absolute;
				    padding-left: 170px;
				    max-height:160px;
				    overflow: hidden;
				}
		}
	*/ }
  section.section-premios .title-wrapper {
    text-align: left; }
    @media screen and (max-width: 39.9375em) {
      section.section-premios .title-wrapper {
        text-align: center; } }
  @media screen and (max-width: 39.9375em) {
    section.section-premios .sp-wrapper .shrink {
      width: 100%;
      padding-bottom: 20px; } }
  section.section-premios .sp-wrapper .sp-image {
    position: relative;
    width: 160px;
    height: 160px;
    border: 1px solid #c7c7c7;
    background: #fff;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
    @media screen and (max-width: 39.9375em) {
      section.section-premios .sp-wrapper .sp-image {
        margin: 0 auto;
        width: 120px;
        height: 120px; } }
  section.section-premios .sp-wrapper .spw-content {
    padding-left: 20px; }
    @media screen and (max-width: 39.9375em) {
      section.section-premios .sp-wrapper .spw-content {
        text-align: center;
        padding: 0px 20px; } }
    section.section-premios .sp-wrapper .spw-content .sp-title {
      position: relative;
      width: 100%; }
      section.section-premios .sp-wrapper .spw-content .sp-title h5 {
        margin: 0px;
        font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
        font-size: 1.25rem;
        color: #f28024; }

/**********************************

  * Section Casos de sucesso

**********************************/
@media screen and (max-width: 63.9375em) {
  section.case-studies .cs-highlights .slider-cs-highlights {
    padding: 0px 30px; } }

section.case-studies .cs-highlights .columns {
  max-width: inherit; }

section.case-studies .cs-highlights .slick-dots {
  display: block;
  position: relative;
  bottom: inherit;
  top: inherit;
  margin: -10px; }

section.case-studies .cs-highlights .csh-card {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  display: inline-block; }
  section.case-studies .cs-highlights .csh-card .csh-image {
    position: relative;
    width: 100%; }
    section.case-studies .cs-highlights .csh-card .csh-image img {
      width: 100%; }
  section.case-studies .cs-highlights .csh-card .csh-caption {
    position: relative;
    width: 100%;
    display: inline-block;
    background: #333333;
    padding: 10px;
    z-index: 3;
    border-top: 1px solid #fff;
    min-height: 85px; }
    section.case-studies .cs-highlights .csh-card .csh-caption .title {
      font-size: 0.875rem;
      font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
      margin: 0px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: .5px; }
    section.case-studies .cs-highlights .csh-card .csh-caption .subtitle {
      font-size: 0.875rem;
      margin: 0px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: .5px;
      font-family: "Soho-Gothic-Light", "Helvetica", "Arial", sans-serif; }
  section.case-studies .cs-highlights .csh-card .csh-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    section.case-studies .cs-highlights .csh-card .csh-hover .csh-hover-wrapper {
      display: table;
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center; }
      section.case-studies .cs-highlights .csh-card .csh-hover .csh-hover-wrapper .csh-hover-inner {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        text-align: center;
        padding: 0px 10px; }
        section.case-studies .cs-highlights .csh-card .csh-hover .csh-hover-wrapper .csh-hover-inner .title {
          margin: 0px;
          color: #fff;
          font-size: 1.125rem;
          font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif; }
        section.case-studies .cs-highlights .csh-card .csh-hover .csh-hover-wrapper .csh-hover-inner p {
          color: #fff; }
  section.case-studies .cs-highlights .csh-card:hover .csh-hover {
    opacity: 1;
    visibility: visible; }

section.case-studies .cs-list .row {
  display: none; }
  section.case-studies .cs-list .row:nth-child(1) {
    display: flex; }
  section.case-studies .cs-list .row:nth-child(2) {
    display: flex; }

section.case-studies .cs-list .csh-card {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto; }
  section.case-studies .cs-list .csh-card .csh-image {
    position: relative;
    width: 100%;
    display: inline-block; }
  section.case-studies .cs-list .csh-card .csh-caption {
    position: relative;
    width: 100%;
    display: inline-block;
    background: #333333;
    padding: 10px 0px;
    border-top: 1px solid #fff;
    z-index: 3;
    min-height: 85px; }
    section.case-studies .cs-list .csh-card .csh-caption .title {
      font-size: 0.875rem;
      font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
      margin: 0px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: .5px; }
    section.case-studies .cs-list .csh-card .csh-caption .subtitle {
      font-size: 0.875rem;
      margin: 0px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: .5px;
      font-family: "Soho-Gothic-Light", "Helvetica", "Arial", sans-serif; }
  section.case-studies .cs-list .csh-card .csh-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    section.case-studies .cs-list .csh-card .csh-hover .csh-hover-wrapper {
      display: table;
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center; }
      section.case-studies .cs-list .csh-card .csh-hover .csh-hover-wrapper .csh-hover-inner {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        text-align: center; }
        section.case-studies .cs-list .csh-card .csh-hover .csh-hover-wrapper .csh-hover-inner .title {
          margin: 0px;
          color: #fff;
          font-size: 1.125rem;
          font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif; }
        section.case-studies .cs-list .csh-card .csh-hover .csh-hover-wrapper .csh-hover-inner p {
          color: #fff; }
  section.case-studies .cs-list .csh-card:hover .csh-hover {
    opacity: 1;
    visibility: visible; }

section.case-studies .cs-list.full-loaded .row {
  display: flex; }

/*******************************************

  * Section Casos de sucesso página interior

********************************************/
section.case-study-wall-intro .cswt-description p {
  margin-top: 0px; }

section.case-study-wall-intro .cswt-links {
  float: left; }
  section.case-study-wall-intro .cswt-links h3 {
    margin-top: 0px;
    font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif; }
  @media screen and (max-width: 39.9375em) {
    section.case-study-wall-intro .cswt-links {
      float: left; } }
  section.case-study-wall-intro .cswt-links ul.social-networks {
    position: relative;
    margin: 0px;
    padding: 0px; }
    section.case-study-wall-intro .cswt-links ul.social-networks li.sn-item {
      display: inline-block;
      list-style: none;
      background-repeat: no-repeat;
      width: 45px;
      height: 45px;
      line-height: 40px;
      text-align: center;
      border: 1px solid #333333;
      border-radius: 50%;
      color: #fff;
      margin-right: 10px;
      -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
      -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
      transition: cubic-bezier(0.19, 1, 0.22, 1) 0.3s; }
      section.case-study-wall-intro .cswt-links ul.social-networks li.sn-item.sn-item-facebook {
        background-image: url("../img/svg/social-networks-sprite.svg");
        background-position: 0px 0px; }
      section.case-study-wall-intro .cswt-links ul.social-networks li.sn-item.sn-item-twitter {
        background-image: url("../img/svg/social-networks-sprite.svg");
        background-position: -45px 0px; }
      section.case-study-wall-intro .cswt-links ul.social-networks li.sn-item.sn-item-linkedin {
        background-image: url("../img/svg/social-networks-sprite.svg");
        background-position: -90px 0px; }
      section.case-study-wall-intro .cswt-links ul.social-networks li.sn-item:hover {
        background-color: #333333;
        background-position-y: -45px; }

section.case-study-wall-results .title {
  text-transform: uppercase;
  font-family: "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }

section.case-study-wall-results .cswt-results-text p {
  font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif;
  color: #333333;
  font-size: 18px;
  line-height: 25px;
  margin-top: 0px; }

section.case-study-wall-results .cswt-results-slider {
  text-align: center; }
  section.case-study-wall-results .cswt-results-slider .cswt-slide-wrapper {
    max-width: 250px;
    margin: 0 auto; }
  section.case-study-wall-results .cswt-results-slider .slick-dots {
    margin-top: 0px; }
  section.case-study-wall-results .cswt-results-slider h1.number {
    font-size: 85px;
    margin: 0;
    padding: 0;
    line-height: 56px;
    color: #f28024;
    font-family: "Soho-Gothic-Light", "Helvetica", "Arial", sans-serif; }
  section.case-study-wall-results .cswt-results-slider p.caption {
    font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }

section.case-study-wall-related .cswt-related-carousel {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px; }
  section.case-study-wall-related .cswt-related-carousel::after {
    clear: both;
    content: "";
    display: table; }
  section.case-study-wall-related .cswt-related-carousel .slick-dots {
    position: relative; }

section.case-study-wall-related .columns {
  max-width: inherit;
  text-align: center; }

section.case-study-wall-related .csh-card {
  position: relative;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  display: inline-block; }
  section.case-study-wall-related .csh-card .csh-image {
    position: relative;
    width: 100%; }
    section.case-study-wall-related .csh-card .csh-image img {
      width: 100%; }
  section.case-study-wall-related .csh-card .csh-caption {
    position: relative;
    width: 100%;
    display: inline-block;
    background: #333333;
    padding: 10px;
    z-index: 3;
    border-top: 1px solid #fff; }
    section.case-study-wall-related .csh-card .csh-caption .title {
      font-size: 0.875rem;
      font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
      margin: 0px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: .5px; }
    section.case-study-wall-related .csh-card .csh-caption .subtitle {
      font-size: 0.875rem;
      margin: 0px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: .5px;
      font-family: "Soho-Gothic-Light", "Helvetica", "Arial", sans-serif; }
  section.case-study-wall-related .csh-card .csh-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    section.case-study-wall-related .csh-card .csh-hover .csh-hover-wrapper {
      display: table;
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center; }
      section.case-study-wall-related .csh-card .csh-hover .csh-hover-wrapper .csh-hover-inner {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        text-align: center; }
        section.case-study-wall-related .csh-card .csh-hover .csh-hover-wrapper .csh-hover-inner .title {
          margin: 0px;
          color: #fff;
          font-size: 1.125rem;
          font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif; }
        section.case-study-wall-related .csh-card .csh-hover .csh-hover-wrapper .csh-hover-inner p {
          color: #fff; }
  section.case-study-wall-related .csh-card:hover .csh-hover {
    opacity: 1;
    visibility: visible; }

/*******************************************

  * Section Clientes

********************************************/
section.section-clientes {
  padding-top: 0px; }
  section.section-clientes .client-logo {
    width: 100%;
    max-width: 170px;
    height: 170px;
    margin: 0 auto;
    border: 1px solid #c8c8c8;
    background-position: center center; }
  section.section-clientes .filter-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    text-align: center; }
    section.section-clientes .filter-container .filter-label {
      display: grid;
      margin-bottom: 4px;
      color: #818181;
      font-size: 15px; }
    section.section-clientes .filter-container select {
      max-width: 250px;
      margin: 0 auto;
      background: transparent;
      border: none;
      outline: none;
      height: 40px;
      border-radius: 0;
      border: 1px solid #c8c8c8;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding-left: 10px;
      background-image: url("../img/svg/icon-select-arrow.svg");
      background-repeat: no-repeat;
      background-position: 99% center; }
  section.section-clientes .client-filter-wrapper .mix {
    display: none; }

section.section-stripes {
  padding: 4rem 0px; }
  @media screen and (max-width: 39.9375em) {
    section.section-stripes.position-text-left .col-item-1 {
      order: 2;
      -webkit-order: 2;
      -ms-flex-order: 2; } }
  @media screen and (max-width: 39.9375em) {
    section.section-stripes {
      padding: 2rem 0px; } }
  section.section-stripes .ss-text h1.title {
    margin: 0px;
    text-transform: uppercase;
    font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
    line-height: 1em;
    margin-top: 10px; }
  section.section-stripes .ss-text h2.subtitle {
    margin: 0px;
    text-transform: uppercase;
    color: #8c8c8c;
    font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
    font-size: 1.375rem; }
  section.section-stripes .ss-text ul {
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 0px 15px;
    margin: 0px; }
    section.section-stripes .ss-text ul li {
      background-image: url(../img/svg/bullet-arrow.svg);
      background-repeat: no-repeat;
      background-position: 0px 4px;
      list-style: none;
      padding-left: 20px;
      margin: 15px 0px; }
      section.section-stripes .ss-text ul li span {
        font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }
  section.section-stripes .ss-btn {
    position: relative;
    width: 100%;
    margin-top: 25px; }
  @media screen and (max-width: 39.9375em) {
    section.section-stripes .ss-image {
      margin-bottom: 10px; } }

section.section-row-actions.force-white {
  background-color: #fff; }

section.section-row-actions.force-gray {
  background-color: #E8E7EA; }

section.section-row-actions ul.btn-wrapper {
  margin: 0px;
  padding: 0px;
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 0px;
  padding: 0px; }
  section.section-row-actions ul.btn-wrapper li {
    display: inline-block;
    margin: 0px;
    padding: 0px 13px;
    list-style: none;
    background-image: none; }
    @media screen and (max-width: 39.9375em) {
      section.section-row-actions ul.btn-wrapper li {
        width: 100%;
        padding: 13px 13px; } }

section.section-testimonial {
  background-color: #333333;
  text-align: center; }
  section.section-testimonial .cswt-text {
    color: #fff;
    font-size: 1.5625rem;
    margin-top: 0px;
    font-family: "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif;
    line-height: 32px; }
  section.section-testimonial .cswt-sign {
    position: relative;
    width: 100%;
    color: #bababa;
    text-align: center;
    margin-top: 0px;
    font-family: "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }

article.article-section {
  background: #fff;
  padding: 4rem 0px; }
  @media screen and (max-width: 39.9375em) {
    article.article-section {
      padding: 3rem 0px; } }
  article.article-section .as-text p {
    margin-top: 0px; }
  article.article-section .as-text a {
    color: #f28024;
    font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif; }
    article.article-section .as-text a:hover {
      text-decoration: underline; }

article .article-aside {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 40px; }
  @media screen and (max-width: 63.9375em) {
    article .article-aside {
      padding-left: 0px; } }
  @media screen and (max-width: 39.9375em) {
    article .article-aside {
      padding-bottom: 30px; } }

article .article-body-content {
  padding: 0px;
  margin: 0px; }
  article .article-body-content .as-image {
    float: left;
    margin: 0px 20px 10px 0px; }
    @media screen and (max-width: 39.9375em) {
      article .article-body-content .as-image {
        float: none;
        margin: 0px 0px 20px 0px; } }

article .section-testimonial {
  margin-bottom: 30px; }

article .as-text p:nth-child(1) {
  margin-top: 0px; }

section.related-news .rn-carousel {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 0px; }
  section.related-news .rn-carousel::after {
    clear: both;
    content: "";
    display: table; }
  section.related-news .rn-carousel .slick-dots {
    position: relative; }

section.related-news .columns {
  max-width: inherit; }

section.related-news .card {
  position: relative;
  min-height: 260px;
  max-height: 260px; }
  section.related-news .card .card-img {
    position: absolute;
    width: 100%;
    height: 260px;
    top: 0px;
    background-size: cover;
    background-position: center center; }
  section.related-news .card .card-desc {
    position: absolute;
    bottom: 0px;
    padding: 15px 10px 15px 52px;
    background: rgba(0, 0, 0, 0.53);
    width: 100%;
    height: 138px;
    display: table;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    section.related-news .card .card-desc .title {
      text-align: left;
      text-transform: uppercase; }
      section.related-news .card .card-desc .title h2 {
        color: #fff;
        font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
        font-size: 1.25rem;
        line-height: 1.6875rem;
        margin: 0px;
        word-break: break-word;
        /*-webkit-hyphens: auto;
								   -moz-hyphens: auto;
								        hyphens: auto;*/ }
    section.related-news .card .card-desc .subtitle {
      text-align: left;
      text-transform: uppercase; }
      section.related-news .card .card-desc .subtitle h2 {
        color: #fff;
        font-family: "Gotham-Rounded-Light", "Soho-Gothic-Light", "Helvetica", "Arial", sans-serif;
        font-size: 1.375rem;
        line-height: 1.5625rem;
        margin: 0px;
        margin-top: 5px; }
    section.related-news .card .card-desc:before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 40px;
      height: 40px;
      background-color: #000; }
    section.related-news .card .card-desc.icon-1:before {
      background-image: url("../img/svg/icon-readmore.svg");
      background-repeat: no-repeat;
      background-position: center center; }
    section.related-news .card .card-desc.icon-2:before {
      background-image: url("../img/svg/icon-calendar.svg");
      background-repeat: no-repeat;
      background-position: center center; }
    section.related-news .card .card-desc.icon-3:before {
      background-image: url("../img/svg/icon-random.svg");
      background-repeat: no-repeat;
      background-position: center center; }

section.related-news .card.theme-1 .card-desc {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.53);
  width: 100%;
  height: inherit;
  max-height: 260px;
  display: inline-block;
  z-index: 2; }
  section.related-news .card.theme-1 .card-desc:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    background-color: #000; }

section.related-news .card.theme-1:hover .card-desc {
  background: rgba(0, 0, 0, 0.7); }

section.related-news .card.theme-1.no-image a {
  display: inherit; }

section.related-news .card.theme-1.no-image .card-img {
  position: relative;
  max-height: 122px; }

section.related-news .card.theme-1.no-image .card-desc {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.53);
  bottom: inherit;
  height: 260px;
  display: table; }
  section.related-news .card.theme-1.no-image .card-desc .cd-inner {
    padding-top: 30px; }
  section.related-news .card.theme-1.no-image .card-desc .title h2 {
    color: #fff; }
  section.related-news .card.theme-1.no-image .card-desc .subtitle h2 {
    color: #fff; }
  section.related-news .card.theme-1.no-image .card-desc:before {
    top: 0px;
    bottom: inherit; }

section.related-news .card.theme-1.no-image:hover .card-desc {
  background: rgba(0, 0, 0, 0.7); }

section.related-news .card.theme-1.color-transparent a {
  display: inherit; }

section.related-news .card.theme-1.color-transparent .card-img {
  position: relative;
  max-height: 122px; }

section.related-news .card.theme-1.color-transparent .card-desc {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.53);
  bottom: inherit;
  height: 260px;
  display: table; }
  section.related-news .card.theme-1.color-transparent .card-desc .title h2 {
    color: #fff; }
  section.related-news .card.theme-1.color-transparent .card-desc .subtitle h2 {
    color: #fff; }
  section.related-news .card.theme-1.color-transparent .card-desc:before {
    top: 0px;
    bottom: inherit; }

section.related-news .card.theme-1.color-transparent:hover .card-desc {
  background: rgba(0, 0, 0, 0.7); }

section.related-news .card.theme-1.color-gray a {
  display: inherit; }

section.related-news .card.theme-1.color-gray .card-img {
  position: relative;
  max-height: 122px; }

section.related-news .card.theme-1.color-gray .card-desc {
  position: relative;
  width: 100%;
  background-color: #ccc;
  bottom: inherit;
  height: 260px;
  display: table; }
  section.related-news .card.theme-1.color-gray .card-desc .title h2 {
    color: #000; }
  section.related-news .card.theme-1.color-gray .card-desc .subtitle h2 {
    color: #000; }
  section.related-news .card.theme-1.color-gray .card-desc:before {
    top: 0px;
    bottom: inherit; }

section.related-news .card.theme-1.color-gray:hover .card-desc {
  background-color: #b3b3b3; }

section.related-news .card.theme-1.color-orange a {
  display: inherit; }

section.related-news .card.theme-1.color-orange .card-img {
  position: relative;
  max-height: 122px; }

section.related-news .card.theme-1.color-orange .card-desc {
  position: relative;
  width: 100%;
  background-color: #ffa05b;
  bottom: inherit;
  height: 260px;
  display: table; }
  section.related-news .card.theme-1.color-orange .card-desc .title h2 {
    color: #fff; }
  section.related-news .card.theme-1.color-orange .card-desc .subtitle h2 {
    color: #fff; }
  section.related-news .card.theme-1.color-orange .card-desc:before {
    top: 0px;
    bottom: inherit; }

section.related-news .card.theme-1.color-orange:hover .card-desc {
  background-color: #ff8228; }

section.related-news .card.theme-2 a {
  display: inherit; }

section.related-news .card.theme-2 .card-img {
  position: relative;
  max-height: 122px; }

section.related-news .card.theme-2 .card-desc {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.53);
  bottom: inherit;
  height: 260px; }
  section.related-news .card.theme-2 .card-desc .title h2 {
    color: #fff; }
  section.related-news .card.theme-2 .card-desc .subtitle h2 {
    color: #fff; }
  section.related-news .card.theme-2 .card-desc:before {
    top: 0px;
    bottom: inherit; }

section.related-news .card.theme-2:hover .card-desc {
  background: rgba(0, 0, 0, 0.7); }

section.related-news .card.theme-2.color-transparent a {
  display: inherit; }

section.related-news .card.theme-2.color-transparent .card-img {
  position: relative;
  max-height: 122px; }

section.related-news .card.theme-2.color-transparent .card-desc {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.53);
  bottom: inherit;
  height: 260px;
  display: table; }
  section.related-news .card.theme-2.color-transparent .card-desc .title h2 {
    color: #fff; }
  section.related-news .card.theme-2.color-transparent .card-desc .subtitle h2 {
    color: #fff; }
  section.related-news .card.theme-2.color-transparent .card-desc:before {
    top: 0px;
    bottom: inherit; }

section.related-news .card.theme-2.color-transparent:hover .card-desc {
  background: rgba(0, 0, 0, 0.7); }

section.related-news .card.theme-2.color-gray a {
  display: inherit; }

section.related-news .card.theme-2.color-gray .card-img {
  position: relative;
  max-height: 122px; }

section.related-news .card.theme-2.color-gray .card-desc {
  position: relative;
  width: 100%;
  background-color: #ccc;
  bottom: inherit;
  height: 260px;
  display: table; }
  section.related-news .card.theme-2.color-gray .card-desc .title h2 {
    color: #000; }
  section.related-news .card.theme-2.color-gray .card-desc .subtitle h2 {
    color: #000; }
  section.related-news .card.theme-2.color-gray .card-desc:before {
    top: 0px;
    bottom: inherit; }

section.related-news .card.theme-2.color-gray:hover .card-desc {
  background-color: #b3b3b3; }

section.related-news .card.theme-2.color-orange a {
  display: inherit; }

section.related-news .card.theme-2.color-orange .card-img {
  position: relative;
  max-height: 122px; }

section.related-news .card.theme-2.color-orange .card-desc {
  position: relative;
  width: 100%;
  background-color: #ffa05b;
  bottom: inherit;
  height: 260px;
  display: table; }
  section.related-news .card.theme-2.color-orange .card-desc .title h2 {
    color: #fff; }
  section.related-news .card.theme-2.color-orange .card-desc .subtitle h2 {
    color: #fff; }
  section.related-news .card.theme-2.color-orange .card-desc:before {
    top: 0px;
    bottom: inherit; }

section.related-news .card.theme-2.color-orange:hover .card-desc {
  background-color: #ff8228; }

section.related-news .card.theme-2.no-photo .card-desc {
  height: 100%; }

section.related-news .card.theme-3 a {
  display: inherit; }

section.related-news .card.theme-3 .card-img {
  position: relative;
  max-height: 122px; }

section.related-news .card.theme-3 .card-desc {
  position: relative;
  width: 100%;
  background-color: #ccc;
  bottom: inherit;
  height: 260px; }
  section.related-news .card.theme-3 .card-desc .title h2 {
    color: #000; }
  section.related-news .card.theme-3 .card-desc .subtitle h2 {
    color: #000; }
  section.related-news .card.theme-3 .card-desc:before {
    top: 0px;
    bottom: inherit; }

section.related-news .card.theme-3:hover .card-desc {
  background-color: #b3b3b3; }

section.related-news .card.theme-3.color-transparent a {
  display: inherit; }

section.related-news .card.theme-3.color-transparent .card-img {
  position: relative;
  max-height: 122px; }

section.related-news .card.theme-3.color-transparent .card-desc {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.53);
  bottom: inherit;
  height: 260px;
  display: table; }
  section.related-news .card.theme-3.color-transparent .card-desc .title h2 {
    color: #fff; }
  section.related-news .card.theme-3.color-transparent .card-desc .subtitle h2 {
    color: #fff; }
  section.related-news .card.theme-3.color-transparent .card-desc:before {
    top: 0px;
    bottom: inherit; }

section.related-news .card.theme-3.color-transparent:hover .card-desc {
  background: rgba(0, 0, 0, 0.7); }

section.related-news .card.theme-3.color-gray a {
  display: inherit; }

section.related-news .card.theme-3.color-gray .card-img {
  position: relative;
  max-height: 122px; }

section.related-news .card.theme-3.color-gray .card-desc {
  position: relative;
  width: 100%;
  background-color: #ccc;
  bottom: inherit;
  height: 260px;
  display: table; }
  section.related-news .card.theme-3.color-gray .card-desc .title h2 {
    color: #000; }
  section.related-news .card.theme-3.color-gray .card-desc .subtitle h2 {
    color: #000; }
  section.related-news .card.theme-3.color-gray .card-desc:before {
    top: 0px;
    bottom: inherit; }

section.related-news .card.theme-3.color-gray:hover .card-desc {
  background-color: #b3b3b3; }

section.related-news .card.theme-3.color-orange a {
  display: inherit; }

section.related-news .card.theme-3.color-orange .card-img {
  position: relative;
  max-height: 122px; }

section.related-news .card.theme-3.color-orange .card-desc {
  position: relative;
  width: 100%;
  background-color: #ffa05b;
  bottom: inherit;
  height: 260px;
  display: table; }
  section.related-news .card.theme-3.color-orange .card-desc .title h2 {
    color: #fff; }
  section.related-news .card.theme-3.color-orange .card-desc .subtitle h2 {
    color: #fff; }
  section.related-news .card.theme-3.color-orange .card-desc:before {
    top: 0px;
    bottom: inherit; }

section.related-news .card.theme-3.color-orange:hover .card-desc {
  background-color: #ff8228; }

section.related-news .card.theme-3.no-photo .card-desc {
  height: 100%; }

section.related-news .card.theme-4 a {
  display: inherit; }

section.related-news .card.theme-4 .card-img {
  position: relative;
  max-height: 122px; }

section.related-news .card.theme-4 .card-desc {
  position: relative;
  width: 100%;
  background-color: #ffa05b;
  bottom: inherit;
  height: 260px; }
  section.related-news .card.theme-4 .card-desc .title h2 {
    color: #fff; }
  section.related-news .card.theme-4 .card-desc .subtitle h2 {
    color: #fff; }
  section.related-news .card.theme-4 .card-desc:before {
    top: 0px;
    bottom: inherit; }

section.related-news .card.theme-4:hover .card-desc {
  background-color: #ff8228; }

section.section-iframe-video {
  position: relative;
  width: 100%; }
  section.section-iframe-video iframe {
    display: block; }

section.section-map #map {
  position: relative;
  width: 100%;
  min-height: 500px; }

section.section-map .roff-map-wrapper {
  position: relative;
  min-height: 550px; }
  @media screen and (max-width: 39.9375em) {
    section.section-map .roff-map-wrapper {
      min-height: 300px; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    section.section-map .roff-map-wrapper {
      min-height: 450px; } }

section.section-map .roff-map {
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0px;
  left: 0px;
  visibility: visible;
  opacity: 1;
  min-height: 550px; }
  @media screen and (max-width: 39.9375em) {
    section.section-map .roff-map {
      min-height: 300px; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    section.section-map .roff-map {
      min-height: 400px; } }
  section.section-map .roff-map.hidden {
    opacity: 0;
    visibility: hidden; }

section.section-map .map-fitler {
  position: relative;
  margin-left: 30px; }
  @media screen and (max-width: 63.9375em) {
    section.section-map .map-fitler {
      text-align: center;
      margin-left: 0px; } }
  section.section-map .map-fitler ul {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
    padding: 20px 0px;
    border-bottom: 1px solid #cacaca; }
    section.section-map .map-fitler ul li {
      list-style: none;
      background-image: none;
      padding: 0px;
      margin: 0px;
      display: inline-block; }
      section.section-map .map-fitler ul li button {
        background: #e8e7ea;
        padding: 10px 10px;
        margin-top: 10px;
        color: #f28024;
        cursor: pointer;
        outline: none;
        min-width: 117px; }
        section.section-map .map-fitler ul li button:hover {
          background-color: #e3e2e5; }
        section.section-map .map-fitler ul li button.active {
          background-color: #e8e7ea;
          color: #000; }
      section.section-map .map-fitler ul li button {
        margin: 5px 5px; }
  section.section-map .map-fitler a.contact-icon {
    position: relative;
    padding-left: 60px;
    margin-top: 20px;
    line-height: 50px; }
    section.section-map .map-fitler a.contact-icon .ci-icon {
      position: absolute;
      top: 0px;
      left: 0px;
      display: inline-block;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      background-image: url("../img/svg/icon-navigator.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #f28024; }
    section.section-map .map-fitler a.contact-icon:hover .ci-icon {
      background-color: #ea700e; }

section.section-press.filter-section {
  padding-bottom: 0; }
  section.section-press.filter-section .field-container {
    text-align: center;
    margin-bottom: 0px; }
    section.section-press.filter-section .field-container .js-form-item {
      display: inline-block;
      text-align: center;
      width: 100%;
      max-width: 420px;
      margin: 13px 13px; }
      @media screen and (max-width: 39.9375em) {
        section.section-press.filter-section .field-container .js-form-item {
          max-width: 300px; } }

section.section-press.press-list dl {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0px;
  min-height: 600px; }
  section.section-press.press-list dl dt {
    position: relative;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #dadada;
    padding-left: 10px; }
    section.section-press.press-list dl dt a {
      position: relative;
      width: 100%;
      display: inline-block;
      color: #000;
      display: table;
      height: 122px; }
      section.section-press.press-list dl dt a .press-list-wrapper {
        vertical-align: middle;
        display: table-cell; }
        @media screen and (max-width: 39.9375em) {
          section.section-press.press-list dl dt a .press-list-wrapper {
            padding: 10px 0px; } }
      section.section-press.press-list dl dt a:after {
        position: absolute;
        content: "";
        top: calc(50% - 30px/2);
        width: 30px;
        height: 30px;
        right: 20px;
        background-image: url("../img/svg/icon-arrowlist-right.svg");
        -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
        -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
        transition: cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
      section.section-press.press-list dl dt a .press-title h2 {
        margin: 0px;
        padding: 0px;
        font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif;
        line-height: normal;
        font-size: 1.375rem;
        padding-right: 65px; }
      @media screen and (max-width: 39.9375em) {
        section.section-press.press-list dl dt a .press-additional-info {
          padding: 10px 0px; } }
      section.section-press.press-list dl dt a .press-additional-info small {
        position: relative;
        padding: 0px 10px;
        border-right: 1px solid #dadada;
        font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif;
        font-size: 0.875rem;
        display: inline-block; }
        section.section-press.press-list dl dt a .press-additional-info small:first-child {
          padding-left: 0px; }
        section.section-press.press-list dl dt a .press-additional-info small:last-child {
          border: none; }
        @media screen and (max-width: 39.9375em) {
          section.section-press.press-list dl dt a .press-additional-info small {
            padding: 0px;
            border: none;
            display: inline-block;
            width: 100%;
            line-height: normal; } }
      section.section-press.press-list dl dt a:hover .press-title h2 {
        color: #f28024; }
      section.section-press.press-list dl dt a:hover:after {
        right: 10px; }
    section.section-press.press-list dl dt:hover {
      background-color: #eee; }

.press-kit .sp-image {
  padding: 0 20px; }
  .press-kit .sp-image img {
    display: block;
    width: 100%;
    border: 1px solid #c7c7c7;
    height: auto; }

section.section-jobs .icon-wrapper {
  text-align: center; }
  section.section-jobs .icon-wrapper .icon {
    position: relative;
    margin: 0 auto;
    max-width: 250px; }
    section.section-jobs .icon-wrapper .icon img {
      height: 100%; }
  section.section-jobs .icon-wrapper .title {
    position: relative;
    width: 100%; }
    section.section-jobs .icon-wrapper .title h6 {
      color: #000;
      font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 1rem;
      margin: 0px;
      margin-top: 20px;
      text-transform: uppercase; }
  section.section-jobs .icon-wrapper .text {
    margin: 10px 0;
    min-height: 100px; }
    section.section-jobs .icon-wrapper .text p {
      color: #333333;
      margin: 0px;
      padding: 0px; }

section.section-social {
  background: #c1c1c1;
  min-height: 100px;
  text-align: center; }
  section.section-social .title {
    display: inline-block;
    text-transform: uppercase;
    margin: 40px 20px 0 0;
    vertical-align: top; }
  section.section-social ul.social-networks {
    position: relative;
    margin: 14px 0 0;
    padding: 0px;
    display: inline-block; }
    section.section-social ul.social-networks li.sn-item {
      display: inline-block;
      list-style: none;
      background-repeat: no-repeat;
      width: 45px;
      height: 45px;
      line-height: 40px;
      text-align: center;
      border: 1px solid #333;
      border-radius: 50%;
      color: #fff;
      margin-right: 10px;
      -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
      -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
      transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s; }
      section.section-social ul.social-networks li.sn-item.sn-item-facebook {
        background-image: url("../img/svg/social-networks-sprite.svg");
        background-position: 0px 0px; }
        section.section-social ul.social-networks li.sn-item.sn-item-facebook:hover {
          background-color: #3b5998;
          border: 1px solid #3b5998; }
      section.section-social ul.social-networks li.sn-item.sn-item-twitter {
        background-image: url("../img/svg/social-networks-sprite.svg");
        background-position: -45px 0px; }
        section.section-social ul.social-networks li.sn-item.sn-item-twitter:hover {
          background-color: #4AB3F4;
          border: 1px solid #4AB3F4; }
      section.section-social ul.social-networks li.sn-item.sn-item-linkedin {
        background-image: url("../img/svg/social-networks-sprite.svg");
        background-position: -90px 0px; }
        section.section-social ul.social-networks li.sn-item.sn-item-linkedin:hover {
          background-color: #0084bf;
          border: 1px solid #0084bf; }
      section.section-social ul.social-networks li.sn-item.sn-item-youtube {
        background-image: url("../img/svg/social-networks-sprite.svg");
        background-position: -135px 0px; }
        section.section-social ul.social-networks li.sn-item.sn-item-youtube:hover {
          background-color: #e62117;
          border: 1px solid #e62117; }
      section.section-social ul.social-networks li.sn-item:hover {
        background-position-y: -45px; }
  @media screen and (max-width: 39.9375em) {
    section.section-social {
      border-bottom: 1px solid #7c7c7c; }
      section.section-social .title {
        margin: 10px 0 0 0;
        width: 100%;
        text-align: center; }
      section.section-social ul.social-networks {
        margin: 8px 0 0; } }

/**********************************

  * Section Contactos

**********************************/
section.section-contactos .contacLeft, section.section-contactos .contacRight {
  padding-right: 2.9375rem;
  padding-left: 2.9375rem; }
  @media screen and (max-width: 63.9375em) {
    section.section-contactos .contacLeft, section.section-contactos .contacRight {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media screen and (max-width: 63.9375em) {
  section.section-contactos .contacRight {
    margin: 60px 0 0; } }

section.section-contactos ul {
  margin: 0px;
  padding: 0px;
  display: inherit; }
  section.section-contactos ul li {
    background: none;
    padding: 0px;
    margin: 0px; }
    section.section-contactos ul li p strong {
      display: inline-block; }

#sliding-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.93);
  border-bottom: 1px solid #824718;
  height: inherit !important;
  box-shadow: 0px 0px 123px #010101; }
  #sliding-popup.sliding-popup-top {
    background: rgba(0, 0, 0, 0.92) !important; }
  #sliding-popup .popup-content {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 13px; }
    #sliding-popup .popup-content::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 39.9375em) {
      #sliding-popup .popup-content {
        padding: 0px 20px; } }
    #sliding-popup .popup-content #popup-text {
      margin: 14px 0;
      letter-spacing: .5px;
      font-family: "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }
      #sliding-popup .popup-content #popup-text h2 {
        text-transform: uppercase; }
    #sliding-popup .popup-content #popup-buttons button {
      border: none;
      padding: 0px;
      margin: 0px;
      border-radius: 2px;
      padding: 5px 20px;
      background: none;
      text-shadow: none;
      color: #fff;
      font-style: inherit;
      font-size: initial;
      box-shadow: none;
      margin-top: 12px;
      font-family: "Gotham-Rounded-Light", "Soho-Gothic-Light", "Helvetica", "Arial", sans-serif; }
      #sliding-popup .popup-content #popup-buttons button:hover {
        background: transparent; }
      #sliding-popup .popup-content #popup-buttons button.agree-button {
        border: 1px solid #f28024;
        color: #fff;
        background: #f28024; }
        #sliding-popup .popup-content #popup-buttons button.agree-button:hover {
          background: #ea700e; }
      #sliding-popup .popup-content #popup-buttons button.find-more-button {
        text-decoration: underline; }

@media screen and (max-width: 600px) {
  #sliding-popup .popup-content #popup-buttons {
    float: none;
    margin: 5px 0;
    max-width: 100%;
    position: relative;
    margin: 0px;
    padding: 20px 0px;
    display: inline-block;
    padding-top: 0px; }
    #sliding-popup .popup-content #popup-buttons button {
      margin-top: 0px; }
      #sliding-popup .popup-content #popup-buttons button.agree-button {
        margin-bottom: 12px; } }

.accordion {
  background: none;
  padding-left: 0; }
  .accordion .accordion-item {
    border-bottom: 1px solid #a1a1a1; }
    .accordion .accordion-item .accordion-title {
      border: none;
      font-size: 1.3rem;
      color: #000;
      text-transform: uppercase;
      line-height: 1.6rem;
      padding: 1.25rem 1.9rem;
      padding-left: 0px; }
      .accordion .accordion-item .accordion-title strong {
        display: inline-block; }
      .accordion .accordion-item .accordion-title span {
        font-size: 1rem;
        font-weight: 200; }
      .accordion .accordion-item .accordion-title:hover, .accordion .accordion-item .accordion-title:focus {
        background-color: transparent; }
      .accordion .accordion-item .accordion-title:before {
        position: absolute;
        content: '';
        width: 18px;
        height: 18px;
        top: 40px;
        right: 10px;
        background-image: url("../img/svg/accordion-arrow-down.svg");
        background-repeat: no-repeat; }
    .accordion .accordion-item .accordion-content {
      border: none;
      background-color: transparent;
      padding-top: 0px; }
      .accordion .accordion-item .accordion-content p {
        margin-top: 0px;
        line-height: 22px; }
        .accordion .accordion-item .accordion-content p a {
          color: #000; }
          .accordion .accordion-item .accordion-content p a:hover {
            color: #f28024; }
      .accordion .accordion-item .accordion-content a.map-link {
        color: #f28024; }
        .accordion .accordion-item .accordion-content a.map-link:hover {
          color: #d6670d; }
  .accordion .is-active .accordion-title:before {
    position: absolute;
    background-image: url("../img/svg/accordion-arrow-up.svg");
    background-repeat: no-repeat; }

svg {
  touch-action: none; }

.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  touch-action: none; }
  .jvectormap-container svg g .jvectormap-marker.projetos {
    -webkit-transform: translateX(4px) translateY(-1px);
    -moz-transform: translateX(4px) translateY(-1px);
    -ms-transform: translateX(4px) translateY(-1px);
    -o-transform: translateX(4px) translateY(-1px);
    transform: translateX(4px) translateY(-1px); }
  .jvectormap-container svg g:nth-child(4) {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }

.jvectormap-tip {
  position: absolute;
  display: none;
  /* border: solid 1px #CDCDCD; */
  border-radius: 2px;
  background: #000;
  color: #fff;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 5px 10px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.17); }

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #292929;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box;
  border-radius: 50px;
  color: #f07e0a;
  font-weight: 900; }

.jvectormap-zoomin, .jvectormap-zoomout {
  width: 20px;
  height: 20px;
  line-height: 20px; }
  .jvectormap-zoomin:hover, .jvectormap-zoomout:hover {
    background: #f27f25;
    color: #fff; }

.jvectormap-zoomin {
  top: 10px; }

.jvectormap-zoomout {
  top: 40px; }

.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px; }

.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==); }

.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center; }

.jvectormap-legend-cnt {
  position: absolute; }

.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0; }

.jvectormap-legend-cnt-v {
  top: 0;
  right: 0; }

.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left; }

.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle; }

.jvectormap-legend-tick-text {
  font-size: 12px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px; }

.flm-wrapper .flm-btn {
  background-color: #f28024;
  background-image: url("../img/svg/icon-loadmore.svg");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-family: sans-serif;
  height: 3em;
  overflow: hidden;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s, background-color 0.01s ease, color 0.01s ease;
  -moz-transition: all 0.2s, background-color 0.01s ease, color 0.01s ease;
  transition: all 0.2s, background-color 0.01s ease, color 0.01s ease;
  width: 15em;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-family: "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif;
  margin: 50px 0px 0px; }
  .flm-wrapper .flm-btn.flm-btn-loading {
    -webkit-animation: rotate 1.5s linear infinite;
    -moz-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
    animation-delay: .2s;
    background-color: transparent;
    border: .3em solid #e1e1e1;
    border-radius: 1.5em;
    border-top-color: #f28024;
    box-sizing: border-box;
    height: 3em;
    color: transparent;
    padding: 0;
    pointer-events: none;
    width: 3em; }

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

form .js-form-item {
  margin-bottom: 15px; }
  form .js-form-item input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    color: #000;
    border-radius: 0;
    border: none;
    border: 1px solid #a1a1a1; }
  form .js-form-item label {
    position: relative;
    width: 100%;
    display: inline-block;
    color: gray;
    text-align: left;
    font-size: 15px;
    padding-bottom: 2px;
    font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif;
    color: #3c3c3c; }
    form .js-form-item label span {
      color: #f28024;
      display: inline-block; }
    form .js-form-item label.visually-hidden {
      display: none; }
  form .js-form-item select {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    height: 45px;
    color: #000;
    border-radius: 0;
    border: 1px solid #c8c8c8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
    background-image: url(../img/svg/icon-select-arrow.svg);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 35px; }
  form .js-form-item .description {
    font-size: 12px;
    color: #a3a3a3;
    letter-spacing: .5px; }

form input[type="submit"], form [type="button"] {
  background: #f28024;
  height: 40px;
  line-height: 40px;
  padding: 0px 40px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  float: right; }
  form input[type="submit"]:hover, form [type="button"]:hover {
    background-color: #ea700e; }

.form-container {
  position: relative;
  width: 100%; }
  .form-container label.gdpr-title strong {
    font-weight: normal; }
  .form-container .gdpr {
    background: #fff;
    padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #b8b8b8;
    line-height: normal;
    max-height: 250px;
    overflow: auto;
    margin-bottom: 10px; }
    .form-container .gdpr p {
      line-height: 22px;
      font-family: "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif;
      color: #343434; }
  .form-container input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    color: #000;
    border-radius: 0;
    border: none; }
  .form-container select {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    height: 45px;
    color: #000;
    border-radius: 0;
    border: 1px solid #c8c8c8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
    background-image: url(../img/svg/icon-select-arrow.svg);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 35px; }
  .form-container input[type=submit], .form-container [type="button"] {
    width: auto; }
  .form-container .field-container {
    margin-bottom: 15px; }
    .form-container .field-container label {
      position: relative;
      width: 100%;
      display: inline-block;
      color: gray;
      text-align: left;
      font-size: 14px; }
      .form-container .field-container label.lbl-left {
        text-align: left; }
      .form-container .field-container label.lbl-right {
        text-align: right; }
      .form-container .field-container label.lbl-center {
        text-align: center; }
  .form-container .field-wrapper {
    margin-bottom: 15px; }
    .form-container .field-wrapper label {
      position: relative;
      width: 100%;
      display: inline-block;
      color: gray;
      text-align: left;
      font-size: 15px;
      padding-bottom: 2px;
      font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif;
      color: #3c3c3c; }
      .form-container .field-wrapper label span {
        color: #f28024;
        display: inline-block; }
      .form-container .field-wrapper label.visually-hidden {
        display: none; }
    .form-container .field-wrapper input {
      border: 1px solid #a1a1a1;
      position: relative; }
      .form-container .field-wrapper input[type="file"] {
        height: inherit;
        background: #fff;
        padding: 7px;
        color: #747474; }
    .form-container .field-wrapper textarea {
      width: 100%;
      border: 1px solid #a1a1a1;
      padding: 10px;
      background: #fff; }
      .form-container .field-wrapper textarea:disabled {
        background: #fff; }
    .form-container .field-wrapper select {
      width: 100%;
      height: 40px;
      line-height: 40px;
      padding-left: 10px;
      color: #000;
      border-radius: 0;
      border: 1px solid #a1a1a1;
      background-color: #fff;
      position: relative; }
    .form-container .field-wrapper.disable {
      pointer-events: none; }
      .form-container .field-wrapper.disable label {
        pointer-events: none; }
      .form-container .field-wrapper.disable input {
        background: #dedede;
        color: #a1a1a1;
        pointer-events: none; }
  .form-container .form-actions {
    position: relative; }
    .form-container .form-actions.fa-left {
      text-align: left; }
    .form-container .form-actions.fa-center {
      text-align: center; }
    .form-container .form-actions.fa-right {
      text-align: right; }
    .form-container .form-actions.fa-full button {
      width: 100%; }
    .form-container .form-actions button,
    .form-container .form-actions input {
      background: #f28024;
      height: 45px;
      line-height: 45px;
      padding: 0px 40px;
      color: #fff;
      text-transform: uppercase;
      cursor: pointer; }
      .form-container .form-actions button:hover,
      .form-container .form-actions input:hover {
        background-color: #ea700e; }
  .form-container #edit-reset {
    position: absolute;
    right: 256px;
    margin: 0px;
    padding: 0px;
    cursor: pointer; }
    @media screen and (max-width: 39.9375em) {
      .form-container #edit-reset {
        position: relative;
        right: inherit;
        margin-bottom: 13px; } }
    .form-container #edit-reset .button-decline {
      padding: 0px 20px;
      height: 45px;
      cursor: pointer;
      text-transform: uppercase;
      background: #fff; }
  .form-container .js-hide {
    display: none; }
  .form-container .js-form-managed-file span.file a {
    letter-spacing: .5px;
    padding-top: 5px; }
  .form-container .js-form-managed-file .description {
    font-size: 11px;
    color: #6f6f6f; }
  .form-container .js-form-managed-file .js-form-submit.form-submit {
    background: #a6a6a6;
    height: inherit;
    padding: 9px 40px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    float: left;
    margin-right: 0.9375rem;
    border: none;
    border-radius: 2px;
    font-size: 12px;
    margin-left: 0px;
    line-height: normal; }
    .form-container .js-form-managed-file .js-form-submit.form-submit:hover {
      background-color: #f28024; }
    @media screen and (max-width: 39.9375em) {
      .form-container .js-form-managed-file .js-form-submit.form-submit {
        position: relative;
        width: auto; } }
  .form-container.form-contacts {
    margin-top: 25px; }
    .form-container.form-contacts .form-actions {
      position: relative;
      width: 100%;
      padding: 0px 15px; }
      @media screen and (max-width: 39.9375em) {
        .form-container.form-contacts .form-actions {
          padding: 0px 10px; } }
    .form-container.form-contacts #edit-reset {
      bottom: 0px;
      cursor: pointer;
      z-index: 3; }
      @media screen and (max-width: 63.9375em) {
        .form-container.form-contacts #edit-reset {
          bottom: 0px;
          right: 0px;
          position: relative;
          width: 100%;
          padding: 0px 14px;
          margin-bottom: 10px; } }
      @media screen and (max-width: 39.9375em) {
        .form-container.form-contacts #edit-reset {
          padding: 0px 10px; } }
    .form-container.form-contacts #edit-actions input {
      height: 45px; }
      @media screen and (max-width: 63.9375em) {
        .form-container.form-contacts #edit-actions input {
          width: 100%; } }

.site-messages-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: message_anim_in 0.5s forwards;
  -moz-animation: message_anim_in 0.5s forwards;
  animation: message_anim_in 0.5s forwards; }
  .site-messages-container.goOut {
    -webkit-animation: message_anim_out 0.5s forwards;
    -moz-animation: message_anim_out 0.5s forwards;
    animation: message_anim_out 0.5s forwards; }

#site-messages {
  position: relative;
  z-index: 9999;
  max-width: 1200px;
  margin: 0 auto;
  display: inline-block;
  top: 22px;
  text-align: left;
  padding: 18px 18px 18px 40px;
  border-radius: 4px; }
  #site-messages.Status {
    background: #87e776;
    border-bottom: 1px solid #6bab60;
    color: #fff;
    text-transform: uppercase;
    font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
    letter-spacing: .5px;
    font-size: 14px;
    box-shadow: 0px 0 51px rgba(0, 0, 0, 0.49);
    background-image: url("../img/svg/msg_success.svg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-position: 14px 21px;
    background-size: 20px; }
  #site-messages.Error {
    background: #f92d45;
    border-bottom: 1px solid #f92d45;
    color: #fff;
    text-transform: uppercase;
    font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
    letter-spacing: .5px;
    font-size: 14px;
    box-shadow: 0px 0 51px rgba(0, 0, 0, 0.49);
    background-image: url("../img/svg/msg_error.svg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-position: 14px 21px;
    background-size: 20px;
    text-transform: initial; }
    #site-messages.Error ul {
      margin: 0px;
      font-size: 12px;
      list-style: none;
      padding: 0;
      font-family: "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }

.formpage-application {
  /*#edit-reset {
		position: absolute;
		right: 256px;
		margin:0px;
		padding:0px;
		cursor:pointer;	
			@include breakpoint (small only) {
				position:relative;
				right:inherit;
				margin-bottom: 13px;
			}
			.button-decline {
				padding:0px 20px;
				height: 45px;
				cursor:pointer;
				text-transform:uppercase;
			}
    }*/ }
  .formpage-application form {
    position: relative; }
  @media screen and (max-width: 39.9375em) {
    .formpage-application .form-actions .form-submit {
      width: 100%; } }

@-webkit-keyframes message_anim_in {
  0% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0px); } }

@-moz-keyframes message_anim_in {
  0% {
    -moz-transform: translateY(-100%); }
  100% {
    -moz-transform: translateY(0px); } }

@keyframes message_anim_in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes message_anim_out {
  0% {
    -webkit-transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-140%); } }

@-moz-keyframes message_anim_out {
  0% {
    -moz-transform: translateY(0px); }
  100% {
    -moz-transform: translateY(-140%); } }

@keyframes message_anim_out {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%); } }

/*
::-webkit-input-placeholder {
  color: $white;
}
::-moz-placeholder {
  color: $white;
}
:-ms-input-placeholder {
  color: $white;
}
:-moz-placeholder {
  color: $white;
}
*/
/************************************

	Header Desktop

************************************/
header.header .header-desktop {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.85);
  height: 100px;
  z-index: 10; }
  header.header .header-desktop .logo {
    padding: 8px 0px;
    height: 100px; }
    header.header .header-desktop .logo img {
      height: 100%; }
  header.header .header-desktop ul.main-navigation {
    height: 100px;
    line-height: 100px;
    margin: 0px;
    padding: 0px;
    text-align: right; }
    header.header .header-desktop ul.main-navigation li {
      position: relative;
      display: inline-block;
      list-style: none;
      padding: 0px 10px;
      text-transform: uppercase; }
      header.header .header-desktop ul.main-navigation li a {
        color: #fff;
        font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
        display: initial; }
      header.header .header-desktop ul.main-navigation li:hover:after {
        content: "";
        position: absolute;
        border: 0px;
        height: 4px;
        width: 100%;
        background: #f28024;
        bottom: 0px;
        left: 0px;
        display: initial; }
      header.header .header-desktop ul.main-navigation li.has-mega-menu:hover .mega-menu {
        visibility: visible;
        opacity: 1; }
      header.header .header-desktop ul.main-navigation li.has-mega-menu.desactive:hover .mega-menu {
        visibility: hidden;
        opacity: 0; }
      header.header .header-desktop ul.main-navigation li.has-mega-menu.active {
        color: #f28024;
        /*
							 		.mega-menu {visibility:visible; opacity:1;}
							 			&:after {
										    content: "";
										    position: absolute;
										    border: 0px;
										    height: 4px;
										    width: 100%;
										    background: #ff842e;
										    bottom: 0px;
										    left: 0px;
										}
										*/ }
      header.header .header-desktop ul.main-navigation li.has-mega-menu a.active {
        color: #f28024; }
      header.header .header-desktop ul.main-navigation li.active {
        /*
								 .mega-menu {visibility:visible; opacity:1;}
									 &:after {
											 content: "";
											 position: absolute;
											 border: 0px;
											 height: 4px;
											 width: 100%;
											 background: #ff842e;
											 bottom: 0px;
											 left: 0px;
									 }
									 */ }
        header.header .header-desktop ul.main-navigation li.active a {
          color: #f28024; }
        header.header .header-desktop ul.main-navigation li.active:after {
          content: "";
          position: absolute;
          border: 0px;
          height: 4px;
          width: 100%;
          background: #ff842e;
          bottom: 0px;
          left: 0px;
          display: initial; }
      header.header .header-desktop ul.main-navigation li.search-menu:hover:after {
        content: none; }
      header.header .header-desktop ul.main-navigation li.search-menu .search-btn .search-btn-icon {
        background-image: url("../img/svg/icon-search-icon-sprite.svg");
        width: 20px;
        height: 20px;
        vertical-align: middle;
        display: inline-table;
        top: -1px;
        position: relative;
        -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
        -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
        transition: cubic-bezier(0.19, 1, 0.22, 1) 0.4s; }
        header.header .header-desktop ul.main-navigation li.search-menu .search-btn .search-btn-icon.active {
          background-position-y: 20px; }
      header.header .header-desktop ul.main-navigation li.search-menu .searchbox {
        position: absolute;
        min-width: 400px;
        line-height: normal;
        background: #fff;
        right: 0px;
        visibility: hidden;
        border-top: 2px solid #f28024;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
        -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
        transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s; }
        header.header .header-desktop ul.main-navigation li.search-menu .searchbox .js-form-item {
          margin: 0px; }
        header.header .header-desktop ul.main-navigation li.search-menu .searchbox input {
          border: none;
          color: #000;
          height: 60px;
          width: 100%;
          line-height: 60px;
          padding-left: 10px;
          padding-right: 20px;
          outline: none;
          padding-right: 40px; }
        header.header .header-desktop ul.main-navigation li.search-menu .searchbox .searchbox-close-btn {
          position: absolute;
          width: 40px;
          height: 60px;
          top: 0px;
          right: 0px;
          cursor: pointer;
          opacity: .7; }
          header.header .header-desktop ul.main-navigation li.search-menu .searchbox .searchbox-close-btn:before {
            position: absolute;
            content: "";
            width: 40px;
            height: 40px;
            top: calc(60px/2 - 40px/2);
            right: 0px;
            background-image: url("../img/svg/icon-search-close.svg");
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
            -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
            transition: cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
            -webkit-transform: scale(0.9);
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -o-transform: scale(0.9);
            transform: scale(0.9); }
          header.header .header-desktop ul.main-navigation li.search-menu .searchbox .searchbox-close-btn:hover {
            opacity: 1; }
            header.header .header-desktop ul.main-navigation li.search-menu .searchbox .searchbox-close-btn:hover:before {
              -webkit-transform: rotate(90deg) scale(1);
              -moz-transform: rotate(90deg) scale(1);
              -ms-transform: rotate(90deg) scale(1);
              -o-transform: rotate(90deg) scale(1);
              transform: rotate(90deg) scale(1); }
        header.header .header-desktop ul.main-navigation li.search-menu .searchbox.active {
          visibility: visible;
          opacity: 1;
          -webkit-transform: translateY(0px);
          -moz-transform: translateY(0px);
          -ms-transform: translateY(0px);
          -o-transform: translateY(0px);
          transform: translateY(0px); }
        header.header .header-desktop ul.main-navigation li.search-menu .searchbox .form-submit {
          display: none; }
      header.header .header-desktop ul.main-navigation li.search-menu:hover img {
        opacity: .8; }
      header.header .header-desktop ul.main-navigation li.search-menu:hover:after {
        content: none; }
      header.header .header-desktop ul.main-navigation li.lang-switcher .lang-switcher-btn span {
        color: #888686;
        font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
        font-size: 17px; }
      header.header .header-desktop ul.main-navigation li.lang-switcher .lang-switcher-btn.active span {
        color: #f28024; }
      header.header .header-desktop ul.main-navigation li.lang-switcher:hover:after {
        content: none; }
      header.header .header-desktop ul.main-navigation li.lang-switcher .ls-dropdown {
        position: absolute;
        min-width: 150px;
        line-height: normal;
        background: #fff;
        right: 0px;
        visibility: hidden;
        border-top: 2px solid #f28024;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
        -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
        transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s; }
        header.header .header-desktop ul.main-navigation li.lang-switcher .ls-dropdown a {
          color: #000;
          font-family: "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }
          header.header .header-desktop ul.main-navigation li.lang-switcher .ls-dropdown a:hover {
            color: #f28024; }
        header.header .header-desktop ul.main-navigation li.lang-switcher .ls-dropdown.active {
          visibility: visible;
          opacity: 1;
          -webkit-transform: translateY(0px);
          -moz-transform: translateY(0px);
          -ms-transform: translateY(0px);
          -o-transform: translateY(0px);
          transform: translateY(0px); }
      header.header .header-desktop ul.main-navigation li.lang-switcher .ls-dropdown {
        margin: 0px;
        padding: 10px 15px;
        text-align: center; }
        header.header .header-desktop ul.main-navigation li.lang-switcher .ls-dropdown li {
          display: inline-block;
          width: 100%;
          text-transform: none;
          padding: 2px 0px;
          cursor: pointer; }
          header.header .header-desktop ul.main-navigation li.lang-switcher .ls-dropdown li:hover {
            color: #f28024; }
            header.header .header-desktop ul.main-navigation li.lang-switcher .ls-dropdown li:hover:after {
              content: none; }

header.header .header-desktop .mega-menu {
  position: fixed;
  top: 100px;
  width: 100%;
  left: 0px;
  margin: 0px;
  z-index: 999999;
  background: #fff;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
  padding: 30px 0px;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
  -webkit-box-shadow: 0px 8px 5px -8px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 8px 5px -8px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 8px 5px -8px rgba(0, 0, 0, 0.32);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  header.header .header-desktop .mega-menu .mega-menu-wrapper {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap; }
    header.header .header-desktop .mega-menu .mega-menu-wrapper .highlight-column {
      border-right: 1px solid black; }
      @media screen and (max-width: 63.9375em) {
        header.header .header-desktop .mega-menu .mega-menu-wrapper .highlight-column {
          border-right: inherit; } }
      header.header .header-desktop .mega-menu .mega-menu-wrapper .highlight-column a {
        color: inherit; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        header.header .header-desktop .mega-menu .mega-menu-wrapper .highlight-column .highlight-wrapper {
          padding-bottom: 30px; } }
      @media screen and (max-width: 39.9375em) {
        header.header .header-desktop .mega-menu .mega-menu-wrapper .highlight-column .highlight-wrapper {
          padding-bottom: 20px; } }
      header.header .header-desktop .mega-menu .mega-menu-wrapper .highlight-column .highlight-wrapper .hw-image {
        text-align: left;
        padding-right: 7px; }
      header.header .header-desktop .mega-menu .mega-menu-wrapper .highlight-column .highlight-wrapper .hw-content {
        line-height: normal;
        text-align: left;
        padding-left: 15px; }
        header.header .header-desktop .mega-menu .mega-menu-wrapper .highlight-column .highlight-wrapper .hw-content h6.title {
          font-size: 1.6rem;
          margin: 0px;
          padding: 0px;
          text-transform: uppercase;
          color: initial;
          line-height: 1.7rem;
          margin-bottom: 10px; }
          header.header .header-desktop .mega-menu .mega-menu-wrapper .highlight-column .highlight-wrapper .hw-content h6.title a {
            font-family: "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }
        header.header .header-desktop .mega-menu .mega-menu-wrapper .highlight-column .highlight-wrapper .hw-content .subtitle {
          font-size: 0.85rem;
          margin: 0px;
          color: #000;
          font-family: "Soho-Gothic-Light", "Helvetica", "Arial", sans-serif;
          text-transform: uppercase;
          padding-bottom: 5px; }
          header.header .header-desktop .mega-menu .mega-menu-wrapper .highlight-column .highlight-wrapper .hw-content .subtitle p {
            margin: 0px;
            padding: 0px; }
        header.header .header-desktop .mega-menu .mega-menu-wrapper .highlight-column .highlight-wrapper .hw-content .short-desc {
          font-size: 12px;
          letter-spacing: .5px;
          margin: 0px;
          line-height: 16px;
          color: #414141;
          text-transform: none;
          padding-bottom: 10px;
          font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }
          header.header .header-desktop .mega-menu .mega-menu-wrapper .highlight-column .highlight-wrapper .hw-content .short-desc p {
            margin: 0px;
            padding: 0px;
            line-height: 16px;
            color: #414141; }
        header.header .header-desktop .mega-menu .mega-menu-wrapper .highlight-column .highlight-wrapper .hw-content .view-more {
          position: relative;
          width: 30px;
          height: 30px;
          display: inline-block;
          margin-top: 3px;
          background-image: url("../img/svg/plus.svg");
          outline: none;
          border: none;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          transition: all 0.2s;
          -webkit-transform: scale(0.9);
          -moz-transform: scale(0.9);
          -ms-transform: scale(0.9);
          -o-transform: scale(0.9);
          transform: scale(0.9); }
      header.header .header-desktop .mega-menu .mega-menu-wrapper .highlight-column .highlight-wrapper:hover .view-more {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }

header.header .header-desktop .mega-menu .mega-menu-wrapper ul.second-level-menu {
  line-height: normal;
  margin: 0px;
  padding: 0px; }
  header.header .header-desktop .mega-menu .mega-menu-wrapper ul.second-level-menu li {
    position: relative;
    width: 100%;
    display: inline-block;
    text-transform: initial;
    padding-bottom: 20px; }
    header.header .header-desktop .mega-menu .mega-menu-wrapper ul.second-level-menu li:hover:after {
      content: none; }
    header.header .header-desktop .mega-menu .mega-menu-wrapper ul.second-level-menu li a {
      color: #000; }
      header.header .header-desktop .mega-menu .mega-menu-wrapper ul.second-level-menu li a.active {
        color: #f28024; }
      header.header .header-desktop .mega-menu .mega-menu-wrapper ul.second-level-menu li a:active {
        color: #f28024; }
      header.header .header-desktop .mega-menu .mega-menu-wrapper ul.second-level-menu li a:hover {
        color: #f28024; }
    header.header .header-desktop .mega-menu .mega-menu-wrapper ul.second-level-menu li.active:after {
      content: none; }

header.header .header-desktop .mega-menu .mega-menu-wrapper ul.third-level-menu {
  line-height: normal;
  margin: 0px;
  padding: 0px; }
  header.header .header-desktop .mega-menu .mega-menu-wrapper ul.third-level-menu li {
    position: relative;
    width: 100%;
    display: inline-block;
    text-transform: initial;
    padding: 0px; }
    header.header .header-desktop .mega-menu .mega-menu-wrapper ul.third-level-menu li:hover:after {
      content: none; }
    header.header .header-desktop .mega-menu .mega-menu-wrapper ul.third-level-menu li a {
      color: #555555;
      font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif;
      font-size: 15px; }
      header.header .header-desktop .mega-menu .mega-menu-wrapper ul.third-level-menu li a.active {
        color: #f28024; }
      header.header .header-desktop .mega-menu .mega-menu-wrapper ul.third-level-menu li a:active {
        color: #f28024; }
      header.header .header-desktop .mega-menu .mega-menu-wrapper ul.third-level-menu li a:hover {
        color: #f28024; }

span.menu-label {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  color: #8c8c8c;
  font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }

/************************************

	Header Mobile

************************************/
header .header-mobile {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.85);
  height: 80px;
  z-index: 10;
  color: #fff;
  border-bottom: 1px solid #f28024; }
  header .header-mobile .logo {
    padding: 10px 0px;
    text-align: center;
    height: 80px;
    display: inherit; }
    header .header-mobile .logo img {
      height: 100%; }
  header .header-mobile .mobile-searchbox {
    position: relative;
    float: right;
    height: 80px;
    margin-right: 20px; }
    header .header-mobile .mobile-searchbox button.search-mobile-btn {
      width: 25px;
      height: 80px;
      background-image: url("../img/svg/icon-search-icon.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      cursor: pointer;
      outline: none; }
    header .header-mobile .mobile-searchbox .ms-searchbox {
      background: #fff;
      position: fixed;
      right: 0px;
      width: 100%;
      -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
      -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
      transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
      -webkit-transform: translateY(-8px);
      -moz-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
      -o-transform: translateY(-8px);
      transform: translateY(-8px);
      border-bottom: 1px solid #e8e7e7;
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      border-top: 1px solid #f28024;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
      header .header-mobile .mobile-searchbox .ms-searchbox .form-container .custom-search-block-form .js-form-type-search {
        margin: 0px; }
      header .header-mobile .mobile-searchbox .ms-searchbox .form-container .custom-search-block-form input {
        height: 60px;
        color: #000;
        border: none; }
        header .header-mobile .mobile-searchbox .ms-searchbox .form-container .custom-search-block-form input.form-submit {
          display: none; }
      header .header-mobile .mobile-searchbox .ms-searchbox.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px); }
      header .header-mobile .mobile-searchbox .ms-searchbox .searchbox-close-btn {
        position: absolute;
        width: 40px;
        height: 60px;
        top: 0px;
        right: 0px;
        background-image: url("../img/svg/icon-search-close.svg");
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
        opacity: .7;
        z-index: 2; }
        header .header-mobile .mobile-searchbox .ms-searchbox .searchbox-close-btn:hover {
          opacity: 1; }
  header .header-mobile .lang-switcher {
    position: relative;
    float: right;
    height: 100%;
    line-height: 77px; }
    header .header-mobile .lang-switcher .lang-switcher-btn span {
      color: #888686;
      font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
      font-size: 20px; }
    header .header-mobile .lang-switcher .lang-switcher-btn.active span {
      color: #f28024; }
    header .header-mobile .lang-switcher:hover:after {
      content: none; }
    header .header-mobile .lang-switcher .ls-dropdown {
      position: absolute;
      min-width: 150px;
      line-height: normal;
      background: #fff;
      right: 0px;
      visibility: hidden;
      border-top: 2px solid #f28024;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
      opacity: 0;
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      -o-transform: translateY(-10px);
      transform: translateY(-10px);
      -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
      -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
      transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s; }
      header .header-mobile .lang-switcher .ls-dropdown a {
        color: #000;
        font-family: "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }
      header .header-mobile .lang-switcher .ls-dropdown.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    header .header-mobile .lang-switcher .ls-dropdown {
      margin: 0px;
      padding: 10px 15px;
      text-align: center; }
      header .header-mobile .lang-switcher .ls-dropdown li {
        display: inline-block;
        width: 100%;
        text-transform: none;
        padding: 2px 0px;
        cursor: pointer; }
        header .header-mobile .lang-switcher .ls-dropdown li:hover {
          color: #f28024; }
          header .header-mobile .lang-switcher .ls-dropdown li:hover:after {
            content: none; }

.fullscreen-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.96);
  z-index: 999;
  overflow-y: auto;
  display: none; }
  .fullscreen-menu .fs-menu-wrapper {
    display: table;
    width: 100%;
    position: absolute;
    height: 100%; }
  .fullscreen-menu .fs-menu {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 1.5625rem;
    color: #fff;
    padding: 0px;
    font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif; }
    .fullscreen-menu .fs-menu li {
      list-style: none;
      padding: 15px 0px;
      text-transform: uppercase; }
      .fullscreen-menu .fs-menu li a {
        display: inherit !important; }
        @media (max-width: 480px) {
          .fullscreen-menu .fs-menu li a {
            max-width: 300px;
            margin: 0 auto; } }
      .fullscreen-menu .fs-menu li[aria-expanded="false"] a:after {
        position: relative;
        content: "";
        width: 20px;
        height: 20px;
        background-image: url("../img/svg/icon-accordion-arrow-down.svg");
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        margin-left: 9px; }
      .fullscreen-menu .fs-menu li[aria-expanded="true"] a:after {
        position: relative;
        content: "";
        width: 20px;
        height: 20px;
        background-image: url("../img/svg/icon-accordion-arrow-up.svg");
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        margin-left: 9px; }
      .fullscreen-menu .fs-menu li ul.is-accordion-submenu {
        padding: 0px;
        margin: 0px;
        padding: 20px 0px; }
        .fullscreen-menu .fs-menu li ul.is-accordion-submenu li {
          list-style: none;
          line-height: 20px;
          padding: 5px 0px; }
          .fullscreen-menu .fs-menu li ul.is-accordion-submenu li a {
            color: #fff;
            font-size: 20px;
            font-family: "Soho-Gothic-Light", "Helvetica", "Arial", sans-serif;
            text-transform: none; }
            @media (max-width: 480px) {
              .fullscreen-menu .fs-menu li ul.is-accordion-submenu li a {
                max-width: 250px; } }
            .fullscreen-menu .fs-menu li ul.is-accordion-submenu li a:after {
              content: none; }
        .fullscreen-menu .fs-menu li ul.is-accordion-submenu.third-level {
          position: relative;
          background: #202020;
          padding: 10px 20px;
          margin-top: 22px;
          line-height: 15px; }
          .fullscreen-menu .fs-menu li ul.is-accordion-submenu.third-level:before {
            position: absolute;
            width: 22px;
            height: 20px;
            content: "";
            top: -19px;
            left: 0px;
            background-image: url("../img/svg/icon-third-level-arrow.svg");
            margin: 0 auto;
            left: calc(50% - 22px/2); }
          .fullscreen-menu .fs-menu li ul.is-accordion-submenu.third-level li {
            padding: 6px 0px; }
            .fullscreen-menu .fs-menu li ul.is-accordion-submenu.third-level li a {
              color: #7c7c7c;
              font-size: 1.0625rem;
              line-height: 17px;
              display: inherit;
              font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }
  .fullscreen-menu.active {
    display: block; }

.bt-menu {
  position: absolute;
  top: 12px;
  left: 9px;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  transition: 0.2s;
  z-index: 9999; }
  .bt-menu:hover, .bt-menu:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .bt-menu:active {
    transform: scale(0.9); }
  .bt-menu:active, .bt-menu:focus {
    outline: none; }
  .bt-menu .hamburguer {
    width: 32px;
    height: 20px;
    transition: 0.4s; }
    .bt-menu .hamburguer, .bt-menu .hamburguer .bar {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    .bt-menu .hamburguer .bar {
      width: 32px;
      height: 4px;
      background: #808080;
      transition: 0.2s;
      outline: 1px solid transparent; }
    .bt-menu .hamburguer .bar-1 {
      -webkit-transform: rotate(0) translate3d(0, -8px, 0);
      -moz-transform: rotate(0) translate3d(0, -8px, 0);
      -ms-transform: rotate(0) translate3d(0, -8px, 0);
      -o-transform: rotate(0) translate3d(0, -8px, 0);
      transform: rotate(0) translate3d(0, -8px, 0); }
    .bt-menu .hamburguer .bar-3 {
      transform: rotate(0) translate3d(0, 8px, 0); }
    .menu-open .bt-menu .hamburguer {
      transform: rotate(180deg); }
      .menu-open .bt-menu .hamburguer .bar-1 {
        transform: rotate(45deg) translate3d(0, 0, 0); }
      .menu-open .bt-menu .hamburguer .bar-2 {
        opacity: 0; }
      .menu-open .bt-menu .hamburguer .bar-3 {
        transform: rotate(-45deg) translate3d(0, 0, 0); }

a.btn-default {
  position: relative;
  background-color: #f28024 !important;
  padding: 13px 50px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }
  a.btn-default:hover {
    background-color: #ea700e !important;
    color: #fff; }
  a.btn-default.btn-big {
    min-width: 325px;
    padding: 13px 50px; }
    @media screen and (max-width: 39.9375em) {
      a.btn-default.btn-big {
        min-width: inherit;
        width: 100%; } }

footer.footer {
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #333333;
  background-image: url("../img/footer-pattern.png");
  color: #fff;
  padding-top: 30px; }
  footer.footer .footer-top {
    position: relative;
    width: 100%;
    display: inline-block; }
    footer.footer .footer-top .footer-col {
      position: relative;
      min-height: 340px; }
      @media screen and (max-width: 63.9375em) {
        footer.footer .footer-top .footer-col {
          min-height: inherit; } }
      @media screen and (max-width: 39.9375em) {
        footer.footer .footer-top .footer-col {
          text-align: center; } }
      footer.footer .footer-top .footer-col .title {
        position: relative;
        width: 100%;
        display: inline-block;
        max-width: 220px; }
        @media screen and (max-width: 63.9375em) {
          footer.footer .footer-top .footer-col .title {
            max-width: inherit; } }
        footer.footer .footer-top .footer-col .title h3 {
          font-size: 1rem;
          color: #fff;
          text-transform: uppercase;
          font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
          letter-spacing: .5px; }
      footer.footer .footer-top .footer-col:last-child:after {
        content: none; }
      footer.footer .footer-top .footer-col:after {
        content: "";
        position: absolute;
        top: 21px;
        /* left: 0px; */
        right: 0px;
        width: 1px;
        height: 80%;
        background: #707070; }
        @media screen and (max-width: 63.9375em) {
          footer.footer .footer-top .footer-col:after {
            content: none; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      footer.footer .footer-top .roff-parceiros {
        padding: 0px 30px; } }
    footer.footer .footer-top .roff-parceiros ul.rp-list {
      position: relative;
      width: 100%;
      display: inline-block;
      margin: 0px;
      padding: 0px; }
      footer.footer .footer-top .roff-parceiros ul.rp-list li {
        display: inline-block;
        width: 100%;
        list-style: none;
        padding-bottom: 40px; }
        @media screen and (max-width: 39.9375em) {
          footer.footer .footer-top .roff-parceiros ul.rp-list li {
            padding-bottom: 30px; } }
    footer.footer .footer-top .roff-newsletter {
      padding: 0px 40px; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        footer.footer .footer-top .roff-newsletter {
          padding: 0px 30px; } }
      footer.footer .footer-top .roff-newsletter .footer-newsletter-container {
        position: relative;
        margin-bottom: 30px; }
        footer.footer .footer-top .roff-newsletter .footer-newsletter-container input {
          background: none;
          border: 1px solid #fff;
          padding-right: 50px;
          color: #fff; }
          footer.footer .footer-top .roff-newsletter .footer-newsletter-container input.webform-button--submit {
            position: absolute;
            width: 50px;
            top: 0px;
            right: 0px;
            background-image: url("../img/svg/icon-envelope.svg");
            background-position: 0px 0px;
            background-repeat: no-repeat;
            border: none;
            cursor: pointer;
            padding: 0px;
            opacity: .9;
            text-indent: -999999px;
            -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
            -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
            transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s; }
            footer.footer .footer-top .roff-newsletter .footer-newsletter-container input.webform-button--submit:hover {
              background-position: 0px -40px; }
        footer.footer .footer-top .roff-newsletter .footer-newsletter-container input:-webkit-autofill,
        footer.footer .footer-top .roff-newsletter .footer-newsletter-container input:-webkit-autofill:hover,
        footer.footer .footer-top .roff-newsletter .footer-newsletter-container input:-webkit-autofill:focus input:-webkit-autofill {
          -webkit-text-fill-color: white;
          transition: background-color 5000s ease-in-out 0s; }
      footer.footer .footer-top .roff-newsletter #form-newsletter span.message {
        margin-top: 5px;
        position: relative;
        display: inline-block;
        color: #f28025;
        display: none; }
    footer.footer .footer-top .roff-social {
      margin-bottom: 50px; }
      @media screen and (max-width: 39.9375em) {
        footer.footer .footer-top .roff-social {
          margin-bottom: 20px;
          border-bottom: 1px solid #7c7c7c;
          padding-bottom: 40px; } }
      footer.footer .footer-top .roff-social ul.social-networks {
        position: relative;
        margin: 0px;
        padding: 0px; }
        footer.footer .footer-top .roff-social ul.social-networks li.sn-item {
          display: inline-block;
          list-style: none;
          background-repeat: no-repeat;
          width: 45px;
          height: 45px;
          line-height: 40px;
          text-align: center;
          border: 1px solid #fff;
          border-radius: 50%;
          color: #fff;
          margin-right: 10px;
          -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
          -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
          transition: cubic-bezier(0.19, 1, 0.22, 1) 0.2s; }
          footer.footer .footer-top .roff-social ul.social-networks li.sn-item.sn-item-facebook {
            background-image: url("../img/svg/social-networks-sprite-color.svg");
            background-position: 0px 0px; }
            footer.footer .footer-top .roff-social ul.social-networks li.sn-item.sn-item-facebook:hover {
              background-color: #3b5998;
              border: 1px solid #3b5998; }
          footer.footer .footer-top .roff-social ul.social-networks li.sn-item.sn-item-twitter {
            background-image: url("../img/svg/social-networks-sprite-color.svg");
            background-position: -45px 0px; }
            footer.footer .footer-top .roff-social ul.social-networks li.sn-item.sn-item-twitter:hover {
              background-color: #4AB3F4;
              border: 1px solid #4AB3F4; }
          footer.footer .footer-top .roff-social ul.social-networks li.sn-item.sn-item-linkedin {
            background-image: url("../img/svg/social-networks-sprite-color.svg");
            background-position: -90px 0px; }
            footer.footer .footer-top .roff-social ul.social-networks li.sn-item.sn-item-linkedin:hover {
              background-color: #0084bf;
              border: 1px solid #0084bf; }
          footer.footer .footer-top .roff-social ul.social-networks li.sn-item.sn-item-youtube {
            background-image: url("../img/svg/social-networks-sprite-color.svg");
            background-position: -135px 0px; }
            footer.footer .footer-top .roff-social ul.social-networks li.sn-item.sn-item-youtube:hover {
              background-color: #e62117;
              border: 1px solid #e62117; }
          footer.footer .footer-top .roff-social ul.social-networks li.sn-item:hover {
            background-position-y: -45px; }
    footer.footer .footer-top .roff-address {
      padding: 0px 40px; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        footer.footer .footer-top .roff-address {
          padding: 0px 30px; } }
      footer.footer .footer-top .roff-address .adress-container {
        font-size: 13px;
        letter-spacing: .5px;
        margin-top: -8px; }
        footer.footer .footer-top .roff-address .adress-container p {
          color: #fff;
          font-family: "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif;
          line-height: 22px; }
        footer.footer .footer-top .roff-address .adress-container .tlf a, footer.footer .footer-top .roff-address .adress-container .tlf1 a, footer.footer .footer-top .roff-address .adress-container .tlf2 a {
          color: #fff; }
          footer.footer .footer-top .roff-address .adress-container .tlf a:hover, footer.footer .footer-top .roff-address .adress-container .tlf1 a:hover, footer.footer .footer-top .roff-address .adress-container .tlf2 a:hover {
            color: #f28024; }
        footer.footer .footer-top .roff-address .adress-container .adress {
          margin-top: 0px;
          color: #fff; }
        footer.footer .footer-top .roff-address .adress-container .address2 {
          margin-top: 0px;
          color: #fff; }
      footer.footer .footer-top .roff-address .contact-container {
        margin-top: -8px; }
        footer.footer .footer-top .roff-address .contact-container .locations {
          font-size: 13px;
          margin-top: 0px;
          color: #fff;
          line-height: 22px; }
          footer.footer .footer-top .roff-address .contact-container .locations span {
            color: #fff;
            cursor: pointer;
            display: inline-block; }
            footer.footer .footer-top .roff-address .contact-container .locations span:hover {
              color: #f28024; }
          @media screen and (min-width: 40em) and (max-width: 63.9375em) {
            footer.footer .footer-top .roff-address .contact-container .locations {
              max-width: 300px; } }
      footer.footer .footer-top .roff-address .footer-btn-contact-wrapper {
        position: relative;
        margin: 0 auto;
        width: 100%;
        text-align: center; }
      footer.footer .footer-top .roff-address .footer-btn-contact {
        height: 50px;
        width: 100%;
        line-height: 50px;
        background-repeat: no-repeat;
        color: #fff;
        margin: 10px 0px;
        text-align: left; }
        footer.footer .footer-top .roff-address .footer-btn-contact:before {
          content: "";
          position: relative;
          background-image: url("../img/svg/icon-directions.svg");
          width: 50px;
          height: 50px;
          display: inline-block; }
        footer.footer .footer-top .roff-address .footer-btn-contact span {
          position: relative;
          top: -20px;
          padding-left: 10px;
          display: inline-block; }
        footer.footer .footer-top .roff-address .footer-btn-contact:hover span {
          color: #f28024; }
        footer.footer .footer-top .roff-address .footer-btn-contact:hover:before {
          background-position: -50px 0px; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          footer.footer .footer-top .roff-address .footer-btn-contact {
            margin-bottom: 30px; } }
        @media screen and (max-width: 39.9375em) {
          footer.footer .footer-top .roff-address .footer-btn-contact {
            margin-bottom: 30px;
            text-align: center; } }
  footer.footer .footer-bottom {
    position: relative;
    width: 100%;
    display: inline-block;
    background-color: #333333; }
    @media screen and (max-width: 63.9375em) {
      footer.footer .footer-bottom {
        padding: 30px 0px;
        text-align: center; } }
    footer.footer .footer-bottom .copyright p {
      font-size: 12px;
      color: #a1a1a1; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        footer.footer .footer-bottom .copyright p {
          margin-bottom: 0px; } }
    footer.footer .footer-bottom .copyright a {
      color: #fff;
      padding: 0px 6px; }
      footer.footer .footer-bottom .copyright a:hover {
        color: #f28024; }
    footer.footer .footer-bottom .jump-sign {
      text-align: right;
      float: right; }
      @media screen and (max-width: 63.9375em) {
        footer.footer .footer-bottom .jump-sign {
          text-align: center;
          float: none; } }
      footer.footer .footer-bottom .jump-sign p {
        font-size: 12px;
        color: #fff; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          footer.footer .footer-bottom .jump-sign p {
            margin-top: 0px; } }
      footer.footer .footer-bottom .jump-sign a {
        color: #fff;
        padding: 0px 6px; }
        footer.footer .footer-bottom .jump-sign a:hover {
          color: #f28024; }
    footer.footer .footer-bottom .footer-bottom-logos {
      position: relative;
      text-align: right;
      float: right;
      padding: 13px 0px;
      padding-left: 10px; }
      @media screen and (max-width: 63.9375em) {
        footer.footer .footer-bottom .footer-bottom-logos {
          width: auto;
          text-align: center;
          float: none; } }

.goTop {
  width: 70px;
  height: 70px;
  background: #f28024;
  position: absolute;
  text-align: 20px;
  right: 0px;
  top: -20px;
  cursor: pointer;
  z-index: 1;
  background-image: url("../img/svg/icon-goUp.svg");
  background-repeat: no-repeat;
  background-position: center 43%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
  -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px); }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .goTop {
      width: 60px;
      height: 60px;
      top: inherit;
      bottom: 160px;
      background-size: 40%; } }
  @media screen and (max-width: 39.9375em) {
    .goTop {
      width: 60px;
      height: 60px;
      top: inherit;
      bottom: 235px;
      background-size: 40%; } }
  .goTop.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .goTop:hover {
    background-position: center 35%; }
  .goTop span.gt-label {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 6px;
    font-size: 12px; }

section.heroshot-section {
  position: relative;
  width: 100%; }
  section.heroshot-section .roff-slider {
    margin-bottom: 0px;
    position: relative; }
    section.heroshot-section .roff-slider .slick-dots {
      position: absolute;
      bottom: 20px; }
      section.heroshot-section .roff-slider .slick-dots li {
        position: relative;
        margin: 0px 5px;
        display: inline-block;
        width: 60px;
        height: 30px; }
        section.heroshot-section .roff-slider .slick-dots li button {
          position: relative;
          height: 3px;
          width: 100%;
          opacity: .7;
          -webkit-transform: translateY(50%);
          -moz-transform: translateY(50%);
          -ms-transform: translateY(50%);
          -o-transform: translateY(50%);
          transform: translateY(50%); }
        section.heroshot-section .roff-slider .slick-dots li.slick-active button {
          background: #fff;
          opacity: 1; }
    section.heroshot-section .roff-slider .rs-slide {
      position: relative;
      width: 100%;
      height: 700px;
      background-size: cover;
      background-position: center center; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        section.heroshot-section .roff-slider .rs-slide {
          height: 600px; } }
      @media screen and (max-width: 39.9375em) {
        section.heroshot-section .roff-slider .rs-slide {
          height: 400px; } }
      section.heroshot-section .roff-slider .rs-slide .video-wrapper {
        pointer-events: none; }
        section.heroshot-section .roff-slider .rs-slide .video-wrapper iframe {
          width: 100%;
          height: 700px; }
          @media screen and (min-width: 40em) and (max-width: 63.9375em) {
            section.heroshot-section .roff-slider .rs-slide .video-wrapper iframe {
              height: 600px; } }
          @media screen and (max-width: 39.9375em) {
            section.heroshot-section .roff-slider .rs-slide .video-wrapper iframe {
              height: 400px; } }

.tag-list {
  margin: 0px;
  padding: 0px; }
  .tag-list dt, .tag-list dd {
    display: inline-block;
    margin: 0px; }
  .tag-list a {
    list-style: none;
    display: inline-block;
    padding: 4px 20px;
    min-width: 80px;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    margin: 5px 5px;
    font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif;
    font-size: 18px; }
    .tag-list a.tag-default {
      background-color: #ffa05d; }
      .tag-list a.tag-default:hover {
        background-color: #ff9144;
        color: #fff; }

.roffybox {
  position: fixed;
  width: 260px;
  min-height: 40px;
  background: #fff;
  right: 10px;
  bottom: 0px;
  z-index: 9;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.18);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 0.7s; }
  .roffybox.roffybox-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .roffybox .roffybox-header {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left; }
    .roffybox .roffybox-header .roffybox-open {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      float: left;
      cursor: pointer;
      padding-right: 25px; }
      .roffybox .roffybox-header .roffybox-open .roffybox-icon {
        position: relative;
        width: 40px;
        height: 40px;
        background-color: #f28024;
        background-image: url("../img/svg/roffybox-envelope.svg");
        background-size: 28px;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        float: left; }
      .roffybox .roffybox-header .roffybox-open .roffybox-label {
        color: #6e6e6e;
        font-size: 12px;
        position: relative;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        float: left;
        padding-left: 5px;
        text-transform: uppercase;
        letter-spacing: .5px; }
      .roffybox .roffybox-header .roffybox-open .roffybox-expand {
        position: relative;
        width: 20px;
        height: 40px;
        float: right;
        cursor: pointer;
        background-image: url("../img/svg/roffybox-expand.svg");
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: center center; }
      .roffybox .roffybox-header .roffybox-open:hover .roffybox-label {
        color: #f28024; }
    .roffybox .roffybox-header .roffybox-close {
      position: relative;
      width: 25px;
      height: 40px;
      float: right;
      cursor: pointer;
      background-image: url("../img/svg/roffybox-close.svg");
      background-size: 11px;
      background-repeat: no-repeat;
      background-position: center center; }
  .roffybox.active .roffybox-header .roffybox-expand {
    background-image: url("../img/svg/roffybox-arrow.svg");
    transform: rotate(180deg); }
  .roffybox .roffybox-content {
    position: relative;
    height: 0px;
    visibility: hidden;
    float: left;
    width: 100%;
    padding: 0px;
    -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    transition: cubic-bezier(0.19, 1, 0.22, 1) 0.4s; }
    .roffybox .roffybox-content.active {
      visibility: visible;
      border-top: 1px solid #dedede;
      overflow: hidden; }
    .roffybox .roffybox-content .roffybox-content-inner {
      position: relative;
      width: 100%;
      display: inline-block;
      padding: 20px; }
    .roffybox .roffybox-content .roffybox-content-label {
      position: relative;
      display: inline-block;
      color: gray;
      font-size: 14px;
      margin-bottom: 10px; }
    .roffybox .roffybox-content form input, .roffybox .roffybox-content form textarea {
      font-size: 13px;
      border: 1px solid #bababa;
      outline: none; }
    .roffybox .roffybox-content form input {
      width: 100%;
      height: 35px;
      padding-left: 5px;
      margin-bottom: 10px; }
    .roffybox .roffybox-content form textarea {
      width: 100%;
      outline: none; }
    .roffybox .roffybox-content form button {
      background-color: #f28024;
      padding: 10px 20px;
      border-radius: 2px;
      color: #fff;
      float: right;
      font-size: 14px;
      cursor: pointer; }
      .roffybox .roffybox-content form button:hover {
        background-color: #ea700e; }
    .roffybox .roffybox-content form input.form-submit {
      background-color: #f28024;
      padding: 0px 18px;
      border-radius: 2px;
      color: #fff;
      width: initial;
      float: right;
      font-size: 14px;
      cursor: pointer;
      border: none;
      line-height: normal; }
      .roffybox .roffybox-content form input.form-submit:hover {
        background-color: #ea700e; }

.tabs {
  padding-left: 0px;
  background: #fff;
  float: left;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border: none;
  padding: 0px; }
  @media screen and (max-width: 39.9375em) {
    .tabs {
      width: 100%; } }
  .tabs li {
    position: relative;
    background-image: none;
    margin: 0px;
    padding: 0px; }
    @media screen and (max-width: 39.9375em) {
      .tabs li {
        width: 100%; } }
    .tabs li a {
      font-size: 18px;
      color: #000;
      text-transform: uppercase;
      background: #f8f8f8;
      font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
      padding: 20px 40px;
      outline: none; }
      .tabs li a:hover {
        color: #f28024; }
      .tabs li a:before {
        position: absolute;
        content: "";
        top: 0px;
        left: 0px;
        width: 0px;
        height: 3px;
        -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1), 0.2s;
        -moz-transition: cubic-bezier(0.19, 1, 0.22, 1), 0.2s;
        transition: cubic-bezier(0.19, 1, 0.22, 1), 0.2s; }
      .tabs li a[aria-selected='true'] {
        background-color: #fff;
        color: #f28024; }
        .tabs li a[aria-selected='true']:before {
          width: 100%;
          background-color: #f28024; }

.tabs-content {
  background: #fff;
  border-top: none;
  display: inline-block;
  border: none; }
  @media screen and (max-width: 39.9375em) {
    .tabs-content {
      border-top: 11px solid #e8e7ea; } }
  .tabs-content .tabs-panel {
    padding: 0px; }

.roff-table table {
  width: 100%;
  text-align: left; }

.roff-table.theme-01 table {
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border: none; }
  .roff-table.theme-01 table thead {
    position: relative;
    display: table-caption;
    background: #fff;
    padding: 15px 5px 10px 14px;
    border-bottom: 2px solid #f28025;
    letter-spacing: .5px; }
    .roff-table.theme-01 table thead tr th {
      font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
      font-weight: inherit;
      font-size: 18px;
      color: #000;
      letter-spacing: .5px;
      text-transform: uppercase; }
  .roff-table.theme-01 table tbody {
    font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif;
    color: #333333; }
    .roff-table.theme-01 table tbody tr {
      border-bottom: 1px solid #d9d9d9;
      display: block; }
      .roff-table.theme-01 table tbody tr:last-child {
        border-bottom: none; }
    .roff-table.theme-01 table tbody td {
      padding: 20px 20px; }

.basic-content table {
  background: #fff;
  width: 100%;
  background-color: white;
  border: 1px solid #d7d7d7; }
  .basic-content table:before, .basic-content table:after {
    display: none; }
  .basic-content table tbody {
    font-family: "Gotham-Rounded-Regular", "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif;
    color: #333333; }
    .basic-content table tbody:before, .basic-content table tbody:after {
      display: none; }
    .basic-content table tbody tr th {
      padding: 10px;
      text-align: left; }
    .basic-content table tbody tr:before, .basic-content table tbody tr:after {
      display: none; }
    .basic-content table tbody tr:nth-child(odd) {
      background-color: white; }
    .basic-content table tbody tr:nth-child(even) {
      background-color: #f6f6f6; }
    .basic-content table tbody td {
      padding: 10px; }

.reveal-overlay {
  background-color: rgba(10, 10, 10, 0.72); }

.reveal {
  padding: 25px;
  border: 1px solid #E8E7EA;
  background-color: #E8E7EA;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.36);
  outline: none; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      padding: 15px; } }
  .reveal form {
    position: relative;
    display: inline-block;
    width: 100%; }
  .reveal.size {
    width: 60%;
    max-width: 65rem; }
    @media screen and (max-width: 63.9375em) {
      .reveal.size {
        width: 100%; } }
  .reveal h2 {
    font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
    font-size: 1.875rem;
    margin: 0px;
    padding: 10px 0px 30px 15px;
    text-transform: uppercase; }
    @media screen and (max-width: 39.9375em) {
      .reveal h2 {
        font-size: 1.5625rem; } }
  .reveal .note {
    width: 100%;
    padding-left: 0.9375rem;
    font-size: 0.75rem;
    color: #3c3c3c;
    background-image: url(../img/svg/info.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 36px; }
    .reveal .note span {
      color: #f28024;
      display: inline-block; }
  .reveal .form-actions {
    display: none !important; }
    @media screen and (max-width: 39.9375em) {
      .reveal .form-actions {
        position: relative;
        width: 100%;
        padding: 0px 9px; } }
    .reveal .form-actions button {
      float: right;
      margin-right: 0.9375rem; }
  .reveal .js-form-submit.form-submit {
    background: #f28024;
    height: 45px;
    line-height: 45px;
    padding: 0px 40px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
    margin-right: 14px; }
    @media screen and (max-width: 39.9375em) {
      .reveal .js-form-submit.form-submit {
        width: 100%;
        margin-right: 0px; } }
  @media screen and (max-width: 39.9375em) {
    .reveal #edit-reset--2 {
      position: relative;
      width: 100%;
      padding: 0px 9px; } }
  .reveal #edit-reset--2 .modal-button-decline {
    position: absolute;
    margin: 0px;
    bottom: 0px;
    right: 272px;
    width: auto;
    height: 45px;
    line-height: 45px;
    margin: 0px;
    padding: 0px 20px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    background: #fff; }
    @media screen and (max-width: 39.9375em) {
      .reveal #edit-reset--2 .modal-button-decline {
        position: relative;
        right: inherit;
        bottom: inherit;
        width: 100%; } }
  @media screen and (max-width: 39.9375em) {
    .reveal .js-form-type-processed-text {
      position: relative;
      width: 100%;
      padding: 0px 9px; } }
  .reveal .js-form-type-processed-text .modal-button-next {
    background: #f28024;
    height: 45px;
    line-height: 45px;
    padding: 0px 40px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
    border: none !important;
    margin-right: 0.9375rem; }
    @media screen and (max-width: 39.9375em) {
      .reveal .js-form-type-processed-text .modal-button-next {
        position: relative;
        right: inherit;
        bottom: inherit;
        width: 100%;
        margin-right: 0px; } }
  .reveal .close-button {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 10px;
    font-size: 50px; }
  .reveal label.modal-gdpr-title strong {
    font-weight: normal; }
  .reveal .modal-gdpr {
    background: #fff;
    padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #b8b8b8;
    line-height: normal;
    max-height: 500px;
    overflow: auto;
    margin-bottom: 10px; }
    @media screen and (max-width: 39.9375em) {
      .reveal .modal-gdpr {
        max-height: 300px; } }
    .reveal .modal-gdpr p {
      line-height: 22px;
      font-family: "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif;
      color: #343434; }

html:lang(fr) .reveal #edit-reset--2 .modal-button-decline {
  right: 318px; }
  @media screen and (max-width: 39.9375em) {
    html:lang(fr) .reveal #edit-reset--2 .modal-button-decline {
      right: 0px; } }

.status-messages-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  animation: message_anim_in .5s forwards; }
  .status-messages-container.goOut {
    animation: message_anim_out .5s forwards; }

#status-messages {
  position: relative;
  z-index: 9999;
  min-width: 800px;
  max-width: 1200px;
  margin: 0 auto;
  display: inline-block;
  top: 22px;
  text-align: left;
  padding: 18px 18px 18px 51px; }
  @media screen and (max-width: 39.9375em) {
    #status-messages {
      min-width: inherit;
      margin: 0px 10px; } }
  #status-messages em.placeholder {
    display: inline-block; }
  #status-messages.Status, #status-messages.estado {
    background: #fff;
    border: 3px solid #4fc454;
    color: #222;
    text-transform: uppercase;
    font-family: "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif;
    letter-spacing: .5px;
    font-size: 14px;
    box-shadow: 0px 0 51px rgba(0, 0, 0, 0.49);
    background-image: url("../img/svg/msg_success.svg");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 25px; }
    #status-messages.Status p, #status-messages.estado p {
      margin: 0px;
      line-height: normal;
      margin-bottom: 10px;
      color: #222; }
  #status-messages.Error, #status-messages.erro {
    background: #fff;
    border: 3px solid #ff0c00;
    color: #222;
    text-transform: uppercase;
    font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
    letter-spacing: .5px;
    font-size: 14px;
    box-shadow: 0px 0 51px rgba(0, 0, 0, 0.49);
    background-image: url("../img/svg/msg_error.svg");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 25px;
    text-transform: initial; }
    #status-messages.Error ul, #status-messages.erro ul {
      width: 100%;
      margin: 0px;
      font-size: 12px;
      list-style: none;
      padding: 0;
      font-family: "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif; }
      #status-messages.Error ul li, #status-messages.erro ul li {
        margin: 0px;
        padding: 0px;
        background-image: none; }

@keyframes message_anim_in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes message_anim_out {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%); } }

nav.pager {
  position: relative;
  width: 100%;
  display: inline-block;
  padding-bottom: 4rem;
  font-size: 18px; }
  nav.pager ul {
    width: 100%;
    display: inline-block;
    list-style: none;
    text-align: center;
    margin: 0px;
    padding: 0px; }
    nav.pager ul li {
      display: inline-block;
      padding: 0px 2px; }
      nav.pager ul li a {
        width: 40px;
        height: 40px;
        display: inline-block;
        line-height: 40px; }
      nav.pager ul li.is-active a {
        background-color: #e3e3e3;
        color: #353535; }
      nav.pager ul li.pager__item--ellipsis {
        color: #f28024;
        width: 30px; }
      nav.pager ul li.pager__item--previous a, nav.pager ul li.pager__item--next a {
        width: inherit; }
      nav.pager ul li.pager__item--last, nav.pager ul li.pager__item--first {
        display: none; }

section.section-error {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 4rem 0px;
  min-height: 900px;
  margin-top: 100px;
  background-image: url("../img/svg/error-bg.svg");
  background-position: center center;
  background-repeat: no-repeat; }
  section.section-error .error-container {
    padding-top: calc(320px/2); }
  section.section-error .error-404 .error-image {
    max-width: 400px;
    margin: 0 auto; }
    section.section-error .error-404 .error-image img {
      width: inherit; }
  section.section-error .error-404 .error-description {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: .5px; }
    section.section-error .error-404 .error-description p {
      font-family: "Soho-Gothic-Regular", "Helvetica", "Arial", sans-serif;
      color: #676767;
      line-height: 30px; }
  section.section-error .error-404 .error-search-form {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 20px; }
    section.section-error .error-404 .error-search-form input {
      width: 100%;
      height: 45px;
      padding-left: 5px;
      border: 2px solid #b5b5b5;
      padding-right: 45px; }
      section.section-error .error-404 .error-search-form input.form-submit {
        border: none;
        padding-right: 0px; }
    section.section-error .error-404 .error-search-form .esf-submit,
    section.section-error .error-404 .error-search-form #edit-submit {
      position: absolute;
      top: 0px;
      right: 0px;
      background-image: url("../img/svg/icon-search-gray.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 20px;
      width: 45px;
      border: none;
      background-color: transparent;
      text-indent: -9999px; }
  section.section-error .error-404 .error-button {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 40px; }
    section.section-error .error-404 .error-button a {
      color: #f28024;
      text-transform: uppercase;
      font-size: 18px;
      text-decoration: underline; }
      section.section-error .error-404 .error-button a:hover {
        color: #ea700e; }

/*******************
 *
 *  Search no results 
 *
********************/
div.search-no-results {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
  min-height: 350px;
  margin: 100px 0px; }
  div.search-no-results .sn-results-image {
    max-width: 350px;
    margin: 0 auto; }
  div.search-no-results .sn-results-text {
    text-align: center;
    font-family: "Soho-Gothic-Light", "Helvetica", "Arial", sans-serif;
    font-size: 1.875rem; }

body.maintenance-page {
  background-color: #000;
  background-image: url("/themes/roff/img/blurred_bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  body.maintenance-page .maintenance-page {
    position: relative;
    padding: 250px 0px 0px 0px;
    min-height: 750px;
    min-height: 100vh; }
    body.maintenance-page .maintenance-page .mp-logo {
      text-align: center; }
      body.maintenance-page .maintenance-page .mp-logo img {
        height: 150px; }
    body.maintenance-page .maintenance-page .mp-text {
      margin: 70px 0px 40px 0px;
      text-align: center; }
      body.maintenance-page .maintenance-page .mp-text h2 {
        position: relative;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-family: "Soho-Gothic-Medium", "Helvetica", "Arial", sans-serif;
        margin: 0px; }
      body.maintenance-page .maintenance-page .mp-text p {
        color: #fff; }
  body.maintenance-page canvas {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .7;
    -webkit-filter: blur(80px);
    filter: url("#blur");
    /*Firefox Support for Blur*/
    filter: blur(80px); }

body.maintenance-page .footer-top {
  padding-bottom: 30px; }
