/*!
 * 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 */
/* Gaming 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 *************/
/*Importing Fonts without EOT FILE*/
/************* 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;
}
@font-face {
  font-family: Gotham-Regular;
  src: url(../assets/Gotham-Regular.eot?#iefix);
  src: url(../assets/Gotham-Regular.eot?#iefix) format("eot"), url(../assets/Gotham-Regular.woff2) format("woff2"), url(../assets/Gotham-Regular.woff) format("woff"), url(../assets/Gotham-Regular.ttf) format("truetype");
  font-weight: 400;
  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;
}
@font-face {
  font-family: SupremeLL-Regular;
  src: url(../assets/SupremeLL-Regular.woff2) format("woff2"), url(../assets/SupremeLL-Regular.woff) format("woff"), url(../assets/SupremeLL-Regular.ttf) format("truetype");
  font-weight: 400;
  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,
.milk-footer-right-black.mobile {
  display: none;
}
@media (max-width: 991.9px) {
  .milk-footer-right-white.mobile,
  .milk-footer-right-black.mobile {
    display: block;
    padding-top: 372px;
    padding-bottom: 72px;
  }
}

.milk-footer-right-white.desktop,
.milk-footer-right-black.desktop {
  display: block;
}
@media (max-width: 991.9px) {
  .milk-footer-right-white.desktop,
  .milk-footer-right-black.desktop {
    background-position: center center;
  }
}
@media (max-width: 991.9px) {
  .milk-footer-right-white.desktop,
  .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 28px;
}
@media (max-width: 991.9px) {
  #main-footer #menu-footer-menu li {
    padding: 8px 0;
  }
}
#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: 70px 0 80px;
}
@media (max-width: 991.9px) {
  #main-footer .social-icon {
    margin: 60px 0 80px;
  }
}
#main-footer .social-icon ul {
  display: inline-flex;
}
#main-footer .social-icon ul li {
  padding: 0 24px;
}
@media (max-width: 991.9px) {
  #main-footer .social-icon ul li {
    padding: 0 14px;
  }
}
#main-footer .social-icon ul li.has-image {
  display: inline-flex;
}
#main-footer .social-icon ul li a {
  display: inline-block;
  width: 24px;
  height: 24px;
}
@media (max-width: 991.9px) {
  #main-footer .social-icon ul li a {
    width: 20px;
    height: 20px;
  }
}
#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;
  transition: all 0.4s ease-in-out !important;
}
#mega-menu-wrap-primary-menu .mega-menu .mega-menu-item a:hover {
  background-color: inherit !important;
  opacity: 0.6 !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: 0.6 !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;
}

@keyframes fadeIn {
  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 {
  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;
}
.recipe-page .related-post.grid .post-list .thumb.post_thumb a {
  width: 100%;
}
@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;
  -o-object-position: center;
     object-position: center;
}
@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 [id*=caf-post-layout1-] .milk-post-layout {
  padding-right: 0 !important;
}
.milk-recipes-landing-page #manage-ajax-response [id*=caf-post-layout1-] .manage-layout1 {
  height: auto;
  position: relative;
}
@media (max-width: 991.9px) {
  .milk-recipes-landing-page #manage-ajax-response [id*=caf-post-layout1-] .manage-layout1 {
    height: auto;
  }
}
.milk-recipes-landing-page #manage-ajax-response [id*=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 [id*=caf-post-layout1-] .manage-layout1 .caf-featured-img-box {
    height: 480px;
  }
}
@media (max-width: 575.9px) {
  .milk-recipes-landing-page #manage-ajax-response [id*=caf-post-layout1-] .manage-layout1 .caf-featured-img-box {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .milk-recipes-landing-page #manage-ajax-response [id*=caf-post-layout1-] .manage-layout1 .caf-featured-img-box {
    height: 300px;
  }
}
.milk-recipes-landing-page #manage-ajax-response [id*=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 [id*=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 [id*=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 [id*=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 [id*=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 [id*=caf-post-layout1-] .manage-layout1 .caf-content {
  display: flex;
  overflow: hidden;
  height: 184px;
}
.milk-recipes-landing-page #manage-ajax-response [id*=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 [id*=caf-post-layout1-] .manage-layout1 .caf-content {
    height: auto;
  }
}
.milk-recipes-landing-page #manage-ajax-response [id*=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 [id*=caf-post-layout1-] .manage-layout1 .caf-content-read-more {
    position: static;
  }
}
.milk-recipes-landing-page #manage-ajax-response [id*=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 [id*=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 [id*=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 [id*=caf-post-layout4-] {
    display: flex;
    flex-direction: column;
  }
}
#left-area .milk-shortcode-recipes #manage-ajax-response [id*=caf-post-layout4-] .caf-meta-content-cats {
  display: none;
}
#left-area .milk-shortcode-recipes #manage-ajax-response [id*=caf-post-layout4-] a.caf-f-img {
  margin-right: 76px;
}
#left-area .milk-shortcode-recipes #manage-ajax-response [id*=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 [id*=caf-post-layout4-] .caf-featured-img-box {
    height: 424px;
  }
}
#left-area .milk-shortcode-recipes #manage-ajax-response [id*=caf-post-layout4-] #manage-post-area {
  width: 63%;
}
@media (max-width: 767.9px) {
  #left-area .milk-shortcode-recipes #manage-ajax-response [id*=caf-post-layout4-] #manage-post-area {
    width: 100%;
  }
}
#left-area .milk-shortcode-recipes #manage-ajax-response [id*=caf-post-layout4-] .caf-post-title {
  padding: 0;
}
#left-area .milk-shortcode-recipes #manage-ajax-response [id*=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 [id*=caf-post-layout4-] .caf-post-title h2 {
    font-size: 1.5rem;
    margin-top: 18px;
  }
}
#left-area .milk-shortcode-recipes #manage-ajax-response [id*=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 [id*=caf-post-layout4-] .caf-content {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
}
#left-area .milk-shortcode-recipes #manage-ajax-response [id*=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 [id*=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 [id*=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 [id*=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 {
  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;
  }
}

#left-area .claims-container {
  max-width: 670px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 690px) {
  #left-area .claims-container {
    max-width: 335px;
  }
}
#left-area .claims-hero-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000000;
}
@media (min-width: 1440px) {
  #left-area .claims-hero-banner {
    background-size: contain;
  }
}
#left-area .claims-hero-banner h1 {
  font-family: "SupremeLL-JumboItalic";
  font-size: 3.4375rem;
  line-height: 3.375rem;
  letter-spacing: 0.2px;
  color: #000000;
}
@media (max-width: 1180px) {
  #left-area .claims-hero-banner h1 {
    font-size: 2.5rem;
    line-height: 2.375rem;
  }
}
@media (max-width: 690px) {
  #left-area .claims-hero-banner h1 {
    font-size: 2rem;
    line-height: 1.875rem;
  }
}
#left-area .claims-body-copy {
  color: #F3F5F7;
  padding-bottom: 130px;
}
@media (max-width: 1180px) {
  #left-area .claims-body-copy {
    padding-bottom: 80px;
  }
}
@media (max-width: 690px) {
  #left-area .claims-body-copy {
    padding-bottom: 50px;
  }
}
#left-area .claims-body-copy img.content-image {
  padding: 50px 0;
}
@media (max-width: 690px) {
  #left-area .claims-body-copy img.content-image {
    padding: 20px 0;
  }
}
#left-area .claims-body-copy h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.2px;
  color: #F3F5F7;
  margin-bottom: 40px;
  font-family: "Gotham-Light";
}
@media (max-width: 690px) {
  #left-area .claims-body-copy h2 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "Gotham-Bold";
    margin-bottom: 30px;
  }
}
#left-area .claims-body-copy h3 {
  color: #ffffff;
  font-family: "SupremeLL-BoldFlat";
  font-size: 1.125rem;
  padding-bottom: 5px;
}
#left-area .claims-body-copy p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.2px;
  margin-bottom: 40px;
  font-family: "Gotham-Light";
  padding: 0;
}
@media (max-width: 690px) {
  #left-area .claims-body-copy p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 30px;
  }
}
#left-area .claims-body-copy .legal-text p {
  font-size: 0.75rem;
  line-height: 0.938rem;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
  font-family: "Gotham-Light";
  color: #ffffff;
}
#left-area .claims-body-copy .legal-text p a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-position: under;
}
#left-area .claims-body-copy .claims-pages-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 690px) {
  #left-area .claims-body-copy .claims-pages-list {
    justify-content: flex-start;
  }
}
#left-area .claims-body-copy .claims-pages-list ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 690px) {
  #left-area .claims-body-copy .claims-pages-list ul {
    padding-left: 15px;
  }
}
#left-area .claims-body-copy .claims-pages-list ul li {
  list-style: none;
  margin-bottom: 40px;
}
@media (max-width: 690px) {
  #left-area .claims-body-copy .claims-pages-list ul li {
    line-height: 0.75rem;
    margin-bottom: 20px;
  }
}
#left-area .claims-body-copy .claims-pages-list ul li a {
  color: #F3F5F7;
  font-size: 1.625rem;
  text-transform: uppercase;
  line-height: 1.563rem;
  letter-spacing: 0.2px;
  font-family: "SupremeLL-JumboItalic";
  position: relative;
  opacity: 0.6;
  transition: all 0.5s ease;
}
@media (max-width: 690px) {
  #left-area .claims-body-copy .claims-pages-list ul li a {
    font-size: 0.813rem;
    line-height: 0.75rem;
  }
}
#left-area .claims-body-copy .claims-pages-list ul li a:hover {
  opacity: 1;
}
#left-area .claims-body-copy .claims-pages-list ul li a:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 8px;
  width: 8px;
  height: 17px;
  background-repeat: no-repeat;
}
@media (max-width: 690px) {
  #left-area .claims-body-copy .claims-pages-list ul li a:before {
    left: -10px;
    top: 3px;
    width: 8px;
    height: 10px;
    background-size: contain;
  }
}
#left-area .cliams-newhero-banner {
  background-color: #000000;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  #left-area .cliams-newhero-banner {
    padding-bottom: 50px;
  }
}
@media (max-width: 1180px) {
  #left-area .cliams-newhero-banner .screen-max-width {
    max-width: 670px;
    padding: 0 20px;
  }
}
@media (max-width: 690px) {
  #left-area .cliams-newhero-banner .screen-max-width {
    max-width: 355px;
  }
}
#left-area .cliams-newhero-banner .box {
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  #left-area .cliams-newhero-banner .box {
    border-radius: 33px;
  }
}
@media (max-width: 690px) {
  #left-area .cliams-newhero-banner .box {
    border-radius: 0;
  }
}
#left-area .cliams-newhero-banner .video {
  min-height: 100vh;
}
#left-area .cliams-newhero-banner .gallery-grid {
  margin-top: calc(-100vh + 229px);
}
#left-area .cliams-newhero-banner .gallery-grid.gallery-grid-detail {
  margin-top: 0;
}
@media (max-width: 1180px) {
  #left-area .cliams-newhero-banner .gallery-grid.gallery-grid-detail {
    margin-top: 0;
  }
}
@media (max-width: 690px) {
  #left-area .cliams-newhero-banner .gallery-grid.gallery-grid-detail {
    margin-top: 0;
  }
}
@media (max-width: 1180px) {
  #left-area .cliams-newhero-banner .gallery-grid {
    margin-top: calc(-100vh + 154px);
  }
}
#left-area .cliams-newhero-banner .gallery-grid .hero-image {
  padding-bottom: 150px;
}
@media (max-width: 1180px) {
  #left-area .cliams-newhero-banner .gallery-grid .hero-image {
    padding-bottom: 100px !important;
  }
}
#left-area .cliams-newhero-banner .gallery-grid .hero-image h2 {
  color: #ffffff;
  font-family: "SupremeLL-JumboItalic";
  font-size: 3.75rem;
  line-height: 3.625rem;
  text-align: center;
}
@media (max-width: 690px) {
  #left-area .cliams-newhero-banner .gallery-grid .hero-image h2 {
    font-size: 2.5rem;
    line-height: 2.375rem;
  }
}
#left-area .cliams-newhero-banner .claim-banner-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  visibility: visible;
}
#left-area .cliams-newhero-banner .row-wrapper {
  display: flex;
}
@media (max-width: 690px) {
  #left-area .cliams-newhero-banner .row-wrapper {
    flex-direction: column;
  }
}
#left-area .cliams-newhero-banner .row-wrapper:first-child {
  margin-bottom: 10px;
}
@media (max-width: 690px) {
  #left-area .cliams-newhero-banner .row-wrapper:first-child {
    margin-bottom: 0;
  }
}
#left-area .cliams-newhero-banner .row-wrapper:first-child .image-wrapper:first-child {
  margin-top: 0;
}
@media (max-width: 690px) {
  #left-area .cliams-newhero-banner .row-wrapper:first-child .image-wrapper:first-child figure {
    border-top-left-radius: 46px;
    border-top-right-radius: 46px;
    overflow: hidden;
  }
}
@media (max-width: 690px) {
  #left-area .cliams-newhero-banner .row-wrapper:nth-child(2) .image-wrapper:last-child figure {
    border-bottom-left-radius: 46px;
    border-bottom-right-radius: 46px;
    overflow: hidden;
  }
}
#left-area .cliams-newhero-banner .row-wrapper .image-wrapper {
  padding: 0 5px;
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 690px) {
  #left-area .cliams-newhero-banner .row-wrapper .image-wrapper {
    margin-top: 10px;
  }
}
#left-area .cliams-newhero-banner .row-wrapper .image-wrapper:first-child {
  padding-left: 0;
}
@media (max-width: 690px) {
  #left-area .cliams-newhero-banner .row-wrapper .image-wrapper:first-child {
    padding-left: 5px;
  }
}
#left-area .cliams-newhero-banner .row-wrapper .image-wrapper:last-child {
  padding-right: 0;
}
@media (max-width: 690px) {
  #left-area .cliams-newhero-banner .row-wrapper .image-wrapper:last-child {
    padding-right: 5px;
  }
}
#left-area .cliams-newhero-banner .row-wrapper .image-wrapper figure {
  position: relative;
}
#left-area .cliams-newhero-banner .row-wrapper .image-wrapper figure img {
  width: 100%;
}
#left-area .cliams-newhero-banner .row-wrapper .image-wrapper figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 1180px) {
  #left-area .cliams-newhero-banner .row-wrapper .image-wrapper figure figcaption {
    padding: 24% 0;
    justify-content: space-around;
  }
}
@media (max-width: 690px) {
  #left-area .cliams-newhero-banner .row-wrapper .image-wrapper figure figcaption {
    padding: 0;
    justify-content: center;
  }
}
#left-area .cliams-newhero-banner .row-wrapper .image-wrapper figure figcaption a {
  font-size: 15px;
}
#left-area .cliams-newhero-banner .row-wrapper .image-wrapper figure figcaption img {
  margin-bottom: 40px;
}
@media (max-width: 1180px) {
  #left-area .cliams-newhero-banner .row-wrapper .image-wrapper figure figcaption img {
    margin-bottom: 0;
  }
}
@media (max-width: 690px) {
  #left-area .cliams-newhero-banner .row-wrapper .image-wrapper figure figcaption img {
    margin-bottom: 20px;
  }
}
#left-area .cliams-newhero-banner .row-wrapper .image-wrapper figure figcaption h3 {
  color: #ffffff;
  font-family: "SupremeLL-JumboItalic";
  font-size: 2rem;
  line-height: 1.938rem;
  text-transform: uppercase;
  text-align: left;
  position: absolute;
  top: 24px;
  left: 24px;
}
@media (min-width: 1024.1px) and (max-width: 1439.9px) {
  #left-area .cliams-newhero-banner .row-wrapper .image-wrapper figure figcaption h3 {
    font-size: 1.625rem;
    line-height: 1.563rem;
  }
}
@media (max-width: 1180px) {
  #left-area .cliams-newhero-banner .row-wrapper .image-wrapper figure figcaption h3 {
    font-size: 1rem;
    line-height: 0.938rem;
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 690px) {
  #left-area .cliams-newhero-banner .row-wrapper .image-wrapper figure figcaption h3 {
    font-size: 1.625rem;
    line-height: 1.563rem;
  }
}
@media (max-width: 1180px) {
  #left-area .cliams-newhero-banner .row-wrapper .image-wrapper figure figcaption {
    opacity: 1;
  }
}
@media (max-width: 690px) {
  #left-area .cliams-newhero-banner .row-wrapper .image-wrapper figure figcaption {
    opacity: 1;
  }
}
#left-area .cliams-newhero-banner .row-wrapper .image-wrapper figure figcaption:hover {
  opacity: 1;
}
#left-area .claims-herobanner-detail {
  position: absolute;
  min-height: 880px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1440px) {
  #left-area .claims-herobanner-detail {
    min-height: 1174px;
  }
}
@media (max-width: 1180px) {
  #left-area .claims-herobanner-detail {
    min-height: 721px;
  }
}
@media (max-width: 690px) {
  #left-area .claims-herobanner-detail {
    min-height: 421px;
  }
}
#left-area .claims-herobanner-detail:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
#left-area .hero-heading-cliams {
  text-align: center;
  padding: 206px 0 50px;
}
@media (max-width: 690px) {
  #left-area .hero-heading-cliams {
    padding: 124px 0 24px;
  }
}
#left-area .hero-heading-cliams h2 {
  color: #ffffff;
  font-family: "SupremeLL-JumboItalic" !important;
  font-size: 3.5rem;
  line-height: 3.375rem;
  text-transform: uppercase;
  text-align: left;
  max-width: 630px;
  margin: auto;
}
@media (max-width: 690px) {
  #left-area .hero-heading-cliams h2 {
    font-size: 1.875rem !important;
    line-height: 1.813rem;
    max-width: 305px;
  }
}

#left-area .momcom-claims-articles-hero-heading *, #left-area .momcom-claims-articles-hero-text-content * {
  color: #000000 !important;
}

#left-area .momcom-claims-articles-body-copy *, #left-area .momcoms-claim-articles-container * {
  color: #000000 !important;
}

#left-area .momcom-claims-articles-hero-text-content h2 {
  font-family: "Gotham-Regular";
  color: #000000 !important;
}
#left-area .momcom-claims-articles-hero-text-content h2 a {
  font-family: "Gotham-bold";
}
#left-area .momcom-claims-articles-hero-text-content h2 a:before {
  bottom: 12px !important;
  background-color: #000000 !important;
}
@media (max-width: 690px) {
  #left-area .momcom-claims-articles-hero-text-content h2 a:before {
    bottom: 9px !important;
  }
}
#left-area .momcom-claims-articles-hero-text-content p {
  font-family: "Gotham-Regular";
}
#left-area .momcom-claims-articles-hero-text-content p a:before {
  content: unset;
}

.momcom-claims-articles-content-image {
  border-radius: 60px;
  padding: 0 !important;
  margin: 50px 0;
}
@media (max-width: 690px) {
  .momcom-claims-articles-content-image {
    border-radius: 30px;
  }
}

@media (max-width: 1180px) {
  .claim-page-row {
    margin: 0 auto !important;
    padding-top: 60px !important;
    max-width: 680px !important;
  }
}
@media (max-width: 690px) {
  .claim-page-row {
    background-position: 48% !important;
    padding: 46px 10px 0 !important;
    max-width: 375px !important;
    margin: 0 auto !important;
  }
}
.claim-page-row .timeline {
  padding-bottom: 230px;
}
@media (max-width: 690px) {
  .claim-page-row .timeline {
    padding-bottom: 83px;
    padding-top: 10px;
  }
}
.claim-page-row .timeline ul {
  padding: 0 !important;
}
.claim-page-row .timeline ul li {
  position: relative;
  margin: 0 auto;
  width: 5px;
  padding-bottom: 0;
  list-style-type: none;
  padding: 0 !important;
}
@media (max-width: 1180px) {
  .claim-page-row .timeline ul li {
    width: 100%;
  }
}
.claim-page-row .timeline ul li .cm-hidden {
  opacity: 0;
}
.claim-page-row .timeline ul li .content {
  position: relative;
  width: 360px;
  min-height: 156px;
  display: flex;
  align-items: end;
  justify-content: left;
}
@media (max-width: 1180px) {
  .claim-page-row .timeline ul li .content {
    width: 100% !important;
    left: 0 !important;
    justify-content: left;
    min-height: 126px !important;
    padding-top: 80px;
  }
}
@media (max-width: 690px) {
  .claim-page-row .timeline ul li .content {
    min-height: 78px !important;
    padding-top: 50px;
  }
}
.claim-page-row .timeline ul li .content a {
  text-align: left;
  font-family: "SupremeLL-JumboItalic";
  font-size: 1.5rem;
  line-height: 23px;
  text-transform: uppercase;
  display: flex;
  color: #ffffff;
  text-decoration: none;
}
.claim-page-row .timeline ul li .content a:before {
  content: "";
  background-repeat: no-repeat;
  width: 13px;
  height: 18px;
  display: inline-block;
}
@media (max-width: 1180px) {
  .claim-page-row .timeline ul li .content a:before {
    margin-right: 5px;
  }
}
@media (max-width: 690px) {
  .claim-page-row .timeline ul li .content a:before {
    margin-right: 0;
  }
}
@media (max-width: 690px) {
  .claim-page-row .timeline ul li .content a {
    font-size: 0.813rem;
    line-height: 11px;
  }
}
.claim-page-row .timeline ul li:nth-child(odd) .content {
  left: -475px;
  min-height: 180px;
}
.claim-page-row .timeline ul li:nth-child(even) .content {
  left: 240px;
}
@media (max-width: 1180px) {
  .claim-page-row .timeline ul li:nth-child(even) .content {
    left: 0 !important;
  }
}
.claim-page-row .timeline ul li:first-child .content {
  align-items: flex-end;
  min-height: 250px !important;
}
@media (max-width: 1180px) {
  .claim-page-row .timeline ul li:first-child .content {
    left: 0 !important;
    min-height: 126px !important;
  }
}
@media (max-width: 690px) {
  .claim-page-row .timeline ul li:first-child .content {
    min-height: 78px !important;
  }
}
.claim-page-row h1 {
  font-family: "SupremeLL-JumboItalic";
  font-size: 4.75rem;
  line-height: 76px;
  color: #ffffff;
  letter-spacing: 0.2px;
  max-width: 714px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .claim-page-row h1 {
    font-size: 40px;
    line-height: 38px;
    max-width: 377px;
    margin-left: 0;
  }
}
@media (max-width: 690px) {
  .claim-page-row h1 {
    max-width: 320px;
    margin-left: 0;
  }
}

#left-area .momcom-claims-articles-body-copy p a {
  font-family: "Gotham-Bold";
  display: inline !important;
  border-bottom: 1px solid #000000;
  padding-bottom: 2px;
}
#left-area .momcom-claims-articles-body-copy p a:before {
  content: unset !important;
}

.momcom-claims-article-body-question {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "SupremeLL-BoldFlat";
  font-size: 1.5rem !important;
  line-height: 2rem;
  letter-spacing: 0.2px;
}

.momcom-sleep-article-list li {
  font-size: 1.125rem;
  font-weight: 325;
  font-family: "Gotham-Regular";
  line-height: 1.625rem;
  letter-spacing: 0.2px;
  padding: 0;
}
.momcom-sleep-article-list li a {
  position: relative;
  display: inline !important;
  font-family: "Gotham-Bold";
  border-bottom: 1px solid #000000;
  padding-bottom: 2px;
}
.momcom-sleep-article-list li a:before {
  content: unset;
}

#left-area .claims-body-copy.momcom-claims-articles-body-copy.protein-body-copy h2 {
  font-family: "Gotham-Regular";
}
#left-area .claims-body-copy.momcom-claims-articles-body-copy.protein-body-copy h2 a {
  font-weight: 325;
}
#left-area .claims-body-copy.momcom-claims-articles-body-copy.protein-body-copy h2 a:before {
  content: unset;
}

#left-area .claims-body-copy.momcom-claims-articles-body-copy.protein-body-copy h3 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "SupremeLL-BoldFlat";
  line-height: 2rem;
  letter-spacing: 0.2px;
}

#left-area .claims-body-copy.momcom-claims-articles-body-copy.protein-body-copy .protein-body-copy-para {
  font-size: 1.5rem;
  font-weight: 325;
  font-family: "Gotham-Regular";
  line-height: 2rem;
  letter-spacing: 0.2px;
}
#left-area .claims-body-copy.momcom-claims-articles-body-copy.protein-body-copy .protein-body-copy-para a {
  font-family: "Gotham-Bold";
  display: inline !important;
  border-bottom: 1px solid #000000;
  padding-bottom: 2px;
}
#left-area .claims-body-copy.momcom-claims-articles-body-copy.protein-body-copy .protein-body-copy-para a:before {
  content: unset;
}

#left-area .claims-body-copy.momcom-claims-articles-body-copy .legal-text p a {
  font-family: "Gotham-Regular";
  color: #000000;
  border-bottom: unset;
  padding-bottom: unset;
}

.custom-marquee-wrap {
  background: #00FF00;
  font-family: "SupremeLL-JumboItalic";
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #000000;
  padding: 12px 0;
  text-transform: uppercase;
}
.custom-marquee-wrap.pop-up {
  position: relative;
  width: 100vw;
  max-width: 100%;
  overflow-x: hidden;
}
.custom-marquee-wrap a {
  color: inherit;
}
.custom-marquee-wrap a:after {
  content: "";
  height: 7px;
  width: 7px;
  display: inline-block;
  background-color: #000000;
  border-radius: 100%;
  position: relative;
  margin: 0 10px;
  top: -2px;
}

.custom-banner-wrapper-26-2 {
  display: flex;
  min-height: 842px;
}
@media (max-width: 767.9px) {
  .custom-banner-wrapper-26-2.mobile {
    height: 340px;
  }
  .custom-banner-wrapper-26-2.mobile:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: matrix(1, 0, 0, -1, 0, 0);
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 61.28%);
  }
}
.custom-banner-wrapper-26-2 .banner-wrap-26-2 {
  max-width: 754px;
}
.custom-banner-wrapper-26-2 .banner-wrap-26-2 h1 {
  font-size: 4.375rem;
  font-family: "SupremeLL-JumboItalic";
  text-transform: uppercase;
  color: #00FF00;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 991.9px) {
  .custom-banner-wrapper-26-2 .banner-wrap-26-2 h1 {
    font-size: 2.5rem;
    line-height: 2.375rem;
    letter-spacing: 0.2px;
  }
}
@media (max-width: 991.9px) {
  .custom-banner-wrapper-26-2 .banner-wrap-26-2 {
    max-width: 100%;
    justify-content: center;
    display: flex;
    align-items: flex-end;
    height: 480px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.9px) {
  .custom-banner-wrapper-26-2 .banner-wrap-26-2 {
    height: auto;
    margin-top: -40px;
    max-width: 100%;
  }
}
@media (max-width: 991.9px) {
  .custom-banner-wrapper-26-2 {
    display: block;
    min-height: auto;
    background-position: top -40px center !important;
  }
}
.custom-banner-wrapper-26-2 .custom-26-2-discription img {
  display: block;
  margin: 0 auto 36px;
  max-width: 572px;
}
@media (max-width: 767.9px) {
  .custom-banner-wrapper-26-2 .custom-26-2-discription img {
    max-width: 326px;
  }
}
.custom-banner-wrapper-26-2 .custom-bottom-scroll .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Gotham";
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #00FF00;
}
.custom-banner-wrapper-26-2 .custom-bottom-scroll .flex img {
  margin-left: 15px;
  margin-right: 15px;
}

.wrapper-slider {
  width: 1180px !important;
}
@media (max-width: 1200px) {
  .wrapper-slider.youtubeshorts {
    padding: 0 20px;
  }
}
@media (max-width: 790px) {
  .wrapper-slider.youtubeshorts {
    padding: 0 0;
  }
}
@media (max-width: 1200px) {
  .wrapper-slider {
    width: 780px !important;
  }
}
@media (max-width: 790px) {
  .wrapper-slider {
    max-width: 335px !important;
  }
}
.wrapper-slider .flex-items {
  display: block;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 790px) {
  .wrapper-slider .flex-items {
    flex-wrap: wrap;
  }
}
.wrapper-slider .flex-items .gn {
  width: 25%;
  float: left;
  padding: 90px 20px 0;
}
@media (max-width: 790px) {
  .wrapper-slider .flex-items .gn {
    width: 100%;
    float: none;
    padding: 40px 20px;
    border-bottom: 2px solid #ffffff;
  }
}
.wrapper-slider .flex-items .gn h4 {
  font-size: 2.1875rem !important;
  line-height: 34px;
  font-family: "SupremeLL-JumboItalic" !important;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .wrapper-slider .flex-items .gn h4 {
    font-size: 23px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 790px) {
  .wrapper-slider .flex-items .gn h4 {
    font-size: 2.1875rem !important;
    line-height: 34px !important;
    margin-bottom: 10px;
  }
}
.wrapper-slider .flex-items .gn p {
  font-size: 1.125rem;
  line-height: 1.438rem;
  color: #ffffff;
  font-family: "Gotham-Light";
}
@media (max-width: 1200px) {
  .wrapper-slider .flex-items .gn p {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 790px) {
  .wrapper-slider .flex-items .gn p {
    font-size: 1.125rem;
    line-height: 1.438rem;
  }
}
.wrapper-slider .flex-items .regular {
  width: 75%;
  float: left;
}
@media (max-width: 790px) {
  .wrapper-slider .flex-items .regular {
    width: 100%;
    float: none;
  }
}
.wrapper-slider .flex-items .regular .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .wrapper-slider .flex-items .regular .slick-dots {
    bottom: 18px;
  }
}
@media (max-width: 790px) {
  .wrapper-slider .flex-items .regular .slick-dots {
    position: static;
  }
}
.wrapper-slider .flex-items .regular .slick-dots li {
  background: transparent;
  list-style: none;
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 100%;
  margin: 0 9px;
}
.wrapper-slider .flex-items .regular .slick-dots li button {
  display: none;
}
.wrapper-slider .flex-items .regular .slick-dots li.slick-active {
  width: 8px;
  height: 8px;
  background-color: #FF9999;
}
@media (max-width: 790px) {
  .wrapper-slider .flex-items .regular .slick-dots li.slick-active {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 790px) {
  .wrapper-slider .flex-items .regular .slick-dots {
    bottom: 0px;
  }
}
.wrapper-slider .flex-items .slick-slide:nth-child(1) {
  border-left: 2px solid #ffffff;
}
@media (max-width: 790px) {
  .wrapper-slider .flex-items .slick-slide:nth-child(1) {
    border-left: 0px;
  }
}
.wrapper-slider .flex-items .slick-slide:nth-child(2) {
  border-left: 2px solid #ffffff;
}
@media (max-width: 790px) {
  .wrapper-slider .flex-items .slick-slide:nth-child(2) {
    border-left: 0px;
  }
}
.wrapper-slider .flex-items .slick-slide:nth-child(3) {
  border-left: 2px solid #ffffff;
}
@media (max-width: 790px) {
  .wrapper-slider .flex-items .slick-slide:nth-child(3) {
    border-left: 0px;
  }
}
.wrapper-slider .flex-items .btm-square {
  text-align: center;
  padding: 20px 0;
  border-top: 2px solid #ffffff;
}
.wrapper-slider .flex-items .btm-square p {
  color: #ffffff;
  font-size: 1.125rem;
}
@media (max-width: 1200px) {
  .wrapper-slider .flex-items .btm-square p {
    font-size: 12px;
  }
}
@media (max-width: 790px) {
  .wrapper-slider .flex-items .btm-square p {
    font-size: 1.125rem;
    line-height: 1.438rem;
  }
}

.custom-countdown-wrap {
  border: 2px solid #ffffff;
  width: 1180px !important;
}
@media (max-width: 1200px) {
  .custom-countdown-wrap {
    max-width: 780px !important;
  }
}
@media (max-width: 790px) {
  .custom-countdown-wrap {
    max-width: 335px !important;
  }
}
@media (max-width: 1200px) {
  .custom-countdown-wrap {
    border-left: none;
  }
}
.custom-countdown-wrap h3 {
  font-family: "SupremeLL-JumboItalic";
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 5rem;
  line-height: 4.813rem;
  letter-spacing: 0.374929px;
}
@media (max-width: 1200px) {
  .custom-countdown-wrap h3 {
    font-size: 52.8827px;
    line-height: 51px;
  }
}
@media (max-width: 790px) {
  .custom-countdown-wrap h3 {
    font-size: 2.1875rem;
    line-height: 34px;
    max-width: 274px;
  }
}
.custom-countdown-wrap p {
  font-family: "Gotham-Light";
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.2px;
  margin-top: 12px;
  color: #ffffff;
}
.custom-countdown-wrap p .weight-gotham {
  line-height: 0;
}
@media (max-width: 1200px) {
  .custom-countdown-wrap p {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 790px) {
  .custom-countdown-wrap p {
    font-size: 1.125rem;
    line-height: 21px;
  }
}
.custom-countdown-wrap p a {
  color: #FF9999;
}
.custom-countdown-wrap .custom-top-inner-countdown-wrap {
  line-height: 0;
}
.custom-countdown-wrap .custom-top-inner-countdown-wrap h2 {
  font-size: 3.5rem;
  line-height: 3.375rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "SupremeLL-JumboItalic" !important;
}
@media (max-width: 991.9px) {
  .custom-countdown-wrap .custom-top-inner-countdown-wrap h2 {
    font-size: 1.875rem;
    line-height: 1.75rem;
    letter-spacing: 0.137594px;
  }
}
.custom-countdown-wrap .custom-top-cont-wrap {
  padding: 20px;
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}
.custom-countdown-wrap .custom-top-cont-wrap .custom-number {
  font-size: 206px;
  line-height: 96%;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FF9999;
  margin-bottom: 20px;
  font-family: "SupremeLL-JumboItalic" !important;
  margin-top: 18px;
}
.custom-countdown-wrap .custom-top-cont-wrap .custom-number sup {
  bottom: 80px;
  font-size: 130px;
}
@media (max-width: 991.9px) {
  .custom-countdown-wrap .custom-top-cont-wrap .custom-number sup {
    bottom: 0;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .custom-countdown-wrap .custom-top-cont-wrap .custom-number {
    font-size: 146px;
  }
  .custom-countdown-wrap .custom-top-cont-wrap .custom-number sup {
    bottom: 0;
    font-size: 146px;
  }
}
@media (max-width: 1200px) {
  .custom-countdown-wrap .custom-top-cont-wrap .custom-number {
    font-size: 2.5rem;
  }
}
@media (max-width: 1200px) {
  .custom-countdown-wrap .custom-top-cont-wrap {
    border: 2px solid #ffffff;
    border-right: 0px;
  }
}
@media (max-width: 790px) {
  .custom-countdown-wrap .custom-top-cont-wrap {
    padding: 40px 20px;
  }
}
.custom-countdown-wrap .custom-bottom-cont-wrap {
  display: flex;
  flex-wrap: wrap;
}
.custom-countdown-wrap .custom-bottom-cont-wrap .gnm-4 {
  flex: 33.333333% 0 0;
  overflow: hidden;
}
@media (max-width: 790px) {
  .custom-countdown-wrap .custom-bottom-cont-wrap .gnm-4 {
    flex: 100% 0 0;
  }
}
.custom-countdown-wrap .custom-bottom-cont-wrap .gnm-4 .overly {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.custom-countdown-wrap .custom-bottom-cont-wrap .gnm-4:nth-child(2) {
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
@media (max-width: 790px) {
  .custom-countdown-wrap .custom-bottom-cont-wrap .gnm-4:nth-child(2) {
    border-right: none;
    border-left: none;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
}
.custom-countdown-wrap .custom-bottom-cont-wrap .gnm-4 figure {
  position: relative;
}
@media (max-width: 790px) {
  .custom-countdown-wrap .custom-bottom-cont-wrap .gnm-4 figure {
    height: 200px;
  }
}
.custom-countdown-wrap .custom-bottom-cont-wrap .gnm-4 figure img {
  width: 100%;
  height: 100%;
}
.custom-countdown-wrap .custom-bottom-cont-wrap .gnm-4 figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.custom-countdown-wrap .custom-bottom-cont-wrap .gnm-4 figure figcaption h1 {
  font-size: 2.5rem;
  font-family: "SupremeLL-JumboItalic";
  line-height: 2.375rem;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .custom-countdown-wrap .custom-bottom-cont-wrap .gnm-4 figure figcaption h1 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 790px) {
  .custom-countdown-wrap .custom-bottom-cont-wrap .gnm-4 figure figcaption h1 {
    font-size: 1.875rem;
    line-height: 1.813rem;
  }
}
.custom-countdown-wrap .custom-bottom-cont-wrap .gnm-4 figure figcaption p {
  font-family: "SupremeLL-BoldFlat";
  font-size: 1.5rem;
  line-height: 1.75rem;
}
@media (max-width: 1200px) {
  .custom-countdown-wrap .custom-bottom-cont-wrap .gnm-4 figure figcaption p {
    font-size: 1rem;
    line-height: 1.188rem;
  }
}
@media (max-width: 790px) {
  .custom-countdown-wrap .custom-bottom-cont-wrap .gnm-4 figure figcaption p {
    font-size: 1.125rem;
    line-height: 1.438rem;
  }
}
.custom-countdown-wrap .custom-bottom-cont-wrap .custom-wsf-logo-wrapper {
  width: 40%;
}
@media (max-width: 790px) {
  .custom-countdown-wrap .custom-bottom-cont-wrap .custom-wsf-logo-wrapper {
    width: 100%;
  }
}
.custom-countdown-wrap .custom-bottom-cont-wrap .custom-wsf-logo-wrapper .cm-content-wrap {
  text-align: left;
  padding: 26px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 50px;
  border-top: 2px solid #ffffff;
}
@media (max-width: 1200px) {
  .custom-countdown-wrap .custom-bottom-cont-wrap {
    border-left: 2px solid #ffffff;
  }
}
.custom-countdown-wrap .custom-bottom-cont-wrap .custom-wsf-left-text {
  width: 60%;
  border-right: 2px solid #ffffff;
}
.custom-countdown-wrap .custom-bottom-cont-wrap .custom-wsf-left-text img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 790px) {
  .custom-countdown-wrap .custom-bottom-cont-wrap .custom-wsf-left-text img {
    height: 335px;
  }
}
@media (max-width: 790px) {
  .custom-countdown-wrap .custom-bottom-cont-wrap .custom-wsf-left-text {
    width: 100%;
    border-bottom: none;
    border-right: none;
    border-bottom: 2px solid #ffffff;
  }
}
.custom-countdown-wrap .custom-bottom-cont-wrap .custom-wsf-left-text h5 {
  font-family: "SupremeLL-JumboItalic";
  font-size: 2.5rem;
  line-height: 2.375rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 500px;
}
.custom-countdown-wrap .custom-bottom-cont-wrap .custom-wsf-left-text p {
  font-family: "Gotham";
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin-top: 15px;
  max-width: 605px;
}
.custom-countdown-wrap .custom-bottom-cont-wrap .custom-wsf-left-text p a {
  color: #FF9999;
}
.custom-countdown-wrap .custom-bottom-cont-wrap .custom-wsf-logo-wrapper {
  width: 40%;
  text-align: center;
}
@media (max-width: 790px) {
  .custom-countdown-wrap .custom-bottom-cont-wrap .custom-wsf-logo-wrapper {
    width: 100%;
  }
}
.custom-countdown-wrap .custom-bottom-cont-wrap .custom-wsf-logo-wrapper .img-wrap {
  padding: 52px 32px;
  position: relative;
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 991.9px) {
  .custom-countdown-wrap .custom-bottom-cont-wrap .custom-wsf-logo-wrapper .img-wrap {
    padding: 30px 16px;
  }
  .custom-countdown-wrap .custom-bottom-cont-wrap .custom-wsf-logo-wrapper .img-wrap img {
    max-width: 94px;
  }
}
.custom-countdown-wrap .custom-bottom-cont-wrap .custom-wsf-logo-wrapper .bottom-btn-wrap a {
  letter-spacing: 0.376471px;
  text-transform: uppercase;
  color: #00FF00;
  font-family: "SupremeLL-Black";
  font-size: 1.875rem;
  line-height: 1.813rem;
  padding: 55px 32px;
  width: 100%;
  display: block;
}
@media (max-width: 1200px) {
  .custom-countdown-wrap .custom-bottom-cont-wrap .custom-wsf-logo-wrapper .bottom-btn-wrap a {
    font-size: 1.25rem;
    line-height: 1.188rem;
    padding: 29px 16px;
    background-position: center right 23px;
    background-size: 10px;
  }
}

.custom-form-wrapper {
  border: 2px solid #ffffff;
  display: flex;
}
@media (max-width: 991.9px) {
  .custom-form-wrapper {
    flex-flow: wrap;
  }
}
.custom-form-wrapper label span:nth-child(1) {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding-left: 21px;
}
.custom-form-wrapper .cm-form-content-wrap {
  margin-right: 0 !important;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-form-wrapper .cm-form-content-wrap picture {
  border-top: 2px solid #ffffff;
}
@media (max-width: 790px) {
  .custom-form-wrapper .cm-form-content-wrap picture {
    height: 335px;
    border-top: 0px;
    border-bottom: 2px solid #ffffff;
  }
}
.custom-form-wrapper .cm-form-content-wrap picture img {
  display: block;
}
@media (max-width: 1200px) {
  .custom-form-wrapper .cm-form-content-wrap {
    width: 46%;
  }
}
@media (max-width: 790px) {
  .custom-form-wrapper .cm-form-content-wrap {
    width: 100%;
    margin-bottom: 0 !important;
    flex-direction: column-reverse;
  }
}
.custom-form-wrapper .cm-form-content-wrap .form-top-content {
  margin-bottom: 0;
  padding: 20px;
}
.custom-form-wrapper .cm-form-content-wrap .form-top-content h3 {
  font-family: "SupremeLL-JumboItalic";
  font-size: 64px;
  line-height: 61px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #ffffff;
}
.custom-form-wrapper .cm-form-content-wrap .form-top-content h3 span {
  color: #FF9999;
}
@media (max-width: 1200px) {
  .custom-form-wrapper .cm-form-content-wrap .form-top-content h3 {
    font-size: 44px;
    line-height: 42px;
  }
}
@media (max-width: 790px) {
  .custom-form-wrapper .cm-form-content-wrap .form-top-content h3 {
    font-size: 40px;
    line-height: 38px;
  }
}
.custom-form-wrapper .cm-form-content-wrap .form-top-content p {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.2px;
  margin-top: 12px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .custom-form-wrapper .cm-form-content-wrap .form-top-content p {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 790px) {
  .custom-form-wrapper .cm-form-content-wrap .form-top-content p {
    font-size: 18px;
    line-height: 23px;
  }
}
.custom-form-wrapper .custom-form-wrap {
  width: 60%;
  padding: 48px 0 0;
  border-left: 2px solid #ffffff;
}
@media (max-width: 1200px) {
  .custom-form-wrapper .custom-form-wrap {
    width: 54%;
  }
}
@media (max-width: 790px) {
  .custom-form-wrapper .custom-form-wrap {
    width: 100%;
    padding: 0;
    border-left: none;
    border-top: 0;
  }
}
.custom-form-wrapper .custom-form-wrap .wpcf7-not-valid-tip {
  padding: 0 32px;
  position: relative;
  top: -7px;
}
@media (max-width: 790px) {
  .custom-form-wrapper .custom-form-wrap .wpcf7-not-valid-tip {
    padding: 0 28px;
  }
}
.custom-form-wrapper .custom-form-wrap form p {
  padding: 0;
}
.custom-form-wrapper .custom-form-wrap .wpcf7-spinner {
  display: none;
}
.custom-form-wrapper .custom-form-wrap .gnm-form {
  max-width: 420px;
  margin: 0 auto;
}
.custom-form-wrapper .custom-form-wrap .gnm-form span#yes span.wpcf7-list-item.first {
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .custom-form-wrapper .custom-form-wrap .gnm-form span#yes span.wpcf7-list-item.first {
    padding-left: 0;
  }
}
.custom-form-wrapper .custom-form-wrap .gnm-form span#yes span.wpcf7-list-item.last {
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .custom-form-wrapper .custom-form-wrap .gnm-form span#yes span.wpcf7-list-item.last {
    padding-left: 0;
  }
}
.custom-form-wrapper .custom-form-wrap .gnm-form span.wpcf7-list-item-label {
  font-size: 16px;
}
.custom-form-wrapper .custom-form-wrap .gnm-form label {
  font-size: 15px;
  color: #fff;
}
.custom-form-wrapper .custom-form-wrap .gnm-form label.are {
  padding-left: 20px !important;
  display: inline-block;
  margin: 12px 0;
}
.custom-form-wrapper .custom-form-wrap .gnm-form label.heads {
  font-size: 18px;
  line-height: 23px;
}
.custom-form-wrapper .custom-form-wrap label {
  padding: 0;
  /* display: block; */
  max-width: 420px;
  margin: 0 auto;
}
.custom-form-wrapper .custom-form-wrap label label {
  padding: 0;
}
.custom-form-wrapper .custom-form-wrap label + br {
  display: none;
}
@media (max-width: 1200px) {
  .custom-form-wrapper .custom-form-wrap label {
    /* padding: 0 20px;
    width: 100%; */
  }
}

.custom-top-inner-carousel-wrap {
  display: block !important;
  border: 2px solid #ffffff;
  position: relative;
}
@media (max-width: 790px) {
  .custom-top-inner-carousel-wrap {
    border: none;
  }
}
.custom-top-inner-carousel-wrap .custom-top-cont-wrap {
  display: flex;
}
@media (max-width: 790px) {
  .custom-top-inner-carousel-wrap .custom-top-cont-wrap {
    flex-direction: column;
  }
}
.custom-top-inner-carousel-wrap .custom-top-cont-wrap .custom-crousal-left-text {
  width: 40%;
  min-height: 460px;
  padding: 20px 20px 68px;
}
@media (max-width: 790px) {
  .custom-top-inner-carousel-wrap .custom-top-cont-wrap .custom-crousal-left-text {
    width: 100%;
    padding: 40px 20px 60px 20px;
    min-height: auto;
    border-left: 0px;
    border-top: 2px solid #ffffff;
    order: 2;
  }
}
.custom-top-inner-carousel-wrap .custom-top-cont-wrap .custom-wsf-logo-wrapper {
  width: 60%;
  border-left: 2px solid #ffffff;
}
@media (max-width: 1200px) {
  .custom-top-inner-carousel-wrap .custom-top-cont-wrap .custom-wsf-logo-wrapper {
    border-bottom: 0px !important;
    border-right: 0;
  }
}
@media (max-width: 790px) {
  .custom-top-inner-carousel-wrap .custom-top-cont-wrap .custom-wsf-logo-wrapper {
    border-right: 0px;
  }
}
.custom-top-inner-carousel-wrap .custom-top-cont-wrap .custom-wsf-logo-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 790px) {
  .custom-top-inner-carousel-wrap .custom-top-cont-wrap .custom-wsf-logo-wrapper {
    width: 100%;
    border-left: none;
    height: 335px;
    border-top: 2px solid #ffffff;
  }
}
.custom-top-inner-carousel-wrap h5 {
  font-family: "SupremeLL-JumboItalic" !important;
  font-size: 2.5rem !important;
  line-height: 2.375rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 430px;
}
@media (max-width: 1200px) {
  .custom-top-inner-carousel-wrap h5 {
    font-size: 1.625rem !important;
    line-height: 1.563rem !important;
  }
}
@media (max-width: 790px) {
  .custom-top-inner-carousel-wrap h5 {
    font-size: 2.1875rem !important;
    line-height: 34px !important;
    max-width: 100%;
  }
}
.custom-top-inner-carousel-wrap p {
  font-family: "Gotham-Light";
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin-top: 15px;
  max-width: 430px;
}
@media (max-width: 1200px) {
  .custom-top-inner-carousel-wrap p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media (max-width: 790px) {
  .custom-top-inner-carousel-wrap p {
    font-size: 1.125rem;
    line-height: 1.438rem;
  }
}
.custom-top-inner-carousel-wrap p a {
  color: #FF9999;
}
.custom-top-inner-carousel-wrap .custom-bottom-cont-wrap {
  min-height: 360px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
}
@media (max-width: 1200px) {
  .custom-top-inner-carousel-wrap .custom-bottom-cont-wrap {
    min-height: auto;
  }
}
@media (max-width: 790px) {
  .custom-top-inner-carousel-wrap .custom-bottom-cont-wrap {
    border: 0;
    text-align: center;
  }
}
.custom-top-inner-carousel-wrap .custom-bottom-cont-wrap h5 {
  font-family: "SupremeLL-BoldFlat" !important;
  font-size: 2rem !important;
  line-height: 2.5rem !important;
}
@media (max-width: 1200px) {
  .custom-top-inner-carousel-wrap .custom-bottom-cont-wrap h5 {
    font-size: 21px !important;
    line-height: 27px !important;
  }
}
@media (max-width: 790px) {
  .custom-top-inner-carousel-wrap .custom-bottom-cont-wrap h5 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
}
@media (max-width: 1200px) {
  .custom-top-inner-carousel-wrap .custom-bottom-cont-wrap h5,
  .custom-top-inner-carousel-wrap .custom-bottom-cont-wrap p {
    max-width: 462px;
  }
}
.custom-top-inner-carousel-wrap .custom-bottom-cont-wrap .benfits-count {
  color: #FF9999;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: "SupremeLL-BoldFlat";
  letter-spacing: 0.2px;
  padding-bottom: 6px;
}
@media (max-width: 790px) {
  .custom-top-inner-carousel-wrap .custom-bottom-cont-wrap .benfits-count {
    align-self: center;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.custom-carousel .slick-arrow {
  position: absolute;
  bottom: 2px;
  left: 238px;
  background-color: #FF9999;
  border: 3px solid #FF9999;
  height: 48px;
  width: 234.5px;
  padding: 0;
  font-size: 0;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .custom-carousel .slick-arrow {
    height: 32px;
    width: 155px;
    bottom: 2px;
    left: 158px;
  }
}
@media (max-width: 790px) {
  .custom-carousel .slick-arrow {
    bottom: 0;
    right: 0;
    transform: none;
    height: 41px;
    width: 165px;
  }
}
.custom-carousel .slick-arrow.slick-prev {
  left: 2px;
}
.custom-carousel .slick-arrow.slick-prev:hover:after {
  margin-left: -10px;
}
@media (max-width: 790px) {
  .custom-carousel .slick-arrow.slick-prev {
    left: 0;
  }
}
.custom-carousel .slick-arrow.slick-prev:after {
  background-image: url(../assets/slider-arrow-up.svg);
}
@media (max-width: 790px) {
  .custom-carousel .slick-arrow.slick-next {
    left: auto;
  }
}
.custom-carousel .slick-arrow:after {
  background-image: url(../assets/slider-arrow-down.svg);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
  transform: matrix(0, 1, 1, 0, 0, 0);
}
@media (max-width: 1200px) {
  .custom-carousel .slick-arrow:after {
    background-size: 18px;
  }
}
@media (max-width: 790px) {
  .custom-carousel .slick-arrow:after {
    background-size: 14px;
  }
}
.custom-carousel .slick-arrow:hover:after {
  margin-left: 10px;
}
.custom-carousel .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  pointer-events: none;
  display: none;
}
@media (max-width: 1200px) {
  .custom-carousel .slick-dots {
    bottom: 18px;
  }
}
@media (max-width: 790px) {
  .custom-carousel .slick-dots {
    position: static;
  }
}
.custom-carousel .slick-dots li {
  background: transparent;
  list-style: none;
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 100%;
  margin: 0 9px;
}
.custom-carousel .slick-dots li button {
  display: none;
}
.custom-carousel .slick-dots li.slick-active {
  width: 8px;
  height: 8px;
  background-color: #FF9999;
}
@media (max-width: 790px) {
  .custom-carousel .slick-dots li.slick-active {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 790px) {
  .custom-carousel .slick-dots {
    bottom: 0px;
  }
}
@media (max-width: 790px) {
  .custom-carousel {
    border: 2px solid #ffffff;
  }
}

.custom-page-info {
  position: absolute;
  background: #FF9999;
  bottom: 105px;
  font-family: "SupremeLL-BoldFlat";
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-align: center;
  letter-spacing: 0.2px;
  color: #000000;
  transform: rotate(-90deg);
  width: 321px;
  height: 111px;
  left: -104px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
@media (max-width: 1200px) {
  .custom-page-info {
    bottom: 77px;
    font-size: 0.9375rem;
    width: 224px;
    height: 73px;
    left: -75px;
  }
}
@media (max-width: 790px) {
  .custom-page-info {
    display: none;
  }
}
@media (max-width: 790px) {
  .custom-page-info.for-mobile {
    display: none !important;
    position: static;
    border-top: 2px solid #ffffff;
  }
}
@media (max-width: 790px) {
  .custom-page-info {
    transform: none;
    top: 200px;
    bottom: auto;
    width: 100%;
    height: 41px;
    left: 0;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 767.9px) {
  .custom-page-info {
    top: 327px;
  }
}

.custom-form-wrapper .custom-form-wrap .custom-submit-btn-wrap,
.custom-hover-effect {
  position: relative;
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.custom-form-wrapper .custom-form-wrap .custom-submit-btn-wrap > span,
.custom-hover-effect > span {
  background-image: url(../assets/button-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 30px;
}
.custom-form-wrapper .custom-form-wrap .custom-submit-btn-wrap:after,
.custom-hover-effect:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #00FF00;
  transform: scaleX(0);
  transform-origin: right center;
  z-index: -1;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.custom-form-wrapper .custom-form-wrap .custom-submit-btn-wrap:hover,
.custom-hover-effect:hover {
  color: #000000 !important;
}
.custom-form-wrapper .custom-form-wrap .custom-submit-btn-wrap:hover > span,
.custom-hover-effect:hover > span {
  background-image: url(../assets/button-arrow-hover.svg) !important;
}
.custom-form-wrapper .custom-form-wrap .custom-submit-btn-wrap:hover:after,
.custom-hover-effect:hover:after {
  transform-origin: left center;
  transform: scale(1);
}

.custom-modal-wrapper {
  position: fixed;
  top: 0;
  background: #000000;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  overflow-y: auto;
  display: none;
}
.custom-modal-wrapper .custom-modal-inner-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px;
  text-align: center;
}
@media (max-width: 991.9px) {
  .custom-modal-wrapper .custom-modal-inner-wrapper {
    padding: 76px 16px 0;
  }
}
.custom-modal-wrapper .custom-modal-inner-wrapper .popup-close-btn {
  position: absolute;
  right: 46px;
  top: 70px;
  cursor: pointer;
}
@media (max-width: 991.9px) {
  .custom-modal-wrapper .custom-modal-inner-wrapper .popup-close-btn {
    right: 18px;
    top: 65px;
    max-width: 36px;
  }
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-top-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-top-wrapper h2 {
  font-family: "SupremeLL-BoldFlat";
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 9px;
}
@media (max-width: 1200px) {
  .custom-modal-wrapper .custom-modal-inner-wrapper .modal-top-wrapper h2 {
    font-size: 1.125rem;
    line-height: 1.438rem;
  }
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-top-wrapper h3 {
  font-family: "SupremeLL-JumboItalic";
  font-size: 4.75rem;
  line-height: 4.5625rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .custom-modal-wrapper .custom-modal-inner-wrapper .modal-top-wrapper h3 {
    font-size: 30px;
  }
}
@media (max-width: 790px) {
  .custom-modal-wrapper .custom-modal-inner-wrapper .modal-top-wrapper h3 {
    font-size: 2.5rem;
    line-height: 2.375rem;
  }
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-top-wrapper p {
  font-family: "Gotham-Light";
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.2px;
  margin-top: 14px;
  margin-bottom: 35px;
  max-width: 688px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .custom-modal-wrapper .custom-modal-inner-wrapper .modal-top-wrapper p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 790px) {
  .custom-modal-wrapper .custom-modal-inner-wrapper .modal-top-wrapper p {
    font-size: 1.125rem;
    line-height: 23px;
  }
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-top-wrapper p a, .custom-modal-wrapper .custom-modal-inner-wrapper .modal-top-wrapper p span {
  color: #FF9999;
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-top-wrapper h4 {
  font-family: "SupremeLL-Black" !important;
  font-size: 1.5rem !important;
  line-height: 1.75rem;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin-bottom: 34px;
}
@media (max-width: 1200px) {
  .custom-modal-wrapper .custom-modal-inner-wrapper .modal-top-wrapper h4 {
    font-size: 1.125rem;
    line-height: 1.438rem;
  }
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-two-column-wrap {
  display: flex;
  display: -webkit-flex;
  border: 2px solid #ffffff;
  justify-content: center;
}
@media (max-width: 790px) {
  .custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-two-column-wrap {
    display: block;
  }
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-two-column-wrap > div {
  width: 50%;
  padding: 50px 20px;
}
@media (max-width: 790px) {
  .custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-two-column-wrap > div {
    width: 100%;
  }
  .custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-two-column-wrap > div.custom-right-wrap {
    border-top: 2px solid #ffffff;
    padding-bottom: 38px;
  }
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-two-column-wrap .custom-left-wrap {
  border-right: 2px solid #ffffff;
}
@media (max-width: 790px) {
  .custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-two-column-wrap .custom-left-wrap {
    border-right: 0;
  }
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-two-column-wrap h3 {
  font-family: "SupremeLL-JumboItalic";
  font-size: 2.5rem;
  line-height: 2.375rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-two-column-wrap h3 {
    font-size: 24px;
    line-height: 1;
  }
}
@media (max-width: 790px) {
  .custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-two-column-wrap h3 {
    font-size: 1.875rem;
    line-height: 1.813rem;
  }
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-two-column-wrap .custom-social-wrap ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-top: 39px;
  flex-wrap: wrap;
  padding: 0 !important;
  justify-content: center;
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-two-column-wrap .custom-social-wrap ul li {
  list-style: none;
  margin: 0 20px;
}
@media (max-width: 767.9px) {
  .custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-two-column-wrap .custom-social-wrap ul li {
    width: 50%;
    margin: 0 0 15px;
  }
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-two-column-wrap .custom-social-wrap ul li a {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.75rem;
  letter-spacing: 0.2px;
  color: #ffffff;
  text-transform: uppercase;
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-two-column-wrap .custom-social-wrap ul li a:hover {
  color: #FF9999;
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-two-column-wrap .custom-social-wrap ul li a span {
  display: block;
  margin-top: 10px;
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-two-column-wrap .custom-email-wrapper {
  margin-top: 31px;
}
@media (max-width: 1200px) {
  .custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-two-column-wrap .custom-email-wrapper {
    margin-top: 12px;
  }
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-two-column-wrap .custom-email-wrapper p {
  font-size: 0.875rem;
  line-height: 1.75rem;
  letter-spacing: 0.2px;
  color: #ffffff;
  text-transform: uppercase;
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-form-wrap {
  margin-top: 11px;
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-form-wrap input[type=text] {
  background: #ffffff;
  border-radius: 30px;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.2px;
  padding: 12px 20px;
  color: #000000;
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-form-wrap button {
  background: #00FF00;
  border-radius: 30px;
  padding: 16px 38px;
  font-size: 1rem;
  line-height: 0.938rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #000000;
  border: none;
  margin-left: 5px;
  cursor: pointer;
  font-family: "SupremeLL-Black";
  transition: all 0.5s;
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-form-wrap button:hover {
  padding-right: 30px;
}
@media (max-width: 1200px) {
  .custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .cm-form-wrap button {
    margin-top: 10px;
    margin-left: 0;
  }
}
.custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .bottom-logo26\.2 {
  padding-top: 107px;
  padding-bottom: 153px;
}
@media (max-width: 1200px) {
  .custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .bottom-logo26\.2 {
    padding-top: 54px;
    padding-bottom: 57px;
  }
  .custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrapper .bottom-logo26\.2 img {
    max-width: 253px;
    margin: 0 auto;
    display: block;
  }
}

.thankyou-active {
  overflow-y: hidden;
}
.thankyou-active .custom-modal-wrapper {
  display: block;
}
.thankyou-active header#main-header {
  z-index: 0;
}

.pinkeshcolor {
  color: #FF9999;
}

.custom-bottom-img-wrap {
  padding-top: 90px;
}
.custom-bottom-img-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
}

.custom-bottom-cont-wrap-first {
  display: flex;
}
.custom-bottom-cont-wrap-first .custom-wsf-left-text-wrap {
  width: 60%;
  padding: 26px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.custom-bottom-cont-wrap-first .custom-wsf-img-wrap {
  width: 40%;
}
@media (max-width: 1200px) {
  .custom-bottom-cont-wrap-first .custom-wsf-img-wrap {
    width: 100%;
  }
  .custom-bottom-cont-wrap-first .custom-wsf-img-wrap img {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .custom-bottom-cont-wrap-first {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .custom-bottom-cont-wrap-first > div.custom-wsf-left-text-wrap {
    width: 100%;
    border-right: none;
    border-top: 2px solid #ffffff;
  }
}

.weight-gotham {
  font-family: "Gotham-Bold";
}

.showm span {
  display: block !important;
}

@media (max-width: 790px) {
  .stickys {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    border-radius: 0 !important;
    z-index: 99999999;
  }
}
.extratopsection {
  border: 2px solid #fff;
  border-bottom: none;
  padding: 20px;
}
@media (max-width: 790px) {
  .extratopsection {
    width: 100%;
    padding: 40px 20px;
    min-height: auto;
  }
}
.extratopsection h5 {
  font-family: "SupremeLL-JumboItalic" !important;
  font-size: 4.75rem !important;
  line-height: 4.5625rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .extratopsection h5 {
    font-size: 3.125rem !important;
    line-height: 3rem !important;
  }
}
@media (max-width: 790px) {
  .extratopsection h5 {
    font-size: 2.1875rem !important;
    line-height: 34px !important;
    max-width: 100%;
  }
}
.extratopsection p {
  font-family: "Gotham-Light";
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .extratopsection p {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 790px) {
  .extratopsection p {
    font-size: 1.125rem;
    line-height: 1.438rem;
  }
}
.extratopsection p a {
  color: #FF9999;
}

#left-area .iwd {
  padding-top: 362px;
  padding-bottom: 77px;
  background-size: contain;
  background-position: top;
}
@media (max-width: 790px) {
  #left-area .iwd {
    padding-top: 414px;
    padding-bottom: 48px;
    background-size: cover;
  }
}
#left-area .iwd span.et_pb_image_wrap {
  margin-bottom: 45px;
  text-align: center;
}
#left-area .iwd .mainsec {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
}
#left-area .iwd .mainsec p {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.2px;
  color: #ffffff;
  font-family: "Gotham-Light";
}
@media (max-width: 790px) {
  #left-area .iwd .mainsec p {
    font-size: 1.125rem;
    line-height: 23px;
  }
}
#left-area .iwd .mainsec .centre {
  text-align: center;
}
#left-area .iwd .mainsec .join-team-milk {
  background-color: #00FF00;
  opacity: 1;
  color: #000000;
  padding: 14px 20px;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 15px;
  margin-top: 46px;
  display: inline-block;
}
#left-area .iwd .mainsec .join-team-milk::after {
  display: none;
}

.thankyou .custom-modal-wrapper {
  display: block;
  position: static;
}
.thankyou .custom-modal-wrapper .custom-modal-inner-wrapper {
  padding: 0;
  max-width: 100%;
  width: 1180px;
}
@media (max-width: 1200px) {
  .thankyou .custom-modal-wrapper .custom-modal-inner-wrapper {
    width: 780px;
  }
}
@media (max-width: 790px) {
  .thankyou .custom-modal-wrapper .custom-modal-inner-wrapper {
    width: 335px;
  }
}
.thankyou .custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrappe .cm-two-column-wrap > div {
  padding: 50px 20px;
}
@media (max-width: 1200px) {
  .thankyou .custom-modal-wrapper .custom-modal-inner-wrapper .modal-bottom-wrappe .cm-two-column-wrap > div {
    width: 50%;
  }
}

.thankyou-footer {
  padding: 0 !important;
  margin: 0;
}
.thankyou-footer .et_pb_row {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.thankyou-footer .et_pb_row .milk-footer-right-white, .thankyou-footer .et_pb_row .milk-footer-right-black {
  padding: 0;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 790px) {
  .thankyou-footer .et_pb_row .milk-footer-right-white, .thankyou-footer .et_pb_row .milk-footer-right-black {
    height: 508px;
  }
}
.thankyou-footer .et_pb_row .holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 120px;
}
@media (max-width: 1200px) {
  .thankyou-footer .et_pb_row .holder {
    padding: 0 40px;
  }
}
@media (max-width: 790px) {
  .thankyou-footer .et_pb_row .holder {
    padding: 0 20px;
  }
}
.thankyou-footer .et_pb_row .screen-max-width {
  height: 100%;
}
@media (max-width: 1200px) {
  .thankyou-footer .et_pb_row .screen-max-width {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 790px) {
  .thankyou-footer .et_pb_row .screen-max-width {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
.thankyou-footer .et_pb_row .screen-max-width .fullwidth {
  width: 100%;
  height: 100%;
}
.thankyou-footer .et_pb_row .screen-max-width .fullwidth picture {
  display: block;
  width: 100%;
  height: 100%;
}
.thankyou-footer .et_pb_row .screen-max-width .fullwidth picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gaming-max-width {
  max-width: 1180px !important;
}
@media (max-width: 1180px) {
  .gaming-max-width {
    max-width: 790px !important;
  }
}
@media (max-width: 790px) {
  .gaming-max-width {
    max-width: 335px !important;
  }
}

.gaming-banner {
  height: 100vh;
  max-width: 1440px;
  max-height: 1000px;
  margin: auto;
}
@media (max-width: 1180px) {
  .gaming-banner {
    max-height: 750px;
  }
}
@media (max-width: 790px) {
  .gaming-banner {
    max-height: 530px;
  }
}
.gaming-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #4F27C1 0%, rgba(164, 41, 130, 0.5) 50%, rgba(255, 153, 153, 0) 100%);
  background-blend-mode: multiply;
}
.gaming-banner .et_pb_code_inner {
  height: 100%;
}
.gaming-banner .et_pb_code_inner .gradient-overlay {
  width: 385px;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.gaming-banner .et_pb_code_inner .gradient-overlay.left {
  left: 0;
}
@media (max-width: 790px) {
  .gaming-banner .et_pb_code_inner .gradient-overlay.left {
    display: none;
  }
}
.gaming-banner .et_pb_code_inner .gradient-overlay.right {
  background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  right: 0;
}
@media (max-width: 790px) {
  .gaming-banner .et_pb_code_inner .gradient-overlay.right {
    display: none;
  }
}
.gaming-banner .et_pb_code_inner .gradient-overlay.bottom {
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  width: 100%;
  height: 412px;
  top: auto;
}
@media (max-width: 790px) {
  .gaming-banner .et_pb_code_inner .gradient-overlay.bottom {
    height: 180px;
  }
}

.animated-gif-block img {
  max-height: 482px;
}
@media (max-width: 790px) {
  .animated-gif-block img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.info-box-top {
  margin-top: -160px;
  position: relative;
  z-index: 10;
  background: linear-gradient(to bottom, transparent 0%, black 10%, black 100%);
}

.gradient-box {
  background: linear-gradient(0deg, #4F27C1 0%, #A42982 100%);
  padding: 20px;
  color: #ffffff;
  max-width: 965px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1180px) {
  .gradient-box {
    max-width: 636px;
    padding: 13px;
  }
}
@media (max-width: 790px) {
  .gradient-box {
    padding: 40px 20px;
  }
}
.gradient-box h1 {
  font-size: 4.75rem;
  line-height: 4.5625rem;
  color: #ffffff;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-family: "SupremeLL-JumboItalic";
  margin-bottom: 10px;
}
@media (max-width: 1180px) {
  .gradient-box h1 {
    font-size: 3.125rem;
    line-height: 3rem;
  }
}
@media (max-width: 790px) {
  .gradient-box h1 {
    font-size: 2.1875rem;
    line-height: 33px;
  }
}
.gradient-box p {
  font-size: 1.5rem;
  font-family: "Gotham-Light";
  line-height: 2rem;
  letter-spacing: 0.2px;
}
@media (max-width: 1180px) {
  .gradient-box p {
    font-size: 1rem;
    line-height: normal;
  }
}
@media (max-width: 790px) {
  .gradient-box p {
    font-size: 1.125rem;
    line-height: 1.438rem;
  }
}
.gradient-box h6 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0.2px;
  color: #ffffff;
  font-family: "SupremeLL-BoldFlat";
  padding: 30px 0 10px;
}
@media (max-width: 1180px) {
  .gradient-box h6 {
    font-size: 1rem;
    line-height: normal;
  }
}
.gradient-box .discord-btn {
  padding: 12px 22px;
  margin-bottom: 20px;
  background: #ffffff;
  display: inline-block;
  color: #4F27C1;
  font-family: "SupremeLL-BoldFlat";
  font-size: 1rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  border-radius: 80px;
}
@media (max-width: 790px) {
  .gradient-box .discord-btn {
    margin-bottom: 0;
  }
}
.gradient-box .discord-btn img {
  width: 25px;
  margin-right: 10px;
  vertical-align: text-top;
}

.media-wrap {
  margin-left: 40px !important;
  margin-top: -80px;
  border: 6px solid;
  border-image-slice: 1;
  border-width: 6px;
  border-image-source: linear-gradient(109.67deg, #4F27C1 0%, #A42982 47.92%, #FF9999 100%);
}
@media (max-width: 1180px) {
  .media-wrap {
    margin-left: 26px !important;
  }
}
@media (max-width: 790px) {
  .media-wrap {
    margin: 0 !important;
  }
}
.media-wrap picture {
  display: flex;
}

/* ISLAND CODE */
.island-code-section .text-center {
  text-align: center;
}
.island-code-section h2 {
  font-size: 4.75rem;
  line-height: 4.5625rem;
  color: #ffffff;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-family: "SupremeLL-JumboItalic";
}
@media (max-width: 1180px) {
  .island-code-section h2 {
    font-size: 3.125rem;
    line-height: 3rem;
  }
}
@media (max-width: 790px) {
  .island-code-section h2 {
    font-size: 2.1875rem;
    line-height: 33px;
  }
}
.island-code-section h5 {
  font-family: "Gotham" !important;
  font-size: 1.5rem !important;
  font-weight: normal !important;
  line-height: 2rem;
  letter-spacing: 0.2px;
  color: #ffffff;
  padding: 12px 0 18px;
}
@media (max-width: 1180px) {
  .island-code-section h5 {
    font-size: 1rem !important;
    line-height: normal;
  }
}
@media (max-width: 790px) {
  .island-code-section h5 {
    line-height: 1.5rem;
  }
}
.island-code-section .island-wrap {
  display: flex;
  flex-wrap: wrap;
  border: 6px solid;
  border-image-slice: 1;
  border-width: 6px;
  border-image-source: linear-gradient(109.67deg, #4F27C1 0%, #A42982 47.92%, #FF9999 100%);
}
.island-code-section .island-wrap .island-box {
  flex: 33.333333% 0 0;
  position: relative;
}
@media (max-width: 790px) {
  .island-code-section .island-wrap .island-box {
    flex: 100% 0 0;
  }
}
.island-code-section .island-wrap .island-box:nth-child(2) {
  border-left: 6px solid;
  border-image-slice: 1;
  border-width: 6px;
  border-image-source: linear-gradient(267deg, #4F27C1 0%, #A42982 120.34%, #FF9999 240.68%);
}
@media (max-width: 790px) {
  .island-code-section .island-wrap .island-box:nth-child(2) {
    border-left: none;
    border-top: 6px solid;
  }
}
.island-code-section .island-wrap .island-box:last-child {
  border-left: 6px solid #A42982;
}
@media (max-width: 790px) {
  .island-code-section .island-wrap .island-box:last-child {
    border-left: none;
    border-top: 6px solid #A42982;
  }
}
.island-code-section .island-wrap .island-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.island-code-section .island-wrap .island-box picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.island-code-section .island-wrap .island-box .island-name {
  font-size: 2.5rem;
  font-family: "SupremeLL-JumboItalic";
  line-height: 2.375rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .island-code-section .island-wrap .island-box .island-name {
    font-size: 1.625rem;
    line-height: 1.563rem;
  }
}
@media (max-width: 790px) {
  .island-code-section .island-wrap .island-box .island-name {
    font-size: 1.875rem;
    line-height: 1.75rem;
  }
}
.island-code-section .island-wrap .island-box .island-info {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 790px) {
  .island-code-section .island-wrap .island-box .island-info {
    top: 36%;
  }
}
.island-code-section .island-wrap .island-box .island-code {
  font-size: 1.5rem;
  font-family: "SupremeLL-BoldFlat";
  line-height: 1.75rem;
  letter-spacing: 0.2px;
  margin: 10px 0 16px;
  color: #ffffff;
}
.island-code-section .island-wrap .island-box .island-code a {
  color: #ffffff; /* Safari fix */
}
@media (max-width: 1180px) {
  .island-code-section .island-wrap .island-box .island-code {
    font-size: 1.125rem;
    line-height: 1.438rem;
  }
}
@media (max-width: 790px) {
  .island-code-section .island-wrap .island-box .island-code {
    line-height: normal;
  }
}
.island-code-section .island-wrap .island-box .island-btn {
  font-size: 1rem;
  font-family: "SupremeLL-BoldFlat";
  line-height: normal;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 80px;
  background: #4F27C1;
  color: #ffffff;
  border: none;
  cursor: pointer;
  min-width: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.island-code-section .island-wrap .island-box .island-btn span {
  margin-right: 10px;
}
.island-code-section .island-wrap .island-box .island-btn img {
  width: 22px;
}

/* CAROUSEL SECTION */
.review-slider .slider-wrap {
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(109.67deg, #4F27C1 0%, #A42982 47.92%, #FF9999 100%);
}
.review-slider .slider-wrap .slide-title {
  position: absolute;
  background: #4F27C1;
  bottom: 108px;
  transform: rotate(-90deg);
  width: 321px;
  height: 112px;
  left: -100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1180px) {
  .review-slider .slider-wrap .slide-title {
    width: 215px;
    height: 74px;
    bottom: 75px;
    left: -66px;
  }
}
@media (max-width: 790px) {
  .review-slider .slider-wrap .slide-title {
    transform: none;
    position: static;
    width: 100%;
    height: 41px;
  }
}
.review-slider .slider-wrap .slide-title h3 {
  font-family: "SupremeLL-BoldFlat";
  color: #fff;
  letter-spacing: 0.2px;
}
@media (max-width: 1180px) {
  .review-slider .slider-wrap .slide-title h3 {
    font-size: 1rem;
    line-height: 1.188rem;
  }
}
.review-slider .slide-trigger {
  margin: auto;
  text-align: center;
  color: #ffffff;
}
.review-slider .slide-trigger .slide-item {
  padding: 102px 0 115px;
  max-width: 700px;
}
@media (max-width: 1180px) {
  .review-slider .slide-trigger .slide-item {
    max-width: 432px;
    padding: 67px 0 75px;
  }
}
@media (max-width: 790px) {
  .review-slider .slide-trigger .slide-item {
    padding: 20px 0 40px;
  }
}
.review-slider .slide-trigger .fan-name {
  font-size: 2rem;
  font-family: "SupremeLL-BoldFlat";
  line-height: normal;
  letter-spacing: 0.2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .review-slider .slide-trigger .fan-name {
    font-size: 1.375rem;
    line-height: normal;
  }
}
.review-slider .slide-trigger p {
  font-family: "Gotham-Light";
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.2px;
}
@media (max-width: 1180px) {
  .review-slider .slide-trigger p {
    font-size: 0.75rem;
    line-height: 1.063rem;
  }
}
@media (max-width: 790px) {
  .review-slider .slide-trigger p {
    padding: 0 20px;
  }
}
.review-slider .slide-trigger .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  pointer-events: none;
  padding: 0 0 25px !important;
}
@media (max-width: 790px) {
  .review-slider .slide-trigger .slick-dots {
    bottom: -10px;
  }
}
.review-slider .slide-trigger .slick-dots li {
  list-style-type: none;
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 9px;
}
@media (max-width: 790px) {
  .review-slider .slide-trigger .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
.review-slider .slide-trigger .slick-dots li button {
  display: none;
}
.review-slider .slide-trigger .slick-dots li.slick-active {
  width: 8px;
  height: 8px;
  background-color: #FF9999;
}
@media (max-width: 790px) {
  .review-slider .slide-trigger .slick-dots li.slick-active {
    width: 12px;
    height: 12px;
  }
}
.review-slider .slide-trigger .slick-arrow {
  position: absolute;
  right: 0px;
  background-color: #4F27C1;
  border: 3px solid #4F27C1;
  height: 158px;
  width: 112px;
  padding: 0;
  font-size: 0;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .review-slider .slide-trigger .slick-arrow {
    height: 106px;
    width: 74px;
  }
}
.review-slider .slide-trigger .slick-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../assets/slider-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
.review-slider .slide-trigger .slick-arrow:hover:after {
  margin-top: 10px;
}
.review-slider .slide-trigger .slick-arrow.slick-prev {
  bottom: 161px;
}
@media (max-width: 1180px) {
  .review-slider .slide-trigger .slick-arrow.slick-prev {
    bottom: 108px;
  }
}
.review-slider .slide-trigger .slick-arrow.slick-next {
  bottom: 0;
}
.review-slider .slide-trigger .slick-arrow.slick-next:after {
  transform: rotate(180deg);
}

.chicago-banner {
  height: 880px;
}
@media (max-width: 790px) {
  .chicago-banner {
    height: 593px;
  }
}
.chicago-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 790px) {
  .chicago-banner::before {
    bottom: 0;
  }
}
.chicago-banner .et_pb_row {
  width: 100%;
}
.chicago-banner .banner-cnt {
  max-width: 780px;
  margin: auto;
  text-align: center;
  letter-spacing: 0.2px;
  padding-top: 122px;
}
@media (max-width: 790px) {
  .chicago-banner .banner-cnt {
    max-width: 335px;
    padding-top: 82px;
  }
}
.chicago-banner .banner-cnt h1 {
  font-size: 4.75rem;
  line-height: 4.5625rem;
  color: #ffffff;
  font-family: "SupremeLL-JumboItalic";
  text-transform: uppercase;
}
@media (max-width: 790px) {
  .chicago-banner .banner-cnt h1 {
    font-size: 2.5rem;
    line-height: 2.375rem;
  }
}
@media (max-width: 790px) {
  .chicago-banner .banner-cnt h1 br {
    display: none;
  }
}
.chicago-banner .banner-cnt p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-family: "Gotham-Light";
  color: #ffffff;
  max-width: 593px;
  margin: 0 auto 20px auto;
  padding-top: 20px;
}
@media (max-width: 790px) {
  .chicago-banner .banner-cnt p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.chicago-banner .banner-cnt .join-team-milk {
  background-color: #00FF00;
  color: #000000;
  padding: 14px 20px;
  border-radius: 30px;
  line-height: 0.938rem;
}
.chicago-banner .banner-cnt .join-team-milk::after {
  display: none;
}

.img-with-para {
  color: #ffffff;
  letter-spacing: 0.2px;
}
@media (max-width: 790px) {
  .img-with-para .et_pb_row {
    max-width: 335px;
  }
}
.img-with-para h2 {
  font-size: 3.5rem;
  line-height: 3.375rem;
  font-family: "SupremeLL-JumboItalic";
  color: #ffffff;
  text-transform: uppercase;
  border-top: 1px solid #C4C4C4;
  padding-top: 37px;
  letter-spacing: 0.2px;
}
.img-with-para h2 span {
  color: #FF9999;
}
@media (max-width: 790px) {
  .img-with-para h2 {
    font-size: 2.1875rem;
    line-height: 33px;
  }
}
.img-with-para img {
  padding: 40px 0;
}
@media (max-width: 790px) {
  .img-with-para img {
    padding: 32px 0;
  }
}
.img-with-para h6 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: "SupremeLL-BoldFlat";
  color: #ffffff;
}
@media (max-width: 790px) {
  .img-with-para h6 {
    font-size: 1.125rem;
    line-height: normal;
  }
}
.img-with-para p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-family: "Gotham-Light";
  padding: 25px 0 40px !important;
}
@media (max-width: 790px) {
  .img-with-para p {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 20px 0 32px !important;
  }
}
.img-with-para ul {
  padding: 19px 0 0 20px !important;
}
.img-with-para ul li {
  font-size: 1.125rem;
  line-height: 34px;
  font-family: "Gotham-Light";
}

.flex {
  display: flex;
}

@media (min-width: 992px) {
  .form-field-row:nth-of-type(odd) {
    padding: 32px 0;
  }
}

.form-field-row {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .form-field-row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1180px) {
  .form-field-row .custom-dropdown {
    margin: 0 auto;
  }
  .form-field-row .custom-dropdown {
    display: block;
  }
}
@media (max-width: 790px) {
  .form-field-row {
    flex-direction: column;
    padding: 10px 0;
  }
}

.radio-button-row {
  padding: 16px 0;
}

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

.milkcup-register .entry-content {
  background-color: #000000;
  background-image: url(../assets/text_wall.png);
}
.milkcup-register .milkcup-form-content-container {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .milkcup-register .milkcup-form-content-container {
    width: 70%;
  }
}
.milkcup-register .milkcup-page-title {
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 700;
  font-family: "SupremeLL-JumboItalic";
  line-height: 50.4px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 128px;
}
.milkcup-register .milkcup-page-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "SupremeLL-JumboItalic";
  line-height: 30.29px;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: uppercase;
  color: #EA27B5;
  padding-top: 24px;
}
.milkcup-register .milkcup-form-links {
  color: #ffffff;
  text-decoration: underline;
}
.milkcup-register .milkcup-form-links:hover {
  text-decoration: underline;
}
.milkcup-register .milkcup-page-desc {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "SupremeLL-Regular";
  line-height: 28.8px;
  padding: 64px 0 32px 0;
}
.milkcup-register .milkcup-form-title-container {
  align-items: center;
}
.milkcup-register .milkcup-form-title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  font-family: "SupremeLL-JumboItalic";
  line-height: 100%;
  text-transform: uppercase;
  padding: 0;
}
.milkcup-register .form-group-title {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  align-items: center;
  padding: 16px 0;
}
@media (max-width: 790px) {
  .milkcup-register .form-group-title {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 0 16px 0;
  }
}
.milkcup-register .space-between-col * {
  color: #ffffff;
}
.milkcup-register input.wpcf7-form-control {
  border: none !important;
}
.milkcup-register .space-between-col .wpcf7-list-item {
  display: block;
  margin: 0;
}
.milkcup-register .space-between-col .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
@media (max-width: 1180px) {
  .milkcup-register .space-between-col .wpcf7-list-item label {
    align-items: flex-start;
  }
}
.milkcup-register .space-between-col .wpcf7-list-item:first-child {
  padding-bottom: 24px;
}
.milkcup-register .space-between-col .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "SupremeLL-Regular";
  line-height: 28px;
  width: 100%;
}
.milkcup-register .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.milkcup-register .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.milkcup-register .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
@media (max-width: 1180px) {
  .milkcup-register .wpcf7-radio .wpcf7-list-item label {
    align-items: flex-start;
  }
}
.milkcup-register .wpcf7-radio .wpcf7-list-item-label {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "SupremeLL-BoldFlat";
  line-height: 28px;
  width: 100%;
}
.milkcup-register .milkcup-form-title-cap-text {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "SupremeLL-Regular";
  line-height: 28px;
}
@media (max-width: 790px) {
  .milkcup-register .milkcup-form-title-cap-text {
    padding-top: 8px;
  }
}
.milkcup-register .milkcup-radio-and-checkbox-group {
  padding: 32px 0;
}
.milkcup-register .form-field-inde-text {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "SupremeLL-JumboItalic";
  text-transform: uppercase;
}
.milkcup-register .form-field-labels, .milkcup-register .custom-dropdown {
  width: 298px;
}
@media (max-width: 790px) {
  .milkcup-register .form-field-labels, .milkcup-register .custom-dropdown {
    width: 100%;
  }
}
.milkcup-register .form-field-labels {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  font-family: "SupremeLL-BoldFlat";
  line-height: 20px;
  display: flex;
  flex-direction: column;
  height: 80px;
}
.milkcup-register .form-field-labels span, .milkcup-register .form-field-labels input {
  height: 80%;
}
.milkcup-register .form-field-labels span {
  margin: 8px 0;
}
@media (min-width: 790px) and (max-width: 1200px) {
  .milkcup-register .form-field-labels {
    margin: auto 0 20px 0;
  }
}
@media (max-width: 790px) {
  .milkcup-register .form-field-labels {
    height: 90px;
    margin: auto 16px 20px 0;
  }
  .milkcup-register .form-field-labels input {
    width: 100%;
  }
}
.milkcup-register .milkcup-state-dropdown-container .form-field-labels {
  height: auto;
}
.milkcup-register .milkcup-state-dropdown-container .form-field-labels span {
  margin-top: 0;
}
@media (max-width: 1180px) {
  .milkcup-register .milkcup-state-dropdown-container .form-field-labels {
    margin: 0;
  }
}
.milkcup-register .milkcup-state-dropdown-container .dropdown-trigger {
  height: 80%;
  border-radius: 0 !important;
  padding: 5px 21px 5px;
}
.milkcup-register .milkcup-state-dropdown-container .dropdown-trigger::after {
  background: #ffffff url(../assets/Dropdown-Gaming-Arrow.svg) no-repeat;
  background-size: contain;
  top: 7px;
  width: 25px;
  height: 25px;
}
.milkcup-register .milkcup-state-dropdown-container .custom-dropdown.show .dropdown-trigger::after {
  top: 7px;
  right: 21px;
}
.milkcup-register .milkcup-state-dropdown-container .dropdown-options {
  border-radius: 0 !important;
}
@media (min-width: 790px) and (max-width: 1200px) {
  .milkcup-register .milkcup-state-dropdown-container {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 790px) {
  .milkcup-register .milkcup-state-dropdown-container {
    margin: 0;
  }
}
.milkcup-register input[type=radio], .milkcup-register input[type=checkbox] {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  margin-left: 0;
}
.milkcup-register input[type=submit] {
  display: block;
  width: 180px;
  height: 60px;
  padding: 16px 36px 16px 36px;
  margin: 16px auto;
  border: none;
  background: #EA27B5;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "SupremeLL-JumboItalic";
  cursor: pointer;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.milkcup-confirmation {
  color: #ffffff;
}
.milkcup-confirmation .entry-content {
  background-color: #000000;
  background-image: url(../assets/text_wall.png);
}
.milkcup-confirmation .milkcup-confirmation-page-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "SupremeLL-JumboItalic";
  text-align: center;
  padding-top: 160px;
}
@media (max-width: 790px) {
  .milkcup-confirmation .milkcup-confirmation-page-title {
    font-size: 48px;
    line-height: 48px;
    padding-top: 120px;
  }
}
.milkcup-confirmation .milkcup-confirmation {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "SupremeLL-Regular";
  line-height: 38px;
  text-align: center;
  padding-top: 40px;
}
@media (max-width: 790px) {
  .milkcup-confirmation .milkcup-confirmation {
    font-size: 18px;
    line-height: 28px;
  }
}
.milkcup-confirmation .share-registration-text {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "SupremeLL-JumboItalic";
  text-align: center;
  padding-top: 48px;
}
.milkcup-confirmation .share-registration-text .milkcup-copy-link-box {
  background: #EA27B5;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  text-transform: uppercase;
  width: 165px;
  height: 52px;
  padding: 14px 20px 14px 20px;
  gap: 10px;
  font-size: 16px;
  line-height: 20.19px;
  letter-spacing: 0.2px;
  margin-left: 24px;
}
@media (max-width: 790px) {
  .milkcup-confirmation .share-registration-text .milkcup-copy-link-box {
    height: 40px;
    margin-top: 16px;
    margin-left: 0;
  }
}
.milkcup-confirmation .share-registration-text .milkcup-copy-link-box::after {
  content: url(../assets/copy_link.svg);
}
@media (max-width: 790px) {
  .milkcup-confirmation .share-registration-text {
    font-size: 16px;
    line-height: 28px;
    padding-top: 22px;
  }
}
.milkcup-confirmation .checkout-discord {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 700;
  font-family: "SupremeLL-JumboItalic";
  line-height: 50.4px;
  text-align: center;
}
@media (max-width: 790px) {
  .milkcup-confirmation .checkout-discord {
    font-size: 32px;
    line-height: 38.4px;
  }
}
.milkcup-confirmation .discord-feature-text {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "SupremeLL-Regular";
  line-height: 28.8px;
  text-align: center;
  padding-top: 24px;
}
@media (max-width: 790px) {
  .milkcup-confirmation .discord-feature-text {
    font-size: 16px;
    line-height: 25.6px;
  }
}
.milkcup-confirmation .discord-and-back-links {
  text-align: center;
}
.milkcup-confirmation .discord-and-back-links .join-discord-link-container {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.milkcup-confirmation .discord-and-back-links .join-discord-link-container .discord-white-bg {
  display: inline-block;
  background: #ffffff;
  width: 64px;
  height: 54px;
}
.milkcup-confirmation .discord-and-back-links .join-discord-link-container .discord-white-bg::after {
  content: url(../assets/purple-discord.svg);
}
.milkcup-confirmation .discord-and-back-links .join-discord-link-container .join-discord-text {
  font-size: 1rem;
  font-weight: 400;
  font-family: "SupremeLL-JumboItalic";
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 32px;
}
.milkcup-confirmation .discord-and-back-links .back-to-milk-cup-link {
  text-decoration: underline;
  color: #ffffff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  font-family: "SupremeLL-BoldFlat";
  line-height: 28px;
}

.giveaway-form:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.giveaway-form h2 {
  font-size: 3.5rem;
  line-height: 3.125rem;
  color: #ffffff;
  font-family: "SupremeLL-JumboItalic";
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 790px) {
  .giveaway-form h2 {
    font-size: 2.5rem;
    line-height: 100%;
  }
}
.giveaway-form p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.625rem;
  font-family: "SupremeLL-Regular";
  margin: 64px 0;
}
.giveaway-form h3 {
  font-size: 2rem;
  line-height: 100%;
  color: #ffffff;
  font-family: "SupremeLL-JumboItalic";
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (max-width: 790px) {
  .giveaway-form h3 {
    font-size: 1.75rem;
  }
}
.giveaway-form h3 span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  float: right;
  font-family: "SupremeLL-Regular";
  text-transform: none;
}
@media (max-width: 790px) {
  .giveaway-form h3 span {
    float: none;
    display: block;
    margin-top: 16px;
  }
}
.giveaway-form h3 span sup {
  bottom: 0;
}
.giveaway-form .giveawayform {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.giveaway-form .giveawayform .form-group {
  flex-basis: calc(50% - 20px);
  margin-right: 40px;
}
@media (max-width: 790px) {
  .giveaway-form .giveawayform .form-group {
    flex-basis: 100%;
    margin-right: 0;
  }
}
.giveaway-form .giveawayform .form-group:nth-child(even) {
  margin-right: 0;
}
.giveaway-form .giveawayform .form-checkbox, .giveaway-form .giveawayform .form-submit {
  flex-basis: 100%;
  margin-right: 0;
}
.giveaway-form .giveawayform .form-control {
  background-color: #ffffff;
  color: #000000;
  font-size: 1rem;
  line-height: 1.625rem;
  font-family: "SupremeLL-Regular";
  padding: 12px 16px;
  margin-bottom: 60px;
  width: 100%;
  height: 50px;
  border: none;
}
.giveaway-form .giveawayform .form-control::-moz-placeholder {
  color: #000000;
}
.giveaway-form .giveawayform .form-control::placeholder {
  color: #000000;
}
.giveaway-form .giveawayform .form-control[type=date] {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 790px) {
  .giveaway-form .giveawayform .form-control {
    margin-bottom: 40px;
  }
}
.giveaway-form .giveawayform label {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "SupremeLL-Regular";
  margin-bottom: 8px;
  display: block;
}
.giveaway-form .giveawayform label sup {
  bottom: 0;
}
.giveaway-form .giveawayform .form-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 20px;
}
.giveaway-form .giveawayform .form-checkbox input[type=checkbox] {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  accent-color: #EA27B5;
}
@media (max-width: 790px) {
  .giveaway-form .giveawayform .form-checkbox input[type=checkbox] {
    width: 42px;
    height: 42px;
  }
}
.giveaway-form .giveawayform .form-checkbox label {
  margin-bottom: 0;
}
.giveaway-form .giveawayform .form-checkbox .form-error {
  position: absolute;
  top: 40px;
  left: 15px;
}
@media (max-width: 790px) {
  .giveaway-form .giveawayform .form-checkbox .form-error {
    top: 50px;
  }
}
.giveaway-form .giveawayform .form-checkbox a {
  color: #ffffff;
  text-decoration: underline;
  display: inline-block;
}
.giveaway-form .giveawayform .form-submit {
  text-align: center;
  margin-top: 64px;
}
.giveaway-form .giveawayform .form-submit button {
  background-color: #EA27B5;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "SupremeLL-JumboItalic";
  padding: 16px 27px;
  min-width: 180px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.giveaway-form .giveawayform .form-submit button:hover {
  background-color: rgb(202.3291139241, 19.6708860759, 152.6835443038);
}
.giveaway-form .giveawayform .form-general-error {
  font-size: 16px;
  color: #FF5E5E;
  margin-top: 10px;
  display: inline-block;
}
.giveaway-form .giveawayform .form-error {
  top: -54px;
}
@media (max-width: 790px) {
  .giveaway-form .giveawayform .form-error {
    top: -30px;
  }
}
.giveaway-form .legal-note {
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.2px;
  font-family: "Gotham-Light";
  margin-bottom: 0;
}
@media (max-width: 790px) {
  .giveaway-form .legal-note {
    margin: 40px 0 32px 0;
  }
}

.hero-banner {
  display: flex;
  align-items: end;
}
.hero-banner.m-ready:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 400px;
  width: 100vw;
  background: linear-gradient(0deg, #E6E1DD 0%, rgba(230, 225, 221, 0) 100%);
}
.hero-banner.m-recover:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 400px;
  width: 100vw;
  background: linear-gradient(0deg, #2C140A 0%, rgba(44, 20, 10, 0) 100%) !important;
}
.hero-banner h2 {
  font-family: "SupremeLL-JumboItalic";
  letter-spacing: -2px;
  padding-bottom: 20px;
  color: #000000;
  text-align: center;
  font-size: 4.75rem;
  line-height: 96%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.hero-banner p {
  font-family: "Gotham-Regular";
  color: #000000;
  text-align: center;
  font-size: 1.5rem;
  line-height: 32px;
  letter-spacing: 0.2px;
}
.hero-banner.m-recover h2, .hero-banner.m-recover p {
  color: #ffffff;
}
.hero-banner .hero-anim-icon img {
  margin: auto;
  display: block;
  height: 72px;
  width: auto;
}
.hero-banner.m-recover .hero-anim-icon img {
  filter: invert(1);
}
.hero-banner .hero-switch-container {
  display: flex;
  justify-content: center;
  margin: 43px 0 21px 0;
}
.hero-banner .hero-switch-wrapper {
  background: #000000;
  border-radius: 100px;
  border: 1px solid #000000;
  width: 400px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-banner button.hero-switch-btn {
  border-radius: 200px;
  background: #000000;
  width: 190px;
  height: 80px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.4392156863);
  font-family: "SupremeLL-BoldFlat";
  font-size: 2rem;
  line-height: normal;
  letter-spacing: 0.2px;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
}
.hero-banner button.hero-switch-btn.active {
  border-radius: 200px;
  background: #00FF00;
  width: 190px;
  height: 80px;
  flex-shrink: 0;
  color: #000000;
  font-family: "SupremeLL-BoldFlat";
  font-size: 2rem;
  line-height: normal;
  letter-spacing: 0.2px;
}

.fuel-nutrients {
  color: #000000;
}
.fuel-nutrients h3 {
  font-size: 2.5rem;
  color: #000000;
  font-family: "SupremeLL-BoldFlat";
}
.fuel-nutrients p {
  color: #000000;
  font-family: "Gotham-Regular";
  font-size: 1.5rem;
  line-height: 32px;
  letter-spacing: 0.2px;
  max-width: 970px;
  margin: auto;
  padding-top: 18px;
}
.fuel-nutrients .et_pb_row {
  display: flex;
  align-items: center;
}
.fuel-nutrients .fuel-nutrition-item h4 {
  font-size: 2rem !important;
  color: #000000;
  font-family: "SupremeLL-BoldFlat" !important;
  line-height: 126%;
  padding-top: 5px;
  letter-spacing: 0.2px;
}
.fuel-nutrients .fuel-nutrition-item p {
  font-size: 1.125rem;
  line-height: 26px;
  letter-spacing: 0.2px;
  padding-top: 10px;
  color: #000000;
  font-family: "Gotham-Regular";
  text-align: left !important;
}
.fuel-nutrients .fuel-nutrition-item {
  padding: 0 0 16px 24px;
  border-left: 8px solid rgba(0, 0, 0, 0.1254901961);
  margin-top: 26px;
  padding-bottom: 0;
}
.fuel-nutrients .fuel-nutrition-item.active {
  border-color: #000000;
}
.fuel-nutrients.m-recover .fuel-nutrition-item {
  border-left: 8px solid rgba(255, 255, 255, 0.1882352941);
}
.fuel-nutrients.m-recover .fuel-nutrition-item.active {
  border-color: #ffffff;
}
.fuel-nutrients.m-recover h3, .fuel-nutrients.m-recover p, .fuel-nutrients.m-recover .fuel-nutrition-item h4, .fuel-nutrients.m-recover .fuel-nutrition-item p {
  color: #ffffff;
}
.fuel-nutrients h3, .fuel-nutrients p {
  text-align: center;
}

.recepie-section h4 {
  color: #000000;
  font-family: "SupremeLL-BoldFlat" !important;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: 0.2px;
  padding-bottom: 20px;
}
.recepie-section p {
  color: #000000;
  font-family: "Gotham-Regular";
  font-size: 1.125rem;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.recepie-section ul {
  list-style: none !important;
  padding-left: 0 !important;
  color: #000000;
}
.recepie-section.m-recover h4, .recepie-section.m-recover p, .recepie-section.m-recover li {
  color: #ffffff;
}
.recepie-section.m-ready .milk-btn-white {
  color: #000000;
}
.recepie-section.m-ready .milk-btn-white::after {
  filter: invert(1);
}

.essential-nutrients h4 {
  color: #ffffff;
  text-align: center;
  font-family: "SupremeLL-JumboItalic" !important;
  font-size: 3.5rem;
  line-height: 96%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.essential-nutrients p {
  color: #ffffff;
  text-align: center;
  font-family: "Gotham-Regular";
  font-size: 1.125rem;
  line-height: 144.444%;
  letter-spacing: 0.2px;
  padding-bottom: 27px !important;
  margin: 10px 0;
}

.milk-helps .how-milk-helps {
  color: #ffffff;
  font-family: "SupremeLL-JumboItalic";
  text-align: center;
  font-size: 2.5rem;
  line-height: 96%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.milk-helps.m-recover .how-milk-helps {
  color: #000000;
}

.common-btn {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: "SupremeLL-BoldFlat";
  color: #000000;
  padding: 8px 32px;
  background: #00FF00;
  border: 0;
  border-radius: 80px;
  display: inline-block;
  line-height: 155.556%;
  text-align: center;
  cursor: pointer;
}

.toggle-switch-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: #7d7d7d;
  border-top-left-radius: 20px;
  padding: 32px 28px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #ffffff;
  font-size: 1.5rem;
  font-family: "SupremeLL-BoldFlat";
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cccccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  transition: 0.4s;
}

.toggle-switch-wrap input:checked + .slider {
  background-color: #00FF00;
}

.toggle-switch-wrap input:focus + .slider {
  box-shadow: 0 0 1px #00FF00;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.toggle-switch-wrap .slider.round {
  border-radius: 34px;
}

.toggle-switch-wrap .slider.round:before {
  border-radius: 50%;
}

.recovery-title.active,
.ready-title.active {
  color: #00FF00;
}

.m-recover {
  display: none;
}

@media (max-width: 790px) {
  .hero-banner h2 {
    font-size: 2.25rem;
  }
  .hero-banner.m-recover h2 {
    max-width: 335px;
    margin: auto;
  }
  .hero-banner p {
    font-size: 1.125rem;
  }
  .hero-banner.m-recover p {
    max-width: 335px;
    margin: auto;
  }
  .hero-banner .hero-anim-icon img {
    height: 59px;
    width: auto;
  }
  .hero-banner .hero-switch-container {
    margin: 24px 0 20px 0;
  }
  .hero-banner .hero-switch-wrapper {
    width: 176px;
    height: 44px;
  }
  .hero-banner button.hero-switch-btn,
  .hero-banner button.hero-switch-btn.active {
    width: 84px;
    height: 35px;
    font-size: 0.875rem;
  }
  .fuel-nutrients h3 {
    font-size: 1.875rem;
  }
  .fuel-nutrients p {
    font-size: 1.125rem;
    margin: inherit;
  }
  .fuel-nutrients h3,
  .fuel-nutrients p {
    text-align: left;
  }
  .fuel-nutrients .fuel-nutrition-item h4 {
    font-size: 1.125rem !important;
  }
  .fuel-nutrients .fuel-nutrition-item p {
    font-size: 1.125rem;
    margin-top: 0;
  }
  .fuel-nutrients .fuel-nutrition-item {
    font-size: 1.125rem;
  }
  .fuel-nutrients .et_pb_row {
    display: flex;
    align-items: start;
    flex-direction: column;
  }
  .fuel-nutrients .fuel-nutrition-item p {
    display: none;
  }
  .fuel-nutrients .fuel-nutrition-item.active p {
    display: block;
  }
  .fuel-nutrients .fuel-nutrition-item {
    cursor: pointer;
  }
  .recepie-section .et_pb_row {
    flex-direction: column;
  }
  .recepie-section h4 {
    font-size: 1.875rem !important;
    padding-bottom: 16px;
  }
  .recepie-section p {
    font-size: 1.125rem;
  }
  .recepie-section ul {
    font-size: 1.125rem;
  }
  .essential-nutrients h4 {
    text-align: left;
  }
  .essential-nutrients p {
    text-align: left;
  }
  .essential-nutrients .milk-btn-white-wrapper {
    display: flex;
  }
}
@media (max-width: 991px) and (min-width: 779px) {
  .new-claims-sec .et_pb_row {
    max-width: 90% !important;
  }
}
.new-claims-sec .hero-dropdown {
  text-align: center;
}
.new-claims-sec .hero-dropdown h1 {
  font-size: 4.75rem;
  line-height: 96%;
  font-family: "SupremeLL-JumboItalic";
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 790px) {
  .new-claims-sec .hero-dropdown h1 {
    font-size: 2.5rem;
  }
}
.new-claims-sec .hero-dropdown .custom-dropdown-new {
  position: relative;
  cursor: pointer;
  font-size: 66px;
  line-height: 100%;
  color: #ffffff;
  font-family: "SupremeLL-BoldFlat";
  text-transform: uppercase;
  background-color: transparent;
  height: 103px;
  padding: 0 60px;
  border-radius: 100px;
  border: 4px solid #ffffff;
  max-width: 513px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media (max-width: 790px) {
  .new-claims-sec .hero-dropdown .custom-dropdown-new {
    font-size: 1.875rem;
    height: 46px;
    padding: 0 30px;
    width: 230px;
    border-width: 2px;
  }
}
.new-claims-sec .hero-dropdown .dropdown-btn-new {
  text-align: center;
  width: 100%;
}
.new-claims-sec .hero-dropdown .dropdown-btn-new::after {
  content: "";
  display: inline-block;
  background-image: url(../assets/slider-arrow-white.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 17px;
  transform: rotate(180deg) translateY(15px);
  margin-left: 20px;
}
@media (max-width: 790px) {
  .new-claims-sec .hero-dropdown .dropdown-btn-new::after {
    transform: rotate(180deg) translateY(3px);
    margin-left: 10px;
  }
}
.new-claims-sec .hero-dropdown .dropdown-list-new {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  border-radius: 4px;
  z-index: 10;
  list-style: none !important;
  margin: 0;
  padding: 0 !important;
  border: 1px solid;
  background: #ffffff;
}
.new-claims-sec .hero-dropdown .dropdown-list-new li {
  padding: 10px;
  margin: 30px 0;
  color: #000000;
  line-height: 100%;
}
@media (max-width: 790px) {
  .new-claims-sec .hero-dropdown .dropdown-list-new li {
    margin: 10px 0;
  }
}
.new-claims-sec .hero-dropdown .dropdown-list-new li:hover {
  background-color: #F5F5F5;
}
.new-claims-sec .hero-dropdown .dropdown-list-new li:last-child {
  border-bottom: none;
}
.new-claims-sec .claims-overlay {
  display: flex;
  align-items: center;
  padding: 0 40px;
  cursor: pointer;
  position: relative;
}
.new-claims-sec .claims-overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 1;
}
.new-claims-sec .claims-overlay .overlay-contanet {
  max-width: 510px;
  position: relative;
  z-index: 10;
}
.new-claims-sec .claims-overlay .overlay-contanet h2 {
  font-size: 2.5rem;
  line-height: 96%;
  font-family: "SupremeLL-JumboItalic";
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.new-claims-sec .claims-overlay .overlay-contanet p {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-family: "SupremeLL-BoldFlat";
  margin-bottom: 20px;
  transition: all 0.5s;
  opacity: 0;
  display: none;
}
.new-claims-sec .claims-overlay .overlay-contanet a.milk-btn-white {
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 96%;
}
.new-claims-sec .claims-overlay .overlay-contanet a.milk-btn-white::after {
  top: 2px;
}
.new-claims-sec .claims-overlay:hover::before {
  background: rgba(0, 0, 0, 0.7);
}
.new-claims-sec .claims-overlay:hover .overlay-contanet p {
  display: block;
  opacity: 1;
}
.new-claims-sec .flex-layout {
  display: flex;
  height: 860px;
  gap: 20px;
}
.new-claims-sec .flex-layout .flex-50 {
  width: 50%;
  flex-basis: 50%;
  border-radius: 10px;
  position: relative;
}
.new-claims-sec .bg-properties {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 0 35px !important;
  border-radius: 10px !important;
}
.new-claims-sec .flex-layout-2 {
  margin-top: 20px;
}
.new-claims-sec .flex-layout-2 .mb-0.claims-overlay {
  margin-bottom: 0;
}
.new-claims-sec .flex-layout-2 .flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.new-claims-sec .flex-layout-2 .flex-50 {
  width: calc(50% - 20px);
  flex-basis: calc(50% - 10px);
}
.new-claims-sec .kids {
  display: none;
}
@media (max-width: 790px) {
  .new-claims-sec .desktop-only {
    display: none !important;
  }
}
.new-claims-sec .carousel-kids {
  display: none;
}
@media (max-width: 790px) {
  .new-claims-sec .carousel-kids {
    display: block;
  }
}
.new-claims-sec .carousel-kids .carousel-item {
  margin: 0 5px;
}
.new-claims-sec .carousel-kids .card-inner {
  position: relative;
}
.new-claims-sec .carousel-kids .card-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.new-claims-sec .carousel-kids .card-inner img {
  height: 460px;
  border-radius: 10px;
  border: 1px solid #5D5D5D;
}
.new-claims-sec .carousel-kids .card-inner .card-info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0 20px;
  z-index: 1;
}
.new-claims-sec .carousel-kids .card-inner h2 {
  font-size: 2.5rem;
  line-height: 96%;
  font-family: "SupremeLL-JumboItalic";
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.new-claims-sec .carousel-kids .slick-list {
  padding: 0 30px 0 0 !important;
}
.new-claims-sec .carousel-kids .slick-arrow {
  font-size: 0;
  position: absolute;
  bottom: 23px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  background-image: url(../assets/slider-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  z-index: 10;
  border: none;
}
.new-claims-sec .carousel-kids .slick-arrow.slick-disabled {
  opacity: 0.2;
}
.new-claims-sec .carousel-kids .slick-arrow.slick-prev {
  left: 125px;
  transform: rotate(-90deg);
}
.new-claims-sec .carousel-kids .slick-arrow.slick-next {
  right: 140px;
  transform: rotate(90deg);
}
.new-claims-sec .carousel-kids .milk-btn-white {
  margin: 20px 0 60px 100px;
}
.new-claims-sec .card-hover-cnt {
  height: 460px;
  border-radius: 10px;
  border: 1px solid #5D5D5D;
  background: #000000;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
}
.new-claims-sec .card-hover-cnt p {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: normal;
  font-family: "SupremeLL-BoldFlat";
}
