@charset "UTF-8";
/* In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, .tx-felogin-pi1 > h3 + div, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  box-sizing: border-box;
}

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

ol, ul {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

@font-face {
  font-family: "lovingyouregular";
  src: url("../Fonts/lovingyou-webfont.woff2") format("woff2"), url("../Fonts/lovingyou-webfont.woff") format("woff");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "volteregular";
  src: url("../Fonts/volte-webfont.woff2") format("woff2"), url("../Fonts/volte-webfont.woff") format("woff");
  font-display: fallback;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "voltebold";
  src: url("../Fonts/volte_bold-webfont.woff2") format("woff2"), url("../Fonts/volte_bold-webfont.woff") format("woff");
  font-display: fallback;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "voltemedium";
  src: url("../Fonts/volte_medium-webfont.woff2") format("woff2"), url("../Fonts/volte_medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* dancing-script-700 - latin */
@font-face {
  font-family: "Dancing Script";
  src: url("../Fonts/dancing-script-v25-latin-700.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
/*
 |--------------------------------------------------------------------------
 |  Grid.scss
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Map Deep Get Function
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Map Deep Get Function
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Strip Unit Function
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Default Grid Settings
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Variables
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Center Mixin
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Fluid Mixin
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Make Col Padding Mixin
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Make Col Position Mixin
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Make Col Mixin
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Make Row Margin Mixin
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Make Row Mixin
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Make Section Padding Mixin
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Make Section Mixin
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Vertical Rhythm Mixin
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Vertical Rhythm Mixin
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Col Offset Mixin
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Col Push Mixin
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Col Pull Mixin
 |--------------------------------------------------------------------------
 */
/*
 |--------------------------------------------------------------------------
 |  Section Classes
 |--------------------------------------------------------------------------
 */
[class*=va--section] {
  width: 100%;
  max-width: 1248px;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 321px) {
  [class*=va--section] {
    padding-left: calc(12px + 12 * (100vw - 321px) / (927));
    padding-right: calc(12px + 12 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  [class*=va--section] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
[class*=va--section] {
  margin-left: auto;
  margin-right: auto;
}
[class*=va--section].is-fluid {
  width: 100%;
  max-width: none;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 321px) {
  [class*=va--section].is-fluid {
    padding-left: calc(12px + 12 * (100vw - 321px) / (927));
    padding-right: calc(12px + 12 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  [class*=va--section].is-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
[class*=va--section] > [class*=va--section] {
  padding-top: 0;
  padding-bottom: 0px;
}
@media screen and (min-width: 321px) {
  [class*=va--section] > [class*=va--section] {
    padding-bottom: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  [class*=va--section] > [class*=va--section] {
    padding-bottom: 0px;
  }
}

/*
 |--------------------------------------------------------------------------
 |  Row Classes
 |--------------------------------------------------------------------------
 */
[class^=va--row] {
  width: auto;
  margin-left: -6px;
  margin-right: -6px;
}
@media screen and (min-width: 321px) {
  [class^=va--row] {
    margin-left: calc(-6px + -6 * (100vw - 321px) / (927));
    margin-right: calc(-6px + -6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  [class^=va--row] {
    margin-left: -12px;
    margin-right: -12px;
  }
}
[class^=va--row] {
  display: -ms-flexbox;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

[class^=va--row].no-padding > [class^=va--col] {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 321px) {
  [class^=va--row].no-padding > [class^=va--col] {
    padding-left: calc(0px + 0 * (100vw - 321px) / (927));
    padding-right: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  [class^=va--row].no-padding > [class^=va--col] {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.items-x-start {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}

.items-x-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.items-x-end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.items-x-around {
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}

.items-x-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.items-y-start {
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}

.items-y-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.items-y-end {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}

.items-y-stretch {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}

@media screen and (min-width: 321px) {
  .va--row {
    width: auto;
    margin-left: -6px;
    margin-right: -6px;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 321px) and (min-width: 321px) {
  .va--row {
    margin-left: calc(-6px + -6 * (100vw - 321px) / (927));
    margin-right: calc(-6px + -6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 321px) and (min-width: 1248px) {
  .va--row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media screen and (min-width: 551px) {
  .va--row {
    width: auto;
    margin-left: -6px;
    margin-right: -6px;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 551px) and (min-width: 321px) {
  .va--row {
    margin-left: calc(-6px + -6 * (100vw - 321px) / (927));
    margin-right: calc(-6px + -6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 551px) and (min-width: 1248px) {
  .va--row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media screen and (min-width: 761px) {
  .va--row {
    width: auto;
    margin-left: -6px;
    margin-right: -6px;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 761px) and (min-width: 321px) {
  .va--row {
    margin-left: calc(-6px + -6 * (100vw - 321px) / (927));
    margin-right: calc(-6px + -6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 761px) and (min-width: 1248px) {
  .va--row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media screen and (min-width: 931px) {
  .va--row {
    width: auto;
    margin-left: -6px;
    margin-right: -6px;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 931px) and (min-width: 321px) {
  .va--row {
    margin-left: calc(-6px + -6 * (100vw - 321px) / (927));
    margin-right: calc(-6px + -6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 931px) and (min-width: 1248px) {
  .va--row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media screen and (min-width: 1001px) {
  .va--row {
    width: auto;
    margin-left: -6px;
    margin-right: -6px;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1001px) and (min-width: 321px) {
  .va--row {
    margin-left: calc(-6px + -6 * (100vw - 321px) / (927));
    margin-right: calc(-6px + -6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1001px) and (min-width: 1248px) {
  .va--row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media screen and (min-width: 1151px) {
  .va--row {
    width: auto;
    margin-left: -6px;
    margin-right: -6px;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1151px) and (min-width: 321px) {
  .va--row {
    margin-left: calc(-6px + -6 * (100vw - 321px) / (927));
    margin-right: calc(-6px + -6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1151px) and (min-width: 1248px) {
  .va--row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media screen and (min-width: 1381px) {
  .va--row {
    width: auto;
    margin-left: -6px;
    margin-right: -6px;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1381px) and (min-width: 321px) {
  .va--row {
    margin-left: calc(-6px + -6 * (100vw - 321px) / (927));
    margin-right: calc(-6px + -6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1381px) and (min-width: 1248px) {
  .va--row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media screen and (min-width: 1601px) {
  .va--row {
    width: auto;
    margin-left: -6px;
    margin-right: -6px;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1601px) and (min-width: 321px) {
  .va--row {
    margin-left: calc(-6px + -6 * (100vw - 321px) / (927));
    margin-right: calc(-6px + -6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1601px) and (min-width: 1248px) {
  .va--row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media screen and (min-width: 1248px) {
  .va--row {
    width: auto;
    margin-left: -6px;
    margin-right: -6px;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1248px) and (min-width: 321px) {
  .va--row {
    margin-left: calc(-6px + -6 * (100vw - 321px) / (927));
    margin-right: calc(-6px + -6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) and (min-width: 1248px) {
  .va--row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
/*
 |--------------------------------------------------------------------------
 |  Col Classes
 |--------------------------------------------------------------------------
 */
[class^=va--col] {
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 321px) {
  [class^=va--col] {
    padding-left: calc(6px + 6 * (100vw - 321px) / (927));
    padding-right: calc(6px + 6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  [class^=va--col] {
    padding-left: 12px;
    padding-right: 12px;
  }
}
[class^=va--col] {
  position: relative;
  min-height: 1px;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}

[class^=va--col-] {
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 321px) {
  [class^=va--col-] {
    padding-left: calc(6px + 6 * (100vw - 321px) / (927));
    padding-right: calc(6px + 6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  [class^=va--col-] {
    padding-left: 12px;
    padding-right: 12px;
  }
}
[class^=va--col-] {
  position: relative;
  min-height: 1px;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}

[class^=va--col].no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 321px) {
  [class^=va--col].no-padding {
    padding-left: calc(0px + 0 * (100vw - 321px) / (927));
    padding-right: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  [class^=va--col].no-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 321px) {
  .va--col-0 {
    -webkit-flex: 0 1 0%;
    -moz-flex: 0 1 0%;
    -ms-flex: 0 1 0%;
    flex: 0 1 0%;
    max-width: 0%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-0 {
    margin-right: 0%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-0 {
    margin-left: 0%;
  }
  .va--col-1 {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-1 {
    margin-right: 50%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-1 {
    margin-left: 50%;
  }
  .va--col-2 {
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-2 {
    margin-right: 100%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-2 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 551px) {
  .va--col-xxs-0 {
    -webkit-flex: 0 1 0%;
    -moz-flex: 0 1 0%;
    -ms-flex: 0 1 0%;
    flex: 0 1 0%;
    max-width: 0%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxs-0 {
    margin-right: 0%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxs-0 {
    margin-left: 0%;
  }
  .va--col-xxs-1 {
    -webkit-flex: 0 1 16.6666666667%;
    -moz-flex: 0 1 16.6666666667%;
    -ms-flex: 0 1 16.6666666667%;
    flex: 0 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxs-1 {
    margin-right: 16.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxs-1 {
    margin-left: 16.6666666667%;
  }
  .va--col-xxs-2 {
    -webkit-flex: 0 1 33.3333333333%;
    -moz-flex: 0 1 33.3333333333%;
    -ms-flex: 0 1 33.3333333333%;
    flex: 0 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxs-2 {
    margin-right: 33.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxs-2 {
    margin-left: 33.3333333333%;
  }
  .va--col-xxs-3 {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxs-3 {
    margin-right: 50%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxs-3 {
    margin-left: 50%;
  }
  .va--col-xxs-4 {
    -webkit-flex: 0 1 66.6666666667%;
    -moz-flex: 0 1 66.6666666667%;
    -ms-flex: 0 1 66.6666666667%;
    flex: 0 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxs-4 {
    margin-right: 66.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxs-4 {
    margin-left: 66.6666666667%;
  }
  .va--col-xxs-5 {
    -webkit-flex: 0 1 83.3333333333%;
    -moz-flex: 0 1 83.3333333333%;
    -ms-flex: 0 1 83.3333333333%;
    flex: 0 1 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxs-5 {
    margin-right: 83.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxs-5 {
    margin-left: 83.3333333333%;
  }
  .va--col-xxs-6 {
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxs-6 {
    margin-right: 100%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxs-6 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 761px) {
  .va--col-xs-0 {
    -webkit-flex: 0 1 0%;
    -moz-flex: 0 1 0%;
    -ms-flex: 0 1 0%;
    flex: 0 1 0%;
    max-width: 0%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xs-0 {
    margin-right: 0%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xs-0 {
    margin-left: 0%;
  }
  .va--col-xs-1 {
    -webkit-flex: 0 1 16.6666666667%;
    -moz-flex: 0 1 16.6666666667%;
    -ms-flex: 0 1 16.6666666667%;
    flex: 0 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xs-1 {
    margin-right: 16.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xs-1 {
    margin-left: 16.6666666667%;
  }
  .va--col-xs-2 {
    -webkit-flex: 0 1 33.3333333333%;
    -moz-flex: 0 1 33.3333333333%;
    -ms-flex: 0 1 33.3333333333%;
    flex: 0 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xs-2 {
    margin-right: 33.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xs-2 {
    margin-left: 33.3333333333%;
  }
  .va--col-xs-3 {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xs-3 {
    margin-right: 50%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xs-3 {
    margin-left: 50%;
  }
  .va--col-xs-4 {
    -webkit-flex: 0 1 66.6666666667%;
    -moz-flex: 0 1 66.6666666667%;
    -ms-flex: 0 1 66.6666666667%;
    flex: 0 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xs-4 {
    margin-right: 66.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xs-4 {
    margin-left: 66.6666666667%;
  }
  .va--col-xs-5 {
    -webkit-flex: 0 1 83.3333333333%;
    -moz-flex: 0 1 83.3333333333%;
    -ms-flex: 0 1 83.3333333333%;
    flex: 0 1 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xs-5 {
    margin-right: 83.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xs-5 {
    margin-left: 83.3333333333%;
  }
  .va--col-xs-6 {
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xs-6 {
    margin-right: 100%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xs-6 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 931px) {
  .va--col-s-0 {
    -webkit-flex: 0 1 0%;
    -moz-flex: 0 1 0%;
    -ms-flex: 0 1 0%;
    flex: 0 1 0%;
    max-width: 0%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-s-0 {
    margin-right: 0%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-s-0 {
    margin-left: 0%;
  }
  .va--col-s-1 {
    -webkit-flex: 0 1 8.3333333333%;
    -moz-flex: 0 1 8.3333333333%;
    -ms-flex: 0 1 8.3333333333%;
    flex: 0 1 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-s-1 {
    margin-right: 8.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-s-1 {
    margin-left: 8.3333333333%;
  }
  .va--col-s-2 {
    -webkit-flex: 0 1 16.6666666667%;
    -moz-flex: 0 1 16.6666666667%;
    -ms-flex: 0 1 16.6666666667%;
    flex: 0 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-s-2 {
    margin-right: 16.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-s-2 {
    margin-left: 16.6666666667%;
  }
  .va--col-s-3 {
    -webkit-flex: 0 1 25%;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-s-3 {
    margin-right: 25%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-s-3 {
    margin-left: 25%;
  }
  .va--col-s-4 {
    -webkit-flex: 0 1 33.3333333333%;
    -moz-flex: 0 1 33.3333333333%;
    -ms-flex: 0 1 33.3333333333%;
    flex: 0 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-s-4 {
    margin-right: 33.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-s-4 {
    margin-left: 33.3333333333%;
  }
  .va--col-s-5 {
    -webkit-flex: 0 1 41.6666666667%;
    -moz-flex: 0 1 41.6666666667%;
    -ms-flex: 0 1 41.6666666667%;
    flex: 0 1 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-s-5 {
    margin-right: 41.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-s-5 {
    margin-left: 41.6666666667%;
  }
  .va--col-s-6 {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-s-6 {
    margin-right: 50%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-s-6 {
    margin-left: 50%;
  }
  .va--col-s-7 {
    -webkit-flex: 0 1 58.3333333333%;
    -moz-flex: 0 1 58.3333333333%;
    -ms-flex: 0 1 58.3333333333%;
    flex: 0 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-s-7 {
    margin-right: 58.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-s-7 {
    margin-left: 58.3333333333%;
  }
  .va--col-s-8 {
    -webkit-flex: 0 1 66.6666666667%;
    -moz-flex: 0 1 66.6666666667%;
    -ms-flex: 0 1 66.6666666667%;
    flex: 0 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-s-8 {
    margin-right: 66.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-s-8 {
    margin-left: 66.6666666667%;
  }
  .va--col-s-9 {
    -webkit-flex: 0 1 75%;
    -moz-flex: 0 1 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-s-9 {
    margin-right: 75%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-s-9 {
    margin-left: 75%;
  }
  .va--col-s-10 {
    -webkit-flex: 0 1 83.3333333333%;
    -moz-flex: 0 1 83.3333333333%;
    -ms-flex: 0 1 83.3333333333%;
    flex: 0 1 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-s-10 {
    margin-right: 83.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-s-10 {
    margin-left: 83.3333333333%;
  }
  .va--col-s-11 {
    -webkit-flex: 0 1 91.6666666667%;
    -moz-flex: 0 1 91.6666666667%;
    -ms-flex: 0 1 91.6666666667%;
    flex: 0 1 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-s-11 {
    margin-right: 91.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-s-11 {
    margin-left: 91.6666666667%;
  }
  .va--col-s-12 {
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-s-12 {
    margin-right: 100%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-s-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1001px) {
  .va--col-m-0 {
    -webkit-flex: 0 1 0%;
    -moz-flex: 0 1 0%;
    -ms-flex: 0 1 0%;
    flex: 0 1 0%;
    max-width: 0%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-m-0 {
    margin-right: 0%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-m-0 {
    margin-left: 0%;
  }
  .va--col-m-1 {
    -webkit-flex: 0 1 8.3333333333%;
    -moz-flex: 0 1 8.3333333333%;
    -ms-flex: 0 1 8.3333333333%;
    flex: 0 1 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-m-1 {
    margin-right: 8.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-m-1 {
    margin-left: 8.3333333333%;
  }
  .va--col-m-2 {
    -webkit-flex: 0 1 16.6666666667%;
    -moz-flex: 0 1 16.6666666667%;
    -ms-flex: 0 1 16.6666666667%;
    flex: 0 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-m-2 {
    margin-right: 16.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-m-2 {
    margin-left: 16.6666666667%;
  }
  .va--col-m-3 {
    -webkit-flex: 0 1 25%;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-m-3 {
    margin-right: 25%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-m-3 {
    margin-left: 25%;
  }
  .va--col-m-4 {
    -webkit-flex: 0 1 33.3333333333%;
    -moz-flex: 0 1 33.3333333333%;
    -ms-flex: 0 1 33.3333333333%;
    flex: 0 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-m-4 {
    margin-right: 33.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-m-4 {
    margin-left: 33.3333333333%;
  }
  .va--col-m-5 {
    -webkit-flex: 0 1 41.6666666667%;
    -moz-flex: 0 1 41.6666666667%;
    -ms-flex: 0 1 41.6666666667%;
    flex: 0 1 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-m-5 {
    margin-right: 41.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-m-5 {
    margin-left: 41.6666666667%;
  }
  .va--col-m-6 {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-m-6 {
    margin-right: 50%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-m-6 {
    margin-left: 50%;
  }
  .va--col-m-7 {
    -webkit-flex: 0 1 58.3333333333%;
    -moz-flex: 0 1 58.3333333333%;
    -ms-flex: 0 1 58.3333333333%;
    flex: 0 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-m-7 {
    margin-right: 58.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-m-7 {
    margin-left: 58.3333333333%;
  }
  .va--col-m-8 {
    -webkit-flex: 0 1 66.6666666667%;
    -moz-flex: 0 1 66.6666666667%;
    -ms-flex: 0 1 66.6666666667%;
    flex: 0 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-m-8 {
    margin-right: 66.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-m-8 {
    margin-left: 66.6666666667%;
  }
  .va--col-m-9 {
    -webkit-flex: 0 1 75%;
    -moz-flex: 0 1 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-m-9 {
    margin-right: 75%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-m-9 {
    margin-left: 75%;
  }
  .va--col-m-10 {
    -webkit-flex: 0 1 83.3333333333%;
    -moz-flex: 0 1 83.3333333333%;
    -ms-flex: 0 1 83.3333333333%;
    flex: 0 1 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-m-10 {
    margin-right: 83.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-m-10 {
    margin-left: 83.3333333333%;
  }
  .va--col-m-11 {
    -webkit-flex: 0 1 91.6666666667%;
    -moz-flex: 0 1 91.6666666667%;
    -ms-flex: 0 1 91.6666666667%;
    flex: 0 1 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-m-11 {
    margin-right: 91.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-m-11 {
    margin-left: 91.6666666667%;
  }
  .va--col-m-12 {
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-m-12 {
    margin-right: 100%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-m-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1151px) {
  .va--col-l-0 {
    -webkit-flex: 0 1 0%;
    -moz-flex: 0 1 0%;
    -ms-flex: 0 1 0%;
    flex: 0 1 0%;
    max-width: 0%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-l-0 {
    margin-right: 0%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-l-0 {
    margin-left: 0%;
  }
  .va--col-l-1 {
    -webkit-flex: 0 1 8.3333333333%;
    -moz-flex: 0 1 8.3333333333%;
    -ms-flex: 0 1 8.3333333333%;
    flex: 0 1 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-l-1 {
    margin-right: 8.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-l-1 {
    margin-left: 8.3333333333%;
  }
  .va--col-l-2 {
    -webkit-flex: 0 1 16.6666666667%;
    -moz-flex: 0 1 16.6666666667%;
    -ms-flex: 0 1 16.6666666667%;
    flex: 0 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-l-2 {
    margin-right: 16.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-l-2 {
    margin-left: 16.6666666667%;
  }
  .va--col-l-3 {
    -webkit-flex: 0 1 25%;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-l-3 {
    margin-right: 25%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-l-3 {
    margin-left: 25%;
  }
  .va--col-l-4 {
    -webkit-flex: 0 1 33.3333333333%;
    -moz-flex: 0 1 33.3333333333%;
    -ms-flex: 0 1 33.3333333333%;
    flex: 0 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-l-4 {
    margin-right: 33.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-l-4 {
    margin-left: 33.3333333333%;
  }
  .va--col-l-5 {
    -webkit-flex: 0 1 41.6666666667%;
    -moz-flex: 0 1 41.6666666667%;
    -ms-flex: 0 1 41.6666666667%;
    flex: 0 1 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-l-5 {
    margin-right: 41.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-l-5 {
    margin-left: 41.6666666667%;
  }
  .va--col-l-6 {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-l-6 {
    margin-right: 50%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-l-6 {
    margin-left: 50%;
  }
  .va--col-l-7 {
    -webkit-flex: 0 1 58.3333333333%;
    -moz-flex: 0 1 58.3333333333%;
    -ms-flex: 0 1 58.3333333333%;
    flex: 0 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-l-7 {
    margin-right: 58.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-l-7 {
    margin-left: 58.3333333333%;
  }
  .va--col-l-8 {
    -webkit-flex: 0 1 66.6666666667%;
    -moz-flex: 0 1 66.6666666667%;
    -ms-flex: 0 1 66.6666666667%;
    flex: 0 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-l-8 {
    margin-right: 66.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-l-8 {
    margin-left: 66.6666666667%;
  }
  .va--col-l-9 {
    -webkit-flex: 0 1 75%;
    -moz-flex: 0 1 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-l-9 {
    margin-right: 75%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-l-9 {
    margin-left: 75%;
  }
  .va--col-l-10 {
    -webkit-flex: 0 1 83.3333333333%;
    -moz-flex: 0 1 83.3333333333%;
    -ms-flex: 0 1 83.3333333333%;
    flex: 0 1 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-l-10 {
    margin-right: 83.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-l-10 {
    margin-left: 83.3333333333%;
  }
  .va--col-l-11 {
    -webkit-flex: 0 1 91.6666666667%;
    -moz-flex: 0 1 91.6666666667%;
    -ms-flex: 0 1 91.6666666667%;
    flex: 0 1 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-l-11 {
    margin-right: 91.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-l-11 {
    margin-left: 91.6666666667%;
  }
  .va--col-l-12 {
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-l-12 {
    margin-right: 100%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-l-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1381px) {
  .va--col-xl-0 {
    -webkit-flex: 0 1 0%;
    -moz-flex: 0 1 0%;
    -ms-flex: 0 1 0%;
    flex: 0 1 0%;
    max-width: 0%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xl-0 {
    margin-right: 0%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xl-0 {
    margin-left: 0%;
  }
  .va--col-xl-1 {
    -webkit-flex: 0 1 8.3333333333%;
    -moz-flex: 0 1 8.3333333333%;
    -ms-flex: 0 1 8.3333333333%;
    flex: 0 1 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xl-1 {
    margin-right: 8.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .va--col-xl-2 {
    -webkit-flex: 0 1 16.6666666667%;
    -moz-flex: 0 1 16.6666666667%;
    -ms-flex: 0 1 16.6666666667%;
    flex: 0 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xl-2 {
    margin-right: 16.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .va--col-xl-3 {
    -webkit-flex: 0 1 25%;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xl-3 {
    margin-right: 25%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xl-3 {
    margin-left: 25%;
  }
  .va--col-xl-4 {
    -webkit-flex: 0 1 33.3333333333%;
    -moz-flex: 0 1 33.3333333333%;
    -ms-flex: 0 1 33.3333333333%;
    flex: 0 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xl-4 {
    margin-right: 33.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .va--col-xl-5 {
    -webkit-flex: 0 1 41.6666666667%;
    -moz-flex: 0 1 41.6666666667%;
    -ms-flex: 0 1 41.6666666667%;
    flex: 0 1 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xl-5 {
    margin-right: 41.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .va--col-xl-6 {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xl-6 {
    margin-right: 50%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xl-6 {
    margin-left: 50%;
  }
  .va--col-xl-7 {
    -webkit-flex: 0 1 58.3333333333%;
    -moz-flex: 0 1 58.3333333333%;
    -ms-flex: 0 1 58.3333333333%;
    flex: 0 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xl-7 {
    margin-right: 58.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .va--col-xl-8 {
    -webkit-flex: 0 1 66.6666666667%;
    -moz-flex: 0 1 66.6666666667%;
    -ms-flex: 0 1 66.6666666667%;
    flex: 0 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xl-8 {
    margin-right: 66.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .va--col-xl-9 {
    -webkit-flex: 0 1 75%;
    -moz-flex: 0 1 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xl-9 {
    margin-right: 75%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xl-9 {
    margin-left: 75%;
  }
  .va--col-xl-10 {
    -webkit-flex: 0 1 83.3333333333%;
    -moz-flex: 0 1 83.3333333333%;
    -ms-flex: 0 1 83.3333333333%;
    flex: 0 1 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xl-10 {
    margin-right: 83.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .va--col-xl-11 {
    -webkit-flex: 0 1 91.6666666667%;
    -moz-flex: 0 1 91.6666666667%;
    -ms-flex: 0 1 91.6666666667%;
    flex: 0 1 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xl-11 {
    margin-right: 91.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .va--col-xl-12 {
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xl-12 {
    margin-right: 100%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xl-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1601px) {
  .va--col-xxl-0 {
    -webkit-flex: 0 1 0%;
    -moz-flex: 0 1 0%;
    -ms-flex: 0 1 0%;
    flex: 0 1 0%;
    max-width: 0%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxl-0 {
    margin-right: 0%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxl-0 {
    margin-left: 0%;
  }
  .va--col-xxl-1 {
    -webkit-flex: 0 1 8.3333333333%;
    -moz-flex: 0 1 8.3333333333%;
    -ms-flex: 0 1 8.3333333333%;
    flex: 0 1 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxl-1 {
    margin-right: 8.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .va--col-xxl-2 {
    -webkit-flex: 0 1 16.6666666667%;
    -moz-flex: 0 1 16.6666666667%;
    -ms-flex: 0 1 16.6666666667%;
    flex: 0 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxl-2 {
    margin-right: 16.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .va--col-xxl-3 {
    -webkit-flex: 0 1 25%;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxl-3 {
    margin-right: 25%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxl-3 {
    margin-left: 25%;
  }
  .va--col-xxl-4 {
    -webkit-flex: 0 1 33.3333333333%;
    -moz-flex: 0 1 33.3333333333%;
    -ms-flex: 0 1 33.3333333333%;
    flex: 0 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxl-4 {
    margin-right: 33.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .va--col-xxl-5 {
    -webkit-flex: 0 1 41.6666666667%;
    -moz-flex: 0 1 41.6666666667%;
    -ms-flex: 0 1 41.6666666667%;
    flex: 0 1 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxl-5 {
    margin-right: 41.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .va--col-xxl-6 {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxl-6 {
    margin-right: 50%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxl-6 {
    margin-left: 50%;
  }
  .va--col-xxl-7 {
    -webkit-flex: 0 1 58.3333333333%;
    -moz-flex: 0 1 58.3333333333%;
    -ms-flex: 0 1 58.3333333333%;
    flex: 0 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxl-7 {
    margin-right: 58.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .va--col-xxl-8 {
    -webkit-flex: 0 1 66.6666666667%;
    -moz-flex: 0 1 66.6666666667%;
    -ms-flex: 0 1 66.6666666667%;
    flex: 0 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxl-8 {
    margin-right: 66.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .va--col-xxl-9 {
    -webkit-flex: 0 1 75%;
    -moz-flex: 0 1 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxl-9 {
    margin-right: 75%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxl-9 {
    margin-left: 75%;
  }
  .va--col-xxl-10 {
    -webkit-flex: 0 1 83.3333333333%;
    -moz-flex: 0 1 83.3333333333%;
    -ms-flex: 0 1 83.3333333333%;
    flex: 0 1 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxl-10 {
    margin-right: 83.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .va--col-xxl-11 {
    -webkit-flex: 0 1 91.6666666667%;
    -moz-flex: 0 1 91.6666666667%;
    -ms-flex: 0 1 91.6666666667%;
    flex: 0 1 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxl-11 {
    margin-right: 91.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .va--col-xxl-12 {
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-xxl-12 {
    margin-right: 100%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-xxl-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1248px) {
  .va--col-max-0 {
    -webkit-flex: 0 1 0%;
    -moz-flex: 0 1 0%;
    -ms-flex: 0 1 0%;
    flex: 0 1 0%;
    max-width: 0%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-max-0 {
    margin-right: 0%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-max-0 {
    margin-left: 0%;
  }
  .va--col-max-1 {
    -webkit-flex: 0 1 8.3333333333%;
    -moz-flex: 0 1 8.3333333333%;
    -ms-flex: 0 1 8.3333333333%;
    flex: 0 1 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-max-1 {
    margin-right: 8.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-max-1 {
    margin-left: 8.3333333333%;
  }
  .va--col-max-2 {
    -webkit-flex: 0 1 16.6666666667%;
    -moz-flex: 0 1 16.6666666667%;
    -ms-flex: 0 1 16.6666666667%;
    flex: 0 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-max-2 {
    margin-right: 16.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-max-2 {
    margin-left: 16.6666666667%;
  }
  .va--col-max-3 {
    -webkit-flex: 0 1 25%;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-max-3 {
    margin-right: 25%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-max-3 {
    margin-left: 25%;
  }
  .va--col-max-4 {
    -webkit-flex: 0 1 33.3333333333%;
    -moz-flex: 0 1 33.3333333333%;
    -ms-flex: 0 1 33.3333333333%;
    flex: 0 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-max-4 {
    margin-right: 33.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-max-4 {
    margin-left: 33.3333333333%;
  }
  .va--col-max-5 {
    -webkit-flex: 0 1 41.6666666667%;
    -moz-flex: 0 1 41.6666666667%;
    -ms-flex: 0 1 41.6666666667%;
    flex: 0 1 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-max-5 {
    margin-right: 41.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-max-5 {
    margin-left: 41.6666666667%;
  }
  .va--col-max-6 {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-max-6 {
    margin-right: 50%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-max-6 {
    margin-left: 50%;
  }
  .va--col-max-7 {
    -webkit-flex: 0 1 58.3333333333%;
    -moz-flex: 0 1 58.3333333333%;
    -ms-flex: 0 1 58.3333333333%;
    flex: 0 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-max-7 {
    margin-right: 58.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-max-7 {
    margin-left: 58.3333333333%;
  }
  .va--col-max-8 {
    -webkit-flex: 0 1 66.6666666667%;
    -moz-flex: 0 1 66.6666666667%;
    -ms-flex: 0 1 66.6666666667%;
    flex: 0 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-max-8 {
    margin-right: 66.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-max-8 {
    margin-left: 66.6666666667%;
  }
  .va--col-max-9 {
    -webkit-flex: 0 1 75%;
    -moz-flex: 0 1 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-max-9 {
    margin-right: 75%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-max-9 {
    margin-left: 75%;
  }
  .va--col-max-10 {
    -webkit-flex: 0 1 83.3333333333%;
    -moz-flex: 0 1 83.3333333333%;
    -ms-flex: 0 1 83.3333333333%;
    flex: 0 1 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-max-10 {
    margin-right: 83.3333333333%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-max-10 {
    margin-left: 83.3333333333%;
  }
  .va--col-max-11 {
    -webkit-flex: 0 1 91.6666666667%;
    -moz-flex: 0 1 91.6666666667%;
    -ms-flex: 0 1 91.6666666667%;
    flex: 0 1 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-max-11 {
    margin-right: 91.6666666667%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-max-11 {
    margin-left: 91.6666666667%;
  }
  .va--col-max-12 {
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  [class^=va--row].va--grid-reverse .va--col-offset-max-12 {
    margin-right: 100%;
  }
  [class^=va--row]:not(.va--grid-reverse) .va--col-offset-max-12 {
    margin-left: 100%;
  }
}
/*
 |--------------------------------------------------------------------------
 |  vSpace Classes
 |--------------------------------------------------------------------------
 */
.va--vSpace--1 {
  padding-top: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--1 {
    padding-top: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--1 {
    padding-top: 0px;
  }
}
.va--vSpace--1 {
  padding-bottom: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--1 {
    padding-bottom: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--1 {
    padding-bottom: 0px;
  }
}

.va--vSpace--2 {
  padding-top: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--2 {
    padding-top: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--2 {
    padding-top: 0px;
  }
}
.va--vSpace--2 {
  padding-bottom: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--2 {
    padding-bottom: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--2 {
    padding-bottom: 0px;
  }
}

.va--vSpace--3 {
  padding-top: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--3 {
    padding-top: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--3 {
    padding-top: 0px;
  }
}
.va--vSpace--3 {
  padding-bottom: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--3 {
    padding-bottom: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--3 {
    padding-bottom: 0px;
  }
}

.va--vSpace--4 {
  padding-top: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--4 {
    padding-top: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--4 {
    padding-top: 0px;
  }
}
.va--vSpace--4 {
  padding-bottom: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--4 {
    padding-bottom: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--4 {
    padding-bottom: 0px;
  }
}

.va--vSpace--5 {
  padding-top: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--5 {
    padding-top: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--5 {
    padding-top: 0px;
  }
}
.va--vSpace--5 {
  padding-bottom: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--5 {
    padding-bottom: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--5 {
    padding-bottom: 0px;
  }
}

.va--vSpace--6 {
  padding-top: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--6 {
    padding-top: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--6 {
    padding-top: 0px;
  }
}
.va--vSpace--6 {
  padding-bottom: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--6 {
    padding-bottom: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--6 {
    padding-bottom: 0px;
  }
}

.va--vSpace--7 {
  padding-top: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--7 {
    padding-top: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--7 {
    padding-top: 0px;
  }
}
.va--vSpace--7 {
  padding-bottom: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--7 {
    padding-bottom: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--7 {
    padding-bottom: 0px;
  }
}

.va--vSpace--8 {
  padding-top: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--8 {
    padding-top: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--8 {
    padding-top: 0px;
  }
}
.va--vSpace--8 {
  padding-bottom: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--8 {
    padding-bottom: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--8 {
    padding-bottom: 0px;
  }
}

.va--vSpace--9 {
  padding-top: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--9 {
    padding-top: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--9 {
    padding-top: 0px;
  }
}
.va--vSpace--9 {
  padding-bottom: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--9 {
    padding-bottom: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--9 {
    padding-bottom: 0px;
  }
}

.va--vSpace--10 {
  padding-top: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--10 {
    padding-top: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--10 {
    padding-top: 0px;
  }
}
.va--vSpace--10 {
  padding-bottom: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--10 {
    padding-bottom: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--10 {
    padding-bottom: 0px;
  }
}

.va--vSpace--11 {
  padding-top: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--11 {
    padding-top: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--11 {
    padding-top: 0px;
  }
}
.va--vSpace--11 {
  padding-bottom: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--11 {
    padding-bottom: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--11 {
    padding-bottom: 0px;
  }
}

.va--vSpace--12 {
  padding-top: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--12 {
    padding-top: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--12 {
    padding-top: 0px;
  }
}
.va--vSpace--12 {
  padding-bottom: 0px;
}
@media screen and (min-width: 321px) {
  .va--vSpace--12 {
    padding-bottom: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--vSpace--12 {
    padding-bottom: 0px;
  }
}

/*
 |--------------------------------------------------------------------------
 |  Testing Classes
 |--------------------------------------------------------------------------
 */
[class^=va--section].va--grid-expand {
  max-width: 1648px;
}

[class^=va--section].va--grid-shrink {
  max-width: 1048px;
}

[class^=va--row].va--grid-reverse {
  direction: rtl;
}
[class^=va--row].va--grid-reverse > [class^=va--col] {
  direction: ltr;
}

[class^=va--row].va--grid-fix > [class^=va--col] {
  width: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  grid-column-end: none;
}
@media screen and (min-width: 321px) {
  [class^=va--row].va--grid-fix .va--col-1 {
    max-width: calc(624px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-2 {
    max-width: calc(1248px - (6px + 6 * (100vw - 321px) / (927)));
  }
}
@media screen and (min-width: 551px) {
  [class^=va--row].va--grid-fix .va--col-xxs-1 {
    max-width: calc(208px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xxs-2 {
    max-width: calc(416px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xxs-3 {
    max-width: calc(624px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xxs-4 {
    max-width: calc(832px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xxs-5 {
    max-width: calc(1040px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xxs-6 {
    max-width: calc(1248px - (6px + 6 * (100vw - 321px) / (927)));
  }
}
@media screen and (min-width: 761px) {
  [class^=va--row].va--grid-fix .va--col-xs-1 {
    max-width: calc(208px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xs-2 {
    max-width: calc(416px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xs-3 {
    max-width: calc(624px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xs-4 {
    max-width: calc(832px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xs-5 {
    max-width: calc(1040px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xs-6 {
    max-width: calc(1248px - (6px + 6 * (100vw - 321px) / (927)));
  }
}
@media screen and (min-width: 931px) {
  [class^=va--row].va--grid-fix .va--col-s-1 {
    max-width: calc(104px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-s-2 {
    max-width: calc(208px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-s-3 {
    max-width: calc(312px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-s-4 {
    max-width: calc(416px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-s-5 {
    max-width: calc(520px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-s-6 {
    max-width: calc(624px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-s-7 {
    max-width: calc(728px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-s-8 {
    max-width: calc(832px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-s-9 {
    max-width: calc(936px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-s-10 {
    max-width: calc(1040px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-s-11 {
    max-width: calc(1144px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-s-12 {
    max-width: calc(1248px - (6px + 6 * (100vw - 321px) / (927)));
  }
}
@media screen and (min-width: 1001px) {
  [class^=va--row].va--grid-fix .va--col-m-1 {
    max-width: calc(104px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-m-2 {
    max-width: calc(208px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-m-3 {
    max-width: calc(312px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-m-4 {
    max-width: calc(416px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-m-5 {
    max-width: calc(520px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-m-6 {
    max-width: calc(624px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-m-7 {
    max-width: calc(728px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-m-8 {
    max-width: calc(832px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-m-9 {
    max-width: calc(936px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-m-10 {
    max-width: calc(1040px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-m-11 {
    max-width: calc(1144px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-m-12 {
    max-width: calc(1248px - (6px + 6 * (100vw - 321px) / (927)));
  }
}
@media screen and (min-width: 1151px) {
  [class^=va--row].va--grid-fix .va--col-l-1 {
    max-width: calc(104px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-l-2 {
    max-width: calc(208px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-l-3 {
    max-width: calc(312px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-l-4 {
    max-width: calc(416px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-l-5 {
    max-width: calc(520px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-l-6 {
    max-width: calc(624px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-l-7 {
    max-width: calc(728px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-l-8 {
    max-width: calc(832px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-l-9 {
    max-width: calc(936px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-l-10 {
    max-width: calc(1040px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-l-11 {
    max-width: calc(1144px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-l-12 {
    max-width: calc(1248px - (6px + 6 * (100vw - 321px) / (927)));
  }
}
@media screen and (min-width: 1381px) {
  [class^=va--row].va--grid-fix .va--col-xl-1 {
    max-width: calc(104px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xl-2 {
    max-width: calc(208px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xl-3 {
    max-width: calc(312px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xl-4 {
    max-width: calc(416px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xl-5 {
    max-width: calc(520px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xl-6 {
    max-width: calc(624px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xl-7 {
    max-width: calc(728px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xl-8 {
    max-width: calc(832px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xl-9 {
    max-width: calc(936px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xl-10 {
    max-width: calc(1040px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xl-11 {
    max-width: calc(1144px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xl-12 {
    max-width: calc(1248px - (6px + 6 * (100vw - 321px) / (927)));
  }
}
@media screen and (min-width: 1601px) {
  [class^=va--row].va--grid-fix .va--col-xxl-1 {
    max-width: calc(104px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xxl-2 {
    max-width: calc(208px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xxl-3 {
    max-width: calc(312px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xxl-4 {
    max-width: calc(416px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xxl-5 {
    max-width: calc(520px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xxl-6 {
    max-width: calc(624px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xxl-7 {
    max-width: calc(728px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xxl-8 {
    max-width: calc(832px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xxl-9 {
    max-width: calc(936px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xxl-10 {
    max-width: calc(1040px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xxl-11 {
    max-width: calc(1144px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-xxl-12 {
    max-width: calc(1248px - (6px + 6 * (100vw - 321px) / (927)));
  }
}
@media screen and (min-width: 1248px) {
  [class^=va--row].va--grid-fix .va--col-max-1 {
    max-width: calc(104px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-max-2 {
    max-width: calc(208px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-max-3 {
    max-width: calc(312px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-max-4 {
    max-width: calc(416px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-max-5 {
    max-width: calc(520px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-max-6 {
    max-width: calc(624px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-max-7 {
    max-width: calc(728px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-max-8 {
    max-width: calc(832px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-max-9 {
    max-width: calc(936px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-max-10 {
    max-width: calc(1040px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-max-11 {
    max-width: calc(1144px - (6px + 6 * (100vw - 321px) / (927)));
  }
  [class^=va--row].va--grid-fix .va--col-max-12 {
    max-width: calc(1248px - (6px + 6 * (100vw - 321px) / (927)));
  }
}

#content-main section .va--section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 321px) {
  #content-main section .va--section {
    margin-top: calc(4rem + 4 * (100vw - 321px) / (927));
    margin-bottom: calc(4rem + 4 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #content-main section .va--section {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
#content-main section.va--space-before-widenegative .va--section, #content-main section.va--space-before-negative .va--section, #content-main section.va--space-before-no .va--section {
  margin-top: 0;
}
@media screen and (min-width: 321px) {
  #content-main section.va--space-before-widenegative .va--section, #content-main section.va--space-before-negative .va--section, #content-main section.va--space-before-no .va--section {
    margin-top: calc(0 + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #content-main section.va--space-before-widenegative .va--section, #content-main section.va--space-before-negative .va--section, #content-main section.va--space-before-no .va--section {
    margin-top: 0;
  }
}
#content-main section.va--space-after-widenegative .va--section, #content-main section.va--space-after-negative .va--section, #content-main section.va--space-after-no .va--section {
  margin-bottom: 0;
}
@media screen and (min-width: 321px) {
  #content-main section.va--space-after-widenegative .va--section, #content-main section.va--space-after-negative .va--section, #content-main section.va--space-after-no .va--section {
    margin-bottom: calc(0 + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #content-main section.va--space-after-widenegative .va--section, #content-main section.va--space-after-negative .va--section, #content-main section.va--space-after-no .va--section {
    margin-bottom: 0;
  }
}
#content-main section.va--space-before-wide .va--section {
  margin-top: 7.75rem;
}
@media screen and (min-width: 321px) {
  #content-main section.va--space-before-wide .va--section {
    margin-top: calc(7.75rem + 2.5 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #content-main section.va--space-before-wide .va--section {
    margin-top: 10.25rem;
  }
}
#content-main section.va--space-after-wide .va--section {
  margin-bottom: 7.75rem;
}
@media screen and (min-width: 321px) {
  #content-main section.va--space-after-wide .va--section {
    margin-bottom: calc(7.75rem + 2.5 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #content-main section.va--space-after-wide .va--section {
    margin-bottom: 10.25rem;
  }
}
#content-main section.va--space-before-narrow .va--section {
  margin-top: 2rem;
}
@media screen and (min-width: 321px) {
  #content-main section.va--space-before-narrow .va--section {
    margin-top: calc(2rem + 2 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #content-main section.va--space-before-narrow .va--section {
    margin-top: 4rem;
  }
}
#content-main section.va--space-after-narrow .va--section {
  margin-bottom: 2rem;
}
@media screen and (min-width: 321px) {
  #content-main section.va--space-after-narrow .va--section {
    margin-bottom: calc(2rem + 2 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #content-main section.va--space-after-narrow .va--section {
    margin-bottom: 4rem;
  }
}
#content-main [class^=va--col] {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 321px) {
  #content-main [class^=va--col] {
    margin-top: calc(1rem + 1 * (100vw - 321px) / (927));
    margin-bottom: calc(1rem + 1 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #content-main [class^=va--col] {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1380px) {
  #content-main [class^=va--col].va--hide-xl {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  #content-main [class^=va--col].va--hide-l {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #content-main [class^=va--col].va--hide-m {
    display: none;
  }
}
@media screen and (max-width: 930px) {
  #content-main [class^=va--col].va--hide-s {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  #content-main [class^=va--col].va--hide-xs {
    display: none;
  }
}
#content-main .va--space-before-widenegative > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-before-widenegative > [class^=va--row] > [class^=va--col] {
  margin-top: -2rem;
}
@media screen and (min-width: 321px) {
  #content-main .va--space-before-widenegative > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-before-widenegative > [class^=va--row] > [class^=va--col] {
    margin-top: calc(-2rem + -2 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #content-main .va--space-before-widenegative > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-before-widenegative > [class^=va--row] > [class^=va--col] {
    margin-top: -4rem;
  }
}
#content-main .va--space-before-negative > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-before-negative > [class^=va--row] > [class^=va--col] {
  margin-top: -1rem;
}
@media screen and (min-width: 321px) {
  #content-main .va--space-before-negative > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-before-negative > [class^=va--row] > [class^=va--col] {
    margin-top: calc(-1rem + -1 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #content-main .va--space-before-negative > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-before-negative > [class^=va--row] > [class^=va--col] {
    margin-top: -2rem;
  }
}
#content-main .va--space-before-no > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-before-no > [class^=va--row] > [class^=va--col] {
  margin-top: 0px;
}
@media screen and (min-width: 321px) {
  #content-main .va--space-before-no > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-before-no > [class^=va--row] > [class^=va--col] {
    margin-top: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #content-main .va--space-before-no > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-before-no > [class^=va--row] > [class^=va--col] {
    margin-top: 0px;
  }
}
#content-main .va--space-after-widenegative > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-after-widenegative > [class^=va--row] > [class^=va--col] {
  margin-bottom: -2rem;
}
@media screen and (min-width: 321px) {
  #content-main .va--space-after-widenegative > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-after-widenegative > [class^=va--row] > [class^=va--col] {
    margin-bottom: calc(-2rem + -2 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #content-main .va--space-after-widenegative > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-after-widenegative > [class^=va--row] > [class^=va--col] {
    margin-bottom: -4rem;
  }
}
#content-main .va--space-after-negative > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-after-negative > [class^=va--row] > [class^=va--col] {
  margin-bottom: -1rem;
}
@media screen and (min-width: 321px) {
  #content-main .va--space-after-negative > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-after-negative > [class^=va--row] > [class^=va--col] {
    margin-bottom: calc(-1rem + -1 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #content-main .va--space-after-negative > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-after-negative > [class^=va--row] > [class^=va--col] {
    margin-bottom: -2rem;
  }
}
#content-main .va--space-after-no > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-after-no > [class^=va--row] > [class^=va--col] {
  margin-bottom: 0px;
}
@media screen and (min-width: 321px) {
  #content-main .va--space-after-no > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-after-no > [class^=va--row] > [class^=va--col] {
    margin-bottom: calc(0px + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #content-main .va--space-after-no > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-after-no > [class^=va--row] > [class^=va--col] {
    margin-bottom: 0px;
  }
}
#content-main .va--space-before-wide > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-before-wide > [class^=va--row] > [class^=va--col] {
  margin-top: 2rem;
}
@media screen and (min-width: 321px) {
  #content-main .va--space-before-wide > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-before-wide > [class^=va--row] > [class^=va--col] {
    margin-top: calc(2rem + 2 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #content-main .va--space-before-wide > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-before-wide > [class^=va--row] > [class^=va--col] {
    margin-top: 4rem;
  }
}
#content-main .va--space-after-wide > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-after-wide > [class^=va--row] > [class^=va--col] {
  margin-bottom: 2rem;
}
@media screen and (min-width: 321px) {
  #content-main .va--space-after-wide > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-after-wide > [class^=va--row] > [class^=va--col] {
    margin-bottom: calc(2rem + 2 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #content-main .va--space-after-wide > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-after-wide > [class^=va--row] > [class^=va--col] {
    margin-bottom: 4rem;
  }
}
#content-main .va--space-before-narrow > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-before-narrow > [class^=va--row] > [class^=va--col] {
  margin-top: 0.5rem;
}
@media screen and (min-width: 321px) {
  #content-main .va--space-before-narrow > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-before-narrow > [class^=va--row] > [class^=va--col] {
    margin-top: calc(0.5rem + 0.5 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #content-main .va--space-before-narrow > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-before-narrow > [class^=va--row] > [class^=va--col] {
    margin-top: 1rem;
  }
}
#content-main .va--space-after-narrow > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-after-narrow > [class^=va--row] > [class^=va--col] {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 321px) {
  #content-main .va--space-after-narrow > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-after-narrow > [class^=va--row] > [class^=va--col] {
    margin-bottom: calc(0.5rem + 0.5 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #content-main .va--space-after-narrow > .va--section > [class^=va--row] > [class^=va--col], #content-main .va--space-after-narrow > [class^=va--row] > [class^=va--col] {
    margin-bottom: 1rem;
  }
}

/*#content-main [class^='va--section'],
[class^='va--section'] {
    [class^='va--col'] > *{
        &:first-child {
            [class^='va--col'] {
                @include f(0px, 0px, margin-top);
            }
        }
        &:last-child {
            [class^='va--col'] {
                @include f(0px, 0px, margin-bottom);
            }
        }
    }
}*/
/* Make clicks pass-through */
#nprogress {
  background-color: #ffffff;
  pointer-events: none;
  overflow: hidden;
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s transform cubic-bezier(0.2, 0.09, 0, 0.99) 0.2s;
  -moz-transition: 0.3s transform cubic-bezier(0.2, 0.09, 0, 0.99) 0.2s;
  transition: 0.3s transform cubic-bezier(0.2, 0.09, 0, 0.99) 0.2s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  /*html.page-moved & {
      height: $header-height-small;
  }

  @media screen and (max-width: $width-s) {
      height: $header-height-small;
  }*/
}
html.loaded #nprogress {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

#nprogress .bar {
  background: #864D31;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Fancy blur effect */
#nprogress .peg {
  display: none;
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #cc1d31;
}

.pswp__error-msg a {
  color: #cc1d31;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../Images/photoswipe-default-skin.svg) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../Images/photoswipe-default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

/*.pswp__preloader--active {
    opacity: 1;

    .pswp__preloader__icn {
        // We use .gif in browsers that don't support CSS animation
        background: url(../Images/preloader.gif) 0 0 no-repeat;
    }
}*/
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /*
      The idea of animating inner circle is based on Polymer ("material") loading indicator
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/*!
 * Copyright notice
 *
 * (c) 2018 Georg Wurz <georg@varioous.at>, varioous OG
 *
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
 * free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or
 * (at your option) any later version.
 *
 * The GNU General Public License can be found at
 * https://www.gnu.org/licenses/gpl-3.0.en.html.
 *
 * This script is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * This copyright notice MUST APPEAR in all copies of the script!
 */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*!
 * Copyright notice
 *
 * (c) 2018 Georg Wurz <georg@varioous.at>, varioous OG
 *
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
 * free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or
 * (at your option) any later version.
 *
 * The GNU General Public License can be found at
 * https://www.gnu.org/licenses/gpl-3.0.en.html.
 *
 * This script is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * This copyright notice MUST APPEAR in all copies of the script!
 */
.hamburger {
  padding: 10px 7px;
  cursor: pointer;
  position: relative;
  display: none;
  margin-left: -7px;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
@media screen and (max-width: 1000px) {
  .hamburger {
    display: block;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
}
.hamburger:hover {
  opacity: 0.5;
}

.hamburger-box {
  width: 24px;
  height: 16px;
  display: block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 48px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 48px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 48px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 48px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 48px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 48px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4.8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4.8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4.8px, -6px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4.8px, 6px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4.8px, -6px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4.8px, 6px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 7px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -48px;
  top: -48px;
  transform: translate3d(48px, 48px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -48px;
  top: -48px;
  transform: translate3d(-48px, 48px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 7px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -48px;
  top: 48px;
  transform: translate3d(48px, -48px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -48px;
  top: 48px;
  transform: translate3d(-48px, -48px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.4285714286px, -5px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(3.4285714286px, -5px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 7px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

html {
  font-family: "volteregular", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(65, 57, 43, 0.8);
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 760px) {
  html {
    font-size: 14.4px;
    line-height: 1.62;
  }
}
html #responsive-overlay {
  display: none;
}
@media screen and (max-width: 1000px) {
  html.show-menu body {
    overflow: hidden;
  }
  html.show-menu body #responsive-overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 2;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    -webkit-transition: 0.1s all cubic-bezier(0.2, 0.09, 0, 0.99);
    -moz-transition: 0.1s all cubic-bezier(0.2, 0.09, 0, 0.99);
    transition: 0.1s all cubic-bezier(0.2, 0.09, 0, 0.99);
  }
}
html.show-modal body {
  overflow: hidden;
}

body {
  min-height: 100%;
  width: 100%;
}
body.cke_editable {
  background-color: #a4a4a4;
}
body {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#template {
  background-color: #ffffff;
  min-height: 101vh;
}
#template .template-content {
  box-sizing: border-box;
  overflow: hidden;
  opacity: 1;
  min-height: 101vh;
  background-color: #ffffff;
  -webkit-transition: 0.6s transform cubic-bezier(1, 0, 0.2, 1), 0.6s opacity cubic-bezier(1, 0, 0.2, 1), 0.3s padding-top cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.6s transform cubic-bezier(1, 0, 0.2, 1), 0.6s opacity cubic-bezier(1, 0, 0.2, 1), 0.3s padding-top cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.6s transform cubic-bezier(1, 0, 0.2, 1), 0.6s opacity cubic-bezier(1, 0, 0.2, 1), 0.3s padding-top cubic-bezier(0.2, 0.09, 0, 0.99);
}
#template .template-content.remove {
  opacity: 0;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
}
#template .template-content.current {
  position: fixed;
  z-index: 1030;
  height: 100%;
  width: 100%;
  top: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
#template .template-content.current.animate {
  opacity: 0;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
}
#template .template-content {
  /*html.page-moved & {
      padding-top: $header-height-small;
  }*/
}
.invisible,
#nav-main-anchor {
  display: none;
}

.ce-headline-left,
.text-left {
  text-align: left;
}

.ce-headline-right,
.text-right {
  text-align: right;
}

.ce-headline-center,
.text-center {
  text-align: center;
}

.media-wrapper,
.video-embed {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.media-wrapper iframe,
.media-wrapper video,
.video-embed iframe,
.video-embed video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.big {
  font-size: 1.125rem;
}
@media screen and (max-width: 760px) {
  .big {
    font-size: 1rem;
  }
}

.small {
  font-size: 0.8125rem !important;
}

.serif {
  font-family: "Adamina", "Times", "Times New Roman", sans-serif;
}

.subheadline {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  color: #394439;
  margin-bottom: 0;
  letter-spacing: -0.021em;
}

.h1 {
  font-family: "Adamina", "Times", "Times New Roman", sans-serif;
  font-style: italic;
  font-size: 2.8125rem;
  line-height: 1.2;
  margin-bottom: 1.4em;
  letter-spacing: 0.05em;
  color: rgba(65, 57, 43, 0.9);
}
.h1:last-child {
  margin-bottom: 0;
}
.h1 .hand {
  font-family: "Dancing Script", sans-serif;
  letter-spacing: 0;
  font-size: 3.5em;
  line-height: 0.8;
  font-style: normal;
  -webkit-transform: translateY(-0.08em) skewY(-2deg);
  -moz-transform: translateY(-0.08em) skewY(-2deg);
  -ms-transform: translateY(-0.08em) skewY(-2deg);
  -o-transform: translateY(-0.08em) skewY(-2deg);
  transform: translateY(-0.08em) skewY(-2deg);
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .h1 .hand {
    font-size: 3em;
  }
}
@media only screen and (max-width: 450px) {
  .h1 .hand {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1000px) {
  .h1 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 760px) {
  .h1 {
    font-size: 1.5625rem;
  }
}

.h2 {
  font-family: "voltebold", "Helvetica Neue", "Arial", sans-serif;
  font-size: 1.875rem;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: 0.01em;
  color: rgba(65, 57, 43, 0.9);
}
.h2:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .h2 {
    font-size: 1.5rem;
  }
}

.h3, .tx-felogin-pi1 > h3 {
  font-family: "Adamina", "Times", "Times New Roman", sans-serif;
  font-size: 1.625rem;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(65, 57, 43, 0.9);
}
.h3:last-child, .tx-felogin-pi1 > h3:last-child {
  margin-bottom: 0;
}
.h3 + .subheadline, .tx-felogin-pi1 > h3 + .subheadline {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .h3, .tx-felogin-pi1 > h3 {
    font-size: 1.25rem;
  }
}

.h4 {
  font-family: "voltemedium", "Helvetica Neue", "Arial", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 1.5rem;
  font-weight: 600;
  hyphens: auto;
  color: rgba(65, 57, 43, 0.9);
}
.h4:last-child {
  margin-bottom: 0;
}

.h5 {
  font-weight: 600;
  hyphens: auto;
  color: rgba(65, 57, 43, 0.9);
}

p, .tx-felogin-pi1 > h3 + div {
  margin: 0 0 1.5rem 0;
}
p.less, .tx-felogin-pi1 > h3 + div.less {
  margin-bottom: 0.5rem;
}
p:last-child, .tx-felogin-pi1 > h3 + div:last-child {
  margin-bottom: 0;
}

.cke_editable ul,
.cke_editable ol,
.ce-bodytext ul,
.ce-bodytext ol {
  margin: 0 0 1.5rem 2.2rem;
}
.cke_editable ul:last-child,
.cke_editable ol:last-child,
.ce-bodytext ul:last-child,
.ce-bodytext ol:last-child {
  margin-bottom: 0;
}
.cke_editable ul li,
.cke_editable ol li,
.ce-bodytext ul li,
.ce-bodytext ol li {
  padding-left: 0.5rem;
}

.cke_editable ul,
.ce-bodytext ul {
  list-style-type: disc;
}

.cek_editable ol,
.ce-bodytext ol {
  list-style-type: decimal;
}
.cek_editable ol ul,
.ce-bodytext ol ul {
  margin-bottom: 1.5rem;
}

strong {
  font-weight: 700;
  font-family: "voltebold", "Helvetica Neue", "Arial", sans-serif;
}

figure figcaption {
  display: block;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: italic;
  color: #a4a4a4;
  padding: 0.3125rem 0.625rem;
}

.load-more-wrapper {
  display: block;
  width: 100%;
  text-align: center;
}
.load-more-wrapper .button {
  margin-bottom: 8rem;
}
@media screen and (max-width: 930px) {
  .load-more-wrapper .button {
    margin-bottom: 4rem;
  }
}

.loading-spinner {
  display: block;
  width: 32px;
  height: 32px;
  margin: 2rem auto;
  background-image: url(../Images/icon-loading-spinner.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 32px;
  -webkit-animation: icon-spin 1s infinite cubic-bezier(0.57, 0.16, 0.45, 0.89);
  -moz-animation: icon-spin 1s infinite cubic-bezier(0.57, 0.16, 0.45, 0.89);
  animation: icon-spin 1s infinite cubic-bezier(0.57, 0.16, 0.45, 0.89);
}
@media screen and (max-width: 930px) {
  .loading-spinner {
    padding-bottom: 4rem;
  }
}

.template > .loading-spinner-holder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  display: none;
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: 0.2s all cubic-bezier(0.3, 0.09, 0, 0.99);
  -moz-transition: 0.2s all cubic-bezier(0.3, 0.09, 0, 0.99);
  transition: 0.2s all cubic-bezier(0.3, 0.09, 0, 0.99);
}
.template > .loading-spinner-holder.show {
  display: block;
}
.template > .loading-spinner-holder.animate {
  opacity: 1;
}
.template > .loading-spinner-holder .loading-spinner {
  display: none;
}

.btn-none,
a,
a:active,
a:visited {
  position: relative;
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: #41392B;
  text-decoration: none;
  font-family: "voltemedium", "Helvetica Neue", "Arial", sans-serif;
  font-size: 1rem;
  -webkit-transition: 0.15s color cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.15s color cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.15s color cubic-bezier(0.2, 0.09, 0, 0.99);
  outline: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.btn-none:hover,
a:hover,
a:active:hover,
a:visited:hover {
  text-decoration: none;
  color: #864D31;
}

#content .ce-bodytext a:not(.btn) {
  padding-left: 1px;
  padding-right: 1px;
  display: inline-block;
}
#content .ce-bodytext a:not(.btn):before, #content .ce-bodytext a:not(.btn):after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  left: 0;
  right: 0;
  background-color: rgba(65, 57, 43, 0.7);
}
#content .ce-bodytext a:not(.btn):after {
  background-color: #864D31;
  -webkit-transition: 0.25s transform cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.25s transform cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.25s transform cubic-bezier(0.2, 0.09, 0, 0.99);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
#content .ce-bodytext a:not(.btn):hover, #content .ce-bodytext a:not(.btn):active, #content .ce-bodytext a:not(.btn):focus {
  text-decoration: none;
}
#content .ce-bodytext a:not(.btn):hover:after, #content .ce-bodytext a:not(.btn):active:after, #content .ce-bodytext a:not(.btn):focus:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-none,
a:focus {
  text-decoration: underline;
}

.btn-group {
  margin-right: 1rem;
}
.btn-group:last-child {
  margin-right: 0;
}

.va--full-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 98;
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.cke_editable .btn,
.cke_editable .btn:visited,
.cke_editable .btn:active,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none),
.cke_editable input[type=button]:not(.pswp__button),
.cke_editable input[type=submit]:not(.pswp__button),
#tarteaucitronAlertBig .btn,
#tarteaucitronAlertBig .btn:visited,
#tarteaucitronAlertBig .btn:active,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none),
#tarteaucitronAlertBig input[type=button]:not(.pswp__button),
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button),
.template .btn,
.template .btn:visited,
.template .btn:active,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none),
.template input[type=button]:not(.pswp__button),
.template input[type=submit]:not(.pswp__button),
.va--modal-content-inner .btn,
.va--modal-content-inner .btn:visited,
.va--modal-content-inner .btn:active,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none),
.va--modal-content-inner input[type=button]:not(.pswp__button),
.va--modal-content-inner input[type=submit]:not(.pswp__button) {
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
  color: #ffffff !important;
  background-color: #864D31;
  font-size: 1rem;
  font-family: "voltemedium", "Helvetica Neue", "Arial", sans-serif;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #864D31;
  padding: 1rem 2.5rem 1rem 2.5rem;
  min-width: 230px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 1.5625rem;
  margin: 1rem 1rem 0 0;
  -webkit-transition: 0.1s all cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.1s all cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.1s all cubic-bezier(0.2, 0.09, 0, 0.99);
  outline: none !important;
  -webkit-appearance: none;
}
.cke_editable .btn:after,
.cke_editable .btn:visited:after,
.cke_editable .btn:active:after,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none):after,
.cke_editable input[type=button]:not(.pswp__button):after,
.cke_editable input[type=submit]:not(.pswp__button):after,
#tarteaucitronAlertBig .btn:after,
#tarteaucitronAlertBig .btn:visited:after,
#tarteaucitronAlertBig .btn:active:after,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none):after,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button):after,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button):after,
.template .btn:after,
.template .btn:visited:after,
.template .btn:active:after,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none):after,
.template input[type=button]:not(.pswp__button):after,
.template input[type=submit]:not(.pswp__button):after,
.va--modal-content-inner .btn:after,
.va--modal-content-inner .btn:visited:after,
.va--modal-content-inner .btn:active:after,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none):after,
.va--modal-content-inner input[type=button]:not(.pswp__button):after,
.va--modal-content-inner input[type=submit]:not(.pswp__button):after {
  content: "→";
  position: absolute;
  top: 0;
  right: 1rem;
  padding: 1rem 0;
  width: 1rem;
  height: 1em;
  opacity: 0;
  font-family: "voltemedium", "Helvetica Neue", "Arial", sans-serif;
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
  transform: translateX(1rem);
  -webkit-transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99), 0.2s opacity cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99), 0.2s opacity cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99), 0.2s opacity cubic-bezier(0.2, 0.09, 0, 0.99);
}
.cke_editable .btn:hover,
.cke_editable .btn:visited:hover,
.cke_editable .btn:active:hover,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none):hover,
.cke_editable input[type=button]:not(.pswp__button):hover,
.cke_editable input[type=submit]:not(.pswp__button):hover,
#tarteaucitronAlertBig .btn:hover,
#tarteaucitronAlertBig .btn:visited:hover,
#tarteaucitronAlertBig .btn:active:hover,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none):hover,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button):hover,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button):hover,
.template .btn:hover,
.template .btn:visited:hover,
.template .btn:active:hover,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none):hover,
.template input[type=button]:not(.pswp__button):hover,
.template input[type=submit]:not(.pswp__button):hover,
.va--modal-content-inner .btn:hover,
.va--modal-content-inner .btn:visited:hover,
.va--modal-content-inner .btn:active:hover,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none):hover,
.va--modal-content-inner input[type=button]:not(.pswp__button):hover,
.va--modal-content-inner input[type=submit]:not(.pswp__button):hover {
  background-color: rgb(120.6, 69.3, 44.1);
  border: 2px solid rgb(120.6, 69.3, 44.1);
  padding-left: 2rem;
  padding-right: 3rem;
}
.cke_editable .btn:hover:after,
.cke_editable .btn:visited:hover:after,
.cke_editable .btn:active:hover:after,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none):hover:after,
.cke_editable input[type=button]:not(.pswp__button):hover:after,
.cke_editable input[type=submit]:not(.pswp__button):hover:after,
#tarteaucitronAlertBig .btn:hover:after,
#tarteaucitronAlertBig .btn:visited:hover:after,
#tarteaucitronAlertBig .btn:active:hover:after,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none):hover:after,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button):hover:after,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button):hover:after,
.template .btn:hover:after,
.template .btn:visited:hover:after,
.template .btn:active:hover:after,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none):hover:after,
.template input[type=button]:not(.pswp__button):hover:after,
.template input[type=submit]:not(.pswp__button):hover:after,
.va--modal-content-inner .btn:hover:after,
.va--modal-content-inner .btn:visited:hover:after,
.va--modal-content-inner .btn:active:hover:after,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none):hover:after,
.va--modal-content-inner input[type=button]:not(.pswp__button):hover:after,
.va--modal-content-inner input[type=submit]:not(.pswp__button):hover:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cke_editable .btn:active,
.cke_editable .btn:visited:active,
.cke_editable .btn:active:active,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none):active,
.cke_editable input[type=button]:not(.pswp__button):active,
.cke_editable input[type=submit]:not(.pswp__button):active,
#tarteaucitronAlertBig .btn:active,
#tarteaucitronAlertBig .btn:visited:active,
#tarteaucitronAlertBig .btn:active:active,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none):active,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button):active,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button):active,
.template .btn:active,
.template .btn:visited:active,
.template .btn:active:active,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none):active,
.template input[type=button]:not(.pswp__button):active,
.template input[type=submit]:not(.pswp__button):active,
.va--modal-content-inner .btn:active,
.va--modal-content-inner .btn:visited:active,
.va--modal-content-inner .btn:active:active,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none):active,
.va--modal-content-inner input[type=button]:not(.pswp__button):active,
.va--modal-content-inner input[type=submit]:not(.pswp__button):active {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}
.cke_editable .btn:last-child,
.cke_editable .btn:visited:last-child,
.cke_editable .btn:active:last-child,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none):last-child,
.cke_editable input[type=button]:not(.pswp__button):last-child,
.cke_editable input[type=submit]:not(.pswp__button):last-child,
#tarteaucitronAlertBig .btn:last-child,
#tarteaucitronAlertBig .btn:visited:last-child,
#tarteaucitronAlertBig .btn:active:last-child,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none):last-child,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button):last-child,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button):last-child,
.template .btn:last-child,
.template .btn:visited:last-child,
.template .btn:active:last-child,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none):last-child,
.template input[type=button]:not(.pswp__button):last-child,
.template input[type=submit]:not(.pswp__button):last-child,
.va--modal-content-inner .btn:last-child,
.va--modal-content-inner .btn:visited:last-child,
.va--modal-content-inner .btn:active:last-child,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none):last-child,
.va--modal-content-inner input[type=button]:not(.pswp__button):last-child,
.va--modal-content-inner input[type=submit]:not(.pswp__button):last-child {
  margin-right: 0;
}
.cke_editable .btn.btn-primary-outline,
.cke_editable .btn:visited.btn-primary-outline,
.cke_editable .btn:active.btn-primary-outline,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-primary-outline,
.cke_editable input[type=button]:not(.pswp__button).btn-primary-outline,
.cke_editable input[type=submit]:not(.pswp__button).btn-primary-outline,
#tarteaucitronAlertBig .btn.btn-primary-outline,
#tarteaucitronAlertBig .btn:visited.btn-primary-outline,
#tarteaucitronAlertBig .btn:active.btn-primary-outline,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-primary-outline,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button).btn-primary-outline,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button).btn-primary-outline,
.template .btn.btn-primary-outline,
.template .btn:visited.btn-primary-outline,
.template .btn:active.btn-primary-outline,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-primary-outline,
.template input[type=button]:not(.pswp__button).btn-primary-outline,
.template input[type=submit]:not(.pswp__button).btn-primary-outline,
.va--modal-content-inner .btn.btn-primary-outline,
.va--modal-content-inner .btn:visited.btn-primary-outline,
.va--modal-content-inner .btn:active.btn-primary-outline,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-primary-outline,
.va--modal-content-inner input[type=button]:not(.pswp__button).btn-primary-outline,
.va--modal-content-inner input[type=submit]:not(.pswp__button).btn-primary-outline {
  background-color: transparent;
  color: #864D31 !important;
  border: 2px solid #864D31;
}
.cke_editable .btn.btn-primary-outline:hover,
.cke_editable .btn:visited.btn-primary-outline:hover,
.cke_editable .btn:active.btn-primary-outline:hover,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-primary-outline:hover,
.cke_editable input[type=button]:not(.pswp__button).btn-primary-outline:hover,
.cke_editable input[type=submit]:not(.pswp__button).btn-primary-outline:hover,
#tarteaucitronAlertBig .btn.btn-primary-outline:hover,
#tarteaucitronAlertBig .btn:visited.btn-primary-outline:hover,
#tarteaucitronAlertBig .btn:active.btn-primary-outline:hover,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-primary-outline:hover,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button).btn-primary-outline:hover,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button).btn-primary-outline:hover,
.template .btn.btn-primary-outline:hover,
.template .btn:visited.btn-primary-outline:hover,
.template .btn:active.btn-primary-outline:hover,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-primary-outline:hover,
.template input[type=button]:not(.pswp__button).btn-primary-outline:hover,
.template input[type=submit]:not(.pswp__button).btn-primary-outline:hover,
.va--modal-content-inner .btn.btn-primary-outline:hover,
.va--modal-content-inner .btn:visited.btn-primary-outline:hover,
.va--modal-content-inner .btn:active.btn-primary-outline:hover,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-primary-outline:hover,
.va--modal-content-inner input[type=button]:not(.pswp__button).btn-primary-outline:hover,
.va--modal-content-inner input[type=submit]:not(.pswp__button).btn-primary-outline:hover {
  border-color: transparent !important;
  color: #ffffff !important;
  background-color: #864D31;
}
.cke_editable .btn.btn-secondary,
.cke_editable .btn:visited.btn-secondary,
.cke_editable .btn:active.btn-secondary,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-secondary,
.cke_editable input[type=button]:not(.pswp__button).btn-secondary,
.cke_editable input[type=submit]:not(.pswp__button).btn-secondary,
#tarteaucitronAlertBig .btn.btn-secondary,
#tarteaucitronAlertBig .btn:visited.btn-secondary,
#tarteaucitronAlertBig .btn:active.btn-secondary,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-secondary,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button).btn-secondary,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button).btn-secondary,
.template .btn.btn-secondary,
.template .btn:visited.btn-secondary,
.template .btn:active.btn-secondary,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-secondary,
.template input[type=button]:not(.pswp__button).btn-secondary,
.template input[type=submit]:not(.pswp__button).btn-secondary,
.va--modal-content-inner .btn.btn-secondary,
.va--modal-content-inner .btn:visited.btn-secondary,
.va--modal-content-inner .btn:active.btn-secondary,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-secondary,
.va--modal-content-inner input[type=button]:not(.pswp__button).btn-secondary,
.va--modal-content-inner input[type=submit]:not(.pswp__button).btn-secondary {
  background-color: #394439;
  border: 2px solid #394439;
}
.cke_editable .btn.btn-secondary:hover,
.cke_editable .btn:visited.btn-secondary:hover,
.cke_editable .btn:active.btn-secondary:hover,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-secondary:hover,
.cke_editable input[type=button]:not(.pswp__button).btn-secondary:hover,
.cke_editable input[type=submit]:not(.pswp__button).btn-secondary:hover,
#tarteaucitronAlertBig .btn.btn-secondary:hover,
#tarteaucitronAlertBig .btn:visited.btn-secondary:hover,
#tarteaucitronAlertBig .btn:active.btn-secondary:hover,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-secondary:hover,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button).btn-secondary:hover,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button).btn-secondary:hover,
.template .btn.btn-secondary:hover,
.template .btn:visited.btn-secondary:hover,
.template .btn:active.btn-secondary:hover,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-secondary:hover,
.template input[type=button]:not(.pswp__button).btn-secondary:hover,
.template input[type=submit]:not(.pswp__button).btn-secondary:hover,
.va--modal-content-inner .btn.btn-secondary:hover,
.va--modal-content-inner .btn:visited.btn-secondary:hover,
.va--modal-content-inner .btn:active.btn-secondary:hover,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-secondary:hover,
.va--modal-content-inner input[type=button]:not(.pswp__button).btn-secondary:hover,
.va--modal-content-inner input[type=submit]:not(.pswp__button).btn-secondary:hover {
  background-color: rgb(54.15, 64.6, 54.15);
  border-color: rgb(54.15, 64.6, 54.15);
}
.cke_editable .btn.btn-secondary-outline,
.cke_editable .btn:visited.btn-secondary-outline,
.cke_editable .btn:active.btn-secondary-outline,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-secondary-outline,
.cke_editable input[type=button]:not(.pswp__button).btn-secondary-outline,
.cke_editable input[type=submit]:not(.pswp__button).btn-secondary-outline,
#tarteaucitronAlertBig .btn.btn-secondary-outline,
#tarteaucitronAlertBig .btn:visited.btn-secondary-outline,
#tarteaucitronAlertBig .btn:active.btn-secondary-outline,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-secondary-outline,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button).btn-secondary-outline,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button).btn-secondary-outline,
.template .btn.btn-secondary-outline,
.template .btn:visited.btn-secondary-outline,
.template .btn:active.btn-secondary-outline,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-secondary-outline,
.template input[type=button]:not(.pswp__button).btn-secondary-outline,
.template input[type=submit]:not(.pswp__button).btn-secondary-outline,
.va--modal-content-inner .btn.btn-secondary-outline,
.va--modal-content-inner .btn:visited.btn-secondary-outline,
.va--modal-content-inner .btn:active.btn-secondary-outline,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-secondary-outline,
.va--modal-content-inner input[type=button]:not(.pswp__button).btn-secondary-outline,
.va--modal-content-inner input[type=submit]:not(.pswp__button).btn-secondary-outline {
  background-color: transparent;
  color: #394439 !important;
  border: 2px solid #394439;
}
.cke_editable .btn.btn-secondary-outline:hover,
.cke_editable .btn:visited.btn-secondary-outline:hover,
.cke_editable .btn:active.btn-secondary-outline:hover,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-secondary-outline:hover,
.cke_editable input[type=button]:not(.pswp__button).btn-secondary-outline:hover,
.cke_editable input[type=submit]:not(.pswp__button).btn-secondary-outline:hover,
#tarteaucitronAlertBig .btn.btn-secondary-outline:hover,
#tarteaucitronAlertBig .btn:visited.btn-secondary-outline:hover,
#tarteaucitronAlertBig .btn:active.btn-secondary-outline:hover,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-secondary-outline:hover,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button).btn-secondary-outline:hover,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button).btn-secondary-outline:hover,
.template .btn.btn-secondary-outline:hover,
.template .btn:visited.btn-secondary-outline:hover,
.template .btn:active.btn-secondary-outline:hover,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-secondary-outline:hover,
.template input[type=button]:not(.pswp__button).btn-secondary-outline:hover,
.template input[type=submit]:not(.pswp__button).btn-secondary-outline:hover,
.va--modal-content-inner .btn.btn-secondary-outline:hover,
.va--modal-content-inner .btn:visited.btn-secondary-outline:hover,
.va--modal-content-inner .btn:active.btn-secondary-outline:hover,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-secondary-outline:hover,
.va--modal-content-inner input[type=button]:not(.pswp__button).btn-secondary-outline:hover,
.va--modal-content-inner input[type=submit]:not(.pswp__button).btn-secondary-outline:hover {
  border-color: transparent !important;
  color: #ffffff !important;
  background-color: #394439;
}
.cke_editable .btn.btn-tertiary,
.cke_editable .btn:visited.btn-tertiary,
.cke_editable .btn:active.btn-tertiary,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-tertiary,
.cke_editable input[type=button]:not(.pswp__button).btn-tertiary,
.cke_editable input[type=submit]:not(.pswp__button).btn-tertiary,
#tarteaucitronAlertBig .btn.btn-tertiary,
#tarteaucitronAlertBig .btn:visited.btn-tertiary,
#tarteaucitronAlertBig .btn:active.btn-tertiary,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-tertiary,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button).btn-tertiary,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button).btn-tertiary,
.template .btn.btn-tertiary,
.template .btn:visited.btn-tertiary,
.template .btn:active.btn-tertiary,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-tertiary,
.template input[type=button]:not(.pswp__button).btn-tertiary,
.template input[type=submit]:not(.pswp__button).btn-tertiary,
.va--modal-content-inner .btn.btn-tertiary,
.va--modal-content-inner .btn:visited.btn-tertiary,
.va--modal-content-inner .btn:active.btn-tertiary,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-tertiary,
.va--modal-content-inner input[type=button]:not(.pswp__button).btn-tertiary,
.va--modal-content-inner input[type=submit]:not(.pswp__button).btn-tertiary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #864D31 !important;
}
.cke_editable .btn.btn-tertiary:hover,
.cke_editable .btn:visited.btn-tertiary:hover,
.cke_editable .btn:active.btn-tertiary:hover,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-tertiary:hover,
.cke_editable input[type=button]:not(.pswp__button).btn-tertiary:hover,
.cke_editable input[type=submit]:not(.pswp__button).btn-tertiary:hover,
#tarteaucitronAlertBig .btn.btn-tertiary:hover,
#tarteaucitronAlertBig .btn:visited.btn-tertiary:hover,
#tarteaucitronAlertBig .btn:active.btn-tertiary:hover,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-tertiary:hover,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button).btn-tertiary:hover,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button).btn-tertiary:hover,
.template .btn.btn-tertiary:hover,
.template .btn:visited.btn-tertiary:hover,
.template .btn:active.btn-tertiary:hover,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-tertiary:hover,
.template input[type=button]:not(.pswp__button).btn-tertiary:hover,
.template input[type=submit]:not(.pswp__button).btn-tertiary:hover,
.va--modal-content-inner .btn.btn-tertiary:hover,
.va--modal-content-inner .btn:visited.btn-tertiary:hover,
.va--modal-content-inner .btn:active.btn-tertiary:hover,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-tertiary:hover,
.va--modal-content-inner input[type=button]:not(.pswp__button).btn-tertiary:hover,
.va--modal-content-inner input[type=submit]:not(.pswp__button).btn-tertiary:hover {
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: rgb(242.25, 242.25, 242.25);
}
.cke_editable .btn.btn-tertiary-outline,
.cke_editable .btn:visited.btn-tertiary-outline,
.cke_editable .btn:active.btn-tertiary-outline,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-tertiary-outline,
.cke_editable input[type=button]:not(.pswp__button).btn-tertiary-outline,
.cke_editable input[type=submit]:not(.pswp__button).btn-tertiary-outline,
#tarteaucitronAlertBig .btn.btn-tertiary-outline,
#tarteaucitronAlertBig .btn:visited.btn-tertiary-outline,
#tarteaucitronAlertBig .btn:active.btn-tertiary-outline,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-tertiary-outline,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button).btn-tertiary-outline,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button).btn-tertiary-outline,
.template .btn.btn-tertiary-outline,
.template .btn:visited.btn-tertiary-outline,
.template .btn:active.btn-tertiary-outline,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-tertiary-outline,
.template input[type=button]:not(.pswp__button).btn-tertiary-outline,
.template input[type=submit]:not(.pswp__button).btn-tertiary-outline,
.va--modal-content-inner .btn.btn-tertiary-outline,
.va--modal-content-inner .btn:visited.btn-tertiary-outline,
.va--modal-content-inner .btn:active.btn-tertiary-outline,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-tertiary-outline,
.va--modal-content-inner input[type=button]:not(.pswp__button).btn-tertiary-outline,
.va--modal-content-inner input[type=submit]:not(.pswp__button).btn-tertiary-outline {
  background-color: transparent;
  border: 2px solid #ffffff;
}
.cke_editable .btn.btn-tertiary-outline:hover,
.cke_editable .btn:visited.btn-tertiary-outline:hover,
.cke_editable .btn:active.btn-tertiary-outline:hover,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-tertiary-outline:hover,
.cke_editable input[type=button]:not(.pswp__button).btn-tertiary-outline:hover,
.cke_editable input[type=submit]:not(.pswp__button).btn-tertiary-outline:hover,
#tarteaucitronAlertBig .btn.btn-tertiary-outline:hover,
#tarteaucitronAlertBig .btn:visited.btn-tertiary-outline:hover,
#tarteaucitronAlertBig .btn:active.btn-tertiary-outline:hover,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-tertiary-outline:hover,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button).btn-tertiary-outline:hover,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button).btn-tertiary-outline:hover,
.template .btn.btn-tertiary-outline:hover,
.template .btn:visited.btn-tertiary-outline:hover,
.template .btn:active.btn-tertiary-outline:hover,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-tertiary-outline:hover,
.template input[type=button]:not(.pswp__button).btn-tertiary-outline:hover,
.template input[type=submit]:not(.pswp__button).btn-tertiary-outline:hover,
.va--modal-content-inner .btn.btn-tertiary-outline:hover,
.va--modal-content-inner .btn:visited.btn-tertiary-outline:hover,
.va--modal-content-inner .btn:active.btn-tertiary-outline:hover,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-tertiary-outline:hover,
.va--modal-content-inner input[type=button]:not(.pswp__button).btn-tertiary-outline:hover,
.va--modal-content-inner input[type=submit]:not(.pswp__button).btn-tertiary-outline:hover {
  border-color: transparent !important;
  color: #864D31 !important;
  background-color: #ffffff;
}
.cke_editable .btn.btn-gray,
.cke_editable .btn:visited.btn-gray,
.cke_editable .btn:active.btn-gray,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-gray,
.cke_editable input[type=button]:not(.pswp__button).btn-gray,
.cke_editable input[type=submit]:not(.pswp__button).btn-gray,
#tarteaucitronAlertBig .btn.btn-gray,
#tarteaucitronAlertBig .btn:visited.btn-gray,
#tarteaucitronAlertBig .btn:active.btn-gray,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-gray,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button).btn-gray,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button).btn-gray,
.template .btn.btn-gray,
.template .btn:visited.btn-gray,
.template .btn:active.btn-gray,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-gray,
.template input[type=button]:not(.pswp__button).btn-gray,
.template input[type=submit]:not(.pswp__button).btn-gray,
.va--modal-content-inner .btn.btn-gray,
.va--modal-content-inner .btn:visited.btn-gray,
.va--modal-content-inner .btn:active.btn-gray,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-gray,
.va--modal-content-inner input[type=button]:not(.pswp__button).btn-gray,
.va--modal-content-inner input[type=submit]:not(.pswp__button).btn-gray {
  background-color: #a4a4a4;
  color: #ffffff !important;
}
.cke_editable .btn.btn-gray:hover,
.cke_editable .btn:visited.btn-gray:hover,
.cke_editable .btn:active.btn-gray:hover,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-gray:hover,
.cke_editable input[type=button]:not(.pswp__button).btn-gray:hover,
.cke_editable input[type=submit]:not(.pswp__button).btn-gray:hover,
#tarteaucitronAlertBig .btn.btn-gray:hover,
#tarteaucitronAlertBig .btn:visited.btn-gray:hover,
#tarteaucitronAlertBig .btn:active.btn-gray:hover,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-gray:hover,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button).btn-gray:hover,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button).btn-gray:hover,
.template .btn.btn-gray:hover,
.template .btn:visited.btn-gray:hover,
.template .btn:active.btn-gray:hover,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-gray:hover,
.template input[type=button]:not(.pswp__button).btn-gray:hover,
.template input[type=submit]:not(.pswp__button).btn-gray:hover,
.va--modal-content-inner .btn.btn-gray:hover,
.va--modal-content-inner .btn:visited.btn-gray:hover,
.va--modal-content-inner .btn:active.btn-gray:hover,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-gray:hover,
.va--modal-content-inner input[type=button]:not(.pswp__button).btn-gray:hover,
.va--modal-content-inner input[type=submit]:not(.pswp__button).btn-gray:hover {
  background-color: rgb(138.5, 138.5, 138.5);
}
.cke_editable .btn.btn-small,
.cke_editable .btn:visited.btn-small,
.cke_editable .btn:active.btn-small,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-small,
.cke_editable input[type=button]:not(.pswp__button).btn-small,
.cke_editable input[type=submit]:not(.pswp__button).btn-small,
#tarteaucitronAlertBig .btn.btn-small,
#tarteaucitronAlertBig .btn:visited.btn-small,
#tarteaucitronAlertBig .btn:active.btn-small,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-small,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button).btn-small,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button).btn-small,
.template .btn.btn-small,
.template .btn:visited.btn-small,
.template .btn:active.btn-small,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-small,
.template input[type=button]:not(.pswp__button).btn-small,
.template input[type=submit]:not(.pswp__button).btn-small,
.va--modal-content-inner .btn.btn-small,
.va--modal-content-inner .btn:visited.btn-small,
.va--modal-content-inner .btn:active.btn-small,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none).btn-small,
.va--modal-content-inner input[type=button]:not(.pswp__button).btn-small,
.va--modal-content-inner input[type=submit]:not(.pswp__button).btn-small {
  font-size: 0.875rem;
  padding: 0.8rem 0.8rem;
  max-width: 180px;
}
.cke_editable .btn .loading-spinner-holder,
.cke_editable .btn:visited .loading-spinner-holder,
.cke_editable .btn:active .loading-spinner-holder,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none) .loading-spinner-holder,
.cke_editable input[type=button]:not(.pswp__button) .loading-spinner-holder,
.cke_editable input[type=submit]:not(.pswp__button) .loading-spinner-holder,
#tarteaucitronAlertBig .btn .loading-spinner-holder,
#tarteaucitronAlertBig .btn:visited .loading-spinner-holder,
#tarteaucitronAlertBig .btn:active .loading-spinner-holder,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none) .loading-spinner-holder,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button) .loading-spinner-holder,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button) .loading-spinner-holder,
.template .btn .loading-spinner-holder,
.template .btn:visited .loading-spinner-holder,
.template .btn:active .loading-spinner-holder,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none) .loading-spinner-holder,
.template input[type=button]:not(.pswp__button) .loading-spinner-holder,
.template input[type=submit]:not(.pswp__button) .loading-spinner-holder,
.va--modal-content-inner .btn .loading-spinner-holder,
.va--modal-content-inner .btn:visited .loading-spinner-holder,
.va--modal-content-inner .btn:active .loading-spinner-holder,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none) .loading-spinner-holder,
.va--modal-content-inner input[type=button]:not(.pswp__button) .loading-spinner-holder,
.va--modal-content-inner input[type=submit]:not(.pswp__button) .loading-spinner-holder {
  display: inline;
  position: absolute;
  z-index: 1;
  margin: -0.25em 0 0 0.5em;
}
.cke_editable .btn .loading-spinner-holder .loading-spinner,
.cke_editable .btn:visited .loading-spinner-holder .loading-spinner,
.cke_editable .btn:active .loading-spinner-holder .loading-spinner,
.cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none) .loading-spinner-holder .loading-spinner,
.cke_editable input[type=button]:not(.pswp__button) .loading-spinner-holder .loading-spinner,
.cke_editable input[type=submit]:not(.pswp__button) .loading-spinner-holder .loading-spinner,
#tarteaucitronAlertBig .btn .loading-spinner-holder .loading-spinner,
#tarteaucitronAlertBig .btn:visited .loading-spinner-holder .loading-spinner,
#tarteaucitronAlertBig .btn:active .loading-spinner-holder .loading-spinner,
#tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none) .loading-spinner-holder .loading-spinner,
#tarteaucitronAlertBig input[type=button]:not(.pswp__button) .loading-spinner-holder .loading-spinner,
#tarteaucitronAlertBig input[type=submit]:not(.pswp__button) .loading-spinner-holder .loading-spinner,
.template .btn .loading-spinner-holder .loading-spinner,
.template .btn:visited .loading-spinner-holder .loading-spinner,
.template .btn:active .loading-spinner-holder .loading-spinner,
.template button:not(.pswp__button):not(.slick-dot):not(.btn-none) .loading-spinner-holder .loading-spinner,
.template input[type=button]:not(.pswp__button) .loading-spinner-holder .loading-spinner,
.template input[type=submit]:not(.pswp__button) .loading-spinner-holder .loading-spinner,
.va--modal-content-inner .btn .loading-spinner-holder .loading-spinner,
.va--modal-content-inner .btn:visited .loading-spinner-holder .loading-spinner,
.va--modal-content-inner .btn:active .loading-spinner-holder .loading-spinner,
.va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none) .loading-spinner-holder .loading-spinner,
.va--modal-content-inner input[type=button]:not(.pswp__button) .loading-spinner-holder .loading-spinner,
.va--modal-content-inner input[type=submit]:not(.pswp__button) .loading-spinner-holder .loading-spinner {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  background-size: 1.5em;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .cke_editable .btn,
  .cke_editable .btn:visited,
  .cke_editable .btn:active,
  .cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none),
  .cke_editable input[type=button]:not(.pswp__button),
  .cke_editable input[type=submit]:not(.pswp__button),
  #tarteaucitronAlertBig .btn,
  #tarteaucitronAlertBig .btn:visited,
  #tarteaucitronAlertBig .btn:active,
  #tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none),
  #tarteaucitronAlertBig input[type=button]:not(.pswp__button),
  #tarteaucitronAlertBig input[type=submit]:not(.pswp__button),
  .template .btn,
  .template .btn:visited,
  .template .btn:active,
  .template button:not(.pswp__button):not(.slick-dot):not(.btn-none),
  .template input[type=button]:not(.pswp__button),
  .template input[type=submit]:not(.pswp__button),
  .va--modal-content-inner .btn,
  .va--modal-content-inner .btn:visited,
  .va--modal-content-inner .btn:active,
  .va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none),
  .va--modal-content-inner input[type=button]:not(.pswp__button),
  .va--modal-content-inner input[type=submit]:not(.pswp__button) {
    min-width: 180px;
  }
}
@media screen and (max-width: 550px) {
  .cke_editable .btn,
  .cke_editable .btn:visited,
  .cke_editable .btn:active,
  .cke_editable button:not(.pswp__button):not(.slick-dot):not(.btn-none),
  .cke_editable input[type=button]:not(.pswp__button),
  .cke_editable input[type=submit]:not(.pswp__button),
  #tarteaucitronAlertBig .btn,
  #tarteaucitronAlertBig .btn:visited,
  #tarteaucitronAlertBig .btn:active,
  #tarteaucitronAlertBig button:not(.pswp__button):not(.slick-dot):not(.btn-none),
  #tarteaucitronAlertBig input[type=button]:not(.pswp__button),
  #tarteaucitronAlertBig input[type=submit]:not(.pswp__button),
  .template .btn,
  .template .btn:visited,
  .template .btn:active,
  .template button:not(.pswp__button):not(.slick-dot):not(.btn-none),
  .template input[type=button]:not(.pswp__button),
  .template input[type=submit]:not(.pswp__button),
  .va--modal-content-inner .btn,
  .va--modal-content-inner .btn:visited,
  .va--modal-content-inner .btn:active,
  .va--modal-content-inner button:not(.pswp__button):not(.slick-dot):not(.btn-none),
  .va--modal-content-inner input[type=button]:not(.pswp__button),
  .va--modal-content-inner input[type=submit]:not(.pswp__button) {
    display: table;
  }
}
@media screen and (max-width: 550px) {
  .cke_editable .text-center .btn,
  #tarteaucitronAlertBig .text-center .btn,
  .template .text-center .btn,
  .va--modal-content-inner .text-center .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .cke_editable .text-center .btn:last-child,
  #tarteaucitronAlertBig .text-center .btn:last-child,
  .template .text-center .btn:last-child,
  .va--modal-content-inner .text-center .btn:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}

.tx-felogin-pi1 fieldset legend {
  display: none;
}

.tx-felogin-pi1 fieldset > div,
.form-group {
  margin-bottom: 1.6rem;
}
.tx-felogin-pi1 fieldset > div:last-child,
.form-group:last-child {
  margin-bottom: 0;
}

.input-row {
  margin-bottom: 1.6rem;
}
.input-row::after {
  clear: both;
  content: "";
  display: table;
}
.input-row .input-column {
  width: 50%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  position: relative;
}
.input-row .input-column.full-column {
  float: none;
  width: 100%;
}
.input-row .input-column.small-column {
  width: 14%;
}
.input-row .input-column.medium-column {
  width: 36%;
}
.input-row .input-column:first-child {
  padding-left: 0;
  padding-right: 1rem;
}
.input-row .input-column:last-child {
  padding-right: 0;
}
@media screen and (max-width: 550px) {
  .input-row .input-column {
    float: none !important;
    width: 100% !important;
    margin-bottom: 1.6rem;
    padding: 0 !important;
  }
}
.input-row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 550px) {
  .input-row {
    margin-bottom: 0;
  }
}

fieldset legend,
label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.required {
  color: #cc1d31;
  font-weight: 600;
  margin-left: 0.25em;
}

.file-note {
  margin-top: 0.5rem;
  display: block;
}

.file-field {
  font-size: 1rem;
  line-height: 3.75rem;
  height: 3.75rem;
  padding: 0 0 0 1rem;
  -webkit-transition: 0.2s border cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.2s border cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.2s border cubic-bezier(0.2, 0.09, 0, 0.99);
  box-shadow: 0 0 0 1px #E6E6E6;
  position: relative;
}
.file-field.error {
  box-shadow: 0 0 0 1px #cc1d31;
}
.file-field:after {
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 26px;
  height: 18px;
  background-image: url(../Images/icon-upload.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s border cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.2s border cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.2s border cubic-bezier(0.2, 0.09, 0, 0.99);
}
@media screen and (max-width: 930px) {
  .file-field:after {
    right: 1.5rem;
  }
}
.file-field label {
  padding-right: 4.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-field input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .file-field {
    font-size: 16px;
  }
}

select {
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: 0;
  font-size: 1rem;
  line-height: 3.75rem;
  height: 3.75rem;
  padding: 0 4.5rem 0 1rem;
  -webkit-transition: 0.2s border cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.2s border cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.2s border cubic-bezier(0.2, 0.09, 0, 0.99);
  box-shadow: 0 0 0 1px #E6E6E6;
  color: #41392B;
  font-family: "volteregular", "Helvetica Neue", "Arial", sans-serif;
  border-radius: 0;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none !important;
}
select::-ms-expand {
  display: none;
}
select:focus {
  box-shadow: 0 0 0 2px #864D31;
}
select.error {
  box-shadow: 0 0 0 1px #cc1d31;
}
@media screen and (max-width: 1000px) {
  select {
    font-size: 16px;
  }
}

.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #864D31;
  border-bottom: 2px solid #864D31;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.2s border cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.2s border cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.2s border cubic-bezier(0.2, 0.09, 0, 0.99);
}
@media screen and (max-width: 930px) {
  .select-wrapper:after {
    right: 1.5rem;
  }
}

.checkbox-wrapper {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.625;
}
.checkbox-wrapper label {
  display: inline;
  text-transform: none;
  position: relative;
  cursor: pointer;
}
.checkbox-wrapper .checkbox-label {
  margin-top: 0.3rem;
  display: inline-block;
}
.checkbox-wrapper .checkbox-alt {
  position: absolute;
  left: 0;
  top: -1px;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 0 1px #E6E6E6;
  background-color: #ffffff;
}
.checkbox-wrapper .checkbox-alt:before, .checkbox-wrapper .checkbox-alt:after {
  content: "";
  width: 2px;
  height: 14px;
  border-radius: 1px;
  background-color: #864D31;
  position: absolute;
  top: 8px;
  left: 14px;
  z-index: 1;
  -webkit-transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg) scale(0);
  -moz-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  -o-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}
.checkbox-wrapper .checkbox-alt:after {
  -webkit-transition: 0.2s background-color cubic-bezier(0.2, 0.09, 0, 0.99) 0.2s;
  -moz-transition: 0.2s background-color cubic-bezier(0.2, 0.09, 0, 0.99) 0.2s;
  transition: 0.2s background-color cubic-bezier(0.2, 0.09, 0, 0.99) 0.2s;
  -webkit-transform: rotate(-45deg) scale(0);
  -moz-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  -o-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
}
.checkbox-wrapper input {
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: 0.8rem;
  top: 0.8rem;
}
.checkbox-wrapper input.error + .checkbox-alt {
  box-shadow: 0 0 0 1px #cc1d31;
}
.checkbox-wrapper input:checked + .checkbox-alt {
  box-shadow: inset 0 0 0 2px #864D31;
}
.checkbox-wrapper input:checked + .checkbox-alt:before {
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.checkbox-wrapper input:checked + .checkbox-alt:after {
  -webkit-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -o-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.checkbox-wrapper input:focus + .checkbox-alt {
  box-shadow: inset 0 0 0 2px #864D31;
}

div.error:not(.file-field),
p.error,
.tx-felogin-pi1 > h3 + div.error {
  color: #cc1d31;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.625;
  font-weight: 600;
}

input[type=number],
input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
input[type=date] {
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  line-height: 3.75rem;
  height: 3.75rem;
  padding: 0 1rem;
  -webkit-transition: 0.2s border cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.2s border cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.2s border cubic-bezier(0.2, 0.09, 0, 0.99);
  box-shadow: 0 0 0 1px #E6E6E6;
  font-family: "volteregular", "Helvetica Neue", "Arial", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none !important;
}
input[type=number]:disabled,
input[type=text]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=search]:disabled,
input[type=password]:disabled,
input[type=date]:disabled {
  background-color: white !important;
  color: rgb(199.4, 199.4, 199.4) !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: rgb(199.4, 199.4, 199.4) !important;
}
input[type=number]::-ms-clear,
input[type=text]::-ms-clear,
input[type=email]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=search]::-ms-clear,
input[type=password]::-ms-clear,
input[type=date]::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}
input[type=number]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=date]:focus {
  box-shadow: 0 0 0 2px #864D31;
}
input[type=number].error,
input[type=text].error,
input[type=email].error,
input[type=tel].error,
input[type=search].error,
input[type=password].error,
input[type=date].error {
  box-shadow: 0 0 0 1px #cc1d31;
}
@media screen and (max-width: 1000px) {
  input[type=number],
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=search],
  input[type=password],
  input[type=date] {
    font-size: 16px;
  }
}

textarea {
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  font-family: "volteregular", "Helvetica Neue", "Arial", sans-serif;
  padding: 1rem;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  box-shadow: 0 0 0 1px #E6E6E6;
  -webkit-appearance: none;
  outline: none !important;
}
textarea:focus {
  box-shadow: 0 0 0 2px #864D31;
}
textarea.error {
  box-shadow: 0 0 0 1px #cc1d31;
}
@media screen and (max-width: 1000px) {
  textarea {
    font-size: 16px;
  }
}

/* data-hints */
.hint {
  position: relative;
}
.hint.error:before,
.hint.error .data-hint {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.hint:before,
.hint .data-hint {
  pointer-events: none;
  -webkit-transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  opacity: 0;
}

.hint:before {
  content: "";
  position: absolute;
  z-index: 1000002;
  bottom: 100%;
  left: 50%;
  border: 4px solid transparent;
  border-top-color: #864D31;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  -o-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
}

.hint .data-hint {
  position: absolute;
  z-index: 999;
  bottom: 100%;
  left: auto;
  right: 0;
  font-size: 12px;
  line-height: 1.4;
  background-color: #864D31;
  border: 2px solid #864D31;
  color: #a4a4a4;
  padding: 0.3em 1em;
  margin-bottom: 8px;
  text-align: center;
  min-width: 400px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 930px) {
  .hint .data-hint {
    min-width: 280px;
  }
}

.hint:hover .data-hint,
.hint:focus .data-hint {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.hint:hover:before,
.hint:focus:before {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.input.hint .data-hint {
  margin-left: 0.15em;
}
.input.hint:before {
  margin-left: 0.15em;
}
.input.hint:first-child .data-hint {
  margin-left: -0.15em;
}
.input.hint:first-child:before {
  margin-left: -0.15em;
}

.va--dropdown:before {
  content: "";
  display: none;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: -1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  -webkit-transition: 0.2s all cubic-bezier(0.3, 0.09, 0, 0.99);
  -moz-transition: 0.2s all cubic-bezier(0.3, 0.09, 0, 0.99);
  transition: 0.2s all cubic-bezier(0.3, 0.09, 0, 0.99);
}
.va--dropdown.show:before {
  display: block;
}
.va--dropdown.animate:before {
  opacity: 1;
}
.va--dropdown.closed:before {
  display: none;
}

.va--dropdown-button {
  outline: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.va--dropdown-holder {
  position: absolute;
  right: 0;
  z-index: 1000;
  display: none;
  overflow: hidden;
  width: 100%;
  text-align: left;
  line-height: 1.625rem;
  background-color: #ffffff;
  opacity: 0;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s all cubic-bezier(0.3, 0.09, 0, 0.99);
  -moz-transition: 0.2s all cubic-bezier(0.3, 0.09, 0, 0.99);
  transition: 0.2s all cubic-bezier(0.3, 0.09, 0, 0.99);
}
.va--dropdown-holder.show {
  display: block;
}
.va--dropdown-holder.animate {
  opacity: 1;
}

#breadcrumb {
  padding: 1.3333333333rem 0;
  border-top: 1px solid rgb(238.8, 238.8, 238.8);
  border-bottom: 1px solid rgb(238.8, 238.8, 238.8);
}
#breadcrumb [class^=va--col] {
  text-align: right;
}
@media screen and (max-width: 930px) {
  #breadcrumb [class^=va--col] {
    text-align: center;
  }
}
#breadcrumb ul li {
  display: inline-block;
  margin-right: 0.8rem;
}
#breadcrumb ul li:after {
  content: "/";
  font-size: 0.6em;
  vertical-align: top;
}
#breadcrumb ul li a {
  color: #a4a4a4;
  text-decoration: none;
  display: inline-block;
  margin-right: 0.8rem;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
}
#breadcrumb ul li.current {
  margin-right: 0;
}
#breadcrumb ul li.current:after {
  display: none;
}
#breadcrumb ul li.current a {
  color: #864D31;
  margin-right: 0;
}

#footer-menu [class^=va--col] {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 321px) {
  #footer-menu [class^=va--col] {
    margin-top: calc(1rem + 1 * (100vw - 321px) / (927));
    margin-bottom: calc(1rem + 1 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #footer-menu [class^=va--col] {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
#footer-menu [class^=va--col] [class^=va--col] {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 321px) {
  #footer-menu [class^=va--col] [class^=va--col] {
    margin-top: calc(0 + 0 * (100vw - 321px) / (927));
    margin-bottom: calc(0 + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #footer-menu [class^=va--col] [class^=va--col] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#footer-menu [class^=va--col]:first-child {
  margin-bottom: 0;
}
@media screen and (min-width: 931px) {
  #footer-menu #footer-nav-main .level1 {
    display: inline-block;
    column-count: 2;
    column-gap: 8rem;
  }
}
@media screen and (max-width: 930px) {
  #footer-menu #footer-nav-main {
    text-align: center;
  }
}
@media screen and (max-width: 930px) {
  #footer-menu {
    text-align: center;
  }
}

#footer-logo {
  width: 226px;
}
@media screen and (max-width: 930px) {
  #footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
#footer-logo a {
  display: inline-block;
  vertical-align: middle;
}
#footer-logo a svg {
  display: block;
  width: 100%;
  height: auto;
}

#footer-bar {
  background-color: rgba(65, 57, 43, 0.07);
}
#footer-bar .va--section {
  padding-top: 1.3333333333rem;
  padding-bottom: 1.3333333333rem;
}
@media screen and (max-width: 930px) {
  #footer-bar {
    text-align: center;
  }
}

#nav-base ul.level1 {
  text-align: right;
}
#nav-base ul.level1 > li {
  display: inline-block;
}
#nav-base ul.level1 > li a {
  color: #41392B;
  padding: 0 1rem;
  font-family: "volteregular", "Helvetica Neue", "Arial", sans-serif;
  text-decoration: none;
  -webkit-transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
}
#nav-base ul.level1 > li a:first-child {
  padding-left: 0;
}
#nav-base ul.level1 > li a:hover {
  text-decoration: underline;
}
#nav-base ul.level1 > li:first-child a {
  border-left: 0;
}
#nav-base ul.level1 > li:last-child a {
  padding-right: 0;
}
@media screen and (max-width: 930px) {
  #nav-base ul.level1 {
    text-align: center;
  }
}

#to-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-indent: -99999px;
  font-size: 0;
  overflow: hidden;
  position: fixed;
  top: auto;
  bottom: 0;
  right: 3rem;
  cursor: pointer;
  z-index: 100;
  opacity: 0;
  background-color: #394439;
  -webkit-transform: translateY(0) translateY(100%);
  -moz-transform: translateY(0) translateY(100%);
  -ms-transform: translateY(0) translateY(100%);
  -o-transform: translateY(0) translateY(100%);
  transform: translateY(0) translateY(100%);
  -webkit-transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
}
#to-top:before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9px;
  width: 32px;
  height: 32px;
  background-image: url(../Images/icon-arrow-light.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.4s all cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.4s all cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.4s all cubic-bezier(0.2, 0.09, 0, 0.99);
}
html.no-touchevents #to-top:hover:before {
  -webkit-transform: translateY(-4px) rotate(-90deg);
  -moz-transform: translateY(-4px) rotate(-90deg);
  -ms-transform: translateY(-4px) rotate(-90deg);
  -o-transform: translateY(-4px) rotate(-90deg);
  transform: translateY(-4px) rotate(-90deg);
}
#to-top.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#to-top.bottom {
  box-shadow: none;
}

#header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1040;
  -webkit-transition: 0.2s background-color cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.2s background-color cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.2s background-color cubic-bezier(0.2, 0.09, 0, 0.99);
}
#header > .va--section .va--row {
  margin-top: 0;
  position: relative;
}
#header > .va--section .va--row:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0;
}
#header > .va--section .va--row > [class^=va--col] {
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
#template.sub:not(.menu-invert) #header > .va--section .va--row:before, html.show-menu #header > .va--section .va--row:before, html.page-moved #header > .va--section .va--row:before {
  opacity: 1;
}

#template.sub:not(.menu-invert) .hamburger-inner,
#template.sub:not(.menu-invert) .hamburger-inner::before,
#template.sub:not(.menu-invert) .hamburger-inner::after,
html.show-menu .hamburger-inner,
html.show-menu .hamburger-inner::before,
html.show-menu .hamburger-inner::after {
  background-color: #41392B;
}

#logo {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 72px;
  height: 100px;
  line-height: 100px;
  -webkit-transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
}
#logo a {
  display: inline-block;
  vertical-align: middle;
  width: 226px;
}
#logo a svg {
  display: block;
  width: 100%;
  height: auto;
}
#template.sub:not(.menu-invert) #logo a svg path,
#template.sub:not(.menu-invert) #logo a svg polygon, html.show-menu #logo a svg path,
html.show-menu #logo a svg polygon, html.page-moved #logo a svg path,
html.page-moved #logo a svg polygon {
  fill: #41392B;
}
@media screen and (max-width: 1000px) {
  #logo {
    height: 60px;
    line-height: 60px;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  #logo a {
    width: 146px;
  }
  #logo a svg .brand {
    display: none;
  }
}

.va--mega .va--mega-sub {
  display: none;
}
@media screen and (min-width: 1001px) {
  .va--mega .va--mega-sub {
    position: absolute;
    z-index: 1;
    min-width: 200px;
    display: none;
    margin-top: -1rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    background-color: #ffffff;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.05);
  }
  .va--mega .va--mega-sub > div {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99), 0.2s opacity cubic-bezier(0.2, 0.09, 0, 0.99);
    -moz-transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99), 0.2s opacity cubic-bezier(0.2, 0.09, 0, 0.99);
    transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99), 0.2s opacity cubic-bezier(0.2, 0.09, 0, 0.99);
  }
}
@media screen and (max-width: 1000px) {
  .va--mega .va--mega-sub {
    display: none;
  }
}
.va--mega .va--mega-button {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1001px) {
  .va--mega .va--mega-button > a:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -4rem;
    right: -2rem;
    height: 50px;
    display: none;
  }
}
.va--mega .va--mega-holder {
  display: none;
}
.va--mega.show .level1 > li.is-hover .va--mega-sub {
  display: block;
}
@media screen and (max-width: 1000px) {
  .va--mega.show .level1 > li.is-hover .va--mega-sub {
    display: none;
  }
}
.va--mega.show .level1 > li.is-hover:last-child .va--mega-sub {
  right: 0;
}
.va--mega.show .va--mega-button.has-subpages:hover {
  z-index: 2;
}
.va--mega.show .va--mega-button.has-subpages > a:hover:after {
  display: block;
}
.va--mega.animate .level1 > li.is-hover .va--mega-sub > div {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 930px) {
  .va--mega {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

#nav-main {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 0;
  box-sizing: border-box;
}
#nav-main ul.level1::after {
  clear: both;
  content: "";
  display: table;
}
#nav-main ul.level1 > li {
  float: left;
  position: relative;
  z-index: 1;
}
#nav-main ul.level1 > li > a {
  line-height: 100px;
  height: 100px;
  padding: 0 2rem;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
}
#nav-main ul.level1 > li > a:hover {
  color: #864D31;
}
#nav-main ul.level1 > li > a.is-active, #nav-main ul.level1 > li > a.is-current {
  color: #864D31;
  font-weight: 600;
}
@media screen and (min-width: 1001px) {
  #nav-main ul.level1 > li.is-hover > a {
    font-weight: 600;
    transition: none;
  }
  html:not(.page-moved) #nav-main ul.level1 > li > a {
    color: #ffffff;
  }
  #template.sub:not(.menu-invert) #nav-main ul.level1 > li > a, html.show-menu #nav-main ul.level1 > li > a {
    color: #41392B;
  }
  #template.sub:not(.menu-invert) #nav-main ul.level1 > li > a:hover, html.show-menu #nav-main ul.level1 > li > a:hover {
    color: #864D31;
  }
}
@media screen and (max-width: 1000px) {
  #nav-main {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    max-height: calc(100vh - 60px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 0;
    z-index: -2;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.2s all cubic-bezier(0.2, 0.09, 0, 0.99);
    -moz-transition: 0.2s all cubic-bezier(0.2, 0.09, 0, 0.99);
    transition: 0.2s all cubic-bezier(0.2, 0.09, 0, 0.99);
  }
  #nav-main ul.level1 > li {
    float: none;
  }
  #nav-main ul.level1 > li > a {
    line-height: 60px;
    height: 60px;
    border-top: 1px solid rgb(238.8, 238.8, 238.8);
    font-size: 1.25rem;
    padding-right: 60px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 321px) {
  #nav-main ul.level1 > li > a {
    padding-left: calc(12px + 12 * (100vw - 321px) / (927));
  }
}
@media screen and (max-width: 1000px) and (min-width: 1248px) {
  #nav-main ul.level1 > li > a {
    padding-left: 24px;
  }
}
@media screen and (max-width: 1000px) {
  #nav-main ul.level1 > li > a:before {
    display: none;
  }
  #nav-main ul.level1 > li.has-subpages > span {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    border-left: 1px solid rgb(238.8, 238.8, 238.8);
    outline: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  #nav-main ul.level1 > li.has-subpages > span:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #864D31;
    border-right: 2px solid #864D31;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(135deg);
    -o-transform: translateY(-50%) translateX(-50%) rotate(135deg);
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
    -webkit-transition: 0.2s border cubic-bezier(0.2, 0.09, 0, 0.99);
    -moz-transition: 0.2s border cubic-bezier(0.2, 0.09, 0, 0.99);
    transition: 0.2s border cubic-bezier(0.2, 0.09, 0, 0.99);
  }
  #nav-main ul.level1 > li.has-subpages:after {
    display: none !important;
  }
  #nav-main ul.level1 > li.has-subpages.is-hover .va--mega-sub {
    display: block;
  }
  #nav-main ul.level1 > li.has-subpages.is-hover > span:after {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  }
  #nav-main ul.level1 > li:last-child > a {
    border-bottom: 1px solid rgb(238.8, 238.8, 238.8);
  }
  #nav-main ul.level1 > li:last-child > a.is-current {
    border-bottom: none;
  }
  #nav-main ul.level1 > li:last-child > a.show {
    border-bottom: none;
  }
  #nav-main > .nav-main-scrollarea {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-height: calc(100vh - 60px);
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  html.show-menu #nav-main {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 930px) {
  #nav-main ul.level1 > li.has-subpages > span {
    right: 0;
  }
}

@media screen and (min-width: 1001px) {
  .nav-sub {
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1001px) and (min-width: 321px) {
  .nav-sub {
    padding-left: calc(0 + 0 * (100vw - 321px) / (927));
    padding-right: calc(0 + 0 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1001px) and (min-width: 1248px) {
  .nav-sub {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .nav-sub {
    margin-top: -1px;
    background-color: #f9f9f9;
    text-align: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .nav-sub:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -50px;
    left: -50px;
    right: -50px;
    height: 50px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  }
  .nav-sub .small {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .nav-sub .nav-sub-entry {
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
  }
  .nav-sub .nav-sub-entry:last-child {
    border-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .nav-sub .nav-sub-entry {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 321px) {
  .nav-sub .nav-sub-entry {
    margin-left: calc(24px + 24 * (100vw - 321px) / (927));
    margin-right: calc(24px + 24 * (100vw - 321px) / (927));
  }
}
@media screen and (max-width: 1000px) and (min-width: 1248px) {
  .nav-sub .nav-sub-entry {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media screen and (max-width: 1000px) {
  .nav-sub .nav-sub-entry:first-child {
    margin-top: 1rem;
  }
  .nav-sub .nav-sub-entry:last-child {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1001px) {
  .nav-sub .nav-sub-headline {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
  }
  .nav-sub .nav-sub-headline > span, .nav-sub .nav-sub-headline > a {
    color: #41392B;
    display: inline-block;
    text-decoration: none;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    -webkit-transition: 0.2s color cubic-bezier(0.2, 0.09, 0, 0.99);
    -moz-transition: 0.2s color cubic-bezier(0.2, 0.09, 0, 0.99);
    transition: 0.2s color cubic-bezier(0.2, 0.09, 0, 0.99);
  }
  .nav-sub .nav-sub-headline > span:hover, .nav-sub .nav-sub-headline > a:hover {
    color: #864D31;
  }
  .nav-sub .nav-sub-headline > a.is-active, .nav-sub .nav-sub-headline > a.is-current {
    color: #864D31;
    font-weight: 600;
  }
}
@media screen and (max-width: 1000px) {
  .nav-sub .nav-sub-headline > span {
    display: none;
  }
  .nav-sub .nav-sub-headline > a {
    display: inline-block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    text-decoration: none;
  }
  .nav-sub .nav-sub-headline > a.is-active, .nav-sub .nav-sub-headline > a.is-current {
    font-weight: 600;
  }
}
@media screen and (min-width: 1001px) {
  .nav-sub ul.level3 li a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0.3rem 2.5rem;
    font-weight: 400;
    line-height: 1.25;
    font-size: 0.875rem;
    /*&:before {
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        background-color: $color-gray-lighter;
        @include transition(.2s opacity $default-transition);
    }*/
  }
  .nav-sub ul.level3 li a span {
    display: block;
  }
  .nav-sub ul.level3 li a span:first-child {
    font-weight: 600;
  }
  .nav-sub ul.level3 li a span:last-child:not(:first-child) {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .nav-sub ul.level3 li a {
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.5;
    padding: 0.5rem 0;
  }
  .nav-sub ul.level3 li a span:last-child:not(:first-child) {
    display: none;
  }
}
.nav-sub ul.level3 li a.is-active, .nav-sub ul.level3 li a.is-current {
  color: #864D31;
}
.nav-sub ul.level3 li a:hover:before {
  opacity: 1;
}
.nav-sub ul.level3 li a:hover span:first-child {
  color: #864D31;
}
@media screen and (max-width: 1000px) {
  .nav-sub ul.level3 {
    margin-left: 1rem;
  }
}

#nav-search {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  #nav-search {
    display: none;
  }
}

#content-header {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  margin-left: 0;
  margin-right: 0;
  min-width: 31px;
}
@media screen and (max-width: 1000px) {
  #content-header {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3;
  }
}

#content-main img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.4s opacity cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.4s opacity cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.4s opacity cubic-bezier(0.2, 0.09, 0, 0.99);
}

.va--bg-white {
  background-color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 24px;
}
@media screen and (min-width: 321px) {
  .va--bg-white {
    padding: calc(24px + 24 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--bg-white {
    padding: 48px;
  }
}

.va--bg-gray {
  background-color: #f9f9f9;
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
}

.va--bg-primary {
  background-color: rgba(134, 77, 49, 0.1);
  border-top: 1px solid rgba(134, 77, 49, 0);
  border-bottom: 1px solid rgba(134, 77, 49, 0);
}

.va--bg-secondary {
  background-color: #864D31;
  border-top: 1px solid #864D31;
  border-bottom: 1px solid #864D31;
}

.va--fullsize .image-container,
.va--fullsize .image-container span,
.va--fullsize .image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .va--fullsize .image-container,
  .va--fullsize .image-container span,
  .va--fullsize .image {
    background-attachment: scroll !important;
  }
}

.va--ce-ImageSlider .slider,
.va--ce-ImageSlider .slick-list,
.va--ce-ImageSlider .slick-track,
.va--ce-ImageSlider .slide {
  height: 100%;
}
.va--ce-ImageSlider .slider {
  max-width: none;
  padding: 0;
  position: relative;
}
.va--ce-ImageSlider .slider .slide {
  position: relative;
  outline: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.va--ce-ImageSlider .slider .slide a {
  outline: none;
}
.va--ce-ImageSlider .slider .slide {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.va--ce-ImageSlider .slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
}
.va--ce-ImageSlider .slider .slick-track {
  opacity: 0;
  position: relative;
  left: 0;
  top: 0;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.va--ce-ImageSlider .slider:not(.slick-custom-paging) .slick-dots {
  position: absolute;
  z-index: 1;
  bottom: 2.6666666667rem;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 321px) {
  .va--ce-ImageSlider .slider:not(.slick-custom-paging) .slick-dots {
    padding-left: calc(6px + 6 * (100vw - 321px) / (927));
    padding-right: calc(6px + 6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--ce-ImageSlider .slider:not(.slick-custom-paging) .slick-dots {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 930px) {
  .va--ce-ImageSlider .slider:not(.slick-custom-paging) .slick-dots {
    bottom: 1.3333333333rem;
  }
}
.va--ce-ImageSlider .slider:not(.slick-custom-paging) .slick-dots li {
  display: inline-block;
  margin: 0.3rem;
}
.va--ce-ImageSlider .slider:not(.slick-custom-paging) .slick-dots li button {
  border: 0;
  width: 15px;
  height: 15px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  padding: 0;
  background: none;
  position: relative;
  outline: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.va--ce-ImageSlider .slider:not(.slick-custom-paging) .slick-dots li button:before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.va--ce-ImageSlider .slider:not(.slick-custom-paging) .slick-dots li.slick-active button:before {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.85);
}
.va--ce-ImageSlider .slider:not(.slick-custom-paging) .slick-dots li:hover button:before {
  background-color: #ffffff;
}
.va--ce-ImageSlider .slider.slick-custom-paging .slick-dots {
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 2.6666666667rem;
}
@media screen and (max-width: 930px) {
  .va--ce-ImageSlider .slider.slick-custom-paging .slick-dots {
    bottom: 1.3333333333rem;
  }
}
.va--ce-ImageSlider .slider.slick-custom-paging .slick-dots li {
  display: inline-block;
}
.va--ce-ImageSlider .slider.slick-custom-paging .slick-dots li a {
  font-size: 1.125rem;
  line-height: 1.2rem;
  margin: 0 1rem;
  text-transform: uppercase;
  text-decoration: none;
  outline: none !important;
  padding: 0.2rem 0.5rem;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 550px) {
  .va--ce-ImageSlider .slider.slick-custom-paging .slick-dots li a {
    margin: 0 0.5rem;
    font-size: 1rem;
  }
}
.va--ce-ImageSlider .slider.slick-custom-paging .slick-dots li.slick-active a {
  font-weight: 600;
}
.va--ce-ImageSlider .slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: 6px;
}
@media screen and (min-width: 321px) {
  .va--ce-ImageSlider .slider .slick-arrow {
    left: calc(6px + 6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--ce-ImageSlider .slider .slick-arrow {
    left: 12px;
  }
}
.va--ce-ImageSlider .slider .slick-arrow {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  cursor: pointer;
  z-index: 1;
  border-radius: 100%;
  -webkit-transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
}
.va--ce-ImageSlider .slider .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 32px;
  height: 32px;
  background-image: url(../Images/icon-arrow-light.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.va--ce-ImageSlider .slider .slick-arrow.next {
  left: auto;
  right: 6px;
}
@media screen and (min-width: 321px) {
  .va--ce-ImageSlider .slider .slick-arrow.next {
    right: calc(6px + 6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--ce-ImageSlider .slider .slick-arrow.next {
    right: 12px;
  }
}
.va--ce-ImageSlider .slider .slick-arrow.next:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.va--ce-ImageSlider .slider .slick-arrow:hover:before {
  -webkit-animation: arrow-move-left 0.65s cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-animation: arrow-move-left 0.65s cubic-bezier(0.2, 0.09, 0, 0.99);
  animation: arrow-move-left 0.65s cubic-bezier(0.2, 0.09, 0, 0.99);
}
.va--ce-ImageSlider .slider .slick-arrow:hover.next:before {
  -webkit-animation: arrow-move-right 0.65s cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-animation: arrow-move-right 0.65s cubic-bezier(0.2, 0.09, 0, 0.99);
  animation: arrow-move-right 0.65s cubic-bezier(0.2, 0.09, 0, 0.99);
}

@media screen and (min-width: 1151px) {
  .va--ce-ImageText .va--row:not(.va--grid-reverse) .va--ce-Image {
    margin-left: -20%;
  }
  .va--ce-ImageText .va--row.va--grid-reverse .va--ce-Image {
    margin-right: -20%;
  }
}
@media screen and (min-width: 1381px) {
  .va--ce-ImageText .va--row:not(.va--grid-reverse) .va--ce-Image {
    margin-left: -48%;
  }
  .va--ce-ImageText .va--row.va--grid-reverse .va--ce-Image {
    margin-right: -48%;
  }
}
@media screen and (min-width: 1601px) {
  .va--ce-ImageText .va--row:not(.va--grid-reverse) .va--ce-Image {
    margin-left: -76%;
  }
  .va--ce-ImageText .va--row.va--grid-reverse .va--ce-Image {
    margin-right: -76%;
  }
}

.va--ce-BoxSlider .slider,
.va--ce-BoxSlider .slick-list,
.va--ce-BoxSlider .slick-track {
  height: 100%;
}
.va--ce-BoxSlider .slider {
  margin-left: -6px;
  margin-right: -6px;
}
@media screen and (min-width: 321px) {
  .va--ce-BoxSlider .slider {
    margin-left: calc(-6px + -6 * (100vw - 321px) / (927));
    margin-right: calc(-6px + -6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--ce-BoxSlider .slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.va--ce-BoxSlider .slider {
  max-width: none;
  padding: 0;
  position: relative;
}
.va--ce-BoxSlider .slider .slide {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 321px) {
  .va--ce-BoxSlider .slider .slide {
    padding-left: calc(6px + 6 * (100vw - 321px) / (927));
    padding-right: calc(6px + 6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--ce-BoxSlider .slider .slide {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.va--ce-BoxSlider .slider .slide {
  outline: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.va--ce-BoxSlider .slider .slide a {
  outline: none;
}
.va--ce-BoxSlider .slider .slide {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.va--ce-BoxSlider .slider .slick-list {
  position: relative;
  display: block;
}
.va--ce-BoxSlider .slider .slick-track {
  opacity: 0;
  position: relative;
  left: 0;
  top: 0;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.va--ce-BoxSlider .slider .slick-initialized .slick-slide {
  display: block;
}
.va--ce-BoxSlider .slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: 6px;
}
@media screen and (min-width: 321px) {
  .va--ce-BoxSlider .slider .slick-arrow {
    left: calc(6px + 6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--ce-BoxSlider .slider .slick-arrow {
    left: 12px;
  }
}
.va--ce-BoxSlider .slider .slick-arrow {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 0 0 -14px;
  width: 52px;
  height: 52px;
  cursor: pointer;
  z-index: 1;
  border-radius: 100%;
  background-color: rgba(134, 77, 49, 0.8);
  -webkit-transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
}
.va--ce-BoxSlider .slider .slick-arrow.slick-disabled {
  background-color: rgba(134, 77, 49, 0.3);
}
.va--ce-BoxSlider .slider .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 32px;
  height: 32px;
  background-image: url(../Images/icon-arrow-light.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.va--ce-BoxSlider .slider .slick-arrow.next {
  left: auto;
  margin: 0 -14px 0 0;
  right: 6px;
}
@media screen and (min-width: 321px) {
  .va--ce-BoxSlider .slider .slick-arrow.next {
    right: calc(6px + 6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--ce-BoxSlider .slider .slick-arrow.next {
    right: 12px;
  }
}
.va--ce-BoxSlider .slider .slick-arrow.next:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.va--ce-BoxSlider .slider .slick-arrow:hover {
  background-color: #864D31;
}
.va--ce-BoxSlider .slider .slick-arrow:hover:before {
  -webkit-animation: arrow-move-left 0.65s cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-animation: arrow-move-left 0.65s cubic-bezier(0.2, 0.09, 0, 0.99);
  animation: arrow-move-left 0.65s cubic-bezier(0.2, 0.09, 0, 0.99);
}
.va--ce-BoxSlider .slider .slick-arrow:hover.next:before {
  -webkit-animation: arrow-move-right 0.65s cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-animation: arrow-move-right 0.65s cubic-bezier(0.2, 0.09, 0, 0.99);
  animation: arrow-move-right 0.65s cubic-bezier(0.2, 0.09, 0, 0.99);
}
.va--ce-BoxSlider .slider .slick-dots {
  margin-top: 1.3333333333rem;
  text-align: center;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 321px) {
  .va--ce-BoxSlider .slider .slick-dots {
    padding-left: calc(6px + 6 * (100vw - 321px) / (927));
    padding-right: calc(6px + 6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--ce-BoxSlider .slider .slick-dots {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.va--ce-BoxSlider .slider .slick-dots li {
  display: inline-block;
  margin: 0.3rem;
}
.va--ce-BoxSlider .slider .slick-dots li button {
  border: 0;
  width: 15px;
  height: 15px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  padding: 0;
  background: none;
  position: relative;
  outline: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.va--ce-BoxSlider .slider .slick-dots li button:before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  background-color: rgba(134, 77, 49, 0.7);
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.va--ce-BoxSlider .slider .slick-dots li.slick-active button:before {
  width: 14px;
  height: 14px;
  background-color: rgba(134, 77, 49, 0.85);
}
.va--ce-BoxSlider .slider .slick-dots li:hover button:before {
  background-color: #864D31;
}

.va--ce-BackgroundText {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.va--ce-BackgroundText video {
  position: absolute;
  z-index: 0;
  margin: 0;
  padding: 0;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.va--ce-BackgroundText video.left {
  object-position: left;
}
.va--ce-BackgroundText video.right {
  object-position: right;
}
.va--ce-BackgroundText .video-preview {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.va--ce-BackgroundText .video-preview:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.va--ce-Box {
  height: 100%;
}
.va--ce-Box .va--row {
  height: 100%;
}
.va--ce-Box .box {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  height: 100%;
  max-width: calc(416px - (6px + 6 * (100vw - 321px) / (927)));
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.va--ce-Box .box.va--bg-gray {
  border-left: 1px solid rgb(238.8, 238.8, 238.8);
  border-right: 1px solid rgb(238.8, 238.8, 238.8);
}
@media screen and (max-width: 550px) {
  .va--ce-Box .box {
    max-width: 320px;
    width: calc(100vw - 36px);
  }
}
.va--ce-Box .va--ce-Image {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.va--ce-Box .va--ce-Image .image img {
  margin-left: auto;
  margin-right: auto;
}
.va--ce-Box .va--ce-Text {
  padding: 2rem;
  -webkit-flex: 2 0 auto;
  -moz-flex: 2 0 auto;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto;
}
.va--ce-Box .va--more {
  padding: 0 2rem 2rem 2rem;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.va--ce-Blockquote .quote {
  font-size: 1.5rem;
  font-family: "Adamina", "Times", "Times New Roman", sans-serif;
  line-height: 1.5;
  font-weight: normal;
  hyphens: auto;
  padding: 0 2.3rem;
  quotes: "«" "»" "‹" "›";
}
.va--ce-Blockquote .quote:before {
  content: open-quote;
  letter-spacing: -0.27em;
  font-family: "Raanana", "Helvetica Neue", "Arial", sans-serif;
  position: absolute;
  z-index: 1;
  margin-left: -2.3rem;
}
.va--ce-Blockquote .quote:after {
  content: close-quote;
  letter-spacing: -0.27em;
  font-family: "Raanana", "Helvetica Neue", "Arial", sans-serif;
  margin-left: 1rem;
}
.va--ce-Blockquote .author {
  font-family: "voltemedium", "Helvetica Neue", "Arial", sans-serif;
  margin-top: 1.5rem;
  padding-left: 1.2rem;
  letter-spacing: 0.025em;
}
.va--ce-Blockquote .author .role {
  color: #394439;
  font-size: 0.875rem;
  display: block;
  font-family: "Adamina", "Times", "Times New Roman", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  /*
  &:before {
      content: ' | ';
      color: $color-gray-dark;
  }ln -s typo3_src-8.7.24 typo3_src
  */
}

.va--ce-ImageGallery .va--lightbox-container {
  z-index: 1;
  margin-top: 6px;
}
.va--ce-ImageGallery .va--lightbox-container::after {
  clear: both;
  content: "";
  display: table;
}
.va--ce-ImageGallery .va--lightbox-container > a {
  display: block;
  float: left;
  box-sizing: border-box;
  z-index: 1;
  cursor: auto;
}
.va--ce-ImageGallery .va--lightbox-container > a img {
  display: block;
  -webkit-transition: 0.3s opacity cubic-bezier(0.2, 0.09, 0, 0.99), 0.5s transform cubic-bezier(0.3, 0.09, 0, 0.99), 0.5s box-shadow cubic-bezier(0.3, 0.09, 0, 0.99) !important;
  -moz-transition: 0.3s opacity cubic-bezier(0.2, 0.09, 0, 0.99), 0.5s transform cubic-bezier(0.3, 0.09, 0, 0.99), 0.5s box-shadow cubic-bezier(0.3, 0.09, 0, 0.99) !important;
  transition: 0.3s opacity cubic-bezier(0.2, 0.09, 0, 0.99), 0.5s transform cubic-bezier(0.3, 0.09, 0, 0.99), 0.5s box-shadow cubic-bezier(0.3, 0.09, 0, 0.99) !important;
}
.va--ce-ImageGallery .va--lightbox-container > a[href]:hover {
  z-index: 2;
  cursor: pointer;
}
.va--ce-ImageGallery .va--lightbox-container > a[href]:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}
.va--ce-ImageGallery .va--lightbox-container {
  z-index: 1;
  margin-top: 6px;
  margin-left: -6px;
  margin-right: -6px;
}
.va--ce-ImageGallery .va--lightbox-container::after {
  clear: both;
  content: "";
  display: table;
}
.va--ce-ImageGallery .va--lightbox-container > span, .va--ce-ImageGallery .va--lightbox-container > a {
  display: block;
  float: left;
  padding: 6px;
  box-sizing: border-box;
  z-index: 1;
}
.va--ce-ImageGallery .va--lightbox-container > span img, .va--ce-ImageGallery .va--lightbox-container > a img {
  display: block;
  -webkit-transition: 0.3s opacity cubic-bezier(0.2, 0.09, 0, 0.99), 0.5s transform cubic-bezier(0.3, 0.09, 0, 0.99), 0.5s box-shadow cubic-bezier(0.3, 0.09, 0, 0.99) !important;
  -moz-transition: 0.3s opacity cubic-bezier(0.2, 0.09, 0, 0.99), 0.5s transform cubic-bezier(0.3, 0.09, 0, 0.99), 0.5s box-shadow cubic-bezier(0.3, 0.09, 0, 0.99) !important;
  transition: 0.3s opacity cubic-bezier(0.2, 0.09, 0, 0.99), 0.5s transform cubic-bezier(0.3, 0.09, 0, 0.99), 0.5s box-shadow cubic-bezier(0.3, 0.09, 0, 0.99) !important;
}
.va--ce-ImageGallery .va--lightbox-container > a:hover {
  z-index: 2;
}
.va--ce-ImageGallery .va--lightbox-container > a:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
}

.va--ce-Icons [class^=va--col] {
  padding-right: 0;
  padding-left: 0;
}
.va--ce-Icons .icon {
  display: inline-block;
  margin: 6px;
}
@media screen and (min-width: 321px) {
  .va--ce-Icons .icon {
    margin: calc(6px + 6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--ce-Icons .icon {
    margin: 12px;
  }
}
.va--ce-Icons .icon {
  vertical-align: top;
}

.va--ce-CollapsibleText .collaps-box {
  padding-left: 3.375rem;
}
.va--ce-CollapsibleText .collaps-box .collaps-title {
  position: relative;
  font-family: "voltemedium", "Helvetica Neue", "Arial", sans-serif;
}
.va--ce-CollapsibleText .collaps-box .collaps-title .arrow {
  position: absolute;
  display: block;
  width: 3.375em;
  height: 1.75rem;
  background-image: url(../Images/collaps-arrow.svg);
  background-repeat: no-repeat;
  left: -1.6875rem;
  top: 1.6785rem;
  -webkit-transform: translate(-0.5em, -0.5em) rotate(0);
  -moz-transform: translate(-0.5em, -0.5em) rotate(0);
  -ms-transform: translate(-0.5em, -0.5em) rotate(0);
  -o-transform: translate(-0.5em, -0.5em) rotate(0);
  transform: translate(-0.5em, -0.5em) rotate(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.va--ce-CollapsibleText .collaps-box .collaps-title:hover {
  cursor: pointer;
}
.va--ce-CollapsibleText .collaps-box .collaps-title > p, .va--ce-CollapsibleText .collaps-box .collaps-title.tx-felogin-pi1 > h3 + div {
  line-height: 3.375rem;
}
.va--ce-CollapsibleText .collaps-box.open .arrow {
  -webkit-transform: translateY(-0.5em) rotate(90deg);
  -moz-transform: translateY(-0.5em) rotate(90deg);
  -ms-transform: translateY(-0.5em) rotate(90deg);
  -o-transform: translateY(-0.5em) rotate(90deg);
  transform: translateY(-0.5em) rotate(90deg);
}
.va--ce-CollapsibleText .collaps-box .collaps-body {
  display: none;
}
.va--ce-CollapsibleText .collaps-box .collaps-body .va--ce-Text {
  margin-top: 0.5rem;
}
.va--ce-CollapsibleText .collaps-box .collaps-body .image {
  margin-top: 2rem;
}

.va--ce-ICal .va--event-item {
  color: #864D31;
  padding: 2.375rem 0;
  border-bottom: 1px dashed rgba(134, 77, 49, 0.3);
  display: flex;
}
@media screen and (max-width: 760px) {
  .va--ce-ICal .va--event-item {
    flex-direction: column;
    padding: 1.75rem 0;
  }
}
.va--ce-ICal .va--event-item .va--event-date {
  flex: 0 0 auto;
  width: 200px;
}
@media screen and (max-width: 760px) {
  .va--ce-ICal .va--event-item .va--event-date {
    width: 100%;
  }
  .va--ce-ICal .va--event-item .va--event-date .va--event-day {
    display: inline-block;
  }
  .va--ce-ICal .va--event-item .va--event-date .va--event-time {
    display: inline-block;
  }
}
.va--ce-ICal .va--event-item .va--event-title {
  flex: 1 1 auto;
}
@media screen and (min-width: 761px) {
  .va--ce-ICal .va--event-item .va--event-title {
    margin-right: 2.375rem;
  }
}
@media screen and (max-width: 760px) {
  .va--ce-ICal .va--event-item .va--event-title {
    margin-top: 0.5rem;
  }
}
.va--ce-ICal .va--event-item:first-child {
  padding-top: 0;
}
.va--ce-ICal .va--event-item:last-child {
  border-bottom: 0;
}
.va--ce-ICal .va--event-item-more {
  flex: 0 0 auto;
}
.va--ce-ICal .va--event-item-more a {
  color: #864D31;
}
.va--ce-ICal .va--event-item-more a:before, .va--ce-ICal .va--event-item-more a:after {
  background-color: #864D31 !important;
}
.va--ce-ICal .va--event-item-more a:after {
  background-color: rgba(65, 57, 43, 0.7) !important;
}
.va--ce-ICal .va--event-item-more a:hover, .va--ce-ICal .va--event-item-more a:active, .va--ce-ICal .va--event-item-more a:focus {
  color: #41392B !important;
}
@media screen and (max-width: 760px) {
  .va--ce-ICal .va--event-item-more {
    margin-top: 0.5rem;
  }
}
.va--ce-ICal .va--event-item-moreinfos {
  display: none;
  margin-top: 2rem;
}
.va--ce-ICal .va--event-actions {
  margin-top: 2.375rem;
}
.va--ce-ICal .va--event-actions svg {
  width: auto;
  height: 0.9em;
  margin-bottom: -0.1em;
  display: inline-block;
  margin-right: 0.3em;
}
.va--ce-ICal .va--event-noentries {
  color: #864D31;
}

.image-container.parallax, .image-container.lazy {
  background-color: #f9f9f9;
  overflow: hidden;
  opacity: 0.99;
  -webkit-transition: 0.7s transform cubic-bezier(0.2, 0.09, 0, 0.99) 0.3s, 0.7s opacity cubic-bezier(0.2, 0.09, 0, 0.99) 0.3s;
  -moz-transition: 0.7s transform cubic-bezier(0.2, 0.09, 0, 0.99) 0.3s, 0.7s opacity cubic-bezier(0.2, 0.09, 0, 0.99) 0.3s;
  transition: 0.7s transform cubic-bezier(0.2, 0.09, 0, 0.99) 0.3s, 0.7s opacity cubic-bezier(0.2, 0.09, 0, 0.99) 0.3s;
}
.image-container.parallax.visible, .image-container.lazy.visible {
  opacity: 1;
}
.image-container.lazy {
  position: relative;
  z-index: 1;
}
.image-container.lazy:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.image-container.lazy.visible:after {
  display: none;
}

.pagination::after {
  clear: both;
  content: "";
  display: table;
}
.pagination li {
  float: left;
}
.pagination li a,
.pagination li span {
  font-weight: 500;
  display: block;
  padding: 0 0.7rem;
  margin: 0.2rem;
  text-decoration: none;
  height: 42px;
  line-height: 42px;
  color: #5a5959;
}
.pagination li a {
  -webkit-transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
}
.pagination li a:hover {
  color: #394439;
}
.pagination li.is-current span {
  font-weight: 700;
  font-family: "voltebold", "Helvetica Neue", "Arial", sans-serif;
  color: #864D31;
  border: 1px solid #864D31;
  border-radius: 3px;
  padding: 0 1.2rem;
}
.pagination li.prev a, .pagination li.next a {
  padding: 0;
  background-color: #864D31;
  width: 42px;
  height: 42px;
  position: relative;
  z-index: 0;
  text-decoration: none;
  border-radius: 100%;
}
.pagination li.prev a:after, .pagination li.next a:after {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 9px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../Images/icon-arrow-light.svg);
  -webkit-transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.3s all cubic-bezier(0.2, 0.09, 0, 0.99);
}
.pagination li.prev a:hover:after, .pagination li.next a:hover:after {
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
  transform: translateX(2px);
}
.pagination li.prev a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.pagination li.prev a:hover:after {
  -webkit-transform: rotate(-180deg) translateX(2px);
  -moz-transform: rotate(-180deg) translateX(2px);
  -ms-transform: rotate(-180deg) translateX(2px);
  -o-transform: rotate(-180deg) translateX(2px);
  transform: rotate(-180deg) translateX(2px);
}

.va--syntaxhighlighter {
  margin: 1.5rem 0;
  counter-reset: line;
  font-family: "courier new", monospace;
}
.va--syntaxhighlighter .va--syntaxhighlighter-line {
  display: -ms-flexbox;
  display: flex;
}
.va--syntaxhighlighter .va--syntaxhighlighter-line > span {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.va--syntaxhighlighter .va--syntaxhighlighter-line > span:first-child {
  display: inline-block;
  width: 40px;
  padding-right: 20px;
  color: #a4a4a4;
  font-weight: 600;
  font-size: 0.8em;
  text-align: right;
  position: relative;
  z-index: 1;
}
.va--syntaxhighlighter .va--syntaxhighlighter-line > span:first-child:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #5a5959;
}
.va--syntaxhighlighter .va--syntaxhighlighter-line > span:first-child:before {
  counter-increment: line;
  content: counter(line);
}

.cc-window {
  font-size: 0.875rem;
  font-family: "volteregular", "Helvetica Neue", "Arial", sans-serif;
}

.cc-btn {
  text-decoration: none;
  padding: 0.7rem 1rem;
}

.cc-revoke {
  display: none !important;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "volteregular", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 700;
  text-decoration: none !important;
}
.cc-revoke.cc-right {
  right: 6px;
}
@media screen and (min-width: 321px) {
  .cc-revoke.cc-right {
    right: calc(6px + 6 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .cc-revoke.cc-right {
    right: 12px;
  }
}
.cc-revoke.cc-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cc-animate.cc-revoke {
  -webkit-transition: 0.3s transform cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.3s transform cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.3s transform cubic-bezier(0.2, 0.09, 0, 0.99);
}

.va--modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  -webkit-transition: 0.2s all cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.2s all cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.2s all cubic-bezier(0.2, 0.09, 0, 0.99);
}
.va--modal:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.va--modal .va--modal-content {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: 0.1s all cubic-bezier(0.2, 0.09, 0, 0.99) 0.2s;
  -moz-transition: 0.1s all cubic-bezier(0.2, 0.09, 0, 0.99) 0.2s;
  transition: 0.1s all cubic-bezier(0.2, 0.09, 0, 0.99) 0.2s;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}
.va--modal .va--modal-content .va--modal-content-inner {
  opacity: 0;
  width: 100%;
  padding: 4rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: 0.1s all cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.1s all cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.1s all cubic-bezier(0.2, 0.09, 0, 0.99);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}
.va--modal .va--modal-content .va--modal-content-inner > div {
  position: relative;
  padding: 1.5rem 2rem !important;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
@media screen and (max-width: 760px) {
  .va--modal .va--modal-content .va--modal-content-inner {
    padding: 12px;
  }
}
.va--modal .va--modal-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  z-index: 10;
  box-sizing: content-box;
  padding: 11px 48px 11px 11px;
  font-weight: 500;
  -webkit-transition: 0.2s opacity cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.2s opacity cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.2s opacity cubic-bezier(0.2, 0.09, 0, 0.99);
  outline: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.va--modal .va--modal-close:before, .va--modal .va--modal-close:after {
  content: "";
  width: 2px;
  height: 14px;
  border-radius: 1px;
  background-color: #864D31;
  position: absolute;
  top: 20px;
  z-index: 1;
  right: 12px;
}
@media screen and (min-width: 321px) {
  .va--modal .va--modal-close:before, .va--modal .va--modal-close:after {
    right: calc(12px + 12 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  .va--modal .va--modal-close:before, .va--modal .va--modal-close:after {
    right: 24px;
  }
}
.va--modal .va--modal-close:before, .va--modal .va--modal-close:after {
  -webkit-transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.va--modal .va--modal-close:after {
  -webkit-transition: 0.2s background-color cubic-bezier(0.2, 0.09, 0, 0.99) 0.2s;
  -moz-transition: 0.2s background-color cubic-bezier(0.2, 0.09, 0, 0.99) 0.2s;
  transition: 0.2s background-color cubic-bezier(0.2, 0.09, 0, 0.99) 0.2s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.va--modal .va--modal-close:hover {
  opacity: 0.8;
}

html.show-modal .va--modal.va--modal-force-open {
  display: block;
}
html.show-modal.animate-modal .va--modal.va--modal-force-open {
  opacity: 1;
}
html.show-modal.animate-modal .va--modal.va--modal-force-open .va--modal-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
html.show-modal.animate-modal-content .va--modal.va--modal-force-open .va--modal-content .va--modal-content-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes arrow-move-right {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-20%);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  70% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes arrow-move-right {
  0% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
  50% {
    opacity: 1;
    -moz-transform: translateX(-20%);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  70% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes arrow-move-right {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  70% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes arrow-move-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) rotate(180deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20%) rotate(180deg);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(180deg);
  }
  70% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(180deg);
  }
}
@-moz-keyframes arrow-move-left {
  0% {
    opacity: 1;
    -moz-transform: translateX(0%) rotate(180deg);
  }
  50% {
    opacity: 1;
    -moz-transform: translateX(20%) rotate(180deg);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(180deg);
  }
  70% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(180deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0) rotate(180deg);
  }
}
@keyframes arrow-move-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) rotate(180deg);
    -moz-transform: translateX(0%) rotate(180deg);
    -ms-transform: translateX(0%) rotate(180deg);
    -o-transform: translateX(0%) rotate(180deg);
    transform: translateX(0%) rotate(180deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20%) rotate(180deg);
    -moz-transform: translateX(20%) rotate(180deg);
    -ms-transform: translateX(20%) rotate(180deg);
    -o-transform: translateX(20%) rotate(180deg);
    transform: translateX(20%) rotate(180deg);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(180deg);
    -moz-transform: translateX(-100%) rotate(180deg);
    -ms-transform: translateX(-100%) rotate(180deg);
    -o-transform: translateX(-100%) rotate(180deg);
    transform: translateX(-100%) rotate(180deg);
  }
  70% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(180deg);
    -moz-transform: translateX(100%) rotate(180deg);
    -ms-transform: translateX(100%) rotate(180deg);
    -o-transform: translateX(100%) rotate(180deg);
    transform: translateX(100%) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(180deg);
    -moz-transform: translateX(0) rotate(180deg);
    -ms-transform: translateX(0) rotate(180deg);
    -o-transform: translateX(0) rotate(180deg);
    transform: translateX(0) rotate(180deg);
  }
}
/***
 * FAQ list
 */
.va--faq-list .faq {
  margin-bottom: 0.9375rem;
}
.va--faq-list .faq:last-child {
  border-bottom: none;
}
.va--faq-list .faq .faq-title {
  position: relative;
  border: 1px solid #864D31;
  padding: 0.8rem 3rem 0.8rem 2rem;
  cursor: pointer;
}
.va--faq-list .faq .faq-title h2 {
  font-family: "Adamina", "Times", "Times New Roman", sans-serif;
  font-size: 1.25rem;
  color: #864D31;
}
.va--faq-list .faq .faq-title:hover svg path {
  fill: #864D31;
}
.va--faq-list .faq .faq-description {
  display: none;
  padding: 0.8rem 2rem;
  border: 1px solid #864D31;
  border-top: 0;
}
.va--faq-list .faq .open {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 2rem;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  -webkit-transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99);
}
.va--faq-list .faq .open svg {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99);
}
.va--faq-list .faq .open svg path {
  fill: #864D31;
  -webkit-transition: 0.2s color cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.2s color cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.2s color cubic-bezier(0.2, 0.09, 0, 0.99);
}
.va--faq-list .faq.is-current .open svg {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 930px) {
  .va--faq-list .faq {
    margin-bottom: 0.625rem;
  }
  .va--faq-list .faq:last-child {
    margin-bottom: 0;
  }
  .va--faq-list .faq .open {
    right: 1rem;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
  .va--faq-list .faq .open svg {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 760px) {
  .va--faq-list .faq .faq-title h2 {
    font-size: 1.125rem;
  }
}

/*

Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax

base:    #282c34
mono-1:  #abb2bf
mono-2:  #818896
mono-3:  #5c6370
hue-1:   #56b6c2
hue-2:   #61aeee
hue-3:   #c678dd
hue-4:   #98c379
hue-5:   #e06c75
hue-5-2: #be5046
hue-6:   #d19a66
hue-6-2: #e6c07b

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #abb2bf;
  background: #282c34;
}

.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic;
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #c678dd;
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75;
}

.hljs-literal {
  color: #56b6c2;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #98c379;
}

.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b;
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #d19a66;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #61aeee;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}

.modal-open {
  overflow: hidden;
  height: 100%;
}

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width: 768px) {
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
    background: #fff;
    border: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    width: 100% !important;
  }
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    border: 0 !important;
  }
}
/***
 * Common value
 */
#tarteaucitronRoot button#tarteaucitronBack {
  background-color: rgba(0, 0, 0, 0.42);
}

#tarteaucitron .clear {
  clear: both;
}

#tarteaucitron .tarteaucitronH1,
#tarteaucitron .tarteaucitronH2,
#tarteaucitron .tarteaucitronH3,
#tarteaucitron .tarteaucitronH4,
#tarteaucitron .tarteaucitronH5,
#tarteaucitron .tarteaucitronH6 {
  display: block;
}

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

/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
  margin-left: 0;
}

/***
 * Control panel
 */
#tarteaucitronBack {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

#tarteaucitron .tarteaucitronBorder {
  /*background: #fff;
  border: 2px solid #333;
  border-top: 0;
  height: auto;
  overflow: auto;*/
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie {
  background: #333333;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 70px;
}

#tarteaucitron #tarteaucitronDisclaimer {
  color: #555;
  font-size: 12px;
  margin: 15px auto 0;
  width: 80%;
}

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
  width: 100%;
  box-sizing: border-box;
}

#tarteaucitronDisclaimerAlert {
  display: block;
  margin-bottom: 1.5rem;
}

#tarteaucitron {
  display: none;
  font-size: 0.875rem;
  max-height: calc(100% - 2rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
  top: 6%;
  width: 100%;
  max-width: 1000px;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  z-index: 2147483647;
}
#tarteaucitron:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 4rem;
  right: 4rem;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  #tarteaucitron {
    padding: 0;
    max-height: 100%;
    top: 0;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  #tarteaucitron:before {
    left: 0;
    right: 0;
  }
}
#tarteaucitron .btn-none,
#tarteaucitron a {
  font-size: 1em;
}
#tarteaucitron #tarteaucitronClosePanel {
  position: absolute;
  top: 0;
  right: 4rem;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  z-index: 10;
  box-sizing: content-box;
  font-size: 1rem;
  border: 0;
  padding: 11px 48px 11px 11px;
  font-weight: 500;
  text-transform: lowercase;
  background-color: #ffffff;
  -webkit-transition: 0.2s color cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.2s color cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.2s color cubic-bezier(0.2, 0.09, 0, 0.99);
  outline: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 768px) {
  #tarteaucitron #tarteaucitronClosePanel {
    right: 0;
  }
}
#tarteaucitron #tarteaucitronClosePanel:before, #tarteaucitron #tarteaucitronClosePanel:after {
  content: "";
  width: 2px;
  height: 14px;
  border-radius: 1px;
  background-color: #864D31;
  position: absolute;
  top: 20px;
  z-index: 1;
  right: 12px;
}
@media screen and (min-width: 321px) {
  #tarteaucitron #tarteaucitronClosePanel:before, #tarteaucitron #tarteaucitronClosePanel:after {
    right: calc(12px + 12 * (100vw - 321px) / (927));
  }
}
@media screen and (min-width: 1248px) {
  #tarteaucitron #tarteaucitronClosePanel:before, #tarteaucitron #tarteaucitronClosePanel:after {
    right: 24px;
  }
}
#tarteaucitron #tarteaucitronClosePanel:before, #tarteaucitron #tarteaucitronClosePanel:after {
  -webkit-transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99), 0.2s background-color cubic-bezier(0.2, 0.09, 0, 0.99);
  -moz-transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99), 0.2s background-color cubic-bezier(0.2, 0.09, 0, 0.99);
  transition: 0.2s transform cubic-bezier(0.2, 0.09, 0, 0.99), 0.2s background-color cubic-bezier(0.2, 0.09, 0, 0.99);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#tarteaucitron #tarteaucitronClosePanel:after {
  -webkit-transition: 0.2s background-color cubic-bezier(0.2, 0.09, 0, 0.99) 0.2s;
  -moz-transition: 0.2s background-color cubic-bezier(0.2, 0.09, 0, 0.99) 0.2s;
  transition: 0.2s background-color cubic-bezier(0.2, 0.09, 0, 0.99) 0.2s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#tarteaucitron #tarteaucitronClosePanel:hover {
  color: rgba(134, 77, 49, 0.8);
}
#tarteaucitron #tarteaucitronClosePanel:hover:before, #tarteaucitron #tarteaucitronClosePanel:hover:after {
  background-color: rgba(134, 77, 49, 0.8);
}
#tarteaucitron #tarteaucitronInfo {
  display: block !important;
  margin-bottom: 2rem;
}
#tarteaucitron #tarteaucitronServices {
  background: #ffffff;
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  #tarteaucitron #tarteaucitronServices {
    box-sizing: content-box;
  }
}
#tarteaucitron #tarteaucitronServices::-webkit-scrollbar {
  width: 5px;
}
#tarteaucitron #tarteaucitronServices::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
#tarteaucitron #tarteaucitronServices::-webkit-scrollbar-thumb {
  background-color: #ddd;
  outline: 0 solid slategrey;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
  background: transparent;
  color: #41392B;
  padding: 0.5rem 1rem 0.5rem 2rem;
  font-size: 0.875em;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  outline: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 550px) {
  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
}
@media screen and (max-width: 930px) {
  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
    text-align: left !important;
  }
}
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  margin-top: 1.5rem;
  display: none;
  position: relative;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden#tarteaucitronScrollbarChild {
  margin-top: 0;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden:first-child {
  margin-top: 0;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  display: none;
  z-index: 2147483647;
  font-size: 0.875em;
  padding: 0rem 2rem 1rem 2rem;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  background-color: #f9f9f9;
  border-top: 1px solid rgb(236.25, 236.25, 236.25);
  padding: 2rem;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 550px) {
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    padding: 1rem;
  }
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronMainLine {
  background-color: transparent;
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
}
@media screen and (max-width: 550px) {
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronMainLine {
    padding: 0 1rem 2rem 1rem;
  }
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine:first-child {
  border-top: 0;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  float: left;
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 550px) {
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
    width: 100%;
  }
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  float: right;
  text-align: right;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  border-radius: 22px;
  box-shadow: 0 0 0 1px rgb(236.25, 236.25, 236.25);
}
@media screen and (max-width: 550px) {
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    margin-top: 1rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: left !important;
  }
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tac_activate .tarteaucitronAllow {
  background: rgb(236.25, 236.25, 236.25);
  border-radius: 22px;
  color: #5a5959;
  cursor: pointer;
  float: left;
  line-height: 1.3;
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  width: auto;
  border: 0;
  font-weight: 600;
  outline: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 550px) {
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tac_activate .tarteaucitronAllow {
    padding: 6px;
  }
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
  background: #ffffff;
  opacity: 0.4;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronDeny {
  opacity: 0.4 !important;
  background-color: transparent;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronAllow {
  opacity: 0.4 !important;
  background-color: transparent;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
  opacity: 1 !important;
  background-color: #17a655;
  color: #ffffff;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  opacity: 1 !important;
  background-color: #cc1d31;
  color: #ffffff;
}
#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
  width: auto !important;
}
@media screen and (max-width: 550px) {
  #tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
    width: 100% !important;
  }
}

/***
 * Big alert
 */
#tarteaucitronRoot #tarteaucitronAlertBig {
  display: none;
  left: 0;
  text-align: center;
  box-sizing: border-box;
  z-index: 2147483645;
  margin: auto;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
  top: 0;
  right: 0;
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigBottom {
  left: 1rem;
  bottom: 1rem;
  position: fixed;
  max-width: 500px;
  background-color: #ffffff;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-left: 0;
  margin-right: 1rem;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  display: block;
  margin: 0 auto 0.5rem auto;
  max-width: none;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  display: block;
  margin: 1.5rem auto 0 auto;
  font-size: 0.875rem;
  color: #a4a4a4;
}
#tarteaucitronRoot #tarteaucitronPercentage {
  background: #394439 !important;
  height: 5px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 2147483644;
}
#tarteaucitronRoot .tarteaucitronAlertBigModal + #tarteaucitronPercentage {
  position: relative;
  bottom: 0 !important;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom + #tarteaucitronPercentage {
  bottom: 0 !important;
}

/***
 * Small alert
 */
.tarteaucitronAlertSmallTop, .tarteaucitronAlertSmallBottom {
  bottom: 0;
}

#tarteaucitronAlertSmall {
  display: none;
  position: fixed;
  right: 0;
  z-index: 2147483646;
}
#tarteaucitronAlertSmall #tarteaucitronManager {
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  padding: 5px 10px;
  margin: 0;
}
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  background-color: gray;
  border-radius: 5px;
  display: block;
  height: 8px;
  margin-bottom: 1px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  display: block;
  float: left;
  height: 100%;
  width: 0%;
}
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: #1B870B;
}
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  background-color: #FBDA26;
}
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: #9C1A1A;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  padding: 0px 10px;
  vertical-align: top;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
  background: rgba(255, 255, 255, 0.3);
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  display: none;
  max-height: 70%;
  max-width: 500px;
  position: fixed;
  right: 0;
  width: 100%;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  background: #fff;
  border: 2px solid #333;
  color: #333;
  font-size: 11px;
  height: auto;
  overflow: auto;
  text-align: left;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
  color: #333;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  background: #333;
  margin-top: 21px;
  padding: 13px 0 9px 13px;
  text-align: left;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
  color: #fff;
  font-size: 16px;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
  background: rgba(51, 51, 51, 0.1);
  padding: 7px 5px 10px;
  word-wrap: break-word;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
  background: rgba(51, 51, 51, 0.2);
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
  color: #333;
  text-decoration: none;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
  display: inline-block;
  width: 50%;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
  color: darkred;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  color: #333;
  display: inline-block;
  font-size: 11px;
  margin-left: 10%;
  vertical-align: top;
  width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
  background: #f9f9f9;
  color: #41392B;
  margin: auto;
  text-align: center;
  width: 100%;
  padding: 2rem;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tac_activate [type=button] {
  display: block !important;
  margin: 1.5rem auto 0 auto;
}

.tac_float {
  text-align: center;
}
.tac_float button {
  margin-left: auto !important;
  margin-right: auto !important;
}

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
  text-decoration: none;
}

div.amazon_product {
  height: 240px;
  width: 120px;
}

a.tarteaucitronSelfLink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  display: block;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-decoration: none;
  text-align: center !important;
  padding: 7px !important;
}
