@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 59.375em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

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

.fade-out.mui-leave {
  transition-duration: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms; }

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

/* GLOBALS */
/***************** FONTS *****************/
@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proxima-nova/proxima-nova-thin-webfont.eot");
  src: url("../fonts/proxima-nova/proxima-nova-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proxima-nova-thin-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/proxima-nova-thin-webfont.woff") format("woff"), url("../fonts/proxima-nova/proxima-nova-thin-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proxima-nova-thin-webfont.svg#proxima_nova_ththin") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proxima-nova/proxima-nova-regular-webfont.eot");
  src: url("../fonts/proxima-nova/proxima-nova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proxima-nova-regular-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/proxima-nova-regular-webfont.woff") format("woff"), url("../fonts/proxima-nova/proxima-nova-regular-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proxima-nova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proxima-nova/proxima-nova-semibold-webfont.eot");
  src: url("../fonts/proxima-nova/proxima-nova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proxima-nova-semibold-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/proxima-nova-semibold-webfont.woff") format("woff"), url("../fonts/proxima-nova/proxima-nova-semibold-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proxima-nova-semibold-webfont.svg#proxima_nova_ltsemibold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proxima-nova/proxima-nova-bold-webfont.eot");
  src: url("../fonts/proxima-nova/proxima-nova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proxima-nova-bold-webfont.woff2") format("woff2"), url("../fonts/proxima-nova/proxima-nova-bold-webfont.woff") format("woff"), url("../fonts/proxima-nova/proxima-nova-bold-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proxima-nova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: 700;
  font-style: normal; }

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

[class^="icon-"]:before,
[class*=" icon-"]:before {
  /*ICON FONT*/
  font-family: "vermis" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block; }

.icon-2020:before {
  content: "\61"; }

.icon-facebook:before {
  content: "\62"; }

.icon-left:before {
  content: "\63"; }

.icon-linkedin:before {
  content: "\64"; }

.icon-menu:before {
  content: "\65"; }

.icon-netgocio-1:before {
  content: "\66"; }

.icon-netgocio-2:before {
  content: "\67"; }

.icon-phone:before {
  content: "\68"; }

.icon-right:before {
  content: "\69"; }

.icon-search:before {
  content: "\6a"; }

/***************** SHARE *****************/
@font-face {
  font-family: "share";
  src: url("../fonts/share/share.eot");
  src: url("../fonts/share/share.eot?#iefix") format("embedded-opentype"), url("../fonts/share/share.woff") format("woff"), url("../fonts/share/share.ttf") format("truetype"), url("../fonts/share/share.svg#share") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="share-"]:before,
[class*=" share-"]:before {
  font-family: "share" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.share-share:before {
  content: "\67"; }

.share-facebook:before {
  content: "\61"; }

.share-facebook:hover {
  color: #3b5998 !important; }

.share-google:before {
  content: "\62"; }

.share-google:hover {
  color: #d34836 !important; }

.share-instagram:before {
  content: "\63"; }

.share-instagram:hover {
  color: #f724d2 !important; }

.share-mail:before {
  content: "\64"; }

.share-mail:hover {
  color: #000000 !important; }

.share-pinterest:before {
  content: "\65"; }

.share-pinterest:hover {
  color: #cb2027 !important; }

.share-twitter:before {
  content: "\66"; }

.share-twitter:hover {
  color: #00aced !important; }

.share-linkedin:before {
  content: "\68"; }

.share-linkedin:hover {
  color: #007bb6 !important; }

.share-youtube:before {
  content: "\69"; }

.share-youtube:hover {
  color: #bb0000 !important; }

.share-youtube-2:before {
  content: "\6a"; }

.share-youtube-2:hover {
  color: #bb0000 !important; }

.share-blog:before {
  content: "\6b"; }

.share-blog:hover {
  color: #32506d !important; }

.share-skype:before {
  content: "\6c"; }

.share-skype:hover {
  color: #12A5F4 !important; }

.share-messenger:before {
  content: "\6d"; }

.share-messenger:hover {
  color: #0084FF !important; }

.share-vimeo:before {
  content: "\6e"; }

.share-vimeo:hover {
  color: #45bbff !important; }

/***************** GLOBAL *****************/
@media screen and (max-width: 71.8125em) {
  html {
    font-size: 9px; } }

@media screen and (max-width: 46.8125em) {
  html {
    font-size: 8px; } }

body, html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important; }

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, sub, b, dl, dd, dt, ul, li, label, article, details, footer, header, menu, nav, input, textarea, select, button, form {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0; }

a, input, textarea, button, i, optgroup, select {
  -webkit-appearance: none !important;
  font-family: "proxima_nova", sans-serif;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }

* {
  outline: 0;
  -webkit-appearance: none;
  text-decoration: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

::selection,
::-moz-selection {
  background-color: #000000;
  color: #fff; }

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

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

textarea {
  resize: none; }

.scrolloff {
  pointer-events: none; }

.overHidden {
  overflow: hidden; }

.mapa {
  position: relative; }

.mapa iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.hidden {
  display: none !important; }

/***************** INPUTS *****************/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

input:not(.appearance) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.inpt_cells {
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  width: 45%; }
  .inpt_cells:first-child {
    float: left; }
  .inpt_cells:last-child {
    float: right; }
  @media screen and (max-width: 59.3125em) {
    .inpt_cells {
      width: 100%; }
      .inpt_cells:first-child {
        margin-right: 0px;
        margin-bottom: 10px; }
      .inpt_cells:last-child {
        margin-left: 0px;
        margin-top: 10px; } }

.inpt_holder {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #856D47;
  margin-bottom: 2.5rem;
  text-align: left; }
  .inpt_holder[class*=" icon-"] .inpt {
    padding-right: 4rem; }
  .inpt_holder[class*=" icon-"]:before {
    position: absolute;
    right: 0;
    top: 50%;
    color: #ececec;
    font-size: 1.4rem;
    margin-top: -0.7rem;
    margin-right: 1rem; }
  .inpt_holder:not(.simple):not(.select):after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 100%;
    height: 1px;
    width: auto;
    z-index: 1;
    background: #000000;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .inpt_holder:not(.simple):not(.select).focused:after, .inpt_holder:not(.simple):not(.select).hovered:after {
    right: 0; }
  .inpt_holder.select:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0.5rem 0 0.5rem;
    border-color: #856D47 transparent transparent transparent;
    margin-top: -2px;
    margin-right: 1rem; }
  .inpt_holder.simple {
    border: 0; }
  .inpt_holder.focused .passwordToggler {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .inpt_holder.has-error {
    border-color: rgba(225, 0, 0, 0.5); }
  @media screen and (max-width: 46.8125em) {
    .inpt_holder {
      margin-bottom: 2.5rem; }
      .inpt_holder:not(.select):after {
        display: none; } }

.inpt_label {
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 19rem;
  /*INPUTS*/
  color: #856D47;
  font-size: 13px;
  font-size: calc(( 13px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.4;
  font-weight: 400;
  min-height: 4rem;
  height: 100%;
  padding: 1.2rem 1.5rem;
  padding-right: 40px;
  /* ANIMATIONSCSS */
  -webkit-transition: height 0.5s linear;
  -ms-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  transition: height 0.5s linear; }
  .inpt_label:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 1px;
    right: 19px;
    background: #856D47;
    /* ANIMATIONSCSS */
    -webkit-transition: height 0.5s linear;
    -ms-transition: height 0.5s linear;
    -o-transition: height 0.5s linear;
    -moz-transition: height 0.5s linear;
    transition: height 0.5s linear; }
  .has-error .inpt_label {
    color: #e10000; }
  @media screen and (max-width: 46.8125em) {
    .inpt_label {
      position: relative;
      padding-right: 0;
      line-height: normal !important;
      width: 100%;
      padding: 0;
      margin-bottom: 5px;
      height: auto;
      min-height: auto; }
      .inpt_label:after {
        display: none; } }

.inpt {
  /*INPUTS*/
  display: block;
  width: 100%;
  /*INPUTS*/
  color: #856D47;
  font-size: 13px;
  font-size: calc(( 13px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.4;
  font-weight: 400;
  /*INPUTS*/
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  width: 100%;
  width: calc(100% - 19rem) !important;
  margin-left: 19rem;
  min-height: 4rem;
  height: 4rem;
  padding: 1.2rem 1.5rem;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0; }
  .inpt_holder.full .inpt {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 1.5rem; }
  @media screen and (max-width: 71.8125em) {
    .inpt {
      padding: 1.2rem 1rem; }
      .inpt_holder.full .inpt {
        padding-left: 1rem; } }
  @media screen and (max-width: 46.8125em) {
    .inpt {
      width: 100% !important;
      padding-left: 1.5rem;
      margin-left: 0;
      /*INPUTS*/
      border-radius: 5px; } }
  .inpt.has-error {
    /*INPUTS*/
    border-color: rgba(225, 0, 0, 0.5);
    color: #e10000; }
  .inpt[type="date"]:not(.has-value):before {
    content: attr(placeholder); }
  .inpt .has-error .inpt {
    color: #e10000; }

textarea.inpt {
  /*INPUTS*/
  overflow: hidden;
  /*INPUTS*/
  /*line-height:2.8rem;
		*/
  /* ANIMATIONSCSS */
  -webkit-transition: height 0.5s linear;
  -ms-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  transition: height 0.5s linear; }
  textarea.inpt:focus, textarea.inpt.focused,
  .focused textarea.inpt,
  .hovered textarea.inpt {
    overflow: auto;
    height: 13rem;
    border-radius: 0px; }

.inpt_checkbox {
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 5px 0;
  margin-right: 30px; }
  .inpt_checkbox:last-child {
    margin-right: 0; }
  .inpt_checkbox input[type="checkbox"],
  .inpt_checkbox input[type="radio"] {
    /*INPUTS*/
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .inpt_checkbox label {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top;
    color: #856D47;
    font-size: 14px;
    font-size: calc(( 14px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
    line-height: 1.4;
    font-weight: 400;
    position: relative;
    text-align: left;
    padding-left: 30px;
    /* ANIMATIONSCSS */
    -webkit-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
    .inpt_checkbox label a {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      color: #000000;
      position: relative;
      z-index: 6; }
      .inpt_checkbox label a:hover {
        color: #856D47; }
    .inpt_checkbox label:before, .inpt_checkbox label:after {
      content: '';
      position: absolute;
      top: 50%;
      cursor: pointer; }
    .inpt_checkbox label:before {
      left: 0px;
      width: 16px;
      height: 16px;
      border: 1px solid #000000;
      /* TRANSFORMS */
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .inpt_checkbox label:after {
      opacity: 0;
      visibility: hidden; }
  .inpt_checkbox input[type="checkbox"] + label:after {
    left: 5px;
    width: 9px;
    height: 5px;
    margin-top: -1px;
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    /* TRANSFORMS */
    -moz-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%); }
  .inpt_checkbox input[type="radio"] + label:before, .inpt_checkbox input[type="radio"] + label:after {
    border-radius: 50%; }
  .inpt_checkbox input[type="radio"] + label::after {
    background: #000;
    width: 8px;
    height: 8px;
    left: 4px;
    margin-top: -4px; }
  .inpt_checkbox input[type="checkbox"]:checked + label::after,
  .inpt_checkbox input[type="radio"]:checked + label::after {
    opacity: 1;
    visibility: visible; }
  .inpt_checkbox input[type="checkbox"].has-error + label:before,
  .inpt_checkbox input[type="radio"].has-error + label:before {
    border-color: #e10000; }

.inputfile {
  /*INPUTS*/
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .inputfile div {
    height: auto;
    /*text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;*/ }
  .inputfile:hover + label {
    color: #000000; }
  .inputfile.has-error + label {
    /*INPUTS*/
    border-color: rgba(225, 0, 0, 0.5);
    color: #e10000; }

.passwordToggler {
  position: absolute;
  bottom: calc( (4rem / 2) - 6px);
  right: 15px;
  width: 18px;
  height: 12px;
  cursor: pointer;
  background-image: url("../imgs/elem/show_hide.png");
  background-position: 0 0;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .passwordToggler.show {
    background-position: 18px 0; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
  font-weight: inherit; }

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: inherit;
  font-weight: inherit; }

/* firefox 19+ */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
  font-weight: inherit; }

/* ie */
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  color: inherit;
  font-weight: inherit; }

/*input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { opacity:0; color:transparent;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { opacity:0; color:transparent;}  firefox 19+ 
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { opacity:0; color:transparent;} 
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {opacity:0; color:transparent;}*/
/***************** ANIMACOES AO APARECER *****************/
.elements_animated {
  position: relative;
  opacity: 0;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .elements_animated.top {
    /* TRANSFORMS */
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
    .elements_animated.top.active {
      /* TRANSFORMS */
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      transform: translateY(0px); }
  .elements_animated.bottom {
    /* TRANSFORMS */
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
    .elements_animated.bottom.active {
      /* TRANSFORMS */
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -webkit-transform: translateY(0px);
      transform: translateY(0px); }
  .elements_animated.left {
    /* TRANSFORMS */
    -moz-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px); }
    .elements_animated.left.active {
      /* TRANSFORMS */
      -moz-transform: translateX(0px);
      -o-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -webkit-transform: translateX(0px);
      transform: translateX(0px); }
  .elements_animated.right {
    /* TRANSFORMS */
    -moz-transform: translateX(80px);
    -o-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
    .elements_animated.right.active {
      /* TRANSFORMS */
      -moz-transform: translateX(0px);
      -o-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -webkit-transform: translateX(0px);
      transform: translateX(0px); }
  .elements_animated.scale {
    /* TRANSFORMS */
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
    .elements_animated.scale.active {
      /* TRANSFORMS */
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
  .elements_animated.active {
    opacity: 1; }
  .elements_animated:nth-child(2) {
    transition-delay: 0.4s; }
  .elements_animated:nth-child(3) {
    transition-delay: 0.5s; }
  .elements_animated:nth-child(4) {
    transition-delay: 0.6s; }
  .elements_animated:nth-child(5) {
    transition-delay: 0.7s; }
  .elements_animated:nth-child(6) {
    transition-delay: 0.8s; }
  .elements_animated:nth-child(7) {
    transition-delay: 0.9s; }
  .elements_animated:nth-child(8) {
    transition-delay: 1s; }
  .elements_animated:nth-child(9) {
    transition-delay: 1.1s; }
  .elements_animated:nth-child(10) {
    transition-delay: 1.2s; }
  .elements_animated:nth-child(11) {
    transition-delay: 1.3s; }
  .elements_animated:nth-child(12) {
    transition-delay: 1.4s; }
  .elements_animated:nth-child(13) {
    transition-delay: 1.5s; }
  .elements_animated:nth-child(14) {
    transition-delay: 1.6s; }
  .elements_animated:nth-child(15) {
    transition-delay: 1.7s; }
  .elements_animated:nth-child(16) {
    transition-delay: 1.8s; }
  .elements_animated:nth-child(17) {
    transition-delay: 1.9s; }
  .elements_animated:nth-child(18) {
    transition-delay: 2s; }
  .elements_animated:nth-child(19) {
    transition-delay: 2.1s; }
  .elements_animated:nth-child(20) {
    transition-delay: 2.2s; }
  @media screen and (max-width: 59.3125em) {
    .elements_animated {
      /* TRANSFORMS */
      -moz-transform: translateX(0px) translateY(0px) scale(0px) !important;
      -o-transform: translateX(0px) translateY(0px) scale(0px) !important;
      -ms-transform: translateX(0px) translateY(0px) scale(0px) !important;
      -webkit-transform: translateX(0px) translateY(0px) scale(0px) !important;
      transform: translateX(0px) translateY(0px) scale(0px) !important; } }

/***************** PARALLAX *****************/
.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  @media screen and (max-width: 59.375em) {
    .parallax {
      background-position: center;
      background-attachment: inherit; } }

/***************** LOADER *****************/
.mask {
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000000;
  display: table;
  text-align: center; }
  .mask #loader {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
    .mask #loader .svg_load {
      max-width: 20rem;
      margin: auto; }
      .mask #loader .svg_load svg path,
      .mask #loader .svg_load svg polygon,
      .mask #loader .svg_load svg rect {
        fill: #000000;
        stroke: #000000;
        stroke-width: 2;
        stroke-miterlimit: 10;
        stroke-dasharray: 200;
        stroke-dashoffset: 200;
        fill-opacity: 0;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        animation-iteration: 1;
        animation-name: svgDrawLine, svgFadeStroke, svgFillIn;
        animation-duration: 1.5s, 1s, 1s;
        animation-delay: 0s, 1s, 1s; }

.js-loading-page {
  overflow: hidden;
  pointer-events: none; }

.js-detail-open {
  overflow: hidden; }

.header,
.footer {
  position: relative;
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  .header.page-load-hide,
  .footer.page-load-hide {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 1); }

.page-main {
  position: relative;
  width: 100%;
  z-index: 100;
  transform-origin: top center;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.page-next,
.page-prev {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  min-height: 0; }

.loading-transition {
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 10001;
  height: 100%;
  top: 0;
  left: 0;
  border-right: 4px rgba(0, 0, 0, 0.4) solid;
  border-left: 4px rgba(0, 0, 0, 0.4) solid;
  background: #856D47;
  /* TRANSFORMS */
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
  .loading-transition .loading-animation {
    max-width: 20rem;
    margin: auto;
    opacity: 0; }
    .loading-transition .loading-animation svg path {
      fill: #fff;
      stroke: #fff;
      stroke-width: 2;
      stroke-miterlimit: 10;
      stroke-dasharray: 200;
      stroke-dashoffset: 200;
      fill-opacity: 0; }
    .loading-transition .loading-animation svg polygon {
      fill: #fff;
      stroke: #fff;
      stroke-width: 2;
      stroke-miterlimit: 10;
      stroke-dasharray: 200;
      stroke-dashoffset: 200;
      fill-opacity: 0; }
    .loading-transition .loading-animation svg .cls-1 {
      fill: #fff; }
  .loading-transition.loading .loading-animation svg polygon {
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration: 1;
    animation-name: svgDrawLine, svgFadeStroke, svgFillIn;
    animation-duration: 0.6s, 0.6s, 0.6s;
    animation-delay: 0s, 0.3s, 0.3s; }
  .loading-transition.loading .loading-animation svg path {
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration: 1;
    animation-name: svgDrawLine, svgFadeStroke, svgFillIn;
    animation-duration: 1.8s, 1s, 1s;
    animation-delay: 0s, 1s, 1s; }

.page-load,
.detail-ajax {
  position: relative;
  /* ANIMATIONSCSS */
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  .page-load.page-load-hide,
  .detail-ajax.page-load-hide {
    opacity: 0;
    /* TRANSFORMS */
    -moz-transform: scale3d(0.9, 0.9, 1);
    -o-transform: scale3d(0.9, 0.9, 1);
    -ms-transform: scale3d(0.9, 0.9, 1);
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1); }

#details-modal {
  position: fixed;
  width: 100%;
  z-index: 1001;
  height: 300vh;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #fff;
  /* TRANSFORMS */
  -moz-transform: translateY(100vh);
  -o-transform: translateY(100vh);
  -ms-transform: translateY(100vh);
  -webkit-transform: translateY(100vh);
  transform: translateY(100vh); }
  #details-modal .content_inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    background: #000000; }
  #details-modal .shape-wrap {
    position: relative;
    background-color: #fff;
    z-index: 10; }
    #details-modal .shape-wrap .shape {
      height: 100vh;
      width: 100%;
      display: block;
      fill: #000000;
      transform-origin: 50% 0; }
  #details-modal .detail-ajax.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    overflow-y: auto; }
  #details-modal.type-1 {
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    /* TRANSFORMS */
    -moz-transform: translateY(0vh);
    -o-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh); }
    #details-modal.type-1 .content_inner,
    #details-modal.type-1 .shape-wrap {
      display: none; }
    #details-modal.type-1 .detail-ajax > main {
      opacity: 1; }

.detail-ajax {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .detail-ajax .header {
    position: relative !important; }
  .detail-ajax > main {
    opacity: 0; }

/***************** DIVS GERAIS *****************/
.row {
  position: relative;
  /* MARGENS LATERAIS */
  /* MARGENS HELPER */
  padding-left: 15px ;
  padding-right: 15px ; }
  @media screen and (min-width: 59.375em) {
    .row {
      /* MARGENS HELPER */
      padding-left: 20px ;
      padding-right: 20px ; } }
  @media screen and (min-width: 98.75em) {
    .row {
      /* MARGENS HELPER */
      padding-left: 40px ;
      padding-right: 40px ; } }
  @media screen and (min-width: 120em) {
    .row {
      /* MARGENS HELPER */
      padding-left: 95px ;
      padding-right: 95px ; } }
  .row.collapse {
    max-width: 1400px !important;
    padding: 0; }
  .row.no_padd {
    /* MARGENS LATERAIS */
    /* MARGENS HELPER */
    padding-left: 20px ;
    padding-right: 20px ; }
    @media screen and (min-width: 59.375em) {
      .row.no_padd {
        /* MARGENS HELPER */
        padding-left: 25px ;
        padding-right: 25px ; } }
    @media screen and (min-width: 98.75em) {
      .row.no_padd {
        /* MARGENS HELPER */
        padding-left: 45px ;
        padding-right: 45px ; } }
    @media screen and (min-width: 120em) {
      .row.no_padd {
        /* MARGENS HELPER */
        padding-left: 100px ;
        padding-right: 100px ; } }
    .row.no_padd .columns {
      padding-left: 0;
      padding-right: 0; }
  .row.full {
    max-width: 100% !important; }
  .row.content {
    margin: auto; }
  @media screen and (min-width: 59.375em) {
    .row {
      max-width: 1450px !important; }
      .row.content {
        max-width: 1970px !important; } }
  @media screen and (min-width: 98.75em) {
    .row {
      max-width: 1490px !important; }
      .row.content {
        max-width: 2010px !important; } }
  @media screen and (min-width: 120em) {
    .row {
      max-width: 1600px !important; }
      .row.content {
        max-width: 2120px !important; } }

.mainDiv {
  background: #fff;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 10; }

.row1 {
  width: 100%;
  height: 100%;
  display: table-row; }
  .row1 > .div_table_cell {
    vertical-align: top; }

.row2 {
  width: 100%;
  height: 100%;
  display: table-row; }
  .row2 > .div_table_cell {
    vertical-align: bottom; }

.div_100 {
  display: table;
  width: 100%;
  table-layout: fixed; }

.divs_50 {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 50%; }

.div_table_cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .divs_50, .div_table_cell {
    height: 1px; } }

figure {
  position: relative;
  display: block;
  overflow: hidden; }
  figure figcaption,
  figure figcaption a.linker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  figure figcaption a.linker {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0; }

.grayscale {
  /* GRAYSCALE */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */ }

/***************** TEXTOS *****************/
.titulos {
  color: #856D47;
  font-size: 20px;
  font-size: calc(( 20px - 1px ) + 1 * (100vw - 350px) / (4920 - 350));
  line-height: 1.4;
  font-weight: 700; }

.subtitulos {
  color: #856D47;
  font-size: 35px;
  font-size: calc(( 35px - 5px ) + 5 * (100vw - 350px) / (4920 - 350));
  line-height: 1.4;
  font-weight: 700; }

.textos {
  color: #fff;
  font-size: 14px;
  font-size: calc(( 14px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.9;
  font-weight: 400; }

.list_tit {
  text-transform: uppercase;
  color: black;
  font-size: 16px;
  font-size: calc(( 16px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.7;
  font-weight: 400; }

.list_subtit {
  color: #fff;
  font-size: 14px;
  font-size: calc(( 14px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.4;
  font-weight: 400; }

.list_txt {
  color: #856D47;
  font-size: 13px;
  font-size: calc(( 13px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.4;
  font-weight: 400; }

.textos a, .list_txt a {
  display: inline-block;
  color: #000000; }

.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/***************** BACKGROUNDS *****************/
.has_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .has_bg.contain {
    background-size: contain; }
  .has_bg.fixed {
    background-attachment: fixed; }
    @media screen and (max-width: 59.3125em) {
      .has_bg.fixed {
        background-attachment: inherit; } }
  .has_bg.oblique {
    -webkit-clip-path: polygon(0 25%, 100% 0%, 100% 75%, 0% 100%);
    clip-path: polygon(0 25%, 100% 0%, 100% 75%, 0% 100%); }
  .is-ie .has_bg.blend {
    position: relative; }
    .is-ie .has_bg.blend:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: currentColor;
      opacity: 0.7; }
    .is-ie .has_bg.blend:hover:after {
      opacity: 0.5; }
  .has_bg.has_mask {
    position: relative;
    z-index: 1; }
    .has_bg.has_mask:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      pointer-events: none;
      z-index: -1; }

/***************** VIDEO *****************/
.video_frame {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .video_frame.absolute {
    position: absolute;
    top: 0;
    left: 0; }
  .video_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .video_frame > div {
    display: block;
    height: 100%;
    cursor: pointer;
    /* ANIMATIONSCSS */
    -webkit-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all; }
    .video_frame > div .play {
      height: 7rem;
      width: 7rem;
      left: 50%;
      top: 50%;
      margin-left: -36px;
      margin-top: -36px;
      position: absolute;
      cursor: pointer; }
      .video_frame > div .play svg {
        fill: #000000;
        width: 100%;
        /* ANIMATIONSCSS */
        -webkit-transition: 0.4s all;
        -ms-transition: 0.4s all;
        -o-transition: 0.4s all;
        -moz-transition: 0.4s all;
        transition: 0.4s all; }
    .video_frame > div:hover {
      -webkit-filter: brightness(75%); }
      .video_frame > div:hover .play svg {
        fill: #fff; }

.video_cont {
  position: relative;
  display: block;
  overflow: hidden; }
  .video_cont > div:before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 10rem;
    color: #fff;
    z-index: 4;
    /* TRANSFORMS */
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .video_cont:hover > div:before {
    color: #000000; }
  .video_cont.active > div:before {
    display: none; }
  .video_cont iframe,
  .video_cont .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .video_cont .disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1; }
  .video_cont .enabled {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2; }

/***************** POSITIONS *****************/
.div_absolute {
  /*Positioning*/
  position: absolute;
  top: 0 ;
  left: 0 ;
  width: 100%;
  height: 100%; }

.div_fixed {
  /*Positioning*/
  position: fixed;
  top: 0 ;
  left: 0 ;
  width: 100%;
  height: 100%; }

/***************** BUTTONS *****************/
.button-small:not(.invert) {
  /*BOTAO GERAL*/
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #856D47;
  font-size: 13px;
  font-size: calc(( 13px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.4;
  font-weight: 400;
  padding: 0.6rem 1rem;
  z-index: 1;
  color: #856D47;
  border: 2px solid #856D47;
  cursor: pointer;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .button-small:not(.invert):before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -3px;
    bottom: -1px;
    background: #856D47;
    /* TRANSFORMS */
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .button-small:not(.invert):before {
    background: #856D47; }
  .button-small:not(.invert):hover {
    color: #fff; }
    .button-small:not(.invert):hover:before {
      /* TRANSFORMS */
      -moz-transform: scaleY(1);
      -o-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
  .button-small:not(.invert).disabled {
    color: #f5f5f5;
    cursor: default;
    pointer-events: none; }

.button-small.invert {
  /*BOTAO GERAL*/
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #856D47;
  font-size: 13px;
  font-size: calc(( 13px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.4;
  font-weight: 400;
  padding: 0.6rem 1rem;
  z-index: 1;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .button-small.invert:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -3px;
    bottom: -1px;
    background: #856D47;
    /* TRANSFORMS */
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .button-small.invert:before {
    background: #fff; }
  .button-small.invert:hover {
    color: #856D47; }
    .button-small.invert:hover:before {
      /* TRANSFORMS */
      -moz-transform: scaleY(1);
      -o-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
  .button-small.invert.disabled {
    color: #f5f5f5;
    cursor: default;
    pointer-events: none; }

.button:not(.invert) {
  /*BOTAO GERAL*/
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  color: #856D47;
  font-size: 1.4rem;
  font-size: calc(( 1.4rem - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.7;
  font-weight: 700;
  padding: 1rem 1.5rem;
  z-index: 1;
  color: #856D47;
  border: 2px solid #856D47;
  cursor: pointer;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .button:not(.invert):before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -3px;
    bottom: -1px;
    background: #856D47;
    /* TRANSFORMS */
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .button:not(.invert):before {
    background: #856D47; }
  .button:not(.invert):hover {
    color: #fff; }
    .button:not(.invert):hover:before {
      /* TRANSFORMS */
      -moz-transform: scaleY(1);
      -o-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
  .button:not(.invert).disabled {
    color: #f5f5f5;
    cursor: default;
    pointer-events: none; }

.button.invert {
  /*BOTAO GERAL*/
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  color: #856D47;
  font-size: 1.4rem;
  font-size: calc(( 1.4rem - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.7;
  font-weight: 700;
  padding: 1rem 1.5rem;
  z-index: 1;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .button.invert:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -3px;
    bottom: -1px;
    background: #856D47;
    /* TRANSFORMS */
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .button.invert:before {
    background: #fff; }
  .button.invert:hover {
    color: #856D47; }
    .button.invert:hover:before {
      /* TRANSFORMS */
      -moz-transform: scaleY(1);
      -o-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
  .button.invert.disabled {
    color: #f5f5f5;
    cursor: default;
    pointer-events: none; }

.button.medium.invert {
  /*BOTAO GERAL*/
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  color: #856D47;
  font-size: 1.4rem;
  font-size: calc(( 1.4rem - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.7;
  font-weight: 700;
  padding: 0.6rem 2.4rem 0.6rem 2.4rem;
  z-index: 1;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .button.medium.invert:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -3px;
    bottom: -1px;
    background: #856D47;
    /* TRANSFORMS */
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .button.medium.invert:before {
    background: #fff; }
  .button.medium.invert:hover {
    color: #856D47; }
    .button.medium.invert:hover:before {
      /* TRANSFORMS */
      -moz-transform: scaleY(1);
      -o-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
  .button.medium.invert.disabled {
    color: #f5f5f5;
    cursor: default;
    pointer-events: none; }

.button.big {
  /*BOTAO GERAL*/
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  color: #856D47;
  font-size: 1.4rem;
  font-size: calc(( 1.4rem - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.7;
  font-weight: 700;
  padding: 0.9rem 4rem;
  z-index: 1;
  color: #856D47;
  border: 2px solid #856D47;
  cursor: pointer;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .button.big:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -3px;
    bottom: -1px;
    background: #856D47;
    /* TRANSFORMS */
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .button.big:before {
    background: #856D47; }
  .button.big:hover {
    color: #fff; }
    .button.big:hover:before {
      /* TRANSFORMS */
      -moz-transform: scaleY(1);
      -o-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
  .button.big.disabled {
    color: #f5f5f5;
    cursor: default;
    pointer-events: none; }

.button.big.invert {
  /*BOTAO GERAL*/
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  color: #856D47;
  font-size: 1.4rem;
  font-size: calc(( 1.4rem - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.7;
  font-weight: 700;
  padding: 0.9rem 4rem;
  z-index: 1;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .button.big.invert:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -3px;
    bottom: -1px;
    background: #856D47;
    /* TRANSFORMS */
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .button.big.invert:before {
    background: #fff; }
  .button.big.invert:hover {
    color: #856D47; }
    .button.big.invert:hover:before {
      /* TRANSFORMS */
      -moz-transform: scaleY(1);
      -o-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
  .button.big.invert.disabled {
    color: #f5f5f5;
    cursor: default;
    pointer-events: none; }

.button.destaque {
  /*BOTAO GERAL*/
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  color: #856D47;
  font-size: 1.4rem;
  font-size: calc(( 1.4rem - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.7;
  font-weight: 700;
  padding: 0.9rem 4rem;
  z-index: 1;
  color: var(--color-border-var);
  background: #fff;
  cursor: pointer;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .button.destaque:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -3px;
    bottom: -1px;
    background: #856D47;
    /* TRANSFORMS */
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .button.destaque:before {
    background: var(--color-border-var); }
  .button.destaque:hover:before {
    /* TRANSFORMS */
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  .button.destaque.disabled {
    color: #f5f5f5;
    cursor: default;
    pointer-events: none; }

/***************** ANIMATION SCROLL *****************/
.animated-section .img_anima {
  /* TRANSFORMS */
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* ANIMATIONSCSS */
  -webkit-transition: all 1.2s cubic-bezier(0.26, 1.48, 0.47, 0.96);
  -ms-transition: all 1.2s cubic-bezier(0.26, 1.48, 0.47, 0.96);
  -o-transition: all 1.2s cubic-bezier(0.26, 1.48, 0.47, 0.96);
  -moz-transition: all 1.2s cubic-bezier(0.26, 1.48, 0.47, 0.96);
  transition: all 1.2s cubic-bezier(0.26, 1.48, 0.47, 0.96); }
  .animated-section .img_anima.paused {
    /* TRANSFORMS */
    -moz-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important; }

/***************** ARROWS *****************/
.arrows_slick {
  font-size: 2rem;
  top: 50%;
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 1000;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* TRANSFORMS */
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .arrows_slick:not(.effect) span {
    display: block;
    position: relative;
    overflow: hidden;
    width: 4rem;
    height: 4rem;
    z-index: 100;
    color: #000000; }
  .arrows_slick:not(.effect) > div {
    display: none !important; }
  .arrows_slick:not(.effect):hover span {
    color: #856D47; }
  .arrows_slick.effect span {
    display: block;
    width: 90px;
    height: 90px;
    background-color: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    position: relative;
    z-index: 100;
    padding: 35px;
    cursor: pointer; }
  .arrows_slick.effect > img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0%;
    height: 100%; }
  .arrows_slick.effect.prev > img {
    position: absolute;
    left: 100%;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%; }
  .arrows_slick.effect.next > img {
    position: absolute;
    right: 100%;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%; }
  .arrows_slick.effect:hover {
    background-color: #856D47; }
    .arrows_slick.effect:hover > img {
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg); }
  .arrows_slick.prev {
    left: 0;
    /* MARGENS LATERAIS */
    /* MARGENS HELPER */
    left: 20px ; }
    @media screen and (min-width: 59.375em) {
      .arrows_slick.prev {
        /* MARGENS HELPER */
        left: 25px ; } }
    @media screen and (min-width: 98.75em) {
      .arrows_slick.prev {
        /* MARGENS HELPER */
        left: 45px ; } }
    @media screen and (min-width: 120em) {
      .arrows_slick.prev {
        /* MARGENS HELPER */
        left: 100px ; } }
  .arrows_slick.next {
    right: 0;
    /* MARGENS LATERAIS */
    /* MARGENS HELPER */
    right: 20px ; }
    @media screen and (min-width: 59.375em) {
      .arrows_slick.next {
        /* MARGENS HELPER */
        right: 25px ; } }
    @media screen and (min-width: 98.75em) {
      .arrows_slick.next {
        /* MARGENS HELPER */
        right: 45px ; } }
    @media screen and (min-width: 120em) {
      .arrows_slick.next {
        /* MARGENS HELPER */
        right: 100px ; } }
  @media screen and (max-width: 59.3125em) {
    .arrows_slick {
      display: none !important; } }

/***************** BANNERS *****************/
.banners {
  position: relative;
  margin-bottom: 11rem; }
  @media screen and (max-width: 59.3125em) {
    .banners {
      margin-bottom: 6rem; } }

.banner_cont {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0 90px; }
  .banner_cont .row .columns:first-child {
    max-width: 80rem;
    margin: auto; }
  .banner_cont.has_mask:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    z-index: -1; }
  .banner_cont .banner_content {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    z-index: 3; }
  .banner_cont h1 {
    color: #fff;
    font-size: 23px;
    font-size: calc(( 23px - 1px ) + 1 * (100vw - 350px) / (4920 - 350));
    line-height: 1.4;
    font-weight: 700; }
  .banner_cont h3 {
    color: #fff;
    font-size: 19px;
    font-size: calc(( 19px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
    line-height: 1.3;
    font-weight: 400;
    margin-top: 0.8rem;
    max-width: 33rem;
    margin-bottom: 2rem;
    animation-delay: 0.2s !important; }
  .banner_cont a {
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 1rem; }
    .banner_cont a:after {
      content: '';
      position: absolute;
      background-color: #fff;
      height: 3px;
      width: 230%;
      left: 0;
      bottom: 0;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .banner_cont a:hover:after {
      background-color: #856D47; }
  .banner_cont h1,
  .banner_cont h3,
  .banner_cont a {
    /* TRANSFORMS */
    -moz-transform: translateY(45px);
    -o-transform: translateY(45px);
    -ms-transform: translateY(45px);
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    opacity: 0;
    animation: bannersTxtOut 1.5s ease-out 1 forwards; }
  .banner_cont h1.show,
  .banner_cont h3.show,
  .banner_cont a.show {
    animation: bannersTxtIn 1.5s ease-in 1 forwards; }
  @media screen and (max-width: 59.3125em) {
    .banner_cont {
      padding: 0; }
      .banner_cont h1 {
        text-align: center;
        margin-bottom: 2rem; }
      .banner_cont h3 {
        max-width: 18rem;
        margin: auto;
        max-height: 95px;
        overflow: hidden;
        font-weight: 1.5;
        margin-bottom: 2rem;
        font-weight: 500; }
      .banner_cont .row .columns {
        text-align: center; }
        .banner_cont .row .columns a:after {
          width: 100%; } }

/***************** LOJAS *****************/
.sem_prods {
  display: block;
  margin: auto;
  padding: 5rem 2rem;
  color: #856D47;
  color: #856D47;
  font-size: 14px;
  font-size: calc(( 14px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.9;
  font-weight: 400; }

/***************** SWEETALER *****************/
.swal-title {
  color: #856D47;
  font-size: 14px;
  font-size: calc(( 14px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.4;
  font-weight: 400;
  font-weight: 700; }

.swal-text {
  color: #856D47;
  font-size: 13px;
  font-size: calc(( 13px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.4;
  font-weight: 400;
  text-align: center; }

.swal-button:not(.swal-button--cancel) {
  /*BOTAO GERAL*/
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  color: #856D47;
  font-size: 1.4rem;
  font-size: calc(( 1.4rem - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.7;
  font-weight: 700;
  padding: 1rem 1.5rem;
  z-index: 1;
  color: #856D47;
  border: 2px solid #856D47;
  cursor: pointer;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .swal-button:not(.swal-button--cancel):before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -3px;
    bottom: -1px;
    background: #856D47;
    /* TRANSFORMS */
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .swal-button:not(.swal-button--cancel):before {
    background: #856D47; }
  .swal-button:not(.swal-button--cancel):hover {
    color: #fff; }
    .swal-button:not(.swal-button--cancel):hover:before {
      /* TRANSFORMS */
      -moz-transform: scaleY(1);
      -o-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
  .swal-button:not(.swal-button--cancel).disabled {
    color: #f5f5f5;
    cursor: default;
    pointer-events: none; }

.swal-button.swal-button--cancel {
  /*BOTAO GERAL*/
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  color: #856D47;
  font-size: 1.4rem;
  font-size: calc(( 1.4rem - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.7;
  font-weight: 700;
  padding: 1rem 1.5rem;
  z-index: 1;
  color: #856D47;
  background: #fff;
  cursor: pointer;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .swal-button.swal-button--cancel:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -3px;
    bottom: -1px;
    background: #856D47;
    /* TRANSFORMS */
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .swal-button.swal-button--cancel:before {
    background: #856D47; }
  .swal-button.swal-button--cancel:hover:before {
    /* TRANSFORMS */
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  .swal-button.swal-button--cancel.disabled {
    color: #f5f5f5;
    cursor: default;
    pointer-events: none; }

.swal-button {
  background-color: transparent !important; }

/***************** LIGHT GALERY *****************/
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar {
  background-color: #000000 !important; }

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #000000 !important; }

/***************** SLICK *****************/
.slick-dots {
  margin: 0;
  bottom: 0; }
  .slick-dots li {
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 50%;
    margin: 0 5px;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .slick-dots li:hover, .slick-dots li:focus, .slick-dots li.slick-active {
      background: #fff; }
    @media screen and (max-width: 59.3125em) {
      .slick-dots li {
        margin: 0 3px; } }

/***************** POPUP *****************/
.reveal {
  margin: 50px auto;
  top: 0 !important; }

.popup_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.9);
  z-index: 30000;
  text-align: center;
  overflow-y: auto;
  padding: 50px 20px;
  display: block;
  opacity: 0;
  visibility: hidden; }
  .popup_container.active {
    opacity: 1;
    visibility: visible; }

.popup_close {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  background: url(imgs/popup/close.png) no-repeat center;
  background-size: cover; }
  .popup_close:hover {
    opacity: 0.5; }

/***************** SETA VOLTAR TOPO *****************/
.voltar_topo {
  position: fixed;
  right: 2rem;
  bottom: 4.5rem;
  display: none;
  background-color: #856D47;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  z-index: 90000;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .voltar_topo svg {
    display: block;
    width: 100%;
    max-width: 1.5rem;
    margin: auto;
    margin-top: 1.5rem; }
    .voltar_topo svg path {
      fill: #fff; }
  .voltar_topo:hover {
    border: 1px solid #000000;
    background-color: #000000; }
    .voltar_topo:hover svg polyline {
      stroke: #fff; }

/***************** COOKIES *****************/
.div_cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  padding: 3.5rem 0;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.7);
  display: none; }
  .div_cookies .cookies_texto {
    color: #fff;
    font-size: 14px;
    line-height: 2rem;
    font-weight: 400;
    text-align: left; }
  .div_cookies .cookies_btn {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    line-height: 2.5rem;
    padding: 5px 1.5rem;
    min-width: 120px;
    cursor: pointer;
    z-index: 1;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .div_cookies .cookies_btn:first-child {
    color: #fff;
    border: 1px solid #856D47;
    background: #856D47; }
    .div_cookies .cookies_btn:first-child:hover {
      background: #fff;
      border: 1px solid #fff;
      color: #000000; }
  .div_cookies .cookies_btn:last-child {
    margin-left: 1.5rem;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    opacity: 0.6; }
    .div_cookies .cookies_btn:last-child:hover {
      opacity: 1;
      background: #fff;
      color: #856D47; }
  @media screen and (max-width: 59.3125em) {
    .div_cookies {
      padding: 2rem 0; }
      .div_cookies .cookies_texto {
        font-size: 12px;
        line-height: 16px; }
      .div_cookies .cookies_btn {
        font-size: 11px;
        line-height: 2rem;
        padding: 5px 10px;
        min-width: unset; } }
  @media screen and (max-width: 46.8125em) {
    .div_cookies {
      text-align: center; }
      .div_cookies .cookies_texto {
        margin-bottom: 1.5rem;
        text-align: center; } }

/***************** NOTIFICACAO PWD *****************/
.div_notificacao {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  padding: 3.5rem 0;
  text-align: right;
  background-color: #fff;
  display: none;
  border-top: 1px solid #856D47; }
  .div_notificacao .row {
    text-align: center; }
    .div_notificacao .row .textos {
      margin: auto;
      margin-top: 1rem;
      max-width: 33rem;
      color: #000000; }
      .div_notificacao .row .textos img {
        padding: 5px; }
      .div_notificacao .row .textos span {
        font-weight: 700; }
    .div_notificacao .row .button {
      margin: auto;
      margin-top: 1.6rem; }

/***************** KEYFRAMES *****************/
@media print {
  .print-1 {
    flex: 0 0 8.3333333333% !important;
    max-width: 8.3333333333% !important; }
  .print-2 {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important; }
  .print-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important; }
  .print-4 {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important; }
  .print-5 {
    flex: 0 0 41.6666666667% !important;
    max-width: 41.6666666667% !important; }
  .print-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important; }
  .print-7 {
    flex: 0 0 58.3333333333% !important;
    max-width: 58.3333333333% !important; }
  .print-8 {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important; }
  .print-9 {
    flex: 0 0 75% !important;
    max-width: 75% !important; }
  .print-10 {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important; }
  .print-11 {
    flex: 0 0 91.6666666667% !important;
    max-width: 91.6666666667% !important; }
  .print-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important; } }

/***************** KEYFRAMES *****************/
@keyframes svgDrawLine {
  to {
    stroke-dashOffset: 0; } }

@keyframes svgFadeStroke {
  to {
    stroke-opacity: 0; } }

@keyframes svgFillIn {
  from {
    fill-opacity: 0; }
  to {
    fill-opacity: 1; } }

@-webkit-keyframes bannersTxtIn {
  0% {
    /* TRANSFORMS */
    -moz-transform: translateY(45px);
    -o-transform: translateY(45px);
    -ms-transform: translateY(45px);
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    opacity: 0; }
  50% {
    /* TRANSFORMS */
    -moz-transform: translateY(25px);
    -o-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0.5; }
  100% {
    /* TRANSFORMS */
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes bannersTxtIn {
  0% {
    /* TRANSFORMS */
    -moz-transform: translateY(45px);
    -o-transform: translateY(45px);
    -ms-transform: translateY(45px);
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    opacity: 0; }
  50% {
    /* TRANSFORMS */
    -moz-transform: translateY(25px);
    -o-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0.5; }
  100% {
    /* TRANSFORMS */
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes bannersTxtOut {
  0% {
    /* TRANSFORMS */
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  50% {
    /* TRANSFORMS */
    -moz-transform: translateY(25px);
    -o-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0.5; }
  100% {
    /* TRANSFORMS */
    -moz-transform: translateY(45px);
    -o-transform: translateY(45px);
    -ms-transform: translateY(45px);
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    opacity: 0; } }

@keyframes bannersTxtOut {
  0% {
    /* TRANSFORMS */
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  50% {
    /* TRANSFORMS */
    -moz-transform: translateY(25px);
    -o-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0.5; }
  100% {
    /* TRANSFORMS */
    -moz-transform: translateY(45px);
    -o-transform: translateY(45px);
    -ms-transform: translateY(45px);
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    opacity: 0; } }

/* HEADER/FOOTER */
.mm-navbar-top-1 {
  line-height: 18px !important;
  height: 67px !important;
  background: #856D47 !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important; }

.mm-navbar-bottom-1 {
  border-top: 2px solid rgba(255, 255, 255, 0.2) !important; }

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
  top: 38px !important; }

.mm-navbar .mm-title {
  color: #fff !important;
  font-weight: 600 !important; }

.mm-prev,
.mm-close {
  color: #fff !important; }
  .mm-prev:before, .mm-prev:after,
  .mm-close:before,
  .mm-close:after {
    border-color: #fff !important; }

.mm-menu {
  background: #856D47 !important;
  border-color: #fff !important;
  color: #fff !important; }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: #fff !important; }

.mm-menu .mm-listview > li .mm-next::after {
  border-color: #fff !important; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next::before, .mm-listview > li::after {
  border-color: rgba(255, 255, 255, 0.2) !important;
  z-index: 4; }

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a {
  letter-spacing: 0;
  font-weight: 600; }

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a.active {
  letter-spacing: 0;
  background: #fff !important;
  color: #856D47 !important; }
  .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span + .mm-next::after,
  .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover + .mm-next::after,
  .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a + .mm-next::after,
  .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span + .mm-next::after,
  .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) + .mm-next::after,
  .mm-menu.mm-parentselected .mm-listview > li > a.active + .mm-next::after {
    border-color: #856D47 !important; }

.header {
  position: relative;
  margin: 0;
  background: #fff;
  z-index: 205 !important; }
  .header .menu {
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #fff; }
  .header .idioma {
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #856D47; }
    .header .idioma .row .columns:first-child {
      padding-top: 1.3rem;
      padding-bottom: 1.3rem; }
      .header .idioma .row .columns:first-child .list_subtit {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-right: 2rem;
        text-transform: uppercase; }
        .header .idioma .row .columns:first-child .list_subtit:after {
          content: '';
          position: absolute;
          height: 3.5px;
          width: 3.5px;
          border-radius: 50%;
          background-color: #fff;
          right: 11px;
          top: 7px; }
        .header .idioma .row .columns:first-child .list_subtit:first-child {
          font-weight: 700;
          text-transform: none; }
          .header .idioma .row .columns:first-child .list_subtit:first-child:after {
            content: none; }
        .header .idioma .row .columns:first-child .list_subtit:last-child:after {
          content: none; }
    .header .idioma .row .columns:nth-child(2) a {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear;
      color: white;
      padding-top: 1.3rem;
      padding-bottom: 1.3rem;
      font-size: 1.5rem;
      padding-right: 1.8rem; }
      .header .idioma .row .columns:nth-child(2) a:hover {
        color: black; }
    .header .idioma .active {
      font-weight: 700; }
  .header .logo {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    max-width: 150px;
    margin: 0 6rem 0 6rem;
    z-index: 5; }
  .header nav {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; }
    .header nav a {
      position: relative;
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      margin: 3.5rem; }
      .header nav a:before {
        content: '•';
        position: absolute;
        top: 69%;
        left: 50%;
        color: transparent;
        text-shadow: 0 0 transparent;
        font-size: 1.2em;
        /* ANIMATIONSCSS */
        -webkit-transition: text-shadow 0.3s, color 0.3s;
        -ms-transition: text-shadow 0.3s, color 0.3s;
        -o-transition: text-shadow 0.3s, color 0.3s;
        -moz-transition: text-shadow 0.3s, color 0.3s;
        transition: text-shadow 0.3s, color 0.3s;
        /* TRANSFORMS */
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        pointer-events: none; }
      .header nav a:hover:before {
        color: #856D47;
        text-shadow: 7px 0 #856D47, -7px 0 #856D47; }
      .header nav a.active {
        color: #856D47; }
        .header nav a.active:before {
          color: #856D47;
          text-shadow: 7px 0 #856D47, -7px 0 #856D47; }
    .header nav .current {
      color: #856D47; }
      .header nav .current:before {
        color: #856D47;
        text-shadow: 7px 0 #856D47, -7px 0 #856D47; }
  .header .actions {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.5rem; }
  .header .icons {
    color: #856D47;
    font-size: 1.8rem; }
    .header .icons:hover, .header .icons.active {
      color: #000000; }
  .header .header_linguas {
    margin: 0; }
    .header .header_linguas li a {
      display: block;
      padding: 8px 2rem; }
    .header .header_linguas > li > a {
      padding-right: 5rem !important;
      border: 1px solid #f5f5f5;
      border-radius: 20px; }
  .header .apoio {
    padding: 8px 1.5rem;
    background: #000000;
    color: #fff;
    border-radius: 20px; }
    .header .apoio:before {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: top;
      font-size: 1.8rem;
      margin-right: 1rem;
      margin-top: 2px; }
    .header .apoio:hover {
      background: #856D47; }
  .header .menu_holder {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 2rem; }
    .header .menu_holder .menu_btn {
      display: block;
      color: inherit;
      width: 26px;
      height: 27px;
      position: relative;
      z-index: 100001; }
      .header .menu_holder .menu_btn .menu_btn_lines {
        display: block;
        position: relative;
        top: 10px;
        height: 2px;
        width: 100%;
        background-color: currentColor;
        /* ANIMATIONSCSS */
        -webkit-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .header .menu_holder .menu_btn .menu_btn_lines:before, .header .menu_holder .menu_btn .menu_btn_lines:after {
          /* PSEUDO ELEMENTS */
          content: '';
          display: block;
          /* ANIMATIONSCSS */
          -webkit-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear;
          height: 2px;
          width: 100%;
          background-color: inherit;
          position: absolute;
          right: 0;
          top: -8px;
          transform-origin: 2px center; }
        .header .menu_holder .menu_btn .menu_btn_lines:after {
          top: auto;
          bottom: -8px; }
    .header .menu_holder.active .menu_btn .menu_btn_lines {
      background: transparent;
      /* TRANSFORMS */
      -moz-transform: scale3d(0.8, 0.8, 0.8);
      -o-transform: scale3d(0.8, 0.8, 0.8);
      -ms-transform: scale3d(0.8, 0.8, 0.8);
      -webkit-transform: scale3d(0.8, 0.8, 0.8);
      transform: scale3d(0.8, 0.8, 0.8); }
      .header .menu_holder.active .menu_btn .menu_btn_lines:before, .header .menu_holder.active .menu_btn .menu_btn_lines:after {
        color: #000000;
        top: 0;
        transform-origin: 50% 50%;
        /* ANIMATIONSCSS */
        -webkit-transition: top 0.3s ease, transform 0.3s 0.5s ease;
        -ms-transition: top 0.3s ease, transform 0.3s 0.5s ease;
        -o-transition: top 0.3s ease, transform 0.3s 0.5s ease;
        -moz-transition: top 0.3s ease, transform 0.3s 0.5s ease;
        transition: top 0.3s ease, transform 0.3s 0.5s ease; }
      .header .menu_holder.active .menu_btn .menu_btn_lines:before {
        /* TRANSFORMS */
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        -o-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg); }
      .header .menu_holder.active .menu_btn .menu_btn_lines:after {
        /* TRANSFORMS */
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        -o-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg); }
  .header .icon-phone {
    font-size: 2rem; }
  @media screen and (max-width: 85.5625em) {
    .header .logo {
      max-width: 180px; }
    .header nav a {
      margin: 10px;
      padding: 1rem 1.5rem; }
    .header .actions {
      margin-left: 1rem; } }
  @media screen and (max-width: 71.8125em) {
    .header .logo {
      max-width: 140px; } }
  @media screen and (max-width: 59.3125em) {
    .header .logo {
      margin: 2rem auto 2rem auto;
      max-width: 8rem;
      width: 8rem; }
    .header .header_linguas a {
      color: #fff; }
      .header .header_linguas a:hover, .header .header_linguas a.sel {
        color: #856D47; }
    .header .header_linguas span {
      color: #fff; }
    .header .redes {
      font-size: 2.4rem; } }

.shrinked {
  border-bottom: 1px solid #856D47; }
  .shrinked nav {
    padding-top: 0rem;
    padding-bottom: 0rem; }
  .shrinked .idioma .row .columns:first-child {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem; }
  .shrinked .idioma .row .columns:nth-child(2) a {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem; }
  @media screen and (max-width: 59.3125em) {
    .shrinked .menu {
      transform: translateY(0%); } }

.header_menu_drop {
  position: absolute;
  top: 100%;
  margin-top: 0;
  left: 0px;
  right: 0px;
  height: 460px;
  max-height: 460pxå;
  display: none;
  z-index: -1; }
  .header_menu_drop .bg {
    background: #000000; }
  .header_menu_drop .menu_desk_scroll {
    display: block;
    height: 95%;
    height: calc(100% - 60px);
    overflow: hidden;
    overflow-y: auto; }
  .header_menu_drop .divs {
    padding: 5.5rem 4rem !important;
    border-left: 4px solid #c5c5c5; }
    .header_menu_drop .divs:first-child {
      border-left: 0;
      padding-left: 0 !important; }
    .header_menu_drop .divs a.subtitulos {
      display: table;
      margin-bottom: 1.5rem;
      padding-bottom: 5px;
      border-bottom: 1px solid transparent;
      color: rgba(255, 255, 255, 0.4); }
      .header_menu_drop .divs a.subtitulos.active {
        color: #fff;
        border-bottom: 1px solid #c5c5c5; }
      .header_menu_drop .divs a.subtitulos:hover {
        color: #fff; }

.footer {
  border-top: 1px solid #856D47;
  /* APOIOS */
  padding-bottom: 40px; }
  .footer .footer_desk {
    padding-top: 12rem;
    border-bottom: 2rem solid #856D47; }
    .footer .footer_desk .row:first-child {
      padding-bottom: 7.5rem; }
      .footer .footer_desk .row:first-child .logo {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        max-width: 10rem;
        width: 10rem; }
      .footer .footer_desk .row:first-child .bloco1 {
        padding-left: 4.5rem;
        position: relative;
        text-transform: uppercase; }
        .footer .footer_desk .row:first-child .bloco1 .list_subtit {
          /* ANIMATIONSCSS */
          -webkit-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear;
          color: black;
          display: block;
          margin-bottom: 1rem; }
          .footer .footer_desk .row:first-child .bloco1 .list_subtit:last-child {
            margin-bottom: 0; }
          .footer .footer_desk .row:first-child .bloco1 .list_subtit:hover {
            color: #856D47; }
        .footer .footer_desk .row:first-child .bloco1:before {
          content: '';
          position: absolute;
          height: 100%;
          width: 1px;
          left: 5px;
          top: 0;
          background-color: #856D47; }
      .footer .footer_desk .row:first-child .bloco2 {
        padding-left: 4.5rem;
        position: relative; }
        .footer .footer_desk .row:first-child .bloco2 .list_subtit {
          color: black;
          display: block;
          margin-bottom: 1rem; }
          .footer .footer_desk .row:first-child .bloco2 .list_subtit:last-child {
            margin-bottom: 0; }
        .footer .footer_desk .row:first-child .bloco2 a {
          /* ANIMATIONSCSS */
          -webkit-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear;
          color: black; }
          .footer .footer_desk .row:first-child .bloco2 a:hover {
            color: #856D47; }
        .footer .footer_desk .row:first-child .bloco2:before {
          content: '';
          position: absolute;
          height: 100%;
          width: 1px;
          left: 5px;
          top: 0;
          background-color: #856D47; }
      .footer .footer_desk .row:first-child .redes {
        position: relative;
        padding-left: 4.5rem;
        margin-right: 1rem; }
        .footer .footer_desk .row:first-child .redes span {
          /* DISPLAY INLINE BLOCK */
          display: inline-block;
          vertical-align: middle;
          color: black;
          margin-right: 2rem; }
        .footer .footer_desk .row:first-child .redes a {
          /* DISPLAY INLINE BLOCK */
          display: inline-block;
          vertical-align: middle;
          margin-right: 1.5rem;
          font-size: 1.5rem; }
        .footer .footer_desk .row:first-child .redes .list_subtit {
          color: black; }
        .footer .footer_desk .row:first-child .redes form h4 {
          margin-top: 2rem;
          margin-bottom: 1.6rem; }
        .footer .footer_desk .row:first-child .redes form .inpt_holder {
          margin-bottom: 0rem;
          border: none; }
        .footer .footer_desk .row:first-child .redes form button {
          position: absolute;
          right: 1.4rem;
          top: 15px;
          font-size: 1.5rem;
          cursor: pointer; }
        .footer .footer_desk .row:first-child .redes form .inpt {
          background-color: #EAEAEA;
          color: black;
          padding: 1rem 1.5rem; }
        .footer .footer_desk .row:first-child .redes:before {
          content: '';
          position: absolute;
          height: 100%;
          width: 1px;
          left: 5px;
          top: 0;
          background-color: #856D47; }
        .footer .footer_desk .row:first-child .redes .politicas p {
          font-size: 13px;
          line-height: 1.1; }
        .footer .footer_desk .row:first-child .redes .politicas a {
          font-size: 13px;
          margin-right: 0px;
          padding-bottom: 4px; }
    .footer .footer_desk .row:nth-child(2) .list_txt {
      color: black; }
    .footer .footer_desk .row:nth-child(2) .icon-netgocio-1 {
      font-size: 8rem;
      display: inline-block;
      vertical-align: middle;
      margin-left: 2.2rem; }
    .footer .footer_desk .row:nth-child(2) .logos img {
      max-width: 30rem;
      width: 30rem; }
  .footer .footer_mob .social {
    padding-bottom: 4rem; }
    .footer .footer_mob .social a {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      font-size: 3rem; }
      .footer .footer_mob .social a:first-child {
        padding-right: 3rem; }
  .footer .footer_mob .icon-netgocio-2 {
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 5rem;
    color: black;
    text-align: center; }
    .footer .footer_mob .icon-netgocio-2:hover {
      color: #856D47; }
  .footer .footer_mob .row:nth-child(2) .columns:nth-child(3) {
    padding-bottom: 6rem; }
  @media screen and (max-width: 79.9375em) {
    .footer .footer_desk .row:first-child .redes {
      margin-right: 0; } }
  @media screen and (max-width: 59.3125em) {
    .footer .footer_desk {
      padding-top: 6rem; }
      .footer .footer_desk .row:first-child {
        padding-bottom: 4.5rem; }
        .footer .footer_desk .row:first-child .redes {
          padding-left: 0.5rem; }
          .footer .footer_desk .row:first-child .redes a {
            margin-right: 0; }
          .footer .footer_desk .row:first-child .redes:before {
            content: none; }
          .footer .footer_desk .row:first-child .redes form h4 {
            margin-top: 4.5rem;
            margin-bottom: 2rem;
            text-align: center; }
      .footer .footer_desk .row:nth-child(2) {
        border-bottom: 1px solid #856D47; }
    .footer .footer_mob .direitos {
      text-align: center; }
      .footer .footer_mob .direitos .list_txt {
        color: black;
        padding-bottom: 2rem; }
    .footer .footer_mob .logos {
      margin-top: 0;
      padding-top: 3rem;
      border-top: 0;
      margin: auto;
      max-width: 28rem;
      margin-bottom: 3rem; }
      .footer .footer_mob .logos img {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle; }
    .footer .footer_mob .inpt {
      border-radius: 0px; } }
  .footer .apoios_div {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background-color: #856D47;
    padding: 10px 20px;
    text-align: center; }
    .footer .apoios_div img {
      width: 100%;
      max-width: 500px;
      margin: auto; }

/* MAIN CSS */
.homepage .bloco1 {
  margin-bottom: 10rem; }
  .homepage .bloco1 .titulos {
    text-align: center;
    margin-bottom: 3rem; }
  .homepage .bloco1 .textos {
    color: black;
    max-width: 78rem;
    margin: auto;
    text-align: center; }
  .homepage .bloco1 .button {
    margin-top: 4rem; }

.homepage .bloco3 {
  margin-bottom: 10rem; }
  .homepage .bloco3 h1 {
    max-width: 18rem;
    color: white;
    padding-bottom: 3rem; }
  .homepage .bloco3 p {
    max-width: 20rem;
    color: #fff;
    padding-bottom: 5rem;
    font-weight: 700;
    line-height: 1.5; }

.homepage .bloco4 {
  margin-bottom: 10rem; }
  .homepage .bloco4 .row .column, .homepage .bloco4 .row .columns {
    margin-right: 0.3rem; }
    .homepage .bloco4 .row .column:last-child, .homepage .bloco4 .row .columns:last-child {
      margin-right: 0; }

.homepage .bloco5 {
  margin-bottom: 6rem; }
  .homepage .bloco5 .tipo1 {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    border: 1px solid white; }
    .homepage .bloco5 .tipo1 h1,
    .homepage .bloco5 .tipo1 p {
      max-width: 21rem;
      margin: auto;
      margin-bottom: 2.5rem; }
    .homepage .bloco5 .tipo1 .div_100 {
      padding: 10px; }
  .homepage .bloco5 .tipo2 {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top;
    width: 66.6666%;
    border: 1px solid white; }
  .homepage .bloco5 .tipo3 {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    border: 1px solid white; }

@media screen and (max-width: 59.3125em) {
  .homepage .bloco1 {
    margin-bottom: 6rem; }
  .homepage .bloco3 {
    margin-bottom: 8rem; }
    .homepage .bloco3 h1 {
      max-width: 15rem;
      margin: auto;
      text-align: center; }
    .homepage .bloco3 p {
      margin: auto;
      text-align: center; }
    .homepage .bloco3 .column .bottom, .homepage .bloco3 .columns .bottom {
      text-align: center; }
  .homepage .bloco5 .tipo1,
  .homepage .bloco5 .tipo3 {
    width: 50%; }
  .homepage .bloco5 .tipo2 {
    width: 100%; }
  .homepage .bloco5 .tipo1 > .div_100 {
    padding-top: 6rem;
    padding-bottom: 5rem; } }

@media screen and (max-width: 34.3125em) {
  .homepage .bloco5 {
    margin-bottom: 0; }
    .homepage .bloco5 .row {
      padding: 0; }
    .homepage .bloco5 .tipo1,
    .homepage .bloco5 .tipo3 {
      width: 100%; }
    .homepage .bloco5 .tipo1 h1 {
      max-width: 100%;
      margin: auto;
      margin-bottom: 2.4rem;
      padding-left: 3rem;
      padding-right: 3rem;
      text-align: center; }
    .homepage .bloco5 .tipo1 p {
      max-width: 100%;
      margin: auto;
      margin-bottom: 2.4rem;
      padding-left: 3rem;
      padding-right: 3rem;
      text-align: center; } }

.destaques {
  margin-bottom: 10rem; }
  .destaques .tipo1 {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    border: 1px solid white; }
    .destaques .tipo1 h1,
    .destaques .tipo1 p {
      margin: auto;
      margin-bottom: 2.5rem;
      text-align: center; }
    .destaques .tipo1 .div_100 {
      padding: 10px; }
    .destaques .tipo1 figure {
      height: 100%; }
  .destaques .tipo2 {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top;
    width: 66.6666%;
    border: 1px solid white;
    cursor: pointer;
    background-color: #856D47; }
    .destaques .tipo2 figure {
      height: 100%; }
    .destaques .tipo2 .img {
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear;
      position: relative;
      display: block;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale(1);
      transform: scale(1);
      height: 100%; }
    .destaques .tipo2 .info_big {
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear;
      opacity: 0; }
      .destaques .tipo2 .info_big i {
        /* ANIMATIONSCSS */
        -webkit-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        transition: all 0.4s linear;
        color: #fff;
        font-size: 8rem; }
        .destaques .tipo2 .info_big i:before {
          transform: translateY(-100%); }
      .destaques .tipo2 .info_big .titulos {
        /* ANIMATIONSCSS */
        -webkit-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        transition: all 0.4s linear;
        color: #fff;
        margin-top: 5rem;
        transform: translateY(100%); }
    .destaques .tipo2:hover .info_big {
      opacity: 1; }
      .destaques .tipo2:hover .info_big i:before {
        /* ANIMATIONSCSS */
        -webkit-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        transition: all 0.4s linear;
        transform: translateY(0%); }
      .destaques .tipo2:hover .info_big .titulos {
        transform: translateY(0%); }
    .destaques .tipo2:hover .img {
      opacity: 0.2;
      -webkit-transform: scale(1.15);
      transform: scale(1.15); }
  .destaques .tipo3 {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    border: 1px solid white;
    position: relative;
    overflow: hidden;
    background-color: #856D47;
    cursor: pointer; }
    .destaques .tipo3 figure {
      height: 100%; }
    .destaques .tipo3 .img {
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear;
      position: relative;
      display: block;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale(1);
      transform: scale(1); }
    .destaques .tipo3 .info_big {
      /* ANIMATIONSCSS */
      -webkit-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear;
      opacity: 0; }
      .destaques .tipo3 .info_big i {
        color: #fff;
        font-size: 8rem; }
        .destaques .tipo3 .info_big i:before {
          /* ANIMATIONSCSS */
          -webkit-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear;
          transform: translateY(-100%); }
      .destaques .tipo3 .info_big .titulos {
        /* ANIMATIONSCSS */
        -webkit-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        transition: all 0.4s linear;
        color: #fff;
        margin-top: 5rem;
        transform: translateY(100%); }
    .destaques .tipo3:hover .info_big {
      opacity: 1; }
      .destaques .tipo3:hover .info_big i:before {
        transform: translateY(0%); }
      .destaques .tipo3:hover .info_big .titulos {
        transform: translateY(0%); }
    .destaques .tipo3:hover .img {
      opacity: 0.2;
      -webkit-transform: scale(1.15);
      transform: scale(1.15); }
  @media screen and (max-width: 59.3125em) {
    .destaques .tipo1,
    .destaques .tipo2,
    .destaques .tipo3 {
      width: 50%;
      text-align: center; }
    .destaques .tipo1 > .div_100 {
      padding-top: 6rem;
      padding-bottom: 5rem; } }
  @media screen and (max-width: 34.3125em) {
    .destaques .row {
      padding: 0; }
    .destaques .tipo1,
    .destaques .tipo2,
    .destaques .tipo3 {
      text-align: center;
      width: 100%; }
    .destaques .tipo1 h1 {
      max-width: 100%;
      margin: auto;
      margin-bottom: 2.4rem;
      padding-left: 3rem;
      padding-right: 3rem;
      text-align: center; } }

.producao .bloco1 {
  margin-bottom: 10rem; }

.producao .bloco2 {
  margin-bottom: 10rem; }
  .producao .bloco2 .titulos {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 32rem;
    margin: auto;
    margin-bottom: 4rem; }
  .producao .bloco2 .textos {
    color: black;
    max-width: 78rem;
    margin: auto;
    text-align: center; }
  .producao .bloco2 .button {
    margin-top: 4rem; }

@media screen and (max-width: 59.3125em) {
  .producao .bloco1 {
    margin-bottom: 6rem; }
  .producao .bloco2 {
    margin-bottom: 6rem; } }

@media screen and (max-width: 34.3125em) {
  .producao .mobile {
    margin-bottom: 0; } }

.vestuario .bloco1 {
  margin-bottom: 10rem; }

.vestuario .bloco2 {
  margin-bottom: 10rem; }
  .vestuario .bloco2 .titulos {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 30rem;
    margin: auto;
    margin-bottom: 4rem; }
  .vestuario .bloco2 .textos {
    color: black;
    max-width: 78rem;
    margin: auto;
    text-align: center; }
  .vestuario .bloco2 .button {
    margin-top: 4rem; }

@media screen and (max-width: 59.3125em) {
  .vestuario .bloco1 {
    margin-bottom: 6rem; }
  .vestuario .bloco2 {
    margin-bottom: 6rem; } }

/* CONTACTOS */
.contactos .mapa {
  display: block;
  overflow: hidden;
  position: relative; }
  .contactos .mapa .mapa_container {
    display: block;
    /*Positioning*/
    position: absolute;
    top: 0 ;
    left: 0 ;
    width: 100%;
    height: 100%; }

.contactos .contactos_cont .row {
  padding-top: 4rem;
  padding-bottom: 6rem; }
  .contactos .contactos_cont .row .textos {
    color: black; }

.contactos .contactos_cont .contactos_tit {
  margin-top: 6rem;
  margin-bottom: 3rem; }

.contactos .contactos_cont .contactos_link {
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top; }
  .contactos .contactos_cont .contactos_link > div {
    display: flex;
    align-items: center; }
  .contactos .contactos_cont .contactos_link i {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    background-color: #856D47;
    color: #fff;
    margin: 0 2rem;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .contactos .contactos_cont .contactos_link i:before {
      /*Positioning*/
      position: absolute;
      top: 50% ;
      left: 50% ;
      /* TRANSFORMS */
      -moz-transform: translate(-50%, -50%) ;
      -o-transform: translate(-50%, -50%) ;
      -ms-transform: translate(-50%, -50%) ;
      -webkit-transform: translate(-50%, -50%) ;
      transform: translate(-50%, -50%) ;
      font-size: 3rem; }
    .contactos .contactos_cont .contactos_link i::after {
      /* this is used to create the pulse animation */
      content: '';
      /*Positioning*/
      position: absolute;
      top: 0 ;
      left: 0 ;
      width: 100%;
      height: 100%;
      z-index: 1;
      border-radius: inherit;
      background-color: transparent; }
  .contactos .contactos_cont .contactos_link span {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle; }
  .contactos .contactos_cont .contactos_link:hover i {
    color: #000000; }
    .contactos .contactos_cont .contactos_link:hover i:after {
      animation: pulse 2s infinite; }
  .contactos .contactos_cont .contactos_link:hover span {
    color: #000000; }

.contactos .contactos_cont .contactos_txt {
  margin-bottom: 1.5rem; }
  .contactos .contactos_cont .contactos_txt strong {
    color: #000000;
    margin-bottom: 1rem; }
  .contactos .contactos_cont .contactos_txt a {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top;
    color: black; }
    .contactos .contactos_cont .contactos_txt a:hover {
      color: #856D47; }

.contactos .contactos_cont .button {
  margin-top: 2rem; }

.contactos .contactos_cont .social {
  margin-top: 4rem; }
  .contactos .contactos_cont .social .redes {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    background-color: #856D47;
    color: #fff;
    margin: 0 2rem;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .contactos .contactos_cont .social .redes:before {
      /*Positioning*/
      position: absolute;
      top: 50% ;
      left: 50% ;
      /* TRANSFORMS */
      -moz-transform: translate(-50%, -50%) ;
      -o-transform: translate(-50%, -50%) ;
      -ms-transform: translate(-50%, -50%) ;
      -webkit-transform: translate(-50%, -50%) ;
      transform: translate(-50%, -50%) ;
      font-size: 3rem; }
    .contactos .contactos_cont .social .redes::after {
      /* this is used to create the pulse animation */
      content: '';
      /*Positioning*/
      position: absolute;
      top: 0 ;
      left: 0 ;
      width: 100%;
      height: 100%;
      z-index: 1;
      border-radius: inherit;
      background-color: transparent; }
    .contactos .contactos_cont .social .redes:hover {
      color: #000000; }
      .contactos .contactos_cont .social .redes:hover:after {
        animation: pulse 2s infinite; }

.contactos .captcha {
  margin-top: 2rem; }

@media screen and (max-width: 85.5625em) {
  .contactos .contactos_cont .contactos_link i,
  .contactos .contactos_cont .social .redes {
    width: 6rem;
    height: 6rem; }
    .contactos .contactos_cont .contactos_link i:before,
    .contactos .contactos_cont .social .redes:before {
      font-size: 2.2rem; } }

@media screen and (max-width: 59.3125em) {
  .contactos .contactos_cont .contactos_link i,
  .contactos .contactos_cont .social .redes {
    width: 5rem;
    height: 5rem; }
    .contactos .contactos_cont .contactos_link i:before,
    .contactos .contactos_cont .social .redes:before {
      font-size: 1.8rem; } }

@media screen and (max-width: 46.8125em) {
  .contactos .contactos_cont .contactos_link i {
    margin: 1rem 1.5em;
    margin-left: 0; }
  .contactos .contactos_cont .contactos_txt {
    margin-bottom: 4rem; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(133, 109, 71, 0.8); }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(133, 109, 71, 0.8); }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(133, 109, 71, 0); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(133, 109, 71, 0.8); }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(133, 109, 71, 0.8); }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(133, 109, 71, 0); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(133, 109, 71, 0.8); }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(133, 109, 71, 0.8); }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(133, 109, 71, 0); } }

/* PAGINAS */
.paginas_header {
  text-align: center;
  position: relative; }
  .paginas_header.has_padd {
    padding: 7.5rem 2rem; }
  .paginas_header.has_color {
    height: 18rem;
    background: #000; }
  .paginas_header .paginas_head_cont {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .paginas_header h1 {
    color: #fff;
    font-size: 7.5rem;
    font-size: calc(( 7.5rem - 1px ) + 1 * (100vw - 350px) / (4920 - 350));
    line-height: 5rem;
    font-weight: 700; }
    .paginas_header h1.branco {
      color: #fff; }
    .paginas_header h1.preto {
      color: #856D47; }
    @media screen and (max-width: 59.3125em) {
      .paginas_header h1 {
        font-size: 4rem;
        line-height: 4rem; } }
    @media screen and (max-width: 46.8125em) {
      .paginas_header h1 {
        font-size: 3rem; } }

.paginas_container {
  margin: auto;
  position: relative;
  /*max-width:104rem;
	padding: 0 2rem;*/ }
  .paginas_container.has_max {
    max-width: 100%;
    padding: 0; }

.paginas_bloco_margin {
  height: 12rem;
  min-height: 10rem; }
  .paginas_bloco_margin.small {
    height: 5rem;
    min-height: unset; }
  @media screen and (max-width: 59.3125em) {
    .paginas_bloco_margin {
      height: 14rem; } }

.paginas_tit {
  color: #856D47;
  font-size: 20px;
  font-size: calc(( 20px - 1px ) + 1 * (100vw - 350px) / (4920 - 350));
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
  padding-bottom: 3rem; }
  .paginas_tit.center {
    text-align: center; }
  @media screen and (max-width: 59.3125em) {
    .paginas_tit {
      text-align: center; } }

.paginas_tit_small {
  text-transform: uppercase;
  color: #856D47;
  font-size: 16px;
  font-size: calc(( 16px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.7;
  font-weight: 400;
  text-align: left;
  padding-bottom: 1.5rem; }
  .paginas_tit_small.center {
    text-align: center; }
  @media screen and (max-width: 59.3125em) {
    .paginas_tit_small {
      text-align: center; } }

.paginas_txt {
  color: #856D47;
  font-size: 14px;
  font-size: calc(( 14px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.9;
  font-weight: 400;
  color: black; }
  .paginas_txt.has_max {
    max-width: 90%; }
    @media screen and (max-width: 59.3125em) {
      .paginas_txt.has_max {
        max-width: 100%; } }
  .paginas_txt strong {
    font-weight: 700; }
  .paginas_txt a {
    font-weight: 700;
    color: #000000; }
    .paginas_txt a:hover {
      color: #856D47; }
  .paginas_txt iframe {
    margin: auto;
    display: block;
    width: 100%;
    max-width: none; }
  .paginas_txt img {
    max-width: 100%; }
  .paginas_txt ul:not(.slick-dots) li {
    list-style-type: disc;
    list-style-position: inside;
    margin: 1.5rem 0; }
  .paginas_txt div.overflow {
    overflow: auto;
    display: block; }
  .paginas_txt table.tbl_cookies {
    width: 100% !important;
    min-width: 600px;
    table-layout: fixed;
    border: 1px solid #000000;
    border-bottom: 0;
    border-collapse: collapse; }
  .paginas_txt table.tbl_cookies thead tr {
    background-color: #bdc0bf;
    border-bottom: 1px solid #000000; }
  .paginas_txt table.tbl_cookies thead td {
    border-bottom: 1px solid #000000; }
  .paginas_txt table.tbl_cookies thead td {
    text-align: center;
    font-weight: bold; }
  .paginas_txt table.tbl_cookies td {
    width: 20% !important;
    padding: 5px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000; }
  .paginas_txt table.tbl_cookies td:last-child {
    border-right: 0; }
  .paginas_txt table.tbl_cookies td:nth-child(3) {
    width: 40% !important; }
  @media screen and (max-width: 98.6875em) {
    .paginas_txt {
      font-size: 15px;
      line-height: 25px; } }

.paginas_img {
  display: block;
  width: 100%;
  max-width: 50%;
  padding-bottom: 4rem; }
  .paginas_img.left {
    padding-left: 4rem;
    padding-right: 0px; }
  .paginas_img.left_float {
    padding-right: 4rem;
    padding-left: 0px;
    float: left; }
  .paginas_img.right {
    padding-right: 4rem;
    padding-left: 0px; }
  .paginas_img.right_float {
    padding-left: 4rem;
    padding-right: 0px;
    float: right; }
  .paginas_img.single {
    max-width: 100%;
    padding-bottom: 0; }
  .paginas_img.padded {
    padding-bottom: 4rem; }
  @media screen and (max-width: 59.3125em) {
    .paginas_img {
      padding: 0 !important;
      padding-bottom: 4rem !important;
      float: none !important;
      max-width: 100%; } }

.pag_video_cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .pag_video_cont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 100;
    background: transparent; }

.paginas_bloco .only-row {
  max-width: 78rem; }

.paginas_btn {
  /*BOTAO GERAL*/
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  color: #856D47;
  font-size: 1.4rem;
  font-size: calc(( 1.4rem - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.7;
  font-weight: 700;
  padding: 0.9rem 4rem;
  z-index: 1;
  color: #856D47;
  border: 2px solid #856D47;
  cursor: pointer;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .paginas_btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -3px;
    bottom: -1px;
    background: #856D47;
    /* TRANSFORMS */
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .paginas_btn:before {
    background: #856D47; }
  .paginas_btn:hover {
    color: #fff; }
    .paginas_btn:hover:before {
      /* TRANSFORMS */
      -moz-transform: scaleY(1);
      -o-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
  .paginas_btn.disabled {
    color: #f5f5f5;
    cursor: default;
    pointer-events: none; }

/* SEARCH */
/* MODAL FORM */
.search {
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #000000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s; }
  .search::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.4s; }
  .search .btn-search-close {
    display: block;
    font-size: 2em;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    opacity: 0;
    transition: opacity 0.4s; }
    .search .btn-search-close .icon {
      display: block;
      width: 1.5em;
      height: 1.5em;
      margin: 0 auto;
      fill: currentColor; }
  .search .search_form {
    position: relative;
    margin: 5em 0 2em;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto; }
  .search .search_inner {
    position: relative;
    z-index: 10;
    overflow: hidden;
    transform: translate3d(0, -50px, 0);
    transition: transform 0.4s; }
    .search .search_inner::after {
      content: '';
      position: absolute;
      top: 0;
      left: 20%;
      width: 60%;
      height: 105%;
      background: #c5c5c5;
      opacity: 0;
      transform-origin: 50% 0; }
  .search .search_input {
    display: inline-block;
    vertical-align: top;
    font-family: inherit;
    font-size: 5vw;
    line-height: 1;
    width: 60%;
    padding: 0.25em;
    text-align: center;
    color: #000000;
    border: none;
    background: #fff;
    opacity: 0;
    transition: opacity 0.4s; }
    .search .search_input::-webkit-search-cancel-button, .search .search_input::-webkit-search-decoration {
      -webkit-appearance: none; }
    .search .search_input::-ms-clear {
      display: none; }
  .search .search_info {
    position: relative;
    z-index: 9;
    display: block;
    width: 100%;
    color: #c5c5c5;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    padding: 1.5rem 0; }
  .search .search_related {
    width: 25%; }
  .search .search_suggestion h3 {
    margin-top: 2.5rem;
    margin-bottom: 1rem; }
  .search .search_suggestion a {
    /* DISPLAY INLINE BLOCK */
    display: inline-block;
    vertical-align: top;
    color: #fff; }
    .search .search_suggestion a:hover {
      color: #856D47; }
  .search .search_suggestion,
  .search .search_info {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    transition: opacity 0.4s, transform 0.4s; }
  .search.search-loading::before {
    opacity: 1; }
  .search.search-open {
    opacity: 1;
    pointer-events: auto; }
    .search.search-open .btn-search-close {
      opacity: 1; }
    .search.search-open .search_input {
      opacity: 1;
      transition: opacity 0s 0.4s; }
    .search.search-open .search_inner {
      transform: translate3d(0, 0, 0);
      transition: none; }
      .search.search-open .search_inner:after {
        animation: scaleUpDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
    .search.search-open .search_suggestion,
    .search.search-open .search_info {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      transition-delay: 0.4s;
      transition-timing-function: ease-out; }

/* PAGE */
.search-page {
  position: relative; }
  .search-page .listings {
    margin: 7.5rem 0; }
    .search-page .listings .pesq_div {
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      width: 100%;
      margin: 6rem auto;
      padding-bottom: 6rem; }
      .search-page .listings .pesq_div .img {
        width: 250px;
        height: 250px;
        border: 1px solid #f0f0f0;
        background-color: #fff; }
      .search-page .listings .pesq_div .info {
        padding-left: 40px; }
        .search-page .listings .pesq_div .info h5 {
          color: #000000;
          margin-bottom: 1rem; }
        .search-page .listings .pesq_div .info div.list_txt {
          display: block;
          max-height: 120px;
          overflow: hidden;
          text-align: left;
          margin-bottom: 3rem;
          margin-top: 2rem; }
      @media screen and (max-width: 46.8125em) {
        .search-page .listings .pesq_div {
          margin: 3rem auto;
          padding-bottom: 3rem; }
          .search-page .listings .pesq_div .img {
            width: 100%; }
          .search-page .listings .pesq_div .info {
            padding-left: 0;
            padding-top: 2.5rem; } }
  .search-page .search_no_results {
    text-align: center;
    margin: 5rem auto;
    color: #856D47;
    font-size: 14px;
    font-size: calc(( 14px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
    line-height: 1.9;
    font-weight: 400;
    font-weight: 400; }

@keyframes scaleUpDown {
  0% {
    opacity: 1;
    transform: scale3d(1, 0, 1); }
  50% {
    transform: scale3d(1, 1, 1);
    transform-origin: 50% 0;
    transition-timing-function: ease-out; }
  50.1% {
    transform-origin: 50% 100%;
    transition-timing-function: ease-out; }
  100% {
    opacity: 1;
    transform: scale3d(1, 0, 1);
    transform-origin: 50% 100%;
    transition-timing-function: ease-out; } }

/* 404 */
.page-404 {
  /*Positioning*/
  position: fixed;
  top: 0 ;
  left: 0 ;
  width: 100%;
  height: 100%;
  z-index: 10000000; }

.page-404 .row_404:first-child,
.manutencao .row_404:first-child {
  padding: 6rem 15rem;
  height: 50vh;
  padding-bottom: 9rem; }

.page-404 .row_404:last-child,
.manutencao .row_404:last-child {
  padding: 6rem 15rem;
  background: #fff;
  height: 50vh; }

.page-404 .logo,
.manutencao .logo {
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: middle;
  width: 30rem;
  max-width: 16rem;
  z-index: 5; }
  .page-404 .logo .cls-1,
  .manutencao .logo .cls-1 {
    fill: #fff; }

@media screen and (max-width: 59.3125em) {
  .page-404 .row_404,
  .manutencao .row_404 {
    padding: 0;
    text-align: center; }
    .page-404 .row_404 .container_404,
    .manutencao .row_404 .container_404 {
      padding: 0; }
      .page-404 .row_404 .container_404 .info,
      .manutencao .row_404 .container_404 .info {
        margin: auto; }
  .page-404 .row_404:first-child,
  .manutencao .row_404:first-child {
    padding: 6rem 0rem; }
  .page-404 .row_404:last-child,
  .manutencao .row_404:last-child {
    padding: 0rem; } }

.container_404 {
  background-color: rgba(255, 255, 255, 0.25);
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .container_404 img {
    padding-right: 5rem;
    padding-left: 1rem; }
  .container_404 .info {
    max-width: 30rem; }
    .container_404 .info h6 {
      color: white; }
    .container_404 .info a {
      max-width: 100%;
      text-align: center;
      font-size: 2rem; }
  @media screen and (max-width: 59.3125em) {
    .container_404 img {
      max-width: 30rem;
      margin: auto;
      padding-right: 0rem;
      padding-bottom: 2rem;
      padding-right: 2rem; }
    .container_404 .row .columns {
      text-align: center;
      flex: 0 0 100%;
      max-width: 100%; } }

/*! 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&xsmall=34.375em&xxsmall=46.875em&medium=59.375em&xmedium=71.875em&xxmedium=80em&large=85.625em&xlarge=98.75em&xxlarge=120em&retin=156.25em&xretin=187.5em"; }

html {
  box-sizing: border-box;
  font-size: 10px; }

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "proxima_nova", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #856D47;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

pre {
  overflow: auto; }

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

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

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

.row {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    @media print, screen and (min-width: 34.375em) {
      .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    @media print, screen and (min-width: 46.875em) {
      .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    @media print, screen and (min-width: 59.375em) {
      .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    @media screen and (min-width: 71.875em) {
      .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    @media screen and (min-width: 80em) {
      .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    @media screen and (min-width: 85.625em) {
      .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    @media screen and (min-width: 98.75em) {
      .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    @media screen and (min-width: 120em) {
      .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    .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.5rem;
  padding-left: 0.5rem;
  min-width: 0; }

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

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
    max-width: 33.3333333333%; }

.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.6666666667%;
    max-width: 16.6666666667%; }

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

.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.5rem;
  padding-left: 0.5rem; }

@media print, screen and (min-width: 34.375em) {
  .xsmall-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .xsmall-offset-0 {
    margin-left: 0%; }
  .xsmall-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .xsmall-offset-1 {
    margin-left: 8.3333333333%; }
  .xsmall-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .xsmall-offset-2 {
    margin-left: 16.6666666667%; }
  .xsmall-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .xsmall-offset-3 {
    margin-left: 25%; }
  .xsmall-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .xsmall-offset-4 {
    margin-left: 33.3333333333%; }
  .xsmall-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .xsmall-offset-5 {
    margin-left: 41.6666666667%; }
  .xsmall-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .xsmall-offset-6 {
    margin-left: 50%; }
  .xsmall-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .xsmall-offset-7 {
    margin-left: 58.3333333333%; }
  .xsmall-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .xsmall-offset-8 {
    margin-left: 66.6666666667%; }
  .xsmall-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .xsmall-offset-9 {
    margin-left: 75%; }
  .xsmall-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .xsmall-offset-10 {
    margin-left: 83.3333333333%; }
  .xsmall-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .xsmall-offset-11 {
    margin-left: 91.6666666667%; }
  .xsmall-up-1 {
    flex-wrap: wrap; }
    .xsmall-up-1 > .column, .xsmall-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .xsmall-up-2 {
    flex-wrap: wrap; }
    .xsmall-up-2 > .column, .xsmall-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .xsmall-up-3 {
    flex-wrap: wrap; }
    .xsmall-up-3 > .column, .xsmall-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .xsmall-up-4 {
    flex-wrap: wrap; }
    .xsmall-up-4 > .column, .xsmall-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .xsmall-up-5 {
    flex-wrap: wrap; }
    .xsmall-up-5 > .column, .xsmall-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .xsmall-up-6 {
    flex-wrap: wrap; }
    .xsmall-up-6 > .column, .xsmall-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .xsmall-up-7 {
    flex-wrap: wrap; }
    .xsmall-up-7 > .column, .xsmall-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .xsmall-up-8 {
    flex-wrap: wrap; }
    .xsmall-up-8 > .column, .xsmall-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 34.375em) and (min-width: 34.375em) {
  .xsmall-expand {
    flex: 1 1 0px; } }

.row.xsmall-unstack > .column, .row.xsmall-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 34.375em) {
    .row.xsmall-unstack > .column, .row.xsmall-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 34.375em) {
  .xsmall-collapse > .column, .xsmall-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xsmall-uncollapse > .column, .xsmall-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

@media print, screen and (min-width: 46.875em) {
  .xxsmall-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .xxsmall-offset-0 {
    margin-left: 0%; }
  .xxsmall-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .xxsmall-offset-1 {
    margin-left: 8.3333333333%; }
  .xxsmall-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .xxsmall-offset-2 {
    margin-left: 16.6666666667%; }
  .xxsmall-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .xxsmall-offset-3 {
    margin-left: 25%; }
  .xxsmall-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .xxsmall-offset-4 {
    margin-left: 33.3333333333%; }
  .xxsmall-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .xxsmall-offset-5 {
    margin-left: 41.6666666667%; }
  .xxsmall-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .xxsmall-offset-6 {
    margin-left: 50%; }
  .xxsmall-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .xxsmall-offset-7 {
    margin-left: 58.3333333333%; }
  .xxsmall-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .xxsmall-offset-8 {
    margin-left: 66.6666666667%; }
  .xxsmall-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .xxsmall-offset-9 {
    margin-left: 75%; }
  .xxsmall-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .xxsmall-offset-10 {
    margin-left: 83.3333333333%; }
  .xxsmall-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .xxsmall-offset-11 {
    margin-left: 91.6666666667%; }
  .xxsmall-up-1 {
    flex-wrap: wrap; }
    .xxsmall-up-1 > .column, .xxsmall-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .xxsmall-up-2 {
    flex-wrap: wrap; }
    .xxsmall-up-2 > .column, .xxsmall-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .xxsmall-up-3 {
    flex-wrap: wrap; }
    .xxsmall-up-3 > .column, .xxsmall-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .xxsmall-up-4 {
    flex-wrap: wrap; }
    .xxsmall-up-4 > .column, .xxsmall-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .xxsmall-up-5 {
    flex-wrap: wrap; }
    .xxsmall-up-5 > .column, .xxsmall-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .xxsmall-up-6 {
    flex-wrap: wrap; }
    .xxsmall-up-6 > .column, .xxsmall-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .xxsmall-up-7 {
    flex-wrap: wrap; }
    .xxsmall-up-7 > .column, .xxsmall-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .xxsmall-up-8 {
    flex-wrap: wrap; }
    .xxsmall-up-8 > .column, .xxsmall-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 46.875em) and (min-width: 46.875em) {
  .xxsmall-expand {
    flex: 1 1 0px; } }

.row.xxsmall-unstack > .column, .row.xxsmall-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 46.875em) {
    .row.xxsmall-unstack > .column, .row.xxsmall-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 46.875em) {
  .xxsmall-collapse > .column, .xxsmall-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxsmall-uncollapse > .column, .xxsmall-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

@media print, screen and (min-width: 59.375em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .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.3333333333%;
      max-width: 33.3333333333%; }
  .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.6666666667%;
      max-width: 16.6666666667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .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: 59.375em) and (min-width: 59.375em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 59.375em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 59.375em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

@media screen and (min-width: 71.875em) {
  .xmedium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .xmedium-offset-0 {
    margin-left: 0%; }
  .xmedium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .xmedium-offset-1 {
    margin-left: 8.3333333333%; }
  .xmedium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .xmedium-offset-2 {
    margin-left: 16.6666666667%; }
  .xmedium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .xmedium-offset-3 {
    margin-left: 25%; }
  .xmedium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .xmedium-offset-4 {
    margin-left: 33.3333333333%; }
  .xmedium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .xmedium-offset-5 {
    margin-left: 41.6666666667%; }
  .xmedium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .xmedium-offset-6 {
    margin-left: 50%; }
  .xmedium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .xmedium-offset-7 {
    margin-left: 58.3333333333%; }
  .xmedium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .xmedium-offset-8 {
    margin-left: 66.6666666667%; }
  .xmedium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .xmedium-offset-9 {
    margin-left: 75%; }
  .xmedium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .xmedium-offset-10 {
    margin-left: 83.3333333333%; }
  .xmedium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .xmedium-offset-11 {
    margin-left: 91.6666666667%; }
  .xmedium-up-1 {
    flex-wrap: wrap; }
    .xmedium-up-1 > .column, .xmedium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .xmedium-up-2 {
    flex-wrap: wrap; }
    .xmedium-up-2 > .column, .xmedium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .xmedium-up-3 {
    flex-wrap: wrap; }
    .xmedium-up-3 > .column, .xmedium-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .xmedium-up-4 {
    flex-wrap: wrap; }
    .xmedium-up-4 > .column, .xmedium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .xmedium-up-5 {
    flex-wrap: wrap; }
    .xmedium-up-5 > .column, .xmedium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .xmedium-up-6 {
    flex-wrap: wrap; }
    .xmedium-up-6 > .column, .xmedium-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .xmedium-up-7 {
    flex-wrap: wrap; }
    .xmedium-up-7 > .column, .xmedium-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .xmedium-up-8 {
    flex-wrap: wrap; }
    .xmedium-up-8 > .column, .xmedium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 71.875em) and (min-width: 71.875em) {
  .xmedium-expand {
    flex: 1 1 0px; } }

.row.xmedium-unstack > .column, .row.xmedium-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 71.875em) {
    .row.xmedium-unstack > .column, .row.xmedium-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 71.875em) {
  .xmedium-collapse > .column, .xmedium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xmedium-uncollapse > .column, .xmedium-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

@media screen and (min-width: 80em) {
  .xxmedium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .xxmedium-offset-0 {
    margin-left: 0%; }
  .xxmedium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .xxmedium-offset-1 {
    margin-left: 8.3333333333%; }
  .xxmedium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .xxmedium-offset-2 {
    margin-left: 16.6666666667%; }
  .xxmedium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .xxmedium-offset-3 {
    margin-left: 25%; }
  .xxmedium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .xxmedium-offset-4 {
    margin-left: 33.3333333333%; }
  .xxmedium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .xxmedium-offset-5 {
    margin-left: 41.6666666667%; }
  .xxmedium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .xxmedium-offset-6 {
    margin-left: 50%; }
  .xxmedium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .xxmedium-offset-7 {
    margin-left: 58.3333333333%; }
  .xxmedium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .xxmedium-offset-8 {
    margin-left: 66.6666666667%; }
  .xxmedium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .xxmedium-offset-9 {
    margin-left: 75%; }
  .xxmedium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .xxmedium-offset-10 {
    margin-left: 83.3333333333%; }
  .xxmedium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .xxmedium-offset-11 {
    margin-left: 91.6666666667%; }
  .xxmedium-up-1 {
    flex-wrap: wrap; }
    .xxmedium-up-1 > .column, .xxmedium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .xxmedium-up-2 {
    flex-wrap: wrap; }
    .xxmedium-up-2 > .column, .xxmedium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .xxmedium-up-3 {
    flex-wrap: wrap; }
    .xxmedium-up-3 > .column, .xxmedium-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .xxmedium-up-4 {
    flex-wrap: wrap; }
    .xxmedium-up-4 > .column, .xxmedium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .xxmedium-up-5 {
    flex-wrap: wrap; }
    .xxmedium-up-5 > .column, .xxmedium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .xxmedium-up-6 {
    flex-wrap: wrap; }
    .xxmedium-up-6 > .column, .xxmedium-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .xxmedium-up-7 {
    flex-wrap: wrap; }
    .xxmedium-up-7 > .column, .xxmedium-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .xxmedium-up-8 {
    flex-wrap: wrap; }
    .xxmedium-up-8 > .column, .xxmedium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 80em) and (min-width: 80em) {
  .xxmedium-expand {
    flex: 1 1 0px; } }

.row.xxmedium-unstack > .column, .row.xxmedium-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 80em) {
    .row.xxmedium-unstack > .column, .row.xxmedium-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 80em) {
  .xxmedium-collapse > .column, .xxmedium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxmedium-uncollapse > .column, .xxmedium-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

@media screen and (min-width: 85.625em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .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.3333333333%;
      max-width: 33.3333333333%; }
  .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.6666666667%;
      max-width: 16.6666666667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 85.625em) and (min-width: 85.625em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 85.625em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 85.625em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

@media screen and (min-width: 98.75em) {
  .xlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .xlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .xlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .xlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .xlarge-up-1 {
    flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .xlarge-up-4 {
    flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .xlarge-up-7 {
    flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .xlarge-up-8 {
    flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 98.75em) and (min-width: 98.75em) {
  .xlarge-expand {
    flex: 1 1 0px; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 98.75em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 98.75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

@media screen and (min-width: 120em) {
  .xxlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .xxlarge-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .xxlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .xxlarge-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .xxlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .xxlarge-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .xxlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .xxlarge-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .xxlarge-up-1 {
    flex-wrap: wrap; }
    .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .xxlarge-up-2 {
    flex-wrap: wrap; }
    .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .xxlarge-up-3 {
    flex-wrap: wrap; }
    .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .xxlarge-up-4 {
    flex-wrap: wrap; }
    .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .xxlarge-up-5 {
    flex-wrap: wrap; }
    .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .xxlarge-up-6 {
    flex-wrap: wrap; }
    .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .xxlarge-up-7 {
    flex-wrap: wrap; }
    .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .xxlarge-up-8 {
    flex-wrap: wrap; }
    .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 120em) and (min-width: 120em) {
  .xxlarge-expand {
    flex: 1 1 0px; } }

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 120em) {
    .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 120em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

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

.column-block {
  margin-bottom: 1rem; }
  .column-block > :last-child {
    margin-bottom: 0; }

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "proxima_nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #ececec; }

a {
  line-height: inherit;
  color: #856D47;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #725e3d; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 1400px;
  height: 0;
  margin: 2rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #ececec;
  border-left: 0; }

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.9rem 2rem 0 1.9rem;
  border-left: 1px solid #ececec; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #c5c5c5; }

cite {
  display: block;
  font-size: 1.3rem;
  color: #c5c5c5; }
  cite:before {
    content: "— "; }

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

figure {
  margin: 0; }

code {
  padding: 0.2rem 0.5rem 0.1rem;
  border: 1px solid #ececec;
  background-color: #f5f5f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000; }

kbd {
  margin: 0;
  padding: 0.2rem 0.4rem 0;
  background-color: #f5f5f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000; }

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

.lead {
  font-size: 12.5px;
  line-height: 1.6; }

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

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

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

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

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

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

@media print, screen and (min-width: 34.375em) {
  .xsmall-text-left {
    text-align: left; }
  .xsmall-text-right {
    text-align: right; }
  .xsmall-text-center {
    text-align: center; }
  .xsmall-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 46.875em) {
  .xxsmall-text-left {
    text-align: left; }
  .xxsmall-text-right {
    text-align: right; }
  .xxsmall-text-center {
    text-align: center; }
  .xxsmall-text-justify {
    text-align: justify; } }

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

@media screen and (min-width: 71.875em) {
  .xmedium-text-left {
    text-align: left; }
  .xmedium-text-right {
    text-align: right; }
  .xmedium-text-center {
    text-align: center; }
  .xmedium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 80em) {
  .xxmedium-text-left {
    text-align: left; }
  .xxmedium-text-right {
    text-align: right; }
  .xxmedium-text-center {
    text-align: center; }
  .xxmedium-text-justify {
    text-align: justify; } }

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

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

@media screen and (min-width: 120em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

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

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #c5c5c5;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.accordion {
  margin-left: 0;
  background: #fff;
  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: 15px 20px;
  border: 1px solid #000000;
  border-bottom: 0;
  font-size: 1px;
  line-height: 1;
  color: #000000; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #000000;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #fff; }
  .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: 30px 20px;
  border: 1px solid #000000;
  border-bottom: 0;
  background-color: #fff;
  color: #856D47; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #000000; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #856D47 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  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; }

.close-button {
  position: absolute;
  color: #000000;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #856D47; }
  .close-button.small {
    right: 10px;
    top: 10px;
    font-size: 1.5rem;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 20px;
    top: 20px;
    font-size: 2rem;
    line-height: 1; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu a {
  padding: 0rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: transparent;
  color: #000000; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

@media print, screen and (min-width: 34.375em) {
  .dropdown.menu.xsmall-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xsmall-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xsmall-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xsmall-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xsmall-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media print, screen and (min-width: 46.875em) {
  .dropdown.menu.xxsmall-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxsmall-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxsmall-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxsmall-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xxsmall-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media print, screen and (min-width: 59.375em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 71.875em) {
  .dropdown.menu.xmedium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xmedium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xmedium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xmedium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xmedium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 80em) {
  .dropdown.menu.xxmedium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxmedium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxmedium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxmedium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xxmedium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 85.625em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 98.75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 120em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

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

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

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 50px;
  border: 1px solid #c5c5c5;
  background: #fff; }
  .dropdown .is-dropdown-submenu a {
    padding: 0rem; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 34.3125em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }
  @media screen and (max-width: 34.3125em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    flex: 1 1 0px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #f5f5f5; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #f5f5f5; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 305px;
  transform: translateX(-305px); }
  @media print, screen and (min-width: 59.375em) {
    .position-left {
      width: 250px;
      transform: translateX(-250px); } }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-305px); }
    @media print, screen and (min-width: 59.375em) {
      .off-canvas-content .off-canvas.position-left {
        transform: translateX(-250px); } }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(305px); }
    @media print, screen and (min-width: 59.375em) {
      .off-canvas-content.is-open-left.has-transition-push {
        transform: translateX(250px); } }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 305px;
  transform: translateX(305px); }
  @media print, screen and (min-width: 59.375em) {
    .position-right {
      width: 250px;
      transform: translateX(250px); } }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(305px); }
    @media print, screen and (min-width: 59.375em) {
      .off-canvas-content .off-canvas.position-right {
        transform: translateX(250px); } }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-305px); }
    @media print, screen and (min-width: 59.375em) {
      .off-canvas-content.is-open-right.has-transition-push {
        transform: translateX(-250px); } }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25); }

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

@media print, screen and (min-width: 34.375em) {
  .position-left.reveal-for-xsmall {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xsmall .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xsmall {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 305px; }
    .position-left.reveal-for-xsmall ~ .off-canvas-content {
      margin-left: 305px; }
  .position-right.reveal-for-xsmall {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xsmall .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xsmall {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 305px; }
    .position-right.reveal-for-xsmall ~ .off-canvas-content {
      margin-right: 305px; }
  .position-top.reveal-for-xsmall {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xsmall .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xsmall {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 305px; }
    .position-top.reveal-for-xsmall ~ .off-canvas-content {
      margin-top: 305px; }
  .position-bottom.reveal-for-xsmall {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xsmall .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xsmall {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 305px; }
    .position-bottom.reveal-for-xsmall ~ .off-canvas-content {
      margin-bottom: 305px; } }

@media print, screen and (min-width: 46.875em) {
  .position-left.reveal-for-xxsmall {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xxsmall .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xxsmall {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 305px; }
    .position-left.reveal-for-xxsmall ~ .off-canvas-content {
      margin-left: 305px; }
  .position-right.reveal-for-xxsmall {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xxsmall .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xxsmall {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 305px; }
    .position-right.reveal-for-xxsmall ~ .off-canvas-content {
      margin-right: 305px; }
  .position-top.reveal-for-xxsmall {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xxsmall .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xxsmall {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 305px; }
    .position-top.reveal-for-xxsmall ~ .off-canvas-content {
      margin-top: 305px; }
  .position-bottom.reveal-for-xxsmall {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xxsmall .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxsmall {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 305px; }
    .position-bottom.reveal-for-xxsmall ~ .off-canvas-content {
      margin-bottom: 305px; } }

@media print, screen and (min-width: 59.375em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 71.875em) {
  .position-left.reveal-for-xmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xmedium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xmedium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-xmedium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xmedium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xmedium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-xmedium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xmedium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xmedium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-xmedium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xmedium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xmedium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-xmedium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 80em) {
  .position-left.reveal-for-xxmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xxmedium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xxmedium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-xxmedium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xxmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xxmedium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xxmedium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-xxmedium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xxmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xxmedium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xxmedium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-xxmedium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xxmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xxmedium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxmedium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-xxmedium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 85.625em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 98.75em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xlarge {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 120em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 34.375em) {
  .off-canvas.in-canvas-for-xsmall {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xsmall.position-left, .off-canvas.in-canvas-for-xsmall.position-right, .off-canvas.in-canvas-for-xsmall.position-top, .off-canvas.in-canvas-for-xsmall.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-xsmall .close-button {
      display: none; } }

@media print, screen and (min-width: 46.875em) {
  .off-canvas.in-canvas-for-xxsmall {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xxsmall.position-left, .off-canvas.in-canvas-for-xxsmall.position-right, .off-canvas.in-canvas-for-xxsmall.position-top, .off-canvas.in-canvas-for-xxsmall.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-xxsmall .close-button {
      display: none; } }

@media print, screen and (min-width: 59.375em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media screen and (min-width: 71.875em) {
  .off-canvas.in-canvas-for-xmedium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xmedium.position-left, .off-canvas.in-canvas-for-xmedium.position-right, .off-canvas.in-canvas-for-xmedium.position-top, .off-canvas.in-canvas-for-xmedium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-xmedium .close-button {
      display: none; } }

@media screen and (min-width: 80em) {
  .off-canvas.in-canvas-for-xxmedium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xxmedium.position-left, .off-canvas.in-canvas-for-xxmedium.position-right, .off-canvas.in-canvas-for-xxmedium.position-top, .off-canvas.in-canvas-for-xxmedium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-xxmedium .close-button {
      display: none; } }

@media screen and (min-width: 85.625em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

@media screen and (min-width: 98.75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-xlarge .close-button {
      display: none; } }

@media screen and (min-width: 120em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-xxlarge .close-button {
      display: none; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(0, 0, 0, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #ececec; }
    .orbit-bullets button:hover {
      background-color: #c5c5c5; }
    .orbit-bullets button.is-active {
      background-color: #c5c5c5; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.1rem;
    border-radius: 0;
    font-size: 1.4rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 59.375em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.3rem 1rem;
    border-radius: 0;
    color: #000; }
    .pagination a:hover,
    .pagination button:hover {
      background: #f5f5f5; }
  .pagination .current {
    padding: 0.3rem 1rem;
    background: #856D47;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.3rem 1rem;
    color: #ececec;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.3rem 1rem;
    content: '\2026';
    color: #000; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #ececec; }
  .progress.primary .progress-meter {
    background-color: #856D47; }
  .progress.secondary .progress-meter {
    background-color: #000000; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #856D47; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap; }

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

.reveal {
  z-index: 100006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #ececec;
  border-radius: 0;
  background-color: #fff;
  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: 59.375em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 59.375em) {
    .reveal {
      width: 600px;
      max-width: 1400px; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 59.375em) {
    .reveal.tiny {
      width: 30%;
      max-width: 1400px; } }
  @media print, screen and (min-width: 59.375em) {
    .reveal.small {
      width: 50%;
      max-width: 1400px; } }
  @media print, screen and (min-width: 59.375em) {
    .reveal.large {
      width: 90%;
      max-width: 1400px; } }
  .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: 34.3125em) {
    .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; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 0;
    background-color: #fff; }
  caption {
    padding: 0;
    font-weight: bold; }
  thead {
    background: #856D47;
    color: #856D47; }
  tfoot {
    background: #856D47;
    color: #856D47; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 0;
      background-color: #fff; }

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

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

table.hover thead tr:hover {
  background-color: #856d47; }

table.hover tfoot tr:hover {
  background-color: #856d47; }

table.hover tbody tr:hover {
  background-color: white; }

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

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-weight: bold;
  cursor: pointer; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.866rem);
  z-index: 1200;
  max-width: 20rem;
  padding: 0.75rem;
  border-radius: 5px;
  background-color: #fff;
  font-size: 80%;
  color: #856D47; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 1rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #fff;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 1rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 1rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fff;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 1rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fff transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

@media screen and (min-width: 34.375em) and (max-width: 46.8125em) {
  .hide-for-xsmall-only {
    display: none !important; } }

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

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

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

@media screen and (min-width: 46.875em) and (max-width: 59.3125em) {
  .hide-for-xxsmall-only {
    display: none !important; } }

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

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

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

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

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

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

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

@media screen and (min-width: 71.875em) and (max-width: 79.9375em) {
  .hide-for-xmedium-only {
    display: none !important; } }

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

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

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

@media screen and (min-width: 80em) and (max-width: 85.5625em) {
  .hide-for-xxmedium-only {
    display: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 120em) and (max-width: 156.1875em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

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

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

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

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

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

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

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

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

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

.clearfix::after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-order-7 {
  order: 7; }

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

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

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

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

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

@media print, screen and (min-width: 34.375em) {
  .xsmall-order-1 {
    order: 1; }
  .xsmall-order-2 {
    order: 2; }
  .xsmall-order-3 {
    order: 3; }
  .xsmall-order-4 {
    order: 4; }
  .xsmall-order-5 {
    order: 5; }
  .xsmall-order-6 {
    order: 6; }
  .xsmall-order-7 {
    order: 7; }
  .xsmall-order-8 {
    order: 8; }
  .xsmall-order-9 {
    order: 9; }
  .xsmall-order-10 {
    order: 10; }
  .xsmall-order-11 {
    order: 11; }
  .xsmall-order-12 {
    order: 12; } }

@media print, screen and (min-width: 46.875em) {
  .xxsmall-order-1 {
    order: 1; }
  .xxsmall-order-2 {
    order: 2; }
  .xxsmall-order-3 {
    order: 3; }
  .xxsmall-order-4 {
    order: 4; }
  .xxsmall-order-5 {
    order: 5; }
  .xxsmall-order-6 {
    order: 6; }
  .xxsmall-order-7 {
    order: 7; }
  .xxsmall-order-8 {
    order: 8; }
  .xxsmall-order-9 {
    order: 9; }
  .xxsmall-order-10 {
    order: 10; }
  .xxsmall-order-11 {
    order: 11; }
  .xxsmall-order-12 {
    order: 12; } }

@media print, screen and (min-width: 59.375em) {
  .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-order-7 {
    order: 7; }
  .medium-order-8 {
    order: 8; }
  .medium-order-9 {
    order: 9; }
  .medium-order-10 {
    order: 10; }
  .medium-order-11 {
    order: 11; }
  .medium-order-12 {
    order: 12; } }

@media screen and (min-width: 71.875em) {
  .xmedium-order-1 {
    order: 1; }
  .xmedium-order-2 {
    order: 2; }
  .xmedium-order-3 {
    order: 3; }
  .xmedium-order-4 {
    order: 4; }
  .xmedium-order-5 {
    order: 5; }
  .xmedium-order-6 {
    order: 6; }
  .xmedium-order-7 {
    order: 7; }
  .xmedium-order-8 {
    order: 8; }
  .xmedium-order-9 {
    order: 9; }
  .xmedium-order-10 {
    order: 10; }
  .xmedium-order-11 {
    order: 11; }
  .xmedium-order-12 {
    order: 12; } }

@media screen and (min-width: 80em) {
  .xxmedium-order-1 {
    order: 1; }
  .xxmedium-order-2 {
    order: 2; }
  .xxmedium-order-3 {
    order: 3; }
  .xxmedium-order-4 {
    order: 4; }
  .xxmedium-order-5 {
    order: 5; }
  .xxmedium-order-6 {
    order: 6; }
  .xxmedium-order-7 {
    order: 7; }
  .xxmedium-order-8 {
    order: 8; }
  .xxmedium-order-9 {
    order: 9; }
  .xxmedium-order-10 {
    order: 10; }
  .xxmedium-order-11 {
    order: 11; }
  .xxmedium-order-12 {
    order: 12; } }

@media screen and (min-width: 85.625em) {
  .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-order-7 {
    order: 7; }
  .large-order-8 {
    order: 8; }
  .large-order-9 {
    order: 9; }
  .large-order-10 {
    order: 10; }
  .large-order-11 {
    order: 11; }
  .large-order-12 {
    order: 12; } }

@media screen and (min-width: 98.75em) {
  .xlarge-order-1 {
    order: 1; }
  .xlarge-order-2 {
    order: 2; }
  .xlarge-order-3 {
    order: 3; }
  .xlarge-order-4 {
    order: 4; }
  .xlarge-order-5 {
    order: 5; }
  .xlarge-order-6 {
    order: 6; }
  .xlarge-order-7 {
    order: 7; }
  .xlarge-order-8 {
    order: 8; }
  .xlarge-order-9 {
    order: 9; }
  .xlarge-order-10 {
    order: 10; }
  .xlarge-order-11 {
    order: 11; }
  .xlarge-order-12 {
    order: 12; } }

@media screen and (min-width: 120em) {
  .xxlarge-order-1 {
    order: 1; }
  .xxlarge-order-2 {
    order: 2; }
  .xxlarge-order-3 {
    order: 3; }
  .xxlarge-order-4 {
    order: 4; }
  .xxlarge-order-5 {
    order: 5; }
  .xxlarge-order-6 {
    order: 6; }
  .xxlarge-order-7 {
    order: 7; }
  .xxlarge-order-8 {
    order: 8; }
  .xxlarge-order-9 {
    order: 9; }
  .xxlarge-order-10 {
    order: 10; }
  .xxlarge-order-11 {
    order: 11; }
  .xxlarge-order-12 {
    order: 12; } }

.flex-container {
  display: flex; }

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

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

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

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

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

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

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

@media print, screen and (min-width: 34.375em) {
  .xsmall-flex-container {
    display: flex; }
  .xsmall-flex-child-auto {
    flex: 1 1 auto; }
  .xsmall-flex-child-grow {
    flex: 1 0 auto; }
  .xsmall-flex-child-shrink {
    flex: 0 1 auto; }
  .xsmall-flex-dir-row {
    flex-direction: row; }
  .xsmall-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .xsmall-flex-dir-column {
    flex-direction: column; }
  .xsmall-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 46.875em) {
  .xxsmall-flex-container {
    display: flex; }
  .xxsmall-flex-child-auto {
    flex: 1 1 auto; }
  .xxsmall-flex-child-grow {
    flex: 1 0 auto; }
  .xxsmall-flex-child-shrink {
    flex: 0 1 auto; }
  .xxsmall-flex-dir-row {
    flex-direction: row; }
  .xxsmall-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .xxsmall-flex-dir-column {
    flex-direction: column; }
  .xxsmall-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 59.375em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media screen and (min-width: 71.875em) {
  .xmedium-flex-container {
    display: flex; }
  .xmedium-flex-child-auto {
    flex: 1 1 auto; }
  .xmedium-flex-child-grow {
    flex: 1 0 auto; }
  .xmedium-flex-child-shrink {
    flex: 0 1 auto; }
  .xmedium-flex-dir-row {
    flex-direction: row; }
  .xmedium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .xmedium-flex-dir-column {
    flex-direction: column; }
  .xmedium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media screen and (min-width: 80em) {
  .xxmedium-flex-container {
    display: flex; }
  .xxmedium-flex-child-auto {
    flex: 1 1 auto; }
  .xxmedium-flex-child-grow {
    flex: 1 0 auto; }
  .xxmedium-flex-child-shrink {
    flex: 0 1 auto; }
  .xxmedium-flex-dir-row {
    flex-direction: row; }
  .xxmedium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .xxmedium-flex-dir-column {
    flex-direction: column; }
  .xxmedium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media screen and (min-width: 85.625em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media screen and (min-width: 98.75em) {
  .xlarge-flex-container {
    display: flex; }
  .xlarge-flex-child-auto {
    flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media screen and (min-width: 120em) {
  .xxlarge-flex-container {
    display: flex; }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto; }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto; }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto; }
  .xxlarge-flex-dir-row {
    flex-direction: row; }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .xxlarge-flex-dir-column {
    flex-direction: column; }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

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

.fade-out.mui-leave {
  transition-duration: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms; }

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

.row {
  width: 100%; }
  .row .row.collapse,
  .row.collapse .row {
    margin-left: auto;
    margin-right: auto; }
  @media screen and (max-width: 34.3125em) {
    .row {
      padding-left: 3rem;
      padding-right: 3rem; } }

h1, h2, h3, h4, h5, h6, ul, p {
  margin: 0; }

@media print, screen and (min-width: 34.375em) {
  .xsmall-align-top {
    align-items: flex-start; }
  .xsmall-align-middle {
    align-items: center; }
  .xsmall-align-bottom {
    align-items: flex-end; }
  .xsmall-align-stretch {
    align-items: stretch; }
  .xsmall-align-right {
    justify-content: flex-end; }
  .xsmall-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 34.375em) and (max-width: 46.8125em) {
  .xsmall-only-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media print, screen and (min-width: 46.875em) {
  .xxsmall-align-top {
    align-items: flex-start; }
  .xxsmall-align-middle {
    align-items: center; }
  .xxsmall-align-bottom {
    align-items: flex-end; }
  .xxsmall-align-stretch {
    align-items: stretch; }
  .xxsmall-align-right {
    justify-content: flex-end; }
  .xxsmall-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 46.875em) and (max-width: 59.3125em) {
  .xxsmall-only-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media print, screen and (min-width: 59.375em) {
  .medium-align-top {
    align-items: flex-start; }
  .medium-align-middle {
    align-items: center; }
  .medium-align-bottom {
    align-items: flex-end; }
  .medium-align-stretch {
    align-items: stretch; }
  .medium-align-right {
    justify-content: flex-end; }
  .medium-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 59.375em) and (max-width: 71.8125em) {
  .medium-only-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 71.875em) {
  .xmedium-align-top {
    align-items: flex-start; }
  .xmedium-align-middle {
    align-items: center; }
  .xmedium-align-bottom {
    align-items: flex-end; }
  .xmedium-align-stretch {
    align-items: stretch; }
  .xmedium-align-right {
    justify-content: flex-end; }
  .xmedium-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 71.875em) and (max-width: 79.9375em) {
  .xmedium-only-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 80em) {
  .xxmedium-align-top {
    align-items: flex-start; }
  .xxmedium-align-middle {
    align-items: center; }
  .xxmedium-align-bottom {
    align-items: flex-end; }
  .xxmedium-align-stretch {
    align-items: stretch; }
  .xxmedium-align-right {
    justify-content: flex-end; }
  .xxmedium-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 80em) and (max-width: 85.5625em) {
  .xxmedium-only-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 85.625em) {
  .large-align-top {
    align-items: flex-start; }
  .large-align-middle {
    align-items: center; }
  .large-align-bottom {
    align-items: flex-end; }
  .large-align-stretch {
    align-items: stretch; }
  .large-align-right {
    justify-content: flex-end; }
  .large-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 85.625em) and (max-width: 98.6875em) {
  .large-only-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 98.75em) {
  .xlarge-align-top {
    align-items: flex-start; }
  .xlarge-align-middle {
    align-items: center; }
  .xlarge-align-bottom {
    align-items: flex-end; }
  .xlarge-align-stretch {
    align-items: stretch; }
  .xlarge-align-right {
    justify-content: flex-end; }
  .xlarge-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 98.75em) and (max-width: 119.9375em) {
  .xlarge-only-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 120em) {
  .xxlarge-align-top {
    align-items: flex-start; }
  .xxlarge-align-middle {
    align-items: center; }
  .xxlarge-align-bottom {
    align-items: flex-end; }
  .xxlarge-align-stretch {
    align-items: stretch; }
  .xxlarge-align-right {
    justify-content: flex-end; }
  .xxlarge-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

@media screen and (min-width: 120em) and (max-width: 156.1875em) {
  .xxlarge-only-shrink {
    flex: 0 0 auto;
    max-width: 100%; } }

.columns.flex,
.column.flex,
.flex.columns {
  display: flex;
  flex-direction: column; }
  .columns.flex > div,
  .column.flex > div,
  .flex.columns > div {
    display: block;
    height: 100%;
    flex: 1; }

.accordion {
  max-width: 100%;
  margin: 3.5rem auto !important; }

.accordion-item {
  position: relative;
  z-index: 1; }

.accordion-title {
  position: relative;
  z-index: 1;
  color: #856D47;
  font-size: 14px;
  font-size: calc(( 14px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.4;
  font-weight: 400;
  padding: 1.5rem 2rem;
  padding-right: 4rem;
  border-right: 0;
  border-left: 0; }
  .accordion-title::before, .accordion-title::after {
    top: 50%;
    position: absolute;
    /* PSEUDO ELEMENTS */
    content: '';
    display: block;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: currentColor; }
  .accordion-title::before {
    height: 1.8rem;
    width: 0.2rem;
    margin-top: -0.9rem;
    right: 1.8rem; }
  .accordion-title::after {
    width: 1.8rem;
    height: 0.2rem;
    margin-top: -1px;
    right: 1rem; }
  .is-active > .accordion-title::before {
    content: '';
    opacity: 0;
    visibility: hidden; }
  .accordion-title:hover,
  .accordion-item.is-active .accordion-title {
    color: #000000; }
  @media screen and (max-width: 59.3125em) {
    .accordion-title {
      padding-right: 3.5rem; } }

.accordion-content {
  position: relative;
  z-index: 1;
  color: #856D47;
  font-size: 14px;
  font-size: calc(( 14px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.9;
  font-weight: 400;
  border-top: 0 !important;
  border-right: 0;
  border-left: 0;
  padding: 2rem;
  padding-top: 0;
  background: transparent; }

.accordion-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -2; }
  .accordion-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 37, 37, 0.5);
    z-index: -1; }
  .accordion-item.is-active .accordion-image {
    opacity: 1;
    visibility: visible; }

.accordion-item.has_img.is-active .accordion-content,
.accordion-item.has_img.is-active .accordion-title {
  background: transparent;
  color: #fff; }

.accordion-menu {
  margin-top: 6rem; }
  .accordion-menu > li > a {
    position: relative;
    display: block;
    padding: 1rem 0;
    color: #000000;
    margin: 0 !important;
    border-top: 1px solid rgba(133, 109, 71, 0.4); }
    .accordion-menu > li > a:hover, .accordion-menu > li > a.active {
      color: #000000; }
  .accordion-menu > li:last-child > a {
    border-bottom: 1px solid rgba(133, 109, 71, 0.4); }
  .accordion-menu .is-accordion-submenu {
    padding: 2rem 0;
    padding-top: 1rem;
    margin: 0 !important; }
    .accordion-menu .is-accordion-submenu > li > a {
      display: block;
      padding: 0;
      margin: 8px 0; }
      .accordion-menu .is-accordion-submenu > li > a:hover, .accordion-menu .is-accordion-submenu > li > a.active {
        color: #000000; }
    .accordion-menu .is-accordion-submenu > li[aria-expanded=true] > a {
      color: #000000; }
  .accordion-menu .is-accordion-submenu-parent::before, .accordion-menu .is-accordion-submenu-parent::after {
    top: 20px;
    position: absolute;
    /* PSEUDO ELEMENTS */
    content: '';
    display: block;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #000000; }
  .accordion-menu .is-accordion-submenu-parent::before {
    height: 12px;
    width: 0.2rem;
    margin-top: -6px;
    right: 12px; }
  .accordion-menu .is-accordion-submenu-parent::after {
    width: 12px;
    height: 0.2rem;
    margin-top: -1px;
    right: 7px; }
  .accordion-menu .is-accordion-submenu-parent[aria-expanded=true]::before {
    content: '';
    opacity: 0;
    visibility: hidden; }

.breadcrumbs_cont {
  display: none !important;
  background: #000000; }
  @media screen and (max-width: 59.3125em) {
    .breadcrumbs_cont {
      display: none !important; } }

.breadcrumbs li {
  position: relative;
  margin-right: 1px;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .breadcrumbs li.disabled {
    cursor: default;
    text-transform: none;
    pointer-events: none; }
    .breadcrumbs li.disabled span {
      padding-left: 0; }

.breadcrumbs li:after,
.breadcrumbs li:before {
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  content: "" !important;
  position: absolute;
  top: 0;
  left: 100%;
  content: '';
  height: 0;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 20px 0 20px 12px;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.breadcrumbs li:before {
  border-color: transparent transparent transparent #fff; }

.breadcrumbs li:after {
  border-color: transparent transparent transparent #000000;
  /* TRANSFORMS */
  -moz-transform: translateX(-1px);
  -o-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px); }

.breadcrumbs a,
.breadcrumbs span {
  /* DISPLAY INLINE BLOCK */
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #856D47;
  font-size: 13px;
  font-size: calc(( 13px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.4;
  font-weight: 400;
  text-decoration: none !important;
  padding: 1.2rem 1rem 1.2rem 2.5rem;
  color: #fff; }

.breadcrumbs li:last-child,
.breadcrumbs li:hover {
  background: #4db0e7 !important; }
  .breadcrumbs li:last-child:after,
  .breadcrumbs li:hover:after {
    border-color: transparent transparent transparent #4db0e7; }

.close-button, .close-button.medium {
  right: 15px;
  top: 15px;
  font-size: 35px;
  line-height: 35px;
  z-index: 10; }

.dropdown-pane {
  opacity: 0;
  top: 100% !important;
  background: transparent;
  padding: 0;
  /* ANIMATIONSCSS */
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #f5f5f5; }
  .dropdown-pane.full {
    z-index: 1000;
    width: 100%; }
  .dropdown-pane.is-open {
    opacity: 1; }
  .dropdown-pane a.big {
    display: table;
    color: #856D47;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 0 5px; }
    .dropdown-pane a.big:hover {
      color: #000000; }
  .dropdown-pane a.small {
    display: table;
    color: #856D47;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 2px 5px; }
    .dropdown-pane a.small:hover {
      background: #000000;
      color: #fff; }

.dropdown.menu a {
  padding: 0; }

.dropdown.menu img {
  max-width: 25px; }

.dropdown.menu > li > a:after {
  right: 10px; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::before {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 10px;
  margin-top: -5px; }

.dropdown.menu .is-dropdown-submenu {
  width: 100%;
  text-align: center;
  padding-top: 2rem;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  margin: 0;
  margin-top: -2rem;
  z-index: -1; }
  .dropdown.menu .is-dropdown-submenu > li {
    border-bottom: 1px solid #c5c5c5; }
    .dropdown.menu .is-dropdown-submenu > li:last-child {
      border-bottom: 0; }

.off-canvas {
  z-index: 1; }

.off-canvas-contents {
  box-shadow: none; }

@media screen and (max-width: 59.3125em) {
  /*.off-canvas.position-left {
		width: $mobile-offcanvas-size;
		@include transform(translateX(-$mobile-offcanvas-size));
	}
	
	.off-canvas.position-right {
		width: $mobile-offcanvas-size;
		@include transform(translateX($mobile-offcanvas-size));
	}
	.position-left.is-open ~ .off-canvas-content {
		@include transform(translateX($mobile-offcanvas-size));
	}
	.position-right.is-open ~ .off-canvas-content {
		@include transform(translateX(-$mobile-offcanvas-size));
	}*/
  .off-canvas.is-open {
    /* TRANSFORMS */
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

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

.reveal {
  /*@include positions(absolute, true, '!important');
	right: auto;
	bottom: auto;

	border: 0;
	margin-left: auto;
	height: auto;
	min-height: auto;

	overflow: visible;*/
  padding: 0; }
  .reveal .reveal_header {
    padding: 2rem;
    padding-bottom: 0; }
    .reveal .reveal_header > h1 {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 20px); }
    .reveal .reveal_header > div {
      /* DISPLAY INLINE BLOCK */
      display: inline-block;
      vertical-align: middle;
      width: 20px; }
      .reveal .reveal_header > div .close-button {
        position: relative;
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        line-height: 20px;
        right: auto;
        top: auto; }
  .reveal .reveal_body {
    padding: 2rem;
    background: #fff; }
    .reveal .reveal_body .reveal_txt {
      display: block;
      margin-bottom: 2.5rem; }
  @media screen and (max-width: 71.8125em) {
    .reveal.small {
      width: 80%; } }
  @media screen and (max-width: 46.8125em) {
    .reveal.small {
      width: 95%; } }

table.custom_table {
  width: 100%;
  table-layout: fixed;
  border-radius: 5px;
  overflow: hidden; }
  table.custom_table thead,
  table.custom_table tfoot {
    background: #856D47; }
    table.custom_table thead th,
    table.custom_table thead td,
    table.custom_table tfoot th,
    table.custom_table tfoot td {
      color: #fff;
      font-size: 14px;
      font-size: calc(( 14px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
      line-height: 1.4;
      font-weight: 400;
      padding: 1rem 1.5rem;
      vertical-align: middle;
      height: auto; }
    table.custom_table thead .sort,
    table.custom_table tfoot .sort {
      cursor: pointer; }
      table.custom_table thead .sort i,
      table.custom_table tfoot .sort i {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        margin-top: -1px;
        width: 16px;
        height: 16px;
        background-image: url("../imgs/elem/sort.png");
        background-position: 0 0;
        background-size: cover;
        background-repeat: no-repeat;
        /* ANIMATIONSCSS */
        -webkit-transition: none;
        -ms-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none; }
      table.custom_table thead .sort.desc i,
      table.custom_table tfoot .sort.desc i {
        background-position: 50% 0; }
      table.custom_table thead .sort.asc i,
      table.custom_table tfoot .sort.asc i {
        background-position: 100% 0; }
      table.custom_table thead .sort:hover,
      table.custom_table tfoot .sort:hover {
        color: #f5f5f5; }
  table.custom_table tbody tr {
    background: #ececec;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    table.custom_table tbody tr:nth-child(even) {
      background: #f5f5f5; }
    table.custom_table tbody tr:hover {
      background: #000000; }
  table.custom_table tbody th,
  table.custom_table tbody td {
    color: #856D47;
    font-weight: 400;
    padding: 1.5rem;
    position: relative;
    color: #856D47;
    font-size: 13px;
    font-size: calc(( 13px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
    line-height: 1.4;
    font-weight: 400;
    vertical-align: middle;
    height: auto;
    border-bottom: 1px solid #fff; }
    table.custom_table tbody th:before,
    table.custom_table tbody td:before {
      content: attr(data-tit);
      display: none;
      padding-right: 5px;
      font-weight: 700;
      line-height: 20px; }
    table.custom_table tbody th a,
    table.custom_table tbody td a {
      color: #856D47;
      font-weight: 600; }
      table.custom_table tbody th a:hover,
      table.custom_table tbody td a:hover {
        color: #000000; }
  @media screen and (max-width: 71.8125em) {
    table.custom_table {
      border-radius: 0; }
      table.custom_table thead {
        display: none; }
      table.custom_table tbody tr {
        /* DISPLAY INLINE BLOCK */
        display: inline-block;
        vertical-align: top;
        width: 50%;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 20px; }
      table.custom_table tbody th,
      table.custom_table tbody td {
        display: inline-block !important;
        vertical-align: top;
        border-bottom: 0;
        width: 100% !important;
        padding: 1rem; }
        table.custom_table tbody th:before,
        table.custom_table tbody td:before {
          display: inline-block; }
      table.custom_table.padded tbody tr {
        width: calc(50% - 10px); }
        table.custom_table.padded tbody tr:nth-child(odd) {
          margin-right: 10px; }
        table.custom_table.padded tbody tr:nth-child(even) {
          margin-left: 10px; }
      table.custom_table.bordered tbody tr {
        border: 1px solid #c5c5c5; }
        table.custom_table.bordered tbody tr:nth-child(even) {
          border-left: 0; }
      table.custom_table.bordered tbody td {
        border-bottom: 1px solid #c5c5c5; }
        table.custom_table.bordered tbody td:last-child {
          border-bottom: 0; }
      table.custom_table.bordered.padded tbody tr {
        border: 1px solid #c5c5c5; }
        table.custom_table.bordered.padded tbody tr:nth-child(even) {
          border-left: 1px solid #c5c5c5; } }
  @media screen and (max-width: 46.8125em) {
    table.custom_table tbody tr {
      width: 100%; }
    table.custom_table.padded tbody tr {
      width: 100%; }
      table.custom_table.padded tbody tr:nth-child(odd) {
        margin-right: 0px; }
      table.custom_table.padded tbody tr:nth-child(even) {
        margin-left: 0px; }
    table.custom_table.bordered tbody tr:nth-child(even) {
      border-left: 1px solid #c5c5c5; } }

.tabs {
  display: table;
  width: 100%;
  border: 0; }
  .tabs::before, .tabs::after {
    display: none; }
  .tabs .tabs-title {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: center;
    /* ANIMATIONSCSS */
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .tabs .tabs-title:last-child {
      border-right: 0; }
    .tabs .tabs-title a {
      font-size: 14px;
      line-height: 25px;
      font-weight: 900;
      color: #856D47;
      padding: 5px 10px;
      position: relative; }
      .tabs .tabs-title a::before, .tabs .tabs-title a::after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        color: #878787;
        border-style: solid;
        /* ANIMATIONSCSS */
        -webkit-transition: transform 0.2s cubic-bezier(1, 0.6, 0, 1);
        -ms-transition: transform 0.2s cubic-bezier(1, 0.6, 0, 1);
        -o-transition: transform 0.2s cubic-bezier(1, 0.6, 0, 1);
        -moz-transition: transform 0.2s cubic-bezier(1, 0.6, 0, 1);
        transition: transform 0.2s cubic-bezier(1, 0.6, 0, 1); }
      .tabs .tabs-title a::before {
        border-width: 1px 0 0;
        /* TRANSFORMS */
        -moz-transform: translateY(calc(100% - 1px));
        -o-transform: translateY(calc(100% - 1px));
        -ms-transform: translateY(calc(100% - 1px));
        -webkit-transform: translateY(calc(100% - 1px));
        transform: translateY(calc(100% - 1px)); }
      .tabs .tabs-title a::after {
        right: -1px;
        left: -1px;
        /* for border-collapse */
        border-width: 0 1px;
        /* TRANSFORMS */
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%; }
      .tabs .tabs-title a:hover {
        color: #000000; }
    .tabs .tabs-title.is-active a {
      color: #000000; }
      .tabs .tabs-title.is-active a::before {
        /* TRANSFORMS */
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition-timing-function: cubic-bezier(1, 0.6, 0, 1.22);
        transition-timing-function: cubic-bezier(1, 0.6, 0, 1.22); }
      .tabs .tabs-title.is-active a::after {
        /* TRANSFORMS */
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-timing-function: cubic-bezier(1, 0.6, 0, 1.22);
        transition-timing-function: cubic-bezier(1, 0.6, 0, 1.22); }

.tabs-content {
  border: 0;
  margin-top: 25px; }

.tabs-panel {
  width: 100%;
  border: 0; }

.tooltip {
  padding: 3rem 2rem;
  color: #856D47;
  font-size: 14px;
  font-size: calc(( 14px - 0px ) + 0 * (100vw - 350px) / (4920 - 350));
  line-height: 1.9;
  font-weight: 400;
  margin-left: -1.5rem;
  margin-top: -2rem;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.35); }
