@charset "UTF-8";
/* 12columns.css | Created by Katherine Kato | Released under the MIT license */
.container {
  margin: auto;
  padding: 0 1rem;
  max-width: 71.25rem;
  width: 100%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* .row > [class*="col-"] {
  display: block; } */
.first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

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

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

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

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

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@supports (display: grid) {
  .row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
  }
  .row > [class*=col-] {
    /* margin: 0; */
    max-width: 100%;
  }
  .col-xs-1 {
    grid-column-start: span 1;
    grid-column-end: span 1;
  }
  .col-xs-2 {
    grid-column-start: span 2;
    grid-column-end: span 2;
  }
  .col-xs-3 {
    grid-column-start: span 3;
    grid-column-end: span 3;
  }
  .col-xs-4 {
    grid-column-start: span 4;
    grid-column-end: span 4;
  }
  .col-xs-5 {
    grid-column-start: span 5;
    grid-column-end: span 5;
  }
  .col-xs-6 {
    grid-column-start: span 6;
    grid-column-end: span 6;
  }
  .col-xs-7 {
    grid-column-start: span 7;
    grid-column-end: span 7;
  }
  .col-xs-8 {
    grid-column-start: span 8;
    grid-column-end: span 8;
  }
  .col-xs-9 {
    grid-column-start: span 9;
    grid-column-end: span 9;
  }
  .col-xs-10 {
    grid-column-start: span 10;
    grid-column-end: span 10;
  }
  .col-xs-11 {
    grid-column-start: span 11;
    grid-column-end: span 11;
  }
  .col-xs-12 {
    grid-column-start: span 12;
    grid-column-end: span 12;
  }
  @media (min-width: 576px) {
    .col-sm-1 {
      grid-column-start: span 1;
      grid-column-end: span 1;
    }
    .col-sm-2 {
      grid-column-start: span 2;
      grid-column-end: span 2;
    }
    .col-sm-3 {
      grid-column-start: span 3;
      grid-column-end: span 3;
    }
    .col-sm-4 {
      grid-column-start: span 4;
      grid-column-end: span 4;
    }
    .col-sm-5 {
      grid-column-start: span 5;
      grid-column-end: span 5;
    }
    .col-sm-6 {
      grid-column-start: span 6;
      grid-column-end: span 6;
    }
    .col-sm-7 {
      grid-column-start: span 7;
      grid-column-end: span 7;
    }
    .col-sm-8 {
      grid-column-start: span 8;
      grid-column-end: span 8;
    }
    .col-sm-9 {
      grid-column-start: span 9;
      grid-column-end: span 9;
    }
    .col-sm-10 {
      grid-column-start: span 10;
      grid-column-end: span 10;
    }
    .col-sm-11 {
      grid-column-start: span 11;
      grid-column-end: span 11;
    }
    .col-sm-12 {
      grid-column-start: span 12;
      grid-column-end: span 12;
    }
  }
  @media (min-width: 768px) {
    .col-md-1 {
      grid-column-start: span 1;
      grid-column-end: span 1;
    }
    .col-md-2 {
      grid-column-start: span 2;
      grid-column-end: span 2;
    }
    .col-md-3 {
      grid-column-start: span 3;
      grid-column-end: span 3;
    }
    .col-md-4 {
      grid-column-start: span 4;
      grid-column-end: span 4;
    }
    .col-md-5 {
      grid-column-start: span 5;
      grid-column-end: span 5;
    }
    .col-md-6 {
      grid-column-start: span 6;
      grid-column-end: span 6;
    }
    .col-md-7 {
      grid-column-start: span 7;
      grid-column-end: span 7;
    }
    .col-md-8 {
      grid-column-start: span 8;
      grid-column-end: span 8;
    }
    .col-md-9 {
      grid-column-start: span 9;
      grid-column-end: span 9;
    }
    .col-md-10 {
      grid-column-start: span 10;
      grid-column-end: span 10;
    }
    .col-md-11 {
      grid-column-start: span 11;
      grid-column-end: span 11;
    }
    .col-md-12 {
      grid-column-start: span 12;
      grid-column-end: span 12;
    }
  }
  @media (min-width: 992px) {
    .col-lg-1 {
      grid-column-start: span 1;
      grid-column-end: span 1;
    }
    .col-lg-2 {
      grid-column-start: span 2;
      grid-column-end: span 2;
    }
    .col-lg-3 {
      grid-column-start: span 3;
      grid-column-end: span 3;
    }
    .col-lg-4 {
      grid-column-start: span 4;
      grid-column-end: span 4;
    }
    .col-lg-5 {
      grid-column-start: span 5;
      grid-column-end: span 5;
    }
    .col-lg-6 {
      grid-column-start: span 6;
      grid-column-end: span 6;
    }
    .col-lg-7 {
      grid-column-start: span 7;
      grid-column-end: span 7;
    }
    .col-lg-8 {
      grid-column-start: span 8;
      grid-column-end: span 8;
    }
    .col-lg-9 {
      grid-column-start: span 9;
      grid-column-end: span 9;
    }
    .col-lg-10 {
      grid-column-start: span 10;
      grid-column-end: span 10;
    }
    .col-lg-11 {
      grid-column-start: span 11;
      grid-column-end: span 11;
    }
    .col-lg-12 {
      grid-column-start: span 12;
      grid-column-end: span 12;
    }
  }
  @media (min-width: 1200px) {
    .col-xl-1 {
      grid-column-start: span 1;
      grid-column-end: span 1;
    }
    .col-xl-2 {
      grid-column-start: span 2;
      grid-column-end: span 2;
    }
    .col-xl-3 {
      grid-column-start: span 3;
      grid-column-end: span 3;
    }
    .col-xl-4 {
      grid-column-start: span 4;
      grid-column-end: span 4;
    }
    .col-xl-5 {
      grid-column-start: span 5;
      grid-column-end: span 5;
    }
    .col-xl-6 {
      grid-column-start: span 6;
      grid-column-end: span 6;
    }
    .col-xl-7 {
      grid-column-start: span 7;
      grid-column-end: span 7;
    }
    .col-xl-8 {
      grid-column-start: span 8;
      grid-column-end: span 8;
    }
    .col-xl-9 {
      grid-column-start: span 9;
      grid-column-end: span 9;
    }
    .col-xl-10 {
      grid-column-start: span 10;
      grid-column-end: span 10;
    }
    .col-xl-11 {
      grid-column-start: span 11;
      grid-column-end: span 11;
    }
    .col-xl-12 {
      grid-column-start: span 12;
      grid-column-end: span 12;
    }
  }
}
/* xl ≥1200px
xxl ≥1400px */
.grid_container {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.gap-1 {
  gap: 0.25rem;
}

.gap-x-1 {
  column-gap: 0.25rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-x-2 {
  column-gap: 0.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-x-3 {
  column-gap: 0.75rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-4 {
  column-gap: 1rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-x-5 {
  column-gap: 1.25rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-6 {
  column-gap: 1.5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

@media (min-width: 480px) {
  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xs\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xs\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xs\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xs\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xs\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .xs\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xs\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xs\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .xl2\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl2\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl2\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl2\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl2\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl2\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl2\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xl2\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xl2\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .xl2\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xl2\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xl2\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
* {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 568px) {
  .wp-block-columns {
    flex-direction: column;
  }
}
@font-face {
  font-family: "GT Zirkon";
  src: url("../fonts/gt-zirkon/GTZirkon-Thin.eot");
  src: local("GT Zirkon Thin"), local("GTZirkon-Thin"), url("../fonts/gt-zirkon/GTZirkon-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-zirkon/GTZirkon-Thin.woff2") format("woff2"), url("../fonts/gt-zirkon/GTZirkon-Thin.woff") format("woff"), url("../fonts/gt-zirkon/GTZirkon-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Zirkon";
  src: url("../fonts/gt-zirkon/GTZirkon-UltraLight.eot");
  src: local("GT Zirkon Ultra Light"), local("GTZirkon-UltraLight"), url("../fonts/gt-zirkon/GTZirkon-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-zirkon/GTZirkon-UltraLight.woff2") format("woff2"), url("../fonts/gt-zirkon/GTZirkon-UltraLight.woff") format("woff"), url("../fonts/gt-zirkon/GTZirkon-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Zirkon";
  src: url("../fonts/gt-zirkon/GTZirkon-Light.eot");
  src: local("GT Zirkon Light"), local("GTZirkon-Light"), url("../fonts/gt-zirkon/GTZirkon-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-zirkon/GTZirkon-Light.woff2") format("woff2"), url("../fonts/gt-zirkon/GTZirkon-Light.woff") format("woff"), url("../fonts/gt-zirkon/GTZirkon-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Zirkon";
  src: url("../fonts/gt-zirkon/GTZirkon-Medium.eot");
  src: local("GT Zirkon Medium"), local("GTZirkon-Medium"), url("../fonts/gt-zirkon/GTZirkon-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-zirkon/GTZirkon-Medium.woff2") format("woff2"), url("../fonts/gt-zirkon/GTZirkon-Medium.woff") format("woff"), url("../fonts/gt-zirkon/GTZirkon-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Zirkon";
  src: url("../fonts/gt-zirkon/GTZirkon-Book.eot");
  src: local("GT Zirkon Book"), local("GTZirkon-Book"), url("../fonts/gt-zirkon/GTZirkon-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-zirkon/GTZirkon-Book.woff2") format("woff2"), url("../fonts/gt-zirkon/GTZirkon-Book.woff") format("woff"), url("../fonts/gt-zirkon/GTZirkon-Book.ttf") format("truetype");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Zirkon";
  src: url("../fonts/gt-zirkon/GTZirkon-Bold.eot");
  src: local("GT Zirkon Bold"), local("GTZirkon-Bold"), url("../fonts/gt-zirkon/GTZirkon-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-zirkon/GTZirkon-Bold.woff2") format("woff2"), url("../fonts/gt-zirkon/GTZirkon-Bold.woff") format("woff"), url("../fonts/gt-zirkon/GTZirkon-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nimbus Roman";
  src: url("../fonts/nimbus-roman-no9/NimbusRomNo9L-Reg.eot");
  src: local("Nimbus Roman No9 L Regular"), local("NimbusRomNo9L-Reg"), url("../fonts/nimbus-roman-no9/NimbusRomNo9L-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/nimbus-roman-no9/NimbusRomNo9L-Reg.woff2") format("woff2"), url("../fonts/nimbus-roman-no9/NimbusRomNo9L-Reg.woff") format("woff"), url("../fonts/nimbus-roman-no9/NimbusRomNo9L-Reg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-black: #000;
  --color-white: #FFF;
  --color-gray: #ededed;
  --color-title: #000;
}

.wow {
  visibility: hidden;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin: 100px;
}

html, body {
  font-family: "GT Zirkon";
  font-weight: 300;
  font-size: 10px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1600px) {
  html, body {
    font-size: 9.5px;
  }
}
@media (max-width: 1366px) {
  html, body {
    font-size: 8.5px;
  }
}
@media (max-width: 992px) {
  html, body {
    font-size: 8px;
  }
}
@media (max-width: 768px) {
  html, body {
    font-size: 7px;
  }
}
@media (max-width: 350px) {
  html, body {
    font-size: 6px;
  }
}

body {
  font-size: 3rem;
  line-height: 33px;
}
@media (max-width: 568px) {
  body {
    font-size: 25px;
    line-height: 30px;
  }
}

/* Safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    select {
      -webkit-appearance: none;
    }
  }
}
select {
  -webkit-appearance: none;
}

strong {
  font-weight: 700;
}

.transition {
  transition: 0.4s ease-in-out;
}

h1 {
  font-size: 4rem;
  font-weight: 500;
}

h2 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -1.5px;
}
@media (max-width: 700px) {
  h2 {
    line-height: 48px;
  }
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
}

p {
  font-size: 30px;
  line-height: 33px;
}
@media (max-width: 568px) {
  p {
    font-size: 25px;
    line-height: 30px;
  }
}

main ul li,
main ol li {
  font-size: 30px;
  line-height: 33px;
}
@media (max-width: 568px) {
  main ul li,
  main ol li {
    font-size: 25px;
    line-height: 30px;
  }
}

div.wpcf7-validation-errors {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
  padding: 10px 10px;
  font-size: 13px;
}

span.wpcf7-not-valid-tip {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
  padding: 10px 10px;
  font-size: 13px;
}

div.wpcf7-response-output {
  clear: both;
  color: #856404;
  background-color: #fff3cd !important;
  border: none !important;
  padding: 10px 10px !important;
  font-size: 13px;
}

div.wpcf7-mail-sent-ng {
  clear: both;
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
  padding: 10px 10px;
  font-size: 13px;
}

div.wpcf7-mail-sent-ok {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  clear: both;
}

a:active {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}

:focus {
  outline: none;
}

:hover {
  outline: none;
}

:active {
  outline: none;
}

button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1380px;
}
@media (max-width: 992px) {
  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 1700px) {
  .container-fluid {
    max-width: 1700px;
    margin: 0 auto;
  }
}
@keyframes leftToRightWithBounce {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.animated.leftToRightWithBounce {
  animation-name: leftToRightWithBounce;
  animation-duration: 1.5s; /* or: Xms */
  animation-direction: alternate; /* or: normal */
  animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: backwards; /* or: backwards, both, none */
  animation-delay: 300ms; /* or: Xms */
}

@keyframes rightToLeftWithBounce {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.animated.rightToLeftWithBounce {
  animation-name: rightToLeftWithBounce;
  animation-duration: 1.5s; /* or: Xms */
  animation-direction: alternate; /* or: normal */
  animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: backwards; /* or: backwards, both, none */
  animation-delay: 300ms; /* or: Xms */
}

@media print {
  * { /* Keyword values */
    -webkit-print-color-adjust: economy;
    -webkit-print-color-adjust: exact !important;
    /* Global values */
    -webkit-print-color-adjust: inherit;
    -webkit-print-color-adjust: initial;
    -webkit-print-color-adjust: unset;
  }
}
.midnightHeader.white {
  color: #fff;
}

.midnightInner {
  overflow: hidden !important;
}

.midnightHeader.dark {
  color: #000;
}
.midnightHeader.dark .lang li a,
.midnightHeader.dark ul li > a {
  color: #000;
}
.midnightHeader.dark .lang li:before {
  background-color: #000;
}
.midnightHeader.dark .header__logo svg path {
  fill: #000;
}

body.header-fixed .header__logo .logo_desktop {
  display: none;
}
body.header-fixed .header__logo .logo_scroll_desktop {
  display: block;
}
@media (max-width: 568px) {
  body.header-fixed .header__logo .logo_scroll_desktop {
    display: none;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 350;
  width: 100%;
  color: #fff;
  padding: 1rem 4rem 1rem 4rem;
  transition: all 0.3s ease;
}
@media (max-width: 568px) {
  header {
    padding: 2rem 1rem;
  }
}
header .grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
@media (max-width: 568px) {
  header .grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
header .wrapper {
  display: flex;
  align-items: center;
}
header .lang {
  margin-right: -1rem;
  margin-left: 0.8rem;
}
header .lang ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0px;
  display: flex;
  align-items: center;
}
header .lang ul:before {
  margin-right: 1rem;
}
header .lang ul:after {
  margin-left: 1rem;
}
header .lang li.current a {
  font-weight: 700;
}
header .lang li {
  position: relative;
  padding-right: 10px;
}
header .lang li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 1px;
  height: 40%;
  background-color: #fff;
}
header .lang li:nth-last-child(1) {
  padding-right: 0px;
}
header .lang li:nth-last-child(1):before {
  display: none;
}
header .lang li a {
  display: block;
  padding: 0px 2px;
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "GT Zirkon";
  letter-spacing: -0.8px;
  color: #fff;
  text-decoration: none;
}

.header__logo {
  text-align: center;
  margin-top: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.header__logo a {
  display: block;
}
.header__logo svg {
  max-width: 100%;
}
@media (max-width: 600px) {
  .header__logo .logo_desktop {
    display: none;
  }
}
.header__logo .logo_scroll_desktop {
  display: none;
}
.header__logo .logo_mobile {
  display: none;
}
@media (max-width: 600px) {
  .header__logo .logo_mobile {
    display: block;
  }
}

@media (max-width: 992px) {
  .navigation {
    display: none;
  }
}
.navigation ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0px;
  display: flex;
  align-items: center;
}
.navigation ul li {
  display: inline-block;
  position: relative;
}
.navigation ul li > a {
  display: block;
  padding: 0px 11px;
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: 350;
  font-family: "GT Zirkon";
  letter-spacing: -0.8px;
}
.navigation ul li > a:hover:before {
  transform: translateX(5px);
}
.navigation ul li > a:hover:after {
  transform: translateX(-5px);
}
.navigation ul li > a:before {
  content: "[";
  position: relative;
  margin-right: 1rem;
  display: inline-block;
  transition: transform 0.3s ease;
}
.navigation ul li > a:after {
  content: "]";
  position: relative;
  margin-left: 1rem;
  display: inline-block;
  transition: transform 0.3s ease;
}
.navigation ul li:hover > ul {
  transform: scaleY(1);
}
.navigation ul li > ul {
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 100%;
  width: 250px;
  background-color: #fff;
  z-index: 1;
  border-radius: 5px;
  transform: scaleY(0);
  transform-origin: 0 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.navigation ul li > ul li {
  max-width: 100%;
  flex: 0 0 100%;
}
.navigation ul li > ul li > a {
  color: #000;
  display: block;
  font-size: 16px;
  padding: 10px 15px;
}
.navigation ul li > ul li > a:before {
  display: none;
}

body.mobile__menu--open {
  overflow: hidden;
}
body.mobile__menu--open header {
  color: #000;
}
body.mobile__menu--open header .lang li a {
  color: #000;
}
body.mobile__menu--open .header__logo {
  opacity: 0;
}
body.mobile__menu--open .hamburger {
  top: 0px;
  color: #000;
}
body.mobile__menu--open .hamburger .close {
  display: block;
  color: #000;
}
body.mobile__menu--open .hamburger .open {
  display: none;
}

.mobile__menu--open .drawer-overlay {
  display: block;
}

body.mobile__menu--open .mobile__nav {
  transform: translateY(0%);
}

.hamburger {
  position: relative;
  top: -4px;
  margin-left: 12px;
  z-index: 1000;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
@media (max-width: 992px) {
  .hamburger {
    display: block;
  }
}
.hamburger .close {
  display: none;
  font-weight: 700;
}

.drawer-overlay {
  position: fixed;
  z-index: 190;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.mobile__nav {
  position: fixed;
  z-index: 200;
  top: 0%;
  overflow: hidden;
  width: 100%;
  height: auto;
  color: #222;
  background-color: #FFF;
  left: 0%;
  transition: all 1s;
  padding-top: 65px;
  backdrop-filter: blur(10px);
  transform: translateY(-100%);
}
.mobile__nav .logo_menu {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  margin-top: 20px;
}
.mobile__nav .logo_menu path {
  fill: #000;
}
.mobile__nav ul {
  list-style-type: none;
  padding-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.mobile__nav ul li {
  position: relative;
}
.mobile__nav ul li a {
  display: block;
  padding: 4.5px 11px;
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-weight: 350;
  font-family: "GT Zirkon";
  letter-spacing: -0.8px;
}
.mobile__nav ul li a:hover:before {
  transform: translateX(5px);
}
.mobile__nav ul li a:hover:after {
  transform: translateX(-5px);
}
.mobile__nav ul li a:before {
  content: "[";
  position: relative;
  margin-right: 1rem;
  display: inline-block;
  transition: transform 0.3s ease;
}
.mobile__nav ul li a:after {
  content: "]";
  position: relative;
  margin-left: 1rem;
  display: inline-block;
  transition: transform 0.3s ease;
}
.mobile__nav ul li a span {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: right;
  padding-right: 10px;
  font-size: 17px;
}
.mobile__nav ul li a span:before {
  content: "▾";
}
.mobile__nav ul li.open a span:before {
  content: "▴";
}

footer {
  background-color: #000;
  color: #fff;
  padding: 30px 0px;
  font-size: 15px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .label {
  font-size: 15px;
}
footer .col p {
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
footer .col strong {
  padding-left: 30px;
}
footer .business_info .item {
  margin-bottom: 10px;
  margin-top: 10px;
}
footer .business_info p {
  line-height: 1.3;
}
footer .items {
  margin-bottom: 27px;
}
footer .items ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  list-style-type: none;
}
@media (max-width: 700px) {
  footer .items ul {
    margin-top: 18px;
  }
}
footer .items ul li a {
  display: block;
  padding: 0px 0px;
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 0.8;
  color: #fff;
  text-decoration: none;
  font-weight: 100;
  font-family: "GT Zirkon";
  letter-spacing: -0.8px;
}
footer .items ul li a:hover:before {
  transform: translateX(5px);
}
footer .items ul li a:hover:after {
  transform: translateX(-5px);
}
footer .items ul li a:before {
  content: "[";
  position: relative;
  margin-right: 1rem;
  display: inline-block;
  transition: transform 0.3s ease;
}
footer .items ul li a:after {
  content: "]";
  position: relative;
  margin-left: 1rem;
  display: inline-block;
  transition: transform 0.3s ease;
}
footer .container .grid_up {
  display: grid;
  grid-template-columns: 53% 1fr;
  gap: 3rem;
}
@media (max-width: 1250px) {
  footer .container .grid_up {
    grid-template-columns: 70% 1fr;
  }
}
@media (max-width: 992px) {
  footer .container .grid_up {
    grid-template-columns: 80% 1fr;
  }
}
@media (max-width: 820px) {
  footer .container .grid_up {
    grid-template-columns: 1fr;
  }
}
footer .container .left__col {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 820px) {
  footer .container .left__col {
    gap: 3rem;
  }
}
@media (max-width: 600px) {
  footer .container .left__col {
    grid-template-columns: 1fr;
    row-gap: 6rem;
  }
}
@media (max-width: 600px) {
  footer .container .left__col .mobile_grid {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 3rem;
  }
}
footer .right__col {
  display: flex;
  justify-content: flex-end;
  margin-top: -15px;
}
@media (max-width: 820px) {
  footer .right__col {
    justify-content: flex-start;
  }
}
footer .right__col .label {
  margin-right: 0px;
}
footer .social__links {
  margin-right: 0px;
  margin-left: auto;
}
@media (max-width: 820px) {
  footer .social__links {
    margin-top: 8rem;
  }
}
@media (max-width: 700px) {
  footer .social__links .label {
    margin-bottom: 10px;
  }
}
footer .social__links .grid_social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 700px) {
  footer .social__links .grid_social {
    gap: 2rem;
  }
}
footer .copyright {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 700px) {
  footer .copyright {
    flex-direction: column;
    align-items: flex-start;
    line-height: 0.8;
    margin-top: 60px;
  }
}
footer .copyright .text p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
}
@media (max-width: 700px) {
  footer .copyright .text p {
    line-height: 1.3;
  }
}
footer .copyright ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style-type: none;
  padding-left: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}
footer .copyright ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 1px;
  height: 40%;
  background-color: #fff;
}
@media (max-width: 700px) {
  footer .copyright ul:before {
    height: 90%;
  }
}
footer .copyright ul li {
  position: relative;
}
footer .copyright ul li:nth-last-child(1):before {
  display: none;
}
footer .copyright ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  width: 1px;
  height: 40%;
  background-color: #fff;
}
@media (max-width: 700px) {
  footer .copyright ul li:before {
    height: 90%;
  }
}
footer .copyright ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

/*# sourceMappingURL=main.css.map */
