/*
Theme Name: Ercoding Theme
Theme URI: https://ercoding.pl/
Author: ercoding.pl
Author URI: https://ercoding.pl/
Version: 1.0
Requires at least: 5.3
Tested up to: 5.5
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ercodingtheme
*/
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  padding: 0;
}

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

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

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

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

.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) {
  .container {
    max-width: 540px;
  }
  .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-12,
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-6,
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-4,
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-3,
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-2,
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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%;
  }
  .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) {
  .container {
    max-width: 720px;
  }
  .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-12,
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-6,
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-4,
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-3,
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-2,
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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%;
  }
  .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) {
  .container {
    max-width: 960px;
  }
  .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-12,
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-6,
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-4,
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-3,
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-2,
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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%;
  }
  .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) {
  .container {
    max-width: 1470px;
  }
  .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-12,
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-6,
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-4,
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-3,
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-2,
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .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-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .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%;
  }
  .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%;
  }
}

/**
 * Variables
 */
/* fix styles being overwritten by admin default css */
.editor-styles-wrapper .container {
  margin: 0 auto !important;
  padding: 0 15px !important;
}

.editor-styles-wrapper .cta-hero__image {
  z-index: 0 !important;
}

/**
 * Functions
 */
/* 
 * Import fonts
 */
/*
 * Typography
 */
h1,
.h1,
h1 > strong,
h1 > b,
h1 > span {
  color: #33579b;
  font-family: "Poppins", sans-serif;
  font-size: 83px;
  line-height: 1;
  font-weight: 900;
}

@media (max-width: 991px) {
  h1,
  .h1,
  h1 > strong,
  h1 > b,
  h1 > span {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  h1,
  .h1,
  h1 > strong,
  h1 > b,
  h1 > span {
    font-size: 48px;
  }
}

h2,
.h2,
h2 > strong,
h2 > b,
h2 > span {
  color: #33579b;
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1.1;
  font-weight: 900;
}

@media (max-width: 991px) {
  h2,
  .h2,
  h2 > strong,
  h2 > b,
  h2 > span {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  h2,
  .h2,
  h2 > strong,
  h2 > b,
  h2 > span {
    font-size: 38px;
  }
}

h3,
.h3,
.footer__column h1,
.footer__column h2,
.footer__column h3,
.footer__column h4,
h3 > strong,
h3 > b,
h3 > span {
  color: #33579b;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  h3,
  .h3,
  .footer__column h1,
  .footer__column h2,
  .footer__column h3,
  .footer__column h4,
  h3 > strong,
  h3 > b,
  h3 > span {
    font-size: 33px;
  }
}

@media (max-width: 767px) {
  h3,
  .h3,
  .footer__column h1,
  .footer__column h2,
  .footer__column h3,
  .footer__column h4,
  h3 > strong,
  h3 > b,
  h3 > span {
    font-size: 30px;
  }
}

h4,
.h4,
.text-with-image__subtitle,
h4 > strong,
h4 > b,
h4 > span {
  color: #33579b;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 700;
}

@media (max-width: 991px) {
  h4,
  .h4,
  .text-with-image__subtitle,
  h4 > strong,
  h4 > b,
  h4 > span {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  h4,
  .h4,
  .text-with-image__subtitle,
  h4 > strong,
  h4 > b,
  h4 > span {
    font-size: 19px;
  }
}

p,
.paragraph,
.contact__phone,
.contact__email,
.contact__form .gform_confirmation_message {
  font-size: 23px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 20px 0 0;
  color: #33579b;
  font-size: "Lato", sans-serif;
}

@media (max-width: 991px) {
  p,
  .paragraph,
  .contact__phone,
  .contact__email,
  .contact__form .gform_confirmation_message {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  p,
  .paragraph,
  .contact__phone,
  .contact__email,
  .contact__form .gform_confirmation_message {
    font-size: 20px;
  }
}

p > a,
.paragraph > a,
.contact__phone > a,
.contact__email > a,
.contact__form .gform_confirmation_message > a {
  font-weight: 500;
  font-size: 23px;
  line-height: 1.25;
  text-decoration: underline;
  display: inline-block;
  color: #33579b;
}

@media (max-width: 991px) {
  p > a,
  .paragraph > a,
  .contact__phone > a,
  .contact__email > a,
  .contact__form .gform_confirmation_message > a {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  p > a,
  .paragraph > a,
  .contact__phone > a,
  .contact__email > a,
  .contact__form .gform_confirmation_message > a {
    font-size: 20px;
  }
}

p > a:hover,
.paragraph > a:hover,
.contact__phone > a:hover,
.contact__email > a:hover,
.contact__form .gform_confirmation_message > a:hover {
  text-decoration: underline;
  color: #33579b;
}

p > strong,
.paragraph > strong,
.contact__phone > strong,
.contact__email > strong,
.contact__form .gform_confirmation_message > strong {
  font-weight: 800;
  font-size: 23px;
  line-height: 1.25;
  color: #33579b;
}

@media (max-width: 991px) {
  p > strong,
  .paragraph > strong,
  .contact__phone > strong,
  .contact__email > strong,
  .contact__form .gform_confirmation_message > strong {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  p > strong,
  .paragraph > strong,
  .contact__phone > strong,
  .contact__email > strong,
  .contact__form .gform_confirmation_message > strong {
    font-size: 20px;
  }
}

p > span,
.paragraph > span,
.contact__phone > span,
.contact__email > span,
.contact__form .gform_confirmation_message > span {
  font-size: 23px;
  line-height: 1.25;
  font-weight: 400;
  color: #33579b;
}

@media (max-width: 991px) {
  p > span,
  .paragraph > span,
  .contact__phone > span,
  .contact__email > span,
  .contact__form .gform_confirmation_message > span {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  p > span,
  .paragraph > span,
  .contact__phone > span,
  .contact__email > span,
  .contact__form .gform_confirmation_message > span {
    font-size: 20px;
  }
}

ul > li,
ol > li,
ul.wp-block-list li,
ol.wp-block-list li {
  font-size: 23px;
  line-height: 1.25;
  font-weight: 400;
}

@media (max-width: 991px) {
  ul > li,
  ol > li,
  ul.wp-block-list li,
  ol.wp-block-list li {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  ul > li,
  ol > li,
  ul.wp-block-list li,
  ol.wp-block-list li {
    font-size: 20px;
  }
}

ul > li > strong,
ol > li > strong,
ul.wp-block-list li > strong,
ol.wp-block-list li > strong {
  font-weight: 800;
  font-size: 23px;
  line-height: 1.25;
  color: #33579b;
}

@media (max-width: 991px) {
  ul > li > strong,
  ol > li > strong,
  ul.wp-block-list li > strong,
  ol.wp-block-list li > strong {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  ul > li > strong,
  ol > li > strong,
  ul.wp-block-list li > strong,
  ol.wp-block-list li > strong {
    font-size: 20px;
  }
}

ul > li > span,
ol > li > span,
ul.wp-block-list li > span,
ol.wp-block-list li > span {
  font-size: 23px;
  line-height: 1.25;
  font-weight: 400;
  color: #33579b;
}

@media (max-width: 991px) {
  ul > li > span,
  ol > li > span,
  ul.wp-block-list li > span,
  ol.wp-block-list li > span {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  ul > li > span,
  ol > li > span,
  ul.wp-block-list li > span,
  ol.wp-block-list li > span {
    font-size: 20px;
  }
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0 !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Lato", sans-serif;
  max-width: 100vw !important;
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  color: #33579b;
  background-color: #faf8e1;
  background-image: url("./images/beige-background.jpg");
  background-position: 3px 3px;
  background-repeat: repeat;
}

body.archive {
  padding: 0;
}

select,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="submit"],
textarea {
  offset: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Lato", sans-serif;
}

button {
  border: none;
  background: none;
  outline: none;
  font-family: "Lato", sans-serif;
}

button:focus {
  outline: none;
}

a,
button,
input[type="submit"] {
  cursor: pointer !important;
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

img,
svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.container .container {
  max-width: 100% !important;
  padding: 0 !important;
}

.main--subpage {
  padding: 90px 0 0;
}

.default-block.container,
.default-block.container-fluid {
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .default-block.container ol,
  .default-block.container ul,
  .default-block.container-fluid ol,
  .default-block.container-fluid ul {
    padding: 0 0 0 18px;
  }
}

.single-post .default-block.container {
  margin: 20px auto 0;
}

.wp-block-heading {
  margin: 25px 0 0;
}

body.page .display-none,
body.woocommerce-page .display-none {
  display: none;
}

/* fix WC overwriting bootstrap classes */
.woocommerce .col-1,
.woocommerce .col-2 {
  max-width: none !important;
}

/* overwrite wp */
#wpadminbar {
  position: fixed !important;
}

/* reset all margins in gravity forms - delete it later from global and modify in block styles */
.gform_wrapper {
  margin: 0;
}

.gform_body ul li {
  margin: 0 !important;
  padding: 0 !important;
}

.gform_body ul li label {
  display: none !important;
}

.gform_body ul li > div {
  margin: 0 !important;
}

.gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}

/* delete gravity forms error styles, FORM MUST BE WRAPPED WITH DIV WITH ERCODING-FORM CLASS */
.ercoding-form .gform_wrapper div.validation_error {
  padding: 0 !important;
  margin: 0 0 10px !important;
  font-size: 12px !important;
}

.ercoding-form .gform_wrapper.gform_validation_error .gform_body .gfield.gfield_error.gfield_contains_required {
  max-width: 100% !important;
  margin: 0 !important;
  background: none !important;
  border: none !important;
}

.ercoding-form .gform_wrapper.gform_validation_error .gform_body .gfield.gfield_error.gfield_contains_required input,
.ercoding-form .gform_wrapper.gform_validation_error .gform_body .gfield.gfield_error.gfield_contains_required textarea {
  border: 2px solid #d42c2c !important;
}

.ercoding-form .validation_message {
  display: none !important;
}

.ercoding-form .gform_validation_errors {
  padding: 16px !important;
  text-align: center;
}

.ercoding-form .gform_validation_errors .gform-icon {
  display: none !important;
}

.gfield_required.gfield_required_text {
  font-style: normal !important;
  font-size: 12px !important;
  color: #33579b !important;
}

.gfield_required_text {
  display: none !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  border-radius: 25px !important;
  margin: 0 0 25px !important;
}

.gform_error-message {
  margin: 0;
}

/*slick arrow "next" and "prev" text delete */
.slick-prev,
.slick-next {
  font-size: 0px;
}

@media (max-width: 767px) {
  #wpadminbar {
    display: none !important;
  }
}

ul > li,
ol > li {
  list-style: none;
}

.container-fluid--max-width {
  max-width: 2200px;
}

.container-fluid--padding {
  padding: 0 30px;
}

@media (max-width: 991px) {
  .container-fluid--padding {
    padding: 0 15px;
  }
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

.object-fit-contain {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}

.cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  margin: 0;
  padding: 0;
  display: block;
}

.inactive {
  pointer-events: none;
}

.mt-5 {
  margin-top: 25px;
}

.mt-4 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 15px;
}

.mb-5 {
  margin-bottom: 25px;
}

.mb-4 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 15px;
}

/* RWD helping styles */
@media (min-width: 1237px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 1236px) {
  .desktop-only {
    display: none !important;
  }
}

.preloader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.preloader__logo {
  width: 150px;
  height: 100px;
}

.preloader__logo img {
  -webkit-animation: preloader 2000ms ease infinite;
          animation: preloader 2000ms ease infinite;
  max-width: 100%;
  height: auto;
  display: block;
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes preloader {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.button {
  border: 1px solid #33579b;
  padding: 13px 25px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  background: #33579b;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 25px !important;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  min-width: 220px;
  line-height: 1 !important;
  position: relative;
  overflow: hidden;
}

@media (max-width: 449px) {
  .button {
    padding: 9px 20px 0.59375rem;
    font-size: 12px;
  }
}

.button:hover {
  color: #ffffff;
  border: 1px solid #33579b;
  background: #33579b;
}

.button:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  -webkit-transition: none;
  transition: none;
  -webkit-animation: mmpuu 1s forwards;
          animation: mmpuu 1s forwards;
}

@-webkit-keyframes mmpuu {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes mmpuu {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.button--checkout, .button--continue-shopping, .button--update-cart {
  min-width: 184px;
  text-align: center;
}

.button--checkout {
  margin: 20px 0 0;
}

.button--continue-shopping, .button--update-cart {
  margin: 10px 0 0;
  border: 1px solid #33579b;
  background: transparent;
  color: #33579b;
}

.button--continue-shopping:hover, .button--update-cart:hover {
  background: #33579b;
  border: 1px solid #33579b;
}

.button--continue-shopping::before, .button--update-cart::before {
  display: none;
}

.button--ghost {
  background: transparent;
  border: 1px solid #33579b;
  color: #33579b;
}

.button--inactive {
  background: #cecece;
  border: 1px solid #f8f9fc;
  color: #919191;
  pointer-events: none;
  cursor: context-menu;
}

.button--inactive:hover {
  background: #cecece;
  border: 1px solid #f8f9fc;
  color: #919191;
}

.button--full-width {
  display: block;
  width: 100%;
  padding: 30px 25px 31px;
  font-size: 19px;
}

.button.single_add_to_cart_button {
  margin: 0;
  height: 48px;
}

.button.acf-button {
  background: #f6f7f7 !important;
  padding: 0 10px !important;
  color: #2271b1 !important;
  font-size: 13px !important;
  line-height: 2.15384615 !important;
  border: 1px solid #2271b1 !important;
}

.added_to_cart {
  display: none !important;
}

.hamburger {
  display: none;
  width: 30px;
  height: 29px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: none;
  border: none !important;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  justify-self: start;
}

@media (max-width: 1236px) {
  .hamburger {
    display: block;
  }
}

@media (max-width: 369px) {
  .hamburger {
    width: 25px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #33579b;
  border-radius: 25px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0px;
}

.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
  top: 12px;
}

.hamburger span:nth-child(4) {
  top: 24px;
}

.hamburger.active span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.hamburger.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger.active span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.ercoding-form {
  width: 100%;
}

.inputs, input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"],
select,
textarea {
  border: 1px solid #f790a1 !important;
  padding: 13px 20px !important;
  font-size: 18px !important;
  color: #ffffff !important;
  display: block;
  border-radius: 25px !important;
  font-weight: 400 !important;
  width: 100%;
  background: #f790a1 !important;
}

.inputs::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 18px !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  font-family: "Lato", sans-serif !important;
}

.inputs::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 18px !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  font-family: "Lato", sans-serif !important;
}

.inputs:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 18px !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  font-family: "Lato", sans-serif !important;
}

.inputs::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 18px !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  font-family: "Lato", sans-serif !important;
}

.inputs::placeholder, input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
select::placeholder,
textarea::placeholder {
  font-size: 18px !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  font-family: "Lato", sans-serif !important;
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 20px;
}

.social-media a {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 30px;
  height: 30px;
}

.social-media a img {
  -webkit-filter: none;
          filter: none;
}

.section-id {
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: -100px;
}

.section-id--background {
  top: -60px;
}

body.admin-bar .section-id {
  top: -135px;
}

body.admin-bar .section-id--background {
  top: -92px;
}

.spacer {
  width: 100%;
}

@media (max-width: 1199px) {
  .spacer {
    /* important is necessary to prevent inline styles */
    height: 50px !important;
  }
}

.spacer--background {
  background: #f8f9fc;
}

@media (max-width: 1199px) {
  .spacer--small {
    height: 25px !important;
  }
}

@media (max-width: 1199px) {
  .spacer--special {
    height: 145px !important;
  }
}

@media (max-width: 500px) {
  .spacer--special {
    height: 100px !important;
  }
}

html {
  scrollbar-width: thin;
  scrollbar-color: #f790a1 #F5F5F5;
}

html::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

html::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb {
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f790a1;
}

.opening-hours {
  margin: 15px 0 0;
}

.opening-hours > p {
  margin: 0;
}

.opening-hours > p span {
  min-width: 100px;
  display: inline-block;
}

.blank-image {
  width: 100%;
  height: 500px;
  position: relative;
}

.blank-image--background {
  background: #f8f9fc;
}

@media (max-width: 767px) {
  .blank-image {
    height: 330px !important;
  }
}

.contact {
  width: 100%;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.contact--background {
  background: #f8f9fc;
}

.contact__container {
  padding: 0 100px;
}

@media (max-width: 1199px) {
  .contact__container {
    padding: 0 15px;
  }
}

.contact__image {
  width: 100%;
  max-width: 350px;
  height: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 3;
  margin: 20px 0 0 20px;
}

.contact__image img {
  position: relative;
  z-index: 2;
  border: 3px solid #ffffff;
}

.contact__image-decorator {
  display: block;
  content: "";
  z-index: 1;
  background: #33579b;
  width: 350px;
  height: 300px;
  position: absolute;
  top: -20px;
  left: -20px;
}

.contact__subtitle {
  margin: 20px 0 0;
}

.contact__details {
  margin: 0;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

@media (max-width: 767px) {
  .contact__details {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.contact__details h3 {
  margin: 0 0 -15px;
}

.contact__details > p {
  margin: 28px 0 0;
  max-width: 480px;
}

@media (max-width: 767px) {
  .contact__details > p {
    max-width: 80%;
  }
}

.contact__phone, .contact__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  gap: 8px;
  color: #33579b;
  font-weight: 500;
}

.contact__phone::before, .contact__email::before {
  content: "";
  display: block;
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
  position: relative;
  bottom: -2px;
}

.contact__phone:hover, .contact__email:hover {
  color: #33579b;
}

.contact__phone {
  margin: 20px 0 0;
}

.contact__phone::before {
  width: 20px;
  height: 20px;
  background: url("./images/phone-icon.svg") center/contain no-repeat;
}

.contact__email {
  margin: 5px 0 0;
}

.contact__email::before {
  width: 20px;
  height: 20px;
  background: url("./images/email-icon.svg") center/contain no-repeat;
}

.contact__social-media {
  margin: 10px 0 0;
}

.contact__address {
  margin: 10px 0 0;
}

.contact__address p {
  margin: 0;
}

@media (max-width: 767px) {
  .contact__address p {
    text-align: center;
  }
}

.contact__form {
  margin: 3px 0 0;
}

@media (max-width: 767px) {
  .contact__form {
    margin: 30px 0 0;
  }
}

.contact__form form .gform_body .gform_fields {
  grid-row-gap: 25px;
  grid-column-gap: 25px;
}

.contact__form form .gform_body .gform_fields > div {
  width: 100%;
}

.contact__form form .gform_body .gform_fields > div input {
  line-height: 1 !important;
}

.contact__form form .gform_body .gform_fields > div textarea {
  height: 181px !important;
}

.contact__form form .gform_body .gform_fields > div .ginput_recaptcha.gform-initialized {
  margin: 0 0 10px;
}

.contact__form form .gform_body .gform_fields .gfield.gfield--type-consent {
  margin: -20px 0 0;
}

.contact__form form .gform_body .gform_fields p,
.contact__form form .gform_body .gform_fields label {
  margin: 0;
  font-size: 20px;
  color: #33579b;
}

.contact__form form .gform_body .gform_fields p a,
.contact__form form .gform_body .gform_fields label a {
  color: #33579b;
  font-weight: 400;
}

.contact__form form .gform_body .gform_fields .gfield_label {
  display: none;
}

.contact__form form .gform_body .gform_fields fieldset {
  margin: 0;
  border: none !important;
}

.contact__form form .gform_footer {
  margin: 15px 0 0 !important;
  text-align: right;
  display: block !important;
}

@media (max-width: 767px) {
  .contact__form form .gform_footer {
    text-align: center;
    margin: 25px 0 0 !important;
  }
}

.contact__form form .gform_footer input {
  border-radius: 25px !important;
}

.cta-hero {
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 0;
  max-width: 100%;
  overflow: hidden;
  /* slick styles overwrite */
  /* cta */
}

.cta-hero--background {
  background: #f8f9fc;
}

.cta-hero__item {
  position: relative;
  width: 100%;
}

.cta-hero__item:hover .cta-hero__image--animated img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.cta-hero__image, .cta-hero__video, .cta-hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cta-hero__image {
  z-index: -1;
  overflow: hidden;
}

.cta-hero__image img {
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  -webkit-filter: brightness(0.9) contrast(1.05);
          filter: brightness(0.9) contrast(1.05);
  width: 110%;
  height: 110%;
  max-width: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0;
  position: relative;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.cta-hero__image img.scrolled {
  top: -45px;
}

@media (max-width: 1199px) {
  .cta-hero__image img.scrolled {
    top: -38px;
  }
}

.cta-hero__video {
  z-index: -1;
}

.cta-hero__video video {
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0;
  position: relative;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-filter: contrast(1.05);
          filter: contrast(1.05);
}

.cta-hero__video video.scrolled {
  top: -45px;
}

@media (max-width: 1199px) {
  .cta-hero__video video.scrolled {
    top: -38px;
  }
}

.cta-hero__overlay {
  z-index: 0;
  background: linear-gradient(61deg, #1c1e2b 0%, rgba(28, 30, 43, 0.7) 23%, rgba(28, 30, 43, 0.6) 48%, rgba(28, 30, 43, 0.4) 89%, rgba(28, 30, 43, 0.2) 100%);
}

.cta-hero__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.cta-hero__content {
  height: 700px;
  width: 100%;
  position: relative;
  padding: 45px;
  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;
  z-index: 1;
  max-width: 700px;
}

@media (max-width: 767px) {
  .cta-hero__content {
    height: auto;
    min-height: 600px;
    padding: 45px 15px;
  }
}

@media (max-width: 449px) {
  .cta-hero__content {
    padding: 20px 15px;
  }
}

.cta-hero__content--full {
  padding: 45px 0;
}

@media (max-width: 767px) {
  .cta-hero__content--full {
    padding: 45px 15px;
  }
}

@media (max-width: 449px) {
  .cta-hero__content--full {
    padding: 20px 10px;
  }
}

.cta-hero__logo {
  width: 100%;
  max-width: 400px;
}

.cta-hero__logo img,
.cta-hero__logo svg {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.cta-hero__title, .cta-hero__subtitle, .cta-hero__button,
.cta-hero__content > p {
  position: relative;
}

.cta-hero__title, .cta-hero__subtitle,
.cta-hero__content > p {
  color: #ffffff;
}

@media (min-width: 530px) and (max-width: 767px) {
  .cta-hero__content > p {
    max-width: 53%;
  }
}

.cta-hero__button {
  margin: 30px 0 0;
}

.cta-hero .slick-current {
  position: relative;
  z-index: 10;
}

.cta-hero__button-banner {
  top: -100px;
  -webkit-box-shadow: 0px 0px 27px -17px black;
          box-shadow: 0px 0px 27px -17px black;
}

.cta-hero__button-banner .row {
  margin: 0;
}

.icons {
  width: 100%;
  position: relative;
}

@media (max-width: 1199px) {
  .icons {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .icons {
    margin: -40px 0 -25px;
  }
}

.icons__background {
  position: absolute;
  z-index: -1;
  width: 100%;
  max-width: 100vw;
  left: 0;
  right: 0;
}

.icons__background--desktop {
  top: -531px;
}

@media (max-width: 767px) {
  .icons__background--desktop {
    display: none;
  }
}

.icons__background--mobile {
  bottom: -55px;
}

@media (max-width: 575px) {
  .icons__background--mobile {
    bottom: -26px;
  }
}

@media (min-width: 768px) {
  .icons__background--mobile {
    display: none;
  }
}

.icons__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
}

@media (max-width: 1199px) {
  .icons__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.icons__item {
  max-width: 180px;
  text-align: center;
  padding: 15px;
  width: 100%;
}

@media (max-width: 991px) {
  .icons__item {
    max-width: 31%;
    padding: 10px;
  }
}

.icons__item > div {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: auto;
}

@media (max-width: 767px) {
  .icons__item > div {
    width: 65px;
    height: 65px;
  }
}

.icons__item > div img {
  max-width: 100%;
}

.section-title {
  width: 100%;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.section-title--shop {
  margin: 90px 0 0;
}

.section-title h2 {
  color: #33579b;
}

.section-title h3 {
  margin: 15px 0 0;
}

.section-title p {
  text-transform: initial;
  max-width: 1050px;
  text-align: left;
  max-width: 730px;
  margin: 30px auto 0;
}

.section-title__wrapper {
  width: 100%;
  position: relative;
}

.section-title__wrapper--centered {
  text-align: center;
}

.section-title__wrapper--centered p {
  text-align: center;
  margin: 25px auto 0 !important;
}

.section-title__wrapper--decorated {
  padding: 0 0 0 30px;
}

.section-title__wrapper--decorated::after {
  content: "";
  display: block;
  top: 5px;
  left: 0;
  height: calc(100% - 10px);
  width: 4px;
  border-radius: 25px;
  background: #f790a1;
  position: absolute;
}

.section-title__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 35px;
}

.section-title--background {
  background: #f8f9fc;
}

.section-title--background h2 {
  color: #33579b;
}

.text-with-image {
  width: 100%;
  text-align: left;
  position: relative;
  background: #0089b2;
  padding: 80px 0 0;
  max-width: 100%;
  overflow: hidden;
}

.text-with-image__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-with-image__row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.text-with-image__picture {
  width: 100%;
}

.text-with-image__content {
  margin: -150px 0 0 180px;
}

@media (max-width: 1199px) {
  .text-with-image__content {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .text-with-image__content {
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 40px;
  }
}

.text-with-image__title {
  color: white;
  max-width: 350px;
}

.text-with-image__subtitle {
  margin: 10px 0 0;
  color: white;
}

.text-with-image p {
  color: #ffffff;
  max-width: 350px;
}

.text-with-image__button {
  margin: 30px 0 0;
  background: #f790a1;
  border: 1px solid #f790a1;
}

.text-with-image__button:hover {
  background: #f790a1;
  border: 1px solid #f790a1;
}

.two-boxes {
  width: 100%;
  position: relative;
}

@media (max-width: 1199px) {
  .two-boxes {
    max-width: 100%;
  }
}

.two-boxes__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;
  gap: 100px;
  padding: 0 100px;
}

@media (max-width: 1199px) {
  .two-boxes__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    gap: 60px;
  }
}

@media (max-width: 767px) {
  .two-boxes__wrapper {
    padding: 0;
    gap: 40px;
  }
}

.two-boxes__column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 620px;
  width: 100%;
}

.two-boxes__item {
  width: 100%;
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.two-boxes__inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  border-radius: 50px;
  min-height: 750px;
}

.two-boxes__inner--left {
  background-image: url("./images/yellow-noise.jpg");
  background-position: 3px 3px;
  background-repeat: repeat;
}

.two-boxes__inner--right {
  background-image: url("./images/pink-noise.jpg");
  background-position: 3px 3px;
  background-repeat: repeat;
}

@media (max-width: 991px) {
  .two-boxes__inner {
    min-height: 600px;
  }
}

@media (max-width: 575px) {
  .two-boxes__inner {
    border-radius: 30px;
  }
}

@media (max-width: 440px) {
  .two-boxes__inner {
    min-height: 670px;
  }
}

.two-boxes__item:hover .two-boxes__inner, .two-boxes__inner.is-flipped {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.two-boxes__front, .two-boxes__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 50px;
  border-radius: 1rem;
  text-align: center;
}

@media (max-width: 991px) {
  .two-boxes__front, .two-boxes__back {
    padding: 25px 30px;
  }
}

@media (max-width: 575px) {
  .two-boxes__front, .two-boxes__back {
    padding: 20px 20px;
  }
}

.two-boxes__front {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 50px 35px;
}

@media (max-width: 991px) {
  .two-boxes__front {
    padding: 25px 30px 35px;
  }
}

@media (max-width: 575px) {
  .two-boxes__front {
    padding: 20px 20px 30px;
  }
}

.two-boxes__front--yellow {
  background: #f9d74c;
}

.two-boxes__front--pink {
  background: #e5a1c2;
}

.two-boxes__back--yellow {
  background: #f9d74c;
}

.two-boxes__back--pink {
  background: #e5a1c2;
}

.two-boxes__back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.two-boxes__image {
  width: 100%;
  max-width: 300px;
  margin: 20px 0 0px -39px;
}

@media (max-width: 991px) {
  .two-boxes__image {
    margin: 20px 0 0px -35px;
    max-width: 220px;
  }
}

.two-boxes__title, .two-boxes__back-title {
  margin-bottom: 1rem;
}

.two-boxes__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1rem 0;
  border: 2px solid #33579b;
  border-radius: 20px;
  overflow: hidden;
}

.two-boxes__table-row {
  display: table-row;
  font-weight: 700;
}

.two-boxes__table-row:first-child {
  color: #ffffff;
}

.two-boxes__table-row:first-child .two-boxes__table-cell {
  background: #33579b;
  color: #ffffff;
}

.two-boxes__table-row:nth-child(4) .two-boxes__table-cell, .two-boxes__table-row:nth-child(6) .two-boxes__table-cell {
  padding: 0 13px 7px !important;
}

.two-boxes__table-row:nth-child(3) .two-boxes__table-cell, .two-boxes__table-row:nth-child(5) .two-boxes__table-cell, .two-boxes__table-row:last-child .two-boxes__table-cell {
  border: none !important;
}

.two-boxes__table-cell {
  display: table-cell;
  padding: 7px 13px;
  border-bottom: 2px solid #33579b;
}

.two-boxes__table-cell--label {
  text-align: left;
}

.two-boxes__table-cell--value {
  text-align: right;
}

@media (max-width: 575px) {
  .two-boxes__table-cell {
    font-size: 14px;
    padding: 6px 10px;
  }
}

.two-boxes__back-text, .two-boxes__back-summary {
  font-size: 19px;
  font-weight: 600;
}

.two-boxes__back-text p, .two-boxes__back-summary p {
  font-size: 19px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .two-boxes__back-text, .two-boxes__back-summary {
    font-size: 16px;
  }
  .two-boxes__back-text p, .two-boxes__back-summary p {
    font-size: 16px;
  }
}

.two-boxes__back-summary {
  margin: 0 auto;
  max-width: 350px;
}

.two-boxes__back-summary p {
  font-size: 19px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .two-boxes__back-summary p {
    font-size: 16px;
  }
}

.header {
  z-index: 20;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.header--fixed {
  background-color: #faf8e1;
  background-image: url("./images/beige-background.jpg");
  background-position: 3px 3px;
  background-repeat: repeat;
  -webkit-box-shadow: 0px 0px 19px -10px rgba(51, 87, 155, 0.7);
          box-shadow: 0px 0px 19px -10px rgba(51, 87, 155, 0.7);
}

body.admin-bar .header {
  top: 32px;
}

body.admin-bar .header--fixed {
  top: 32px;
}

.nav {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  z-index: 10;
}

@media (max-width: 1236px) {
  .nav {
    min-height: 65px;
  }
}

.nav__logo {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  justify-self: center;
}

@media (max-width: 1236px) {
  .nav__logo {
    position: static;
  }
}

@media (max-width: 767px) {
  .nav__logo {
    width: 100px;
  }
}

.nav__logo img,
.nav__logo svg {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.nav__content {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.nav__social-media {
  margin: 0 0 0 5px;
  justify-self: end;
}

@media (max-width: 499px) {
  .nav__social-media {
    display: none;
  }
}

.nav__social-media li a {
  width: 25px;
  height: 25px;
}

.nav__social-media li a img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (max-width: 1236px) {
  .nav__social-media li a img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

.nav__button {
  margin: 0 0 0 30px;
  border: 2px solid #33579b;
}

.nav__button:hover {
  border: 2px solid #33579b;
  color: #ffffff;
  background: #33579b;
}

@media (max-width: 599px) {
  .nav__button {
    display: none;
  }
}

.nav__button--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: #ffffff;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 599px) {
  .nav__button--tel {
    display: none;
  }
}

.nav__button--tel::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("./images/phone-icon.svg") center/contain no-repeat;
}

.nav__button--tel:hover {
  color: #ffffff;
  background: #33579b;
  border: 2px solid #33579b;
}

.nav__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 1237px) {
  .nav__menu {
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
  }
}

@media (max-width: 1236px) {
  .nav__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #faf8e1;
    background-image: url("./images/beige-background.jpg");
    background-position: 3px 3px;
    background-repeat: repeat;
    color: #33579b;
    position: absolute;
    top: calc(100% - 2px);
    display: none;
    z-index: 10;
    left: -0.9375rem;
    width: calc(100% + 30px);
    padding: 25px 0 30px;
  }
}

.nav__menu > li {
  margin: 0 0 0 1.0625rem;
  position: relative;
}

@media (max-width: 1236px) {
  .nav__menu > li {
    width: 100%;
    text-align: center;
    margin: 0;
  }
}

.nav__menu > li:first-child {
  margin: 0;
}

.nav__menu > li > a {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px;
  color: #33579b;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.nav__menu > li > a::before {
  content: "";
  width: calc(100% - 10px);
  height: 3px;
  left: 5px;
  bottom: 0px;
  background: #33579b;
  display: block;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media (max-width: 1236px) {
  .nav__menu > li > a::before {
    display: none;
  }
}

.nav__menu > li > a:hover {
  color: #33579b;
}

.nav__menu > li > a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media (min-width: 1237px) {
  .nav__menu > li > a:hover + ul.sub-menu {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 1236px) {
  .nav__menu > li > a {
    padding: 10px 0;
    color: #33579b;
    text-transform: uppercase;
    font-size: 16px;
  }
}

.nav__menu > li:last-child a {
  padding: 5px 0 5px 5px;
}

@media (min-width: 1237px) {
  .nav__menu > li.menu-item-has-children > a {
    padding: 5px 5px 43px;
    margin: 0px 0 -38px;
  }
}

.nav__menu > li > ul.sub-menu {
  display: block;
  min-width: 320px;
  /* submenu other styles */
}

@media (min-width: 1237px) {
  .nav__menu > li > ul.sub-menu {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    position: absolute;
    top: 66px;
    background: #ffffff;
    padding: 0;
    left: 5px;
    z-index: 10;
  }
}

@media (max-width: 1236px) {
  .nav__menu > li > ul.sub-menu {
    padding: 12px 0 20px;
    background: #ffffff;
    display: none;
  }
}

.nav__menu > li > ul.sub-menu li a {
  padding: 0;
  color: #33579b;
  text-transform: initial;
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 8px 15px;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.nav__menu > li > ul.sub-menu li a:hover {
  background: #33579b;
}

@media (max-width: 1236px) {
  .nav__menu > li > ul.sub-menu li a {
    font-size: 15px;
  }
}

.nav__menu > li > ul.sub-menu:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 1237px) {
  .nav__menu > li > ul.sub-menu--fixed {
    top: 56px;
  }
}

.footer {
  background-image: url("./images/yellow-noise.jpg");
  background-position: 3px 3px;
  background-repeat: repeat;
  width: 100%;
  margin: 70px 0 0;
  max-width: 100%;
  overflow: hidden;
}

.footer--homepage {
  margin: 0;
}

.footer__wrapper {
  padding: 0 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .footer__wrapper {
    padding: 0 15px;
  }
}

@media (max-width: 499px) {
  .footer__wrapper {
    -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;
    padding: 40px 15px;
  }
}

.footer__logo {
  display: inline-block;
}

.footer__logo img,
.footer__logo svg {
  max-width: 200px;
  height: auto;
}

.footer__address {
  margin: 0 0 20px;
}

.footer__address span {
  display: block;
  font-size: 16px;
  color: #33579b;
  font-weight: 700;
  margin: 15px 0 0;
}

.footer p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .footer__subtitle {
    margin: 25px auto 0;
  }
}

.footer__column {
  width: auto;
  padding: 45px 0;
}

@media (max-width: 499px) {
  .footer__column {
    padding: 15px 0;
    width: 100%;
  }
}

.footer__column h1,
.footer__column h2,
.footer__column h3,
.footer__column h4 {
  margin: 3px 0 0;
}

.footer__column ul {
  width: 100%;
  margin: 20px 0 0;
}

.footer__column ul li {
  margin: 0;
  list-style: none;
}

.footer__column ul li a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px;
  color: #33579b;
}

.footer__social-media a {
  width: 38px;
  height: 38px;
  max-width: 38px;
}
