/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.css.map */
/**
 * 1m1 WordPress Theme
 */
@font-face {
  font-family: "Gordita";
  src: url("/wp-content/themes/heaven/public/webfonts/GorditaRegular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gordita";
  src: url("/wp-content/themes/heaven/public/webfonts/GorditaBlack.otf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
:root {
  --app-height: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  overscroll-behavior-y: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Gordita";
  font-size: 1.6rem;
  font-weight: 400;
  color: #101429;
}

img,
svg {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  position: relative;
  max-width: 1920px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container.container-md {
  max-width: 1100px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
.section-heading,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  font-family: "Gordita";
  letter-spacing: 0px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.h1,
h1 {
  font-size: 7.6rem;
}
@media (min-width: 768px) {
  .h1,
h1 {
    font-size: 26rem;
  }
}

.h2,
h2 {
  font-size: 2.8rem;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .h2,
h2 {
    font-size: 5.8rem;
  }
}

.h3,
h3 {
  font-size: 2.1rem;
}
@media (min-width: 768px) {
  .h3,
h3 {
    font-size: 3.6rem;
  }
}

.h4, .section-heading,
h4 {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .h4, .section-heading,
h4 {
    font-size: 1.7rem;
  }
}

.h5,
h5 {
  font-size: 2.1rem;
}
@media (min-width: 768px) {
  .h5,
h5 {
    font-size: 4.8rem;
  }
}

.h6,
h6 {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .h6,
h6 {
    font-size: 1.4rem;
  }
}

p,
ul li,
ol li,
blockquote {
  line-height: 2;
}

a {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

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

section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section ul li {
  padding-left: 0;
}
section ul li::before, section ul li::after {
  display: none;
}
section ul li {
  padding-left: 36px;
  position: relative;
}
section ul li::before {
  content: "\f111";
  display: block !important;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 10px;
  top: 11px;
  height: 6px;
  width: 6px;
  font-weight: 900;
  font-size: 0.7rem;
}

section ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: section;
}
section ol li {
  padding-left: 0;
}
section ol li::before, section ol li::after {
  display: none;
}
section ol li {
  padding-left: 36px;
  position: relative;
  counter-increment: list-item;
}
section ol li::before {
  content: counter(list-item) ".";
  display: block !important;
  position: absolute;
  left: 10px;
  top: 6px;
  height: 6px;
  width: 6px;
  font-size: 1.4rem;
  font-weight: 600;
}

em {
  font-style: normal;
  display: block;
}

.bg-dark {
  background-color: #101429;
  color: #fff;
}
.bg-dark + .bg-dark {
  padding-top: 0 !important;
}

.bg-light {
  background-color: #fff;
  color: #101429;
}
.bg-light + .bg-light {
  padding-top: 0 !important;
}

.bg-grey {
  background-color: #F8F8F8;
  color: #101429;
}
.bg-grey + .bg-grey {
  padding-top: 0 !important;
}

.bg-orange {
  background-color: #ED4700;
  color: #fff;
}
.bg-orange + .bg-orange {
  padding-top: 0 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.font-primary {
  font-family: "Gordita";
}

.font-secondary {
  font-family: "Source Code Pro", monospace;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

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

.text-transform-uppercase {
  text-transform: uppercase;
}

@keyframes text-scrolling {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
@keyframes servicesHoverIn {
  0% {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  }
}
@keyframes servicesHoverOut {
  0% {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    opacity: 0;
  }
}
@keyframes showreelShow {
  0% {
    -webkit-transform: rotate(30deg) translate3d(0, -110vh, 0) scaleX(0);
    transform: rotate(30deg) translate3d(0, -110vh, 0) scaleX(0);
    transform-origin: top left;
  }
  50% {
    -webkit-transform: rotate(30deg) translate3d(0, -110vh, 0) scaleX(1);
    transform: rotate(30deg) translate3d(0, -110vh, 0) scaleX(1);
    transform-origin: top left;
  }
  51% {
    -webkit-transform: rotate(30deg) translate3d(-100vw, 100vh, 0) scaleX(1);
    transform: rotate(30deg) translate3d(-100vw, 100vh, 0) scaleX(1);
    transform-origin: bottom right;
  }
  100% {
    -webkit-transform: rotate(30deg) translate3d(-100vw, 100vh, 0) scaleX(0);
    transform: rotate(30deg) translate3d(-100vw, 100vh, 0) scaleX(0);
    transform-origin: bottom right;
  }
}
@keyframes showreelHide {
  0% {
    -webkit-transform: rotate(30deg) translate3d(-100vw, 100vh, 0) scaleX(0);
    transform: rotate(30deg) translate3d(-100vw, 100vh, 0) scaleX(0);
    transform-origin: bottom right;
  }
  50% {
    -webkit-transform: rotate(30deg) translate3d(-100vw, 100vh, 0) scaleX(1);
    transform: rotate(30deg) translate3d(-100vw, 100vh, 0) scaleX(1);
    transform-origin: bottom right;
  }
  51% {
    -webkit-transform: rotate(30deg) translate3d(0, -110vh, 0) scaleX(1);
    transform: rotate(30deg) translate3d(0, -110vh, 0) scaleX(1);
    transform-origin: top left;
  }
  100% {
    -webkit-transform: rotate(30deg) translate3d(0, -110vh, 0) scaleX(0);
    transform: rotate(30deg) translate3d(0, -110vh, 0) scaleX(0);
    transform-origin: top left;
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes marquee {
  0% {
    left: 100%;
  }
  50% {
    left: -100%;
  }
  100% {
    left: -100%;
  }
}
@keyframes marqueeSmall {
  0% {
    left: 150%;
  }
  50% {
    left: -150%;
  }
  100% {
    left: -150%;
  }
}
.wow .fadeIn, .content-text__content > * .fadeIn {
  opacity: 0;
  transition: opacity 1s ease, transform 5s ease;
}
.wow.animated .fadeIn, .content-text__content > .animated .fadeIn {
  opacity: 1;
}

.wow .fadeInUpwards, .content-text__content > * .fadeInUpwards {
  opacity: 0;
  visibility: hidden;
  transition: opacity 3s ease, transform 3s ease;
  transform: translateY(30px);
}
.wow.animated .fadeInUpwards, .content-text__content > .animated .fadeInUpwards {
  opacity: 1;
  transform: translateY(0px);
}

.wow .fadeInUpwardsPageTitle, .content-text__content > * .fadeInUpwardsPageTitle {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, transform 1s ease;
  transform: translateY(80px);
}
.wow.animated .fadeInUpwardsPageTitle, .content-text__content > .animated .fadeInUpwardsPageTitle {
  opacity: 1;
  transform: translateY(50px);
}

.wow, .content-text__content > * {
  visibility: visible !important;
}
.wow .fadeIn, .content-text__content > * .fadeIn {
  opacity: 0;
  transition: 0.7s opacity ease;
}
.wow .fadeInUpward, .wow .content-statistics__content > *:nth-child(10), .wow .content-statistics__content > *:nth-child(9), .wow .content-statistics__content > *:nth-child(8), .wow .content-statistics__content > *:nth-child(7), .wow .content-statistics__content > *:nth-child(6), .wow .content-statistics__content > *:nth-child(5), .wow .content-statistics__content > *:nth-child(4), .wow .content-statistics__content > *:nth-child(3), .wow .content-statistics__content > *:nth-child(2), .wow .content-statistics__content > *:nth-child(1), .content-text__content > * .fadeInUpward, .content-text__content > * .content-statistics__content > *:nth-child(10), .content-text__content > * .content-statistics__content > *:nth-child(9), .content-text__content > * .content-statistics__content > *:nth-child(8), .content-text__content > * .content-statistics__content > *:nth-child(7), .content-text__content > * .content-statistics__content > *:nth-child(6), .content-text__content > * .content-statistics__content > *:nth-child(5), .content-text__content > * .content-statistics__content > *:nth-child(4), .content-text__content > * .content-statistics__content > *:nth-child(3), .content-text__content > * .content-statistics__content > *:nth-child(2), .content-text__content > * .content-statistics__content > *:nth-child(1), .wow .content-text__content > *, .content-text__content > * .content-text__content > * {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.7s opacity ease, 0.7s transform ease;
}
.wow .button.button-rounded span, .content-text__content > * .button.button-rounded span,
.wow .button.button-rounded p,
.content-text__content > * .button.button-rounded p, .wow .button.button-rounded::after, .content-text__content > * .button.button-rounded::after,
.wow .button.button-rounded .arrow,
.content-text__content > * .button.button-rounded .arrow {
  opacity: 0;
  transition: 0.7s opacity ease;
}
.wow .button.button-rounded .circle, .content-text__content > * .button.button-rounded .circle {
  stroke-dashoffset: 113.0973355292;
}
.wow .revealFromRight, .wow .view__image__clip img, .view__image__clip .wow img, .content-text__content > * .revealFromRight, .content-text__content > * .view__image__clip img, .view__image__clip .content-text__content > * img {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: 0.7s clip-path ease;
}

.wow.animated .fadeIn, .content-text__content > .animated .fadeIn {
  opacity: 1;
}
.wow.animated .fadeInUpward, .wow.animated .content-statistics__content > *:nth-child(10), .wow.animated .content-statistics__content > *:nth-child(9), .wow.animated .content-statistics__content > *:nth-child(8), .wow.animated .content-statistics__content > *:nth-child(7), .wow.animated .content-statistics__content > *:nth-child(6), .wow.animated .content-statistics__content > *:nth-child(5), .wow.animated .content-statistics__content > *:nth-child(4), .wow.animated .content-statistics__content > *:nth-child(3), .wow.animated .content-statistics__content > *:nth-child(2), .wow.animated .content-statistics__content > *:nth-child(1), .content-text__content > .animated .fadeInUpward, .content-text__content > .animated .content-statistics__content > *:nth-child(10), .content-text__content > .animated .content-statistics__content > *:nth-child(9), .content-text__content > .animated .content-statistics__content > *:nth-child(8), .content-text__content > .animated .content-statistics__content > *:nth-child(7), .content-text__content > .animated .content-statistics__content > *:nth-child(6), .content-text__content > .animated .content-statistics__content > *:nth-child(5), .content-text__content > .animated .content-statistics__content > *:nth-child(4), .content-text__content > .animated .content-statistics__content > *:nth-child(3), .content-text__content > .animated .content-statistics__content > *:nth-child(2), .content-text__content > .animated .content-statistics__content > *:nth-child(1), .wow.animated .content-text__content > *, .content-text__content > .animated .content-text__content > * {
  opacity: 1;
  transform: translateY(0);
}
.wow.animated .button.button-rounded span, .content-text__content > .animated .button.button-rounded span,
.wow.animated .button.button-rounded p,
.content-text__content > .animated .button.button-rounded p, .wow.animated .button.button-rounded::after, .content-text__content > .animated .button.button-rounded::after,
.wow.animated .button.button-rounded .arrow,
.content-text__content > .animated .button.button-rounded .arrow {
  opacity: 1;
}
.wow.animated .button.button-rounded .circle, .content-text__content > .animated .button.button-rounded .circle {
  stroke-dashoffset: 0;
}
.wow.animated .revealFromRight, .wow.animated .view__image__clip img, .view__image__clip .wow.animated img, .content-text__content > .animated .revealFromRight, .content-text__content > .animated .view__image__clip img, .view__image__clip .content-text__content > .animated img {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.hero svg path {
  stroke-dashoffset: 1;
  stroke-dasharray: 1;
}

.form-inner .form-input:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .form-inner .form-input:not(:last-child) {
    margin-bottom: 50px;
  }
}
.form-inner .form-input:last-child {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .form-inner .form-input:last-child {
    justify-content: flex-end;
    margin-top: -30px;
  }
}

label {
  font-family: "Source Code Pro", monospace;
  color: #ED4700;
  text-transform: uppercase;
  margin: 0 0 10px;
  display: block;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  label {
    font-size: 1.6rem;
  }
}

.form-input__line {
  position: relative;
}
.form-input__line::before, .form-input__line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.form-input__line::before {
  background-color: #101429;
}
.form-input__line::after {
  background-color: #ED4700;
  transform-origin: left;
  z-index: 1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s transform cubic-bezier(0.36, 0.61, 0.7, 0.65);
  -moz-transition: 0.3s transform cubic-bezier(0.36, 0.61, 0.7, 0.65);
  -o-transition: 0.3s transform cubic-bezier(0.36, 0.61, 0.7, 0.65);
  transition: 0.3s transform cubic-bezier(0.36, 0.61, 0.7, 0.65);
}

input,
select,
textarea {
  background-color: transparent;
  border: none;
  outline: 0;
  font-family: "Gordita";
  font-size: 1.9rem;
  padding: 10px 0;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(16, 20, 41, 0.18);
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(16, 20, 41, 0.18);
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(16, 20, 41, 0.18);
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(16, 20, 41, 0.18);
}
@media (min-width: 768px) {
  input,
select,
textarea {
    font-size: 2.1rem;
  }
}
input:focus + .form-input__line::after, input:not(:placeholder-shown) + .form-input__line::after,
select:focus + .form-input__line::after,
select:not(:placeholder-shown) + .form-input__line::after,
textarea:focus + .form-input__line::after,
textarea:not(:placeholder-shown) + .form-input__line::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

textarea {
  height: 47px;
  resize: none;
}
@media (min-width: 768px) {
  textarea {
    height: 50px;
  }
}
textarea + .form-input__line {
  margin-top: -8px;
}

.checkbox {
  display: flex;
  align-items: center;
  text-transform: none;
  font-family: "Gordita";
  column-gap: 4px;
  flex-wrap: wrap;
  margin: 0;
  line-height: 1;
  color: #101429;
  font-size: 13px;
}
.checkbox input {
  display: none;
}
.checkbox .ticker {
  height: 20px;
  width: 20px;
  margin-top: -5px;
  border: 1px solid #101429;
  margin-right: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.checkbox .ticker::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  color: #ED4700;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease;
  -moz-transition: 0.2s opacity ease;
  -o-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.checkbox input:hover + .ticker::before,
.checkbox input:checked + .ticker::before {
  opacity: 1;
}
.checkbox a {
  text-decoration: underline;
}
.checkbox a:hover {
  color: #ED4700;
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: none !important;
}

.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-response-output.sent .wpcf7-response-output {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2;
}

.wpcf7-form.failed .wpcf7-response-output {
  color: #ED4700;
}

.wpcf7-form.sent .wpcf7-response-output {
  color: #101429;
}

.cursor {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  contain: layout style size;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Source Code Pro", monospace;
  font-size: 1.2rem;
  letter-spacing: 2%;
  padding: 20px;
  transform-origin: center;
  -webkit-transition: 0.5s opacity ease, 0.5s background-color ease, 0.5s height ease, 0.5s width ease, 0.05s transform ease;
  -moz-transition: 0.5s opacity ease, 0.5s background-color ease, 0.5s height ease, 0.5s width ease, 0.05s transform ease;
  -o-transition: 0.5s opacity ease, 0.5s background-color ease, 0.5s height ease, 0.5s width ease, 0.05s transform ease;
  transition: 0.5s opacity ease, 0.5s background-color ease, 0.5s height ease, 0.5s width ease, 0.05s transform ease;
  display: none;
}
@media (min-width: 768px) {
  .cursor {
    display: block;
  }
}
.cursor .cursor__showreel,
.cursor .cursor__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.cursor--default {
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: #fff;
  mix-blend-mode: difference;
}
.cursor--default .cursor__showreel,
.cursor--default .cursor__loading {
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.cursor--showreel {
  background-color: #ED4700;
  height: 116px;
  width: 116px;
}
body.page-id-296 .cursor--showreel {
  background-color: #fff;
  color: #101429;
}
.cursor--showreel svg {
  display: block;
  height: 22px;
  width: 22px;
  margin: 0 auto;
}
body.page-id-296 .cursor--showreel svg path {
  fill: #101429;
}
.cursor--showreel span {
  display: block;
  margin-top: 6px;
}
.cursor--showreel .cursor__showreel {
  opacity: 1;
  -webkit-transition: 1s opacity ease;
  -moz-transition: 1s opacity ease;
  -o-transition: 1s opacity ease;
  transition: 1s opacity ease;
}
.cursor--showreel .cursor__loading {
  opacity: 0;
}
.cursor--loading {
  background-color: transparent;
  height: 116px;
  width: 116px;
}
.cursor--loading svg {
  display: block;
  height: auto;
  width: 100%;
  -webkit-animation: rotation 2s infinite linear;
  -moz-animation: rotation 2s infinite linear;
  -o-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
}
.cursor--loading .cursor__showreel {
  display: none;
}
.cursor--loading .cursor__loading {
  opacity: 1;
  -webkit-transition: 1s opacity ease;
  -moz-transition: 1s opacity ease;
  -o-transition: 1s opacity ease;
  transition: 1s opacity ease;
}

button,
.button {
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
  color: #fff;
  border: 1px solid #ED4700;
  padding: 10px 24px;
  text-transform: uppercase;
  font-family: "Source Code Pro", monospace;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  letter-spacing: 2%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
}
button:hover,
.button:hover {
  background-color: #ED4700;
}
section.bg-light button,
section.bg-light .button {
  color: #101429;
}
button span,
button p,
.button span,
.button p {
  position: relative;
  z-index: 1;
  margin: 0;
}
button-rounded,
.button-rounded {
  position: relative;
  height: 144px;
  width: 144px;
  padding: 20px;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media (min-width: 768px) {
  button-rounded,
.button-rounded {
    height: 190px;
    width: 190px;
    padding: 30px;
  }
}
button-rounded svg,
.button-rounded svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(-90deg);
  width: 100%;
}
button-rounded .circle,
button-rounded .progress,
.button-rounded .circle,
.button-rounded .progress {
  stroke-dasharray: 113.0973355292;
  stroke-dashoffset: 113.0973355292;
  stroke: #ED4700;
}
button-rounded .circle,
.button-rounded .circle {
  stroke-dashoffset: 0;
  opacity: 0.5;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) !important;
  -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) !important;
  -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) !important;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) !important;
  transition-delay: 0.4s !important;
}
button-rounded .progress,
.button-rounded .progress {
  stroke-dashoffset: 113.0973355292;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
button-rounded:hover,
.button-rounded:hover {
  background-color: transparent;
}
button-rounded:hover .progress,
.button-rounded:hover .progress {
  stroke-dashoffset: 0;
}
.bg-orange button-rounded .circle,
.bg-orange button-rounded .progress,
.bg-orange .button-rounded .circle,
.bg-orange .button-rounded .progress {
  stroke: #101429;
}
.navbar-orange button,
.navbar-orange .button {
  border: 1px solid #101429;
}
button-arrow,
.button-arrow {
  height: 46px;
  width: 46px;
  min-width: 46px;
  padding: 0;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media (min-width: 768px) {
  button-arrow,
.button-arrow {
    height: 80px;
    width: 80px;
    min-width: 80px;
  }
  button-arrow:hover,
.button-arrow:hover {
    background-color: transparent;
  }
  button-arrow:hover svg.arrow,
.button-arrow:hover svg.arrow {
    -webkit-transform: translate3d(calc(-50% + 6px), -50%, 0);
    transform: translate3d(calc(-50% + 6px), -50%, 0);
  }
}
button-arrow svg.arrow,
.button-arrow svg.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: 0.8s transform ease;
  -moz-transition: 0.8s transform ease;
  -o-transition: 0.8s transform ease;
  transition: 0.8s transform ease;
}
@media (min-width: 768px) {
  button-arrow svg.arrow,
.button-arrow svg.arrow {
    width: 30.6666666667px;
  }
}

.hamburger {
  position: relative;
  display: block;
  height: 42px;
  width: 42px;
  border: none;
  background-color: transparent !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
@media (min-width: 768px) {
  .hamburger {
    height: 54px;
    width: 54px;
  }
}
.navbar-orange .hamburger {
  border: none;
}
.hamburger span {
  position: absolute;
  background-color: #fff;
  width: 28px;
  height: 1px;
  transform-origin: center;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (min-width: 768px) {
  .hamburger span {
    width: 36px;
  }
}
.hamburger span:first-of-type {
  top: calc(50% - 4px);
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.hamburger span:last-of-type {
  width: 18.6666666667px;
  top: calc(50% + 4px);
  left: calc(50% + 4.6666666667px);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media (min-width: 768px) {
  .hamburger span:last-of-type {
    width: 24px;
    left: calc(50% + 6px);
  }
}
.hamburger.toggled span:first-of-type {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.hamburger.toggled span:last-of-type {
  top: 50%;
  left: 50%;
  width: 28px;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
@media (min-width: 768px) {
  .hamburger.toggled span:last-of-type {
    width: 36px;
  }
}
.hamburger:hover span {
  background-color: #fff;
}
@media (min-width: 768px) {
  .hamburger:hover span {
    background-color: #ED4700;
  }
}

.socials,
.socials-bg {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-family: "Source Code Pro", monospace;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.socials li,
.socials-bg li {
  padding-left: 0;
}
.socials li::before, .socials li::after,
.socials-bg li::before,
.socials-bg li::after {
  display: none;
}
.socials li:not(:last-child),
.socials-bg li:not(:last-child) {
  margin-bottom: 20px;
}

.bg-text-vertical {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  font-size: 20rem;
  font-weight: 400;
  color: transparent;
  transform-origin: center;
  white-space: nowrap;
  margin: 0;
  text-transform: none;
  transform: translate3d(0, -50%, 0) rotate(180deg);
}
@media (min-width: 992px) {
  .bg-text-vertical {
    display: block;
  }
}
.bg-text-vertical span {
  display: inline-block;
}
section.bg-light .bg-text-vertical, section.bg-grey .bg-text-vertical {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ED4700;
  opacity: 0.3;
}
section.bg-dark .bg-text-vertical {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
  opacity: 0.3;
}
section.bg-orange .bg-text-vertical {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  opacity: 0.3;
}
body.bg-text-rtl .bg-text-vertical, section.bg-text-rtl .bg-text-vertical {
  left: 50%;
  writing-mode: unset;
  -webkit-transform: translate3d(-50%, -40%, 0);
  transform: translate3d(-50%, -40%, 0);
}

p.bg-text-horizontal {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  text-orientation: mixed;
  font-size: 20rem;
  font-weight: 400;
  color: transparent;
  transform-origin: center;
  white-space: nowrap;
  margin: 0;
  text-transform: none;
  text-align: center;
  width: 100%;
  padding-top: 100px;
}
@media (min-width: 992px) {
  p.bg-text-horizontal {
    display: block;
  }
}
section.bg-light p.bg-text-horizontal, section.bg-grey p.bg-text-horizontal {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ED4700;
  opacity: 0.3;
}
section.bg-dark p.bg-text-horizontal {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  opacity: 0.4;
}
section.bg-orange p.bg-text-horizontal {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  opacity: 0.3;
}
body.bg-text-rtl p.bg-text-horizontal, section.bg-text-rtl p.bg-text-horizontal {
  left: 50%;
  writing-mode: unset;
  -webkit-transform: translate3d(-50%, -40%, 0);
  transform: translate3d(-50%, -40%, 0);
}

.bg-image {
  pointer-events: none;
  position: absolute;
  max-width: 1440px;
  width: 100%;
  left: 50%;
  top: 50%;
  height: auto;
  object-fit: contain;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.showreel {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(209, 209, 209);
  z-index: 3;
  -webkit-transition: 0.5s opacity ease;
  -moz-transition: 0.5s opacity ease;
  -o-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
}
body.showreel-open .showreel {
  z-index: 9;
}
.showreel--playing {
  pointer-events: auto;
  opacity: 1;
}
.showreel .plyr--video {
  height: 100vh;
}
.showreel .hamburger {
  position: absolute;
  top: 20px;
  right: 20px;
}

.plyr .plyr__poster {
  background-size: cover;
}
.plyr .plyr__controls__item.plyr__control,
.plyr .plyr__controls__item.plyr__menu button,
.plyr .plyr__controls__item.plyr__volume button {
  background-color: transparent;
}
.plyr .plyr__controls__item.plyr__control:hover,
.plyr .plyr__controls__item.plyr__menu button:hover,
.plyr .plyr__controls__item.plyr__volume button:hover {
  background-color: inherit;
  color: #ED4700;
}
.plyr .plyr__control.plyr__control--overlaid {
  background: #ED4700;
}
.plyr .plyr__progress input[type=range],
.plyr .plyr__controls__item.plyr__volume input[type=range] {
  color: #ED4700 !important;
}

.marquees {
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  align-items: center;
}
@media (min-width: 992px) {
  .marquees {
    left: -100px;
    right: 0;
    width: fit-content;
  }
}
.marquees .marquee {
  padding-right: var(--spacing);
  background-color: #101429;
}
.marquees .marquee:hover {
  color: #ED4700;
}

.header-animation {
  overflow-x: hidden;
  position: fixed;
  top: 0;
  width: calc(100% + 2px);
  left: -1px;
  height: 100vh;
  z-index: 9;
  pointer-events: none;
}
.header-animation__left, .header-animation__right {
  transition: 0.95s transform cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.95s transform cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.95s transform cubic-bezier(0.65, 0, 0.35, 1);
}
.header-animation__left {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-width: 100vh 101vw 0 0;
  border-color: #101429 transparent transparent transparent;
  border-style: solid;
  transform: translate(-100%);
  transition-delay: 0.2s;
}
.header-animation__right {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-width: 0 0 100vh 101vw;
  border-color: transparent transparent #101429 transparent;
  border-style: solid;
  transform: translate(100%);
  transition-delay: 0.2s;
}
body.tray-open .header-animation, body.showreel-open .header-animation, .header-animation.show {
  pointer-events: auto;
}
body.tray-open .header-animation .header-animation__left,
body.tray-open .header-animation .header-animation__right, body.showreel-open .header-animation .header-animation__left,
body.showreel-open .header-animation .header-animation__right, .header-animation.show .header-animation__left,
.header-animation.show .header-animation__right {
  opacity: 1 !important;
}
body.tray-open .header-animation .header-animation__left, body.showreel-open .header-animation .header-animation__left, .header-animation.show .header-animation__left {
  transform: translate(1px);
}
body.tray-open .header-animation .header-animation__right, body.showreel-open .header-animation .header-animation__right, .header-animation.show .header-animation__right {
  transform: translate(-1px);
}

.content-post-nav {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.content-post-nav .container {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 768px) {
  .content-post-nav .container {
    flex-wrap: nowrap;
  }
}
.content-post-nav .container a:first-child button {
  transform-origin: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-post-nav .container a:last-child {
  text-align: right;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .content-post-nav .container a:last-child {
    justify-content: flex-start;
  }
}
.content-post-nav a {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .content-post-nav a {
    width: auto;
  }
}
.content-post-nav a h2 {
  margin: 0 !important;
  font-size: 1.6rem !important;
}
.content-post-nav a button {
  margin-top: -10px;
}

.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 9;
  pointer-events: none;
}
.navbar .container {
  height: 100%;
}
.navbar .navbar__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 78px;
}
@media (min-width: 992px) {
  .navbar .navbar__inner {
    height: 104px;
  }
}
.navbar .navbar__inner .logo {
  -webkit-transition: 0.4s opacity ease;
  -moz-transition: 0.4s opacity ease;
  -o-transition: 0.4s opacity ease;
  transition: 0.4s opacity ease;
  max-width: 146px;
  pointer-events: auto;
}
body.hero-has-video .navbar .navbar__inner .logo {
  pointer-events: none;
}
.navbar .navbar__inner .logo svg {
  width: 100%;
  height: auto;
}
.navbar .navbar__inner .logo svg .letter,
.navbar .navbar__inner .logo svg .letter path {
  transition: 0.7s opacity ease, 0.7s fill ease;
}
body.tray-open .navbar .navbar__inner .logo {
  opacity: 1;
  -webkit-transition: 3s opacity ease;
  -moz-transition: 3s opacity ease;
  -o-transition: 3s opacity ease;
  transition: 3s opacity ease;
}
.navbar .navbar__inner .logo .emblem {
  fill: #fff;
  -webkit-transition: 0.4s fill ease, 0.4s transform ease, 0.6s opacity ease;
  -moz-transition: 0.4s fill ease, 0.4s transform ease, 0.6s opacity ease;
  -o-transition: 0.4s fill ease, 0.4s transform ease, 0.6s opacity ease;
  transition: 0.4s fill ease, 0.4s transform ease, 0.6s opacity ease;
}
.navbar .navbar__inner .logo:hover svg > path:first-child {
  fill: #ED4700;
}
.navbar .navbar__inner .logo.animated .letter {
  opacity: 0;
}
.home .navbar .navbar__inner .logo {
  opacity: 0;
}
.navbar .navbar__hitbox {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: auto;
  padding: 30px 0 30px 30px;
}
.navbar__contact {
  display: none;
  -webkit-transition: 0.3s background-color ease, 0.3s color ease, 0.4s opacity ease;
  -moz-transition: 0.3s background-color ease, 0.3s color ease, 0.4s opacity ease;
  -o-transition: 0.3s background-color ease, 0.3s color ease, 0.4s opacity ease;
  transition: 0.3s background-color ease, 0.3s color ease, 0.4s opacity ease;
}
@media (min-width: 768px) {
  .navbar__contact {
    display: block;
  }
}
body.tray-open .navbar__contact {
  opacity: 0;
  pointer-events: none;
}
body.hero-has-video .navbar__contact {
  pointer-events: auto;
}
@media (min-width: 768px) {
  .navbar .hamburger {
    margin-left: 20px;
  }
}
body.hero-has-video .navbar .hamburger {
  pointer-events: auto;
}
body.tray-open .navbar .hamburger span {
  background-color: #fff !important;
}
.navbar-light svg path,
.navbar-light svg polygon,
.navbar-light svg rect {
  fill: #ED4700 !important;
}
.navbar-light .navbar__contact {
  color: #101429;
}
.navbar-light .navbar__contact:hover {
  color: #fff;
}
.navbar-light .hamburger span {
  background-color: #101429;
}
.navbar-orange svg path,
.navbar-orange svg polygon,
.navbar-orange svg rect {
  fill: #fff !important;
}
.navbar-orange .navbar__contact {
  color: #fff;
}
.navbar-orange .navbar__contact:hover {
  color: #fff;
}
.navbar-orange .hamburger span {
  background-color: #fff;
}
body.page-id-294 .navbar .logo svg path,
body.page-id-294 .navbar .logo svg polygon,
body.page-id-294 .navbar .logo svg rect {
  fill: #fff !important;
}

.tray {
  opacity: 0;
  pointer-events: none;
  height: var(--app-height);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  padding-top: 30px;
  -webkit-transition: 1s opacity ease;
  -moz-transition: 1s opacity ease;
  -o-transition: 1s opacity ease;
  transition: 1s opacity ease;
}
@media (min-width: 768px) {
  .tray {
    padding-top: 5rem;
  }
}
body.tray-open .tray {
  opacity: 1;
  -webkit-transition: 0s opacity ease;
  -moz-transition: 0s opacity ease;
  -o-transition: 0s opacity ease;
  transition: 0s opacity ease;
}
.tray .container {
  height: 100%;
}
.tray__line {
  position: absolute;
  width: 1px;
  height: calc(100vh + 100px);
  background-color: #ED4700;
  left: auto;
  right: 100px;
  top: -90px;
  transform-origin: bottom right;
  -webkit-transform: rotate(24deg) scaleY(0);
  transform: rotate(24deg) scaleY(0);
  -webkit-transition: 1s transform ease;
  -moz-transition: 1s transform ease;
  -o-transition: 1s transform ease;
  transition: 1s transform ease;
}
body.tray-open .tray__line {
  -webkit-transform: rotate(24deg) scaleY(1);
  transform: rotate(24deg) scaleY(1);
  -webkit-transition: 1s transform ease 0.95s;
  -moz-transition: 1s transform ease 0.95s;
  -o-transition: 1s transform ease 0.95s;
  transition: 1s transform ease 0.95s;
}
@media (min-width: 992px) {
  .tray__line {
    left: 0;
    right: auto;
    transform-origin: bottom left;
  }
}
.tray__inner {
  position: static;
  top: calc(50% + 29.7142857143px);
  left: 50%;
  min-height: var(--app-height);
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 240px;
  row-gap: 40px;
  padding-top: 22.2857142857px;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .tray__inner {
    row-gap: 60px;
  }
}
@media (min-width: 992px) {
  .tray__inner {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    grid-template-columns: repeat(2, 1fr);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    min-height: 0;
  }
}
.tray__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-family: "Gordita";
  font-size: 3.8rem;
  padding-left: 32px;
}
.tray__menu li {
  padding-left: 0;
}
.tray__menu li::before, .tray__menu li::after {
  display: none;
}
body.tray-open .tray__menu {
  pointer-events: auto;
}
@media (min-width: 768px) {
  .tray__menu {
    font-size: 7rem;
  }
}
@media (min-width: 992px) {
  .tray__menu {
    padding-left: 0;
  }
}
.tray__menu li {
  line-height: 1;
  counter-increment: items;
  position: relative;
}
.tray__menu li:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .tray__menu li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.tray__menu li > a::before {
  content: "0" counter(items);
  position: absolute;
  left: -32px;
  top: 50%;
  font-size: 1.2rem;
  -webkit-transform: translate3d(0, calc(-50% - 4px), 0);
  transform: translate3d(0, calc(-50% - 4px), 0);
}
@media (min-width: 992px) {
  .tray__menu li > a::before {
    font-size: 1.4rem;
    left: -46px;
    -webkit-transform: translate3d(0, calc(-50% - 14px), 0);
    transform: translate3d(0, calc(-50% - 14px), 0);
  }
}
.tray__menu li a {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.tray__menu li a:hover {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ED4700;
}
.tray__menu li a:hover::after {
  color: #ED4700;
}
.tray .socials {
  justify-self: flex-start;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  order: 2;
  align-self: flex-start;
  font-size: 1.4rem;
}
body.tray-open .tray .socials {
  pointer-events: auto;
}
@media (min-width: 768px) {
  .tray .socials {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .tray .socials {
    order: -1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    justify-self: flex-end;
    align-self: flex-end;
  }
}
.tray .socials li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .tray .socials li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.tray .socials a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tray .socials a:hover {
  color: #ED4700;
}
.tray .socials-bg {
  display: none;
}

.hero {
  background-color: #101429;
  color: #fff;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero {
    cursor: none;
  }
}
.hero--video {
  height: 100vh;
  background: #101429;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.hero--video .hero__logo-lg svg {
  color: transparent;
  transition: 0.7s color ease 0.8s;
}
.hero--video .hero__logo-lg svg path {
  stroke-dasharray: 6637.5888671875;
  stroke-dashoffset: 6637.5888671875;
  stroke: #fff;
  transition: 7s stroke-dashoffset linear;
}
.hero--video video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  object-fit: cover;
}
.hero--video .hero__video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #101429;
  -webkit-transition: 0.35s opacity ease;
  -moz-transition: 0.35s opacity ease;
  -o-transition: 0.35s opacity ease;
  transition: 0.35s opacity ease;
}
.hero--video .hero__video-placeholder::after {
  content: "";
  background-color: rgba(16, 20, 41, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero--video .hero__video-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero--video .container {
  display: grid;
  grid-template-columns: 110px auto;
  position: relative;
  z-index: 2;
  max-width: 1920px;
  column-gap: 20px;
  margin: 0;
  padding-top: 40px;
  -webkit-transition: 0.35s opacity ease;
  -moz-transition: 0.35s opacity ease;
  -o-transition: 0.35s opacity ease;
  transition: 0.35s opacity ease;
}
@media (min-width: 768px) {
  .hero--video .container {
    display: block;
  }
}
.hero--video .container .hero__tagline {
  position: relative;
  left: auto;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5%;
  z-index: 2;
  order: 2;
  margin-top: 90px;
  transition-delay: 0.7s !important;
}
@media (min-width: 768px) {
  .hero--video .container .hero__tagline {
    position: absolute;
    left: 21%;
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.hero--video .container svg {
  order: 1;
  transform-origin: top left;
  height: 100%;
  width: auto;
  max-height: 110px;
  max-width: 90vh;
  -webkit-transform: rotate(90deg) translate3d(0, -110px, 0);
  transform: rotate(90deg) translate3d(0, -110px, 0);
}
body.page-id-296 .hero--video .container svg path,
body.page-id-296 .hero--video .container svg rect {
  fill: #ED4700;
}
@media (min-width: 768px) {
  .hero--video .container svg {
    height: auto;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.hero__play {
  display: block;
  z-index: 2;
  position: absolute;
  top: 40%;
  left: 150px;
  height: auto;
  width: 76px;
  border: none;
  padding: 0;
  text-align: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.075s transform ease, 0.35s opacity ease;
  -moz-transition: 0.075s transform ease, 0.35s opacity ease;
  -o-transition: 0.075s transform ease, 0.35s opacity ease;
  transition: 0.075s transform ease, 0.35s opacity ease;
}
@media (min-width: 768px) {
  .hero__play {
    display: none;
  }
}
.hero__play__button {
  background-color: #ED4700;
  color: #fff;
  height: 76px;
  width: 76px;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .hero__play__button {
    height: 104px;
    width: 104px;
  }
}
.hero__play__button svg {
  margin-right: -8px;
}
.hero__play p {
  font-size: 1.4rem;
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 768px) {
  .hero__play p {
    display: none;
  }
}
.hero__scroll {
  pointer-events: auto;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 3;
  padding-bottom: 60px;
}
.hero__scroll button {
  height: 90px;
  width: 90px;
}
@media (min-width: 576px) {
  .hero__scroll button {
    height: 120px;
    width: 120px;
  }
}
.hero__scroll button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.11025 0.130127H6.61025V0.630127V22.3447L1.97882 17.2923L1.64096 16.9237L0.903809 17.5994L1.24167 17.968L6.61025 23.8246V24.1301H6.8903L7.11025 24.3701L7.3302 24.1301H7.61025V23.8246L12.9788 17.968L13.3167 17.5994L12.5795 16.9237L12.2417 17.2923L7.61025 22.3447V1.13013H13.1102H13.6102V0.130127H13.1102H7.11025Z' fill='white' /%3E%3C/svg%3E");
  height: 30px;
  width: 30px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.hero__scroll button .arrow {
  display: none;
}
.hero__scroll .button.button-rounded .circle {
  transition-delay: 0.9s !important;
}
.hero__scroll .button.button-rounded::after {
  transition-delay: 1.1s !important;
}
.hero.video-playing .container, .hero.video-playing .hero__video-placeholder {
  opacity: 0;
}
.hero--text {
  background-color: #101429;
  position: relative;
}
.hero--text__cutout {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 26px;
  width: calc(100% - 80px);
  margin-left: 40px;
}
@media (min-width: 992px) {
  .hero--text__cutout {
    width: 100%;
    height: 46px;
    margin-left: 0;
  }
}
.hero--text__cutout::before, .hero--text__cutout::after {
  content: "";
  bottom: 0;
  position: absolute;
  height: 0;
  width: 0;
}
.hero--text__cutout::before {
  left: -20px;
  border-style: solid;
  border-width: 0 0 26px 20px;
  border-color: transparent transparent #fff transparent;
}
@media (min-width: 992px) {
  .hero--text__cutout::before {
    border-width: 0 0 46px 30px;
    left: -30px;
  }
}
.hero--text__cutout::after {
  right: -20px;
  border-style: solid;
  border-width: 26px 0 0 20px;
  border-color: transparent transparent transparent #fff;
}
@media (min-width: 992px) {
  .hero--text__cutout::after {
    border-width: 46px 0 0 30px;
    right: -30px;
  }
}
.hero--text__inner {
  height: 196px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  transform: translateY(45px);
}
@media (min-width: 768px) {
  .hero--text__inner {
    transform: translateY(40px);
  }
}
@media (min-width: 992px) {
  .hero--text__inner {
    height: 370px;
  }
}
.hero--text h1 {
  text-transform: none;
  font-weight: 400;
  letter-spacing: -2px;
  color: transparent;
  margin: 0;
  line-height: 1;
  top: -44px;
  position: relative;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ED4700;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .hero--text h1 {
    font-size: 13rem;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    top: -22px;
  }
}
@media (min-width: 992px) {
  .hero--text h1 {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    font-size: 26rem;
    top: 0px;
  }
}
.hero--post-type {
  padding: 120px 0 40px;
}
@media (min-width: 768px) {
  .hero--post-type {
    padding: 160px 0 80px;
  }
}
.hero--post-type__header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hero--post-type__header {
    margin-bottom: 60px;
    gap: 80px;
    grid-template-columns: 140px 1fr;
  }
}
.hero--post-type__header h1 {
  margin: 0;
}
.hero--post-type__header__breadcrumb a i {
  margin-right: 10px;
}
.hero--post-type__header__breadcrumb a:hover {
  color: #ED4700;
}
.hero--post-type__categories {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  position: relative;
}
.hero--post-type__categories li {
  padding-left: 0;
}
.hero--post-type__categories li::before, .hero--post-type__categories li::after {
  display: none;
}
@media (min-width: 768px) {
  .hero--post-type__categories {
    margin-top: 0;
  }
}
.hero--post-type__categories li {
  font-size: 1.2rem;
  padding-right: 1.5em;
  position: relative;
  min-width: fit-content;
}
@media (min-width: 768px) {
  .hero--post-type__categories li {
    font-size: 1.6rem;
  }
}
.hero--post-type__categories li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5em;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.hero--post-type__categories li a:hover {
  color: #ED4700;
}
.hero--post-type__categories li:before {
  content: "";
}
.hero--post-type__image {
  width: 100%;
  height: 270px;
  position: relative;
}
@media (min-width: 768px) {
  .hero--post-type__image {
    height: 550px;
  }
}
.hero--post-type__image__inner {
  height: 100%;
  width: 100%;
  background-color: #fff;
  clip-path: polygon(12% 0, 0 45%, 0 100%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(12% 0, 0 45%, 0 100%, 100% 100%, 100% 0);
}
.hero--post-type__image__image {
  height: 100%;
  width: 100%;
}
.hero--post-type__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  clip-path: polygon(12% 0, 0 45%, 0 100%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(12% 0, 0 45%, 0 100%, 100% 100%, 100% 0);
}
.hero--post-type__excerpt {
  margin-top: 30px;
  max-width: 698.1818181818px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .hero--post-type__excerpt {
    margin-top: 60px;
  }
}
.hero--post-type__excerpt p {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .hero--post-type__excerpt p {
    font-size: 2.8rem;
  }
}
.hero--post-type__excerpt p span {
  color: #ED4700;
}

.wow.animated .hero__logo-lg svg, .content-text__content > .animated .hero__logo-lg svg {
  color: #fff;
}
.wow.animated .hero__logo-lg svg path, .content-text__content > .animated .hero__logo-lg svg path {
  stroke-dashoffset: 0;
}

.hero--post-type .hero--post-type__header__subheading .section-heading {
  transition-delay: 0.35s !important;
}
.hero--post-type .hero--post-type__header__heading .h2 {
  transition-delay: 0.55s !important;
}
.hero--post-type .hero--post-type__categories {
  transition-delay: 0.75s !important;
}
.hero--post-type .hero--post-type__image {
  transition-delay: 0.95s !important;
}
.hero--post-type .hero--post-type__image__image {
  transition-delay: 1.65s !important;
}
.hero--post-type .hero--post-type__excerpt {
  transition-delay: 1.95s !important;
}

main {
  min-height: 400px;
}

.desktop-show {
  display: none;
}
@media (min-width: 992px) {
  .desktop-show {
    display: block;
  }
}

.mobile-show {
  display: block;
}
@media (min-width: 992px) {
  .mobile-show {
    display: none;
  }
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.sections {
  min-height: 80vh;
}
.sections .section {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .sections .section {
    padding-top: 120px;
    padding-bottom: 80px;
    margin-top: 120px;
  }
}
.sections .section:first-child,
.sections .section + .bg-dark,
.sections .section + .bg-light,
.sections .section + .bg-grey {
  margin-top: 0;
}
.sections .section.bg-dark + .bg-dark, .sections .section.bg-light + .bg-light, .sections .section.bg-grey + .bg-grey {
  padding-top: 0 !important;
}
.sections p,
.sections ul,
.sections ol,
.sections blockquote {
  padding: 0;
  margin: 20px 0 0;
}
.sections h1,
.sections .h1,
.sections h2,
.sections .h2,
.sections h3,
.sections .h3,
.sections h4,
.sections .h4,
.sections .section-heading,
.sections h5,
.sections .h5,
.sections h6,
.sections .h6 {
  padding: 0;
  margin: 40px 0 0;
}
.sections h1:first-child,
.sections .h1:first-child,
.sections h2:first-child,
.sections .h2:first-child,
.sections h3:first-child,
.sections .h3:first-child,
.sections h4:first-child,
.sections .h4:first-child,
.sections .section-heading:first-child,
.sections h5:first-child,
.sections .h5:first-child,
.sections h6:first-child,
.sections .h6:first-child {
  margin-top: 0;
}

.section-heading {
  margin-top: 0;
  font-family: "Source Code Pro", monospace;
  color: #ED4700;
  font-weight: 400;
  letter-spacing: 2%;
}
.bg-orange .section-heading {
  color: #fff;
}

body.single .sections section {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  body.single .sections section {
    font-size: 2rem;
  }
  body.single .sections section:not(:first-child) {
    padding-top: 240px;
    padding-bottom: 109.0909090909px;
  }
}

.footer {
  padding: 60px 0 0;
  overflow: hidden;
  border-bottom: 1px solid #101429;
}
@media (min-width: 768px) {
  .footer {
    padding: 100px 0 0;
  }
}
.footer__main {
  border-top: 1px solid #ED4700;
  border-bottom: 1px solid #ED4700;
}
.footer__main__inner {
  display: grid;
  grid-template-columns: 70% 90%;
}
@media (min-width: 576px) {
  .footer__main__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1400px) {
  .footer__main__inner {
    grid-template-columns: 330px 240px auto;
  }
}
.footer__main__creds {
  background-color: #101429;
  padding-top: 12px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.footer__main__creds p {
  text-transform: uppercase;
  padding-right: 80px;
  letter-spacing: 0.5%;
}
.footer__main .marquees {
  grid-column: span 2;
  position: relative;
  border-top: 1px solid #ED4700;
  height: 136px;
  padding-right: 30px;
}
@media (min-width: 1400px) {
  .footer__main .marquees {
    grid-column: span 1;
    border-top: 0;
    height: 100%;
  }
}
.footer__main .socials {
  position: relative;
  z-index: 2;
  -webkit-transform: translate3d(-8%, 0, 0);
  transform: translate3d(-8%, 0, 0);
}
@media (min-width: 576px) {
  .footer__main .socials {
    -webkit-transform: translate3d(128.25px, 0, 0);
    transform: translate3d(128.25px, 0, 0);
  }
}
@media (min-width: 1400px) {
  .footer__main .socials {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.footer__main .socials li {
  margin-bottom: 1px;
  height: 62px;
}
@media (min-width: 992px) {
  .footer__main .socials li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25%;
    margin-bottom: 0;
  }
}
.footer__main .socials li:not(:last-child) > a::before {
  border-bottom: 1px solid #ED4700;
}
.footer__main .socials li:nth-child(1) {
  -webkit-transform: translate3d(-28.5px, 0, 0);
  transform: translate3d(-28.5px, 0, 0);
}
.footer__main .socials li:nth-child(2) {
  -webkit-transform: translate3d(-57px, 0, 0);
  transform: translate3d(-57px, 0, 0);
}
.footer__main .socials li:nth-child(3) {
  -webkit-transform: translate3d(-85.5px, 0, 0);
  transform: translate3d(-85.5px, 0, 0);
}
.footer__main .socials li:nth-child(4) {
  -webkit-transform: translate3d(-114px, 0, 0);
  transform: translate3d(-114px, 0, 0);
}
.footer__main .socials li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.8rem;
  padding: 16px 20px 16px 45px;
  height: 102%;
}
@media (min-width: 992px) {
  .footer__main .socials li a {
    width: 20rem;
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .footer__main .socials li a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 20px;
  }
}
.footer__main .socials li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ED4700;
  border-right: 1px solid #ED4700;
  border-bottom: 1px solid #ED4700;
  background-color: #101429;
  -webkit-transform: skew(-24deg);
  transform: skew(-24deg);
  -webkit-transition: 0.2s background-color ease;
  -moz-transition: 0.2s background-color ease;
  -o-transition: 0.2s background-color ease;
  transition: 0.2s background-color ease;
}
@media (min-width: 1400px) {
  .footer__main .socials li a::before {
    -webkit-transform: skew(-23deg);
    transform: skew(-23deg);
  }
}
.footer__main .socials li a:hover::before {
  background-color: #ED4700;
  color: white;
}
.footer__main .socials li a i,
.footer__main .socials li a span {
  position: relative;
  z-index: 3;
}
.footer__main .socials li a i {
  margin-right: 10px;
  font-size: 1.5rem;
}
.footer__main__email {
  z-index: 1;
  align-self: center;
  font-size: 4rem;
  margin-top: -1px;
}
@media (min-width: 576px) {
  .footer__main__email {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .footer__main__email {
    font-size: 6rem;
  }
}
@media (min-width: 992px) {
  .footer__main__email {
    font-size: 7rem;
    margin-top: 0;
  }
}
.footer__copyright {
  padding: 30px 0;
  font-size: 1.3rem;
  margin-top: -1px;
}
.footer__copyright__inner {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__copyright__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    text-align: left;
  }
}
.footer__copyright .menu-footer-container {
  justify-self: center;
}
.footer__copyright .menu-footer-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 16px;
}
.footer__copyright .menu-footer-container ul li {
  padding-left: 0;
}
.footer__copyright .menu-footer-container ul li::before, .footer__copyright .menu-footer-container ul li::after {
  display: none;
}

.nav-404 {
  min-height: 80vh;
}
.nav-404 .page-header {
  padding-top: 20rem;
}
.nav-404 .page-header h2 {
  margin: 0;
}
.nav-404 .page-header h3 {
  text-transform: capitalize !important;
  font-weight: 300;
}

.content-text {
  padding-top: 140px !important;
}
.content-text .bg-text-horizontal {
  left: 50%;
  transform: translate3d(-50%, -40%, 0);
}
.content-text__button {
  padding-top: 60px;
  display: flex;
  justify-content: center;
}
.content-text__button span {
  color: black;
}
.content-text .section-heading {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .content-text .bg-text-horizontal + .container {
    padding-top: 40px;
  }
}
.content-text__content {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left;
}
.content-text__content > *:nth-child(1) {
  transition-delay: 0.55s;
}
.content-text__content > *:nth-child(2) {
  transition-delay: 0.75s;
}
.content-text__content > *:nth-child(3) {
  transition-delay: 0.95s;
}
.content-text__content > *:nth-child(4) {
  transition-delay: 1.15s;
}
.content-text__content > *:nth-child(5) {
  transition-delay: 1.35s;
}
.content-text__content > *:nth-child(6) {
  transition-delay: 1.55s;
}
.content-text__content > *:nth-child(7) {
  transition-delay: 1.75s;
}
.content-text__content > *:nth-child(8) {
  transition-delay: 1.95s;
}
.content-text__content > *:nth-child(9) {
  transition-delay: 2.15s;
}
.content-text__content > *:nth-child(10) {
  transition-delay: 2.35s;
}
.content-text__content > *:nth-child(11) {
  transition-delay: 2.55s;
}
.content-text__content > *:nth-child(12) {
  transition-delay: 2.75s;
}
.content-text__content > *:nth-child(13) {
  transition-delay: 2.95s;
}
.content-text__content > *:nth-child(14) {
  transition-delay: 3.15s;
}
.content-text__content > *:nth-child(15) {
  transition-delay: 3.35s;
}
.content-text__content > *:nth-child(16) {
  transition-delay: 3.55s;
}
.content-text__content > *:nth-child(17) {
  transition-delay: 3.75s;
}
.content-text__content > *:nth-child(18) {
  transition-delay: 3.95s;
}
.content-text__content > *:nth-child(19) {
  transition-delay: 4.15s;
}
.content-text__content > *:nth-child(20) {
  transition-delay: 4.35s;
}
.content-text__content blockquote {
  position: relative;
  float: none;
  max-width: 430px;
  margin: 30px 0;
  padding: 20px 20px 0 0;
  color: #ED4700;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .content-text__content blockquote {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .content-text__content blockquote {
    margin: 30px 50px 30px -200px;
    float: left;
  }
}
.content-text__content blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #101429;
}
.content-text__content blockquote::after {
  content: "";
  position: absolute;
  top: -1.25px;
  right: 4px;
  width: 1px;
  height: 30px;
  background-color: #101429;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
@media (min-width: 768px) {
  .content-text__content blockquote::after {
    height: 50px;
    right: 1px;
    width: 1px;
  }
}
.content-text__content blockquote p {
  margin: 0;
}
.content-text .button .circle {
  transition-delay: 0.35s !important;
}
.content-text .button span,
.content-text .button p {
  transition-delay: 0.55s !important;
}

.content-quote {
  text-align: center;
}
.content-quote__text {
  margin: 60px 0 0;
  transition-delay: 0.35s !important;
}
.content-quote__text * {
  font-size: 2.1rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .content-quote__text * {
    font-size: 4.8rem;
  }
}
.content-quote__text svg {
  vertical-align: baseline;
  height: 16px !important;
}
@media (min-width: 768px) {
  .content-quote__text svg {
    height: 40px !important;
  }
}
.content-quote .button {
  margin-top: 60px;
}
.content-quote .button .circle {
  transition-delay: 0.5s !important;
}
.content-quote .button span,
.content-quote .button p {
  transition-delay: 0.7s !important;
}

.content-image-and-text {
  padding-top: 100px !important;
}
.content-image-and-text__quote {
  transition-delay: 0.35s !important;
}
.content-image-and-text .container-md .content-col {
  padding-bottom: 3rem;
}
.content-image-and-text .container-md .image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-delay: 0.95s !important;
}
.content-image-and-text .container-md .content-image-and-text__images__image__reveal,
.content-image-and-text .container-md .content-image-and-text__images__image__inner {
  width: 100%;
  height: 100%;
}
.content-image-and-text .container-md .content-image-and-text__images__image__reveal {
  transition-delay: 0.35s !important;
}
.content-image-and-text .container-md .content-image-and-text__images__image__inner {
  background-color: #101429;
}
.content-image-and-text .container-md .content-image-and-text__images__image {
  height: 40vh;
  clip-path: polygon(9% 0, 0 19%, 0 100%, 100% 100%, 100% 0);
}
.content-image-and-text .container-md .text-right {
  order: 2;
}
@media (min-width: 992px) {
  .content-image-and-text .container-md {
    display: flex;
    align-items: center;
  }
  .content-image-and-text .container-md .content-col,
.content-image-and-text .container-md .image-col {
    width: 50%;
    padding: 0 3rem;
  }
  .content-image-and-text .container-md .text-right {
    order: 2;
  }
}

.content-quote-image {
  position: relative;
  padding-top: 50px !important;
}
@media (min-width: 992px) {
  .content-quote-image {
    padding-top: 140px !important;
  }
}
.content-quote-image__bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.content-quote-image__bg__bottom {
  position: absolute;
  bottom: 0;
  height: 20%;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 576px) {
  .content-quote-image__bg__bottom {
    height: 30%;
  }
}
.content-quote-image .bg-text-horizontal {
  position: relative;
  top: auto;
  left: auto;
}
.content-quote-image .bg-text-horizontal + .container {
  margin-top: 0;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .content-quote-image .bg-text-horizontal + .container {
    margin-top: -100px;
    padding-top: 0;
  }
}
.content-quote-image .container-md {
  position: relative;
  z-index: 2;
  padding-top: 40px;
}
.content-quote-image .container-md .section-heading {
  text-align: center;
}
.content-quote-image__quote {
  padding-bottom: 50px;
  transition-delay: 0.35s !important;
}
@media (min-width: 768px) {
  .content-quote-image__quote {
    padding-bottom: 0;
  }
}
.content-quote-image__quote * {
  font-size: 2.1rem;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .content-quote-image__quote * {
    font-size: 4.8rem;
  }
}
.content-quote-image__images {
  margin-top: 40px;
  display: block;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .content-quote-image__images {
    margin-top: 80px;
    display: grid;
  }
}
.content-quote-image__images__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-quote-image__images__image__inner, .content-quote-image__images__image__reveal {
  width: 100%;
  height: 100%;
}
.content-quote-image__images__image__inner {
  background-color: #101429;
}
.content-quote-image__images__image:first-of-type {
  height: 230px;
  object-fit: cover;
  margin-left: -20vw;
  margin-bottom: 20px;
  max-width: 100%;
  clip-path: polygon(88% 0, 100% 45%, 100% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(88% 0, 100% 45%, 100% 100%, 0 100%, 0 0);
}
@media (min-width: 768px) {
  .content-quote-image__images__image:first-of-type {
    width: calc(50vw + 50%);
    margin-left: -30vw;
    height: 70vh;
    max-width: none;
  }
}
.content-quote-image__images__image:first-of-type .content-quote-image__images__image__inner {
  clip-path: polygon(88% 0, 100% 45%, 100% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(88% 0, 100% 45%, 100% 100%, 0 100%, 0 0);
}
.content-quote-image__images__image:first-of-type .content-quote-image__images__image__reveal {
  transition-delay: 0.45s !important;
}
.content-quote-image__images__image:first-of-type img {
  transition-delay: 0.95s !important;
}
.content-quote-image__images__image:last-of-type {
  height: 200px;
  object-fit: cover;
  margin-left: 20vw;
  width: calc(30vw + 50%);
  max-width: none;
  clip-path: polygon(12% 0, 0 45%, 0 100%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(12% 0, 0 45%, 0 100%, 100% 100%, 100% 0);
}
@media (min-width: 768px) {
  .content-quote-image__images__image:last-of-type {
    margin-left: 10vw;
    margin-top: 20px;
    height: 50vh;
  }
}
@media (min-width: 992px) {
  .content-quote-image__images__image:last-of-type {
    margin-top: 40px;
  }
}
@media (min-width: 1400px) {
  .content-quote-image__images__image:last-of-type {
    margin-top: 60px;
  }
}
.content-quote-image__images__image:last-of-type .content-quote-image__images__image__inner {
  clip-path: polygon(12% 0, 0 45%, 0 100%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(12% 0, 0 45%, 0 100%, 100% 100%, 100% 0);
}
.content-quote-image__images__image:last-of-type .content-quote-image__images__image__reveal {
  transition-delay: 0.85s !important;
}
.content-quote-image__images__image:last-of-type img {
  transition-delay: 1.35s !important;
}
.content-quote-image__images--2 {
  grid-template-columns: repeat(2, 1fr);
}

.content-quote-image.bg-light + .bg-dark,
.content-quote-image.bg-light + .bg-grey,
.content-quote-image.bg-dark + .bg-grey,
.content-quote-image.bg-dark + .bg-light,
.content-quote-image.bg-grey + .bg-light,
.content-quote-image.bg-grey + .bg-dark {
  margin-top: -140px !important;
  padding-top: 140px !important;
}
@media (min-width: 768px) {
  .content-quote-image.bg-light + .bg-dark,
.content-quote-image.bg-light + .bg-grey,
.content-quote-image.bg-dark + .bg-grey,
.content-quote-image.bg-dark + .bg-light,
.content-quote-image.bg-grey + .bg-light,
.content-quote-image.bg-grey + .bg-dark {
    margin-top: -170px !important;
    padding-top: 170px !important;
  }
}

.content-quote-image.bg-light + .bg-light,
.content-quote-image.bg-grey + .bg-grey,
.content-quote-image.bg-dark + .bg-dark {
  padding-top: 0 !important;
  margin-top: -100px !important;
}

.content-heading {
  text-align: center;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.content-heading--overlap {
  padding-top: 50px !important;
  padding-bottom: 150px !important;
}
@media (min-width: 768px) {
  .content-heading {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
}
@media (min-width: 768px) {
  .content-heading h2 {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
  }
}

.content-statistics {
  position: relative;
  overflow: visible !important;
}
.sections .section .content-statistics {
  overflow-y: visible;
}
.content-statistics__content > *:nth-child(1) {
  transition-delay: 0.5s !important;
}
.content-statistics__content > *:nth-child(2) {
  transition-delay: 0.75s !important;
}
.content-statistics__content > *:nth-child(3) {
  transition-delay: 1s !important;
}
.content-statistics__content > *:nth-child(4) {
  transition-delay: 1.25s !important;
}
.content-statistics__content > *:nth-child(5) {
  transition-delay: 1.5s !important;
}
.content-statistics__content > *:nth-child(6) {
  transition-delay: 1.75s !important;
}
.content-statistics__content > *:nth-child(7) {
  transition-delay: 2s !important;
}
.content-statistics__content > *:nth-child(8) {
  transition-delay: 2.25s !important;
}
.content-statistics__content > *:nth-child(9) {
  transition-delay: 2.5s !important;
}
.content-statistics__content > *:nth-child(10) {
  transition-delay: 2.75s !important;
}
.content-statistics__image {
  height: 260px;
  max-width: none;
  width: 100%;
  margin-bottom: 40px;
  clip-path: polygon(12% 0, 0 45%, 0 100%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(12% 0, 0 45%, 0 100%, 100% 100%, 100% 0);
}
.content-statistics__image__reveal, .content-statistics__image__inner {
  width: 100%;
  height: 100%;
}
.content-statistics__image__reveal {
  background-color: #101429;
  clip-path: polygon(12% 0, 0 45%, 0 100%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(12% 0, 0 45%, 0 100%, 100% 100%, 100% 0);
}
.content-statistics__image__reveal img {
  transition-delay: 0.5s !important;
}
@media (min-width: 768px) {
  .content-statistics__image {
    max-width: 60%;
    height: 400px;
    margin-bottom: 100px;
  }
}
.content-statistics__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-statistics__inner h3 {
  color: #ED4700;
  font-family: "Gordita";
  text-transform: none;
  font-weight: 400;
  margin-bottom: 40px;
}
.content-statistics__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .content-statistics__stats {
    grid-template-columns: repeat(3, 1fr);
  }
}
.content-statistics__stats p {
  margin-left: 20%;
}
.content-statistics__stats p:last-of-type {
  margin-left: 30%;
}
@media (min-width: 768px) {
  .content-statistics__stats p:last-of-type {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .content-statistics__stats p {
    margin-left: 0;
  }
}
.content-statistics__stats__item {
  font-size: 3.6rem;
  line-height: 1.6;
  text-align: left;
}
.content-statistics__stats__item:nth-child(1) {
  transition-delay: 0.7s !important;
}
.content-statistics__stats__item:nth-child(2) {
  transition-delay: 0.95s !important;
}
.content-statistics__stats__item:nth-child(3) {
  transition-delay: 1.2s !important;
}
.content-statistics__stats__item:nth-child(4) {
  transition-delay: 1.45s !important;
}
.content-statistics__stats__item:nth-child(5) {
  transition-delay: 1.7s !important;
}
.content-statistics__stats__item:nth-child(6) {
  transition-delay: 1.95s !important;
}
.content-statistics__stats__item:last-of-type {
  grid-column-start: span 2;
}
@media (min-width: 768px) {
  .content-statistics__stats__item:last-of-type {
    grid-column-start: span 1;
  }
}
@media (min-width: 768px) {
  .content-statistics__stats__item {
    font-size: 8rem;
  }
}
.content-statistics__stats__item span {
  display: block;
  color: #ED4700;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Source Code Pro", monospace;
  position: relative;
  padding-top: 20px;
}
.content-statistics__stats__item span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-light .content-statistics__stats__item span::before {
  background-color: rgba(16, 20, 41, 0.4);
}
.content-statistics__stats__item span::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 164px;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
@media (min-width: 768px) {
  .content-statistics__stats__item span::after {
    height: 30px;
    left: 166px;
    width: 1px;
    top: -2px;
  }
}
.bg-light .content-statistics__stats__item span::after {
  background-color: rgba(16, 20, 41, 0.4);
}
.content-statistics__inner--content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media (min-width: 768px) {
  .content-statistics__inner--content {
    grid-template-columns: 60% 1fr;
    gap: 10vw;
  }
}
@media (min-width: 768px) {
  .content-statistics__inner--content .content-statistics__stats {
    grid-template-columns: 1fr;
  }
}

.content-heading.bg-light + .content-statistics--overlap.bg-dark .container,
.content-heading.bg-light + .content-statistics--overlap.bg-grey .container,
.content-heading.bg-dark + .content-statistics--overlap.bg-grey .container,
.content-heading.bg-dark + .content-statistics--overlap.bg-light .container,
.content-heading.bg-grey + .content-statistics--overlap.bg-light .container,
.content-heading.bg-grey + .content-statistics--overlap.bg-dark .container {
  margin-top: -210px;
}
@media (min-width: 768px) {
  .content-heading.bg-light + .content-statistics--overlap.bg-dark .container,
.content-heading.bg-light + .content-statistics--overlap.bg-grey .container,
.content-heading.bg-dark + .content-statistics--overlap.bg-grey .container,
.content-heading.bg-dark + .content-statistics--overlap.bg-light .container,
.content-heading.bg-grey + .content-statistics--overlap.bg-light .container,
.content-heading.bg-grey + .content-statistics--overlap.bg-dark .container {
    margin-top: -260px;
  }
}

.content-services {
  text-align: center;
}
.content-services .section-heading {
  margin-bottom: 96px;
}
.content-services__links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-services__links li {
  padding-left: 0;
}
.content-services__links li::before, .content-services__links li::after {
  display: none;
}
.content-services__links li {
  position: relative;
  z-index: 3;
}
.content-services__links li a {
  transition-duration: 0.4s;
}
.content-services__links li::before, .content-services__links li::after {
  display: none !important;
}
.content-services__links li:nth-child(1) > a {
  transition-delay: 0.4s;
}
.content-services__links li:nth-child(2) > a {
  transition-delay: 0.45s;
}
.content-services__links li:nth-child(3) > a {
  transition-delay: 0.5s;
}
.content-services__links li:nth-child(4) > a {
  transition-delay: 0.55s;
}
.content-services__links li:nth-child(5) > a {
  transition-delay: 0.6s;
}
.content-services__links li:nth-child(6) > a {
  transition-delay: 0.65s;
}
.content-services__links li:nth-child(7) > a {
  transition-delay: 0.7s;
}
.content-services__links li:nth-child(8) > a {
  transition-delay: 0.75s;
}
.content-services__links li:nth-child(9) > a {
  transition-delay: 0.8s;
}
.content-services__links li:nth-child(10) > a {
  transition-delay: 0.85s;
}
.content-services__links .h2 {
  font-family: "Gordita";
  font-weight: 400;
  text-transform: none;
}
.content-services__links .magnified {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 32.5px;
  top: 50%;
  height: 260px;
  width: 312px;
  -webkit-animation: servicesHoverOut 0.7s ease forwards;
  -moz-animation: servicesHoverOut 0.7s ease forwards;
  -o-animation: servicesHoverOut 0.7s ease forwards;
  animation: servicesHoverOut 0.7s ease forwards;
  -webkit-transform: translate3d(100%, -50%, 0);
  transform: translate3d(100%, -50%, 0);
}
.content-services__links .magnified img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.content-services__links a {
  display: inline-block;
  position: relative;
  text-underline-offset: px;
  z-index: 1;
}
.content-services__links a:hover .magnified {
  opacity: 1;
  pointer-events: auto;
  -webkit-animation: servicesHoverIn 1s ease forwards;
  -moz-animation: servicesHoverIn 1s ease forwards;
  -o-animation: servicesHoverIn 1s ease forwards;
  animation: servicesHoverIn 1s ease forwards;
  -webkit-transform: translate3d(100%, -50%, 0) scale(1);
  transform: translate3d(100%, -50%, 0) scale(1);
}
.content-services__links a:hover {
  color: #ED4700;
  text-decoration-color: #ED4700;
  -moz-text-decoration-color: #ED4700;
}
.content-services__links li:nth-child(2n+1) {
  -webkit-transform: translate3d(4%, 0, 0);
  transform: translate3d(4%, 0, 0);
}
.content-services__links li:nth-child(2n+2) {
  -webkit-transform: translate3d(-6%, 0, 0);
  transform: translate3d(-6%, 0, 0);
}
.content-services__links li:nth-child(3n+3) {
  -webkit-transform: translate3d(6%, 0, 0);
  transform: translate3d(6%, 0, 0);
}

.slider .container-md {
  max-width: 1028px;
}
.slider .section-heading {
  color: #fff;
  text-align: center;
  margin: 0 0 80px;
}
.slider__inner {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
.slider__image {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 271px;
  -webkit-transition: 0.3s transform ease;
  -moz-transition: 0.3s transform ease;
  -o-transition: 0.3s transform ease;
  transition: 0.3s transform ease;
}
.slider__image__reveal {
  height: 100%;
}
.slider__image__inner {
  height: 100%;
  background-color: #fff;
}
.slider__image__inner,
.slider__image img {
  clip-path: polygon(31.5px 0, 0 61px, 0 100%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(31.5px 0, 0 61px, 0 100%, 100% 100%, 100% 0);
}
@media (min-width: 768px) {
  .slider__image__inner,
.slider__image img {
    clip-path: polygon(63px 0, 0 121px, 0 100%, 100% 100%, 100% 0);
    -webkit-clip-path: polygon(63px 0, 0 121px, 0 100%, 100% 100%, 100% 0);
  }
}
@media (min-width: 768px) {
  .slider__image {
    max-width: 540px;
    height: 640px;
  }
}
.slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slider__text {
  display: block;
  padding-left: 45px;
}
.swiper-slide:not(.swiper-slide-active) .slider__text {
  display: none;
}
@media (min-width: 768px) {
  .slider__text {
    display: none;
  }
}
.slider__content {
  position: relative;
  z-index: 2;
  height: 100%;
  top: auto;
  left: auto;
  width: 100%;
  max-width: calc(100vw - 60px);
  display: block;
  height: auto;
  margin-bottom: 30px;
  padding-right: 0;
  -webkit-transition: 0.3s height ease;
  -moz-transition: 0.3s height ease;
  -o-transition: 0.3s height ease;
  transition: 0.3s height ease;
}
@media (min-width: 768px) {
  .slider__content {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 44%;
    padding-right: 60px;
  }
}
.slider__content__block {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: 0.3s opacity ease;
  -moz-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .slider__content__block {
    position: absolute;
    top: calc(50% - 60px);
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
.slider__content__block.active {
  opacity: 1;
  pointer-events: auto;
}
.slider__content__block .section-heading {
  text-align: left;
  margin: 0 0 30px;
  color: #ED4700;
}
.slider__content__block h4.h2 {
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.91px;
  word-wrap: break-all;
  width: 100%;
  transition-delay: 0.35s !important;
}
@media (min-width: 768px) {
  .slider__content__block h4.h2 {
    display: block;
    font-size: 4.8rem;
    line-height: 1;
  }
}
.slider__content__block__text, .slider__content__block__text * {
  font-size: 1.8rem;
  line-height: 1.6;
}
.slider__content__block__text {
  transition-delay: 0.7s !important;
  display: none;
}
@media (min-width: 768px) {
  .slider__content__block__text {
    display: block;
  }
}
.slider__content .swiper-nav {
  margin-top: 0;
  align-self: flex-end;
  display: none;
  gap: 20px;
}
@media (min-width: 768px) {
  .slider__content .swiper-nav {
    display: flex;
  }
}
.slider__content .swiper-nav .swiper-button-prev,
.slider__content .swiper-nav .swiper-button-next {
  --swiper-navigation-size: 26px;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 20px;
}
section.bg-light .slider__content .swiper-nav .swiper-button-prev,
section.bg-light .slider__content .swiper-nav .swiper-button-next {
  color: #101429;
}
.slider .swiper {
  max-width: 100vw;
  margin-left: -40px;
  padding-left: 40px;
  padding-right: 30px;
  margin-right: 0;
  overflow: visible;
  pointer-events: none;
}
@media (min-width: 768px) {
  .slider .swiper {
    max-width: 540px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.slider .swiper .swiper-slide {
  opacity: 1;
  -webkit-transition: 0.3s opacity ease, 0.3s height ease;
  -moz-transition: 0.3s opacity ease, 0.3s height ease;
  -o-transition: 0.3s opacity ease, 0.3s height ease;
  transition: 0.3s opacity ease, 0.3s height ease;
}
@media (min-width: 768px) {
  .slider .swiper .swiper-slide {
    opacity: 0;
  }
}
.slider .swiper .swiper-slide.swiper-slide-active, .slider .swiper .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.slider .swiper .swiper-slide.swiper-slide-active {
  pointer-events: auto;
}
.slider .swiper .swiper-slide:not(.swiper-slide-active) .slider__image {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 768px) {
  .slider .swiper .swiper-slide:not(.swiper-slide-active) .slider__image {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.slider__cta {
  margin-top: 80px;
  text-align: center;
}
@media (min-width: 768px) {
  .slider__cta {
    margin-top: 120px;
  }
}
.slider__cta .button .circle {
  transition-delay: 0.7s !important;
}
.slider__cta .button span,
.slider__cta .button p {
  transition-delay: 0.9s !important;
}
.slider .swiper-wrapper .swiper-slide:nth-child(1) .slider__image__reveal {
  transition-delay: 0.35s !important;
}
.slider .swiper-wrapper .swiper-slide:nth-child(1) .slider__image__inner {
  transition-delay: 1.05s !important;
}
.slider .swiper-wrapper .swiper-slide:nth-child(2) .slider__image__reveal {
  transition-delay: 0.7s !important;
}
.slider .swiper-wrapper .swiper-slide:nth-child(2) .slider__image__inner {
  transition-delay: 1.4s !important;
}

.media-2-images .container .flex figure {
  clip-path: polygon(124px 0, 0 236px, 0 100%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(124px 0, 0 236px, 0 100%, 100% 100%, 100% 0);
}

.image-row {
  padding-bottom: 100px !important;
}
@media (min-width: 768px) {
  .image-row {
    padding-bottom: 120px !important;
  }
}
.image-row + .section {
  margin-top: 0 !important;
}
.image-row .section-heading {
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .image-row .section-heading {
    text-align: left;
  }
}
.image-row h3.h2 {
  margin: 30px 0 0;
  transition-delay: 0.35s !important;
}
.image-row h3.h2 + .fadeInUpward, .image-row .content-text__content > h3.h2 + *, .image-row .content-statistics__content > h3.h2 + *:nth-child(1), .image-row .content-statistics__content > h3.h2 + *:nth-child(2), .image-row .content-statistics__content > h3.h2 + *:nth-child(3), .image-row .content-statistics__content > h3.h2 + *:nth-child(4), .image-row .content-statistics__content > h3.h2 + *:nth-child(5), .image-row .content-statistics__content > h3.h2 + *:nth-child(6), .image-row .content-statistics__content > h3.h2 + *:nth-child(7), .image-row .content-statistics__content > h3.h2 + *:nth-child(8), .image-row .content-statistics__content > h3.h2 + *:nth-child(9), .image-row .content-statistics__content > h3.h2 + *:nth-child(10) {
  transition-delay: 0.7s !important;
}
.image-row__images {
  position: relative;
  left: auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  grid-auto-rows: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .image-row__images {
    gap: 20px;
    left: 50%;
    width: 1440px;
    grid-template-columns: repeat(19, 1fr);
    grid-template-rows: repeat(10, 1fr);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.image-row__images__image {
  position: relative;
  width: calc(100% + 40px);
  height: 0;
  padding-top: 140%;
  overflow: hidden;
  grid-row: span 4;
  background-color: #101429;
}
@media (min-width: 768px) {
  .image-row__images__image {
    grid-column: span 4;
    width: 100%;
    padding-top: 120%;
  }
}
.image-row__images__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.image-row__images__image:nth-child(1) {
  grid-row: auto;
  grid-column: span 1;
  margin-left: -40px;
}
@media (min-width: 768px) {
  .image-row__images__image:nth-child(1) {
    grid-row: 4/8;
    grid-column: span 4;
    margin-left: 0;
  }
}
.image-row__images__image:nth-child(2) {
  margin-top: 60px;
  grid-row: auto;
  grid-column: span 1;
  margin-right: -40px;
}
@media (min-width: 768px) {
  .image-row__images__image:nth-child(2) {
    margin-top: 0;
    grid-row: 3/7;
    grid-column: span 4;
    margin-right: 0;
  }
}
.image-row__images__image:nth-child(3) {
  grid-row: 7/11;
  grid-column: 8/12;
  display: none;
}
@media (min-width: 768px) {
  .image-row__images__image:nth-child(3) {
    display: block;
  }
}
.image-row__images__image:nth-child(4) {
  grid-row: 5/9;
  grid-column: 12/16;
  display: none;
}
@media (min-width: 768px) {
  .image-row__images__image:nth-child(4) {
    display: block;
  }
}
.image-row__images__image:nth-child(5) {
  grid-row: 6/10;
  grid-column: 16/20;
  display: none;
}
@media (min-width: 768px) {
  .image-row__images__image:nth-child(5) {
    display: block;
  }
}
.image-row__images__image:nth-child(1) {
  transition-delay: 0.15s;
}
.image-row__images__image:nth-child(1) img {
  transition-delay: 0.85s;
}
.image-row__images__image:nth-child(2) {
  transition-delay: 0.3s;
}
.image-row__images__image:nth-child(2) img {
  transition-delay: 1s;
}
.image-row__images__image:nth-child(3) {
  transition-delay: 0.45s;
}
.image-row__images__image:nth-child(3) img {
  transition-delay: 1.15s;
}
.image-row__images__image:nth-child(4) {
  transition-delay: 0.6s;
}
.image-row__images__image:nth-child(4) img {
  transition-delay: 1.3s;
}
.image-row__images__image:nth-child(5) {
  transition-delay: 0.75s;
}
.image-row__images__image:nth-child(5) img {
  transition-delay: 1.45s;
}
.image-row__images__image:nth-child(6) {
  transition-delay: 0.9s;
}
.image-row__images__image:nth-child(6) img {
  transition-delay: 1.6s;
}
.image-row__images__image:nth-child(7) {
  transition-delay: 1.05s;
}
.image-row__images__image:nth-child(7) img {
  transition-delay: 1.75s;
}
.image-row__images__image:nth-child(8) {
  transition-delay: 1.2s;
}
.image-row__images__image:nth-child(8) img {
  transition-delay: 1.9s;
}
.image-row__images__image:nth-child(9) {
  transition-delay: 1.35s;
}
.image-row__images__image:nth-child(9) img {
  transition-delay: 2.05s;
}
.image-row__images__image:nth-child(10) {
  transition-delay: 1.5s;
}
.image-row__images__image:nth-child(10) img {
  transition-delay: 2.2s;
}
.image-row__content {
  order: -1;
  grid-row: auto;
  grid-column: span 2;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .image-row__content {
    order: unset;
    grid-row: span 3;
    grid-column: 11/17;
    margin-bottom: 0;
  }
}
.image-row__cta {
  margin-top: 30px;
  align-self: center;
  justify-self: center;
  grid-row: auto;
  grid-column: span 2;
}
@media (min-width: 768px) {
  .image-row__cta {
    margin-top: 0;
    grid-column: 9/12;
    grid-row: 4/7;
  }
}
.image-row__cta a {
  height: 148px;
  width: 148px;
  color: #101429;
}
.image-row__cta .button.button-rounded .circle {
  transition-delay: 0.7s !important;
}
.image-row__cta .button.button-rounded span,
.image-row__cta .button.button-rounded p {
  transition-delay: 0.9s !important;
}

.media-logos h2.h5 {
  text-align: center;
  margin-bottom: 60px;
}
.media-logos__grid {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.media-logos__grid__item {
  height: 140px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  max-width: 50%;
  border-width: 1px 1px 1px 1px;
  border-color: #666666;
  border-style: solid;
  margin-left: -1px;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .media-logos__grid__item {
    max-width: 25%;
    height: 200px;
  }
}
.media-logos__grid__item img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.media-logos .media-logos__grid .media-logos__grid__item:nth-child(1) img {
  transition-delay: 0.5s;
}

.media-logos .media-logos__grid .media-logos__grid__item:nth-child(2) img {
  transition-delay: 0.65s;
}

.media-logos .media-logos__grid .media-logos__grid__item:nth-child(3) img {
  transition-delay: 0.8s;
}

.media-logos .media-logos__grid .media-logos__grid__item:nth-child(4) img {
  transition-delay: 0.95s;
}

.media-logos .media-logos__grid .media-logos__grid__item:nth-child(5) img {
  transition-delay: 1.1s;
}

.media-logos .media-logos__grid .media-logos__grid__item:nth-child(6) img {
  transition-delay: 1.25s;
}

.media-logos .media-logos__grid .media-logos__grid__item:nth-child(7) img {
  transition-delay: 1.4s;
}

.media-logos .media-logos__grid .media-logos__grid__item:nth-child(8) img {
  transition-delay: 1.55s;
}

.media-logos .media-logos__grid .media-logos__grid__item:nth-child(9) img {
  transition-delay: 1.7s;
}

.media-logos .media-logos__grid .media-logos__grid__item:nth-child(10) img {
  transition-delay: 1.85s;
}

.media-logos .media-logos__grid .media-logos__grid__item:nth-child(11) img {
  transition-delay: 2s;
}

.media-logos .media-logos__grid .media-logos__grid__item:nth-child(12) img {
  transition-delay: 2.15s;
}

.media-logos .media-logos__grid .media-logos__grid__item:nth-child(13) img {
  transition-delay: 2.3s;
}

.media-logos .media-logos__grid .media-logos__grid__item:nth-child(14) img {
  transition-delay: 2.45s;
}

.media-logos .media-logos__grid .media-logos__grid__item:nth-child(15) img {
  transition-delay: 2.6s;
}

.media-logos .media-logos__grid .media-logos__grid__item:nth-child(16) img {
  transition-delay: 2.75s;
}

.post-type-grid .section-heading {
  text-align: center;
}
.post-type-grid h3.h2 {
  line-height: 1.1;
}
.post-type-grid__filters {
  margin: 30px 0 60px 0;
}
.post-type-grid__filters--hidden {
  display: none !important;
}
.post-type-grid__filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 4px;
}
.post-type-grid__filters ul li {
  padding-left: 0;
}
.post-type-grid__filters ul li::before, .post-type-grid__filters ul li::after {
  display: none;
}
@media (min-width: 768px) {
  .post-type-grid__filters ul {
    column-gap: 40px;
  }
}
.post-type-grid__filters ul + .post-type-grid__posts {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .post-type-grid__filters ul + .post-type-grid__posts {
    margin-top: 60px;
  }
}
.post-type-grid__filters ul > li:nth-child(1) {
  transition-delay: 0.4s;
}
.post-type-grid__filters ul > li:nth-child(2) {
  transition-delay: 0.45s;
}
.post-type-grid__filters ul > li:nth-child(3) {
  transition-delay: 0.5s;
}
.post-type-grid__filters ul > li:nth-child(4) {
  transition-delay: 0.55s;
}
.post-type-grid__filters ul > li:nth-child(5) {
  transition-delay: 0.6s;
}
.post-type-grid__filters ul > li:nth-child(6) {
  transition-delay: 0.65s;
}
.post-type-grid__filters ul > li:nth-child(7) {
  transition-delay: 0.7s;
}
.post-type-grid__filters ul > li:nth-child(8) {
  transition-delay: 0.75s;
}
.post-type-grid__filters ul > li:nth-child(9) {
  transition-delay: 0.8s;
}
.post-type-grid__filters ul > li:nth-child(10) {
  transition-delay: 0.85s;
}
.post-type-grid__filters ul > li:nth-child(11) {
  transition-delay: 0.9s;
}
.post-type-grid__filters ul > li:nth-child(12) {
  transition-delay: 0.95s;
}
.post-type-grid__filters ul > li:nth-child(13) {
  transition-delay: 1s;
}
.post-type-grid__filters ul > li:nth-child(14) {
  transition-delay: 1.05s;
}
.post-type-grid__filters ul > li:nth-child(15) {
  transition-delay: 1.1s;
}
.post-type-grid__filters ul > li:nth-child(16) {
  transition-delay: 1.15s;
}
.post-type-grid__filters ul > li:nth-child(17) {
  transition-delay: 1.2s;
}
.post-type-grid__filters ul > li:nth-child(18) {
  transition-delay: 1.25s;
}
.post-type-grid__filters ul > li:nth-child(19) {
  transition-delay: 1.3s;
}
.post-type-grid__filters ul > li:nth-child(20) {
  transition-delay: 1.35s;
}
.post-type-grid__filters ul li {
  position: relative;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .post-type-grid__filters ul li {
    font-size: 2.8rem;
  }
}
.post-type-grid__filters ul li::before {
  display: none !important;
}
.post-type-grid__filters ul li a {
  display: flex;
  align-items: flex-start;
}
.post-type-grid__filters ul li a.active, .post-type-grid__filters ul li a:hover {
  color: #ED4700;
}
.post-type-grid__filters ul li a span {
  display: block;
  font-size: 0.9rem;
  margin-left: 2px;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .post-type-grid__filters ul li a span {
    font-size: 1.2rem;
  }
}
.post-type-grid__filters__subcategories {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
}
.post-type-grid__filters__subcategories__child {
  grid-row: 1/1;
  grid-column: 1/1;
  display: flex;
  column-gap: 40px;
  row-gap: 20px;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #dfdfdf;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity ease;
}
.post-type-grid__filters__subcategories__child.active {
  opacity: 1 !important;
  pointer-events: auto;
}
.post-type-grid__filters__subcategories__child li {
  font-size: 1.3rem !important;
}
@media (min-width: 768px) {
  .post-type-grid__filters__subcategories__child li {
    font-size: 1.8rem !important;
  }
}
.post-type-grid__posts {
  opacity: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 14px;
  row-gap: 30px;
  -webkit-transition: 0.5s opacity ease;
  -moz-transition: 0.5s opacity ease;
  -o-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
  margin-bottom: 80px;
}
section.loading .post-type-grid__posts {
  opacity: 0;
}
@media (min-width: 768px) {
  .post-type-grid__posts {
    column-gap: 30px;
    row-gap: 60px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.post-type-grid--service .post-type-grid__posts, .post-type-grid--project .post-type-grid__posts {
  grid-template-columns: 1fr;
  column-gap: 30px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .post-type-grid--service .post-type-grid__posts, .post-type-grid--project .post-type-grid__posts {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    margin-bottom: 120px;
  }
  .post-type-grid--service .post-type-grid__posts .view:nth-child(2n+1), .post-type-grid--project .post-type-grid__posts .view:nth-child(2n+1) {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
}
.post-type-grid__load-more {
  display: flex;
  justify-content: center;
  transition: 0.3s opacity ease;
}
.post-type-grid .hidden {
  opacity: 0;
  pointer-events: none;
}

.post-type-grid__posts .view:nth-child(2n+1) .view__image img {
  transition-delay: 0.7s !important;
}
.post-type-grid__posts .view:nth-child(2n+1) h3 {
  transition-delay: 0.9s !important;
}
.post-type-grid__posts .view:nth-child(2n+1) .view__categories {
  transition-delay: 1.1s !important;
}
.post-type-grid__posts .view:nth-child(2n+2) .view__image__inner {
  transition-delay: 0.4s !important;
}
.post-type-grid__posts .view:nth-child(2n+2) .view__image img {
  transition-delay: 1.1s !important;
}
.post-type-grid__posts .view:nth-child(2n+2) h3 {
  transition-delay: 1.3s !important;
}
.post-type-grid__posts .view:nth-child(2n+2) .view__categories {
  transition-delay: 1.5s !important;
}

.vacancies-list__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 200px;
}
@media (min-width: 992px) {
  .vacancies-list__header {
    flex-wrap: nowrap;
  }
}
.vacancies-list__header h2 {
  line-height: 1.1;
  margin: 0;
}
.vacancies-list__header__paraphrase {
  transition-delay: 0.35s !important;
}
.vacancies-list__vacancies {
  margin-top: 60px;
}
.vacancies-list__vacancies__vacancy .view-vacancy__location {
  transition-delay: 0.25s !important;
}
.vacancies-list__vacancies__vacancy .button .circle {
  transition-delay: 0.45s !important;
}
.vacancies-list__vacancies__vacancy .button .arrow {
  transition-delay: 0.55s !important;
}

.content-form__inner {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 120px;
  row-gap: 50px;
}
@media (min-width: 768px) {
  .content-form__inner {
    grid-template-columns: 38% auto;
  }
}
.content-form h2 {
  line-height: 1.1;
}
.content-form h2 + .fadeInUpward, .content-form .content-text__content > h2 + *, .content-form .content-statistics__content > h2 + *:nth-child(1), .content-form .content-statistics__content > h2 + *:nth-child(2), .content-form .content-statistics__content > h2 + *:nth-child(3), .content-form .content-statistics__content > h2 + *:nth-child(4), .content-form .content-statistics__content > h2 + *:nth-child(5), .content-form .content-statistics__content > h2 + *:nth-child(6), .content-form .content-statistics__content > h2 + *:nth-child(7), .content-form .content-statistics__content > h2 + *:nth-child(8), .content-form .content-statistics__content > h2 + *:nth-child(9), .content-form .content-statistics__content > h2 + *:nth-child(10) {
  transition-delay: 0.35s !important;
}
.content-form .column.fadeIn {
  transition-delay: 0.55s !important;
}

.content-4-cols h2 {
  margin-bottom: 30px;
}
.content-4-cols__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
  column-gap: 60px;
}
@media (min-width: 768px) {
  .content-4-cols__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .content-4-cols__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.content-4-cols__grid__column:nth-child(1) h3 {
  transition-delay: 0.95s !important;
}
.content-4-cols__grid__column:nth-child(1) .content {
  transition-delay: 1.05s !important;
}
.content-4-cols__grid__column:nth-child(2) h3 {
  transition-delay: 1.2s !important;
}
.content-4-cols__grid__column:nth-child(2) .content {
  transition-delay: 1.4s !important;
}
.content-4-cols__grid__column:nth-child(3) h3 {
  transition-delay: 1.45s !important;
}
.content-4-cols__grid__column:nth-child(3) .content {
  transition-delay: 1.75s !important;
}
.content-4-cols__grid__column:nth-child(4) h3 {
  transition-delay: 1.7s !important;
}
.content-4-cols__grid__column:nth-child(4) .content {
  transition-delay: 2.1s !important;
}
.content-4-cols__grid__column a {
  font-size: 1.6rem;
}
.content-4-cols__grid__column a[href^="mailto:"] {
  text-decoration: underline;
}
.content-4-cols__grid__column p:first-of-type {
  margin-top: 10px;
}
.content-4-cols__image {
  width: calc(50vw + 50%);
  max-width: 1920px;
  height: 254px;
  max-height: 660px;
  margin-bottom: 40px;
  position: relative;
  clip-path: polygon(31.5px 0, 0 61px, 0 100%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(31.5px 0, 0 61px, 0 100%, 100% 100%, 100% 0);
}
@media (min-width: 768px) {
  .content-4-cols__image {
    clip-path: polygon(83px 0, 0 151px, 0 100%, 100% 100%, 100% 0);
    -webkit-clip-path: polygon(83px 0, 0 151px, 0 100%, 100% 100%, 100% 0);
    height: auto;
  }
}
.content-4-cols__image__reveal, .content-4-cols__image__inner {
  width: 100%;
  height: 100%;
}
.content-4-cols__image__reveal {
  background-color: #101429;
  transition-delay: 0.35s !important;
}
.content-4-cols__image__reveal img {
  transition-delay: 0.95s !important;
}
.content-4-cols__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-4-cols--1 .content-4-cols__grid__column {
  grid-column: span 1;
}
@media (min-width: 768px) {
  .content-4-cols--1 .content-4-cols__grid__column {
    grid-column: span 3;
  }
}

.content-4-cols--2 .content-4-cols__grid__column,
.content-4-cols--3 .content-4-cols__grid__column {
  grid-column: span 1;
}
@media (min-width: 768px) {
  .content-4-cols--2 .content-4-cols__grid__column,
.content-4-cols--3 .content-4-cols__grid__column {
    grid-column: span 2;
  }
}

.content-3-cols h3 {
  color: #ED4700;
}
.content-3-cols__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
  column-gap: 60px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 992px) {
  .content-3-cols__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.content-3-cols__grid__column:nth-child(1) h3 {
  transition-delay: 0.35s !important;
}
.content-3-cols__grid__column:nth-child(1) .content-3-cols__content {
  transition-delay: 0.45s !important;
}
.content-3-cols__grid__column:nth-child(2) h3 {
  transition-delay: 0.85s !important;
}
.content-3-cols__grid__column:nth-child(2) .content-3-cols__content {
  transition-delay: 1.05s !important;
}
.content-3-cols__grid__column:nth-child(3) h3 {
  transition-delay: 1.35s !important;
}
.content-3-cols__grid__column:nth-child(3) .content-3-cols__content {
  transition-delay: 1.65s !important;
}
.content-3-cols__grid__column a {
  font-size: 1.6rem;
}
.content-3-cols__grid__column a[href^="mailto:"] {
  text-decoration: underline;
}
.content-3-cols__grid__column p:first-of-type {
  margin-top: 10px;
}

.view {
  display: block;
}
.view .thumbnail {
  height: 100%;
}
.view .thumbnail img {
  transition: transform 0.2s ease;
}
.view h3 {
  transition: color 0.2s;
}
.view:hover .thumbnail img {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}
.view:hover h3 {
  color: #ED4700;
  transition: color 0.2s;
}
.view__image {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.view__image__inner, .view__image__background {
  width: 100%;
  height: 100%;
}
.view__image__background {
  background-color: #101429;
  clip-path: polygon(9% 0, 0 19%, 0 100%, 100% 100%, 100% 0);
}
.view__image__clip {
  clip-path: polygon(9% 0, 0 19%, 0 100%, 100% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.view__image__clip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  .view__image:hover .view-team__rollover {
    opacity: 1;
  }
}
.view__creds {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .view__creds {
    margin-top: 20px;
  }
}
.view__creds h3 {
  font-size: 1.6rem;
  text-transform: none;
  margin: 0;
}
@media (min-width: 768px) {
  .view__creds h3 {
    font-size: 2.2rem;
  }
}
.view__creds p {
  margin: 0;
  color: #ED4700;
  font-family: "Source Code Pro", monospace;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .view__creds p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.view__categories {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.view__categories li {
  padding-left: 0;
}
.view__categories li::before, .view__categories li::after {
  display: none;
}
.view__categories li {
  font-size: 1.2rem;
  padding-right: 1.5em;
}
@media (min-width: 768px) {
  .view__categories li {
    font-size: 1.6rem;
  }
}
.view__categories li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5em;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.view__categories li a:hover {
  color: #ED4700;
}
.view__categories li:before {
  content: "";
}

.view-team {
  position: relative;
}
.view-team__rollover {
  opacity: 0;
}
.view-team__rollover, .view-team__inspect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 71, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding: 10px;
  clip-path: polygon(9% 0, 0 19%, 0 100%, 100% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s opacity ease;
  -moz-transition: 0.2s opacity ease;
  -o-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
@media (min-width: 576px) {
  .view-team__rollover, .view-team__inspect {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .view-team__rollover, .view-team__inspect {
    padding: 30px;
  }
}
.view-team__rollover p {
  font-size: 16px;
  margin: 0;
}
.view-team__inspect p {
  font-size: 10px;
  margin: 0;
}
@media (min-width: 576px) {
  .view-team__inspect p {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .view-team__inspect p {
    font-size: 11px;
  }
}
.view-team__open, .view-team__close {
  position: absolute;
  z-index: 9;
  right: 5%;
  top: 5%;
}
@media (min-width: 992px) {
  .view-team__open, .view-team__close {
    display: none;
  }
}

.hidden {
  display: none;
}

.opacity {
  opacity: 0;
}

.view-vacancy {
  margin-top: -1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  background-color: transparent;
  border: 1px solid #101429;
  height: 102px;
  padding: 20px 20px;
}
@media (min-width: 768px) {
  .view-vacancy {
    height: 140px;
    padding: 20px 60px;
  }
  .view-vacancy:hover .button svg.arrow {
    -webkit-transform: translate3d(calc(-50% + 6px), -50%, 0);
    transform: translate3d(calc(-50% + 6px), -50%, 0);
  }
  .view-vacancy:hover .progress {
    stroke-dashoffset: 0;
  }
}
.view-vacancy:hover {
  background-color: #ED4700;
}
.view-vacancy:hover .view-vacancy__creds,
.view-vacancy:hover .view-vacancy__location,
.view-vacancy:hover .button svg.arrow path {
  color: #fff;
  fill: #fff;
}
.view-vacancy:hover .circle,
.view-vacancy:hover .progress {
  stroke: #101429;
}
.view-vacancy__creds {
  margin-top: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 2px;
}
@media (min-width: 992px) {
  .view-vacancy__creds {
    margin-top: 10px;
  }
}
.view-vacancy__creds h3,
.view-vacancy__creds p {
  margin: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .view-vacancy__creds h3,
.view-vacancy__creds p {
    width: auto;
  }
}
.view-vacancy__creds h3 {
  font-weight: 400;
  text-transform: none;
  margin: 0;
}
.view-vacancy__creds p {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: "Source Code Pro", monospace;
  color: #ED4700;
  order: -1;
}
@media (min-width: 768px) {
  .view-vacancy__creds p {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .view-vacancy__creds p {
    order: 2;
  }
}

.view-project {
  display: block;
}
.view-project:hover .view__image {
  filter: drop-shadow(0px 10px 8px rgba(0, 0, 0, 0.2));
}
.view-project .view__image {
  aspect-ratio: 1/0.8;
  -webkit-transition: 0.8s filter ease;
  -moz-transition: 0.8s filter ease;
  -o-transition: 0.8s filter ease;
  transition: 0.8s filter ease;
}
.view-project .view__creds {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .view-project .view__creds {
    grid-template-columns: auto 1fr;
    gap: 30px;
    align-items: center;
  }
}
.view-project .view__creds h3 {
  text-transform: uppercase;
  font-size: 2.1rem;
  margin: 0;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .view-project .view__creds h3 {
    font-size: 2.4rem;
  }
}
.view-project .view__creds p {
  text-transform: uppercase;
  margin: 0 0 10px;
}
.view-project .view__creds .button {
  display: none;
}
@media (min-width: 768px) {
  .view-project .view__creds .button {
    display: block;
  }
}
.view-project .view__categories {
  margin: 8px 0 0;
}


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