/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

.col-auto {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-sm-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-sm-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-sm-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-sm-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-sm-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-sm-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-sm-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-sm-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }

  .order-sm-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }

  .order-sm-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }

  .order-sm-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }

  .order-sm-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

  .order-sm-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }

  .order-sm-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }

  .order-sm-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }

  .order-sm-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }

  .order-sm-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }

  .order-sm-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }

  .order-sm-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }

  .order-sm-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }

  .order-sm-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }

  .order-sm-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-md-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-md-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-md-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-md-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-md-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-md-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-md-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-md-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }

  .order-md-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }

  .order-md-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }

  .order-md-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }

  .order-md-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

  .order-md-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }

  .order-md-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }

  .order-md-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }

  .order-md-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }

  .order-md-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }

  .order-md-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }

  .order-md-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }

  .order-md-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }

  .order-md-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }

  .order-md-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }

  .offset-md-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-lg-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-lg-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-lg-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-lg-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-lg-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-lg-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-lg-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-lg-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }

  .order-lg-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }

  .order-lg-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }

  .order-lg-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }

  .order-lg-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

  .order-lg-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }

  .order-lg-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }

  .order-lg-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }

  .order-lg-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }

  .order-lg-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }

  .order-lg-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }

  .order-lg-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }

  .order-lg-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }

  .order-lg-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }

  .order-lg-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-xl-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-xl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-xl-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-xl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-xl-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-xl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-xl-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-xl-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }

  .order-xl-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }

  .order-xl-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }

  .order-xl-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }

  .order-xl-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

  .order-xl-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }

  .order-xl-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }

  .order-xl-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }

  .order-xl-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }

  .order-xl-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }

  .order-xl-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }

  .order-xl-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }

  .order-xl-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }

  .order-xl-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }

  .order-xl-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66667%; } }
.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: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

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

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

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

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

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

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

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

.flex-grow-0 {
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

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

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

.justify-content-center {
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
              -ms-grid-row-align: auto !important;
          align-self: auto !important; }

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

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

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
              -ms-grid-row-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
              -ms-grid-row-align: stretch !important;
          align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }

  .flex-sm-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }

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

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

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }

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

  .flex-sm-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }

  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }

  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }

  .justify-content-sm-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }

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

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

  .align-items-sm-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }

  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }

  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }

  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }

  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }

  .flex-md-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }

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

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

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }

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

  .flex-md-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }

  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }

  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }

  .justify-content-md-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }

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

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

  .align-items-md-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }

  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }

  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }

  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }

  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }

  .flex-lg-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }

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

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

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }

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

  .flex-lg-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }

  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }

  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }

  .justify-content-lg-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }

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

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

  .align-items-lg-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }

  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }

  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }

  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }

  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }

  .flex-xl-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }

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

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

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }

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

  .flex-xl-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }

  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }

  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }

  .justify-content-xl-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }

  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }

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

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

  .align-items-xl-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }

  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }

  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }

  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }

  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !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; }

.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-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-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-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-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-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; } }
.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@charset "UTF-8";
@font-face {
  font-family: Playfair Display;
  src: url("/bundles/winewomenclub/fonts/Playfair_Display/PlayfairDisplay-Regular.ttf"); }
@font-face {
  font-family: Lato;
  src: url("/bundles/winewomenclub/fonts/Lato/Lato-Regular.ttf"); }
/* CSS Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, .payment-page .StripeElement, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

ul {
  list-style: none;
  list-style-position: outside; }

a {
  outline: none; }

/* Tell old browsers how to handle HTML5 elements */
header, footer, aside, nav, article {
  display: block; }

.heading-1 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  color: black;
  font-size: 48px; }

.heading-2 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  color: black;
  font-size: 42px; }

.heading-3, .no-results {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  color: black;
  font-size: 36px; }

.heading-4 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  color: black;
  font-size: 24px; }

.topic-title-1 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #B0976D;
  letter-spacing: 1px; }

.topic-title-2 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #B0976D;
  letter-spacing: 1px; }

@media (max-width: 507px) {
  .topic-title-1 {
    font-size: 20px; }

  .heading-2 {
    font-size: 40px; } }
.no-results {
  text-align: center;
  min-height: 300px;
  margin-top: 80px; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #B0976D;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: #9C8461; }

img[src=""] {
  display: block; }

p {
  line-height: 30px; }

.pull-right {
  float: right; }

.gold-separator {
  display: inline-block;
  min-width: 20px;
  max-width: 20px;
  height: 2px;
  background: #B0976D;
  margin: 0 15px 0 15px; }

html {
  height: 100%; }
  html body {
    height: 100%;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #000000; }
    html body > .wrapper {
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media only screen and (max-width: 1430px) {
        html body > .wrapper .container {
          padding-left: 40px;
          padding-right: 40px; } }
      html body > .wrapper .body-content {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-top: 136px; }
        @media only screen and (max-width: 1430px) {
          html body > .wrapper .body-content {
            margin-top: 60px; } }
  html .success-message, html .error-message {
    margin-top: 40px;
    color: #B0976D;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #B0976D;
    padding: 10px;
    border-radius: 4px; }
  html .error-message {
    border-color: #CC3D3D;
    color: #CC3D3D; }

.custom-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-right: -10px;
  margin-left: -10px; }
  .custom-row > *[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px; }
  .custom-row.custom-row-margin {
    margin-bottom: 20px; }
    .custom-row.custom-row-margin:first-of-type {
      margin-top: 20px; }

.custom-row-no-margin {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% + 0px);
  margin-right: 0px;
  margin-left: 0px; }
  .custom-row-no-margin > *[class*='col-'] {
    padding-left: 0px;
    padding-right: 0px; }
  .custom-row-no-margin.custom-row-margin {
    margin-bottom: 0px; }
    .custom-row-no-margin.custom-row-margin:first-of-type {
      margin-top: 0px; }

.custom-row-small {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-right: -5px;
  margin-left: -5px; }
  .custom-row-small > *[class*='col-'] {
    padding-left: 5px;
    padding-right: 5px; }
  .custom-row-small.custom-row-margin {
    margin-bottom: 10px; }
    .custom-row-small.custom-row-margin:first-of-type {
      margin-top: 10px; }

.btn {
  min-height: 52px;
  padding: 0 40px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 18px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  letter-spacing: 1px;
  text-align: center; }
  .btn:hover {
    color: white; }
  .btn.btn-disabled, .btn[disabled="disabled"] {
    opacity: 0.2;
    cursor: not-allowed; }
  .btn.btn-primary {
    background: #B0976D; }
    .btn.btn-primary:hover {
      background: #9C8461; }
  .btn.btn-secondary {
    background: #121212; }
    .btn.btn-secondary:hover {
      background: #000000; }
  @media (max-width: 507px) {
    .btn {
      font-size: 16px; } }

.form-default {
  padding-bottom: 100px; }
  .form-default > .container {
    max-width: 600px; }
  .form-default button[type="submit"] {
    margin-top: 30px; }

.lwwc-form .success-message, .lwwc-form html .error-message, html .lwwc-form .error-message, .lwwc-form .error-message {
  margin-bottom: 20px; }

form label {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  font-family: "Lato", sans-serif;
  display: block; }
form .help-block {
  color: #CC3D3D; }
  form .help-block li {
    margin-top: 10px; }
form .g-recaptcha {
  margin-bottom: 30px; }
form .help-block {
  color: #CC3D3D; }
  form .help-block li {
    margin-top: 10px; }
form .g-recaptcha {
  margin-bottom: 30px; }
form input, form .payment-page .StripeElement, .payment-page form .StripeElement, form select, form textarea {
  height: 52px;
  border: 1px solid #CACACA;
  background: white;
  padding: 0 20px;
  font-size: 16px;
  margin-top: 5px; }
  form input::-webkit-input-placeholder, form .payment-page .StripeElement::-webkit-input-placeholder, .payment-page form .StripeElement::-webkit-input-placeholder, form select::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
    opacity: 0.4; }
form textarea {
  height: 150px;
  padding: 10px; }
form select > option[value=""] {
  color: #95989A; }
form .lwwc-field {
  margin-top: 30px; }
  form .lwwc-field .data-help {
    color: #6c757d;
    font-size: 14px;
    margin-top: 5px; }
  form .lwwc-field.required label:after {
    content: ' *';
    font-weight: bold; }
  form .lwwc-field.has-error input, form .lwwc-field.has-error .payment-page .StripeElement, .payment-page form .lwwc-field.has-error .StripeElement {
    border-color: #CC3D3D; }
  form .lwwc-field input, form .lwwc-field .payment-page .StripeElement, .payment-page form .lwwc-field .StripeElement, form .lwwc-field select, form .lwwc-field textarea {
    width: 100%; }
form.full-input input, form.full-input .payment-page .StripeElement, .payment-page form.full-input .StripeElement, form.full-input select, form.full-input textarea {
  width: 100%; }

button {
  border: 0; }

.checkbox {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  /* on prépare le label */
  /* Aspect des checkboxes */
  /* :before sert à créer la case à cocher */
  /* Aspect général de la coche */
  /* Aspect si "pas cochée" */
  /* Aspect si "cochée" */
  /* aspect désactivée */
  /* styles de la coche (si cochée/désactivée) */
  /* on style aussi le label quand désactivé */
  /* aspect au focus de l'élément */ }
  .checkbox [type="checkbox"]:not(:checked),
  .checkbox [type="checkbox"]:checked {
    opacity: 0; }
  .checkbox [type="checkbox"]:not(:checked) + label,
  .checkbox [type="checkbox"]:checked + label {
    text-transform: lowercase;
    line-height: 19px;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-weight: normal; }
    .checkbox [type="checkbox"]:not(:checked) + label:first-letter,
    .checkbox [type="checkbox"]:checked + label:first-letter {
      text-transform: uppercase; }
  .checkbox [type="checkbox"]:not(:checked) + label:before,
  .checkbox [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: -12px;
    top: 0;
    width: 17px;
    height: 17px;
    /* dim. de la case */
    border: 1px solid #CACACA;
    border-radius: 3px;
    /* angles arrondis */ }
  .checkbox [type="checkbox"]:not(:checked) + label:after,
  .checkbox [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: -1px;
    left: -9px;
    font-size: 14px;
    color: #95989A;
    transition: all .2s;
    /* on prévoit une animation */ }
  .checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    /* coche invisible */
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    /* mise à l'échelle à 0 */ }
  .checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    /* coche opaque */
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    /* mise à l'échelle 1:1 */ }
  .checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
  .checkbox [type="checkbox"]:disabled:checked + label:before {
    border-color: #bbb;
    background-color: #ddd; }
  .checkbox [type="checkbox"]:disabled:checked + label:after {
    color: #999; }
  .checkbox [type="checkbox"]:disabled + label {
    color: #CACACA; }
  .checkbox [type="checkbox"]:checked:focus + label:before,
  .checkbox [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted blue; }

.big-number-field {
  background: #121212;
  color: white;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px; }
  .big-number-field div {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .big-number-field div input, .big-number-field div .payment-page .StripeElement, .payment-page .big-number-field div .StripeElement {
      min-width: 50px;
      padding: 0;
      color: inherit;
      font-size: inherit;
      background: inherit;
      margin: 0;
      border: 0;
      width: 100%;
      text-align: center;
      -moz-appearance: textfield; }
      .big-number-field div input::-webkit-outer-spin-button, .big-number-field div .payment-page .StripeElement::-webkit-outer-spin-button, .payment-page .big-number-field div .StripeElement::-webkit-outer-spin-button, .big-number-field div input::-webkit-inner-spin-button, .big-number-field div .payment-page .StripeElement::-webkit-inner-spin-button, .payment-page .big-number-field div .StripeElement::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .big-number-field div input:focus, .big-number-field div .payment-page .StripeElement:focus, .payment-page .big-number-field div .StripeElement:focus {
        outline: 0; }
  .big-number-field button {
    background: inherit;
    color: inherit;
    font-size: 24px;
    cursor: pointer;
    padding: 0 20px; }
    .big-number-field button:focus {
      outline: 0; }

.server-error-view {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background: white;
  text-align: center;
  padding: 150px 0; }
  .server-error-view .html-error-number {
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 15px; }
  .server-error-view .html-error-message {
    font-size: 16px;
    font-family: 'Lato'; }
  .server-error-view .error-description {
    display: block;
    margin-top: 40px; }
  .server-error-view .home-link {
    margin: 40px 0 50px 0;
    padding: 18px 45px;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Lato";
    font-weight: bold;
    line-height: normal;
    transition: all ease-in-out 0.2s; }
  .server-error-view .home-link:hover {
    color: #fff;
    background-color: #b0976d;
    border-color: #b0976d; }

#navigation {
  background: #121212;
  color: white;
  height: 136px;
  padding: 0 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 3;
  position: fixed;
  top: 0;
  width: 100%; }
  #navigation .navigation-logo {
    display: inline-block;
    min-width: 280px; }
    #navigation .navigation-logo img {
      width: 100%;
      height: 41px; }
      #navigation .navigation-logo img.mobile-logo {
        display: none; }
  #navigation a {
    cursor: pointer;
    color: inherit;
    font-size: 14px; }
    #navigation a:hover, #navigation a.active {
      color: #B0976D; }
  #navigation i:before {
    font-size: 24px; }
  #navigation .navigation-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: right;
    width: 280px;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    #navigation .navigation-actions .navigation-login-desktop {
      margin-left: 30px; }
      #navigation .navigation-actions .navigation-login-desktop i:before {
        font-size: 7px;
        margin-left: 5px; }
      #navigation .navigation-actions .navigation-login-desktop.user-logged {
        text-transform: capitalize;
        white-space: nowrap; }
    #navigation .navigation-actions .icon-mobile-menu {
      display: none; }
  #navigation .navigation-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden; }
    #navigation .navigation-content .navigation-login-mobile {
      display: none; }
    #navigation .navigation-content ul.user-dropdown {
      position: absolute;
      background: #121212;
      top: 136px;
      right: 70px;
      padding: 10px 30px 30px 30px;
      min-width: 200px;
      display: none; }
      #navigation .navigation-content ul.user-dropdown.opened {
        display: block; }
      #navigation .navigation-content ul.user-dropdown li:not(:last-child) {
        margin-bottom: 30px; }
      #navigation .navigation-content ul.user-dropdown li.logout-menu a {
        color: rgba(255, 255, 255, 0.4); }
    #navigation .navigation-content .navigation-nav {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: center;
      padding: 0 20px; }
      #navigation .navigation-content .navigation-nav ul {
        white-space: nowrap; }
        #navigation .navigation-content .navigation-nav ul > li {
          display: inline; }
          #navigation .navigation-content .navigation-nav ul > li:not(:last-child) {
            margin-right: 50px; }
  @media only screen and (max-width: 1430px) {
    #navigation {
      height: 60px;
      padding: 0 20px; }
      #navigation .navigation-logo {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        min-width: unset; }
        #navigation .navigation-logo img {
          width: 190px;
          height: 29px; }
          #navigation .navigation-logo img.mobile-logo {
            display: block; }
          #navigation .navigation-logo img.desktop-logo {
            display: none; }
      #navigation .navigation-content {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100% - 60px);
        background: #000000;
        padding: 0 40px 40px 40px;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 16px;
        overflow: auto; }
        #navigation .navigation-content:not(.opened) {
          display: none; }
        #navigation .navigation-content .btn:hover {
          color: white; }
        #navigation .navigation-content ul.user-dropdown {
          display: block;
          position: unset;
          padding: 30px;
          text-align: center;
          background: rgba(255, 255, 255, 0.2); }
        #navigation .navigation-content .navigation-login-mobile.btn {
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 100%; }
        #navigation .navigation-content .navigation-nav {
          padding: 75px 0; }
          #navigation .navigation-content .navigation-nav ul > li {
            display: block; }
            #navigation .navigation-content .navigation-nav ul > li:not(:last-child) {
              margin: 0 0 40px 0; }
      #navigation .navigation-actions {
        width: unset; }
        #navigation .navigation-actions .navigation-login-desktop {
          display: none; }
        #navigation .navigation-actions .icon-mobile-menu {
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          margin-left: 30px; } }

#page-footer {
  background: #121212;
  padding: 40px 0; }
  #page-footer .footer-topic {
    text-align: center;
    padding: 110px 0 170px 0; }
    #page-footer .footer-topic .topic-title-1 {
      margin-bottom: 20px; }
    #page-footer .footer-topic .topic-content {
      color: white; }
    #page-footer .footer-topic .heading-2 {
      color: white; }
  #page-footer .footer-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #page-footer .footer-bar > * {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    #page-footer .footer-bar a:hover {
      color: white !important; }
    #page-footer .footer-bar .footer-navigation {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase; }
      #page-footer .footer-bar .footer-navigation a {
        font-size: 14px;
        color: #95989A; }
    #page-footer .footer-bar .footer-social-networks {
      text-align: center; }
      #page-footer .footer-bar .footer-social-networks a {
        color: #95989a; }
      #page-footer .footer-bar .footer-social-networks i {
        display: -ms-inline-grid;
        display: inline-grid;
        font-size: 24px; }
        #page-footer .footer-bar .footer-social-networks i.icon-twitter {
          vertical-align: bottom; }
    #page-footer .footer-bar .footer-copyright {
      font-size: 12px;
      white-space: nowrap;
      color: rgba(149, 152, 154, 0.5);
      text-transform: uppercase;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    #page-footer .footer-bar ul li {
      display: inline-block; }
      #page-footer .footer-bar ul li:not(:last-child) {
        margin-right: 30px; }
  @media only screen and (max-width: 1200px) {
    #page-footer {
      padding-top: 50px; }
      #page-footer .footer-topic {
        padding-top: 0;
        padding-bottom: 60px; }
      #page-footer .footer-bar ul.footer-navigation {
        display: inline-block; }
        #page-footer .footer-bar ul.footer-navigation li {
          display: block; }
          #page-footer .footer-bar ul.footer-navigation li:not(:last-child) {
            margin-right: 0;
            margin-bottom: 30px; }
      #page-footer ul.footer-social-networks {
        margin-top: 65px; }
      #page-footer .footer-bar {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; }
        #page-footer .footer-bar .footer-copyright {
          display: inline;
          font-size: 11px;
          margin-top: 40px;
          white-space: initial; } }

.topic-wrapper > *:empty {
  display: none; }
.topic-wrapper > .topic-title-1 {
  margin-bottom: 15px; }
.topic-wrapper > .topic-content {
  margin-top: 30px; }

#topic-about {
  height: 825px;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 0; }
  #topic-about .topic-wrapper {
    max-width: 650px; }
  @media (max-width: 507px) {
    #topic-about {
      height: 630px;
      text-align: center;
      -webkit-align-items: unset;
          -ms-flex-align: unset;
              align-items: unset; }
      #topic-about > .container {
        overflow: auto; } }

#home-events {
  margin: 60px 0; }
  #home-events .event-picture, #home-events .event-content {
    height: 725px; }
  #home-events .event-picture {
    background-color: #F1F1F1;
    background-repeat: no-repeat;
    background-size: cover; }
  #home-events .event-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #F1F1F1;
    padding: 40px; }
    #home-events .event-content > .topic-title-1 {
      margin-bottom: 15px; }
    #home-events .event-content > .heading-2 {
      margin-bottom: 30px; }
    #home-events .event-content .btn {
      margin-top: 40px; }
    #home-events .event-content .topic-event-content {
      max-height: 250px;
      max-width: 350px;
      overflow: hidden;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      #home-events .event-content .topic-event-content:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(rgba(255, 255, 255, 0.001) 100px, #F1F1F1); }
  @media (max-width: 507px) {
    #home-events {
      margin: 0; }
      #home-events .container {
        padding: 0; }
        #home-events .container .event-picture, #home-events .container .event-content {
          height: 460px; }
        #home-events .container .btn {
          width: 100%; } }

#home-slider {
  height: calc(100vh - 136px); }
  #home-slider .slick-list, #home-slider .slick-track, #home-slider .home-slider-item {
    height: 100%; }
  #home-slider .home-slider-item {
    background-size: cover;
    background-position: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    #home-slider .home-slider-item.text-align-1 {
      text-align: center; }
    #home-slider .home-slider-item.text-align-3 {
      text-align: right; }
    #home-slider .home-slider-item .heading-1 {
      color: white;
      font-size: 100px;
      display: block; }
    #home-slider .home-slider-item .heading-2 {
      color: white;
      font-size: 49px;
      display: block; }
  @media only screen and (max-width: 1430px) {
    #home-slider {
      height: calc(100vh - 60px); } }
  @media (max-width: 507px) {
    #home-slider .home-slider-item .heading-1 {
      font-size: 60px; }
    #home-slider .home-slider-item .heading-2 {
      font-size: 24px; } }

.home-slider-button {
  position: absolute;
  z-index: 1;
  top: calc(50vh);
  font-size: 50px;
  color: white;
  margin: 0 40px;
  opacity: 0.5;
  cursor: pointer; }
  .home-slider-button:hover {
    opacity: 1; }
  .home-slider-button.home-slider-next {
    right: 0; }
  @media (max-width: 507px) {
    .home-slider-button {
      margin: 0;
      font-size: 32px; } }

#event-page .event-main .topic-title-1 {
  margin-bottom: 15px; }
#event-page .event-main .event-description {
  margin-top: 15px; }
#event-page .event-main .btn-primary, #event-page .event-main .btn-secondary {
  margin-top: 25px; }
#event-page .event-main > div:last-child img {
  width: 100%; }
#event-page .event-info {
  padding: 90px 0 100px 0; }
  #event-page .event-info .heading-3, #event-page .event-info .no-results {
    font-size: 30px;
    margin-bottom: 30px; }
  #event-page .event-info .first-info {
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: capitalize; }
  #event-page .event-info li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #event-page .event-info li:not(:last-child) {
      margin-bottom: 30px; }
    #event-page .event-info li .gold-separator {
      margin-top: 9px; }
    #event-page .event-info li > span:first-child, #event-page .event-info li > div:first-child {
      text-transform: uppercase;
      display: inline-block;
      min-width: 80px;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: bold;
      white-space: nowrap; }
    #event-page .event-info li > span .google-link, #event-page .event-info li > div .google-link {
      text-transform: capitalize; }
    #event-page .event-info li > span:last-child, #event-page .event-info li > div:last-child {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      vertical-align: top;
      overflow: hidden; }
      #event-page .event-info li > span:last-child > *, #event-page .event-info li > div:last-child > * {
        overflow: hidden;
        text-overflow: ellipsis; }
@media only screen and (max-width: 767px) {
  #event-page .event-main .btn {
    margin-bottom: 30px;
    width: 100%; }
  #event-page .event-info > div:not(:first-child) {
    margin-top: 40px; } }
@media only screen and (max-width: 991px) {
  #event-page .event-info li {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    #event-page .event-info li > span:last-child, #event-page .event-info li > div:last-child {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      #event-page .event-info li > span:last-child:before, #event-page .event-info li > div:last-child:before {
        margin: 20px 0; } }

#event-products {
  background: #F1F1F1;
  text-align: center;
  padding: 60px 0 30px 0; }
  #event-products .topic-title-1 {
    margin-bottom: 15px; }
  #event-products .heading-2 {
    margin-bottom: 40px; }
  #event-products .heading-4 {
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; }
    #event-products .heading-4:hover {
      color: #B0976D; }
  #event-products .custom-row > .col-md-2:not(:last-child) {
    margin-bottom: 30px; }
  #event-products .product-picture {
    height: 240px;
    max-height: 240px;
    margin-bottom: 30px; }
    #event-products .product-picture:empty {
      background: #DFDFDF; }
    #event-products .product-picture img {
      max-height: 100%;
      max-width: 100%; }
      #event-products .product-picture img[src=""] {
        color: transparent;
        margin-left: auto;
        margin-right: auto;
        content: url("/bundles/winewomenclub/images/bottle.png"); }

#event-tips {
  padding: 100px 0 80px 0; }
  #event-tips .topic-title-1 {
    margin-bottom: 15px;
    text-align: center; }
  #event-tips .heading-2 {
    margin-bottom: 60px;
    text-align: center; }

.event-list.list-content.title-only .event-description {
  display: none; }
.event-list.list-content.title-only > article > div > a {
  display: none; }
.event-list.list-content article > img {
  width: 180px;
  height: 180px;
  margin-right: 30px; }
.event-list.list-content article > div > a {
  line-height: 1; }
  .event-list.list-content article > div > a:after {
    content: ' >'; }
.event-list.list-content article .topic-title-2 {
  margin-bottom: 10px; }
.event-list.list-content article .event-description {
  margin-top: 10px;
  overflow: hidden;
  height: 60px;
  max-height: 60px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; }
@media (max-width: 507px) {
  .event-list.list-content article > img {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }
  .event-list.list-content article > div > a {
    margin-top: 20px; } }

#top-header {
  background: black;
  height: 325px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  #top-header .heading-1 {
    color: white;
    text-transform: uppercase; }
  #top-header h2 {
    font-size: 18px;
    font-weight: normal;
    text-transform: none; }

#registration-page {
  padding-bottom: 100px; }
  #registration-page #top-header {
    margin-bottom: 50px; }
  #registration-page .topic-content {
    margin-bottom: 30px; }
  #registration-page .container {
    max-width: 670px; }
  #registration-page label[for="form_registration_civilMajority"] {
    font-weight: normal; }

#login-page {
  padding: 60px 0 100px 0; }
  #login-page .topic-content {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    #login-page .topic-content p {
      line-height: 26px; }
  #login-page .login-error {
    font-weight: 600;
    margin-top: 15px;
    color: #CC3D3D; }
  #login-page .custom-row-no-margin {
    min-height: 725px;
    background: #F1F1F1; }
    #login-page .custom-row-no-margin > div {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 60px;
      background-size: cover;
      background-position: center; }
      #login-page .custom-row-no-margin > div > div {
        height: 368px;
        max-width: 380px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      #login-page .custom-row-no-margin > div:first-child .link-1 {
        display: block;
        margin-top: 10px; }
      #login-page .custom-row-no-margin > div:first-child .btn {
        margin-top: 30px; }
      #login-page .custom-row-no-margin > div:last-child {
        color: white; }
        #login-page .custom-row-no-margin > div:last-child .btn {
          margin-top: 30px; }
        #login-page .custom-row-no-margin > div:last-child .heading-2 {
          color: white;
          margin-bottom: 30px; }
  @media (max-width: 507px) {
    #login-page .custom-row-no-margin > div {
      padding: 20px; }
      #login-page .custom-row-no-margin > div > div {
        height: unset; } }

#the-club-page .the-club-header {
  background-size: cover;
  background-position: center;
  height: 550px; }
#the-club-page .the-club-content {
  padding: 60px 0 100px 0; }
#the-club-page .heading-1 {
  margin-bottom: 30px; }
#the-club-page .membership {
  background: #F1F1F1;
  min-height: 585px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 20px; }
  #the-club-page .membership .heading-2 {
    margin-bottom: 25px; }
  #the-club-page .membership .btn {
    margin-top: 35px; }
@media only screen and (min-width: 992px) {
  #the-club-page .the-club-content > .container > .row > div:last-child {
    padding-left: 50px; } }
@media only screen and (max-width: 767px) {
  #the-club-page .membership {
    margin-top: 50px; } }

#topic-page {
  padding-bottom: 100px; }
  #topic-page .container {
    max-width: 650px;
    min-height: 375px; }
  #topic-page p {
    line-height: 26px; }

#block-contact {
  height: 640px;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 30px 0; }
  #block-contact .topic-wrapper {
    max-width: 650px;
    margin: auto;
    color: white; }
    #block-contact .topic-wrapper > .heading-2 {
      color: white; }
  #block-contact .btn {
    margin-top: 40px; }
  @media (max-width: 507px) {
    #block-contact {
      height: 455px;
      -webkit-align-items: unset;
          -ms-flex-align: unset;
              align-items: unset; }
      #block-contact > .container {
        overflow: auto; } }

#block-newsletter {
  padding: 100px 0; }
  #block-newsletter .topic-wrapper {
    text-align: center; }
  #block-newsletter form {
    max-width: 945px;
    margin: 45px auto 0 auto; }
  #block-newsletter .input-newsletter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #CACACA; }
    #block-newsletter .input-newsletter input, #block-newsletter .input-newsletter .payment-page .StripeElement, .payment-page #block-newsletter .input-newsletter .StripeElement {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: unset;
      padding: 30px;
      margin: 0;
      border: 0; }
      #block-newsletter .input-newsletter input::-webkit-input-placeholder, #block-newsletter .input-newsletter .payment-page .StripeElement::-webkit-input-placeholder, .payment-page #block-newsletter .input-newsletter .StripeElement::-webkit-input-placeholder {
        font-weight: bold;
        text-transform: uppercase; }
      #block-newsletter .input-newsletter input:-ms-input-placeholder, #block-newsletter .input-newsletter .payment-page .StripeElement:-ms-input-placeholder, .payment-page #block-newsletter .input-newsletter .StripeElement:-ms-input-placeholder {
        font-weight: bold;
        text-transform: uppercase; }
      #block-newsletter .input-newsletter input::placeholder, #block-newsletter .input-newsletter .payment-page .StripeElement::placeholder, .payment-page #block-newsletter .input-newsletter .StripeElement::placeholder {
        font-weight: bold;
        text-transform: uppercase; }
      #block-newsletter .input-newsletter input:focus, #block-newsletter .input-newsletter .payment-page .StripeElement:focus, .payment-page #block-newsletter .input-newsletter .StripeElement:focus {
        outline: 0; }
    #block-newsletter .input-newsletter button {
      background: none;
      padding-right: 40px;
      text-transform: uppercase;
      color: #B0976D;
      font-size: 18px;
      font-weight: bold;
      cursor: pointer; }
      #block-newsletter .input-newsletter button:before {
        content: '';
        width: 1px;
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        background: #CACACA;
        margin-right: 40px; }
      #block-newsletter .input-newsletter button:hover {
        color: #9C8461; }
      #block-newsletter .input-newsletter button:focus {
        outline: 0; }
  @media (max-width: 507px) {
    #block-newsletter .input-newsletter input, #block-newsletter .input-newsletter .payment-page .StripeElement, .payment-page #block-newsletter .input-newsletter .StripeElement {
      padding: 10px;
      min-width: 160px; }
    #block-newsletter .input-newsletter button {
      white-space: nowrap;
      font-size: 9px;
      padding: 0 15px; }
      #block-newsletter .input-newsletter button:before {
        height: 15px;
        margin-right: 15px; } }

.checkout-page .top-header {
  margin-bottom: 60px; }
.checkout-page .heading-2 {
  margin-bottom: 30px; }
.checkout-page .info {
  line-height: 26px; }
.checkout-page .billing-details {
  margin-top: 40px; }
.checkout-page .lwwc-field:first-child {
  margin-top: 0; }
.checkout-page .order-detail > div {
  margin-bottom: 13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .checkout-page .order-detail > div:first-child {
    margin-bottom: 25px; }
  .checkout-page .order-detail > div > *:first-child {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.checkout-page .order-detail .price {
  font-size: 18px; }
.checkout-page .order-detail .title {
  text-transform: uppercase;
  font-size: 14px; }
.checkout-page .order-detail .total {
  font-size: 22px; }
.checkout-page .order-detail .separator {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 30px;
  margin-bottom: 30px; }
.checkout-page .btn {
  margin-top: 30px;
  width: 100%; }
.checkout-page .container {
  padding-bottom: 100px; }
  .checkout-page .container > .row > div {
    border: 1px solid #DFDFDF;
    padding: 50px; }
    .checkout-page .container > .row > div:first-child {
      border-right-width: 0; }
@media only screen and (max-width: 767px) {
  .checkout-page .container > .row > div:first-child {
    border-width: 1px 1px 0 1px; } }
@media (max-width: 507px) {
  .checkout-page .container > .row > div {
    padding: 20px; } }

.payment-page {
  padding: 80px 0; }
  .payment-page .container > .row > .col-md-7 {
    padding: 0; }
  .payment-page.processing .btn-container {
    display: none; }
  .payment-page .form-group {
    display: none; }
  .payment-page .payment-block {
    max-width: 705px;
    min-height: 400px;
    height: 100%;
    margin: auto; }
    .payment-page .payment-block h1 {
      margin-bottom: 0; }
    .payment-page .payment-block .form-header {
      padding: 20px 40px;
      border-bottom: 1px solid #DFDFDF; }
    .payment-page .payment-block .form-row {
      padding: 20px 40px; }
  .payment-page .btn-container {
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    padding: 20px 60px 55px 60px; }
    .payment-page .btn-container button {
      width: 100%; }
  .payment-page #card-errors {
    color: #CC3D3D;
    margin-bottom: 20px; }
  .payment-page .StripeElement {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    .payment-page .StripeElement > div {
      width: 100%; }

#my-account-page {
  padding-bottom: 135px; }
  #my-account-page p {
    line-height: 26px; }
  #my-account-page h2 {
    margin-bottom: 20px;
    text-transform: capitalize; }
  #my-account-page .memberships {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #DFDFDF; }
    #my-account-page .memberships .col-md-3 {
      margin-bottom: 20px; }
    #my-account-page .memberships .btn {
      margin-bottom: 20px; }
  #my-account-page .btn {
    margin-top: 30px; }

#my-events-page .no-results {
  text-align: center; }
  #my-events-page .no-results h2 {
    margin-bottom: 35px; }
#my-events-page #top-header {
  margin-bottom: 20px; }
#my-events-page .container {
  min-height: 540px; }

#my-invoices-page .invoice-list > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #DFDFDF;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase; }
  #my-invoices-page .invoice-list > div > div {
    padding: 20px 0; }
  #my-invoices-page .invoice-list > div .invoice-date {
    width: 325px;
    color: #B0976D; }
  #my-invoices-page .invoice-list > div .invoice-reference {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  #my-invoices-page .invoice-list > div .invoice-price {
    margin-right: 60px; }
#my-invoices-page .list-pagination {
  margin-top: 10px; }
#my-invoices-page .no-results {
  min-height: 500px;
  text-align: center;
  margin-bottom: 60px; }
  #my-invoices-page .no-results .heading-2 {
    margin-top: 80px;
    margin-bottom: 40px; }
  #my-invoices-page .no-results > div:last-child > a:first-child {
    margin-right: 10px; }
@media only screen and (max-width: 991px) {
  #my-invoices-page .invoice-list > div > div {
    padding: 10px 0; }
    #my-invoices-page .invoice-list > div > div:last-child {
      width: 100%; }
      #my-invoices-page .invoice-list > div > div:last-child .btn {
        width: 100%; } }
@media (max-width: 507px) {
  #my-invoices-page .invoice-list > div {
    padding: 10px 0; }
    #my-invoices-page .invoice-list > div > div {
      padding: 5px 0; } }

#edit-account-page {
  padding-bottom: 100px; }
  #edit-account-page > .container {
    max-width: 700px; }
  #edit-account-page .btn {
    margin-top: 30px; }

.list-content .no-results {
  text-align: center;
  margin-bottom: 80px; }
.list-content article {
  padding: 40px 0;
  border-bottom: 1px solid #DFDFDF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .list-content article > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
@media (max-width: 507px) {
  .list-content article {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.list-pagination {
  padding: 20px 0 100px 0; }
  @media (max-width: 507px) {
    .list-pagination .btn {
      width: 100%; }
      .list-pagination .btn:first-child {
        margin-bottom: 20px; } }

.list-filters {
  padding: 20px;
  margin-top: 60px;
  background: #F1F1F1;
  margin-bottom: 40px; }
  .list-filters .btn {
    width: 100%;
    margin-top: 23px; }
  .list-filters input, .list-filters .payment-page .StripeElement, .payment-page .list-filters .StripeElement {
    border-color: #95989A; }
  @media (max-width: 507px) {
    .list-filters input, .list-filters .payment-page .StripeElement, .payment-page .list-filters .StripeElement {
      margin-bottom: 20px; }
    .list-filters .btn {
      margin-top: 0; } }

#newsletter-page {
  padding-bottom: 100px; }
  #newsletter-page .container {
    max-width: 600px; }
  #newsletter-page input, #newsletter-page .payment-page .StripeElement, .payment-page #newsletter-page .StripeElement {
    width: 100%; }
  #newsletter-page .g-recaptcha {
    margin-top: 30px; }
  #newsletter-page button {
    margin-top: 40px; }

#product-list-page #top-header {
  margin-bottom: 60px; }
#product-list-page .products-pagination {
  border-top: 1px solid #DFDFDF;
  padding: 40px 0 100px 0; }
#product-list-page .no-results {
  text-align: center;
  margin-bottom: 80px; }
#product-list-page article {
  margin-bottom: 80px;
  text-align: center;
  height: calc(100% - 80px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  #product-list-page article > div:last-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    #product-list-page article > div:last-child h3 {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  #product-list-page article .product-image {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 50px 0;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline; }
    #product-list-page article .product-image.no-thumbnail {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    #product-list-page article .product-image > img {
      max-height: 100%;
      max-width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  #product-list-page article .product-year {
    min-height: 24px; }
  #product-list-page article .topic-title-2 {
    margin-top: 25px;
    margin-bottom: 40px; }
  #product-list-page article .btn {
    width: 100%; }
  #product-list-page article .gold-separator {
    margin-bottom: 10px; }
@media (max-width: 507px) {
  #product-list-page .products-pagination .btn {
    width: 100%; }
    #product-list-page .products-pagination .btn:first-child {
      margin-bottom: 20px; } }

#product-page {
  padding: 60px 0 100px 0; }
  #product-page img[src=""] {
    height: 500px;
    position: relative; }
    #product-page img[src=""]:after {
      position: absolute;
      top: 0;
      left: 0;
      background-color: white;
      background-image: url("/bundles/winewomenclub/images/bottle.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position-x: 50%;
      content: '';
      width: 100%;
      height: 100%; }
  #product-page .big-number-field {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  #product-page .container > .row > .col-md-6:first-child {
    position: relative; }
    #product-page .container > .row > .col-md-6:first-child .product-slider-button {
      position: absolute;
      top: 48%;
      z-index: 1;
      font-size: 40px;
      opacity: 0.2;
      cursor: pointer;
      padding: 0 20px; }
      #product-page .container > .row > .col-md-6:first-child .product-slider-button:hover {
        opacity: 1; }
    #product-page .container > .row > .col-md-6:first-child .product-slider-next {
      right: 0; }
  #product-page .topic-title-1 {
    line-height: 48px; }
  #product-page .heading-1 {
    line-height: 48px;
    margin-bottom: 30px; }
  #product-page .product-image {
    width: 100%; }
  #product-page .product-price {
    margin-bottom: 50px; }
    #product-page .product-price > span:first-child {
      font-weight: bold;
      font-size: 32px; }
    #product-page .product-price > span:last-child {
      color: #95989A; }
  #product-page .product-details > li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    #product-page .product-details > li:not(:last-child) {
      margin-bottom: 30px; }
    #product-page .product-details > li > span:first-child {
      font-weight: bold;
      min-width: 150px;
      text-transform: uppercase; }
    #product-page .product-details > li > span.gold-separator {
      margin-right: 40px; }
  #product-page .product-description {
    margin-bottom: 40px; }
    #product-page .product-description p {
      line-height: 26px; }
  @media only screen and (max-width: 991px) {
    #product-page .container > .row > .col-md-6 {
      margin-bottom: 40px; } }
  @media (max-width: 507px) {
    #product-page .container > .row > .col-md-6:first-child .product-slider-button {
      padding: 0; }
    #product-page .product-details > li > span:first-child {
      width: 110px; }
    #product-page .product-details > li > span.gold-separator {
      margin-right: 20px; } }

#about-page .about-item {
  background: #F1F1F1;
  margin-bottom: 100px; }
  #about-page .about-item > img {
    width: 100%;
    min-height: 300px; }
  #about-page .about-item .about-item-content {
    padding: 40px 30px; }
    #about-page .about-item .about-item-content .heading-2 {
      margin-bottom: 20px; }
@media only screen and (max-width: 767px) {
  #about-page .about-item {
    margin-bottom: 40px; } }

#tips-page .tips-list {
  padding-top: 40px; }
  #tips-page .tips-list > li:last-child {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 40px; }
#tips-page .list-pagination {
  padding-top: 40px; }

.tips-list {
  width: 100%; }
  .tips-list .tips-description {
    display: -webkit-box;
    line-height: 26px; }
  .tips-list > li {
    padding: 40px 0; }
    .tips-list > li > .custom-row > div .topic-title-2 {
      margin-bottom: 15px; }
    .tips-list > li > .custom-row > div .heading-3, .tips-list > li > .custom-row > div .no-results, .tips-list > li > .custom-row > div .heading-2 {
      max-width: 305px; }
    .tips-list > li > .custom-row > div:last-child {
      padding-top: 30px; }
    .tips-list > li:first-child {
      padding-top: 0; }
    .tips-list > li:last-child {
      padding-bottom: 0; }
    .tips-list > li:not(:last-child) {
      border-bottom: 1px solid #DFDFDF; }

#contact-page {
  padding-bottom: 100px; }
  #contact-page #top-header {
    margin-bottom: 0; }
  #contact-page > .container {
    max-width: 590px; }
  #contact-page .contact-information {
    background: black;
    margin-bottom: 60px;
    padding-bottom: 50px; }
    #contact-page .contact-information .topic-title-2 {
      margin-bottom: 10px; }
    #contact-page .contact-information p {
      color: white;
      line-height: 26px; }
  #contact-page .contact-description {
    line-height: 26px;
    margin-bottom: 20px; }
  #contact-page button[type="submit"] {
    margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    #contact-page #talk-to-us {
      margin-top: 20px; } }

#my-wines-page .my_wine_note {
  text-align: center;
  font: 0/0 a;
  min-width: 160px;
  padding: 10px 0;
  margin-right: auto;
  margin-left: auto; }
#my-wines-page .my_wine_note:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%; }
#my-wines-page .my_wine_note > img {
  display: inline-block;
  vertical-align: middle;
  font: 16px/1 Arial sans-serif; }
#my-wines-page .article-container {
  border-bottom: 1px solid #DFDFDF;
  padding: 40px 0; }
#my-wines-page article {
  border-bottom: none;
  padding: 0; }
#my-wines-page .product-img {
  -o-object-fit: contain;
     object-fit: contain; }

#my-wines-list-page .my-wines-list.list-content.title-only .event-description {
  display: none; }
#my-wines-list-page .my-wines-list.list-content.title-only > article > div > a {
  display: none; }
#my-wines-list-page .my-wines-list.list-content article > img {
  width: 180px;
  height: 180px;
  margin-right: 30px; }
#my-wines-list-page .my-wines-list.list-content article > div > a {
  line-height: 1; }
  #my-wines-list-page .my-wines-list.list-content article > div > a:after {
    content: ' >'; }
#my-wines-list-page .my-wines-list.list-content article .topic-title-2 {
  margin-bottom: 10px; }
#my-wines-list-page .my-wines-list.list-content article .event-description {
  margin-top: 10px;
  overflow: hidden;
  height: 60px;
  max-height: 60px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; }
@media (max-width: 507px) {
  #my-wines-list-page .my-wines-list.list-content article > img {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }
  #my-wines-list-page .my-wines-list.list-content article > div > a {
    margin-top: 20px; } }

#review-wine-page .heading-1 {
  font-size: 42px; }
#review-wine-page .container {
  margin-bottom: 60px; }
#review-wine-page #tasted-on {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #95989A;
  padding-left: 5px; }
#review-wine-page #container-review-form {
  padding: 0 5px; }
#review-wine-page #container-review-form-buttons {
  margin: 0 -5px; }
#review-wine-page #container-review-form-buttons > .btn {
  margin: 5px; }
#review-wine-page #container-review-form-buttons > div > button {
  margin: 5px; }

.rating-field {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
  margin-top: 15px; }
  .rating-field label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer; }
    .rating-field label:last-child {
      position: static; }
    .rating-field label:nth-child(1) {
      z-index: 5; }
    .rating-field label:nth-child(2) {
      z-index: 4; }
    .rating-field label:nth-child(3) {
      z-index: 3; }
    .rating-field label:nth-child(4) {
      z-index: 2; }
    .rating-field label:nth-child(5) {
      z-index: 1; }
    .rating-field label input, .rating-field label .payment-page .StripeElement, .payment-page .rating-field label .StripeElement {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .rating-field label .icon {
      content: '';
      width: 35px;
      height: 41px;
      float: left;
      position: relative; }
      .rating-field label .icon:not(:last-child) {
        margin-right: 20px; }
    .rating-field label:last-child .icon {
      background: url("/bundles/winewomenclub/images/raisin3.png") no-repeat; }
    .rating-field label input:focus:not(:checked) ~ .icon:last-child, .rating-field label .payment-page .StripeElement:focus:not(:checked) ~ .icon:last-child, .payment-page .rating-field label .StripeElement:focus:not(:checked) ~ .icon:last-child {
      background: url("/bundles/winewomenclub/images/raisin3.png") no-repeat; }
  .rating-field:not(:hover) label input:checked ~ .icon, .rating-field:not(:hover) label .payment-page .StripeElement:checked ~ .icon, .payment-page .rating-field:not(:hover) label .StripeElement:checked ~ .icon, .rating-field:hover label:hover input ~ .icon, .rating-field:hover label:hover .payment-page .StripeElement ~ .icon, .payment-page .rating-field:hover label:hover .StripeElement ~ .icon {
    background: url("/bundles/winewomenclub/images/raisin.png") no-repeat; }
  .rating-field > label:after {
    content: none !important; }

@font-face {
  font-family: "icons";
  src: url("/bundles/winewomenclub/sass/icons/icons-8529c2e6a058a91693a9b82119eef26b.eot");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "icons";
  src: url("/bundles/winewomenclub/sass/icons/icons-8529c2e6a058a91693a9b82119eef26b.eot");
  src: url("/bundles/winewomenclub/sass/icons/icons-8529c2e6a058a91693a9b82119eef26b.eot?#iefix") format("embedded-opentype"), url("/bundles/winewomenclub/sass/icons/icons-8529c2e6a058a91693a9b82119eef26b.woff") format("woff"), url("/bundles/winewomenclub/sass/icons/icons-8529c2e6a058a91693a9b82119eef26b.ttf") format("truetype"), url("/bundles/winewomenclub/sass/icons/icons-8529c2e6a058a91693a9b82119eef26b.svg?#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-down:before {
  content: "\f101";
  font-family: "icons";
  font-weight: normal; }

.icon-arrow-left:before {
  content: "\f102";
  font-family: "icons";
  font-weight: normal; }

.icon-arrow-right:before {
  content: "\f103";
  font-family: "icons";
  font-weight: normal; }

.icon-bottle:before {
  content: "\f104";
  font-family: "icons";
  font-weight: normal; }

.icon-check:before {
  content: "\f105";
  font-family: "icons";
  font-weight: normal; }

.icon-cross:before {
  content: "\f106";
  font-family: "icons";
  font-weight: normal; }

.icon-facebook:before {
  content: "\f107";
  font-family: "icons";
  font-weight: normal; }

.icon-icon:before {
  content: "\f108";
  font-family: "icons";
  font-weight: normal; }

.icon-linkedin:before {
  content: "\f109";
  font-family: "icons";
  font-weight: normal; }

.icon-menu:before {
  content: "\f10a";
  font-family: "icons";
  font-weight: normal; }

.icon-raisin:before {
  content: "\f10b";
  font-family: "icons";
  font-weight: normal; }

.icon-twitter:before {
  content: "\f10c";
  font-family: "icons";
  font-weight: normal; }
