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

::-moz-selection {
  background: rgb(253 236 166 / 80%);
  color: #4b4e55;
}

::selection {
  background: rgb(253 236 166 / 80%);
  color: #4b4e55;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

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

.row-cols-1>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-sm-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-md-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #1c211f !important;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #1c211f !important;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: #bedffc;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: #87c3fa;
}

.table-hover .table-primary:hover {
  background-color: #a6d3fb;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #a6d3fb;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
  background-color: #ffd7b8;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
  border-color: #ffb47a;
}

.table-hover .table-secondary:hover {
  background-color: #ffc99f;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #ffc99f;
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #c7f0c7;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
  border-color: #97e397;
}

.table-hover .table-success:hover {
  background-color: #b3ebb3;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b3ebb3;
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #bef2ec;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
  border-color: #86e6dc;
}

.table-hover .table-info:hover {
  background-color: #a9eee6;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #a9eee6;
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #ffecb8;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
  border-color: #ffdc7a;
}

.table-hover .table-warning:hover {
  background-color: #ffe59f;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe59f;
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #f9c9c9;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
  border-color: #f49a9a;
}

.table-hover .table-danger:hover {
  background-color: #f6b2b2;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f6b2b2;
}

.table-light,
.table-light>th,
.table-light>td {
  background-color: #e8eaed;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
  border-color: #d4d9dd;
}

.table-hover .table-light:hover {
  background-color: #dadde2;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #dadde2;
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: #c1c1c1;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
  border-color: #8c8c8c;
}

.table-hover .table-dark:hover {
  background-color: #b4b4b4;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b4b4b4;
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md>.table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
  border: 0;
}

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

h1 {
  font-size: 2.44em;
  margin: 0.67em 0;
  line-height: 1.4;
}

h2 {
  font-size: 1.95em;
  line-height: 1.4;
}

h3 {
  font-size: 1.56em;
  line-height: 1.4;
}

h4 {
  font-size: 1.25em;
  line-height: 1.5;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.44em;
    margin: 0.67em 0;
    line-height: 1.4;
  }

  h2 {
    font-size: 2.95em;
    line-height: 1.2;
  }

  h3 {
    font-size: 1.56em;
    line-height: 1.4;
  }

  h4 {
    font-size: 1.25em;
    line-height: 1.5;
  }

  h5 {
    font-size: 1em;
  }

  h6 {
    font-size: 0.8em;
  }
}

a {
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  color: var(--ccp-primary-dark-color, #005450);
}

a:hover {
  color: var(--ccp-primary-color, #028e74);
}

a:focus {
  color: var(--ccp-accent-color, #a3cc61);
}

@font-face {
  font-family: Ginto;
  src: url(fonts/ginto-light.eot);
  src: url(fonts/ginto-light.woff2) format("woff2"), url(fonts/ginto-light.woff) format("woff"), url(fonts/ginto-light.ttf) format("truetype"), url(fonts/ginto-light.svg) format("svg");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: Ginto;
  src: url(fonts/ginto-light-italic.eot);
  src: url(fonts/ginto-light-italic.woff2) format("woff2"), url(fonts/ginto-light-italic.woff) format("woff"), url(fonts/ginto-light-italic.ttf) format("truetype"), url(fonts/ginto-light-italic.svg) format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ginto;
  src: url(fonts/ginto-medium.eot);
  src: url(fonts/ginto-medium.woff2) format("woff2"), url(fonts/ginto-medium.woff) format("woff"), url(fonts/ginto-medium.ttf) format("truetype"), url(fonts/ginto-medium.svg) format("svg");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Ginto;
  src: url(fonts/ginto-medium-italic.eot);
  src: url(fonts/ginto-medium-italic.woff2) format("woff2"), url(fonts/ginto-medium-italic.woff) format("woff"), url(fonts/ginto-medium-italic.ttf) format("truetype"), url(fonts/ginto-medium-italic.svg) format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: GT Super Display;
  src: url(fonts/gt-super-display-medium.eot);
  src: url(fonts/gt-super-display-medium.woff2) format("woff2"), url(fonts/gt-super-display-medium.woff) format("woff"), url(fonts/gt-super-display-medium.ttf) format("truetype"), url(fonts/gt-super-display-medium.svg) format("svg");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: GT Super Display;
  src: url(fonts/gt-super-display-medium-italic.eot);
  src: url(fonts/gt-super-display-medium-italic.woff2) format("woff2"), url(fonts/gt-super-display-medium-italic.woff) format("woff"), url(fonts/gt-super-display-medium-italic.ttf) format("truetype"), url(fonts/gt-super-display-medium-italic.svg) format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #191e23;
  font-family: 'Ginto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'GT Super Display', serif;
  color: var(--ccp-primary-dark-color, #005450);
  clear: both;
  margin-top: .25em;
  margin-bottom: .5em;
}

.wp-block-button__link {
  background-color: var(--ccp-primary-dark-color, #005450);
  font-weight: bold;
}

.wp-block-button__link:hover {
  background-color: var(--ccp-primary-color, #028e74);
}

.wp-block-button__link:active, .wp-block-button__link:focus {
  background-color: var(--ccp-accent-color, #a3cc61);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: rgba(0, 0, 0, .15);
  border-width: 1px;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: rgba(255, 255, 255, .35);
  border-color: rgba(0, 0, 0, .15);
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: var(--ccp-primary-color, #028e74);
}

.is-admin .slick-slider:before {
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  position: absolute;
  z-index: 99;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft,
.alignright {
  max-width: 580px !important;
  /* Let's work to make this !important unnecessary */
}

.alignleft img,
.alignright img,
.alignleft figcaption,
.alignright figcaption {
  max-width: 50%;
  width: 50%;
}

.alignleft figcaption {
  clear: left;
}

.alignright figcaption {
  clear: right;
}

.alignleft img,
.alignleft figcaption {
  float: left;
  margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
  width: 25%;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
  margin: 0 auto;
  max-width: 100%;
}

.site-branding {
  text-align: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.site-footer {
  margin: 1em 0;
  color: #6c7781;
  font-size: 90%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0;
  padding-bottom: 30px;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.entry-meta {
  color: #6c7781;
  font-size: 90%;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-header,
.page-header,
.entry-footer,
.site-info,
.posts-navigation,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
  margin: 1.5em auto;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 580px;
}

.entry-header .wp-post-image {
  margin-bottom: 1.5em;
}

.entry-footer span {
  margin-right: 1em;
}

.entry-footer {
  color: #6c7781;
  font-size: 90%;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e4e7;
}

@media screen and (min-width: 608px) {

  .entry-header,
  .page-header,
  .entry-footer,
  .site-info,
  .posts-navigation,
  .post-navigation,
  .page-navigation,
  .comments-area,
  .not-found .page-content,
  .search .entry-summary {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

p+p {
  margin-top: 0.9375rem;
}

p.lead,
.lead>p {
  font-size: 1.25em;
  line-height: 1.44;
  font-weight: 500;
  color: #1c211f;
  font-weight: 500;
}

p.text-xl {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -0.4px;
}

p.text-lg {
  font-size: 1.25rem;
  line-height: 28px;
}

p.text-md {
  font-size: 1.125rem;
  line-height: 26px;
}

p.text-sm {
  font-size: 1rem;
  line-height: 22px;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General Structure
  ## Code
  ## Cover
  ## Embeds
  ## Gallery
  ## Group
  ## Image
  ## Latest Posts
  ## List
  ## More
  ## Pullquote
  ## Quote
  ## Separator
  ## Table
  ## Video
# Additional Theme Styles
  ## Color Palette
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Block Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General Structure
--------------------------------------------------------------*/
.entry-content>* {
  margin: 36px auto;
  max-width: 580px;
  padding-left: 14px;
  padding-right: 14px;
}

.entry-content .slider {
  overflow: hidden;
}

.entry-content>.alignwide {
  max-width: 1070px;
}

.entry-content>.alignfull {
  max-width: 100%;
}
.entry-content>.alignfull:not(.wp-block-group) {
  margin: 1.5em 0;
}
.entry-content>.alignfull:first-of-type {
  margin-top: 0;
}

@media screen and (min-width: 608px) {
  .entry-content>* {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------------------
## Code
--------------------------------------------------------------*/
.wp-block-code {
  padding: 0.8em 1em;
  margin-left: 14px;
  margin-right: 14px;
}

@media screen and (min-width: 608px) {
  .wp-block-code {
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------------------
## Cover
--------------------------------------------------------------*/
.wp-block-cover-text p {
  padding: 1.5em 14px;
}

@media screen and (min-width: 608px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}

/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/
.wp-block-embed.type-video>.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.alignwide video,
.alignfull video {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.entry-content .blocks-gallery-grid {
  max-width: 100%;
  margin: 0 auto;
}

/*--------------------------------------------------------------
## Group
--------------------------------------------------------------*/
.wp-block-group>.wp-block-group__inner-container>* {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group>.wp-block-group__inner-container>.alignwide {
  max-width: 1070px;
}

.wp-block-group>.wp-block-group__inner-container>.alignfull {
  max-width: 100%;
}

.wp-block-group.has-background>.wp-block-group__inner-container> :first-child {
  margin-top: 0;
}

.wp-block-group.has-background>.wp-block-group__inner-container>.alignfull {
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
  position: relative;
  left: -30px;
}

/*--------------------------------------------------------------
# Image
--------------------------------------------------------------*/
.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-image .alignleft img,
.wp-block-image .alignright img,
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption {
  max-width: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
## Latest Posts
--------------------------------------------------------------*/
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/
.entry-content ul,
.entry-content ol {
  margin: 1.5em auto;
  max-width: 580px;
  list-style-position: outside;
}

.entry-content li {
  margin-left: 2.5em;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin: 0 auto;
}

.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
  margin-left: 0;
}

/*--------------------------------------------------------------
## More
--------------------------------------------------------------*/
.more-link {
  display: block;
}

/*--------------------------------------------------------------
## Pullquote
--------------------------------------------------------------*/
.wp-block-pullquote>p:first-child {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Quote
--------------------------------------------------------------*/
.wp-block-quote {
  margin-left: 14px;
  margin-right: 14px;
  padding: 0;
}

.wp-block-quote>* {
  margin-left: 1rem;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 36px auto;
  padding: 0;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 644px) {
  .wp-block-quote {
    margin: 36px auto;
  }
}

/*--------------------------------------------------------------
## Separator
--------------------------------------------------------------*/
.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

/*--------------------------------------------------------------
## Table
--------------------------------------------------------------*/
.wp-block-table {
  overflow-x: auto;
  margin-left: 14px;
  margin-right: 14px;
  width: calc(100% - 28px);
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%
}

.wp-block-table td, .wp-block-table th {
  padding: .5em;
}

@media screen and (min-width: 608px) {
  .wp-block-table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/
.wp-block-video video {
  max-width: 580px;
}

/*--------------------------------------------------------------
# Additional Theme Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Color Palette
--------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

.entry-content>strong {
  display: block;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.made_home--hero {
  position: relative;
  padding-top: 70px;
}

.made_home--hero,
.made_home--hero .slides {
  overflow: hidden;
}

.made_home--hero .slides:not(.slick-initialized) .slick-slide {
  display: none;
}

@media (min-width: 992px) {
  .made_home--hero {
    padding-top: 60px;
  }
}

.made_home--hero .container-fluid, .made_home--hero .container-sm, .made_home--hero .container-md, .made_home--hero .container-lg, .made_home--hero .container-xl {
  padding-bottom: 10rem;
}

@media (max-width: 767px) {
  .made_home--hero .container-fluid, .made_home--hero .container-sm, .made_home--hero .container-md, .made_home--hero .container-lg, .made_home--hero .container-xl {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
}

.made_home--hero .pattern {
  width: 300px;
  height: 300px;
  background: url("../images/bg.svg") no-repeat center;
  background-size: 300px;
  display: block;
  position: absolute;
  right: calc(62% - 220px);
  bottom: 40px;
  z-index: 2;
}

@media (max-width: 767px) {
  .made_home--hero .pattern {
    display: none !important;
    visibility: hidden !important;
  }
}

.made_home--hero .home_hero--bg {
  display: block;
  background-color: var(--ccp-secondary-color, #005450);
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 32%;
  bottom: 80px;
}

@media (max-width: 767px) {
  .made_home--hero .home_hero--bg {
    right: 0;
    bottom: 20%;
  }
}

.made_home--hero .home_hero--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .made_home--hero .home_hero--wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.made_home--hero .home_hero--wrap>div {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .made_home--hero .home_hero--text {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .made_home--hero .home_hero--text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.made_home--hero .home_hero--text .slash {
  display: block;
  margin-bottom: 20px;
}

.made_home--hero .home_hero--text h1,
.made_home--hero .home_hero--text h2 {
  margin-bottom: 30px;
  max-width: 500px;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1.5px;
}

@media (max-width: 767px) {

  .made_home--hero .home_hero--text h1,
  .made_home--hero .home_hero--text h2 {
    max-width: 460px;
    margin: auto;
    text-align: center;
  }
}

@media (max-width: 575px) {

  .made_home--hero .home_hero--text h1,
  .made_home--hero .home_hero--text h2 {
    font-size: 2.2em;
  }
}

.made_home--hero .home_hero--text p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.made_home--hero .home_hero--text p:first-of-type {
  font-size: 1.5rem;
  line-height: 1.4;
}

.made_home--hero .home_hero--text p:first-of-type em {
  font-size: .8em;
  opacity: .9;
}

@media (max-width: 767px) {
  .made_home--hero .home_hero--text p {
    font-size: 1.25rem;
    text-align: center;
  }
}

.made_home--hero .home_hero--text p+p {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .made_home--hero .home_hero--text .starting-price {
    position: absolute;
    left: 20px;
    bottom: -315px;
  }
}

.made_home--hero .home_hero--text .starting-price span {
  display: block;
}

@media (min-width: 768px) {
  .made_home--hero .home_hero--image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.made_home--hero .home_hero--image .slick-slide:focus {
  outline: none;
}

@media (min-width: 768px) {
  .made_home--hero .home_hero--image .slick-list {
    min-width: 760px;
    max-width: 100%;
  }
}

.made_home--hero .home_hero--image .img-wrap {
  position: relative;
}

.home_hero--image .slick-slide, .home_hero--image .slide {
  height: 500px;
  position: relative;
  max-width: 740px;
}

@media (max-width: 767px) {
  .made_home--hero .home_hero--image .img-wrap>img {
    max-width: 100%;
    height: auto;
  }

  .home_hero--image .slick-slide {
    height: 240px;
  }

  .made_home--hero .home_hero--text p:first-of-type {
    font-size: 1.2em;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .made_home--hero .wp-block-buttons {
    text-align: center;
  }
}

.home_hero--image .slick-slide img {
  max-width: 99999px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  padding: 0 !important;
}

.made_home--experience {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  margin: 0 !important;
}

@media (max-width: 1200px) {
  .made_home--experience {
    padding-top: calc(6.25rem + 4.16667vw);
    padding-bottom: calc(6.25rem + 4.16667vw);
  }
}

@media (max-width: 767px) {
  .made_home--experience {
    padding: 0;
    padding-top: 0;
    padding-bottom: 5rem;
  }
}

div.sec-header {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.125rem;
}

@media (max-width: 1200px) {
  .made_home--experience .sec-header {
    margin-bottom: calc(3.125rem + 6.66667vw);
  }
}

@media (max-width: 767px) {
  .made_home--experience .sec-header {
    margin-bottom: 5rem;
  }
}

.made_home--experience .sec-header .heading3 {
  margin-bottom: 0;
  /* font-weight: 800; */
}

@media (max-width: 767px) {
  .made_home--experience .experience {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .made_home--experience .experience {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    min-height: 560px;
    position: relative;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.made_home--experience .experience .nav {
  display: block;
  z-index: 5;
  list-style: none;
}

@media (max-width: 767px) {
  .made_home--experience .experience .nav {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .made_home--experience .experience .nav {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.made_home--experience .experience .nav li {
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .made_home--experience .experience .nav li {
    margin-bottom: 10px;
  }
}

.made_home--experience .experience .nav li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  right: -100vw;
  bottom: 0;
}

.made_home--experience .experience .nav li a {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -0.8px;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .made_home--experience .experience .nav li a {
    font-size: calc(1.14062rem + 1.47917vw);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .made_home--experience .experience .nav li a {
    font-size: 2.125rem;
  }
}

.made_home--experience .experience .nav li a:hover {
  color: var(--ccp-accent-color, #a3cc61);
}

.made_home--experience .experience .nav li a.active {
  color: var(--ccp-primary-color, #028e74);
}

.made_home--experience .experience .tab-content {
  z-index: 4;
}

.made_home--experience .experience .tab-content .tab-pane {
  display: none;
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* bottom: 0; */
  /* right: 0; */
  /* opacity: 0; */
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
}

.made_home--experience .experience .tab-content .tab-pane .card-wrap {}

.made_home--experience .experience .tab-content .tab-pane.active {
  opacity: 1;
  display: block;
}

@media (min-width: 768px) {
  .made_home--experience .experience .tab-content {
    position: relative;
    /* width: 100%; */
    padding-right: 20px;
    padding-left: 20px;
    /* -webkit-box-flex: 0; */
    -ms-flex: 0 0 50%;
    /* flex: 0 0 50%; */
    /* max-width: 50%; */
    /* height: 100%; */
    -webkit-box-flex: 1;
    flex: 1;
  }

  .made_home--experience .experience .tab-content:before,
  .made_home--experience .experience .tab-content:after,
  .made_home--experience .experience .tab-pane:before,
  .made_home--experience .experience .tab-pane:after {
    /*       content: ''; */
    /*       display: table; */
    /*       clear: both; */
  }
}

.made_home--experience .card-wrap {
  position: relative;
}

.made_home--experience .card-wrap .pattern {
  display: block;
  width: 380px;
  height: 380px;
  opacity: .1;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .made_home--experience .card-wrap .pattern {
    display: none;
  }
}

.made_home--experience .card {
  border: none;
  border-radius: 0;
  background: transparent !important;
  max-width: 460px;
  position: relative;
  z-index: 2;
}

.made_home--experience .card .card-bg {
  opacity: .35;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 767px) {
  .made_home--experience .card {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .made_home--experience .card {
    /* min-height: 396px; */
  }
}

.made_home--experience .card .card-body {
  padding: 30px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -0.4px;
}

@media (min-width: 400px) {
  .made_home--experience .card .card-body {
  font-size: 1.2em;
  padding: 30px 50px;
  min-height: 480px;
  }
}

.made_home--experience .card .card-body .img-wrap {
  height: 80px;
  margin-bottom: 30px;
}

.made_home--experience .card .card-body .img-wrap img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
}

@media (max-width: 767px) {
  .made_home--experience .card .card-body .img-wrap {
    max-width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
}

.made_home--experience .card .card-body.card-body-shifted p {
  margin-top: -20px;
}

@media (min-width: 768px) {
  .made_home--experience .experience-mobile {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}

.made_home--experience .experience-mobile .accordion-item {
  margin-bottom: 20px;
}

.made_home--experience .experience-mobile .accordion-item h3 {
  font-size: 3rem;
  line-height: 1.08;
  letter-spacing: -1px;
  margin-bottom: 0;
  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;
  cursor: pointer;
  text-align: center;
  display: block;
}

@media (max-width: 1200px) {
  .made_home--experience .experience-mobile .accordion-item h3 {
    font-size: calc(1.14062rem + 2.47917vw);
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
  }
}

.made_home--experience .experience-mobile .accordion-item h3 span {
  /* display: block; */
}

.made_home--experience .experience-mobile .accordion-item h3 .icon {
  font-size: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.made_home--experience .experience-mobile .accordion-item h3.collapsed {
  color: #a4acb9;
}

.made_home--experience .experience-mobile .accordion-item h3.collapsed .icon {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.made_home--experience .experience-mobile .accordion-item-inner {
  padding-top: 40px;
  padding-bottom: 20px;
}

.made_home--why {
  background-color: #e5f3f9;
  padding-top: 9.375rem;
  padding-bottom: 6.25rem;
}

@media (max-width: 1200px) {
  .made_home--why {
    padding-top: calc(6.25rem + 4.16667vw);
    padding-bottom: calc(3.125rem + 4.16667vw);
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .made_home--why {
    padding: 0;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.made_home--why .container-fluid, .made_home--why .container-sm, .made_home--why .container-md, .made_home--why .container-lg, .made_home--why .container-xl {
  position: relative;
}

.made_home--why .container-fluid::before, .made_home--why .container-sm::before, .made_home--why .container-md::before, .made_home--why .container-lg::before, .made_home--why .container-xl::before {
  content: "";
  width: 380px;
  height: 380px;
  background: url("../images/bg2.svg") no-repeat center;
  background-size: 380px;
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .made_home--why .container-fluid::before, .made_home--why .container-sm::before, .made_home--why .container-md::before, .made_home--why .container-lg::before, .made_home--why .container-xl::before {
    display: block;
    visibility: visible;
    position: absolute;
    top: 27px;
    right: -80px;
  }
}

.made_home--why .table-wrap {
  overflow-x: auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .made_home--why .table-wrap {
    display: none;
    visibility: hidden;
  }
}

.made_home--why .table-wrap .table {
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
  margin-bottom: 0;
}

.made_home--why .table-wrap .table thead tr th {
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: -0.1px;
  border: none;
  padding: 50px 30px 30px 30px;
  text-align: left;
}

@media (min-width: 768px) {
  .made_home--why .table-wrap .table thead tr th {
    padding: 60px 50px 40px 50px;
    font-size: 1.75rem;
  }
}

@media (min-width: 992px) {
  .made_home--why .table-wrap .table thead tr th {
    padding: 60px 50px 40px 50px;
    font-size: 1.5rem;
  }
}

.made_home--why .table-wrap .table thead tr th:nth-child(1) {
  width: 25%;
}

.made_home--why .table-wrap .table thead tr th:nth-child(2) {
  width: 35%;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.made_home--why .table-wrap .table thead tr th:nth-child(2)::before {
  content: "";
  display: block;
  height: 30px;
  background: #e5f3f9;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}

.made_home--why .table-wrap .table thead tr th:nth-child(3) {
  width: 35%;
  background-color: #fff;
}

.made_home--why .table-wrap .table tbody tr td {
  border: none;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 0 30px 0 30px;
}

@media (min-width: 992px) {
  .made_home--why .table-wrap .table tbody tr td {
    padding: 0 50px 0 50px;
  }
}

@media (max-width: 400px) {
  .made_home--why .table-wrap .table tbody tr td {
    font-size: 1rem;
  }
}

.made_home--why .table-wrap .table tbody tr td:nth-child(1) {
  width: 25%;
  font-weight: bold;
  padding: 0 20px 0 0;
}

@media (min-width: 992px) {
  .made_home--why .table-wrap .table tbody tr td:nth-child(1) {
    padding: 0 40px 0 0;
  }
}

.made_home--why .table-wrap .table tbody tr td:nth-child(2) {
  width: 35%;
  background-color: rgba(255, 255, 255, 0.5);
}

.made_home--why .table-wrap .table tbody tr td:nth-child(3) {
  width: 35%;
  background-color: #fff;
}

.made_home--why .table-wrap .table tbody tr td .icon {
  font-size: 8px;
  margin-right: 10px;
}

.made_home--why .table-wrap .table tbody tr td p {
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 400px) {
  .made_home--why .table-wrap .table tbody tr td p {
    height: 60px;
  }
}

.made_home--why .table-wrap .table tbody tr:not(:last-child) p {
  border-bottom: 1px solid rgba(28, 33, 31, 0.1);
}

.made_home--why .table-wrap .table tbody tr:last-child td {
  padding-bottom: 100px;
}

.made_home--why .table-wrap .table tbody tr:last-child td:nth-child(2) {
  position: relative;
}

.made_home--why .table-wrap .table tbody tr:last-child td:nth-child(2)::before {
  content: "";
  display: block;
  height: 20px;
  background: #e5f3f9;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .made_home--why .table-mobile {
    display: none;
    visibility: hidden;
  }
}

.made_home--why .table-mobile .table {
  margin-bottom: 0;
  table-layout: fixed;
  width: 100%;
}

.made_home--why .table-mobile .table thead tr th {
  border: none;
  padding-top: 30px;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: .5em;
  text-align: left;
}

@media (max-width: 400px) {
  .made_home--why .table-mobile .table thead tr th {
    font-size: inherit;
    line-height: 1.2;
  }
}

.made_home--why .table-mobile .table thead tr th:nth-child(1) {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: left;
}

.made_home--why .table-mobile .table thead tr th:nth-child(2) {
  width: 50%;
  background-color: #fff;
}

.made_home--why .table-mobile .table tbody tr td {
  border: none;
  padding: .5em;
}

.made_home--why .table-mobile .table tbody tr td:nth-child(1) {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.made_home--why .table-mobile .table tbody tr td:nth-child(2) {
  width: 50%;
  background-color: #fff;
}

.made_home--why .table-mobile .table tbody tr td strong {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 5px;
  line-height: 1.2;
}

@media (max-width: 500px) {
  .made_home--why .table-mobile .table tbody tr td strong {
    font-size: 0.75rem;
  }
}

.made_home--why .table-mobile .table tbody tr td p {
  padding-bottom: 10px;
}

@media (max-width: 500px) {
  .made_home--why .table-mobile .table tbody tr td p {
    height: 35px;
    font-size: 0.875rem;
    line-height: 1;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.made_home--why .table-mobile .table tbody tr:not(:last-child) td p {
  border-bottom: 1px solid rgba(28, 33, 31, 0.1);
}

.made_home--why .table-mobile .table tbody tr:last-child td {
  /* padding-bottom: 30px; */
}

@media (max-width: 767px) {
  h1.heading1, h2.heading1, h3.heading1, h4.heading1, h5.heading1, h6.heading1 {
    font-size: 2.5rem;
    letter-spacing: -1px;
  }
}

.made_home--contacts, div.wp-block-group.has-background {
  padding-top: 6.375rem;
  padding-bottom: 4.5rem;
}

@media (max-width: 1200px) {
  .made_home--contacts, div.wp-block-group.has-background {
    padding-top: calc(6.25rem + 4.16667vw);
    padding-bottom: calc(3.125rem + 5.83333vw);
  }
}

@media (max-width: 767px) {
  .made_home--contacts {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.made_home--contacts .texts, .made_home--why .texts {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.made_home--contacts .texts .btn {
  margin-top: 20px;
  margin-bottom: 10px;
  max-width: 240px;
}

.texts p {
  /* font-weight: 500; */
}

.made_home--contacts .boxes {
  position: relative;
}

@media (min-width: 768px) {
  .made_home--contacts .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}

.made_home--contacts .boxes::before {
  content: "";
  width: 300px;
  height: 300px;
  background: url("../images/bg.svg") no-repeat center;
  background-size: 300px;
  display: none;
  visibility: hidden;
}
div.wp-block-group.has-background {
    background-image: url("../images/bg2.svg");
    background-size: 300px;
    background-position: top right;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .made_home--contacts .boxes::before {
    display: block;
    visibility: visible;
    position: absolute;
    left: -60px;
    bottom: 50px;
  }
}

.made_home--contacts .box {
  display: block;
  text-decoration: none;
}

@media (max-width: 767px) {
  .made_home--contacts .box {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .made_home--contacts .box:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .made_home--contacts .box {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    text-decoration: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .made_home--contacts .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .made_home--contacts .box:nth-child(1) {
    margin-left: 16.66667%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .made_home--contacts .box:nth-child(1) {
    margin-left: 0;
  }
}

.made_home--contacts .box:nth-child(1) .box-inner {
  background-color: var(--ccp-primary-color, #028e74);
}

.made_home--contacts .box:nth-child(2) .box-inner {
  background-color: var(--ccp-accent-color, #a3cc61);
}

.made_home--contacts .box:nth-child(1):hover .box-inner,
.made_home--contacts .box:nth-child(2):hover .box-inner {
  background-color: var(--ccp-primary-dark-color, #005450);
  color: #fff;
}

.made_home--contacts .box-inner {
  padding: 40px;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .made_home--contacts .box-inner {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .made_home--contacts .box-inner {
    padding: 30px 20px;
  }
}

.made_home--contacts .box-inner .img-wrap {
  min-height: 30px;
  margin-bottom: 40px;
}

.made_home--contacts .box-inner h3 {
  font-size: 1.375rem;
  margin-bottom: 5px;
  color: inherit;
}

.made_home--contacts .box-inner p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.33;
}

@media (max-width: 575px) {
  .made_home--contacts .box-inner p {
    font-size: 1rem;
  }
}


.made_home--experience .card .card-body ul,
.made_home--experience .card .card-body ol {
  padding-left: 0;
  margin: 0 0;
}
.made_home--experience .card .card-body ul+* {
  margin-top: 1em;
}
.made_home--experience .card .card-body * {
  font-size: 1.1rem;
  opacity: .95;
}
.made_home--experience .card .card-body li {
   margin-left: 15px;
}
.made_home--experience .card .card-body .img-wrap {
  height: 70px;
  margin-bottom: 10px;
}
