html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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; }

* {
  box-sizing: border-box;
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

button,
input,
textarea {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.flatpickr-input {
  cursor: pointer; }
  .flatpickr-input:read-only {
    background: #fff;
    color: #000; }
  .flatpickr-input.active {
    border-color: #66afe9; }

.flatpickr-calendar {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  color: #b2b2b2;
  display: none;
  font-size: 12px;
  font-weight: normal;
  margin-top: 8px;
  line-height: 1.33;
  position: absolute;
  width: 220px;
  z-index: 1000; }
  .flatpickr-calendar.open {
    display: block; }
  .flatpickr-calendar .slideLeft,
  .flatpickr-calendar .slideRight {
    display: none; }

.flatpickr-month {
  color: #000;
  position: relative; }
  .flatpickr-month .numInput {
    border: 0;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    padding: 0;
    width: 32px; }
    .flatpickr-month .numInputWrapper {
      display: inline-block;
      vertical-align: top; }

.flatpickr-current-month {
  line-height: 22px;
  padding: 5px;
  text-align: center; }

.flatpickr-prev-month, .flatpickr-next-month {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  top: 0; }
  .flatpickr-prev-month svg, .flatpickr-next-month svg {
    fill: #000;
    height: 12px;
    width: 12px; }

.flatpickr-prev-month {
  left: 0; }

.flatpickr-next-month {
  right: 0; }

.flatpickr-weekdays {
  display: flex;
  padding: 5px 0 0; }

.flatpickr-day, .flatpickr-weekday {
  flex: 0 0 auto;
  margin: 0 2px;
  padding: 2px 0;
  text-align: center;
  width: calc((100% - 14 * 2px) / 7); }

.flatpickr-day {
  border-radius: 2px;
  cursor: pointer; }
  .flatpickr-day:hover, .flatpickr-day.selected {
    background: #000;
    color: #fff; }
  .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay {
    color: #b2b2b2; }
    .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover {
      color: #fff; }
  .flatpickr-day.today {
    color: #66afe9; }
    .flatpickr-day.today:hover {
      color: #fff; }

.flatpickr-weekday {
  color: #000; }

.flatpickr-days .dayContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 6px; }
  .flatpickr-days .dayContainer.slideLeft, .flatpickr-days .dayContainer.slideRight {
    display: none; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px; }
  .container-fluid .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .container-fluid.max-width {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px; }
  @media only screen and (max-width: 768px) {
    .container-fluid {
      padding-right: 20px;
      padding-left: 20px; } }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px; }

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%; }

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.stretch-xs > * {
  align-self: stretch; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media only screen and (min-width: 768px) {
  .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px; }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .stretch-sm > * {
    align-self: stretch; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 992px) {
  .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px; }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .stretch-md > * {
    align-self: stretch; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 1200px) {
  .container {
    width: 116.1rem; }
  .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px; }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .stretch-lg > * {
    align-self: stretch; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

html {
  font-size: 10px; }
  @media screen and (min-width: 2560px) {
    html {
      font-size: 16px; } }

body {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: normal; }

.body-content {
  margin-top: 8.9rem; }
  @media screen and (max-width: 1199px) {
    .body-content {
      margin-top: 4.5rem; } }

[v-cloak] {
  display: none; }

h1 {
  font-size: 10rem;
  font-weight: bold;
  font-style: italic;
  line-height: 7.5rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase; }
  @media screen and (max-width: 992px) {
    h1 {
      font-size: 5rem; } }

h2 {
  font-size: 3.8rem;
  font-weight: bold;
  font-style: italic;
  line-height: normal;
  letter-spacing: 0.02rem;
  text-transform: uppercase; }

h3 {
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01rem;
  text-transform: uppercase; }

h4 {
  font-size: 1.4rem;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: uppercase; }

h5 {
  font-size: 1.4rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left; }

p {
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left; }

a {
  color: black;
  text-transform: uppercase;
  text-decoration: none; }
  a[href^=mailto] {
    font-weight: normal;
    text-decoration: none;
    text-transform: lowercase; }
    a[href^=mailto]:hover {
      background-color: #ffeb00; }
  a[href^=tel] {
    font-weight: normal;
    text-decoration: none;
    text-transform: initial; }

a.important,
b.important {
  text-transform: uppercase; }

a.unimportant,
b.unimportant {
  text-transform: lowercase; }

ul {
  list-style-type: none; }

.link {
  color: #000;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: italic;
  font-stretch: condensed;
  position: relative;
  text-decoration: none;
  line-height: 1.38;
  letter-spacing: 0.01rem;
  padding: 0.5rem 2.4rem 0.5rem 0; }
  .link:after, .link:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.svg?ab8fd3c3e630f51f7842542dde6a8336);
    background-size: initial;
    background-size: 1rem 2.5rem;
    display: inline-block;
    height: 100%;
    position: absolute;
    transition: transform 0.2s ease-out;
    right: 0.5rem;
    top: 0;
    width: 1rem; }
  .link:hover:before {
    transform: translateX(-0.3rem); }
  .link:hover:after {
    transform: translateX(0.3rem); }

a.mail {
  text-transform: lowercase; }

.text {
  line-height: 1.5; }
  .text a {
    text-transform: initial;
    font-weight: bold;
    text-decoration: underline; }
    .text a:hover {
      background-color: #ffeb00; }
  .text h1, .text h2, .text h3, .text h4, .text h5, .text p, .text ul, .text ol {
    margin: 1.4rem 0; }
    .text h1:first-child, .text h2:first-child, .text h3:first-child, .text h4:first-child, .text h5:first-child, .text p:first-child, .text ul:first-child, .text ol:first-child {
      margin: 0 0 1.4rem 0; }
  .text ul {
    list-style-type: initial; }
  .text ol, .text ul {
    padding-left: 2rem; }
  .text > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

.button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  overflow: visible;
  position: relative;
  text-transform: uppercase;
  transition: transform 0.2s ease-out;
  line-height: normal;
  letter-spacing: 0.1px; }
  .button--primary {
    min-height: 4.7rem;
    min-width: 14rem;
    padding: 1.5rem 4.8rem 1.5rem 2.8rem;
    text-align: center; }
    .button--primary:after {
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/arrow.svg?ab8fd3c3e630f51f7842542dde6a8336);
      background-size: initial;
      background-size: 1rem 2.5rem;
      display: inline-block;
      height: 100%;
      position: absolute;
      right: 1.9rem;
      top: 0;
      width: 1rem; }
    .button--primary:before {
      background-color: #ffeb00;
      content: "";
      display: inline-block;
      height: 100%;
      position: absolute;
      top: 0;
      transform: rotate(-2.5deg);
      left: 0;
      width: 100%;
      z-index: -1; }
    .button--primary:hover {
      transform: scale(1.2, 1.2); }
  .button--small {
    font-size: 1.4rem;
    padding: 0.55rem 1.1rem;
    text-align: center;
    line-height: 1.4rem;
    min-height: 0;
    min-width: 0; }
    .button--small:before {
      background-color: #ffeb00;
      content: "";
      display: inline-block;
      height: 100%;
      position: absolute;
      top: 0;
      transform: rotate(1deg);
      left: 0;
      width: 100%;
      z-index: -1; }
    .button--small:after {
      display: none; }
    .button--small:hover {
      transform: scale(1.2, 1.2); }
  .button--secondary, .button--secondary-down {
    font-style: italic;
    padding: 2rem 2.4rem 2rem 0;
    min-height: 0;
    min-width: 0; }
    .button--secondary:after, .button--secondary:before, .button--secondary-down:after, .button--secondary-down:before {
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/arrow.svg?ab8fd3c3e630f51f7842542dde6a8336);
      background-size: initial;
      background-size: 1rem 2.5rem;
      display: inline-block;
      height: 100%;
      position: absolute;
      transition: all 0.2s ease-out;
      right: 0.5rem;
      top: 0;
      width: 1rem; }
    .button--secondary:before, .button--secondary-down:before {
      opacity: 0; }
    .button--secondary:hover:before, .button--secondary-down:hover:before {
      opacity: 1;
      transform: translateX(-0.3rem); }
    .button--secondary:hover:after, .button--secondary-down:hover:after {
      transform: translateX(0.3rem); }
    .button--secondary.button--tiny, .button--secondary-down.button--tiny {
      padding: 0.3rem 2.4rem 0.3rem 0;
      margin-bottom: 1.7rem; }
  .button--secondary-reverse {
    font-style: italic;
    padding: 2rem 0 2rem 2.4rem;
    min-height: 0;
    min-width: 0; }
    .button--secondary-reverse:after, .button--secondary-reverse:before {
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/arrow-reverse.svg?88a84d2214d6505d9c14ac184e49f4a0);
      background-size: initial;
      background-size: 1rem 2.5rem;
      display: inline-block;
      height: 100%;
      position: absolute;
      transition: all 0.2s ease-out;
      top: 0;
      left: 0;
      width: 1rem; }
    .button--secondary-reverse:after {
      opacity: 0; }
    .button--secondary-reverse:hover:before {
      transform: translateX(-0.3rem); }
    .button--secondary-reverse:hover:after {
      opacity: 1;
      transform: translateX(0.3rem); }
  .button--secondary-down:after, .button--secondary-down:before {
    background-image: url(../images/arrow-down.svg?9f2f88f0d43ca897a6862001c17dcfbd);
    background-size: 2.5rem;
    width: 2.5rem;
    right: -1.35rem; }
  .button--secondary-down:hover:before {
    transform: translateY(-0.3rem); }
  .button--secondary-down:hover:after {
    transform: translateY(0.3rem); }
  .button--wide {
    width: 100%; }
  .button[disabled].button--primary, .button--disabled.button--primary {
    color: #000;
    cursor: default; }
    .button[disabled].button--primary:before, .button--disabled.button--primary:before {
      background-color: #e5e5e5; }
  .button[disabled].button--secondary-reverse:after, .button[disabled].button--secondary-reverse:before, .button--disabled.button--secondary-reverse:after, .button--disabled.button--secondary-reverse:before {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-reverse-grey.svg?19eb825c2ab53206ccafa717d152a6f2);
    background-size: initial; }
  .button[disabled].button--secondary:after, .button[disabled].button--secondary:before, .button--disabled.button--secondary:after, .button--disabled.button--secondary:before {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-grey.svg?3256adb73db72bbcc4462e2d5425400a);
    background-size: initial; }
  .button[disabled].button--secondary-reverse, .button--disabled.button--secondary-reverse, .button[disabled].button--secondary, .button--disabled.button--secondary {
    color: #ebebeb;
    cursor: default; }
    .button[disabled].button--secondary-reverse:after, .button[disabled].button--secondary-reverse:before, .button--disabled.button--secondary-reverse:after, .button--disabled.button--secondary-reverse:before, .button[disabled].button--secondary:after, .button[disabled].button--secondary:before, .button--disabled.button--secondary:after, .button--disabled.button--secondary:before {
      transform: none; }

.button-xs--primary {
  min-height: 4.7rem;
  min-width: 14rem;
  padding: 1.5rem 4.8rem 1.5rem 2.8rem;
  text-align: center; }
  .button-xs--primary:after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.svg?ab8fd3c3e630f51f7842542dde6a8336);
    background-size: initial;
    background-size: 1rem 2.5rem;
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 1.9rem;
    top: 0;
    width: 1rem; }
  .button-xs--primary:before {
    background-color: #ffeb00;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    transform: rotate(-2.5deg);
    left: 0;
    width: 100%;
    z-index: -1; }
  .button-xs--primary:hover {
    transform: scale(1.2, 1.2); }

.button-xs--small {
  font-size: 1.4rem;
  padding: 0.55rem 1.1rem;
  text-align: center;
  line-height: 1.4rem;
  min-height: 0;
  min-width: 0; }
  .button-xs--small:before {
    background-color: #ffeb00;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    transform: rotate(1deg);
    left: 0;
    width: 100%;
    z-index: -1; }
  .button-xs--small:after {
    display: none; }
  .button-xs--small:hover {
    transform: scale(1.2, 1.2); }

.button-xs--secondary, .button-xs--secondary-down {
  font-style: italic;
  padding: 2rem 2.4rem 2rem 0;
  min-height: 0;
  min-width: 0; }
  .button-xs--secondary:after, .button-xs--secondary:before, .button-xs--secondary-down:after, .button-xs--secondary-down:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.svg?ab8fd3c3e630f51f7842542dde6a8336);
    background-size: initial;
    background-size: 1rem 2.5rem;
    display: inline-block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    right: 0.5rem;
    top: 0;
    width: 1rem; }
  .button-xs--secondary:before, .button-xs--secondary-down:before {
    opacity: 0; }
  .button-xs--secondary:hover:before, .button-xs--secondary-down:hover:before {
    opacity: 1;
    transform: translateX(-0.3rem); }
  .button-xs--secondary:hover:after, .button-xs--secondary-down:hover:after {
    transform: translateX(0.3rem); }
  .button-xs--secondary.button--tiny, .button-xs--secondary-down.button--tiny {
    padding: 0.3rem 2.4rem 0.3rem 0;
    margin-bottom: 1.7rem; }

.button-xs--secondary-reverse {
  font-style: italic;
  padding: 2rem 0 2rem 2.4rem;
  min-height: 0;
  min-width: 0; }
  .button-xs--secondary-reverse:after, .button-xs--secondary-reverse:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-reverse.svg?88a84d2214d6505d9c14ac184e49f4a0);
    background-size: initial;
    background-size: 1rem 2.5rem;
    display: inline-block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    top: 0;
    left: 0;
    width: 1rem; }
  .button-xs--secondary-reverse:after {
    opacity: 0; }
  .button-xs--secondary-reverse:hover:before {
    transform: translateX(-0.3rem); }
  .button-xs--secondary-reverse:hover:after {
    opacity: 1;
    transform: translateX(0.3rem); }

.button-xs--secondary-down:after, .button-xs--secondary-down:before {
  background-image: url(../images/arrow-down.svg?9f2f88f0d43ca897a6862001c17dcfbd);
  background-size: 2.5rem;
  width: 2.5rem;
  right: -1.35rem; }

.button-xs--secondary-down:hover:before {
  transform: translateY(-0.3rem); }

.button-xs--secondary-down:hover:after {
  transform: translateY(0.3rem); }

.button-xs--wide {
  width: 100%; }

.button-xs--wide.button-xs--primary:before, .button-xs--wide.button-xs--small:before {
  transform: rotate(-1deg); }

@media only screen and (min-width: 768px) {
  .button-sm--primary {
    min-height: 4.7rem;
    min-width: 14rem;
    padding: 1.5rem 4.8rem 1.5rem 2.8rem;
    text-align: center; }
    .button-sm--primary:after {
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/arrow.svg?ab8fd3c3e630f51f7842542dde6a8336);
      background-size: initial;
      background-size: 1rem 2.5rem;
      display: inline-block;
      height: 100%;
      position: absolute;
      right: 1.9rem;
      top: 0;
      width: 1rem; }
    .button-sm--primary:before {
      background-color: #ffeb00;
      content: "";
      display: inline-block;
      height: 100%;
      position: absolute;
      top: 0;
      transform: rotate(-2.5deg);
      left: 0;
      width: 100%;
      z-index: -1; }
    .button-sm--primary:hover {
      transform: scale(1.2, 1.2); }
  .button-sm--small {
    font-size: 1.4rem;
    padding: 0.55rem 1.1rem;
    text-align: center;
    line-height: 1.4rem;
    min-height: 0;
    min-width: 0; }
    .button-sm--small:before {
      background-color: #ffeb00;
      content: "";
      display: inline-block;
      height: 100%;
      position: absolute;
      top: 0;
      transform: rotate(1deg);
      left: 0;
      width: 100%;
      z-index: -1; }
    .button-sm--small:after {
      display: none; }
    .button-sm--small:hover {
      transform: scale(1.2, 1.2); }
  .button-sm--secondary, .button-sm--secondary-down {
    font-style: italic;
    padding: 2rem 2.4rem 2rem 0;
    min-height: 0;
    min-width: 0; }
    .button-sm--secondary:after, .button-sm--secondary:before, .button-sm--secondary-down:after, .button-sm--secondary-down:before {
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/arrow.svg?ab8fd3c3e630f51f7842542dde6a8336);
      background-size: initial;
      background-size: 1rem 2.5rem;
      display: inline-block;
      height: 100%;
      position: absolute;
      transition: all 0.2s ease-out;
      right: 0.5rem;
      top: 0;
      width: 1rem; }
    .button-sm--secondary:before, .button-sm--secondary-down:before {
      opacity: 0; }
    .button-sm--secondary:hover:before, .button-sm--secondary-down:hover:before {
      opacity: 1;
      transform: translateX(-0.3rem); }
    .button-sm--secondary:hover:after, .button-sm--secondary-down:hover:after {
      transform: translateX(0.3rem); }
    .button-sm--secondary.button--tiny, .button-sm--secondary-down.button--tiny {
      padding: 0.3rem 2.4rem 0.3rem 0;
      margin-bottom: 1.7rem; }
  .button-sm--secondary-reverse {
    font-style: italic;
    padding: 2rem 0 2rem 2.4rem;
    min-height: 0;
    min-width: 0; }
    .button-sm--secondary-reverse:after, .button-sm--secondary-reverse:before {
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/arrow-reverse.svg?88a84d2214d6505d9c14ac184e49f4a0);
      background-size: initial;
      background-size: 1rem 2.5rem;
      display: inline-block;
      height: 100%;
      position: absolute;
      transition: all 0.2s ease-out;
      top: 0;
      left: 0;
      width: 1rem; }
    .button-sm--secondary-reverse:after {
      opacity: 0; }
    .button-sm--secondary-reverse:hover:before {
      transform: translateX(-0.3rem); }
    .button-sm--secondary-reverse:hover:after {
      opacity: 1;
      transform: translateX(0.3rem); }
  .button-sm--secondary-down:after, .button-sm--secondary-down:before {
    background-image: url(../images/arrow-down.svg?9f2f88f0d43ca897a6862001c17dcfbd);
    background-size: 2.5rem;
    width: 2.5rem;
    right: -1.35rem; }
  .button-sm--secondary-down:hover:before {
    transform: translateY(-0.3rem); }
  .button-sm--secondary-down:hover:after {
    transform: translateY(0.3rem); }
  .button-sm--wide {
    width: 100%; }
  .button-sm--wide.button-sm--primary:before, .button-sm--wide.button-sm--small:before {
    transform: rotate(-1deg); } }

@media only screen and (min-width: 992px) {
  .button-md--primary {
    min-height: 4.7rem;
    min-width: 14rem;
    padding: 1.5rem 4.8rem 1.5rem 2.8rem;
    text-align: center; }
    .button-md--primary:after {
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/arrow.svg?ab8fd3c3e630f51f7842542dde6a8336);
      background-size: initial;
      background-size: 1rem 2.5rem;
      display: inline-block;
      height: 100%;
      position: absolute;
      right: 1.9rem;
      top: 0;
      width: 1rem; }
    .button-md--primary:before {
      background-color: #ffeb00;
      content: "";
      display: inline-block;
      height: 100%;
      position: absolute;
      top: 0;
      transform: rotate(-2.5deg);
      left: 0;
      width: 100%;
      z-index: -1; }
    .button-md--primary:hover {
      transform: scale(1.2, 1.2); }
  .button-md--small {
    font-size: 1.4rem;
    padding: 0.55rem 1.1rem;
    text-align: center;
    line-height: 1.4rem;
    min-height: 0;
    min-width: 0; }
    .button-md--small:before {
      background-color: #ffeb00;
      content: "";
      display: inline-block;
      height: 100%;
      position: absolute;
      top: 0;
      transform: rotate(1deg);
      left: 0;
      width: 100%;
      z-index: -1; }
    .button-md--small:after {
      display: none; }
    .button-md--small:hover {
      transform: scale(1.2, 1.2); }
  .button-md--secondary, .button-md--secondary-down {
    font-style: italic;
    padding: 2rem 2.4rem 2rem 0;
    min-height: 0;
    min-width: 0; }
    .button-md--secondary:after, .button-md--secondary:before, .button-md--secondary-down:after, .button-md--secondary-down:before {
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/arrow.svg?ab8fd3c3e630f51f7842542dde6a8336);
      background-size: initial;
      background-size: 1rem 2.5rem;
      display: inline-block;
      height: 100%;
      position: absolute;
      transition: all 0.2s ease-out;
      right: 0.5rem;
      top: 0;
      width: 1rem; }
    .button-md--secondary:before, .button-md--secondary-down:before {
      opacity: 0; }
    .button-md--secondary:hover:before, .button-md--secondary-down:hover:before {
      opacity: 1;
      transform: translateX(-0.3rem); }
    .button-md--secondary:hover:after, .button-md--secondary-down:hover:after {
      transform: translateX(0.3rem); }
    .button-md--secondary.button--tiny, .button-md--secondary-down.button--tiny {
      padding: 0.3rem 2.4rem 0.3rem 0;
      margin-bottom: 1.7rem; }
  .button-md--secondary-reverse {
    font-style: italic;
    padding: 2rem 0 2rem 2.4rem;
    min-height: 0;
    min-width: 0; }
    .button-md--secondary-reverse:after, .button-md--secondary-reverse:before {
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/arrow-reverse.svg?88a84d2214d6505d9c14ac184e49f4a0);
      background-size: initial;
      background-size: 1rem 2.5rem;
      display: inline-block;
      height: 100%;
      position: absolute;
      transition: all 0.2s ease-out;
      top: 0;
      left: 0;
      width: 1rem; }
    .button-md--secondary-reverse:after {
      opacity: 0; }
    .button-md--secondary-reverse:hover:before {
      transform: translateX(-0.3rem); }
    .button-md--secondary-reverse:hover:after {
      opacity: 1;
      transform: translateX(0.3rem); }
  .button-md--secondary-down:after, .button-md--secondary-down:before {
    background-image: url(../images/arrow-down.svg?9f2f88f0d43ca897a6862001c17dcfbd);
    background-size: 2.5rem;
    width: 2.5rem;
    right: -1.35rem; }
  .button-md--secondary-down:hover:before {
    transform: translateY(-0.3rem); }
  .button-md--secondary-down:hover:after {
    transform: translateY(0.3rem); }
  .button-md--wide {
    width: 100%; }
  .button-md--wide.button-md--primary:before, .button-md--wide.button-md--small:before {
    transform: rotate(-1deg); } }

@media only screen and (min-width: 1200px) {
  .button-lg--primary {
    min-height: 4.7rem;
    min-width: 14rem;
    padding: 1.5rem 4.8rem 1.5rem 2.8rem;
    text-align: center; }
    .button-lg--primary:after {
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/arrow.svg?ab8fd3c3e630f51f7842542dde6a8336);
      background-size: initial;
      background-size: 1rem 2.5rem;
      display: inline-block;
      height: 100%;
      position: absolute;
      right: 1.9rem;
      top: 0;
      width: 1rem; }
    .button-lg--primary:before {
      background-color: #ffeb00;
      content: "";
      display: inline-block;
      height: 100%;
      position: absolute;
      top: 0;
      transform: rotate(-2.5deg);
      left: 0;
      width: 100%;
      z-index: -1; }
    .button-lg--primary:hover {
      transform: scale(1.2, 1.2); }
  .button-lg--small {
    font-size: 1.4rem;
    padding: 0.55rem 1.1rem;
    text-align: center;
    line-height: 1.4rem;
    min-height: 0;
    min-width: 0; }
    .button-lg--small:before {
      background-color: #ffeb00;
      content: "";
      display: inline-block;
      height: 100%;
      position: absolute;
      top: 0;
      transform: rotate(1deg);
      left: 0;
      width: 100%;
      z-index: -1; }
    .button-lg--small:after {
      display: none; }
    .button-lg--small:hover {
      transform: scale(1.2, 1.2); }
  .button-lg--secondary, .button-lg--secondary-down {
    font-style: italic;
    padding: 2rem 2.4rem 2rem 0;
    min-height: 0;
    min-width: 0; }
    .button-lg--secondary:after, .button-lg--secondary:before, .button-lg--secondary-down:after, .button-lg--secondary-down:before {
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/arrow.svg?ab8fd3c3e630f51f7842542dde6a8336);
      background-size: initial;
      background-size: 1rem 2.5rem;
      display: inline-block;
      height: 100%;
      position: absolute;
      transition: all 0.2s ease-out;
      right: 0.5rem;
      top: 0;
      width: 1rem; }
    .button-lg--secondary:before, .button-lg--secondary-down:before {
      opacity: 0; }
    .button-lg--secondary:hover:before, .button-lg--secondary-down:hover:before {
      opacity: 1;
      transform: translateX(-0.3rem); }
    .button-lg--secondary:hover:after, .button-lg--secondary-down:hover:after {
      transform: translateX(0.3rem); }
    .button-lg--secondary.button--tiny, .button-lg--secondary-down.button--tiny {
      padding: 0.3rem 2.4rem 0.3rem 0;
      margin-bottom: 1.7rem; }
  .button-lg--secondary-reverse {
    font-style: italic;
    padding: 2rem 0 2rem 2.4rem;
    min-height: 0;
    min-width: 0; }
    .button-lg--secondary-reverse:after, .button-lg--secondary-reverse:before {
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/arrow-reverse.svg?88a84d2214d6505d9c14ac184e49f4a0);
      background-size: initial;
      background-size: 1rem 2.5rem;
      display: inline-block;
      height: 100%;
      position: absolute;
      transition: all 0.2s ease-out;
      top: 0;
      left: 0;
      width: 1rem; }
    .button-lg--secondary-reverse:after {
      opacity: 0; }
    .button-lg--secondary-reverse:hover:before {
      transform: translateX(-0.3rem); }
    .button-lg--secondary-reverse:hover:after {
      opacity: 1;
      transform: translateX(0.3rem); }
  .button-lg--secondary-down:after, .button-lg--secondary-down:before {
    background-image: url(../images/arrow-down.svg?9f2f88f0d43ca897a6862001c17dcfbd);
    background-size: 2.5rem;
    width: 2.5rem;
    right: -1.35rem; }
  .button-lg--secondary-down:hover:before {
    transform: translateY(-0.3rem); }
  .button-lg--secondary-down:hover:after {
    transform: translateY(0.3rem); }
  .button-lg--wide {
    width: 100%; }
  .button-lg--wide.button-lg--primary:before, .button-lg--wide.button-lg--small:before {
    transform: rotate(-1deg); } }

.xelect input.xelect-input.xelect-input,
textarea,
select,
.input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="datetime"],
input[type="number"] {
  color: #000;
  cursor: pointer;
  border: none;
  border-bottom: 0.2rem solid #000;
  border-radius: 0;
  font-style: italic;
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  padding: 0.8rem 0;
  line-height: 1.38;
  width: 100%;
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* IE 10+ */
  /* Firefox 18- */ }
  .xelect input.xelect-input.xelect-input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  .input::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder {
    color: #000;
    font-style: italic;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.38;
    text-transform: uppercase; }
  .xelect input.xelect-input.xelect-input::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder,
  .input::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder {
    color: #000;
    font-style: italic;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.38;
    text-transform: uppercase; }
  .xelect input.xelect-input.xelect-input:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder,
  .input:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder {
    color: #000;
    font-style: italic;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.38;
    text-transform: uppercase; }
  .xelect input.xelect-input.xelect-input:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder,
  .input:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder {
    color: #000;
    font-style: italic;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.38;
    text-transform: uppercase; }
  .xelect input.xelect-input.xelect-input::placeholder,
  textarea::placeholder,
  select::placeholder,
  .input::placeholder,
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="password"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="search"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="number"]::placeholder {
    color: #000;
    font-style: italic;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.38;
    text-transform: uppercase; }
  .xelect input.xelect-input.xelect-input[disabled],
  textarea[disabled],
  select[disabled],
  .input[disabled],
  input[type="text"][disabled],
  input[type="email"][disabled],
  input[type="password"][disabled],
  input[type="tel"][disabled],
  input[type="search"][disabled],
  input[type="datetime"][disabled],
  input[type="number"][disabled] {
    background-color: #ebebe4; }

textarea:focus,
.input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="datetime"]:focus,
input[type="number"]:focus {
  background-color: #ffeb00; }

input[type='number'] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  background-color: #ffeb00 !important; }

/*Removing autofill browser styles*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #ffeb00 inset;
  transition: background-color 5000s ease-in-out 0s; }

.search-input {
  position: relative; }
  .search-input:after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/search.svg?bf84ec56688222ea8690b67b8d84ee36);
    background-size: initial;
    background-size: 1.4rem 1.4rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1.4rem; }
  .search-input input[type=text] {
    padding-right: 1.4rem; }

.select {
  background: #fff;
  border-radius: 0;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  text-transform: uppercase; }
  .select--highlighted {
    background-color: #ffeb00; }
  .select--compact {
    font-style: normal;
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: none;
    line-height: normal; }
  .select::-ms-expand {
    display: none; }
  .select__wrapper {
    position: relative; }
    .select__wrapper:after {
      content: "";
      background-color: none;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/arrow.svg?ab8fd3c3e630f51f7842542dde6a8336);
      background-size: initial;
      background-size: 1rem 2.5rem;
      display: inline-block;
      height: 100%;
      position: absolute;
      pointer-events: none;
      transform: rotate(90deg);
      right: 0.8rem;
      top: 0;
      width: 1rem; }

.checkbox {
  /* The checkbox container */
  /* Create a custom checkbox */
  /* Hide the browser's default checkbox */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .checkbox__container {
    display: block;
    position: relative;
    padding-left: 2.5rem;
    margin: 0.9rem 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .checkbox__checkmark {
    background-color: #fff;
    border: 0.2rem solid #000;
    position: absolute;
    top: calc(50% - 0.85rem);
    left: 0;
    height: 1.7rem;
    width: 1.7rem; }
  .checkbox__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox__checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .checkbox__container input:checked + .checkbox__checkmark:after {
    display: block; }
  .checkbox__container .checkbox__checkmark:after {
    left: 0.4rem;
    top: 0.12rem;
    width: 0.3rem;
    height: 0.7rem;
    border: solid #000;
    border-width: 0 0.2rem 0.2rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .checkbox__container input:checked[disabled] + .checkbox__checkmark {
    background-color: #ebebe4;
    border-color: #666; }

.xelect {
  width: 100%;
  user-select: none; }
  .xelect input.xelect-input.xelect-input {
    height: 3.8rem; }
  .xelect .xelect-title.has-value {
    pointer-events: none; }
  .xelect .chevron {
    pointer-events: none; }
    .xelect .chevron svg {
      display: none; }
    .xelect .chevron:after {
      pointer-events: none;
      content: "";
      background-color: none;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/arrow.svg?ab8fd3c3e630f51f7842542dde6a8336);
      background-size: initial;
      background-size: 1rem 2.5rem;
      display: inline-block;
      height: 100%;
      position: absolute;
      pointer-events: none;
      transform: rotate(90deg);
      right: 0.8rem;
      top: 0;
      width: 1rem; }
  .xelect-options ul li {
    user-select: none; }
    .xelect-options ul li.hover.hover {
      background-color: #ffeb00; }
  .xelect-options > div.ul-wrapper.ul-wrapper {
    margin-top: -3.8rem;
    padding-top: 3.8rem; }

.has-error {
  background-color: #ffeb00; }
  .has-error .xelect input.xelect-input.form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.form__button-group {
  margin: 0 0 2.8rem;
  text-align: right; }

.form__group {
  padding: 0;
  margin: 2.5rem 0; }
  .form__group:first-child {
    margin: 0 0 2.5rem; }
  .form__group:last-child {
    margin: 2.5rem 0 0; }
  .form__group a {
    font-weight: bold;
    text-transform: initial;
    text-decoration: underline; }
    .form__group a:hover {
      background-color: #ffeb00; }

.form h4 {
  font-style: normal; }

.form .input,
.form textarea,
.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form input[type="tel"],
.form input[type="search"],
.form input[type="datetime"],
.form input[type="number"] {
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: none;
  line-height: normal;
  padding: 1.2rem 0.4rem 0.4rem 0;
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* IE 10+ */
  /* Firefox 18- */ }
  .form .input::-webkit-input-placeholder,
  .form textarea::-webkit-input-placeholder,
  .form input[type="text"]::-webkit-input-placeholder,
  .form input[type="email"]::-webkit-input-placeholder,
  .form input[type="password"]::-webkit-input-placeholder,
  .form input[type="tel"]::-webkit-input-placeholder,
  .form input[type="search"]::-webkit-input-placeholder,
  .form input[type="datetime"]::-webkit-input-placeholder,
  .form input[type="number"]::-webkit-input-placeholder {
    font-style: normal;
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: none;
    line-height: normal;
    color: #b2b2b2; }
  .form .input::-moz-placeholder,
  .form textarea::-moz-placeholder,
  .form input[type="text"]::-moz-placeholder,
  .form input[type="email"]::-moz-placeholder,
  .form input[type="password"]::-moz-placeholder,
  .form input[type="tel"]::-moz-placeholder,
  .form input[type="search"]::-moz-placeholder,
  .form input[type="datetime"]::-moz-placeholder,
  .form input[type="number"]::-moz-placeholder {
    font-style: normal;
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: none;
    line-height: normal;
    color: #b2b2b2; }
  .form .input:-ms-input-placeholder,
  .form textarea:-ms-input-placeholder,
  .form input[type="text"]:-ms-input-placeholder,
  .form input[type="email"]:-ms-input-placeholder,
  .form input[type="password"]:-ms-input-placeholder,
  .form input[type="tel"]:-ms-input-placeholder,
  .form input[type="search"]:-ms-input-placeholder,
  .form input[type="datetime"]:-ms-input-placeholder,
  .form input[type="number"]:-ms-input-placeholder {
    font-style: normal;
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: none;
    line-height: normal;
    color: #b2b2b2; }
  .form .input:-moz-placeholder,
  .form textarea:-moz-placeholder,
  .form input[type="text"]:-moz-placeholder,
  .form input[type="email"]:-moz-placeholder,
  .form input[type="password"]:-moz-placeholder,
  .form input[type="tel"]:-moz-placeholder,
  .form input[type="search"]:-moz-placeholder,
  .form input[type="datetime"]:-moz-placeholder,
  .form input[type="number"]:-moz-placeholder {
    font-style: normal;
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: none;
    line-height: normal;
    color: #b2b2b2; }
  .form .input::placeholder,
  .form textarea::placeholder,
  .form input[type="text"]::placeholder,
  .form input[type="email"]::placeholder,
  .form input[type="password"]::placeholder,
  .form input[type="tel"]::placeholder,
  .form input[type="search"]::placeholder,
  .form input[type="datetime"]::placeholder,
  .form input[type="number"]::placeholder {
    font-style: normal;
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: none;
    line-height: normal;
    color: #b2b2b2; }

.form input[type="email"],
.form input[type="password"] {
  text-transform: none; }

.asterisk {
  color: #e22157; }

.table {
  margin: 0 2rem; }
  .table .row {
    border-top: 0.2rem solid #000;
    padding: 2.2rem 0rem; }
    .table .row:last-of-type {
      border-bottom: 0.2rem solid #000; }
    .table .row [class|=col]:first-child {
      padding-left: 0; }
    .table .row [class|=col]:last-child {
      padding-right: 0; }
  .table__column {
    padding: 0 1.3rem;
    position: relative; }
    .table__column:last-child {
      padding: 0 0 0 1.3rem; }
    .table__column:first-child {
      padding: 0 1.3rem 0 0; }
    .table__column--v-center {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .table__column--right {
      text-align: right; }
    .table__column--center {
      text-align: center;
      align-items: center; }
  .table__font--normal {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.22; }
  .table__font--first-l-capitalize:first-letter {
    text-transform: uppercase; }
  .table__font--small {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: normal; }

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity .3s ease; }

.modal-wrapper {
  display: table-cell;
  vertical-align: middle; }

.modal-container {
  width: 600px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif; }

.modal-body {
  margin: 20px 0; }

.modal-enter {
  opacity: 0; }

.modal-leave-active {
  opacity: 0; }

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.nav {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem 0; }
  @media screen and (max-width: 992px) {
    .nav {
      margin: 0;
      position: relative; } }
  .nav-logo {
    margin-right: 2rem;
    z-index: 1; }
    @media screen and (max-width: 992px) {
      .nav-logo {
        margin: 0;
        padding: 0.75rem 0 0; } }
    .nav-logo img {
      height: 5.5rem;
      vertical-align: top;
      width: 13.1rem; }
      @media screen and (max-width: 992px) {
        .nav-logo img {
          height: 2.5rem;
          width: auto; } }
    .nav-logo .logo {
      display: none; }
      .nav-logo .logo--black {
        display: inline-block; }
    .nav-logo--white .logo--black {
      display: none; }
      @media screen and (max-width: 992px) {
        .nav-logo--white .logo--black {
          display: inline-block; } }
    .nav-logo--white .logo--white {
      display: inline-block; }
      @media screen and (max-width: 992px) {
        .nav-logo--white .logo--white {
          display: none; } }
  .nav__menu {
    display: flex;
    flex: 1 0 auto; }
    @media screen and (max-width: 992px) {
      .nav__menu {
        display: none; } }
    @media screen and (max-width: 992px) {
      .nav__menu.open {
        background: #fff;
        height: calc(100% - 4rem);
        display: block;
        left: 0;
        position: fixed;
        top: 4rem;
        width: 100%;
        z-index: 100;
        overflow-y: auto; } }
  .nav__block {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column; }
    @media screen and (max-width: 992px) {
      .nav__block {
        align-items: flex-start; } }
    @media only screen and (min-width: 992px) {
      .nav__block {
        flex-direction: row; } }
  .nav__social {
    flex: 1 0 auto;
    justify-content: flex-end; }
    @media screen and (max-width: 992px) {
      .nav__social {
        position: absolute;
        right: 2rem;
        top: 0; } }
    @media screen and (max-width: 992px) {
      .nav__social .img {
        display: none; } }
    .nav__social .img--tablet {
      display: none; }
      @media screen and (max-width: 992px) {
        .nav__social .img--tablet {
          display: initial; } }

.navbar, .navbar ul {
  position: relative;
  list-style-type: none;
  z-index: 2; }

@media screen and (max-width: 992px) {
  .navbar {
    background: #fff;
    height: 4rem;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101; } }

@media only screen and (min-width: 992px) {
  .navbar .white a {
    color: #fff; }
  .navbar .white .shop__icon--menu-item {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/shopping-cart-white.svg?8f070073b732ec764fe60d253973848e);
    background-size: initial; } }

.navbar .white .navbar-nav {
  background-color: transparent; }

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .navbar .white .navbar__el:hover > a {
    border-bottom: 0.2rem solid #fff; } }

@media screen and (min-width: 992px) {
  .navbar .white .navbar__el:hover.navbar--nests {
    border-left: none;
    padding-left: 1rem; } }

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .navbar .white .navbar__el:hover .navbar-nav {
    border-left: none;
    padding-left: 1rem;
    left: 0; } }

.navbar .white .navbar__self-service:before {
  display: block; }

.navbar a {
  text-decoration: none;
  color: #000; }

.navbar-nav {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  overflow: visible;
  font-size: 1.2rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.67;
  letter-spacing: 0.06rem;
  text-transform: uppercase; }
  @media screen and (max-width: 992px) {
    .navbar-nav {
      font-size: 1.6rem;
      padding-top: 2rem; } }
  @media only screen and (min-width: 992px) {
    .navbar-nav {
      flex-direction: row; } }
  .navbar-nav .navbar-nav {
    background-color: #fff;
    flex-direction: column;
    display: none;
    padding: 1.6rem 0;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
    @media screen and (max-width: 992px) {
      .navbar-nav .navbar-nav {
        display: block;
        padding-left: 1.6rem;
        padding-top: 0; } }
    .navbar-nav .navbar-nav > .navbar__el {
      margin: 0; }
      .navbar-nav .navbar-nav > .navbar__el:first-child, .navbar-nav .navbar-nav > .navbar__el:last-child {
        margin: 0; }
  .navbar-nav > .navbar__el {
    margin: 0rem 1rem; }
    .navbar-nav > .navbar__el:last-child {
      margin: 0 0 0 1rem; }
    .navbar-nav > .navbar__el:first-child {
      margin: 0 1rem 0 0; }
      .navbar-nav > .navbar__el:first-child.navbar--nests {
        padding-left: 2rem;
        margin-left: 0rem; }
    .navbar-nav > .navbar__el > a {
      border-bottom: 0.2rem solid transparent;
      text-transform: uppercase;
      text-decoration: none; }
      @media screen and (min-width: 992px) {
        .navbar-nav > .navbar__el > a:hover {
          background-color: initial; } }
    .navbar-nav > .navbar__el.active > a {
      border-bottom: 0.2rem solid #ffeb00; }
    .navbar-nav > .navbar__el.navbar--nests {
      position: relative;
      margin-left: 1rem;
      padding-left: 1rem; }

@media screen and (min-width: 992px) and (min-width: 992px) {
  .navbar-nav > .navbar__el:hover > a {
    border-bottom: 0.2rem solid #000; } }
    @media screen and (min-width: 992px) {
      .navbar-nav > .navbar__el:hover.navbar--nests {
        border-left: 0.2rem solid #000;
        margin-left: 1rem;
        padding-left: 0.8rem; }
      .navbar-nav > .navbar__el:hover .navbar-nav {
        display: flex;
        left: 0;
        letter-spacing: 0.06rem; } }
  @media only screen and (min-width: 992px) and (min-width: 992px) {
    .navbar-nav > .navbar__el:hover .navbar-nav {
      border-left: 0.2rem solid black;
      padding: 0.4rem 0.8rem 0;
      position: absolute;
      left: -0.2rem; } }

.navbar__icon {
  cursor: pointer;
  margin: 0 0 0 2.4rem; }
  .navbar__icon img {
    height: 1.4rem;
    width: 1.4rem; }

.navbar__self-service {
  padding-left: 1rem;
  position: relative;
  display: inline-block; }
  .navbar__self-service:before {
    background-color: #ffeb00;
    content: "";
    height: 1.5rem;
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 0.3rem; }
    @media only screen and (min-width: 992px) {
      .navbar__self-service:before {
        height: 1rem; } }
  @media screen and (min-width: 992px) {
    .navbar__self-service:hover:before {
      display: none; } }

.navbar-toggle {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 0;
  top: 1.2rem; }
  @media screen and (max-width: 992px) {
    .navbar-toggle {
      display: block; } }
  .navbar-toggle svg {
    height: 16px;
    width: 21px; }

.lightbox {
  background: #000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .lightbox__content {
    background: no-repeat 50% 50%;
    background-size: contain;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .lightbox__content__image {
      height: 100%;
      background-position: 50% 50%;
      background-size: contain;
      width: 100%;
      background-repeat: no-repeat; }
  .lightbox__nav {
    align-items: center;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 4.6rem;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4.6rem;
    z-index: 1; }
    .lightbox__nav .icon {
      height: 1.8rem;
      line-height: 1.8rem; }
    .lightbox__nav svg {
      fill: #fff;
      height: 1.8rem;
      width: 1.8rem;
      vertical-align: top; }
    .lightbox__nav--prev {
      left: 2.5rem; }
      @media screen and (max-width: 767px) {
        .lightbox__nav--prev {
          display: none; } }
    .lightbox__nav--next {
      right: 2.5rem; }
      .lightbox__nav--next .icon {
        transform: rotate(180deg); }
      @media screen and (max-width: 767px) {
        .lightbox__nav--next {
          display: none; } }
    .lightbox__nav--close {
      background: none;
      right: 2.5rem;
      top: 2.5rem;
      transform: none; }
      @media screen and (max-width: 767px) {
        .lightbox__nav--close {
          right: 1.5rem;
          top: 1.5rem; } }
    .lightbox__nav.disabled {
      cursor: default;
      opacity: 0.4; }
  .lightbox__close {
    position: absolute;
    z-index: 1; }

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.slide-fade-enter-active {
  transition: all 0.75s cubic-bezier(1, 0.5, 0.8, 1); }

.slide-fade-leave-active {
  transition: all .3s ease; }

.slide-fade-enter, .slide-fade-leave-to {
  transform: translateX(1rem);
  opacity: 0; }

.page__title {
  margin-bottom: 8.9rem; }
  .page__title--small {
    margin-bottom: 5.7rem; }
  @media screen and (max-width: 1199px) {
    .page__title, .page__title--small {
      margin-bottom: 5rem; } }
  @media screen and (max-width: 992px) {
    .page__title, .page__title--small {
      margin-bottom: 0.5rem; } }

.footer {
  margin-top: 10rem; }
  @media screen and (max-width: 1199px) {
    .footer {
      margin-top: 5rem; } }
  .footer h1 {
    margin-bottom: 3.9rem; }
  .footer__section {
    margin-bottom: 2.8rem; }
    @media screen and (max-width: 992px) {
      .footer__section {
        margin-bottom: 0; } }
  .footer__button-box {
    margin-top: 1.8rem;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .footer__contact-info {
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.5;
    letter-spacing: normal; }
  .footer__copy-right {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.57;
    letter-spacing: 0.1px; }
  .footer input,
  .footer textarea {
    border-top: 0.2rem solid #000;
    font-size: 1.4rem;
    padding: 1rem 0;
    line-height: 1.57;
    /* Chrome/Opera/Safari */
    /* Firefox 19+ */
    /* IE 10+ */
    /* Firefox 18- */ }
    .footer input::-webkit-input-placeholder,
    .footer textarea::-webkit-input-placeholder {
      color: #000;
      font-size: 1.4rem;
      line-height: 1.57; }
    .footer input::-moz-placeholder,
    .footer textarea::-moz-placeholder {
      color: #000;
      font-size: 1.4rem;
      line-height: 1.57; }
    .footer input:-ms-input-placeholder,
    .footer textarea:-ms-input-placeholder {
      color: #000;
      font-size: 1.4rem;
      line-height: 1.57; }
    .footer input:-moz-placeholder,
    .footer textarea:-moz-placeholder {
      color: #000;
      font-size: 1.4rem;
      line-height: 1.57; }
    .footer input::placeholder,
    .footer textarea::placeholder {
      color: #000;
      font-size: 1.4rem;
      line-height: 1.57; }
    @media screen and (max-width: 992px) {
      .footer input,
      .footer textarea {
        margin-bottom: 1rem; } }
  .footer__content {
    padding-bottom: 10rem; }
    @media screen and (max-width: 1199px) {
      .footer__content {
        padding-bottom: 5rem; } }
  .footer a {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none; }
    .footer a:hover {
      background-color: #ffeb00; }
    .footer a[href^=mailto] {
      font-weight: normal;
      text-decoration: none;
      text-transform: lowercase; }
    .footer a[href^=tel] {
      font-weight: normal;
      text-decoration: none;
      text-transform: initial; }
      .footer a[href^=tel]:hover {
        background-color: initial; }

.footer__content > .col-lg-12,
.footer__content > .col-md-12,
.footer__content > .col-sm-12,
.footer__content > .col-xs-12,
.page__content > .col-lg-12,
.page__content > .col-md-12,
.page__content > .col-sm-12,
.page__content > .col-xs-12 {
  margin-bottom: 2.5rem; }
  .footer__content > .col-lg-12:last-of-type,
  .footer__content > .col-md-12:last-of-type,
  .footer__content > .col-sm-12:last-of-type,
  .footer__content > .col-xs-12:last-of-type,
  .page__content > .col-lg-12:last-of-type,
  .page__content > .col-md-12:last-of-type,
  .page__content > .col-sm-12:last-of-type,
  .page__content > .col-xs-12:last-of-type {
    margin-bottom: 0; }

@media only screen and (min-width: 576px) {
  .footer__content > .col-xs-1,
  .page__content > .col-xs-1 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 576px) {
  .footer__content > .col-xs-2,
  .page__content > .col-xs-2 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 576px) {
  .footer__content > .col-xs-3,
  .page__content > .col-xs-3 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 576px) {
  .footer__content > .col-xs-4,
  .page__content > .col-xs-4 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 576px) {
  .footer__content > .col-xs-5,
  .page__content > .col-xs-5 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 576px) {
  .footer__content > .col-xs-6,
  .page__content > .col-xs-6 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 576px) {
  .footer__content > .col-xs-7,
  .page__content > .col-xs-7 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 576px) {
  .footer__content > .col-xs-8,
  .page__content > .col-xs-8 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 576px) {
  .footer__content > .col-xs-9,
  .page__content > .col-xs-9 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 576px) {
  .footer__content > .col-xs-10,
  .page__content > .col-xs-10 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 576px) {
  .footer__content > .col-xs-11,
  .page__content > .col-xs-11 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 768px) {
  .footer__content > .col-sm-1,
  .page__content > .col-sm-1 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 768px) {
  .footer__content > .col-sm-2,
  .page__content > .col-sm-2 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 768px) {
  .footer__content > .col-sm-3,
  .page__content > .col-sm-3 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 768px) {
  .footer__content > .col-sm-4,
  .page__content > .col-sm-4 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 768px) {
  .footer__content > .col-sm-5,
  .page__content > .col-sm-5 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 768px) {
  .footer__content > .col-sm-6,
  .page__content > .col-sm-6 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 768px) {
  .footer__content > .col-sm-7,
  .page__content > .col-sm-7 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 768px) {
  .footer__content > .col-sm-8,
  .page__content > .col-sm-8 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 768px) {
  .footer__content > .col-sm-9,
  .page__content > .col-sm-9 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 768px) {
  .footer__content > .col-sm-10,
  .page__content > .col-sm-10 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 768px) {
  .footer__content > .col-sm-11,
  .page__content > .col-sm-11 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 992px) {
  .footer__content > .col-md-1,
  .page__content > .col-md-1 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 992px) {
  .footer__content > .col-md-2,
  .page__content > .col-md-2 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 992px) {
  .footer__content > .col-md-3,
  .page__content > .col-md-3 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 992px) {
  .footer__content > .col-md-4,
  .page__content > .col-md-4 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 992px) {
  .footer__content > .col-md-5,
  .page__content > .col-md-5 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 992px) {
  .footer__content > .col-md-6,
  .page__content > .col-md-6 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 992px) {
  .footer__content > .col-md-7,
  .page__content > .col-md-7 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 992px) {
  .footer__content > .col-md-8,
  .page__content > .col-md-8 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 992px) {
  .footer__content > .col-md-9,
  .page__content > .col-md-9 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 992px) {
  .footer__content > .col-md-10,
  .page__content > .col-md-10 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 992px) {
  .footer__content > .col-md-11,
  .page__content > .col-md-11 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 1200px) {
  .footer__content > .col-lg-1,
  .page__content > .col-lg-1 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 1200px) {
  .footer__content > .col-lg-2,
  .page__content > .col-lg-2 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 1200px) {
  .footer__content > .col-lg-3,
  .page__content > .col-lg-3 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 1200px) {
  .footer__content > .col-lg-4,
  .page__content > .col-lg-4 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 1200px) {
  .footer__content > .col-lg-5,
  .page__content > .col-lg-5 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 1200px) {
  .footer__content > .col-lg-6,
  .page__content > .col-lg-6 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 1200px) {
  .footer__content > .col-lg-7,
  .page__content > .col-lg-7 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 1200px) {
  .footer__content > .col-lg-8,
  .page__content > .col-lg-8 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 1200px) {
  .footer__content > .col-lg-9,
  .page__content > .col-lg-9 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 1200px) {
  .footer__content > .col-lg-10,
  .page__content > .col-lg-10 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

@media only screen and (min-width: 1200px) {
  .footer__content > .col-lg-11,
  .page__content > .col-lg-11 {
    margin-bottom: 0;
    padding-left: 45px;
    /*&:first-child {
                padding-right: 45px;
                padding-left: 20px;
            }*/ } }

.login-form {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }
  .login-form form {
    width: 250px;
    margin: 0 auto; }

.register .title {
  margin-bottom: 8.4rem; }

.register__tab-header {
  margin: 0.5rem 0; }

.register__button--disabled:before {
  background-color: #e5e5e5;
  content: ""; }

.register__success-img {
  width: 6.1rem;
  margin-bottom: 3rem; }

.register__yellow-box {
  background: #ffeb00;
  padding: 3.9rem 4.7rem; }

.register__icon {
  width: 16.2%; }

.register__section {
  margin: 2.25rem 0; }
  .register__section:first-child {
    margin: 0 0 2.25rem 0; }
  .register__section:last-child {
    margin: 2.25rem 0 0; }
  .register__section p, .register__section li {
    line-height: 2.2rem; }

.landing__background {
  height: 70vh;
  min-height: 59.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0; }
  .landing__background .VueCarousel-pagination {
    position: relative;
    top: -10rem; }
    @media screen and (max-width: 992px) {
      .landing__background .VueCarousel-pagination {
        top: -5.5rem; } }

.landing__slide {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  min-height: 59.5rem;
  width: 100%; }
  @media screen and (min-width: 1920px) {
    .landing__slide {
      background-size: cover; } }
  @media screen and (max-width: 992px) {
    .landing__slide {
      background-size: cover;
      height: 33vh;
      min-height: 0;
      position: relative;
      z-index: 0; } }
  @media screen and (max-width: 992px) and (max-width: 1023px) and (orientation: landscape) {
    .landing__slide {
      height: 43vw; } }
  .landing__slide--top {
    background-position: top; }
  .landing__slide--bottom {
    background-position: bottom; }
  .landing__slide--left {
    background-position: left; }
  .landing__slide--right {
    background-position: right; }

.landing__hero__section {
  height: 70vh;
  min-height: 59.5rem;
  position: relative;
  z-index: 0; }
  @media screen and (min-width: 1920px) {
    .landing__hero__section {
      background-size: cover; } }
  @media screen and (min-width: 1200px) {
    .landing__hero__section {
      margin-top: -10rem; } }
  @media screen and (max-width: 1199px) {
    .landing__hero__section {
      margin-top: -10rem; } }
  @media screen and (max-width: 992px) {
    .landing__hero__section {
      background-size: cover;
      height: 33vh;
      margin-top: 4rem;
      min-height: 0;
      z-index: 0; } }
  @media screen and (max-width: 992px) and (max-width: 1023px) and (orientation: landscape) {
    .landing__hero__section {
      height: 43vw; } }

.landing__menu-gradient {
  background: black;
  background: -moz-linear-gradient(top, black 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, black 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, black 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
  pointer-events: none;
  height: 12.5rem;
  position: relative;
  z-index: 1; }

.landing__shortcut {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5rem;
  z-index: 1; }
  .landing__shortcut:first-of-type {
    margin-top: 0; }
  @media screen and (max-width: 992px) {
    .landing__shortcut {
      margin: 0;
      width: 33.33%; } }
  .landing__shortcut a {
    color: #fff; }
  .landing__shortcut img {
    height: 8rem;
    width: 7rem; }
  .landing__shortcut h4 {
    font-style: italic; }

.landing__section {
  margin-bottom: 13rem;
  position: relative; }
  .landing__section--short {
    margin-bottom: 6.5rem; }
  .landing__section:last-of-type {
    margin-bottom: 0; }
  @media screen and (max-width: 992px) {
    .landing__section {
      z-index: 1; } }
  @media screen and (max-width: 1199px) {
    .landing__section {
      margin-bottom: 5rem; } }

.landing__shortcuts {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-direction: column;
  margin-top: 1.5rem;
  z-index: 1; }
  @media screen and (max-width: 992px) {
    .landing__shortcuts {
      bottom: 3rem;
      flex-direction: row;
      margin: 0;
      left: 0;
      position: absolute;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .landing__shortcuts {
      display: none; } }

.landing__notification {
  position: relative; }
  .landing__notification .slide-fade-enter-active,
  .landing__notification .slide-fade-leave-active {
    position: absolute;
    width: 100%; }
  .landing__notification .notification__controls {
    align-self: flex-end; }
  .landing__notification .notification__header {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.6rem; }
  .landing__notification .notification__list {
    position: relative; }
    .landing__notification .notification__list-item {
      position: absolute;
      width: 100%; }
      .landing__notification .notification__list-item--hidden {
        position: initial;
        visibility: hidden; }
  .landing__notification .notification__img {
    height: auto;
    max-height: 10rem;
    margin-bottom: 1.6rem;
    width: 14rem; }

.landing__news {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-top: 3.5rem; }
  .landing__news--next, .landing__news--prev {
    cursor: pointer;
    display: block;
    height: 18.6rem;
    position: relative;
    width: 3.3rem; }
    .landing__news--next:after, .landing__news--next:before, .landing__news--prev:after, .landing__news--prev:before {
      content: "";
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/large-arrow.svg?6df74d85cb93e21a145366ee03427ed2);
      background-size: initial;
      display: inline-block;
      height: 100%;
      position: absolute;
      transition: transform 0.2s ease-out;
      top: 0;
      left: 0;
      width: 100%; }
    .landing__news--next:hover:before, .landing__news--prev:hover:before {
      transform: translateX(-0.6rem); }
    .landing__news--next:hover:after, .landing__news--prev:hover:after {
      transform: translateX(0.6rem); }
  .landing__news--disabled {
    cursor: default; }
    .landing__news--disabled:after, .landing__news--disabled:before {
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/large-arrow-grey.svg?fef86029485f79d81f46d0553d3a783f);
      background-size: initial; }
    .landing__news--disabled:hover:before, .landing__news--disabled:hover:after {
      transform: none; }
  .landing__news--prev {
    transform: rotate(180deg); }
    .landing__news--prev:after, .landing__news--prev:before {
      cursor: default; }
  .landing__news .news {
    align-self: flex-start;
    margin: 0 0.7rem;
    width: 24.5rem; }
    .landing__news .news:first-child {
      margin-top: 0; }
    .landing__news .news__section {
      position: relative;
      width: calc(100% - 6.6rem); }
    .landing__news .news__header {
      font-weight: bold; }
    .landing__news .news__slide {
      box-sizing: border-box;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex: 0 1 auto;
      -webkit-box-flex: 0;
      flex: 0 1 auto;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      align-items: center;
      flex-direction: row;
      position: absolute;
      width: 100%; }
      .landing__news .news__slide--invisible {
        visibility: hidden;
        position: static; }
  .landing__news .slide-fade-enter-active,
  .landing__news .slide-fade-leave-active {
    position: absolute;
    width: 100%; }

.landing__training {
  margin-top: -2.25rem; }
  .landing__training__form .row {
    margin-top: 4rem; }
  @media screen and (max-width: 767px) {
    .landing__training__form .col-xs-12 + .col-xs-12 {
      margin-top: 4rem; } }
  @media screen and (max-width: 767px) {
    .landing__training__form .group-type__container {
      margin-bottom: 4rem; }
      .landing__training__form .group-type__container + .col-xs-12 {
        margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .landing__training__form .group-type__container--empty + .col-xs-12 {
      margin-top: 0; } }
  .landing__training__form__submit {
    text-align: right; }
    @media screen and (max-width: 767px) {
      .landing__training__form__submit {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .landing__training__form__submit > .button {
        padding: 2rem 4.8rem 2rem 2.8rem;
        width: 100%; }
        .landing__training__form__submit > .button:hover {
          transform: scale(1.05, 1.05); }
        .landing__training__form__submit > .button:before {
          transform: rotate(-1.5deg); } }

.contact__training-type {
  padding-top: 2.4rem; }
  .contact__training-type .training-type {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 3rem;
    flex-direction: column; }
    @media only screen and (min-width: 992px) {
      .contact__training-type .training-type {
        flex-direction: row;
        flex-wrap: nowrap; } }
    .contact__training-type .training-type__title {
      -webkit-hyphens: manual;
      -moz-hyphens: manual;
      hyphens: manual;
      text-align: center;
      margin-left: 1rem;
      word-break: break-word; }
      @media only screen and (min-width: 992px) {
        .contact__training-type .training-type__title {
          text-align: left; } }
  .contact__training-type .training__img {
    position: relative; }
    .contact__training-type .training__img-background {
      color: #ffeb00;
      font-size: 9rem;
      font-style: italic;
      font-weight: bold;
      position: absolute;
      top: calc(50% - 4.5rem);
      left: -1.5rem;
      z-index: -1; }
    .contact__training-type .training__img img {
      height: 8.5rem;
      width: 8.5rem; }

@media screen and (max-width: 992px) {
  .contact__title-section {
    margin-bottom: 2.5rem; } }

.contact__location-description {
  line-height: 2.1rem; }

.contact .google-map {
  height: 35vh;
  min-height: 20.5rem;
  width: 100%;
  margin: 1.5rem 0; }

.contact .google-static-map {
  height: auto;
  width: 100%;
  margin: 1.6rem 0; }

@media screen and (max-width: 576px) {
  .pricelist .table {
    padding-top: 3.7rem; } }

.pricelist .table .row {
  padding: 1rem 0rem; }
  @media screen and (max-width: 576px) {
    .pricelist .table .row {
      flex-direction: column; } }

.pricelist .table__column {
  line-height: 2.2rem; }
  @media screen and (max-width: 576px) {
    .pricelist .table__column {
      padding: 0 1.3rem 0 0; } }
  @media only screen and (min-width: 576px) {
    .pricelist .table__column {
      text-align: center; }
      .pricelist .table__column:first-child {
        text-align: left; } }
  @media only screen and (min-width: 576px) {
    .pricelist .table__column__1:nth-child(1) {
      -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
      max-width: 60%; }
    .pricelist .table__column__1:nth-child(2) {
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
      max-width: 40%; } }
  @media only screen and (min-width: 576px) {
    .pricelist .table__column__2:nth-child(1) {
      -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
      max-width: 60%; }
    .pricelist .table__column__2:nth-child(2) {
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      max-width: 20%; }
    .pricelist .table__column__2:nth-child(3) {
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      max-width: 20%; } }
  @media only screen and (min-width: 576px) {
    .pricelist .table__column__3:nth-child(1) {
      -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
      max-width: 55%; }
    .pricelist .table__column__3:nth-child(2) {
      -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
      max-width: 15%; }
    .pricelist .table__column__3:nth-child(3) {
      -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
      max-width: 15%; }
    .pricelist .table__column__3:nth-child(4) {
      -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
      max-width: 15%; } }
  @media only screen and (min-width: 576px) {
    .pricelist .table__column__4:nth-child(1) {
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
      max-width: 40%; }
    .pricelist .table__column__4:nth-child(2) {
      -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
      max-width: 15%; }
    .pricelist .table__column__4:nth-child(3) {
      -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
      max-width: 15%; }
    .pricelist .table__column__4:nth-child(4) {
      -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
      max-width: 15%; }
    .pricelist .table__column__4:nth-child(5) {
      -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
      max-width: 15%; } }
  @media only screen and (min-width: 576px) {
    .pricelist .table__column__5:nth-child(1) {
      -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
      max-width: 35%; }
    .pricelist .table__column__5:nth-child(2) {
      -ms-flex-preferred-size: 13%;
      flex-basis: 13%;
      max-width: 13%; }
    .pricelist .table__column__5:nth-child(3) {
      -ms-flex-preferred-size: 13%;
      flex-basis: 13%;
      max-width: 13%; }
    .pricelist .table__column__5:nth-child(4) {
      -ms-flex-preferred-size: 13%;
      flex-basis: 13%;
      max-width: 13%; }
    .pricelist .table__column__5:nth-child(5) {
      -ms-flex-preferred-size: 13%;
      flex-basis: 13%;
      max-width: 13%; }
    .pricelist .table__column__5:nth-child(6) {
      -ms-flex-preferred-size: 13%;
      flex-basis: 13%;
      max-width: 13%; } }
  @media only screen and (min-width: 576px) {
    .pricelist .table__column__6:nth-child(1) {
      -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
      max-width: 34%; }
    .pricelist .table__column__6:nth-child(2) {
      -ms-flex-preferred-size: 11%;
      flex-basis: 11%;
      max-width: 11%; }
    .pricelist .table__column__6:nth-child(3) {
      -ms-flex-preferred-size: 11%;
      flex-basis: 11%;
      max-width: 11%; }
    .pricelist .table__column__6:nth-child(4) {
      -ms-flex-preferred-size: 11%;
      flex-basis: 11%;
      max-width: 11%; }
    .pricelist .table__column__6:nth-child(5) {
      -ms-flex-preferred-size: 11%;
      flex-basis: 11%;
      max-width: 11%; }
    .pricelist .table__column__6:nth-child(6) {
      -ms-flex-preferred-size: 11%;
      flex-basis: 11%;
      max-width: 11%; }
    .pricelist .table__column__6:nth-child(7) {
      -ms-flex-preferred-size: 11%;
      flex-basis: 11%;
      max-width: 11%; } }
  @media only screen and (min-width: 576px) {
    .pricelist .table__column__7:nth-child(1) {
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
      max-width: 30%; }
    .pricelist .table__column__7:nth-child(2) {
      -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
      max-width: 10%; }
    .pricelist .table__column__7:nth-child(3) {
      -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
      max-width: 10%; }
    .pricelist .table__column__7:nth-child(4) {
      -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
      max-width: 10%; }
    .pricelist .table__column__7:nth-child(5) {
      -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
      max-width: 10%; }
    .pricelist .table__column__7:nth-child(6) {
      -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
      max-width: 10%; }
    .pricelist .table__column__7:nth-child(7) {
      -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
      max-width: 10%; }
    .pricelist .table__column__7:nth-child(8) {
      -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
      max-width: 10%; } }

.pricelist .table__header {
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }
  @media screen and (max-width: 576px) {
    .pricelist .table__header {
      display: none; } }

.pricelist__location {
  font-weight: bold;
  display: none; }
  @media screen and (max-width: 576px) {
    .pricelist__location {
      display: inline; } }

.pricelist__training-name, .pricelist__training-occurance {
  display: inline; }
  @media screen and (max-width: 576px) {
    .pricelist__training-name, .pricelist__training-occurance {
      display: block; } }

.pricelist__redirect-section {
  margin-top: 3.5rem; }

.faq__terms .terms__container {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 1rem 0; }
  .faq__terms .terms__container:last-child {
    margin-top: 2rem; }
  .faq__terms .terms__container:last-child {
    margin-bottom: 0; }

.faq__terms .terms__description {
  padding-left: 6rem;
  width: calc(100% - 8.3rem); }

.faq__terms .terms__img {
  width: 8.3rem; }
  .faq__terms .terms__img img {
    height: 6rem;
    width: auto; }

.schedule .table {
  font-style: normal;
  font-stretch: condensed;
  letter-spacing: 0.01rem;
  text-align: left; }
  .schedule .table__column:nth-child(1) {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    max-width: 16%; }
  .schedule .table__column:nth-child(2) {
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
    max-width: 26%; }
  .schedule .table__column:nth-child(3) {
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    max-width: 18%; }
  .schedule .table__column:nth-child(4) {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 0; }
  .schedule .table__column:nth-child(5) {
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    max-width: 18%; }
  .schedule .table__column:nth-child(6) {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%; }
  .schedule .table__column:nth-child(7) {
    -ms-flex-preferred-size: 12%;
    flex-basis: 12%;
    max-width: 12%; }
  .schedule .table__column:nth-child(4) {
    display: none; }
  @media screen and (max-width: 992px) {
    .schedule .table__column {
      padding-left: 0;
      padding-bottom: 1.5rem; }
      .schedule .table__column:nth-child(1) {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%; }
      .schedule .table__column:nth-child(2) {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%; }
      .schedule .table__column:nth-child(3) {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%; }
      .schedule .table__column:nth-child(4) {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%; }
      .schedule .table__column:nth-child(5) {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%; }
      .schedule .table__column:nth-child(6) {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%; }
      .schedule .table__column:nth-child(7) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; }
      .schedule .table__column:nth-child(4) {
        display: block; } }
  .schedule .table__column--warning:before {
    content: "!!";
    color: #ffeb00;
    font-size: 6.5rem;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    pointer-events: none;
    top: calc(0% - 2rem);
    left: -1.8rem;
    line-height: normal;
    letter-spacing: 0.03rem;
    user-select: none;
    z-index: -1; }
  .schedule .table__column.table__no-rows {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .schedule .table__row--disabled {
    color: #e5e5e5; }
    .schedule .table__row--disabled .table__sub-column > div:last-child {
      border-color: #e5e5e5; }
  .schedule .table__sub-column {
    align-content: flex-start;
    border-top: none;
    border-bottom: 0.2rem solid #000;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    .schedule .table__sub-column:last-of-type {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .schedule .table__sub-column .sub-column__item {
      display: inline-block; }

.schedule__configuration {
  margin: 0 0 3.6rem; }
  .schedule__configuration .configuration__submit {
    margin-top: 2.5rem; }
    @media only screen and (min-width: 992px) {
      .schedule__configuration .configuration__submit {
        text-align: right;
        margin-top: 0rem; } }

.schedule .filter {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column; }
  .schedule .filter__column {
    padding: 0 0 3rem 0; }
    .schedule .filter__column:nth-child(1) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .schedule .filter__column:nth-child(2) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .schedule .filter__column:nth-child(3) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .schedule .filter__column:nth-child(4) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .schedule .filter__column:nth-child(5) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .schedule .filter__column:last-child {
      padding-bottom: 0; }
  @media only screen and (min-width: 992px) {
    .schedule .filter {
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      flex-direction: row; }
      .schedule .filter .filter__column {
        padding: 0 3rem 0 0; }
        .schedule .filter .filter__column:nth-child(1) {
          -ms-flex-preferred-size: 18%;
          flex-basis: 18%;
          max-width: 18%; }
        .schedule .filter .filter__column:nth-child(2) {
          -ms-flex-preferred-size: 27%;
          flex-basis: 27%;
          max-width: 27%; }
        .schedule .filter .filter__column:nth-child(3) {
          -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
          max-width: 20%; }
        .schedule .filter .filter__column:nth-child(4) {
          -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
          max-width: 20%; }
        .schedule .filter .filter__column:nth-child(5) {
          -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
          max-width: 15%; }
        .schedule .filter .filter__column:last-child {
          padding-right: 0; } }

.schedule__notification {
  font-size: 1.8rem;
  font-weight: normal;
  font-style: italic;
  font-stretch: condensed;
  line-height: 1.22;
  letter-spacing: 0.01rem;
  margin: 5rem 0 2.6rem; }
  @media screen and (max-width: 992px) {
    .schedule__notification {
      margin-top: 1.5rem; } }

.training__types {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 2.4rem;
  margin-bottom: -1rem; }
  @media screen and (max-width: 1199px) {
    .training__types {
      margin-top: 0; } }

.training__type {
  position: relative;
  text-align: center;
  margin: 1rem;
  width: 105px; }
  @media screen and (max-width: 1199px) {
    .training__type {
      margin: 0 1rem; } }

.training__img {
  position: relative; }
  .training__img-background {
    color: #ffeb00;
    font-size: 9rem;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    top: calc(50% - 4.5rem);
    left: -0.5rem;
    z-index: -1; }
  .training__img img {
    height: 9.5rem;
    width: 9.5rem; }

.training__name {
  hyphens: auto;
  font-style: normal;
  font-weight: bold;
  font-stretch: condensed;
  text-align: center;
  line-height: 1.57;
  letter-spacing: 0.1px;
  max-width: 11rem;
  word-break: break-word;
  -webkit-hyphens: manual;
  -moz-hyphens: manual; }

.training__menu {
  border-bottom: 0.3rem solid #000;
  padding-bottom: 4.3rem;
  margin-bottom: 4.9rem; }
  .training__menu .training__type {
    opacity: 0.2; }
    .training__menu .training__type--active {
      opacity: 1; }

.training__control-container {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .training__control-container .button--tiny {
    margin-top: 1.7rem; }
    @media only screen and (min-width: 992px) {
      .training__control-container .button--tiny {
        margin-top: 0; } }
  @media only screen and (min-width: 992px) {
    .training__control-container {
      -ms-flex-pack: end;
      -webkit-box-pack: end;
      justify-content: flex-end;
      text-align: end; } }

.person {
  border-top: #000 solid 0.2rem;
  height: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .person__details {
    margin-bottom: 8rem; }
    @media screen and (max-width: 576px) {
      .person__details {
        margin-bottom: 0; } }
  @media screen and (max-width: 576px) {
    .person__data {
      margin-bottom: 2.5rem; } }
  .person__data:first-child {
    width: 40.58%;
    max-width: 20.5rem;
    margin-right: 7.57%; }
  .person__data:nth-child(2) {
    position: relative;
    width: 51.84%; }
  .person__footer {
    bottom: 0.5rem;
    left: 0;
    position: absolute; }
    @media screen and (max-width: 576px) {
      .person__footer {
        display: none; } }
    .person__footer--mobile-only {
      display: none;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      @media screen and (max-width: 576px) {
        .person__footer--mobile-only {
          display: block; } }
      .person__footer--mobile-only > .button {
        padding: 2rem 4.8rem 2rem 2.8rem;
        width: 100%; }
        .person__footer--mobile-only > .button:hover {
          transform: scale(1.05, 1.05); }
        .person__footer--mobile-only > .button:before {
          transform: rotate(-1.5deg); }
  .person__name {
    margin-bottom: 2rem;
    word-break: break-word; }
  .person__skills {
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-transform: uppercase; }
  @media only screen and (min-width: 992px) {
    .person__list > * .person {
      border-top: #000 solid 0.2rem; }
    .person__list > *:nth-child(even) {
      padding-left: 45px; }
    .person__list > *:nth-child(odd) {
      padding-right: 45px; }
    .person__list > *:nth-last-child(2) .person {
      border-bottom: #000 solid 0.2rem; } }
  .person__list > *:last-child .person {
    border-bottom: #000 solid 0.2rem; }
  .person__image {
    width: 100%;
    height: auto; }
  .person div.person__image {
    background-color: #ebebeb;
    width: 100%;
    height: 100%; }
  .person__moto {
    font-size: 1.8rem;
    font-weight: bold;
    font-style: italic;
    line-height: normal;
    letter-spacing: 0.01rem;
    padding: 3.4rem 0 0;
    text-transform: uppercase; }

.blog .table .row {
  flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .blog .table .row {
      flex-direction: row; } }

.blog .table__column {
  width: 100%; }
  .blog .table__column:first-child {
    padding: 0;
    text-align: center;
    margin-bottom: 2.5rem; }
  .blog .table__column:last-child {
    padding: 0; }
  @media only screen and (min-width: 992px) {
    .blog .table__column:last-child {
      -ms-flex-preferred-size: calc(87% - 20.4rem);
      flex-basis: calc(87% - 20.4rem);
      max-width: calc(87% - 20.4rem); }
    .blog .table__column:first-child {
      height: initial;
      margin-right: 13%;
      margin-bottom: 0;
      width: 20.4rem; } }

.blog__img {
  height: auto;
  width: 100%; }

.blog div.blog__img {
  background-color: #ebebeb;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .blog div.blog__img {
      height: 100%; } }

@media only screen and (min-width: 1200px) {
  .blog__article-section {
    order: 0;
    padding-right: 45px; } }

@media only screen and (min-width: 1200px) {
  .blog__search {
    position: sticky; } }

.blog__search-section {
  margin-bottom: 2.5rem; }
  .blog__search-section h3 {
    font-style: italic; }
  @media only screen and (min-width: 1200px) {
    .blog__search-section {
      order: 1;
      padding-left: 45px; } }

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

.blog__archive {
  margin-bottom: 8.3rem; }
  @media screen and (max-width: 1199px) {
    .blog__archive {
      margin-bottom: 1.5rem; } }

.blog__menu {
  background: #fff;
  cursor: default;
  margin-top: 2.2rem; }
  .blog__menu-item {
    background: #fff;
    font-weight: bold;
    line-height: 1.5; }
    .blog__menu-item a {
      text-transform: capitalize; }
    .blog__menu-item:hover .blog__sub-menu {
      display: block; }

.blog__sub-menu {
  cursor: pointer;
  display: none; }
  @media only screen and (min-width: 1200px) {
    .blog__sub-menu {
      display: block; } }
  .blog__sub-menu-item {
    font-weight: normal; }

.article__data {
  margin-bottom: 2.5rem; }
  .article__data > h1, .article__data > h2, .article__data > h3, .article__data > h4, .article__data > h5, .article__data > p, .article__data > ol, .article__data > ul {
    margin-bottom: 2.5rem; }

.article__title {
  margin: 3.5rem 0 2.5rem; }

.article__section {
  border-top: #000 solid 0.2rem;
  line-height: 1.5;
  padding: 2.5rem 0; }
  .article__section:last-child {
    border-bottom: #000 solid 0.2rem; }

.article__image {
  max-width: 100%;
  height: auto; }

.article__gallery {
  margin-bottom: 3.5rem; }
  .article__gallery .article__image + .article__image {
    margin-top: 1.9rem; }

.article__links {
  border-top: #000 solid 0.2rem; }
  .article__links:last-child {
    border-bottom: #000 solid 0.2rem; }

.article__link {
  display: block;
  padding: 2.4rem 2.4rem 2.4rem 0; }

.article__social-links {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1.4rem 0 0; }

.article__social-link:first-child {
  margin-right: 0.3rem; }

.pagination__container {
  border-bottom: none;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.cke_editable_themed h1, .cke_editable_themed h2, .cke_editable_themed h3, .cke_editable_themed h4, .cke_editable_themed h5, .cke_editable_themed p, .cke_editable_themed ol, .cke_editable_themed ul {
  margin-bottom: 2.5rem; }

.events__controls {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-direction: column-reverse;
  margin-bottom: 3.7rem; }
  @media only screen and (min-width: 992px) {
    .events__controls {
      flex-direction: row; } }

.events__pagination {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 4rem;
  font-weight: bold;
  font-style: italic;
  line-height: normal;
  letter-spacing: 0.02rem;
  word-break: keep-all; }
  .events__pagination + .events__pagination {
    margin-left: 7.2rem; }
    @media screen and (max-width: 576px) {
      .events__pagination + .events__pagination {
        margin-left: 0; } }
  .events__pagination--switch {
    text-align: center; }
    .events__pagination--switch img {
      height: 2.5rem;
      width: 1rem; }
    .events__pagination--switch:first-of-type {
      padding-right: 1.6rem; }
    .events__pagination--switch:last-of-type {
      padding-left: 1.6rem; }
    .events__pagination--switch a {
      display: inline-block;
      height: 2.2rem;
      width: 2.4rem; }
    .events__pagination--switch.prev a {
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/arrow-reverse.svg?88a84d2214d6505d9c14ac184e49f4a0);
      background-size: initial;
      background-size: 100% 100%; }
    .events__pagination--switch.next a {
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/arrow.svg?ab8fd3c3e630f51f7842542dde6a8336);
      background-size: initial;
      background-size: 100% 100%; }
  .events__pagination-section {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 576px) {
      .events__pagination-section {
        flex-direction: column; } }
  @media only screen and (min-width: 500px) {
    .events__pagination.month > span {
      margin: 0 2rem; } }

.events__table .table__column {
  padding: 0 0.8rem; }
  .events__table .table__column:nth-child(1) {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%; }
  .events__table .table__column:nth-child(2) {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 0; }
  .events__table .table__column:nth-child(3) {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%; }
  .events__table .table__column:nth-child(4) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  @media screen and (max-width: 767px) {
    .events__table .table__column:nth-child(2) {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .events__table .table__column:nth-child(1) {
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      max-width: 20%; }
    .events__table .table__column:nth-child(2) {
      -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
      max-width: 15%; }
    .events__table .table__column:nth-child(3) {
      -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
      max-width: 65%; }
    .events__table .table__column:nth-child(4) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 992px) {
    .events__table .table__column:nth-child(1) {
      -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
      max-width: 12%; }
    .events__table .table__column:nth-child(2) {
      -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
      max-width: 5%; }
    .events__table .table__column:nth-child(3) {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
      max-width: 33%; }
    .events__table .table__column:nth-child(4) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
  .events__table .table__column:first-child {
    padding: 0 0.8rem 0 0; }
  .events__table .table__column:last-child {
    padding: 0 0 0 0.8rem; }

.events__table .img {
  height: 3.8rem;
  width: 4rem; }

.events__table div.img {
  background-color: #ebebeb; }

.events__types {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.events__links {
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 992px) {
    .events__links {
      -ms-flex-pack: end;
      -webkit-box-pack: end;
      justify-content: flex-end;
      text-align: end;
      flex-wrap: nowrap; }
      .events__links .button--primary {
        margin: -1.2rem 0 -1.2rem 2.4rem; }
      .events__links .button--secondary {
        padding: 0.3rem 2.4rem 0.3rem; } }

.events__link {
  margin-right: 2.4rem; }
  .events__link:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 992px) {
    .events__link {
      margin-right: 0; } }

.events__views {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }
  .events__views img {
    width: 2.4rem;
    height: auto; }

.events__view + .events__view {
  margin-left: 1.8rem; }

.events__views, .events__types {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.events__type {
  padding: 0.9rem 2.8rem;
  margin-right: 1.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  user-select: none; }
  .events__type:nth-of-type(1) {
    background-color: #ebebeb; }
  .events__type:nth-of-type(2) {
    background-color: #b7b7b7; }
  .events__type:nth-of-type(3) {
    background-color: #fff200; }
  .events__type:last-of-type {
    margin-right: 0; }
  @media only screen and (max-width: 992px) {
    .events__type {
      padding: 0.9rem 1.8rem;
      margin-top: 1.6rem; } }

.events__view {
  opacity: 0.3; }
  .events__view a {
    display: inline-block;
    height: 2.2rem;
    width: 2.4rem; }
  .events__view.active, .events__view:hover {
    opacity: 1; }
  .events__view--calendar a {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/calendar-black.svg?cb4f0332bd08c35ab2eb039ad8e28993);
    background-size: initial;
    background-size: 100% 100%; }
  .events__view--list a {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/list.svg?77b3cc827613ae7d49f9c8b3ebf06d65);
    background-size: initial;
    background-size: 100% 100%; }

@media only screen and (max-width: 992px) {
  .events__types--header {
    display: none; } }

.events__types--footer {
  display: none;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }
  @media only screen and (max-width: 992px) {
    .events__types--footer {
      display: flex; } }

.events__controls {
  position: relative; }

@media only screen and (max-width: 992px) {
  .events__pagination-section {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: row; }
    .events__pagination-section .events__pagination {
      margin: 0; }
  .events__views {
    flex-direction: column;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 0.5rem;
    flex-direction: column-reverse; }
    .events__views .events__view {
      margin: 0.5rem 0; } }

.calendar__row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.calendar__cell {
  position: relative;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-direction: column; }
  .calendar__cell::before {
    content: '';
    position: absolute;
    top: 1.1rem;
    left: 0.9rem;
    right: 0.9rem;
    height: 2rem;
    border-top: 2px solid black; }
  .calendar__cell--type-1 {
    background-color: #ebebeb; }
  .calendar__cell--type-2 {
    background-color: #cccccc; }
  .calendar__cell--type-3 {
    background-color: #fff200; }
  .calendar__cell--hidden {
    opacity: 0.2; }
  .calendar__cell--size-2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2; }
    .calendar__cell--size-2::before {
      width: calc((100% - 4rem) / 2); }
      @media only screen and (max-width: 992px) {
        .calendar__cell--size-2::before {
          width: calc((100% - 5rem) / 2); } }
      @media only screen and (max-width: 400px) {
        .calendar__cell--size-2::before {
          width: calc((100% - 4rem) / 2); } }
  .calendar__cell > h3 {
    position: relative;
    padding: 1.1rem 1.1rem 0.5rem;
    top: 1rem;
    font-size: 4rem;
    font-style: italic;
    letter-spacing: 0.2px;
    z-index: 3; }
    @media only screen and (max-width: 992px) {
      .calendar__cell > h3 {
        padding: 1.1rem 0.6rem 0.5rem;
        top: 0.5rem; } }
    @media only screen and (max-width: 495px) {
      .calendar__cell > h3 {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 400px) {
      .calendar__cell > h3 {
        font-size: 2.5rem; } }
  .calendar__cell > div {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media only screen and (max-width: 992px) {
      .calendar__cell > div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        bottom: 0;
        overflow: hidden;
        display: grid;
        justify-content: initial; } }
    .calendar__cell > div > h5 {
      padding: 1rem 1.1rem;
      letter-spacing: 0.1px;
      font-weight: normal;
      line-height: normal;
      word-break: break-word; }
      @media only screen and (max-width: 992px) {
        .calendar__cell > div > h5 > span {
          display: none; } }
  .calendar__cell-links {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
    @media only screen and (max-width: 992px) {
      .calendar__cell-links {
        display: none; } }
    .calendar__cell-links li {
      padding: 0 1.5rem; }
  .calendar__cell-button {
    padding-right: 0.6rem;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
    .calendar__cell-button > a {
      margin: 1rem auto auto; }
    @media only screen and (max-width: 992px) {
      .calendar__cell-button > a {
        display: none; } }

.calendar__table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [col-start] [7];
  grid-template-columns: repeat(7, 1fr [col-start]);
  grid-column-gap: 0.3rem;
  grid-row-gap: 1.2rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  margin-bottom: 2rem; }
  .calendar__table--rows-4 {
    -ms-grid-rows: 1fr [col-start] [4];
    grid-template-rows: repeat(4, 1fr [col-start]); }
  .calendar__table--rows-5 {
    -ms-grid-rows: 1fr [col-start] [5];
    grid-template-rows: repeat(5, 1fr [col-start]); }
  @media only screen and (max-width: 992px) {
    .calendar__table {
      grid-column-gap: 1.5rem; }
      .calendar__table--rows-4 {
        -ms-grid-rows: 1fr [col-start] [4];
        grid-template-rows: repeat(4, 70px [col-start]); }
      .calendar__table--rows-5 {
        -ms-grid-rows: 1fr [col-start] [5];
        grid-template-rows: repeat(5, 70px [col-start]); } }
  @media only screen and (max-width: 495px) {
    .calendar__table {
      grid-column-gap: 0.5rem; } }

.gallery__img-hover {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffeb00;
  flex-direction: column;
  height: 100%;
  padding: 2.8rem 2.2rem 0;
  opacity: 0;
  position: absolute;
  transition: all 300ms ease-in-out;
  top: 0;
  left: 0;
  width: 100%; }
  .gallery__img-hover__footer {
    text-align: right; }
  .gallery__img-hover .button {
    color: #fff; }
    .gallery__img-hover .button:before, .gallery__img-hover .button:after {
      background-image: url(../images/arrow-white.svg?22f61f53050ffd7365f3f66c0335908b); }

.gallery .table .row {
  flex-direction: column; }
  .gallery .table .row:last-of-type {
    border-bottom: none; }

.gallery .table__column {
  height: auto;
  width: 100%;
  padding: 0; }

.gallery .table--monthly {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .gallery .table--monthly .table__row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    width: 33.3333%;
    padding: 0 0.65rem 0 0.65rem; }
    .gallery .table--monthly .table__row:last-child {
      padding-right: 0; }
    .gallery .table--monthly .table__row:first-child {
      padding-left: 0; }
    .gallery .table--monthly .table__row--col3 {
      -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
      max-width: 33.3333%; }
    .gallery .table--monthly .table__row--col2 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .gallery .table--monthly .table__row--col1 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
  .gallery .table--monthly .table__column {
    position: relative;
    transition: all 300ms ease-in-out;
    margin: 0.65rem 0 0.65rem; }
    .gallery .table--monthly .table__column:last-child {
      margin-right: 0; }
    .gallery .table--monthly .table__column:first-child {
      margin-left: 0; }
    .gallery .table--monthly .table__column:hover {
      background-color: rgba(0, 0, 0, 0.3); }
      .gallery .table--monthly .table__column:hover .gallery__img-hover {
        opacity: 1; }

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

.media__section {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%; }

.media__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .media__title h2 {
    letter-spacing: 0.1px;
    font-size: 1.8rem;
    word-wrap: break-word;
    word-break: break-word; }
  .media__title span {
    font-weight: 300;
    text-transform: none;
    margin-left: 5px; }

.kidstalk .header__nav {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end; }

@media screen and (max-width: 1199px) {
  .kidstalk .kidstalk__header {
    margin-bottom: 20px; } }

.kidstalk .kidstalk__header--right {
  position: relative; }

.kidstalk .kidstalk__floating-duck {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/floating-duck.svg?a8a0893680a0899cba296acb17b69b0e);
  background-size: initial;
  background-size: 100% 100%;
  display: inline-block;
  width: 100%;
  height: 7.3rem;
  left: 0;
  top: 0;
  position: absolute; }
  @media screen and (max-width: 1199px) {
    .kidstalk .kidstalk__floating-duck {
      position: relative; } }

.kidstalk .kidstalk__col {
  flex-direction: column; }

.kidstalk .page__footer {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }
  @media only screen and (min-width: 992px) {
    .kidstalk .page__footer {
      margin-top: 7rem; } }

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

.kidstalk .kidstalk__content,
.kidstalk .kidstalk__content p {
  line-height: 1.5;
  text-align: center; }

.kidstalk .kidstalk__item {
  flex-direction: column;
  margin-bottom: 7.8rem; }
  @media only screen and (min-width: 992px) {
    .kidstalk .kidstalk__item:last-of-type {
      margin-bottom: 40px; } }

.kidstalk .kidstalk__separator {
  display: flex;
  width: 100%;
  height: 2rem;
  margin: 1.5rem 0 0.5rem;
  position: relative;
  overflow: hidden;
  background-repeat-x: repeat; }
  .kidstalk .kidstalk__separator > span {
    border-top: 0.2rem solid black;
    width: 100%;
    position: absolute;
    top: 0.05rem; }
  .kidstalk .kidstalk__separator::before {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/separator-triangular.svg?d563deb9f7f38f5c09118ffeb7fda444);
    background-size: initial;
    top: 0.1rem;
    height: 2rem;
    width: 100%;
    z-index: 2; }

.table__contracts__cancelation-info div {
  margin: 6px 0; }

.table__contracts .table__header {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.22; }
  @media screen and (max-width: 992px) {
    .table__contracts .table__header {
      display: none; } }
  .table__contracts .table__header--small {
    display: none; }
    @media screen and (max-width: 992px) {
      .table__contracts .table__header--small {
        display: inline; } }

.table__contracts .table__column {
  line-height: 1.5; }
  .table__contracts .table__column:nth-child(1) {
    -ms-flex-preferred-size: 8%;
    flex-basis: 8%;
    max-width: 8%; }
  .table__contracts .table__column:nth-child(2) {
    -ms-flex-preferred-size: 8%;
    flex-basis: 8%;
    max-width: 8%; }
  .table__contracts .table__column:nth-child(3) {
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
    max-width: 19%; }
  .table__contracts .table__column:nth-child(4) {
    -ms-flex-preferred-size: 9%;
    flex-basis: 9%;
    max-width: 9%; }
  .table__contracts .table__column:nth-child(5) {
    -ms-flex-preferred-size: 9%;
    flex-basis: 9%;
    max-width: 9%; }
  .table__contracts .table__column:nth-child(6) {
    -ms-flex-preferred-size: 9%;
    flex-basis: 9%;
    max-width: 9%; }
  .table__contracts .table__column:nth-child(7) {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    max-width: 16%; }
  .table__contracts .table__column:nth-child(8) {
    -ms-flex-preferred-size: 9%;
    flex-basis: 9%;
    max-width: 9%; }
  .table__contracts .table__column:nth-child(9) {
    -ms-flex-preferred-size: 13%;
    flex-basis: 13%;
    max-width: 13%; }
  .table__contracts .table__column:nth-child(10) {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    max-width: 22%; }
  @media screen and (max-width: 992px) {
    .table__contracts .table__column:nth-child(1) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .table__contracts .table__column:nth-child(2) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .table__contracts .table__column:nth-child(3) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .table__contracts .table__column:nth-child(4) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .table__contracts .table__column:nth-child(5) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .table__contracts .table__column:nth-child(6) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .table__contracts .table__column:nth-child(7) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__contracts .table__column:nth-child(8) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__contracts .table__column:nth-child(9) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__contracts .table__column:nth-child(10) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__contracts .table__column:first-child {
      padding-left: 1.3rem; }
    .table__contracts .table__column:last-child {
      padding-top: 1.3rem; } }
  @media screen and (max-width: 767px) {
    .table__contracts .table__column:nth-child(1) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__contracts .table__column:nth-child(2) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__contracts .table__column:nth-child(3) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__contracts .table__column:nth-child(4) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__contracts .table__column:nth-child(5) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__contracts .table__column:nth-child(6) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__contracts .table__column:nth-child(7) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__contracts .table__column:first-child {
      padding-left: 1.3rem; }
    .table__contracts .table__column:last-child {
      padding-top: 1.3rem; } }

.table__contracts .table__control {
  margin-bottom: 1rem; }
  .table__contracts .table__control:last-of-type {
    margin-bottom: 0; }
  .table__contracts .table__control button + button {
    margin-left: 1rem; }

@media screen and (max-width: 992px) {
  .table__contracts .table__controls {
    padding-top: 1rem; } }

@media screen and (max-width: 767px) {
  .table__contracts .row {
    flex-direction: column; } }

.table__contracts .form select {
  font-size: 1.4rem; }

.table__invoices .table__header {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.22; }
  @media screen and (max-width: 992px) {
    .table__invoices .table__header {
      display: none; } }
  .table__invoices .table__header--small {
    display: none; }
    @media screen and (max-width: 992px) {
      .table__invoices .table__header--small {
        display: inline; } }

.table__invoices .table__column {
  line-height: 1.5; }
  .table__invoices .table__column:nth-child(1) {
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%; }
  .table__invoices .table__column:nth-child(2) {
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%; }
  .table__invoices .table__column:nth-child(3) {
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%; }
  .table__invoices .table__column:nth-child(4) {
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%; }
  .table__invoices .table__column:nth-child(5) {
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%; }
  .table__invoices .table__column:nth-child(6) {
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%; }
  @media screen and (max-width: 992px) {
    .table__invoices .table__column:nth-child(1) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .table__invoices .table__column:nth-child(2) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .table__invoices .table__column:nth-child(3) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .table__invoices .table__column:nth-child(4) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .table__invoices .table__column:nth-child(5) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .table__invoices .table__column:nth-child(6) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .table__invoices .table__column:nth-child(7) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__invoices .table__column:nth-child(8) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__invoices .table__column:nth-child(9) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__invoices .table__column:nth-child(10) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__invoices .table__column:first-child {
      padding-left: 1.3rem; }
    .table__invoices .table__column:last-child {
      padding-top: 1.3rem; } }
  @media screen and (max-width: 767px) {
    .table__invoices .table__column:nth-child(1) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__invoices .table__column:nth-child(2) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__invoices .table__column:nth-child(3) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__invoices .table__column:nth-child(4) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__invoices .table__column:nth-child(5) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__invoices .table__column:nth-child(6) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__invoices .table__column:nth-child(7) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__invoices .table__column:first-child {
      padding-left: 1.3rem; }
    .table__invoices .table__column:last-child {
      padding-top: 1.3rem; } }

@media screen and (max-width: 767px) {
  .table__invoices .row {
    flex-direction: column; } }

.table__events .table__header {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.22; }
  @media screen and (max-width: 992px) {
    .table__events .table__header {
      display: none; } }
  .table__events .table__header--small {
    display: none; }
    @media screen and (max-width: 992px) {
      .table__events .table__header--small {
        display: inline; } }

.table__events .table__column {
  line-height: 1.5; }
  .table__events .table__column:nth-child(1) {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .table__events .table__column:nth-child(2) {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .table__events .table__column:nth-child(3) {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .table__events .table__column:nth-child(4) {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .table__events .table__column:nth-child(5) {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  @media screen and (max-width: 992px) {
    .table__events .table__column:nth-child(1) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .table__events .table__column:nth-child(2) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .table__events .table__column:nth-child(3) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .table__events .table__column:nth-child(4) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .table__events .table__column:nth-child(5) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .table__events .table__column:nth-child(6) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .table__events .table__column:nth-child(7) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__events .table__column:nth-child(8) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__events .table__column:nth-child(9) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__events .table__column:nth-child(10) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__events .table__column:first-child {
      padding-left: 1.3rem; }
    .table__events .table__column:last-child {
      padding-top: 1.3rem; } }
  @media screen and (max-width: 767px) {
    .table__events .table__column:nth-child(1) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__events .table__column:nth-child(2) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__events .table__column:nth-child(3) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__events .table__column:nth-child(4) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__events .table__column:nth-child(5) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__events .table__column:nth-child(6) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__events .table__column:nth-child(7) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .table__events .table__column:first-child {
      padding-left: 1.3rem; }
    .table__events .table__column:last-child {
      padding-top: 1.3rem; } }

@media screen and (max-width: 767px) {
  .table__events .row {
    flex-direction: column; } }

.shop__products {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.shop__widget {
  margin-bottom: 4rem; }
  @media only screen and (max-width: 1200px) {
    .shop__widget {
      margin-bottom: 2rem; } }
  .shop__widget--sizes label {
    cursor: pointer; }
    .shop__widget--sizes label input {
      display: none; }
      .shop__widget--sizes label input:checked + span {
        font-weight: bold; }
  .shop__widget--sizes a, .shop__widget--categories a {
    text-transform: none; }

.shop__product--image {
  margin-bottom: 1.3rem;
  position: relative; }
  .shop__product--image img {
    width: 100%;
    height: auto;
    display: block;
    padding-right: 0.7rem; }

.shop__product--gallery {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 1.8rem;
  margin-right: -0.9rem; }
  .shop__product--gallery > * {
    width: 20%;
    padding-right: 0.9rem; }

.shop__product-price {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.6rem; }
  .shop__product-price--value {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 3rem; }
    .shop__product-price--value > label {
      margin-right: 0.5rem; }
  .shop__product-price--changer {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .shop__product-price--changer > a {
      box-sizing: border-box;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex: 0 1 auto;
      -webkit-box-flex: 0;
      flex: 0 1 auto;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      font-size: 1.8rem;
      font-weight: bold;
      line-height: normal; }
    .shop__product-price--changer input {
      width: 20px;
      border: none;
      font-style: normal;
      text-align: center; }

@media only screen and (min-width: 1200px) {
  .shop__product--summary {
    margin-left: 7%; } }

.shop__product--summary .divider {
  border: 1px solid #00000b;
  margin: 2.2rem 0; }

.shop__product--summary .section {
  line-height: 2.1rem; }
  .shop__product--summary .section label {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    margin-right: 0.2rem; }

.shop__product--summary .button--primary {
  float: right; }

.shop__product--bottom {
  margin-top: 3.2rem; }
  @media only screen and (max-width: 1200px) {
    .shop__product--bottom {
      margin-top: 4rem; } }
  @media only screen and (max-width: 470px) {
    .shop__product--bottom {
      flex-direction: column;
      margin-top: 2rem; }
      .shop__product--bottom .col-xs-6 {
        max-width: 100%;
        flex-basis: 100%;
        margin-top: 1rem; } }

.shop__product-item {
  width: 27%;
  margin: 0 3%; }
  .shop__product-item:nth-child(n+3) {
    margin-bottom: 6rem; }
  @media only screen and (max-width: 576px) {
    .shop__product-item {
      width: 45%;
      margin: 0 2.5%; }
      .shop__product-item:nth-child(n+2) {
        margin-bottom: 6rem; } }
  @media only screen and (max-width: 450px) {
    .shop__product-item {
      width: 100%;
      margin: 0;
      margin-bottom: 6rem; } }
  .shop__product-item--block {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    top: 0;
    z-index: 5;
    bottom: 0;
    right: 0;
    left: 0; }
    .shop__product-item--block > a {
      color: #ffffff;
      z-index: 7; }
      .shop__product-item--block > a > span {
        font-style: italic; }
      .shop__product-item--block > a:hover {
        color: #fff200; }
    .shop__product-item--block::before {
      z-index: 1;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      opacity: 0.75;
      position: absolute;
      background-color: #000000; }
  .shop__product-item--image {
    margin-bottom: 1.3rem;
    position: relative; }
    .shop__product-item--image img {
      width: 100%;
      height: auto;
      display: block; }
    .shop__product-item--image .shop__product-item--block {
      display: none; }
    .shop__product-item--image:hover .shop__product-item--block {
      box-sizing: border-box;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex: 0 1 auto;
      -webkit-box-flex: 0;
      flex: 0 1 auto;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  .shop__product-item--bottom {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
    .shop__product-item--bottom > div {
      -ms-flex-preferred-size: 80%;
      flex-basis: 80%; }

.shop__icon--add-to-cart {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/shopping-cart-white.svg?8f070073b732ec764fe60d253973848e);
  background-size: initial;
  display: inline-block;
  height: 2.5rem;
  width: 100%;
  margin-bottom: 0.2rem; }

.shop__icon--menu-item {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/shopping-cart.svg?e83d44d8d600304247170c5c3c8e791c);
  background-size: initial;
  display: inline-block;
  height: 14px;
  width: 13px;
  position: relative;
  top: 2px; }

.shop__icon--right-arrow {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/arrow-white.svg?22f61f53050ffd7365f3f66c0335908b);
  background-size: initial;
  display: inline-block;
  height: 2.5rem;
  width: 100%;
  margin-bottom: 0.4rem; }

.shop__button--add-to-cart:hover > i {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/shopping-cart-yellow.svg?21360545e7e47f56e7ad4936b89c2a1e);
  background-size: initial; }

.shop__button--product-view:hover > i {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/arrow-yellow.svg?cf19a914d31cddaebfc451bcc3b63573);
  background-size: initial; }

.table__shopping-cart .table__header {
  border-top: 0;
  text-transform: uppercase;
  padding: 1rem 0;
  min-height: 38px; }

.table__shopping-cart .table__column:nth-child(1) {
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
  max-width: 17%; }

.table__shopping-cart .table__column:nth-child(2) {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  max-width: 32%; }

.table__shopping-cart .table__column:nth-child(3) {
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
  max-width: 17%; }

.table__shopping-cart .table__column:nth-child(4) {
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
  max-width: 17%; }

.table__shopping-cart .table__column:nth-child(5) {
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
  max-width: 17%; }

.collapsible {
  margin: 2.1rem 0; }
  .collapsible:first-child {
    margin: 0 0 2.1rem; }
  .collapsible:last-child {
    margin: 2.1rem 0 0; }
  .collapsible__slider {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.svg?ab8fd3c3e630f51f7842542dde6a8336);
    background-size: initial;
    -ms-flex-preferred-size: 7.1%;
    flex-basis: 7.1%;
    max-width: 7.1%;
    width: 100%;
    height: 2rem;
    transition: transform 0.2s ease-out;
    padding-right: 0; }
    .collapsible__slider--collapsed {
      transform: rotate(90deg); }
  .collapsible__header {
    cursor: pointer;
    line-height: 2.1rem; }
    .collapsible__header-text {
      padding-left: 0;
      -ms-flex-preferred-size: 92.9%;
      flex-basis: 92.9%;
      max-width: 92.9%; }
  .collapsible__content {
    line-height: 2.1rem; }
    .collapsible__content-text {
      padding-left: 0;
      -ms-flex-preferred-size: 92.9%;
      flex-basis: 92.9%;
      max-width: 92.9%; }

.VueCarousel-dot--active > .VueCarousel-dot-button {
  background: #ffeb00 !important; }

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