@charset "UTF-8";
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          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; } }

@media (min-width: 1360px) {
  .container {
    max-width: 1300px; } }

@media (min-width: 1480px) {
  .container {
    max-width: 1360px; } }

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

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  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,
.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          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;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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%; } }

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

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

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

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

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

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

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: 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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-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 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*# sourceMappingURL=bootstrap-grid.css.map */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 31px;
  height: 23px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 31px;
    height: 3px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
            transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

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

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons-font';
    src: url('../font/icons-font.svg?93803647#icons-font') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons-font";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-mail:before {
  content: '\e800'; }

/* '' */
.icon-close:before {
  content: '\e801'; }

/* '' */
.icon-globe:before {
  content: '\e802'; }

/* '' */
.icon-search:before {
  content: '\e803'; }

/* '' */
.icon-arrow:before {
  content: '\e810'; }

/* '' */
.icon-location:before {
  content: '\e811'; }

/* '' */
.icon-phone:before {
  content: '\e812'; }

/* '' */
.icon-signet:before {
  content: '\e813'; }

/* '' */
.icon-calendar:before {
  content: '\e814'; }

/* '' */
.icon-dir:before {
  content: '\e815'; }

/* '' */
.icon-user:before {
  content: '\e816'; }

/* '' */
.icon-signet-alt:before {
  content: '\e817'; }

/* '' */
.icon-play:before {
  content: '\e818'; }

/* '' */
.icon-info:before {
  content: '\e81a'; }

/* '' */
.icon-link:before {
  content: '\e81b'; }

/* '' */
.icon-payment:before {
  content: '\e81c'; }

/* '' */
.icon-users:before {
  content: '\e81d'; }

/* '' */
.icon-clock:before {
  content: '\e81e'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-mail-alt:before {
  content: '\f0e0'; }

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.icon-arrow-left:before {
  content: '\f104'; }

/* '' */
.icon-arrow-right:before {
  content: '\f105'; }

/* '' */
.icon-arrow-up:before {
  content: '\f106'; }

/* '' */
.icon-arrow-down:before {
  content: '\f107'; }

/* '' */
.icon-youtube:before {
  content: '\f16a'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-google:before {
  content: '\f1a0'; }

/* '' */
.icon-facebook:before {
  content: '\f30c'; }

/* '' */
/*!
 * justifiedGallery - v3.8.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden; }

.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0; }

.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0; }

.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif; }

.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in; }

.justified-gallery > .jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none; }

.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in; }

.justified-gallery > .jg-filtered {
  display: none; }

.justified-gallery > .jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial; }

.justified-gallery > .jg-spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px; }

img-comparison-slider {
  visibility: hidden;
  outline: none; }

img-comparison-slider [slot='second'] {
  display: none; }

img-comparison-slider.rendered {
  visibility: inherit; }

img-comparison-slider.rendered [slot='second'] {
  display: unset; }

.text-section.photo-full-width .banner-content {
  font-size: 20px; }

/** FADEIN FROM D-NONE */
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block !important;
    opacity: 0; }
  100% {
    display: block !important;
    opacity: 1; } }
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block !important;
    opacity: 0; }
  100% {
    display: block !important;
    opacity: 1; } }

/* FADE IN */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* FADE OUT */
@-webkit-keyframes fade-out {
  0% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }
@keyframes fade-out {
  0% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

p {
  margin: 0;
  line-height: 1; }

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input,
textarea {
  resize: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0; }

a {
  color: inherit;
  text-decoration: none;
  outline: 0; }
  a:active {
    text-decoration: none;
    outline: 0; }
  a:focus {
    text-decoration: none;
    outline: 0; }
  a:visited {
    text-decoration: none;
    outline: 0; }
  a:hover {
    text-decoration: none;
    outline: 0; }

li, button {
  outline: 0; }
  li:active, button:active {
    outline: 0; }
  li:focus, button:focus {
    outline: 0; }
  li:visited, button:visited {
    outline: 0; }
  li:hover, button:hover {
    outline: 0; }

body {
  -webkit-text-size-adjust: none;
  -webkit-backface-visibility: hidden; }

div, header, footer, ul, li,
p, a, header, section, input, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0; }

html {
  font-size: 16px; }

html, body {
  scroll-behavior: smooth; }

body {
  color: #111;
  max-width: 100vw;
  min-height: 100vh;
  font-family: "Montserrat", sans-serif; }
  body.noscroll {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }

img, svg, figure {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

b,
strong {
  font-weight: bold; }

em {
  font-style: italic; }

p {
  line-height: 1.4; }

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    color: #008733; }

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin-top: 40px;
  margin-bottom: 32px; }

mark {
  background-color: transparent; }

table {
  margin: 0 auto;
  color: gray;
  border-collapse: collapse;
  width: 100% !important;
  margin: 8px 0 20px; }
  table thead tr,
  table thead th {
    color: #fff; }
  table thead th,
  table tfoot th {
    text-align: left;
    font-weight: bold; }
  table caption {
    padding: 1em .8em; }
  table th, table td {
    padding: .7em;
    line-height: 1.2;
    color: #333; }
  table tr {
    border-bottom: 1px solid #ddd; }
    table tr:first-of-type {
      font-weight: bold;
      color: #333; }
      table tr:first-of-type td {
        line-height: 1.4;
        display: table-cell;
        vertical-align: bottom;
        padding-bottom: .9em; }
    table tr:last-of-type {
      border-bottom: none; }

body.notextcopy > * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

body.noimagesave img, body.noimagesave svg, body.noimagesave picture {
  pointer-events: none; }

.site {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.1);
  position: relative; }

.nowrap {
  white-space: nowrap; }

.white {
  color: #fff !important; }

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

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

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

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

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

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

.text-section .col-img.double-image .img-holder img, .img-rounded.text-section .col-img img, .gallery__photo img, .gallery[class*="gallery-columns"] .gallery-icon img,
.absolute-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }

.relative {
  position: relative; }

.w100 {
  width: 100%; }

.h100 {
  height: 100%; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

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

.overflow,
.overflow-hidden {
  overflow: hidden; }

.border-radius-top-right-md {
  border-top-right-radius: 100px; }
  @media (max-width: 1199.98px) {
    .border-radius-top-right-md {
      border-top-right-radius: 50px; } }

.border-radius-bottom-left-xs {
  border-bottom-left-radius: 30px; }

.border-radius-bottom-left-md {
  border-bottom-left-radius: 100px; }
  @media (max-width: 1199.98px) {
    .border-radius-bottom-left-md {
      border-bottom-left-radius: 50px; } }

.border-radius-bottom-left-lg {
  border-bottom-left-radius: 150px; }
  @media (max-width: 1199.98px) {
    .border-radius-bottom-left-lg {
      border-bottom-left-radius: 50px; } }

.border-radius-bottom-right-xs {
  border-bottom-right-radius: 30px; }

.border-radius-bottom-right-md {
  border-bottom-right-radius: 100px; }
  @media (max-width: 1199.98px) {
    .border-radius-bottom-right-md {
      border-bottom-right-radius: 50px; } }

.border-radius-bottom-right-lg {
  border-bottom-right-radius: 150px; }
  @media (max-width: 1199.98px) {
    .border-radius-bottom-right-lg {
      border-bottom-right-radius: 50px; } }

.color-base {
  color: #111 !important; }

.color-green {
  color: #008733 !important; }

.color-font-300 {
  color: #565656; }

.fs-18 {
  font-size: 18px; }

.fs-14 {
  font-size: 14px; }

.fs-13 {
  font-size: 13px; }

.fs-12 {
  font-size: 12px; }

.section-decoration-cotton-top, .section-decoration-cotton-bottom {
  position: relative;
  z-index: 1; }

@media (min-width: 992px) {
  .section-decoration-cotton-top {
    margin-top: 4rem !important; } }

.section-decoration-cotton-top::before {
  content: "";
  position: relative;
  display: block;
  width: clamp(250px, 19.27083vw, 370px);
  height: clamp(100px, 11.19792vw, 215px);
  background-image: url("../img/cotton-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(-30px, -5.20833vw, -100px); }

.section-decoration-cotton-top.--decoration-small::before {
  width: 135px;
  height: 75px;
  margin-bottom: 2.5rem; }

@media (min-width: 992px) {
  .section-decoration-cotton-bottom {
    margin-bottom: 4rem !important; } }

.section-decoration-cotton-bottom::after {
  content: "";
  position: relative;
  display: block;
  width: clamp(250px, 19.27083vw, 370px);
  height: clamp(100px, 11.19792vw, 215px);
  background-image: url("../img/cotton-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(-30px, -5.20833vw, -100px); }

.section-decoration-cotton-bottom.--decoration-small::after {
  width: 135px;
  height: 75px;
  margin-top: 2.5rem; }

body:not(.home) .flex-content-wrapper {
  position: relative;
  z-index: 1;
  min-height: 480px; }
  body:not(.home) .flex-content-wrapper::before {
    content: "";
    position: absolute;
    top: 150px;
    right: 0;
    z-index: -1;
    background-image: url("../img/logo-sign.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 62.5vw;
    max-height: 1200px;
    width: 57.29167vw;
    max-width: 1100px;
    background-position: 23.4375vw 0; }
    @media (max-width: 991.98px) {
      body:not(.home) .flex-content-wrapper::before {
        width: 85vw;
        height: 85vw; } }
    @media (max-width: 767.98px) {
      body:not(.home) .flex-content-wrapper::before {
        width: 75vw;
        height: 75vw; } }

body:not(.home).page-template-history .flex-content-wrapper::before {
  right: initial;
  left: 0;
  top: clamp(150px, 18.22917vw, 350px);
  background-position: -125px 0; }

.section-anchor {
  scroll-margin-top: 2rem; }

.element-anchor {
  scroll-margin-top: 4rem; }

.border-bottom-1 .container {
  padding-bottom: 40px;
  border-bottom: 1px solid #A6A6A6; }

.--blank-thumbnail {
  opacity: 0.4; }

img.alignright, a img.alignright {
  display: block;
  margin: 1em 0; }
  @media (min-width: 576px) {
    img.alignright, a img.alignright {
      display: inline;
      max-width: 50%;
      height: auto;
      float: right;
      margin: 1em 0 1em 2em; } }

img.alignleft, a img.alignleft {
  display: block;
  margin: 1em 0; }
  @media (min-width: 576px) {
    img.alignleft, a img.alignleft {
      display: inline;
      max-width: 50%;
      height: auto;
      float: left;
      margin: 1em 2em 1em 0; } }

img.aligncenter, a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.mailpoet_form .mailpoet_paragraph .mailpoet_submit, .csp_form input[type="submit"], .text-section-cols .btn,
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 24px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #008733;
  text-align: center;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom-left-radius: 30px;
  color: #008733 !important; }
  @media (max-width: 1199.98px) {
    .mailpoet_form .mailpoet_paragraph .mailpoet_submit, .csp_form input[type="submit"], .text-section-cols .btn,
    .btn {
      padding: 15px 20px; } }
  @media (max-width: 767.98px) {
    .mailpoet_form .mailpoet_paragraph .mailpoet_submit, .csp_form input[type="submit"], .text-section-cols .btn,
    .btn {
      padding: 12px 16px;
      font-size: 15px;
      border-bottom-left-radius: 15px; } }
  @media (max-width: 575.98px) {
    .mailpoet_form .mailpoet_paragraph .mailpoet_submit, .csp_form input[type="submit"], .text-section-cols .btn,
    .btn {
      padding: 12px 15px; } }
  .mailpoet_form .mailpoet_paragraph .mailpoet_submit:after, .csp_form input[type="submit"]:after, .text-section-cols .btn:after,
  .btn:after {
    content: '\e810';
    font-family: "icons-font";
    font-size: 16px;
    margin-left: 1.25rem; }
    @media (max-width: 767.98px) {
      .mailpoet_form .mailpoet_paragraph .mailpoet_submit:after, .csp_form input[type="submit"]:after, .text-section-cols .btn:after,
      .btn:after {
        margin-left: 1rem;
        font-size: 14px; } }
  .mailpoet_form .mailpoet_paragraph .mailpoet_submit:hover, .csp_form input:hover[type="submit"], .text-section-cols .btn:hover,
  .btn:hover {
    background-color: #008733;
    color: #fff !important; }
  
  .btn--primary {
    border: 1px solid #008733; }
  .preview-post:not(.type-blog) .btn,
  .btn--secondary {
    background-color: #008733;
    border: 1px solid #008733;
    color: #fff !important; }
    .preview-post:not(.type-blog) .btn:hover,
    .btn--secondary:hover {
      background-color: #fff;
      color: #008733 !important; }
  .mailpoet_form .mailpoet_paragraph .--arrow-down.mailpoet_submit:after, .csp_form input.--arrow-down[type="submit"]:after, .text-section-cols .--arrow-down.btn:after,
  .btn.--arrow-down:after {
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .mailpoet_form .mailpoet_paragraph .border-white.mailpoet_submit, .csp_form input.border-white[type="submit"], .text-section-cols .border-white.btn,
  .btn.border-white {
    border: 1px solid #fff !important; }
  
  .btn--lg {
    padding: 11px 32px;
    font-size: 18px; }
  
  .btn--left-side-icon i {
    margin: 0 4px 0 -4px; }
  
  .btn--right-side-icon i {
    margin: 0 -4px 0 4px; }
  
  .btn--both-side-icon i:first-of-type {
    margin: 0 4px 0 -4px; }
  
  .btn--both-side-icon i:last-of-type {
    margin: 0 -4px 0 4px; }

.btns-wrapper {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .btns-wrapper .btn {
    margin-right: 16px;
    margin-bottom: 16px; }
    .btns-wrapper .btn:last-of-type {
      margin-right: 0; }

.icons-section .btns-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.offer-section--carousel .btns-wrapper {
  margin-top: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1359.98px) {
    .offer-section--carousel .btns-wrapper {
      margin-top: 24px; } }

.offer-section--list .btns-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.team-section--carousel .btns-wrapper {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1359.98px) {
    .team-section--carousel .btns-wrapper {
      margin-top: 24px; } }


.headline {
  font-size: clamp(24px, 2.08333vw, 40px);
  margin-bottom: 2.5rem;
  line-height: 1.2;
  color: #565656; }
  
  .headline--xl {
    font-size: clamp(28px, 3.125vw, 60px); }
  .text-section.photo-full-width .banner-content h2, .text-section.photo-full-width .banner-content h3, .text-section.photo-full-width .banner-content h4, .text-section.photo-full-width .banner-content h5,
  .headline--lg {
    font-size: clamp(26px, 2.5vw, 48px); }
  
  .headline--md {
    font-size: clamp(24px, 2.08333vw, 40px); }
  .standard-format--post h1, .standard-format--post h2,
  .headline--sm {
    font-size: clamp(22px, 1.45833vw, 28px); }
  .standard-format--post h3, .standard-format--post h4, .standard-format--post h5, .standard-format--post h6,
  .headline--xs {
    font-size: clamp(22px, 1.25vw, 24px); }
  
  .headline--xxs {
    font-size: 22px; }
  
  .headline--mb-xs {
    margin-bottom: 8px; }
  
  .headline--mb-sm {
    margin-bottom: 16px; }
  
  .headline--mb-lg {
    margin-bottom: 32px; }
  
  .headline--mb-xl {
    margin-bottom: 40px; }

.intro {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #565656;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px; }
  @media (max-width: 1199.98px) {
    .intro {
      font-size: 14px; } }
  .intro::before, .intro::after {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #565656;
    position: relative;
    display: inline-block;
    margin: 0 10px; }
  .intro.white::before, .intro.white::after {
    background-color: #fff; }

.owl-carousel .owl-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  bottom: 24px; }
  .owl-carousel .owl-dots .owl-dot {
    background-color: #008733;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 6px; }
    .owl-carousel .owl-dots .owl-dot.active {
      background-color: #f2f2f2; }

.owl-carousel .owl-nav {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3; }
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    display: block;
    border: 1px solid #8c8c8c !important;
    color: #8c8c8c;
    padding: 4px 10px 8px !important;
    font-size: 22px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    margin: 8px; }
    .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
      background-color: #f2f2f2; }

.owl-carousel--aside-nav .owl-nav {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px; }
  @media (min-width: 1360px) {
    .owl-carousel--aside-nav .owl-nav {
      margin-top: 0; } }
  .owl-carousel--aside-nav .owl-nav button.owl-prev, .owl-carousel--aside-nav .owl-nav button.owl-next {
    display: block;
    border: 1px solid #8c8c8c !important;
    color: #8c8c8c;
    padding: 4px 10px 8px !important;
    font-size: 22px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    margin: 8px; }
    @media (min-width: 1360px) {
      .owl-carousel--aside-nav .owl-nav button.owl-prev, .owl-carousel--aside-nav .owl-nav button.owl-next {
        position: absolute;
        top: 48%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        margin: 0; } }
    .owl-carousel--aside-nav .owl-nav button.owl-prev:hover, .owl-carousel--aside-nav .owl-nav button.owl-next:hover {
      background-color: #f2f2f2; }
  .owl-carousel--aside-nav .owl-nav button.owl-prev {
    left: -64px; }
  .owl-carousel--aside-nav .owl-nav button.owl-next {
    right: -64px; }

.owl-carousel--nav-on-left .owl-nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -8px;
  margin-top: -32px;
  margin-bottom: 32px; }

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: -4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px; }
  .pagination .page-numbers {
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
    color: #fff;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 15px 15px 0;
    border-bottom-left-radius: 30px;
    width: 60px;
    height: 60px; }
    .pagination .page-numbers:hover {
      background-color: #008733;
      border-color: #008733;
      color: #fff; }
    .pagination .page-numbers.current {
      background-color: #008733;
      border-color: #008733;
      color: #fff; }
    .pagination .page-numbers.dots {
      background-color: transparent;
      border: none;
      color: gray;
      padding: 10px 3px; }

body:not(.home) .template-blog-content .pagination {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5rem; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-color: #000; }
  .video-wrapper .video-frame,
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50%;
       object-position: 50%; }

.mailpoet_form {
  max-width: 300px;
  display: block;
  margin: 0 auto 2rem; }
  .mailpoet_form .mailpoet_paragraph input:not([type='submit']) {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    background-color: transparent;
    margin-bottom: 16px;
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 15px 25px;
    border-radius: 0;
    color: #4d4d4d;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .mailpoet_form .mailpoet_paragraph input:not([type='submit'])::-webkit-input-placeholder {
      color: #d9d9d9;
      font-size: 14px; }
    .mailpoet_form .mailpoet_paragraph input:not([type='submit'])::-moz-placeholder {
      color: #d9d9d9;
      font-size: 14px; }
    .mailpoet_form .mailpoet_paragraph input:not([type='submit']):-ms-input-placeholder {
      color: #d9d9d9;
      font-size: 14px; }
    .mailpoet_form .mailpoet_paragraph input:not([type='submit'])::-ms-input-placeholder {
      color: #d9d9d9;
      font-size: 14px; }
    .mailpoet_form .mailpoet_paragraph input:not([type='submit'])::placeholder {
      color: #d9d9d9;
      font-size: 14px; }
    .mailpoet_form .mailpoet_paragraph input:not([type='submit']):focus {
      border-color: #8c8c8c; }
      .mailpoet_form .mailpoet_paragraph input:not([type='submit']):focus::-webkit-input-placeholder {
        color: transparent; }
      .mailpoet_form .mailpoet_paragraph input:not([type='submit']):focus::-moz-placeholder {
        color: transparent; }
      .mailpoet_form .mailpoet_paragraph input:not([type='submit']):focus:-ms-input-placeholder {
        color: transparent; }
      .mailpoet_form .mailpoet_paragraph input:not([type='submit']):focus::-ms-input-placeholder {
        color: transparent; }
      .mailpoet_form .mailpoet_paragraph input:not([type='submit']):focus::placeholder {
        color: transparent; }
  .mailpoet_form .mailpoet_paragraph .mailpoet_text_label {
    margin-bottom: 16px;
    position: relative;
    z-index: 3;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    color: #008733;
    font-size: 16px;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: #565656;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px; }
  .mailpoet_form .mailpoet_paragraph .mailpoet_submit {
    display: inline-block;
    border: none;
    margin-top: 16px;
    border: 1px solid #008733 !important; }

.container > div[style*="max-width: 500px;"] {
  display: block;
  margin: 0 auto 2rem; }

.csp_form {
  max-width: 300px;
  display: block;
  margin: 0 auto 2rem; }
  .csp_form input:not([type='submit']) {
    margin-top: 1rem;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    background-color: transparent;
    margin-bottom: 16px;
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 15px 25px;
    border-radius: 0;
    color: #4d4d4d;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .csp_form input:not([type='submit'])::-webkit-input-placeholder {
      color: #d9d9d9;
      font-size: 14px; }
    .csp_form input:not([type='submit'])::-moz-placeholder {
      color: #d9d9d9;
      font-size: 14px; }
    .csp_form input:not([type='submit']):-ms-input-placeholder {
      color: #d9d9d9;
      font-size: 14px; }
    .csp_form input:not([type='submit'])::-ms-input-placeholder {
      color: #d9d9d9;
      font-size: 14px; }
    .csp_form input:not([type='submit'])::placeholder {
      color: #d9d9d9;
      font-size: 14px; }
    .csp_form input:not([type='submit']):focus {
      border-color: #8c8c8c; }
      .csp_form input:not([type='submit']):focus::-webkit-input-placeholder {
        color: transparent; }
      .csp_form input:not([type='submit']):focus::-moz-placeholder {
        color: transparent; }
      .csp_form input:not([type='submit']):focus:-ms-input-placeholder {
        color: transparent; }
      .csp_form input:not([type='submit']):focus::-ms-input-placeholder {
        color: transparent; }
      .csp_form input:not([type='submit']):focus::placeholder {
        color: transparent; }
  .csp_form input[type="submit"] {
    display: inline-block;
    border: none;
    border: 1px solid #008733 !important; }

.wpcf7 {
  /* CUSTOM CHECKBOX */ }
  .wpcf7 form {
    position: relative;
    z-index: 1; }
  .wpcf7 input:-webkit-autofill,
  .wpcf7 input:-webkit-autofill:hover,
  .wpcf7 input:-webkit-autofill:focus,
  .wpcf7 input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s; }
  .wpcf7 input:not([type='checkbox']),
  .wpcf7 input:not([type='radio']),
  .wpcf7 textarea,
  .wpcf7 select {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    background-color: transparent;
    margin-bottom: 16px;
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 15px 25px;
    border-radius: 0;
    color: #4d4d4d;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .wpcf7 input:not([type='checkbox'])::-webkit-input-placeholder, .wpcf7 input:not([type='radio'])::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder, .wpcf7 select::-webkit-input-placeholder {
      color: #d9d9d9;
      font-size: 14px; }
    .wpcf7 input:not([type='checkbox'])::-moz-placeholder, .wpcf7 input:not([type='radio'])::-moz-placeholder, .wpcf7 textarea::-moz-placeholder, .wpcf7 select::-moz-placeholder {
      color: #d9d9d9;
      font-size: 14px; }
    .wpcf7 input:not([type='checkbox']):-ms-input-placeholder, .wpcf7 input:not([type='radio']):-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder {
      color: #d9d9d9;
      font-size: 14px; }
    .wpcf7 input:not([type='checkbox'])::-ms-input-placeholder, .wpcf7 input:not([type='radio'])::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder, .wpcf7 select::-ms-input-placeholder {
      color: #d9d9d9;
      font-size: 14px; }
    .wpcf7 input:not([type='checkbox'])::placeholder,
    .wpcf7 input:not([type='radio'])::placeholder,
    .wpcf7 textarea::placeholder,
    .wpcf7 select::placeholder {
      color: #d9d9d9;
      font-size: 14px; }
    .wpcf7 input:not([type='checkbox']):focus,
    .wpcf7 input:not([type='radio']):focus,
    .wpcf7 textarea:focus,
    .wpcf7 select:focus {
      border-color: #8c8c8c; }
      .wpcf7 input:not([type='checkbox']):focus::-webkit-input-placeholder, .wpcf7 input:not([type='radio']):focus::-webkit-input-placeholder, .wpcf7 textarea:focus::-webkit-input-placeholder, .wpcf7 select:focus::-webkit-input-placeholder {
        color: transparent; }
      .wpcf7 input:not([type='checkbox']):focus::-moz-placeholder, .wpcf7 input:not([type='radio']):focus::-moz-placeholder, .wpcf7 textarea:focus::-moz-placeholder, .wpcf7 select:focus::-moz-placeholder {
        color: transparent; }
      .wpcf7 input:not([type='checkbox']):focus:-ms-input-placeholder, .wpcf7 input:not([type='radio']):focus:-ms-input-placeholder, .wpcf7 textarea:focus:-ms-input-placeholder, .wpcf7 select:focus:-ms-input-placeholder {
        color: transparent; }
      .wpcf7 input:not([type='checkbox']):focus::-ms-input-placeholder, .wpcf7 input:not([type='radio']):focus::-ms-input-placeholder, .wpcf7 textarea:focus::-ms-input-placeholder, .wpcf7 select:focus::-ms-input-placeholder {
        color: transparent; }
      .wpcf7 input:not([type='checkbox']):focus::placeholder,
      .wpcf7 input:not([type='radio']):focus::placeholder,
      .wpcf7 textarea:focus::placeholder,
      .wpcf7 select:focus::placeholder {
        color: transparent; }
    .wpcf7 input:not([type='checkbox']).wpcf7-not-valid,
    .wpcf7 input:not([type='radio']).wpcf7-not-valid,
    .wpcf7 textarea.wpcf7-not-valid,
    .wpcf7 select.wpcf7-not-valid {
      border-color: #d40404; }
  .wpcf7 input[type='radio'] {
    width: 25px;
    height: 25px;
    padding: 0;
    border: 1px solid #d9d9d9;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
    .wpcf7 input[type='radio']:checked {
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      background-image: url("../img/checkbox.png");
      background-size: 16px 14px;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
  .wpcf7 input[type='checkbox'] {
    -webkit-appearance: checkbox;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer; }
    .wpcf7 input[type='checkbox']:checked + span::before {
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      background-image: url("../img/checkbox.png");
      background-size: 16px 14px;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .wpcf7 input[type='checkbox'] + span {
      position: relative;
      padding-left: 45px; }
      .wpcf7 input[type='checkbox'] + span::before {
        content: "";
        width: 25px;
        height: 25px;
        padding: 0;
        border: 1px solid #d9d9d9;
        -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        background-color: transparent;
        display: inline-block;
        margin-right: 15px;
        opacity: 1;
        position: absolute;
        top: -6px;
        left: 0; }
  .wpcf7 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" style="opacity: .6" version="1"><path d="M4 8L0 4h8z"/></svg>');
    border-radius: 0%; }
    .wpcf7 select:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: none; }
  .wpcf7 textarea {
    width: 100%;
    height: 46px;
    margin-bottom: 12px; }
  .wpcf7 .wpcf7-acceptance {
    width: 100%; }
    .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
      width: 100%;
      margin: 0 !important; }
      .wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 16px; }
    .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
      color: #111;
      font-size: 12px; }
      .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label a {
        color: #008733;
        text-decoration: underline; }
  .wpcf7 button[type="submit"],
  .wpcf7 input[type="submit"] {
    display: inline-block;
    border: none;
    margin-top: 16px;
    border: 1px solid #008733; }
  .wpcf7 .ajax-loader {
    position: absolute;
    width: 0 !important;
    height: 0 !important; }
  .wpcf7 .wpcf7-not-valid-tip {
    display: none !important;
    font-size: 12px;
    margin-top: -8px;
    color: #d40404; }
  .wpcf7 div.wpcf7-response-output {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding: 16px 24px !important;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 32px !important; }
    .wpcf7 div.wpcf7-response-output a.download-lnk-pdf {
      text-decoration: underline;
      font-weight: 600;
      margin-top: 1rem;
      margin-bottom: 0.5rem;
      display: block;
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 18px; }
      .wpcf7 div.wpcf7-response-output a.download-lnk-pdf::after {
        content: '\e810';
        font-family: "icons-font";
        margin-left: 5px;
        -webkit-transform-origin: 50%;
            -ms-transform-origin: 50%;
                transform-origin: 50%;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        text-decoration: none;
        position: absolute;
        top: 0;
        right: -20px; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid #d40404;
  color: #d40404; }

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #008733;
  color: #008733; }

.wpcf7 .float-labels {
  margin-bottom: 16px;
  position: relative;
  z-index: 3; }

.wpcf7 .float-labels > label,
.wpcf7 .float-labels > span {
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  color: #008733;
  font-size: 16px;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: #565656;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px; }

.registration-form .wpcf7 form {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto; }

.registration-form .wpcf7 .col-radio .wpcf7-checkbox .wpcf7-list-item,
.registration-form .wpcf7 .col-radio .wpcf7-radio .wpcf7-list-item {
  padding-left: 0;
  margin-left: 0;
  margin-right: 3rem !important; }
  .registration-form .wpcf7 .col-radio .wpcf7-checkbox .wpcf7-list-item:nth-last-of-type(1),
  .registration-form .wpcf7 .col-radio .wpcf7-radio .wpcf7-list-item:nth-last-of-type(1) {
    margin-right: 0 !important; }
  .registration-form .wpcf7 .col-radio .wpcf7-checkbox .wpcf7-list-item > label,
  .registration-form .wpcf7 .col-radio .wpcf7-radio .wpcf7-list-item > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 30px;
    position: relative; }

.registration-form .wpcf7 .col-radio .wpcf7-checkbox .wpcf7-list-item-label,
.registration-form .wpcf7 .col-radio .wpcf7-radio .wpcf7-list-item-label {
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 13px; }

.registration-form .wpcf7 span[data-name="company-other-natural-fibres"],
.registration-form .wpcf7 span[data-name="company-other-fibres"] {
  margin-bottom: 0; }

.registration-form .wpcf7 #company-other-natural-fibres-text {
  margin-bottom: 0 !important; }

.registration-form .wpcf7 textarea {
  height: 120px; }

.registration-form .wpcf7-form.sent .wpcf7-response-output {
  position: relative;
  background-color: #003C16;
  color: #fff;
  z-index: 1; }
  .registration-form .wpcf7-form.sent .wpcf7-response-output::after {
    content: "";
    background-image: url("../img/logo-sign.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) 5px;
    background-size: 200px;
    opacity: 0.25;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 300px;
    height: 100%; }

.registration-form .input-hidden-value-validated {
  pointer-events: none;
  background-color: #ECECEC !important; }
  .registration-form .input-hidden-value-validated::-webkit-input-placeholder {
    color: #A6A6A6 !important; }
  .registration-form .input-hidden-value-validated::-moz-placeholder {
    color: #A6A6A6 !important; }
  .registration-form .input-hidden-value-validated:-ms-input-placeholder {
    color: #A6A6A6 !important; }
  .registration-form .input-hidden-value-validated::-ms-input-placeholder {
    color: #A6A6A6 !important; }
  .registration-form .input-hidden-value-validated::placeholder {
    color: #A6A6A6 !important; }
  .registration-form .input-hidden-value-validated.--enabled {
    pointer-events: unset;
    background-color: transparent !important; }
    .registration-form .input-hidden-value-validated.--enabled::-webkit-input-placeholder {
      color: #d9d9d9 !important; }
    .registration-form .input-hidden-value-validated.--enabled::-moz-placeholder {
      color: #d9d9d9 !important; }
    .registration-form .input-hidden-value-validated.--enabled:-ms-input-placeholder {
      color: #d9d9d9 !important; }
    .registration-form .input-hidden-value-validated.--enabled::-ms-input-placeholder {
      color: #d9d9d9 !important; }
    .registration-form .input-hidden-value-validated.--enabled::placeholder {
      color: #d9d9d9 !important; }

.registration-form .document-row hr {
  margin: 0.5rem 0 2.5rem;
  border-width: 2px;
  opacity: 0.5; }

.standard-format p {
  line-height: 1.5;
  margin-bottom: 24px; }
  .standard-format p mark {
    background-color: #f1f1f1;
    color: #111;
    padding: 0 8px; }

.standard-format p a:not(.btn), .standard-format li a:not(.btn) {
  color: #008733;
  text-decoration: underline; }
  .standard-format p a:not(.btn):hover, .standard-format li a:not(.btn):hover {
    color: #8c8c8c; }

.standard-format ul, .standard-format ol {
  margin-bottom: 24px; }
  .standard-format ul li, .standard-format ol li {
    padding-left: 16px;
    margin-bottom: 8px;
    line-height: 1.8;
    position: relative; }

.standard-format ul > li:before {
  content: '';
  position: absolute;
  display: block;
  top: 10px;
  left: 0px;
  width: 4px;
  height: 4px;
  background-color: #111;
  border-radius: 50%; }

.standard-format ol {
  counter-reset: item;
  padding-left: 30px; }
  .standard-format ol > li {
    padding-left: 30px; }
    .standard-format ol > li:before {
      content: counter(item) ". ";
      counter-increment: item;
      position: absolute;
      display: block;
      left: 0; }

.standard-format--post h1, .standard-format--post h2, .standard-format--post h3, .standard-format--post h4, .standard-format--post h5, .standard-format--post h6 {
  line-height: 1.2;
  margin-bottom: 1.5rem; }

.standard-format--post h1, .standard-format--post h2 {
  font-weight: 600; }

.standard-format--post h3, .standard-format--post h4, .standard-format--post h5, .standard-format--post h6 {
  font-weight: 600; }

.standard-format--post * + h1,
.standard-format--post * + h2,
.standard-format--post * + h3,
.standard-format--post * + h4,
.standard-format--post * + h5,
.standard-format--post * + h6 {
  margin-top: 48px; }

.popup-booking-content__desc {
  margin-bottom: 40px; }

.popup-booking-content__row i {
  padding-right: 4px; }

.popup-booking-content__row p {
  margin-bottom: 16px;
  text-align: center; }
  @media (min-width: 768px) {
    .popup-booking-content__row p {
      margin-bottom: 0;
      text-align: left; } }

.popup-booking-content__row > div:nth-of-type(2) p {
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .popup-booking-content__row > div:nth-of-type(2) p {
      text-align: right;
      margin-bottom: 0; } }

.single-post-content {
  padding-top: 400px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .single-post-content {
      padding-top: 200px; } }
  @media (max-width: 767.98px) {
    .single-post-content {
      padding-top: 0; } }
  .single-post-content__thumbnailwrapper {
    max-height: 460px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .single-post-content__thumbnailwrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        max-height: 660px; } }
    .single-post-content__thumbnailwrapper img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 0;
         object-position: 50% 0; }
  .single-post-content__thumbnail {
    display: block;
    margin-bottom: 40px;
    width: 100%; }
  .single-post-content__header {
    border-bottom: 1px solid #A6A6A6;
    padding-bottom: 16px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 30px; }
    @media (max-width: 1199.98px) {
      .single-post-content__header {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 575.98px) {
      .single-post-content__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .single-post-content__header i {
      font-size: 20px;
      color: #008733; }
  @media (max-width: 575.98px) {
    .single-post-content__date {
      margin-bottom: 0.5rem; } }
  .single-post-content__content {
    position: relative;
    z-index: 2;
    background-color: #fff;
    min-height: 400px; }
    @media (min-width: 768px) {
      .single-post-content__content {
        padding: 30px; } }
    .single-post-content__content .figure-photo {
      line-height: 1.5; }
      .single-post-content__content .figure-photo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
        margin-bottom: 1rem; }
  .single-post-content__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px; }
    @media (min-width: 768px) {
      .single-post-content__nav {
        padding-left: 30px;
        padding-right: 30px; } }
    .single-post-content__nav .btn[rel='prev']::after {
      content: none; }
    .single-post-content__nav .btn[rel='prev']::before {
      content: '\e810';
      font-family: "icons-font";
      font-size: 16px;
      margin-right: 1.25rem;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media (max-width: 767.98px) {
        .single-post-content__nav .btn[rel='prev']::before {
          margin-right: 1rem;
          font-size: 14px; } }
  .single-post-content video,
  .single-post-content iframe {
    max-width: 100%;
    margin: 2rem 0; }

/* 90th Anniversary posts */
.single-post-content .img-holder-90th {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 115%;
  text-transform: uppercase; }

.single-post-content .img-holder-90th.--pl {
  font-size: 120%; }

@media (max-width: 991.98px) {
  .single-post-content .img-holder-90th {
    font-size: 100%; }
  .single-post-content .img-holder-90th.--en {
    font-size: 12px; } }

@media (max-width: 767.98px) {
  .single-post-content .img-holder-90th.--en {
    font-size: 11px; } }

@media (max-width: 575.98px) {
  .single-post-content .img-holder-90th {
    font-size: 10px; }
  .single-post-content .img-holder-90th.--en {
    font-size: 8px; } }

.single-post-content .img-holder-90th img {
  position: relative;
  z-index: 1; }

.single-post-content .img-holder-90th .img-holder-90th_link {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  display: block;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 0px 5px;
  text-align: center;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.single-post-content .img-holder-90th .img-holder-90th_link:hover {
  background-color: #9fefa452; }

.single-post-content .img-holder-90th .img-holder-90th_link-1 {
  height: 6%;
  width: auto;
  bottom: 23%; }

.single-post-content .img-holder-90th .img-holder-90th_link-2 {
  height: 6%;
  width: auto;
  bottom: 16%; }

.single-post-content .img-holder-90th .img-holder-90th_link-3 {
  height: 6%;
  width: auto;
  bottom: 8.5%; }

.single-post-content .img-holder-90th .img-holder-90th_link-4 {
  height: 6%;
  width: auto;
  bottom: 1.5%; }

.single-training-content {
  padding-top: 400px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .single-training-content {
      padding-top: 200px; } }
  @media (max-width: 767.98px) {
    .single-training-content {
      padding-top: 0; } }
  .single-training-content__thumbnail {
    display: block;
    margin-bottom: 40px;
    width: 100%; }
    @media (min-width: 768px) {
      .single-training-content__thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        right: 0; } }
  .single-training-content__date {
    margin-bottom: 16px; }
  .single-training-content__content {
    position: relative;
    z-index: 2;
    background-color: #fff; }
    @media (min-width: 768px) {
      .single-training-content__content {
        padding: 30px; } }
    .single-training-content__content__header {
      border-bottom: 1px solid #A6A6A6;
      padding-bottom: 16px;
      margin-bottom: 40px; }
      .single-training-content__content__header i {
        margin-top: -2px; }
  .single-training-content__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px; }
    .single-training-content__nav .btn[rel='prev']::after {
      content: none; }
    .single-training-content__nav .btn[rel='prev']::before {
      content: '\e810';
      font-family: "icons-font";
      font-size: 16px;
      margin-right: 1.25rem;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media (max-width: 767.98px) {
        .single-training-content__nav .btn[rel='prev']::before {
          margin-right: 1rem;
          font-size: 14px; } }

.single-conference-content {
  padding-top: 400px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .single-conference-content {
      padding-top: 200px; } }
  @media (max-width: 767.98px) {
    .single-conference-content {
      padding-top: 0; } }
  .single-conference-content__thumbnailwrapper {
    max-height: 460px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .single-conference-content__thumbnailwrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        max-height: 660px; } }
    .single-conference-content__thumbnailwrapper img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 0;
         object-position: 50% 0; }
  .single-conference-content__date {
    margin-bottom: 16px; }
  .single-conference-content__content {
    position: relative;
    z-index: 2;
    background-color: #fff; }
    @media (min-width: 768px) {
      .single-conference-content__content {
        padding: 30px; } }
    .single-conference-content__content__header {
      border-bottom: 1px solid #A6A6A6;
      padding-bottom: 16px;
      margin-bottom: 40px; }
      .single-conference-content__content__header i {
        margin-top: -2px; }
  .single-conference-content__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px; }
    .single-conference-content__nav .btn[rel='prev']::after {
      content: none; }
    .single-conference-content__nav .btn[rel='prev']::before {
      content: '\e810';
      font-family: "icons-font";
      font-size: 16px;
      margin-right: 1.25rem;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media (max-width: 767.98px) {
        .single-conference-content__nav .btn[rel='prev']::before {
          margin-right: 1rem;
          font-size: 14px; } }

.single-offer-content__excerpt p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 32px; }
  @media (min-width: 992px) {
    .single-offer-content__excerpt p {
      margin-bottom: 40px; } }

.single-offer-content__thumbnail {
  margin-bottom: 48px; }

.single-offer-content__content .contact-module {
  margin-top: 40px; }

.single-offer-content__content h1, .single-offer-content__content h2, .single-offer-content__content h3, .single-offer-content__content h4, .single-offer-content__content h5, .single-offer-content__content h6 {
  position: relative; }
  .single-offer-content__content h1 span, .single-offer-content__content h2 span, .single-offer-content__content h3 span, .single-offer-content__content h4 span, .single-offer-content__content h5 span, .single-offer-content__content h6 span {
    position: absolute;
    top: -60px; }

.single-offer-content__faq {
  position: relative; }
  .single-offer-content__faq span#faq {
    position: absolute;
    top: -60px; }
  .single-offer-content__faq__item {
    background-color: #f2f2f2;
    padding: 32px 16px 24px;
    margin-bottom: 24px; }
    @media (min-width: 576px) {
      .single-offer-content__faq__item {
        padding: 40px 32px 32px; } }
    .single-offer-content__faq__item h3 {
      font-weight: bold;
      margin-bottom: 24px;
      line-height: 1.8; }
    .single-offer-content__faq__item p {
      margin-bottom: 0; }
  .single-offer-content__faq .contact-module {
    margin-top: 40px; }

.single-offer-content__metamorphosis {
  position: relative; }
  .single-offer-content__metamorphosis span#metamorphosis {
    position: absolute;
    top: -60px; }
  .single-offer-content__metamorphosis .metamorphosis {
    margin-bottom: 15px;
    margin-top: 15px; }

.single-offer-content__pricetables {
  position: relative; }
  .single-offer-content__pricetables span#cennik {
    position: absolute;
    top: -60px; }
  .single-offer-content__pricetables .contact-module {
    margin-top: 32px; }

.single-team-content__certificates__wrapper {
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -24px; }

.single-team-content__certificates .gallery__photo {
  -webkit-box-shadow: 2px 2px 7px 1px #ddd;
          box-shadow: 2px 2px 7px 1px #ddd; }

.template-pricelist-content {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  .template-pricelist-content__item {
    margin-bottom: 72px;
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99; }
    .template-pricelist-content__item .contact-module {
      margin-top: 40px; }
  .template-pricelist-content__title {
    -webkit-transition: .2s all ease;
    transition: .2s all ease; }
    .template-pricelist-content__title > a {
      position: relative; }
      .template-pricelist-content__title > a:after {
        content: '\279E';
        position: relative;
        top: -4px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        font-size: 14px;
        background-color: #8c8c8c;
        color: #fff;
        margin-left: 4px;
        -webkit-transition: .2s all ease;
        transition: .2s all ease; }
    .template-pricelist-content__title:hover {
      color: #008733; }
      .template-pricelist-content__title:hover a:after {
        background-color: #008733;
        margin-left: 8px; }

body.page-template-contact .flex-content-wrapper::before {
  display: none; }

.section-margin-bottom {
  margin-bottom: 45px; }
  @media (max-width: 767.98px) {
    .section-margin-bottom {
      margin-bottom: 30px; } }
  .section-margin-bottom-xl {
    margin-bottom: 90px; }
    @media (max-width: 767.98px) {
      .section-margin-bottom-xl {
        margin-bottom: 45px; } }
  .section-margin-bottom-lg {
    margin-bottom: 60px; }
    @media (max-width: 767.98px) {
      .section-margin-bottom-lg {
        margin-bottom: 30px; } }
  .section-margin-bottom-sm {
    margin-bottom: 30px; }

.section-padding {
  padding-top: 60px;
  padding-bottom: 45px; }

.section-padding-sm {
  padding-top: 45px;
  padding-bottom: 30px; }

.header-desktop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; }
  .header-desktop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background: -webkit-gradient(linear, left top, left bottom, from(#008733), color-stop(15%, #008733), color-stop(80%, rgba(0, 135, 51, 0)));
    background: linear-gradient(180deg, #008733 0%, #008733 15%, rgba(0, 135, 51, 0) 80%);
    z-index: 1; }
  .header-desktop .row {
    position: relative; }
  .header-desktop .col-address {
    width: 100%;
    max-width: calc(100% - 130px);
    margin-left: auto;
    z-index: 1;
    background-color: #fff; }
    .header-desktop .col-address address {
      padding: 1rem; }
  .header-desktop .col-nav {
    max-width: calc(100% - 260px);
    margin-left: auto;
    z-index: 2; }
    @media (max-width: 1479.98px) {
      .header-desktop .col-nav {
        max-width: calc(100% - 200px); } }
  .header-desktop__logo-anchore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 260px;
    height: 260px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -30px; }
    @media (max-width: 1599.98px) {
      .header-desktop__logo-anchore {
        width: 230px;
        height: 230px; } }
    @media (max-width: 1479.98px) {
      .header-desktop__logo-anchore {
        width: 215px;
        height: 215px; } }
    .header-desktop__logo-anchore .logo-decoration {
      position: absolute !important;
      top: 80px;
      right: -50px;
      width: 50px;
      height: 50px;
      background-image: url("../img/corner-decoration.svg");
      background-size: contain;
      background-position: 0 0;
      background-repeat: no-repeat; }
      @media (max-width: 1599.98px) {
        .header-desktop__logo-anchore .logo-decoration {
          right: -49px; } }
      .header-desktop__logo-anchore .logo-decoration::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(-100%) scaleX(-1);
            -ms-transform: translateX(-100%) scaleX(-1);
                transform: translateX(-100%) scaleX(-1);
        background-image: url("../img/corner-decoration.svg"); }
  .header-desktop__logo {
    display: block;
    width: 70%;
    height: 70%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50%;
       object-position: 50%;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px); }
  .header-desktop address {
    font-size: 14px; }
    .header-desktop address a:not(.btn) {
      color: #A6A6A6; }
      .header-desktop address a:not(.btn):hover {
        color: #008733; }
    .header-desktop address i {
      color: #008733;
      font-size: 18px; }

.nav-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 30; }
  .nav-desktop ul.menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px; }
    .nav-desktop ul.menu a {
      cursor: initial; }
      .nav-desktop ul.menu a:not([href="#"]) {
        cursor: pointer !important; }
    .nav-desktop ul.menu > li {
      padding-left: 20px;
      padding-right: 40px;
      font-size: 18px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      padding-bottom: 20px; }
      @media (max-width: 1479.98px) {
        .nav-desktop ul.menu > li {
          padding-right: 25px;
          font-size: 16px; } }
      .nav-desktop ul.menu > li:last-of-type {
        margin-right: 0; }
      .nav-desktop ul.menu > li:nth-last-of-type(1) > .sub-menu-wrapper, .nav-desktop ul.menu > li:nth-last-of-type(2) > .sub-menu-wrapper, .nav-desktop ul.menu > li:nth-last-of-type(3) > .sub-menu-wrapper {
        left: initial;
        right: 0; }
        .nav-desktop ul.menu > li:nth-last-of-type(1) > .sub-menu-wrapper:before, .nav-desktop ul.menu > li:nth-last-of-type(2) > .sub-menu-wrapper:before, .nav-desktop ul.menu > li:nth-last-of-type(3) > .sub-menu-wrapper:before {
          left: initial;
          right: 0;
          -webkit-transform: scaleX(-1);
              -ms-transform: scaleX(-1);
                  transform: scaleX(-1); }
      .nav-desktop ul.menu > li.menu-item-has-children {
        position: relative; }
        .nav-desktop ul.menu > li.menu-item-has-children > a {
          position: relative;
          padding-right: 4px; }
          .nav-desktop ul.menu > li.menu-item-has-children > a:after {
            content: '\f107';
            font-family: "icons-font";
            position: absolute;
            left: 100%;
            padding-top: 1px; }
        .nav-desktop ul.menu > li.menu-item-has-children:hover > .sub-menu-wrapper {
          display: block;
          visibility: visible;
          opacity: 1;
          -webkit-animation: fadeInFromNone 0.4s ease-out;
                  animation: fadeInFromNone 0.4s ease-out; }
      .nav-desktop ul.menu > li > a {
        display: block;
        padding: 20px 0;
        color: #fff; }
      .nav-desktop ul.menu > li > .sub-menu-wrapper {
        display: none;
        opacity: 0;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
        -webkit-box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.1);
        padding: 24px;
        position: absolute;
        background-color: #fff;
        background-image: url("../img/flowers-02.svg");
        background-position: 100% calc(100% - 1.5rem);
        background-repeat: no-repeat;
        border-bottom-right-radius: 30px;
        top: calc(100% - 1px);
        left: 0;
        width: 750px; }
        .nav-desktop ul.menu > li > .sub-menu-wrapper::before {
          content: "";
          position: absolute;
          top: -15px;
          left: 0;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 12px 0 0 12px;
          border-color: transparent transparent transparent #fff; }
        .nav-desktop ul.menu > li > .sub-menu-wrapper > ul.sub-menu {
          -webkit-column-count: 2;
             -moz-column-count: 2;
                  column-count: 2;
          -webkit-column-gap: 15px;
             -moz-column-gap: 15px;
                  column-gap: 15px;
          max-width: 75%; }
          .nav-desktop ul.menu > li > .sub-menu-wrapper > ul.sub-menu a {
            padding: 8px 0;
            line-height: 1.25; }
          .nav-desktop ul.menu > li > .sub-menu-wrapper > ul.sub-menu > li {
            font-size: 16px;
            margin-bottom: 1rem;
            padding-bottom: 1rem;
            max-width: 280px;
            padding-right: 2rem;
            width: auto;
            /* Domyślna szerokość */
            -webkit-column-break-inside: avoid;
               -moz-column-break-inside: avoid;
                    break-inside: avoid;
            /* Zapobiega dzieleniu elementu na dwie kolumny */ }
            .nav-desktop ul.menu > li > .sub-menu-wrapper > ul.sub-menu > li > a {
              border-bottom: 1px solid #f2f2f2;
              color: #444444;
              font-weight: 700;
              width: 100%;
              display: block; }
              .nav-desktop ul.menu > li > .sub-menu-wrapper > ul.sub-menu > li > a:not([href="#"]):hover {
                color: #008733; }
            .nav-desktop ul.menu > li > .sub-menu-wrapper > ul.sub-menu > li ul.sub-menu {
              display: -webkit-box !important;
              display: -ms-flexbox !important;
              display: flex !important;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              padding-top: 0.5rem; }
              .nav-desktop ul.menu > li > .sub-menu-wrapper > ul.sub-menu > li ul.sub-menu li {
                margin-top: 0.5rem;
                margin-bottom: 0.5rem; }
                .nav-desktop ul.menu > li > .sub-menu-wrapper > ul.sub-menu > li ul.sub-menu li a {
                  font-size: 14px;
                  padding: 0;
                  color: #008733;
                  padding-left: 15px;
                  position: relative;
                  display: -webkit-inline-box;
                  display: -ms-inline-flexbox;
                  display: inline-flex; }
                  .nav-desktop ul.menu > li > .sub-menu-wrapper > ul.sub-menu > li ul.sub-menu li a:hover {
                    color: #4d4d4d; }
                  .nav-desktop ul.menu > li > .sub-menu-wrapper > ul.sub-menu > li ul.sub-menu li a::before {
                    content: '\f105';
                    font-family: "icons-font";
                    margin-right: 1rem;
                    position: absolute;
                    left: 0; }

.nav-mobile {
  height: calc( 100vh - 72px); }

.header-mobile {
  position: relative; }
  .header-mobile__sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background-color: #fff;
    padding: 8px 0;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25);
    height: 55px; }
  .header-mobile__logo-anchore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -5px; }
    @media (max-width: 399.98px) {
      .header-mobile__logo-anchore {
        width: 90px;
        height: 90px; } }
    .header-mobile__logo-anchore img {
      max-width: 85%;
      margin: 0 auto;
      display: block; }
      @media (max-width: 399.98px) {
        .header-mobile__logo-anchore img {
          max-width: 80%; } }
  .header-mobile__hamburger {
    padding-right: 0;
    position: absolute;
    top: 0;
    right: 30px; }
  .header-mobile__btn {
    background-color: #008733;
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 6px 16px;
    text-align: center;
    margin-bottom: 2px;
    line-height: 1.1; }
  .header-mobile__lang {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto 0; }

.nav-mobile {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #008733;
  padding: 32px 24px 80px;
  overflow-y: auto;
  left: 100%;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out; }
  .nav-mobile.show-menu {
    left: 0; }
  .nav-mobile ul.menu {
    max-width: 500px;
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto; }
    @media (max-width: 575.98px) {
      .nav-mobile ul.menu {
        max-width: 320px; } }
    .nav-mobile ul.menu > li {
      text-align: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .nav-mobile ul.menu > li.menu-item-has-children > a {
        position: relative; }
        .nav-mobile ul.menu > li.menu-item-has-children > a:after {
          content: '\f105';
          font-family: "icons-font";
          margin-left: 8px;
          width: 20px;
          height: 20px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 18px;
          line-height: 1;
          padding-bottom: 3px;
          padding-left: 1px;
          -webkit-transition: .3s all ease;
          transition: .3s all ease;
          -webkit-transform: rotate(0);
              -ms-transform: rotate(0);
                  transform: rotate(0);
          background-color: #333333;
          color: #fff; }
        .nav-mobile ul.menu > li.menu-item-has-children > a.active:after {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .nav-mobile ul.menu > li a {
        display: inline-block;
        padding: 12px 0;
        color: #fff;
        font-size: 18px;
        line-height: 1.25; }
        @media (max-width: 767.98px) {
          .nav-mobile ul.menu > li a {
            font-size: 15px; } }
      .nav-mobile ul.menu > li ul.sub-menu {
        display: none; }
        .nav-mobile ul.menu > li ul.sub-menu > li a {
          color: #ECECEC; }
      .nav-mobile ul.menu > li > ul.sub-menu {
        background-color: #00732b; }
        .nav-mobile ul.menu > li > ul.sub-menu > li > a {
          font-weight: 500; }
        .nav-mobile ul.menu > li > ul.sub-menu > li > ul.sub-menu {
          padding-top: 5px;
          padding-bottom: 5px;
          background-color: #007d2f; }
          .nav-mobile ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
            padding: 10px 0; }
            .nav-mobile ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a::before {
              content: '\f105';
              font-family: "icons-font";
              position: relative;
              display: inline-block;
              margin-right: 5px;
              font-size: 14px; }

.header-lp {
  height: 100px;
  padding: 16px 0;
  position: relative;
  z-index: 10; }
  .header-lp__logo {
    display: block;
    height: 72px;
    width: auto; }
    @media (max-width: 991.98px) {
      .header-lp__logo {
        height: 76px; } }
  .header-lp div[class^="col-"] {
    position: static; }
  .header-lp__address {
    margin-top: -16px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 991.98px) {
      .header-lp__address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        position: absolute;
        top: 8px;
        right: 8px;
        margin-top: 0; } }
    .header-lp__address__item {
      margin-left: 24px;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 10px 12px;
      color: #fff;
      font-size: 15px; }
      @media (max-width: 991.98px) {
        .header-lp__address__item {
          width: 250px; } }
      .header-lp__address__item a:hover {
        color: #A6A6A6; }
      .header-lp__address__item i {
        color: #A6A6A6; }

.hero {
  height: 865px;
  background-color: #f2f2f2; }
  @media (max-width: 1479.98px) {
    .hero {
      height: 740px; } }
  @media (max-width: 1199.98px) {
    .hero {
      height: 55vw;
      min-height: 400px; } }
  @media (max-width: 767.98px) {
    .hero {
      height: 100vh;
      max-height: 600px; } }
  .hero__slide {
    position: relative; }
  .hero__content {
    z-index: 2;
    max-height: 500px;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#008733), color-stop(50%, rgba(0, 135, 51, 0)));
    background: linear-gradient(90deg, #008733 0%, rgba(0, 135, 51, 0) 50%);
    border-top-left-radius: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 3rem 6rem; }
    @media (max-width: 1199.98px) {
      .hero__content {
        background: -webkit-gradient(linear, left top, right top, from(#008733), color-stop(75%, rgba(0, 135, 51, 0)));
        background: linear-gradient(90deg, #008733 0%, rgba(0, 135, 51, 0) 75%);
        padding: 2rem 3rem;
        height: auto;
        min-height: 50%;
        border-top-left-radius: 50px; } }
    @media (max-width: 991.98px) {
      .hero__content {
        padding: 3rem 2rem; } }
    @media (max-width: 767.98px) {
      .hero__content {
        max-height: 600px;
        max-width: calc(100% - 30px);
        margin-top: 30px;
        background: -webkit-gradient(linear, left top, right top, from(#008733), to(rgba(0, 135, 51, 0)));
        background: linear-gradient(90deg, #008733 0%, rgba(0, 135, 51, 0) 100%); } }
    @media (max-width: 575.98px) {
      .hero__content {
        border-top-left-radius: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 3rem 1.5rem 2rem; } }
    @media (max-width: 399.98px) {
      .hero__content {
        padding: 3rem 1rem 2rem; } }
    .hero__content__holder {
      padding-right: 2rem; }
      @media (max-width: 575.98px) {
        .hero__content__holder {
          padding-right: 0; } }
    .hero__content .headline {
      font-size: clamp(34px, 3.125vw, 60px); }
      @media (max-width: 767.98px) {
        .hero__content .headline {
          margin-bottom: 0; } }
  .hero .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .hero .video-wrapper::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, color-stop(2.74%, #008733), color-stop(97.41%, rgba(0, 135, 51, 0)));
      background: linear-gradient(90deg, #008733 2.74%, rgba(0, 135, 51, 0) 97.41%);
      opacity: 0.35; }
  .hero .video-frame {
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 100%;
    height: 865px; }
    @media (max-width: 1479.98px) {
      .hero .video-frame {
        height: 740px; } }
    @media (max-width: 1199.98px) {
      .hero .video-frame {
        height: calc(55vw + 60px);
        -o-object-position: 50% 50%;
           object-position: 50% 50%; } }
    @media (max-width: 767.98px) {
      .hero .video-frame {
        height: 100vh;
        max-height: 660px; } }
  .hero .additional-box {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: -3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 100px 100px 0 100px;
    margin-bottom: 3rem; }
    @media (max-width: 1199.98px) {
      .hero .additional-box {
        max-width: 325px;
        border-radius: 50px 50px 0 50px; } }
    @media (max-width: 767.98px) {
      .hero .additional-box {
        margin-right: -2rem;
        max-width: 275px;
        min-width: 275px;
        margin-bottom: 1.5rem; } }
    @media (max-width: 575.98px) {
      .hero .additional-box {
        margin-left: 0;
        margin-right: 0;
        max-width: 300px;
        width: 100%;
        min-width: 300px;
        border-radius: 30px;
        border-bottom-right-radius: 0;
        margin-bottom: 0; } }
    @media (max-width: 399.98px) {
      .hero .additional-box {
        min-width: initial; } }
    .hero .additional-box__holder {
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .hero .additional-box__content {
      z-index: 2;
      position: relative;
      display: block;
      padding: 30px 25px 25px;
      height: 100%;
      width: 100%;
      max-height: 50%;
      top: 0;
      left: 0;
      margin: 0 auto;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 1199.98px) {
        .hero .additional-box__content {
          font-size: 12px !important;
          padding: 20px; } }
      @media (max-width: 767.98px) {
        .hero .additional-box__content {
          padding: 15px 15px 10px;
          font-size: 10px !important; } }
      @media (max-width: 575.98px) {
        .hero .additional-box__content {
          font-size: 11px !important; } }
      @media (max-width: 399.98px) {
        .hero .additional-box__content {
          padding: 10px;
          font-size: 10px !important; } }
      .hero .additional-box__content p {
        line-height: 1.35 !important;
        margin-bottom: 0; }
      .hero .additional-box__content span {
        font-size: 90% !important; }
        @media (max-width: 767.98px) {
          .hero .additional-box__content span {
            font-size: 90% !important; } }
    @media (max-width: 575.98px) {
      .hero .additional-box__image img {
        -o-object-position: 50% 0;
           object-position: 50% 0; } }
    .hero .additional-box__link {
      position: absolute;
      bottom: 2.5rem;
      right: 0;
      padding: 16px 22px; }
      @media (max-width: 1199.98px) {
        .hero .additional-box__link {
          padding: 12px 18px; } }
      @media (max-width: 767.98px) {
        .hero .additional-box__link {
          padding: 10px 14px; } }
      @media (max-width: 575.98px) {
        .hero .additional-box__link {
          padding: 10px 14px;
          bottom: 2rem; } }

.owl-hero .item {
  height: 865px;
  background-color: #A6A6A6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 1479.98px) {
    .owl-hero .item {
      height: 740px; } }
  @media (max-width: 1199.98px) {
    .owl-hero .item {
      height: 55vw;
      min-height: 400px; } }
  @media (max-width: 767.98px) {
    .owl-hero .item {
      height: 100vh;
      max-height: 600px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.page-hero {
  background-color: #ECECEC;
  background-image: url("../img/page-hero.jpg");
  background-size: cover;
  background-position: 100% 100%;
  min-height: 300px;
  padding-top: 150px;
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    .page-hero {
      min-height: 395px;
      padding-top: 200px;
      margin-bottom: 4rem; } }
  @media (max-width: 1199.98px) {
    .page-hero {
      z-index: 1; }
      .page-hero::before {
        content: "";
        position: absolute;
        top: -25%;
        left: 0;
        width: 100%;
        height: 150%;
        background: -webkit-gradient(linear, left top, left bottom, from(#008733), color-stop(50%, rgba(0, 135, 51, 0)));
        background: linear-gradient(180deg, #008733 0%, rgba(0, 135, 51, 0) 50%);
        z-index: -1;
        opacity: 0.7; } }
  @media (max-width: 575.98px) {
    .page-hero::before {
      height: 100%; } }
  .page-hero .page-hero-holder > * {
    color: #008733; }
  @media (min-width: 1200px) {
    .page-hero .page-hero-holder {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      width: 50%;
      margin-left: auto;
      margin-right: auto; } }
  .page-hero .headline {
    font-weight: 700; }

.single-training .page-hero {
  margin-bottom: 0; }

.single-post .page-hero {
  margin-bottom: 0; }

.single-conference .page-hero {
  margin-bottom: 0; }

.testimonials {
  background-color: #f2f2f2; }
  .testimonials__share {
    text-align: center; }
    .testimonials__share__item {
      width: 32px;
      height: 32px;
      background-color: #008733;
      color: #fff;
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 4px;
      font-size: 15px; }
    .testimonials__share p {
      line-height: 1.5;
      margin-bottom: 8px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 13px; }

.contact-section {
  min-height: 560px; }
  @media (max-width: 1199.98px) {
    .contact-section {
      padding-top: 3rem !important; } }
  @media (max-width: 575.98px) {
    .contact-section {
      display: none; } }
  @media (max-width: 1199.98px) {
    .contact-section .col-logo {
      display: none; } }
  .contact-section ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 2;
    position: relative; }
    @media (max-width: 575.98px) {
      .contact-section ul.menu {
        display: none; } }
    .contact-section ul.menu > li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30%;
              flex: 0 0 30%;
      margin-bottom: 2rem;
      line-height: 1.3; }
      @media (max-width: 991.98px) {
        .contact-section ul.menu > li {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          padding-right: 2rem; } }
      .contact-section ul.menu > li > a {
        font-size: clamp(20px, 1.25vw, 24px);
        font-weight: 600;
        margin-bottom: 1.5rem;
        display: block; }
      .contact-section ul.menu > li.menu-item-has-children > a {
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      .contact-section ul.menu > li .sub-menu {
        font-size: 16px; }
        @media (max-width: 767.98px) {
          .contact-section ul.menu > li .sub-menu {
            font-size: 15px; } }
        .contact-section ul.menu > li .sub-menu li {
          margin-bottom: 1rem; }
        .contact-section ul.menu > li .sub-menu a {
          position: relative;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .contact-section ul.menu > li .sub-menu a::before {
            content: '\e810';
            font-family: "icons-font";
            font-size: 12px;
            margin-right: 1.25rem; }
          .contact-section ul.menu > li .sub-menu a:hover {
            color: #A6A6A6; }

.footer {
  background-color: #004F1E;
  border-top-left-radius: 150px;
  position: relative;
  z-index: 1; }
  @media (max-width: 1199.98px) {
    .footer {
      border-top-left-radius: 50px !important; } }
  @media (max-width: 575.98px) {
    .footer {
      border-top-left-radius: 0 !important; } }
  .footer .container {
    position: relative; }
    .footer .container::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      background-image: url("../img/cotton-03.png");
      background-size: contain;
      background-position: 50% 100%;
      background-repeat: no-repeat;
      z-index: 2;
      width: 310px;
      height: 240px; }
      @media (max-width: 1199.98px) {
        .footer .container::after {
          width: clamp(180px, 16.14583vw, 310px);
          height: clamp(130px, 12.5vw, 240px); } }
      @media (max-width: 991.98px) {
        .footer .container::after {
          right: -3%; } }
      @media (max-width: 767.98px) {
        .footer .container::after {
          right: 0; } }
      @media (max-width: 575.98px) {
        .footer .container::after {
          width: 150px;
          height: 100px;
          z-index: -1;
          opacity: 0.2; } }
  .footer-holder {
    position: relative;
    z-index: 1; }
    .footer-holder::before, .footer-holder::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 340px;
      height: 100%;
      z-index: 1; }
    .footer-holder::before {
      background-color: #003C16; }
      @media (max-width: 767.98px) {
        .footer-holder::before {
          display: none; } }
    .footer-holder::after {
      background-image: url("../img/logo-sign.svg");
      background-repeat: no-repeat;
      background-size: 550px 680px;
      background-position: -2.5rem 2.5rem;
      opacity: 0.05; }
      @media (max-width: 1199.98px) {
        .footer-holder::after {
          background-size: cover;
          background-position: 50% 0; } }
      @media (max-width: 767.98px) {
        .footer-holder::after {
          display: none; } }
  .footer-copy {
    padding: 2rem 0 3rem;
    position: relative;
    z-index: 2; }
    @media (max-width: 1199.98px) {
      .footer-copy {
        padding: 2rem 0 1.5rem;
        padding-left: 10%; } }
    @media (max-width: 767.98px) {
      .footer-copy {
        max-width: calc(100% - 175px);
        font-size: 15px; } }
    @media (max-width: 575.98px) {
      .footer-copy {
        max-width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .footer p {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-bottom: 16px; }
    @media (max-width: 1199.98px) {
      .footer p {
        text-align: left; } }
    @media (max-width: 575.98px) {
      .footer p {
        text-align: center; } }
  @media (max-width: 575.98px) {
    .footer .change-cookie-settings-btn {
      font-size: 14px; } }

.map {
  position: relative; }
  .map__btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 2; }
  .map .leaflet-marker-shadow {
    display: none; }
  .map .leaflet-pane.leaflet-tile-pane {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .map .leaflet-map {
    z-index: 1;
    height: 540px !important; }
    .map .leaflet-map .leaflet-marker-icon {
      -o-object-fit: contain;
         object-fit: contain;
      color: transparent; }
  .map .leaflet-popup-content {
    text-align: center; }

.sidebar {
  height: 100%; }
  .sidebar__item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 32px;
    margin-bottom: 48px; }
    .sidebar__item--sticky {
      position: sticky;
      top: 106px; }
      @media (min-width: 1200px) {
        .sidebar__item--sticky {
          top: 30px; } }

.text-section .col-text .standard-format p:nth-last-of-type(1) {
  margin-bottom: 0; }

.text-section .col-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 1199.98px) {
    .text-section .col-img.col-img.double-image .img-holder {
      max-width: 450px; } }
  @media (max-width: 767.98px) {
    .text-section .col-img.col-img.double-image .img-holder {
      max-width: 400px; } }
  @media (max-width: 1199.98px) {
    .text-section .col-img .img-holder {
      display: block;
      margin-top: 2rem;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
      .text-section .col-img .img-holder img {
        display: block;
        margin: 0 auto;
        max-width: 768px;
        width: 100%; } }
  .text-section .col-img .img-holder img {
    border-bottom-right-radius: 100px; }
    @media (min-width: 1200px) {
      .text-section .col-img .img-holder img {
        border: 15px solid #fff;
        border-bottom-right-radius: 150px; } }

@media (min-width: 1200px) {
  .text-section .col-img.col-xl-6 + .col-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 50%; } }

@media (min-width: 1200px) {
  .text-section .photo-desc-display.img-holder img {
    max-width: calc(100% - 8.33333%); } }

@media (max-width: 1199.98px) {
  .text-section .photo-desc-display.img-holder img {
    max-width: 768px;
    width: 100%; } }

.text-section .photo-desc-display.img-holder .img-holder-desc {
  background-color: #008733;
  background-image: url("../img/bg-text-img.jpg");
  background-size: cover;
  background-position: 0 15%;
  color: #fff;
  padding: 2rem;
  z-index: 2;
  position: relative;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom-right-radius: 100px; }
  @media (min-width: 1200px) {
    .text-section .photo-desc-display.img-holder .img-holder-desc {
      margin-top: -5rem;
      margin-left: auto;
      margin-right: 0;
      max-width: calc(100% - 12.5%);
      border-bottom-right-radius: 150px;
      padding-bottom: 3rem; } }
  @media (max-width: 1199.98px) {
    .text-section .photo-desc-display.img-holder .img-holder-desc {
      max-width: 768px; } }
  @media (max-width: 575.98px) {
    .text-section .photo-desc-display.img-holder .img-holder-desc {
      padding: 20px 15px; } }
  .text-section .photo-desc-display.img-holder .img-holder-desc [class*="headline"] {
    font-weight: 600;
    margin-bottom: 1.5rem; }

.text-section .btns-wrapper {
  margin-top: 2rem; }
  @media (min-width: 1200px) {
    .text-section .btns-wrapper {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media (min-width: 1200px) {
  .text-section.photo-right > .container > .row, .text-section.photo-left > .container > .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.text-section.photo-full-width .img-holder {
  width: 100%; }
  @media (max-width: 1199.98px) {
    .text-section.photo-full-width .img-holder {
      max-width: 100% !important;
      margin-top: 0 !important; } }
  .text-section.photo-full-width .img-holder img {
    width: 100%;
    border: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
    min-height: 240px; }

.text-section.photo-full-width .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.text-section.photo-full-width .banner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem 6rem; }
  @media (max-width: 1199.98px) {
    .text-section.photo-full-width .banner-link {
      padding: 1.5rem 3rem; } }

.text-section .col-img.double-image {
  position: relative;
  z-index: 1; }
  @media (min-width: 1200px) {
    .text-section .col-img.double-image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      width: 50%;
      padding-left: 0; } }
  @media (min-width: 1200px) {
    .text-section .col-img.double-image + .col-text {
      padding-right: 8.33333%; } }
  .text-section .col-img.double-image .img-holder {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 50%; }
    @media (min-width: 1200px) {
      .text-section .col-img.double-image .img-holder {
        padding-bottom: 60%;
        max-width: 83.33333%; } }
    .text-section .col-img.double-image .img-holder img {
      width: 100%; }
    @media (max-width: 991.98px) {
      .text-section .col-img.double-image .img-holder.--main img {
        border-right: 10px solid #fff; } }
    @media (min-width: 1200px) {
      .text-section .col-img.double-image .img-holder.--add {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        -webkit-transform: translate(0, 72%);
            -ms-transform: translate(0, 72%);
                transform: translate(0, 72%); } }
    @media (max-width: 991.98px) {
      .text-section .col-img.double-image .img-holder.--add img {
        border-left: 10px solid #fff; } }

.text-section__librarybuttons p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .text-section__librarybuttons p > * {
    display: block; }

.img-h100.text-section .col-img .img-holder {
  height: 100%; }

@media (min-width: 1200px) {
  .img-h100.text-section .col-img img {
    width: 100%;
    height: 100%;
    min-width: 570px;
    max-width: 570px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%; } }

.img-h100.text-section.photo-left .col-img {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media (min-width: 1200px) {
  .img-center.text-section .col-img {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; } }

@media (min-width: 1200px) {
  .img-bottom.text-section .col-img {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; } }

@media (min-width: 1200px) {
  .img-maxh-1000px.text-section .col-img .img-holder {
    max-height: 1000px; } }

@media (min-width: 1200px) {
  .img-w100-absolute.text-section .img-holder {
    position: absolute;
    top: 0;
    left: 0; } }

.img-rounded.text-section .col-img .img-holder {
  border-bottom-right-radius: 150px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 300px; }
  @media (max-width: 1199.98px) {
    .img-rounded.text-section .col-img .img-holder {
      border-bottom-right-radius: 50px; } }

.img-rounded.text-section .col-img img {
  margin-bottom: 0; }

.img-no-rounded.text-section .col-img .img-holder {
  border-bottom-right-radius: 0; }

.img-no-rounded.text-section .col-img img {
  border-bottom-right-radius: 0; }

.img-no-border.text-section .col-img .img-holder img {
  border: none; }

.btns-start.text-section .btns-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.text-after-btns.text-section .col-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .text-after-btns.text-section .col-text .headline {
    margin-bottom: 2rem; }
  .text-after-btns.text-section .col-text .standard-format--post {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    .text-after-btns.text-section .col-text .standard-format--post + .btns-wrapper {
      margin-bottom: 0;
      margin-top: 0; }

@media (min-width: 1200px) {
  .pulled-up.text-section-200 {
    margin-top: -150px; } }

@media (min-width: 1360px) {
  .pulled-up.text-section-200 {
    margin-top: -200px; } }

@media (min-width: 1200px) {
  .pulled-up.text-section-250 {
    margin-top: -200px; } }

@media (min-width: 1360px) {
  .pulled-up.text-section-250 {
    margin-top: -250px; } }

@media (min-width: 1200px) {
  .pulled-up.text-section-300 {
    margin-top: -250px; } }

@media (min-width: 1360px) {
  .pulled-up.text-section-300 {
    margin-top: -300px; } }

.table-grayscale table {
  background-color: #f5f5f5; }
  .table-grayscale table tr {
    border: none; }
    .table-grayscale table tr:nth-of-type(even) {
      background-color: #ECECEC; }
    .table-grayscale table tr td {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
      .table-grayscale table tr td:nth-of-type(1) {
        font-weight: normal; }
        .table-grayscale table tr td:nth-of-type(1) strong {
          font-weight: normal; }
        @media (min-width: 1200px) {
          .table-grayscale table tr td:nth-of-type(1) {
            padding-left: 5rem; } }
      .table-grayscale table tr td:nth-last-of-type(1) {
        font-weight: 600; }
        @media (min-width: 1200px) {
          .table-grayscale table tr td:nth-last-of-type(1) {
            padding-right: 5rem; } }

@media (max-width: 1199.98px) {
  .court-history .col-img .img-holder {
    max-width: 350px; } }

.text-featured-section-holder {
  background-color: #008733;
  width: 100%;
  padding: 3rem;
  color: #fff;
  z-index: 1; }
  @media (max-width: 767.98px) {
    .text-featured-section-holder {
      padding: 2rem; } }
  .text-featured-section-holder > * {
    position: relative;
    z-index: 1; }

.text-featured-section .toggle-list-row {
  line-height: 1.4; }
  .text-featured-section .toggle-list-row:not(.active) {
    display: none !important; }
  .text-featured-section .toggle-list-row.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .text-featured-section .toggle-list-row .col-title {
    min-width: 75px; }

.text-featured-section .btns-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.text-featured-section a:not(.btn) {
  color: #fff !important;
  text-decoration: none; }
  .text-featured-section a:not(.btn):hover {
    color: #A6A6A6 !important; }

.text-featured-section .btn {
  border: 1px solid #fff; }

.text-featured-section .img-holder {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 100% 0;
  mix-blend-mode: multiply; }
  .text-featured-section .img-holder::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(2.74%, #00ed5a), color-stop(97.41%, rgba(0, 237, 90, 0)));
    background: linear-gradient(90deg, #00ed5a 2.74%, rgba(0, 237, 90, 0) 97.41%);
    z-index: 2;
    opacity: 0.5; }

.text-featured-section.section-bg-flowers .text-featured-section-holder {
  background-image: url("../img/flowers.svg");
  background-size: 450px 480px;
  background-repeat: no-repeat;
  background-position: 95% 0%; }
  @media (max-width: 767.98px) {
    .text-featured-section.section-bg-flowers .text-featured-section-holder {
      background-size: calc(450px * 0.75) calc(480px * 0.75); } }

.text-featured-section.display-cols ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem; }
  .text-featured-section.display-cols ul li {
    padding-left: 0; }
    .text-featured-section.display-cols ul li .col-text {
      padding-left: 0; }

.text-featured-section.section-interactive-form .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.5; }
  .text-featured-section.section-interactive-form .contact-box:nth-last-of-type(1) {
    margin-bottom: 0; }
  .text-featured-section.section-interactive-form .contact-box i {
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 22px; }
  .text-featured-section.section-interactive-form .contact-box p:empty {
    display: none; }

.text-section-cols .row {
  position: relative; }

.text-section-cols .col-text {
  position: static; }
  @media (min-width: 1200px) {
    .text-section-cols .col-text[data-cols="5"] > .row {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.text-section-cols .btn {
  margin-top: 1rem; }

.text-section-cols .standard-format h1, .text-section-cols .standard-format h2, .text-section-cols .standard-format h3, .text-section-cols .standard-format h4, .text-section-cols .standard-format h5 {
  font-weight: normal;
  margin-bottom: 2rem; }

.text-section-cols .standard-format p:nth-last-of-type(1) {
  margin-bottom: 0; }

.text-section-featured-boxes .img-holder img {
  display: block;
  margin: 0 auto 1rem; }

.text-section-featured-boxes.photo-up .img-holder img {
  margin-bottom: 2rem; }
  @media (max-width: 1199.98px) {
    .text-section-featured-boxes.photo-up .img-holder img {
      margin-top: 2rem; } }

@media (min-width: 1200px) {
  .text-section-featured-boxes.equal-columns .col-text,
  .text-section-featured-boxes.equal-columns .col-boxes {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 50%; } }

@media (min-width: 1200px) {
  .text-section-featured-boxes.boxes-column-end .col-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.icons-section__intro {
  text-align: center;
  max-width: 800px;
  margin: 32px auto 48px; }

.icons-section__wrapper__second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .icons-section__wrapper__second .infographic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 991.98px) {
      .icons-section__wrapper__second .infographic {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }

.icons-section__wrapper__third {
  display: grid;
  grid-auto-flow: row;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 991.98px) {
    .icons-section__wrapper__third {
      grid-template-columns: repeat(2, -webkit-max-content);
      grid-template-columns: repeat(2, max-content); } }
  @media (max-width: 767.98px) {
    .icons-section__wrapper__third {
      grid-template-columns: repeat(1, -webkit-max-content);
      grid-template-columns: repeat(1, max-content);
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .icons-section__wrapper__third .infographic {
    max-width: 250px; }

.icons-section__wrapper__fourth {
  display: grid;
  grid-auto-flow: row;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  grid-template-columns: repeat(4, -webkit-max-content);
  grid-template-columns: repeat(4, max-content);
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (max-width: 991.98px) {
    .icons-section__wrapper__fourth {
      grid-template-columns: repeat(2, -webkit-max-content);
      grid-template-columns: repeat(2, max-content); } }
  @media (max-width: 575.98px) {
    .icons-section__wrapper__fourth {
      grid-template-columns: repeat(1, -webkit-max-content);
      grid-template-columns: repeat(1, max-content);
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .icons-section__wrapper__fourth .infographic {
    max-width: 180px; }

.infographic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #111 !important; }
  .infographic:not(.has-content) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .infographic.has-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .infographic.has-content .infographic__icon-wrapper {
      padding-left: 5px;
      padding-right: 5px; }
  .infographic > a {
    position: relative;
    display: block; }
    .infographic > a:hover::after {
      visibility: visible;
      opacity: 0.15; }
    .infographic > a::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #008733;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      mix-blend-mode: darken; }
  .infographic__icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px; }
    .infographic__icon-wrapper svg, .infographic__icon-wrapper img {
      width: 100%;
      height: auto; }
      .infographic__icon-wrapper svg path, .infographic__icon-wrapper svg rect, .infographic__icon-wrapper svg polygon, .infographic__icon-wrapper img path, .infographic__icon-wrapper img rect, .infographic__icon-wrapper img polygon {
        fill: #fff; }
  .infographic__title {
    line-height: 2; }

.offer-section--list {
  margin-bottom: 40px; }

.blog-section {
  position: relative; }
  .blog-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(245px * 1.4);
    height: calc(315px * 1.4);
    background-image: url("../img/cotton-02.png");
    background-size: contain;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    max-width: 100%; }
    @media (max-width: 575.98px) {
      .blog-section::before {
        max-width: 300px; } }

.tiles-section {
  position: relative;
  z-index: 1; }
  .tiles-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 1100px;
    width: 720px;
    z-index: -1;
    background-image: url("../img/logo-sign.svg");
    background-size: 720px 1280px;
    background-repeat: no-repeat;
    background-position: 250px 0; }

.event-section {
  position: relative; }
  .event-section .col-content {
    min-height: 500px; }
  .event-section-box {
    background-color: #008733;
    background-image: url("../img/flowers.svg");
    background-size: cover;
    background-position: 100% 0%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 83.33333%;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin: 0 auto; }
    @media (min-width: 768px) {
      .event-section-box {
        left: initial;
        margin: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%;
        -webkit-transform: translate(-2rem, -50%);
            -ms-transform: translate(-2rem, -50%);
                transform: translate(-2rem, -50%); } }
    @media (min-width: 992px) {
      .event-section-box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        width: 50%; } }
    @media (min-width: 1200px) {
      .event-section-box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 37.5%;
                flex: 0 0 37.5%;
        max-width: 37.5%;
        width: 37.5%; } }
    @media (min-width: 1280px) {
      .event-section-box {
        -webkit-transform: translate(12.5%, -50%);
            -ms-transform: translate(12.5%, -50%);
                transform: translate(12.5%, -50%); } }
    .event-section-box__title {
      line-height: 1.2; }
    .event-section-box__link {
      border-color: #fff !important; }

@media (min-width: 992px) {
  .videos-section .videos-list {
    margin-left: -15px;
    margin-right: -15px; } }

.videos-section .videos-list.video-cols-display .videos-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  width: 50%; }
  @media (max-width: 991.98px) {
    .videos-section .videos-list.video-cols-display .videos-list__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      width: 100%; } }

.videos-section .videos-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%; }
  .videos-section .videos-list__item .video-frame {
    width: 100%; }

.contact-blocks-section.center-contact-blocks .contact-blocks {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (min-width: 1200px) {
  .contact-blocks-section.display-3-cols .contact-blocks__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%; } }

.files-section__wrapper {
  background-color: #008733;
  position: relative;
  overflow: hidden; }
  .files-section__wrapper__bg {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 50%;
    margin: 0;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    pointer-events: none; }

.files-section__filewrapper {
  padding: 15px;
  position: relative;
  z-index: 2; }
  @media (min-width: 768px) {
    .files-section__filewrapper {
      padding: 30px; } }
  @media (min-width: 992px) {
    .files-section__filewrapper {
      padding: 50px; } }
  @media (min-width: 768px) {
    .files-section__filewrapper.list {
      display: grid;
      grid-template-columns: 1fr 1fr; }
      .files-section__filewrapper.list > * {
        justify-self: start;
        margin-bottom: 12px; } }
  @media (max-width: 1199.98px) {
    .files-section__filewrapper.list > *:nth-child(2n) {
      justify-self: end; } }
  @media (min-width: 1200px) {
    .files-section__filewrapper.list {
      grid-template-columns: 1fr 1fr 1fr; }
      .files-section__filewrapper.list > *:nth-child(3n) {
        justify-self: end; }
      .files-section__filewrapper.list > *:nth-child(3n+2) {
        justify-self: center; } }

.files-section__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }
  .files-section__file__title {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px; }

@media (max-width: 575.98px) {
  .training-tiles-section__col {
    margin-bottom: 32px; } }

@media (max-width: 575.98px) {
  .file-tiles-section__col {
    margin-bottom: 32px; } }

.galleries-cpt-section {
  position: relative; }
  .galleries-cpt-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(245px * 1.4);
    height: calc(315px * 1.4);
    background-image: url("../img/cotton-02.png");
    background-size: contain;
    background-position: 0% 100%;
    background-repeat: no-repeat; }

.preview-offer {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .preview-offer__photo {
    width: 100%;
    padding-bottom: 72%;
    background-color: #f2f2f2;
    margin-bottom: 16px;
    position: relative; }
  .preview-offer__title {
    font-size: 19px;
    text-align: center; }

.offer-section--list .preview-offer {
  margin-bottom: 48px; }

.preview-offer-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
  max-width: 600px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .preview-offer-sm:hover {
    opacity: .88; }
  .preview-offer-sm__photo {
    position: relative;
    width: 24%;
    padding-bottom: 24%;
    margin-right: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #f2f2f2; }
  .preview-offer-sm__title {
    -ms-flex-negative: 1;
        flex-shrink: 1; }

.preview-person {
  display: block;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .preview-person__photo {
    width: 100%;
    padding-bottom: 112%;
    background-color: #f2f2f2;
    margin-bottom: 16px;
    position: relative; }
  .preview-person__title {
    font-size: 19px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 8px; }
  .preview-person__position {
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 16px; }

.team-section--list {
  margin-bottom: 24px; }
  .team-section--list .preview-person {
    margin-bottom: 56px; }

.preview-metamorphosis {
  border: 1px solid #f2f2f2;
  margin-bottom: 30px; }
  .preview-metamorphosis__content {
    padding: 32px 16px 8px; }
    @media (min-width: 576px) {
      .preview-metamorphosis__content {
        padding: 32px 32px 8px; } }
    .preview-metamorphosis__content p {
      text-align: center; }

.preview-post {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  container-type: inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 575.98px) {
    .preview-post:nth-last-of-type(1) {
      margin-bottom: 0; } }

@container (max-width: 400px) {
  .preview-post .preview-post__image {
    min-width: 100% !important; } }
  .preview-post .img-holder {
    position: relative;
    height: 280px; }
    .preview-post .img-holder::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(75%, rgba(0, 0, 0, 0)));
      background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 75%);
      opacity: 0.45;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .preview-post__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .preview-post__info:not(:empty) {
      margin-bottom: 16px; }
    @media (max-width: 1199.98px) {
      .preview-post__info {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .preview-post__img {
    display: block;
    width: 100%; }
    .preview-post__img > a:hover .img-holder::after {
      opacity: 0.7;
      height: 150%; }
  .preview-post__desc {
    background-color: #ECECEC;
    width: 100%;
    height: 100%;
    text-align: left; }
  .preview-post__date {
    margin-bottom: 16px; }
    .preview-post__date i {
      color: #008733;
      font-size: 20px;
      margin-right: 8px; }
  .preview-post__title {
    margin-bottom: 24px;
    color: #000; }
  .preview-post__excerpt {
    padding-bottom: 15px; }
  .preview-post.type-post {
    position: relative; }
    .preview-post.type-post .btn {
      position: absolute;
      bottom: -20px;
      left: 30px; }

.preview-post.type-post .preview-post__desc {
  background-image: url("../img/bg-preview-post.jpg");
  background-size: cover;
  background-position: 50% 100%; }

.preview-post:not(.type-blog) .preview-post__img .img-holder {
  border: 1rem solid #ECECEC;
  border-bottom: none; }
  @media (min-width: 1200px) {
    .preview-post:not(.type-blog) .preview-post__img .img-holder {
      border-width: 1.5rem; } }

.preview-post:not(.type-blog) .preview-post__desc {
  border-bottom-right-radius: 150px;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .preview-post:not(.type-blog) .preview-post__desc {
      border-bottom-right-radius: 100px; } }

.template-blog-content .preview-post {
  height: 100%; }
  .template-blog-content .preview-post__info p {
    margin-bottom: 0;
    color: #008733; }
  .template-blog-content .preview-post .img-holder {
    border-top-right-radius: 100px; }
    @media (max-width: 1199.98px) {
      .template-blog-content .preview-post .img-holder {
        border-top-right-radius: 50px; } }
  .template-blog-content .preview-post .btn {
    margin-left: auto; }

.blog-wide-section .preview-post__date {
  margin-bottom: 0; }

.col-post {
  margin-bottom: 80px !important; }

.preview-post-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  margin-bottom: 8px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .preview-post-sm:first-of-type {
    margin-top: 40px; }
  .preview-post-sm:hover {
    opacity: .8; }
  .preview-post-sm__col {
    width: calc(40% - 8px); }
    .preview-post-sm__col:last-of-type {
      width: calc(60% - 8px); }
  .preview-post-sm__date {
    color: #008733;
    margin-bottom: 8px;
    font-size: 14px; }
  .preview-post-sm__title {
    line-height: 1.4;
    margin-bottom: 17px; }

.preview-tile::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#008733), color-stop(50%, rgba(0, 135, 51, 0)));
  background: linear-gradient(180deg, #008733 0%, rgba(0, 135, 51, 0) 50%); }
  @media (max-width: 991.98px) {
    .preview-tile::after {
      background: -webkit-gradient(linear, left top, left bottom, from(#008733), color-stop(75%, rgba(0, 135, 51, 0)));
      background: linear-gradient(180deg, #008733 0%, rgba(0, 135, 51, 0) 75%); } }

.preview-tile__image {
  height: clamp(260px, 25vw, 480px); }

.preview-tile__title {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2; }
  @media (max-width: 767.98px) {
    .preview-tile__title {
      display: block;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%;
      padding: 1.5rem 0.5rem 1rem; } }
  .preview-tile__title::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url("../img/signet-white.svg");
    background-size: contain;
    background-position: 50%;
    margin-right: 1rem; }
    @media (max-width: 767.98px) {
      .preview-tile__title::before {
        display: block;
        margin: 0 auto 0.5rem; } }

.preview-tile__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2; }

.preview-contact-block {
  background-color: #ECECEC;
  line-height: 1.2; }
  .preview-contact-block__title span {
    display: block;
    text-transform: none;
    margin-bottom: 0.5rem; }
  .preview-contact-block__address > div {
    position: relative;
    padding-left: 2rem; }
    .preview-contact-block__address > div > i {
      position: absolute;
      top: 0;
      left: 0; }
  .preview-contact-block__url a, .preview-contact-block__email a {
    color: #008733; }
    .preview-contact-block__url a:hover, .preview-contact-block__email a:hover {
      color: #8c8c8c; }

.member.preview-contact-block {
  min-height: 110px; }
  .member.preview-contact-block .col-img {
    max-width: 120px; }
    @media (max-width: 1199.98px) {
      .member.preview-contact-block .col-img {
        max-width: 90px; } }
    @media (max-width: 575.98px) {
      .member.preview-contact-block .col-img {
        max-width: 70px; } }
    .member.preview-contact-block .col-img img {
      max-width: 50px;
      margin: 0 auto;
      display: block; }
      @media (max-width: 575.98px) {
        .member.preview-contact-block .col-img img {
          max-width: 40px; } }
  .member.preview-contact-block .preview-contact-block__title {
    margin-bottom: 1rem !important;
    display: block; }
    .member.preview-contact-block .preview-contact-block__title span {
      display: inline !important; }

.block-align-center .preview-contact-block .col-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .block-align-center .preview-contact-block .col-text .preview-contact-block__title {
    margin-bottom: 0 !important; }

.block-text-normal .preview-contact-block__title {
  text-transform: none !important;
  font-weight: 600; }

.preview-featured-box {
  background-color: #008733;
  background-image: url("../img/flowers.svg");
  background-size: cover;
  background-position: 100% 0%;
  height: 100%;
  position: relative; }
  .preview-featured-box.has-image {
    background-image: none; }
  .preview-featured-box__content {
    z-index: 1; }
  .preview-featured-box address {
    color: #fff; }
    .preview-featured-box address > div {
      margin-bottom: 24px; }
  .preview-featured-box .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(2.74%, #008733), color-stop(97.41%, rgba(0, 135, 51, 0)));
    background: linear-gradient(90deg, #008733 2.74%, rgba(0, 135, 51, 0) 97.41%); }
    .preview-featured-box .img-holder img {
      z-index: -1;
      opacity: 0.5;
      mix-blend-mode: multiply; }
  .preview-featured-box a:not(.btn):hover {
    color: #000; }

.preview-training {
  margin-bottom: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  container-type: inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .preview-training a {
    color: #008733; }
    .preview-training a:hover {
      color: #111; }
  @media (max-width: 575.98px) {
    .preview-training:nth-last-of-type(1) {
      margin-bottom: 0; } }

@container (max-width: 400px) {
  .preview-training .preview-training__image {
    min-width: 100% !important; } }
  .preview-training .img-holder {
    position: relative;
    height: 280px;
    border: 1rem solid #ECECEC;
    border-bottom: none; }
    @media (min-width: 1200px) {
      .preview-training .img-holder {
        border-width: 1.5rem; } }
    .preview-training .img-holder::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(75%, rgba(0, 0, 0, 0)));
      background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 75%);
      opacity: 0.7; }
  .preview-training__img {
    display: block;
    width: 100%; }
  .preview-training__desc {
    background-color: #ECECEC;
    width: 100%;
    height: 100%;
    text-align: left;
    border-bottom-right-radius: 150px;
    overflow: hidden; }
  .preview-training__title {
    margin-bottom: 24px;
    color: #000; }
    .preview-training__title * {
      color: #000 !important; }
      .preview-training__title *:hover {
        color: #008733 !important; }
  .preview-training__excerpt {
    padding-bottom: 15px; }
  .preview-training__details {
    width: 100%;
    line-height: 1.5; }
    .preview-training__details__col {
      margin-bottom: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .preview-training__details__col i {
        color: #008733;
        font-size: 20px;
        margin-right: 1rem;
        height: 100%;
        display: inline-block;
        margin-top: -0.125rem; }

.preview-event {
  margin-bottom: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  container-type: inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .preview-event a {
    color: #008733; }
    .preview-event a:hover {
      color: #111; }
  @media (max-width: 575.98px) {
    .preview-event:nth-last-of-type(1) {
      margin-bottom: 0; } }

@container (max-width: 400px) {
  .preview-event .preview-event__image {
    min-width: 100% !important; } }
  .preview-event .img-holder {
    position: relative;
    height: 280px;
    border: 1rem solid #ECECEC;
    border-bottom: none; }
    @media (min-width: 1200px) {
      .preview-event .img-holder {
        border-width: 1.5rem; } }
    .preview-event .img-holder::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(75%, rgba(0, 0, 0, 0)));
      background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 75%);
      opacity: 0.7; }
  .preview-event__img {
    display: block;
    width: 100%; }
    .preview-event__img img {
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
  .preview-event__desc {
    background-color: #ECECEC;
    width: 100%;
    height: 100%;
    text-align: left;
    border-bottom-right-radius: 150px;
    overflow: hidden; }
  .preview-event__title {
    margin-bottom: 24px;
    color: #000; }
  .preview-event__excerpt {
    padding-bottom: 15px; }
  .preview-event__details {
    width: 100%; }
    .preview-event__details__col {
      margin-bottom: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .preview-event__details__col i {
        color: #008733;
        font-size: 20px;
        margin-right: 8px;
        height: 100%;
        display: inline-block; }

.preview-conference {
  margin-bottom: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  container-type: inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .preview-conference a {
    color: #008733; }
    .preview-conference a:hover {
      color: #111; }
  @media (max-width: 575.98px) {
    .preview-conference:nth-last-of-type(1) {
      margin-bottom: 0; } }

@container (max-width: 400px) {
  .preview-conference .preview-event__image {
    min-width: 100% !important; } }
  .preview-conference .img-holder {
    position: relative;
    height: 280px;
    border: 1rem solid #ECECEC;
    border-bottom: none; }
    @media (min-width: 1200px) {
      .preview-conference .img-holder {
        border-width: 1.5rem; } }
    .preview-conference .img-holder::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(75%, rgba(0, 0, 0, 0)));
      background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 75%);
      opacity: 0.35; }
  .preview-conference__img {
    display: block;
    width: 100%; }
  .preview-conference__desc {
    background-color: #ECECEC;
    width: 100%;
    height: 100%;
    text-align: left;
    border-bottom-right-radius: 150px;
    overflow: hidden;
    background-image: url("../img/bg-preview-post.jpg");
    background-size: cover;
    background-position: 50% 100%; }
  .preview-conference__title {
    margin-bottom: 24px;
    color: #000; }
  .preview-conference__excerpt {
    padding-bottom: 15px; }
  .preview-conference__details {
    width: 100%; }
    .preview-conference__details__col {
      margin-bottom: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .preview-conference__details__col i {
        color: #008733;
        font-size: 20px;
        margin-right: 8px;
        height: 100%;
        display: inline-block; }

@media (min-width: 992px) {
  .full-width .preview-conference {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #ECECEC;
    border-bottom-right-radius: 150px;
    background-image: url("../img/bg-preview-post.jpg");
    background-size: cover;
    background-position: 50% 100%; }
    .full-width .preview-conference .img-holder {
      border-color: transparent; }
    .full-width .preview-conference > .preview-conference__img,
    .full-width .preview-conference > .preview-conference__desc {
      width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      width: 50%;
      background-color: transparent;
      background-image: none; } }

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  z-index: -1000;
  -webkit-transition: .8s all ease;
  transition: .8s all ease; }
  .popup.show-popup {
    opacity: 1;
    z-index: 10000000; }
    .popup.show-popup .popup__box {
      margin-top: 0;
      opacity: 1; }
  .popup__bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    cursor: pointer;
    background-color: #A6A6A6;
    opacity: .9; }
  .popup__box {
    z-index: 75;
    display: block;
    position: relative;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    max-width: calc(100vw - 16px);
    width: 720px;
    margin-top: 50vh;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    background-color: #fff;
    padding: 32px 16px 24px; }
    @media (min-width: 768px) {
      .popup__box {
        padding: 48px 32px 40px; } }
  .popup__close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    width: 36px;
    height: 36px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    background-color: black;
    color: #fff;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: .2s all ease;
    transition: .2s all ease; }
    .popup__close:hover {
      background-color: #d40404; }

.gallery__photo {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 64%;
  margin-bottom: 30px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.74%, #008733), color-stop(97.41%, rgba(0, 135, 51, 0)));
  background: linear-gradient(90deg, #008733 2.74%, rgba(0, 135, 51, 0) 97.41%); }
  .gallery__photo:hover img {
    opacity: 0.65; }
  .gallery__photo img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-object-position: 50% 15%;
       object-position: 50% 15%;
    z-index: -1;
    opacity: 1; }

.gallery[class*="gallery-columns"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .gallery[class*="gallery-columns"] .gallery-item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    width: 25%; }
    @media (max-width: 1199.98px) {
      .gallery[class*="gallery-columns"] .gallery-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        width: 50%; } }
  .gallery[class*="gallery-columns"] .gallery-icon {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 64%;
    background-color: #f2f2f2;
    margin-bottom: 30px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
    z-index: 1; }
    @media (max-width: 767.98px) {
      .gallery[class*="gallery-columns"] .gallery-icon {
        border-bottom-right-radius: 30px; } }
    .gallery[class*="gallery-columns"] .gallery-icon:hover img {
      opacity: 0.65; }
    .gallery[class*="gallery-columns"] .gallery-icon a {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2;
      background: -webkit-gradient(linear, left top, right top, color-stop(2.74%, #008733), color-stop(97.41%, rgba(0, 135, 51, 0)));
      background: linear-gradient(90deg, #008733 2.74%, rgba(0, 135, 51, 0) 97.41%);
      top: 0;
      left: 0; }
    .gallery[class*="gallery-columns"] .gallery-icon img {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -o-object-position: 50% 15%;
         object-position: 50% 15%;
      z-index: -1;
      opacity: 1; }

.scroll-up {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  padding-bottom: 2px;
  background-color: #4d4d4d;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: -100;
  opacity: 0;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  border: 1px solid rgba(255, 255, 255, 0.1); }
  .scroll-up:hover {
    background-color: #008733; }
  .scroll-up.show-scroll {
    opacity: 1;
    z-index: 1000; }

@media (max-width: 767.98px) {
  body.single-lp .scroll-up {
    display: none; } }

.breadcrumbs {
  line-height: 1.7;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .breadcrumbs a:hover {
    color: #333333; }

.call-to-us {
  position: fixed;
  bottom: 16px;
  left: 16px;
  width: 34px;
  height: 34px;
  background-color: #8c8c8c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999999; }
  @media (min-width: 768px) {
    .call-to-us {
      display: none; } }
  .call-to-us a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  .call-to-us__icon {
    font-size: 22px;
    color: #fff; }

.contact-module {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px; }
  .contact-module__btn {
    margin-right: 24px;
    margin-bottom: 24px; }
  .contact-module__phone {
    font-size: 18px;
    margin-bottom: 24px; }

.social-media {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .social-media__item {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #008733;
    color: #fff;
    font-size: 15px;
    margin: 8px 4px;
    -webkit-transition: .2s all ease;
    transition: .2s all ease; }
    .social-media__item:hover {
      background-color: #4d4d4d; }

.hero {
  position: relative; }
  .hero .social-media {
    display: none; }
    @media (min-width: 992px) {
      .hero .social-media {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 3; } }
    .hero .social-media__item {
      margin: 2px 0; }

.page-hero {
  position: relative; }
  .page-hero .social-media {
    display: none; }
    @media (min-width: 576px) {
      .page-hero .social-media {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 3; } }
    .page-hero .social-media__item {
      margin: 2px 0; }

.nav-mobile .social-media {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px; }
  .nav-mobile .social-media__item {
    background-color: #4d4d4d; }
    .nav-mobile .social-media__item:hover {
      background-color: #333333; }

.footer .social-media {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px; }

.pricetable__row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 16px;
  background-color: #eee;
  line-height: 1.5; }
  .pricetable__row:nth-of-type(2n) {
    background-color: #f6f6f6; }

.pricetable__sub-row {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0 0; }
  .pricetable__sub-row .pricetable__service,
  .pricetable__sub-row .pricetable__price {
    padding-bottom: 8px;
    color: #008733;
    font-size: 15px; }
  .pricetable__sub-row .pricetable__service {
    padding-left: 8px; }
    .pricetable__sub-row .pricetable__service:before {
      content: '\2014'; }

.pricetable__service {
  width: calc(80% - 8px); }
  .pricetable__service__desc {
    font-size: 14px;
    margin-top: 4px; }

.pricetable__price {
  width: calc(20% - 8px);
  text-align: right; }
  .pricetable__price__old {
    text-decoration: line-through;
    -webkit-text-decoration-color: #d40404;
            text-decoration-color: #d40404;
    color: #666;
    font-size: 14px; }

body.single-offer .pricetable:last-of-type {
  margin-bottom: 48px; }

ul.terms-list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px; }
  ul.terms-list li {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 16px;
    text-transform: uppercase;
    padding: 4px 16px;
    font-size: 14px;
    background-color: #f2f2f2;
    display: inline-block;
    -webkit-transition: .1s all ease;
    transition: .1s all ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    ul.terms-list li:hover {
      background-color: #8c8c8c;
      color: #fff; }
    ul.terms-list li.active {
      background-color: #8c8c8c;
      color: #fff; }
      ul.terms-list li.active a {
        cursor: default !important; }
  ul.terms-list + div {
    margin-top: 16px; }

.reading-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #4d4d4d;
  z-index: 99999; }

.post-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.4; }
  .post-terms__icon {
    margin-right: 0.75rem;
    -ms-flex-item-align: baseline;
        align-self: baseline; }
    .post-terms__icon i {
      margin-right: 0.5rem; }
  .post-terms__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .post-terms .separator {
    line-height: 1.9; }

.preview-post.type-post .preview-post__info {
  line-height: 1.25;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.preview-post.type-post .post-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: calc(100% - 200px); }
  @media (max-width: 575.98px) {
    .preview-post.type-post .post-terms {
      margin-bottom: 0.5rem; } }
  .preview-post.type-post .post-terms__item {
    margin-bottom: 0;
    text-transform: none;
    color: #008733;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-flex-item-align: baseline;
        align-self: baseline; }
    .preview-post.type-post .post-terms__item:hover {
      color: #8c8c8c; }
  .preview-post.type-post .post-terms__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-item-align: center;
        align-self: center;
    font-weight: 700; }
    .preview-post.type-post .post-terms__icon i {
      color: #008733;
      font-size: 18px;
      margin-right: 1rem;
      margin-top: -4px; }
  .preview-post.type-post .post-terms__icon svg, .preview-post.type-post .post-terms__icon path {
    fill: #008733; }

.preview-post.type-blog .post-terms {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .preview-post.type-blog .post-terms__item {
    color: #fff;
    -ms-flex-item-align: center;
        align-self: center;
    padding-bottom: 4px; }
    .preview-post.type-blog .post-terms__item:hover {
      color: #008733; }

body.home .preview-post .post-terms::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-filter: blur(20px);
          filter: blur(20px);
  z-index: -1; }

body.home .preview-post .separator {
  color: #fff !important; }

.opening-hours {
  line-height: 1.5;
  max-width: 280px; }
  .opening-hours__row {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 4px; }
  .opening-hours__day {
    width: calc(50% - 8px); }
  .opening-hours__time {
    width: calc(50% - 8px);
    text-align: right; }

.testimonial {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .testimonial__content {
    margin-top: 16px; }
  .testimonial__author {
    font-weight: 700; }

.owl-testimonials {
  padding-bottom: 24px;
  margin-bottom: 48px; }
  .owl-testimonials .owl-nav button.owl-prev, .owl-testimonials .owl-nav button.owl-next {
    top: 30%; }
  .owl-testimonials .owl-dots {
    bottom: 0; }
    .owl-testimonials .owl-dots .owl-dot.active {
      background-color: #8c8c8c; }

.lang-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  height: 100%; }
  .lang-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 85px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .lang-menu li.current-lang, .lang-menu li:hover {
      background-color: #ECECEC; }
    .lang-menu li > a {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .lang-menu a {
    color: #008733; }

.header-mobile .lang-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-mobile .lang-menu li {
    width: 40px;
    height: 35px; }
    .header-mobile .lang-menu li > a {
      width: auto;
      height: auto; }

.cta-box {
  position: relative;
  min-height: 300px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 50px 30px;
  color: #fff; }
  @media (max-width: 1199.98px) {
    .cta-box {
      padding: 30px;
      min-height: 250px; } }
  @media (max-width: 575.98px) {
    .cta-box {
      padding: 20px 15px; } }
  .cta-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #008733;
    mix-blend-mode: multiply;
    z-index: 1; }
  .cta-box__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    position: absolute;
    z-index: -1; }
  .cta-box__content {
    position: relative;
    z-index: 2; }
    @media (min-width: 1200px) {
      .cta-box__content {
        max-width: 60%; } }
  .cta-box .headline {
    font-size: clamp(22px, 1.25vw, 24px) !important;
    font-weight: 600;
    color: #fff; }
  .cta-box__btn-wrapper {
    position: relative;
    z-index: 2;
    margin-top: 1.5rem; }

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contact-box__icon {
    width: 100px;
    height: 100px;
    background-color: #f2f2f2;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 50px; }
    @media (max-width: 1199.98px) {
      .contact-box__icon {
        font-size: 40px;
        width: 80px;
        height: 80px; } }
    @media (max-width: 575.98px) {
      .contact-box__icon {
        font-size: 28px;
        width: 60px;
        height: 60px; } }
  .contact-box__data {
    max-width: calc(100% - 100px);
    padding-left: 1rem;
    line-height: 1.4;
    color: #565656; }
    @media (max-width: 1199.98px) {
      .contact-box__data {
        max-width: calc(100% - 80px); } }
    @media (max-width: 575.98px) {
      .contact-box__data {
        max-width: calc(100% - 60px); } }
    .contact-box__data a:hover {
      color: #008733; }

.read-more-wrapper {
  position: relative;
  z-index: 2; }
  .read-more-wrapper .read-more-content {
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .read-more-wrapper .read-more-content p:empty {
      display: none; }
    .read-more-wrapper .read-more-content.expanded {
      -webkit-animation: fadeInFromNone 1s ease-out;
              animation: fadeInFromNone 1s ease-out;
      display: block !important; }

.file-tile {
  margin-bottom: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  container-type: inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ECECEC;
  border-bottom-right-radius: 50px;
  padding: 36px;
  gap: 30px; }
  .file-tile a {
    color: #008733; }
    .file-tile a:hover {
      color: #111; }

@container (max-width: 400px) {
  .file-tile .file-tile__image {
    min-width: 100% !important; } }
  .file-tile .img-holder {
    width: 100%;
    max-width: 150px; }
  .file-tile__img {
    display: block;
    width: 100%;
    max-width: 150px; }
  .file-tile__desc {
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: hidden; }
  .file-tile__title {
    margin-bottom: 24px;
    color: #000; }
  .file-tile__excerpt {
    padding-bottom: 15px; }
  .file-tile__details {
    width: 100%; }
    .file-tile__details__col {
      margin-bottom: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .file-tile__details__col i {
        color: #008733;
        font-size: 20px;
        margin-right: 8px;
        height: 100%;
        display: inline-block; }

.form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  /* Domyślnie ukryta, będzie pokazywana przez JavaScript */
  display: none; }
  .form-overlay .loader-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #008733;
    background-image: url("../img/flowers.svg");
    background-size: cover;
    background-position: 100% 0%;
    color: #fff;
    padding: 80px 120px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); }
  .form-overlay .spinner {
    border: 8px solid #f3f3f3;
    /* Jasnoszary kolor tła */
    border-top: 8px solid #A6A6A6;
    /* Kolor animowanego paska, np. niebieski */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
    /* Animacja obracania */
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite; }

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

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

/*# sourceMappingURL=../css/sourcemaps/style.css.map */
