/** wlh - v0.1.0 - 2020-04-08 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, 50% 50%);
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*! HTML5 Boilerplate v5.0.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }
::selection {
  background: #b3d4fc;
  text-shadow: none; }
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
textarea {
  resize: vertical; }
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }
svg,
svg use {
  box-sizing: content-box; }
html,
body {
  margin: 0;
  padding: 0; }
ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
ol {
  padding: 0; }
dl {
  margin: 0; }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }
button {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  outline: 0;
  padding: 0; }
p {
  margin: 0; }
label {
  font-size: inherit; }
input::-ms-clear {
  display: none; }
input:not([type=checkbox]),
label,
textarea {
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0; }
input:not([type=checkbox]):invalid,
  label:invalid,
  textarea:invalid {
    outline: 0;
    box-shadow: none; }
figure {
  margin: 0; }
[data-xxx-type="svg"] {
  display: inline-block;
  position: relative; }
[data-xxx-type="svg"] > canvas {
    visibility: hidden;
    display: block;
    width: inherit;
    height: inherit; }
[data-xxx-type="svg"] > svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: currentColor; }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  img {
    background-image: none !important; } }
@page {
  margin: 1.5cm; }
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-transition-duration: 0s !important;
            transition-duration: 0s !important;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
    -webkit-animation-duration: 0s !important;
            animation-duration: 0s !important;
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important; } }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto-bold.20200330213425.woff2") format("woff2"), url("../fonts/roboto-bold.20200330213425.woff") format("woff");
  font-style: normal;
  font-weight: bold; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto-italic.20200330213425.woff2") format("woff2"), url("../fonts/roboto-italic.20200330213425.woff") format("woff");
  font-style: italic;
  font-weight: normal; }
.xxx-booking__amount {
  width: calc(50% + -0.5rem + 0px); }
@media (min-width: 769px) {
    .xxx-booking__amount {
      width: calc(16.66667% + -1.66667rem + 0px); } }
.xxx-booking__check {
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 1; }
.xxx-booking__check.xxx-js-active {
    z-index: 2; }
@media (min-width: 769px) {
    .xxx-booking__check {
      pointer-events: all;
      width: calc(25% + -1.5rem + 0px); } }
@media (min-width: 769px) {
    .xxx-booking__check--in {
      margin-left: calc(8.33333% + 0.16667rem + 0px); } }
.xxx-booking__check--out {
    left: 0;
    position: absolute;
    top: 0; }
@media (min-width: 769px) {
      .xxx-booking__check--out {
        left: auto;
        position: static;
        top: auto; } }
.xxx-booking__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: -3rem;
  position: relative; }
.xxx-booking__container > * {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    margin-top: 3rem; }
@media (min-width: 769px) {
    .xxx-booking__container {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      .xxx-booking__container > * {
        -webkit-box-flex: 0;
                flex-grow: 0;
        flex-shrink: 0; } }
.xxx-booking__inputBox {
  position: relative; }
.xxx-booking__submit {
  width: calc(50% + -0.5rem + 0px); }
@media (min-width: 769px) {
    .xxx-booking__submit {
      margin-right: calc(8.33333% + 0.16667rem + 0px);
      width: calc(16.66667% + -1.66667rem + 0px); } }
.xxx-calendar {
  font-size: 1.6rem;
  line-height: 1.6;
  border-width: 1px;
  border-style: solid;
  line-height: 1;
  padding: 2rem 0;
  position: relative; }
.xxx-booking__check .xxx-calendar {
    background-color: #CCCCCC;
    display: none;
    pointer-events: all;
    visibility: hidden; }
@media (min-height: 401px) {
      .xxx-booking__check .xxx-calendar {
        display: block; } }
@media (min-width: 769px) {
      .xxx-booking__check .xxx-calendar {
        visibility: inherit; } }
.xxx-booking__check.xxx-js-active .xxx-calendar {
    visibility: inherit; }
.xxx-calendar__day {
    font-weight: normal;
    position: relative;
    text-align: center;
    width: calc(14.28571% + 0px); }
.xxx-calendar__day[data-xxx-calendar-is-today="true"] {
      font-weight: bold; }
.xxx-calendar__day:hover {
      z-index: 32; }
.xxx-calendar__day::before {
      -webkit-transition: opacity 0.2s  , visibility 0.2s  ;
      transition: opacity 0.2s  , visibility 0.2s  ;
      opacity: 0;
      visibility: hidden;
      content: '';
      background-color: #EEEEEE;
      bottom: 0;
      left: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1; }
.xxx-calendar__day.xxx-js-selection::before {
      opacity: 1;
      visibility: inherit; }
.xxx-calendar__day.xxx-js-selectionBegin::before {
      left: calc(50% - 1.5rem);
      border-top-left-radius: 1.5rem;
      border-bottom-left-radius: 1.5rem; }
.xxx-calendar__day.xxx-js-selectionEnd::before {
      right: calc(50% - 1.5rem);
      border-top-right-radius: 1.5rem;
      border-bottom-right-radius: 1.5rem; }
.xxx-calendar__day::after {
      -webkit-transition: opacity 0.2s  , visibility 0.2s  ;
      transition: opacity 0.2s  , visibility 0.2s  ;
      opacity: 0;
      visibility: hidden;
      content: '';
      background-color: #AAAAAA;
      border-radius: 50%;
      bottom: 0;
      left: calc(50% - 1.5rem);
      position: absolute;
      top: 0;
      right: calc(50% - 1.5rem);
      z-index: 2; }
.xxx-calendar__day.xxx-js-selectionHighlight::after, .xxx-calendar__day.xxx-js-selectionHighlight::after {
      opacity: 1;
      visibility: inherit; }
.xxx-calendar__dayButton {
    color: currentColor;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    height: 3rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 3; }
.xxx-calendar__dayButton:disabled {
      opacity: 0.5; }
.xxx-calendar__dayButton::before {
      -webkit-transition: opacity 0.2s  ;
      transition: opacity 0.2s  ;
      content: '';
      background-color: #EEEEEE;
      border-radius: 50%;
      border-style: solid;
      border-width: 1px;
      height: 3rem;
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      width: 3rem;
      z-index: 0; }
html:not(.mobile) .xxx-calendar__dayButton:not(:disabled):hover::before, .xxx-calendar__dayButton:not(:disabled):active::before {
      opacity: 1; }
.xxx-calendar__days {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    margin-bottom: -0.5rem;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s  ;
    transition: transform 0.4s, -webkit-transform 0.4s;
    padding: 0 2rem; }
.xxx-calendar__days > * {
      -webkit-box-flex: 0;
              flex-grow: 0;
      flex-shrink: 0;
      margin-left: 0;
      margin-bottom: 0.5rem; }
.xxx-calendar__days.xxx-js-enter {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      will-change: transform;
      z-index: 2; }
.xxx-calendar__days.xxx-js-enter.xxx-js-dirBackward {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%); }
.xxx-calendar__days.xxx-js-enter.xxx-js-dirForward {
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
.xxx-calendar__days.xxx-js-leave {
      position: relative;
      will-change: transform;
      z-index: 1; }
.xxx-calendar__days.xxx-js-leave.xxx-js-dirBackward {
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
.xxx-calendar__days.xxx-js-leave.xxx-js-dirForward {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%); }
.xxx-calendar__daysContainer {
    overflow: hidden;
    position: relative; }
.xxx-calendar__dayValue {
    display: block;
    margin: auto;
    position: relative;
    z-index: 1; }
.xxx-calendar__header {
    font-size: 1.6rem;
    line-height: 1.6;
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    line-height: 1;
    margin-bottom: 2rem;
    padding: 0 2.5rem;
    text-align: center; }
html.no-js .xxx-calendar__header {
      -webkit-box-pack: center;
              justify-content: center; }
.xxx-calendar__month {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s  ;
    transition: transform 0.4s, -webkit-transform 0.4s;
    text-align: center;
    width: 100%; }
.xxx-calendar__month.xxx-js-enter {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      will-change: transform;
      z-index: 2; }
.xxx-calendar__month.xxx-js-enter.xxx-js-dirBackward {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%); }
.xxx-calendar__month.xxx-js-enter.xxx-js-dirForward {
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
.xxx-calendar__month.xxx-js-leave {
      position: relative;
      will-change: transform;
      z-index: 1; }
.xxx-calendar__month.xxx-js-leave.xxx-js-dirBackward {
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
.xxx-calendar__month.xxx-js-leave.xxx-js-dirForward {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%); }
.xxx-calendar__monthContainer {
    -webkit-box-flex: 1;
            flex-grow: 1;
    margin: 0 0.5rem;
    overflow: hidden;
    position: relative; }
.xxx-calendar__monthLink {
    display: inline-block;
    -webkit-box-flex: 0;
            flex-grow: 0;
    height: 2rem;
    line-height: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: auto; }
.xxx-calendar__monthLink--prev {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
html.no-js .xxx-calendar__monthLink {
      display: none; }
.xxx-calendar__monthLink [data-xxx-type="svg"] {
      width: auto;
      height: 100%; }
.xxx-calendar__weekDay {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: calc(14.28571% + 0px); }
.xxx-calendar__weekDays {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 0 2rem;
    margin-bottom: 2rem; }
.xxx-calendar__weekDays > * {
      -webkit-box-flex: 0;
              flex-grow: 0;
      flex-shrink: 0; }
.xxx-field {
  font-size: 1.6rem;
  line-height: 1.6;
  width: 100%; }
.xxx-field--disabled {
    opacity: 0.4; }
.xxx-field--bookingCheck {
    width: 50%; }
@media (min-width: 769px) {
      .xxx-field--bookingCheck {
        width: 100%; } }
.xxx-booking__check--out .xxx-field--bookingCheck {
      margin-left: 50%; }
@media (min-width: 769px) {
        .xxx-booking__check--out .xxx-field--bookingCheck {
          margin-left: 0; } }
.xxx-form .xxx-field {
    width: calc(100% - 2rem + 0px); }
@media (min-width: 769px) {
      .xxx-form .xxx-field {
        width: calc(50% - 2rem + 0px); } }
@media (min-width: 769px) {
      .xxx-form .xxx-field--full {
        width: calc(100% - 2rem + 0px); } }
@media (min-width: 769px) {
      .xxx-form .xxx-field--alone {
        margin-right: calc(50% ); } }
.xxx-form__separator + .xxx-field {
    margin-top: 4rem; }
@media (min-width: 769px) {
    .xxx-form__separator + .xxx-field:not(.xxx-field--full):not(.xxx-field--alone) + .xxx-field:not(.xxx-field--full):not(.xxx-field--alone) {
      margin-top: 4rem; } }
.xxx-field__fields > .xxx-field {
    width: calc(100% - 2rem + 0px); }
@media (min-width: 769px) {
    .xxx-field__fields--horizontal > .xxx-field {
      display: inline-block;
      width: auto;
      margin-left: 3rem;
      margin-top: 0; } }
.xxx-trackers .xxx-field__fields--horizontal > .xxx-field {
    margin-left: 0;
    width: calc(50% + -1rem + 0px); }
@media (min-width: 769px) {
    .xxx-field__fields--grid > .xxx-field {
      width: calc(33.33333% - 2rem + 0px); } }
@media (min-width: 769px) {
    .xxx-field__fields--grid > .xxx-field--double {
      width: calc(66.66667% - 2rem + 0px); } }
.xxx-field--checkboxes .xxx-field,
  .xxx-field--radios .xxx-field {
    margin-top: 0; }
.xxx-field__content {
    margin-left: -3rem; }
.xxx-field--bookingCheck .xxx-field__content {
      margin-left: 0;
      position: relative; }
.xxx-field--group > .xxx-field__content {
      margin-left: 0; }
.xxx-field__description {
    margin-left: 3rem; }
.xxx-field__description:not(.xxx-field__description--extended) {
      font-size: 1.6rem;
      line-height: 1.6;
      margin-top: 0.5rem; }
.xxx-field--password .xxx-field__description,
    .xxx-field--select .xxx-field__description,
    .xxx-field--text .xxx-field__description,
    .xxx-field--textarea .xxx-field__description {
      margin-top: 0.5rem; }
.xxx-field--checkbox .xxx-field__description,
    .xxx-field--radio .xxx-field__description {
      margin-left: 6rem; }
.xxx-field__errors {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #FF0000;
    margin-left: 3rem;
    margin-top: 0.5rem; }
.xxx-field__fields {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
    margin-left: -2rem;
    margin-top: -3rem;
    position: relative; }
.xxx-field__fields > * {
      -webkit-box-flex: 0;
              flex-grow: 0;
      flex-shrink: 0;
      margin-left: 2rem;
      margin-top: 3rem; }
.xxx-field--checkboxes .xxx-field__fields,
    .xxx-field--radios .xxx-field__fields {
      margin-top: 0; }
@media (min-width: 769px) {
      .xxx-field__fields--horizontal {
        font-size: 0;
        display: block;
        margin-top: 0;
        margin-left: -3rem; } }
.xxx-trackers .xxx-field__fields--horizontal {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
              justify-content: space-between;
      margin-left: 0; }
.xxx-trackers .xxx-field__fields--horizontal > * {
        -webkit-box-flex: 0;
                flex-grow: 0;
        flex-shrink: 0; }
.xxx-field__info {
    color: #000000;
    display: block; }
.xxx-field__info--strong {
      color: #000000; }
.xxx-field--radio .xxx-field__info,
    .xxx-field--checkbox .xxx-field__info {
      margin-left: 3rem; }
.xxx-field__label + .xxx-field__info {
      margin-top: -1rem; }
@media (min-width: 769px) {
        .xxx-field__label + .xxx-field__info {
          margin-top: 0; } }
@media (min-width: 769px) {
      .xxx-field__inputWrapper--extended .xxx-field__info {
        padding: 0.65rem 0;
        margin-left: 0;
        width: calc(16.66667% - 2rem + 0px); } }
@media (min-width: 769px) {
      .xxx-field__inputWrapper--extended .xxx-field__info--compact {
        width: calc(16.66667% - 2rem + 0px); } }
@media (min-width: 769px) {
      .xxx-field__inputWrapper--extended .xxx-field__info--right {
        text-align: right; } }
.xxx-field__inputWrapper--extended .xxx-field__info--first {
      color: #000000;
      margin-left: 3rem;
      -webkit-box-flex: 1;
              flex-grow: 1; }
.xxx-field__input {
    font-size: 1.6rem;
    line-height: 1.6;
    background-color: transparent;
    color: #000000; }
.xxx-field__input:focus {
      outline-color: currentColor;
      outline-style: solid;
      outline-width: 1px; }
.xxx-field__input--bookingCheck {
      height: 100%;
      left: 0;
      opacity: 0;
      pointer-events: all;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
      -webkit-appearance: none; }
@media (min-height: 401px) {
        .xxx-field__input--bookingCheck {
          position: absolute;
          width: 1px;
          height: 1px;
          margin: -1px;
          padding: 0;
          border: 0;
          overflow: hidden;
          clip: rect(0 0 0 0);
          pointer-events: none;
          visibility: hidden; } }
.xxx-field__input--password, .xxx-field__input--text {
      background-color: #EEEEEE;
      border: 1px solid #000000;
      padding: 0.65rem;
      width: 100%; }
.xxx-field--invalid .xxx-field__input--password, .xxx-field--invalid .xxx-field__input--text {
        border-color: #FF0000; }
@media (min-width: 769px) {
        .xxx-field--full .xxx-field__input--password, .xxx-field--full .xxx-field__input--text {
          max-width: calc(66.66667% + -0.66667rem + 0px); } }
@media (min-width: 769px) {
        .xxx-field--full .xxx-field__fields .xxx-field__input--password, .xxx-field--full .xxx-field__fields .xxx-field__input--text {
          max-width: none; } }
.xxx-field__label--radioText .xxx-field__input--password, .xxx-field__label--radioText .xxx-field__input--text {
        padding: 0.15rem 0.65rem; }
.xxx-field--search .xxx-field__input--password, .xxx-field--search .xxx-field__input--text {
        max-width: none;
        width: auto;
        -webkit-box-flex: 1;
                flex-grow: 1;
        flex-shrink: 1; }
.xxx-field--bookingAmount .xxx-field__input--password, .xxx-field--bookingAmount .xxx-field__input--text {
        background-color: transparent;
        border-radius: 0;
        text-align: center;
        -webkit-appearance: textfield; }
.xxx-field--bookingAmount .xxx-field__input--password ::-webkit-input-placeholder, .xxx-field--bookingAmount .xxx-field__input--text ::-webkit-input-placeholder {
          text-align: center; }
.xxx-field--bookingAmount .xxx-field__input--password ::-moz-placeholder, .xxx-field--bookingAmount .xxx-field__input--text ::-moz-placeholder {
          text-align: center; }
.xxx-field--bookingAmount .xxx-field__input--password :-ms-input-placeholder, .xxx-field--bookingAmount .xxx-field__input--text :-ms-input-placeholder {
          text-align: center; }
.xxx-field--bookingAmount .xxx-field__input--password ::-ms-input-placeholder, .xxx-field--bookingAmount .xxx-field__input--text ::-ms-input-placeholder {
          text-align: center; }
.xxx-field--bookingAmount .xxx-field__input--password ::placeholder, .xxx-field--bookingAmount .xxx-field__input--text ::placeholder {
          text-align: center; }
.xxx-field--bookingAmount .xxx-field__input--password::-webkit-inner-spin-button, .xxx-field--bookingAmount .xxx-field__input--password::-webkit-outer-spin-button, .xxx-field--bookingAmount .xxx-field__input--text::-webkit-inner-spin-button, .xxx-field--bookingAmount .xxx-field__input--text::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0; }
.xxx-field__input--textarea {
      background-color: #EEEEEE;
      border: 1px solid #000000;
      min-height: 12.24rem;
      padding: 1rem;
      width: 100%; }
@media (min-width: 769px) {
        .xxx-field--full .xxx-field__input--textarea {
          max-width: calc(66.66667% + -0.66667rem + 0px); } }
.xxx-field--invalid .xxx-field__input--textarea {
        border-color: #FF0000; }
.xxx-field__input--select {
      background-color: transparent;
      border: 1px solid #000000;
      border-radius: 0;
      min-width: 16rem;
      padding: 0.65rem 2rem 0.65rem 0.65rem;
      position: relative;
      width: 100%;
      z-index: 2;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
.xxx-field__input--select::-ms-expand {
        display: none; }
.xxx-field--invalid .xxx-field__input--select {
        border-color: #FF0000; }
.xxx-field__input--checkbox, .xxx-field__input--radio {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      border: 0;
      overflow: hidden;
      clip: rect(0 0 0 0); }
.xxx-field__inputWrapper {
    margin-left: 3rem;
    position: relative; }
.xxx-field--bookingCheck .xxx-field__inputWrapper {
      height: 100%;
      left: 0;
      margin: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
.xxx-field--select .xxx-field__inputWrapper {
      background-color: #EEEEEE; }
@media (min-width: 769px) {
      .xxx-field__inputWrapper--extended {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
                justify-content: flex-start;
        margin-right: -2rem; }
        .xxx-field__inputWrapper--extended > * {
          -webkit-box-flex: 0;
                  flex-grow: 0;
          flex-shrink: 0;
          margin-right: 2rem; } }
@media (min-width: 769px) {
      .xxx-field--horizontal .xxx-field__inputWrapper {
        display: inline-block; } }
@media (min-width: 769px) {
      .xxx-field--full.xxx-field--select .xxx-field__inputWrapper {
        max-width: calc(66.66667% + -0.66667rem + -2rem); } }
.xxx-field--search .xxx-field__inputWrapper {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
              justify-content: space-between; }
@media (min-width: 769px) {
        .xxx-field--search .xxx-field__inputWrapper {
          max-width: calc(66.66667% + -0.66667rem + -2rem); } }
.xxx-field--radioText .xxx-field__inputWrapper {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
              justify-content: flex-start;
      position: relative; }
.xxx-field__label {
    font-size: 1.6rem;
    line-height: 1.6;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 0;
    color: #000000;
    display: block;
    margin-left: 3rem;
    padding: 0.65rem 0;
    position: relative; }
.xxx-field__label--strong {
      color: #000000; }
.xxx-field__label--important {
      font-size: 2rem;
      line-height: 1.6;
      font-weight: strong; }
.xxx-field--bookingAmount .xxx-field__label {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      border: 0;
      overflow: hidden;
      clip: rect(0 0 0 0); }
.xxx-field--bookingCheck .xxx-field__label {
      font-size: 1.6rem;
      line-height: 1.6;
      border-color: currentColor;
      border-style: solid;
      border-width: 1px;
      display: block;
      margin: 0;
      padding: 0.65rem 0;
      pointer-events: none;
      position: relative;
      text-align: center;
      width: 100%;
      z-index: 2; }
@media (min-height: 401px) {
        .xxx-field--bookingCheck .xxx-field__label {
          border-bottom-width: 0; } }
@media (min-height: 401px) {
        .xxx-booking__check.xxx-js-active .xxx-field--bookingCheck .xxx-field__label {
          background-color: #EEEEEE; } }
@media (min-width: 769px) {
        .xxx-booking__check.xxx-js-active .xxx-field--bookingCheck .xxx-field__label {
          background-color: transparent; } }
@media (min-height: 401px) {
        .xxx-field--bookingCheck .xxx-field__label {
          pointer-events: all; } }
@media (min-width: 769px) {
        .xxx-field--bookingCheck .xxx-field__label {
          pointer-events: none; } }
.xxx-booking__check--out .xxx-field--bookingCheck .xxx-field__label {
        border-left-width: 0; }
@media (min-width: 769px) {
          .xxx-booking__check--out .xxx-field--bookingCheck .xxx-field__label {
            border-left-width: 1px; } }
.xxx-field--group > .xxx-field__content > .xxx-field__label {
      margin-left: 0; }
.xxx-field__label .xxx-field--password,
    .xxx-field--text .xxx-field__label {
      display: block; }
input[type="checkbox"] + .xxx-field__label--checkbox::before {
      border: 1px solid #000000;
      content: '';
      height: 2rem;
      left: -3rem;
      position: absolute;
      top: 1rem;
      vertical-align: middle;
      width: 2rem; }
input[type="checkbox"] + .xxx-field__label--checkbox::after {
      -webkit-transition: opacity 0.2s  ;
      transition: opacity 0.2s  ;
      background-color: currentColor;
      content: '';
      height: 2rem;
      left: -3rem;
      opacity: 0;
      position: absolute;
      top: 1rem;
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      vertical-align: middle;
      width: 2rem; }
input:focus ~ input[type="checkbox"] + .xxx-field__label--checkbox {
      outline-color: currentColor;
      outline-width: 1px;
      outline-style: solid; }
input[type="checkbox"]:checked + .xxx-field__label--checkbox::after {
      opacity: 1; }
input[disabled] + .xxx-field__label--checkbox::before {
      background-color: #000000; }
input:focus + .xxx-field__label--checkbox::before {
      outline-color: currentColor;
      outline-offset: 1px;
      outline-width: 1px;
      outline-style: dotted; }
input[type="radio"] + .xxx-field__label--radio::before {
      border: 1px solid #000000;
      border-radius: 50%;
      content: '';
      height: 2rem;
      left: -3rem;
      position: absolute;
      top: 1rem;
      vertical-align: middle;
      width: 2rem; }
input[type="radio"] + .xxx-field__label--radio::after {
      -webkit-transition: opacity 0.2s  ;
      transition: opacity 0.2s  ;
      background-color: currentColor;
      border-radius: 50%;
      content: '';
      height: 2rem;
      left: -3rem;
      opacity: 0;
      position: absolute;
      top: 1rem;
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      vertical-align: middle;
      width: 2rem; }
input:focus ~ input[type="radio"] + .xxx-field__label--radio {
      outline-color: currentColor;
      outline-width: 1px;
      outline-style: solid; }
input[type="radio"]:checked + .xxx-field__label--radio::after {
      opacity: 1; }
input[disabled] + .xxx-field__label--radio::before {
      background-color: #000000; }
input:focus + .xxx-field__label--radio::before {
      outline-color: currentColor;
      outline-offset: 1px;
      outline-width: 1px;
      outline-style: dotted; }
.xxx-field--radioText .xxx-field__label--radio {
      bottom: 0;
      -webkit-box-flex: 0;
              flex-grow: 0;
      left: 0;
      padding-right: 0;
      padding-left: 0;
      position: absolute;
      right: 0;
      top: 0; }
@media (min-width: 769px) {
      .xxx-field__inputWrapper--extended .xxx-field__label--radio {
        -webkit-box-flex: 1;
                flex-grow: 1; } }
.xxx-field__label--radioText {
      padding: 0.4rem 0;
      -webkit-box-flex: 1;
              flex-grow: 1; }
@media (min-width: 769px) {
      .xxx-field__inputWrapper--extended .xxx-field__label {
        width: calc(50% - 2rem + -3rem); } }
.xxx-field--required > .xxx-field__content > .xxx-field__label .xxx-field__labelValue::after,
  .xxx-field--required > .xxx-field__content > .xxx-field__inputWrapper > .xxx-field__label .xxx-field__labelValue::after {
    content: '*'; }
.xxx-field--radio .xxx-field__labelValue::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 3rem;
    left: -3rem;
    top: 0; }
.xxx-field__selectIcon {
    color: #000000;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    height: 1rem;
    width: 1rem;
    text-align: center;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    z-index: 1; }
.xxx-field__selectIcon [data-xxx-type="svg"] {
      width: auto;
      height: 100%; }
.xxx-field__text {
    margin-left: 3rem; }
.xxx-field__text--info {
      margin-top: 3rem;
      margin-left: 0;
      margin-bottom: 3rem; }
.xxx-field__link {
    display: block;
    font-weight: bold;
    margin-left: 3rem;
    padding-bottom: 1rem;
    text-decoration: none; }
html:not(.mobile) .xxx-field__link:hover, .xxx-field__link:active {
      color: #000000; }
.xxx-footer.xxx-js-covered {
  position: fixed;
  width: 100%;
  left: 0; }
.xxx-form {
  position: relative; }
.xxx-form__buttons {
    font-size: 0;
    margin-left: -2rem;
    margin-bottom: -2rem; }
* + .xxx-form__buttons {
      margin-top: 3rem; }
.xxx-form__separator + .xxx-form__buttons {
      margin-top: 4rem; }
.xxx-form__fields {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
    margin-left: -2rem;
    margin-top: -3rem;
    position: relative; }
.xxx-form__fields > * {
      -webkit-box-flex: 0;
              flex-grow: 0;
      flex-shrink: 0;
      margin-left: 2rem;
      margin-top: 3rem; }
.xxx-form__separator {
    background-color: currentColor;
    border: 0;
    height: 2px;
    margin-bottom: 0;
    display: block;
    width: 100%; }
.xxx-form__fields .xxx-form__separator {
      width: calc(100% - 2rem + 0px); }
* + .xxx-form__separator {
      margin-top: 4rem; }
.xxx-form__fields .xxx-form__text {
    width: calc(100% - 2rem + 0px); }
.xxx-form__buttons .xxx-form__text {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 3rem 0 3rem 2rem; }
.xxx-form__buttons .xxx-form__text:first-child {
      margin-top: 0; }
.xxx-form__buttons .xxx-form__text:last-child {
      margin-bottom: 0; }
.xxx-form > .xxx-form__text {
    margin-bottom: 3rem; }
.xxx-form > .xxx-form__text:last-child {
      margin-bottom: 0; }
.xxx-form > * + .xxx-form__text {
    margin-top: 3rem; }
.xxx-form__separator + .xxx-form__text {
    margin-top: 4rem; }
.xxx-gallery {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin-left: -2rem;
  margin-top: -2rem; }
.xxx-gallery > * {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    margin-left: 2rem;
    margin-top: 2rem; }
.xxx-gallery::after {
    --ratio: 2;
    --row-height: 30rem;
    content: '';
    flex-basis: calc(var(--ratio) * var(--row-height));
    -webkit-box-flex: 1000000;
            flex-grow: 1000000; }
.xxx-gallery__item {
    padding-left: 2rem;
    padding-right: 2rem;
    width: calc(100% - 2rem + 0px); }
@media (min-width: 769px) {
      .xxx-gallery__item {
        padding-left: 0;
        padding-right: 0; } }
@supports (--var: 0) {
      @media (min-width: 769px) {
        .xxx-gallery--layoutTypeJustified .xxx-gallery__item {
          --ratio: calc(var(--w) / var(--h));
          --rowMinHeight: 30rem;
          flex-basis: calc(var(--ratio) * var(--rowMinHeight));
          -webkit-box-flex: calc(var(--ratio) * 100);
                  flex-grow: calc(var(--ratio) * 100);
          width: auto; } } }
@media (min-width: 769px) {
      .xxx-gallery:not(.xxx-gallery--layoutTypeJustified) .xxx-gallery__item--colSpan1 {
        width: calc(8.33333% - 2rem + 0px); }
      .xxx-gallery:not(.xxx-gallery--layoutTypeJustified) .xxx-gallery__item--colSpan2 {
        width: calc(16.66667% - 2rem + 0px); }
      .xxx-gallery:not(.xxx-gallery--layoutTypeJustified) .xxx-gallery__item--colSpan3 {
        width: calc(25% - 2rem + 0px); }
      .xxx-gallery:not(.xxx-gallery--layoutTypeJustified) .xxx-gallery__item--colSpan4 {
        width: calc(33.33333% - 2rem + 0px); }
      .xxx-gallery:not(.xxx-gallery--layoutTypeJustified) .xxx-gallery__item--colSpan5 {
        width: calc(41.66667% - 2rem + 0px); }
      .xxx-gallery:not(.xxx-gallery--layoutTypeJustified) .xxx-gallery__item--colSpan6 {
        width: calc(50% - 2rem + 0px); }
      .xxx-gallery:not(.xxx-gallery--layoutTypeJustified) .xxx-gallery__item--colSpan7 {
        width: calc(58.33333% - 2rem + 0px); }
      .xxx-gallery:not(.xxx-gallery--layoutTypeJustified) .xxx-gallery__item--colSpan8 {
        width: calc(66.66667% - 2rem + 0px); }
      .xxx-gallery:not(.xxx-gallery--layoutTypeJustified) .xxx-gallery__item--colSpan9 {
        width: calc(75% - 2rem + 0px); }
      .xxx-gallery:not(.xxx-gallery--layoutTypeJustified) .xxx-gallery__item--colSpan10 {
        width: calc(83.33333% - 2rem + 0px); }
      .xxx-gallery:not(.xxx-gallery--layoutTypeJustified) .xxx-gallery__item--colSpan11 {
        width: calc(91.66667% - 2rem + 0px); }
      .xxx-gallery:not(.xxx-gallery--layoutTypeJustified) .xxx-gallery__item--colSpan12 {
        width: calc(100% - 2rem + 0px); } }
.xxx-googleMap {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1; }
.xxx-googleMap__popupContent {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #000000;
    font-family: "Roboto", sans-serif; }
.xxx-links {
  display: -webkit-box;
  display: flex;
  margin-left: -2rem;
  margin-top: 0rem;
  flex-wrap: wrap; }
.xxx-block--hAlignBegin .xxx-links {
    -webkit-box-pack: start;
            justify-content: flex-start; }
.xxx-block--hAlignEnd .xxx-links {
    -webkit-box-pack: end;
            justify-content: flex-end; }
.xxx-block--hAlignCenter .xxx-links {
    -webkit-box-pack: center;
            justify-content: center; }
.xxx-links__item {
    margin-left: 2rem;
    margin-top: 2rem; }
.xxx-mapBox {
  height: 50rem;
  position: relative;
  width: 100%; }
@media (min-width: 769px) {
    .xxx-mapBox {
      height: 50rem; } }
.xxx-mapBox__loading {
    -webkit-transition: opacity 0.2s  , visibility 0.2s  ;
    transition: opacity 0.2s  , visibility 0.2s  ;
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
            justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
.xxx-block--map.xxx-block--colorSchemeDefault .xxx-mapBox__loading {
      background-color: #EEEEEE;
      color: #000000; }
.xxx-block--map.xxx-block--colorSchemeInverted .xxx-mapBox__loading,
    .xxx-block--layout.xxx-block--colorSchemeInverted .xxx-block--map.xxx-block--colorSchemeDefault .xxx-mapBox__loading {
      background-color: #000000;
      color: #EEEEEE; }
.xxx-block--map.xxx-block--colorSchemeAlternative .xxx-mapBox__loading,
    .xxx-block--layout.xxx-block--colorSchemeAlternative .xxx-block--map.xxx-block--colorSchemeDefault .xxx-mapBox__loading {
      background-color: #AAAAAA; }
.xxx-googleMap.xxx-js-loaded ~ .xxx-mapBox__loading {
      opacity: 0;
      visibility: hidden; }
.xxx-mapBox__loadingLabel {
    font-size: 1.6rem;
    line-height: 1.6; }
@media (min-width: 769px) {
  .xxx-block--colSpan12 .xxx-preview {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between; } }
.xxx-block--vAlignJustified .xxx-preview__header {
  -webkit-box-flex: 1;
          flex-grow: 1; }
.xxx-preview__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
.xxx-block--vAlignBegin .xxx-preview__info,
  .xxx-block--vAlignJustified .xxx-preview__info {
    -webkit-box-pack: start;
            justify-content: flex-start; }
.xxx-block--vAlignEnd .xxx-preview__info {
    -webkit-box-pack: end;
            justify-content: flex-end; }
.xxx-block--vAlignCenter .xxx-preview__info {
    -webkit-box-pack: center;
            justify-content: center; }
@media (min-width: 769px) {
    .xxx-block--colSpan12 .xxx-preview__info {
      width: calc(33.33333% + -1.33333rem + 0px); } }
.xxx-previews {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin-left: -2rem;
  margin-top: -2rem; }
.xxx-previews > * {
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    margin-left: 2rem;
    margin-top: 2rem; }
.xxx-slide {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  padding-right: 2rem;
  position: relative;
  width: 100%; }
.xxx-slideshow--animationTypeFade .xxx-slide {
    -webkit-transition: opacity 0.4s  , visibility 0.4s  ;
    transition: opacity 0.4s  , visibility 0.4s  ;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(1) {
      -webkit-transform: translateX(0%);
              transform: translateX(0%); }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(2) {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(3) {
      -webkit-transform: translateX(-200%);
              transform: translateX(-200%); }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(4) {
      -webkit-transform: translateX(-300%);
              transform: translateX(-300%); }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(5) {
      -webkit-transform: translateX(-400%);
              transform: translateX(-400%); }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(6) {
      -webkit-transform: translateX(-500%);
              transform: translateX(-500%); }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(7) {
      -webkit-transform: translateX(-600%);
              transform: translateX(-600%); }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(8) {
      -webkit-transform: translateX(-700%);
              transform: translateX(-700%); }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(9) {
      -webkit-transform: translateX(-800%);
              transform: translateX(-800%); }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(10) {
      -webkit-transform: translateX(-900%);
              transform: translateX(-900%); }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(11) {
      -webkit-transform: translateX(-1000%);
              transform: translateX(-1000%); }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(12) {
      -webkit-transform: translateX(-1100%);
              transform: translateX(-1100%); }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(13) {
      -webkit-transform: translateX(-1200%);
              transform: translateX(-1200%); }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(14) {
      -webkit-transform: translateX(-1300%);
              transform: translateX(-1300%); }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(15) {
      -webkit-transform: translateX(-1400%);
              transform: translateX(-1400%); }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(16) {
      -webkit-transform: translateX(-1500%);
              transform: translateX(-1500%); }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(17) {
      -webkit-transform: translateX(-1600%);
              transform: translateX(-1600%); }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(18) {
      -webkit-transform: translateX(-1700%);
              transform: translateX(-1700%); }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(19) {
      -webkit-transform: translateX(-1800%);
              transform: translateX(-1800%); }
.xxx-slideshow--animationTypeFade .xxx-slide:nth-child(20) {
      -webkit-transform: translateX(-1900%);
              transform: translateX(-1900%); }
.xxx-slideshow--animationTypeFade .xxx-slide.xxx-js-current {
      opacity: 1;
      visibility: inherit;
      z-index: 2; }
.xxx-slideshow--animationTypeSlide .xxx-slideshow__items.xxx-js-animate .xxx-slide {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s  ;
    transition: transform 0.4s, -webkit-transform 0.4s; }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(600%);
            transform: translateX(600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(700%);
            transform: translateX(700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(800%);
            transform: translateX(800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(900%);
            transform: translateX(900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(1000%);
            transform: translateX(1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(1)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(600%);
            transform: translateX(600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(700%);
            transform: translateX(700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(800%);
            transform: translateX(800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(900%);
            transform: translateX(900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(2)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(600%);
            transform: translateX(600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(700%);
            transform: translateX(700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(800%);
            transform: translateX(800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(3)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(600%);
            transform: translateX(600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(700%);
            transform: translateX(700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(4)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(600%);
            transform: translateX(600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(5)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(6)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(7)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(8)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(9)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(10)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(11)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(12)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(13)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(14)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(15)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(16)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-2500%);
            transform: translateX(-2500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-2500%);
            transform: translateX(-2500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(17)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-2600%);
            transform: translateX(-2600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-2500%);
            transform: translateX(-2500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-2600%);
            transform: translateX(-2600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(18)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-2700%);
            transform: translateX(-2700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-2500%);
            transform: translateX(-2500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-2600%);
            transform: translateX(-2600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-2700%);
            transform: translateX(-2700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(19)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-2800%);
            transform: translateX(-2800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="0"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="-0"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="1"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="-1"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="2"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="-2"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="3"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="-3"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="4"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="-4"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="5"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="-5"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="6"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="-6"] {
    -webkit-transform: translateX(-2500%);
            transform: translateX(-2500%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="7"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="-7"] {
    -webkit-transform: translateX(-2600%);
            transform: translateX(-2600%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="8"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="-8"] {
    -webkit-transform: translateX(-2700%);
            transform: translateX(-2700%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="9"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="-9"] {
    -webkit-transform: translateX(-2800%);
            transform: translateX(-2800%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="10"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide.xxx-slideshow--circular .xxx-slide:nth-child(20)[data-xxx-balanced-position="-10"] {
    -webkit-transform: translateX(-2900%);
            transform: translateX(-2900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="0"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-0"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="1"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="2"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="3"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="4"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="5"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="6"] {
    -webkit-transform: translateX(600%);
            transform: translateX(600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="7"] {
    -webkit-transform: translateX(700%);
            transform: translateX(700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="8"] {
    -webkit-transform: translateX(800%);
            transform: translateX(800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="9"] {
    -webkit-transform: translateX(900%);
            transform: translateX(900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="10"] {
    -webkit-transform: translateX(1000%);
            transform: translateX(1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="11"] {
    -webkit-transform: translateX(1100%);
            transform: translateX(1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="12"] {
    -webkit-transform: translateX(1200%);
            transform: translateX(1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="13"] {
    -webkit-transform: translateX(1300%);
            transform: translateX(1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="14"] {
    -webkit-transform: translateX(1400%);
            transform: translateX(1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="15"] {
    -webkit-transform: translateX(1500%);
            transform: translateX(1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="16"] {
    -webkit-transform: translateX(1600%);
            transform: translateX(1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="17"] {
    -webkit-transform: translateX(1700%);
            transform: translateX(1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="18"] {
    -webkit-transform: translateX(1800%);
            transform: translateX(1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="19"] {
    -webkit-transform: translateX(1900%);
            transform: translateX(1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(1)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="0"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-0"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="1"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="2"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="3"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="4"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="5"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="6"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="7"] {
    -webkit-transform: translateX(600%);
            transform: translateX(600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="8"] {
    -webkit-transform: translateX(700%);
            transform: translateX(700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="9"] {
    -webkit-transform: translateX(800%);
            transform: translateX(800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="10"] {
    -webkit-transform: translateX(900%);
            transform: translateX(900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="11"] {
    -webkit-transform: translateX(1000%);
            transform: translateX(1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="12"] {
    -webkit-transform: translateX(1100%);
            transform: translateX(1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="13"] {
    -webkit-transform: translateX(1200%);
            transform: translateX(1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="14"] {
    -webkit-transform: translateX(1300%);
            transform: translateX(1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="15"] {
    -webkit-transform: translateX(1400%);
            transform: translateX(1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="16"] {
    -webkit-transform: translateX(1500%);
            transform: translateX(1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="17"] {
    -webkit-transform: translateX(1600%);
            transform: translateX(1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="18"] {
    -webkit-transform: translateX(1700%);
            transform: translateX(1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="19"] {
    -webkit-transform: translateX(1800%);
            transform: translateX(1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(2)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="0"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-0"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="1"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="2"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="3"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="4"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="5"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="6"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="7"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="8"] {
    -webkit-transform: translateX(600%);
            transform: translateX(600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="9"] {
    -webkit-transform: translateX(700%);
            transform: translateX(700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="10"] {
    -webkit-transform: translateX(800%);
            transform: translateX(800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="11"] {
    -webkit-transform: translateX(900%);
            transform: translateX(900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="12"] {
    -webkit-transform: translateX(1000%);
            transform: translateX(1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="13"] {
    -webkit-transform: translateX(1100%);
            transform: translateX(1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="14"] {
    -webkit-transform: translateX(1200%);
            transform: translateX(1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="15"] {
    -webkit-transform: translateX(1300%);
            transform: translateX(1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="16"] {
    -webkit-transform: translateX(1400%);
            transform: translateX(1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="17"] {
    -webkit-transform: translateX(1500%);
            transform: translateX(1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="18"] {
    -webkit-transform: translateX(1600%);
            transform: translateX(1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="19"] {
    -webkit-transform: translateX(1700%);
            transform: translateX(1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(3)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="0"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-0"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="1"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="2"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="3"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="4"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="5"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="6"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="7"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="8"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="9"] {
    -webkit-transform: translateX(600%);
            transform: translateX(600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="10"] {
    -webkit-transform: translateX(700%);
            transform: translateX(700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="11"] {
    -webkit-transform: translateX(800%);
            transform: translateX(800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="12"] {
    -webkit-transform: translateX(900%);
            transform: translateX(900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="13"] {
    -webkit-transform: translateX(1000%);
            transform: translateX(1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="14"] {
    -webkit-transform: translateX(1100%);
            transform: translateX(1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="15"] {
    -webkit-transform: translateX(1200%);
            transform: translateX(1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="16"] {
    -webkit-transform: translateX(1300%);
            transform: translateX(1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="17"] {
    -webkit-transform: translateX(1400%);
            transform: translateX(1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="18"] {
    -webkit-transform: translateX(1500%);
            transform: translateX(1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="19"] {
    -webkit-transform: translateX(1600%);
            transform: translateX(1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(4)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="0"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-0"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="1"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="2"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="3"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="4"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="5"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="6"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="7"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="8"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="9"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="10"] {
    -webkit-transform: translateX(600%);
            transform: translateX(600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="11"] {
    -webkit-transform: translateX(700%);
            transform: translateX(700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="12"] {
    -webkit-transform: translateX(800%);
            transform: translateX(800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="13"] {
    -webkit-transform: translateX(900%);
            transform: translateX(900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="14"] {
    -webkit-transform: translateX(1000%);
            transform: translateX(1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="15"] {
    -webkit-transform: translateX(1100%);
            transform: translateX(1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="16"] {
    -webkit-transform: translateX(1200%);
            transform: translateX(1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="17"] {
    -webkit-transform: translateX(1300%);
            transform: translateX(1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="18"] {
    -webkit-transform: translateX(1400%);
            transform: translateX(1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="19"] {
    -webkit-transform: translateX(1500%);
            transform: translateX(1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(5)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="0"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-0"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="1"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="2"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="3"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="4"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="5"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="6"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="7"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="8"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="9"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="10"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="11"] {
    -webkit-transform: translateX(600%);
            transform: translateX(600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="12"] {
    -webkit-transform: translateX(700%);
            transform: translateX(700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="13"] {
    -webkit-transform: translateX(800%);
            transform: translateX(800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="14"] {
    -webkit-transform: translateX(900%);
            transform: translateX(900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="15"] {
    -webkit-transform: translateX(1000%);
            transform: translateX(1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="16"] {
    -webkit-transform: translateX(1100%);
            transform: translateX(1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="17"] {
    -webkit-transform: translateX(1200%);
            transform: translateX(1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="18"] {
    -webkit-transform: translateX(1300%);
            transform: translateX(1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="19"] {
    -webkit-transform: translateX(1400%);
            transform: translateX(1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(6)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="0"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-0"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="1"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="2"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="3"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="4"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="5"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="6"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="7"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="8"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="9"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="10"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="11"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="12"] {
    -webkit-transform: translateX(600%);
            transform: translateX(600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="13"] {
    -webkit-transform: translateX(700%);
            transform: translateX(700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="14"] {
    -webkit-transform: translateX(800%);
            transform: translateX(800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="15"] {
    -webkit-transform: translateX(900%);
            transform: translateX(900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="16"] {
    -webkit-transform: translateX(1000%);
            transform: translateX(1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="17"] {
    -webkit-transform: translateX(1100%);
            transform: translateX(1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="18"] {
    -webkit-transform: translateX(1200%);
            transform: translateX(1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="19"] {
    -webkit-transform: translateX(1300%);
            transform: translateX(1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(7)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-2500%);
            transform: translateX(-2500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="0"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-0"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="1"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="2"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="3"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="4"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="5"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="6"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="7"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="8"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="9"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="10"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="11"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="12"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="13"] {
    -webkit-transform: translateX(600%);
            transform: translateX(600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="14"] {
    -webkit-transform: translateX(700%);
            transform: translateX(700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="15"] {
    -webkit-transform: translateX(800%);
            transform: translateX(800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="16"] {
    -webkit-transform: translateX(900%);
            transform: translateX(900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="17"] {
    -webkit-transform: translateX(1000%);
            transform: translateX(1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="18"] {
    -webkit-transform: translateX(1100%);
            transform: translateX(1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-2500%);
            transform: translateX(-2500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="19"] {
    -webkit-transform: translateX(1200%);
            transform: translateX(1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(8)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-2600%);
            transform: translateX(-2600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="0"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-0"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="1"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="2"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="3"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="4"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="5"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="6"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="7"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="8"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="9"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="10"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="11"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="12"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="13"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="14"] {
    -webkit-transform: translateX(600%);
            transform: translateX(600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="15"] {
    -webkit-transform: translateX(700%);
            transform: translateX(700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="16"] {
    -webkit-transform: translateX(800%);
            transform: translateX(800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="17"] {
    -webkit-transform: translateX(900%);
            transform: translateX(900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-2500%);
            transform: translateX(-2500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="18"] {
    -webkit-transform: translateX(1000%);
            transform: translateX(1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-2600%);
            transform: translateX(-2600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="19"] {
    -webkit-transform: translateX(1100%);
            transform: translateX(1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(9)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-2700%);
            transform: translateX(-2700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="0"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-0"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="1"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="2"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="3"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="4"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="5"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="6"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="7"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="8"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="9"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="10"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="11"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="12"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="13"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="14"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="15"] {
    -webkit-transform: translateX(600%);
            transform: translateX(600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="16"] {
    -webkit-transform: translateX(700%);
            transform: translateX(700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-2500%);
            transform: translateX(-2500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="17"] {
    -webkit-transform: translateX(800%);
            transform: translateX(800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-2600%);
            transform: translateX(-2600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="18"] {
    -webkit-transform: translateX(900%);
            transform: translateX(900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-2700%);
            transform: translateX(-2700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="19"] {
    -webkit-transform: translateX(1000%);
            transform: translateX(1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(10)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-2800%);
            transform: translateX(-2800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="0"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-0"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="1"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="2"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="3"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="4"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="5"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="6"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="7"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="8"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="9"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="10"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="11"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="12"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="13"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="14"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="15"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-2500%);
            transform: translateX(-2500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="16"] {
    -webkit-transform: translateX(600%);
            transform: translateX(600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-2600%);
            transform: translateX(-2600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="17"] {
    -webkit-transform: translateX(700%);
            transform: translateX(700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-2700%);
            transform: translateX(-2700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="18"] {
    -webkit-transform: translateX(800%);
            transform: translateX(800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-2800%);
            transform: translateX(-2800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="19"] {
    -webkit-transform: translateX(900%);
            transform: translateX(900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(11)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-2900%);
            transform: translateX(-2900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="0"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-0"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="1"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="2"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="3"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="4"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="5"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="6"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="7"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="8"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="9"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="10"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="11"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="12"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="13"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="14"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-2500%);
            transform: translateX(-2500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="15"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-2600%);
            transform: translateX(-2600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="16"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-2700%);
            transform: translateX(-2700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="17"] {
    -webkit-transform: translateX(600%);
            transform: translateX(600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-2800%);
            transform: translateX(-2800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="18"] {
    -webkit-transform: translateX(700%);
            transform: translateX(700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-2900%);
            transform: translateX(-2900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="19"] {
    -webkit-transform: translateX(800%);
            transform: translateX(800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(12)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-3000%);
            transform: translateX(-3000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="0"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-0"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="1"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="2"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="3"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="4"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="5"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="6"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="7"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="8"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="9"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="10"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="11"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="12"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="13"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-2500%);
            transform: translateX(-2500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="14"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-2600%);
            transform: translateX(-2600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="15"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-2700%);
            transform: translateX(-2700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="16"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-2800%);
            transform: translateX(-2800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="17"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-2900%);
            transform: translateX(-2900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="18"] {
    -webkit-transform: translateX(600%);
            transform: translateX(600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-3000%);
            transform: translateX(-3000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="19"] {
    -webkit-transform: translateX(700%);
            transform: translateX(700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(13)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-3100%);
            transform: translateX(-3100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="0"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-0"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="1"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="2"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="3"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="4"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="5"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="6"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="7"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="8"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="9"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="10"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="11"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="12"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-2500%);
            transform: translateX(-2500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="13"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-2600%);
            transform: translateX(-2600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="14"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-2700%);
            transform: translateX(-2700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="15"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-2800%);
            transform: translateX(-2800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="16"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-2900%);
            transform: translateX(-2900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="17"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-3000%);
            transform: translateX(-3000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="18"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-3100%);
            transform: translateX(-3100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="19"] {
    -webkit-transform: translateX(600%);
            transform: translateX(600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(14)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-3200%);
            transform: translateX(-3200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="0"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-0"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="1"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="2"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="3"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="4"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="5"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="6"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="7"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="8"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="9"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="10"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="11"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-2500%);
            transform: translateX(-2500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="12"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-2600%);
            transform: translateX(-2600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="13"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-2700%);
            transform: translateX(-2700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="14"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-2800%);
            transform: translateX(-2800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="15"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-2900%);
            transform: translateX(-2900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="16"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-3000%);
            transform: translateX(-3000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="17"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-3100%);
            transform: translateX(-3100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="18"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-3200%);
            transform: translateX(-3200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="19"] {
    -webkit-transform: translateX(500%);
            transform: translateX(500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(15)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-3300%);
            transform: translateX(-3300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="0"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-0"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="1"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="2"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="3"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="4"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="5"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="6"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="7"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="8"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="9"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="10"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-2500%);
            transform: translateX(-2500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="11"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-2600%);
            transform: translateX(-2600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="12"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-2700%);
            transform: translateX(-2700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="13"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-2800%);
            transform: translateX(-2800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="14"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-2900%);
            transform: translateX(-2900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="15"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-3000%);
            transform: translateX(-3000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="16"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-3100%);
            transform: translateX(-3100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="17"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-3200%);
            transform: translateX(-3200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="18"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-3300%);
            transform: translateX(-3300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="19"] {
    -webkit-transform: translateX(400%);
            transform: translateX(400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(16)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-3400%);
            transform: translateX(-3400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="0"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-0"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="1"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="2"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="3"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="4"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="5"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="6"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="7"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="8"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="9"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-2500%);
            transform: translateX(-2500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="10"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-2600%);
            transform: translateX(-2600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="11"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-2700%);
            transform: translateX(-2700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="12"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-2800%);
            transform: translateX(-2800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="13"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-2900%);
            transform: translateX(-2900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="14"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-3000%);
            transform: translateX(-3000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="15"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-3100%);
            transform: translateX(-3100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="16"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-3200%);
            transform: translateX(-3200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="17"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-3300%);
            transform: translateX(-3300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="18"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-3400%);
            transform: translateX(-3400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="19"] {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(17)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-3500%);
            transform: translateX(-3500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="0"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-0"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="1"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="2"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="3"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="4"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="5"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="6"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="7"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="8"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-2500%);
            transform: translateX(-2500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="9"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-2600%);
            transform: translateX(-2600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="10"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-2700%);
            transform: translateX(-2700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="11"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-2800%);
            transform: translateX(-2800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="12"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-2900%);
            transform: translateX(-2900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="13"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-3000%);
            transform: translateX(-3000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="14"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-3100%);
            transform: translateX(-3100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="15"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-3200%);
            transform: translateX(-3200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="16"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-3300%);
            transform: translateX(-3300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="17"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-3400%);
            transform: translateX(-3400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="18"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-3500%);
            transform: translateX(-3500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="19"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(18)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-3600%);
            transform: translateX(-3600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="0"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-0"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="1"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="2"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="3"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="4"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="5"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="6"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="7"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-2500%);
            transform: translateX(-2500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="8"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-2600%);
            transform: translateX(-2600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="9"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-2700%);
            transform: translateX(-2700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="10"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-2800%);
            transform: translateX(-2800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="11"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-2900%);
            transform: translateX(-2900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="12"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-3000%);
            transform: translateX(-3000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="13"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-3100%);
            transform: translateX(-3100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="14"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-3200%);
            transform: translateX(-3200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="15"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-3300%);
            transform: translateX(-3300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="16"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-3400%);
            transform: translateX(-3400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="17"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-3500%);
            transform: translateX(-3500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="18"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-3600%);
            transform: translateX(-3600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="19"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(19)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-3700%);
            transform: translateX(-3700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="0"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-0"] {
    -webkit-transform: translateX(-1900%);
            transform: translateX(-1900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="1"] {
    -webkit-transform: translateX(-1800%);
            transform: translateX(-1800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-1"] {
    -webkit-transform: translateX(-2000%);
            transform: translateX(-2000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="2"] {
    -webkit-transform: translateX(-1700%);
            transform: translateX(-1700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-2"] {
    -webkit-transform: translateX(-2100%);
            transform: translateX(-2100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="3"] {
    -webkit-transform: translateX(-1600%);
            transform: translateX(-1600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-3"] {
    -webkit-transform: translateX(-2200%);
            transform: translateX(-2200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="4"] {
    -webkit-transform: translateX(-1500%);
            transform: translateX(-1500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-4"] {
    -webkit-transform: translateX(-2300%);
            transform: translateX(-2300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="5"] {
    -webkit-transform: translateX(-1400%);
            transform: translateX(-1400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-5"] {
    -webkit-transform: translateX(-2400%);
            transform: translateX(-2400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="6"] {
    -webkit-transform: translateX(-1300%);
            transform: translateX(-1300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-6"] {
    -webkit-transform: translateX(-2500%);
            transform: translateX(-2500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="7"] {
    -webkit-transform: translateX(-1200%);
            transform: translateX(-1200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-7"] {
    -webkit-transform: translateX(-2600%);
            transform: translateX(-2600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="8"] {
    -webkit-transform: translateX(-1100%);
            transform: translateX(-1100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-8"] {
    -webkit-transform: translateX(-2700%);
            transform: translateX(-2700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="9"] {
    -webkit-transform: translateX(-1000%);
            transform: translateX(-1000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-9"] {
    -webkit-transform: translateX(-2800%);
            transform: translateX(-2800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="10"] {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-10"] {
    -webkit-transform: translateX(-2900%);
            transform: translateX(-2900%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="11"] {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-11"] {
    -webkit-transform: translateX(-3000%);
            transform: translateX(-3000%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="12"] {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-12"] {
    -webkit-transform: translateX(-3100%);
            transform: translateX(-3100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="13"] {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-13"] {
    -webkit-transform: translateX(-3200%);
            transform: translateX(-3200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="14"] {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-14"] {
    -webkit-transform: translateX(-3300%);
            transform: translateX(-3300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="15"] {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-15"] {
    -webkit-transform: translateX(-3400%);
            transform: translateX(-3400%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="16"] {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-16"] {
    -webkit-transform: translateX(-3500%);
            transform: translateX(-3500%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="17"] {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-17"] {
    -webkit-transform: translateX(-3600%);
            transform: translateX(-3600%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="18"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-18"] {
    -webkit-transform: translateX(-3700%);
            transform: translateX(-3700%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="19"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
.xxx-slideshow--animationTypeSlide:not(.xxx-slideshow--circular) .xxx-slide:nth-child(20)[data-xxx-position="-19"] {
    -webkit-transform: translateX(-3800%);
            transform: translateX(-3800%); }
.xxx-slide__container {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-ordinal-group: 3;
            order: 2;
    padding: 4rem 0;
    position: relative;
    width: 100%;
    z-index: 1; }
.xxx-slide:active .xxx-slide__container > * {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
.xxx-slide:active .xxx-slide__container > *:active {
      -webkit-user-select: auto;
         -moz-user-select: auto;
          -ms-user-select: auto;
              user-select: auto; }
.xxx-slide__content {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: 100%; }
.xxx-slide__figure {
    height: auto;
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
            order: 1;
    padding-right: 2rem;
    width: 100%;
    z-index: 0; }
.xxx-slideshow:not(.xxx-slideshow--minHeightBg) .xxx-slide__figure {
      bottom: 0;
      position: absolute;
      left: 0;
      right: 0;
      top: 0; }
.xxx-slideshow__items {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap;
  touch-action: pan-y;
  width: 100%; }
.xxx-slideshow__itemsContainer {
  display: -webkit-box;
  display: flex;
  width: 100%; }
@media (min-width: 769px) {
    .xxx-slideshow__itemsContainer {
      width: 100%; } }
.xxx-slideshow--minHeightFixed .xxx-slideshow__itemsContainer {
    min-height: 60vh; }
.xxx-slideshow--minHeightFixedRatio .xxx-slideshow__itemsContainer {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
.xxx-slideshow--minHeightFixedRatio .xxx-slideshow__itemsContainer::before {
      content: '';
      display: block;
      -webkit-box-flex: 0;
              flex-grow: 0;
      flex-shrink: 1;
      padding-bottom: 56.25%;
      width: 0; }
.xxx-slideshow--minHeightFixedRatio .xxx-slideshow__itemsContainer > :first-child {
      -webkit-box-flex: 1;
              flex-grow: 1;
      flex-shrink: 0;
      width: 100%; }
.xxx-slideshowNavigation__arrows {
  display: -webkit-box;
  display: flex;
  margin-bottom: 1rem; }
.xxx-slideshowNavigation__triggers {
  display: -webkit-box;
  display: flex;
  margin-top: 1rem; }
.xxx-slideshowNavigation__trigger {
  -webkit-box-flex: 0;
          flex-grow: 0; }
.xxx-slideshowNavigation__trigger:not(:first-child) {
    margin-left: 1rem; }
.xxx-text {
  font-size: 1.6rem;
  line-height: 1.6; }
.xxx-block--textSizeBigger .xxx-text {
    font-size: 2rem;
    line-height: 1.6; }
.xxx-block--teaser.xxx-block--vAlignJustified .xxx-text {
    -webkit-box-flex: 1;
            flex-grow: 1; }
@media (min-width: 769px) {
    .xxx-block--extraLeftMargin .xxx-text {
      padding-left: 4rem; } }
.xxx-trackers {
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
  left: 0;
  position: fixed;
  right: 0;
  min-height: 100vh;
  z-index: 20;
  pointer-events: none; }
html.ie .xxx-trackers {
    height: 99vh; }
.xxx-trackers.xxx-js-fixed {
    position: fixed; }
.xxx-trackers.xxx-js-beforeActive {
    position: relative; }
.xxx-trackers.xxx-js-hidden {
    display: none; }
.xxx-trackers::before {
    -webkit-transition: opacity visibility 0.4s ;
    transition: opacity visibility 0.4s ;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    bottom: 0;
    left: 0;
    pointer-events: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0; }
.xxx-trackers.xxx-js-modal::before, .xxx-trackers.xxx-js-beforeActive::before {
    opacity: 1;
    visibility: inherit; }
.xxx-trackers__actions {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: -1rem; }
.xxx-trackers__actions > * {
      -webkit-box-flex: 0;
              flex-grow: 0;
      flex-shrink: 0;
      margin-top: 1rem; }
@media (min-width: 769px) {
      .xxx-trackers__actions {
        margin-left: calc(8.33333% + 0.16667rem + 0px);
        width: calc(33.33333% + -1.33333rem + 0px); } }
.xxx-trackers__container {
    -webkit-transition: height 0.4s  ;
    transition: height 0.4s  ;
    border-top: 1px solid currentColor;
    background-color: #EEEEEE;
    padding: 2rem 0;
    pointer-events: auto;
    position: relative;
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex-shrink: 0; }
.xxx-trackers__details {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: 100%;
    -webkit-transition: opacity 0.2s  , visibility 0.2s  ;
    transition: opacity 0.2s  , visibility 0.2s  ;
    left: 0;
    padding-top: 3rem;
    position: relative;
    right: 0;
    top: 0; }
.xxx-trackers__details.xxx-js-collapsed {
      opacity: 0;
      position: absolute;
      visibility: hidden; }
@media (min-width: 769px) {
    .xxx-trackers__detailsActions {
      margin-left: calc(66.66667% + 1.33333rem + 0px);
      width: calc(33.33333% + -1.33333rem + 0px); } }
.xxx-trackers__group {
    -webkit-transition: height 0.4s  ;
    transition: height 0.4s  ;
    position: relative;
    overflow: hidden; }
.xxx-trackers__group + .xxx-trackers__group {
      margin-top: 4rem; }
@media (min-width: 769px) {
    .xxx-trackers__groupActions {
      margin-left: calc(8.33333% + 0.16667rem + 0px);
      width: calc(33.33333% + -1.33333rem + 0px); } }
.xxx-trackers__groupDetails {
    -webkit-transition: opacity 0.2s  , visibility 0.2s  ;
    transition: opacity 0.2s  , visibility 0.2s  ;
    left: 0;
    position: relative;
    right: 0;
    bottom: 0; }
.xxx-trackers__groupDetails.xxx-js-collapsed {
      opacity: 0;
      position: absolute;
      visibility: hidden; }
@media (min-width: 769px) {
    .xxx-trackers__groupInfo {
      width: calc(58.33333% + -0.83333rem + 0px); } }
@media (min-width: 769px) {
    .xxx-trackers__groupSummary {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
              align-items: center; }
      .xxx-trackers__groupSummary > * {
        -webkit-box-flex: 0;
                flex-grow: 0;
        flex-shrink: 0; } }
@media (min-width: 769px) {
    .xxx-trackers__info {
      width: calc(58.33333% + -0.83333rem + 0px); } }
.xxx-trackers__summary {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: 100%; }
@media (min-width: 769px) {
      .xxx-trackers__summary {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
                align-items: center; }
        .xxx-trackers__summary > * {
          -webkit-box-flex: 0;
                  flex-grow: 0;
          flex-shrink: 0; } }
@media (min-width: 769px) {
    .xxx-trackers__tracker {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      .xxx-trackers__tracker > * {
        -webkit-box-flex: 0;
                flex-grow: 0;
        flex-shrink: 0; } }
.xxx-trackers__tracker + .xxx-trackers__tracker {
    border-top: 1px solid currentColor;
    margin-top: 1rem;
    padding-top: 1rem; }
.xxx-trackers__trackers {
    padding-top: 2rem; }
@media (min-width: 769px) {
    .xxx-trackers__trackerActions {
      margin-left: calc(8.33333% + 0.16667rem + 0px);
      width: calc(33.33333% + -1.33333rem + 0px); } }
@media (min-width: 769px) {
    .xxx-trackers__trackerInfo {
      width: calc(58.33333% + -0.83333rem + 0px); } }
.xxx-ugc a {
  color: #FF0000;
  text-decoration: underline; }
html:not(.mobile) .xxx-ugc a:hover, .xxx-ugc a:active {
    text-decoration: none; }
.xxx-ugc q,
.xxx-ugc blockquote {
  quotes: "\00BB" "\00AB"; }
.xxx-ugc blockquote {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: normal;
  margin: 0;
  padding-left: 2rem;
  border-left: 1px solid currentColor; }
.xxx-ugc blockquote > p:first-child::before {
    content: open-quote; }
.xxx-ugc blockquote > p:last-of-type::after {
    content: close-quote; }
.xxx-ugc cite {
  font-size: 1.6rem;
  line-height: 1.6;
  display: block;
  font-style: normal;
  text-align: right; }
.xxx-ugc cite::before {
    content: '\2014';
    margin-right: 0.2em; }
.xxx-ugc blockquote cite {
  margin-top: 1rem; }
.xxx-ugc q + cite {
  display: inline;
  margin-left: 1rem; }
.xxx-ugc q {
  font-style: italic; }
.xxx-ugc dl {
  margin: 0; }
.xxx-ugc dd {
  margin: 0; }
.xxx-ugc dt {
  font-size: 1.6rem;
  line-height: 1.6;
  display: block;
  font-weight: bold; }
.xxx-ugc h1 {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold; }
.xxx-ugc h2 {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold; }
.xxx-ugc h3 {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold; }
.xxx-ugc h4,
.xxx-ugc h5,
.xxx-ugc h6 {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold; }
.xxx-ugc hr {
  background-color: currentColor;
  border: 0;
  height: 1px;
  margin: 0;
  width: 100%; }
.xxx-ugc li {
  margin: 0; }
.xxx-ugc ol > li {
  padding-left: 0.4em; }
.xxx-ugc ol {
  margin: 0 0 0 1em; }
.xxx-ugc ul {
  margin: 0 0 0 2rem; }
.xxx-ugc ul > li {
  position: relative; }
.xxx-ugc ul > li::before {
    content: '\2022';
    position: absolute;
    top: 0;
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    left: -2rem; }
.xxx-ugc h1,
.xxx-ugc h2,
.xxx-ugc h3,
.xxx-ugc h4,
.xxx-ugc h5,
.xxx-ugc h6,
.xxx-ugc p,
.xxx-ugc ol,
.xxx-ugc ul,
.xxx-ugc dl,
.xxx-ugc blockquote {
  max-width: 100rem; }
.xxx-ugc * + a > figure {
  margin-top: 1em; }
.xxx-ugc * + h1,
.xxx-ugc * + h2,
.xxx-ugc * + h3,
.xxx-ugc * + h4,
.xxx-ugc * + h5,
.xxx-ugc * + h6 {
  margin-top: 3rem; }
.xxx-ugc * + table,
.xxx-ugc * + figure,
.xxx-ugc * + p,
.xxx-ugc * + ol,
.xxx-ugc * + ul,
.xxx-ugc * + dl,
.xxx-ugc dd + dd,
.xxx-ugc dt + dt {
  margin-top: 1em; }
.xxx-ugc li + li {
  margin-top: 1rem; }
.xxx-ugc dd + dt {
  margin-top: 2rem; }
.xxx-ugc * + blockquote,
.xxx-ugc blockquote + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-top: 2rem; }
.xxx-ugc * + hr,
.xxx-ugc hr + * {
  margin-top: 2rem; }
.xxx-video__caption {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 1rem; }
.xxx-blocks:not(.xxx-blocks--nested) > .xxx-block--video.xxx-block--hSizeFull .xxx-video__caption {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: 100%; }
.xxx-video__content {
  position: relative; }
.xxx-video__content::before {
    content: '';
    display: block;
    padding-bottom: 56.25%; }
.xxx-video__icon {
  height: 4rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 4rem;
  margin-left: -2rem;
  margin-top: -2rem; }
.xxx-video__icon [data-xxx-type="svg"] {
    width: 100%;
    height: 100%; }
.xxx-video__img {
  -webkit-transition: opacity 0.2s  , visibility 0.2s  ;
  transition: opacity 0.2s  , visibility 0.2s  ;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover"; }
.xxx-video.xxx-js-loading .xxx-video__img {
    opacity: 0;
    visibility: hidden; }
.xxx-video.xxx-js-loaded .xxx-video__img {
    display: none; }
@supports (--var: 0) {
    .xxx-video__img {
      -o-object-position: var(--focusX, 50%) var(--focusY, 50%);
         object-position: var(--focusX, 50%) var(--focusY, 50%); } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    html.no-js .xxx-video__img {
      box-sizing: border-box;
      padding-left: 100%;
      background-size: cover;
      background-position: 50% 50%; } }
.xxx-video__link {
  -webkit-transition: opacity 0.2s  , visibility 0.2s  ;
  transition: opacity 0.2s  , visibility 0.2s  ;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  cursor: pointer; }
.xxx-video.xxx-js-loading .xxx-video__link {
    opacity: 0;
    visibility: hidden; }
.xxx-video.xxx-js-loaded .xxx-video__link {
    display: none; }
.xxx-videoPlayer {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
.xxx-videoPlayer--bg {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    z-index: -1; }
.xxx-videoPlayer__embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
.xxx-videoPlayer__embed > iframe,
    .xxx-videoPlayer__embed > video {
      border: 0;
      height: 100%;
      width: 100%; }

/*# sourceMappingURL=non-critical.css.map */
