/*!
 * Bootstrap Grid v4.0.0 (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-box;
  display: -ms-flexbox;
  display: flex;
  -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 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

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

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

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.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-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* Variables. */
/* All custom variables will be placed here.*/
/************* Colors *************/
/* Primary colors */
/* Secondary colors */
/* Other colors */
/* Dropdown */
/************* Font Family *************/
/* Gotham */
/* Supreme Trial */
/************* Font Size *************/
/************* Font Weight *************/
/************* letter-spacing *************/
/************* line-height *************/
/************* Z-Index *************/
/************* Breakpoint Values *************/
/* Extra Large Screen */
/* Large Screen */
/* Tablet screen */
/* Mobile screen */
/* Extra small mobile screen */
/* Other */
/************* Shadows *************/
/************* Others *************/
/************* Space between components *************/
/************* Gutter space *************/
/* Mixins. */
/************* Importing fonts *************/
/************* Fonts mixin *************/
/************* Media Query mixin *************/
/* Global SCSS. */
/* Gotham */
@font-face {
  font-family: Gotham;
  src: url(../assets/Gotham.eot?#iefix);
  src: url(../assets/Gotham.eot?#iefix) format("eot"), url(../assets/Gotham.woff2) format("woff2"), url(../assets/Gotham.woff) format("woff"), url(../assets/Gotham.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Gotham-Light;
  src: url(../assets/Gotham-Light.eot?#iefix);
  src: url(../assets/Gotham-Light.eot?#iefix) format("eot"), url(../assets/Gotham-Light.woff2) format("woff2"), url(../assets/Gotham-Light.woff) format("woff"), url(../assets/Gotham-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Gotham-Bold;
  src: url(../assets/Gotham-Bold.eot?#iefix);
  src: url(../assets/Gotham-Bold.eot?#iefix) format("eot"), url(../assets/Gotham-Bold.woff2) format("woff2"), url(../assets/Gotham-Bold.woff) format("woff"), url(../assets/Gotham-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Gotham-Medium;
  src: url(../assets/Gotham-Medium.eot?#iefix);
  src: url(../assets/Gotham-Medium.eot?#iefix) format("eot"), url(../assets/Gotham-Medium.woff2) format("woff2"), url(../assets/Gotham-Medium.woff) format("woff"), url(../assets/Gotham-Medium.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Gotham-Thin;
  src: url(../assets/Gotham-Thin.eot?#iefix);
  src: url(../assets/Gotham-Thin.eot?#iefix) format("eot"), url(../assets/Gotham-Thin.woff2) format("woff2"), url(../assets/Gotham-Thin.woff) format("woff"), url(../assets/Gotham-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

/* Supreme Trial */
@font-face {
  font-family: SupremeLL-Black;
  src: url(../assets/SupremeLL-Black.eot?#iefix);
  src: url(../assets/SupremeLL-Black.eot?#iefix) format("eot"), url(../assets/SupremeLL-Black.woff2) format("woff2"), url(../assets/SupremeLL-Black.woff) format("woff"), url(../assets/SupremeLL-Black.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: SupremeLL-BoldFlat;
  src: url(../assets/SupremeLL-BoldFlat.eot?#iefix);
  src: url(../assets/SupremeLL-BoldFlat.eot?#iefix) format("eot"), url(../assets/SupremeLL-BoldFlat.woff2) format("woff2"), url(../assets/SupremeLL-BoldFlat.woff) format("woff"), url(../assets/SupremeLL-BoldFlat.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: SupremeLL-JumboItalic;
  src: url(../assets/SupremeLL-JumboItalic.eot?#iefix);
  src: url(../assets/SupremeLL-JumboItalic.eot?#iefix) format("eot"), url(../assets/SupremeLL-JumboItalic.woff2) format("woff2"), url(../assets/SupremeLL-JumboItalic.woff) format("woff"), url(../assets/SupremeLL-JumboItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: fontello;
  src: url(../assets/fontello.eot?#iefix);
  src: url(../assets/fontello.eot?#iefix) format("eot"), url(../assets/fontello.woff2) format("woff2"), url(../assets/fontello.woff) format("woff"), url(../assets/fontello.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  padding: 0; }

@media (max-width: 991.9px) {
  body #page-container {
    padding-top: 60px !important; } }

a:focus {
  outline: -webkit-focus-ring-color auto 5px !important; }

#main-content .container {
  width: 100%;
  max-width: 100%;
  padding: 0; }

@media (max-width: 991.9px) {
  #left-area {
    padding: 0 !important; }
    #left-area .et_pb_row {
      width: 100% !important; } }

@media (max-width: 767.9px) {
  #left-area #caf-post-layout1 {
    padding: 0 !important; } }

#left-area .milk-hero-center-white {
  position: relative;
  padding: 50px 0;
  min-height: 365px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  #left-area .milk-hero-center-white .et_pb_row {
    width: 100%; }
    #left-area .milk-hero-center-white .et_pb_row .et_pb_text_inner {
      margin: 0 auto;
      width: 80%;
      max-width: 800px; }
      @media (max-width: 767.9px) {
        #left-area .milk-hero-center-white .et_pb_row .et_pb_text_inner {
          width: 90%; } }
  #left-area .milk-hero-center-white h1 {
    color: #ffffff;
    font-size: 4.75rem;
    line-height: 4.5625rem;
    font-family: "SupremeLL-JumboItalic";
    text-align: center; }
    @media (max-width: 767.9px) {
      #left-area .milk-hero-center-white h1 {
        font-size: 2.5rem;
        line-height: 38px; } }
  #left-area .milk-hero-center-white h3 {
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 38px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 767.9px) {
      #left-area .milk-hero-center-white h3 {
        font-size: 1.875rem;
        line-height: 28px; } }
  #left-area .milk-hero-center-white::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
  #left-area .milk-hero-center-white.white-transparent h1,
  #left-area .milk-hero-center-white.white-transparent h3 {
    color: #000000; }
  #left-area .milk-hero-center-white.white-transparent::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(215, 211, 207, 0.6); }

#left-area .milk-footer-left-white, #left-area .milk-footer-left-black {
  padding: 146px 0; }
  #left-area .milk-footer-left-white h3, #left-area .milk-footer-left-black h3 {
    font-size: 2.5rem;
    line-height: 4.5625rem;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding: 0;
    text-align: left; }
  #left-area .milk-footer-left-white p, #left-area .milk-footer-left-black p {
    text-align: left; }
    @media (max-width: 991.9px) {
      #left-area .milk-footer-left-white p, #left-area .milk-footer-left-black p {
        padding: 0 !important;
        background-color: transparent;
        display: inline-block; } }
  #left-area .milk-footer-left-white a, #left-area .milk-footer-left-black a {
    display: inline-block;
    font-size: 1rem;
    font-family: "SupremeLL-Black";
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    padding: 0;
    background: transparent;
    text-align: left; }
    #left-area .milk-footer-left-white a::before, #left-area .milk-footer-left-black a::before {
      content: "";
      position: absolute;
      right: -20px;
      top: 0;
      width: 8px;
      height: 17px;
      background-image: url(../assets/learn-more-white-arrow.svg);
      background-repeat: no-repeat; }
    @media (max-width: 991.9px) {
      #left-area .milk-footer-left-white a, #left-area .milk-footer-left-black a {
        padding: 0;
        background: transparent; } }
  @media (max-width: 991.9px) {
    #left-area .milk-footer-left-white h3, #left-area .milk-footer-left-black h3 {
      line-height: normal;
      margin: 0;
      margin-bottom: 30px; } }
  @media (max-width: 991.9px) and (max-width: 767.9px) {
    #left-area .milk-footer-left-white h3, #left-area .milk-footer-left-black h3 {
      padding: 0; } }

#left-area .milk-footer-left-black a {
  color: #000000; }
  #left-area .milk-footer-left-black a::after {
    background-image: url(../assets/arrow-right-readmore.svg); }

#left-area .milk-footer-wrapper .et_pb_row {
  width: 100%; }

#left-area .milk-footer-wrapper .et_pb_row:nth-child(1) h3 {
  font-size: 2.5rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 35px; }
  @media (max-width: 767.9px) {
    #left-area .milk-footer-wrapper .et_pb_row:nth-child(1) h3 {
      font-size: 1.875rem;
      margin-bottom: 27px; } }

#left-area .milk-footer-wrapper .et_pb_row:nth-child(2) {
  padding-top: 93px;
  padding-bottom: 72px; }
  @media (max-width: 767.9px) {
    #left-area .milk-footer-wrapper .et_pb_row:nth-child(2) {
      padding-top: 314px;
      padding-bottom: 64px; } }
  #left-area .milk-footer-wrapper .et_pb_row:nth-child(2) .et_pb_text_inner {
    float: right;
    padding-right: 173px; }
    @media (max-width: 767.9px) {
      #left-area .milk-footer-wrapper .et_pb_row:nth-child(2) .et_pb_text_inner {
        float: none;
        padding-right: 20px;
        padding-left: 20px; } }
    #left-area .milk-footer-wrapper .et_pb_row:nth-child(2) .et_pb_text_inner h3 {
      font-size: 2.5rem;
      line-height: 38px;
      letter-spacing: 0.2px;
      text-transform: uppercase;
      color: #000000;
      margin-bottom: 30px; }
    #left-area .milk-footer-wrapper .et_pb_row:nth-child(2) .et_pb_text_inner a {
      display: inline-block;
      font-size: 1rem;
      font-family: "SupremeLL-Black";
      font-weight: 700;
      line-height: 15px;
      letter-spacing: 0.2px;
      text-transform: uppercase;
      color: #000000;
      position: relative; }
      #left-area .milk-footer-wrapper .et_pb_row:nth-child(2) .et_pb_text_inner a::after {
        content: "";
        position: absolute;
        right: -20px;
        top: 0;
        width: 8px;
        height: 17px;
        background-image: url(../assets/arrow-right-readmore.svg);
        background-repeat: no-repeat; }

#top-menu {
  display: flex;
  align-items: center;
  justify-content: center; }
  #top-menu li a {
    text-transform: uppercase; }

.milk-home-video-section {
  position: relative !important;
  overflow: hidden; }
  .milk-home-video-section video {
    width: 100%;
    height: calc(100vh - 80px);
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 767.9px) {
      .milk-home-video-section video {
        height: calc(100vh - 60px); } }
  .milk-home-video-section h1 {
    font-size: 5.625rem;
    color: #ffffff;
    position: absolute;
    top: 50%;
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "SupremeLL-JumboItalic";
    max-width: 1288px; }
    @media (max-width: 767.9px) {
      .milk-home-video-section h1 {
        font-size: 3.125rem;
        max-width: 270px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .milk-home-video-section h1 {
        font-size: 6rem;
        max-width: 520px; } }
    @media (min-width: 1024.1px) and (max-width: 1439.9px) {
      .milk-home-video-section h1 {
        font-size: 3.75rem;
        max-width: 900px; } }
  .milk-home-video-section .video-controls {
    position: absolute;
    bottom: 65px;
    right: 60px; }
    .milk-home-video-section .video-controls br {
      display: none; }
    .milk-home-video-section .video-controls button {
      width: 82px;
      min-height: 24px;
      border: none;
      cursor: pointer; }
    .milk-home-video-section .video-controls #play_video {
      display: none;
      background: url(../assets/play-btn.svg) no-repeat; }
    .milk-home-video-section .video-controls #pause_video {
      background: url(../assets/pause-btn.svg) no-repeat; }
    @media (max-width: 767.9px) {
      .milk-home-video-section .video-controls {
        bottom: 15px;
        right: 15px; } }
  .milk-home-video-section p {
    padding-bottom: 0; }

.milk-footer-right-white.mobile, .mobile.milk-footer-right-black,
.milk-footer-right-black.mobile {
  display: none; }
  @media (max-width: 991.9px) {
    .milk-footer-right-white.mobile, .mobile.milk-footer-right-black,
    .milk-footer-right-black.mobile {
      display: block;
      padding-top: 372px;
      padding-bottom: 72px; } }

.milk-footer-right-white.desktop, .desktop.milk-footer-right-black,
.milk-footer-right-black.desktop {
  display: block; }
  @media (max-width: 991.9px) {
    .milk-footer-right-white.desktop, .desktop.milk-footer-right-black,
    .milk-footer-right-black.desktop {
      background-position: center center; } }
  @media (max-width: 991.9px) {
    .milk-footer-right-white.desktop, .desktop.milk-footer-right-black,
    .milk-footer-right-black.desktop {
      display: none; } }

.milk-footer-right-white, .milk-footer-right-black {
  padding: 146px 0; }
  .milk-footer-right-white .holder, .milk-footer-right-black .holder {
    display: inline-block;
    width: 100%; }
    .milk-footer-right-white .holder .pull-right, .milk-footer-right-black .holder .pull-right {
      float: right; }
  .milk-footer-right-white h3, .milk-footer-right-black h3 {
    padding: 0;
    font-size: 2.5rem;
    line-height: 4.5625rem;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "SupremeLL-JumboItalic";
    padding: 0; }
  .milk-footer-right-white p a, .milk-footer-right-black p a {
    padding: 0;
    display: inline-block;
    font-size: 1rem;
    font-family: "SupremeLL-BoldFlat";
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    padding: 0;
    background: transparent;
    text-align: left;
    transition: transition all 0.5s ease; }
    .milk-footer-right-white p a::after, .milk-footer-right-black p a::after {
      content: "";
      position: absolute;
      right: -20px;
      top: 0;
      width: 8px;
      height: 17px;
      background-image: url(../assets/learn-more-white-arrow.svg);
      background-repeat: no-repeat; }
    .milk-footer-right-white p a:hover, .milk-footer-right-black p a:hover {
      color: rgba(255, 255, 255, 0.75); }
      .milk-footer-right-white p a:hover::after, .milk-footer-right-black p a:hover::after {
        opacity: 0.6; }
    @media (max-width: 991.9px) {
      .milk-footer-right-white p a, .milk-footer-right-black p a {
        padding: 0;
        background: transparent; } }
  .milk-footer-right-white .milk-footer-small, .milk-footer-right-black .milk-footer-small {
    padding: 90px 0;
    margin-bottom: 90px; }
    .milk-footer-right-white .milk-footer-small h1, .milk-footer-right-black .milk-footer-small h1 {
      font-family: "SupremeLL-JumboItalic"; }
    @media (max-width: 991.9px) {
      .milk-footer-right-white .milk-footer-small, .milk-footer-right-black .milk-footer-small {
        background-position: center center; } }
    .milk-footer-right-white .milk-footer-small .pull-right, .milk-footer-right-black .milk-footer-small .pull-right {
      padding-right: 112px; }
      .milk-footer-right-white .milk-footer-small .pull-right h3, .milk-footer-right-black .milk-footer-small .pull-right h3 {
        line-height: 40px; }
  .milk-footer-right-white .milk-footer-small-mobile, .milk-footer-right-black .milk-footer-small-mobile {
    padding-bottom: 70px;
    padding-top: 372px; }
    .milk-footer-right-white .milk-footer-small-mobile .holder, .milk-footer-right-black .milk-footer-small-mobile .holder {
      padding-left: 20px; }

.milk-footer-right-black h1 {
  font-family: "SupremeLL-JumboItalic"; }

.milk-footer-right-black h3 {
  color: #000000;
  font-family: "SupremeLL-JumboItalic"; }

.milk-footer-right-black p a {
  color: #000000; }
  .milk-footer-right-black p a::after {
    background-image: url(../assets/arrow-right-readmore.svg); }
  .milk-footer-right-black p a:hover {
    color: rgba(0, 0, 0, 0.75); }
    .milk-footer-right-black p a:hover::after {
      opacity: 0.6; }

a.et_pb_bg_layout_light:hover {
  background: rgba(255, 255, 255, 0.75) !important; }

.milk-section-fullheight-bottom-text {
  padding: 0 !important;
  position: relative;
  padding-bottom: 50px !important; }
  @media (max-width: 991.9px) {
    .milk-section-fullheight-bottom-text {
      display: flex;
      flex-direction: column-reverse;
      padding-bottom: 0 !important;
      padding-top: 50px !important; } }
  @media (max-width: 991.9px) {
    .milk-section-fullheight-bottom-text .et_pb_image_1 {
      text-align: center; } }
  .milk-section-fullheight-bottom-text .milk-absolute-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    z-index: 9;
    max-width: 1440px; }
    @media (max-width: 991.9px) {
      .milk-section-fullheight-bottom-text .milk-absolute-image {
        position: static;
        text-align: center !important;
        transform: none;
        margin-top: 50px; } }
    .milk-section-fullheight-bottom-text .milk-absolute-image span {
      float: right; }
      @media (max-width: 991.9px) {
        .milk-section-fullheight-bottom-text .milk-absolute-image span {
          float: none; } }
      .milk-section-fullheight-bottom-text .milk-absolute-image span img {
        width: 161px;
        height: 101px; }
  .milk-section-fullheight-bottom-text .et_pb_section {
    padding: 0; }
  .milk-section-fullheight-bottom-text .et_pb_row {
    padding: 0; }
  .milk-section-fullheight-bottom-text h1 {
    text-transform: uppercase;
    font-size: 4.75rem;
    letter-spacing: 0.2px;
    line-height: 4.5625rem;
    color: #000000;
    margin-bottom: 30px; }
    @media (max-width: 991.9px) {
      .milk-section-fullheight-bottom-text h1 {
        font-size: 2.5rem;
        line-height: 38px; } }
  .milk-section-fullheight-bottom-text .et_pb_text_inner {
    text-align: center; }

.milk-btn-black {
  color: #000000;
  font-size: 1rem;
  font-family: "SupremeLL-BoldFlat";
  position: relative;
  display: inline-block;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  transition: all 0.5s ease; }
  .milk-btn-black::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 4px;
    width: 8px;
    height: 17px;
    background-image: url(../assets/arrow-right-readmore.svg);
    background-repeat: no-repeat; }
  .milk-btn-black:hover {
    opacity: 0.6; }

.milk-btn-white {
  color: #ffffff;
  font-size: 1rem;
  font-family: "SupremeLL-BoldFlat";
  position: relative;
  display: inline-block;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  transition: all 0.5s ease; }
  .milk-btn-white::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 4px;
    width: 8px;
    height: 17px;
    background-image: url(../assets/learn-more-white-arrow.svg);
    background-repeat: no-repeat; }
  .milk-btn-white:hover {
    opacity: 0.6; }

.milk-video-button {
  position: relative; }
  .milk-video-button::after {
    width: 30px;
    height: 30px;
    top: -3px;
    right: -40px;
    background-image: url(../assets/ellipse.svg); }

#manage-ajax-response .status i {
  display: none; }

.caf-row.loading .status {
  width: 70px;
  background-image: url(../assets/loader.gif);
  display: block;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  height: 70px;
  background-size: 100%;
  display: block; }

.milk-hidden-video {
  height: 100%;
  padding: 0;
  position: absolute !important;
  top: 0;
  width: 100%;
  display: none; }
  .milk-hidden-video .et_pb_column {
    height: 100%; }
    .milk-hidden-video .et_pb_column .et_pb_module {
      height: 100%; }
      .milk-hidden-video .et_pb_column .et_pb_module .et_pb_code_inner {
        height: 100%; }
        .milk-hidden-video .et_pb_column .et_pb_module .et_pb_code_inner .fluid-width-video-wrapper {
          height: 100%; }

span.cloase {
  display: inline-block;
  position: absolute;
  top: 70px;
  background-color: #000000;
  z-index: 9;
  right: 32px;
  cursor: pointer;
  font-size: 2.8125rem;
  color: #ffffff; }

/* Bootstrap */
@media (min-width: 320px) {
  .d-xs-none {
    display: none !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-row {
    display: table-row !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-flex {
    display: flex !important; }
  .d-xs-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

body .screen-max-width {
  padding: 0 20px; }
  @media (min-width: 768px) {
    body .screen-max-width {
      padding: 0 80px; } }
  @media (min-width: 992px) {
    body .screen-max-width {
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 130px;
      width: 100%; } }

body .article-content-max-width {
  padding: 0 20px; }
  @media (min-width: 768px) {
    body .article-content-max-width {
      padding: 0 80px; } }
  @media (min-width: 992px) {
    body .article-content-max-width {
      max-width: 743px;
      margin: 0 auto;
      padding: 0;
      width: 100%; } }

.footer-section {
  margin-bottom: 0; }
  .footer-section .footer-banner-img {
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 25%;
    background-color: #000; }
    @media (min-width: 992px) {
      .footer-section .footer-banner-img {
        background-position: 50%;
        background-size: contain; } }
  .footer-section .footer-content {
    font-size: 1rem;
    font-weight: 700; }
  .footer-section .footer-banner-container {
    position: relative; }
    .footer-section .footer-banner-container:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.7;
      z-index: 1; }
  .footer-section .footer-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5; }
    .footer-section .footer-banner-content h1 {
      text-transform: uppercase; }
    @media (max-width: 767.9px) {
      .footer-section .footer-banner-content {
        transform: translate(-50%, -50%);
        top: 105%;
        left: 40%; } }
    @media (min-width: 768px) and (max-width: 991.9px) {
      .footer-section .footer-banner-content {
        right: 70px;
        top: 75px;
        max-width: 450px; } }
    @media (min-width: 992px) {
      .footer-section .footer-banner-content {
        right: 20%;
        left: auto;
        transform: translateY(-50%); } }
    .footer-section .footer-banner-content h1,
    .footer-section .footer-banner-content h2,
    .footer-section .footer-banner-content h3,
    .footer-section .footer-banner-content h4,
    .footer-section .footer-banner-content h5,
    .footer-section .footer-banner-content h6 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 24px;
      font-style: italic; }
    .footer-section .footer-banner-content a {
      color: #000000;
      border: 2px solid #ffffff;
      background: #ffffff;
      border-radius: 99px;
      font-size: 1rem;
      letter-spacing: 1px;
      padding: 10px 25px;
      text-transform: uppercase;
      font-weight: 600; }

#main-footer {
  background-color: #050505 !important;
  text-align: center; }
  #main-footer .et_pb_widget {
    float: none !important; }
  #main-footer #menu-footer-menu {
    display: inline-flex;
    margin-top: 6em; }
    @media (max-width: 991.9px) {
      #main-footer #menu-footer-menu {
        display: inline-block;
        margin-top: 5em; } }
    #main-footer #menu-footer-menu li {
      padding: 5px 20px; }
      #main-footer #menu-footer-menu li a {
        color: #ffffff;
        font-weight: 700; }
      #main-footer #menu-footer-menu li.has-image {
        display: none; }
  #main-footer .social-icon {
    margin: 3em 0; }
    #main-footer .social-icon ul {
      display: inline-flex; }
      #main-footer .social-icon ul li {
        padding: 0 20px;
        display: none; }
        #main-footer .social-icon ul li.has-image {
          display: inline-flex; }
    @media (max-width: 991.9px) {
      #main-footer .social-icon {
        margin: 2em 0; } }
  #main-footer .footer-check p {
    font-size: 1rem;
    color: #ffffff; }
    #main-footer .footer-check p a {
      color: #ffffff !important;
      font-weight: 700 !important; }
  #main-footer .footer-check .check-desk {
    display: block; }
    @media (max-width: 991.9px) {
      #main-footer .footer-check .check-desk {
        display: none; } }
  #main-footer .footer-check .check-mob {
    display: none; }
    @media (max-width: 991.9px) {
      #main-footer .footer-check .check-mob {
        display: block;
        padding-bottom: 0; }
        #main-footer .footer-check .check-mob a {
          font-weight: 700;
          color: #ffffff; } }
  #main-footer .footer-bottom {
    padding: 2em 20px 2.5em 20px; }
    #main-footer .footer-bottom p {
      font-size: 0.75rem;
      color: #ffffff;
      font-weight: 300;
      line-height: 14px; }

.milk-footer-left-white, #left-area .milk-footer-left-black {
  padding: 146px 0; }
  .milk-footer-left-white.mobile, #left-area .mobile.milk-footer-left-black {
    display: none; }
  @media (max-width: 767.9px) {
    .milk-footer-left-white.desktop, #left-area .desktop.milk-footer-left-black {
      display: none; }
    .milk-footer-left-white.mobile, #left-area .mobile.milk-footer-left-black {
      display: block; } }
  .milk-footer-left-white h3, #left-area .milk-footer-left-black h3 {
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 4.5625rem;
    text-align: right;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 20px 40px; }
  .milk-footer-left-white p, #left-area .milk-footer-left-black p {
    text-align: right; }
    .milk-footer-left-white p a, #left-area .milk-footer-left-black p a {
      padding: 20px 40px;
      background-color: #ffffff;
      border-radius: 80px;
      color: #000000;
      font-size: 1.125rem;
      text-transform: uppercase; }
  @media (max-width: 991.9px) {
    .milk-footer-left-white, #left-area .milk-footer-left-black {
      padding: 15em 0 60px 0; }
      .milk-footer-left-white h3, #left-area .milk-footer-left-black h3 {
        text-align: left;
        padding: 40px 0;
        line-height: normal;
        margin: 0; } }
    @media (max-width: 991.9px) and (max-width: 767.9px) {
      .milk-footer-left-white h3, #left-area .milk-footer-left-black h3 {
        padding: 20px 0; } }
  @media (max-width: 991.9px) {
      .milk-footer-left-white p, #left-area .milk-footer-left-black p {
        text-align: left; } }
    @media (max-width: 991.9px) and (max-width: 767.9px) {
      .milk-footer-left-white p, #left-area .milk-footer-left-black p {
        padding: 20px 0px !important;
        background-color: #ffffff;
        border-radius: 80px; }
        .milk-footer-left-white p a, #left-area .milk-footer-left-black p a {
          width: 100%; } }

header#main-header {
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "SupremeLL-BoldFlat";
  background-color: #000000; }
  header#main-header #et_mobile_nav_menu .et_mobile_menu a,
  header#main-header #top-menu a {
    color: #ffffff;
    text-transform: uppercase; }
  header#main-header #top-menu .sub-menu,
  header#main-header #et_mobile_nav_menu .et_mobile_menu {
    background: #000000;
    border: none;
    top: 60px; }
  header#main-header #et_top_search {
    display: none; }
  header#main-header .et_menu_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px !important;
    height: 100%; }
    header#main-header .et_menu_container::after {
      display: none; }
    header#main-header .et_menu_container .logo_container {
      position: static !important;
      width: auto;
      padding-left: 0; }
      @media (max-width: 991.9px) {
        header#main-header .et_menu_container .logo_container #logo {
          max-width: 71%; } }
    header#main-header .et_menu_container #top-menu-nav {
      padding-right: 0;
      height: 100%; }
      header#main-header .et_menu_container #top-menu-nav a:focus {
        outline: none !important; }
    header#main-header .et_menu_container #et-top-navigation {
      height: 100%; }
  @media (max-width: 991.9px) {
    header#main-header .et_menu_container {
      width: 100%;
      height: 60px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 20px !important; }
      header#main-header .et_menu_container .logo_container {
        position: static;
        float: left; }
      header#main-header .et_menu_container #et-top-navigation {
        padding-top: 0; }
        header#main-header .et_menu_container #et-top-navigation .mobile_nav {
          transition: 0.4s ease-in-out; }
          header#main-header .et_menu_container #et-top-navigation .mobile_nav.closed .mobile_menu_bar {
            padding-bottom: 0;
            width: 23px;
            height: 14px;
            background: url(../assets/hamburger-menu.svg) no-repeat; }
            header#main-header .et_menu_container #et-top-navigation .mobile_nav.closed .mobile_menu_bar:before {
              display: none; }
          header#main-header .et_menu_container #et-top-navigation .mobile_nav.opened .mobile_menu_bar {
            padding-bottom: 0;
            width: 17px;
            height: 17px;
            background: url(../assets/close-icon.svg) no-repeat; }
            header#main-header .et_menu_container #et-top-navigation .mobile_nav.opened .mobile_menu_bar:before {
              display: none; } }
    @media (max-width: 991.9px) and (max-width: 991.9px) {
      header#main-header .et_menu_container #et-top-navigation {
        height: 60px !important;
        display: flex;
        align-items: center; } }
  @media (max-width: 991.9px) {
        header#main-header .et_menu_container #et-top-navigation #mobile_menu {
          text-align: center; }
          header#main-header .et_menu_container #et-top-navigation #mobile_menu li {
            padding-left: 0 !important; }
            header#main-header .et_menu_container #et-top-navigation #mobile_menu li.menu-item-has-children a {
              position: relative; }
          header#main-header .et_menu_container #et-top-navigation #mobile_menu .sub-menu {
            padding-left: 0 !important; } }
  @media (max-width: 991.9px) {
    header#main-header {
      height: 60px; } }

#top-menu li a {
  white-space: nowrap; }

#top-menu li.has-image img {
  max-width: inherit; }

#et-top-navigation {
  padding: 0 !important; }
  #et-top-navigation ul li a {
    padding-bottom: 0 !important; }
    @media (max-width: 991.9px) {
      #et-top-navigation ul li a {
        padding: 10px !important; } }

#et-secondary-nav .menu-item-has-children > a:first-child:after,
#top-menu .menu-item-has-children > a:first-child:after {
  font-size: 25px !important;
  right: -4px !important;
  font-weight: 500 !important;
  top: 50% !important;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out; }
  @media (min-width: 768px) and (max-width: 991.9px) {
    #et-secondary-nav .menu-item-has-children > a:first-child:after,
    #top-menu .menu-item-has-children > a:first-child:after {
      right: -12px !important; } }

#mobile_menu .menu-item-has-children > a:first-child:after {
  font-family: ETmodules;
  content: "3";
  position: absolute;
  font-size: 25px !important;
  font-weight: 500 !important;
  top: 50% !important;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out; }

#mega-menu-wrap-primary-menu {
  height: 100%;
  background-color: inherit !important; }
  #mega-menu-wrap-primary-menu .mega-menu {
    height: 100% !important; }
    #mega-menu-wrap-primary-menu .mega-menu .mega-menu-item {
      height: 100% !important; }
      #mega-menu-wrap-primary-menu .mega-menu .mega-menu-item.mega-toggle-on a {
        background-color: inherit !important; }
      #mega-menu-wrap-primary-menu .mega-menu .mega-menu-item a {
        height: 100% !important;
        display: flex !important;
        align-items: center;
        text-transform: uppercase !important;
        font-size: 1rem !important;
        padding: 0 20px !important; }
        #mega-menu-wrap-primary-menu .mega-menu .mega-menu-item a:hover {
          background-color: inherit !important; }
        #mega-menu-wrap-primary-menu .mega-menu .mega-menu-item a .mega-indicator:after {
          font-family: ETmodules !important;
          content: "3" !important;
          position: relative !important;
          font-size: 25px !important;
          font-weight: 500 !important;
          line-height: 39px !important; }
        #mega-menu-wrap-primary-menu .mega-menu .mega-menu-item a[aria-expanded="true"] .mega-indicator:after {
          transform: rotate(180deg) !important; }
    #mega-menu-wrap-primary-menu .mega-menu .mega-sub-menu {
      border-radius: 20px !important;
      top: auto !important;
      left: -50% !important;
      background-color: #000 !important;
      margin-top: 10px !important;
      padding: 15px 0 !important;
      width: 280px !important; }
      #mega-menu-wrap-primary-menu .mega-menu .mega-sub-menu li {
        padding: 0 !important;
        width: 100%; }
        #mega-menu-wrap-primary-menu .mega-menu .mega-sub-menu li a {
          padding: 15px 20px !important;
          text-align: center !important;
          line-height: 18.75px !important;
          display: block !important;
          text-transform: uppercase !important;
          background-color: inherit !important;
          color: #fff !important; }
          #mega-menu-wrap-primary-menu .mega-menu .mega-sub-menu li a:hover {
            opacity: 1 !important; }
      #mega-menu-wrap-primary-menu .mega-menu .mega-sub-menu .mega-indicator:after {
        font-family: ETmodules !important;
        content: "3" !important;
        position: relative !important;
        font-size: 25px !important;
        font-weight: 500 !important;
        line-height: 39px !important; }

#et_mobile_nav_menu {
  display: none !important; }

#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
  height: auto; }

.mega-toggle-blocks-right {
  background: #000 !important; }
  .mega-toggle-blocks-right .mega-toggle-block {
    margin: 0 !important; }

#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background: #fff !important;
  border-radius: 0 !important; }

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary-menu .mega-menu {
    position: fixed !important;
    top: 60px !important;
    left: 0 !important;
    width: 100% !important;
    background: #000 !important;
    padding: 60px 0 !important;
    overflow-y: auto !important;
    height: calc(100vh - 60px) !important; }
    #mega-menu-wrap-primary-menu .mega-menu .mega-menu-item {
      height: auto !important; }
      #mega-menu-wrap-primary-menu .mega-menu .mega-menu-item .mega-menu-link {
        display: flex !important;
        justify-content: center;
        outline: none !important;
        padding: 8px 20px !important; }
        #mega-menu-wrap-primary-menu .mega-menu .mega-menu-item .mega-menu-link .mega-indicator:after {
          position: absolute !important;
          line-height: 15px !important;
          top: -7px !important; }
    #mega-menu-wrap-primary-menu .mega-menu .mega-sub-menu {
      width: 100% !important;
      margin: 0 !important;
      padding-top: 0 !important; }
      #mega-menu-wrap-primary-menu .mega-menu .mega-sub-menu .mega-menu-link {
        font-size: 0.875rem !important;
        color: #adadad !important;
        padding: 12px !important; }
  body.mega-menu-primary-menu-mobile-open {
    overflow-y: hidden; } }

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: #000000 !important; }

@media (max-width: 992px) {
  .et_fixed_nav #main-header.et-fixed-header {
    position: fixed;
    background: #000000; }
  .et_fixed_nav #et-top-navigation {
    transition: none; } }

.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-in-img {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in-img {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.recipe-page a {
  color: #000000;
  font-family: "Gotham-Bold";
  color: #000000;
  display: inline-block;
  text-decoration: underline; }

.recipe-page .hero-nav-section {
  position: relative; }
  .recipe-page .hero-nav-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(182deg, rgba(10, 10, 10, 0.7) 100%, rgba(10, 10, 10, 0.7) 100%);
    opacity: 0.7;
    z-index: 1; }
  .recipe-page .hero-nav-section .hero-nav {
    height: 372px;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; }
  .recipe-page .hero-nav-section .recipe-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5; }
    @media (min-width: 992px) {
      .recipe-page .hero-nav-section .recipe-title {
        font-size: 4.375rem;
        margin: 0 auto;
        width: 80%;
        max-width: 800px;
        padding: 0; } }
    .recipe-page .hero-nav-section .recipe-title .recipe-title-text {
      text-align: center;
      text-transform: uppercase;
      color: #ffffff;
      margin-bottom: 22px;
      line-height: 29.75px;
      font-family: "SupremeLL-JumboItalic"; }
      @media (min-width: 992px) {
        .recipe-page .hero-nav-section .recipe-title .recipe-title-text {
          font-size: 4.375rem;
          line-height: 59.5px; } }
    .recipe-page .hero-nav-section .recipe-title .recipe-title-cat {
      color: #ffffff;
      background: #000000;
      padding: 6px 16px;
      line-height: 32px;
      letter-spacing: 0.2px;
      vertical-align: top;
      font-size: 1rem;
      font-weight: 700;
      font-family: "SupremeLL-BoldFlat"; }
    @media (max-width: 991.9px) {
      .recipe-page .hero-nav-section .recipe-title {
        width: 90%; } }

.recipe-page .recipe-intro-section {
  margin-bottom: 70px; }
  @media (min-width: 992px) {
    .recipe-page .recipe-intro-section {
      margin-bottom: 112px; } }
  .recipe-page .recipe-intro-section .recipe-intake {
    visibility: hidden; }
    @media (min-width: 992px) {
      .recipe-page .recipe-intro-section .recipe-intake {
        margin: 0 auto;
        max-width: 780px;
        justify-content: center; } }
  .recipe-page .recipe-intro-section .recipe-intro {
    text-align: center; }
  .recipe-page .recipe-intro-section .rec-intro {
    font-size: 1rem;
    margin: 0 auto 60px;
    text-align: center; }
    @media (min-width: 992px) {
      .recipe-page .recipe-intro-section .rec-intro {
        max-width: 640px; } }
    .recipe-page .recipe-intro-section .rec-intro p {
      font-size: 1.5rem;
      line-height: normal;
      font-family: "Gotham-Light";
      line-height: 32px;
      color: #000000; }
      @media (max-width: 991.9px) {
        .recipe-page .recipe-intro-section .rec-intro p {
          font-size: 1.125rem;
          line-height: 23px; } }
  .recipe-page .recipe-intro-section .servings {
    margin-bottom: 30px; }
    .recipe-page .recipe-intro-section .servings .serving-amount {
      color: #000000;
      margin-bottom: 20px;
      padding: 0;
      line-height: 73px;
      font-style: italic;
      font-size: 4.75rem;
      font-weight: 700;
      font-family: "SupremeLL-JumboItalic"; }
      @media (max-width: 991.9px) {
        .recipe-page .recipe-intro-section .servings .serving-amount {
          font-size: 3.125rem;
          margin-bottom: 0; } }
    .recipe-page .recipe-intro-section .servings .serving-unit {
      color: #000000;
      text-transform: uppercase;
      font-style: italic;
      line-height: 11.52px;
      font-size: 0.75rem;
      font-weight: 700;
      font-family: "SupremeLL-Black"; }
      @media (min-width: 992px) {
        .recipe-page .recipe-intro-section .servings .serving-unit {
          font-size: 1.25rem;
          line-height: 19.2px; } }

.recipe-page .recipe-directions-section {
  margin-bottom: 43px; }
  @media (min-width: 992px) {
    .recipe-page .recipe-directions-section {
      margin-bottom: 72px; } }
  .recipe-page .recipe-directions-section .recipe-directions {
    margin: 0; }
  .recipe-page .recipe-directions-section .recipe-ingredients-wrapper {
    color: #ffffff;
    font-size: 1rem; }
    @media (max-width: 991.9px) {
      .recipe-page .recipe-directions-section .recipe-ingredients-wrapper {
        margin-bottom: 70px;
        padding: 0; } }
    @media (min-width: 992px) {
      .recipe-page .recipe-directions-section .recipe-ingredients-wrapper {
        padding: 0 28px 0 0; } }
    .recipe-page .recipe-directions-section .recipe-ingredients-wrapper ul {
      margin-bottom: 10px;
      list-style: none; }
    .recipe-page .recipe-directions-section .recipe-ingredients-wrapper li {
      font-weight: 500;
      border-bottom: 1.5px solid #ffffff;
      padding: 10px 0; }
      .recipe-page .recipe-directions-section .recipe-ingredients-wrapper li:first-child {
        padding-top: 0; }
      @media (max-width: 991.9px) {
        .recipe-page .recipe-directions-section .recipe-ingredients-wrapper li {
          border-bottom: 1.5px solid #525252; } }
      .recipe-page .recipe-directions-section .recipe-ingredients-wrapper li:last-child {
        border: none; }
    .recipe-page .recipe-directions-section .recipe-ingredients-wrapper .recipe-ingr {
      background: #000000;
      padding: 20px; }
      .recipe-page .recipe-directions-section .recipe-ingredients-wrapper .recipe-ingr h1,
      .recipe-page .recipe-directions-section .recipe-ingredients-wrapper .recipe-ingr h2,
      .recipe-page .recipe-directions-section .recipe-ingredients-wrapper .recipe-ingr h3,
      .recipe-page .recipe-directions-section .recipe-ingredients-wrapper .recipe-ingr h4,
      .recipe-page .recipe-directions-section .recipe-ingredients-wrapper .recipe-ingr h5,
      .recipe-page .recipe-directions-section .recipe-ingredients-wrapper .recipe-ingr h6 {
        text-align: center;
        color: #ffffff;
        line-height: 28px;
        letter-spacing: 0.2px;
        margin-bottom: 26px;
        padding: 0;
        font-size: 1.5rem;
        font-weight: 500;
        font-family: "SupremeLL-Black"; }
        @media (max-width: 991.9px) {
          .recipe-page .recipe-directions-section .recipe-ingredients-wrapper .recipe-ingr h1,
          .recipe-page .recipe-directions-section .recipe-ingredients-wrapper .recipe-ingr h2,
          .recipe-page .recipe-directions-section .recipe-ingredients-wrapper .recipe-ingr h3,
          .recipe-page .recipe-directions-section .recipe-ingredients-wrapper .recipe-ingr h4,
          .recipe-page .recipe-directions-section .recipe-ingredients-wrapper .recipe-ingr h5,
          .recipe-page .recipe-directions-section .recipe-ingredients-wrapper .recipe-ingr h6 {
            color: #000000; } }
      @media (max-width: 991.9px) {
        .recipe-page .recipe-directions-section .recipe-ingredients-wrapper .recipe-ingr {
          background: transparent;
          color: #000000;
          padding: 0; } }
      .recipe-page .recipe-directions-section .recipe-ingredients-wrapper .recipe-ingr ul li,
      .recipe-page .recipe-directions-section .recipe-ingredients-wrapper .recipe-ingr ol li {
        line-height: 1.625rem;
        font-size: 1.125rem;
        font-weight: 500;
        font-family: "Gotham-Light"; }
        @media (max-width: 991.9px) {
          .recipe-page .recipe-directions-section .recipe-ingredients-wrapper .recipe-ingr ul li,
          .recipe-page .recipe-directions-section .recipe-ingredients-wrapper .recipe-ingr ol li {
            font-size: 1rem;
            line-height: 1.5rem;
            color: #000000; } }
  @media (max-width: 991.9px) {
    .recipe-page .recipe-directions-section .recipe-steps {
      padding: 0; } }
  .recipe-page .recipe-directions-section .recipe-steps iframe {
    width: 100%; }
  @media (min-width: 992px) {
    .recipe-page .recipe-directions-section .recipe-steps {
      padding: 0 0 0 28px; } }
  .recipe-page .recipe-directions-section .recipe-steps h1,
  .recipe-page .recipe-directions-section .recipe-steps h2,
  .recipe-page .recipe-directions-section .recipe-steps h3,
  .recipe-page .recipe-directions-section .recipe-steps h4,
  .recipe-page .recipe-directions-section .recipe-steps h5,
  .recipe-page .recipe-directions-section .recipe-steps h6 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 24px;
    font-size: 1.875rem;
    font-weight: 700;
    font-family: "SupremeLL-JumboItalic";
    text-decoration: none; }
    @media (min-width: 992px) {
      .recipe-page .recipe-directions-section .recipe-steps h1,
      .recipe-page .recipe-directions-section .recipe-steps h2,
      .recipe-page .recipe-directions-section .recipe-steps h3,
      .recipe-page .recipe-directions-section .recipe-steps h4,
      .recipe-page .recipe-directions-section .recipe-steps h5,
      .recipe-page .recipe-directions-section .recipe-steps h6 {
        font-size: 2.5rem; } }
    .recipe-page .recipe-directions-section .recipe-steps h1 a,
    .recipe-page .recipe-directions-section .recipe-steps h2 a,
    .recipe-page .recipe-directions-section .recipe-steps h3 a,
    .recipe-page .recipe-directions-section .recipe-steps h4 a,
    .recipe-page .recipe-directions-section .recipe-steps h5 a,
    .recipe-page .recipe-directions-section .recipe-steps h6 a {
      text-decoration: none; }
  .recipe-page .recipe-directions-section .recipe-steps p,
  .recipe-page .recipe-directions-section .recipe-steps ul,
  .recipe-page .recipe-directions-section .recipe-steps ol,
  .recipe-page .recipe-directions-section .recipe-steps pre,
  .recipe-page .recipe-directions-section .recipe-steps span {
    font-size: 1rem;
    font-weight: 500;
    font-family: "Gotham-Light";
    color: #000000;
    line-height: 1.625rem;
    letter-spacing: 0.2px; }
    @media (min-width: 992px) {
      .recipe-page .recipe-directions-section .recipe-steps p,
      .recipe-page .recipe-directions-section .recipe-steps ul,
      .recipe-page .recipe-directions-section .recipe-steps ol,
      .recipe-page .recipe-directions-section .recipe-steps pre,
      .recipe-page .recipe-directions-section .recipe-steps span {
        font-size: 1.125rem; } }
    @media (max-width: 991.9px) {
      .recipe-page .recipe-directions-section .recipe-steps p,
      .recipe-page .recipe-directions-section .recipe-steps ul,
      .recipe-page .recipe-directions-section .recipe-steps ol,
      .recipe-page .recipe-directions-section .recipe-steps pre,
      .recipe-page .recipe-directions-section .recipe-steps span {
        line-height: 1.5rem; } }
  .recipe-page .recipe-directions-section .recipe-steps .directions {
    margin-bottom: 46px; }
    .recipe-page .recipe-directions-section .recipe-steps .directions img {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .recipe-page .recipe-directions-section .recipe-steps .directions {
        margin-bottom: 58px; } }
  .recipe-page .recipe-directions-section .recipe-steps ul {
    padding: 0 0 23px 1em;
    list-style-type: disc;
    list-style: inherit;
    margin-bottom: 30px; }
    .recipe-page .recipe-directions-section .recipe-steps ul li {
      line-height: 1.625rem; }
      @media (max-width: 991.9px) {
        .recipe-page .recipe-directions-section .recipe-steps ul li {
          line-height: 1.5rem; } }
  .recipe-page .recipe-directions-section .recipe-steps img {
    margin: 28px 0; }
  .recipe-page .recipe-directions-section .recipe-steps .fe-image {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 50%;
       object-position: 20% 50%; }
    @media (min-width: 992px) {
      .recipe-page .recipe-directions-section .recipe-steps .fe-image {
        height: 555px; } }
    @media (min-width: 768px) and (max-width: 991.9px) {
      .recipe-page .recipe-directions-section .recipe-steps .fe-image {
        height: 370px; } }

.recipe-page .other-recipes-section {
  margin-bottom: 70px; }
  @media (min-width: 992px) {
    .recipe-page .other-recipes-section {
      margin-bottom: 112px; } }
  .recipe-page .other-recipes-section .other-recipes-section-heading,
  .recipe-page .other-recipes-section h1,
  .recipe-page .other-recipes-section h2,
  .recipe-page .other-recipes-section h3,
  .recipe-page .other-recipes-section h4,
  .recipe-page .other-recipes-section h5,
  .recipe-page .other-recipes-section h6 {
    border-top: 1px solid #000000;
    padding: 70px 0 46px;
    color: #000000;
    line-height: 28.8px;
    font-size: 1.875rem;
    font-weight: 700;
    font-family: "SupremeLL-JumboItalic"; }
    @media (min-width: 992px) {
      .recipe-page .other-recipes-section .other-recipes-section-heading,
      .recipe-page .other-recipes-section h1,
      .recipe-page .other-recipes-section h2,
      .recipe-page .other-recipes-section h3,
      .recipe-page .other-recipes-section h4,
      .recipe-page .other-recipes-section h5,
      .recipe-page .other-recipes-section h6 {
        font-size: 2.5rem;
        padding: 55px 0 38px;
        line-height: 38.4px; } }
  @media (max-width: 991.9px) {
    .recipe-page .other-recipes-section .other-recipe {
      margin-bottom: 30px; } }
  .recipe-page .other-recipes-section .other-recipe .other-recipe-img {
    height: 251px;
    margin-bottom: 20px;
    opacity: 0; }
    .recipe-page .other-recipes-section .other-recipe .other-recipe-img.fade-in-img {
      -webkit-animation: fade-in-img 3s forwards;
              animation: fade-in-img 3s forwards; }
    @media (min-width: 992px) {
      .recipe-page .other-recipes-section .other-recipe .other-recipe-img {
        margin-bottom: 25px;
        height: 180px; } }
    .recipe-page .other-recipes-section .other-recipe .other-recipe-img img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .recipe-page .other-recipes-section .other-recipe .other-rec-title {
    color: #000000;
    font-size: 0.9375rem;
    font-weight: 700;
    font-style: italic; }

.recipe-page .related-post.grid {
  margin: 0;
  visibility: hidden; }
  .recipe-page .related-post.grid .post-list .item {
    margin: 0;
    padding: 0 15px;
    overflow: visible; }
    @media (max-width: 991.9px) {
      .recipe-page .related-post.grid .post-list .item {
        margin: 0 0 30px; }
        .recipe-page .related-post.grid .post-list .item:last-child {
          margin: 0; } }
    .recipe-page .related-post.grid .post-list .item .title.post_title {
      color: #000000;
      line-height: 28px;
      letter-spacing: 1.3px;
      font-size: 1.5rem;
      font-weight: 700;
      font-family: "SupremeLL-Black";
      position: relative; }
      .recipe-page .related-post.grid .post-list .item .title.post_title .arrow-icon.icon-right-arrow-font {
        font-family: "fontello";
        font-style: normal;
        font-size: 15px;
        font-weight: normal; }
  .recipe-page .related-post.grid .post-list .thumb.post_thumb {
    margin: 0 0 20px;
    overflow: visible;
    max-height: 251px !important;
    height: auto; }
    @media (min-width: 992px) {
      .recipe-page .related-post.grid .post-list .thumb.post_thumb {
        margin: 0 0 10px; } }
    .recipe-page .related-post.grid .post-list .thumb.post_thumb img {
      height: 251px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 992px) {
        .recipe-page .related-post.grid .post-list .thumb.post_thumb img {
          height: 180px; } }

.recipe-page .breadcrumb {
  margin: 15px 20px 63px; }
  @media (min-width: 992px) {
    .recipe-page .breadcrumb {
      margin: 13px 55px 90px; } }
  .recipe-page .breadcrumb .breadcrumb-intro p {
    color: #000000;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Gotham-Light";
    line-height: 1.5rem; }
    @media (min-width: 992px) {
      .recipe-page .breadcrumb .breadcrumb-intro p {
        font-size: 1.125rem; } }
    .recipe-page .breadcrumb .breadcrumb-intro p span a {
      color: #000000;
      display: inline-block; }

.milk-recipes-landing-page #manage-ajax-response {
  padding: 0; }
  .milk-recipes-landing-page #manage-ajax-response #caf-post-layout1 .milk-post-layout {
    padding-right: 0 !important; }
  .milk-recipes-landing-page #manage-ajax-response #caf-post-layout1 .manage-layout1 {
    height: auto;
    position: relative; }
    @media (max-width: 991.9px) {
      .milk-recipes-landing-page #manage-ajax-response #caf-post-layout1 .manage-layout1 {
        height: auto; } }
    .milk-recipes-landing-page #manage-ajax-response #caf-post-layout1 .manage-layout1 .caf-featured-img-box {
      width: auto;
      height: 180px;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (max-width: 991.9px) {
        .milk-recipes-landing-page #manage-ajax-response #caf-post-layout1 .manage-layout1 .caf-featured-img-box {
          height: 480px; } }
      @media (max-width: 575.9px) {
        .milk-recipes-landing-page #manage-ajax-response #caf-post-layout1 .manage-layout1 .caf-featured-img-box {
          height: 400px; } }
      @media (max-width: 480px) {
        .milk-recipes-landing-page #manage-ajax-response #caf-post-layout1 .manage-layout1 .caf-featured-img-box {
          height: 300px; } }
      .milk-recipes-landing-page #manage-ajax-response #caf-post-layout1 .manage-layout1 .caf-featured-img-box img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .milk-recipes-landing-page #manage-ajax-response #caf-post-layout1 .manage-layout1 .category-milk span {
      background-color: #000000;
      color: #ffffff;
      padding: 0px 8px;
      font-size: 0.625rem;
      margin-top: 14px;
      display: inline-block;
      margin-bottom: 6px;
      font-weight: 700;
      height: 16px;
      line-height: 16px; }
    .milk-recipes-landing-page #manage-ajax-response #caf-post-layout1 .manage-layout1 #manage-post-area .caf-post-title {
      background-color: transparent;
      padding-bottom: 12px;
      height: 84px;
      overflow: hidden;
      width: 100%; }
      .milk-recipes-landing-page #manage-ajax-response #caf-post-layout1 .manage-layout1 #manage-post-area .caf-post-title h2 {
        color: #000000;
        font-size: 1.25rem;
        line-height: normal;
        position: relative;
        display: inline-block;
        padding-right: 8px;
        font-family: "SupremeLL-BoldFlat"; }
      .milk-recipes-landing-page #manage-ajax-response #caf-post-layout1 .manage-layout1 #manage-post-area .caf-post-title .arrow-icon {
        font-size: 0.9375rem;
        font-family: "fontello";
        font-style: normal;
        font-weight: normal; }
    .milk-recipes-landing-page #manage-ajax-response #caf-post-layout1 .manage-layout1 .caf-content {
      display: flex;
      overflow: hidden;
      height: 184px; }
      .milk-recipes-landing-page #manage-ajax-response #caf-post-layout1 .manage-layout1 .caf-content p {
        font-size: 1.125rem;
        color: #525252; }
      @media (max-width: 991.9px) {
        .milk-recipes-landing-page #manage-ajax-response #caf-post-layout1 .manage-layout1 .caf-content {
          height: auto; } }
    .milk-recipes-landing-page #manage-ajax-response #caf-post-layout1 .manage-layout1 .caf-content-read-more {
      border: 0;
      width: 100%;
      padding: 0;
      text-align: left;
      border-radius: 0;
      position: static;
      bottom: 1px;
      margin-bottom: 50px; }
      @media (max-width: 991.9px) {
        .milk-recipes-landing-page #manage-ajax-response #caf-post-layout1 .manage-layout1 .caf-content-read-more {
          position: static; } }
      .milk-recipes-landing-page #manage-ajax-response #caf-post-layout1 .manage-layout1 .caf-content-read-more a.caf-read-more {
        display: none !important;
        color: #000000;
        position: relative;
        font-size: 1rem;
        font-family: "SupremeLL-Black";
        line-height: 15px;
        background-color: transparent;
        border: 0; }
        .milk-recipes-landing-page #manage-ajax-response #caf-post-layout1 .manage-layout1 .caf-content-read-more a.caf-read-more::after {
          content: "";
          position: absolute;
          right: -20px;
          top: 3px;
          width: 8px;
          height: 17px;
          background-image: url(../assets/arrow-right-readmore.svg);
          background-repeat: no-repeat; }

.milk-recipes-landing-page .count span {
  font-size: 1.125rem;
  color: #525252; }
  @media (max-width: 991.9px) {
    .milk-recipes-landing-page .count span {
      font-size: 1rem; } }

.milk-recipes-landing-page #caf-layout-pagination {
  text-align: right !important;
  padding: 0 !important; }
  .milk-recipes-landing-page #caf-layout-pagination li {
    display: contents; }
    .milk-recipes-landing-page #caf-layout-pagination li .page-numbers {
      color: #525252;
      font-size: 1.125rem; }
      .milk-recipes-landing-page #caf-layout-pagination li .page-numbers.current {
        text-decoration: underline; }
    .milk-recipes-landing-page #caf-layout-pagination li .page-numbers.dots {
      text-decoration: none; }
    .milk-recipes-landing-page #caf-layout-pagination li a.page-numbers {
      color: #525252;
      font-size: 1.125rem; }
    .milk-recipes-landing-page #caf-layout-pagination li a.next {
      color: #ffffff;
      position: relative; }
      .milk-recipes-landing-page #caf-layout-pagination li a.next::before {
        content: "";
        right: 14px;
        position: absolute;
        top: 6px;
        width: 8px;
        height: 17px;
        background-image: url(../assets/pagination-right-arrow.svg);
        background-repeat: no-repeat; }
    .milk-recipes-landing-page #caf-layout-pagination li a.prev {
      color: #ffffff;
      position: relative; }
      .milk-recipes-landing-page #caf-layout-pagination li a.prev::before {
        content: "";
        right: 16px;
        position: absolute;
        top: 3px;
        width: 8px;
        height: 17px;
        background-image: url(../assets/pagination-right-arrow.svg);
        background-repeat: no-repeat;
        transform: rotate(180deg); }
  @media (max-width: 991.9px) {
    .milk-recipes-landing-page #caf-layout-pagination {
      text-align: center !important; } }

.milk-recipes-landing-page .pagenation-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 48px;
  font-family: "Gotham-Light"; }
  @media (max-width: 991.9px) {
    .milk-recipes-landing-page .pagenation-wrapper {
      display: inline;
      text-align: center; }
      .milk-recipes-landing-page .pagenation-wrapper .milkpep-result-cont {
        padding: 22px 0;
        font-family: "Gotham-Light"; } }

.milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 span:first-child {
  display: initial; }
  @media (max-width: 991.9px) {
    .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 span:first-child {
      width: auto !important; } }

.milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown {
  right: auto;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 300px;
  margin: 0 auto; }
  .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown li.init {
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 26px; }
  .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown li {
    border: none;
    border-bottom: 1px solid #000000;
    background-color: #ffffff;
    min-width: 300px;
    padding: 7px 30px;
    border-radius: 25px; }
    @media (max-width: 991.9px) {
      .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown li {
        width: 100%; } }
    .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown li span:first-child {
      display: none; }
    .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown li a.active {
      background-color: transparent !important;
      color: #000000 !important;
      text-align: center;
      font-weight: 700; }
    .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown li a {
      background-color: transparent !important;
      color: #000000 !important;
      text-align: center; }
    .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown li .result {
      color: #000000;
      border-bottom: none;
      padding-bottom: 0;
      padding-right: 0;
      font-size: 1.125rem;
      text-transform: uppercase; }
    .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown li .arrow-down,
    .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown li .arrow-up {
      color: #000000;
      padding-right: 0 !important;
      padding-left: 0;
      position: relative;
      right: 0;
      top: 0; }
    .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown li ul {
      right: auto;
      left: 0;
      background-color: transparent;
      box-shadow: none;
      width: auto;
      border-radius: 20px !important;
      overflow: hidden;
      border: 1px solid #000000;
      top: 70px; }
      @media (max-width: 991.9px) {
        .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown li ul {
          height: auto;
          width: 100%; } }
      .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown li ul li {
        padding: 0;
        border-bottom: 0; }
        .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown li ul li a {
          text-transform: uppercase;
          padding: 0;
          padding-bottom: 15px;
          padding-top: 15px;
          padding-left: 30px;
          padding-right: 30px;
          text-align: left;
          font-weight: 700;
          transition: all 0.5s ease; }
      .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown li ul li.activss a {
        text-align: left; }
        .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown li ul li.activss a:hover {
          background: rgba(0, 0, 0, 0.1) !important; }
      .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown li ul li:first-child a {
        padding-top: 30px; }
      .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown li ul li:last-child a {
        padding-bottom: 30px; }
  .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown .activss {
    border-radius: 0; }
  .milk-recipes-landing-page .data-target-div1 #caf-filter-layout2 ul.dropdown .init.activss {
    border-radius: 25px; }

#left-area .milk-hero-banner-below-text {
  padding-top: 90px;
  padding-bottom: 90px; }
  #left-area .milk-hero-banner-below-text .et_pb_row {
    width: 100%; }
  @media (max-width: 767.9px) {
    #left-area .milk-hero-banner-below-text {
      padding-top: 46px;
      padding-bottom: 46px; } }
  #left-area .milk-hero-banner-below-text p {
    font-size: 1.5rem;
    line-height: 32px;
    max-width: 70%;
    margin: 0 auto;
    color: #000000;
    letter-spacing: 0.2px;
    font-family: "Gotham-Light";
    font-weight: 500; }
    @media (max-width: 767.9px) {
      #left-area .milk-hero-banner-below-text p {
        font-size: 1.125rem;
        max-width: 100%;
        line-height: 23px; } }

#left-area .milk-shortcode-recipes .et_pb_row {
  width: 100%; }

#left-area .milk-shortcode-recipes #caf-post-layout-container {
  padding: 0 0; }

#left-area .milk-shortcode-recipes #manage-ajax-response {
  padding: 0;
  border-bottom: 1px solid #000000;
  padding-bottom: 100px;
  margin-bottom: 55px; }
  #left-area .milk-shortcode-recipes #manage-ajax-response #caf-post-layout4 {
    margin-bottom: 61px;
    width: 100%;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    display: flex; }
    @media (max-width: 767.9px) {
      #left-area .milk-shortcode-recipes #manage-ajax-response #caf-post-layout4 {
        display: flex;
        flex-direction: column; } }
    #left-area .milk-shortcode-recipes #manage-ajax-response #caf-post-layout4 .caf-meta-content-cats {
      display: none; }
    #left-area .milk-shortcode-recipes #manage-ajax-response #caf-post-layout4 a.caf-f-img {
      margin-right: 76px; }
    #left-area .milk-shortcode-recipes #manage-ajax-response #caf-post-layout4 .caf-featured-img-box {
      height: 270px;
      box-shadow: none; }
      @media screen and (min-width: 480px) and (max-width: 767px) {
        #left-area .milk-shortcode-recipes #manage-ajax-response #caf-post-layout4 .caf-featured-img-box {
          height: 424px; } }
    #left-area .milk-shortcode-recipes #manage-ajax-response #caf-post-layout4 #manage-post-area {
      width: 63%; }
      @media (max-width: 767.9px) {
        #left-area .milk-shortcode-recipes #manage-ajax-response #caf-post-layout4 #manage-post-area {
          width: 100%; } }
    #left-area .milk-shortcode-recipes #manage-ajax-response #caf-post-layout4 .caf-post-title {
      padding: 0; }
      #left-area .milk-shortcode-recipes #manage-ajax-response #caf-post-layout4 .caf-post-title h2 {
        font-size: 2rem;
        line-height: 2.5rem;
        letter-spacing: 0.2px;
        color: #000000;
        margin-bottom: 10px;
        font-family: "SupremeLL-BoldFlat"; }
        @media (max-width: 767.9px) {
          #left-area .milk-shortcode-recipes #manage-ajax-response #caf-post-layout4 .caf-post-title h2 {
            font-size: 1.5rem;
            margin-top: 18px; } }
    #left-area .milk-shortcode-recipes #manage-ajax-response #caf-post-layout4 .caf-content {
      padding: 0;
      font-size: 1.125rem;
      line-height: 1.625rem;
      letter-spacing: 0.2px;
      margin-bottom: 20px;
      color: #000000;
      font-family: "Gotham-Light"; }
      @media (max-width: 767.9px) {
        #left-area .milk-shortcode-recipes #manage-ajax-response #caf-post-layout4 .caf-content {
          font-size: 1rem;
          line-height: 1.5rem;
          margin-top: 10px; } }
    #left-area .milk-shortcode-recipes #manage-ajax-response #caf-post-layout4 .caf-content-read-more a.caf-read-more {
      display: inline-block;
      font-size: 1rem;
      font-family: "SupremeLL-BoldFlat";
      line-height: 15px;
      letter-spacing: 0.2px;
      text-transform: uppercase;
      color: #000000;
      position: relative;
      margin: 0;
      padding: 0;
      background-color: transparent;
      border: 0; }
      #left-area .milk-shortcode-recipes #manage-ajax-response #caf-post-layout4 .caf-content-read-more a.caf-read-more::after {
        content: "";
        position: absolute;
        right: -20px;
        top: 0;
        width: 8px;
        height: 17px;
        background-image: url(../assets/arrow-right-readmore.svg);
        background-repeat: no-repeat; }
      #left-area .milk-shortcode-recipes #manage-ajax-response #caf-post-layout4 .caf-content-read-more a.caf-read-more:hover {
        color: rgba(0, 0, 0, 0.75); }
        #left-area .milk-shortcode-recipes #manage-ajax-response #caf-post-layout4 .caf-content-read-more a.caf-read-more:hover::after {
          opacity: 0.6; }
  #left-area .milk-shortcode-recipes #manage-ajax-response ul#caf-layout-pagination {
    text-align: right; }
    #left-area .milk-shortcode-recipes #manage-ajax-response ul#caf-layout-pagination li span.page-numbers.current {
      color: #000000;
      background-color: #ffffff;
      font-weight: 600;
      text-decoration: underline; }
    #left-area .milk-shortcode-recipes #manage-ajax-response ul#caf-layout-pagination li a {
      background-color: #ffffff;
      color: #000000;
      position: relative;
      font-size: 1.125rem;
      line-height: 26px;
      padding: 4px;
      font-weight: 600; }
    #left-area .milk-shortcode-recipes #manage-ajax-response ul#caf-layout-pagination li a.next {
      color: #ffffff;
      position: relative; }
      #left-area .milk-shortcode-recipes #manage-ajax-response ul#caf-layout-pagination li a.next::before {
        content: "";
        right: 34px;
        position: absolute;
        top: 10px;
        width: 8px;
        height: 17px;
        background-image: url(../assets/pagination-right-arrow.svg);
        background-repeat: no-repeat; }
    #left-area .milk-shortcode-recipes #manage-ajax-response ul#caf-layout-pagination li a.prev {
      color: #ffffff;
      position: relative; }
      #left-area .milk-shortcode-recipes #manage-ajax-response ul#caf-layout-pagination li a.prev::before {
        content: "";
        right: 14px;
        position: absolute;
        top: 7px;
        width: 8px;
        height: 17px;
        background-image: url(../assets/pagination-right-arrow.svg);
        background-repeat: no-repeat;
        transform: rotate(180deg); }
    #left-area .milk-shortcode-recipes #manage-ajax-response ul#caf-layout-pagination .post-layout4 {
      text-align: right; }

#left-area .milk-shortcode-recipes ul#caf-layout-pagination {
  width: 50% !important;
  float: right; }
  @media (max-width: 767.9px) {
    #left-area .milk-shortcode-recipes ul#caf-layout-pagination {
      width: 100% !important;
      float: none;
      text-align: center !important; } }

#left-area .milk-shortcode-recipes .count.milkpep-result-cont {
  width: 50%;
  float: right;
  font-family: "Gotham-Light"; }
  @media (max-width: 767.9px) {
    #left-area .milk-shortcode-recipes .count.milkpep-result-cont {
      width: 100% !important;
      float: none;
      text-align: center !important;
      padding-bottom: 22px; } }
  #left-area .milk-shortcode-recipes .count.milkpep-result-cont span {
    background-color: #ffffff;
    color: #000000;
    position: relative;
    font-size: 1.125rem;
    line-height: 26px;
    padding: 4px; }

.milk-footer-left-white.foot_top, #left-area .foot_top.milk-footer-left-black {
  background-size: contain !important;
  background-position: left bottom !important; }
  .milk-footer-left-white.foot_top h3, #left-area .foot_top.milk-footer-left-black h3 {
    margin-bottom: 38px;
    color: #000000 !important; }
  .milk-footer-left-white.foot_top a:hover, #left-area .foot_top.milk-footer-left-black a:hover {
    background-color: #000000;
    color: #ffffff; }

.milk-footer-left-white.foot_top, #left-area .foot_top.milk-footer-left-black {
  position: relative; }

@media (max-width: 767.9px) {
  .milk-footer-left-white.foot_top:before, #left-area .foot_top.milk-footer-left-black:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #ededed 43.12%, rgba(237, 237, 237, 0) 73.05%);
    z-index: 0; }
  #left-area .milk-footer-left-white.foot_top, #left-area .foot_top.milk-footer-left-black {
    background-size: contain !important;
    background-position: center bottom !important; }
    #left-area .milk-footer-left-white.foot_top h3, #left-area .foot_top.milk-footer-left-black h3 {
      font-size: 1.875rem; }
    #left-area .milk-footer-left-white.foot_top p, #left-area .foot_top.milk-footer-left-black p {
      text-align: center !important; } }
    @media (max-width: 767.9px) and (max-width: 767.9px) {
      #left-area .milk-footer-left-white.foot_top p, #left-area .foot_top.milk-footer-left-black p {
        padding: 0; } }

@media (max-width: 767.9px) {
    #left-area .milk-footer-left-white.foot_top .pull-right, #left-area .foot_top.milk-footer-left-black .pull-right {
      float: none; } }

.all-essential-nutrients .et_pb_row .et_pb_image_wrap {
  width: 100%;
  padding: 60px 0; }
  .all-essential-nutrients .et_pb_row .et_pb_image_wrap img {
    width: 100%; }
  @media (max-width: 767.9px) {
    .all-essential-nutrients .et_pb_row .et_pb_image_wrap {
      padding: 30px 0; } }

#left-area .milk-2column-image-text .et_pb_row {
  padding: 60px 0; }
  @media (max-width: 767.9px) {
    #left-area .milk-2column-image-text .et_pb_row .et_pb_column {
      margin-bottom: 0; } }
  @media (max-width: 767.9px) {
    #left-area .milk-2column-image-text .et_pb_row {
      padding: 30px 0; } }
  @media (min-width: 768px) and (max-width: 991.9px) {
    #left-area .milk-2column-image-text .et_pb_row {
      padding: 40px 0; } }
  @media (max-width: 767.9px) {
    #left-area .milk-2column-image-text .et_pb_row p:last-child {
      margin-bottom: 60px; } }
  @media (min-width: 768px) and (max-width: 991.9px) {
    #left-area .milk-2column-image-text .et_pb_row p:last-child {
      margin-bottom: 50px; } }

.milk-2column-image-text h3 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  line-height: 38.4px;
  color: #000000;
  font-family: "SupremeLL-JumboItalic"; }
  @media (max-width: 767.9px) {
    .milk-2column-image-text h3 {
      font-size: 1.875rem;
      line-height: 28.8px; } }

.milk-2column-image-text h6 {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  line-height: 28px;
  color: #000000;
  font-family: "SupremeLL-Black";
  font-weight: 700;
  margin: 8px 0 15px; }
  @media (max-width: 767.9px) {
    .milk-2column-image-text h6 {
      font-size: 1.125rem;
      line-height: 22.72px;
      margin: 8px 0 10px; } }

.milk-2column-image-text p {
  font-size: 1.125rem;
  letter-spacing: 0.2px;
  line-height: 26px;
  color: #000000;
  font-family: "Gotham-Light";
  margin-bottom: 32px; }
  @media (max-width: 767.9px) {
    .milk-2column-image-text p {
      font-size: 1rem;
      line-height: 1.5rem;
      margin-bottom: 19px; } }
  .milk-2column-image-text p:last-child {
    margin-bottom: 0; }
    @media (max-width: 767.9px) {
      .milk-2column-image-text p:last-child {
        margin-bottom: 30px; } }

.milk-2column-image-text .et_pb_image_wrap {
  width: 100%; }
  .milk-2column-image-text .et_pb_image_wrap img {
    width: 100%; }

.milk-2column-image-right .et_pb_column.et_pb_column {
  width: 51%;
  margin-right: 12%; }
  @media (max-width: 767.9px) {
    .milk-2column-image-right .et_pb_column.et_pb_column {
      margin-right: 0;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991.9px) {
    .milk-2column-image-right .et_pb_column.et_pb_column {
      margin-right: 0;
      width: 100%; } }
  .milk-2column-image-right .et_pb_column.et_pb_column:last-child {
    width: 37%; }
    @media (max-width: 767.9px) {
      .milk-2column-image-right .et_pb_column.et_pb_column:last-child {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991.9px) {
      .milk-2column-image-right .et_pb_column.et_pb_column:last-child {
        width: 100%; } }

.milk-2column-image-left .et_pb_column.et_pb_column {
  width: 37%;
  margin-right: 12%; }
  .milk-2column-image-left .et_pb_column.et_pb_column:last-child {
    width: 51%; }
    @media (max-width: 767.9px) {
      .milk-2column-image-left .et_pb_column.et_pb_column:last-child {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991.9px) {
      .milk-2column-image-left .et_pb_column.et_pb_column:last-child {
        width: 100%; } }
  @media (max-width: 767.9px) {
    .milk-2column-image-left .et_pb_column.et_pb_column {
      margin-right: 0;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991.9px) {
    .milk-2column-image-left .et_pb_column.et_pb_column {
      margin-right: 0;
      width: 100%; } }

@media (max-width: 767.9px) {
  .milk-2column-image-left {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse; } }

@media (min-width: 768px) and (max-width: 991.9px) {
  .milk-2column-image-left {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse; } }

.milk-athletes-hero-banner h3 {
  font-family: "SupremeLL-Black" !important;
  text-transform: inherit !important; }

.milk-athlete-images {
  padding: 0 !important; }
  .milk-athlete-images .et_pb_row .et_pb_column {
    margin: 0 !important; }
    .milk-athlete-images .et_pb_row .et_pb_column .et_pb_image_wrap {
      width: 100%; }
      .milk-athlete-images .et_pb_row .et_pb_column .et_pb_image_wrap img {
        width: 100%; }
    .milk-athlete-images .et_pb_row .et_pb_column.et_pb_column_2_3 {
      width: 66.6% !important; }
      @media (max-width: 767.9px) {
        .milk-athlete-images .et_pb_row .et_pb_column.et_pb_column_2_3 {
          width: 100% !important; } }
    .milk-athlete-images .et_pb_row .et_pb_column.et_pb_column_1_3 {
      width: 33.3% !important; }
      @media (max-width: 767.9px) {
        .milk-athlete-images .et_pb_row .et_pb_column.et_pb_column_1_3 {
          width: 100% !important; } }

.et_builder_inner_content .wp-block-divi-layout {
  margin-bottom: 0; }

.milk-about-athlete.et_pb_section {
  margin: 0 auto !important;
  background-color: #cdcdcd !important;
  padding: 0 !important; }
  .milk-about-athlete.et_pb_section .et_pb_row {
    display: flex;
    flex-wrap: wrap;
    min-height: 800px; }
    .milk-about-athlete.et_pb_section .et_pb_row .et_pb_column {
      margin: 0 !important; }
      .milk-about-athlete.et_pb_section .et_pb_row .et_pb_column .et_pb_module {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        @media (max-width: 767.9px) {
          .milk-about-athlete.et_pb_section .et_pb_row .et_pb_column .et_pb_module {
            height: auto; } }
      @media (max-width: 767.9px) {
        .milk-about-athlete.et_pb_section .et_pb_row .et_pb_column .et_pb_text_inner {
          width: 100%;
          padding: 50px 20px 0; } }
      .milk-about-athlete.et_pb_section .et_pb_row .et_pb_column h3 {
        font-size: 2.5rem;
        text-transform: uppercase;
        letter-spacing: 0.2px;
        line-height: 38.4px;
        color: #000000;
        font-family: "SupremeLL-JumboItalic"; }
        @media (max-width: 767.9px) {
          .milk-about-athlete.et_pb_section .et_pb_row .et_pb_column h3 {
            font-size: 1.875rem; } }
      .milk-about-athlete.et_pb_section .et_pb_row .et_pb_column h6 {
        font-size: 1.5rem;
        line-height: 28px;
        color: #000000;
        margin: 10px 0 22px;
        font-family: "SupremeLL-BoldFlat"; }
        @media (max-width: 767.9px) {
          .milk-about-athlete.et_pb_section .et_pb_row .et_pb_column h6 {
            font-size: 1.125rem; } }
      .milk-about-athlete.et_pb_section .et_pb_row .et_pb_column p {
        font-size: 1.125rem;
        letter-spacing: 0.2px;
        line-height: 1.625rem;
        color: #000000;
        font-family: "Gotham-Light";
        margin-top: 7px;
        margin-bottom: 15px; }
        @media (max-width: 991.9px) {
          .milk-about-athlete.et_pb_section .et_pb_row .et_pb_column p {
            font-size: 1rem;
            line-height: 1.5rem; } }
        @media (max-width: 767.9px) {
          .milk-about-athlete.et_pb_section .et_pb_row .et_pb_column p {
            margin-bottom: 0; } }
        .milk-about-athlete.et_pb_section .et_pb_row .et_pb_column p:last-child {
          margin-bottom: 0; }
      @media (min-width: 768px) and (max-width: 991.9px) {
        .milk-about-athlete.et_pb_section .et_pb_row .et_pb_column {
          width: 50% !important; } }
      @media (min-width: 768px) and (max-width: 991.9px) {
        .milk-about-athlete.et_pb_section .et_pb_row .et_pb_column.et_pb_column_empty {
          display: inherit !important; } }
    @media (min-width: 768px) and (max-width: 991.9px) {
      .milk-about-athlete.et_pb_section .et_pb_row {
        min-height: 700px; } }
  @media (min-width: 768px) and (max-width: 991.9px) {
    .milk-about-athlete.et_pb_section .screen-max-width {
      padding: 0 30px !important; } }

.milk-subhead-quote h2 {
  font-size: 3.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2;
  line-height: 53.7px;
  color: #000000;
  font-family: "SupremeLL-JumboItalic";
  width: 95%;
  margin: 140px auto;
  position: relative; }
  .milk-subhead-quote h2 sup {
    position: absolute;
    top: 0;
    left: -60px; }
    @media (max-width: 767.9px) {
      .milk-subhead-quote h2 sup {
        position: relative;
        left: auto; } }
  @media (max-width: 767.9px) {
    .milk-subhead-quote h2 {
      font-size: 2.1875rem;
      line-height: 33.6px;
      letter-spacing: 0.2;
      text-align: center;
      margin: 20px auto 90px; } }
  @media (min-width: 768px) and (max-width: 991.9px) {
    .milk-subhead-quote h2 {
      width: 80% !important; } }

.milk-video-section {
  padding-top: 68px !important;
  padding-bottom: 0 !important; }
  @media (max-width: 767.9px) {
    .milk-video-section {
      padding: 60px 20px 0 !important; } }
  @media (max-width: 767.9px) {
    .milk-video-section .et_pb_slider {
      height: 188px; } }
  .milk-video-section .et_pb_carousel {
    margin-top: 26px; }
    @media (max-width: 767.9px) {
      .milk-video-section .et_pb_carousel {
        margin-top: 0 !important; } }
    @media (max-width: 767.9px) {
      .milk-video-section .et_pb_carousel .et_pb_carousel_items {
        height: auto !important; } }
    .milk-video-section .et_pb_carousel .et_pb_carousel_items .et_pb_carousel_item {
      height: 207px;
      width: 30% !important; }
      @media (max-width: 767.9px) {
        .milk-video-section .et_pb_carousel .et_pb_carousel_items .et_pb_carousel_item {
          width: 100% !important;
          height: 188px !important;
          margin-top: 20px !important;
          margin-right: 0 !important; } }
      @media (min-width: 768px) and (max-width: 991.9px) {
        .milk-video-section .et_pb_carousel .et_pb_carousel_items .et_pb_carousel_item {
          width: 33% !important;
          height: 130px; } }
  @media (max-width: 767.9px) {
    .milk-video-section iframe {
      height: 188px !important; } }
  @media (max-width: 767.9px) {
    .milk-video-section .et_pb_video_overlay {
      height: 188px !important; } }

.milk-athlete-description .et_pb_row {
  width: 45% !important;
  padding: 90px 0 !important; }
  @media (max-width: 767.9px) {
    .milk-athlete-description .et_pb_row {
      width: 100%;
      padding: 50px 20px !important; } }
  @media (min-width: 768px) and (max-width: 991.9px) {
    .milk-athlete-description .et_pb_row {
      padding-left: 40px !important;
      padding-right: 40px !important; } }

.milk-athlete-description p {
  font-size: 1.125rem;
  font-family: "Gotham-Light";
  line-height: 1.625rem;
  color: #000000; }
  @media (max-width: 767.9px) {
    .milk-athlete-description p {
      font-size: 1rem; } }

.milk-athlete-quote .et_pb_row {
  width: 45% !important;
  padding: 0 0 90px !important; }
  @media (max-width: 767.9px) {
    .milk-athlete-quote .et_pb_row {
      width: 100%;
      padding: 0 20px 50px !important; } }
  @media (min-width: 768px) and (max-width: 991.9px) {
    .milk-athlete-quote .et_pb_row {
      padding-left: 40px !important;
      padding-right: 40px !important; } }

.milk-athlete-quote h3 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000000; }
  @media (max-width: 767.9px) {
    .milk-athlete-quote h3 {
      font-size: 1.875rem; } }

.milk-athlete-quote p {
  font-size: 2.375rem;
  line-height: 45px;
  font-family: "Gotham-Light";
  color: #000000; }
  @media (max-width: 767.9px) {
    .milk-athlete-quote p {
      font-size: 1.875rem;
      line-height: 36px; } }

.milk-athlete-quote h6 {
  font-size: 1.125rem;
  font-family: "SupremeLL-BoldFlat";
  margin-top: 20px;
  color: #000000; }

section.article-intro-section {
  display: none; }

.article-page {
  padding-top: 100px; }
  .article-page a {
    display: inline-block;
    text-decoration: underline; }
  .article-page .article-content-section h1 {
    font-weight: 700;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 16px;
    font-weight: 700;
    font-family: "SupremeLL-JumboItalic"; }
  .article-page .article-content-section h2,
  .article-page .article-content-section h3,
  .article-page .article-content-section h4,
  .article-page .article-content-section h5,
  .article-page .article-content-section h6 {
    font-family: "SupremeLL-BoldFlat";
    font-weight: 100;
    line-height: 2.5rem;
    text-decoration: none; }
    .article-page .article-content-section h2 a,
    .article-page .article-content-section h3 a,
    .article-page .article-content-section h4 a,
    .article-page .article-content-section h5 a,
    .article-page .article-content-section h6 a {
      text-decoration: none; }
  .article-page .article-content-section div,
  .article-page .article-content-section p,
  .article-page .article-content-section ul,
  .article-page .article-content-section ol,
  .article-page .article-content-section pre,
  .article-page .article-content-section span {
    font-size: 1rem;
    font-weight: 500;
    font-family: "Gotham-Light";
    color: #000000;
    line-height: 1.625rem;
    letter-spacing: 0.2px; }
    @media (min-width: 992px) {
      .article-page .article-content-section div,
      .article-page .article-content-section p,
      .article-page .article-content-section ul,
      .article-page .article-content-section ol,
      .article-page .article-content-section pre,
      .article-page .article-content-section span {
        font-size: 1.125rem; } }
    @media (max-width: 991.9px) {
      .article-page .article-content-section div,
      .article-page .article-content-section p,
      .article-page .article-content-section ul,
      .article-page .article-content-section ol,
      .article-page .article-content-section pre,
      .article-page .article-content-section span {
        line-height: 1.5rem; } }
  .article-page .article-content-section h1.entry-title {
    font-size: 3.4375rem;
    margin-bottom: 16px;
    line-height: 3.125rem;
    text-transform: uppercase;
    line-height: 64px; }
    @media (max-width: 991.9px) {
      .article-page .article-content-section h1.entry-title {
        font-size: 2.1875rem;
        line-height: 45px; } }
  .article-page .article-content-section blockquote,
  .article-page .article-content-section blockquote p {
    font-size: 2.5rem;
    line-height: 3.125rem;
    font-weight: 500;
    color: #000000;
    border-left: 0;
    padding-left: 0;
    margin: 49px 0; }
    @media (max-width: 991.9px) {
      .article-page .article-content-section blockquote,
      .article-page .article-content-section blockquote p {
        font-size: 1.875rem;
        line-height: 36px;
        margin: 37px 0; } }
  .article-page .article-content-section h6 {
    font-size: 1.5rem;
    line-height: 28px;
    color: #000000;
    margin-bottom: 14px;
    font-family: "SupremeLL-BoldFlat";
    margin-bottom: 14px; }
    @media (max-width: 991.9px) {
      .article-page .article-content-section h6 {
        font-size: 1.125rem;
        margin-bottom: 8px;
        line-height: 23px; } }
  .article-page .article-content-section img {
    margin: 29px 0;
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% 50%;
       object-position: 20% 50%; }
    @media (min-width: 992px) {
      .article-page .article-content-section img {
        height: 555px; } }
    @media (min-width: 768px) and (max-width: 991.9px) {
      .article-page .article-content-section img {
        height: 370px; } }
  .article-page .article-content-section ul {
    margin-bottom: 20px; }
    .article-page .article-content-section ul li {
      font-size: 0.75rem;
      line-height: 14px;
      letter-spacing: 0.2px;
      color: #000000;
      margin-bottom: 16px; }
  .article-page .article-content-section ol {
    margin: 20px 0px; }
    .article-page .article-content-section ol li {
      font-size: 0.75rem;
      line-height: 14px;
      letter-spacing: 0.2px;
      color: #000000;
      margin-bottom: 16px; }
  .article-page .article-content-section .excerpt p,
  .article-page .article-content-section .excerpt div {
    font-size: 1.5rem;
    line-height: 32px;
    letter-spacing: 0.2px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 50px; }
    @media (max-width: 991.9px) {
      .article-page .article-content-section .excerpt p,
      .article-page .article-content-section .excerpt div {
        font-size: 1.125rem;
        line-height: 23px; } }
  .article-page .article-content-section a,
  .article-page .article-content-section strong {
    color: #000000;
    font-family: "Gotham-Bold";
    display: inline-block; }
  .article-page .article-content-section div {
    word-wrap: break-word; }
  .article-page .other-article-section {
    margin-bottom: 70px;
    margin-top: 80px; }
    @media (min-width: 992px) {
      .article-page .other-article-section {
        margin-bottom: 112px; } }
    .article-page .other-article-section .other-article-section-heading {
      text-transform: uppercase; }
    .article-page .other-article-section .other-article-section-heading,
    .article-page .other-article-section h1,
    .article-page .other-article-section h2,
    .article-page .other-article-section h3,
    .article-page .other-article-section h4,
    .article-page .other-article-section h5,
    .article-page .other-article-section h6 {
      border-top: 1px solid #000000;
      padding: 38px 0 46px;
      color: #000000;
      line-height: 28.8px;
      font-size: 1.875rem;
      font-weight: 700;
      font-family: "SupremeLL-JumboItalic"; }
      @media (min-width: 992px) {
        .article-page .other-article-section .other-article-section-heading,
        .article-page .other-article-section h1,
        .article-page .other-article-section h2,
        .article-page .other-article-section h3,
        .article-page .other-article-section h4,
        .article-page .other-article-section h5,
        .article-page .other-article-section h6 {
          font-size: 2.5rem;
          padding: 55px 0 38px;
          line-height: 38.4px; } }
    @media (max-width: 991.9px) {
      .article-page .other-article-section .other-article {
        margin-bottom: 30px; } }
    .article-page .other-article-section .other-article .other-article-img {
      height: 251px;
      margin-bottom: 20px;
      opacity: 0; }
      .article-page .other-article-section .other-article .other-article-img.fade-in-img {
        -webkit-animation: fade-in-img 3s forwards;
                animation: fade-in-img 3s forwards; }
      @media (min-width: 992px) {
        .article-page .other-article-section .other-article .other-article-img {
          margin-bottom: 25px;
          height: 180px; } }
      .article-page .other-article-section .other-article .other-article-img img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .article-page .other-article-section .other-article .other-article-title {
      color: #000000;
      font-size: 0.9375rem;
      font-weight: 700; }
    .article-page .other-article-section a.read-more {
      display: inline-block;
      font-size: 1rem;
      font-family: "SupremeLL-Black";
      font-weight: 700;
      line-height: 15px;
      text-transform: uppercase;
      color: #000000;
      margin-top: 30px;
      position: relative; }
      .article-page .other-article-section a.read-more::after {
        content: "";
        position: absolute;
        right: -20px;
        top: 0;
        width: 8px;
        height: 17px;
        background-image: url(../assets/arrow-right-readmore.svg);
        background-repeat: no-repeat; }
  .article-page .related-post.grid {
    margin: 0;
    visibility: hidden; }
    .article-page .related-post.grid .post-list .item {
      margin: 0;
      padding: 0 15px;
      overflow: visible; }
      @media (max-width: 991.9px) {
        .article-page .related-post.grid .post-list .item {
          margin: 0 0 30px; }
          .article-page .related-post.grid .post-list .item:last-child {
            margin: 0; } }
      .article-page .related-post.grid .post-list .item .title.post_title {
        color: #000000;
        line-height: 28px;
        letter-spacing: 1.3px;
        font-size: 1.5rem;
        font-weight: 700;
        font-family: "SupremeLL-BoldFlat";
        position: relative; }
        .article-page .related-post.grid .post-list .item .title.post_title .arrow-icon.icon-right-arrow-font {
          font-family: "fontello";
          font-style: normal;
          font-size: 15px;
          font-weight: normal; }
    .article-page .related-post.grid .post-list .thumb.post_thumb {
      margin: 0 0 20px;
      overflow: visible;
      max-height: 251px !important;
      height: auto; }
      @media (min-width: 992px) {
        .article-page .related-post.grid .post-list .thumb.post_thumb {
          margin: 0 0 10px; } }
      .article-page .related-post.grid .post-list .thumb.post_thumb a {
        width: 100%; }
      .article-page .related-post.grid .post-list .thumb.post_thumb img {
        height: 251px;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (min-width: 992px) {
          .article-page .related-post.grid .post-list .thumb.post_thumb img {
            height: 180px; } }
  .article-page .breadcrumb {
    margin: 15px 20px 63px; }
    @media (min-width: 992px) {
      .article-page .breadcrumb {
        margin: 21px 55px 71px; } }
    .article-page .breadcrumb .breadcrumb-intro p {
      color: #000000;
      font-size: 1rem;
      font-weight: 700;
      font-family: "Gotham-Light";
      line-height: 24px; }
      @media (min-width: 992px) {
        .article-page .breadcrumb .breadcrumb-intro p {
          font-size: 1.125rem; } }
    .article-page .breadcrumb .breadcrumb-intro a {
      color: #000000; }
  .article-page .article-body-copy img {
    height: auto !important; }
  .article-page .article-body-copy ul.list-view {
    list-style-type: disc;
    margin-left: 20px; }
    .article-page .article-body-copy ul.list-view li {
      font-size: 1.125rem !important;
      line-height: 26px !important;
      margin: 0 !important; }
      @media (max-width: 991.9px) {
        .article-page .article-body-copy ul.list-view li {
          font-size: 1rem !important; } }
  .article-page .article-body-copy .table-responsive {
    overflow-x: auto; }
  .article-page .article-body-copy table {
    width: 100%;
    font-size: 1.125rem;
    font-family: "Gotham-Light"; }
    .article-page .article-body-copy table tr th {
      background-color: #000000;
      color: #ffffff;
      padding: 10px 5px;
      text-align: center; }
    .article-page .article-body-copy table tr td {
      padding: 10px;
      text-align: center; }
    .article-page .article-body-copy table tr:nth-child(odd) {
      background-color: #ececec; }
    .article-page .article-body-copy table tr:nth-child(1) {
      background-color: #ffffff; }
    @media (max-width: 991.9px) {
      .article-page .article-body-copy table {
        font-size: 1rem; } }
  .article-page .article-body-copy sup {
    font-size: 8px;
    bottom: 9px !important; }

.privacy-policy {
  padding: 110px 0 !important; }
  @media (max-width: 991.9px) {
    .privacy-policy {
      padding: 130px 20px 40px !important; } }
  .privacy-policy .et_pb_row {
    width: 50% !important;
    padding: 0; }
    @media (max-width: 991.9px) {
      .privacy-policy .et_pb_row {
        width: 100% !important; } }
  .privacy-policy h2 {
    font-size: 3.5rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "SupremeLL-JumboItalic";
    color: #000000; }
    @media (max-width: 991.9px) {
      .privacy-policy h2 {
        font-size: 2.1875rem; } }
  .privacy-policy p {
    font-size: 1.125rem;
    color: #000000;
    font-family: "Gotham-Light";
    line-height: 1.625rem;
    padding-bottom: 0;
    margin-bottom: 25px; }
    @media (max-width: 991.9px) {
      .privacy-policy p {
        font-size: 1rem;
        line-height: 1.5rem; } }
  .privacy-policy h6 {
    font-size: 1.5rem;
    font-family: "SupremeLL-Black";
    line-height: 1.5rem;
    margin: 45px 0 15px; }
    @media (max-width: 991.9px) {
      .privacy-policy h6 {
        font-size: 1.125rem; } }
  .privacy-policy ul {
    list-style: none !important;
    padding: 0 !important;
    font-family: "Gotham-Light"; }
    .privacy-policy ul li {
      font-size: 1.125rem;
      margin-bottom: 25px;
      color: #000000; }
      @media (max-width: 991.9px) {
        .privacy-policy ul li {
          font-size: 1rem; } }
  .privacy-policy a {
    color: #000000;
    font-family: "Gotham-Bold"; }
  .privacy-policy strong {
    color: #000000;
    font-family: "Gotham-Bold"; }

.milk-page-not-found {
  padding: 144px 0; }
  .milk-page-not-found .et_pb_row.et_pb_row_0_tb_body {
    padding: 0; }
  .milk-page-not-found .et_pb_section {
    padding: 0; }
  .milk-page-not-found h1 {
    font-size: 4.75rem;
    margin-bottom: 25px;
    color: #000000;
    line-height: 4.5625rem;
    letter-spacing: 0.2px;
    font-family: "SupremeLL-JumboItalic"; }
    @media (max-width: 991.9px) {
      .milk-page-not-found h1 {
        font-size: 2.5rem;
        margin-bottom: 10px; } }
    .milk-page-not-found h1 span {
      font-family: "Gotham";
      font-style: italic;
      font-weight: 700; }
  .milk-page-not-found h4 {
    font-size: 2.5rem;
    line-height: 3.125rem;
    margin-bottom: 50px;
    color: #000000;
    font-family: "SupremeLL-Black" !important; }
    @media (max-width: 991.9px) {
      .milk-page-not-found h4 {
        font-size: 1.875rem !important;
        margin-bottom: 30px;
        padding: 0 18px; }
        .milk-page-not-found h4 br {
          display: none; } }
  .milk-page-not-found a {
    font-size: 1rem;
    font-family: "SupremeLL-Black" !important;
    color: #000000;
    text-transform: uppercase;
    position: relative; }
    .milk-page-not-found a::after {
      content: "";
      position: absolute;
      right: -20px;
      top: 3px;
      width: 8px;
      height: 17px;
      background-image: url(../assets/arrow-right-readmore.svg);
      background-repeat: no-repeat; }

.behind-the-wall h3, .thewall-about-athlete h3 {
  font-size: 2.5rem;
  line-height: 2.375rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 19px;
  font-family: "SupremeLL-JumboItalic"; }
  @media (max-width: 991.9px) {
    .behind-the-wall h3, .thewall-about-athlete h3 {
      font-size: 1.875rem;
      line-height: 1.75rem;
      margin-bottom: 13px; } }

.behind-the-wall h6, .thewall-about-athlete h6 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: "SupremeLL-BoldFlat";
  color: #000000; }
  @media (max-width: 991.9px) {
    .behind-the-wall h6, .thewall-about-athlete h6 {
      font-size: 1.125rem;
      line-height: 1.5rem; } }

.thewall-about-athlete h3 {
  margin-bottom: 36px;
  margin-top: 26px; }

.thewall-about-athlete p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
  color: #000000;
  font-family: "Gotham-Light"; }
  @media (max-width: 991.9px) {
    .thewall-about-athlete p {
      font-size: 1rem; } }

.thewall-about-athlete .content-column p {
  max-width: 89%; }
  @media (max-width: 991.9px) {
    .thewall-about-athlete .content-column p {
      max-width: 100%; } }

.thewall-about-athlete .reverse-in-mobile {
  display: flex;
  flex-direction: column-reverse; }

.milk-support .logo-column div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 331px;
  margin: 0 auto; }
  @media (max-width: 991.9px) {
    .milk-support .logo-column div {
      flex-direction: column; }
      .milk-support .logo-column div img:first-child {
        margin-bottom: 18px; } }

.milk-support p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  max-width: 90%;
  font-family: "Gotham-Light";
  color: #000000; }
  @media (max-width: 991.9px) {
    .milk-support p {
      max-width: 100%;
      font-size: 1rem;
      line-height: 1.5rem; } }
  .milk-support p a {
    position: relative;
    color: #000000;
    font-family: "Gotham-Bold";
    display: inline-block;
    transition: all 0.5s ease; }
    .milk-support p a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 6px;
      height: 1px;
      width: 100%;
      background-color: #000000; }
    .milk-support p a:hover {
      opacity: 0.6; }

.thewall-athlete-quote .et_pb_row {
  width: 100% !important; }
  @media (max-width: 991.9px) {
    .thewall-athlete-quote .et_pb_row {
      padding-left: 80px !important;
      padding-right: 80px !important; } }

.thewall-athlete-quote .quote-description p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #000000;
  letter-spacing: 0.2px;
  font-family: "Gotham-Light"; }
  @media (max-width: 991.9px) {
    .thewall-athlete-quote .quote-description p {
      font-size: 1rem; } }

.thewall-gallery .et_pb_image_wrap {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 991.9px) {
    .thewall-gallery .et_pb_image_wrap {
      height: 100%; } }
  .thewall-gallery .et_pb_image_wrap img {
    height: 100%;
    width: 100%;
    transform-origin: center;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    margin: 0;
    padding: 0;
    display: block; }

.thewall-banner-below-text p {
  max-width: 570px !important; }

.hero {
  width: 100%; }

.postcount,
.gridtype {
  display: none; }

.milktvtext-center {
  text-align: center;
  display: block;
  width: 100%; }

h5.miktv-heading {
  font-size: 2rem !important;
  font-family: "SupremeLL-BoldFlat" !important;
  margin-bottom: 40px;
  color: #000000; }

.load-more-milktv {
  margin: 0 auto;
  margin-top: 30px; }
  .load-more-milktv::after {
    transform: rotate(90deg); }

.holdmymilk blockquote {
  margin-bottom: 30px; }

.holdmymilk .tiktok-embed {
  padding: 0;
  border: 0; }

@media only screen and (max-width: 1244px) {
  .holdmymilk .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%; } }

.milktv .container {
  padding: 0 20px !important; }
  @media (max-width: 991.9px) {
    .milktv .container .col-md-4,
    .milktv .container .col-md-6,
    .milktv .container .col-md-12 {
      padding: 0;
      flex: 0 0 100%;
      max-width: 100%; } }
  .milktv .container .row {
    margin: 0 !important; }
  @media (min-width: 768px) {
    .milktv .container {
      padding: 0 80px !important; } }
  @media (min-width: 992px) {
    .milktv .container {
      max-width: 1440px !important;
      margin: 0 auto !important;
      padding: 0 !important;
      width: 100% !important; } }

.instagram-media.instagram-media-rendered {
  min-width: 100% !important; }

.milk-title {
  display: none; }

.Instagram {
  display: none;
  margin-bottom: 30px; }

.Youtube {
  display: none;
  margin-bottom: 30px; }

.Tiktok {
  display: none; }

#cookie-law-info-bar {
  padding: 20px 40px !important;
  box-shadow: none; }
  #cookie-law-info-bar h5 {
    color: #ffffff;
    font-size: 1.125rem !important;
    font-family: "Gotham" !important;
    line-height: 26px;
    font-weight: 400 !important; }
    @media (max-width: 575.9px) {
      #cookie-law-info-bar h5 {
        font-size: 1rem !important; } }
  #cookie-law-info-bar .cli-bar-message {
    font-family: "Gotham-Light";
    font-size: 0.75rem; }
  #cookie-law-info-bar .cli-bar-btn_container a {
    border-bottom: 1px solid #ffffff;
    position: relative;
    text-align: left;
    text-decoration: none; }
    #cookie-law-info-bar .cli-bar-btn_container a#cookie_action_close_header_reject {
      font-size: 1.125rem;
      font-family: "Gotham-Light";
      line-height: 18px;
      font-weight: 400; }
    #cookie-law-info-bar .cli-bar-btn_container a#cookie_action_close_header {
      text-transform: uppercase;
      font-family: "SupremeLL-BoldFlat";
      font-size: 1rem; }
    #cookie-law-info-bar .cli-bar-btn_container a:focus {
      outline: none !important; }
    @media (max-width: 575.9px) {
      #cookie-law-info-bar .cli-bar-btn_container a {
        margin: 20px 0 0 !important; } }
  @media (max-width: 575.9px) {
    #cookie-law-info-bar .cli-bar-btn_container {
      flex-direction: column-reverse;
      align-items: baseline; } }
  @media (max-width: 575.9px) {
    #cookie-law-info-bar {
      padding: 25px 20px 40px !important; } }

.thefridge {
  cursor: pointer; }
  .thefridge .screen-max-width {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media screen and (max-width: 980px) {
      .thefridge .screen-max-width {
        justify-content: center;
        background-image: none !important;
        height: auto !important;
        padding: 50px 20px; } }
    .thefridge .screen-max-width .content {
      max-width: 634px;
      width: 47.25%; }
      @media screen and (max-width: 980px) {
        .thefridge .screen-max-width .content {
          max-width: 630px;
          width: 100%;
          padding: 30px 0; } }
      @media screen and (max-width: 767px) {
        .thefridge .screen-max-width .content {
          max-width: 450px; } }
      .thefridge .screen-max-width .content h1 {
        font-family: "SupremeLL-JumboItalic";
        color: #ffffff;
        font-size: 4.75rem;
        letter-spacing: 0.2px;
        line-height: 4.5625rem;
        margin-bottom: 16px; }
        @media screen and (max-width: 767px) {
          .thefridge .screen-max-width .content h1 {
            font-size: 2.5rem;
            line-height: 2.375rem; } }
      .thefridge .screen-max-width .content p {
        font-family: "SupremeLL-BoldFlat";
        font-size: 2rem;
        letter-spacing: 0.2px;
        line-height: 2.5rem;
        margin-bottom: 30px;
        color: #ffffff; }
        @media screen and (max-width: 767px) {
          .thefridge .screen-max-width .content p {
            font-size: 1.5625rem;
            line-height: 32px; } }
  .thefridge .mobile-image {
    display: none; }
    @media screen and (max-width: 980px) {
      .thefridge .mobile-image {
        display: block; }
        .thefridge .mobile-image img {
          width: 100%;
          height: 100%;
          vertical-align: middle; } }

