/*!
 * 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;
  }
}
@charset "UTF-8";
/* Variables. */ /* All custom variables will be placed here.*/
/************* Colors *************/
/* Primary colors */
/************* Font Family *************/
/* Gotham */
/************* Font Size *************/
/************* Font Weight *************/
/************* letter-spacing *************/
/************* line-height *************/
/************* Z-Index *************/
/************* Breakpoint Values *************/
/* Extra Large Screen */
/* Desktop Screen */
/* Large Screen */
/* Tablet screen */
/* Mobile screen */
/* Extra small mobile screen */
/* Other */
/************* Shadows *************/
/************* Others *************/
/************* Space between components *************/
/************* Gutter space *************/
/* Mixins. */
/************* Importing fonts *************/
/************* Fonts mixin *************/
/************* Media Query mixin *************/
/* Global SCSS. */
/* Gotham */
@font-face {
  font-family: FuturaPT-Light;
  src: url(../assets/Futura-PT_Light.eot?#iefix);
  src: url(../assets/Futura-PT_Light.eot?#iefix) format("eot"), url(../assets/Futura-PT_Light.woff2) format("woff2"), url(../assets/Futura-PT_Light.woff) format("woff"), url(../assets/Futura-PT_Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: FuturaPT-Book;
  src: url(../assets/Futura-PT_Book.eot?#iefix);
  src: url(../assets/Futura-PT_Book.eot?#iefix) format("eot"), url(../assets/Futura-PT_Book.woff2) format("woff2"), url(../assets/Futura-PT_Book.woff) format("woff"), url(../assets/Futura-PT_Book.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: FuturaPT-Medium;
  src: url(../assets/Futura-PT_Medium.eot?#iefix);
  src: url(../assets/Futura-PT_Medium.eot?#iefix) format("eot"), url(../assets/Futura-PT_Medium.woff2) format("woff2"), url(../assets/Futura-PT_Medium.woff) format("woff"), url(../assets/Futura-PT_Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: FuturaPT-Demi;
  src: url(../assets/Futura-PT_Demi.eot?#iefix);
  src: url(../assets/Futura-PT_Demi.eot?#iefix) format("eot"), url(../assets/Futura-PT_Demi.woff2) format("woff2"), url(../assets/Futura-PT_Demi.woff) format("woff"), url(../assets/Futura-PT_Demi.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: FuturaPT-Bold;
  src: url(../assets/Futura-PT_Bold.eot?#iefix);
  src: url(../assets/Futura-PT_Bold.eot?#iefix) format("eot"), url(../assets/Futura-PT_Bold.woff2) format("woff2"), url(../assets/Futura-PT_Bold.woff) format("woff"), url(../assets/Futura-PT_Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: #FFFEF4;
  font-family: "FuturaPT-Book";
  font-size: 1.125rem;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  padding: 0;
}
body h1 {
  font-size: 6rem;
  line-height: 5.75rem;
}
body h2 {
  font-size: 4rem;
  line-height: 3.813rem;
}
body h3 {
  font-size: 3rem;
  line-height: 3.625rem;
}
body h4 {
  font-size: 1.5rem;
  line-height: 1.813rem;
}

.intro-paragraph {
  font-size: 1.5rem;
  line-height: 2.125rem;
}

.body-small {
  font-size: 1rem;
  line-height: 1.375rem;
}

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

.button {
  text-align: center;
  font-size: 1rem;
  line-height: 1.313rem;
  display: inline-block;
  font-family: "FuturaPT-Medium";
}

.button-wheat {
  background-color: #FFB51E;
  color: #000000;
  transition: all 0.5s ease;
}
.button-wheat:hover {
  color: #FFB51E;
  background-color: #000000;
}
.button-wheat:disabled {
  background-color: #B4BBBF;
  pointer-events: none;
}

.hero-banner {
  background-color: #000000;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
}
.hero-banner.cm-channel-and-catogery .image-text .et_pb_column:first-child {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 991.9px) {
  .hero-banner.cm-channel-and-catogery .curve-shape-image img {
    height: auto;
  }
}
@media (max-width: 991.9px) {
  .hero-banner .et_pb_row {
    width: 100%;
  }
  .hero-banner .administration-banner .heading-module h1 {
    font-size: 3.063rem;
    line-height: 2.938rem;
  }
}
.hero-banner .heading-module {
  max-width: 781px;
  margin: 128px auto 0;
}
@media (max-width: 991.9px) {
  .hero-banner .heading-module {
    margin: 38px auto;
    max-width: 100%;
  }
}
.hero-banner .heading-module h1 {
  font-size: 6rem;
  line-height: 5.75rem;
  color: #17CD76;
  font-family: "FuturaPT-Bold";
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 991.9px) {
  .hero-banner .heading-module h1 {
    font-size: 3.5rem;
    line-height: 3.375rem;
  }
}
.hero-banner .heading-module p {
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #FFFEF4;
  font-family: "FuturaPT-Book";
  text-align: center;
}
@media (max-width: 991.9px) {
  .hero-banner .heading-module p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.hero-banner .image-text {
  margin-top: 72px;
}
@media (max-width: 991.9px) {
  .hero-banner .image-text {
    margin-top: 40px;
    padding-bottom: 20px;
  }
}
.hero-banner .image-text .button {
  padding: 16px 24px 15px 24px;
}
@media (max-width: 991.9px) {
  .hero-banner .image-text .et_pb_column {
    float: none;
  }
}
.hero-banner .image-text .et_pb_column:first-child {
  max-width: 930px;
  width: 75%;
}
@media (max-width: 991.9px) {
  .hero-banner .image-text .et_pb_column:first-child {
    max-width: 100%;
    width: 100%;
  }
}
.hero-banner .image-text .et_pb_column:nth-child(2) {
  position: absolute;
  right: 120px;
  top: 50%;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  transform: translateY(-50%);
  background-color: transparent;
  width: auto !important;
}
.hero-banner .image-text .et_pb_column:nth-child(2) .white-bg {
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(193, 192, 179, 0.3);
  background-color: #ffffff;
  visibility: visible;
}
@media (max-width: 991.9px) {
  .hero-banner .image-text .et_pb_column:nth-child(2) .white-bg {
    padding: 20px;
  }
}
@media (max-width: 991.9px) {
  .hero-banner .image-text .et_pb_column:nth-child(2) {
    padding: 0;
    position: relative;
    position: relative;
    right: auto;
    top: auto;
    transform: inherit;
    margin-top: -100px;
    margin-left: 8px;
    margin-right: 8px !important;
  }
}
.hero-banner .image-text .image-wraper .et_pb_image_wrap {
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.hero-banner .image-text h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-family: "FuturaPT-Medium";
  margin-bottom: 8px;
  color: #013654;
}
@media (max-width: 991.9px) {
  .hero-banner .image-text h2 {
    font-size: 1.75rem;
    line-height: 1.688rem;
  }
}
.hero-banner .image-text p {
  font-size: 1.125rem;
  line-height: 1.438rem;
  color: #013654;
  padding-bottom: 0;
  margin-bottom: 24px;
  font-family: "FuturaPT-Book";
}
@media (max-width: 991.9px) {
  .hero-banner .image-text p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.hero-banner .image-text .flex-items {
  display: flex;
}
@media (max-width: 991.9px) {
  .hero-banner .image-text .flex-items {
    display: inline-block;
  }
}
.hero-banner .image-text .flex-items .left {
  flex: 1;
  max-width: 404px;
}
@media (max-width: 991.9px) {
  .hero-banner .image-text .flex-items .left {
    max-width: 100%;
  }
}
.hero-banner .image-text .flex-items .left p:last-child {
  margin-bottom: 0;
}
.hero-banner .image-text .flex-items .right {
  padding-left: 32px;
  border-left: 1px solid #000000;
  display: flex;
  align-items: center;
  margin-left: 21px;
}
@media (max-width: 991.9px) {
  .hero-banner .image-text .flex-items .right {
    padding-left: 0;
    border-left: 0;
    display: inline-block;
    margin-left: 0;
  }
}
.hero-banner .image-text .flex-items .right ul {
  padding: 0;
}
@media (max-width: 991.9px) {
  .hero-banner .image-text .flex-items .right ul {
    padding: 26px 0 0 0;
  }
}
.hero-banner .image-text .flex-items .right ul li {
  list-style: none;
}
.hero-banner .image-text .flex-items .right ul li a {
  color: #013654;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-family: "FuturaPT-Medium";
  text-decoration: underline;
  transition: all 0.5s ease;
}
.hero-banner .image-text .flex-items .right ul li a:hover {
  color: rgb(195, 125, 0);
}
.hero-banner .curve-shape-image {
  width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
  padding: 0;
}
@media (min-width: 1440px) {
  .hero-banner .curve-shape-image {
    bottom: -154px;
  }
}
.hero-banner .curve-shape-image img {
  width: 100%;
}
@media (min-width: 1440px) {
  .hero-banner .curve-shape-image img {
    width: 100vw;
  }
}
@media (max-width: 991.9px) {
  .hero-banner .curve-shape-image img {
    height: 281px;
    width: 100vw !important;
  }
}
.hero-banner .curve-shape-image .et_pb_image .et_pb_image_wrap img[src*=".svg"] {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .hero-banner .curve-shape-image .et_pb_image .et_pb_image_wrap img[src*=".svg"] {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767.9px) {
  .hero-banner .curve-shape-image .et_pb_image .et_pb_image_wrap img[src*=".svg"] {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.hero-banner .et_pb_column {
  margin: 0;
  padding: 0;
}

#main-footer {
  position: relative;
  z-index: 9;
}

.float-wave {
  position: absolute;
  bottom: -164px;
  left: 0;
  right: 0;
  z-index: -1;
}
.float-wave .et_pb_image .et_pb_image_wrap {
  width: 100%;
}
.float-wave .et_pb_image .et_pb_image_wrap img {
  position: relative;
  width: 100%;
}
.float-wave .et_pb_image .et_pb_image_wrap img[src*=".svg"] {
  width: 100%;
}

/* Bootstrap */
@media (min-width: 375px) {
  .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: 1440px) {
  .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 16px;
  width: 100%;
}
@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 108px;
  }
}

/* Header SCSS. */
#main-header.custom-header-wrapper {
  background-color: #000000;
  padding: 8px 0;
  height: 81px;
}
@media (max-width: 991.9px) {
  #main-header.custom-header-wrapper {
    padding: 12px 0;
  }
}
#main-header.custom-header-wrapper .logo_container {
  height: auto;
}
@media (max-width: 991.9px) {
  #main-header.custom-header-wrapper .logo_container {
    left: 0;
  }
}
#main-header.custom-header-wrapper #et-top-navigation {
  padding-top: 6px;
}
@media (max-width: 991.9px) {
  #main-header.custom-header-wrapper #et-top-navigation .mobile_nav .mobile_menu_bar {
    padding-bottom: 0;
  }
  #main-header.custom-header-wrapper #et-top-navigation .mobile_nav .et_mobile_menu {
    position: fixed;
    border-top: 0;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: calc(100% - 81px);
    width: 100%;
    justify-content: center;
    overflow-y: auto;
    top: 81px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #main-header.custom-header-wrapper #et-top-navigation .mobile_nav .et_mobile_menu li {
    width: 100%;
    padding-bottom: 78px;
    padding-top: 0;
    visibility: inherit;
  }
  #main-header.custom-header-wrapper #et-top-navigation .mobile_nav .et_mobile_menu li:last-child {
    padding-bottom: 0;
  }
  #main-header.custom-header-wrapper #et-top-navigation .mobile_nav .et_mobile_menu li:last-child a {
    font-family: "FuturaPT-Book";
    font-size: 1rem;
    line-height: 1.375rem;
    color: #000000;
    padding: 15px 12px;
    background-color: #FFB51E;
    max-width: 200px;
    margin: 0 auto;
    transition: all 0.5s ease;
  }
  #main-header.custom-header-wrapper #et-top-navigation .mobile_nav .et_mobile_menu li:last-child a:hover {
    background-color: #FBF9E7;
  }
  #main-header.custom-header-wrapper #et-top-navigation .mobile_nav .et_mobile_menu li a {
    font-family: "FuturaPT-Medium";
    font-size: 1.75rem;
    line-height: 1.688rem;
    color: #FFFEF4;
    padding: 0;
    border: none;
    font-weight: 500;
  }
  #main-header.custom-header-wrapper #et-top-navigation .mobile_nav.opened .et_mobile_menu {
    display: flex !important;
  }
  #main-header.custom-header-wrapper #et-top-navigation .mobile_nav.opened .mobile_menu_bar {
    padding: 5px;
    height: 44px;
    width: 44px;
  }
  #main-header.custom-header-wrapper #et-top-navigation .mobile_nav.opened .mobile_menu_bar:before {
    content: "M";
    background-color: #FFB51E;
    border-radius: 100%;
    color: #000000;
    font-size: 1.75rem;
    width: 34px;
    height: 34px;
    display: block;
    text-align: center;
    line-height: 2.125rem;
  }
}
#main-header.custom-header-wrapper #logo {
  max-height: 100%;
  width: 149px;
}
@media (max-width: 991.9px) {
  #main-header.custom-header-wrapper #logo {
    width: 122px;
    margin-left: 16px;
  }
}
#main-header.custom-header-wrapper #top-menu li {
  padding-right: 48px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #main-header.custom-header-wrapper #top-menu li {
    padding-right: 20px;
  }
}
#main-header.custom-header-wrapper #top-menu li a {
  color: #ffffff;
  font-family: "FuturaPT-Book";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  padding-bottom: 0;
}
#main-header.custom-header-wrapper #top-menu li a:hover, #main-header.custom-header-wrapper #top-menu li a[aria-current=page] {
  color: #FFB51E;
  opacity: 1;
}
#main-header.custom-header-wrapper #top-menu li:last-child {
  padding-right: 0;
}
#main-header.custom-header-wrapper #top-menu li:last-child a {
  padding: 15px 16px;
  background: #FFB51E;
  color: #000000;
  font-family: "FuturaPT-Medium";
}
#main-header.custom-header-wrapper #top-menu li:last-child a:hover {
  background-color: #FBF9E7;
}
@media (max-width: 991.9px) {
  #main-header.custom-header-wrapper .mobile_menu_bar:before {
    color: #ffffff;
    font-size: 50px;
  }
}

@media (max-width: 991.9px) {
  body.custom-menu-active {
    overflow: hidden;
  }
}
/* Footer Style SCSS. */
#main-footer {
  background-color: #000000;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  #main-footer .screen-max-width {
    padding: 0 !important;
  }
}
#main-footer img.logo {
  width: 150px;
}
#main-footer .menu-footer-main-menu-container {
  margin-top: 8px;
}
#main-footer h4 {
  color: #ffffff;
  font-family: "FuturaPT-Medium";
  font-size: 1.5rem;
  line-height: 1.813rem;
  margin-top: -64px;
}
@media (max-width: 767.9px) {
  #main-footer h4 {
    margin-top: 0;
  }
}
#main-footer .social-icons {
  margin-top: 11px;
}
@media (max-width: 767.9px) {
  #main-footer .social-icons {
    margin-top: 16px;
  }
}
#main-footer .social-icons a {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease;
  background-color: #FBF9E7 !important;
}
@media (max-width: 767.9px) {
  #main-footer .social-icons a {
    margin-right: 32px;
    width: 44px;
    height: 44px;
    padding-top: 10px;
  }
}
#main-footer .social-icons a:hover {
  background-color: #FFB51E !important;
}
#main-footer .address a {
  transition: all 0.5s ease;
}
#main-footer .address a:hover {
  color: #FFB51E;
  opacity: 1;
}
#main-footer .address p {
  font-family: "FuturaPT-Book";
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (max-width: 767.9px) {
  #main-footer .address p {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}
@media (max-width: 767.9px) {
  #main-footer .address p:nth-child(2) {
    margin-top: 10px !important;
  }
}

#footer-widgets {
  padding-bottom: 0;
  padding-top: 76px;
  margin-bottom: 20px;
}
@media (max-width: 767.9px) {
  #footer-widgets {
    margin-bottom: 0;
    padding-top: 40px;
  }
}
#footer-widgets .footer-widget {
  min-width: 20% !important;
  margin-bottom: 2% !important;
  margin-right: 0;
}
#footer-widgets .footer-widget:first-child, #footer-widgets .footer-widget:nth-child(2) {
  margin-right: 64px !important;
  width: auto !important;
  min-width: auto !important;
}
@media (max-width: 767.9px) {
  #footer-widgets .footer-widget:first-child, #footer-widgets .footer-widget:nth-child(2) {
    margin-right: 0;
    min-width: 100% !important;
  }
}
@media (min-width: 992px) {
  #footer-widgets .footer-widget {
    min-width: 200px !important;
  }
}
@media (max-width: 991.9px) {
  #footer-widgets .footer-widget {
    width: 27% !important;
    margin-bottom: 2% !important;
  }
}
@media (max-width: 767.9px) {
  #footer-widgets .footer-widget {
    width: 100% !important;
  }
  #footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget .fwidget {
    margin-bottom: 24px !important;
  }
}
#footer-widgets .footer-widget:nth-child(2), #footer-widgets .footer-widget:nth-child(3) {
  margin-top: 100px !important;
}
@media (max-width: 767.9px) {
  #footer-widgets .footer-widget:nth-child(2), #footer-widgets .footer-widget:nth-child(3) {
    margin-top: 0 !important;
  }
}
@media (max-width: 767.9px) {
  #footer-widgets .footer-widget:nth-child(3) {
    margin-bottom: 24px !important;
  }
}
#footer-widgets .footer-widget:nth-child(4) {
  width: 100%;
  border-top: 1px solid #ffffff;
  padding-top: 40px;
}
@media (max-width: 991.9px) {
  #footer-widgets .footer-widget:nth-child(4) {
    min-width: 100% !important;
  }
}
@media (max-width: 767.9px) {
  #footer-widgets .footer-widget:nth-child(4) {
    padding-top: 24px;
  }
}
#footer-widgets .footer-widget li {
  padding-left: 0;
  font-family: "FuturaPT-Book";
  font-size: 1rem;
  line-height: 1.438rem;
  text-align: left;
}
@media (max-width: 767.9px) {
  #footer-widgets .footer-widget li {
    font-size: 0.875rem;
    line-height: 1.75rem;
    margin-bottom: 0;
  }
}
#footer-widgets .footer-widget li:before {
  display: none;
}
#footer-widgets .footer-widget li a {
  transition: all 0.5s ease;
}
#footer-widgets .footer-widget li a:hover {
  color: #FFB51E;
  opacity: 1;
}

.footer-bottom-TnC p {
  font-family: "FuturaPT-Book";
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: left;
  max-width: 689px;
  padding-bottom: 19px;
  color: #ffffff;
}
@media (max-width: 767.9px) {
  .footer-bottom-TnC p {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
@media (max-width: 991.9px) {
  .footer-bottom-TnC p:not(.has-background):last-of-type br {
    display: none;
  }
}
.footer-bottom-TnC .TnC {
  text-decoration: none;
  display: flex;
  margin-top: 29px;
}
@media (max-width: 767.9px) {
  .footer-bottom-TnC .TnC {
    margin-top: 18px;
  }
}
.footer-bottom-TnC .TnC a {
  font-family: "FuturaPT-Book";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: center;
  margin-right: 35px;
  transition: all 0.5s ease;
}
.footer-bottom-TnC .TnC a:hover {
  color: #FFB51E !important;
  opacity: 1;
}
@media (max-width: 767.9px) {
  .footer-bottom-TnC .TnC a {
    line-height: 1rem;
    font-size: 0.875rem;
    margin-right: 17px;
  }
}

/* About Us SCSS.. */
.custom-icongraph-wrap {
  text-align: center;
}
.custom-icongraph-wrap h3 {
  color: #013654;
  font-family: "FuturaPT-Medium";
  font-size: 1.5rem;
  line-height: 1.813rem;
  margin: 20px 0 14px;
  min-height: 46px;
}
@media (max-width: 991.9px) {
  .custom-icongraph-wrap h3 {
    min-height: auto;
    margin: 8px 0;
    font-size: 1.75rem;
    line-height: 1.688rem;
  }
}
.custom-icongraph-wrap p {
  color: #013654;
  font-family: "FuturaPT-Book";
  font-size: 1.125rem;
  line-height: 1.438rem;
  margin-bottom: 20px;
}
@media (max-width: 991.9px) {
  .custom-icongraph-wrap p {
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 1.188rem;
  }
}
.custom-icongraph-wrap a {
  font-family: "FuturaPT-Medium";
  display: inline-block;
  font-size: 1rem;
  line-height: 1.313rem;
  color: #000000;
  min-width: 168px;
  padding: 16px 24px 15px 24px;
  background: #FFB51E;
}
@media (max-width: 991.9px) {
  .custom-icongraph-wrap a .et_pb_column {
    margin-bottom: 40px;
  }
  .custom-icongraph-wrap a .et_pb_column:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991.9px) {
  .custom-icongraph-wrap .et_pb_text_inner {
    max-width: 536px;
    margin: 0 auto;
  }
}

.cm-title-text-wrap {
  margin-bottom: 48px !important;
}
.cm-title-text-wrap .et_pb_text_inner {
  text-align: center;
}
.cm-title-text-wrap .et_pb_text_inner h2 {
  font-family: "FuturaPT-Bold";
  font-size: 4rem;
  line-height: 3.813rem;
  margin-bottom: 16px;
  color: #013654;
}
@media (max-width: 991.9px) {
  .cm-title-text-wrap .et_pb_text_inner h2 {
    font-size: 2.5rem;
    line-height: 2.375rem;
    margin-bottom: 8px;
  }
}
.cm-title-text-wrap .et_pb_text_inner p {
  max-width: 762px;
  font-family: "FuturaPT-Book";
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #013654;
  margin: 0 auto;
}
@media (max-width: 991.9px) {
  .cm-title-text-wrap .et_pb_text_inner p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.image-with-content-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991.9px) {
  .image-with-content-wrap {
    display: block;
  }
}
.image-with-content-wrap.right-image {
  flex-direction: row-reverse;
}
.image-with-content-wrap.right-image .et_pb_column:first-child {
  width: 62.75%;
  margin-right: 0 !important;
}
.image-with-content-wrap.right-image .et_pb_column:first-child .img-wrap img {
  border-radius: 17px;
}
@media (max-width: 991.9px) {
  .image-with-content-wrap.right-image .et_pb_column:first-child .img-wrap {
    text-align: center;
  }
}
@media (max-width: 991.9px) {
  .image-with-content-wrap.right-image .et_pb_column:first-child {
    width: 100%;
  }
}
.image-with-content-wrap.right-image .et_pb_column:nth-child(2) {
  position: absolute;
  left: 110px;
  top: 50%;
  transform: translateY(-50%);
  width: auto !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .image-with-content-wrap.right-image .et_pb_column:nth-child(2) {
    left: 90px;
  }
}
@media (max-width: 991.9px) {
  .image-with-content-wrap.right-image .et_pb_column:nth-child(2) {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100% !important;
  }
}
@media (max-width: 991.9px) {
  .image-with-content-wrap.right-image .content-inner {
    margin-right: 0;
    margin-top: -90px;
  }
}
.image-with-content-wrap.right-image.left-image {
  flex-direction: unset;
}
.image-with-content-wrap.right-image.left-image .et_pb_column:nth-child(2) {
  left: auto;
  right: 110px;
}
@media (max-width: 991.9px) {
  .image-with-content-wrap.right-image.left-image .et_pb_column:nth-child(2) {
    left: auto;
    right: auto;
  }
}
.image-with-content-wrap.home-page .content-wrap .content-inner h4 {
  line-height: 3rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .image-with-content-wrap.home-page .content-wrap .content-inner h4 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 991.9px) {
  .image-with-content-wrap.home-page .content-wrap .content-inner h4 {
    line-height: 1.75rem;
  }
}
.image-with-content-wrap .content-wrap {
  width: 531px;
}
@media (max-width: 991.9px) {
  .image-with-content-wrap .content-wrap {
    position: relative;
    width: calc(100% - 16px);
    margin: 0 auto;
    max-width: 707px;
  }
}
.image-with-content-wrap .content-wrap .content-inner {
  padding: 40px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(193, 192, 179, 0.3);
  border-radius: 20px;
  visibility: visible;
}
@media (max-width: 991.9px) {
  .image-with-content-wrap .content-wrap .content-inner {
    padding: 24px;
  }
}
.image-with-content-wrap .content-wrap .content-inner h4 {
  font-family: "FuturaPT-Medium";
  font-size: 2.5rem;
  color: #013654;
  margin-bottom: 20px;
  line-height: 2.5rem;
}
@media (max-width: 991.9px) {
  .image-with-content-wrap .content-wrap .content-inner h4 {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 16px;
  }
}
.image-with-content-wrap .content-wrap .content-inner .text {
  font-family: "FuturaPT-Book";
  font-size: 1.125rem;
  line-height: 1.438rem;
  color: #013654;
}
@media (max-width: 991.9px) {
  .image-with-content-wrap .content-wrap .content-inner .text {
    font-size: 1rem;
    line-height: 1.188rem;
  }
}
.image-with-content-wrap .content-wrap .content-inner .cm-btn-wrap {
  color: #000000;
  margin-top: 30px;
  font-size: 1rem;
  line-height: 1.188rem;
  font-family: "FuturaPT-Medium";
  display: flex;
}
.image-with-content-wrap .content-wrap .content-inner .cm-btn-wrap .arrow-btn {
  margin-top: 0;
}
.image-with-content-wrap .content-wrap .content-inner .button {
  padding: 16px 24px 15px 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.image-with-content-wrap .content-wrap .content-inner .cm-btn-wrap-wheat p {
  padding-bottom: 0;
}
.image-with-content-wrap .content-wrap .content-inner .cm-btn-wrap-wheat p a {
  color: #000000;
  text-decoration-line: underline;
  color: #013654;
}

.ourPeopleMain .ourPeoplecards {
  max-width: 100%;
  box-shadow: 0 4px 20px rgba(193, 192, 179, 0.3);
  background-color: #ffffff;
  padding: 40px;
  border-radius: 20px;
  margin: 0;
}
@media (max-width: 991.9px) {
  .ourPeopleMain .ourPeoplecards {
    padding: 20px;
  }
}
.ourPeopleMain .ourPeoplecards h3 {
  color: #013654;
  font-family: "FuturaPT-Medium";
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: left;
  padding-bottom: 8px;
}
@media (max-width: 991.9px) {
  .ourPeopleMain .ourPeoplecards h3 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}
.ourPeopleMain .ourPeoplecards p {
  font-family: "FuturaPT-Book";
  font-size: 1.125rem;
  line-height: 1.438rem;
  text-align: left;
  color: #013654;
  padding-bottom: 0 !important;
}
@media (max-width: 767.9px) {
  .ourPeopleMain .ourPeoplecards p {
    font-size: 1rem;
    line-height: 1.188rem;
  }
}
.ourPeopleMain .ourPeoplecards .arrowbtn {
  font-family: "FuturaPT-Medium";
  font-size: 1rem;
  line-height: 1.188rem;
  text-align: left;
  color: #000000;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 991.9px) {
  .ourPeopleMain .ourPeoplecards .arrowbtn {
    margin-top: 20px;
  }
}
.ourPeopleMain .ourPeoplecards .arrowbtn span {
  background-color: #FFB51E;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-left: 10px;
}

.ourPeopleMainSection h2 {
  color: #013654;
  font-size: 4rem;
  line-height: 3.813rem;
  font-family: "FuturaPT-Bold";
  margin-bottom: 24px;
}
@media (max-width: 991.9px) {
  .ourPeopleMainSection h2 {
    font-size: 2.75rem;
    line-height: 2.5rem;
    text-align: center;
  }
}
@media (max-width: 767.9px) {
  .ourPeopleMainSection h2 {
    font-size: 2.5rem;
    line-height: 2.375rem;
  }
}
.ourPeopleMainSection p {
  color: #013654;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-family: "FuturaPT-Book";
  margin-bottom: 45px;
}
@media (max-width: 991.9px) {
  .ourPeopleMainSection p {
    text-align: center;
  }
}
@media (max-width: 767.9px) {
  .ourPeopleMainSection p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 0;
  }
}

.cm-circle-image-top-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  text-align: center;
  transform: translateY(-20%);
  margin-top: 0;
}
.cm-circle-image-top-wrap .et_pb_image_wrap {
  display: block;
  text-align: center;
}

/* Home SCSS.. */
.home-card-section h2 {
  font-family: "FuturaPT-Bold";
  color: #013654;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 991.9px) {
  .home-card-section h2 {
    font-size: 2.5rem;
    line-height: 2.375rem;
  }
}
.home-card-section .intro-paragraph {
  color: #013654;
  text-align: center;
  font-family: "FuturaPT-Book";
  max-width: 760px;
  margin: auto;
  margin-bottom: 67px;
}
@media (max-width: 991.9px) {
  .home-card-section .intro-paragraph {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 40px;
  }
}

.home-cards .et_pb_column {
  box-shadow: 0 4px 20px rgba(193, 192, 179, 0.3);
  border-radius: 15px;
  background-color: #ffffff;
  width: 30.9%;
  margin-right: 3.6%;
  overflow: hidden;
  visibility: inherit !important;
}
@media (max-width: 991.9px) {
  .home-cards .et_pb_column {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    float: none;
    margin-bottom: 30px;
    margin-right: auto !important;
  }
}
.home-cards .et_pb_column:last-child {
  margin-right: 0;
}
@media (max-width: 991.9px) {
  .home-cards .et_pb_column:last-child {
    margin-right: auto !important;
  }
}
.home-cards .et_pb_column .et_pb_module.et_pb_image {
  margin-bottom: 0 !important;
}
.home-cards .et_pb_column .et_pb_module.et_pb_image .et_pb_image_wrap {
  display: block;
  width: 100%;
  height: 226px;
  overflow: hidden;
}
@media (max-width: 991.9px) {
  .home-cards .et_pb_column .et_pb_module.et_pb_image .et_pb_image_wrap {
    height: 195px;
  }
}
.home-cards .et_pb_column .et_pb_module.et_pb_image .et_pb_image_wrap img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.9px) {
  .home-cards .home-card {
    max-width: 500px;
    margin: auto;
  }
}
.home-cards .home-card img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.home-cards .home-card h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "FuturaPT-Medium";
  color: #013654;
  margin-bottom: 8px;
}
@media (max-width: 991.9px) {
  .home-cards .home-card h3 {
    font-size: 1.75rem;
    line-height: 1.688rem;
  }
}
.home-cards .home-card p {
  font-size: 1.125rem;
  line-height: 1.438rem;
  font-family: "FuturaPT-Book";
  color: #013654;
}
@media (max-width: 991.9px) {
  .home-cards .home-card p {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-top: 10px;
  }
}
.home-cards .home-card .button {
  padding: 16px 24px 15px 24px;
  margin-top: 24px;
}
.home-cards .home-card .card-content {
  padding: 16px 32px 32px;
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .home-cards .home-card .card-content {
    padding: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .home-cards .home-card .card-content {
    padding: 16px;
  }
}

.event-section {
  padding-top: 0 !important;
}
.event-section h2 {
  font-family: "FuturaPT-Bold";
  color: #013654;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 991.9px) {
  .event-section h2 {
    font-size: 2.5rem;
    line-height: 2.375rem;
  }
}
.event-section .intro-paragraph {
  color: #013654;
  text-align: center;
  font-family: "FuturaPT-Book";
  margin: auto;
  margin-bottom: 56px;
}
@media (max-width: 991.9px) {
  .event-section .intro-paragraph {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 40px;
  }
}

.event-card-row.home .event-card {
  display: none;
}
.event-card-row.home .event-card.show {
  display: block;
}
.event-card-row.home .hide {
  display: none;
}
.event-card-row .event-card {
  box-shadow: 0 4px 20px rgba(193, 192, 179, 0.3);
  background-color: #ffffff;
  border-radius: 15px;
  padding: 32px;
  max-width: 625px;
  display: block;
  margin: auto;
  margin-bottom: 32PX !important;
}
@media (max-width: 991.9px) {
  .event-card-row .event-card {
    margin-bottom: 40px;
  }
}
.event-card-row .event-card h4 {
  font-family: "FuturaPT-Medium";
  color: #013654;
}
@media (max-width: 991.9px) {
  .event-card-row .event-card h4 {
    font-size: 1.5rem;
    line-height: 1.438rem;
  }
}
.event-card-row .event-card p {
  font-size: 1.125rem;
  line-height: 1.438rem;
  font-family: "FuturaPT-Book";
  color: #013654;
  padding-bottom: 0;
}
@media (max-width: 991.9px) {
  .event-card-row .event-card p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.event-card-row .event-card .date {
  display: flex;
  padding: 8px 0 16px;
}
.event-card-row .event-card .date span {
  margin-right: 7px;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "FuturaPT-Book";
  color: #013654;
}
@media (max-width: 991.9px) {
  .event-card-row .event-card .date span {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    margin-right: 5px;
  }
}
.event-card-row .event-card .arrowbtn {
  font-family: "FuturaPT-Medium";
  font-size: 1rem;
  line-height: 1.188rem;
  text-align: left;
  color: #000000;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
}
.event-card-row .event-card .arrowbtn span {
  background-color: #FFB51E;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-left: 10px;
}
.event-card-row .btn-wrap {
  display: flex;
  justify-content: center;
}
.event-card-row .btn-wrap .button {
  padding: 16px 24px 15px 24px;
  margin: auto;
}
.event-card-row .load-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-card-row .load-more-btn button.button-wheat {
  border: 0;
  cursor: pointer;
  padding: 15px 24px;
}
.event-card-row .load-more-btn button.button-wheat:hover {
  color: #FFB51E;
  background-color: #000000;
}

.milk-fact-row-wrap {
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  background-size: contain !important;
  min-height: 752px !important;
}
.milk-fact-row-wrap.channel-and-cat-pg-row {
  background-size: unset !important;
  align-items: unset;
  min-height: auto !important;
  margin-top: 44px;
}
.milk-fact-row-wrap.channel-and-cat-pg-row .et_pb_column:last-child .et_pb_module {
  padding-left: 257px;
  margin-bottom: 45px;
  padding-top: 0;
}
@media (max-width: 991.9px) {
  .milk-fact-row-wrap.channel-and-cat-pg-row .et_pb_column:last-child .et_pb_module {
    padding-left: 0;
  }
}
.milk-fact-row-wrap.channel-and-cat-pg-row .et_pb_column:first-child .et_pb_module {
  margin-bottom: 45px !important;
  padding-right: 257px;
}
@media (max-width: 991.9px) {
  .milk-fact-row-wrap.channel-and-cat-pg-row .et_pb_column:first-child .et_pb_module {
    padding-right: 0;
    margin-bottom: 30px !important;
  }
}
.milk-fact-row-wrap.channel-and-cat-pg-row .et_pb_text_inner {
  max-width: 100%;
}
@media (max-width: 991.9px) {
  .milk-fact-row-wrap {
    display: block;
    min-height: auto !important;
    background: none !important;
  }
}
.milk-fact-row-wrap .et_pb_column:first-child .et_pb_module {
  text-align: right;
  margin-bottom: 120px !important;
  margin-top: 0 !important;
  padding-right: 110px;
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .milk-fact-row-wrap .et_pb_column:first-child .et_pb_module {
    padding-right: 160px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .milk-fact-row-wrap .et_pb_column:first-child .et_pb_module {
    padding-right: 140px;
  }
}
@media (max-width: 991.9px) {
  .milk-fact-row-wrap .et_pb_column:first-child .et_pb_module {
    padding-right: 0;
    margin-bottom: 50px !important;
  }
}
.milk-fact-row-wrap .et_pb_column:first-child .et_pb_module p {
  text-align: right;
}
@media (max-width: 991.9px) {
  .milk-fact-row-wrap .et_pb_column:first-child .et_pb_module p {
    text-align: left;
  }
}
.milk-fact-row-wrap .et_pb_column:first-child .et_pb_module .icon-wrap {
  margin-left: auto;
}
.milk-fact-row-wrap .et_pb_column:first-child .et_pb_module:last-child .arrow-point {
  width: 109px;
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .milk-fact-row-wrap .et_pb_column:first-child .et_pb_module:last-child .arrow-point {
    width: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .milk-fact-row-wrap .et_pb_column:first-child .et_pb_module:last-child .arrow-point {
    width: 60px;
    right: -60px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .milk-fact-row-wrap .et_pb_column:first-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 991.9px) {
  .milk-fact-row-wrap .et_pb_column:first-child {
    margin-bottom: 0 !important;
  }
}
.milk-fact-row-wrap .et_pb_column:last-child .et_pb_module {
  padding-left: 160px;
  padding-top: 50px;
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .milk-fact-row-wrap .et_pb_column:last-child .et_pb_module {
    padding-left: 215px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .milk-fact-row-wrap .et_pb_column:last-child .et_pb_module {
    padding-left: 185px;
  }
}
@media (max-width: 991.9px) {
  .milk-fact-row-wrap .et_pb_column:last-child .et_pb_module {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 50px !important;
  }
}
.milk-fact-row-wrap .et_pb_column:last-child .et_pb_module .arrow-point {
  left: -122px;
  width: 122px;
  right: auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .milk-fact-row-wrap .et_pb_column:last-child .et_pb_module .arrow-point {
    left: -90px;
    width: 90px;
  }
}
.milk-fact-row-wrap .et_pb_column:last-child .et_pb_module .arrow-point::after {
  left: -3px;
  right: auto;
}
.milk-fact-row-wrap .et_pb_column:last-child .et_pb_module:last-child .arrow-point {
  width: 72px;
  left: -72px;
}
@media (max-width: 991.9px) {
  .milk-fact-row-wrap .et_pb_column:last-child .et_pb_module:last-child {
    margin-bottom: 0 !important;
  }
}
.milk-fact-row-wrap .et_pb_text_inner {
  max-width: 302px;
  margin: 0 auto;
}
@media (max-width: 991.9px) {
  .milk-fact-row-wrap .et_pb_text_inner {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.milk-fact-row-wrap .et_pb_text_inner .arrow-point {
  border: 1px solid #17CD76;
  position: relative;
  top: 46px;
  right: -301px;
  width: 144px;
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .milk-fact-row-wrap .et_pb_text_inner .arrow-point {
    width: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .milk-fact-row-wrap .et_pb_text_inner .arrow-point {
    right: -90px;
    position: absolute;
    width: 90px;
  }
}
@media (max-width: 991.9px) {
  .milk-fact-row-wrap .et_pb_text_inner .arrow-point {
    display: none !important;
  }
}
.milk-fact-row-wrap .et_pb_text_inner .arrow-point:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #17CD76;
  display: block;
  position: absolute;
  right: -3px;
  top: -5px;
  border-radius: 100%;
}
.milk-fact-row-wrap .et_pb_text_inner .icon-wrap {
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 2px solid #17CD76;
  border-radius: 100%;
  justify-content: center;
  margin-bottom: 8px;
}
@media (max-width: 991.9px) {
  .milk-fact-row-wrap .et_pb_text_inner .icon-wrap {
    margin-left: unset;
    width: 70px;
    height: 70px;
  }
  .milk-fact-row-wrap .et_pb_text_inner .icon-wrap img {
    max-width: 44px;
  }
}
.milk-fact-row-wrap .et_pb_text_inner p {
  font-family: "FuturaPT-Book";
  line-height: 1.438rem;
  color: #013654;
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .milk-fact-row-wrap .et_pb_text_inner p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .milk-fact-row-wrap .et_pb_text_inner p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (max-width: 991.9px) {
  .milk-fact-row-wrap .et_pb_text_inner p {
    text-align: left;
    width: calc(100% - 85px);
    margin-left: 15px;
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.arrow-btn {
  color: #000000;
  font-size: 1rem;
  line-height: 1.188rem;
  font-family: "FuturaPT-Medium";
  margin-top: 24px;
  padding-right: 45px;
  display: block;
  margin-left: 5px;
  transition: all 0.5s ease;
}
.arrow-btn span {
  position: relative;
  top: -6px;
}
.arrow-btn span:after {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #FFB51E;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  right: -45px;
  top: 0;
  transition: all 0.5s ease;
}
.arrow-btn span:before {
  background-image: url(../assets/arrow-right.svg);
  content: "";
  display: block;
  position: absolute;
  right: -45px;
  width: 32px;
  height: 32px;
  top: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
}
.arrow-btn:hover {
  text-decoration: underline;
}
.arrow-btn:hover span:after {
  background-color: #000000;
}
.arrow-btn:hover span:before {
  background-image: url(../assets/arrow-right-hover.svg);
}

.custom-milk-fact.channel-and-cat-pg .event-card-row .event-card h4 {
  font-size: 1.5rem;
}
.custom-milk-fact:before {
  content: "";
  background-image: url(../assets/background-bg-home.svg);
  position: absolute;
  top: -55px;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: top 0 center;
  background-size: 100%;
}
@media (max-width: 991.9px) {
  .custom-milk-fact:before {
    background-position: center;
    background-image: url(../assets/background-bg-homemobile.svg);
  }
}

.milk-fact-row-wrap {
  position: relative;
  z-index: 4;
}

/* Animate SCSS.. */
.wow {
  visibility: hidden;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

/* Governance SCSS.. */
.governance-report h2 {
  color: #013654;
  font-family: "FuturaPT-Bold";
  margin: auto;
  margin-bottom: 48px;
  text-align: center;
  max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .governance-report h2 {
    font-size: 3.125rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.9px) {
  .governance-report h2 {
    font-size: 2.5rem;
    line-height: 2.375rem;
    margin-bottom: 24px;
  }
}
@media (max-width: 375px) {
  .governance-report h2 {
    margin-bottom: 24px;
  }
}

.governance-report-details .et_pb_text_inner {
  display: flex;
  max-width: 575px;
  margin: auto;
}
@media (max-width: 767.9px) {
  .governance-report-details .et_pb_text_inner {
    display: block;
  }
}
.governance-report-details .et_pb_text_inner p {
  font-size: 1.125rem;
  line-height: 1.438rem;
  font-family: "FuturaPT-Book";
  color: #013654;
  max-width: 324px;
}
@media (max-width: 767.9px) {
  .governance-report-details .et_pb_text_inner p {
    text-align: center;
    margin: auto;
    margin-bottom: 24px;
  }
}
.governance-report-details .et_pb_text_inner a {
  color: #013654;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-family: "FuturaPT-Medium";
  text-decoration: underline;
  text-align: left;
  display: block;
  transition: all 0.5s ease;
}
.governance-report-details .et_pb_text_inner a:hover {
  color: rgb(195, 125, 0);
}
@media (max-width: 767.9px) {
  .governance-report-details .et_pb_text_inner a {
    text-align: center;
  }
}
.governance-report-details .et_pb_text_inner .vr-line {
  width: 1px;
  height: 80px;
  background-color: rgb(180, 187, 191);
  margin-left: 21px;
  margin-right: 59.5px;
}
@media (max-width: 991.9px) {
  .governance-report-details .et_pb_text_inner .vr-line {
    margin-left: 10px;
    margin-right: 25px;
  }
}
@media (max-width: 767.9px) {
  .governance-report-details .et_pb_text_inner .vr-line {
    display: none;
  }
}

.governance-page p {
  min-height: 92px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .governance-page p {
    min-height: 140px;
  }
}
@media (max-width: 991.9px) {
  .governance-page p {
    min-height: auto;
  }
}
.governance-page p:last-child {
  min-height: auto;
}
@media (max-width: 767.9px) {
  .governance-page p {
    line-height: 1.375rem !important;
  }
}
.governance-page h2 {
  font-size: 3rem;
  line-height: 3.625rem;
  font-family: "FuturaPT-Medium";
  color: #013654;
  margin-bottom: 56px;
}
@media (max-width: 767.9px) {
  .governance-page h2 {
    font-size: 1.75rem;
    line-height: 1.688rem;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .governance-page .event-card-row .event-card {
    margin-left: 0;
    max-width: 100% !important;
  }
}
@media (max-width: 767.9px) {
  .governance-page .event-card-row .event-card {
    margin-bottom: 40px !important;
    padding: 24px;
  }
}
.governance-page .event-card-row .event-card h4 {
  line-height: 1.813rem;
  margin-bottom: 8px;
}
.governance-page .event-card-row .event-card span {
  top: -5px;
}
.governance-page .event-card-row .et_pb_column {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .governance-page .event-card-row .et_pb_column {
    width: 31.45% !important;
    margin-right: 2.8249% !important;
  }
}
.governance-page .event-card-row .et_pb_column:last-child {
  margin-right: 0 !important;
}

/* Governance SCSS.. */
.board-members-title-section .cm-title-text-wrap {
  margin-bottom: 0 !important;
}
.board-members-title-section .cm-title-text-wrap h1 {
  color: #013654;
  margin-bottom: 16px;
  font-family: "FuturaPT-Bold";
}
@media (max-width: 991.9px) {
  .board-members-title-section .cm-title-text-wrap h1 {
    font-size: 4rem;
    line-height: 3.813rem;
  }
}
.board-members-title-section .cm-title-text-wrap p {
  max-width: 781px;
}
@media (max-width: 991.9px) {
  .board-members-title-section .cm-title-text-wrap p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.cm-board-members-top-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cm-board-members-top-wrap .cm-board-member-wrap {
  float: none;
  margin: 0 22.5px 54px 22.5px;
  flex: 0 0 calc(25% - 45px);
  justify-content: space-between;
}
@media (max-width: 991.9px) {
  .cm-board-members-top-wrap .cm-board-member-wrap {
    margin-left: 0;
    margin-right: 25px !important;
    float: none;
    flex: 0 0 calc(50% - 12.5px);
    margin-bottom: 25px !important;
  }
  .cm-board-members-top-wrap .cm-board-member-wrap:nth-child(2n) {
    margin-right: 0 !important;
  }
  .cm-board-members-top-wrap .cm-board-member-wrap:last-child {
    margin-right: 0 !important;
  }
}
.cm-board-members-top-wrap .cm-board-member-wrap .cm-board-members {
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(193, 192, 179, 0.4);
  text-align: center;
  overflow: hidden;
  position: relative;
  padding-bottom: 86px;
}
.cm-board-members-top-wrap .cm-board-member-wrap .cm-board-members .image-wrap {
  background-color: #FBF9E7;
  background-image: url(../assets/boardmemberbg.svg);
  background-repeat: no-repeat;
  background-position: bottom -4px center;
  background-size: contain;
  min-height: 298px;
  display: flex;
  max-height: 303px;
  align-items: flex-end;
  justify-content: center;
}
.cm-board-members-top-wrap .cm-board-member-wrap .cm-board-members .image-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1350px) {
  .cm-board-members-top-wrap .cm-board-member-wrap .cm-board-members .image-wrap {
    min-height: 180px;
  }
}
@media (max-width: 767.9px) {
  .cm-board-members-top-wrap .cm-board-member-wrap .cm-board-members .image-wrap {
    min-height: 202px;
  }
}
.cm-board-members-top-wrap .cm-board-member-wrap .cm-board-members .text-wrap {
  background-color: #ffffff;
  padding: 16px;
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 991.9px) {
  .cm-board-members-top-wrap .cm-board-member-wrap .cm-board-members .text-wrap {
    padding: 16px 5px;
    min-height: 104px;
  }
  .cm-board-members-top-wrap .cm-board-member-wrap .cm-board-members .text-wrap * {
    width: 100%;
  }
}
.cm-board-members-top-wrap .cm-board-member-wrap .cm-board-members .text-wrap h3 {
  font-size: 1.5rem;
  line-height: 1.813rem;
  color: #013654;
  font-family: "FuturaPT-Medium";
}
@media (min-width: 992px) and (max-width: 1350px) {
  .cm-board-members-top-wrap .cm-board-member-wrap .cm-board-members .text-wrap h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 991.9px) {
  .cm-board-members-top-wrap .cm-board-member-wrap .cm-board-members .text-wrap h3 {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
.cm-board-members-top-wrap .cm-board-member-wrap .cm-board-members .text-wrap p {
  font-size: 1.125rem;
  line-height: 1.438rem;
  color: #013654;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1350px) {
  .cm-board-members-top-wrap .cm-board-member-wrap .cm-board-members .text-wrap p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 991.9px) {
  .cm-board-members-top-wrap .cm-board-member-wrap .cm-board-members .text-wrap p {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}

/* Registration SCSS.. */
.registration {
  padding: 74px 0 125px;
  position: relative;
}
@media (max-width: 767.9px) {
  .registration {
    padding: 74px 0;
  }
}
.registration::after {
  content: "";
  background: url(../assets/registration-wave.png) no-repeat;
  width: 100%;
  height: 787px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  right: 0;
}
.registration .col-md-6 {
  padding: 0 40px;
}
@media (max-width: 991.9px) {
  .registration .col-md-6 {
    padding: 0 15px;
  }
}
.registration .info-block {
  color: #013654;
  margin-top: 100px;
}
@media (max-width: 991.9px) {
  .registration .info-block {
    margin: 0 0 25px;
  }
}
.registration .info-block h2 {
  font-family: "FuturaPT-Bold";
  color: #013654;
  margin-bottom: 16px;
}
@media (max-width: 991.9px) {
  .registration .info-block h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.registration .info-block h4 {
  color: #013654;
  font-family: "FuturaPT-Medium";
  font-size: 1.125rem;
}
.registration .info-block p {
  font-family: "FuturaPT-Book";
  line-height: 1.5rem;
  margin-top: 8px;
}
.registration .info-block p a {
  color: #013654;
  font-family: "FuturaPT-Medium";
  text-decoration: underline;
}
.registration .info-block ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background: #013654;
  vertical-align: middle;
  margin: 0 5px;
}
.registration .registration-form {
  background-color: #ffffff;
  padding: 56px;
  box-shadow: 0 4px 20px rgba(193, 192, 179, 0.3);
  border-radius: 15px;
  color: #013654;
}
@media (max-width: 991.9px) {
  .registration .registration-form {
    padding: 24px;
  }
}
.registration .registration-form h4 {
  padding: 24px 0;
  font-family: "FuturaPT-Medium";
  color: #013654;
}
.registration .registration-form h5 {
  color: #013654;
}
.registration .registration-form h5 a {
  font-family: "FuturaPT-Medium";
  text-decoration: underline;
}
.registration .registration-form .field-label {
  font-size: 1.125rem;
  font-family: "FuturaPT-Medium";
  padding-bottom: 10px;
  display: block;
}
.registration .registration-form .form-group {
  margin-bottom: 16px;
}
.registration .registration-form .custom-input, .registration .registration-form .custom-select {
  width: 100%;
  padding: 15px;
  border: 1px solid #013654;
  font-size: 1rem;
  color: #013654;
}
.registration .registration-form .custom-input::-moz-placeholder, .registration .registration-form .custom-select::-moz-placeholder {
  color: #013654;
  opacity: 0.4;
}
.registration .registration-form .custom-input::placeholder, .registration .registration-form .custom-select::placeholder {
  color: #013654;
  opacity: 0.4;
}
.registration .registration-form .custom-select {
  background: url(../assets/arrow-down.png) no-repeat 97% center;
  -webkit-appearance: none;
}
.registration .registration-form .email-info {
  font-size: 0.875rem;
  line-height: 1rem;
}
.registration .registration-form .checkbox-group input[type=checkbox] {
  width: 0;
  height: 0;
  margin: 0 0 0 -3px;
  display: none;
}
.registration .registration-form .checkbox-group label {
  font-size: 1rem;
  line-height: 1.375rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  display: flex;
  padding-left: 30px;
}
.registration .registration-form .checkbox-group label::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #000000;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 8px;
  position: absolute;
  left: 0;
}
.registration .registration-form .checkbox-group label a {
  font-family: "FuturaPT-Medium";
  text-decoration: underline;
  color: #013654;
}
.registration .registration-form .checkbox-group input[type=checkbox]:checked + label::before {
  background: #FFB51E url(../assets/check.svg) no-repeat center center;
}
.registration .registration-form label.error {
  color: #ff0000;
}
.registration .registration-form .button-wheat {
  padding: 16px 24px;
  border: none;
}
.registration .registration-form .api-msg.error {
  color: #ff0000;
  padding-bottom: 5px;
}

/* Account Created */
.account-success {
  background-color: #FFFEF4;
}
.account-success.et_pb_section {
  padding: 122px 0 238px;
}
@media (max-width: 767.9px) {
  .account-success.et_pb_section {
    padding: 63px 0 87px;
  }
}
.account-success::after {
  content: "";
  background: url(../assets/account-wave.svg) no-repeat;
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767.9px) {
  .account-success::after {
    background: url(../assets/account-wave-mob.svg) no-repeat;
    height: 300px;
    background-size: cover;
  }
}
.account-success .et_pb_text_inner {
  max-width: 700px;
  width: 100%;
  margin: auto;
  text-align: center;
  color: #013654;
}
.account-success .et_pb_text_inner h2 {
  font-family: "FuturaPT-Bold";
  color: #013654;
  margin-bottom: 20px;
}
@media (max-width: 991.9px) {
  .account-success .et_pb_text_inner h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.account-success .et_pb_text_inner p {
  font-size: 1.125rem;
  line-height: 1.438rem;
}
@media (max-width: 991.9px) {
  .account-success .et_pb_text_inner p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.account-success .et_pb_text_inner a {
  padding: 16px 24px;
  margin-top: 20px;
}

.terms-conditions {
  color: #013654;
}
@media (max-width: 991.9px) {
  .terms-conditions > .et_pb_row {
    width: 100%;
    padding: 0 24px;
  }
}
.terms-conditions h1, .terms-conditions h4, .terms-conditions h5, .terms-conditions a {
  color: #013654;
}
.terms-conditions h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-family: "FuturaPT-Medium";
  margin-bottom: 24px;
}
@media (max-width: 991.9px) {
  .terms-conditions h1 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}
.terms-conditions h4 {
  font-family: "FuturaPT-Demi";
  margin: 32px 0 8px;
}
@media (max-width: 991.9px) {
  .terms-conditions h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.terms-conditions h5 {
  font-size: 1.125rem;
  line-height: 1.438rem;
  font-family: "FuturaPT-Demi";
}
@media (max-width: 991.9px) {
  .terms-conditions h5 {
    margin-bottom: 8px;
  }
}
.terms-conditions p {
  line-height: 1.438rem;
  margin-bottom: 10px;
}
@media (max-width: 991.9px) {
  .terms-conditions p {
    font-size: 1rem;
    line-height: 1.313rem;
  }
}
.terms-conditions p.m-0 {
  margin: 0;
}
@media (max-width: 991.9px) {
  .terms-conditions ul {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.terms-conditions .pb-0 {
  padding-bottom: 0;
}
.terms-conditions .sub-heading {
  font-size: 1.125rem;
  line-height: 1.438rem;
  font-family: "FuturaPT-Medium";
  margin-bottom: 8px;
}
.terms-conditions ol[type=A] {
  list-style-type: upper-alpha;
}
.terms-conditions .order-list {
  padding: 0 0 0 10px;
  font-size: 1rem;
  line-height: 1.375rem;
}
.terms-conditions .order-list li {
  margin-bottom: 16px;
}
.terms-conditions .order-list li a {
  text-decoration: underline;
}
.terms-conditions .numeric-list {
  padding-left: 23px;
}
.terms-conditions .numeric-list li {
  list-style: decimal;
  margin-bottom: 25px;
}

.terms-wave.float-wave {
  top: 26%;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100000;
}
.modal .modal-body {
  max-width: 635px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 40px 56px 32px;
  border-radius: 15px;
}
@media (max-width: 991.9px) {
  .modal .modal-body {
    padding: 24px;
  }
}
.modal .modal-body .close-modal {
  font-family: "FuturaPT-Demi";
  color: #000000;
  display: table;
  width: 32px;
  height: 32px;
  background: #FFB51E;
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.modal.terms-modal .terms-conditions {
  padding: 30px 0;
}
.modal.terms-modal .terms-conditions::before {
  display: none;
}
@media (max-width: 991.9px) {
  .modal.terms-modal .terms-conditions {
    padding: 20px 0;
  }
}
.modal.terms-modal .terms-conditions .order-list {
  padding-left: 25px;
}
.modal.terms-modal h1, .modal.terms-modal .terms-wave {
  display: none;
}
.modal.terms-modal h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-family: "FuturaPT-Medium";
  color: #013654;
}
@media (max-width: 991.9px) {
  .modal.terms-modal h2 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}
.modal.terms-modal .et_pb_row {
  width: 100%;
  padding: 0;
}
.modal.terms-modal .et_pb_text_inner {
  height: 460px;
  overflow-y: scroll;
}
.modal.terms-modal .et_pb_text_inner::-webkit-scrollbar {
  width: 10px;
  border-radius: 100px;
}
.modal.terms-modal .et_pb_text_inner::-webkit-scrollbar-track {
  background: rgba(180, 187, 191, 0.4);
  border-radius: 100px;
}
.modal.terms-modal .et_pb_text_inner::-webkit-scrollbar-thumb {
  background: #FFB51E;
  border-radius: 100px;
}
.modal.terms-modal .et_pb_text_inner h4 {
  margin-top: 0;
  font-family: "FuturaPT-Medium";
}
.modal.terms-modal .modal-footer {
  text-align: right;
}
@media (max-width: 991.9px) {
  .modal.terms-modal .modal-footer {
    text-align: center;
  }
}
.modal.terms-modal .modal-footer .decline-terms {
  font-family: "FuturaPT-Medium";
  color: #013654;
  text-decoration: underline;
  margin-right: 24px;
}
.modal.terms-modal .modal-footer .button-wheat {
  padding: 16px 24px;
  border: none;
}
.modal.terms-modal .modal-footer .button-wheat:disabled {
  background-color: #B4BBBF;
  pointer-events: none;
}

/* Contact Us SCSS.. */
.contact-us .image-text .et_pb_column:nth-child(2) h4 {
  font-family: "FuturaPT-Medium";
  color: #013654;
  margin-bottom: 4PX;
}
@media (max-width: 767.9px) {
  .contact-us .image-text .et_pb_column:nth-child(2) h4 {
    font-size: 1.375rem;
    line-height: 1.313rem;
  }
}
.contact-us .image-text .et_pb_column:nth-child(2) img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}
.contact-us .image-text .et_pb_column:nth-child(2) p {
  font-family: "FuturaPT-Book";
  color: #013654;
  margin-bottom: 0 !important;
}
@media (max-width: 767.9px) {
  .contact-us .image-text .et_pb_column:nth-child(2) p {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}
.contact-us .image-text .et_pb_column:nth-child(2) p span {
  font-family: "FuturaPT-Medium";
}
.contact-us .image-text .et_pb_column:nth-child(2) p a {
  color: #013654;
  font-family: "FuturaPT-Book";
  font-size: 1.125rem;
  line-height: 1.438rem;
  transition: all 0.5s ease;
}
.contact-us .image-text .et_pb_column:nth-child(2) p a:hover {
  color: #FFB51E;
}
@media (max-width: 767.9px) {
  .contact-us .image-text .et_pb_column:nth-child(2) p a {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}
.contact-us .image-text .et_pb_column .thumbsup {
  margin-top: 21px;
}
@media (max-width: 767.9px) {
  .contact-us .image-text .et_pb_column .thumbsup {
    margin-top: 30px;
  }
}
.contact-us .image-text .et_pb_column .thumbsup h4 {
  margin-bottom: 8px;
}
@media (max-width: 767.9px) {
  .contact-us .image-text .et_pb_column .thumbsup h4 {
    margin-bottom: 16px;
  }
}
.contact-us .image-text .et_pb_column .thumbsup .socialIcons {
  display: flex;
}
.contact-us .image-text .et_pb_column .thumbsup .socialIcons a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #013654;
  margin-right: 16px;
  text-align: center;
  transition: all 0.5s ease;
}
.contact-us .image-text .et_pb_column .thumbsup .socialIcons a:last-child {
  margin-right: 0 !important;
}
@media (max-width: 767.9px) {
  .contact-us .image-text .et_pb_column .thumbsup .socialIcons a {
    width: 44px;
    height: 44px;
    margin-right: 24px;
  }
  .contact-us .image-text .et_pb_column .thumbsup .socialIcons a img {
    margin-top: 12px !important;
  }
}
.contact-us .image-text .et_pb_column .thumbsup .socialIcons a:hover {
  background-color: #FFB51E;
}
.contact-us .image-text .et_pb_column .thumbsup .socialIcons a img {
  max-height: 18px;
  margin-top: 7px;
  max-width: 18px;
}

/* news room SCSS.. */
.custom-post-listing-item {
  display: none;
  margin-bottom: 70px;
  align-items: center;
}
.custom-post-listing-item.show {
  display: flex;
}
@media (max-width: 991.9px) {
  .custom-post-listing-item.show {
    display: block;
  }
}
@media (max-width: 991.9px) {
  .custom-post-listing-item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.custom-post-listing-item .cm-img-wrap {
  height: 100%;
  position: relative;
  padding-bottom: 38%;
  z-index: 0;
  border-radius: 15px;
  overflow: hidden;
  width: 44%;
}
@media (max-width: 991.9px) {
  .custom-post-listing-item .cm-img-wrap {
    width: 100%;
    padding-bottom: 75%;
  }
}
.custom-post-listing-item .cm-img-wrap img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  display: block;
  border: none;
}
.custom-post-listing-item .cm-content-wrap {
  box-shadow: 0 4px 20px rgba(193, 192, 179, 0.3);
  border-radius: 15px;
  width: calc(56% + 40px);
  height: calc(100% - 40px);
  margin-left: -40px;
  background: #ffffff;
  padding: 32px;
  z-index: 8;
}
@media (max-width: 991.9px) {
  .custom-post-listing-item .cm-content-wrap {
    width: calc(100% - 16px);
    height: 100%;
    margin-left: 0;
    padding: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    position: relative;
    z-index: 3;
  }
}
.custom-post-listing-item .cm-content-wrap h4 {
  margin-bottom: 8px;
  color: #013654;
  font-family: "FuturaPT-Medium";
}
.custom-post-listing-item .cm-content-wrap .content {
  line-height: 1.438rem;
  color: #013654;
}

.custom-news-room-wrap {
  z-index: 6;
}
@media (max-width: 767.9px) {
  .custom-news-room-wrap {
    display: flex;
    flex-flow: column-reverse;
  }
  .custom-news-room-wrap .et_pb_column:last-child {
    margin-bottom: 69px;
  }
}

.cm-breadcum {
  padding: 0 !important;
  font-size: 1rem;
  line-height: 1.375rem !important;
  margin-bottom: 16px;
  color: #013654;
}
@media (max-width: 991.9px) {
  .cm-breadcum {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}
.cm-breadcum li {
  display: inline-block;
}
.cm-breadcum li:after {
  content: "•";
  margin: 0 5px;
}
.cm-breadcum li:last-child:after {
  display: none;
}

.cm-right-sidebar h3 {
  font-family: "FuturaPT-Medium";
  font-size: 1.5rem;
  line-height: 1.813rem;
  color: #013654;
  text-align: center;
  padding-bottom: 18px;
}
.cm-right-sidebar .et_pb_widget_area_left {
  border-right: none;
  padding-right: 0;
  margin-bottom: 0;
}
.cm-right-sidebar ul {
  padding: 24px 0 !important;
  border-top: 1px solid #013654;
  border-bottom: 1px solid #013654;
}
.cm-right-sidebar ul li {
  list-style: none;
  margin-bottom: 24px;
}
.cm-right-sidebar ul li a {
  list-style: none;
  font-family: "FuturaPT-Medium";
  line-height: 1.438rem;
  text-decoration-line: underline;
  color: #013654;
  text-transform: none;
  display: inline-block;
  margin-bottom: 4px;
}
.cm-right-sidebar ul li a:hover {
  color: #c37d00;
}
.cm-right-sidebar ul li span {
  font-size: 1rem;
  color: #013654;
  line-height: 1.375rem;
}
.cm-right-sidebar ul li:last-child {
  margin-bottom: 0;
}

.cm-follow-wrap {
  font-size: 16px;
  line-height: 22px;
  color: #013654;
  margin-top: 24px;
  padding-left: 31px;
  position: relative;
}
.cm-follow-wrap:before {
  content: "";
  background-image: url(../assets/mail.svg);
  position: absolute;
  left: 0;
  display: block;
  width: 31px;
  height: 25px;
  background-repeat: no-repeat;
}

.custom-video-wraper,
.custom-banner-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 595px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding-left: 20px;
  position: relative;
  padding-right: 20px;
}
.custom-video-wraper:after,
.custom-banner-wrapper:after {
  content: "";
  background-image: url(../assets/Vector-8.svg);
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  position: absolute;
  background-size: 100vw;
  background-position: top;
  top: auto;
  height: 100%;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 991.9px) {
  .custom-video-wraper,
  .custom-banner-wrapper {
    min-height: 400px;
  }
}
.custom-video-wraper h1,
.custom-banner-wrapper h1 {
  font-family: "FuturaPT-Bold";
  text-align: center;
  color: #ffffff;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.9px) {
  .custom-video-wraper h1,
  .custom-banner-wrapper h1 {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 8px;
  }
}
.custom-video-wraper p,
.custom-banner-wrapper p {
  font-family: "FuturaPT-Medium";
  font-size: 1.5rem;
  line-height: 1.813rem;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 2;
  margin-bottom: 84px;
}
@media (max-width: 991.9px) {
  .custom-video-wraper p,
  .custom-banner-wrapper p {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 19px;
  }
}

.post-content {
  max-width: 807px;
  margin: 0 auto 113px;
  padding: 20px 20px 0;
  line-height: 1.438rem;
  color: #013654;
}
@media (max-width: 991.9px) {
  .post-content {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 96px;
  }
}
.post-content .authur {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.post-content .authur .authur-pic img {
  width: 44px;
  margin-right: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-content .authur .authur-name {
  font-family: "FuturaPT-Medium";
  font-size: 1rem;
  line-height: 1.375rem;
  color: #013654;
}
.post-content .authur .authur-name p {
  margin: 0;
}
.post-content .authur .date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #013654;
}
.post-content .authur .date p {
  margin: 0;
}
.post-content h2 {
  font-family: "FuturaPT-Medium";
  font-size: 2.5rem;
  line-height: 3rem;
  color: #013654;
}
@media (max-width: 991.9px) {
  .post-content h2 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}
.post-content hr {
  margin: 64px 0 40px 0;
  border-color: #000000;
}
@media (max-width: 991.9px) {
  .post-content hr {
    margin: 25px 0 20px 0;
  }
}
.post-content p {
  margin-bottom: 30px;
  padding-bottom: 0;
}
@media (max-width: 991.9px) {
  .post-content p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.post-content p small {
  font-style: italic;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(1, 54, 84, 0.8);
}
.post-content p small br {
  display: none;
}
.post-content ul {
  padding: 0 0 0 40px;
}
@media (max-width: 767.9px) {
  .post-content ul {
    padding: 0 0 0 25px;
  }
}
.post-content ul li {
  list-style: disc;
  list-style-position: inherit;
}
.post-content h3 {
  font-family: "FuturaPT-Medium";
  font-size: 1.5rem;
  line-height: 1.813rem;
  color: #013654;
  margin-bottom: 8px;
}
@media (max-width: 991.9px) {
  .post-content h3 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}
.post-content blockquote {
  padding: 20px 32px;
  font-size: 1.5rem;
  border: none;
  margin: 0;
  line-height: 2.125rem;
  color: rgba(1, 54, 84, 0.7);
}
@media (max-width: 991.9px) {
  .post-content blockquote {
    padding: 0 20px;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.post-content.cm-press-release {
  margin-top: 122px;
}
.post-content.cm-press-release .cm-featured-image {
  max-width: 200px;
}
@media (max-width: 991.9px) {
  .post-content.cm-press-release {
    margin-top: 30px;
  }
}
.post-content.cm-press-release .press-release-top-wrap {
  margin-top: 20px;
  margin-bottom: 32px;
  line-height: 1.438rem;
}
@media (max-width: 991.9px) {
  .post-content.cm-press-release .press-release-top-wrap {
    line-height: 1.375rem;
    font-size: 1rem;
  }
}
.post-content.cm-press-release .press-release-top-wrap .cm-date {
  margin-bottom: 4px;
}
.post-content.cm-press-release .content-wrap h2 {
  margin-bottom: 8px;
}
@media (max-width: 991.9px) {
  .post-content.cm-press-release .content-wrap h2 {
    line-height: 2.688rem;
    font-size: 2.25rem;
    margin-bottom: 24px;
  }
}
.post-content.cm-press-release .content-wrap h3 {
  margin-bottom: 24px;
}
@media (max-width: 991.9px) {
  .post-content.cm-press-release .content-wrap h3 {
    line-height: 1.813rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 991.9px) {
  .post-content.cm-press-release .content-wrap blockquote {
    padding: 0;
  }
}

.custom-video-wraper {
  background-color: #000000;
  padding-top: 160px;
}
.custom-video-wraper p {
  font-family: "FuturaPT-Book";
}
@media (min-width: 768px) {
  .custom-video-wraper p {
    line-height: 2.125rem;
  }
}
.custom-video-wraper:after {
  max-height: 30%;
  bottom: -1px;
}
@media (min-width: 768px) {
  .custom-video-wraper:after {
    max-height: 26%;
  }
}
@media (min-width: 1024.1px) and (max-width: 1439.9px) {
  .custom-video-wraper:after {
    max-height: 26%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .custom-video-wraper:after {
    max-height: 40%;
  }
}
@media (max-width: 767.9px) {
  .custom-video-wraper:after {
    max-height: 19%;
  }
}
@media (max-width: 991.9px) {
  .custom-video-wraper {
    padding-top: 40px;
  }
}
.custom-video-wraper h1 {
  color: #17CD76;
}
.custom-video-wraper .video-wraper {
  margin-bottom: 58px;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  height: 100%;
}
@media (max-width: 991.9px) {
  .custom-video-wraper .video-wraper {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.9px) {
  .custom-video-wraper .video-wraper .fluid-width-video-wrapper {
    min-height: 278px;
  }
}
.custom-video-wraper .video-wraper .fluid-width-video-wrapper iframe {
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 991.9px) {
  .custom-video-wraper .video-wraper .fluid-width-video-wrapper iframe {
    height: 100%;
    min-height: 350px;
  }
}
@media (max-width: 767.9px) {
  .custom-video-wraper .video-wraper .fluid-width-video-wrapper iframe {
    min-height: 278px;
  }
}

.load-more-articles-btn .button-wheat {
  border: none;
  padding: 15.5px 24px;
}
.load-more-articles-btn .button-wheat.hide {
  display: none;
}
.load-more-articles-btn.hide {
  display: none;
}
.load-more-articles-btn.show {
  display: block;
}
@media (max-width: 991.9px) {
  .load-more-articles-btn.show {
    display: flex;
    max-width: 400px;
    margin: 0 auto;
  }
}

.custom-banner-wrapper:after {
  max-height: 40px;
  bottom: -1px;
}
.custom-banner-wrapper:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
@media (max-width: 991.9px) {
  .custom-banner-wrapper h1 {
    font-size: 3.5rem;
    line-height: 3.375rem;
  }
  .custom-banner-wrapper p {
    font-size: 1.5rem;
    line-height: 1.813rem;
  }
}

.newsroom-banner.et_pb_row {
  position: absolute;
  width: 100%;
  max-width: 100%;
  padding: 0;
  z-index: 1;
}

/* our-staff-modal SCSS.. */
.our-staff-images .cm-board-members .pop-up-data {
  display: none;
}
.our-staff-images .cm-board-members img, .our-staff-images .cm-board-members .cm-name, .our-staff-images .cm-board-members .cm-position {
  cursor: pointer !important;
}
.our-staff-images .image-wrap {
  max-height: 303px;
}
.our-staff-images .cm-board-members {
  position: relative;
  padding-bottom: 86px;
}
.our-staff-images .text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.our-staff-model .img-section {
  padding-top: 17px;
  padding-bottom: 0;
  padding-right: 23px;
  padding-left: 23px;
  background-color: #FBF9E7;
  padding-left: 23px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  padding-left: 23px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.our-staff-model .img-section .close {
  float: right;
  width: 34px;
  height: 34px;
  margin-top: 6px;
  cursor: pointer;
}
.our-staff-model .img-section .popImg {
  display: block;
  margin: auto;
  width: 200px;
  height: 231px;
}
.our-staff-model #content {
  padding: 32px 56px 45px;
  background-color: #ffffff;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .our-staff-model #content {
    padding: 0 15px 0 0;
    max-height: 300px;
    overflow-y: auto;
    margin: 24px;
    border-radius: 0;
    scrollbar-width: thin;
    scrollbar-color: #FFB51E rgba(180, 187, 191, 0.4);
  }
  .our-staff-model #content::-webkit-scrollbar {
    width: 10px;
    border-radius: 100px;
  }
  .our-staff-model #content::-webkit-scrollbar-track {
    background: rgba(180, 187, 191, 0.4);
    border-radius: 100px;
  }
  .our-staff-model #content::-webkit-scrollbar-thumb {
    background: #FFB51E;
    border-radius: 100px;
  }
}
.our-staff-model #content .cm-name {
  font-size: 2.5rem;
  line-height: 3rem;
  font-family: "FuturaPT-Medium";
  color: #000000;
}
@media (max-width: 767.9px) {
  .our-staff-model #content .cm-name {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}
.our-staff-model #content .cm-position {
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-family: "FuturaPT-Book";
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767.9px) {
  .our-staff-model #content .cm-position {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.our-staff-model #content .content {
  font-size: 1.125rem;
  line-height: 1.438rem;
  color: #000000;
  font-family: "FuturaPT-Book";
}
@media (max-width: 767.9px) {
  .our-staff-model #content .content {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.our-staff-model .modal {
  display: none;
  position: fixed;
  z-index: 1000 !important;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767.9px) {
  .our-staff-model .modal {
    padding: 0 15px;
  }
}
.our-staff-model .modal-content {
  background-color: #ffffff;
  margin: auto;
  border: 1px solid #888888;
  width: 600px;
  border-radius: 15px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
@media (max-width: 767.9px) {
  .our-staff-model .modal-content {
    width: 100%;
  }
}
