@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem; }
  .columns.is-mobile > .column.is-narrow {
    flex: none; }
  .columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-one-fifth {
    flex: none;
    width: 20%; }
  .columns.is-mobile > .column.is-two-fifths {
    flex: none;
    width: 40%; }
  .columns.is-mobile > .column.is-three-fifths {
    flex: none;
    width: 60%; }
  .columns.is-mobile > .column.is-four-fifths {
    flex: none;
    width: 80%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%; }
  .columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%; }
  .columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%; }
  .columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%; }
  .columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.33333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333%; }
  .columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.66667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66667%; }
  .columns.is-mobile > .column.is-3 {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4 {
    flex: none;
    width: 33.33333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333%; }
  .columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.66667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66667%; }
  .columns.is-mobile > .column.is-6 {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    flex: none;
    width: 58.33333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333%; }
  .columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.66667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66667%; }
  .columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    flex: none;
    width: 83.33333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333%; }
  .columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.66667%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66667%; }
  .columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
      flex: none; }
    .column.is-full-mobile {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-mobile {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-mobile {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-mobile {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-mobile {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .column.is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .column.is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .column.is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .column.is-1-mobile {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.33333%; }
    .column.is-2-mobile {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.66667%; }
    .column.is-3-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.33333%; }
    .column.is-5-mobile {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.66667%; }
    .column.is-6-mobile {
      flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.33333%; }
    .column.is-8-mobile {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.66667%; }
    .column.is-9-mobile {
      flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.33333%; }
    .column.is-11-mobile {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.66667%; }
    .column.is-12-mobile {
      flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 769px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      flex: none; }
    .column.is-full, .column.is-full-tablet {
      flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      flex: none;
      width: 25%; }
    .column.is-one-fifth, .column.is-one-fifth-tablet {
      flex: none;
      width: 20%; }
    .column.is-two-fifths, .column.is-two-fifths-tablet {
      flex: none;
      width: 40%; }
    .column.is-three-fifths, .column.is-three-fifths-tablet {
      flex: none;
      width: 60%; }
    .column.is-four-fifths, .column.is-four-fifths-tablet {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
      margin-left: 20%; }
    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
      margin-left: 40%; }
    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
      margin-left: 60%; }
    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
      margin-left: 80%; }
    .column.is-1, .column.is-1-tablet {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.33333%; }
    .column.is-2, .column.is-2-tablet {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.66667%; }
    .column.is-3, .column.is-3-tablet {
      flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.33333%; }
    .column.is-5, .column.is-5-tablet {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.66667%; }
    .column.is-6, .column.is-6-tablet {
      flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.33333%; }
    .column.is-8, .column.is-8-tablet {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.66667%; }
    .column.is-9, .column.is-9-tablet {
      flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.33333%; }
    .column.is-11, .column.is-11-tablet {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.66667%; }
    .column.is-12, .column.is-12-tablet {
      flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (max-width: 1087px) {
    .column.is-narrow-touch {
      flex: none; }
    .column.is-full-touch {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-touch {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-touch {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-touch {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-touch {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch {
      margin-left: 50%; }
    .column.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .column.is-offset-one-fifth-touch {
      margin-left: 20%; }
    .column.is-offset-two-fifths-touch {
      margin-left: 40%; }
    .column.is-offset-three-fifths-touch {
      margin-left: 60%; }
    .column.is-offset-four-fifths-touch {
      margin-left: 80%; }
    .column.is-1-touch {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-touch {
      margin-left: 8.33333%; }
    .column.is-2-touch {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-touch {
      margin-left: 16.66667%; }
    .column.is-3-touch {
      flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-touch {
      margin-left: 33.33333%; }
    .column.is-5-touch {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-touch {
      margin-left: 41.66667%; }
    .column.is-6-touch {
      flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-touch {
      margin-left: 58.33333%; }
    .column.is-8-touch {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-touch {
      margin-left: 66.66667%; }
    .column.is-9-touch {
      flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-touch {
      margin-left: 83.33333%; }
    .column.is-11-touch {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-touch {
      margin-left: 91.66667%; }
    .column.is-12-touch {
      flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1088px) {
    .column.is-narrow-desktop {
      flex: none; }
    .column.is-full-desktop {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-desktop {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-desktop {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-desktop {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-desktop {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .column.is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .column.is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .column.is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .column.is-1-desktop {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.33333%; }
    .column.is-2-desktop {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.66667%; }
    .column.is-3-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.33333%; }
    .column.is-5-desktop {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.66667%; }
    .column.is-6-desktop {
      flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.33333%; }
    .column.is-8-desktop {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.66667%; }
    .column.is-9-desktop {
      flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.33333%; }
    .column.is-11-desktop {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.66667%; }
    .column.is-12-desktop {
      flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1280px) {
    .column.is-narrow-widescreen {
      flex: none; }
    .column.is-full-widescreen {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-widescreen {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-widescreen {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-widescreen {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-widescreen {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-offset-one-fifth-widescreen {
      margin-left: 20%; }
    .column.is-offset-two-fifths-widescreen {
      margin-left: 40%; }
    .column.is-offset-three-fifths-widescreen {
      margin-left: 60%; }
    .column.is-offset-four-fifths-widescreen {
      margin-left: 80%; }
    .column.is-1-widescreen {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.33333%; }
    .column.is-2-widescreen {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.66667%; }
    .column.is-3-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.33333%; }
    .column.is-5-widescreen {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.66667%; }
    .column.is-6-widescreen {
      flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.33333%; }
    .column.is-8-widescreen {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.66667%; }
    .column.is-9-widescreen {
      flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.33333%; }
    .column.is-11-widescreen {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.66667%; }
    .column.is-12-widescreen {
      flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }
  @media screen and (min-width: 1472px) {
    .column.is-narrow-fullhd {
      flex: none; }
    .column.is-full-fullhd {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-fullhd {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-fullhd {
      flex: none;
      width: 66.6666%; }
    .column.is-half-fullhd {
      flex: none;
      width: 50%; }
    .column.is-one-third-fullhd {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-fullhd {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-fullhd {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-fullhd {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-fullhd {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-fullhd {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-fullhd {
      margin-left: 75%; }
    .column.is-offset-two-thirds-fullhd {
      margin-left: 66.6666%; }
    .column.is-offset-half-fullhd {
      margin-left: 50%; }
    .column.is-offset-one-third-fullhd {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-fullhd {
      margin-left: 25%; }
    .column.is-offset-one-fifth-fullhd {
      margin-left: 20%; }
    .column.is-offset-two-fifths-fullhd {
      margin-left: 40%; }
    .column.is-offset-three-fifths-fullhd {
      margin-left: 60%; }
    .column.is-offset-four-fifths-fullhd {
      margin-left: 80%; }
    .column.is-1-fullhd {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-fullhd {
      margin-left: 8.33333%; }
    .column.is-2-fullhd {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-fullhd {
      margin-left: 16.66667%; }
    .column.is-3-fullhd {
      flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd {
      margin-left: 25%; }
    .column.is-4-fullhd {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-fullhd {
      margin-left: 33.33333%; }
    .column.is-5-fullhd {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-fullhd {
      margin-left: 41.66667%; }
    .column.is-6-fullhd {
      flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd {
      margin-left: 50%; }
    .column.is-7-fullhd {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-fullhd {
      margin-left: 58.33333%; }
    .column.is-8-fullhd {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-fullhd {
      margin-left: 66.66667%; }
    .column.is-9-fullhd {
      flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd {
      margin-left: 75%; }
    .column.is-10-fullhd {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-fullhd {
      margin-left: 83.33333%; }
    .column.is-11-fullhd {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-fullhd {
      margin-left: 91.66667%; }
    .column.is-12-fullhd {
      flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd {
      margin-left: 100%; } }

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem; }
  .columns:last-child {
    margin-bottom: -0.75rem; }
  .columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.75rem); }
  .columns.is-centered {
    justify-content: center; }
  .columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .columns.is-gapless > .column {
      margin: 0;
      padding: 0 !important; }
    .columns.is-gapless:not(:last-child) {
      margin-bottom: 1.5rem; }
    .columns.is-gapless:last-child {
      margin-bottom: 0; }
  .columns.is-mobile {
    display: flex; }
  .columns.is-multiline {
    flex-wrap: wrap; }
  .columns.is-vcentered {
    align-items: center; }
  @media screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
      display: flex; } }
  @media screen and (min-width: 1088px) {
    .columns.is-desktop {
      display: flex; } }

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap)); }
  .columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap); }
  .columns.is-variable.is-0 {
    --columnGap: 0rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-0-mobile {
      --columnGap: 0rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-0-tablet {
      --columnGap: 0rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-0-tablet-only {
      --columnGap: 0rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-0-touch {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-0-desktop {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-0-desktop-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-0-widescreen {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-0-widescreen-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-0-fullhd {
      --columnGap: 0rem; } }
  .columns.is-variable.is-1 {
    --columnGap: 0.25rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-1-mobile {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-1-tablet {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-1-tablet-only {
      --columnGap: 0.25rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-1-touch {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-1-desktop {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-1-desktop-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-1-widescreen {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-1-widescreen-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-1-fullhd {
      --columnGap: 0.25rem; } }
  .columns.is-variable.is-2 {
    --columnGap: 0.5rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-2-mobile {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-2-tablet {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-2-tablet-only {
      --columnGap: 0.5rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-2-touch {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-2-desktop {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-2-desktop-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-2-widescreen {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-2-widescreen-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-2-fullhd {
      --columnGap: 0.5rem; } }
  .columns.is-variable.is-3 {
    --columnGap: 0.75rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-3-mobile {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-3-tablet {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-3-tablet-only {
      --columnGap: 0.75rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-3-touch {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-3-desktop {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-3-desktop-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-3-widescreen {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-3-widescreen-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-3-fullhd {
      --columnGap: 0.75rem; } }
  .columns.is-variable.is-4 {
    --columnGap: 1rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-4-mobile {
      --columnGap: 1rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-4-tablet {
      --columnGap: 1rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-4-tablet-only {
      --columnGap: 1rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-4-touch {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-4-desktop {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-4-desktop-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-4-widescreen {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-4-widescreen-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-4-fullhd {
      --columnGap: 1rem; } }
  .columns.is-variable.is-5 {
    --columnGap: 1.25rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-5-mobile {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-5-tablet {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-5-tablet-only {
      --columnGap: 1.25rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-5-touch {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-5-desktop {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-5-desktop-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-5-widescreen {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-5-widescreen-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-5-fullhd {
      --columnGap: 1.25rem; } }
  .columns.is-variable.is-6 {
    --columnGap: 1.5rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-6-mobile {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-6-tablet {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-6-tablet-only {
      --columnGap: 1.5rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-6-touch {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-6-desktop {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-6-desktop-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-6-widescreen {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-6-widescreen-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-6-fullhd {
      --columnGap: 1.5rem; } }
  .columns.is-variable.is-7 {
    --columnGap: 1.75rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-7-mobile {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-7-tablet {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-7-tablet-only {
      --columnGap: 1.75rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-7-touch {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-7-desktop {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-7-desktop-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-7-widescreen {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-7-widescreen-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-7-fullhd {
      --columnGap: 1.75rem; } }
  .columns.is-variable.is-8 {
    --columnGap: 2rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-8-mobile {
      --columnGap: 2rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-8-tablet {
      --columnGap: 2rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .columns.is-variable.is-8-tablet-only {
      --columnGap: 2rem; } }
  @media screen and (max-width: 1087px) {
    .columns.is-variable.is-8-touch {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1088px) {
    .columns.is-variable.is-8-desktop {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-8-desktop-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1280px) {
    .columns.is-variable.is-8-widescreen {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-8-widescreen-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1472px) {
    .columns.is-variable.is-8-fullhd {
      --columnGap: 2rem; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #00d1b2 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #009e86 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #23d160 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1ca64c !important; }

.bg-info {
  background-color: #209cee !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0f81cc !important; }

.bg-warning {
  background-color: #ffdd57 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffd324 !important; }

.bg-danger {
  background-color: #ff3860 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff0537 !important; }

.bg-light {
  background-color: whitesmoke !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dbdbdb !important; }

.bg-dark {
  background-color: #363636 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1c1c1c !important; }

.bg-white {
  background-color: white !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #00d1b2 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #23d160 !important; }

.border-info {
  border-color: #209cee !important; }

.border-warning {
  border-color: #ffdd57 !important; }

.border-danger {
  border-color: #ff3860 !important; }

.border-light {
  border-color: whitesmoke !important; }

.border-dark {
  border-color: #363636 !important; }

.border-white {
  border-color: white !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after, .brochures-list::after, .art::after, .section--info .container::after, .detail__product::after, .list__result::after, .find__wrapper::after, .cate__detail::after, .cate__item::after, .cate__bottom::after, .brochures__wrapper::after, .subscribe__wrapper .subscribe__form::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

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

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(10, 10, 10, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(10, 10, 10, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(10, 10, 10, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: white !important; }

.text-primary {
  color: #00d1b2 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #008571 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #23d160 !important; }

a.text-success:hover, a.text-success:focus {
  color: #189042 !important; }

.text-info {
  color: #209cee !important; }

a.text-info:hover, a.text-info:focus {
  color: #0e72b4 !important; }

.text-warning {
  color: #ffdd57 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ffce0a !important; }

.text-danger {
  color: #ff3860 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #eb002f !important; }

.text-light {
  color: whitesmoke !important; }

a.text-light:hover, a.text-light:focus {
  color: #cfcfcf !important; }

.text-dark {
  color: #363636 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #0f0f0f !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(10, 10, 10, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.qs-datepicker {
  color: #000;
  position: absolute;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: sans-serif;
  font-size: 14px;
  z-index: 9001;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid grey;
  border-radius: 4.22275px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.3); }

.qs-datepicker * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.qs-datepicker.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.qs-datepicker.qs-hidden {
  display: none; }

.qs-datepicker .qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: .5em;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.qs-datepicker .qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1; }

.qs-datepicker .qs-overlay .qs-close {
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: inline-table;
  padding: .5em;
  line-height: .77;
  cursor: pointer;
  position: absolute; }

.qs-datepicker .qs-overlay .qs-overlay-year {
  display: block;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  padding: .25em 0;
  margin: auto 0 .5em;
  width: calc(100% - 1em); }

.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.qs-datepicker .qs-overlay .qs-submit {
  border: 1px solid #fff;
  border-radius: 4.22275px;
  padding: .5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.4); }

.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
  color: grey;
  border-color: grey;
  cursor: not-allowed; }

.qs-datepicker .qs-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #d3d3d3;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s,-webkit-filter .3s; }

.qs-datepicker .qs-controls.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px); }

.qs-datepicker .qs-arrow {
  height: 25px;
  width: 25px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: background .15s;
  transition: background .15s; }

.qs-datepicker .qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1); }

.qs-datepicker .qs-arrow:hover.qs-left:after {
  border-right-color: #000; }

.qs-datepicker .qs-arrow:hover.qs-right:after {
  border-left-color: #000; }

.qs-datepicker .qs-arrow:after {
  content: "";
  border: 6.25px solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transition: border .2s;
  transition: border .2s; }

.qs-datepicker .qs-arrow.qs-left:after {
  border-right-color: grey;
  right: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%); }

.qs-datepicker .qs-arrow.qs-right:after {
  border-left-color: grey;
  left: 50%;
  -webkit-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%); }

.qs-datepicker .qs-month-year {
  font-weight: 700;
  -webkit-transition: border .2s;
  transition: border .2s;
  border-bottom: 1px solid transparent;
  cursor: pointer; }

.qs-datepicker .qs-month-year:hover {
  border-bottom: 1px solid grey; }

.qs-datepicker .qs-month-year:active:focus, .qs-datepicker .qs-month-year:focus {
  outline: none; }

.qs-datepicker .qs-month {
  padding-right: .5ex; }

.qs-datepicker .qs-year {
  padding-left: .5ex; }

.qs-datepicker .qs-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s,-webkit-filter .3s; }

.qs-datepicker .qs-squares.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px); }

.qs-datepicker .qs-square {
  width: 14.28571429%;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background .1s;
  transition: background .1s;
  border-radius: 4.22275px; }

.qs-datepicker .qs-square.qs-current {
  font-weight: 700; }

.qs-datepicker .qs-square.qs-active {
  background: #add8e6; }

.qs-datepicker .qs-square.qs-disabled span {
  opacity: .2; }

.qs-datepicker .qs-square.qs-empty {
  cursor: default; }

.qs-datepicker .qs-square.qs-disabled {
  cursor: not-allowed; }

.qs-datepicker .qs-square.qs-day {
  cursor: default;
  font-weight: 700;
  color: grey; }

.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: orange; }

.btn, a.btn {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  padding: 8px 12px 6px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Monty", sans-serif;
  text-align: center; }
  @media (max-width: 520px) {
    .btn, a.btn {
      display: block;
      margin: 0;
      width: 100%;
      max-width: none; }
      .btn + .btn, a.btn + .btn {
        margin-top: 20px; } }
  .btn.btn-primary, a.btn.btn-primary {
    background-color: #0E1271;
    color: #FFFFFF;
    border: 0; }
    .btn.btn-primary:hover, a.btn.btn-primary:hover {
      background-color: #EDAA00;
      color: #000000; }
  .btn.btn-secondary, a.btn.btn-secondary {
    background-color: #FFFFFF;
    color: #0E1271; }
    .btn.btn-secondary:hover, a.btn.btn-secondary:hover {
      color: #EDAA00; }
  .btn.btn-yellow, a.btn.btn-yellow {
    background-color: rgba(237, 170, 0, 0.1);
    color: #EDAA00;
    border: 2px solid #EDAA00;
    padding: 5px 10px; }
    .btn.btn-yellow:hover, a.btn.btn-yellow:hover {
      background-color: #EDAA00;
      color: #000000; }
    .btn.btn-yellow.btn-lg, a.btn.btn-yellow.btn-lg {
      padding: 13px 28px; }
  .btn.btn-lg, a.btn.btn-lg {
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 13px;
    line-height: 20px;
    height: auto;
    padding: 15px 30px; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.padded-top {
  padding-top: 100px; }
  @media (max-width: 991px) {
    .padded-top {
      padding-top: 50px; } }

.padded-bottom {
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .padded-bottom {
      padding-bottom: 50px; } }

.padded {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .padded {
      padding-top: 50px;
      padding-bottom: 50px; } }

.text-blue {
  color: #0E1271; }

.text-semi-bold {
  font-weight: 500; }

.text-large {
  font-size: 1.5em; }

.text-small {
  font-size: .875em; }

.bg-grey {
  background-color: #F2F2F2; }

.bg-white {
  background-color: #FFFFFF; }

@media (min-width: 1200px) {
  .section-sticky.is-sticky {
    z-index: 700; } }

@media (max-width: 1199px) {
  .section-sticky.section--info {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important; } }

@media (max-width: 991px) {
  .section-sticky.postcode-search {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important; } }

@media (max-width: 1199px) {
  .sticky-offset {
    display: none; } }

@media (max-width: 1199px) {
  .postcode-search-wrapper .sticky-offset {
    display: block; } }

@media (max-width: 991px) {
  .postcode-search-wrapper .sticky-offset {
    display: none; } }

@media (min-width: 992px) {
  [data-position="left top"] {
    background-position: left top; }
  [data-position="left center"] {
    background-position: left center; }
  [data-position="left bottom"] {
    background-position: left bottom; }
  [data-position="center center"] {
    background-position: center center; }
  [data-position="right top"] {
    background-position: right top; }
  [data-position="right center"] {
    background-position: right center; }
  [data-position="right bottom"] {
    background-position: right bottom; }
  [data-position="center center"] {
    background-position: center center; } }

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Opens';
  src: url("../fonts/opensans-bolditalic-webfont.eot");
  src: url("../fonts/opensans-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-bolditalic-webfont.woff") format("woff"), url("../fonts/opensans-bolditalic-webfont.ttf") format("truetype"), url("../fonts/opensans-bolditalic-webfont.svg#opens") format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Opens';
  src: url("../fonts/opensans-extrabold-webfont.eot");
  src: url("../fonts/opensans-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-extrabold-webfont.woff2") format("woff2"), url("../fonts/opensans-extrabold-webfont.woff") format("woff"), url("../fonts/opensans-extrabold-webfont.ttf") format("truetype"), url("../fonts/opensans-extrabold-webfont.svg#opens") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Opens';
  src: url("../fonts/opensans-extrabolditalic-webfont.eot");
  src: url("../fonts/opensans-extrabolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-extrabolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-extrabolditalic-webfont.woff") format("woff"), url("../fonts/opensans-extrabolditalic-webfont.ttf") format("truetype"), url("../fonts/opensans-extrabolditalic-webfont.svg#opens") format("svg");
  font-weight: 800;
  font-style: italic; }

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

@font-face {
  font-family: 'Opens';
  src: url("../fonts/opensans-light-webfont.eot");
  src: url("../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans-light-webfont.svg#opens") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Opens';
  src: url("../fonts/opensans-lightitalic-webfont.eot");
  src: url("../fonts/opensans-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-lightitalic-webfont.woff2") format("woff2"), url("../fonts/opensans-lightitalic-webfont.woff") format("woff"), url("../fonts/opensans-lightitalic-webfont.ttf") format("truetype"), url("../fonts/opensans-lightitalic-webfont.svg#opens") format("svg");
  font-weight: 300;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Opens';
  src: url("../fonts/opensans-semibolditalic-webfont.eot");
  src: url("../fonts/opensans-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-semibolditalic-webfont.woff") format("woff"), url("../fonts/opensans-semibolditalic-webfont.ttf") format("truetype"), url("../fonts/opensans-semibolditalic-webfont.svg#opens") format("svg");
  font-weight: 600;
  font-style: italic; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before, .fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before, .fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before, .fa-users:before {
  content: "\F0C0"; }

.fa-chain:before, .fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before, .fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\F155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\F156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\F158"; }

.fa-won:before, .fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before, .fa-car:before {
  content: "\F1B9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before, .fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before, .fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* BREAKPOINTS */
.clearfix, .brochures-list, .art, .section--info .container, .detail__product, .list__result, .find__wrapper, .cate__detail, .cate__item, .cate__bottom, .brochures__wrapper, .subscribe__wrapper .subscribe__form, .row, .sub__equipment .product-list, .section--explore .product-list {
  *zoom: 1; }
  .clearfix:before, .brochures-list:before, .art:before, .section--info .container:before, .detail__product:before, .list__result:before, .find__wrapper:before, .cate__detail:before, .cate__item:before, .cate__bottom:before, .brochures__wrapper:before, .subscribe__wrapper .subscribe__form:before, .row:before, .sub__equipment .product-list:before, .section--explore .product-list:before, .clearfix:after, .brochures-list:after, .art:after, .section--info .container:after, .detail__product:after, .list__result:after, .find__wrapper:after, .cate__detail:after, .cate__item:after, .cate__bottom:after, .brochures__wrapper:after, .subscribe__wrapper .subscribe__form:after, .row:after, .sub__equipment .product-list:after, .section--explore .product-list:after {
    content: "";
    display: table; }
  .clearfix:after, .brochures-list:after, .art:after, .section--info .container:after, .detail__product:after, .list__result:after, .find__wrapper:after, .cate__detail:after, .cate__item:after, .cate__bottom:after, .brochures__wrapper:after, .subscribe__wrapper .subscribe__form:after, .row:after, .sub__equipment .product-list:after, .section--explore .product-list:after {
    clear: both; }

.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none; }
  .select-wrapper select::-ms-expand {
    display: none; }

@media (min-width: 1025px) {
  [class^='col-'] {
    float: left;
    min-height: 1px;
    padding: 0 20px; }
  /* col-1 to col-12 */
  .col-1 {
    width: 8.33333%; }
  .col-push-1 {
    position: relative;
    left: 8.33333%; }
  .col-pull-1 {
    position: relative;
    right: 8.33333%;
    float: right; }
  .col-2 {
    width: 16.66667%; }
  .col-push-2 {
    position: relative;
    left: 16.66667%; }
  .col-pull-2 {
    position: relative;
    right: 16.66667%;
    float: right; }
  .col-3 {
    width: 25%; }
  .col-push-3 {
    position: relative;
    left: 25%; }
  .col-pull-3 {
    position: relative;
    right: 25%;
    float: right; }
  .col-4 {
    width: 33.33333%; }
  .col-push-4 {
    position: relative;
    left: 33.33333%; }
  .col-pull-4 {
    position: relative;
    right: 33.33333%;
    float: right; }
  .col-5 {
    width: 41.66667%; }
  .col-push-5 {
    position: relative;
    left: 41.66667%; }
  .col-pull-5 {
    position: relative;
    right: 41.66667%;
    float: right; }
  .col-6 {
    width: 50%; }
  .col-push-6 {
    position: relative;
    left: 50%; }
  .col-pull-6 {
    position: relative;
    right: 50%;
    float: right; }
  .col-7 {
    width: 58.33333%; }
  .col-push-7 {
    position: relative;
    left: 58.33333%; }
  .col-pull-7 {
    position: relative;
    right: 58.33333%;
    float: right; }
  .col-8 {
    width: 66.66667%; }
  .col-push-8 {
    position: relative;
    left: 66.66667%; }
  .col-pull-8 {
    position: relative;
    right: 66.66667%;
    float: right; }
  .col-9 {
    width: 75%; }
  .col-push-9 {
    position: relative;
    left: 75%; }
  .col-pull-9 {
    position: relative;
    right: 75%;
    float: right; }
  .col-10 {
    width: 83.33333%; }
  .col-push-10 {
    position: relative;
    left: 83.33333%; }
  .col-pull-10 {
    position: relative;
    right: 83.33333%;
    float: right; }
  .col-11 {
    width: 91.66667%; }
  .col-push-11 {
    position: relative;
    left: 91.66667%; }
  .col-pull-11 {
    position: relative;
    right: 91.66667%;
    float: right; }
  .col-12 {
    width: 100%; }
  .col-push-12 {
    position: relative;
    left: 100%; }
  .col-pull-12 {
    position: relative;
    right: 100%;
    float: right; }
  /* col-20, col-40, col-60, col-80, col-100 */
  .col-20 {
    width: 20%; }
  .col-push-20 {
    position: relative;
    left: 20%; }
  .col-pull-20 {
    position: relative;
    right: 20%;
    float: right; }
  .col-40 {
    width: 40%; }
  .col-push-40 {
    position: relative;
    left: 40%; }
  .col-pull-40 {
    position: relative;
    right: 40%;
    float: right; }
  .col-60 {
    width: 60%; }
  .col-push-60 {
    position: relative;
    left: 60%; }
  .col-pull-60 {
    position: relative;
    right: 60%;
    float: right; }
  .col-80 {
    width: 80%; }
  .col-push-80 {
    position: relative;
    left: 80%; }
  .col-pull-80 {
    position: relative;
    right: 80%;
    float: right; }
  .col-100 {
    width: 100%; }
  .col-push-100 {
    position: relative;
    left: 100%; }
  .col-pull-100 {
    position: relative;
    right: 100%;
    float: right; } }

.wrap-form {
  /* col-1 to col-12 */
  /* col-20, col-40, col-60, col-80, col-100 */ }
  .wrap-form [class^='col-'] {
    float: left;
    min-height: 1px; }
  .wrap-form .col-1 {
    width: 8.33333%; }
  .wrap-form .col-push-1 {
    position: relative;
    left: 8.33333%; }
  .wrap-form .col-pull-1 {
    position: relative;
    right: 8.33333%;
    float: right; }
  .wrap-form .col-2 {
    width: 16.66667%; }
  .wrap-form .col-push-2 {
    position: relative;
    left: 16.66667%; }
  .wrap-form .col-pull-2 {
    position: relative;
    right: 16.66667%;
    float: right; }
  .wrap-form .col-3 {
    width: 25%; }
  .wrap-form .col-push-3 {
    position: relative;
    left: 25%; }
  .wrap-form .col-pull-3 {
    position: relative;
    right: 25%;
    float: right; }
  .wrap-form .col-4 {
    width: 33.33333%; }
  .wrap-form .col-push-4 {
    position: relative;
    left: 33.33333%; }
  .wrap-form .col-pull-4 {
    position: relative;
    right: 33.33333%;
    float: right; }
  .wrap-form .col-5 {
    width: 41.66667%; }
  .wrap-form .col-push-5 {
    position: relative;
    left: 41.66667%; }
  .wrap-form .col-pull-5 {
    position: relative;
    right: 41.66667%;
    float: right; }
  .wrap-form .col-6 {
    width: 50%; }
  .wrap-form .col-push-6 {
    position: relative;
    left: 50%; }
  .wrap-form .col-pull-6 {
    position: relative;
    right: 50%;
    float: right; }
  .wrap-form .col-7 {
    width: 58.33333%; }
  .wrap-form .col-push-7 {
    position: relative;
    left: 58.33333%; }
  .wrap-form .col-pull-7 {
    position: relative;
    right: 58.33333%;
    float: right; }
  .wrap-form .col-8 {
    width: 66.66667%; }
  .wrap-form .col-push-8 {
    position: relative;
    left: 66.66667%; }
  .wrap-form .col-pull-8 {
    position: relative;
    right: 66.66667%;
    float: right; }
  .wrap-form .col-9 {
    width: 75%; }
  .wrap-form .col-push-9 {
    position: relative;
    left: 75%; }
  .wrap-form .col-pull-9 {
    position: relative;
    right: 75%;
    float: right; }
  .wrap-form .col-10 {
    width: 83.33333%; }
  .wrap-form .col-push-10 {
    position: relative;
    left: 83.33333%; }
  .wrap-form .col-pull-10 {
    position: relative;
    right: 83.33333%;
    float: right; }
  .wrap-form .col-11 {
    width: 91.66667%; }
  .wrap-form .col-push-11 {
    position: relative;
    left: 91.66667%; }
  .wrap-form .col-pull-11 {
    position: relative;
    right: 91.66667%;
    float: right; }
  .wrap-form .col-12 {
    width: 100%; }
  .wrap-form .col-push-12 {
    position: relative;
    left: 100%; }
  .wrap-form .col-pull-12 {
    position: relative;
    right: 100%;
    float: right; }
  .wrap-form .col-20 {
    width: 20%; }
  .wrap-form .col-push-20 {
    position: relative;
    left: 20%; }
  .wrap-form .col-pull-20 {
    position: relative;
    right: 20%;
    float: right; }
  .wrap-form .col-40 {
    width: 40%; }
  .wrap-form .col-push-40 {
    position: relative;
    left: 40%; }
  .wrap-form .col-pull-40 {
    position: relative;
    right: 40%;
    float: right; }
  .wrap-form .col-60 {
    width: 60%; }
  .wrap-form .col-push-60 {
    position: relative;
    left: 60%; }
  .wrap-form .col-pull-60 {
    position: relative;
    right: 60%;
    float: right; }
  .wrap-form .col-80 {
    width: 80%; }
  .wrap-form .col-push-80 {
    position: relative;
    left: 80%; }
  .wrap-form .col-pull-80 {
    position: relative;
    right: 80%;
    float: right; }
  .wrap-form .col-100 {
    width: 100%; }
  .wrap-form .col-push-100 {
    position: relative;
    left: 100%; }
  .wrap-form .col-pull-100 {
    position: relative;
    right: 100%;
    float: right; }

.btn-burger {
  display: block;
  width: 40px;
  height: 40px;
  position: relative; }
  .btn-burger:before, .btn-burger:after, .btn-burger span {
    content: '';
    display: block;
    width: 24px;
    height: 3px;
    background-color: white;
    position: absolute;
    border-radius: 2px;
    left: 8px; }
  .btn-burger:before {
    top: 11px;
    transition: all 0.3s ease; }
  .btn-burger span {
    top: 18px;
    transition: all 0.3s ease 0.2s;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
  .btn-burger:after {
    top: 25px;
    transition: all 0.3s ease; }
  .btn-burger.active:before {
    top: 18px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0.2s; }
  .btn-burger.active span {
    opacity: 0;
    transition: all 0.3s ease; }
  .btn-burger.active:after {
    top: 18px;
    transform: rotate(-135deg);
    transition: all 0.3s ease 0.2s; }

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

.button {
  display: inline-block;
  outline: none;
  background: rgba(237, 170, 0, 0.1);
  cursor: pointer;
  opacity: 1;
  border: 2px solid #EDAA00;
  font-family: "Monty", sans-serif;
  font-weight: bold;
  color: #EDAA00;
  font-size: 13px;
  height: 50px;
  line-height: 47px;
  padding: 0 32px 0 35px;
  letter-spacing: 3px;
  transition: all 0.2s linear; }
  .button i {
    font-size: 20px;
    vertical-align: middle;
    margin-top: -3px; }
  @media (min-width: 1025px) {
    .button:hover {
      background-color: #EDAA00;
      color: black; } }

.button--primary {
  background-color: #0E1271;
  border-color: #0E1271;
  color: white; }
  @media (min-width: 1025px) {
    .button--primary:hover {
      border-color: #EDAA00; } }

.button--primary-o {
  background-color: #fff;
  border-color: #0E1271;
  color: #0E1271; }
  @media (min-width: 1025px) {
    .button--primary-o:hover {
      color: #EDAA00;
      background: #fff;
      border-color: #EDAA00; } }

.button-yellow {
  color: #fff;
  background-color: #EDAA00;
  border-color: #EDAA00; }
  @media (min-width: 1025px) {
    .button-yellow:hover {
      color: #fff;
      background: #0E1271;
      border-color: #0E1271; } }

.button--icon {
  background: none;
  border: none;
  outline: none;
  font-size: 20px;
  position: absolute;
  top: 8px;
  right: 10px; }
  @media (min-width: 1025px) {
    .button--icon {
      right: 15px; } }

.btn-enabling-chat {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 9999; }

@media (max-width: 767px) {
  .btn-enabling-chat {
    font-size: 12px;
    letter-spacing: 1px;
    height: 30px;
    line-height: 28px;
    padding: 0 20px; } }

.cookie-consent-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  background-color: rgba(14, 18, 113, 0.75);
  z-index: 10000;
  font-size: 14px;
  padding: 10px 0; }
  .cookie-consent-popup .container-fluid {
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px; }
  .cookie-consent-popup .row {
    margin: 0 -15px; }
  .cookie-consent-popup .col-12 {
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .cookie-consent-popup .col-12 {
        display: block; } }
  .cookie-consent-popup .consent-text {
    padding: 10px 5px;
    text-align: justify;
    display: block;
    margin: auto 0; }
    .cookie-consent-popup .consent-text a {
      color: #ffffff;
      text-decoration: underline; }
      .cookie-consent-popup .consent-text a:hover {
        text-decoration: none; }
  .cookie-consent-popup .consent-buttons {
    padding: 10px 5px;
    display: block;
    margin: auto 0; }
    .cookie-consent-popup .consent-buttons .button {
      padding: 10px;
      text-transform: uppercase;
      height: auto;
      font-size: 11px;
      line-height: 1.4em; }

/* Checkbox */
.checkbox-wrapper label {
  cursor: pointer; }
  .checkbox-wrapper label:before {
    margin-right: 5px;
    display: inline-block;
    content: '';
    background: url(../media/icons/icon-checkbox.png) top center/16px 32px no-repeat;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom; }

.checkbox-wrapper input[type="checkbox"] {
  display: none; }
  .checkbox-wrapper input[type="checkbox"]:checked ~ label:before {
    background-position: 0 -16px; }

/* Radio */
.radio-wrapper label {
  cursor: pointer; }
  .radio-wrapper label:before {
    margin-right: 5px;
    display: inline-block;
    content: '';
    background: url(../media/icons/icon-radio.png) top center/16px 32px no-repeat;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom; }

.radio-wrapper input[type="radio"] {
  display: none; }
  .radio-wrapper input[type="radio"]:checked ~ label:before {
    background-position: 0 -16px; }

.input-wrapper {
  border: 1px solid #0E1271;
  overflow: hidden; }
  .input-wrapper input {
    display: block;
    width: 100%;
    padding: 0 10px;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 10px;
    line-height: 18px;
    color: #1e1200; }

/* Select */
.select-wrapper {
  cursor: pointer;
  padding: 0;
  text-align: left; }
  @media (min-width: 1025px) {
    .select-wrapper:hover {
      z-index: 3; }
      .select-wrapper:hover ul {
        display: block; } }
  .select-wrapper.list--select {
    z-index: 2 !important; }
    @media (min-width: 1025px) {
      .select-wrapper.list--select {
        max-width: 233px; } }
    @media (min-width: 1025px) {
      .select-wrapper.list--select:hover ul {
        display: none; } }
    .select-wrapper.list--select ul {
      min-height: none;
      left: -1px;
      width: calc(100% + 2px);
      max-height: none;
      overflow: visible;
      border: 1px solid #c6c6c6;
      border-top: none; }
      @media (min-width: 1025px) {
        .select-wrapper.list--select ul {
          padding-bottom: 10px;
          top: 100%;
          border: 1px solid #c6c6c6;
          border-top: none;
          bottom: auto; } }
      .select-wrapper.list--select ul a {
        display: block; }
    .select-wrapper.list--select li {
      padding: 0 15px;
      font-size: 13px;
      line-height: 30px;
      color: #2D3032; }
  .select-wrapper label {
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold; }
  .select-wrapper .error {
    margin-left: 0;
    text-transform: none; }
  .select-wrapper.show {
    z-index: 3; }
    .select-wrapper.show ul {
      display: block !important; }
  .select-wrapper span {
    text-align: left;
    line-height: 50px;
    margin-left: 15px;
    font-size: 13px;
    font-weight: 600; }
  .select-wrapper ul {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    text-align: left;
    max-height: 180px;
    overflow-y: scroll; }
  .select-wrapper li {
    padding: 3px 10px; }

.select-wrapper {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  position: relative;
  background: #fff;
  border: 1px solid #c6c6c6; }
  .select-wrapper.input-box {
    margin-top: 10px; }
  .select-wrapper li {
    padding: 6px 15px;
    font-size: 13px; }
  .select-wrapper select {
    padding: 0 25px 0 15px;
    display: block;
    width: 100%;
    height: 50px;
    outline: none;
    background: none;
    border: none;
    border-radius: 0;
    font-size: 13px;
    line-height: 20px;
    z-index: 1;
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0; }
    .select-wrapper select:focus::-ms-value {
      background-color: transparent; }
    .select-wrapper select option {
      display: block;
      padding: 5px 10px;
      min-height: 30px;
      color: #000;
      background: #fff; }
  .select-wrapper:after {
    content: '\F0D7';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: block;
    font: normal normal normal 18px/1 FontAwesome; }

.input-form {
  position: relative; }
  .input-form input {
    padding: 0 20px;
    outline: none; }
    .input-form input::-webkit-input-placeholder {
      color: #fff; }
    .input-form input:-moz-placeholder {
      color: #fff; }
    .input-form input::-moz-placeholder {
      color: #fff; }
    .input-form input:-ms-input-placeholder {
      color: #fff; }
  @media (min-width: 1025px) {
    .input-form i:hover {
      color: #EDAA00; } }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700; }
  @media (min-width: 1280px) {
    h1, h2, h3, h4, h5, h6 {
      font-family: "Monty", sans-serif; } }

h1 {
  font-size: 28px; }
  @media (min-width: 1025px) {
    h1 {
      font-size: 35px; } }
  @media (min-width: 1280px) {
    h1 {
      font-size: 53px; } }

h2 {
  font-size: 28px; }
  @media (min-width: 1025px) {
    h2 {
      font-size: 35px; } }
  @media (min-width: 1280px) {
    h2 {
      font-size: 40px; } }

h3 {
  font-size: 25px; }
  @media (min-width: 1025px) {
    h3 {
      font-size: 25px; } }
  @media (min-width: 1280px) {
    h3 {
      font-size: 29px;
      font-weight: 600; } }

h4 {
  font-size: 21px; }
  @media (min-width: 1025px) {
    h4 {
      font-size: 21px; } }
  @media (min-width: 1280px) {
    h4 {
      font-size: 24px;
      font-weight: 600; } }

h5 {
  font-size: 18px; }
  @media (min-width: 1025px) {
    h5 {
      font-size: 20px; } }
  @media (min-width: 1280px) {
    h5 {
      font-size: 18px;
      font-weight: 600; } }

h6 {
  font-size: 15px; }
  @media (min-width: 1025px) {
    h6 {
      font-size: 17px; } }
  @media (min-width: 1280px) {
    h6 {
      font-size: 16px;
      font-weight: 600; } }

html[data-show-modal="subscription"] {
  height: 100%;
  width: 100%;
  overflow: hidden; }
  html[data-show-modal="subscription"][data-loading-modal="true"] #newletter-subscription {
    opacity: 0; }
  html[data-show-modal="subscription"] #newletter-subscription {
    display: block;
    opacity: 1;
    transition: opacity 1s ease-in-out; }

#newletter-subscription {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10001;
  display: none; }
  #newletter-subscription .modal-content {
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 90%;
    width: 860px;
    padding: 30px;
    background: #0E1271;
    border: 3px solid #ffffff; }
    @media (max-width: 991px) {
      #newletter-subscription .modal-content {
        width: 666px; } }
    @media (max-width: 560px) {
      #newletter-subscription .modal-content {
        padding: 15px 15px 20px; } }
    #newletter-subscription .modal-content::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3); }
    #newletter-subscription .modal-content .close {
      position: absolute;
      right: 0;
      top: 0;
      border: 3px solid #ffffff;
      background-color: #EDAA00;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      text-align: center;
      line-height: 28px;
      cursor: pointer;
      transform: translateX(50%) translateY(-50%); }
    #newletter-subscription .modal-content h3 {
      color: #ffffff;
      font-family: 'Monty', sans-serif;
      font-size: 40px;
      font-weight: 200;
      line-height: 49px;
      text-transform: uppercase;
      margin: 3px 0 20px; }
      @media (max-width: 991px) {
        #newletter-subscription .modal-content h3 {
          font-size: 32px;
          line-height: 38px; } }
      @media (max-width: 560px) {
        #newletter-subscription .modal-content h3 {
          font-size: 22px;
          line-height: 28px;
          margin: 0 0 20px; } }
    #newletter-subscription .modal-content p {
      font-family: 'Open Sans', 'Opens', san-serif;
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 5px; }
      @media (max-width: 560px) {
        #newletter-subscription .modal-content p {
          font-size: 14px;
          line-height: 18px; } }
      @media (max-width: 560px) {
        #newletter-subscription .modal-content p .hidden-mb {
          display: none; } }
    #newletter-subscription .modal-content .form-fields {
      margin-top: 36px; }
      @media (max-width: 560px) {
        #newletter-subscription .modal-content .form-fields {
          margin-top: 15px; } }
    #newletter-subscription .modal-content .input-group-inline {
      display: inline-block;
      margin-right: 10px;
      position: relative;
      margin-top: 15px;
      width: 100%;
      max-width: 210px;
      vertical-align: top; }
      #newletter-subscription .modal-content .input-group-inline.full-name {
        max-width: 150px; }
      @media (max-width: 991px) {
        #newletter-subscription .modal-content .input-group-inline:nth-of-type(3) {
          margin-right: 0; } }
      @media (max-width: 767px) {
        #newletter-subscription .modal-content .input-group-inline {
          display: block;
          max-width: none;
          width: auto;
          margin-right: 0; }
          #newletter-subscription .modal-content .input-group-inline.full-name {
            max-width: none; } }
      #newletter-subscription .modal-content .input-group-inline label {
        color: #ffffff;
        font-family: 'Monty', sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 15px; }
      #newletter-subscription .modal-content .input-group-inline input {
        display: block;
        height: 50px;
        width: 100%;
        margin-top: 10px;
        padding: 15px;
        border: 1px solid #ffffff;
        background-color: rgba(255, 255, 255, 0.6); }
        @media (max-width: 560px) {
          #newletter-subscription .modal-content .input-group-inline input {
            padding: 10px;
            height: 40px; } }
        #newletter-subscription .modal-content .input-group-inline input:focus {
          border: 1px solid #EDAA00;
          outline: none;
          color: #fff;
          background: rgba(237, 170, 0, 0.2); }
      #newletter-subscription .modal-content .input-group-inline .select-wrapper {
        margin: 10px 0 0;
        background: rgba(255, 255, 255, 0.6); }
        @media (max-width: 560px) {
          #newletter-subscription .modal-content .input-group-inline .select-wrapper {
            height: 40px; } }
        #newletter-subscription .modal-content .input-group-inline .select-wrapper span {
          color: #333333;
          font-weight: normal;
          font-size: 14px; }
          @media (max-width: 560px) {
            #newletter-subscription .modal-content .input-group-inline .select-wrapper span {
              line-height: 40px; } }
        @media (max-width: 560px) {
          #newletter-subscription .modal-content .input-group-inline .select-wrapper select {
            height: 40px; } }
      #newletter-subscription .modal-content .input-group-inline.button-inline {
        max-width: none;
        margin-right: 0;
        width: auto; }
        #newletter-subscription .modal-content .input-group-inline.button-inline .button-wrapper {
          margin-top: 30px; }
        @media (max-width: 991px) {
          #newletter-subscription .modal-content .input-group-inline.button-inline {
            display: block; } }
        @media (max-width: 767px) {
          #newletter-subscription .modal-content .input-group-inline.button-inline {
            margin-top: 20px; } }

.slick-slider {
  margin: 0;
  padding: 0; }
  .slick-slider .item {
    text-align: left; }

.slick-dots {
  margin: 20px auto;
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li button {
      border: 0;
      color: transparent;
      font: 0/0 a;
      text-shadow: none;
      padding: 0;
      text-align: center;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: none;
      outline: none;
      border: 1px solid white; }
    .slick-dots li + li {
      margin-left: 10px; }
    .slick-dots li.slick-active button {
      background-color: white; }

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border: none;
  background: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 5;
  font-size: 0;
  color: white;
  opacity: 0;
  outline: none;
  transition: opacity 0.2s linear;
  text-align: center; }
  .slick-arrow:before {
    font-family: FontAwesome;
    font-size: 40px; }
  @media (min-width: 1025px) {
    .slick-arrow {
      opacity: 0.6; } }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: '\F104'; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: '\F105'; }

.rental .site-footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    .rental .site-footer .container {
      display: block; } }

.site-footer {
  background: #191919;
  color: #aaa;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 40px 10px; }
  @media (min-width: 768px) {
    .site-footer {
      padding-bottom: 45px; } }
  @media (max-width: 1024px) {
    .site-footer {
      padding-bottom: 90px; } }
  .site-footer a {
    color: #aaa; }
  .site-footer .copyright {
    font-weight: 600;
    font-family: "Monty", sans-serif;
    margin-bottom: 10px; }
  @media (min-width: 1025px) {
    .site-footer .link-footer {
      display: inline-block;
      vertical-align: middle;
      margin: 0 50px; } }
  @media (min-width: 1280px) {
    .site-footer .link-footer {
      margin: 0 110px; } }
  .site-footer .link-footer .site a {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    opacity: 0.6;
    letter-spacing: 0.01em; }
    @media (min-width: 1025px) {
      .site-footer .link-footer .site a {
        margin: 0 14px;
        letter-spacing: 1px; } }
  .site-footer .logo-footer {
    margin-top: 22px; }
    .site-footer .logo-footer svg, .site-footer .logo-footer img {
      width: 143px; }
    @media (min-width: 1025px) {
      .site-footer .logo-footer {
        display: inline-block;
        vertical-align: middle;
        margin: 0; } }

.socials {
  font-size: 22px;
  margin-bottom: 25px; }
  .socials a {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px; }
  @media (min-width: 1025px) {
    .socials {
      display: inline-block;
      vertical-align: middle;
      margin: 0; } }

/* GLOBAL */
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "Opens", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 60px;
  min-height: 100vh;
  position: relative; }
  @media (min-width: 1025px) {
    body {
      padding-top: 74px; } }
  @media (min-width: 1280px) {
    body {
      font-size: 16px; } }
  @media (min-width: 1025px) {
    body.rental {
      padding-top: 140px; } }

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

img {
  max-width: 100%;
  outline: none;
  border: none; }

a {
  outline: none;
  text-decoration: none;
  transition: color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
  color: #0E1271; }
  @media (min-width: 1025px) {
    a:focus {
      outline: none; } }
  @media (min-width: 1025px) {
    a:hover {
      opacity: 1;
      color: #EDAA00; } }
  a:hover img {
    transform: scale(1.04); }
  a img {
    transition: 0.5s; }

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

figure {
  line-height: 0;
  overflow: hidden; }

sup {
  font-size: 75%;
  line-height: 1; }

p {
  margin: 0 0 1em; }

hr {
  display: block;
  margin: 20px auto;
  border: none;
  border-top: 1px solid black; }

.container {
  position: relative;
  max-width: 1130px;
  margin: 0 auto; }

.overflow-hidden {
  overflow: hidden; }

.hidden {
  display: none; }

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

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

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

@media (min-width: 1025px) {
  .hide-desktop {
    display: none !important; } }

.show-desktop {
  display: none !important; }
  @media (min-width: 1025px) {
    .show-desktop {
      display: block !important; } }

@media (min-width: 768px) {
  .hide-tablet {
    display: none !important; } }

.show-tablet {
  display: none !important; }
  @media (min-width: 768px) {
    .show-tablet {
      display: block !important; } }

.inline-only-for-tablet {
  display: none !important; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .inline-only-for-tablet {
      display: inline-block !important; } }

.text--orange {
  color: #EDAA00 !important; }

.link--primary {
  color: #0E1271 !important;
  text-decoration: underline !important; }

.page {
  margin: 20px 0;
  text-align: center; }
  .page a {
    background: none;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    line-height: 38px;
    color: #0E1271;
    font-size: 16px;
    display: block;
    font-weight: bold;
    transition: 0.3s ease-out;
    text-shadow: none; }
    .page a:hover {
      background: #fff;
      opacity: 0.8; }
  .page li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px; }
  .page .active a {
    background: #0E1271;
    color: #fff; }
    .page .active a:hover {
      color: #fff;
      background: #0E1271; }

.page__prev a, .page__next a {
  position: relative;
  background: none;
  width: 40px;
  height: 40px;
  font-size: 0;
  border: 2px solid #0E1271;
  border-radius: 50%;
  color: #0E1271; }
  .page__prev a:before, .page__next a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0E1271;
    display: block;
    font: normal normal normal 28px/1 FontAwesome; }

.page__prev a:before {
  content: '\F104';
  left: 45%; }

.page__next a:before {
  content: '\F105';
  left: 55%; }

h1, .h1 {
  font-size: 36px;
  line-height: 1.2em;
  color: #2D3032;
  font-family: "Monty", sans-serif;
  font-weight: 700;
  margin: 0 0 25px; }

.mobile-only {
  display: block; }
  @media (min-width: 768px) {
    .mobile-only {
      display: none; } }

.desktop-only {
  display: none; }
  @media (min-width: 768px) {
    .desktop-only {
      display: block; } }

body.rental .site-header {
  z-index: 999; }
  body.rental .site-header .main-menu {
    height: auto; }
    @media (min-width: 1025px) {
      body.rental .site-header .main-menu {
        padding-left: 20px;
        padding-right: 20px; } }
    body.rental .site-header .main-menu .container {
      height: 60px; }
      @media (min-width: 1025px) {
        body.rental .site-header .main-menu .container {
          height: 90px; } }
    body.rental .site-header .main-menu .logo {
      top: 50%;
      transform: translateY(-50%); }
    body.rental .site-header .main-menu .links .return-to-main a .img {
      transition: transform .25s ease-in-out; }
    body.rental .site-header .main-menu .links .return-to-main a:hover .img {
      transform: scale(1.04); }
    @media (max-width: 1024px) {
      body.rental .site-header .main-menu .languages {
        padding-top: 10px; }
        body.rental .site-header .main-menu .languages .global {
          display: none; }
        body.rental .site-header .main-menu .languages .number a, body.rental .site-header .main-menu .languages .search a {
          height: 40px;
          text-align: center;
          line-height: 40px;
          padding-left: 5px;
          padding-right: 5px; }
        body.rental .site-header .main-menu .languages .search i {
          margin: 0; } }
  body.rental .site-header .menu {
    text-transform: uppercase;
    padding-left: 130px;
    box-shadow: none;
    flex-direction: column;
    overflow: auto; }
    body.rental .site-header .menu.active {
      display: flex !important; }
    @media (max-width: 1024px) {
      body.rental .site-header .menu {
        padding-left: 0;
        height: calc(100vh - 60px); } }
    @media (min-width: 1025px) {
      body.rental .site-header .menu {
        padding-top: 16px; } }
    body.rental .site-header .menu .item.item-feature {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      margin-top: 20px; }
      body.rental .site-header .menu .item.item-feature .quick-links {
        margin-bottom: 30px; }
      body.rental .site-header .menu .item.item-feature .btn {
        font-weight: 500;
        margin: 10px 10px 0;
        padding: 8px 12px 6px;
        font-size: 14px; }
      body.rental .site-header .menu .item.item-feature .go-to-main-site {
        margin-top: 10px;
        margin-bottom: 10px; }
        body.rental .site-header .menu .item.item-feature .go-to-main-site .btn {
          margin: 0;
          text-transform: none;
          letter-spacing: 1px;
          line-height: 20px;
          height: auto;
          padding: 5px 15px 10px;
          color: #FFFFFF;
          display: inline-block;
          width: auto; }
          body.rental .site-header .menu .item.item-feature .go-to-main-site .btn span {
            display: inline-block;
            vertical-align: middle;
            padding-right: 10px;
            padding-top: 5px;
            font-size: 16px; }
          body.rental .site-header .menu .item.item-feature .go-to-main-site .btn img {
            height: 20px;
            width: auto;
            display: inline-block;
            vertical-align: middle; }
      body.rental .site-header .menu .item.item-feature .find-contact {
        margin-top: auto;
        position: static;
        justify-self: flex-end;
        margin-top: auto;
        margin-bottom: 5px; }
    body.rental .site-header .menu .mobile-search {
      padding: 17px 15px;
      background-color: #EDAA00; }
      @media (max-width: 520px) {
        body.rental .site-header .menu .mobile-search {
          padding: 15px; } }
      @media (min-width: 1025px) {
        body.rental .site-header .menu .mobile-search {
          display: none; } }
      body.rental .site-header .menu .mobile-search .label {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.286em;
        font-family: "Monty", sans-serif;
        margin-bottom: 5px; }
      body.rental .site-header .menu .mobile-search [type="search"] {
        background: rgba(255, 255, 255, 0.5);
        width: auto;
        flex: 1 1 auto;
        height: 30px;
        border: 0;
        padding: 6px 10px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 18px;
        font-family: "Monty", sans-serif;
        font-weight: 500; }
        body.rental .site-header .menu .mobile-search [type="search"]::-webkit-input-placeholder {
          color: #0E1271; }
        body.rental .site-header .menu .mobile-search [type="search"]::-moz-placeholder {
          color: #0E1271; }
        body.rental .site-header .menu .mobile-search [type="search"]:-ms-input-placeholder {
          color: #0E1271; }
        body.rental .site-header .menu .mobile-search [type="search"]:-moz-placeholder {
          color: #0E1271; }
      body.rental .site-header .menu .mobile-search .btn {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        max-width: 30px;
        text-align: center;
        padding: 0;
        font-size: 12px;
        line-height: 30px;
        border: 0;
        text-align: center;
        color: #FFFFFF;
        background: #0E1271; }
        body.rental .site-header .menu .mobile-search .btn:disabled {
          background: #8F8F8F; }
  @media (min-width: 1025px) {
    body.rental .site-header .languages {
      float: none;
      position: absolute;
      top: 0;
      right: 0; } }
  @media (min-width: 1025px) {
    body.rental .site-header .languages .links {
      white-space: nowrap;
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
      body.rental .site-header .languages .links .search {
        display: none; } }
  body.rental .site-header .languages .location {
    position: absolute;
    top: 47px;
    right: 0;
    white-space: nowrap; }
    body.rental .site-header .languages .location .search {
      display: block;
      font-weight: 400; }
      body.rental .site-header .languages .location .search a {
        padding: 0;
        margin: 0; }
  body.rental .site-header .quick-links .btn, body.rental .site-header .quick-links a.btn {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    padding: 7px 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Monty", sans-serif;
    width: auto; }
    body.rental .site-header .quick-links .btn.btn-primary, body.rental .site-header .quick-links a.btn.btn-primary {
      background-color: #0E1271;
      color: #FFFFFF; }
      body.rental .site-header .quick-links .btn.btn-primary:hover, body.rental .site-header .quick-links a.btn.btn-primary:hover {
        color: #EDAA00; }
    body.rental .site-header .quick-links .btn.btn-secondary, body.rental .site-header .quick-links a.btn.btn-secondary {
      background-color: #FFFFFF;
      color: #0E1271; }
      body.rental .site-header .quick-links .btn.btn-secondary:hover, body.rental .site-header .quick-links a.btn.btn-secondary:hover {
        color: #EDAA00; }

.site-header {
  position: fixed;
  width: 100%;
  z-index: 12;
  top: 0;
  left: 0; }
  @media (min-width: 1025px) {
    .site-header {
      transition: .5s;
      transform: translateY(0); }
      .site-header.has-subnav {
        transform: translateY(-74px); } }
  .site-header .main-menu {
    background-color: #0E1271;
    height: 60px;
    position: relative;
    transition: all 0.2s linear;
    text-align: right; }
    @media (min-width: 1025px) {
      .site-header .main-menu {
        height: 74px;
        text-align: left; } }
    .site-header .main-menu .logo {
      position: absolute;
      top: 14px;
      left: 20px;
      display: block; }
      .site-header .main-menu .logo .leaf {
        display: none; }
      .site-header .main-menu .logo img {
        transform: none !important; }
      @media (min-width: 1025px) {
        .site-header .main-menu .logo {
          top: 20px;
          left: 0; } }
      @media (min-width: 1025px) {
        .site-header .main-menu .logo .leaf {
          position: absolute;
          left: -76px;
          display: block; } }
      @media screen and (max-width: 1025px) {
        .site-header .main-menu .logo.logo--hide {
          display: none; } }
    .site-header .main-menu .menu__back {
      display: none;
      color: #FFFFFF;
      max-width: 58%;
      white-space: nowrap;
      overflow: hidden;
      font-family: "Monty", sans-serif;
      text-transform: uppercase;
      position: absolute;
      top: 14px;
      left: 20px; }
      @media (min-width: 1025px) {
        .site-header .main-menu .menu__back {
          display: none !important; } }
      .site-header .main-menu .menu__back span {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        padding-top: 5px;
        display: inline-block;
        vertical-align: top; }
        .site-header .main-menu .menu__back span i {
          display: none; }
      .site-header .main-menu .menu__back i {
        font-size: 30px;
        line-height: 30px;
        margin-right: 7px; }
    .site-header .main-menu .header-right {
      position: absolute;
      top: 10px;
      right: 15px; }
      .site-header .main-menu .header-right .btn-burger {
        /* _buttons.scss */ }
      @media (min-width: 1025px) {
        .site-header .main-menu .header-right {
          display: none; } }
    .site-header .main-menu .languages {
      font-size: 18px;
      font-family: "Monty", sans-serif;
      padding: 19px 66px 0 0; }
      @media (min-width: 1025px) {
        .site-header .main-menu .languages {
          font-size: 12px;
          float: right;
          padding: 0; } }
    .site-header .main-menu .links {
      margin: 0; }
      @media (min-width: 1025px) {
        .site-header .main-menu .links {
          padding: 12px 0; } }
      .site-header .main-menu .links li {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px; }
        .site-header .main-menu .links li.return-to-main {
          display: none; }
          @media (min-width: 1025px) {
            .site-header .main-menu .links li.return-to-main {
              display: inline-block; } }
          .site-header .main-menu .links li.return-to-main span {
            display: inline-block;
            vertical-align: middle; }
          .site-header .main-menu .links li.return-to-main .img {
            margin-left: 7px;
            display: inline-block;
            vertical-align: middle;
            width: auto;
            max-width: none;
            height: 13px;
            margin-bottom: 3px;
            background: url("../media/logo.svg") 50% 50%/cover no-repeat;
            transition: background-image .3s ease-in-out;
            width: 66px;
            height: 13px; }
        .site-header .main-menu .links li a {
          color: white;
          display: inline-block; }
          @media (min-width: 1025px) {
            .site-header .main-menu .links li a {
              padding-left: 10px; }
              .site-header .main-menu .links li a:hover {
                opacity: 1;
                color: #EDAA00; } }
        @media (min-width: 1025px) {
          .site-header .main-menu .links li:not(:last-child) a {
            padding: 0 7px 0 10px; } }
        .site-header .main-menu .links li span {
          display: none; }
          @media (min-width: 1025px) {
            .site-header .main-menu .links li span {
              display: inline-block; } }
        @media (min-width: 768px) {
          .site-header .main-menu .links li {
            margin-left: 10px; }
            .site-header .main-menu .links li i {
              margin-right: 5px; } }
        @media (min-width: 1025px) {
          .site-header .main-menu .links li {
            margin-left: 0; }
            .site-header .main-menu .links li + li {
              border-left: 1px solid rgba(255, 255, 255, 0.3); } }
      @media (min-width: 768px) {
        .site-header .main-menu .links .number {
          font-size: 12px; }
          .site-header .main-menu .links .number a {
            font-weight: 500;
            color: #EDAA00; }
          .site-header .main-menu .links .number span {
            display: inline; } }
      .site-header .main-menu .links .number a {
        color: #EDAA00; }
    .site-header .main-menu .location {
      display: none; }
      @media (min-width: 1025px) {
        .site-header .main-menu .location {
          display: block;
          text-align: right;
          font-weight: 600; } }
      .site-header .main-menu .location a {
        color: white;
        display: inline-block;
        padding: 3px 5px 2px;
        margin: 0 5px; }
        @media (min-width: 1025px) {
          .site-header .main-menu .location a {
            margin: 0;
            margin-left: 10px; } }
        .site-header .main-menu .location a:hover {
          color: #EDAA00; }
      .site-header .main-menu .location .box {
        background-color: white;
        font-weight: bold;
        color: #0E1271;
        padding-left: 10px;
        padding-right: 10px; }
        .site-header .main-menu .location .box:hover {
          border-color: #EDAA00;
          background-color: #EDAA00;
          color: black; }
  .site-header .menu {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 94%;
    overflow-y: scroll;
    box-shadow: 0 0 40px #c3c3c3;
    margin: 0;
    overflow: hidden;
    padding: 0;
    list-style: none;
    background: #F2F6FA;
    border-top: 1px solid #e0d2b6;
    font-family: "Monty", sans-serif;
    font-size: 18px;
    text-align: left; }
    @media (min-width: 1025px) {
      .site-header .menu {
        position: static;
        display: inline-block !important;
        opacity: 1 !important;
        width: auto;
        border-top: none;
        height: auto;
        overflow: visible;
        box-shadow: none;
        background: none;
        font-size: 14px;
        padding-left: 170px; } }
    @media (min-width: 1280px) {
      .site-header .menu {
        padding-left: 180px; } }
    .site-header .menu .item {
      position: relative;
      border-bottom: 3px solid #F2F6FA;
      background: #fff; }
      @media (min-width: 1025px) {
        .site-header .menu .item {
          background: none;
          border-bottom: none; } }
      .site-header .menu .item.item-feature {
        position: static; }
      .site-header .menu .item a {
        display: block;
        padding: 20px 15px;
        color: #2D3032;
        transition: all 0.2s ease;
        font-family: "Monty", sans-serif;
        position: relative;
        font-size: 18px;
        font-weight: 500; }
        @media (min-width: 1025px) {
          .site-header .menu .item a {
            font-family: "Open Sans", "Opens", sans-serif;
            transform: none;
            font-size: 14px;
            opacity: 1;
            padding: 5px 10px; } }
      .site-header .menu .item .button-find {
        display: inline-block;
        color: #fff;
        line-height: 28px;
        padding: 0 10px;
        height: 30px;
        font-size: 14px;
        letter-spacing: normal; }
        .site-header .menu .item .button-find i {
          font-size: 11px;
          margin-right: 4px; }
      .site-header .menu .item.item-feature {
        margin-top: 30px;
        text-align: center;
        background: none;
        border-bottom: none; }
        @media (min-width: 1025px) {
          .site-header .menu .item.item-feature {
            display: none; } }
        .site-header .menu .item.item-feature .link {
          display: inline-block;
          font-size: 14px;
          color: #0E1271;
          font-weight: bold;
          padding: 0 15px; }
      .site-header .menu .item .find-contact {
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 15px;
        left: 0;
        text-transform: none; }
        .site-header .menu .item .find-contact a {
          display: inline-block;
          font-weight: 600;
          font-size: 14px;
          padding: 0; }
      @media (min-width: 1025px) {
        .site-header .menu .item {
          border-bottom: none;
          display: inline-block;
          padding: 23px 3px; }
          .site-header .menu .item > a {
            color: white;
            font-weight: 500;
            transition-delay: 0ms !important; }
          .site-header .menu .item:hover > a {
            background-color: #3E418D; } }
      @media (min-width: 1280px) {
        .site-header .menu .item {
          padding-left: 5px;
          padding-right: 5px; } }
    .site-header .menu .has-sub-menu > a:after {
      content: '\F054';
      font-family: FontAwesome;
      color: #90949C;
      position: absolute;
      right: 15px;
      top: 50%;
      font-size: 14px;
      margin-top: -9px;
      z-index: 1;
      display: none; }
      @media (min-width: 1025px) {
        .site-header .menu .has-sub-menu > a:after {
          display: inline-block; } }
    .site-header .menu .has-sub-menu > a > .toggle {
      color: #90949C;
      position: absolute;
      font-size: 14px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: right;
      z-index: 2;
      display: block; }
      @media (min-width: 1025px) {
        .site-header .menu .has-sub-menu > a > .toggle {
          display: none; } }
      .site-header .menu .has-sub-menu > a > .toggle:after {
        content: '\F054';
        font-family: FontAwesome;
        color: #90949C;
        position: absolute;
        right: 15px;
        top: 50%;
        font-size: 14px;
        margin-top: -9px; }
    @media (min-width: 1025px) {
      .site-header .menu .has-sub-menu {
        position: relative; }
        .site-header .menu .has-sub-menu:hover > .sub-menu {
          display: block; }
        .site-header .menu .has-sub-menu.item > a:after {
          content: '\F107';
          position: static;
          color: #E7E9EA;
          margin-left: 3px;
          opacity: 0.3; }
        .site-header .menu .has-sub-menu.item:hover > a:after {
          content: '\F106'; } }
    .site-header .menu.active li a {
      transform: translateX(0);
      opacity: 1; }
    @media (min-width: 1025px) {
      .site-header .menu [data-has-bigmenu="true"] > .sub-menu {
        display: none !important; } }
    .site-header .menu .sub-menu {
      list-style: none;
      padding: 0;
      font-size: 16px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-color: white;
      z-index: 3;
      display: none; }
      @media (min-width: 1025px) {
        .site-header .menu .sub-menu {
          width: 265px;
          font-size: 12px;
          top: 100%;
          left: 0;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
          .site-header .menu .sub-menu .sub-menu {
            left: 100%;
            top: 0; } }
      .site-header .menu .sub-menu.sub_outing {
        display: block !important; }
      .site-header .menu .sub-menu > li {
        border-top: 1px solid #E9EBEE; }
        .site-header .menu .sub-menu > li:first-child {
          border-top: none; }
      .site-header .menu .sub-menu a {
        padding: 11px 32px 10px 18px;
        line-height: 19px; }
        @media (min-width: 1025px) {
          .site-header .menu .sub-menu a:hover {
            background-color: #0E1271;
            color: white; }
            .site-header .menu .sub-menu a:hover i, .site-header .menu .sub-menu a:hover:after {
              color: white; } }
  .site-header .fa-external-link {
    font-size: 12px;
    margin-left: 3px;
    color: #90949C; }

body.rental .sub-general {
  top: 60px; }
  @media (min-width: 1025px) {
    body.rental .sub-general {
      top: 90px; } }

body.rental .sub-general__main {
  flex: 1 1 auto;
  max-width: 100%; }

body.rental .sub-general__other {
  flex: 0 0 354px;
  max-width: 354px; }
  @media (max-width: 767px) {
    body.rental .sub-general__other {
      border-top: 1px solid #ccc;
      flex: 0 0 100%;
      max-width: 100%; } }

body.rental .sub__equipment .product-list li {
  max-width: 33.33%;
  flex: 0 0 33.33%; }
  @media (max-width: 520px) {
    body.rental .sub__equipment .product-list li {
      max-width: 50%;
      flex: 0 0 50%; } }

.sub-general {
  position: fixed;
  top: 60px;
  overflow: hidden;
  left: 0;
  width: 100%;
  height: 0;
  overflow-y: scroll;
  background: #fff;
  z-index: 10;
  text-align: left; }
  @media (min-width: 1025px) {
    .sub-general {
      top: 74px;
      position: absolute;
      display: table; } }
  .sub-general.active {
    height: calc(100% - 60px); }
    @media (min-width: 1025px) {
      .sub-general.active {
        height: auto; } }

.sub-general__wrapper {
  height: auto;
  transition: transform 0.3s;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
  height: 0;
  transform: translateX(100%); }
  @media (min-width: 1025px) {
    .sub-general__wrapper {
      display: none;
      height: auto;
      position: relative;
      opacity: 1;
      max-height: none;
      transform: none;
      box-shadow: 0 5px 15px 5px rgba(180, 180, 180, 0.2); }
      .sub-general__wrapper a {
        color: #2D3032; }
        .sub-general__wrapper a:hover {
          color: #EDAA00; } }
  .sub-general__wrapper.active {
    position: relative;
    opacity: 1;
    z-index: 10;
    height: auto;
    transform: translateX(0);
    height: auto; }
    @media (min-width: 1025px) {
      .sub-general__wrapper.active {
        display: flex;
        flex-direction: row; } }

.sub__search {
  transform: none !important; }

.sub__menu-content .sub-menu {
  display: none; }

.sub__menu-content li {
  border-bottom: 1px solid #ccc; }
  .sub__menu-content li a {
    display: block;
    padding: 15px;
    padding-right: 30px;
    position: relative;
    font-family: "Monty", sans-serif;
    font-size: 16px;
    color: #2D3032;
    font-weight: 600; }
  .sub__menu-content li .button-find {
    display: inline-block;
    color: #fff;
    line-height: 28px;
    padding: 0 10px;
    font-weight: bold;
    height: 30px;
    font-size: 14px; }
  .sub__menu-content li.item-feature {
    margin-top: 30px;
    text-align: center;
    border-bottom: none; }
    .sub__menu-content li.item-feature .link {
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      color: #0E1271;
      padding: 0;
      padding-left: 15px; }

.sub__menu-content .has-sub-menu > a:after {
  content: '\F054';
  font-family: FontAwesome;
  color: #90949C;
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 14px;
  margin-top: -9px;
  z-index: 1;
  display: none; }
  @media (min-width: 1025px) {
    .sub__menu-content .has-sub-menu > a:after {
      display: inline-block; } }

.sub__menu-content .has-sub-menu > a > .toggle {
  color: #90949C;
  position: absolute;
  font-size: 14px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  z-index: 2;
  display: block; }
  @media (min-width: 1025px) {
    .sub__menu-content .has-sub-menu > a > .toggle {
      display: none; } }
  .sub__menu-content .has-sub-menu > a > .toggle:after {
    content: '\F054';
    font-family: FontAwesome;
    color: #90949C;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 14px;
    margin-top: -9px; }

.sub-has-menu {
  position: relative; }
  .sub-has-menu:after {
    content: '\F054';
    font-family: FontAwesome;
    color: #90949C;
    position: absolute;
    right: 15px;
    display: block;
    top: 50%;
    font-size: 14px;
    margin-top: -9px; }
    @media (min-width: 1025px) {
      .sub-has-menu:after {
        display: none; } }

@media (min-width: 1025px) {
  .sub-general__main {
    vertical-align: top;
    max-width: 74%;
    flex: 0 0 74%; } }

@media (min-width: 1025px) {
  .sub-general__main .about-list {
    padding: 27px 10px 36px 30px; } }

.sub-general__main .about-list figure, .sub-general__main .about-list ul, .sub-general__main .about-list p {
  display: none; }
  @media (min-width: 1025px) {
    .sub-general__main .about-list figure, .sub-general__main .about-list ul, .sub-general__main .about-list p {
      display: block; } }

.sub-general__main .about-list figure a {
  display: block; }

.sub-general__main .about-list a {
  font-size: 14px;
  margin: 15px 0; }
  @media (min-width: 1025px) {
    .sub-general__main .about-list a {
      margin: 10px 0; } }

.sub-general__main .about-list p {
  color: #8F8F8F;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 15px; }

.sub-general__main .about-list > li {
  border-bottom: 1px solid #ccc;
  padding: 18px 20px;
  position: relative;
  min-height: 61px; }
  @media (min-width: 1025px) {
    .sub-general__main .about-list > li {
      min-height: none;
      padding: 0;
      border-bottom: none;
      width: 30.5%;
      display: inline-block;
      vertical-align: top; } }
  .sub-general__main .about-list > li h3 a {
    margin: 0;
    display: block;
    vertical-align: top;
    font-weight: 600;
    font-size: 16px;
    color: #2D3032; }
    @media (min-width: 1025px) {
      .sub-general__main .about-list > li h3 a {
        font-size: 14px;
        display: inline-block;
        color: #0E1271; }
        .sub-general__main .about-list > li h3 a:hover {
          color: #EDAA00; } }
    .sub-general__main .about-list > li h3 a.sub__smart-construct {
      font-size: 0;
      width: auto;
      max-width: 168px; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .sub-general__main .about-list > li h3 a.sub__smart-construct {
          padding-bottom: 2%; } }
      .sub-general__main .about-list > li h3 a.sub__smart-construct img {
        display: inline-block;
        vertical-align: middle; }
        @media (min-width: 1025px) {
          .sub-general__main .about-list > li h3 a.sub__smart-construct img:hover {
            transform: none; } }
    .sub-general__main .about-list > li h3 a.sub__komtrax {
      font-size: 0;
      width: auto;
      max-width: 168px; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .sub-general__main .about-list > li h3 a.sub__komtrax {
          padding-bottom: 2%; } }
      .sub-general__main .about-list > li h3 a.sub__komtrax img {
        display: inline-block;
        vertical-align: middle; }
        @media (min-width: 1025px) {
          .sub-general__main .about-list > li h3 a.sub__komtrax img:hover {
            transform: none; } }
  @media (min-width: 1025px) {
    .sub-general__main .about-list > li + li {
      margin-left: 3%; } }
  @media (min-width: 1025px) {
    .sub-general__main .about-list > li:nth-of-type(3n+1) {
      margin-left: 0; } }

.sub-general__main .about-list h3 {
  font-weight: bold;
  line-height: 19px; }
  @media (min-width: 1025px) {
    .sub-general__main .about-list h3 {
      color: #0E1271;
      border-bottom: 1px solid rgba(14, 18, 113, 0.4);
      margin-bottom: 10px;
      padding-bottom: 10px; } }
  .sub-general__main .about-list h3 a {
    font-size: 14px; }
  .sub-general__main .about-list h3 img {
    display: block;
    margin-right: auto; }

.sub-general__main .about-list i {
  margin-left: 5px;
  font-size: 16px;
  font-weight: bold;
  display: none; }
  @media (min-width: 1025px) {
    .sub-general__main .about-list i {
      display: inline-block;
      vertical-align: top; } }

.sub-general__other {
  text-align: left; }
  @media (min-width: 1025px) {
    .sub-general__other {
      max-width: 26%;
      flex: 0 0 26%;
      background: #F2F6FA;
      padding: 30px 28px 20px; } }
  .sub-general__other .socials {
    padding: 25px 10px 20px;
    padding-left: 10px;
    border-top: 1px solid #ccc;
    margin-bottom: 0;
    display: block; }
    @media (min-width: 1025px) {
      .sub-general__other .socials {
        border-top: none;
        padding-left: 0; } }
    .sub-general__other .socials a {
      color: #9A9899; }
      @media (min-width: 1025px) {
        .sub-general__other .socials a:hover {
          color: #EDAA00; } }

.sub__innovation .about-list h3 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }
  @media (min-width: 1025px) {
    .sub__innovation .about-list h3 {
      padding: 8px 0 10px; } }
  .sub__innovation .about-list h3 a {
    font-size: 16px;
    color: #0E1271 !important;
    margin: 0; }

.sub__close {
  font-size: 18px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #90949C; }

.sub-general__search {
  position: relative;
  padding: 28px 30px;
  background-color: #F2F6FA;
  max-width: 100%;
  flex: 0 0 100%; }
  .sub-general__search h4 {
    color: #97A4B1;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px; }
  .sub-general__search input {
    width: 100%;
    height: 50px;
    padding: 0 40px 0 20px; }
    @media (min-width: 1025px) {
      .sub-general__search input:hover {
        outline: none; } }
  .sub-general__search .button--icon {
    color: #0E1271; }

.zmdi-collection-pdf {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 13px;
  font-size: 0;
  background: url("../media/file-pdf-o.png"); }

.sub-general__relate {
  padding: 26px 20px 26px; }
  @media (min-width: 1025px) {
    .sub-general__relate {
      padding: 0 0 10px; } }
  .sub-general__relate h3 {
    font-size: 12px;
    color: #97A4B1;
    margin-bottom: 13px;
    font-family: "Monty", sans-serif; }
  .sub-general__relate li {
    line-height: 30px; }
  .sub-general__relate a {
    font-size: 13px;
    color: #2D3032;
    display: block; }
  .sub-general__relate i {
    color: #90949C; }

.sub-general__browse {
  padding: 25px 20px 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  @media (min-width: 1025px) {
    .sub-general__browse {
      padding: 0;
      border: none; } }
  .sub-general__browse ul {
    border: 1px solid #c6c6c6 !important;
    top: auto;
    border-bottom: none !important;
    bottom: 100%; }
    @media (min-width: 1025px) {
      .sub-general__browse ul {
        padding-bottom: 10px;
        top: 100%;
        border: 1px solid #c6c6c6 !important;
        border-top: none !important;
        bottom: auto; } }
  .sub-general__browse h4 {
    font-size: 12px;
    color: #2D3032;
    margin-bottom: 10px;
    font-weight: 500; }
  .sub-general__browse .select-wrapper {
    height: 50px;
    line-height: 48px; }
    .sub-general__browse .select-wrapper span {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-family: "Monty", sans-serif; }

@media (min-width: 1025px) {
  .sub__equipment .sub-general__browse {
    min-height: 250px; } }

.sub__company .about-list li a {
  display: block; }

.sub__equipment .product-list {
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .sub__equipment .product-list {
      padding: 0;
      margin-right: -1px;
      border-top: 1px solid #F2F2F2;
      border-left: 1px solid #F2F2F2; } }
  .sub__equipment .product-list li {
    max-width: 50%;
    flex: 0 0 50%;
    text-align: left; }
    @media (min-width: 768px) {
      .sub__equipment .product-list li {
        max-width: 20%;
        flex: 0 0 20%;
        text-align: center;
        border-right: 1px solid #F2F2F2;
        border-bottom: 1px solid #F2F2F2; } }
  .sub__equipment .product-list a {
    display: block;
    color: #2D3032;
    padding: 10px;
    position: relative; }
    @media (min-width: 768px) {
      .sub__equipment .product-list a {
        padding: 30px 0 50px; }
        .sub__equipment .product-list a:hover {
          color: #EDAA00; }
          .sub__equipment .product-list a:hover i {
            color: #EDAA00; } }
    @media (min-width: 1025px) {
      .sub__equipment .product-list a {
        padding: 30px 0 11.5px; } }
  .sub__equipment .product-list img {
    max-width: 37%;
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0; }
    @media (min-width: 768px) {
      .sub__equipment .product-list img {
        margin: 0;
        max-width: 60%; } }
  .sub__equipment .product-list figcaption {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    font-family: "Monty", sans-serif;
    font-weight: 600;
    bottom: 15px;
    font-size: 11px;
    max-width: 60%; }
    @media (min-width: 768px) {
      .sub__equipment .product-list figcaption {
        font-size: 12px;
        line-height: 1.4;
        left: 0;
        position: absolute;
        width: 100%;
        max-width: none; } }
    .sub__equipment .product-list figcaption i {
      color: #90949C;
      margin-left: 3px; }
    @media (min-width: 1025px) {
      .sub__equipment .product-list figcaption {
        min-height: 34px;
        position: static;
        margin-top: 15px; } }

.sub-has-menu {
  position: relative; }
  .sub-has-menu h3:after {
    content: '\F054';
    font-family: FontAwesome;
    color: #90949C;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 14px;
    margin-top: -9px; }
    @media (min-width: 1025px) {
      .sub-has-menu h3:after {
        display: none; } }

.bg-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 5; }

.disable--scroll {
  position: fixed;
  overflow: hidden;
  height: 100%;
  -webkit-overflow-scrolling: auto; }

body.rental input[type="text"], body.rental input[type="email"], body.rental input[type="search"], body.rental textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0; }

body.rental .section--hero-static {
  position: relative; }
  body.rental .section--hero-static .container {
    max-width: 1160px;
    position: static;
    display: flex;
    flex-direction: row; }
  body.rental .section--hero-static .text {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 93px 50px;
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 1.571em;
    min-height: 385px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #8F8F8F; }
    @media (max-width: 1199px) {
      body.rental .section--hero-static .text {
        max-width: 100%;
        flex: 0 0 100%;
        color: #FFFFFF; } }
    @media (max-width: 991px) {
      body.rental .section--hero-static .text {
        padding: 50px;
        min-height: 0; } }
    @media (max-width: 767px) {
      body.rental .section--hero-static .text {
        padding: 50px 20px; } }
    body.rental .section--hero-static .text h1, body.rental .section--hero-static .text .h1 {
      font-weight: 700;
      font-size: 40px;
      line-height: 1.225em;
      color: #0E1271;
      text-transform: uppercase;
      margin: 0; }
      @media (max-width: 1199px) {
        body.rental .section--hero-static .text h1, body.rental .section--hero-static .text .h1 {
          color: #FFFFFF; } }
      @media (max-width: 991px) {
        body.rental .section--hero-static .text h1, body.rental .section--hero-static .text .h1 {
          font-size: 28px; } }
    body.rental .section--hero-static .text p {
      margin: 10px 0 0; }
    body.rental .section--hero-static .text .button-wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-right: -20px; }
      body.rental .section--hero-static .text .button-wrapper .btn {
        margin-top: 20px;
        margin-right: 20px;
        text-align: center; }
        @media (max-width: 767px) {
          body.rental .section--hero-static .text .button-wrapper .btn {
            flex: 1 1 auto; } }
      body.rental .section--hero-static .text .button-wrapper .btn-lg {
        padding: 15px 23px; }
        body.rental .section--hero-static .text .button-wrapper .btn-lg.btn-yellow {
          padding: 13px 23px; }
  body.rental .section--hero-static .image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 50%; }
    @media (max-width: 1199px) {
      body.rental .section--hero-static .image {
        width: 100%; }
        body.rental .section--hero-static .image::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.65); } }

@media (max-width: 767px) {
  body.rental .section--info + .section--hero.section--bundle.section--detail .item {
    margin-top: 40px; } }

body.rental .section--hero.section--bundle .item {
  padding: 100px 85px; }
  @media (max-width: 991px) {
    body.rental .section--hero.section--bundle .item {
      padding: 50px 0; } }
  body.rental .section--hero.section--bundle .item::before {
    background: rgba(0, 0, 0, 0.7); }

body.rental .section--hero.section--bundle.section--detail .item {
  padding: 31.56% 0 0; }
  @media (max-width: 767px) {
    body.rental .section--hero.section--bundle.section--detail .item {
      padding-top: 50%; } }
  body.rental .section--hero.section--bundle.section--detail .item::before {
    background: rgba(0, 0, 0, 0.5); }
  body.rental .section--hero.section--bundle.section--detail .item figure {
    display: block; }
  body.rental .section--hero.section--bundle.section--detail .item .play-video {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    width: 60px;
    height: 60px;
    background-size: contain; }

body.rental .section--hero .item__intro {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  font-size: 18px;
  line-height: 1.556em;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991px) {
    body.rental .section--hero .item__intro {
      font-size: 14px; } }
  body.rental .section--hero .item__intro h2, body.rental .section--hero .item__intro .h2 {
    font-size: 40px;
    line-height: 1.225em;
    color: #EDAA00;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0; }
    @media (max-width: 991px) {
      body.rental .section--hero .item__intro h2, body.rental .section--hero .item__intro .h2 {
        font-size: 28px; } }
  body.rental .section--hero .item__intro p {
    font-size: inherit;
    line-height: inherit;
    margin: 30px 0; }
  body.rental .section--hero .item__intro .inner {
    left: auto;
    transform: none;
    padding: 0; }
  body.rental .section--hero .item__intro .container {
    height: auto;
    max-width: 550px; }
    body.rental .section--hero .item__intro .container .button {
      text-transform: uppercase;
      font-size: 13px;
      line-height: 1.23em;
      padding: 16px;
      min-width: 210px;
      height: auto; }

.section--hero .rental-home-slider {
  position: relative;
  background-color: #FFFFFF; }
  .section--hero .rental-home-slider .container {
    display: flex;
    flex-direction: row;
    position: static;
    padding-left: 35px;
    padding-right: 35px;
    max-width: 1200px; }
    @media (max-width: 991px) {
      .section--hero .rental-home-slider .container {
        padding-left: 0;
        padding-right: 0; } }
    .section--hero .rental-home-slider .container .main {
      max-width: 50%;
      flex: 0 0 50%;
      padding: 105px 35px 105px 0; }
      @media (max-width: 991px) {
        .section--hero .rental-home-slider .container .main {
          max-width: 100%;
          flex: 0 0 100%;
          padding: 0; } }
  .section--hero .rental-home-slider .slick-slide .item {
    display: block; }
  .section--hero .rental-home-slider .item {
    background: none;
    text-align: left;
    color: #8F8F8F;
    font-size: 14px;
    line-height: 1.571em;
    display: none; }
    @media (max-width: 991px) {
      .section--hero .rental-home-slider .item {
        color: #FFFFFF;
        padding: 100px 100px 70px; } }
    @media (max-width: 767px) {
      .section--hero .rental-home-slider .item {
        padding: 50px 50px 20px; } }
    .section--hero .rental-home-slider .item .text {
      max-width: 465px; }
    .section--hero .rental-home-slider .item h1, .section--hero .rental-home-slider .item .h1, .section--hero .rental-home-slider .item h2, .section--hero .rental-home-slider .item .h2 {
      font-weight: 400;
      font-size: 36px;
      line-height: 1.225em;
      color: #0E1271;
      margin: 0;
      text-transform: uppercase;
      font-family: "Monty", sans-serif; }
      @media (max-width: 1024px) {
        .section--hero .rental-home-slider .item h1, .section--hero .rental-home-slider .item .h1, .section--hero .rental-home-slider .item h2, .section--hero .rental-home-slider .item .h2 {
          font-size: 32px; } }
      @media (max-width: 991px) {
        .section--hero .rental-home-slider .item h1, .section--hero .rental-home-slider .item .h1, .section--hero .rental-home-slider .item h2, .section--hero .rental-home-slider .item .h2 {
          color: #FFFFFF;
          font-size: 28px; } }
      @media (max-width: 520px) {
        .section--hero .rental-home-slider .item h1, .section--hero .rental-home-slider .item .h1, .section--hero .rental-home-slider .item h2, .section--hero .rental-home-slider .item .h2 {
          font-size: 23px; } }
    .section--hero .rental-home-slider .item p {
      margin: 10px 0 0; }
    .section--hero .rental-home-slider .item .button-wrapper {
      margin-right: -20px;
      display: flex; }
    .section--hero .rental-home-slider .item .btn {
      margin: 20px 20px 0 0;
      font-size: 13px;
      line-height: 16px;
      padding: 17px 16px;
      letter-spacing: 3px;
      text-align: center; }
      @media (max-width: 520px) {
        .section--hero .rental-home-slider .item .btn {
          flex: 1 1 auto; } }
  .section--hero .rental-home-slider .slideshow-1 {
    position: static; }
    @media (max-width: 991px) {
      .section--hero .rental-home-slider .slideshow-1 {
        position: relative;
        z-index: 2; } }
    .section--hero .rental-home-slider .slideshow-1 .container {
      display: flex;
      flex-direction: row;
      justify-content: start; }
      .section--hero .rental-home-slider .slideshow-1 .container .text {
        flex: 0 0 50%;
        max-width: 50%; }
    .section--hero .rental-home-slider .slideshow-1 .slick-dots {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      margin: 26px 0 0;
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .section--hero .rental-home-slider .slideshow-1 .slick-dots {
          margin-top: 0;
          justify-content: center;
          padding: 0 0 30px; } }
      .section--hero .rental-home-slider .slideshow-1 .slick-dots li {
        margin: 10px 10px 0 0; }
        @media (max-width: 991px) {
          .section--hero .rental-home-slider .slideshow-1 .slick-dots li {
            margin: 0;
            padding: 5px; } }
        .section--hero .rental-home-slider .slideshow-1 .slick-dots li.slick-active button {
          background-color: #0E1271; }
          @media (max-width: 991px) {
            .section--hero .rental-home-slider .slideshow-1 .slick-dots li.slick-active button {
              background-color: white; } }
        .section--hero .rental-home-slider .slideshow-1 .slick-dots li button {
          border: 0;
          background-color: #D8D8D8; }
          @media (max-width: 991px) {
            .section--hero .rental-home-slider .slideshow-1 .slick-dots li button {
              background-color: rgba(255, 255, 255, 0.3); } }
    .section--hero .rental-home-slider .slideshow-1 .slick-prev {
      background: url("../media/rental/controller-left.png") 50% 50% no-repeat;
      width: 40px;
      height: 40px;
      left: 20px;
      opacity: 1; }
      @media (max-width: 1299px) and (min-width: 992px) {
        .section--hero .rental-home-slider .slideshow-1 .slick-prev {
          left: auto;
          right: 40px;
          top: auto;
          bottom: 0;
          margin-top: 0; } }
      @media (max-width: 767px) {
        .section--hero .rental-home-slider .slideshow-1 .slick-prev {
          display: none !important; } }
      .section--hero .rental-home-slider .slideshow-1 .slick-prev::before {
        display: none; }
    .section--hero .rental-home-slider .slideshow-1 .slick-next {
      background: url("../media/rental/controller-right.png") 50% 50% no-repeat;
      width: 40px;
      height: 40px;
      right: 20px;
      opacity: 1; }
      @media (max-width: 1299px) and (min-width: 992px) {
        .section--hero .rental-home-slider .slideshow-1 .slick-next {
          right: 0;
          top: auto;
          bottom: 0;
          margin-top: 0; } }
      @media (max-width: 767px) {
        .section--hero .rental-home-slider .slideshow-1 .slick-next {
          display: none !important; } }
      .section--hero .rental-home-slider .slideshow-1 .slick-next::before {
        display: none; }
  .section--hero .rental-home-slider .slideshow-2 {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    display: flex;
    flex-wrap: nowrap; }
    @media (max-width: 991px) {
      .section--hero .rental-home-slider .slideshow-2 {
        width: auto;
        left: 0;
        z-index: 1; } }
    .section--hero .rental-home-slider .slideshow-2 .slick-list {
      display: flex;
      height: 100%;
      flex: 0 0 100%;
      max-width: 100%;
      flex-wrap: nowrap; }
      .section--hero .rental-home-slider .slideshow-2 .slick-list .slick-track {
        position: absolute;
        height: 100%; }
        .section--hero .rental-home-slider .slideshow-2 .slick-list .slick-track .slick-slide {
          height: 100%;
          display: flex; }
          .section--hero .rental-home-slider .slideshow-2 .slick-list .slick-track .slick-slide > div {
            display: flex;
            height: 100%;
            width: 100%; }
            .section--hero .rental-home-slider .slideshow-2 .slick-list .slick-track .slick-slide > div .item {
              display: flex;
              height: 100%;
              background-size: cover;
              background-repeat: no-repeat;
              background-position: 50% 50%; }
              @media (max-width: 991px) {
                .section--hero .rental-home-slider .slideshow-2 .slick-list .slick-track .slick-slide > div .item {
                  position: relative; }
                  .section--hero .rental-home-slider .slideshow-2 .slick-list .slick-track .slick-slide > div .item::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    background-color: rgba(0, 0, 0, 0.65); } }

.section--hero .rental-video-slider .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .section--hero .rental-video-slider .slick-track .slick-slide {
    float: none;
    height: auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto; }
    .section--hero .rental-video-slider .slick-track .slick-slide div {
      display: flex;
      flex-direction: column;
      flex: 1 1 auto; }

.section--hero .rental-video-slider .slick-dots {
  bottom: 40px;
  left: 20px;
  right: 20px;
  width: auto;
  margin: 0; }
  @media (max-width: 450px) {
    .section--hero .rental-video-slider .slick-dots {
      bottom: 20px; } }
  .section--hero .rental-video-slider .slick-dots button {
    background-color: rgba(255, 255, 255, 0.48);
    width: 10px;
    height: 10px;
    border: 0; }
  .section--hero .rental-video-slider .slick-dots .slick-active button {
    background-color: white; }

.section--hero .rental-video-slider .slick-arrow {
  background-color: #0E1271;
  opacity: 1; }
  @media (max-width: 450px) {
    .section--hero .rental-video-slider .slick-arrow {
      display: none !important; } }
  .section--hero .rental-video-slider .slick-arrow::before {
    display: none; }
  .section--hero .rental-video-slider .slick-arrow.slick-prev {
    left: 20px;
    background: url("../media/rental/controller-left.png") 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    opacity: 1; }
  .section--hero .rental-video-slider .slick-arrow.slick-next {
    right: 20px;
    background: url("../media/rental/controller-right.png") 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    opacity: 1; }

body.rental .section-locate {
  background-color: #F2F2F2;
  position: relative;
  display: none; }
  @media (max-width: 1199px) {
    body.rental .section-locate {
      background-color: #0E1271; } }
  body.rental .section-locate::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background-color: #0E1271; }
    @media (max-width: 1199px) {
      body.rental .section-locate::before {
        display: none; } }
  body.rental .section-locate .container {
    position: relative;
    z-index: 2;
    max-width: 1214px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 116px 43px;
    align-items: center; }
    @media (max-width: 1199px) {
      body.rental .section-locate .container {
        display: block; } }
    @media (max-width: 991px) {
      body.rental .section-locate .container {
        padding: 8px 20px; } }
    body.rental .section-locate .container .text {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 42px;
      color: #000000; }
      @media (max-width: 1199px) {
        body.rental .section-locate .container .text {
          max-width: none;
          color: #FFFFFF;
          padding-bottom: 0; } }
      @media (max-width: 991px) {
        body.rental .section-locate .container .text {
          padding-left: 0;
          padding-right: 0; } }
      body.rental .section-locate .container .text .pre-text {
        color: #0E1271;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        margin: 0 0 4px;
        letter-spacing: 2px; }
        @media (max-width: 1199px) {
          body.rental .section-locate .container .text .pre-text {
            color: #FFFFFF; } }
      body.rental .section-locate .container .text h2, body.rental .section-locate .container .text .h2 {
        color: inherit;
        font-weight: 400;
        margin: 0;
        font-size: 29px;
        line-height: 1.345em; }
        @media (max-width: 991px) {
          body.rental .section-locate .container .text h2, body.rental .section-locate .container .text .h2 {
            font-size: 28px;
            line-height: 1.225em; } }
    body.rental .section-locate .container .form {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 42px;
      color: #FFFFFF; }
      @media (max-width: 1199px) {
        body.rental .section-locate .container .form {
          max-width: none;
          padding-top: 30px; } }
      @media (max-width: 991px) {
        body.rental .section-locate .container .form {
          padding-left: 0;
          padding-right: 0; } }
      body.rental .section-locate .container .form .pre-text {
        font-weight: 700;
        font-size: 18px;
        line-height: 1.222em;
        margin: 0 0 21px; }
      body.rental .section-locate .container .form .form-group {
        flex: 0 0 auto; }
        body.rental .section-locate .container .form .form-group .label {
          font-size: 12px;
          line-height: 1.25em;
          font-weight: 500;
          display: block;
          margin: 0 0 10px; }
        body.rental .section-locate .container .form .form-group .input-wrapper {
          position: relative; }
          body.rental .section-locate .container .form .form-group .input-wrapper .btn-clear {
            background-color: transparent;
            color: #FFFFFF;
            border: 0;
            position: absolute;
            top: 50%;
            right: 0;
            width: 40px;
            text-align: center;
            transform: translateY(-50%); }
            body.rental .section-locate .container .form .form-group .input-wrapper .btn-clear:focus {
              outline: none; }
            body.rental .section-locate .container .form .form-group .input-wrapper .btn-clear:disabled {
              opacity: .3; }
          body.rental .section-locate .container .form .form-group .input-wrapper .form-control {
            border: 1px solid #FFFFFF;
            background-color: rgba(255, 255, 255, 0.2);
            font-size: 12px;
            line-height: 20px;
            padding: 14px 40px 14px 12px;
            width: 147px;
            color: #FFFFFF;
            font-family: "Monty", sans-serif; }
            @media (max-width: 575px) {
              body.rental .section-locate .container .form .form-group .input-wrapper .form-control {
                width: 100%;
                margin: 0; } }
            body.rental .section-locate .container .form .form-group .input-wrapper .form-control::-webkit-input-placeholder {
              color: rgba(255, 255, 255, 0.3); }
            body.rental .section-locate .container .form .form-group .input-wrapper .form-control::-moz-placeholder {
              color: rgba(255, 255, 255, 0.3); }
            body.rental .section-locate .container .form .form-group .input-wrapper .form-control:-ms-input-placeholder {
              color: rgba(255, 255, 255, 0.3); }
            body.rental .section-locate .container .form .form-group .input-wrapper .form-control:-moz-placeholder {
              color: rgba(255, 255, 255, 0.3); }
      body.rental .section-locate .container .form .or {
        font-size: 12px;
        line-height: 20px;
        padding: 15px 20px;
        font-weight: 500; }
        @media (max-width: 575px) {
          body.rental .section-locate .container .form .or {
            display: block;
            padding: 0;
            margin: 15px 0; } }
      body.rental .section-locate .container .form button {
        background-color: rgba(237, 170, 0, 0.1);
        font-size: 13px;
        line-height: 16px;
        padding: 16px 10px;
        transition: all .3s ease-in-out;
        letter-spacing: 3px; }
        body.rental .section-locate .container .form button:hover {
          background-color: #EDAA00;
          color: #000000; }

body.rental .section-rep {
  background-color: #0E1271;
  position: relative; }
  body.rental .section-rep .bg {
    background-size: cover;
    background-position: 50% 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%; }
    @media (max-width: 991px) {
      body.rental .section-rep .bg {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        width: auto;
        padding-top: 55%; } }
  body.rental .section-rep .container {
    max-width: 1170px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    body.rental .section-rep .container .text {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 54px;
      color: #FFFFFF;
      font-family: "Monty", sans-serif;
      font-size: 16px;
      line-height: 1.222em; }
      @media (max-width: 991px) {
        body.rental .section-rep .container .text {
          flex: 0 0 100%;
          max-width: 100%;
          padding: 50px 20px;
          font-size: 14px; } }
      body.rental .section-rep .container .text .pre-text {
        font-size: 14px;
        line-height: 1.286em;
        font-weight: 600;
        margin: 0 0 4px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #EDAA00; }
      body.rental .section-rep .container .text h2, body.rental .section-rep .container .text .h2 {
        font-size: 29px;
        line-height: 1.345em;
        font-weight: 400;
        padding: 0 0 20px;
        border-bottom: 1px solid rgba(151, 151, 151, 0.58);
        margin: 0 0 20px; }
        @media (max-width: 991px) {
          body.rental .section-rep .container .text h2, body.rental .section-rep .container .text .h2 {
            font-size: 28px;
            line-height: 1.225em; } }
      body.rental .section-rep .container .text .rep-name {
        font-size: 29px;
        line-height: 1.345em;
        display: block;
        text-transform: uppercase; }
        @media (max-width: 991px) {
          body.rental .section-rep .container .text .rep-name {
            font-size: 28px;
            line-height: 1.225em; } }
      body.rental .section-rep .container .text .rep-title {
        font-size: 14px;
        line-height: 1.286em; }
      body.rental .section-rep .container .text ul {
        margin: 20px 0 0;
        display: block;
        padding: 0;
        list-style: none; }
        body.rental .section-rep .container .text ul li {
          margin: 0 0 10px;
          display: block;
          padding: 0 0 0 30px;
          position: relative; }
          body.rental .section-rep .container .text ul li .fa {
            position: absolute;
            left: 0;
            top: 0;
            width: 30px; }
          body.rental .section-rep .container .text ul li a {
            color: #FFFFFF; }
            body.rental .section-rep .container .text ul li a:hover {
              color: #EDAA00; }
      body.rental .section-rep .container .text .btn-clear {
        background-color: transparent;
        color: #EDAA00;
        font-size: 14px;
        line-height: 1.286em;
        padding: 0;
        text-decoration: underline;
        border: 0;
        margin: 20px 0 0;
        font-weight: 400;
        text-transform: capitalize; }
        body.rental .section-rep .container .text .btn-clear:hover {
          text-decoration: none; }

body.rental .section-category-links {
  font-size: 29px;
  line-height: 1.345em;
  text-transform: uppercase;
  font-family: "Monty", sans-serif; }
  @media (max-width: 991px) {
    body.rental .section-category-links {
      font-size: 28px;
      line-height: 1.225em; } }
  body.rental .section-category-links.padded-top {
    padding-top: 83px; }
    @media (max-width: 991px) {
      body.rental .section-category-links.padded-top {
        padding-top: 33px; } }
  body.rental .section-category-links.padded-bottom {
    padding-bottom: 83px; }
    @media (max-width: 991px) {
      body.rental .section-category-links.padded-bottom {
        padding-bottom: 33px; } }
  body.rental .section-category-links.padded {
    padding-top: 83px;
    padding-bottom: 83px; }
    @media (max-width: 991px) {
      body.rental .section-category-links.padded {
        padding-top: 33px;
        padding-bottom: 33px; } }
  body.rental .section-category-links .container {
    max-width: 1164px; }
  body.rental .section-category-links ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    body.rental .section-category-links ul li {
      padding: 17px;
      flex: 0 0 50%;
      max-width: 50%;
      display: flex;
      flex-direction: column; }
      @media (max-width: 767px) {
        body.rental .section-category-links ul li {
          flex: 0 0 100%;
          max-width: 100%; } }
      body.rental .section-category-links ul li:nth-of-type(odd) a {
        color: #000000; }
        body.rental .section-category-links ul li:nth-of-type(odd) a .bg::before {
          background-color: rgba(237, 170, 0, 0.8); }
      body.rental .section-category-links ul li:nth-of-type(even) a {
        color: #FFFFFF; }
        body.rental .section-category-links ul li:nth-of-type(even) a .bg::before {
          background-color: rgba(14, 18, 113, 0.8); }
      body.rental .section-category-links ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        padding: 120px 80px;
        flex: 1 1 auto; }
        @media (max-width: 991px) {
          body.rental .section-category-links ul li a {
            padding: 50px; } }
        body.rental .section-category-links ul li a:hover .bg {
          transform: translateX(-50%) translateY(-50%) scale(1.05); }
        body.rental .section-category-links ul li a .bg {
          background-size: cover;
          position: absolute;
          z-index: 1;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          width: 100%;
          height: 100%;
          transition: transform .3s ease-in-out; }
          body.rental .section-category-links ul li a .bg::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0; }
        body.rental .section-category-links ul li a .text {
          position: relative;
          z-index: 2;
          text-align: center; }

body.rental .section-compact {
  padding-bottom: 46px; }
  @media (max-width: 991px) {
    body.rental .section-compact {
      padding-bottom: 26px; } }
  body.rental .section-compact.section-one-col {
    padding-bottom: 46px; }
    @media (max-width: 991px) {
      body.rental .section-compact.section-one-col {
        padding-bottom: 26px; } }
  body.rental .section-compact.padded-top {
    padding-top: 70px; }
    @media (max-width: 991px) {
      body.rental .section-compact.padded-top {
        padding-top: 50px; } }

body.rental .section-one-col {
  padding-bottom: 76px;
  color: #8F8F8F;
  font-size: 16px;
  line-height: 1.5em; }
  @media (max-width: 991px) {
    body.rental .section-one-col {
      padding-bottom: 26px; } }
  body.rental .section-one-col .container {
    max-width: 590px;
    padding: 0 20px; }
  body.rental .section-one-col .h2 {
    color: #2D3032;
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 29px;
    line-height: 1.207em; }
  body.rental .section-one-col h3, body.rental .section-one-col .h3 {
    color: #2D3032;
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.225em; }
  body.rental .section-one-col p {
    margin: 0 0 1.5em; }

@media (max-width: 991px) {
  body.rental .section-two-col {
    padding-top: 0;
    padding-bottom: 0; }
    body.rental .section-two-col.padded-top {
      padding-top: 50px; } }

@media (min-width: 992px) {
  body.rental .section-two-col.reverse .container .item:nth-of-type(odd) .image {
    order: 1; }
  body.rental .section-two-col.reverse .container .item:nth-of-type(odd) .text {
    order: 2; } }

@media (min-width: 992px) {
  body.rental .section-two-col.reverse .container .item:nth-of-type(even) .image {
    order: 2; }
  body.rental .section-two-col.reverse .container .item:nth-of-type(even) .text {
    order: 1; } }

body.rental .section-two-col .container {
  max-width: 1130px; }
  body.rental .section-two-col .container .item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 75px;
    align-items: center; }
    @media (max-width: 991px) {
      body.rental .section-two-col .container .item {
        flex-wrap: wrap;
        padding: 0 20px 25px; } }
    @media (min-width: 992px) {
      body.rental .section-two-col .container .item:nth-of-type(odd) .image {
        order: 2; }
      body.rental .section-two-col .container .item:nth-of-type(odd) .text {
        order: 1; } }
    body.rental .section-two-col .container .item .image {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 0 25px; }
      @media (max-width: 991px) {
        body.rental .section-two-col .container .item .image {
          flex: 0 0 100%;
          max-width: 100%;
          padding: 0; } }
      body.rental .section-two-col .container .item .image img {
        display: block;
        max-width: 100%;
        height: auto;
        width: 100%; }
    body.rental .section-two-col .container .item .text {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 42px 25px;
      color: #8F8F8F;
      font-size: 16px;
      line-height: 1.625em; }
      @media (max-width: 991px) {
        body.rental .section-two-col .container .item .text {
          flex: 0 0 100%;
          max-width: 100%;
          padding: 25px 0; } }
      body.rental .section-two-col .container .item .text .pre-text {
        color: #EDAA00;
        letter-spacing: 2px;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 4px;
        text-transform: uppercase;
        font-family: "Monty", sans-serif; }
      body.rental .section-two-col .container .item .text h2, body.rental .section-two-col .container .item .text .h2 {
        color: #2D3032;
        font-weight: 400;
        font-size: 29px;
        line-height: 1.345em;
        margin: 0; }
      body.rental .section-two-col .container .item .text p {
        margin: 21px 0 0; }
      body.rental .section-two-col .container .item .text .button-wrapper {
        margin-top: 30px; }

body.rental .section-three-col {
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    body.rental .section-three-col {
      padding-bottom: 20px; } }
  body.rental .section-three-col .blurb {
    padding-bottom: 60px; }
    @media (max-width: 991px) {
      body.rental .section-three-col .blurb {
        padding-bottom: 30px; } }
    body.rental .section-three-col .blurb h2, body.rental .section-three-col .blurb .h2 {
      color: #000000;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0; }
  body.rental .section-three-col .container {
    max-width: 1160px;
    padding: 0 20px; }
  body.rental .section-three-col .row {
    margin: 0 -15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  body.rental .section-three-col .item {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 15px 50px;
    color: #8F8F8F;
    font-size: 14px;
    line-height: 1.571em; }
    @media (max-width: 991px) {
      body.rental .section-three-col .item {
        max-width: 50%;
        flex: 0 0 50%; } }
    @media (max-width: 520px) {
      body.rental .section-three-col .item {
        max-width: 100%;
        flex: 0 0 100%;
        padding-bottom: 30px; } }
    body.rental .section-three-col .item .image {
      margin: 0 0 20px; }
    body.rental .section-three-col .item h3 {
      margin: 0 0 14px;
      color: #2D3032;
      font-weight: 500;
      font-size: 18px;
      line-height: 1.222em; }
    body.rental .section-three-col .item p {
      margin: 0 0 20px; }
    body.rental .section-three-col .item .read-more {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 1.25em; }

body.rental .section--faq {
  background-color: #F2F2F2;
  padding: 70px 0; }
  @media (max-width: 991px) {
    body.rental .section--faq {
      padding: 20px 0; } }
  body.rental .section--faq .container {
    max-width: 620px; }
  body.rental .section--faq dl.faq-list {
    display: block;
    margin: 0;
    padding: 0;
    counter-reset: section; }
    body.rental .section--faq dl.faq-list dt {
      border-top: 1px solid rgba(143, 143, 143, 0.4);
      display: flex;
      flex-wrap: nowrap;
      margin: 0;
      position: relative;
      padding: 30px 0 30px 30px;
      cursor: pointer; }
      @media (max-width: 991px) {
        body.rental .section--faq dl.faq-list dt {
          padding: 20px 0 20px 20px; } }
      body.rental .section--faq dl.faq-list dt:nth-of-type(1) {
        border-top: 0; }
      body.rental .section--faq dl.faq-list dt::before {
        counter-increment: section;
        content: counter(section) ".";
        font-size: 18px;
        line-height: 1.444em;
        color: #0E1271;
        max-width: 25px;
        flex: 0 0 25px;
        text-align: left;
        display: block;
        font-weight: 600;
        font-family: "Monty", sans-serif; }
      body.rental .section--faq dl.faq-list dt h2, body.rental .section--faq dl.faq-list dt .h2 {
        font-size: 18px;
        line-height: 1.444em;
        color: #2D3032;
        flex: 1 1 auto;
        font-weight: 600;
        padding-right: 55px; }
        @media (max-width: 991px) {
          body.rental .section--faq dl.faq-list dt h2, body.rental .section--faq dl.faq-list dt .h2 {
            font-size: 16px; } }
        body.rental .section--faq dl.faq-list dt h2::before, body.rental .section--faq dl.faq-list dt .h2::before {
          content: '\F107';
          font-family: FontAwesome;
          width: 22px;
          height: 22px;
          font-size: 18px;
          line-height: 22px;
          display: block;
          right: 30px;
          top: 50%;
          transform: translateY(-50%);
          position: absolute;
          color: #0E1271;
          transform-origin: 50% 50%;
          text-align: center; }
      body.rental .section--faq dl.faq-list dt.active {
        padding-bottom: 20px; }
        body.rental .section--faq dl.faq-list dt.active h2::before, body.rental .section--faq dl.faq-list dt.active .h2::before {
          transform: translateY(-50%) rotate(180deg); }
        body.rental .section--faq dl.faq-list dt.active + dd {
          opacity: 1;
          visibility: visible;
          height: auto;
          padding-bottom: 20px; }
    body.rental .section--faq dl.faq-list dd {
      margin: 0;
      padding: 0;
      height: 0;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s ease-in-out;
      color: #8F8F8F;
      padding: 0 30px 0 55px;
      font-size: 14px;
      line-height: 1.571em; }
      @media (max-width: 991px) {
        body.rental .section--faq dl.faq-list dd {
          padding-left: 45px; } }
      body.rental .section--faq dl.faq-list dd p {
        margin: 0 0 1.571em; }
        @media (max-width: 991px) {
          body.rental .section--faq dl.faq-list dd p {
            margin: 0 0 1.3em; } }

body.rental .section--hero-text {
  color: #2D3032;
  background-color: #FFFFFF;
  padding: 25px 0; }
  body.rental .section--hero-text h1, body.rental .section--hero-text .h1 {
    color: #0E1271;
    margin: 0;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.225em; }
    @media (max-width: 991px) {
      body.rental .section--hero-text h1, body.rental .section--hero-text .h1 {
        font-size: 28px; } }
  body.rental .section--hero-text p {
    margin: 20px 0 0; }
  body.rental .section--hero-text .container {
    max-width: 990px;
    padding: 30px 20px; }
    body.rental .section--hero-text .container .text {
      max-width: 548px; }

body.rental .section--enquiry {
  background-color: #F2F2F2; }
  body.rental .section--enquiry .container {
    display: flex;
    flex-direction: row;
    max-width: 990px;
    padding: 0 20px 70px; }
    @media (max-width: 991px) {
      body.rental .section--enquiry .container {
        display: block; } }
    body.rental .section--enquiry .container .postcode-search-wrapper {
      order: 2;
      max-width: 354px;
      flex: 0 0 354px; }
      @media (max-width: 991px) {
        body.rental .section--enquiry .container .postcode-search-wrapper {
          max-width: none; } }
    body.rental .section--enquiry .container .postcode-search {
      background-color: #0E1271;
      color: #FFFFFF;
      margin-bottom: auto;
      padding: 30px;
      font-size: 14px;
      line-height: 1.357em; }
      @media (max-width: 991px) {
        body.rental .section--enquiry .container .postcode-search {
          margin-left: -20px;
          margin-right: -20px;
          padding: 20px; } }
      body.rental .section--enquiry .container .postcode-search.show-form .input-wrapper {
        display: flex; }
      body.rental .section--enquiry .container .postcode-search.show-form .contacts {
        display: none; }
      body.rental .section--enquiry .container .postcode-search .input-wrapper {
        display: none;
        margin: 10px 0 0;
        border: 0;
        overflow: auto;
        position: relative; }
        body.rental .section--enquiry .container .postcode-search .input-wrapper .btn {
          position: absolute;
          right: 0;
          top: 0;
          border: 0;
          height: 46px;
          width: 46px;
          text-align: center;
          border: 0;
          background-color: transparent;
          color: #0E1271; }
          body.rental .section--enquiry .container .postcode-search .input-wrapper .btn:disabled {
            opacity: .15; }
      body.rental .section--enquiry .container .postcode-search .form-control {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        margin: 0;
        color: #000000;
        padding: 13px 46px 13px 15px;
        font-weight: 500;
        font-family: "Monty", sans-serif; }
        body.rental .section--enquiry .container .postcode-search .form-control::-webkit-input-placeholder {
          color: #2D3032;
          font-weight: 500; }
        body.rental .section--enquiry .container .postcode-search .form-control::-moz-placeholder {
          color: #2D3032;
          font-weight: 500; }
        body.rental .section--enquiry .container .postcode-search .form-control:-ms-input-placeholder {
          color: #2D3032;
          font-weight: 500; }
        body.rental .section--enquiry .container .postcode-search .form-control:-moz-placeholder {
          color: #2D3032;
          font-weight: 500; }
      body.rental .section--enquiry .container .postcode-search .contacts {
        margin: 20px 0 0;
        font-weight: 700;
        font-size: 12px;
        line-height: 1.417em;
        display: block; }
        body.rental .section--enquiry .container .postcode-search .contacts a {
          color: #FFFFFF; }
        body.rental .section--enquiry .container .postcode-search .contacts > span {
          margin: 0 0 6px;
          display: flex; }
          body.rental .section--enquiry .container .postcode-search .contacts > span .fa {
            flex: 0 0 16px;
            max-width: 16px;
            margin-top: 3px; }
          body.rental .section--enquiry .container .postcode-search .contacts > span span {
            flex: 1 1 auto; }
        body.rental .section--enquiry .container .postcode-search .contacts .name {
          text-transform: uppercase; }
        body.rental .section--enquiry .container .postcode-search .contacts .office {
          text-transform: uppercase; }
        body.rental .section--enquiry .container .postcode-search .contacts .btn-clear {
          color: #EDAA00;
          text-decoration: underline;
          padding: 0;
          margin: 20px 0 0;
          font-size: 12px;
          line-height: 1.583em;
          text-transform: none;
          font-weight: 400;
          background: transparent;
          border: 0;
          cursor: pointer; }
          body.rental .section--enquiry .container .postcode-search .contacts .btn-clear:hover {
            text-decoration: none; }
    body.rental .section--enquiry .container .enquiry-form {
      order: 1;
      flex: 1 1 auto;
      margin-right: 17px;
      padding: 50px 17px 30px 0; }
      @media (max-width: 991px) {
        body.rental .section--enquiry .container .enquiry-form {
          padding-left: 0;
          padding-right: 0;
          margin-right: 0; } }
      body.rental .section--enquiry .container .enquiry-form #rental-equipment-model-search-wrapper {
        margin-top: 10px; }
        body.rental .section--enquiry .container .enquiry-form #rental-equipment-model-search-wrapper .form-control {
          margin-top: 0; }
      body.rental .section--enquiry .container .enquiry-form .komatsu-owner-fields {
        display: none; }
      body.rental .section--enquiry .container .enquiry-form .columns {
        margin: 0 -17px; }
        body.rental .section--enquiry .container .enquiry-form .columns.date-columns {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap; }
          @media (max-width: 520px) {
            body.rental .section--enquiry .container .enquiry-form .columns.date-columns > .column {
              flex: 1 1 auto; }
              body.rental .section--enquiry .container .enquiry-form .columns.date-columns > .column:nth-of-type(2) {
                flex: 0 0 40%;
                max-width: 40%; } }
      body.rental .section--enquiry .container .enquiry-form .column {
        padding: 0 17px; }
      body.rental .section--enquiry .container .enquiry-form fieldset {
        border: 0;
        display: block;
        padding: 0;
        margin: 0 0 30px; }
        body.rental .section--enquiry .container .enquiry-form fieldset legend {
          color: rgba(45, 48, 50, 0.5);
          font-size: 18px;
          line-height: 1.222em;
          text-transform: uppercase;
          margin: 0 0 25px;
          font-weight: 600;
          display: block; }
      body.rental .section--enquiry .container .enquiry-form .form-group {
        margin: 0 0 20px; }
        body.rental .section--enquiry .container .enquiry-form .form-group .label {
          font-size: 12px;
          line-height: 1.25em;
          font-weight: 500;
          color: #2D3032;
          font-family: "Monty", sans-serif; }
        body.rental .section--enquiry .container .enquiry-form .form-group .form-control {
          margin: 10px 0 0;
          width: 100%;
          font-size: 13px;
          line-height: 18px;
          padding: 15px 20px;
          box-sizing: border-box;
          border: 1px solid #AAAAAA;
          font-weight: 600;
          color: #2D3032; }
        body.rental .section--enquiry .container .enquiry-form .form-group textarea {
          height: 150px; }
        body.rental .section--enquiry .container .enquiry-form .form-group .select-wrapper .form-control {
          margin: 0;
          border: 0; }
        body.rental .section--enquiry .container .enquiry-form .form-group .date-wrapper {
          position: relative;
          margin: 10px 0 0;
          background-color: #FFFFFF; }
          body.rental .section--enquiry .container .enquiry-form .form-group .date-wrapper .form-control {
            height: 50px;
            line-height: 50px;
            margin: 0;
            font-size: 13px;
            font-weight: 600;
            padding: 0 40px 0 15px;
            border: 1px solid #AAAAAA;
            position: relative;
            z-index: 2;
            background-color: transparent; }
          body.rental .section--enquiry .container .enquiry-form .form-group .date-wrapper .fa {
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%); }
        body.rental .section--enquiry .container .enquiry-form .form-group .select-wrapper {
          margin: 10px 0 0;
          border: 1px solid #AAAAAA; }
        body.rental .section--enquiry .container .enquiry-form .form-group .radio-list {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          padding-left: 2px;
          margin-top: 10px; }
          body.rental .section--enquiry .container .enquiry-form .form-group .radio-list .radio-item {
            display: flex;
            flex-direction: row;
            position: relative; }
            body.rental .section--enquiry .container .enquiry-form .form-group .radio-list .radio-item:nth-last-of-type(n+2) [type="radio"]:checked + label {
              z-index: 2; }
            body.rental .section--enquiry .container .enquiry-form .form-group .radio-list .radio-item [type="radio"] {
              position: absolute;
              z-index: -1;
              opacity: 0; }
              body.rental .section--enquiry .container .enquiry-form .form-group .radio-list .radio-item [type="radio"]:checked + label {
                background-color: #0E1271;
                color: #FFFFFF; }
            body.rental .section--enquiry .container .enquiry-form .form-group .radio-list .radio-item label {
              border: 2px solid #0E1271;
              font-size: 13px;
              line-height: 1.231em;
              padding: 17px;
              width: 102px;
              color: #0E1271;
              letter-spacing: 3px;
              font-weight: 700;
              font-family: "Monty", sans-serif;
              text-align: center;
              text-transform: uppercase;
              position: relative;
              margin-left: -2px;
              cursor: pointer; }
        body.rental .section--enquiry .container .enquiry-form .form-group .checkbox-list {
          margin-top: 30px; }
          body.rental .section--enquiry .container .enquiry-form .form-group .checkbox-list .checkbox-item {
            display: block;
            padding-left: 35px;
            padding-top: 2px;
            padding-bottom: 2px;
            font-size: 16px;
            line-height: 1.375em;
            position: relative; }
            body.rental .section--enquiry .container .enquiry-form .form-group .checkbox-list .checkbox-item [type="checkbox"] {
              position: absolute;
              left: 0;
              top: 0;
              opacity: 0;
              z-index: -1; }
              body.rental .section--enquiry .container .enquiry-form .form-group .checkbox-list .checkbox-item [type="checkbox"]:checked + label::before {
                color: #FFFFFF;
                background-color: #0E1271;
                border-color: #0E1271; }
            body.rental .section--enquiry .container .enquiry-form .form-group .checkbox-list .checkbox-item label {
              color: #8F8F8F; }
              body.rental .section--enquiry .container .enquiry-form .form-group .checkbox-list .checkbox-item label::before {
                content: '\F00C';
                width: 25px;
                height: 25px;
                line-height: 23px;
                border: 1px solid #979797;
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                font-family: FontAwesome;
                color: transparent;
                text-align: center;
                background-color: #FFFFFF;
                cursor: pointer; }
      body.rental .section--enquiry .container .enquiry-form .recaptcha {
        margin-bottom: 50px; }

#rental-equipment-model-search-wrapper {
  position: relative; }
  #rental-equipment-model-search-wrapper ul {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #AAAAAA;
    transform: translateY(-1px);
    z-index: 10;
    font-size: 12px;
    line-height: 16px;
    background-color: #FFFFFF; }
    #rental-equipment-model-search-wrapper ul li {
      white-space: nowrap;
      display: block;
      text-overflow: ellipsis;
      color: #2D3032;
      background-color: #FFFFFF;
      padding: 5px 10px;
      cursor: pointer; }
      #rental-equipment-model-search-wrapper ul li:nth-of-type(even) {
        background-color: rgba(14, 18, 113, 0.1); }

#rental-equipment-model-search-result {
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media (max-width: 620px) {
    #rental-equipment-model-search-result {
      display: block; } }
  #rental-equipment-model-search-result .image {
    flex: 0 0 127px;
    max-width: 127px;
    margin-right: 28px;
    margin-bottom: 30px; }
    @media (max-width: 620px) {
      #rental-equipment-model-search-result .image {
        margin-left: auto;
        margin-right: auto; } }
    #rental-equipment-model-search-result .image img {
      display: block;
      width: 100%;
      height: auto; }
  #rental-equipment-model-search-result .text {
    flex: 1 1 auto;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap; }
    #rental-equipment-model-search-result .text .daily {
      flex: 0 0 auto;
      max-width: 50%;
      padding-right: 14px;
      display: flex;
      flex-wrap: wrap; }
    #rental-equipment-model-search-result .text .monthly {
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 14px;
      display: flex;
      flex-wrap: wrap; }
    #rental-equipment-model-search-result .text h2 {
      font-size: 18px;
      line-height: 1.222em;
      font-weight: 400;
      color: #0E1271;
      margin: 0 0 10px;
      flex: 0 0 100%;
      max-width: 100%; }
      #rental-equipment-model-search-result .text h2 strong {
        font-weight: 700;
        display: inline-block;
        margin-right: 4px; }
    #rental-equipment-model-search-result .text p {
      margin: 5px 0 0; }
    #rental-equipment-model-search-result .text .title {
      color: #2D3032;
      flex: 0 0 100%;
      max-width: 100%;
      font-size: 14px;
      line-height: 1.357em;
      text-transform: uppercase;
      font-weight: 600;
      margin-top: 3px; }
    #rental-equipment-model-search-result .text .rate {
      color: #0E1271;
      font-size: 18px;
      line-height: 1.222em;
      font-weight: 700;
      margin: 0 4px 0 0;
      display: inline-block;
      font-family: "Monty", sans-serif;
      flex: 0 0 auto; }
    #rental-equipment-model-search-result .text .disclaimer {
      color: #8F8F8F;
      max-width: 80px;
      flex: 0 0 80px;
      font-size: 8px;
      line-height: 1.125em;
      font-weight: 600;
      padding-bottom: 6px; }
      @media (max-width: 520px) {
        #rental-equipment-model-search-result .text .disclaimer {
          max-width: 100%;
          flex: 0 0 100%; } }

.video-wrapper {
  position: relative; }
  .video-wrapper.video-56:before {
    content: '';
    display: block;
    padding-top: 56%; }
  .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#rental-magnet {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 900;
  font-family: "Monty", sans-serif; }
  #rental-magnet.has-rep .detail-wrapper {
    visibility: hidden;
    opacity: 0;
    z-index: -1; }
  #rental-magnet.has-rep .rep {
    visibility: visible;
    opacity: 1;
    z-index: 1; }
  #rental-magnet.expanded .detail-wrapper, #rental-magnet.expanded .rep {
    transform: translateY(0); }
  #rental-magnet .trigger-wrapper {
    transition: transform .3s ease-in-out; }
  #rental-magnet .trigger {
    background: #000000;
    color: #FFFFFF;
    border: 0;
    border-bottom: 4px solid #EDAA00;
    font-size: 18px;
    line-height: 20px;
    padding: 12px 10px;
    text-transform: uppercase;
    transform-origin: 50% 50%;
    box-shadow: 4px 0 30px 0 rgba(0, 0, 0, 0.16);
    width: 310px;
    height: 68px;
    text-align: center; }
    #rental-magnet .trigger:focus {
      outline: none; }
    @media (max-width: 767px) {
      #rental-magnet .trigger {
        height: 42px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 14px;
        box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.16);
        width: 290px; } }
  #rental-magnet .detail-wrapper {
    position: absolute;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transform: translateY(100%);
    bottom: 0;
    right: 0;
    padding: 23px 20px 23px 24px;
    box-shadow: 4px 0 30px 0 rgba(0, 0, 0, 0.16);
    background-color: #000000;
    color: #FFFFFF;
    width: 310px;
    max-width: 100vw;
    border-right: 4px solid #EDAA00; }
    @media (max-width: 767px) {
      #rental-magnet .detail-wrapper {
        padding: 18px 15px 18px 19px;
        width: 290px; } }
    #rental-magnet .detail-wrapper .title {
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      max-width: 240px;
      margin: 0 0 20px; }
    #rental-magnet .detail-wrapper .label {
      font-size: 12px;
      line-height: 15px;
      display: inline-block;
      margin: 0 0 6px; }
    #rental-magnet .detail-wrapper .input-wrapper {
      border: 0;
      overflow: auto;
      position: relative; }
      #rental-magnet .detail-wrapper .input-wrapper .btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        border: 0;
        color: #FFFFFF; }
        #rental-magnet .detail-wrapper .input-wrapper .btn:focus {
          outline: none; }
        #rental-magnet .detail-wrapper .input-wrapper .btn:disabled {
          opacity: .15; }
    #rental-magnet .detail-wrapper [type="search"] {
      border: 1px solid #FFFFFF;
      background-color: rgba(255, 255, 255, 0.2);
      height: 50px;
      width: 100%;
      padding: 17px 50px 17px 10px;
      font-size: 12px;
      line-height: 16px;
      color: #FFFFFF;
      box-sizing: border-box;
      font-family: "Monty", sans-serif; }
      #rental-magnet .detail-wrapper [type="search"]::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.15); }
      #rental-magnet .detail-wrapper [type="search"]::-moz-placeholder {
        color: rgba(255, 255, 255, 0.15); }
      #rental-magnet .detail-wrapper [type="search"]:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.15); }
      #rental-magnet .detail-wrapper [type="search"]:-moz-placeholder {
        color: rgba(255, 255, 255, 0.15); }
    #rental-magnet .detail-wrapper .text-center {
      font-size: 12px;
      line-height: 15px;
      margin: 4px auto 5px; }
    #rental-magnet .detail-wrapper .btn {
      border: 2px solid #EDAA00;
      box-sizing: border-box;
      width: 100%;
      font-size: 13px;
      line-height: 16px;
      color: #EDAA00;
      background-color: transparent;
      padding: 17px 10px;
      font-family: "Monty", sans-serif;
      letter-spacing: 3px; }
      @media (max-width: 767px) {
        #rental-magnet .detail-wrapper .btn {
          letter-spacing: 2px;
          padding: 18px 10px 16px; } }
  #rental-magnet .rep {
    position: absolute;
    transform: translateY(100%);
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    bottom: 0;
    right: 0;
    padding: 23px 16px 23px 24px;
    box-shadow: 4px 0 30px 0 rgba(0, 0, 0, 0.16);
    background-color: #000000;
    color: #FFFFFF;
    width: 310px;
    max-width: 100vw;
    border-right: 4px solid #EDAA00;
    visibility: hidden;
    opacity: 0;
    z-index: -1; }
    @media (max-width: 767px) {
      #rental-magnet .rep {
        width: 290px;
        padding: 18px 11px 18px 19px; } }
    #rental-magnet .rep .profile {
      margin-bottom: 10px; }
      #rental-magnet .rep .profile .image {
        width: 87px;
        height: 87px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
        max-width: 87px;
        flex: 0 0 87px; }
        @media (max-width: 767px) {
          #rental-magnet .rep .profile .image {
            max-width: 65px;
            flex: 0 0 65px; } }
        #rental-magnet .rep .profile .image img {
          display: block;
          flex: 0 0 100%;
          max-width: 100%;
          height: auto; }
      #rental-magnet .rep .profile .text .name {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
        flex: 1 1 auto; }
        @media (max-width: 767px) {
          #rental-magnet .rep .profile .text .name {
            font-size: 14px;
            line-height: 18px; } }
      #rental-magnet .rep .profile .text .position {
        font-size: 12px;
        line-height: 14px;
        margin-top: 3px; }
        @media (max-width: 767px) {
          #rental-magnet .rep .profile .text .position {
            font-size: 10px;
            line-height: 12px; } }
  #rental-magnet .contacts {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px; }
    @media (max-width: 767px) {
      #rental-magnet .contacts {
        font-size: 12px;
        line-height: 16px; } }
    #rental-magnet .contacts a {
      color: #FFFFFF; }
      #rental-magnet .contacts a:hover {
        text-decoration: underline; }
  #rental-magnet .phone, #rental-magnet .email, #rental-magnet .address {
    display: flex;
    flex-wrap: nowrap;
    margin: 8px 0 0; }
    #rental-magnet .phone .fa, #rental-magnet .email .fa, #rental-magnet .address .fa {
      margin-right: 5px;
      width: 20px;
      text-align: center;
      flex: 0 0 20px;
      max-width: 20px; }
    #rental-magnet .phone .value, #rental-magnet .email .value, #rental-magnet .address .value {
      flex: 1 1 auto; }
  #rental-magnet .text-right {
    margin-top: 10px; }
    #rental-magnet .text-right button {
      font-size: 12px;
      line-height: 15px;
      border: 0;
      padding: 0;
      border: 0;
      margin: 0;
      height: 15px;
      border-bottom: 1px solid #EDAA00;
      color: #EDAA00;
      background-color: transparent;
      cursor: pointer; }
      @media (max-width: 767px) {
        #rental-magnet .text-right button {
          font-size: 11px; } }
      #rental-magnet .text-right button:hover {
        border-bottom-color: transparent; }

.pre-footer {
  background-color: #2D3032;
  color: #FFFFFF;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 18px; }
  @media (max-width: 767px) {
    .pre-footer {
      text-align: center;
      padding: 40px 20px; } }
  .pre-footer a {
    color: #FFFFFF; }
    .pre-footer a:hover {
      color: #EDAA00; }
  .pre-footer ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    @media (max-width: 767px) {
      .pre-footer ul {
        margin: 5px auto 0;
        display: block; } }
    .pre-footer ul li {
      display: block;
      margin: 0 0 0 50px;
      padding: 10px 0; }
      @media (max-width: 767px) {
        .pre-footer ul li {
          margin-left: 0;
          margin-top: 10px;
          padding: 0; } }
      .pre-footer ul li a {
        display: block; }

#rental-toolbar {
  background-color: #EDAA00;
  padding: 10px 20px;
  color: #0E1271; }
  @media (max-width: 1024px) {
    #rental-toolbar {
      display: none; } }
  #rental-toolbar .buttons {
    display: flex; }
    #rental-toolbar .buttons .btn {
      white-space: nowrap; }
    #rental-toolbar .buttons .btn-primary:hover {
      color: #EDAA00;
      background-color: #0E1271; }

#rental-location-finder {
  flex: 1 1 auto;
  padding-right: 30px;
  display: flex;
  align-items: center; }
  #rental-location-finder .office {
    display: flex;
    justify-content: flex-start;
    flex: 1 1 auto;
    padding-top: 6px;
    padding-bottom: 6px; }
    #rental-location-finder .office + .form {
      display: none; }
  #rental-location-finder.show-form .office {
    display: none; }
  #rental-location-finder.show-form .form {
    display: flex; }
  #rental-location-finder .form {
    display: flex;
    justify-content: flex-start;
    flex: 1 1 auto; }
  @media (max-width: 1199px) {
    #rental-location-finder {
      justify-content: start;
      padding-right: 0; } }
  #rental-location-finder .label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    font-family: "Monty", sans-serif;
    margin-right: 10px; }
    #rental-location-finder .label .fa {
      font-size: 16px;
      margin-right: 5px; }
  #rental-location-finder [type="search"] {
    background: rgba(255, 255, 255, 0.5);
    width: 270px;
    height: 30px;
    border: 0;
    padding: 6px 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    font-family: "Monty", sans-serif;
    font-weight: 500; }
    #rental-location-finder [type="search"]::-webkit-input-placeholder {
      color: #0E1271; }
    #rental-location-finder [type="search"]::-moz-placeholder {
      color: #0E1271; }
    #rental-location-finder [type="search"]:-ms-input-placeholder {
      color: #0E1271; }
    #rental-location-finder [type="search"]:-moz-placeholder {
      color: #0E1271; }
  #rental-location-finder .btn-primary {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    font-size: 12px;
    line-height: 30px;
    border: 0;
    text-align: center;
    color: #FFFFFF;
    background: #0E1271;
    transition: color .3s ease-in-out; }
    #rental-location-finder .btn-primary:hover {
      color: #EDAA00; }
    #rental-location-finder .btn-primary:disabled {
      opacity: .15; }
  #rental-location-finder .btn-clear {
    background-color: transparent;
    color: #0E1271;
    text-decoration: underline;
    border: 0;
    text-transform: none;
    font-weight: 600;
    padding: 0;
    font-size: 12px;
    line-height: 17px; }
    #rental-location-finder .btn-clear:hover {
      text-decoration: none; }
  #rental-location-finder .office-name {
    text-transform: uppercase;
    color: #0E1271;
    font-size: 14px;
    line-height: 1.286em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Monty", sans-serif;
    margin-right: 20px; }
    @media (max-width: 1199px) {
      #rental-location-finder .office-name {
        margin-right: 5px; } }
  #rental-location-finder .address, #rental-location-finder .phone {
    font-size: 12px;
    line-height: 1.333em;
    color: #000000;
    font-weight: 500;
    font-family: "Monty", sans-serif;
    margin-right: 20px; }
    @media (max-width: 1199px) {
      #rental-location-finder .address, #rental-location-finder .phone {
        display: none; } }

@media (max-width: 1199px) {
  #rental-toolbar[data-show-address="true"] #rental-location-finder {
    justify-content: space-between; }
  #rental-toolbar[data-show-address="true"] .address, #rental-toolbar[data-show-address="true"] .phone {
    display: block; }
  #rental-toolbar[data-show-address="true"] .buttons {
    display: none; } }

.faux-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
  height: 13vw;
  min-height: 300px; }
  @media (max-width: 767px) {
    .faux-bg {
      height: 20vw; } }

@media (max-width: 767px) {
  .fold-table-md {
    display: block;
    width: auto !important;
    height: auto !important; }
    .fold-table-md tbody, .fold-table-md tr {
      display: block;
      width: auto; }
      .fold-table-md tbody th, .fold-table-md tbody td, .fold-table-md tr th, .fold-table-md tr td {
        display: block;
        width: auto !important; } }

.section-brochures {
  margin-top: -40px;
  background-size: auto 13%;
  padding: 0 0 40px;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  background-image: none !important; }
  .section-brochures .container {
    position: relative;
    z-index: 2; }
  @media (min-width: 768px) {
    .section-brochures {
      background-image: url("../media/new/bg-top.jpg");
      background-size: auto 20%; }
      .section-brochures:before {
        content: '';
        background: #f2f2f2;
        width: 100%;
        height: 22%;
        position: absolute;
        bottom: 0;
        left: 0; } }
  @media (min-width: 1025px) {
    .section-brochures {
      background-size: auto 400px; } }
  @media (min-width: 1366px) {
    .section-brochures {
      background-size: auto 480px; } }
  .section-brochures .top__part {
    padding: 25px 20px 15px;
    position: relative; }
    @media (min-width: 1025px) {
      .section-brochures .top__part {
        padding: 25px 0 5px;
        margin-top: 23px; } }
  .section-brochures h2 {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    margin: 40px 0; }
    @media (min-width: 1025px) {
      .section-brochures h2 {
        font-size: 29px;
        line-height: 35px;
        margin-bottom: 43px; } }
  @media (min-width: 1025px) {
    .section-brochures .input-form {
      position: absolute;
      right: 0;
      bottom: 5px; } }
  .section-brochures .input-form input {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #fff;
    background: none;
    outline: none;
    padding-left: 10px;
    padding-right: 0;
    border: none;
    height: 20px;
    font-weight: 500;
    font-family: 'Monty', sans-serif; }
  .section-brochures .input-form button {
    background: none;
    padding: 0;
    vertical-align: middle;
    border: none;
    color: #EDAA00;
    font-size: 20px; }

@media (min-width: 1025px) {
  .iso-nav-group {
    margin-bottom: 0;
    margin-left: 20px; }
    .iso-nav-group li {
      margin-bottom: 5px; } }

.iso-nav-group li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 20px;
  margin-bottom: 15px; }
  @media (min-width: 1025px) {
    .iso-nav-group li {
      margin-bottom: 5px; } }
  .iso-nav-group li:after {
    content: "";
    height: 2px;
    width: 100%;
    display: inline-block;
    background-color: transparent;
    position: absolute;
    bottom: -3px;
    left: 0; }
  .iso-nav-group li.active a {
    font-weight: 500; }
  .iso-nav-group li.active:after {
    background-color: #EDAA00; }

.iso-nav-group a {
  color: #FFFFFF;
  font-family: 'Monty', sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 18px; }
  .iso-nav-group a:hover {
    color: #EDAA00; }
  .iso-nav-group a:focus {
    border: none;
    outline: none; }
  @media (min-width: 1025px) {
    .iso-nav-group a {
      font-size: 14px; } }

.brochures-list {
  padding: 0px 14px; }
  @media (min-width: 1025px) {
    .brochures-list {
      padding: 0; } }
  .brochures-list .brochure-item {
    width: 46%;
    display: inline-block;
    position: relative;
    margin: 10px 2%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    transition: all .3s;
    overflow: hidden; }
    .brochures-list .brochure-item:hover a {
      color: #EDAA00 !important; }
    .brochures-list .brochure-item:hover figure {
      transform: scale(1.03);
      opacity: 1; }
    @media (min-width: 768px) {
      .brochures-list .brochure-item {
        width: 23.3%;
        margin: 20px .8%; } }
    @media (min-width: 1025px) {
      .brochures-list .brochure-item {
        min-height: 350px;
        width: 23%;
        margin: 20px 1.1%; }
        .brochures-list .brochure-item:nth-child(4n + 1) {
          margin-left: 0; }
        .brochures-list .brochure-item:nth-child(4n) {
          margin-right: 0; } }
    .brochures-list .brochure-item figure {
      background-size: 100%;
      background-position: 50%;
      background-repeat: no-repeat;
      height: auto;
      transition: all .3s; }
      .brochures-list .brochure-item figure img {
        visibility: hidden; }
        @media (min-width: 1025px) {
          .brochures-list .brochure-item figure img {
            width: 100%; } }
      .brochures-list .brochure-item figure .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        display: inline-block;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        z-index: 1;
        left: 0;
        top: 0; }
    .brochures-list .brochure-item .brochure-description {
      position: absolute;
      z-index: 1;
      bottom: 10px;
      width: 100%;
      padding: 0 12px; }
      @media (min-width: 1025px) {
        .brochures-list .brochure-item .brochure-description {
          bottom: 18px;
          width: 100%;
          padding: 0 20px; } }
      .brochures-list .brochure-item .brochure-description .brochure-name a {
        color: #FFFFFF;
        font-weight: 600;
        font-size: 14px;
        font-family: 'Monty', sans-serif; }
        @media (min-width: 1025px) {
          .brochures-list .brochure-item .brochure-description .brochure-name a {
            font-size: 18px; } }
      .brochures-list .brochure-item .brochure-description .brochure-cate a {
        opacity: 0.6;
        color: #FFFFFF;
        font-family: 'Monty', sans-serif;
        font-size: 12px;
        text-transform: uppercase; }

.section-contact {
  padding: 0 15px; }
  .section-contact .heading {
    color: #2D3032;
    font-family: 'Monty', sans-serif;
    font-size: 29px;
    font-weight: 600;
    line-height: 35px; }

body.rental .section--contact-info {
  padding-top: 70px;
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    body.rental .section--contact-info {
      padding-top: 50px;
      padding-bottom: 30px; } }
  body.rental .section--contact-info p {
    margin: 0 0 20px; }

.section--contact-info {
  text-align: center; }
  .section--contact-info .heading {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .section--contact-info .heading {
        margin-top: 70px; } }
    .section--contact-info .heading p {
      color: #8F8F8F;
      font-family: 'Open Sans', 'Opens', san-serif;
      font-size: 16px;
      line-height: 22px;
      margin-top: 15px;
      font-weight: 300; }
      @media (min-width: 768px) {
        .section--contact-info .heading p {
          margin-top: 30px; } }
  .section--contact-info .content .title {
    color: #2D3032;
    font-family: 'Monty', sans-serif;
    font-size: 16px;
    line-height: 19px;
    margin-top: 40px; }
    @media (min-width: 768px) {
      .section--contact-info .content .title {
        margin-top: 70px; } }
  .section--contact-info .content .phone {
    margin-top: 20px; }
    .section--contact-info .content .phone a {
      color: #0E1271;
      font-family: 'Monty', sans-serif;
      font-size: 24px;
      font-weight: 500;
      line-height: 29px; }
  .section--contact-info .content .open-time {
    color: #8F8F8F;
    font-family: 'Open Sans', 'Opens', san-serif;
    font-size: 14px;
    line-height: 24px;
    margin-top: 25px; }
  .section--contact-info .content .email {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .section--contact-info .content .email {
        margin-bottom: 89px; } }
    .section--contact-info .content .email a {
      color: #0E1271;
      font-family: 'Open Sans', 'Opens', san-serif;
      font-size: 14px;
      line-height: 24px; }

.section--contact-form {
  background-color: #F2F2F2; }
  .section--contact-form .title-form-part {
    opacity: 0.5;
    color: #2D3032;
    font-family: 'Monty', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px; }
  .section--contact-form .heading {
    text-align: center;
    margin-top: 70px;
    display: inline-block;
    width: 100%; }
    .section--contact-form .heading p {
      color: #8F8F8F;
      font-family: 'Open Sans', 'Opens', san-serif;
      font-size: 16px;
      line-height: 22px;
      margin-top: 30px;
      max-width: 530px;
      margin: 30px auto 0;
      font-weight: 300; }
  .section--contact-form .form-block {
    max-width: 530px;
    width: 100%;
    margin: 0 auto; }
    .section--contact-form .form-block .title-form-part {
      margin-bottom: 25px;
      text-transform: uppercase; }
    .section--contact-form .form-block.enquiry-block {
      margin-top: 30px; }
    .section--contact-form .form-block.detail-block {
      margin-top: 50px; }
  .section--contact-form .input-group {
    width: 100%;
    margin-top: 20px; }
    .section--contact-form .input-group .error {
      color: red;
      margin-top: 5px; }
    .section--contact-form .input-group select.error {
      margin-top: 0; }
    .section--contact-form .input-group select, .section--contact-form .input-group textarea, .section--contact-form .input-group input {
      padding: 10px;
      font-size: 16px; }
    .section--contact-form .input-group label {
      color: #2D3032;
      font-family: 'Monty', sans-serif;
      font-size: 12px;
      font-weight: 500;
      line-height: 15px;
      width: 100%;
      display: block;
      margin-bottom: 10px; }
    .section--contact-form .input-group select {
      height: 50px;
      width: 100%;
      border: 1px solid #AAAAAA;
      background-color: #FFFFFF; }
    .section--contact-form .input-group textarea {
      height: 150px;
      width: 100%;
      border: 1px solid #AAAAAA;
      background-color: #FFFFFF; }
    .section--contact-form .input-group input {
      width: 100%;
      height: 50px;
      border: 1px solid #AAAAAA;
      background-color: #FFFFFF; }
    .section--contact-form .input-group .button--primary {
      margin: 30px 0 70px; }
  .section--contact-form .select-wrapper span {
    text-transform: uppercase;
    font-weight: normal;
    padding-left: 10px; }
  .section--contact-form .toggle-group::after {
    display: block;
    content: "";
    clear: both; }
  .section--contact-form .toggle-group a {
    color: #0E1271;
    font-family: 'Monty', sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    padding: 16px 36px;
    text-transform: uppercase;
    border: 2px solid #0E1271;
    background-color: rgba(255, 255, 255, 0);
    float: left;
    transition: all .3s; }
    .section--contact-form .toggle-group a.active {
      background-color: #0E1271;
      color: #fff; }
    .section--contact-form .toggle-group a:hover, .section--contact-form .toggle-group a:focus {
      background-color: #0E1271;
      color: #EDAA00; }
  .section--contact-form .checkbox-group {
    margin-top: 50px;
    margin-bottom: 30px; }
    .section--contact-form .checkbox-group [type="checkbox"]:not(:checked),
    .section--contact-form .checkbox-group [type="checkbox"]:checked {
      position: absolute;
      left: -9999px; }
    .section--contact-form .checkbox-group [type="checkbox"]:not(:checked) + label,
    .section--contact-form .checkbox-group [type="checkbox"]:checked + label {
      position: relative;
      padding-left: 40px;
      cursor: pointer;
      color: #8F8F8F;
      font-family: 'Open Sans', 'Opens', san-serif;
      font-size: 16px;
      line-height: 22px; }
      .section--contact-form .checkbox-group [type="checkbox"]:not(:checked) + label a,
      .section--contact-form .checkbox-group [type="checkbox"]:checked + label a {
        color: #0E1271; }
    .section--contact-form .checkbox-group [type="checkbox"]:not(:checked) + label:before,
    .section--contact-form .checkbox-group [type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: -3px;
      width: 25px;
      height: 25px;
      border: 2px solid #0E1271;
      background: #0E1271;
      border-radius: 0;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
    .section--contact-form .checkbox-group [type="checkbox"]:not(:checked) + label:after,
    .section--contact-form .checkbox-group [type="checkbox"]:checked + label:after {
      content: '\F00C';
      position: absolute;
      top: 2px;
      left: 5px;
      font-size: 20px;
      line-height: 0.8;
      color: #fff;
      transition: all .2s;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .section--contact-form .checkbox-group [type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      transform: scale(0); }
    .section--contact-form .checkbox-group [type="checkbox"]:checked + label:after {
      opacity: 1;
      transform: scale(1); }
    .section--contact-form .checkbox-group [type="checkbox"]:checked:focus + label:before,
    .section--contact-form .checkbox-group [type="checkbox"]:not(:checked):focus + label:before {
      border: 2px solid blue; }
    .section--contact-form .checkbox-group label:hover:before {
      border: 2px solid #4778d9 !important; }
  .section--contact-form .optinal-group {
    display: none; }
  .section--contact-form .select-wrapper {
    width: 100%;
    max-width: 100% !important;
    color: #1f1f1f;
    margin-top: 20px; }
    .section--contact-form .select-wrapper span {
      margin-left: 8px; }
  .section--contact-form .styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    padding: 10px;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''; }
  .section--contact-form .styled-select select::-ms-expand {
    display: none; }
  .section--contact-form .styled-select.slate {
    background: #fff;
    height: 50px;
    max-width: 110%;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa; }
    .section--contact-form .styled-select.slate:after {
      content: "\F0D7";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 10px;
      display: block;
      font: normal normal normal 18px/1 FontAwesome;
      color: #1f1f1f; }
  .section--contact-form .styled-select.slate select {
    border: none;
    font-size: 16px;
    height: 50px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''; }
  .section--contact-form .styled-select.slate select::-ms-expand {
    display: none; }

.section--bundle.hero--footer {
  padding: 0; }
  .section--bundle.hero--footer .item__intro {
    text-align: left; }
    .section--bundle.hero--footer .item__intro h3 {
      color: #FFFFFF;
      font-family: 'Monty', sans-serif;
      font-size: 40px;
      font-weight: 200;
      line-height: 49px;
      text-transform: capitalize; }
    .section--bundle.hero--footer .item__intro p {
      max-width: 560px;
      opacity: 0.6;
      color: #FFFFFF;
      font-family: 'Open Sans', 'Opens', san-serif;
      font-size: 16px;
      line-height: 24px; }
    @media screen and (max-width: 550px) {
      .section--bundle.hero--footer .item__intro h3 {
        font-size: 26px;
        text-transform: initial; }
      .section--bundle.hero--footer .item__intro p {
        font-size: 14px; }
      .section--bundle.hero--footer .item__intro .hidden-mb {
        display: none; } }

.section-contact.section--bundle.hero--footer .item {
  background-image: url(../media/contact/contact-career.jpg); }

.section-contact.section--bundle.hero--footer .item:before {
  background: linear-gradient(283.47deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%); }

.section-contact.section--bundle.hero--footer .item__intro .container {
  padding: 0 15px; }

body.rental .section--contact-editable .wrap-editable .item::before {
  background-color: rgba(0, 0, 0, 0.75); }

body.rental .section--contact-editable .wrap-editable .item:hover::before {
  opacity: 0.75; }

.section--contact-editable {
  text-align: center;
  padding: 0; }
  .section--contact-editable .heading {
    margin: 40px 0 30px;
    text-transform: uppercase; }
    @media (min-width: 1025px) {
      .section--contact-editable .heading {
        margin: 70px 0 50px; } }
  .section--contact-editable .wrap-editable .item {
    background: #000;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; }
    .section--contact-editable .wrap-editable .item.item1 {
      background-image: url(../media/contact/editable-1.jpg); }
    .section--contact-editable .wrap-editable .item.item2 {
      background-image: url(../media/contact/editable-2.jpg); }
    .section--contact-editable .wrap-editable .item.item3 {
      background-image: url(../media/contact/editable-3.jpg); }
    @media (min-width: 1025px) {
      .section--contact-editable .wrap-editable .item:hover:before {
        opacity: 0.2; } }
    .section--contact-editable .wrap-editable .item::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      transition: 0.3s ease; }
    .section--contact-editable .wrap-editable .item a {
      padding: 80px 20px;
      display: inline-block;
      width: 100%;
      position: relative;
      z-index: 2;
      color: #FFFFFF; }
      @media (min-width: 1025px) {
        .section--contact-editable .wrap-editable .item a {
          padding: 120px 50px; } }
      @media (min-width: 1280px) {
        .section--contact-editable .wrap-editable .item a {
          min-height: calc(60vw / 3);
          display: flex;
          flex-direction: column;
          justify-content: center;
          background-position: 50% 50%; } }
      .section--contact-editable .wrap-editable .item a:hover, .section--contact-editable .wrap-editable .item a:focus {
        color: #EDAA00; }
      .section--contact-editable .wrap-editable .item a h4 {
        font-family: 'Monty', sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 29px;
        text-align: center;
        text-transform: uppercase; }
      .section--contact-editable .wrap-editable .item a p {
        font-family: 'Open Sans', 'Opens', san-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 19px;
        text-align: center;
        margin: 5px 0 0; }
  @media (min-width: 768px) {
    .section--contact-editable .wrap-editable::after {
      display: block;
      content: "";
      clear: both; }
    .section--contact-editable .wrap-editable .item {
      width: 33.3333333%;
      float: left; } }

body.rental .section--product {
  background-color: #FFFFFF;
  overflow: visible; }

.section--product {
  background-color: #f2f2f2; }
  @media (min-width: 1025px) {
    .section--product {
      background-color: #fff;
      padding-bottom: 40px; } }

.section--detail.section--bundle .item:before {
  background-color: rgba(0, 0, 0, 0.2); }

.section--detail.section--hero .item {
  background-image: url(../media/dummy/bg_video_mb.png); }
  @media (min-width: 768px) {
    .section--detail.section--hero .item {
      background-image: url(../media/dummy/bg_video.jpg); } }

.section--detail.section--promotion {
  background: #f2f2f2; }

.section--detail.section--bundle .item__intro {
  padding-bottom: 180px; }
  @media (min-width: 1025px) {
    .section--detail.section--bundle .item__intro {
      padding-bottom: 0; } }
  .section--detail.section--bundle .item__intro h3:first-child {
    font-size: 26px;
    font-weight: 200;
    line-height: 32px; }
    @media (min-width: 1025px) {
      .section--detail.section--bundle .item__intro h3:first-child {
        font-size: 40px;
        line-height: 49px;
        max-width: 600px; } }
  .section--detail.section--bundle .item__intro p {
    font-size: 14px;
    line-height: 19px; }
    @media (min-width: 1025px) {
      .section--detail.section--bundle .item__intro p {
        font-size: 16px;
        line-height: 24px; } }

body.rental .section--integrate {
  background: #FFFFFF; }
  body.rental .section--integrate .art {
    box-shadow: none;
    margin-bottom: 70px; }
    @media (max-width: 767px) {
      body.rental .section--integrate .art {
        margin-bottom: 35px; } }
    body.rental .section--integrate .art:nth-last-of-type(1) {
      margin-bottom: 35px; }
    body.rental .section--integrate .art .art__desc {
      font-size: 16px;
      line-height: 1.625em; }
      @media (min-width: 1025px) {
        body.rental .section--integrate .art .art__desc {
          padding: 20px 42px; } }
      @media (max-width: 767px) {
        body.rental .section--integrate .art .art__desc {
          padding-left: 0;
          padding-right: 0; } }

.section--integrate {
  background: #f2f2f2; }

.intergrate__content {
  padding: 40px 20px 21px; }
  @media (min-width: 1025px) {
    .intergrate__content {
      padding: 70px 0 35px; } }

.art {
  overflow: hidden;
  background: #fff;
  margin-bottom: 19px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .art {
      margin-bottom: 35px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; } }
  .art.art--reverse {
    flex-direction: row-reverse; }
  @media (min-width: 768px) {
    .art figure, .art .art__desc {
      width: 50%; } }
  .art figure {
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .art figure {
        margin-bottom: 20px;
        max-height: none;
        margin-bottom: 0; } }
    .art figure img {
      display: block;
      width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        .art figure img {
          display: none; } }
    .art figure .hoverable {
      display: none; }
      @media (min-width: 768px) {
        .art figure .hoverable {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          background-size: cover;
          background-position: 50% 50%;
          background-repeat: no-repeat; } }
  .art h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 17px;
    color: #2D3032;
    font-weight: normal; }
    @media (min-width: 768px) {
      .art h3 {
        font-family: "Monty", sans-serif;
        font-size: 29px;
        line-height: 35px; } }
    .art h3 a {
      color: #2D3032; }
      @media (min-width: 1025px) {
        .art h3 a:hover {
          color: #EDAA00; } }
  .art .art__desc {
    color: #8F8F8F;
    font-size: 14px;
    line-height: 19px;
    padding: 20px 20px 25px; }
    @media (min-width: 1025px) {
      .art .art__desc {
        font-size: 18px;
        line-height: 28px;
        padding: 20px 58px; } }
  .art .art__cate {
    font-family: "Monty", sans-serif;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #EDAA00; }

body.rental .section--info {
  position: relative;
  padding: 0;
  background-color: #000000; }
  body.rental .section--info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-color: #0E1271; }
    @media (max-width: 1199px) {
      body.rental .section--info::before {
        display: none; } }
  body.rental .section--info .container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 1170px; }
    @media (max-width: 1199px) {
      body.rental .section--info .container {
        display: block; } }
  body.rental .section--info .rental-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    color: #FFFFFF;
    align-items: center;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 18px 20px; }
    @media (max-width: 1199px) {
      body.rental .section--info .rental-info {
        background-color: #0E1271;
        max-width: none;
        position: relative;
        display: block;
        text-align: center; }
        body.rental .section--info .rental-info::before {
          content: '';
          position: absolute;
          left: -50%;
          top: 0;
          bottom: 0;
          width: 200%;
          background-color: #0E1271; } }
    body.rental .section--info .rental-info h3 {
      color: #EDAA00;
      font-weight: 300;
      margin: auto 50px auto 0;
      font-size: 18px;
      line-height: 1.222em;
      position: relative;
      z-index: 2;
      display: block;
      float: none; }
      @media (max-width: 1199px) {
        body.rental .section--info .rental-info h3 {
          margin: 0 0 6px; } }
      body.rental .section--info .rental-info h3 strong {
        display: block;
        font-weight: 500; }
        @media (max-width: 1199px) {
          body.rental .section--info .rental-info h3 strong {
            display: inline; } }
    body.rental .section--info .rental-info .rate {
      font-size: 12px;
      line-height: 1.417em;
      font-weight: 600;
      margin: auto 30px auto 0;
      position: relative;
      z-index: 2; }
      @media (max-width: 1199px) {
        body.rental .section--info .rental-info .rate {
          margin: 0; } }
      body.rental .section--info .rental-info .rate .cost {
        font-size: 14px;
        line-height: 1.357em;
        display: block;
        margin-bottom: 6px;
        font-family: "Monty", sans-serif; }
        body.rental .section--info .rental-info .rate .cost .value {
          color: #EDAA00; }
  body.rental .section--info .rental-specs {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.286em; }
    @media (max-width: 1199px) {
      body.rental .section--info .rental-specs {
        max-width: none; } }
    body.rental .section--info .rental-specs .info__list {
      float: none;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex: 1 1 auto;
      list-style: none;
      align-items: center; }
      @media (max-width: 1199px) {
        body.rental .section--info .rental-specs .info__list {
          justify-content: center; } }
      @media (max-width: 991px) {
        body.rental .section--info .rental-specs .info__list {
          display: block; } }
      body.rental .section--info .rental-specs .info__list li {
        display: block;
        margin: auto 0; }
        @media (max-width: 1199px) {
          body.rental .section--info .rental-specs .info__list li {
            padding: 0 10px; } }
        body.rental .section--info .rental-specs .info__list li a {
          display: block;
          padding: 4px; }
          @media (max-width: 1199px) {
            body.rental .section--info .rental-specs .info__list li a {
              padding: 17px 32px;
              display: inline-block; } }
        body.rental .section--info .rental-specs .info__list li .btn-lg {
          padding: 14px 17px;
          height: auto;
          font-size: 14px;
          line-height: 1.286em;
          letter-spacing: 3px; }
          @media (max-width: 1199px) {
            body.rental .section--info .rental-specs .info__list li .btn-lg {
              margin-top: 18px; } }

.section--info {
  transition: .5s padding;
  background: #191919;
  padding: 40px 0; }
  @media (min-width: 1025px) {
    .section--info {
      padding: 18px 0; } }
  @media (min-width: 1025px) {
    .section--info.sticked {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10;
      padding: 10px 0; } }
  .section--info h3 {
    color: #EDAA00;
    font-size: 18px;
    font-weight: 200;
    float: left;
    line-height: 32px;
    font-family: "Monty", sans-serif;
    display: none; }
    @media (min-width: 1025px) {
      .section--info h3 {
        display: block; } }
    .section--info h3 strong {
      font-weight: 500; }

.info__list {
  text-align: center; }
  @media (min-width: 1025px) {
    .info__list {
      float: right; } }
  .info__list .item a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    font-family: "Monty", sans-serif; }
    @media (min-width: 1025px) {
      .info__list .item a:hover {
        color: #EDAA00; } }
  @media (min-width: 1025px) {
    .info__list li {
      display: inline-block;
      vertical-align: middle; } }
  .info__list li + li {
    margin-top: 25px; }
    @media (min-width: 1025px) {
      .info__list li + li {
        margin-top: 0;
        margin-left: 35px; } }
  .info__list .button {
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
    letter-spacing: normal;
    height: 29px;
    line-height: 27px; }

.play-video {
  width: 80px;
  height: 80px;
  background: url(../media/play.png) no-repeat center;
  background-size: 96%;
  transition: opacity 0.2s linear;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (min-width: 1025px) {
    .play-video {
      top: 50%;
      left: 82%; } }
  .play-video:focus {
    outline: none; }

@media (max-width: 1024px) {
  body.rental .detail__product .detail__gallery {
    padding-bottom: 40px; } }

@media (min-width: 1025px) {
  body.rental .detail__product .detail__gallery {
    float: left;
    width: 50%; } }

@media (min-width: 1025px) {
  body.rental .detail__product .detail__gallery .detail__img {
    float: none;
    width: auto; } }

body.rental .detail__product .detail__gallery .enquire-to-buy {
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.571em; }
  body.rental .detail__product .detail__gallery .enquire-to-buy:hover {
    text-decoration: none; }

body.rental .detail__product .rental-location {
  border-top: 1px solid #E9EBEE;
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.143em; }
  body.rental .detail__product .rental-location h3 {
    color: #000000;
    font-size: 14px;
    line-height: 1.286em;
    font-weight: 700;
    font-family: "Monty", sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px; }
  body.rental .detail__product .rental-location .office {
    margin-bottom: 24px;
    color: #AAAAAA; }
    body.rental .detail__product .rental-location .office .office-name {
      color: #000000; }
    body.rental .detail__product .rental-location .office .text-button {
      font-size: .75rem;
      background: transparent;
      border: 0;
      margin: 0;
      padding: 0 1px;
      color: #AAAAAA; }
  body.rental .detail__product .rental-location .form-group {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 25px 0; }
    body.rental .detail__product .rental-location .form-group .input-wrapper {
      display: flex;
      align-items: center;
      border: none;
      position: relative; }
      body.rental .detail__product .rental-location .form-group .input-wrapper input {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600;
        display: block;
        color: #2D3032;
        letter-spacing: 1px;
        padding: 15px 25px 15px 15px;
        cursor: default;
        width: auto;
        background: #FFFFFF;
        border: 1px solid #AAAAAA;
        border-right: 0;
        flex: 1 1 auto; }
      body.rental .detail__product .rental-location .form-group .input-wrapper button {
        flex: 0 0 50px;
        max-width: 50px;
        height: 50px;
        text-align: center;
        line-height: 30px;
        padding: 10px;
        border: 0;
        text-align: center;
        color: #FFFFFF;
        background: #0E1271;
        transition: color .3s ease-in-out; }
        body.rental .detail__product .rental-location .form-group .input-wrapper button:disabled {
          background: #AAAAAA; }
  body.rental .detail__product .rental-location .view-all {
    font-weight: 700; }
    body.rental .detail__product .rental-location .view-all a {
      text-decoration: underline; }
  body.rental .detail__product .rental-location ul {
    list-style: none;
    padding: 0;
    margin: 0 0 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    body.rental .detail__product .rental-location ul li {
      padding: 0;
      margin: 0 0 16px;
      display: block;
      flex: 0 0 50%;
      max-width: 50%; }
    body.rental .detail__product .rental-location ul a {
      color: #0E1271; }
      body.rental .detail__product .rental-location ul a:hover {
        color: #0E1271;
        text-decoration: underline; }
    body.rental .detail__product .rental-location ul .fa {
      margin-right: 4px; }
    body.rental .detail__product .rental-location ul strong {
      font-weight: 600; }

body.rental .detail__product .rental-attachments {
  border-top: 1px solid #E9EBEE;
  padding-top: 25px;
  font-size: 14px;
  line-height: 1.143em; }
  body.rental .detail__product .rental-attachments h3 {
    color: #000000;
    font-size: 14px;
    line-height: 1.286em;
    font-weight: 700;
    font-family: "Monty", sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px; }
  body.rental .detail__product .rental-attachments .slick-arrow {
    color: #0E1271;
    width: 16px;
    height: 22px;
    top: 50%;
    margin-top: -14px;
    opacity: 1; }
    body.rental .detail__product .rental-attachments .slick-arrow::before {
      font-size: 20px;
      line-height: 22px;
      display: block; }
    body.rental .detail__product .rental-attachments .slick-arrow.slick-prev {
      left: 0;
      transform: translateX(-100%) translateY(-50%); }
      @media (max-width: 1199px) {
        body.rental .detail__product .rental-attachments .slick-arrow.slick-prev {
          transform: translateY(-50%); } }
    body.rental .detail__product .rental-attachments .slick-arrow.slick-next {
      right: 0;
      transform: translateX(100%) translateY(-50%); }
      @media (max-width: 1199px) {
        body.rental .detail__product .rental-attachments .slick-arrow.slick-next {
          transform: translateY(-50%); } }
  body.rental .detail__product .rental-attachments .rental-attachment-gallery {
    margin-bottom: 25px; }
    @media (max-width: 1199px) {
      body.rental .detail__product .rental-attachments .rental-attachment-gallery {
        padding-left: 30px;
        padding-right: 30px; } }
    body.rental .detail__product .rental-attachments .rental-attachment-gallery .slick-track {
      margin-left: 0; }
    body.rental .detail__product .rental-attachments .rental-attachment-gallery .item {
      text-align: center;
      color: #2D3032;
      font-weight: 500;
      font-size: 14px;
      line-height: 1.286em;
      font-family: "Monty", sans-serif;
      padding: 0 10px; }
      @media (max-width: 1024px) {
        body.rental .detail__product .rental-attachments .rental-attachment-gallery .item {
          padding: 0 5px; } }
      body.rental .detail__product .rental-attachments .rental-attachment-gallery .item p {
        margin: 10px 0 0; }
  body.rental .detail__product .rental-attachments .additional-rental-attachments .select-wrapper {
    border-color: #AAAAAA; }
    body.rental .detail__product .rental-attachments .additional-rental-attachments .select-wrapper span {
      color: #2D3032;
      letter-spacing: 1px; }
  body.rental .detail__product .rental-attachments .additional-rental-attachments .dropdown-list {
    height: 50px;
    margin-bottom: 10px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #AAAAAA; }
    body.rental .detail__product .rental-attachments .additional-rental-attachments .dropdown-list.expanded .label .fa {
      transform: translateY(-50%) rotate(180deg); }
    body.rental .detail__product .rental-attachments .additional-rental-attachments .dropdown-list .label {
      font-size: 13px;
      line-height: 18px;
      font-weight: 600;
      display: block;
      color: #2D3032;
      letter-spacing: 1px;
      padding: 15px 25px 15px 15px;
      cursor: default; }
      body.rental .detail__product .rental-attachments .additional-rental-attachments .dropdown-list .label .fa {
        position: absolute;
        font-size: 18px;
        line-height: 1.1em;
        right: 10px;
        top: 50%;
        text-align: center;
        transform: translateY(-50%); }
    body.rental .detail__product .rental-attachments .additional-rental-attachments .dropdown-list .dropdown-content {
      background-color: #FFFFFF;
      border: 1px solid #AAAAAA;
      padding: 22px 20px 27px;
      position: absolute;
      top: 100%;
      left: -1px;
      right: -1px;
      z-index: 2;
      color: #2D3032;
      display: none; }
      body.rental .detail__product .rental-attachments .additional-rental-attachments .dropdown-list .dropdown-content .title {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 1.286em;
        margin: 0 0 17px;
        display: block;
        font-weight: 700;
        font-family: "Monty", sans-serif; }
        body.rental .detail__product .rental-attachments .additional-rental-attachments .dropdown-list .dropdown-content .title .model {
          color: #0E1271; }
      body.rental .detail__product .rental-attachments .additional-rental-attachments .dropdown-list .dropdown-content ul {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0 0 15px;
        font-weight: 600;
        max-height: 80vh;
        overflow: auto; }
        body.rental .detail__product .rental-attachments .additional-rental-attachments .dropdown-list .dropdown-content ul li {
          display: block;
          padding: 0;
          margin: 0 0 5px;
          font-size: 13px;
          line-height: 1.385em; }
      body.rental .detail__product .rental-attachments .additional-rental-attachments .dropdown-list .dropdown-content .contact {
        color: #8F8F8F;
        font-size: 14px;
        line-height: 1.286em;
        margin: 0; }
  body.rental .detail__product .rental-attachments .additional-rental-attachments p {
    margin: 20px 0 0;
    color: #8F8F8F;
    font-size: 14px;
    line-height: 1.571em; }
    body.rental .detail__product .rental-attachments .additional-rental-attachments p a {
      font-weight: 700;
      text-decoration: underline; }
      body.rental .detail__product .rental-attachments .additional-rental-attachments p a:hover {
        text-decoration: none; }

body.rental .detail__product .form-rental-date {
  margin-top: 100px; }
  @media (max-width: 1024px) {
    body.rental .detail__product .form-rental-date {
      margin-left: auto;
      margin-right: auto;
      max-width: 480px;
      margin-top: 30px; } }
  body.rental .detail__product .form-rental-date .mini-calculator {
    padding: 30px 34px 20px;
    background-color: #F2F2F2; }
    @media (max-width: 1024px) {
      body.rental .detail__product .form-rental-date .mini-calculator {
        padding: 30px 20px 20px; } }
    body.rental .detail__product .form-rental-date .mini-calculator h3 {
      font-size: 14px;
      line-height: 1.286em;
      font-weight: 700;
      color: #000000;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Monty", sans-serif;
      margin: 0 0 30px; }
      body.rental .detail__product .form-rental-date .mini-calculator h3 .model {
        color: #0E1271; }
    body.rental .detail__product .form-rental-date .mini-calculator .from, body.rental .detail__product .form-rental-date .mini-calculator .to {
      margin: 0 0 20px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
      body.rental .detail__product .form-rental-date .mini-calculator .from .date, body.rental .detail__product .form-rental-date .mini-calculator .to .date {
        flex: 1 1 auto; }
      body.rental .detail__product .form-rental-date .mini-calculator .from .time, body.rental .detail__product .form-rental-date .mini-calculator .to .time {
        margin-left: 20px;
        max-width: 200px;
        flex: 0 0 200px; }
        @media (max-width: 767px) {
          body.rental .detail__product .form-rental-date .mini-calculator .from .time, body.rental .detail__product .form-rental-date .mini-calculator .to .time {
            max-width: 40%;
            flex: 0 0 40%; } }
      body.rental .detail__product .form-rental-date .mini-calculator .from .label, body.rental .detail__product .form-rental-date .mini-calculator .to .label {
        font-size: 12px;
        line-height: 15px;
        color: #2D3032;
        display: inline-block;
        margin: 0 0 10px; }
      body.rental .detail__product .form-rental-date .mini-calculator .from .form-control, body.rental .detail__product .form-rental-date .mini-calculator .to .form-control {
        width: 100%;
        margin: 0; }
      body.rental .detail__product .form-rental-date .mini-calculator .from input.form-control, body.rental .detail__product .form-rental-date .mini-calculator .to input.form-control {
        height: 50px;
        line-height: 50px;
        margin-left: 0;
        font-size: 13px;
        font-weight: 600;
        padding: 0 40px 0 15px;
        border: 1px solid #c6c6c6;
        position: relative;
        z-index: 2; }
      body.rental .detail__product .form-rental-date .mini-calculator .from .select-wrapper, body.rental .detail__product .form-rental-date .mini-calculator .to .select-wrapper {
        margin-bottom: 0; }
      body.rental .detail__product .form-rental-date .mini-calculator .from .date-wrapper, body.rental .detail__product .form-rental-date .mini-calculator .to .date-wrapper {
        position: relative;
        background-color: #FFFFFF; }
        body.rental .detail__product .form-rental-date .mini-calculator .from .date-wrapper .form-control, body.rental .detail__product .form-rental-date .mini-calculator .to .date-wrapper .form-control {
          background-color: transparent; }
        body.rental .detail__product .form-rental-date .mini-calculator .from .date-wrapper .fa, body.rental .detail__product .form-rental-date .mini-calculator .to .date-wrapper .fa {
          text-align: center;
          top: 50%;
          right: 20px;
          transform: translateY(-50%);
          position: absolute;
          z-index: 1; }
    body.rental .detail__product .form-rental-date .mini-calculator .estimate-cost {
      border-top: 1px solid #E9EBEE;
      padding-top: 20px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: nowrap; }
      body.rental .detail__product .form-rental-date .mini-calculator .estimate-cost .label {
        font-size: 14px;
        line-height: 1.286em;
        font-family: "Monty", sans-serif;
        font-weight: 600;
        color: #0E1271;
        text-transform: uppercase;
        letter-spacing: .5px; }
      body.rental .detail__product .form-rental-date .mini-calculator .estimate-cost .cost {
        display: block;
        text-align: right; }
        body.rental .detail__product .form-rental-date .mini-calculator .estimate-cost .cost .value {
          display: block;
          font-size: 24px;
          line-height: 1.208em;
          font-weight: 600;
          color: #0E1271;
          font-family: "Monty", sans-serif;
          letter-spacing: 1px; }
        body.rental .detail__product .form-rental-date .mini-calculator .estimate-cost .cost .note {
          display: block;
          color: #8F8F8F;
          font-size: 10px;
          line-height: 1.4em;
          font-weight: 600; }
  body.rental .detail__product .form-rental-date .btn-lg {
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 5px;
    padding: 13px;
    border: 0; }
    @media (max-width: 1024px) {
      body.rental .detail__product .form-rental-date .btn-lg {
        font-size: 18px;
        letter-spacing: 3px; } }

body.rental .detail__product .detail__img .slick-dots li button {
  background-color: #D8D8D8;
  border: 0;
  width: 10px;
  height: 10px; }

body.rental .detail__product .detail__img .slick-dots li.slick-active button {
  background-color: #0E1271; }

@media (max-width: 1024px) {
  body.rental .detail__product {
    display: flex;
    flex-direction: column; } }

@media (max-width: 1024px) {
  body.rental .detail__product .detail__gallery {
    order: 2; }
    body.rental .detail__product .detail__gallery .detail__img.desktop-slider {
      display: none; } }

@media (max-width: 1024px) {
  body.rental .detail__product .detail__info {
    order: 1; } }

body.rental .detail__product .detail__info .detail__img.mobile-slider {
  display: none; }
  @media (max-width: 1024px) {
    body.rental .detail__product .detail__info .detail__img.mobile-slider {
      display: block; } }

.detail__product {
  padding: 25px 20px; }
  @media (min-width: 1025px) {
    .detail__product {
      padding: 64px 0px 30px; } }
  .detail__product .product__level {
    margin-bottom: 5px; }
    @media (min-width: 1025px) {
      .detail__product .product__level {
        margin-bottom: 11px; } }
    .detail__product .product__level img {
      display: inline-block;
      margin: 2px 10px 2px 2px;
      vertical-align: middle; }
  .detail__product .detail__img {
    text-align: center;
    margin-bottom: 50px; }
    @media (min-width: 1025px) {
      .detail__product .detail__img {
        margin-bottom: 0; } }
    .detail__product .detail__img img {
      display: inline-block; }
    .detail__product .detail__img .slick-arrow {
      opacity: 1;
      color: #000; }
      @media (min-width: 1025px) {
        .detail__product .detail__img .slick-arrow {
          opacity: 0; } }
      .detail__product .detail__img .slick-arrow:before {
        font-size: 40px; }
    .detail__product .detail__img .slider-wrapper {
      padding: 0 42px; }
      @media (min-width: 1025px) {
        .detail__product .detail__img .slider-wrapper {
          padding: 0; } }
    .detail__product .detail__img .slick-dots {
      bottom: -20px;
      margin: 0; }
      @media (min-width: 1025px) {
        .detail__product .detail__img .slick-dots {
          bottom: -30px; } }
      .detail__product .detail__img .slick-dots li button {
        border-color: #8F8F8F; }
      .detail__product .detail__img .slick-dots li.slick-active button {
        background-color: #8F8F8F; }
  @media (min-width: 1025px) {
    .detail__product .detail__img, .detail__product .detail__info {
      float: left;
      width: 50%; } }

body.rental .detail__info .info-wrapper .h2 {
  font-family: "Monty", sans-serif;
  font-size: 40px;
  line-height: 1.225em;
  font-weight: 300;
  color: #0E1271; }

body.rental .detail__info .info-wrapper .rental-details {
  margin: 30px 0; }
  body.rental .detail__info .info-wrapper .rental-details .rates {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
    @media (max-width: 520px) {
      body.rental .detail__info .info-wrapper .rental-details .rates {
        display: block; } }
    body.rental .detail__info .info-wrapper .rental-details .rates > * {
      margin: 0 16px 0 0;
      padding: 0 16px 0 0;
      border-right: 1px solid #E9EBEE; }
      @media (max-width: 520px) {
        body.rental .detail__info .info-wrapper .rental-details .rates > * {
          margin: 0 0 16px;
          padding: 0 0 16px;
          border-bottom: 1px solid #E9EBEE;
          border-right: 0; } }
      body.rental .detail__info .info-wrapper .rental-details .rates > *:last-of-type {
        border: 0;
        padding: 0;
        margin: 0; }
    body.rental .detail__info .info-wrapper .rental-details .rates .cost {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center; }
    body.rental .detail__info .info-wrapper .rental-details .rates .value {
      flex: 0 0 auto;
      color: #0E1271;
      font-size: 18px;
      line-height: 1.222em;
      font-weight: 700;
      font-family: "Monty", sans-serif;
      margin: auto 3px auto 0; }
    body.rental .detail__info .info-wrapper .rental-details .rates .note {
      flex: 1 1 auto;
      color: #8F8F8F;
      font-size: 8px;
      line-height: 1.125em;
      font-weight: 600;
      padding-bottom: 6px; }
    body.rental .detail__info .info-wrapper .rental-details .rates .label {
      color: #2D3032;
      font-size: 14px;
      line-height: 1.357em;
      text-transform: uppercase;
      font-weight: 600;
      margin-top: 3px;
      display: block; }
  body.rental .detail__info .info-wrapper .rental-details .availability-notice {
    display: flex;
    justify-content: flex-start;
    text-transform: uppercase;
    margin-top: 30px; }
    body.rental .detail__info .info-wrapper .rental-details .availability-notice span {
      background-color: #000000;
      color: #FFFFFF;
      padding: 6px 10px;
      font-size: 12px;
      line-height: 1.2em; }
      body.rental .detail__info .info-wrapper .rental-details .availability-notice span.location {
        padding-left: 0;
        padding-right: 10px; }
        body.rental .detail__info .info-wrapper .rental-details .availability-notice span.location::before {
          content: '\A0'; }

.detail__info {
  color: #8F8F8F;
  font-size: 14px;
  line-height: 22px; }
  .detail__info .info-wrapper {
    max-width: 480px;
    margin: 0 auto; }
  .detail__info h2 {
    color: #0E1271;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 200;
    line-height: 44px;
    font-family: "Monty", sans-serif; }
  .detail__info .text--highlight {
    margin-bottom: 25px;
    color: #2D3032;
    font-family: "Monty", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500; }
  .detail__info .list__item-info {
    list-style: none;
    display: block;
    padding: 20px 0;
    margin: 25px 0 0;
    border-top: 1px solid #E9EBEE; }
    .detail__info .list__item-info:after {
      content: '';
      display: table;
      clear: both; }
    .detail__info .list__item-info li {
      width: 33%;
      float: left; }
      @media (min-width: 1025px) {
        .detail__info .list__item-info li {
          white-space: nowrap; } }
      @media (min-width: 374px) {
        .detail__info .list__item-info li:after {
          left: 7px; } }

.icon-status {
  width: 35px;
  height: 35px;
  border: 2px solid #0E1271;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0; }
  .icon-status:after, .icon-status:before {
    content: '';
    width: 2px;
    background: #0E1271;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .icon-status:after {
    height: 2px;
    width: 11px; }
  .icon-status.active {
    background: #0E1271; }
    .icon-status.active:before, .icon-status.active:after {
      transform: rotate(45deg) translate(-50%, -50%);
      background: #fff;
      transform-origin: 0 0; }
    .icon-status.active:before {
      top: 50%;
      left: 50%; }
    .icon-status.active:after {
      left: 50%;
      top: 50%; }

body.rental .specification {
  z-index: 902; }
  @media (min-width: 1025px) {
    body.rental .specification {
      height: calc(100% - 140px);
      top: 140px; } }

body.rental .bg-overlay {
  z-index: 901; }

.specification {
  position: fixed;
  top: 60px;
  right: 0;
  max-width: 100%;
  width: 100%;
  height: calc(100% - 60px);
  overflow-y: scroll;
  z-index: 11;
  transform: translateX(100%);
  background: #fff;
  transition: 0.5s transform; }
  .specification.show {
    transform: translateX(0); }
  @media (min-width: 1025px) {
    .specification {
      height: calc(100% - 74px);
      top: 74px;
      width: 800px; } }
  .specification .button--primary-o {
    border: 2px solid #0E1271;
    height: 29px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
    letter-spacing: 0;
    line-height: 26px; }
  .specification .spec__top {
    background: #0E1271;
    height: 50px;
    padding: 14px 20px;
    position: relative; }
    @media (min-width: 1025px) {
      .specification .spec__top {
        padding: 14px 35px; } }
  .specification h3 {
    color: #FFFFFF;
    font-family: "Monty", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px; }
  .specification .close-target {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url(../media/close.png);
    cursor: pointer; }
  .specification .spec__content {
    padding: 15px 20px;
    padding-bottom: 15px; }
    @media (min-width: 1025px) {
      .specification .spec__content {
        padding: 15px 35px; } }
  .specification td {
    padding: 9px 13px;
    width: 50%;
    color: #2D3032;
    font-size: 14px;
    line-height: 19px; }
  .specification tr {
    min-height: 40px; }
    .specification tr:nth-child(odd) {
      background-color: #F2F6FA; }
  .specification .spec__list li + li {
    border-top: 2px solid #DEDDE4; }
  .specification .spec__list .show .spec__detail {
    display: block; }
  .specification .spec__list table {
    width: 100%;
    table-layout: fixed; }
  .specification h4 {
    color: #2D3032;
    font-family: "Monty", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    padding-top: 29px;
    padding-bottom: 29px; }
  .specification .spec__head {
    position: relative; }
  .specification .spec__detail {
    display: none;
    padding-bottom: 15px; }

.faq {
  max-width: 100%;
  width: 100%; }
  .faq .button--primary-o {
    border: 2px solid #0E1271;
    height: 29px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
    letter-spacing: 0;
    line-height: 26px; }
  .faq .close-target {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url(../media/close.png);
    cursor: pointer; }
  .faq .spec__content {
    padding: 15px 0;
    padding-bottom: 15px; }
  .faq td {
    padding: 9px 13px;
    width: 50%;
    color: #2D3032;
    font-size: 14px;
    line-height: 19px; }
  .faq tr {
    min-height: 40px; }
    .faq tr:nth-child(odd) {
      background-color: #F2F6FA; }
  .faq .spec__list li {
    border-top: 2px solid #DEDDE4; }
  .faq .spec__list .show .spec__detail {
    display: block; }
  .faq .spec__list table {
    width: 100%;
    table-layout: fixed; }
  .faq h4 {
    color: #2D3032;
    font-family: "Monty", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    padding-top: 29px;
    padding-bottom: 29px; }
  .faq .spec__head {
    position: relative;
    padding-right: 38px;
    text-align: left; }
  .faq .spec__detail {
    display: none;
    padding-bottom: 15px;
    padding-right: 38px;
    text-align: left; }

@media (min-width: 1025px) {
  .button-expand:hover {
    background: #0E1271;
    color: #fff; } }

.button-expand .collapse {
  display: none; }

.button-expand.active .collapse {
  display: inline-block; }

.button-expand.active .expand {
  display: none; }

body.rental .section--breadcumb {
  padding-top: 3px;
  padding-bottom: 3px; }

.section--breadcumb {
  background: #060606;
  padding: 0 20px;
  position: relative;
  z-index: 3; }
  .section--breadcumb ul {
    list-style: none;
    padding: 6px 0; }
  .section--breadcumb li {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 0;
    font-size: 9px;
    line-height: 13px;
    position: relative;
    color: #fff; }
    @media (min-width: 1025px) {
      .section--breadcumb li {
        line-height: 16px;
        font-size: 12px;
        margin-right: 20px; } }
    @media (min-width: 1025px) {
      .section--breadcumb li:hover a {
        opacity: 1; } }
    .section--breadcumb li + li {
      margin-left: 10px; }
      .section--breadcumb li + li:after {
        content: '/';
        display: inline-block;
        position: absolute;
        top: 50%;
        left: -8px;
        transform: translateY(-50%);
        opacity: 0.5; }
        @media (min-width: 1025px) {
          .section--breadcumb li + li:after {
            left: -14px; } }
    .section--breadcumb li:nth-last-of-type(1) a {
      color: #ffffff;
      opacity: 1; }
  .section--breadcumb .breadcumb--last a {
    opacity: 1; }
  .section--breadcumb a {
    opacity: 0.5;
    color: #fff; }

.bar-filter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2; }
  @media (min-width: 1025px) {
    .bar-filter {
      display: none; } }
  .bar-filter a {
    font-size: 14px;
    letter-spacing: normal;
    font-weight: bold;
    line-height: 27px;
    height: auto;
    padding: 0 10px;
    margin-bottom: 35px;
    transition: 0.3s; }
    .bar-filter a.active {
      transform: translateY(100px); }
    @media (max-width: 991px) {
      .bar-filter a {
        margin-bottom: 45px; } }

@media (min-width: 1025px) {
  .section--equipment-list > .container > .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; } }

.list li.active > a {
  background-color: #E7E9EA;
  font-weight: bold; }

.list a {
  margin-bottom: 5px;
  outline: none;
  border: none; }

.list__sub ul {
  display: none; }

.list__sub.active .list__sub2 {
  display: block; }

.list__sub2 ul {
  display: none; }

.list__sub2.active .list__sub3 {
  display: block; }

.list__title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
  color: #2D3032; }
  @media (min-width: 1025px) {
    .list__title {
      font-size: 29px;
      font-weight: 600;
      line-height: 35px; } }
  .list__title .category {
    font-weight: 300; }
  .list__title .industry {
    font-weight: 200;
    text-transform: none; }

.list__desc {
  color: #8F8F8F;
  font-family: 'Open Sans', 'Opens', san-serif;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px; }

.number-result {
  margin-bottom: 30px;
  display: block;
  font-size: 12px;
  color: #20282B;
  line-height: 22px; }
  @media (min-width: 1025px) {
    .number-result {
      float: right;
      margin-bottom: 4px; } }

.number-result--bottom {
  margin: 20px 0; }
  @media (min-width: 1025px) {
    .number-result--bottom {
      margin: 0; } }

.list__result {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .list__result {
      margin: 0 -1.86% 20px; } }
  .list__result .no-results {
    margin: 2.5px 0.6%; }
    @media (min-width: 768px) {
      .list__result .no-results {
        margin: 15px 1.86%; } }
    @media (min-width: 1025px) and (max-width: 1140px) {
      .list__result .no-results {
        margin: 15px 1.86%; } }

body.rental .list__item {
  margin-bottom: 40px;
  padding-bottom: 25px; }
  @media (min-width: 768px) {
    body.rental .list__item {
      padding: 35px 18px 25px; } }
  @media (max-width: 520px) {
    body.rental .list__item {
      width: 50%;
      display: block;
      float: none;
      max-width: 48.5%;
      flex: 0 0 48.5%;
      margin-left: auto;
      margin-right: auto; } }
  body.rental .list__item.item--square-image figure {
    padding: 5px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; }
    body.rental .list__item.item--square-image figure a {
      padding: 0 10px;
      display: block; }
    body.rental .list__item.item--square-image figure:hover {
      padding: 0; }

.list__item {
  text-align: center;
  background: #fff;
  position: relative;
  padding: 20px 10px 20px 18px;
  float: left;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  width: 48.5%;
  margin: 2.5px 0.6%; }
  @media (min-width: 768px) {
    .list__item {
      padding: 35px 48px 20px;
      margin: 15px 1.86%;
      width: 29.5%; } }
  @media (min-width: 1025px) {
    .list__item:hover {
      box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.4); } }
  @media (min-width: 1025px) and (max-width: 1140px) {
    .list__item {
      margin: 15px 1.86%; } }
  .list__item.item--square-image .quick-rent-image {
    position: absolute;
    top: 10px;
    right: 10px; }
    @media (max-width: 500px) {
      .list__item.item--square-image .quick-rent-image {
        max-width: 33.33%; } }
    .list__item.item--square-image .quick-rent-image img {
      max-width: 100px;
      width: 100%;
      height: auto;
      display: block; }
      .list__item.item--square-image .quick-rent-image img:hover {
        transform: none; }
  .list__item.item--square-image figure {
    padding: 5px; }
    .list__item.item--square-image figure:hover {
      padding: 0; }
    .list__item.item--square-image figure a img {
      display: none; }
    .list__item.item--square-image figure a .hoverable {
      padding-top: 100%;
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .list__item.item--square-image figure + h3 {
      margin-top: 25px; }
  .list__item figure {
    padding: 10px 20px 15px; }
    @media (min-width: 1025px) {
      .list__item figure {
        padding: 0px 0 25px;
        transition: 0.3s ease; } }
  .list__item .item--feature {
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    text-align: right;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    .list__item .item--feature img {
      max-width: calc((100% - 12px) / 3);
      width: calc((100% - 12px) / 3);
      height: auto;
      display: inline-block;
      vertical-align: middle;
      margin: 2px; }
  .list__item h3 {
    color: #0E1271;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 21px;
    font-weight: 600; }
    @media (min-width: 1025px) {
      .list__item h3 {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 19px; } }
  .list__item .rental-details {
    margin: 20px 0 0;
    border-top: 1px solid rgba(143, 143, 143, 0.16);
    padding: 20px 0 0;
    text-align: left; }
    .list__item .rental-details .rates {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .list__item .rental-details .rates .daily {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px; }
      .list__item .rental-details .rates .monthly {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px; }
      .list__item .rental-details .rates .cost {
        display: block;
        color: #0E1271;
        font-size: 14px;
        line-height: 1.286em;
        font-weight: 700;
        margin: 0 0 3px;
        font-family: "Monty", sans-serif; }
      .list__item .rental-details .rates .label {
        display: block;
        font-size: 10px;
        line-height: 1.4em;
        font-weight: 600;
        color: #2D3032;
        text-transform: uppercase; }
    .list__item .rental-details .disclaimer {
      color: #8F8F8F;
      font-size: 8px;
      line-height: 1.375em;
      margin: 0 0 10px; }
    .list__item .rental-details .btn {
      border: 0; }
      .list__item .rental-details .btn.btn-lg {
        padding: 15px;
        display: block;
        position: absolute;
        left: 18px;
        bottom: 0;
        transform: translateY(50%);
        width: calc(100% - 36px); }
        @media (max-width: 470px) {
          .list__item .rental-details .btn.btn-lg {
            font-size: 12px;
            letter-spacing: 1px; } }
        @media (max-width: 400px) {
          .list__item .rental-details .btn.btn-lg {
            padding: 10px 5px;
            font-size: 10px;
            letter-spacing: 0; } }

.list__item-info {
  text-align: left; }
  .list__item-info li {
    position: relative;
    font-size: 10px;
    line-height: 14px;
    color: #aaa;
    margin-bottom: 11px;
    white-space: nowrap;
    font-weight: 600;
    padding-left: 30px; }
    @media (min-width: 1025px) {
      .list__item-info li {
        margin-bottom: 10px; } }
    @media (max-width: 450px) {
      .list__item-info li {
        white-space: normal; } }
    .list__item-info li:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      @media (min-width: 374px) {
        .list__item-info li:after {
          left: 0; } }
  .list__item-info strong {
    color: #2D3032;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 2px;
    font-weight: 600; }
    @media (min-width: 1025px) {
      .list__item-info strong {
        font-size: 13px;
        line-height: 16px; } }
  .list__item-info .item-speed:after {
    width: 16px;
    height: 16px;
    background: url(../media/list/icon-speed.png); }
  .list__item-info .item-weight:after {
    width: 16px;
    height: 17px;
    background: url(../media/list/icon-weight.png); }
  .list__item-info .item-capacity:after {
    width: 18px;
    height: 15px;
    background: url(../media/list/icon-capacity.png); }
  .list__item-info .item-wheel-loader-bucket-capacity:after {
    width: 16px;
    height: 16px;
    background: url(../media/list/icn-wheel-loader-bucket.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .list__item-info .item-dump-truck-payload-capacity:after {
    width: 16px;
    height: 16px;
    background: url(../media/list/icn-dump-truck-payload.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .list__item-info .item-dozer-blade-capacity:after {
    width: 16px;
    height: 16px;
    background: url(../media/list/icn-dozer-blades.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .list__item-info .item-motor-grader-blade-width:after {
    width: 16px;
    height: 16px;
    background: url(../media/list/icn-motor-grade-blade.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .list__item-info .item-jaw-size:after {
    width: 16px;
    height: 16px;
    background: url(../media/list/icn-crusher-gears.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat; }

.excavators-list {
  background: #f2f2f2;
  padding: 25px 20px 45px; }
  @media (min-width: 1025px) {
    .excavators-list {
      width: 70.8%;
      padding: 43px 0 70px 40px;
      position: relative; }
      .excavators-list:before {
        content: '';
        background: #f2f2f2;
        position: absolute;
        top: 0;
        left: 0;
        width: 10000px;
        height: 100%; } }
  @media (min-width: 1024px) and (max-width: 1140px) {
    .excavators-list {
      padding: 43px 20px 70px 20px; } }
  .excavators-list > * {
    z-index: 1;
    position: relative; }

.filter-refine {
  position: fixed;
  width: 320px;
  overflow-y: scroll;
  height: calc(100% - 60px);
  background: #fff;
  z-index: 901;
  top: 60px;
  padding: 40px 20px;
  transition: 0.5s;
  transform: translateX(-320px); }
  @media (min-width: 1025px) {
    .filter-refine {
      display: block;
      position: relative;
      overflow-y: hidden;
      height: auto;
      top: 0;
      z-index: 1;
      width: 29.2%;
      padding: 43px 30px 0 0;
      box-shadow: none;
      transform: none;
      transition: 0; } }
  .filter-refine .close-target {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    display: block;
    color: #aaa;
    line-height: 24px; }
    @media (min-width: 1025px) {
      .filter-refine .close-target {
        display: none; } }
  .filter-refine.show {
    display: block !important;
    box-shadow: 0 0 40px #ccc;
    transform: translateX(0); }
    @media (min-width: 1025px) {
      .filter-refine.show {
        box-shadow: none; } }
  .filter-refine .button--primary-o {
    padding: 2px 10px 0;
    margin: 33px 0 20px;
    height: 29px;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0; }
    @media (min-width: 1025px) {
      .filter-refine .button--primary-o:hover {
        background-color: #0E1271;
        color: #fff;
        border-color: #0E1271; } }
    .filter-refine .button--primary-o i {
      font-size: 12px; }
  .filter-refine h2 {
    color: #2D3032;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E9EBEE; }

.list-toggle i {
  color: #0E1271;
  font-size: 22px;
  line-height: 22px;
  margin-right: 6px;
  vertical-align: middle; }

.list-toggle h4 {
  color: #2D3032;
  cursor: pointer;
  font-family: 'Monty', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin: 19px 0 7px; }
  @media (min-width: 1025px) {
    .list-toggle h4:hover {
      color: #EDAA00; } }
  .list-toggle h4 i {
    transform: rotate(180deg);
    transition: 0.3s; }

.list-toggle a {
  color: #0E1271;
  font-family: 'Monty', sans-serif;
  font-size: 13px;
  line-height: 16px;
  display: block;
  padding: 7px 10px 7px 21px; }
  @media (min-width: 1025px) {
    .list-toggle a:hover {
      color: #EDAA00; } }
  .list-toggle a i {
    color: #90949C;
    font-size: 12px;
    line-height: 12px;
    margin-left: 5px; }

.list-toggle ul {
  margin-left: 20px; }

.list-toggle.active h4 i {
  transform: none; }

.list-toggle.active .filter__wrapper {
  display: block; }

.list-toggle.active > a {
  background-color: #E7E9EA;
  font-weight: bold; }

.list-toggle li {
  width: 100%; }

.filter__wrapper {
  margin-bottom: 20px; }
  .filter__wrapper .select-wrapper {
    height: 40px;
    display: inline-block;
    width: 100px; }
    .filter__wrapper .select-wrapper select {
      height: 40px; }
    .filter__wrapper .select-wrapper span {
      line-height: 40px;
      height: 40px; }
  .filter__wrapper .input-wrapper {
    height: 40px;
    display: inline-block;
    width: 100px;
    border: 2px solid #ccc; }
    .filter__wrapper .input-wrapper input {
      font-size: 13px;
      height: 36px;
      color: #20282B; }
      .filter__wrapper .input-wrapper input::-webkit-input-placeholder {
        color: #20282B; }
      .filter__wrapper .input-wrapper input:-moz-placeholder {
        color: #20282B; }
      .filter__wrapper .input-wrapper input::-moz-placeholder {
        color: #20282B; }
      .filter__wrapper .input-wrapper input:-ms-input-placeholder {
        color: #20282B; }
  .filter__wrapper .button {
    height: 40px;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    line-height: 36px;
    letter-spacing: 0;
    color: #20282B;
    background: #fff;
    font-family: "Monty", sans-serif;
    font-weight: bold;
    border-color: #0E1271;
    font-size: 13px; }
    @media (min-width: 1025px) {
      .filter__wrapper .button:hover {
        background-color: #0E1271;
        color: #fff; } }

.list {
  margin-bottom: 30px; }

.filter__wrapper {
  display: none; }

.list__pager {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 11px;
  margin-bottom: 11px; }
  .list__pager li {
    margin: 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
  .list__pager a {
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    width: 40px;
    color: #aaa;
    border: 1px solid #CCCCCC; }
  .list__pager .active {
    background-color: #0E1271; }
    .list__pager .active a {
      color: #fff; }

.pager__arrow a {
  font-size: 0; }

.pager__arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  color: #999; }

.pager__prev:after {
  content: '\F100'; }

.pager__next:after {
  content: '\F101'; }

.article {
  position: relative;
  text-align: center;
  transition: 0.3s;
  height: 0;
  padding-bottom: 56.5%; }
  @media (min-width: 1025px) {
    .article {
      padding-bottom: 18.72659%; } }
  @media (min-width: 1025px) {
    .article:hover {
      opacity: 0.85; }
      .article:hover h3 {
        color: #EDAA00; } }

.article--used {
  background: url("../media/list/bg1.jpg") no-repeat;
  background-size: cover; }

.article--rental {
  background: url("../media/list/bg2.jpg") no-repeat;
  background-size: cover; }

.article--attach {
  background: url("../media/list/bg3.jpg") no-repeat;
  background-size: cover; }

.article__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff; }
  .article__content h3 {
    font-size: 24px;
    line-height: 29px;
    display: inline-block;
    margin-bottom: 9px; }
  .article__content p {
    font-size: 14px;
    line-height: 19px; }

.item--intelligent:after {
  content: '';
  background: url("../media/list/logo_imc.png") no-repeat;
  background-size: 100%;
  height: 30px;
  width: 74px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px; }

.item--hybrid:after {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  content: '';
  background: url("../media/list/logo_hybrid.png") no-repeat;
  background-size: 100%;
  height: 23px;
  width: 57px; }

.section-finance {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1025px) {
    .section-finance.offer-region .wrap-box {
      max-width: 413px; } }
  .section-finance.offer-region .button-wrapper {
    margin: 20px 0 0; }
    .section-finance.offer-region .button-wrapper .button {
      text-transform: uppercase; }
  .section-finance.finance-content .container {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 46px;
    color: #8f8f8f;
    font-size: 16px;
    line-height: 24px; }
    .section-finance.finance-content .container.container-md {
      max-width: 750px; }
    .section-finance.finance-content .container.container-850 {
      max-width: 850px; }
    .section-finance.finance-content .container h1 {
      font-size: 29px;
      line-height: 35px;
      text-transform: uppercase;
      font-weight: 600;
      color: #2d3032;
      margin: 0 0 30px; }
    .section-finance.finance-content .container p {
      margin: 0 0 24px; }
  .section-finance.section--grey .intergrate__content {
    padding: 0;
    text-align: left; }
  .section-finance.section--grey .view-more {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Monsterrat', sans-serif; }

.section--find-us {
  border-bottom: 1px solid #aaa; }

.find__info {
  background: #D8D8D8;
  position: relative; }
  @media (min-width: 1025px) {
    .find__info {
      float: left;
      max-height: 775px;
      width: 340px;
      border-right: 1px solid #aaa; } }
  @media (max-width: 1024px) {
    .find__info {
      background-color: #ffffff;
      height: 330px !important;
      display: none; }
      .find__info.hide-desktop {
        display: block; } }

.map-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden; }

.find__map {
  overflow: hidden;
  height: 395px; }
  @media (min-width: 1025px) {
    .find__map {
      float: left;
      max-height: 775px;
      width: 78.81%;
      height: 100%;
      width: calc(100% - 340px); } }
  @media (max-width: 1024px) {
    .find__map {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 30px;
      height: 395px !important; } }

.find__box {
  padding: 26px 21px; }
  @media (max-width: 1024px) {
    .find__box {
      background-color: #d8d8d8; } }
  .find__box h2 {
    color: #2D3032;
    font-family: "Monty", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 29px; }
  .find__box .find-by-location {
    text-align: center; }
    .find__box .find-by-location p {
      margin: 5px 0; }
    .find__box .find-by-location .button {
      width: 100%;
      line-height: 20px;
      height: auto;
      padding: 15px 5px; }
  .find__box .input-form {
    position: relative; }
    .find__box .input-form input {
      text-align: left;
      height: 50px;
      width: 100%;
      font-size: 16px;
      border: 1px solid #aaa;
      padding-right: 42px; }
      .find__box .input-form input::-webkit-input-placeholder {
        color: #8F8F8F; }
      .find__box .input-form input:-moz-placeholder {
        color: #8F8F8F; }
      .find__box .input-form input::-moz-placeholder {
        color: #8F8F8F; }
      .find__box .input-form input:-ms-input-placeholder {
        color: #8F8F8F; }
    .find__box .input-form button {
      position: absolute;
      top: 10px;
      right: 13px;
      font-size: 20px;
      color: #0E1271;
      border: none;
      background: none;
      outline: none;
      padding: 0;
      transition: color .3s; }

.section--find .input-form button:hover {
  color: #EDAA00; }

.find__list {
  background: #f2f2f2;
  overflow-y: scroll;
  max-height: 300px; }
  @media (min-width: 1025px) {
    .find__list {
      overflow-y: visible;
      max-height: none; } }
  @media (max-width: 1024px) {
    .find__list {
      margin-left: 30px;
      margin-right: 30px;
      margin-bottom: 30px;
      height: 300px !important; } }
  .find__list .phone2 {
    display: block; }
  .find__list li {
    color: #8F8F8F;
    font-size: 14px;
    line-height: 19px; }
  .find__list .item {
    padding: 19px 25px;
    position: relative;
    cursor: pointer; }
    .find__list .item h3 {
      color: #8F8F8F;
      font-family: "Monty", sans-serif;
      font-size: 10px;
      font-weight: 500;
      line-height: 20px;
      text-transform: uppercase;
      margin-bottom: 2px; }
      .find__list .item h3 span {
        margin-right: 3px; }
      .find__list .item h3 + h4 + .distance {
        top: 41px; }
    .find__list .item h4 {
      color: #2D3032;
      font-family: "Monty", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 18px;
      margin-right: 66px; }
    .find__list .item.selected {
      background: #fff; }
    .find__list .item + .item {
      border-top: 1px solid #fff; }
  .find__list .distance {
    display: none;
    color: #8F8F8F;
    font-size: 14px;
    line-height: 18px;
    text-align: right; }
    @media (min-width: 1025px) {
      .find__list .distance {
        position: absolute;
        top: 19px;
        right: 25px; } }
  .find__list h4 {
    color: #2D3032;
    font-family: "Monty", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 19px; }
  .find__list p {
    color: #8F8F8F;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px; }
  .find__list .list-wrapper h4 {
    margin: 16px 0 0; }

.timeopen table {
  width: 100%;
  font-size: 12px; }

.brand-contact {
  margin-bottom: 5px; }
  .brand-contact li {
    display: inline-block;
    vertical-align: middle;
    color: #0E1271;
    font-size: 14px;
    line-height: 24px; }
    .brand-contact li.direct {
      margin-left: 23px; }
    .brand-contact li i {
      color: #8F8F8F;
      font-size: 11px;
      margin-right: 6px; }

.icon-tool {
  width: 10px;
  height: 10px;
  background: url(../media/icon-tool.png) no-repeat center;
  display: inline-block; }

.thumb-img {
  font-size: 0; }
  .thumb-img img {
    width: 100%; }

/* HOME */
.container {
  position: relative; }

.popup-tip-anchor {
  height: 0;
  position: absolute; }

/* The bubble is anchored above the tip. */
.link {
  text-decoration: underline;
  color: #000;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px; }

.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0; }

/* The popup bubble itself. */
.popup-bubble-content {
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
  padding: 0;
  text-align: center;
  transform: translate(-50%, -100%); }
  .popup-bubble-content:hover {
    transform: translate(-50%, -100%) scale(1.05); }
  .popup-bubble-content.show {
    z-index: 99;
    top: -85px;
    transform: translate(-50%, -100%); }
  .popup-bubble-content .popup__image {
    width: 300px;
    display: block;
    opacity: 1;
    margin-top: 10px;
    transition: all .5s ease; }
  .popup-bubble-content .popup-wrapper {
    display: none;
    opacity: 0;
    transition: all .5s ease-in-out; }
    .popup-bubble-content .popup-wrapper .link {
      display: inline-block; }
  .popup-bubble-content .show-popup.popup-wrapper {
    cursor: context-menu;
    display: block;
    opacity: 1;
    width: 100%;
    padding: 0;
    max-width: 300px;
    transition: all .5s ease-in-out; }
    .popup-bubble-content .show-popup.popup-wrapper .popup__close {
      cursor: pointer;
      position: absolute;
      top: 8px;
      right: 12px;
      color: #CCCCCC;
      font-size: 16px;
      z-index: 1;
      display: block;
      background: transparent; }
    .popup-bubble-content .show-popup.popup-wrapper .popup__title {
      padding: 10px;
      color: #fff;
      background-color: rgba(19, 143, 52, 0.9); }
    .popup-bubble-content .show-popup.popup-wrapper .popup__text {
      padding: 10px;
      background-color: #fff; }

.marker {
  width: 30px;
  height: 46px;
  background: url(../media/marker.png) no-repeat center;
  position: relative;
  display: inline-block; }
  .marker:after {
    content: '';
    position: absolute;
    top: 30%;
    left: 55%;
    display: block;
    transform: translate(-50%, -50%); }
  .marker.mark--k:after {
    width: 12px;
    height: 11px;
    background: url(../media/mark_k.png) no-repeat center; }
  .marker.mark--tool:after {
    width: 14px;
    height: 13px;
    background: url(../media/mark_tool.png) no-repeat center; }
  .marker.mark--rental:after {
    width: 16px;
    height: 14px;
    background: url(../media/mark_excavator.png) no-repeat center;
    background-size: contain; }

body.rental .thumb-info {
  padding: 15px 15px 0; }
  body.rental .thumb-info p {
    font-size: 12px;
    line-height: 1.357em; }
  body.rental .thumb-info .brand-contact li {
    font-size: 12px;
    line-height: 18px; }

.thumb-info {
  background: #fff;
  font-family: "Open Sans", "Opens", sans-serif;
  padding: 20px;
  text-align: center;
  width: 256px;
  position: relative;
  border: 1px solid #979797;
  text-align: left; }
  .thumb-info.rental-thumb-info {
    width: 270px; }
    .thumb-info.rental-thumb-info::before {
      border-top: 20px solid #979797;
      bottom: auto;
      top: calc(100% + 1px); }
    .thumb-info.rental-thumb-info::after {
      border-top: 20px solid #FFFFFF;
      bottom: auto;
      top: 100%; }
    .thumb-info.rental-thumb-info.has-rep {
      padding-bottom: 0; }
      .thumb-info.rental-thumb-info.has-rep::after {
        border-top-color: #F2F2F2; }
    .thumb-info.rental-thumb-info .rep-info {
      margin: 10px -15px 0; }
      .thumb-info.rental-thumb-info .rep-info .rep-banner {
        padding: 5px 15px;
        background-color: #0E1271;
        color: #FFFFFF;
        font-size: 11px;
        line-height: 1.417em;
        font-weight: 700;
        font-family: "Monty", sans-serif;
        text-transform: uppercase;
        letter-spacing: .5px; }
      .thumb-info.rental-thumb-info .rep-info .rep-profile {
        font-size: 12px;
        line-height: 1.417em;
        padding: 15px 10px 15px 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        background-color: #F2F2F2; }
        .thumb-info.rental-thumb-info .rep-info .rep-profile .image {
          max-width: 53px;
          flex: 0 0 53px;
          margin-right: 7px; }
          .thumb-info.rental-thumb-info .rep-info .rep-profile .image img {
            display: block;
            width: 100%;
            height: auto; }
        .thumb-info.rental-thumb-info .rep-info .rep-profile .text {
          flex: 1 1 auto; }
          .thumb-info.rental-thumb-info .rep-info .rep-profile .text .name {
            font-weight: 700; }
          .thumb-info.rental-thumb-info .rep-info .rep-profile .text .email a {
            word-break: break-all; }
  .thumb-info:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 30px solid #fff; }
  .thumb-info:before {
    display: block;
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 30px solid #979797; }
  .thumb-info h3 {
    color: #8F8F8F;
    font-family: "Monty", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 2px; }
    .thumb-info h3 span {
      margin-right: 3px; }
  .thumb-info .brand-contact .direct {
    margin-left: 25px; }
  .thumb-info h4 {
    color: #2D3032;
    font-family: "Monty", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 18px; }
  .thumb-info p {
    color: #8F8F8F;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 19px; }

.popup__mark.active {
  position: absolute;
  bottom: -85px;
  left: 50%;
  transform: translateX(-50%); }

/* HOME */
.section {
  overflow: hidden; }

.section--grey {
  background-color: #F2F2F2; }

body.rental .section__title {
  font-size: 24px;
  line-height: 1.208em; }

.section__title {
  font-family: "Monty", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #2D3032;
  text-align: center;
  margin-bottom: 15px; }
  @media (min-width: 1025px) {
    .section__title {
      font-size: 29px;
      margin-bottom: 25px; } }

.section--hero .item {
  background: url(../media/home/hero-slider.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  display: block; }
  @media (min-width: 1025px) {
    .section--hero .item {
      position: relative; } }
  .section--hero .item figure {
    display: none; }
    @media (min-width: 1025px) {
      .section--hero .item figure {
        display: block;
        text-align: center;
        position: relative; }
        .section--hero .item figure img {
          display: inline-block;
          width: 100%; }
        .section--hero .item figure iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
    .section--hero .item figure img {
      visibility: hidden; }

.section--hero .item__intro {
  text-align: left;
  padding: 60px 0 120px;
  color: white;
  position: relative;
  z-index: 2; }
  @media (min-width: 1025px) {
    .section--hero .item__intro {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      padding: 0 !important; }
      .section--hero .item__intro .container {
        height: 100%;
        overflow: hidden; } }
  .section--hero .item__intro .container {
    padding: 0 20px; }
    @media (min-width: 1025px) {
      .section--hero .item__intro .container {
        padding: 0; } }
  .section--hero .item__intro .inner {
    padding: 0; }
    @media screen and (min-width: 400px) {
      .section--hero .item__intro .inner {
        padding-right: 20px; } }
    @media (min-width: 768px) {
      .section--hero .item__intro .inner {
        padding: 0 70px; } }
    @media (min-width: 1025px) {
      .section--hero .item__intro .inner {
        position: relative;
        top: 50%;
        transform: translateY(-50%); } }
    @media (min-width: 1280px) {
      .section--hero .item__intro .inner {
        padding: 0 20px; } }
  .section--hero .item__intro p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 19px; }
    .section--hero .item__intro p a {
      color: white;
      opacity: 0.6;
      text-decoration: underline;
      white-space: nowrap; }
      @media (min-width: 1025px) {
        .section--hero .item__intro p a:hover {
          opacity: 1;
          color: #EDAA00; } }
  .section--hero .item__intro h2 {
    font-family: "Monty", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1; }
    @media (min-width: 1280px) {
      .section--hero .item__intro h2 {
        font-size: 85px; } }
    @media (max-width: 420px) {
      .section--hero .item__intro h2 {
        font-size: 40px; } }
    .section--hero .item__intro h2.long-heading {
      font-weight: 400; }
      @media (max-width: 767px) {
        .section--hero .item__intro h2.long-heading {
          font-size: 32px; } }
      @media (max-width: 500px) {
        .section--hero .item__intro h2.long-heading {
          font-size: 24px; } }
      @media (max-width: 400px) {
        .section--hero .item__intro h2.long-heading {
          font-size: 20px; } }
    .section--hero .item__intro h2 small {
      font-size: 28px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .section--hero .item__intro h2 small {
          font-size: 20px; } }
      @media (min-width: 1280px) {
        .section--hero .item__intro h2 small {
          font-size: 35px; } }
  .section--hero .item__intro h3 {
    font-family: "Monty", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 8px 0; }
    .section--hero .item__intro h3:first-child {
      margin-top: 0; }
    @media (min-width: 1280px) {
      .section--hero .item__intro h3 {
        font-size: 35px; } }
    .section--hero .item__intro h3 .regular {
      font-weight: 400; }
    .section--hero .item__intro h3 .xlight {
      font-weight: 200; }
  .section--hero .item__intro .orange {
    color: #EDAA00; }
  .section--hero .item__intro .brief {
    margin-top: 15px; }
  .section--hero .item__intro .button-wrapper {
    margin-top: 50px; }

.section--bundle .item {
  position: relative; }
  .section--bundle .item:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(283.47deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%); }

.section--bundle .item__intro {
  text-align: center;
  padding-bottom: 60px; }
  .section--bundle .item__intro .inner {
    padding: 10px 0; }
    @media (min-width: 1025px) {
      .section--bundle .item__intro .inner {
        left: 50%;
        transform: translate(-50%, -50%); } }
  .section--bundle .item__intro h3 {
    margin: 20px 0; }
    .section--bundle .item__intro h3:first-child {
      margin-top: 0; }

.home-slider .slick-track {
  display: flex;
  flex-direction: row; }
  .home-slider .slick-track .slick-slide {
    height: auto;
    display: flex;
    overflow: hidden; }
    .home-slider .slick-track .slick-slide > div {
      flex: 0 0 100%;
      display: flex; }
    .home-slider .slick-track .slick-slide .item {
      flex: 0 0 100%;
      background-repeat: no-repeat; }

@media (min-width: 1025px) {
  body.rental .section--latest-news {
    margin-top: 0; } }

.section--latest-news {
  background-color: black; }
  @media (min-width: 1025px) {
    .section--latest-news {
      margin-top: -5px; } }
  @media (min-width: 1025px) {
    .section--latest-news .container {
      padding-left: 130px;
      padding-right: 80px; } }
  .section--latest-news h3 {
    display: none;
    font-family: "Monty", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 23px;
    color: white;
    background-color: #0E1271;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -12px;
    height: 23px;
    padding: 0 10px 0 13px; }
    .section--latest-news h3:before {
      content: '';
      background-color: #0E1271;
      height: 23px;
      width: 10px;
      transform: skewX(-20deg);
      display: inline-block;
      position: absolute;
      left: 95%;
      top: 0; }
    @media (min-width: 1025px) {
      .section--latest-news h3 {
        display: block; } }
  .section--latest-news .item a {
    display: block;
    font-size: 12px;
    color: white;
    padding: 10px 15px; }
    @media (min-width: 768px) {
      .section--latest-news .item a {
        font-size: 13px; } }
    @media (min-width: 1025px) {
      .section--latest-news .item a {
        padding: 20px 15px; } }
  .section--latest-news .item span {
    vertical-align: middle;
    display: inline-block; }
  .section--latest-news .item .published-date {
    opacity: 0.6; }
  .section--latest-news .item .news {
    margin: 0 5px;
    max-width: calc(100% - 110px);
    overflow: hidden;
    white-space: nowrap; }
    @media (min-width: 1025px) {
      .section--latest-news .item .news {
        margin: 0 15px;
        max-width: calc(100% - 180px); } }
  .section--latest-news .item .read-more {
    color: #EDAA00;
    font-family: "Monty", sans-serif;
    font-size: 12px;
    font-weight: 600; }
    @media (min-width: 1025px) {
      .section--latest-news .item .read-more:hover {
        opacity: 0.9; } }
  @media (min-width: 1025px) {
    .section--latest-news .slick-arrow {
      width: 14px;
      height: 14px;
      text-align: center; }
      .section--latest-news .slick-arrow:before {
        font-size: 14px;
        line-height: 14px; }
    .section--latest-news .slick-prev {
      left: auto;
      right: -40px;
      transform: rotate(90deg);
      top: auto;
      margin-top: 0;
      bottom: 50%; }
    .section--latest-news .slick-next {
      margin-top: 0;
      right: -40px;
      transform: rotate(90deg); }
    .section--latest-news .slick-prev,
    .section--latest-news .slick-next {
      opacity: 0.3; }
    .section--latest-news .news-slider:hover .slick-prev,
    .section--latest-news .news-slider:hover .slick-next {
      opacity: 1; } }

body.rental .section--explore {
  text-align: center;
  padding: 70px 20px;
  background-color: #F2F2F2; }
  @media (max-width: 991px) {
    body.rental .section--explore {
      padding: 50px 20px; } }
  body.rental .section--explore .container {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1230px; }
    @media (max-width: 991px) {
      body.rental .section--explore .container {
        padding-left: 0;
        padding-right: 0; } }
  body.rental .section--explore .slick-slider::before {
    display: none; }
  body.rental .section--explore .slick-slider::after {
    display: none; }
  body.rental .section--explore .slick-prev {
    left: -50px; }
  body.rental .section--explore .slick-next {
    right: -50px; }
  body.rental .section--explore .btn {
    font-size: 13px;
    line-height: 1.23em;
    padding: 17px 16px;
    min-width: 165px;
    letter-spacing: 3px;
    margin-top: 20px; }
    @media (max-width: 991px) {
      body.rental .section--explore .btn {
        margin-top: 50px; } }
  @media (min-width: 1025px) {
    body.rental .section--explore .product-list .item {
      width: auto !important;
      display: block !important; } }
  body.rental .section--explore .product-list img {
    max-width: 100%; }

.section--explore {
  padding: 40px 20px; }
  @media (min-width: 768px) {
    .section--explore {
      padding: 40px 0; } }
  @media (min-width: 1025px) {
    .section--explore {
      background-color: #F2F2F2;
      padding: 70px 0; } }
  .section--explore .product-list {
    border-top: 1px solid #F2F2F2;
    border-left: 1px solid #F2F2F2;
    text-align: center; }
    @media (min-width: 1025px) {
      .section--explore .product-list {
        border: none; } }
    .section--explore .product-list .item {
      float: left;
      width: 50%;
      text-align: center;
      border-right: 1px solid #F2F2F2;
      border-bottom: 1px solid #F2F2F2; }
      @media (min-width: 768px) {
        .section--explore .product-list .item {
          width: 20%; } }
      @media (min-width: 1025px) {
        .section--explore .product-list .item {
          border: none;
          width: 240px !important;
          float: none;
          display: inline-block;
          vertical-align: top; } }
    .section--explore .product-list a {
      display: block;
      color: #2D3032;
      padding: 30px 20px 70px;
      position: relative; }
      @media (min-width: 1025px) {
        .section--explore .product-list a {
          padding: 15px; }
          .section--explore .product-list a:hover {
            color: #EDAA00; }
            .section--explore .product-list a:hover i {
              color: #EDAA00; } }
    .section--explore .product-list img {
      max-width: 70%;
      display: inline-block; }
    .section--explore .product-list figcaption {
      display: block;
      font-size: 12px;
      line-height: 15px;
      font-family: "Monty", sans-serif;
      font-weight: 600;
      position: absolute;
      left: 0;
      bottom: 15px;
      width: 100%; }
      .section--explore .product-list figcaption i {
        color: #90949C;
        margin-left: 4px; }
      @media (min-width: 1025px) {
        .section--explore .product-list figcaption {
          font-size: 14px;
          line-height: 18px;
          position: static;
          margin-top: 15px; } }
  .section--explore .slick-slider:before, .section--explore .slick-slider:after {
    display: block;
    width: 100px;
    height: 100%;
    background-color: red;
    position: absolute;
    z-index: 1;
    top: 0; }
  .section--explore .slick-slider:before {
    left: 0;
    background: #f2f2f2;
    background: -webkit-linear-gradient(left, #f2f2f2, rgba(242, 242, 242, 0));
    background: -moz-linear-gradient(to right, #f2f2f2, rgba(242, 242, 242, 0));
    background: -o-linear-gradient(to right, #f2f2f2, rgba(242, 242, 242, 0));
    background: linear-gradient(to right, #f2f2f2, rgba(242, 242, 242, 0)); }
  .section--explore .slick-slider:after {
    right: 0;
    background: #f2f2f2;
    background: -webkit-linear-gradient(right, #f2f2f2, rgba(242, 242, 242, 0));
    background: -moz-linear-gradient(to left, #f2f2f2, rgba(242, 242, 242, 0));
    background: -o-linear-gradient(to left, #f2f2f2, rgba(242, 242, 242, 0));
    background: linear-gradient(to left, #f2f2f2, rgba(242, 242, 242, 0)); }
  .section--explore .slick-arrow {
    color: #2D3032; }
    @media (min-width: 1025px) {
      .section--explore .slick-arrow {
        opacity: 1; } }
  .section--explore .slick-prev {
    left: 10px; }
  .section--explore .slick-next {
    right: 10px; }

.section--promotion {
  padding: 32px 0; }
  @media (min-width: 768px) {
    .section--promotion {
      padding: 20px 0; } }
  @media (min-width: 1025px) {
    .section--promotion {
      padding: 50px 0; } }
  .section--promotion .promotion-list {
    text-align: center; }
    @media (min-width: 1280px) {
      .section--promotion .promotion-list {
        margin-left: -15px;
        margin-right: -15px; } }
  .section--promotion .item {
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 8px 20px;
    width: calc(100% - 40px);
    max-width: 353px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .section--promotion .item {
        width: 230px;
        margin: 20px 5px; } }
    @media (min-width: 1025px) {
      .section--promotion .item {
        width: 292px;
        margin: 20px 15px; } }
    @media (min-width: 1280px) {
      .section--promotion .item {
        width: 353px; } }
    .section--promotion .item.industry-item figure {
      background-size: contain;
      border: 10px solid #ffffff;
      position: relative; }
      .section--promotion .item.industry-item figure a {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
    .section--promotion .item figure {
      background-size: cover;
      background-color: #ffffff;
      background-position: center;
      background-repeat: no-repeat;
      height: 135px;
      position: relative;
      z-index: 1;
      transition: transform .3s ease-in; }
      .section--promotion .item figure a {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0; }
      .section--promotion .item figure:hover {
        transform: scale(1.03); }
      .section--promotion .item figure img {
        visibility: hidden;
        display: none; }
      @media (min-width: 768px) {
        .section--promotion .item figure {
          height: 150px; } }
      @media (min-width: 1025px) {
        .section--promotion .item figure {
          height: 195px; } }
    .section--promotion .item a {
      display: block;
      color: white; }
      .section--promotion .item a:hover {
        color: #EDAA00; }
    .section--promotion .item .description {
      background-color: #191919;
      color: white;
      padding: 12px 20px;
      position: relative;
      z-index: 2; }
      @media (min-width: 1025px) {
        .section--promotion .item .description {
          padding: 20px 25px; } }
      .section--promotion .item .description h3 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 600; }
        @media (min-width: 1025px) {
          .section--promotion .item .description h3 {
            font-size: 24px;
            line-height: 29px; } }
      .section--promotion .item .description p {
        margin: 10px 0 0;
        font-size: 12px;
        line-height: 15px;
        opacity: 0.5; }
        @media (min-width: 1025px) {
          .section--promotion .item .description p {
            font-size: 14px;
            line-height: 19px; } }

.section--news {
  padding: 40px 0; }
  @media (min-width: 1025px) {
    .section--news {
      padding: 70px 0; } }
  .section--news .no-results {
    margin-top: 260px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1025px) {
      .section--news .no-results {
        padding-left: 0;
        padding-right: 0; } }
  .section--news .news-list {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px; }
    @media (min-width: 640px) {
      .section--news .news-list {
        text-align: left;
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 1280px) {
      .section--news .news-list {
        margin-left: -15px;
        margin-right: -15px; } }
  .section--news .item {
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 353px;
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 10px auto; }
    @media (min-width: 640px) {
      .section--news .item {
        margin: 10px 20px;
        display: inline-block;
        vertical-align: top;
        max-width: calc((100% - 64px) / 2);
        margin: 14px; } }
    @media (min-width: 768px) {
      .section--news .item {
        max-width: calc((100% - 100px) / 3);
        margin: 20px 15px; } }
    .section--news .item figure {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 135px;
      position: relative;
      overflow: hidden; }
      .section--news .item figure a {
        display: block;
        min-height: 100%; }
        .section--news .item figure a:hover .hoverable {
          transform: scale(1.03); }
        .section--news .item figure a .hoverable {
          background-size: cover;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-position: 50% 50%;
          display: block;
          transition: transform .3s ease-in;
          position: absolute;
          background-position: center;
          z-index: 2; }
      .section--news .item figure img {
        visibility: hidden; }
      @media (min-width: 1025px) {
        .section--news .item figure {
          height: 190px; } }
    .section--news .item a {
      display: block;
      color: #2D3032; }
      .section--news .item a:hover {
        color: #EDAA00; }
      .section--news .item a.button {
        display: inline-block;
        color: white; }
        .section--news .item a.button:hover {
          color: #000;
          border-color: #edaa00;
          background-color: #edaa00; }
    .section--news .item .description {
      background-color: white;
      color: #2D3032;
      padding: 15px 20px 65px;
      position: relative; }
      @media (min-width: 1280px) {
        .section--news .item .description {
          padding: 20px 25px 70px; } }
      .section--news .item .description h3 {
        font-family: "Monty", sans-serif;
        font-size: 16px;
        font-weight: 500; }
        @media (min-width: 1025px) {
          .section--news .item .description h3 {
            font-size: 18px;
            line-height: 22px; } }
      .section--news .item .description p {
        margin: 10px 0 0;
        color: #8F8F8F;
        font-size: 14px;
        line-height: 22px; }
    .section--news .item .meta {
      border-top: 1px solid #E9EBEE;
      margin-top: 15px;
      font-size: 12px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 15px 20px; }
      .section--news .item .meta span, .section--news .item .meta a {
        display: inline-block;
        padding: 2px 6px; }
      .section--news .item .meta .type {
        font-family: "Monty", sans-serif;
        background-color: #0E1271;
        color: white;
        font-weight: 500; }
        .section--news .item .meta .type:hover {
          background-color: #030544; }
      .section--news .item .meta .category {
        font-family: "Monty", sans-serif;
        color: #0E1271; }
        .section--news .item .meta .category:hover {
          color: #EDAA00; }
      .section--news .item .meta .published-date {
        float: right;
        color: #2D3032;
        font-weight: 300; }
  .section--news .new--highlight .item figure {
    background-size: cover; }
  .section--news .new--highlight .item h3 {
    font-weight: 600; }
    @media (min-width: 768px) {
      .section--news .new--highlight .item h3 {
        font-size: 20px;
        line-height: 26px; } }
    @media (min-width: 1025px) {
      .section--news .new--highlight .item h3 {
        font-size: 24px;
        line-height: 29px; } }
  @media (min-width: 1025px) {
    .section--news .new--highlight .item p {
      font-size: 16px;
      line-height: 24px; } }
  .section--news .link-wrapper {
    text-align: center;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .section--news .link-wrapper {
        margin-top: 26px; } }
    @media (min-width: 1025px) {
      .section--news .link-wrapper {
        margin-top: 28px; } }
    .section--news .link-wrapper a {
      font-family: "Monty", sans-serif;
      font-size: 12px;
      font-weight: 600; }
  .section--news .item--video figure {
    position: relative; }
    .section--news .item--video figure .overlay {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 3;
      width: 100%;
      height: 100%;
      background: url(../media/play.svg) no-repeat center rgba(0, 0, 0, 0.6);
      background-size: 50px;
      transition: opacity 0.2s linear; }
      @media (min-width: 1280px) {
        .section--news .item--video figure .overlay {
          background-size: 60px; } }

::placeholder {
  color: #8f8f8f;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8f8f8f; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8f8f8f; }

.section--find {
  text-align: center;
  padding: 40px 0; }
  .section--find .find-form {
    padding: 0 40px;
    max-width: 400px;
    margin: 0 auto; }
    @media screen and (max-width: 320px) {
      .section--find .find-form {
        padding: 0 20px; } }
    @media (min-width: 768px) {
      .section--find .find-form {
        max-width: none; }
        .section--find .find-form > div {
          display: inline-block;
          vertical-align: top; } }
    @media (min-width: 1025px) {
      .section--find .find-form {
        display: inline-block;
        vertical-align: middle; } }
  .section--find h3 {
    font-size: 26px;
    font-family: "Monty", sans-serif;
    font-weight: 600;
    color: #20282B;
    margin-bottom: 30px; }
    @media (min-width: 1025px) {
      .section--find h3 {
        font-size: 29px;
        margin: 0;
        display: inline-block;
        vertical-align: middle; } }
  .section--find .input-form {
    position: relative;
    border: 1px solid #aaa; }
    @media (min-width: 768px) {
      .section--find .input-form {
        width: 290px; } }
    @media (min-width: 1025px) {
      .section--find .input-form {
        width: 380px; } }
    .section--find .input-form input {
      width: 100%;
      height: 50px;
      line-height: 1;
      outline: none;
      font: 16px "Open Sans", "Opens", sans-serif;
      padding: 0 40px 0 15px;
      color: #0E1271;
      border: none; }
      .section--find .input-form input::-webkit-input-placeholder {
        color: #8F8F8F; }
      .section--find .input-form input:focus::-webkit-input-placeholder {
        color: transparent; }
    .section--find .input-form button {
      position: absolute;
      top: 10px;
      right: 13px;
      font-size: 20px;
      color: #0E1271;
      border: none;
      background: none;
      outline: none;
      padding: 0; }
  .section--find .find-by-location {
    margin-top: 5px; }
    .section--find .find-by-location p {
      margin-bottom: 5px;
      font-size: 12px; }
    @media (min-width: 768px) {
      .section--find .find-by-location {
        margin-top: 0; }
        .section--find .find-by-location p {
          display: inline-block;
          margin: 0 10px; } }
  .section--find .button {
    width: 100%;
    padding: 0 0 0 3px; }
    @media (min-width: 768px) {
      .section--find .button {
        width: 290px; } }
    @media screen and (max-width: 320px) {
      .section--find .button {
        font-size: 11px; } }

.section-industries {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 22px;
  padding-left: 15px;
  padding-right: 15px; }
  .section-industries.section--contact-editable {
    padding-left: 0;
    padding-right: 0; }
  .section-industries.section--promotion .promotion-list {
    text-align: left; }
    .section-industries.section--promotion .promotion-list.center-list {
      text-align: center; }
    @media (max-width: 1024px) {
      .section-industries.section--promotion .promotion-list {
        text-align: center; } }
  .section-industries h1 {
    font-size: 29px;
    line-height: 35px;
    color: #2d3032;
    margin: 0 0 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Monsterrat', sans-serif; }
  .section-industries .promotion-list {
    margin-top: 40px; }

.section-magazine-detail {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 22px;
  padding-left: 15px;
  padding-right: 15px; }
  .section-magazine-detail.section--news {
    padding-top: 40px; }
    .section-magazine-detail.section--news .item {
      display: block;
      max-width: none;
      width: auto;
      margin: 0;
      box-shadow: none;
      margin: 0; }
      .section-magazine-detail.section--news .item .meta {
        position: relative;
        bottom: auto;
        left: auto;
        width: auto;
        padding: 0;
        border: none;
        margin: 0 0 30px;
        font-size: 12px;
        line-height: 15px; }
        .section-magazine-detail.section--news .item .meta a.category {
          color: #2d3032; }
        .section-magazine-detail.section--news .item .meta .type + .published-date {
          margin-left: 7px; }
        .section-magazine-detail.section--news .item .meta .published-date {
          float: none;
          text-transform: uppercase;
          position: relative;
          padding-left: 7px;
          font-weight: 300; }
          .section-magazine-detail.section--news .item .meta .published-date:before {
            content: '';
            width: 1px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background: #2d3032;
            height: 16px; }
  .section-magazine-detail.section--promotion .promotion-list {
    text-align: left; }
    .section-magazine-detail.section--promotion .promotion-list.center-list {
      text-align: center; }
  .section-magazine-detail h1 {
    font-size: 29px;
    line-height: 35px;
    color: #2d3032;
    margin: 0 0 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Monsterrat', sans-serif; }
  .section-magazine-detail .iframe-wrapper {
    margin: 0 auto 40px;
    position: relative;
    width: 100%;
    padding-top: 70.3%; }
  .section-magazine-detail iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .section-magazine-detail .promotion-list {
    margin-top: 40px; }
  .section-magazine-detail.section--grey .container {
    max-width: 1270px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px; }
    .section-magazine-detail.section--grey .container h2 {
      color: #2d3032;
      margin: 0 0 50px;
      text-transform: uppercase;
      font-size: 29px;
      line-height: 35px; }
    .section-magazine-detail.section--grey .container .slick-list {
      margin-left: 40px;
      margin-right: 40px; }
      .section-magazine-detail.section--grey .container .slick-list .slick-slide {
        margin-left: 15px;
        margin-right: 15px; }
    .section-magazine-detail.section--grey .container .slick-arrow {
      opacity: 1;
      color: black; }
      .section-magazine-detail.section--grey .container .slick-arrow.slick-disabled {
        color: rgba(0, 0, 0, 0.1); }
    .section-magazine-detail.section--grey .container .slick-dots {
      position: relative;
      left: auto;
      bottom: auto; }
      .section-magazine-detail.section--grey .container .slick-dots li button {
        background: rgba(143, 143, 143, 0.3);
        border: 0; }
      .section-magazine-detail.section--grey .container .slick-dots li.slick-active button {
        background: #8f8f8f; }
  .section-magazine-detail.section--grey .brochures-list .brochure-item {
    margin: 0;
    text-align: left; }
  .section-magazine-detail.section--grey .link-wrapper {
    margin-top: 17px; }
    .section-magazine-detail.section--grey .link-wrapper a {
      font-weight: 600;
      font-size: 12px;
      line-height: 15px; }

.section--news-press {
  background: #f2f2f2 url("../media/new/bg-top.jpg") no-repeat center top;
  background-size: cover;
  padding: 0 20px;
  position: relative;
  margin-bottom: -240px; }
  @media (min-width: 768px) {
    .section--news-press {
      margin-bottom: -320px; } }
  .section--news-press.gradient:before {
    z-index: 0; }
  @media (min-width: 1025px) {
    .section--news-press {
      margin-bottom: -420px; }
      .section--news-press:after {
        content: '';
        background: #f2f2f2;
        width: 100%;
        height: 22%;
        z-index: 0;
        position: absolute;
        bottom: 0;
        left: 0; } }
  .section--news-press.section---news {
    padding-bottom: 0; }
  .section--news-press .new__top {
    padding: 25px 0 210px;
    position: relative; }
    @media (min-width: 1025px) {
      .section--news-press .new__top {
        padding: 25px 0 325px;
        margin-top: 43px; } }
  .section--news-press h2 {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 40px; }
    @media (min-width: 1025px) {
      .section--news-press h2 {
        font-size: 29px;
        line-height: 35px;
        margin-bottom: 43px; } }
  @media (min-width: 1025px) {
    .section--news-press .input-form {
      position: absolute;
      top: 90px;
      right: 20px; } }
  .section--news-press .input-form input {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #fff;
    background: none;
    outline: none;
    padding-left: 10px;
    border: none;
    height: 20px;
    font-weight: 500; }
  .section--news-press .input-form button {
    background: none;
    padding: 0;
    vertical-align: middle;
    border: none;
    color: #EDAA00;
    font-size: 20px; }

.new-cate {
  font-size: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 2; }
  @media (min-width: 1025px) {
    .new-cate {
      margin-bottom: 0;
      margin-left: 20px; } }
  .new-cate li {
    display: inline-block;
    vertical-align: top; }
    .new-cate li + li {
      margin-left: 25px; }
    @media (max-width: 1024px) {
      .new-cate li {
        margin: 0 20px 20px 0; }
        .new-cate li + li {
          margin-left: 0; } }
  .new-cate a {
    font-size: 12px;
    line-height: 15px;
    color: #999; }
    @media (min-width: 1025px) {
      .new-cate a:hover {
        color: #EDAA00; } }

.section--category {
  background: #f2f2f2; }
  @media (min-width: 768px) {
    .section--category {
      padding: 70px 0 0; } }
  @media (min-width: 768px) {
    .section--category .new--highlight {
      padding: 0 20px;
      margin: 50px 0 0; }
      .section--category .new--highlight .description, .section--category .new--highlight figure {
        display: table-cell;
        width: 50%;
        vertical-align: top; }
      .section--category .new--highlight .description {
        padding: 35px 35px 5px; } }
  @media (min-width: 1025px) {
    .section--category .new--highlight {
      padding: 0; } }
  .section--category .new--highlight .item {
    background: #fff;
    max-width: 100%; }
    @media (min-width: 768px) {
      .section--category .new--highlight .item {
        display: table;
        min-height: 300px;
        width: 100%;
        max-width: none;
        margin: 0; } }

.cate {
  font-size: 0;
  padding: 0 20px; }
  @media (min-width: 1025px) {
    .cate {
      padding: 0; } }

.cate__block {
  padding: 20px 18px 25px;
  box-shadow: 0 0 5px #aaa;
  overflow: hidden;
  margin: 20px 0  40px;
  background: #fff; }
  @media (min-width: 768px) {
    .cate__block {
      padding: 20px 20px 25px;
      display: inline-block;
      vertical-align: top;
      margin: 50px 0;
      width: 31.24%; }
      .cate__block + .cate__block {
        margin-left: 3.14%; } }

.title--dash {
  overflow: hidden;
  font-family: "Monty", sans-serif; }
  .title--dash span {
    display: inline-block;
    color: #2D3032;
    padding-right: 10px;
    position: relative; }
    .title--dash span:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 100%;
      height: 2px;
      width: 1000px;
      background: #EDAA00; }

.cate__title {
  margin-bottom: 20px; }
  .cate__title span {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px; }

.cate__item {
  margin-bottom: 25px; }
  @media (min-width: 1025px) {
    .cate__item:hover figure img {
      transform: scale(1.03); } }
  .cate__item.item--square-image figure a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%; }
    .cate__item.item--square-image figure a:hover .hoverable {
      transform: translateX(-50%) translateY(-50%) scale(1.03); }
    .cate__item.item--square-image figure a .hoverable {
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      background-position: 50% 0;
      transform: translateX(-50%) translateY(-50%);
      width: 100%;
      height: 100%;
      z-index: 1;
      transition: all .3s ease-in; }
    .cate__item.item--square-image figure a .overlay {
      z-index: 2; }
    .cate__item.item--square-image figure a img {
      display: none; }
  .cate__item.item--big {
    padding-bottom: 22px;
    border-bottom: 2px solid #E9EBEE; }
    @media (min-width: 1025px) {
      .cate__item.item--big {
        min-height: 240px; } }
    .cate__item.item--big figure {
      margin-bottom: 20px; }
    .cate__item.item--big figure, .cate__item.item--big .cate__desc {
      float: none;
      width: 100%;
      margin-right: 0; }
    .cate__item.item--big .overlay {
      background-size: 60px; }
    .cate__item.item--big p {
      display: block; }
      @media (min-width: 1025px) {
        .cate__item.item--big p {
          font-size: 14px;
          line-height: 22px; } }
    .cate__item.item--big h3 {
      line-height: 19px; }
      @media (min-width: 1025px) {
        .cate__item.item--big h3 {
          font-size: 18px;
          line-height: 22px; } }
  .cate__item.item--small figure a {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden; }
  .cate__item.item--small figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    width: auto;
    max-width: none; }
  .cate__item figure {
    width: 28.76%;
    position: relative;
    float: left;
    margin-right: 16px; }
    .cate__item figure img {
      width: 100%; }
    .cate__item figure .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../media/play.svg) no-repeat center rgba(0, 0, 0, 0.6);
      background-size: 35px;
      transition: opacity 0.2s linear; }
  .cate__item .cate__desc {
    float: left;
    width: 51.47%; }
  .cate__item h3 {
    color: #2D3032;
    font-size: 16px;
    font-family: "Monty", sans-serif;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px; }
    .cate__item h3 a {
      color: #2D3032; }
      @media (min-width: 1025px) {
        .cate__item h3 a:hover {
          color: #EDAA00; } }
  .cate__item p {
    display: none;
    color: #90949C;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px; }
  .cate__item .meta {
    font-size: 12px;
    line-height: 20px; }
  .cate__item .category {
    color: #0E1271;
    margin-right: 10px;
    font-family: "Monty", sans-serif;
    font-weight: 500;
    text-transform: uppercase; }
  .cate__item .published-date {
    color: #2D3032;
    font-weight: 300; }

.cate__bottom {
  border-top: 2px solid #E9EBEE;
  padding: 15px 0 0;
  text-align: right; }
  .cate__bottom a {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    position: relative;
    font-weight: 600;
    font-family: "Monty", sans-serif; }
  .cate__bottom i {
    font-size: 14px; }

.section--brochures {
  background: #f2f2f2;
  padding: 0 20px 40px; }
  @media (min-width: 1025px) {
    .section--brochures {
      padding: 0 0px 40px; } }

.brochures {
  overflow: hidden;
  background: #fff;
  padding: 20px 18px 25px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }
  @media (min-width: 1025px) {
    .brochures {
      padding: 20px 22px 39px; } }
  .brochures figure {
    position: relative; }
    .brochures figure img {
      width: 100%;
      transition: 0.5s; }
    .brochures figure a {
      color: #fff;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .brochures figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Monty", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; }
    @media (min-width: 1025px) {
      .brochures figcaption {
        white-space: nowrap;
        font-size: 16px;
        line-height: 20px; } }
  .brochures h3 {
    position: relative;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 27px; }
    @media (min-width: 374px) {
      .brochures h3 {
        font-size: 22px; } }
    .brochures h3 a {
      background: #fff;
      padding-left: 10px;
      color: #0E1271;
      font-family: "Monty", sans-serif;
      font-size: 12px;
      font-weight: 600;
      line-height: 15px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
      @media (min-width: 1025px) {
        .brochures h3 a:hover {
          color: #EDAA00; } }
    .brochures h3 span:after {
      display: none; }
      @media (min-width: 768px) {
        .brochures h3 span:after {
          display: block; } }

.brochures__wrapper {
  margin: 0 -3px; }
  @media (min-width: 768px) {
    .brochures__wrapper {
      margin: 0 -9.5px; } }
  .brochures__wrapper .item {
    margin: 5px 3px;
    display: inline-block;
    vertical-align: top;
    width: 47%;
    height: auto; }
    @media (min-width: 374px) {
      .brochures__wrapper .item {
        width: 145px;
        height: 195px; } }
    @media (min-width: 1025px) {
      .brochures__wrapper .item {
        margin: 5px 9px;
        width: 14.96%;
        width: 165px;
        height: 222px; }
        .brochures__wrapper .item:hover img {
          transform: scale(1.03); }
        .brochures__wrapper .item:hover a {
          color: #EDAA00; } }

.section--subscribe {
  background: url("../media/new/bg_subscribe.jpg") no-repeat;
  background-size: cover;
  padding: 60px 20px; }
  @media (min-width: 1025px) {
    .section--subscribe {
      padding: 0; } }

@media (min-width: 1025px) {
  .subscribe__wrapper {
    margin: 237px 0 431px; } }

.subscribe__wrapper label {
  font-family: "Monty", sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  margin-bottom: 10px;
  display: inline-block; }

.subscribe__wrapper h2 {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-family: "Monty", sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 200; }
  @media (min-width: 1025px) {
    .subscribe__wrapper h2 {
      font-size: 40px;
      line-height: 49px; } }

.subscribe__wrapper p {
  opacity: 0.6;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 40px; }
  @media (min-width: 1025px) {
    .subscribe__wrapper p {
      font-size: 16px;
      line-height: 24px; } }

.subscribe__wrapper input {
  width: 100%;
  font-size: 16px; }

@media (min-width: 1025px) {
  .subscribe__wrapper .input--name {
    width: 150px;
    margin-right: 10px; } }

.subscribe__wrapper .subscribe__form {
  font-size: 0; }
  .subscribe__wrapper .subscribe__form > * {
    display: inline-block;
    vertical-align: middle; }

.subscribe__wrapper input {
  border: 1px solid #FFFFFF;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.6); }

.subscribe__wrapper .input-form {
  margin-bottom: 25px;
  width: 100%; }
  @media (min-width: 1025px) {
    .subscribe__wrapper .input-form {
      width: auto; } }

.subscribe__wrapper .button {
  width: 100%;
  margin-top: 5px; }
  @media (min-width: 1025px) {
    .subscribe__wrapper .button {
      margin-top: 0;
      max-width: 174px; } }

@media (min-width: 1025px) {
  .subscribe__wrapper .input--email {
    width: 210px;
    margin-right: 20px; } }

.section-news-detail {
  padding-left: 15px;
  padding-right: 15px; }
  .section-news-detail.section--news {
    padding-top: 40px; }
    .section-news-detail.section--news .item {
      max-width: none;
      width: auto;
      margin: 0;
      box-shadow: none;
      margin: 0; }
      .section-news-detail.section--news .item .meta {
        position: relative;
        bottom: auto;
        left: auto;
        width: auto;
        padding: 0;
        border: none;
        margin: 0 0 30px;
        font-size: 12px;
        line-height: 15px; }
        .section-news-detail.section--news .item .meta a.category {
          color: #2d3032; }
        .section-news-detail.section--news .item .meta .type + .published-date {
          margin-left: 7px; }
        .section-news-detail.section--news .item .meta .published-date {
          float: none;
          text-transform: uppercase;
          position: relative;
          padding-left: 7px;
          font-weight: 300; }
          .section-news-detail.section--news .item .meta .published-date:before {
            content: '';
            width: 1px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background: #2d3032;
            height: 16px; }

.centered-heading {
  margin-top: -34px;
  text-align: center;
  padding-top: 148px;
  padding-bottom: 148px;
  position: relative;
  background-size: cover; }
  .centered-heading h1 {
    color: #ffffff;
    max-width: 700px;
    margin: 0 auto;
    font-size: 26px;
    line-height: 38px;
    font-weight: 600;
    font-family: 'Monsterrat', sans-serif; }
    @media (min-width: 1025px) {
      .centered-heading h1 {
        font-size: 40px;
        line-height: 52px; } }

.wrapper-news {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  color: #8f8f8f;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Open Sans', 'Opens', sans-serif; }
  .wrapper-news h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    line-height: 34px;
    font-weight: 400;
    margin: 0 0 25px;
    color: #2d3032; }
  .wrapper-news h3 {
    color: #2d3032;
    font-weight: 600;
    font-family: 'Monsterrat', sans-serif;
    margin: 60px 0 20px;
    font-size: 24px;
    line-height: 29px; }
  .wrapper-news p {
    margin: 0 0 24px; }
  .wrapper-news hr {
    border-top: 2px solid #cccccc;
    margin: 60px 0 30px; }

.breadcumb-with-bg {
  z-index: 3;
  position: relative; }

.section--breadcumb.breadcumb-with-bg {
  background: rgba(6, 6, 6, 0.85); }

.offer-region {
  padding: 94px 20px;
  margin-top: -40px;
  z-index: 1;
  position: relative;
  border-bottom: 10px solid #EDAA00;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%; }
  @media (min-width: 1025px) {
    .offer-region {
      min-height: 400px; } }
  .offer-region .offer-list {
    white-space: nowrap; }
  .offer-region .wrap-box {
    color: #FFFFFF;
    max-width: 459px;
    width: 100%;
    padding: 21px;
    background-color: rgba(14, 19, 113, 0.9); }
    .offer-region .wrap-box .title-box {
      font-family: 'Monty', sans-serif;
      font-size: 24px;
      font-weight: bold;
      line-height: 32px; }
      @media (max-width: 390px) {
        .offer-region .wrap-box .title-box {
          font-size: 22px; } }
    .offer-region .wrap-box .description-box {
      font-family: 'Open Sans', 'Opens', san-serif;
      font-size: 14px;
      line-height: 19px;
      margin-top: 5px; }
    .offer-region .wrap-box .select-wrapper {
      width: 100%;
      max-width: 244px;
      color: #1f1f1f;
      margin-top: 20px; }
      .offer-region .wrap-box .select-wrapper span {
        margin-left: 8px; }
    .offer-region .wrap-box .styled-select select {
      background: transparent;
      border: none;
      font-size: 14px;
      height: 29px;
      padding: 10px;
      max-width: 268px;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: ''; }
    .offer-region .wrap-box .styled-select select::-ms-expand {
      display: none; }
    .offer-region .wrap-box .styled-select.slate {
      background: #fff;
      height: 50px;
      max-width: 244px;
      overflow: hidden;
      position: relative;
      margin-top: 20px;
      margin-bottom: 10px; }
      .offer-region .wrap-box .styled-select.slate:after {
        content: "\F0D7";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        display: block;
        font: normal normal normal 18px/1 FontAwesome;
        color: #1f1f1f; }
    .offer-region .wrap-box .styled-select.slate select {
      border: none;
      font-size: 13px;
      height: 50px;
      width: 244px;
      font-weight: 600;
      z-index: 2;
      position: relative;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: ''; }
    .offer-region .wrap-box .styled-select.slate select::-ms-expand {
      display: none; }
  @media (min-width: 1025px) {
    .offer-region {
      padding: 88px 0; }
      .offer-region .wrap-box {
        padding: 32px 35px 40px;
        max-width: 470px; }
        .offer-region .wrap-box .title-box {
          font-size: 40px;
          line-height: 49px; } }

.offer-current {
  padding: 40px 0 14px;
  text-align: center; }
  .offer-current .left-list {
    text-align: left; }
  @media (min-width: 1025px) {
    .offer-current {
      padding: 70px 0 14px; } }
  .offer-current .heading h3 {
    color: #2D3032;
    font-family: 'Monty', sans-serif;
    font-size: 29px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    margin-bottom: 29px; }
  .offer-current .offer-list {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0 15px; }
  @media (min-width: 768px) {
    .offer-current .offer-list {
      margin: 0 auto;
      max-width: 730px;
      padding: 0; } }
  @media (min-width: 1025px) {
    .offer-current .offer-list {
      max-width: 100%; } }
  .offer-current .offer-item {
    text-align: left;
    margin: 14px 5px;
    max-width: 45%;
    width: 100%;
    display: inline-block;
    vertical-align: top; }
    .offer-current .offer-item.item-1 figure {
      background-image: url(../media/offers-landing/offer1.png); }
    .offer-current .offer-item.item-2 figure {
      background-image: url(../media/offers-landing/offer2.png); }
    .offer-current .offer-item.item-3 figure {
      background-image: url(../media/offers-landing/offer3.png); }
    .offer-current .offer-item.item-4 figure {
      background-image: url(../media/offers-landing/offer4.png); }
    .offer-current .offer-item.item-5 figure {
      background-image: url(../media/offers-landing/offer5.png); }
    .offer-current .offer-item.item-6 figure {
      background-image: url(../media/offers-landing/offer6.png); }
    .offer-current .offer-item.item-7 figure {
      background-image: url(../media/offers-landing/offer7.png); }
    .offer-current .offer-item.item-8 figure {
      background-image: url(../media/offers-landing/offer8.png); }
    @media (min-width: 374px) {
      .offer-current .offer-item {
        max-width: 159px; } }
    @media (min-width: 768px) {
      .offer-current .offer-item {
        margin: 14px;
        max-width: 267px; } }
    @media (min-width: 1025px) {
      .offer-current .offer-item {
        margin: 20px 5px; } }
    @media (min-width: 1280px) {
      .offer-current .offer-item {
        margin: 20px 6px 44px; } }
    @media screen and (max-width: 375px) {
      .offer-current .offer-item {
        text-align: left;
        margin: 10px 0;
        max-width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-left: 0.5%;
        padding: 0 3px; } }
    .offer-current .offer-item figure {
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      height: auto;
      position: relative; }
      .offer-current .offer-item figure img {
        visibility: hidden;
        height: auto; }
      @media (min-width: 1025px) {
        .offer-current .offer-item figure {
          height: 182px; }
          .offer-current .offer-item figure img {
            visibility: hidden;
            display: block;
            height: 182px;
            max-width: 100%; } }
      .offer-current .offer-item figure .new-label {
        color: #FFFFFF;
        font-family: 'Monty', sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        background-color: #CF0925;
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 12px;
        padding: 2px 9px;
        text-transform: uppercase; }
      .offer-current .offer-item figure a:hover .hoverable {
        transform: translateX(-50%) translateY(-50%) scale(1.03); }
      .offer-current .offer-item figure a .hoverable {
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        background-position: 50% 50%;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: all .3s ease-in; }
      .offer-current .offer-item figure a .overlay {
        z-index: 2; }
    .offer-current .offer-item a {
      display: block;
      color: #2D3032; }
      .offer-current .offer-item a:hover {
        color: #EDAA00; }
    .offer-current .offer-item .description {
      background-color: white;
      color: #2D3032;
      padding: 14px 0 34px;
      position: relative; }
      @media (min-width: 1280px) {
        .offer-current .offer-item .description {
          padding: 14px 0 34px; } }
      .offer-current .offer-item .description h3 {
        font-family: "Monty", sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #2D3032;
        line-height: 19px; }
        @media (min-width: 1025px) {
          .offer-current .offer-item .description h3 {
            font-weight: 500; } }
      .offer-current .offer-item .description p {
        margin: 10px 0;
        color: #8F8F8F;
        font-size: 14px;
        line-height: 22px; }
    .offer-current .offer-item .view-more {
      color: #0e1271;
      font-family: 'Monty', sans-serif;
      font-size: 12px;
      font-weight: 600;
      line-height: 15px;
      text-transform: uppercase;
      position: absolute;
      width: 100%;
      bottom: 15px; }
  @media (min-width: 1025px) {
    .offer-current .offer-item:hover a img {
      transform: scale(1.03);
      opacity: 1; } }

.section-offer.hero--footer .item {
  background-image: url(../media/offers-landing/offers-footer.jpg); }

.section-offer.hero--footer .item__intro .inner {
  padding: 0; }

.section-offer.hero--footer .item__intro h3:first-child {
  margin-top: 3px; }

.section-offer.hero--footer form {
  margin-top: 36px; }
  .section-offer.hero--footer form label.error {
    position: absolute;
    color: red !important;
    width: 100%;
    left: 0;
    bottom: -20px; }

.section-offer.hero--footer .input-group-inline {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  margin-top: 15px; }
  .section-offer.hero--footer .input-group-inline .select-wrapper {
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.6); }
    .section-offer.hero--footer .input-group-inline .select-wrapper span {
      color: #333;
      font-weight: normal;
      font-size: 14px; }
  .section-offer.hero--footer .input-group-inline label {
    color: #FFFFFF;
    font-family: 'Monty', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px; }
  .section-offer.hero--footer .input-group-inline input {
    height: 50px;
    width: 100%;
    margin-top: 10px;
    padding: 15px;
    border: 1px solid #FFFFFF;
    background-color: rgba(255, 255, 255, 0.6); }
    .section-offer.hero--footer .input-group-inline input:focus {
      border: 1px solid #EDAA00;
      outline: none;
      color: #fff;
      background: rgba(237, 170, 0, 0.2); }
  .section-offer.hero--footer .input-group-inline.button-inline label {
    display: none; }
  .section-offer.hero--footer .input-group-inline.button-inline .button-wrapper {
    width: 100%;
    margin-top: 10px !important; }
    .section-offer.hero--footer .input-group-inline.button-inline .button-wrapper button {
      width: 100%; }

@media (min-width: 768px) {
  .section-offer.hero--footer .input-group-inline {
    width: 100%;
    max-width: 210px;
    margin-left: 0;
    margin-top: 0; }
    .section-offer.hero--footer .input-group-inline.full-name {
      max-width: 150px; }
    .section-offer.hero--footer .input-group-inline.button-inline label {
      display: block; }
    .section-offer.hero--footer .input-group-inline.button-inline .button-wrapper {
      width: auto;
      margin-left: 10px; } }

h2 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600; }

h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500; }

.content-generic {
  font-size: 16px;
  line-height: 24px;
  color: #8f8f8f;
  padding-left: 15px;
  padding-right: 15px; }
  .content-generic .container {
    max-width: 700px;
    padding-top: 45px;
    padding-bottom: 50px; }
  .content-generic h1 {
    color: #2d3032;
    font-size: 29px;
    line-height: 35px;
    font-weight: 600;
    margin: 0 0 20px; }
    .content-generic h1 + .sub-text {
      margin-top: -5px; }
  .content-generic h2 {
    color: #2d3032;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin: 60px 0 20px; }
  .content-generic h3 {
    color: #2d3032;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin: 40px 0 20px; }
  .content-generic .small {
    font-size: 14px;
    line-height: 22px; }
  .content-generic ul {
    margin: 0 0 20px; }
    .content-generic ul li {
      padding-left: 35px;
      position: relative; }
      .content-generic ul li:before {
        content: '\B7\A0';
        position: absolute;
        left: 15px;
        width: 20px; }
  .content-generic ol {
    margin: 0 0 20px; }
    .content-generic ol li {
      padding-left: 35px;
      position: relative; }
      .content-generic ol li:before {
        position: absolute;
        left: 15px;
        width: 20px; }
      .content-generic ol li:nth-of-type(1):before {
        content: 'a) '; }
      .content-generic ol li:nth-of-type(2):before {
        content: 'b) '; }
      .content-generic ol li:nth-of-type(3):before {
        content: 'c) '; }
      .content-generic ol li:nth-of-type(4):before {
        content: 'd) '; }
      .content-generic ol li:nth-of-type(5):before {
        content: 'e) '; }
      .content-generic ol li:nth-of-type(6):before {
        content: 'f) '; }
      .content-generic ol li:nth-of-type(7):before {
        content: 'g) '; }
      .content-generic ol li:nth-of-type(8):before {
        content: 'h) '; }
      .content-generic ol li:nth-of-type(9):before {
        content: 'i) '; }
      .content-generic ol li:nth-of-type(10):before {
        content: 'j) '; }
      .content-generic ol li:nth-of-type(11):before {
        content: 'k) '; }
      .content-generic ol li:nth-of-type(12):before {
        content: 'l) '; }
      .content-generic ol li:nth-of-type(13):before {
        content: 'm) '; }
      .content-generic ol li:nth-of-type(14):before {
        content: 'n) '; }
      .content-generic ol li:nth-of-type(15):before {
        content: 'o) '; }
      .content-generic ol li:nth-of-type(16):before {
        content: 'p) '; }
      .content-generic ol li:nth-of-type(17):before {
        content: 'q) '; }
      .content-generic ol li:nth-of-type(18):before {
        content: 'r) '; }
      .content-generic ol li:nth-of-type(19):before {
        content: 's) '; }
      .content-generic ol li:nth-of-type(20):before {
        content: 't) '; }
      .content-generic ol li:nth-of-type(21):before {
        content: 'u) '; }
      .content-generic ol li:nth-of-type(22):before {
        content: 'v) '; }
      .content-generic ol li:nth-of-type(23):before {
        content: 'w) '; }
      .content-generic ol li:nth-of-type(24):before {
        content: 'x) '; }
      .content-generic ol li:nth-of-type(25):before {
        content: 'y) '; }
      .content-generic ol li:nth-of-type(26):before {
        content: 'z) '; }
  .content-generic ol.numbers {
    counter-reset: li-counter; }
    .content-generic ol.numbers li {
      counter-increment: li-counter; }
      .content-generic ol.numbers li:before {
        content: counter(li-counter) ")"; }

ul.baseline-list {
  margin: 0 0 20px; }
  ul.baseline-list li {
    padding-left: 35px;
    position: relative; }
    ul.baseline-list li:before {
      content: '\B7\A0';
      position: absolute;
      left: 15px;
      width: 20px; }

ol.baseline-list {
  margin: 0 0 20px; }
  ol.baseline-list li {
    padding-left: 35px;
    position: relative; }
    ol.baseline-list li:before {
      position: absolute;
      left: 15px;
      width: 20px; }
    ol.baseline-list li:nth-of-type(1):before {
      content: 'a) '; }
    ol.baseline-list li:nth-of-type(2):before {
      content: 'b) '; }
    ol.baseline-list li:nth-of-type(3):before {
      content: 'c) '; }
    ol.baseline-list li:nth-of-type(4):before {
      content: 'd) '; }
    ol.baseline-list li:nth-of-type(5):before {
      content: 'e) '; }
    ol.baseline-list li:nth-of-type(6):before {
      content: 'f) '; }
    ol.baseline-list li:nth-of-type(7):before {
      content: 'g) '; }
    ol.baseline-list li:nth-of-type(8):before {
      content: 'h) '; }
    ol.baseline-list li:nth-of-type(9):before {
      content: 'i) '; }
    ol.baseline-list li:nth-of-type(10):before {
      content: 'j) '; }
    ol.baseline-list li:nth-of-type(11):before {
      content: 'k) '; }
    ol.baseline-list li:nth-of-type(12):before {
      content: 'l) '; }
    ol.baseline-list li:nth-of-type(13):before {
      content: 'm) '; }
    ol.baseline-list li:nth-of-type(14):before {
      content: 'n) '; }
    ol.baseline-list li:nth-of-type(15):before {
      content: 'o) '; }
    ol.baseline-list li:nth-of-type(16):before {
      content: 'p) '; }
    ol.baseline-list li:nth-of-type(17):before {
      content: 'q) '; }
    ol.baseline-list li:nth-of-type(18):before {
      content: 'r) '; }
    ol.baseline-list li:nth-of-type(19):before {
      content: 's) '; }
    ol.baseline-list li:nth-of-type(20):before {
      content: 't) '; }
    ol.baseline-list li:nth-of-type(21):before {
      content: 'u) '; }
    ol.baseline-list li:nth-of-type(22):before {
      content: 'v) '; }
    ol.baseline-list li:nth-of-type(23):before {
      content: 'w) '; }
    ol.baseline-list li:nth-of-type(24):before {
      content: 'x) '; }
    ol.baseline-list li:nth-of-type(25):before {
      content: 'y) '; }
    ol.baseline-list li:nth-of-type(26):before {
      content: 'z) '; }

ol.baseline-list-numbers {
  margin: 0 0 20px;
  counter-reset: li-counter; }
  ol.baseline-list-numbers li {
    padding-left: 35px;
    position: relative; }
    ol.baseline-list-numbers li:before {
      position: absolute;
      left: 15px;
      width: 20px; }
  ol.baseline-list-numbers li {
    counter-increment: li-counter; }
    ol.baseline-list-numbers li:before {
      content: counter(li-counter) ")"; }

ul.baseline-list-center {
  margin: 0 0 20px; }
  ul.baseline-list-center li {
    padding-left: 35px;
    position: relative; }
    ul.baseline-list-center li:before {
      content: '\B7\A0';
      position: absolute;
      left: 15px;
      width: 20px; }
  ul.baseline-list-center li {
    padding-left: initial; }
    ul.baseline-list-center li:before {
      position: relative;
      left: auto;
      display: inline-block;
      margin-right: 8px; }

ol.baseline-list-center {
  margin: 0 0 20px; }
  ol.baseline-list-center li {
    padding-left: 35px;
    position: relative; }
    ol.baseline-list-center li:before {
      position: absolute;
      left: 15px;
      width: 20px; }
    ol.baseline-list-center li:nth-of-type(1):before {
      content: 'a) '; }
    ol.baseline-list-center li:nth-of-type(2):before {
      content: 'b) '; }
    ol.baseline-list-center li:nth-of-type(3):before {
      content: 'c) '; }
    ol.baseline-list-center li:nth-of-type(4):before {
      content: 'd) '; }
    ol.baseline-list-center li:nth-of-type(5):before {
      content: 'e) '; }
    ol.baseline-list-center li:nth-of-type(6):before {
      content: 'f) '; }
    ol.baseline-list-center li:nth-of-type(7):before {
      content: 'g) '; }
    ol.baseline-list-center li:nth-of-type(8):before {
      content: 'h) '; }
    ol.baseline-list-center li:nth-of-type(9):before {
      content: 'i) '; }
    ol.baseline-list-center li:nth-of-type(10):before {
      content: 'j) '; }
    ol.baseline-list-center li:nth-of-type(11):before {
      content: 'k) '; }
    ol.baseline-list-center li:nth-of-type(12):before {
      content: 'l) '; }
    ol.baseline-list-center li:nth-of-type(13):before {
      content: 'm) '; }
    ol.baseline-list-center li:nth-of-type(14):before {
      content: 'n) '; }
    ol.baseline-list-center li:nth-of-type(15):before {
      content: 'o) '; }
    ol.baseline-list-center li:nth-of-type(16):before {
      content: 'p) '; }
    ol.baseline-list-center li:nth-of-type(17):before {
      content: 'q) '; }
    ol.baseline-list-center li:nth-of-type(18):before {
      content: 'r) '; }
    ol.baseline-list-center li:nth-of-type(19):before {
      content: 's) '; }
    ol.baseline-list-center li:nth-of-type(20):before {
      content: 't) '; }
    ol.baseline-list-center li:nth-of-type(21):before {
      content: 'u) '; }
    ol.baseline-list-center li:nth-of-type(22):before {
      content: 'v) '; }
    ol.baseline-list-center li:nth-of-type(23):before {
      content: 'w) '; }
    ol.baseline-list-center li:nth-of-type(24):before {
      content: 'x) '; }
    ol.baseline-list-center li:nth-of-type(25):before {
      content: 'y) '; }
    ol.baseline-list-center li:nth-of-type(26):before {
      content: 'z) '; }
  ol.baseline-list-center li {
    padding-left: initial; }
    ol.baseline-list-center li:before {
      position: relative;
      left: auto;
      display: inline-block;
      margin-right: 8px; }

ol.baseline-list-numbers-center {
  margin: 0 0 20px;
  counter-reset: li-counter; }
  ol.baseline-list-numbers-center li {
    padding-left: 35px;
    position: relative; }
    ol.baseline-list-numbers-center li:before {
      position: absolute;
      left: 15px;
      width: 20px; }
  ol.baseline-list-numbers-center li {
    counter-increment: li-counter; }
    ol.baseline-list-numbers-center li:before {
      content: counter(li-counter) ")"; }
  ol.baseline-list-numbers-center li {
    padding-left: initial; }
    ol.baseline-list-numbers-center li:before {
      position: relative;
      left: auto;
      display: inline-block;
      margin-right: 8px; }

.wrapper-search {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.section-search .heading {
  color: #2D3032;
  font-family: 'Monty', sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 35px;
  margin-top: 43px;
  text-transform: uppercase; }

.section-search .input-form {
  position: relative;
  border: 1px solid #aaa;
  margin-top: 20px; }
  .section-search .input-form input {
    width: 100%;
    height: 50px;
    outline: none;
    padding: 0 40px 0 15px;
    border: none;
    color: #2D3032;
    font-family: 'Open Sans', 'Opens', san-serif;
    font-size: 16px;
    line-height: 22px; }
  .section-search .input-form button {
    position: absolute;
    top: 10px;
    right: 13px;
    font-size: 20px;
    color: #0e1271;
    border: none;
    background: none;
    outline: none;
    padding: 0;
    transition: color .3s; }
    .section-search .input-form button:hover {
      color: #EDAA00; }

.section-search .wrapper-search-results {
  padding-bottom: 70px; }
  .section-search .wrapper-search-results .total-result-text {
    color: #20282B;
    font-family: 'Open Sans', 'Opens', san-serif;
    font-size: 12px;
    line-height: 22px;
    text-align: right;
    margin-top: 25px;
    margin-bottom: 25px; }
    .section-search .wrapper-search-results .total-result-text:after {
      clear: both;
      content: '';
      display: table; }
  .section-search .wrapper-search-results .result-group .result-item {
    width: 100%;
    margin-bottom: 49px; }
    .section-search .wrapper-search-results .result-group .result-item::after {
      display: block;
      content: "";
      clear: both; }
    .section-search .wrapper-search-results .result-group .result-item.with-thumb .result-content {
      width: 100%;
      float: left; }
    .section-search .wrapper-search-results .result-group .result-item .img-thumb {
      width: 100%;
      float: left;
      text-align: center; }
      .section-search .wrapper-search-results .result-group .result-item .img-thumb img {
        max-width: 160px;
        display: inline-block; }
      .section-search .wrapper-search-results .result-group .result-item .img-thumb .img {
        max-width: 160px;
        padding-top: 160px;
        display: block;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover; }
      @media (min-width: 768px) {
        .section-search .wrapper-search-results .result-group .result-item .img-thumb {
          width: 23%;
          float: left;
          text-align: left; } }
    .section-search .wrapper-search-results .result-group .result-item .result-content {
      width: 100%;
      display: inline-block; }
      .section-search .wrapper-search-results .result-group .result-item .result-content a:hover {
        color: #EDAA00 !important; }
      .section-search .wrapper-search-results .result-group .result-item .result-content .result-breadcumb .breadcumb li {
        display: inline-block;
        position: relative;
        margin-right: 20px;
        line-height: 17px;
        font-size: 12px; }
        .section-search .wrapper-search-results .result-group .result-item .result-content .result-breadcumb .breadcumb li:after {
          content: "/";
          display: inline-block;
          position: absolute;
          top: 1px;
          right: -15px;
          color: #2D3032; }
        .section-search .wrapper-search-results .result-group .result-item .result-content .result-breadcumb .breadcumb li:last-child::after {
          display: none; }
      .section-search .wrapper-search-results .result-group .result-item .result-content .result-breadcumb .breadcumb a {
        color: #2D3032;
        font-family: 'Open Sans', 'Opens', san-serif;
        font-size: 12px;
        line-height: 17px;
        margin-right: 20px; }
      .section-search .wrapper-search-results .result-group .result-item .result-content .result-title a {
        color: #2D3032;
        font-family: 'Monty', sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        margin-top: 10px;
        display: inline-block; }
      .section-search .wrapper-search-results .result-group .result-item .result-content .result-description {
        color: #8F8F8F;
        font-family: 'Open Sans', 'Opens', san-serif;
        font-size: 16px;
        line-height: 24px;
        display: inline-block;
        margin-top: 15px; }
        .section-search .wrapper-search-results .result-group .result-item .result-content .result-description .search-highlight {
          background-color: #FFF68F; }
    @media (min-width: 768px) {
      .section-search .wrapper-search-results .result-group .result-item.with-thumb .result-content {
        padding-left: 30px;
        width: 77%;
        float: left; } }
  .section-search .wrapper-search-results .list__pager li {
    margin: 0;
    margin-bottom: 4px; }
  @media (min-width: 768px) {
    .section-search .wrapper-search-results .list__pager li {
      margin: 0 4px;
      margin-bottom: 0; } }
  .section-search .wrapper-search-results .list__pager a {
    color: #ccc; }
    .section-search .wrapper-search-results .list__pager a:hover {
      color: #EDAA00; }

.section-services {
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  .section-services.section--contact-editable {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1025px) {
    .section-services.offer-region .wrap-box {
      max-width: 555px; } }
  .section-services.offer-region .button-wrapper {
    margin: 0; }
    .section-services.offer-region .button-wrapper .button {
      text-transform: uppercase;
      padding: 0 30px;
      margin-right: 15px;
      margin-top: 20px;
      text-align: center; }
      @media (max-width: 1030px) {
        .section-services.offer-region .button-wrapper .button {
          height: auto;
          font-size: 13px;
          line-height: 18px;
          padding: 16px 30px; } }
      .section-services.offer-region .button-wrapper .button.button-white {
        color: #ffffff;
        border-color: #ffffff; }
      .section-services.offer-region .button-wrapper .button:nth-last-of-type(1) {
        margin-right: 0; }
  .section-services.services-content .container {
    text-align: center;
    color: #8f8f8f;
    font-size: 16px;
    line-height: 24px; }
    .section-services.services-content .container.container-md {
      max-width: 750px;
      padding-top: 70px;
      padding-bottom: 46px; }
    .section-services.services-content .container.offer-current {
      padding-top: 0;
      text-align: left; }
      .section-services.services-content .container.offer-current .offer-list {
        padding-left: 0;
        padding-right: 0;
        text-align: center; }
        @media (min-width: 1025px) {
          .section-services.services-content .container.offer-current .offer-list {
            margin-left: -15px;
            margin-right: -15px;
            width: auto;
            max-width: none; } }
      @media (min-width: 1025px) {
        .section-services.services-content .container.offer-current {
          padding-left: 15px;
          padding-right: 15px; } }
      .section-services.services-content .container.offer-current .offer-item {
        width: calc(100% - 32px);
        max-width: 357px;
        max-width: calc((100% - 92px) / 3);
        margin-right: 15px;
        margin-left: 15px;
        text-align: left; }
        @media (max-width: 767px) {
          .section-services.services-content .container.offer-current .offer-item {
            max-width: calc((100% - 62px) / 2); } }
        @media (max-width: 450px) {
          .section-services.services-content .container.offer-current .offer-item {
            max-width: none;
            margin-right: 0;
            margin-left: 0; } }
    .section-services.services-content .container h1 {
      font-size: 29px;
      line-height: 35px;
      text-transform: uppercase;
      font-weight: 600;
      color: #2d3032;
      margin: 0 0 30px; }
    .section-services.services-content .container p {
      margin: 0 0 5px; }
    .section-services.services-content .container ul, .section-services.services-content .container ol {
      margin-bottom: 24px; }
  .section-services.section--grey {
    padding-top: 70px;
    padding-bottom: 50px; }
    .section-services.section--grey .heading {
      margin: 0 0 30px; }
      .section-services.section--grey .heading h3 {
        color: #2d3032;
        margin: 0; }
    .section-services.section--grey .container.container-md {
      padding-top: 0; }

.k-hero-banner {
  background-color: #000000;
  background-position: right bottom;
  background-repeat: no-repeat; }
  .k-hero-banner[data-position="left top"] {
    background-position: left top; }
  .k-hero-banner[data-position="left center"] {
    background-position: left center; }
  .k-hero-banner[data-position="left bottom"] {
    background-position: left bottom; }
  .k-hero-banner[data-position="center center"] {
    background-position: center center; }
  .k-hero-banner[data-position="right top"] {
    background-position: right top; }
  .k-hero-banner[data-position="right center"] {
    background-position: right center; }
  .k-hero-banner[data-position="right bottom"] {
    background-position: right bottom; }
  .k-hero-banner[data-position="center center"] {
    background-position: center center; }

.section--breadcumb li:last-child {
  opacity: 1; }

.section--breadcumb li:last-child:after {
  opacity: .5; }

#contact-form input[type="submit"] {
  background-color: #0e1271;
  border-color: #0e1271;
  color: #fff;
  padding: 0 32px 0 35px;
  width: auto;
  font-size: 13px; }

#contact-form input[type="submit"]:hover {
  background-color: #edaa00;
  color: #000;
  border: 2px solid #edaa00; }

#contact-form .thank-you {
  text-align: center;
  padding: 100px; }

#contact-form .thank-you i {
  color: #0e1271;
  font-size: 100px;
  margin: 35px; }

.ErrorLabel {
  display: none; }

.EditingFormErrorLabel {
  color: red !important;
  font-size: 12px !important;
  font-weight: normal !important; }

.icon-file-pdf {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 13px;
  font-size: 0;
  background: url(/app_themes/komatsu/media/file-pdf-o.png); }

.section--bundle .thank-you {
  font-size: 18px;
  padding: 20px 0;
  margin-top: 36px; }

#form-subscribe .button {
  cursor: pointer !important;
  border: 2px solid #edaa00 !important;
  height: 50px !important;
  padding: 0 32px 0 35px !important;
  margin-top: 0;
  background-color: rgba(237, 170, 0, 0.1) !important; }

#form-subscribe .button:hover {
  background-color: #edaa00 !important;
  color: #000 !important; }

#form-subscribe .EditingFormErrorLabel {
  position: absolute; }

#form-subscribe {
  margin-top: 36px; }

.select-wrapper span.EditingFormErrorLabel {
  margin-left: 0;
  line-height: normal; }

.section--news .item figure {
  background-size: cover; }

.gradient:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(283.47deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 20%, rgba(0, 0, 0, 0.9) 100%); }

@media (max-width: 1024px) {
  .gradient:before {
    background: rgba(0, 0, 0, 0.15); } }

.gradient > * {
  z-index: 2; }

.gradient > .faux-bg {
  z-index: 1; }

@media (min-width: 1025px) {
  .section--news-press .input-form {
    top: 96px; }
  .new__top .new-cate {
    margin-right: 220px; } }

@media (min-width: 768px) {
  .list__item {
    width: 29.5%; } }

.sub-general__relate h3 {
  color: #000; }

.new-cate a {
  color: #fff; }

.section--news-press .input-form {
  border: 1px solid #fff;
  padding-left: 7px; }

ol.baseline-list-numbers li {
  padding-left: 42px; }

ol.baseline-list-numbers li::before {
  width: 22px;
  text-align: right; }

.faq .baseline-list li {
  border-top: 0; }

@media (max-width: 420px) {
  .section--hero .item__intro h2 {
    font-size: 40px; } }

.home-slider .slick-track .slick-slide {
  overflow: hidden; }

@media (max-width: 450px) {
  .list__item-info li {
    white-space: normal; } }

@media (max-width: 1024px) {
  .new-cate li {
    margin: 0 20px 20px 0; }
  .new-cate li + li {
    margin-left: 0; } }

@media (min-width: 1025px) {
  .section--news-press.gradient:before {
    z-index: 0; } }

.section--news-press.gradient:before {
  z-index: 0; }

.section--news-press.gradient:after {
  content: '';
  background: #f2f2f2;
  width: 100%;
  height: 22%;
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0; }

.section--hero .item__intro .container {
  overflow: hidden; }

.section-services.services-content .container p {
  margin: 0 0 5px; }

.find__list {
  background: #f2f2f2;
  overflow-y: scroll;
  max-height: 300px; }

@media (max-width: 1024px) {
  .find__info {
    background-color: #fff; } }

@media (max-width: 1024px) {
  .find__map {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px; }
  .find__list {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px; } }

@media (max-width: 1024px) {
  .find__box {
    background-color: #d8d8d8; } }

table.kids-intro {
  max-width: 500px;
  width: 100%; }

table.kids-intro td img:hover {
  animation: rock;
  animation-duration: 5000; }

@keyframe rock {
  0% {
    transform: rotate(0); }
  25% {
    transform: rotate(2deg); }
  50% {
    transform: rotate(0); }
  75% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0); } }

@media (max-width: 767px) {
  table.kids-intro {
    display: block; }
  table.kids-intro tbody {
    display: block; }
  table.kids-intro tr {
    display: flex;
    flex-direction: column; }
  table.kids-intro td {
    display: block;
    width: 100%; }
  table.kids-intro tr:nth-of-type(odd) td:nth-of-type(1) {
    order: 2; }
  table.kids-intro tr:nth-of-type(odd) td:nth-of-type(2) {
    order: 1; }
  table.kids-intro td h2 {
    text-align: center !important; }
  table.kids-intro td p {
    text-align: center !important; } }

.thumb-info .brand-contact .phone {
  margin-right: 25px; }

.thumb-info .brand-contact .direct {
  margin-left: 0; }

@media (min-width: 1025px) {
  .sub__equipment .sub-general__browse {
    min-height: 212px; } }

@media (min-width: 1280px) {
  .section--hero .item__intro h3 {
    line-height: 1em; } }

.panel-group .controls {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 20px; }
  .panel-group .controls .control {
    display: block;
    position: relative; }
    .panel-group .controls .control [type="radio"], .panel-group .controls .control [type="checkbox"] {
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      border: 0;
      opacity: 0;
      width: 1px;
      height: 1px; }
      .panel-group .controls .control [type="radio"]:checked + label, .panel-group .controls .control [type="radio"]:checked + .label, .panel-group .controls .control [type="checkbox"]:checked + label, .panel-group .controls .control [type="checkbox"]:checked + .label {
        background-color: #0E1271;
        color: #ffffff; }
        .panel-group .controls .control [type="radio"]:checked + label:hover, .panel-group .controls .control [type="radio"]:checked + .label:hover, .panel-group .controls .control [type="checkbox"]:checked + label:hover, .panel-group .controls .control [type="checkbox"]:checked + .label:hover {
          color: #EDAA00; }
    .panel-group .controls .control label, .panel-group .controls .control .label {
      color: #0E1271;
      font-family: 'Monty', sans-serif;
      font-size: 13px;
      font-weight: bold;
      line-height: 16px;
      padding: 16px 36px;
      text-transform: uppercase;
      border: 2px solid #0E1271;
      background-color: rgba(255, 255, 255, 0);
      transition: all .3s;
      display: block;
      margin-bottom: 0;
      cursor: pointer; }
      .panel-group .controls .control label.active, .panel-group .controls .control .label.active {
        background-color: #0E1271;
        color: #ffffff; }
      .panel-group .controls .control label:hover, .panel-group .controls .control label.active:hover, .panel-group .controls .control .label:hover, .panel-group .controls .control .label.active:hover {
        background-color: #0E1271;
        color: #EDAA00; }

.panel-group .panel {
  display: none;
  margin: 0 0 20px; }

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