@charset "UTF-8";
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Documentation 4.4.1.2 (https://getbootstrap.com/docs/4.0/layout/grid/)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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: 1024px) {
  .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;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.grid-debug .row > .col,
.grid-debug .row > [class^=col-] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}
.grid-debug .row + .row {
  margin-top: 1rem;
}
.grid-debug .flex-items-top,
.grid-debug .flex-items-middle,
.grid-debug .flex-items-bottom {
  min-height: 6rem;
  background-color: rgba(255, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

.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;
}

.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;
}

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1024px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6.75rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6.75rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6.75rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6.75rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6.75rem !important;
}

.m-8 {
  margin: 10.125rem !important;
}

.mt-8,
.my-8 {
  margin-top: 10.125rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 10.125rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 10.125rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 10.125rem !important;
}

.m-9 {
  margin: 15rem !important;
}

.mt-9,
.my-9 {
  margin-top: 15rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 15rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 15rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 15rem !important;
}

.m-10 {
  margin: 22.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 22.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 22.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 22.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 22.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6.75rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6.75rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6.75rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6.75rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6.75rem !important;
}

.p-8 {
  padding: 10.125rem !important;
}

.pt-8,
.py-8 {
  padding-top: 10.125rem !important;
}

.pr-8,
.px-8 {
  padding-right: 10.125rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 10.125rem !important;
}

.pl-8,
.px-8 {
  padding-left: 10.125rem !important;
}

.p-9 {
  padding: 15rem !important;
}

.pt-9,
.py-9 {
  padding-top: 15rem !important;
}

.pr-9,
.px-9 {
  padding-right: 15rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 15rem !important;
}

.pl-9,
.px-9 {
  padding-left: 15rem !important;
}

.p-10 {
  padding: 22.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 22.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 22.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 22.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 22.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

.m-n7 {
  margin: -6.75rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6.75rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6.75rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6.75rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6.75rem !important;
}

.m-n8 {
  margin: -10.125rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -10.125rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -10.125rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -10.125rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -10.125rem !important;
}

.m-n9 {
  margin: -15rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -15rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -15rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -15rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -15rem !important;
}

.m-n10 {
  margin: -22.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -22.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -22.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -22.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -22.5rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6.75rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6.75rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6.75rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6.75rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6.75rem !important;
  }
  .m-sm-8 {
    margin: 10.125rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 10.125rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 10.125rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 10.125rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 10.125rem !important;
  }
  .m-sm-9 {
    margin: 15rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 15rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 15rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 15rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 15rem !important;
  }
  .m-sm-10 {
    margin: 22.5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 22.5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 22.5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 22.5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 22.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6.75rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6.75rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6.75rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6.75rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6.75rem !important;
  }
  .p-sm-8 {
    padding: 10.125rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 10.125rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 10.125rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 10.125rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 10.125rem !important;
  }
  .p-sm-9 {
    padding: 15rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 15rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 15rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 15rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 15rem !important;
  }
  .p-sm-10 {
    padding: 22.5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 22.5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 22.5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 22.5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 22.5rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6.75rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6.75rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6.75rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6.75rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6.75rem !important;
  }
  .m-sm-n8 {
    margin: -10.125rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -10.125rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -10.125rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -10.125rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -10.125rem !important;
  }
  .m-sm-n9 {
    margin: -15rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -15rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -15rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -15rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -15rem !important;
  }
  .m-sm-n10 {
    margin: -22.5rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -22.5rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -22.5rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -22.5rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -22.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6.75rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6.75rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6.75rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6.75rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6.75rem !important;
  }
  .m-md-8 {
    margin: 10.125rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 10.125rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 10.125rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 10.125rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 10.125rem !important;
  }
  .m-md-9 {
    margin: 15rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 15rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 15rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 15rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 15rem !important;
  }
  .m-md-10 {
    margin: 22.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 22.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 22.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 22.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 22.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6.75rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6.75rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6.75rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6.75rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6.75rem !important;
  }
  .p-md-8 {
    padding: 10.125rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 10.125rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 10.125rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 10.125rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 10.125rem !important;
  }
  .p-md-9 {
    padding: 15rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 15rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 15rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 15rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 15rem !important;
  }
  .p-md-10 {
    padding: 22.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 22.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 22.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 22.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 22.5rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6.75rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6.75rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6.75rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6.75rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6.75rem !important;
  }
  .m-md-n8 {
    margin: -10.125rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -10.125rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -10.125rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -10.125rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -10.125rem !important;
  }
  .m-md-n9 {
    margin: -15rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -15rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -15rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -15rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -15rem !important;
  }
  .m-md-n10 {
    margin: -22.5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -22.5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -22.5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -22.5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -22.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6.75rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6.75rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6.75rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6.75rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6.75rem !important;
  }
  .m-lg-8 {
    margin: 10.125rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 10.125rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 10.125rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 10.125rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 10.125rem !important;
  }
  .m-lg-9 {
    margin: 15rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 15rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 15rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 15rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 15rem !important;
  }
  .m-lg-10 {
    margin: 22.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 22.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 22.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 22.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 22.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6.75rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6.75rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6.75rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6.75rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6.75rem !important;
  }
  .p-lg-8 {
    padding: 10.125rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 10.125rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 10.125rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 10.125rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 10.125rem !important;
  }
  .p-lg-9 {
    padding: 15rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 15rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 15rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 15rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 15rem !important;
  }
  .p-lg-10 {
    padding: 22.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 22.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 22.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 22.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 22.5rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6.75rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6.75rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6.75rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6.75rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6.75rem !important;
  }
  .m-lg-n8 {
    margin: -10.125rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -10.125rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -10.125rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -10.125rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -10.125rem !important;
  }
  .m-lg-n9 {
    margin: -15rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -15rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -15rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -15rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -15rem !important;
  }
  .m-lg-n10 {
    margin: -22.5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -22.5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -22.5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -22.5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -22.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6.75rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6.75rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6.75rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6.75rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6.75rem !important;
  }
  .m-xl-8 {
    margin: 10.125rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 10.125rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 10.125rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 10.125rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 10.125rem !important;
  }
  .m-xl-9 {
    margin: 15rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 15rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 15rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 15rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 15rem !important;
  }
  .m-xl-10 {
    margin: 22.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 22.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 22.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 22.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 22.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6.75rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6.75rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6.75rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6.75rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6.75rem !important;
  }
  .p-xl-8 {
    padding: 10.125rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 10.125rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 10.125rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 10.125rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 10.125rem !important;
  }
  .p-xl-9 {
    padding: 15rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 15rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 15rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 15rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 15rem !important;
  }
  .p-xl-10 {
    padding: 22.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 22.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 22.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 22.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 22.5rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6.75rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6.75rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6.75rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6.75rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6.75rem !important;
  }
  .m-xl-n8 {
    margin: -10.125rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -10.125rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -10.125rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -10.125rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -10.125rem !important;
  }
  .m-xl-n9 {
    margin: -15rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -15rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -15rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -15rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -15rem !important;
  }
  .m-xl-n10 {
    margin: -22.5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -22.5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -22.5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -22.5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -22.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  /*src: url('./fonts/slick.eot');*/
  /*src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');*/
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 4px;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control:focus-visible {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9019607843);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(255, 255, 255, 0.9019607843);
  border: var(--plyr-menu-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border: var(--plyr-menu-item-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward:focus-visible:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back:focus-visible:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1019607843);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1019607843);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 + 2px);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00b2ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0);
  background-image: linear-gradient(90deg, currentColor 0, rgba(0, 0, 0, 0) 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(0, 0, 0, 0) var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  color: rgba(0, 0, 0, 0);
}

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: #fff;
  background: var(--plyr-tooltip-background, #fff);
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:focus-visible .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: rgba(0, 0, 0, 0);
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: rgba(0, 0, 0, 0);
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.2509803922);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:empty:after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: #fff;
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 7px;
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1490196078);
  content: "";
  pointer-events: none;
}

.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}

.plyr__preview-thumb__time-container {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: 7px;
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
.mw-mobile-small {
  max-width: 374px !important;
}

.mw-mobile-medium {
  max-width: 575px !important;
}

.mw-mobile {
  max-width: 767px !important;
}

.mw-admin-bar {
  max-width: 782px !important;
}

.mw-tablet {
  max-width: 1023px !important;
}

.mw-small-desktop {
  max-width: 1199px !important;
}

.mw-large-desktop {
  max-width: 1399px !important;
}

.mw-xl-desktop {
  max-width: 1920px !important;
}

.rounded {
  border-radius: 18px;
}

.bg-gray {
  background-color: #f5f5f5;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  line-height: 1.15;
  font-size: 10px;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Dante Sans Text", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
  text-align: left;
}

body.page-template-logos-and-style-guide .site-content {
  display: flex;
  flex-flow: column nowrap;
  min-height: calc(100vh - 8.3rem);
}
@media only screen and (max-width: 1023px) {
  body.page-template-logos-and-style-guide .site-content {
    min-height: calc(100vh - 7.4rem);
  }
}

body.page-template-logos-and-style-guide.logged-in .site-content {
  min-height: calc(100vh - 11.5rem);
}
@media only screen and (max-width: 1023px) {
  body.page-template-logos-and-style-guide.logged-in .site-content {
    min-height: calc(100vh - 10.6rem);
  }
}
@media only screen and (max-width: 782px) {
  body.page-template-logos-and-style-guide.logged-in .site-content {
    min-height: calc(100vh - 12rem);
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  margin-top: 0;
}

p {
  margin-bottom: 0;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  -ms-overflow-style: scrollbar;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #000;
  padding-bottom: 0;
  padding-top: 0;
  text-align: left;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

ul {
  padding: 0;
  margin: 0;
}

input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill {
  box-shadow: none !important;
  background-color: transparent !important;
  -webkit-background-clip: text;
}

input::placeholder {
  opacity: 1 !important;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
}

textarea {
  border-radius: 0;
}

/*
----------------------------------------------------------------
formsreset.css
----------------------------------------------------------------
*/
body .gform_wrapper.gf_reset_wrapper,
body .gform_wrapper.gf_reset_wrapper div,
body .gform_wrapper.gf_reset_wrapper span,
body .gform_wrapper.gf_reset_wrapper iframe,
body .gform_wrapper.gf_reset_wrapper h1,
body .gform_wrapper.gf_reset_wrapper h2,
body .gform_wrapper.gf_reset_wrapper h3,
body .gform_wrapper.gf_reset_wrapper h4,
body .gform_wrapper.gf_reset_wrapper h5,
body .gform_wrapper.gf_reset_wrapper h6,
body .gform_wrapper.gf_reset_wrapper p,
body .gform_wrapper.gf_reset_wrapper img,
body .gform_wrapper.gf_reset_wrapper ol,
body .gform_wrapper.gf_reset_wrapper ul,
body .gform_wrapper.gf_reset_wrapper li,
body .gform_wrapper.gf_reset_wrapper fieldset,
body .gform_wrapper.gf_reset_wrapper form,
body .gform_wrapper.gf_reset_wrapper label,
body .gform_wrapper.gf_reset_wrapper legend,
body .gform_wrapper.gf_reset_wrapper input[type=text],
body .gform_wrapper.gf_reset_wrapper input[type=email],
body .gform_wrapper.gf_reset_wrapper input[type=tel],
body .gform_wrapper.gf_reset_wrapper input[type=url],
body .gform_wrapper.gf_reset_wrapper input[type=number],
body .gform_wrapper.gf_reset_wrapper input[type=password],
body .gform_wrapper.gf_reset_wrapper select,
body .gform_wrapper.gf_reset_wrapper textarea,
body .gform_wrapper.gf_reset_wrapper input[type=submit],
body .gform_wrapper.gf_reset_wrapper input[type=button],
body .gform_wrapper.gf_reset_wrapper input[type=image],
body .gform_wrapper.gf_reset_wrapper button,
body .gform_wrapper.gf_reset_wrapper table,
body .gform_wrapper.gf_reset_wrapper caption,
body .gform_wrapper.gf_reset_wrapper tbody,
body .gform_wrapper.gf_reset_wrapper tfoot,
body .gform_wrapper.gf_reset_wrapper thead,
body .gform_wrapper.gf_reset_wrapper tr,
body .gform_wrapper.gf_reset_wrapper th,
body .gform_wrapper.gf_reset_wrapper td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

body .gform_wrapper.gf_reset_wrapper div,
body .gform_wrapper.gf_reset_wrapper span,
body .gform_wrapper.gf_reset_wrapper iframe,
body .gform_wrapper.gf_reset_wrapper p,
body .gform_wrapper.gf_reset_wrapper img,
body .gform_wrapper.gf_reset_wrapper ol,
body .gform_wrapper.gf_reset_wrapper ul,
body .gform_wrapper.gf_reset_wrapper li,
body .gform_wrapper.gf_reset_wrapper fieldset,
body .gform_wrapper.gf_reset_wrapper form,
body .gform_wrapper.gf_reset_wrapper label,
body .gform_wrapper.gf_reset_wrapper legend,
body .gform_wrapper.gf_reset_wrapper input[type=text],
body .gform_wrapper.gf_reset_wrapper input[type=email],
body .gform_wrapper.gf_reset_wrapper input[type=tel],
body .gform_wrapper.gf_reset_wrapper input[type=url],
body .gform_wrapper.gf_reset_wrapper input[type=number],
body .gform_wrapper.gf_reset_wrapper input[type=password],
body .gform_wrapper.gf_reset_wrapper select,
body .gform_wrapper.gf_reset_wrapper textarea,
body .gform_wrapper.gf_reset_wrapper input[type=submit],
body .gform_wrapper.gf_reset_wrapper input[type=button],
body .gform_wrapper.gf_reset_wrapper input[type=image],
body .gform_wrapper.gf_reset_wrapper button,
body .gform_wrapper.gf_reset_wrapper table,
body .gform_wrapper.gf_reset_wrapper caption,
body .gform_wrapper.gf_reset_wrapper tbody,
body .gform_wrapper.gf_reset_wrapper tfoot,
body .gform_wrapper.gf_reset_wrapper thead,
body .gform_wrapper.gf_reset_wrapper tr,
body .gform_wrapper.gf_reset_wrapper th,
body .gform_wrapper.gf_reset_wrapper td {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
}

body .gform_wrapper.gf_reset_wrapper div,
body .gform_wrapper.gf_reset_wrapper span,
body .gform_wrapper.gf_reset_wrapper p {
  line-height: 1.8;
}

body .gform_wrapper.gf_reset_wrapper fieldset,
body .gform_wrapper.gf_reset_wrapper img {
  border: 0;
}

body .gform_wrapper.gf_reset_wrapper ol,
body .gform_wrapper.gf_reset_wrapper ul,
body .gform_wrapper.gf_reset_wrapper li {
  list-style: none;
}

body .gform_wrapper.gf_reset_wrapper a img {
  border: 0;
}

body .gform_wrapper.gf_reset_wrapper :focus {
  outline: 0;
}

/*
----------------------------------------------------------------
formsmain.css
----------------------------------------------------------------
*/
/* mobile styles first ​*/
.gform_wrapper {
  margin: 16px 0;
  max-width: 100%;
}

.gform_wrapper form {
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
}

.gform_wrapper *,
.gform_wrapper *:before,
.gform_wrapper *:after {
  box-sizing: border-box !important;
}

.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3 {
  background: none;
  border: 0;
  font-weight: normal;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: normal;
  padding: 5px 4px;
}

.gform_wrapper input[type=image] {
  border: 0;
  padding: 0 !important;
  width: auto !important;
}

.gform_wrapper textarea {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 6px 8px;
  resize: none;
}

.gform_wrapper select {
  line-height: 1.5;
}

.gform_wrapper .ginput_container_multiselect select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: none !important;
  outline: none;
}

.gform_wrapper ul.gform_fields {
  display: block;
  list-style-type: none;
  margin: 0 !important;
}

html > body .entry ul,
.gform_wrapper ul {
  text-indent: 0;
}

.gform_wrapper li,
.gform_wrapper form li {
  list-style: none !important;
  list-style-image: none !important;
  list-style-type: none !important;
  margin-left: 0 !important;
  overflow: visible;
}

.gform_wrapper ul li.gfield {
  clear: both;
}

.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
  overflow: hidden;
}

.gform_wrapper ul.gform_fields.right_label li.gfield,
.gform_wrapper form ul.gform_fields.right_label li.gfield,
.gform_wrapper ul.gform_fields.left_label li.gfield,
.gform_wrapper form ul.gform_fields.left_label li.gfield {
  margin-bottom: 14px;
}

.gform_wrapper ul.right_label li ul.gfield_radio li,
.gform_wrapper form ul.right_label li ul.gfield_radio li,
.gform_wrapper ul.left_label li ul.gfield_radio li,
.gform_wrapper form ul.left_label li ul.gfield_radio li,
.gform_wrapper ul.right_label li ul.gfield_checkbox li,
.gform_wrapper form ul.right_label li ul.gfield_checkbox li,
.gform_wrapper ul.left_label li ul.gfield_checkbox li,
.gform_wrapper form ul.left_label li ul.gfield_checkbox li {
  margin-bottom: 10px;
}

.gform_wrapper ul li:before,
.gform_wrapper ul li:after,
.gform_wrapper ul.gform_fields {
  margin: 0;
  overflow: visible;
  padding: 0;
}

.gform_wrapper select {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: normal;
}

.gform_wrapper select option {
  display: block;
  padding: 2px;
}

.gform_wrapper .inline {
  display: inline !important;
}

.gform_wrapper .gform_heading {
  margin-bottom: 18px;
  width: 100%;
}

.gform_wrapper .clear-multi {
  display: flex;
}

/* date ​fields */
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_year {
  flex-direction: row;
  width: 33.333%;
}

@media only screen and (min-width: 321px) {
  .gform_wrapper .gfield_date_day,
  .gform_wrapper .gfield_date_month {
    max-width: 4rem;
  }
  .gform_wrapper .gfield_date_year,
  .gform_wrapper .gfield_time_ampm {
    max-width: 4.5rem;
  }
}
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
  flex-direction: row;
  vertical-align: top;
}

.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
  margin-right: 0.5rem;
}

.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day {
  margin-right: 0.5rem;
  width: 4rem;
}

.gform_wrapper .gfield_date_month input[type=number],
.gform_wrapper .gfield_date_day input[type=number] {
  width: calc(3rem + 8px) !important;
}

.gform_wrapper .gfield_date_year input[type=number] {
  width: calc(4rem + 8px) !important;
}

.gform_wrapper .gfield_date_year {
  width: 5rem;
}

.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_day input {
  width: calc(3rem + 8px);
}

.gform_wrapper .gfield_date_year input {
  width: 4rem;
}

.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label {
  text-align: center;
  width: 3rem;
}

.gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label,
.gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
  width: 4rem;
}

/* time ​fields */
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute,
.gform_wrapper .gfield_time_ampm {
  flex-direction: row;
  width: 33.333%;
}

@media only screen and (min-width: 321px) {
  .gform_wrapper .gfield_time_hour,
  .gform_wrapper .gfield_time_minute {
    max-width: 4rem;
  }
  .gform_wrapper .gfield_time_hour,
  .gform_wrapper .gfield_time_ampm {
    max-width: 4.5rem;
  }
  .gform_wrapper .gfield_time_hour {
    max-width: 4.5rem;
  }
}
.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
  float: left;
}

.gform_wrapper .gfield_time_hour i {
  float: right;
  font-family: sans-serif !important;
  font-style: normal !important;
  margin-top: 9%;
  text-align: center;
  width: 10px;
}

.gform_wrapper .gfield_time_minute {
  margin-right: 0.5rem;
}

.gform_wrapper .gfield_time_hour {
  margin-right: 0.25rem;
}

.gform_wrapper .gfield_time_ampm {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
}

.gform_wrapper .gfield_time_ampm select {
  min-width: calc(2rem + 25px);
  width: calc(3rem + 25px);
}

.gform_wrapper .gfield_time_ampm_shim {
  display: block;
  font-size: 0.813em;
  margin: 9px 0 1px 1px;
}

.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input {
  width: calc(3rem + 8px);
}

.gform_wrapper .gfield_time_hour input[type=number],
.gform_wrapper .gfield_time_minute input[type=number] {
  width: calc(3rem + 8px) !important;
}

.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  text-align: center;
  width: 3rem;
}

.gform_wrapper .field_hover {
  border: 1px dashed #2175a9;
  cursor: pointer;
}

.gform_wrapper .field_selected {
  background-color: #dfefff;
  border: 1px solid #c2d7ef;
}

.gform_wrapper .field_name_first,
.gform_wrapper .field_name_middle,
.gform_wrapper .field_name_last {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
}

.gform_wrapper .ginput_complex.ginput_container {
  overflow: visible;
  width: 100%;
}

.gform_wrapper legend.gfield_label,
.gform_wrapper label.gfield_label {
  font-size: inherit;
  font-weight: 700;
}

.gform_wrapper legend.gfield_label,
.gform_wrapper .top_label .gfield_label {
  clear: both;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
}

.gform_wrapper .top_label .gfield_hide_label {
  display: none;
}

.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
  width: 100%;
}

.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex select {
  width: 100%;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label {
  display: block;
  font-size: 0.813em;
  letter-spacing: 0.5pt;
  white-space: nowrap;
}

.gform_wrapper ul.gfield_radio li label,
.gform_wrapper ul.gfield_checkbox li label {
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
  margin: 9px 0 1px 1px;
}

.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label,
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label,
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label,
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
  margin-top: 0;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 0;
}

.gform_wrapper .top_label .field_sublabel_above label.gfield_label + .ginput_complex.ginput_container,
.gform_wrapper .top_label .field_sublabel_above label.gfield_label + div[class*=gfield_time_].ginput_container {
  margin-top: 0;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 8px;
}

body.gform_wrapper div.clear-multi {
  display: -moz-inline-stack;
  display: inline-block;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_radio,
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
  margin-bottom: 0;
  margin-top: 16px;
}

.gform_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.gfield.right_label,
.gfield.left_label {
  padding-top: 10px;
}

.gform_wrapper li.hidden_label input {
  margin-top: 12px;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 12px;
}

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

.gform_wrapper input.small,
.gform_wrapper select.small,
.gform_wrapper input.medium,
.gform_wrapper select.medium,
.gform_wrapper input.large,
.gform_wrapper select.large,
.gform_wrapper input.large,
.gform_wrapper select.large {
  width: 100%;
}

.gform_wrapper input.datepicker_with_icon.small,
.gform_wrapper input.datepicker_with_icon.medium,
.gform_wrapper input.datepicker_with_icon.large {
  width: calc(100% - 24px);
}

.gform_wrapper .gfield_error input.small,
.gform_wrapper .gfield_error select.small,
.gform_wrapper .gfield_error input.medium,
.gform_wrapper .gfield_error select.medium,
.gform_wrapper .gfield_error input.large,
.gform_wrapper .gfield_error select.large,
.gform_wrapper .gfield_error input.large,
.gform_wrapper .gfield_error select.large {
  width: 100%;
}

.gform_wrapper .gfield_error input.datepicker_with_icon.small,
.gform_wrapper .gfield_error input.datepicker_with_icon.medium,
.gform_wrapper .gfield_error input.datepicker_with_icon.large {
  width: calc(100% - 32px);
}

.gform_wrapper textarea.small {
  height: 80px;
  width: 100%;
}

.gform_wrapper textarea.medium {
  height: 120px;
  width: 100%;
}

.gform_wrapper textarea.large {
  height: 160px;
  width: 100%;
}

.gform_wrapper h2.gsection_title {
  letter-spacing: normal !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  font-size: 1.25em;
  font-weight: 700;
}

.gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: 10px 0 6px 0;
}

.gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 24px !important;
}

.gform_wrapper span.gform_description {
  display: block;
  font-weight: 400;
  margin-bottom: 16px;
  width: calc(100% - 16px);
}

.gform_wrapper .gsection {
  border-bottom: 1px solid #ccc;
  clear: both;
  margin: 28px 0 28px 0;
  padding: 0 16px 8px 0;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  position: relative;
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.5;
  max-width: 85%;
  padding: 0;
  vertical-align: middle;
  white-space: normal;
  width: auto;
}

.gform_wrapper .gfield_checkbox li label {
  margin: 0;
}

.gform_wrapper .gfield_radio li label {
  margin: 2px 0 0 4px;
}

.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper .gfield_checkbox li input {
  display: -moz-inline-stack;
  display: inline-block;
  margin-left: 1px;
  vertical-align: middle;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  clear: both;
  font-family: inherit;
  font-size: 0.813em;
  letter-spacing: normal;
  line-height: inherit;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
  padding: 0 16px 0 0;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 16px;
}

.gform_wrapper .field_sublabel_above .description,
.gform_wrapper .field_sublabel_above .gfield_description,
.gform_wrapper .field_sublabel_above .gsection_description {
  margin-top: 9px;
}

.gform_wrapper .top_label .gsection_description {
  margin-bottom: 9px;
  width: 100%;
}

.gform_wrapper .gfield_description {
  width: 100%;
}

.gform_wrapper .description_above .gfield_description {
  padding: 0 0 10px 0;
}

.gfield_date_year + .gfield_description {
  padding: 0;
}

.gform_wrapper .gfield_consent_description,
.gform_wrapper .field_description_below .gfield_consent_description {
  border: 1px solid #ddd;
  font-size: 0.688em;
  margin-top: 12px;
  max-height: 240px;
  overflow-y: scroll;
  padding: 6px 8px;
  width: 100%;
}

.gform_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px;
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.25);
  border-bottom: 4px solid #790000;
  border-top: 2px solid #790000;
  padding: 16px 16px 14px 16px;
  width: calc(100% - 16px);
}

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
  padding: 16px 16px 14px 16px;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  color: #790000;
  font-family: inherit;
  font-size: 0.875em;
  font-weight: 700;
  max-width: 100%;
  min-height: 25px;
  position: relative;
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1em auto;
  border-bottom: 1px solid #790000;
  display: block;
  letter-spacing: 0.1pt;
  line-height: 1.5;
  margin-bottom: 16px;
  padding: 0 0 14px 24px;
  text-transform: uppercase;
}

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  padding: 16px 16px 14px 16px;
}

li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 16px !important;
}

.gform_wrapper .top_label .gfield_error {
  width: calc(100% - 2px);
}

.gform_wrapper .top_label .gfield_error input.large,
.gform_wrapper .top_label .gfield_error select.large,
.gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}

.gform_wrapper .right_label .gfield_error input.large,
.gform_wrapper .right_label .gfield_error select.large,
.gform_wrapper .right_label .gfield_error textarea.textarea,
.gform_wrapper .left_label .gfield_error input.large,
.gform_wrapper .left_label .gfield_error select.large,
.gform_wrapper .left_label .gfield_error textarea.textarea {
  width: 70%;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #790000;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container {
  margin-left: 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 16px;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
  position: relative;
  top: 12px;
}

.gform_wrapper div.validation_error {
  border-bottom: 2px solid #790000;
  border-top: 2px solid #790000;
  clear: both;
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  padding: 16px 0 16px 0;
  text-align: center;
  width: 100%;
}

.gform_wrapper ol.validation_list {
  clear: both;
  color: #790000;
  margin-bottom: 25px;
  width: 100%;
}

.gform_wrapper ol.validation_list li {
  list-style-type: decimal !important;
}

.gform_wrapper ol.validation_list li a {
  color: #790000;
}

.gform_wrapper ol.validation_list:after {
  content: "";
}

.gform_wrapper div#error {
  margin-bottom: 25px;
}

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
  vertical-align: middle !important;
}

.gform_wrapper li.gfield fieldset {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.gform_wrapper li.gfield fieldset > * {
  width: auto;
}

.gform_wrapper li.gfield fieldset legend.gfield_label {
  line-height: 32px;
  width: 100%;
}

div.gf_page_steps + div.validation_error {
  margin-top: 16px;
}

.gform_wrapper div.gfield_description.validation_error {
  color: #790000;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
  color: #790000;
}

.gform_wrapper .gform_footer {
  clear: both;
  margin: 16px 0 0 0;
  padding: 16px 0 10px 0;
  width: 100%;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 1em;
  margin: 0 0 16px 0;
  width: 100%;
}

.gform_wrapper .gform_footer a.gform_save_link,
.gform_wrapper .gform_page_footer a.gform_save_link {
  display: block;
  font-size: 1em;
  text-align: center;
}

.gform_wrapper .gform_footer input[type=image] {
  background: none !important;
  border: 0;
  display: block;
  margin: 0 auto 16px auto !important;
  max-width: 100%;
  padding: 0;
  width: auto !important;
}

.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_full {
  min-height: 45px;
}

.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url],
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password] {
  width: 100%;
}

.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password],
.gform_wrapper .gfield_error .ginput_complex .ginput_full select {
  width: 100%;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  line-height: 1.2;
  margin: 0 0 16px 0;
}

.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.gchoice_select_all {
  font-weight: 700;
}

.gform_wrapper input.datepicker.datepicker_with_icon {
  display: -moz-inline-stack;
  display: inline-block;
  margin-right: 4px !important;
}

.gform_wrapper input[type=hidden],
.gform_wrapper input.gform_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper .gf_hidden {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}

.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gf_invisible {
  left: -9999px;
  position: absolute;
  visibility: hidden;
}

.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {
  display: none !important;
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  padding: 0 !important;
}

.gform_wrapper ul.gfield_radio li input + input {
  margin-left: 4px;
}

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
  margin-right: 6px;
  margin-top: 4px;
}

.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message {
  margin-top: 6px;
}

.gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0;
}

.gform_wrapper li.gfield_html {
  max-width: 100%;
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}

body .gform_wrapper ul li.gfield.gfield_html img {
  max-width: 100% !important;
}

.gform_wrapper .gform_ajax_spinner {
  padding-left: 10px;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  left: -9000px;
  position: absolute !important;
}

.gform_wrapper .gfield_captcha_input_container {
  padding-top: 3px;
}

.gform_wrapper .simple_captcha_small input {
  width: 64px;
}

.gform_wrapper .simple_captcha_medium input {
  width: 96px;
}

.gform_wrapper .simple_captcha_large input {
  width: 128px;
}

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small,
.gform_wrapper .right_label .simple_captcha_small,
.gform_wrapper .left_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_medium,
.gform_wrapper .left_label .simple_captcha_large,
.gform_wrapper .right_label .simple_captcha_large {
  margin-left: 32%;
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  background: none !important;
  border: 0;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper .math_small input {
  width: 70px;
}

.gform_wrapper .math_medium input {
  width: 510px;
}

.gform_wrapper .math_large input {
  width: 612px;
}

.gform_wrapper .left_label .math_small,
.gform_wrapper .right_label .math_small,
.gform_wrapper .left_label .math_medium,
.gform_wrapper .right_label .math_medium,
.gform_wrapper .left_label .math_large,
.gform_wrapper .right_label .math_large {
  margin-left: 32%;
}

.gform_wrapper div.charleft {
  color: #767676;
  font-size: 0.688em;
  margin-top: 4px;
  white-space: nowrap !important;
  width: 92% !important;
}

.gform_wrapper div.charleft[style] {
  width: 92% !important;
}

.gform_wrapper .left_label div.charleft,
.gform_wrapper .right_label div.charleft {
  margin-left: 32%;
}

.gform_wrapper div.charleft.ginput_counter_tinymce {
  border: 1px solid #eee;
  border-width: 1px 0 0;
  padding: 4px 9px;
  width: 100% !important;
}

.gform_wrapper div.charleft.warningTextareaInfo {
  color: #767676;
}

.gform_wrapper div.charleft.ginput_counter_error {
  color: #f00;
}

.gform_wrapper li.gf_hide_charleft div.charleft {
  display: none !important;
}

.gf_submission_limit_message {
  color: #790000;
  font-size: 1.375em;
}

.gform_wrapper .ginput_price {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.gform_wrapper span.ginput_total {
  color: #060;
  font-size: inherit;
}

.gform_wrapper .top_label span.ginput_total {
  margin: 8px 0;
}

.gform_wrapper span.ginput_product_price_label {
  margin-right: 2px;
}

.gform_wrapper span.ginput_product_price {
  color: #900;
}

.gform_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}

.gform_wrapper input.ginput_quantity[type=text] {
  width: 3rem;
}

.gform_wrapper input.ginput_quantity[type=number] {
  width: 4rem;
}

.gform_wrapper .gform_page_footer {
  border-top: 1px dotted #ccc;
  clear: both;
  margin: 14px 0;
  padding: 16px 0 0 0;
  width: 100%;
}

.gform_wrapper .gform_page_footer.left_label,
.gform_wrapper .gform_page_footer.right_label {
  padding: 16px 0 0 29%;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button,
.gform_wrapper .gform_page_footer .button.gform_next_button {
  display: -moz-inline-stack;
  display: inline-block;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: 8px;
}

.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
  width: 100%;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  clear: both;
  filter: alpha(opacity=60);
  font-size: 0.813em;
  line-height: 1 !important;
  margin: 0 0 8px 12px !important;
  opacity: 0.6;
  padding: 0 !important;
}

.gform_wrapper .gf_progressbar {
  -moz-border-radius: 25px;
  -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 25px;
  -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 10px;
  position: relative;
  width: 100%;
}

.gform_wrapper .gf_progressbar_percentage {
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 20px;
  border-top-right-radius: 4px;
  font-family: helvetica, arial, sans-serif;
  font-size: 0.813em !important;
  height: 24px;
  text-align: right;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  z-index: 999;
}

.gform_wrapper .gf_progressbar:after {
  -moz-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
  content: "";
  display: block;
  height: 24px;
  margin-top: -24px;
  width: 100%;
  z-index: 990;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

.gform_wrapper .gf_progressbar_percentage span {
  display: block;
  float: right;
  line-height: 1.8;
  margin-left: 5px;
  margin-right: 5px;
  width: auto;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  float: none !important;
  margin-left: 12px;
  text-shadow: none;
  word-wrap: normal;
}

.gform_wrapper .percentbar_blue {
  background-color: #036493;
  color: #fff;
}

.gform_wrapper .percentbar_gray {
  background-color: #7c7c7c;
  color: #fff;
}

.gform_wrapper .percentbar_green {
  background-color: #88b831;
  color: #fff;
}

.gform_wrapper .percentbar_orange {
  background-color: #ff7120;
  color: #fff;
}

.gform_wrapper .percentbar_red {
  background-color: #ff2a1a;
  color: #fff;
}

.gform_wrapper .gf_page_steps {
  border-bottom: 1px dotted #ccc;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  width: 100%;
}

.gform_wrapper .gf_step {
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  font-family: inherit;
  font-size: 0.875em;
  height: 14px;
  line-height: 1.25 !important;
  margin: 24px 24px 24px 0;
  opacity: 0.2;
  width: 100%;
}

.gform_wrapper .gf_step span.gf_step_number {
  font-family: arial, sans-serif;
  font-size: 1.25em;
  margin-right: 4px;
}

.gform_wrapper .gf_step span.gf_step_number,
.gform_wrapper .gf_step span.gf_step_label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gf_step.gf_step_active {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.gform_wrapper .gf_step_clear {
  clear: both;
  display: block;
  height: 1px;
  overflow: hidden;
}

.gform_wrapper .gfield_password_strength {
  background-color: #eee;
  border: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
  line-height: 1.8;
  margin-bottom: 18px;
  margin-top: 18px;
  padding: 10px 5px;
  text-align: center;
}

.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
  margin-right: 16px;
}

.gform_wrapper ul.left_label li.gfield .gfield_password_strength,
.gform_wrapper ul.right_label li.gfield .gfield_password_strength {
  margin-bottom: 18px;
  margin-top: 18px;
  width: 100%;
}

.gform_wrapper .gfield_password_strength.bad {
  background-color: #ffb78c;
  border-bottom: 3px solid #ff853c;
  border-color: #ff853c;
}

.gform_wrapper .gfield_password_strength.good {
  background-color: #ffec8b;
  border-bottom: 3px solid #fc0;
  border-color: #fc0;
}

.gform_wrapper .gfield_password_strength.short,
.gform_wrapper .gfield_password_strength.mismatch {
  background-color: #ffa0a0;
  border-bottom: 3px solid #f04040;
  border-color: #f04040;
}

.gform_wrapper .gfield_password_strength.strong {
  background-color: #c3ff88;
  border-bottom: 3px solid #8dff1c;
  border-color: #8dff1c;
}

.ginput_container_password,
.ginput_container_password span {
  position: relative;
}

.ginput_container_password button {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  padding: 5px 0;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 1px;
  width: 40px;
}

.ginput_container_password span.ginput_left button {
  right: 9px;
}

.ginput_container_password:not(.ginput_complex) span {
  display: inline-block;
  width: 100%;
}

.ginput_container_password:not(.ginput_complex) span input {
  width: 100%;
}

.ginput_container_password span.medium {
  width: calc(50% - 8px);
}

.ginput_container_password span.small {
  width: 25%;
}

.gform_wrapper table.gfield_list,
.gform_wrapper table.gfield_list caption,
.gform_wrapper table.gfield_list tbody,
.gform_wrapper table.gfield_list tfoot,
.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr,
.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list td {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.gform_wrapper table.gfield_list {
  border-collapse: collapse;
  border-spacing: 0;
}

.gfield_repeater_buttons {
  padding-top: 15px;
}

/* fix for twentyfifteen theme table layout issue */
.gform_wrapper table.gfield_list {
  table-layout: auto !important;
}

.gform_wrapper table.gfield_list thead th {
  font-weight: 700;
  text-align: left;
}

.gform_wrapper table.gfield_list colgroup {
  display: block;
  width: 100%;
}

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #790000;
}

.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
  margin: 0;
  padding: 0;
}

.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list td {
  padding: 4px 0 4px 0;
}

.gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
  padding: 0 0 4px 0;
}

.gform_wrapper table.gfield_list th + th,
.gform_wrapper table.gfield_list td + td {
  padding: 0 0 0 16px;
}

.gform_wrapper .gfield_list {
  width: 100%;
}

.gform_wrapper .gfield_list td.gfield_list_cell input {
  width: 100%;
}

.gfield_icon_disabled {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  cursor: default !important;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.gform_wrapper table.gfield_list tr td.gfield_list_icons {
  box-sizing: border-box;
  padding: 0 0 0 4px !important;
  width: 48px !important;
}

.gform_wrapper table.gfield_list td.gfield_list_icons img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gform_card_icon_container {
  height: 32px;
  margin: 8px 0 6px 0;
}

.gform_wrapper div.gform_card_icon {
  background-image: url("../images/gravityforms/gf-creditcard-icons.png");
  background-repeat: no-repeat;
  float: left;
  height: 32px;
  margin-right: 4px;
  text-indent: -9000px;
  width: 36px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important;
}

.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  display: block;
  min-width: 160px !important;
  position: relative;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
  margin-bottom: 8px;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  background-image: url("../images/gravityforms/gf-creditcard-icons.png");
  background-position: 0 -128px;
  background-repeat: no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  height: 23px;
  left: 6px;
  position: relative;
  top: -1px;
  width: 32px;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px dashed #ccc;
  border-radius: 4px;
  color: #aaa;
  margin-bottom: 16px;
  padding: 24px;
  text-align: center;
}

.gform_wrapper span.gform_drop_instructions {
  display: block;
  margin-bottom: 8px;
}

.gform_delete {
  cursor: pointer;
  vertical-align: middle;
}

.gform_wrapper .copy_values_option_container .copy_values_enabled {
  width: auto;
}

.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 1px;
}

/* save and continue dialog and form */
.gform_wrapper .form_saved_message {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: rgb(227, 243, 243);
  border-radius: 2px;
  color: rgb(49, 112, 143);
  font-size: 1em;
  line-height: 1.8;
  margin: 1em auto;
  padding: 3em 2em 3em;
  text-align: center;
  width: 99%;
}

.gform_wrapper .form_saved_message form {
  text-align: center;
}

.form_saved_message p.resume_form_link_wrapper {
  -moz-border-radius: 2px;
  -moz-box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
  display: inline-block;
  max-width: 98% !important;
  overflow: hidden;
  padding: 1em;
}

.form_saved_message a.resume_form_link {
  color: rgb(47, 99, 126);
  text-decoration: none;
  word-wrap: break-word;
}

.form_saved_message .form_saved_message_emailform {
  margin: 1em 0 0 0;
}

.form_saved_message label.form_saved_label {
  left: -9000px;
  position: absolute;
}

div.form_saved_message div.form_saved_message_emailform form input[type=text] {
  margin-bottom: 0.25em;
}

div.form_saved_message div.form_saved_message_emailform form input {
  display: inline-block;
  margin: 0.75em auto 0 auto;
}

div.form_saved_message div.form_saved_message_emailform form input[type=email] {
  -moz-appearance: none;
  -moz-border-radius: 2px;
  -moz-box-shadow: inset 0 0 5px 0 rgb(238, 238, 238);
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px 0 rgb(238, 238, 238);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(145, 175, 199);
  border-radius: 2px;
  box-shadow: inset 0 0 5px 0 rgb(238, 238, 238);
  color: rgb(66, 66, 66);
  font-size: 1em;
  max-width: 98% !important;
  padding: calc(0.75em - 1px) !important;
  width: 24em;
}

div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  -moz-appearance: none;
  -moz-border-radius: 2px;
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  background-color: rgb(145, 175, 199);
  border: 1px solid rgb(145, 175, 199);
  border-radius: 2px;
  color: rgb(255, 255, 255);
  font-size: 1em;
  line-height: 1;
  padding: 0.75em 1em;
  text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
  div.form_saved_message div.form_saved_message_emailform form input[type=email],
  div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    display: block;
    width: 98%;
  }
}
.form_saved_message .form_saved_message_emailform .validation_message {
  color: #790000;
  font-weight: 700;
  padding: 2em;
}

.form_saved_message_sent {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: rgb(233, 255, 217);
  border-radius: 2px;
  box-sizing: border-box;
  color: rgb(60, 118, 61);
  font-size: 1em;
  margin: 1em auto;
  padding: 3em 2em;
  text-align: center;
  width: 99%;
}

.form_saved_message_sent .saved_message_email,
.form_saved_message_sent .saved_message_success {
  display: block;
  font-weight: 700;
  line-height: 2;
}

.form_saved_message_sent .saved_message_email {
  text-decoration: underline;
  word-wrap: break-word;
}

body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1 !important;
}

body .gform_wrapper img.ui-datepicker-trigger {
  display: -moz-inline-stack;
  display: inline-block;
  height: 16px !important;
  width: 17px !important;
}

body .gform_wrapper img.add_list_item,
body .gform_wrapper img.delete_list_item {
  display: -moz-inline-stack;
  display: inline-block;
  margin-top: -2px;
}

.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 16px;
}

.gform_wrapper li.gfield ul.gfield_radio li input[type=radio] + input[type=text] {
  width: 45.25%;
}

.gform_wrapper table.recaptchatable {
  table-layout: auto;
}

/* adjusting the captcha margin for left or right label settings */
.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
  margin-left: 29%;
}

/* rich text editor */
.gfield .wp-editor-container {
  border: 1px solid #ddd;
}

.gfield .wp-switch-editor {
  border-color: #ddd;
}

.gfield .tmce-active .switch-tmce,
.gfield .html-active .switch-html {
  border-bottom-color: #f5f5f5;
}

.gfield .mce-edit-area iframe {
  margin: 0 !important;
  width: 99.9% !important;
}

body .gform_wrapper ul li.gfield {
  margin-top: 16px;
  padding-top: 0;
}

body .gform_wrapper ul.gfields li.gfield label.gfield_label {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* do our best to restore styles for lists inside the HTML field */
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  line-height: inherit;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 8px 0;
  overflow: visible;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 16px 0 16px 28px !important;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  margin: 0 0 8px 0;
  overflow: visible;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 16px 0 18px 32px;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 16px 0 16px 16px;
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 8px;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 18px 0;
  padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: 700;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 16px 18px;
}

.gform_wrapper span.gf_clear_span {
  clear: both;
  display: block;
  float: none;
  height: 1px;
  margin-top: -1px;
  overflow: hidden;
  width: 100%;
}

/* updated chosen 1.8.5 styles - defaults  */
/* @group Base */
.gform_wrapper .chosen-container {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: inline-block;
  font-size: 13px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}

.gform_wrapper .chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gform_wrapper .chosen-container .chosen-drop {
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1010;
}

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.gform_wrapper .chosen-container a {
  cursor: pointer;
}

.gform_wrapper .chosen-container .search-choice .group-name,
.gform_wrapper .chosen-container .chosen-single .group-name {
  color: #999;
  font-weight: normal;
  margin-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gform_wrapper .chosen-container .search-choice .group-name:after,
.gform_wrapper .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.gform_wrapper .chosen-container-single .chosen-single {
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  display: block;
  height: 25px;
  line-height: 24px;
  overflow: hidden;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.gform_wrapper .chosen-container-single .chosen-single input[type=text] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0;
}

.gform_wrapper .chosen-container-single .chosen-default {
  color: #999;
}

.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.gform_wrapper .chosen-container-single .chosen-single abbr {
  background: url("../images/gravityforms/chosen-sprite.png") -42px 1px no-repeat;
  display: block;
  font-size: 1px;
  height: 12px;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
}

.gform_wrapper .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
}

.gform_wrapper .chosen-container-single .chosen-single div b {
  background: url("../images/gravityforms/chosen-sprite.png") no-repeat 0 2px;
  display: block;
  height: 100%;
  width: 100%;
}

.gform_wrapper .chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1010;
}

.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
  background: url("../images/gravityforms/chosen-sprite.png") no-repeat 100% -20px;
  border: 1px solid #aaa;
  border-radius: 0;
  font-family: sans-serif;
  font-size: 1em;
  height: auto;
  line-height: normal;
  margin: 1px 0;
  outline: 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
}

.gform_wrapper .chosen-container-single .chosen-drop {
  background-clip: padding-box;
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}

.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

/* @end */
/* @group Results */
.gform_wrapper .chosen-container .chosen-results {
  -webkit-overflow-scrolling: touch;
  color: #444;
  margin: 0 4px 4px 0;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 0 4px;
  position: relative;
}

.gform_wrapper .chosen-container .chosen-results li {
  -webkit-touch-callout: none;
  display: none;
  line-height: 15px;
  list-style: none;
  margin: 0;
  padding: 5px 6px;
  word-wrap: break-word;
}

.gform_wrapper .chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}

.gform_wrapper .chosen-container .chosen-results li.disabled-result {
  color: #ccc;
  cursor: default;
  display: list-item;
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.gform_wrapper .chosen-container .chosen-results li.no-results {
  background: #f4f4f4;
  color: #777;
  display: list-item;
}

.gform_wrapper .chosen-container .chosen-results li.group-result {
  cursor: default;
  display: list-item;
  font-weight: bold;
}

.gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.gform_wrapper .chosen-container-multi .chosen-choices {
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  border: 1px solid #aaa;
  cursor: text;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0 5px;
  position: relative;
  width: 100%;
}

.gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  -webkit-box-shadow: none;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #999;
  font-family: sans-serif;
  font-size: 100%;
  height: 25px;
  line-height: normal;
  margin: 1px 0;
  outline: 0;
  padding: 0;
  width: 25px;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-repeat: repeat-x;
  background-size: 100% 19px;
  border: 1px solid #aaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  cursor: default;
  line-height: 13px;
  margin: 3px 5px 3px 0;
  max-width: 100%;
  padding: 3px 20px 3px 5px;
  position: relative;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url("../images/gravityforms/chosen-sprite.png") -42px 1px no-repeat;
  display: block;
  font-size: 1px;
  height: 12px;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  border: 1px solid #ccc;
  color: #666;
  padding-right: 5px;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  color: #ccc;
  cursor: default;
  display: list-item;
}

/* @end */
/* @group Active  */
.gform_wrapper .chosen-container-active .chosen-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  -webkit-box-shadow: 0 1px 0 #fff inset;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  border: 1px solid #aaa;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: 0;
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.gform_wrapper .chosen-container-active .chosen-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.gform_wrapper .chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.gform_wrapper .chosen-disabled .chosen-single {
  cursor: default;
}

.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.gform_wrapper .chosen-rtl {
  text-align: right;
}

.gform_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.gform_wrapper .chosen-rtl .chosen-single span {
  direction: rtl;
  margin-left: 26px;
  margin-right: 0;
}

.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.gform_wrapper .chosen-rtl .chosen-single div {
  left: 3px;
  right: auto;
}

.gform_wrapper .chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto;
}

.gform_wrapper .chosen-rtl .chosen-choices li {
  float: right;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  left: 4px;
  right: auto;
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.gform_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-left: 0;
  padding-right: 15px;
}

.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}

.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
  background: url("../images/gravityforms/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
  padding: 4px 5px 4px 20px;
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .gform_wrapper .chosen-rtl .chosen-search input[type=text],
  .gform_wrapper .chosen-container-single .chosen-single abbr,
  .gform_wrapper .chosen-container-single .chosen-single div b,
  .gform_wrapper .chosen-container-single .chosen-search input[type=text],
  .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .gform_wrapper .chosen-container .chosen-results-scroll-down span,
  .gform_wrapper .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/gravityforms/chosen-sprite@2x.png") !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important;
  }
}
/* @end */
/* updated chosen 1.8.5 styles - gravityforms specific  */
body .gform_wrapper .chosen-container a.chosen-single {
  border-radius: inherit;
}

body .gform_wrapper ul.chosen-results li {
  line-height: inherit;
}

@media only screen and (max-width: 641px) {
  /* make the inputs a little larger for mobile devices */
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 2;
    min-height: 2rem;
  }
  .gform_wrapper textarea {
    line-height: 1.5;
  }
  .gform_wrapper .chosen-container.chosen-container-single[style] {
    width: 100% !important;
  }
  .gform_wrapper .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8;
  }
  .gform_wrapper .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px;
  }
  .gform_wrapper div.chosen-container.chosen-container-multi[style] {
    width: 100% !important;
  }
  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,
  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
    float: none;
    line-height: inherit;
    width: 100%;
  }
  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
    margin-bottom: 0;
  }
  .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: calc(50% - 6px);
  }
  .gform_wrapper .ginput_container span:not(.ginput_price) {
    display: block;
    margin-bottom: 8px;
  }
  .gform_wrapper li.field_sublabel_below .ginput_complex {
    margin-top: 12px !important;
  }
  .gform_wrapper ul.gfield_radio li label,
  .gform_wrapper ul.gfield_checkbox li label {
    cursor: pointer;
    width: 85%;
  }
}
@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px) {
  .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 32px;
  }
  /* force the list table to not behave like a table anymore */
  .gform_wrapper table.gfield_list {
    border: 0;
  }
  .gform_wrapper table.gfield_list thead {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  .gform_wrapper table.gfield_list tr {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 4px solid #ccc;
    border-top: 2px solid #ccc;
    display: block;
    margin-bottom: 10px;
    position: relative;
  }
  .gform_wrapper table.gfield_list td {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
  }
  .gform_wrapper table.gfield_list td.gfield_list_icons {
    border-bottom: 0;
    margin: 16px 0 0 0 !important;
  }
  .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before,
  .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    clear: both;
    content: attr(data-label);
    display: block;
    font-size: 0.875em;
    letter-spacing: 0.5pt;
    white-space: nowrap;
  }
  .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
    margin: 8px 0 3px 8px;
  }
  .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    margin: 3px 0 8px 8px;
  }
  .gform_wrapper table.gfield_list th + th,
  .gform_wrapper table.gfield_list td + td {
    padding: 4px 0 0 0;
  }
  .gform_wrapper table.gfield_list tr.gfield_list_row_odd,
  .gform_wrapper table.gfield_list tr.gfield_list_row_even {
    margin: 16px 0;
  }
  .gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
    padding-top: 12px;
  }
  .gform_wrapper table.gfield_list tr {
    padding-top: 12px;
  }
  .gform_wrapper table.gfield_list tr td.gfield_list_icons {
    background-color: #eee;
    padding: 0 4px 4px 4px !important;
    width: 100% !important;
  }
  .gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
    margin: 12px 0 0 16px !important;
  }
  .gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
    margin: 12px 0 0 8px !important;
  }
  .gform_wrapper .gform_footer a.gform_save_link,
  .gform_wrapper .gform_page_footer a.gform_save_link {
    margin-left: 0;
  }
  .gform_wrapper .gfield_list td.gfield_list_cell input {
    margin-left: 8px;
    margin-right: 8px;
    width: calc(100% - 16px);
  }
}
/* media queries - portrait mode tablet or desktop styles */
@media only screen and (min-width: 641px) {
  .gform_wrapper .gform_body {
    width: 100%;
  }
  .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 16px) !important;
  }
  .gform_wrapper .gfield_checkbox li,
  .gform_wrapper .gfield_radio li {
    line-height: 1.3;
    margin: 0 0 8px 0;
  }
  .gform_wrapper .gsection {
    margin: 28px 16px 28px 0;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    margin-bottom: 16px;
    padding-right: 16px;
    width: 29%;
  }
  .gform_wrapper .right_label .gfield_label {
    text-align: right;
  }
  .gform_wrapper .left_label .gfield_description,
  .gform_wrapper .right_label .gfield_description {
    width: 70%;
  }
  .gform_wrapper ul.right_label li ul.gfield_radio li,
  .gform_wrapper form ul.right_label li ul.gfield_radio li,
  .gform_wrapper ul.left_label li ul.gfield_radio li,
  .gform_wrapper form ul.left_label li ul.gfield_radio li,
  .gform_wrapper ul.right_label li ul.gfield_checkbox li,
  .gform_wrapper form ul.right_label li ul.gfield_checkbox li,
  .gform_wrapper ul.left_label li ul.gfield_checkbox li,
  .gform_wrapper form ul.left_label li ul.gfield_checkbox li {
    margin-bottom: 10px;
  }
  .gform_wrapper .right_label .gfield_description,
  .gform_wrapper .left_label .gfield_description,
  .gform_wrapper .left_label .instruction,
  .gform_wrapper .right_label .instruction {
    margin-left: 29%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
    line-height: 1.5;
    margin-left: 0;
    padding-left: 0;
    padding-top: 4px;
  }
  .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
    margin-left: 29% !important;
    width: 70%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox,
  .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
    overflow: hidden;
  }
  .gform_wrapper .right_label div.ginput_complex,
  .gform_wrapper .left_label div.ginput_complex {
    margin-left: 29%;
    width: 70%;
  }
  .gform_wrapper .right_label input.small,
  .gform_wrapper .right_label select.small,
  .gform_wrapper .left_label input.small,
  .gform_wrapper .left_label select.small {
    width: 15%;
  }
  .gform_wrapper .right_label input.medium,
  .gform_wrapper .right_label select.medium,
  .gform_wrapper .left_label input.medium,
  .gform_wrapper .left_label select.medium {
    width: calc(35% - 8px);
  }
  .gform_wrapper .right_label input.large,
  .gform_wrapper .right_label select.large,
  .gform_wrapper .left_label input.large,
  .gform_wrapper .left_label select.large {
    width: 70%;
  }
  .gform_wrapper .right_label textarea.small,
  .gform_wrapper .left_label textarea.small,
  .gform_wrapper .right_label textarea.medium,
  .gform_wrapper .left_label textarea.medium,
  .gform_wrapper .right_label textarea.large,
  .gform_wrapper .left_label textarea.large {
    width: 70%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .ginput_list {
    margin-left: 29% !important;
    width: 70%;
  }
  .gform_wrapper .top_label .gfield_list {
    width: 100%;
  }
  .gform_wrapper .left_label .gf_list_one_column,
  .gform_wrapper .right_label .gf_list_one_column {
    width: 45%;
  }
  .gform_wrapper .top_label .gf_list_one_column {
    width: 46%;
  }
  .gform_wrapper .left_label li.hidden_label input,
  .gform_wrapper .right_label li.hidden_label input {
    margin-left: 3.7%;
  }
  .gform_wrapper .left_label li.gfield .gfield_password_strength,
  .gform_wrapper .right_label li.gfield .gfield_password_strength {
    margin-left: 29%;
  }
  .gform_wrapper .top_label input.small,
  .gform_wrapper .top_label select.small {
    width: 25%;
  }
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
    width: calc(50% - 8px);
  }
  .gform_wrapper.gform_validation_error .top_label input.medium,
  .gform_wrapper.gform_validation_error .top_label select.medium {
    width: calc(50% - 8px);
  }
  .gform_wrapper .top_label input.large,
  .gform_wrapper .top_label select.large,
  .gform_wrapper .hidden_label input.large,
  .gform_wrapper .hidden_label select.large {
    width: 100%;
  }
  .gform_wrapper .top_label input.small.datepicker,
  .gform_wrapper .top_label input.medium.datepicker,
  .gform_wrapper .top_label input.large.datepicker {
    width: auto;
  }
  .gform_wrapper textarea.small {
    height: 80px;
    width: 100%;
  }
  .gform_wrapper textarea.medium {
    height: 160px;
    width: 100%;
  }
  .gform_wrapper textarea.large {
    height: 320px;
    width: 100%;
  }
  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right {
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 -4px 0 0;
    vertical-align: top;
    width: 50%;
  }
  .gform_wrapper .ginput_container_password .ginput_right {
    padding-left: 8px;
  }
  .gform_wrapper .gfield_error .ginput_complex .ginput_left,
  .gform_wrapper .gfield_error .ginput_complex .ginput_right {
    width: 50%;
  }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left,
  .gform_wrapper .ginput_complex .ginput_cardinfo_right {
    float: left;
    min-height: 43px;
    position: relative;
  }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
  }
  .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
  .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    display: -moz-inline-stack;
    display: inline-block;
    width: 47% !important;
  }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
  }
  .gform_wrapper .gf_step {
    display: -moz-inline-stack;
    display: inline-block;
    margin: 16px 32px 16px 0;
    width: auto;
  }
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit],
  .gform_wrapper .gform_footer input[type=image] {
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_wrapper .gform_footer input[type=image] {
    vertical-align: middle;
  }
  .gform_wrapper .gform_footer a.gform_save_link,
  .gform_wrapper .gform_page_footer a.gform_save_link {
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 1em;
    margin-left: 16px;
  }
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_page_footer input.button,
  .gform_wrapper .gform_footer input[type=submit],
  .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    margin: 0 16px 0 0;
    width: auto;
  }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
  }
  .gform_wrapper .ginput_complex .ginput_left {
    padding-right: 8px;
  }
  .gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
    content: "";
    display: block;
  }
  .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
    margin-right: 8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: -8px;
    padding-right: 8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right {
    margin-right: 8px;
    padding-right: 8px !important;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
    margin-right: -8px;
    padding-right: 8px !important;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
    margin-right: 8px;
  }
  .gform_wrapper .gfield_error .ginput_container {
    padding-right: 0;
  }
  .gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin: 18px 0 18px 0;
  }
  .gform_wrapper .gform_footer:not(.top_label) {
    margin-left: 29%;
    padding: 16px 0 10px 0;
    width: 70%;
  }
  /* adjusting the name field so it aligns properly */
  .top_label div.ginput_complex.ginput_container.gf_name_has_1,
  .top_label div.ginput_complex.ginput_container.gf_name_has_2,
  .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(100% + 15px);
  }
  .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(100% + 13px);
  }
  .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(100% + 14px);
  }
  /* a little better specificty to avoid problems with forms in widgets */
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1,
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2,
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
    margin-left: 29%;
    width: calc(70% + 15px);
  }
  ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1,
  ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2,
  ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 24px);
  }
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
    margin-left: 29%;
    width: calc(70% + 13px);
  }
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
    margin-left: 29%;
    width: calc(70% + 14px);
  }
  div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    margin-right: -4px;
    padding-right: 16px;
    vertical-align: top;
  }
  div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 100%;
  }
  div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 50%;
  }
  div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33.3%;
  }
  div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 25%;
  }
  div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.95%;
  }
  /* tweak the sizes for validation and left/right label layouts */
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 99.75% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 49.75% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.75% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.75% !important;
  }
  html div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,
  html div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,
  html div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,
  html div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
    margin-left: 0 !important;
  }
  .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
    width: calc(100% + 15px);
  }
  .gform_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
    margin-left: 29%;
    width: calc(70% + 16px);
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 17px);
  }
  li.gfield.gfield_error .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 8px) !important;
  }
  .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,
  .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
    padding-right: 16px;
  }
  .gform_wrapper ul.left_label li.gfield .gfield_password_strength,
  .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
    width: 70%;
  }
  /* adjusting the address field alignment for some scenarios */
  .gform_wrapper .ginput_complex span.ginput_left + input.gform_hidden + span.ginput_left {
    padding-right: 0;
  }
  .gform_wrapper .ginput_complex span.ginput_left.address_country {
    margin-right: 0;
  }
  html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date),
  html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi,
  html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description {
    margin-left: 29%;
    width: 70%;
  }
  .gform_wrapper .gf_progressbar {
    width: calc(100% - 16px);
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
    margin-left: 29%;
    width: 70%;
  }
  body .gform_wrapper span.ginput_left.address_city + input.gform_hidden + span.ginput_left.address_country {
    margin-right: 0;
    width: calc(50% - 8px);
  }
  /* force the CAPTCHA field over for right and left label layouts */
  .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
    margin-left: 29% !important;
  }
  .gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
  }
  .gform_wrapper .gform_page_footer .button.gform_next_button,
  .gform_wrapper .gform_page_footer .button.gform_button {
    margin-right: 10px;
  }
  /* updated chosen 1.8.5 styles - gravityforms specific  */
  body .gform_wrapper select.medium.gfield_select + div.chosen-container-single[style],
  body .gform_wrapper select.medium.gfield_select + div.chosen-container-multi[style] {
    width: calc(50% - 8px) !important;
  }
  body .gform_wrapper select.large.gfield_select + div.chosen-container-single[style],
  body .gform_wrapper select.large.gfield_select + div.chosen-container-multi[style] {
    width: 100% !important;
  }
  body .gform_wrapper select.small.gfield_select + div.chosen-container-single[style],
  body .gform_wrapper select.small.gfield_select + div.chosen-container-multi[style] {
    width: 25% !important;
  }
}
/* //////////////////////////////////////////////////////////////*/
/* //////////////////   Repeaters Styling   /////////////////////*/
/* //////////////////////////////////////////////////////////////*/
/* Padding, Left Border, background color for nested repeaters */
.gfield_repeater_cell > .gfield_repeater_wrapper {
  background-color: rgba(1, 1, 1, 0.02);
  border-bottom: 1px solid rgb(238, 238, 238);
  border-left: 8px solid rgba(54, 86, 102, 0.1);
  border-radius: 8px;
  padding: 10px 20px;
}

/* Targeting the border color of the repeater inputs */
.gfield_repeater_wrapper input {
  border: 1px solid rgb(197, 198, 197);
  border-radius: 4px;
}

/* Spacing between the wrappers */
.gfield_repeater_wrapper .gfield_repeater_wrapper {
  margin-top: 10px;
}

.gfield_repeater_buttons .add_repeater_item_text,
.gfield_repeater_buttons .remove_repeater_item_text {
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid rgba(117, 117, 117, 0.4);
  border-radius: 20px;
  color: rgb(117, 117, 117);
  font-size: 12px;
  font-weight: 400;
  height: 30px;
  margin-bottom: 5px;
  margin-right: 10px;
  min-width: 100px;
  transition: all 0.3s cubic-bezier(0.67, 0.17, 0.4, 0.83);
}

.gfield_repeater_buttons .add_repeater_item_plus,
.gfield_repeater_buttons .remove_repeater_item_minus {
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid rgba(117, 117, 117, 0.4);
  border-radius: 50%;
  color: rgb(117, 117, 117);
  font-size: 16px;
  font-weight: 700;
  height: 22px;
  margin: 10px 5px 0 5px;
  padding: 0;
  padding-bottom: 5px;
  transition: all 0.3s cubic-bezier(0.67, 0.17, 0.4, 0.83);
  width: 22px;
}

.gfield_repeater_buttons button.gfield_icon_disabled {
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  cursor: default;
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.gfield_repeater_buttons button.gfield_icon_disabled:hover {
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid rgba(117, 117, 117, 0.4);
  color: rgb(117, 117, 117);
}

/* Hover style for Add buttons */
.gfield_repeater_buttons button:hover {
  background: rgb(250, 250, 250);
  border: 1px solid rgb(117, 117, 117);
  color: #374750;
}

/* Adding the separation border and padding in between items */
.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
  border-bottom: 2px solid #e0e0e6;
  padding-bottom: 20px;
}

/* Repeater - Left Border Color */
.gfield_repeater_cell > .gfield_repeater_wrapper {
  border-left: 8px solid rgb(241, 241, 241);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 1px -1px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
}

/* Adjusting the margin/padding for the nested repeaters */
/* //////////////////////////////////////////////////////////////*/
/* /////////////////////// Form Edits Labels  ///////////////////////*/
/* //////////////////////////////////////////////////////////////*/
.gfield_repeater_buttons .add_repeater_item_text:focus,
.gfield_repeater_buttons .remove_repeater_item_text:focus {
  outline: 0;
}

/*Coloring for the required asterisk*/
.gfield_repeater_item .gfield_repeater_cell .gfield_required {
  color: #c32121;
}

/* Field labels styling */
.gform_wrapper .gfield_repeater_cell label {
  color: rgb(155, 154, 154);
  font-size: 14px;
  font-weight: 400;
  padding-top: 8px;
}

/* //////////////////////////////////////////////////////////////*/
/* /////////////////////// Forms Details  ///////////////////////*/
/* //////////////////////////////////////////////////////////////*/
/* Third Level Repeater Spacing */
.gfield_repeater_value .gfield_repeater_value .gfield_repeater_cell {
  padding-bottom: 20px;
  padding-top: 0;
}

/*Spacing between adjancent cells in the same repeater*/
div .gfield_repeater_cell {
  margin-top: 5px;
}

/* Repeater styling line divider */
.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
  border-bottom: 2px solid #e0e0e6;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-bottom: 20px;
}

/* Repeater containers */
.gfield_repeater_value > .gfield_repeater {
  background-color: rgba(1, 1, 1, 0.02);
  border-bottom: 1px solid rgb(238, 238, 238);
  border-left: 8px solid rgba(54, 86, 102, 0.1);
  border-radius: 8px;
  margin: 10px;
  padding: 10px 20px;
}

/* Styling for Fake disabled input containers */
.gfield_repeater_cell .gfield_repeater_value:not(:first-child) {
  background-color: rgb(240, 240, 240);
  border: 1px solid rgb(197, 198, 197);
  border-radius: 4px;
  color: rgba(117, 117, 117, 0.7);
  margin-right: 10px;
  padding-left: 10px;
}

/* Consistent Padding in between cells and items */
.gfield_repeater_items .gfield_repeater_cell:not(:first-child),
.gfield_repeater .gfield_repeater_items {
  padding-top: 5px;
}

/* Repeaters Labels styling */
.gfield_repeater .gfield_label {
  color: rgb(35, 40, 45);
  font-size: 16px;
  font-weight: 600;
}

/* Decreasing the space below the label */
.gfield_repeater_value .gfield_label {
  padding-bottom: 0;
}

/* Removing additional 20px padding when more repeaters are added on third level repeater */
.gfield_repeater_value .gfield_repeater_value .gfield_repeater_item:first-child {
  padding-bottom: 0;
}

/*
----------------------------------------------------------------

readyclass.css

----------------------------------------------------------------
*/
@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_inline {
    display: -moz-inline-stack;
    display: inline-block;
    float: none !important;
    margin: 0;
    padding-right: 16px;
    vertical-align: top;
    width: auto !important;
  }
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=url].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=email].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=number].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=password].large,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=url].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=email].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=number].small,
  .gform_wrapper .top_label li.gfield.gf_inline input[type=password].small {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
    width: 96px !important;
  }
  .gform_wrapper .top_label li.gfield.gf_inline select {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_inline textarea {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text],
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
    width: 70% !important;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day,
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year {
    width: 50px;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
    width: auto;
  }
  .gform_wrapper li.gf_inline div.ginput_container {
    white-space: nowrap !important;
  }
  .gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label {
    display: block !important;
  }
  .gform_wrapper li.gfield.gfield_error.gf_inline {
    margin-right: 16px;
    padding-right: 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    float: none;
    padding-right: 16px;
    vertical-align: top;
    width: 50%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
  .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
    margin: 8px 0 0 0;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half:before {
    clear: both;
    content: "";
    display: block;
  }
  .gform_wrapper .top_label li.gfield.gf_right_half:after {
    clear: both;
    content: "";
    display: table;
  }
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: calc(50% - 16px);
    padding-right: 0;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 16px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half textarea,
  .gform_wrapper .top_label li.gfield.gf_right_half textarea {
    width: 98%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half input.small,
  .gform_wrapper .top_label li.gfield.gf_right_half input.small {
    width: 35%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gsection,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gsection {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_right_half,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_right_half,
  .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half,
  .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
    padding: 0 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_left_half + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_right_half + .gform_footer {
    clear: both;
  }
  /* 3 columns */
  .gform_wrapper .top_label li.gfield.gf_left_third,
  .gform_wrapper .top_label li.gfield.gf_middle_third,
  .gform_wrapper .top_label li.gfield.gf_right_third {
    display: -moz-inline-stack;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.3%;
  }
  .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.4%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third,
  .gform_wrapper .top_label li.gfield.gf_middle_third,
  .gform_wrapper .top_label li.gfield.gf_right_third {
    margin-bottom: 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity),
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity),
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity),
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select {
    width: 100% !important;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
    margin-right: 16px;
    width: calc(33.3% - 24px) !important;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    width: 33.4%;
  }
  .gform_wrapper .top_label li.gfield.gf_right_third:after {
    clear: both;
    content: "";
    display: table;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third + li.gsection,
  .gform_wrapper .top_label li.gfield.gf_right_third + li.gsection {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_middle_third + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_right_third + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_left_third + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_middle_third + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_right_third + .gform_footer {
    clear: both;
  }
  /* 4 columns - quarters */
  .gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    display: -moz-inline-stack;
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 25%;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter,
  .gform_wrapper .top_label li.gfield.gf_second_quarter,
  .gform_wrapper .top_label li.gfield.gf_third_quarter,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    margin-bottom: 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),
  .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),
  .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),
  .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select {
    width: 100% !important;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter {
    width: 24.5%;
  }
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter:after {
    clear: both;
    content: "";
    display: table;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_first_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,
  .gform_wrapper .top_label li.gfield.gf_first_quarter select.large,
  .gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_second_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,
  .gform_wrapper .top_label li.gfield.gf_second_quarter select.large,
  .gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_third_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_third_quarter select.medium,
  .gform_wrapper .top_label li.gfield.gf_third_quarter select.large,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large {
    width: 97.5%;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gsection,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gsection {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_second_quarter + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_third_quarter + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gfield,
  .gform_wrapper .top_label li.gfield.gf_first_quarter + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_second_quarter + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_third_quarter + .gform_footer,
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter + .gform_footer {
    clear: both;
  }
  /* horizontal list columns - displayed inline */
  .gform_wrapper .top_label li ul.gfield_checkbox,
  .gform_wrapper .top_label li ul.gfield_radio {
    width: calc(100% + 16px);
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox,
  .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio {
    width: calc(70% + 16px);
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 90%;
    margin: 0;
    min-height: 28px;
    padding-right: 16px;
    vertical-align: top;
    width: 50%;
  }
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 90%;
    margin: 0 0 2px 0;
    min-height: 28px;
    padding-right: 16px;
    vertical-align: top;
    width: 33.3%;
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
  }
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 90%;
    margin: 0;
    min-height: 28px;
    padding-right: 16px;
    vertical-align: top;
    width: 25%;
  }
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 90%;
    margin: 0;
    min-height: 28px;
    padding-right: 16px;
    vertical-align: top;
    width: 20%;
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
    overflow: hidden;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label {
    margin: 0 0 10px 0;
  }
  /* vertical list columns - using CSS columns */
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
    -moz-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
  .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label {
    margin: 0 0 10px 0;
  }
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    width: calc(100% - 16px);
  }
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    width: calc(100% - 8px);
  }
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    width: calc(100% - 8px);
  }
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox,
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    width: calc(100% - 8px);
  }
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label,
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label,
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label,
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label {
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
    height: 25px;
  }
  .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
    height: 50px;
  }
  .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
    height: 75px;
  }
  .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
    height: 100px;
  }
  .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
    height: 125px;
  }
  .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,
  .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
    height: 150px;
  }
  .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
  .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    display: -moz-inline-stack;
    display: inline-block;
    float: none !important;
    margin: 0 8px 10px 0;
    width: auto !important;
  }
  html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
  html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    padding-left: 16px !important;
    padding-right: 0 !important;
  }
  .gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
    display: none !important;
  }
  .gform_wrapper li.gsection.gf_scroll_text {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc !important;
    height: 240px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 16px;
    width: calc(100% - 16px);
  }
  .gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 10px 10px 0 8px !important;
  }
  .gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title,
  .gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 0 10px 0 8px !important;
  }
  .gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
    font-size: 12px;
    margin: 10px;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li,
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
    list-style-type: disc !important;
    margin: 0 0 8px;
    overflow: visible;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul,
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
    list-style-type: disc !important;
    margin: 16px 0 16px 18px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li,
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
    list-style-type: decimal !important;
    margin: 0 0 8px;
    overflow: visible;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol,
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
    list-style-type: decimal !important;
    margin: 16px 0 18px 32px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul,
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    list-style-type: disc !important;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
    margin: 16px 0 16px 18px;
  }
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    margin: 0 0 8px;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
    margin: 0 0 18px 0;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
    font-weight: 700;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
    margin: 0 0 16px 18px;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_green,
  .gform_wrapper li.gfield.gfield_html.gf_alert_red,
  .gform_wrapper li.gfield.gfield_html.gf_alert_yellow,
  .gform_wrapper li.gfield.gfield_html.gf_alert_gray,
  .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 20px 0 !important;
    padding: 20px !important;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_green {
    background-color: #cbeca0;
    border: 1px solid #97b48a;
    color: #030;
    text-shadow: #dfb 1px 1px;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_red {
    background-color: #faf2f5;
    border: 1px solid #cfadb3;
    color: #832525;
    text-shadow: #fff 1px 1px;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
    background-color: #fffbcc;
    border: 1px solid #e6db55;
    color: #222;
    text-shadow: #fcfaea 1px 1px;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_gray {
    background-color: #eee;
    border: 1px solid #ccc;
    color: #424242;
    text-shadow: #fff 1px 1px;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
    background-color: #d1e4f3;
    border: 1px solid #a7c2e7;
    color: #314475;
    text-shadow: #e0f1ff 1px 1px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
    background-color: #fffbcc;
    border-bottom: 1px solid #e6db55;
    border-top: 1px solid #e6db55;
    color: #424242;
    font-size: 25px;
    margin: 30px 0;
    max-width: 99%;
    padding: 32px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
    background-color: #eaeaea;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #424242;
    font-size: 25px;
    margin: 30px 0;
    max-width: 99%;
    padding: 32px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
    -moz-box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
    -webkit-box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
    background-color: #fffbd2;
    border: 1px solid #e6db55;
    box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
    margin: 30px 0;
    position: relative;
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message {
    background: linear-gradient(to bottom, #fffce5 0%, #fff9bf 100%);
    background: -ms-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: -o-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: -webkit-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: #fffce5;
    background: -moz-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffce5), color-stop(100%, #fff9bf));
    background-color: #fffbcc;
    border-bottom: 1px solid #e6db55;
    border-top: 2px solid #fff;
    color: #424242;
    font-size: 28px;
    margin: 0;
    max-width: 99%;
    padding: 40px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
    -moz-box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
    background-color: #f1fcdf;
    border: 1px solid #a7c37c;
    box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
    margin: 30px 0;
    position: relative;
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
    background: linear-gradient(to bottom, rgb(219, 242, 183) 0%, rgb(180, 208, 136) 100%);
    background: -ms-linear-gradient(top, rgb(219, 242, 183) 0%, rgb(180, 208, 136) 100%);
    background: -o-linear-gradient(top, rgb(219, 242, 183) 0%, rgb(180, 208, 136) 100%);
    background: -webkit-linear-gradient(top, rgb(219, 242, 183) 0%, rgb(180, 208, 136) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(219, 242, 183)), color-stop(100%, rgb(180, 208, 136)));
    background: rgb(219, 242, 183);
    background: -moz-linear-gradient(top, rgb(219, 242, 183) 0%, rgb(180, 208, 136) 100%);
    background-color: #fffbcc;
    border-bottom: 1px solid #a7c37c;
    border-top: 2px solid #effade;
    color: #030;
    font-size: 28px;
    margin: 0;
    max-width: 99%;
    padding: 40px;
    text-shadow: #dfb 1px 1px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before,
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-3deg);
    background: rgba(0, 0, 0, 0.2);
    bottom: 15px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    content: "";
    left: 10px;
    max-width: 40%;
    position: absolute;
    top: 80%;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    left: auto;
    right: 10px;
    transform: rotate(3deg);
  }
  /* simple horizontal form ready class - very simple implementation for up to 5 fields and a button */
  .gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper {
    display: table;
    margin: 0 auto;
    width: auto;
  }
  .gform_wrapper form.gf_simple_horizontal {
    margin: 0 auto;
    width: calc(100% - 16px);
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body,
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    display: table-cell;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body {
    max-width: 75%;
    width: auto;
  }
  .gform_wrapper form.gf_simple_horizontal div.ginput_container,
  .gform_wrapper form.gf_simple_horizontal ul li.gfield {
    margin-top: 0 !important;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    margin: 0;
    max-width: 25%;
    padding: 0;
    width: auto;
  }
  body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    text-align: left;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
    display: table;
    width: 100%;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
    display: table-cell;
    height: auto;
    padding-right: 1em;
  }
  .gform_wrapper form.gf_simple_horizontal label.gfield_label,
  .gform_wrapper form.gf_simple_horizontal .ginput_complex label,
  .gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message) {
    display: block;
    height: 1px;
    left: -9000px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
    vertical-align: middle;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield {
    vertical-align: middle;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small,
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium,
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large {
    width: 100%;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small,
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium,
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large {
    width: 100%;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit],
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=button],
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=image] {
    height: auto;
  }
  .gform_wrapper form.gf_simple_horizontal .top_label .gfield_error {
    margin-bottom: 0;
  }
  .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li,
  .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li {
    display: inline-block;
    margin-right: 0.5em;
  }
  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 48.5%;
  }
  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33%;
  }
  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.5%;
  }
  html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.5%;
  }
  /* end media query */
}
/* add equal padding to form for better centering */
body .gform_wrapper.gf_form_center_wrapper {
  padding: 16px 0 16px 16px;
}

/*
----------------------------------------------------------------
datepicker.css
----------------------------------------------------------------
*/
.ui-datepicker {
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  font: 9pt Arial, sans-serif;
  height: auto;
  margin: 5px auto 0;
  width: 216px;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  border-collapse: collapse;
  width: 100%;
}

.ui-datepicker-header {
  -moz-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  /* set the header background color */
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  background-color: #666;
  border-color: #666;
  border-style: solid;
  border-width: 1px 0 0 0;
  box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  color: #e0e0e0;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  font-weight: bold;
  line-height: 30px;
  min-height: 30px !important;
  text-shadow: 1px -1px 0 #000;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  margin-top: 2.5%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  background-image: url("../images/gravityforms/arrow.png");
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 600%;
  overflow: hidden;
  text-align: center;
  width: 30px;
}

.ui-datepicker-prev {
  background-position: center -30px;
  float: left;
}

.ui-datepicker-next {
  background-position: center 0;
  float: right;
}

.ui-datepicker thead {
  background: #f7f7f7;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  border-bottom: 1px solid #bbb;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#f1f1f1", GradientType=0);
}

.ui-datepicker th {
  color: #666;
  filter: dropshadow(color=#fff, offx=1, offy=0);
  font-size: 6pt;
  padding: 5px 0;
  text-align: center;
  text-shadow: 1px 0 0 #fff;
  text-transform: uppercase;
}

.ui-datepicker tbody td {
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  padding: 0;
}

.ui-datepicker tbody td:last-child {
  border-right: 0;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  color: #666;
  display: inline-block;
  filter: dropshadow(color=#fff, offx=1, offy=1);
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  width: 30px;
}

.ui-datepicker-calendar .ui-state-default {
  -moz-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed", endColorstr="#dedede", GradientType=0);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  /* set the active date background color */
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  /* set the active date border color */
  background: #fff2aa;
  /* set the active date font color */
  border: 1px solid #c19163;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #666;
  filter: dropshadow(color=#fff, offx=0, offy=1);
  margin: -1px;
  position: relative;
  text-shadow: 0 1px 0 #fff;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  margin-left: 0;
  width: 29px;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  margin-right: 0;
  width: 29px;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

/*
----------------------------------------------------------------
browsers.css
----------------------------------------------------------------
*/
/* Safari specific styles */
.entry .gform_wrapper.gf_browser_safari ul li:before,
.entry .gform_wrapper.gf_browser_safari ul li:after {
  content: "";
}

.gform_wrapper.gf_browser_safari .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}

.gform_wrapper.gf_browser_safari .left_label #recaptcha_area #recaptcha_table,
.gform_wrapper.gf_browser_safari .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}

.gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_safari .gfield_checkbox li input {
  margin-top: 4px;
}

.gform_wrapper.gf_browser_safari select[multiple=multiple] {
  height: auto !important;
}

.gform_wrapper.gf_browser_safari input.button.gform_button_select_files {
  padding: 6px 12px !important;
}

.gform_wrapper.gf_browser_safari .gfield_time_ampm select {
  max-width: 5rem !important;
  width: calc(2rem + 20px);
}

/* Google Chrome (and now Opera) styles */
.gform_wrapper.gf_browser_chrome select {
  padding: 2px 0 2px 3px;
}

.gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
  max-width: 5rem !important;
  width: calc(3rem + 20px);
}

.gform_wrapper.gf_browser_chrome ul li:before,
.gform_wrapper.gf_browser_chrome ul li:after,
.entry .gform_wrapper.gf_browser_chrome ul li:before,
.entry .gform_wrapper.gf_browser_chrome ul li:after {
  content: none;
}

.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}

.gform_wrapper.gf_browser_chrome .left_label #recaptcha_area #recaptcha_table,
.gform_wrapper.gf_browser_chrome .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}

.gform_wrapper.gf_browser_chrome .ginput_complex select,
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select {
  line-height: 1.5em;
  margin-bottom: 5px;
  margin-top: 2px;
  text-indent: 2px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
  margin-top: 6px;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 1px;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
  margin-left: 1px;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
  padding-top: 2px;
}

.gform_wrapper.gf_browser_chrome select[multiple=multiple] {
  height: auto !important;
}

.gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle,
.gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last {
  margin-left: 1.1%;
}

.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
  padding: 6px 12px !important;
}

.gform_wrapper.gf_browser_chrome span.address_country {
  margin-top: -2px;
}

/* Firefox specific styles */
.gform_wrapper.gf_browser_gecko select {
  padding: 2px 12px 2px 2px;
}

.gform_wrapper.gf_browser_gecko .gfield_time_ampm select {
  max-width: 5rem !important;
  width: calc(4rem + 25px);
}

.gform_wrapper.gf_browser_gecko ul li:before,
.gform_wrapper.gf_browser_gecko ul li:after,
.entry .gform_wrapper.gf_browser_gecko ul li:before,
.entry .gform_wrapper.gf_browser_gecko ul li:after {
  content: none;
}

.gform_wrapper.gf_browser_gecko .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 1px;
}

.gform_wrappergf_browser_gecko .chosen-container-single .chosen-single {
  height: 32px;
  line-height: 2.4;
}

.gform_wrappergf_browser_gecko .chosen-container-single .chosen-single div b {
  position: relative;
  top: 5px;
}

/* Internet Explorer specific styles */
.gform_wrapper.gf_browser_ie ul li:before,
.gform_wrapper.gf_browser_ie ul li:after,
.entry .gform_wrapper.gf_browser_ie ul li:before,
.entry .gform_wrapper.gf_browser_ie ul li:after {
  content: none;
}

.gform_wrapper.gf_browser_ie .gfield_time_hour {
  width: 80px;
}

.gform_wrapper.gf_browser_ie .gfield_time_minute {
  width: 70px;
}

.gform_wrapper.gf_browser_ie .gfield_time_ampm {
  padding-top: 2px;
}

.gform_wrapper.gf_browser_ie .gfield_time_hour input,
.gform_wrapper.gf_browser_ie .gfield_time_minute input {
  margin-left: 0;
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left label,
.gform_wrapper.gf_browser_ie .ginput_complex .ginput_right label {
  margin: 3px 0 5px 0;
}

.gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 3px;
}

.gform_wrapper.gf_browser_ie ul.top_label .clear-multi {
  clear: both;
  overflow: hidden;
}

.gform_wrapper.gf_browser_ie .gfield_radio li {
  line-height: 20px !important;
}

.gform_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_ie .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_ie .gfield_checkbox li input {
  margin-top: 0;
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left select,
.gform_wrapper.gf_browser_ie .ginput_complex .ginput_right select {
  padding: 2px 0 2px 0;
}

.gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}

.gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}

.gform_wrapper.gf_browser_ie .left_label #recaptcha_area #recaptcha_table,
.gform_wrapper.gf_browser_ie .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  left: 4px;
  position: relative;
  top: -1px;
}

.gform_wrapper.gf_browser_ie img.add_list_item,
.gform_wrapper.gf_browser_ie img.delete_list_item {
  background-size: 16px 16px !important;
  height: 16px !important;
  width: 16px !important;
}

.gform_wrapper.gf_browser_iphone ul li:before,
.gform_wrapper.gf_browser_iphone ul li:after,
.entry .gform_wrapper.gf_browser_iphone ul li:before,
.entry .gform_wrapper.gf_browser_iphone ul li:after {
  content: none;
}

.gform_wrapper.gf_browser_unknown ul li:before,
.gform_wrapper.gf_browser_unknown ul li:after,
.entry .gform_wrapper.gf_browser_unknown ul li:before,
.entry .gform_wrapper.gf_browser_unknown ul li:after {
  content: none;
}

@media only screen and (max-width: 641px) {
  /* make the nifty styled selects a little larger for mobile devices */
  .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single,
  .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single,
  .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single {
    height: 44px;
    line-height: 3.2;
  }
  .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single div b,
  .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single div b,
  .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single div b {
    position: relative;
    top: 50%;
    transform: translateY(-25%);
  }
}
.validation_error {
  display: none;
}

.gform_wrapper .gfield_error .validation_message {
  color: red;
  font-weight: normal;
  padding-top: 8px;
}

.gform_wrapper .gfield_required {
  color: red;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  border-bottom: none;
  border-top: none;
  box-sizing: border-box;
  margin-bottom: 0px !important;
  padding-bottom: 0px;
  padding-top: 0px;
}

.gform_wrapper div.gfield_description.validation_error {
  color: red;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid red;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
  color: red;
}

.gform_wrapper .gfield_error .gfield_label {
  color: red;
}

.gfield [aria-invalid=true] {
  border: 1px solid red !important;
}

.gfield_error .gfield_consent_label {
  color: red;
}

.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error input[type=text],
.gform_wrapper .gfield_error input[type=url],
.gform_wrapper .gfield_error input[type=email],
.gform_wrapper .gfield_error input[type=tel],
.gform_wrapper .gfield_error input[type=number],
.gform_wrapper .gfield_error input[type=password],
.gform_wrapper .gfield_error select {
  border: 1px solid red;
}
.gform_wrapper .gfield_error textarea::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type=text]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type=url]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type=email]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type=number]::-webkit-input-placeholder,
.gform_wrapper .gfield_error input[type=password]::-webkit-input-placeholder,
.gform_wrapper .gfield_error select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: red;
}
.gform_wrapper .gfield_error textarea::-moz-placeholder,
.gform_wrapper .gfield_error input[type=text]::-moz-placeholder,
.gform_wrapper .gfield_error input[type=url]::-moz-placeholder,
.gform_wrapper .gfield_error input[type=email]::-moz-placeholder,
.gform_wrapper .gfield_error input[type=tel]::-moz-placeholder,
.gform_wrapper .gfield_error input[type=number]::-moz-placeholder,
.gform_wrapper .gfield_error input[type=password]::-moz-placeholder,
.gform_wrapper .gfield_error select::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
}
.gform_wrapper .gfield_error textarea:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type=text]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type=url]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type=email]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type=tel]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type=number]:-ms-input-placeholder,
.gform_wrapper .gfield_error input[type=password]:-ms-input-placeholder,
.gform_wrapper .gfield_error select:-ms-input-placeholder {
  /* IE 10+ */
  color: red;
}
.gform_wrapper .gfield_error textarea:-moz-placeholder,
.gform_wrapper .gfield_error input[type=text]:-moz-placeholder,
.gform_wrapper .gfield_error input[type=url]:-moz-placeholder,
.gform_wrapper .gfield_error input[type=email]:-moz-placeholder,
.gform_wrapper .gfield_error input[type=tel]:-moz-placeholder,
.gform_wrapper .gfield_error input[type=number]:-moz-placeholder,
.gform_wrapper .gfield_error input[type=password]:-moz-placeholder,
.gform_wrapper .gfield_error select:-moz-placeholder {
  /* Firefox 18- */
  color: red;
}
.gform_wrapper .gfield_error textarea::backdrop,
.gform_wrapper .gfield_error input[type=text]::backdrop,
.gform_wrapper .gfield_error input[type=url]::backdrop,
.gform_wrapper .gfield_error input[type=email]::backdrop,
.gform_wrapper .gfield_error input[type=tel]::backdrop,
.gform_wrapper .gfield_error input[type=number]::backdrop,
.gform_wrapper .gfield_error input[type=password]::backdrop,
.gform_wrapper .gfield_error select::backdrop {
  /* Firefox 18- */
  color: red;
}

main {
  padding: 0.5em 1em;
}

.site-content {
  margin-top: var(--header-height);
  min-height: calc(100vh - var(--header-height));
  display: flex;
  flex-direction: column;
}

.page-template-startpage .site-content,
.home .site-content {
  margin-top: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 400;
  font-family: "Dante Sans Display", sans-serif;
}

h1, .h1 {
  font-size: 9.5rem;
  line-height: 1.1;
  letter-spacing: -0.005em;
}

h2, .h2 {
  font-size: 6rem;
  line-height: 1.2;
  letter-spacing: -0.005em;
}

h3, .h3 {
  font-size: 3.9rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

h4, .h4 {
  font-size: 2.1rem;
  line-height: 1.3;
}

@media (max-width: 1399px) {
  h1, .h1 {
    font-size: 6.4rem;
  }
  h2, .h2 {
    font-size: 5rem;
  }
  h3, .h3 {
    font-size: 3.6rem;
  }
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 6rem;
  }
  h2, .h2 {
    font-size: 5rem;
  }
}
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 7.4rem;
  }
  h3, .h3 {
    font-size: 3rem;
  }
  h4, .h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  h1, .h1 {
    font-size: 6.7rem;
    line-height: 1.1;
  }
  h2, .h2 {
    font-size: 4rem;
    line-height: 1.2;
  }
  h3, .h3 {
    font-size: 3.9rem;
  }
  h4, .h4 {
    font-size: 2.1rem;
  }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.35em;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::placeholder {
  opacity: 1 !important;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
}

textarea {
  border-radius: 0;
}

/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}

/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}

.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}

/*  Hidden  */
[hidden],
.hidden {
  display: none;
}

/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}

/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.bg-color-pink {
  background-color: #E8A9D9;
  color: #000;
}

.bg-color-green {
  background-color: #D7E2D2;
}

.var-colors {
  background-color: var(--bg-color) !important;
  color: var(--txt-color) !important;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .has-scroll {
    --wp-bar-height: 0px!important;
  }
}

form[id^=hsForm_] input, form[id^=hsForm_] select {
  font-size: 16px !important;
  line-height: 16px;
}

.get-height {
  position: fixed;
  padding: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
}

.is-popup-subscribe-visible,
.is-menu-expanded {
  overflow: hidden;
}

@font-face {
  font-family: "Dante Sans Text";
  src: url("../fonts/DanteSans-Text.woff2") format("woff2"), url("../fonts/DanteSans-Text.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dante Sans Display";
  src: url("../fonts/DanteSans-Display.woff2") format("woff2"), url("../fonts/DanteSans-Display.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-pink {
  color: #f9514e;
}
.text-underline {
  text-decoration: underline;
}

/* ------------------------------------------------------------ *\
    Header
\* ------------------------------------------------------------ */
.header {
  padding: 0;
  position: fixed;
  z-index: 13;
  top: 0;
  top: var(--wp-bar-height, 0);
  width: 100%;
  height: auto;
  z-index: 102;
  background-color: #f5f5f5;
  box-shadow: 0px 9px 7px -5px rgba(0, 0, 0, 0.07);
  transition: background-color 0.4s, top 0.4s, transform 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    padding: 0.5rem 0;
  }
}
.header .header__main {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .header .header__main {
    padding: 1rem 0;
  }
}
.header .header__logo {
  width: fit-content;
  flex-shrink: 0;
  margin-left: -1rem;
  position: relative;
  transition: color 0.3s;
}
@media (max-width: 1199px) and (min-width: 1023.02px) {
  .header .header__logo {
    max-width: 14%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__logo {
    max-width: 37%;
    margin: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__logo .logo {
    opacity: 1;
    visibility: visible;
  }
}
.header .header__container {
  flex-grow: 1;
  padding-left: 3.6rem;
}
@media (max-width: 1023px) {
  .header .header__container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.3rem;
  }
}
@media (max-width: 1023px) {
  .header .header__wrapper {
    height: calc(var(--win-height, 100vh) - 100% - var(--wp-bar-height, 0));
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    color: #000;
  }
}
.header .header__wrapper-scroll {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .header .header__wrapper-scroll {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 4.1rem 3.1rem 4.4rem;
    width: 100vw;
    min-height: 100%;
    background-color: #f5f5f5;
  }
}
@media (max-width: 374px) {
  .header .header__wrapper-scroll {
    padding: 3rem 1.5rem;
  }
}
@media (min-width: 1023.02px) {
  .header .header__wrapper .header__actions {
    display: none !important;
  }
}
.header.has-menu .header__wrapper {
  opacity: 1;
  visibility: visible;
}
.header .header__actions {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .header .header__actions {
    flex-wrap: wrap;
    margin-top: 4.8rem;
    margin-left: -2.1rem;
    margin-right: -2.1rem;
  }
  .header .header__actions > * {
    width: 50%;
    padding-top: 2rem;
    min-height: 4rem;
    vertical-align: bottom;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
@media (max-width: 1023px) {
  .header .header__actions .header__search,
  .header .header__actions .header__account,
  .header .header__actions .header__shop {
    order: 1;
  }
}
@media (max-width: 1023px) {
  .header .header__actions .header__search a,
  .header .header__actions .header__account a,
  .header .header__actions .header__shop a {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .header .header__actions .header__search p,
  .header .header__actions .header__account p,
  .header .header__actions .header__shop p {
    font-size: 1.9rem;
    margin-left: 1.2rem;
  }
}
@media (max-width: 1023px) {
  .header .header__actions .header__search {
    order: 2;
  }
}
@media (max-width: 1023px) {
  .header .header__actions .header__account {
    order: 3;
  }
}
.header .header__menu {
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
@media (max-width: 1399px) {
  .header .header__menu {
    padding-left: 0;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .header .header__menu {
    display: block;
    padding: 0;
    width: 100%;
    flex-grow: 0;
  }
}
.header .header__menu .nav {
  width: 100%;
}
.header .header__lang,
.header .header__search,
.header .header__shop {
  padding-right: 2.4rem;
}
@media (max-width: 1199px) {
  .header .header__lang,
  .header .header__search,
  .header .header__shop {
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .header .header__lang,
  .header .header__search,
  .header .header__shop {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .header .header__lang,
  .header .header__search,
  .header .header__shop {
    padding-right: 0;
    display: flex;
    align-items: center;
  }
}
.header .header__search a,
.header .header__shop a,
.header .header__account a {
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
}
.header .header__search a:hover,
.header .header__shop a:hover,
.header .header__account a:hover {
  opacity: 0.6;
}
.header .header__search p,
.header .header__account p,
.header .header__shop p {
  font-size: 0;
}
@media only screen and (max-width: 575px) {
  .header .header__search p,
  .header .header__account p,
  .header .header__shop p {
    font-size: 1.9rem;
    margin-left: 1rem;
  }
}
.header .header__shop img + img,
.header .header__account img + img {
  display: none;
}
.header .header__toggle,
.header .header__search--mobile,
.header .header__shop--mobile {
  display: none;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 1023px) {
  .header .header__toggle,
  .header .header__search--mobile,
  .header .header__shop--mobile {
    display: block;
  }
}
@media (max-width: 1023px) {
  .header .header__search--mobile,
  .header .header__shop--mobile {
    padding-right: 3.5rem;
    font-size: 0;
  }
  .header .header__search--mobile a,
  .header .header__shop--mobile a {
    display: block;
  }
  .header .header__search--mobile p,
  .header .header__shop--mobile p {
    font-size: 0;
  }
}
@media (max-width: 1023px) {
  .header .header__search--mobile {
    padding-right: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__search--mobile .search-field.is-focused .search__field {
    padding: 0.4rem 0 0.4rem 3rem;
    width: 16rem;
  }
}
.header.has-menu .header__search--mobile, .header.has-menu .header__shop--mobile {
  opacity: 0;
  visibility: hidden;
}
.header .header__bar {
  position: relative;
  color: currentColor;
  padding: 0.8rem 0;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s, transform 0.4s;
}
@media (max-width: 1023px) {
  .header .header__bar {
    display: none;
  }
}
.header .header__bar:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  border-bottom: 1px solid currentcolor;
}
.header .header__bar ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header .header__bar ul li {
  position: relative;
}
.header .header__bar ul li + li {
  margin-left: 1.8rem;
  padding-left: 1.8rem;
}
.header .header__bar ul li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2.4rem;
  width: 0.1rem;
  background-color: currentColor;
}
.header .header__bar .header__lang {
  padding-right: 1.8rem;
}
.header .header__bar .link-alt {
  margin-right: 0.4rem;
}
.header .header__bar .link-alt i {
  width: 6px;
  height: 12px;
}
.header .header__subnav {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: -1;
  display: none;
}
@media (max-width: 1199px) {
  .header .header__subnav {
    display: none !important;
  }
}
.header .header__subnav:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.07);
}
.header .header__subnav__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 2rem 0;
}
.header .header__subnav__inner p {
  flex-grow: 1;
  margin: 0;
  font-size: 2.1rem;
}
.header .header__subnav__inner ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.header .header__subnav__inner ul li + li {
  margin-left: 3rem;
}
.header .header__subnav__inner ul li a:not(.btn) {
  transition: color 0.3s;
}
.header .header__subnav__inner ul li a:not(.btn):hover {
  color: #f9514e;
}

@media (min-width: 1023.02px) {
  .page-template-startpage:not(.has-scroll) .header:not(:hover):not(:focus-within),
  .home:not(.has-scroll) .header:not(:hover):not(:focus-within) {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
  }
  .page-template-startpage:not(.has-scroll) .header:not(:hover):not(:focus-within) .nav > ul > li.menu-item-has-children > ul:before,
  .home:not(.has-scroll) .header:not(:hover):not(:focus-within) .nav > ul > li.menu-item-has-children > ul:before {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .page-template-startpage:not(.has-scroll) .header:not(:hover):not(:focus-within) .menu-item-has-children .menu-item-has-children ul,
  .home:not(.has-scroll) .header:not(:hover):not(:focus-within) .menu-item-has-children .menu-item-has-children ul {
    color: rgba(255, 255, 255, 0.75);
  }
}

@media (max-width: 767px) and (min-height: 830px), screen and (max-width: 812px) and (orientation: landscape) and (min-height: 830px) {
  .page-template-startpage .header,
  .home .header {
    background-color: #f5f5f5;
    color: #000;
  }
}

@media (min-width: 1023.02px) {
  .is-header-bar-hidden .header {
    transform: translateY(calc(var(--header-bar-height) * -1));
  }
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background-color: #1d1f21;
  color: #fff;
  padding: 4.2rem 0;
  margin-top: auto;
}
@media (max-width: 1199px) {
  .footer {
    padding: 3rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    padding: 4.8rem 0;
  }
}
.footer .footer__main {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer__aside {
  width: 8.33%;
}
@media (max-width: 1199px) {
  .footer .footer__aside {
    width: auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__aside {
    width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__aside .logo-base img {
    min-width: 6.4rem;
    margin-left: 1.5rem;
  }
}
.footer .footer__contacts {
  width: 27.7%;
  margin-left: 2.8rem;
}
@media (max-width: 1199px) {
  .footer .footer__contacts {
    margin-left: 3rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__contacts {
    width: calc(50% - 1.2rem);
    margin-left: auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__contacts {
    margin: 4.6rem 0 0;
    width: 100%;
  }
}
.footer .footer__contacts .form-subscribe {
  padding-top: 0.6rem;
}
.footer .footer__contacts .form-subscribe:not(:last-child) {
  margin-bottom: 2.7rem;
}
.footer .footer__nav {
  width: 10%;
  flex-grow: 1;
  margin-left: 9.1rem;
  padding-top: 0.8rem;
}
@media (min-width: 1199.02px) {
  .footer .footer__nav {
    margin-right: -1.7rem;
  }
}
@media (max-width: 1199px) {
  .footer .footer__nav {
    margin-left: 3rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__nav {
    width: 100%;
    margin: 3rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav {
    margin: 4.6rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav .row {
    --gutter-y: 3.2rem;
  }
}
.footer .footer__nav h6 {
  font-size: 1.6rem;
  font-family: "Dante Sans Text", sans-serif;
}
.footer .footer__nav h6:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav h6:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}
.footer .footer__nav ul {
  list-style-type: none;
  color: #BABABA;
}
@media (max-width: 1023px) and (min-width: 767.02px) {
  .footer .footer__nav ul {
    font-size: 1.4rem;
  }
}
.footer .footer__nav ul li + li {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .footer .footer__nav ul li + li {
    margin-top: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav ul li + li {
    margin-top: 1.2rem;
  }
}
.footer .footer__nav ul a {
  transition: color 0.3s;
}
@media (min-width: 1023.02px) {
  .footer .footer__nav ul a:hover {
    color: #f9514e;
  }
}
.footer .footer__nav h6 a {
  transition: color 0.3s;
}
@media (min-width: 1023.02px) {
  .footer .footer__nav h6 a:hover {
    color: #A4A5A6;
  }
}
.footer .footer__foot {
  position: relative;
  margin-top: 7.5rem;
  padding: 2.4rem 3% 0;
}
@media (max-width: 1199px) {
  .footer .footer__foot {
    margin-top: 3rem;
    padding: 3rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__foot {
    margin-top: 2.6rem;
    padding: 2.8rem 0 0;
  }
}
.footer .footer__foot:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  height: 1px;
  width: 100vw;
  background-color: currentColor;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: block;
  transition: opacity 0.3s, visibility 0.3s;
}
@media only screen and (max-width: 1023px) {
  .logo {
    max-width: 14rem;
  }
}
@media only screen and (max-width: 575px) {
  .logo {
    max-width: 13rem;
  }
}
.logo img {
  width: 100%;
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc(138.4rem + 3rem * 2);
  padding-inline: 3rem;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .shell {
    padding-inline: 1.6rem;
  }
}

/* Shell small */
.shell--small {
  max-width: calc(75.2rem + 3rem * 2);
}

.shell--big {
  max-width: 151.2rem;
  padding: 0 3.2rem;
}

/* Shell Fluid */
.shell--fluid {
  max-width: none;
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
@media (max-width: 1199px) {
  .nav {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .nav {
    font-size: 1.9rem;
  }
}
.nav ul {
  list-style-type: none;
  display: flex;
  padding: 0;
}
@media (max-width: 1023px) {
  .nav ul {
    display: block;
  }
}
.nav li a {
  display: block;
  transition: all 0.3s;
}
.nav li a:hover {
  text-decoration: none;
  color: #f9514e;
}
.nav > ul > li > a {
  padding: 3.1rem 0;
}
@media (max-width: 1199px) {
  .nav > ul > li > a {
    padding: 2rem 0;
  }
}
@media (max-width: 1023px) {
  .nav > ul > li > a {
    padding: 0;
  }
}
@media (min-width: 1023.02px) {
  .nav > ul > li.menu-item-has-children > ul {
    position: fixed;
    top: calc(var(--header-main-height) + var(--header-bar-height) + var(--wp-bar-height));
    left: 50%;
    transform: translateX(-50%);
    width: 144.4rem;
    max-width: 100%;
    padding: 2.6rem 3rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s;
    justify-content: flex-start;
  }
  .nav > ul > li.menu-item-has-children > ul:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    height: 100%;
    width: 100vw;
    transform: translateX(-50%);
    transition: background-color 0.3s;
    background-color: #EBEBEB;
  }
  .nav > ul > li.menu-item-has-children > ul > * {
    position: relative;
    z-index: 2;
  }
  .nav > ul > li.menu-item-has-children > ul > li {
    max-width: max(25rem, 14%);
  }
  .nav > ul > li.menu-item-has-children > ul > li + li {
    margin-left: 5.6rem;
  }
  .nav > ul > li.menu-item-has-children > ul .menu-item-has-children {
    line-height: 1.55;
  }
  .nav > ul > li.menu-item-has-children > ul .menu-item-has-children > a {
    margin-bottom: 2.2rem;
  }
  .nav > ul > li.menu-item-has-children > ul .menu-item-has-children ul {
    display: block;
    color: rgba(0, 0, 0, 0.75);
  }
  .nav > ul > li.menu-item-has-children > ul .menu-item-has-children ul li + li {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .nav > ul > li.menu-item-has-children > ul {
    padding-left: 1rem;
    padding-top: 0.7rem;
    padding-bottom: 0.2rem;
    opacity: 0.8;
    font-size: 1.8rem;
  }
  .nav > ul > li.menu-item-has-children > ul ul {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 1rem;
    opacity: 0.8;
    font-size: 1.6rem;
    display: none;
  }
  .nav > ul > li.menu-item-has-children > ul li + li {
    margin-top: 0.2rem;
  }
}
@media (max-width: 1023px) {
  .nav > ul > li.menu-item-has-children > a {
    position: relative;
    padding-right: 4rem;
  }
  .nav > ul > li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    border: 1px solid currentcolor;
    border-width: 0 1px 1px 0;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.3s;
  }
  .nav > ul > li.menu-item-has-children > ul {
    display: none;
  }
  .nav > ul > li.menu-item-has-children.is-open > a:after {
    transform: translateY(-15%) rotate(45deg) scale(-1);
  }
}
.nav > ul > li + li {
  margin-left: 3.2rem;
}
@media (max-width: 1399px) {
  .nav > ul > li + li {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .nav > ul > li + li {
    margin-left: 1.3rem;
  }
}
@media (max-width: 1023px) {
  .nav > ul > li + li {
    margin-top: 3.55rem;
    margin-left: 0;
  }
}
.nav > ul > li + .has-spacing {
  margin-left: auto;
}
@media (min-width: 1023.02px) {
  .nav > ul > li + .has-spacing > .sub-menu {
    justify-content: flex-end;
  }
}
@media (min-width: 1023.02px) {
  .nav > ul > li.menu-item-has-children:hover ul, .nav > ul > li.menu-item-has-children:focus-within ul {
    opacity: 1;
    visibility: visible;
  }
}

/* ------------------------------------------------------------ *\
	LAng Switcher
\* ------------------------------------------------------------ */
.lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
}
.lang-switcher select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  margin-left: 0.4rem;
  background-color: transparent;
  color: currentColor;
  width: var(--select-width);
  min-width: 26px;
  display: block;
  padding: 0;
}
@media (max-width: 1023px) {
  .lang-switcher select {
    margin-left: 1rem;
    font-size: 1.9rem;
  }
}
.lang-switcher select option {
  color: #000;
}
.lang-switcher .lang__measure {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  max-width: unset;
  white-space: nowrap;
  width: auto;
}
@media (max-width: 1023px) {
  .lang-switcher .lang__measure {
    margin-left: 1rem;
    font-size: 1.9rem;
  }
}
.lang-switcher img {
  flex-shrink: 0;
}

/* ------------------------------------------------------------ *\
	HEro
\* ------------------------------------------------------------ */
.hero {
  height: 100vh;
  min-height: 40rem;
  width: 100%;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25) inset;
  position: relative;
  display: flex;
  color: #fff;
  padding: 6rem 0;
}
@media only screen and (max-width: 1199px) {
  .hero {
    padding: 4rem 0;
    min-height: 30rem;
  }
}
@media only screen and (max-width: 768px) {
  .hero {
    padding: 3.2rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .hero {
    min-height: 40rem;
  }
}
.hero .hero__shell {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero .hero__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero .hero__image,
.hero .hero__image img,
.hero .hero__image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero .hero__image img {
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .hero .hero__title {
    text-transform: capitalize;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__title h1 {
    line-height: 1.14;
  }
}

body.logged-in .hero {
  height: calc(100vh - 3.2rem);
}
@media only screen and (max-width: 782px) {
  body.logged-in .hero {
    height: calc(100vh - 4.6rem);
  }
}

/* ------------------------------------------------------------ *\
	section-split
\* ------------------------------------------------------------ */
.section-split {
  font-size: 2.1rem;
  line-height: 1.3;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 1399px) {
  .section-split {
    font-size: 1.6rem;
  }
}
.section-split h4 {
  margin-bottom: 3.8rem;
  font-weight: 600;
}
.section-split p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-split .section__shell {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .section-split .section__shell {
    flex-direction: column-reverse;
  }
}
.section-split .section__wrapper {
  width: 74.5%;
  padding: 4.2rem 6.4rem 6.4rem 0;
}
@media only screen and (max-width: 1199px) {
  .section-split .section__wrapper {
    padding: 4rem 4rem 4rem 0;
  }
}
@media only screen and (max-width: 1023px) {
  .section-split .section__wrapper {
    width: 100%;
    padding: 4rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__wrapper {
    padding: 5.1rem 0 6.2rem;
  }
}
.section-split .section__wrapper--offset {
  padding: 3rem 4rem 8.2rem 0;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .section-split .section__wrapper--offset {
    padding: 4rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__wrapper--offset {
    padding: 3.2rem 0 6.4rem;
  }
}
.section-split .section__title h2:not(.h1) {
  margin-top: 2.4rem;
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__title h2:not(.h1) {
    margin-top: 0;
  }
}
.section-split .section__wrapper--small {
  padding-top: 4.7rem;
}
@media only screen and (max-width: 1199px) {
  .section-split .section__wrapper--small {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-split .section__wrapper--small {
    padding-top: 3.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--small,
  .section-split .section__wrapper--offset {
    width: calc(100% + 1.2rem);
    margin: 0 -0.6rem;
    padding-bottom: 6.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--offset {
    padding-bottom: 3.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--small .section__title h2 {
    margin-top: 3.2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .section-split .section__wrapper--small .section__title h2:not(.h3),
  .section-split .section__wrapper--offset .section__title h2:not(.h3) {
    font-size: 5.8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-split .section__wrapper--small .section__title h2:not(.h3),
  .section-split .section__wrapper--offset .section__title h2:not(.h3) {
    font-size: 5.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-split .section__wrapper--small .section__title h2:not(.h3),
  .section-split .section__wrapper--offset .section__title h2:not(.h3) {
    font-size: 5.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--small .section__title h2:not(.h3),
  .section-split .section__wrapper--offset .section__title h2:not(.h3) {
    font-size: 4.8rem;
    line-height: 1.2;
  }
}
.section-split .section__wrapper--offset .section__title h2:not(.h1) {
  margin-top: 0;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--offset .section__title h2:not(.h1) {
    letter-spacing: -0.005em;
  }
}
.section-split .section__content {
  margin-top: 3.8rem;
  letter-spacing: 0.014em;
  line-height: 1.2;
}
.section-split .section__content ul:not([class]) {
  padding-left: 1em;
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--small .section__content {
    line-height: 1.32;
  }
}
.section-split .section__content--offset {
  margin-top: 3rem;
}
.section-split .section__content p:not(:last-child) {
  margin-bottom: 3.8rem;
}
.section-split .section__content--offset p:not(:last-child) {
  margin-bottom: 2.4rem;
}
.section-split .section__cols {
  display: flex;
  margin-top: 8.1rem;
}
@media only screen and (max-width: 1199px) {
  .section-split .section__cols {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-split .section__cols {
    margin-top: 7.3rem;
    flex-direction: column;
    font-size: 2.1rem;
  }
}
.section-split .section__cols ul {
  padding-left: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__cols ul {
    padding-left: 2rem;
  }
}
.section-split .section__cols ul li::marker {
  font-size: 80%;
}
.section-split .section__wrapper--offset .section__cols {
  margin-top: 4.7rem;
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--offset .section__cols {
    margin-top: 3.3rem;
  }
}
.section-split .section__col:first-child {
  padding-right: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__col:first-child {
    padding-right: 0;
    margin-bottom: 4.3rem;
  }
}
.section-split .section__col {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .section-split .section__col {
    width: 100%;
  }
}
.section-split .section__wrapper--offset .section__col {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .section-split .section__wrapper--offset .section__col {
    width: 100%;
  }
}
.section-split .section__wrapper--offset .section__col + .section__col {
  width: 51%;
}
@media only screen and (max-width: 768px) {
  .section-split .section__wrapper--offset .section__col + .section__col {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--offset .section__col + .section__col {
    font-size: 2.1rem;
    margin-top: -1rem;
  }
}
.section-split .section__col p:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .section-split .section__col p:not(:last-child) {
    margin-bottom: 4.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--offset .section__col p:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.section-split .section__cols p > a,
.section-split .section__content p > a {
  text-decoration: none;
  color: #f9514e;
  transition: color 0.3s;
}
.section-split .section__cols p > a:hover,
.section-split .section__content p > a:hover {
  color: #197c7c;
}
.section-split .section__image,
.section-split .section__video {
  width: calc(35.5% - (138.4rem - 100vw) / 2);
  position: relative;
  margin-right: calc((138.4rem - 100vw) / 2);
}
@media only screen and (max-width: 1444px) {
  .section-split .section__image,
  .section-split .section__video {
    width: calc(35% + 3rem);
    margin-right: -3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-split .section__image,
  .section-split .section__video {
    width: calc(100% + 6rem);
    margin: 0 -3rem;
    aspect-ratio: 1/0.5;
  }
}
@media only screen and (max-width: 768px) {
  .section-split .section__image,
  .section-split .section__video {
    width: calc(100% + 3.2rem);
    margin: 0 -1.6rem;
    aspect-ratio: 1/0.7;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__image,
  .section-split .section__video {
    aspect-ratio: 390/453;
  }
}
@media (min-width: 767.02px) {
  .section-split .section__video-mobile-link {
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__video-mobile-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .section__wrapper--offset + .section__image {
    aspect-ratio: 1/0.87;
  }
}
.section-split .section__video > a {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}
@media only screen and (max-width: 768px) {
  .section-split .section__video > a {
    display: block;
  }
}
.section-split .section__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  transition: opacity 0.3s, visibility 0.3s;
}
.section-split .section__poster-iframe {
  display: none;
}
.section-split .section__video.video-played .section__poster,
.section-split .section__video.video-played .section__btn {
  opacity: 0;
  visibility: hidden;
}
.section-split .section__image img,
.section-split .section__poster img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-split .section__iframe,
.section-split .section__player {
  display: flex;
  align-items: center;
  height: 100%;
}
.section-split .section__iframe iframe,
.section-split .section__player video,
.section-split .section__video .plyr {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.section-split .section__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  transition: opacity 0.3s, visibility 0.3s;
}
.section-split .section__btn svg {
  display: none;
}
.section-split .section__btn:hover {
  background-color: transparent;
}
@media only screen and (max-width: 1399px) {
  .section-split .section__btn img {
    max-width: 15rem;
  }
}
@media only screen and (max-width: 1199px) {
  .section-split .section__btn img {
    max-width: 12rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .section__btn img {
    max-width: 14.3rem;
  }
}
.section-split .plyr .plyr__control.plyr__control--overlaid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18.9rem;
  height: 18.9rem;
  transform: translateY(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  transition: opacity 0.3s, visibility 0.3s;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/svg/play-btn.svg);
}
.section-split .plyr .plyr__control.plyr__control--overlaid svg {
  display: none;
}
.section-split .plyr .plyr__control.plyr__control--overlaid:hover {
  background-color: transparent;
}
@media only screen and (max-width: 1399px) {
  .section-split .plyr .plyr__control.plyr__control--overlaid img {
    max-width: 15rem;
  }
}
@media only screen and (max-width: 1199px) {
  .section-split .plyr .plyr__control.plyr__control--overlaid img {
    max-width: 12rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .plyr .plyr__control.plyr__control--overlaid img {
    max-width: 14.3rem;
  }
}
.section-split .section__actions {
  display: flex;
  gap: 6.4rem;
  margin-top: 7.5rem;
}
@media only screen and (max-width: 768px) {
  .section-split .section__actions {
    margin-top: 6.2rem;
    gap: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-split .section__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2rem;
  }
}
.section-split .plyr__poster {
  background-size: cover !important;
}
.section-split .section__media {
  margin-bottom: -6.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__image {
    aspect-ratio: auto;
    margin-bottom: -1px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__image img {
    position: static;
    height: auto;
  }
}

.section-split--pink {
  background-color: #f9514e;
}

.section-split--teal {
  background-color: #197c7c;
  color: #fff;
}

.section-split--gray {
  background-color: #f5f5f5;
}

.section-split--gray2 {
  background-color: #2C2E30;
  color: #fff;
}

.section-split--black {
  background-color: #1d1f21;
  color: #fff;
}

.section-split--reversed .section__shell {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .section-split--reversed .section__shell {
    flex-direction: column-reverse;
  }
}
.section-split--reversed .section__image,
.section-split--reversed .section__video {
  margin-right: 0;
  margin-left: calc((138.4rem - 100vw) / 2);
}
@media only screen and (max-width: 1444px) {
  .section-split--reversed .section__image,
  .section-split--reversed .section__video {
    margin-left: -3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-split--reversed .section__image,
  .section-split--reversed .section__video {
    margin: 0 -3rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-split--reversed .section__image,
  .section-split--reversed .section__video {
    margin: 0 -1.6rem;
  }
}
.section-split--reversed .section__wrapper {
  padding: 4.2rem 0 6.4rem 6.4rem;
}
@media only screen and (max-width: 1199px) {
  .section-split--reversed .section__wrapper {
    padding: 4rem 0 4rem 4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-split--reversed .section__wrapper {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-split--reversed .section__wrapper {
    padding: 6.4rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .section-split--reversed .section__wrapper--small {
    padding-bottom: 6.5rem;
  }
}

@media only screen and (max-width: 1023px) {
  .section-split--reverse-mobile .section__shell {
    flex-direction: column;
  }
}

@media (min-width: 1023.02px) {
  .section-split--1vs1 .section__wrapper {
    width: 50%;
  }
  .section-split--1vs1 .section__image,
  .section-split--1vs1 .section__video {
    width: 10%;
    flex-grow: 1;
  }
}

@media (max-width: 1023px) {
  .section-split--mobile-content-first .section__shell {
    display: block;
  }
}

/* ------------------------------------------------------------ *\
	Btn
\* ------------------------------------------------------------ */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  text-decoration: none;
  padding: 1.25rem 3rem;
  border-radius: 18px;
  line-height: 1.3;
  font-size: 1.6rem;
  transition: all 0.3s;
  background-color: #23262B;
  border: none;
  color: #fff;
  cursor: pointer;
}
.btn svg {
  margin-left: 1.5rem;
  transition: transform 0.3s;
}
.btn svg path {
  stroke: currentColor;
  transition: stroke 0.3s;
}
.btn:hover {
  color: #f9514e !important;
  text-decoration: none;
}
.btn:hover svg {
  transform: translate(5px, 0);
}

.btn--pink {
  background-color: #f9514e !important;
  border: none !important;
  color: #fff !important;
}
.btn--pink svg {
  fill: #fff;
  stroke: none;
}
.btn--pink:hover {
  color: #23262B !important;
}
.btn--pink:hover svg {
  fill: #23262B;
}

.btn--black {
  background-color: #23262B !important;
  border: none !important;
  color: #fff !important;
}
.btn--black svg {
  fill: #fff;
  stroke: none;
}
.btn--black:hover {
  color: #f9514e !important;
}
.btn--black:hover svg {
  fill: #f9514e;
}

.btn--white {
  background-color: #fff !important;
  border: 1px solid #23262B !important;
  color: #23262B !important;
}
.btn--white svg {
  fill: #23262B;
  stroke: none;
}
.btn--white:hover {
  background-color: #E6E7E9 !important;
}

.btn--text-white {
  color: #fff;
}
.btn--text-white svg {
  fill: #fff;
}

.btn--size-2 {
  font-size: 2.1rem;
  padding: 0.96rem 2.55rem;
  font-family: "Dante Sans Text";
  font-weight: 400;
}

.btn--arrow-down:hover svg {
  transform: none;
}

/* ------------------------------------------------------------ *\
	Navigation CTA
\* ------------------------------------------------------------ */
body nav > ul > li.btn-inner > a {
  align-items: center;
  border: none;
  border-radius: 18px;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  line-height: 1.3;
  margin: 1.1rem 0;
  padding: 0.66rem 1.55rem 0.9rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  width: fit-content;
}
@media (min-width: 1023.02px) {
  body nav > ul > li.btn-inner > a {
    margin: 1.8rem 0;
    padding: 1.16rem 1.55rem 1.3rem;
  }
}
body.home:not(.has-scroll) .header nav > ul > li.btn-inner > a {
  background-color: #fff;
  color: #23262B;
}
body.home:not(.has-scroll) .header nav > ul > li.btn-inner > a:hover {
  background-color: #E6E7E9;
}
body.home:not(.has-scroll) .header:hover nav > ul > li.btn-inner > a {
  background-color: #f9514e;
  color: #fff;
}
body.home:not(.has-scroll) .header:hover nav > ul > li.btn-inner > a:hover {
  color: #23262B;
}
body.home.has-scroll nav > ul > li.btn-inner > a {
  background-color: #f9514e;
  color: #fff;
}
body.home.has-scroll nav > ul > li.btn-inner > a:hover {
  color: #23262B;
}
body:not(.home) nav > ul > li.btn-inner > a {
  background-color: #f9514e;
  color: #fff;
}
body:not(.home) nav > ul > li.btn-inner > a:hover {
  color: #23262B;
}

/* ------------------------------------------------------------ *\
	Card Buttons
\* ------------------------------------------------------------ */
.card--black .btn {
  background-color: #fff !important;
  border: 1px solid #23262B !important;
  color: #23262B !important;
}
.card--black .btn svg {
  fill: #23262B;
}
.card--black .btn:hover {
  background-color: #E6E7E9 !important;
}

/* ------------------------------------------------------------ *\
	section-text-media
\* ------------------------------------------------------------ */
.section-text-media {
  font-size: 2.1rem;
  line-height: 1.3;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 1399px) {
  .section-text-media {
    font-size: 1.6rem;
  }
}
.section-text-media p > sup {
  text-transform: uppercase;
  font-size: 1.1rem;
}
.section-text-media p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-text-media .section__shell {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__shell {
    flex-direction: column;
  }
}
.section-text-media .section__media-mobile {
  text-align: center;
}
.section-text-media .section__image {
  position: relative;
  width: calc(50% - (138.4rem - 100vw) / 2);
  margin-right: calc((138.4rem - 100vw) / 2);
}
@media only screen and (max-width: 1444px) {
  .section-text-media .section__image {
    width: calc(50% + 3rem);
    margin-right: -3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__image {
    width: calc(100% + 6rem);
    margin: 0 -3rem;
    aspect-ratio: 1/0.5;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .section__image {
    width: calc(100% + 3.2rem);
    margin: 0 -1.6rem;
    aspect-ratio: 4/3;
  }
}
.section-text-media .section__image img,
.section-text-media .section__poster img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-text-media .section__image--alt img {
  object-fit: contain;
}
.section-text-media .section__iframe,
.section-text-media .section__player {
  display: flex;
  align-items: center;
  height: 100%;
}
.section-text-media .section__iframe iframe,
.section-text-media .section__player video,
.section-text-media .section__video .plyr,
.section-text-media .section__image .plyr {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.section-text-media .plyr .plyr__control.plyr__control--overlaid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18.9rem;
  height: 18.9rem;
  transform: translateY(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  transition: opacity 0.3s, visibility 0.3s;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/svg/play-btn.svg);
}
.section-text-media .plyr .plyr__control.plyr__control--overlaid svg {
  display: none;
}
.section-text-media .plyr .plyr__control.plyr__control--overlaid:hover {
  background-color: transparent;
}
@media only screen and (max-width: 1399px) {
  .section-text-media .plyr .plyr__control.plyr__control--overlaid img {
    max-width: 15rem;
  }
}
@media only screen and (max-width: 1199px) {
  .section-text-media .plyr .plyr__control.plyr__control--overlaid img {
    max-width: 12rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-text-media .plyr .plyr__control.plyr__control--overlaid img {
    max-width: 14.3rem;
  }
}
.section-text-media .plyr__poster {
  background-size: cover !important;
}
.section-text-media .section__wrapper {
  width: 50%;
  padding: 6.4rem 6.4rem 6.4rem 0;
}
@media only screen and (max-width: 1399px) {
  .section-text-media .section__wrapper {
    padding: 4rem 4rem 4rem 0;
  }
}
@media only screen and (max-width: 1199px) {
  .section-text-media .section__wrapper {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__wrapper {
    width: 100%;
    padding: 4rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .section__wrapper {
    padding: 6.6rem 0 7.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-text-media .section__wrapper--alt {
    padding: 5rem 0;
  }
}
.section-text-media .section__wrapper--small {
  line-height: 1.35;
  padding: 7rem 0;
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__wrapper--small {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-text-media .section__wrapper--small {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .section-text-media .section__wrapper--small .section__title {
    text-transform: capitalize;
  }
}
.section-text-media .section__wrapper .search-block {
  margin-top: 5.9rem;
  max-width: 57.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .section__wrapper .search-block {
    margin-top: 5rem;
  }
}
.section-text-media .section__title p {
  font-size: 2.1rem;
}
@media only screen and (max-width: 575px) {
  .section-text-media .section__title p > span {
    text-transform: uppercase;
  }
}
.section-text-media .section__title p + .h1 {
  margin-top: 0.3rem;
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__title p + .h1 {
    margin-top: 1.3rem;
  }
}
.section-text-media .section__title p + h2:not(.h1) {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__title p + h2:not(.h1) {
    margin-top: 1.2rem;
  }
}
.section-text-media .section__title h2:not(.h1) {
  margin-bottom: 15.8rem;
}
@media only screen and (max-width: 1199px) {
  .section-text-media .section__title h2:not(.h1) {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__title h2:not(.h1) {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__title h2:not(.h1) {
    margin-bottom: 6.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .section__title h2 {
    font-size: 4.5rem;
    line-height: 1.2;
  }
}
.section-text-media .section__title h4 {
  font-family: "Dante Sans Text", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .section__title h4 {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .section__title h4:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
.section-text-media .section__content {
  margin-top: 6rem;
}
.section-text-media .section__content p {
  margin-bottom: 0;
}
.section-text-media .section__content p + p {
  margin-top: 2.4rem;
}
.section-text-media .section__content p + a {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__content p + a {
    margin-top: 2.4rem;
  }
}
.section-text-media .section__content p a:not([class]) {
  color: #f9514e;
}
.section-text-media .section__content .btn:not(:first-child) {
  margin-top: 3rem;
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.section-text-media .section__content .btn:not(:first-child):hover {
  color: #F9514E;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .section__content .btn:not(:first-child) {
    margin-top: 4.8rem;
  }
}
.section-text-media .section__wrapper--alt .section__title:not(:last-child) {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__wrapper--alt .section__title:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__wrapper--alt .section__title:not(:last-child) {
    margin-bottom: 6.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-text-media .section__wrapper--alt .section__title {
    font-size: 1.9rem;
  }
}
.section-text-media .section__wrapper--alt .section__content p + a {
  margin-top: 8.6rem;
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__wrapper--alt .section__content p + a {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-text-media .section__wrapper--alt .section__content p + a {
    margin-top: 2.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-text-media .section__wrapper--last .section__title {
    margin-bottom: 6.8rem;
    font-size: 1.9rem;
    line-height: 1.3;
  }
  .section-text-media .section__wrapper--last .section__title:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .tile .tile__wrapper {
    padding: 2.7rem 3.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media .tile .tile__content {
    padding-left: 3.2rem;
  }
}

.section-text-media--reversed .section__shell {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  .section-text-media--reversed .section__shell {
    flex-direction: column-reverse;
  }
}
.section-text-media--reversed .section__wrapper {
  padding: 6.4rem 0 6.4rem 6.4rem;
}
@media only screen and (max-width: 1399px) {
  .section-text-media--reversed .section__wrapper {
    padding: 4rem 0 4rem 4rem;
  }
}
@media only screen and (max-width: 1199px) {
  .section-text-media--reversed .section__wrapper {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-text-media--reversed .section__wrapper {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .section-text-media--reversed .section__wrapper {
    padding: 2.4rem 0 4.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-text-media--reversed .section__wrapper--alt {
    padding: 2.4rem 0 4.8rem;
  }
}
.section-text-media--reversed .section__wrapper--small {
  padding-top: 4.3rem;
}
@media only screen and (max-width: 1023px) {
  .section-text-media--reversed .section__wrapper--small {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-text-media--reversed .section__wrapper--small {
    padding: 2.4rem 0 4.8rem;
  }
}
.section-text-media--reversed .section__image {
  margin-right: 0;
  margin-left: calc((138.4rem - 100vw) / 2);
}
@media only screen and (max-width: 1444px) {
  .section-text-media--reversed .section__image {
    margin-left: -3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-text-media--reversed .section__image {
    margin: 0 -3rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-text-media--reversed .section__image {
    margin: 0 -1.6rem;
  }
}
.section-text-media--reversed .section__poster-iframe {
  display: none;
}

.section-text-media--black {
  background-color: #1d1f21;
  color: #fff;
}

.section-text-media--black2 {
  background-color: #2C2E30;
  color: #fff;
}

.section-text-media--teal {
  background-color: #197c7c;
  color: #fff;
}

.section-text-media--gray {
  background-color: #f5f5f5;
}

.section-text-media--gray2 {
  background-color: #e6e7e9;
}

.section-text-media--pink {
  background-color: #f9514e;
}

.section-text-media.size-2 .section__wrapper {
  padding: 10.1rem 6.4rem 10.1rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media.size-2 .section__wrapper {
    padding: 4.7rem 0 5.8rem 0;
  }
}
.section-text-media.size-2 .section__wrapper .section__title:not(:last-child) {
  margin-bottom: 6.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media.size-2 .section__wrapper .section__title:not(:last-child) {
    margin-bottom: 2.3rem;
  }
}
.section-text-media.size-2 .section__wrapper .section__title h2:not(.h1) {
  margin-bottom: 2rem;
}
.section-text-media.size-2 .section__wrapper .section__title h2:not(.h1):last-child {
  margin-bottom: 0;
}
.section-text-media.size-2 .section__wrapper .section__content {
  font-family: "Dante Sans Display";
}
.section-text-media.size-2 .section__wrapper .section__content p {
  letter-spacing: -0.005em;
}
.section-text-media.size-2.section-text-media--reversed .section__wrapper {
  padding-right: 0;
  padding-left: 5.8rem;
}
@media (max-width: 1023px) {
  .section-text-media.size-2.section-text-media--reversed .section__wrapper {
    padding-left: 0;
  }
}

@media (min-width: 1023.02px) {
  .section-text-media--5of7 .section__wrapper {
    width: 41.66%;
  }
  .section-text-media--5of7 .section__image {
    width: 10%;
    flex-grow: 1;
  }
}

@media (min-width: 1023.02px) {
  .section-text-media--4of8 .section__wrapper {
    padding: 12rem 6.4rem 6.4rem 0;
    width: 31.73%;
  }
  .section-text-media--4of8 .section__image {
    width: 10%;
    flex-grow: 1;
  }
  .section-text-media--4of8 .section__title:not(:last-child) {
    margin-bottom: 10.9rem;
  }
  .section-text-media--4of8 .section__title h2:not(.h1) {
    margin-bottom: 2rem;
  }
  .section-text-media--4of8 .section__content h4 {
    letter-spacing: -0.005em;
  }
  .section-text-media--4of8 .tile {
    min-height: 63rem;
  }
}

@media (max-width: 1023px) {
  .section-text-media--mobile-content-first .section__shell {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media--mobile-small-title .section__title:not(:last-child) {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media--mobile-small-title .section__title h2 {
    font-size: 3.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media--mobile-small-title .section__title h2:not(.h1) {
    margin-bottom: 5.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media--mobile-small-title .section__content {
    font-size: 2.1rem;
    line-height: 1.3;
  }
}

.section-text-media--manufacturers .section__wrapper {
  padding: 7.5rem 6.4rem 6.4rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media--manufacturers .section__wrapper {
    padding: 2.1rem 0 2.6rem;
  }
}
.section-text-media--manufacturers .section__wrapper h3 {
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media--manufacturers .section__wrapper h3 {
    font-size: 3.9rem;
  }
}
.section-text-media--manufacturers .section__title:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media--manufacturers .section__title:not(:last-child) {
    margin-bottom: 4.4rem;
  }
}
.section-text-media--manufacturers .section__image {
  min-height: 45.8rem;
}

.section-text-media.size-3 .section__title:not(:last-child) {
  margin-bottom: 2rem;
}
.section-text-media.size-3 .section__title h2:not(.h1) {
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media.size-3 .section__title h2 {
    line-height: 1.1;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media.size-3 .section__wrapper {
    padding: 3.2rem 0 2.8rem;
  }
}

@media (max-width: 1023px) {
  .section-text-media--tiles .section__media-mobile {
    margin: 0 calc(50% - 50vw);
  }
}
@media (max-width: 1023px) {
  .section-text-media--tiles .tile {
    height: auto;
  }
}
@media (max-width: 1023px) and (min-width: 767.02px) {
  .section-text-media--tiles .tile .tile__wrapper {
    padding-left: 3rem;
  }
}

.section-text-media--small .section__wrapper {
  padding: 6rem 5% 6rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-media--small .section__wrapper {
    padding: 2rem 0;
  }
}
@media (min-width: 1023.02px) {
  .section-text-media--small .tile {
    min-height: 0;
  }
}

@media (min-width: 1023.02px) {
  .section-text-media--fill-height .tile {
    min-height: 0;
  }
}
.section-text-media--fill-height .section__wrapper {
  min-height: calc(100vh - var(--header-height));
}
@media only screen and (max-width: 1023px) {
  .section-text-media--fill-height .section__wrapper {
    min-height: auto;
  }
}

/* ------------------------------------------------------------ *\
	menu-toggle
\* ------------------------------------------------------------ */
.menu-toggle {
  position: relative;
  text-decoration: none;
  display: block;
  width: 2.6rem;
  height: 1.3rem;
}
.menu-toggle span {
  position: absolute;
  display: block;
  background-color: currentColor;
  width: 100%;
  height: 0.1rem;
  left: 0%;
  transform-origin: center;
  transition: transform 0.3s, top 0.3s, bottom 0.3s;
}
.menu-toggle span:nth-child(1) {
  top: 0;
}
.menu-toggle span:nth-child(2) {
  top: auto;
  bottom: 0;
}

.has-menu .menu-toggle span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
.has-menu .menu-toggle span:nth-child(2) {
  bottom: 50%;
  transform: rotate(-45deg);
}

/* ------------------------------------------------------------ *\
	Section Tiles
\* ------------------------------------------------------------ */
.section-tiles {
  display: flex;
  flex-wrap: wrap;
}
.section-tiles .section__tile {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .section-tiles .section__tile {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Slider Media
\* ------------------------------------------------------------ */
.slider-media {
  height: 100%;
}
.slider-media * {
  height: 100%;
}

/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tile {
  position: relative;
  min-height: 75.7rem;
  height: 100%;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .tile {
    min-height: 50vw;
  }
}
@media only screen and (max-width: 1023px) {
  .tile {
    min-height: 60vw;
  }
}
@media only screen and (max-width: 768px) {
  .tile {
    min-height: unset;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile {
    display: block;
  }
}
.tile > a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  text-decoration: none;
}
.tile > a:hover {
  text-decoration: none;
}
.tile .tile__slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .tile .tile__slider {
    position: static;
    aspect-ratio: 1/0.7;
  }
}
@media only screen and (max-width: 575px) {
  .tile .tile__slider {
    aspect-ratio: 1/0.99;
  }
}
.tile .tile__image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.tile .tile__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tile .tile__title {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  padding: 6.2rem 6.4rem;
  font-size: 2.1rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1399px) {
  .tile .tile__title {
    padding: 4rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1199px) {
  .tile .tile__title {
    padding: 3rem;
    font-size: 1.9rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1023px) {
  .tile .tile__title {
    padding: 3.2rem 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .tile .tile__title {
    display: none;
    padding: 0;
    margin-bottom: 4.8rem;
  }
}
@media only screen and (max-width: 1199px) {
  .tile .tile__title h2 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .tile .tile__title h2 {
    font-size: 5.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .tile .tile__title h2 {
    font-size: 4.8rem;
    line-height: 1.2;
    text-transform: capitalize;
  }
}
.tile .tile__title h3 {
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .tile .tile__title h3 {
    font-size: 5.2rem;
    margin-bottom: 0.8rem;
  }
}
@media only screen and (max-width: 575px) {
  .tile .tile__title h3 {
    font-size: 4.8rem;
    line-height: 1.2;
    text-transform: capitalize;
  }
}
@media only screen and (max-width: 768px) {
  .tile .tile__wrapper--alt .tile__title h2,
  .tile .tile__wrapper--alt .tile__title h3 {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 575px) {
  .tile .tile__wrapper--alt .tile__title h2,
  .tile .tile__wrapper--alt .tile__title h3 {
    font-size: 3.9rem;
    line-height: 1.2;
    text-transform: capitalize;
  }
  .tile .tile__wrapper--alt .tile__title h2 br,
  .tile .tile__wrapper--alt .tile__title h3 br {
    display: none;
  }
}
.tile .tile__title p {
  max-width: 60rem;
}
.tile .tile__title--spacing p {
  letter-spacing: 0.01em;
}
.tile .tile__title--mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .tile .tile__title--mobile {
    display: block;
    width: 100%;
  }
}
.tile .tile__wrapper {
  position: relative;
  z-index: 2;
  padding: 2rem 3.2rem 2rem 6.4rem;
  display: flex;
  align-items: center;
  font-size: 2.1rem;
  line-height: 1.3;
  background-color: #fff;
  width: 100%;
}
@media (max-width: 1920px) {
  .tile .tile__wrapper {
    min-height: 14rem;
  }
}
@media (max-width: 1399px) {
  .tile .tile__wrapper {
    min-height: 15rem;
  }
}
@media only screen and (max-width: 1399px) {
  .tile .tile__wrapper {
    padding: 2.4rem;
  }
}
@media only screen and (max-width: 1199px) {
  .tile .tile__wrapper {
    padding: 2rem;
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 1023px) {
  .tile .tile__wrapper {
    font-size: 2.1rem;
    padding: 3.2rem 1.6rem 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .tile .tile__wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .tile .tile__wrapper {
    font-size: 1.9rem;
  }
}
.tile .tile__wrapper--pink {
  background-color: #f9514e;
  color: #000;
}
.tile .tile__wrapper--white {
  background-color: #fff;
  color: #000;
}
.tile .tile__wrapper--teal {
  background-color: #197c7c;
  color: #fff;
}
.tile .tile__wrapper--black {
  background-color: #1d1f21;
  color: #fff;
}
.tile .tile__wrapper--black2 {
  background-color: #2C2E30;
  color: #fff;
}
.tile .tile__wrapper--gray {
  background-color: #f5f5f5;
  color: #000;
}
.tile .tile__wrapper--gray2 {
  background-color: #e6e7e9;
  color: #000;
}
.tile .tile__content {
  flex-grow: 1;
  padding-right: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .tile .tile__content {
    flex-grow: 0;
    width: calc(100% - 6.4rem);
    font-size: 2.1rem;
  }
}
.tile .tile__content ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  gap: 1.2rem 1.5rem;
  font-size: 2.1rem;
}
@media only screen and (max-width: 1399px) {
  .tile .tile__content ul {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 1199px) {
  .tile .tile__content ul {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .tile .tile__content ul {
    gap: 1rem;
  }
}
.tile .tile__content ul li {
  width: calc(50% - 0.75rem);
}
@media only screen and (max-width: 575px) {
  .tile .tile__content ul li {
    width: 100%;
  }
}
.tile .tile__content ul li img {
  mix-blend-mode: multiply;
  margin-right: 1.4rem;
}
@media only screen and (max-width: 575px) {
  .tile .tile__content ul li img {
    margin-bottom: -1.7rem;
  }
}
.tile .tile__content ul li p {
  flex-grow: 1;
  margin: 0;
}
.tile .tile__content ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F7F7F7;
  border-radius: 29px;
  padding: 0 3.1rem 0 1.6rem;
}
@media only screen and (max-width: 1199px) {
  .tile .tile__content ul li a {
    padding: 0 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .tile .tile__content ul li a {
    padding: 0 3.1rem 0 1.6rem;
  }
}
.tile .tile__content ul li a:hover {
  text-decoration: none;
}
.tile .tile__content ul li svg {
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 1rem;
}
.tile .tile__content ul li a:hover svg {
  transform: translateX(5px);
}
.tile .tile__arrow {
  flex-shrink: 0;
  width: fit-content;
  transition: transform 0.3s;
}
@media only screen and (max-width: 768px) {
  .tile .tile__arrow {
    width: 6.4rem;
  }
}
.tile .tile__arrow path {
  stroke: currentcolor;
}
.tile a:hover .tile__arrow {
  transform: translateX(10px);
}
.tile .tile__actions {
  align-self: flex-end;
}
@media only screen and (max-width: 575px) {
  .tile .tile__actions {
    align-self: flex-start;
  }
}
.tile .tile__actions a {
  margin: 0 0.5rem 0 auto;
}

.tile--list {
  padding: 5.5rem 4.6rem 4.7rem 6.9rem;
}
@media only screen and (max-width: 1399px) {
  .tile--list {
    padding: 3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .tile--list {
    padding: 3.2rem 1.6rem;
  }
}
.tile--list .tile__wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .tile--list .tile__wrapper {
    font-size: 1.9rem;
  }
}
.tile--list .tile__title {
  padding: 0;
  margin-bottom: 6.6rem;
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .tile--list .tile__title {
    display: block;
    margin-bottom: 5.6rem;
    font-size: 2.1rem;
  }
}
.tile--list .tile__title h2 {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .tile--list .tile__title h2 {
    margin-bottom: 2.4rem;
    font-size: 6.4rem;
  }
}
.tile--list .tile__content {
  margin-bottom: 1.8rem;
  padding-right: 0;
  flex-grow: 0;
}
@media only screen and (max-width: 768px) {
  .tile--list .tile__content {
    width: 100%;
    margin-bottom: 2.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile--list .tile__content ul {
    font-size: 2.1rem;
    gap: 1.6rem;
  }
}
.tile--list .tile__content ul li a {
  min-height: 10rem;
  padding: 0 3.1rem 0 2.2rem;
}
@media only screen and (max-width: 1199px) {
  .tile--list .tile__content ul li a {
    min-height: 8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .tile--list .tile__content ul li a {
    min-height: 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile--list .tile__content ul li a {
    padding: 1rem 3.1rem 1rem 2.2rem;
    min-height: 9.7rem;
  }
}
.tile--list .tile__content ul li p {
  max-width: 23rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile--list .tile__content ul li p {
    max-width: 24rem;
  }
}
.tile--list .tile__actions {
  margin-top: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile--list .tile__actions {
    margin-top: 0.3rem;
  }
}

@media (min-width: 767.02px) {
  .tile--content-white .tile__title {
    color: #fff;
  }
}
/* ------------------------------------------------------------ *\
	Section Content
\* ------------------------------------------------------------ */
.section-content {
  padding: 6.5rem 0;
}
@media only screen and (max-width: 575px) {
  .section-content {
    padding: 3rem 0;
    line-height: 1.37;
  }
}
@media only screen and (max-width: 575px) {
  .section-content .shell {
    padding: 0 1rem;
  }
}
.section-content .section__content h1 {
  margin-bottom: 3.4rem;
  font-size: 7.6rem;
  line-height: 1.2;
  letter-spacing: -0.005em;
}
@media only screen and (max-width: 1399px) {
  .section-content .section__content h1 {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-content .section__content h1 {
    font-size: 4.8rem;
    line-height: 1.14;
  }
}
.section-content .section__content h4 {
  padding: 2.1rem 0;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 575px) {
  .section-content .section__content h4 {
    padding: 0 0 2.3rem;
  }
}
.section-content .section__content p {
  margin-bottom: 2.45rem;
}
@media only screen and (max-width: 575px) {
  .section-content .section__content p {
    margin-bottom: 2.4rem;
  }
}
.section-content .section__content ul,
.section-content .section__content ol {
  list-style-position: inside;
  padding-left: 0;
  margin-bottom: 2.45rem;
}
.section-content .section__content ul {
  list-style-type: none;
}
.section-content .section__content ul li {
  position: relative;
  padding-left: 2.4rem;
}
.section-content .section__content ul li:before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #000;
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  border-radius: 50%;
}
.section-content .section__content a {
  text-decoration: underline;
  color: #f9514e;
  transition: color 0.3s;
}
.section-content .section__content a:hover {
  color: #197c7c;
}
.section-content .section__content table {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  table-layout: auto !important;
}
.section-content .section__content table p:last-child() {
  margin-bottom: 0;
}
.section-content .section__content table tr > * {
  width: auto !important;
  text-align: left;
}
.section-content--faq {
  padding: 3.1rem 0 7.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-content--faq {
    padding: 1.2rem 0 4.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-content--faq .shell {
    padding: 0 1.6rem;
  }
}
.section-content--faq .section__head {
  margin-bottom: 2.2rem;
}
.section-content--faq .section__content h3 {
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-content--faq .section__content h3 {
    font-size: 3.2rem;
  }
}
.section-content--faq .section__content h3:not(:last-child) {
  margin-bottom: 0.85em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-content--faq .section__content h3:not(:last-child) {
    margin-bottom: 0.95em;
  }
}
.section-content--faq .section__content h4 {
  padding: 0;
}
.section-content--faq .section__content h4:not(:last-child) {
  margin-bottom: 1.05em;
}
.section-content--faq .section__content p:not(:last-child) {
  margin-bottom: 1.5em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-content--faq .section__content p:not(:last-child) {
    margin-bottom: 1.45em;
  }
}
.section-content--faq .section__foot {
  margin-top: 5.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-content--faq .section__foot {
    margin-top: 4.2rem;
  }
}
.section-content--faq .block-faq .block__head {
  margin-bottom: 2.5rem;
}
.section-content--faq .block-faq .block__head h3 {
  letter-spacing: -0.005em;
}
.section-content--faq .block-faq .block__body .row {
  --gutter-y: 3.17rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-content--faq .block-faq .link {
    font-size: 2.1rem;
  }
}

/* ------------------------------------------------------------ *\
	Tabs Forms
\* ------------------------------------------------------------ */
.section-contact {
  overflow: hidden;
}

.tabs-forms {
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .tabs-forms {
    margin: 0 -0.6rem;
  }
}
.tabs-forms .tabs__head {
  padding: 6.4rem 0;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .tabs-forms .tabs__head {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .tabs-forms .tabs__head {
    padding: 3rem 0 3.2rem;
  }
}
.tabs-forms .tabs__title h2 {
  margin-bottom: 2.1rem;
}
@media only screen and (max-width: 768px) {
  .tabs-forms .tabs__title h2 {
    font-size: 5.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .tabs-forms .tabs__title h2 {
    font-size: 4.8rem;
    line-height: 1.2;
    margin-bottom: 3.4rem;
  }
}
@media only screen and (max-width: 374px) {
  .tabs-forms .tabs__title h2 {
    font-size: 4.4rem;
  }
}
.tabs-forms .tabs__title h4 {
  margin-bottom: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.022em;
}
@media only screen and (max-width: 575px) {
  .tabs-forms .tabs__title h4 {
    margin-bottom: 3.2rem;
  }
}
.tabs-forms .block-link-alt {
  transition: background-color 0.3s;
  height: 100%;
}
.tabs-forms .block-link-alt.is-active {
  background-color: #dbdbdb;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs-forms .tabs__nav .row {
    --gutter-y:3.3rem;
  }
}
.tabs-forms .tabs__body {
  background-color: #f5f5f5;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs-forms .tabs__body {
    margin-top: 3.2rem;
  }
}
.tabs-forms .tabs__body .tab-form {
  margin-top: -3.2rem;
  padding: 6.4rem 0;
}

/* ------------------------------------------------------------ *\
	Tab Form
\* ------------------------------------------------------------ */
.tab-form {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: none;
  transition: all 0.3s;
}
.tab-form.is-active {
  opacity: 1;
  visibility: visible;
  height: fit-content;
  display: block;
}
.tab-form .gfield {
  margin-bottom: 2.2rem;
}
.tab-form .tab__content {
  margin-bottom: 2.2rem;
}
.tab-form .tab__content h3,
.tab-form .tab__content h4 {
  margin-bottom: 2.1rem;
}
.tab-form .tab__content h4 {
  font-weight: 600;
}
.tab-form .tab__content p {
  margin-bottom: 2.3rem;
}
.tab-form .tab__content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.tab-form .tab__content ul a,
.tab-form .tab__content p a {
  text-decoration: underline;
  color: #f9514e;
  transition: color 0.3s;
}
.tab-form .tab__content ul a:hover,
.tab-form .tab__content p a:hover {
  text-decoration: underline;
  color: #197c7c;
}
.tab-form .tab__content ul li {
  position: relative;
  padding-left: 2.4rem;
}
.tab-form .tab__content ul li:before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #000;
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  border-radius: 50%;
}
.tab-form .tab__form form legend,
.tab-form .tab__form form label {
  margin-bottom: 0;
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: 400;
  display: block;
}
.tab-form .tab__form input + label,
.tab-form .tab__form .select + label,
.tab-form .tab__form .select + section,
.tab-form .tab__form section + label,
.tab-form .tab__form input + section,
.tab-form .tab__form section + section {
  margin-top: 2.1rem;
}
.tab-form .tab__form form {
  display: flex;
  flex-direction: column;
}
.tab-form .tab__form input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.tab-form .tab__form select,
.tab-form .tab__form textarea {
  width: 100% !important;
  height: 4.1rem;
  line-height: 3.9rem;
  border-radius: 9px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  color: #000;
  outline: none;
  padding: 0 2rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.tab-form .tab__form input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
.tab-form .tab__form select:focus,
.tab-form .tab__form textarea:focus {
  border-color: #000 !important;
}
@media only screen and (max-width: 768px) {
  .tab-form .tab__form input:not([type=checkbox]):not([type=radio]):not([type=submit]),
  .tab-form .tab__form select,
  .tab-form .tab__form textarea {
    width: 100%;
  }
}
.tab-form .tab__form .hidden {
  display: none;
}
.tab-form .ginput_container_select,
.tab-form .tab__form .select {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .tab-form .ginput_container_select,
  .tab-form .tab__form .select {
    width: 100%;
  }
}
.tab-form .ginput_container_select:after,
.tab-form .tab__form .select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid currentcolor;
  border-width: 0 1px 1px 0;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.3s;
}
.tab-form .tab__form .select select {
  width: 100%;
}
.tab-form .tab__form textarea {
  height: 23rem;
  line-height: 1.2;
  padding: 2rem;
  width: 100%;
}
.tab-form .gform_footer {
  margin: 0 !important;
  padding: 0.9rem 0 0 !important;
}
.tab-form .gfield_required {
  color: inherit;
  margin: 0;
}
.tab-form .gform_button,
.tab-form .tab__form button {
  margin-top: 3.7rem;
  outline: none;
  display: block;
  width: fit-content;
  text-decoration: none;
  padding: 1.2rem 3.2rem;
  border-radius: 18px;
  border: 1px solid #f9514e;
  line-height: 1.3 !important;
  min-width: unset !important;
  font-size: 1.6rem;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  transition: color 0.3s;
}
.tab-form .gform_button:hover,
.tab-form .tab__form button:hover {
  color: #f9514e;
}
.tab-form .gform_wrapper .top_label div.ginput_container {
  margin-top: 5px;
}
.tab-form div.ginput_complex.ginput_container.gf_name_has_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.tab-form div.ginput_complex.ginput_container.gf_name_has_2 > span {
  width: calc(50% - 1rem);
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tab-form div.ginput_complex.ginput_container.gf_name_has_2 > span {
    width: 100%;
    margin-bottom: 2.2rem;
  }
}
.tab-form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab-form .gform_fields .gfield {
  width: 100%;
}
.tab-form .gform_fields .gfield--width-half {
  width: calc(50% - 1rem);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tab-form .gform_fields .gfield--width-half {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Section Header
\* ------------------------------------------------------------ */
.section-header {
  padding: 8.4rem 0 8.8rem;
}
@media only screen and (max-width: 1199px) {
  .section-header {
    padding: 6.4rem 0;
  }
}
@media only screen and (max-width: 1023px) {
  .section-header {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-header {
    padding: 2.7rem 0 3.2rem;
  }
}
.section-header .section__shell {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .section-header .section__shell {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .section-header .section__shell {
    padding: 0 1rem;
  }
}
.section-header .section__title {
  width: 50%;
  margin-top: -1.2rem;
}
@media (max-width: 1199px) {
  .section-header .section__title {
    margin-top: -1rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-header .section__title {
    margin-top: 0;
    width: 100%;
    margin-bottom: 3.2rem;
  }
}
.section-header .section__title h1 {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1399px) {
  .section-header .section__title h1 {
    font-size: 7.2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .section-header .section__title h1 {
    font-size: 6.4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-header .section__title h1 {
    font-size: 5.8rem;
    margin-bottom: 3.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-header .section__title h1 {
    font-size: 5.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header .section__title h1 {
    font-size: 4.8rem;
    line-height: 1.14;
  }
}
.section-header .section__wrapper {
  width: 50%;
  padding-left: 6.4rem;
}
@media only screen and (max-width: 1399px) {
  .section-header .section__wrapper {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-header .section__wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.section-header .section__content {
  margin-bottom: 3.2rem;
  font-size: 2.1rem;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .section-header .section__content {
    font-size: 1.9rem;
  }
}
.section-header .section__actions {
  display: flex;
  align-items: center;
  gap: 6.4rem;
}
@media only screen and (max-width: 1199px) {
  .section-header .section__actions {
    gap: 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-header .section__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
.section-header .section__actions a:not(.btn) {
  text-decoration: underline;
  color: #f9514e;
  transition: color 0.3s;
}
.section-header .section__actions a:not(.btn):hover {
  color: #197c7c;
}

/* ------------------------------------------------------------ *\
	Section Image
\* ------------------------------------------------------------ */
.section-image {
  width: 100%;
  height: auto;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .section-image {
    margin-bottom: -0.1rem;
  }
}
.section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-image .plyr__video-wrapper,
.section-image .section__player {
  aspect-ratio: 1/0.38 !important;
}
@media only screen and (max-width: 575px) {
  .section-image .plyr__video-wrapper,
  .section-image .section__player {
    aspect-ratio: 1/0.76 !important;
  }
}
.section-image .section__poster-iframe {
  display: none;
}
.section-image .section__player {
  width: 100%;
}
.section-image .section__player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-image .section__video.video-played .section__poster,
.section-image .section__video.video-played .section__btn {
  opacity: 0;
  visibility: hidden;
}
.section-image .section__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  transition: opacity 0.3s, visibility 0.3s;
}
.section-image .section__btn:hover {
  background-color: transparent;
}
.section-image .section__btn img {
  width: auto;
}
@media only screen and (max-width: 1399px) {
  .section-image .section__btn img {
    max-width: 15rem;
  }
}
@media only screen and (max-width: 1199px) {
  .section-image .section__btn img {
    max-width: 12rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-image .section__btn img {
    max-width: 14.3rem;
  }
}
.section-image .section__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  transition: opacity 0.3s, visibility 0.3s;
}
.section-image .section__poster-iframe {
  display: none;
}
.section-image .section__image img,
.section-image .section__poster img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-image .plyr .plyr__control.plyr__control--overlaid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18.9rem;
  height: 18.9rem;
  transform: translateY(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  transition: opacity 0.3s, visibility 0.3s;
  background-color: transparent;
  background-image: url(../images/svg/play-btn.svg);
}
.section-image .plyr .plyr__control.plyr__control--overlaid svg {
  display: none;
}
.section-image .plyr .plyr__control.plyr__control--overlaid:hover {
  background-color: transparent;
}
@media only screen and (max-width: 1399px) {
  .section-image .plyr .plyr__control.plyr__control--overlaid img {
    max-width: 15rem;
  }
}
@media only screen and (max-width: 1199px) {
  .section-image .plyr .plyr__control.plyr__control--overlaid img {
    max-width: 12rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-image .plyr .plyr__control.plyr__control--overlaid img {
    max-width: 14.3rem;
  }
}
.section-image .plyr__poster {
  background-size: cover !important;
}

/* ------------------------------------------------------------ *\
	Section Slider
\* ------------------------------------------------------------ */
.section-slider {
  overflow: hidden;
  background-color: var(--primary-color);
  color: var(--text-color);
}
.section-slider .slider-full-tile {
  height: 100%;
}

.section-slider--white {
  --primary-color: #fff;
  --highlighted-color: #F9514E;
  --text-color: #000;
}

.section-slider--gray {
  --primary-color: #F5F5F5;
  --highlighted-color: #F9514E;
  --text-color: #000;
}

.section-slider--gray2 {
  --primary-color: #e6e7e9;
  --highlighted-color: #F9514E;
  --text-color: #000;
}

.section-slider--black2 {
  --primary-color: #2C2E30;
  --highlighted-color: #F9514E;
  --text-color: #fff;
}

.section-slider--teal {
  --primary-color: #197C7C;
  --highlighted-color: #2C2E30;
  --text-color: #FFF;
}

.section-slider--pink {
  --primary-color: #F9514E;
  --highlighted-color: #F5F5F5;
  --text-color: #000;
}

.section-slider--black {
  --primary-color: #1d1f21;
  --highlighted-color: #F9514E;
  --text-color: #FFF;
}

.tile__content--white {
  --text-color: #fff;
}

.tile__content--gray {
  --text-color: #F5F5F5;
}

.tile__content--gray2 {
  --text-color: #e6e7e9;
}

.tile__content--black2 {
  --text-color: #2C2E30;
}

.tile__content--teal {
  --text-color: #197C7C;
}

.tile__content--pink {
  --text-color: #F9514E;
}

.tile__content--black {
  --text-color: #1d1f21;
}

/* ------------------------------------------------------------ *\
	tabs-sliders
\* ------------------------------------------------------------ */
.tabs-sliders {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .tabs-sliders {
    margin: 0 -0.6rem;
  }
}
.tabs-sliders .tabs__head {
  width: 50%;
  padding: 6.4rem 6.4rem 4.8rem 0;
}
@media only screen and (max-width: 1199px) {
  .tabs-sliders .tabs__head {
    padding-right: 3.4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .tabs-sliders .tabs__head {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .tabs-sliders .tabs__head {
    padding: 6.4rem 0 6.3rem 0;
  }
}
.tabs-sliders .tabs__content {
  margin-bottom: 2.2rem;
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: -0.0105em;
}
.tabs-sliders .tabs__content h2 {
  margin-bottom: 4.6rem;
}
@media only screen and (max-width: 1199px) {
  .tabs-sliders .tabs__content h2 {
    font-size: 5.8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .tabs-sliders .tabs__content h2 {
    font-size: 5.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .tabs-sliders .tabs__content h2 {
    font-size: 7.6rem;
  }
}
.tabs-sliders .tabs__content p {
  margin-bottom: 4.6rem;
}
.tabs-sliders .tabs__content .btn {
  letter-spacing: 0;
}
.tabs-sliders .tabs__nav ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 2.1rem;
  line-height: 1.3;
}
.tabs-sliders .tabs__nav p {
  margin: 0;
}
.tabs-sliders .tabs__nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2.25rem 5.7rem 2.25rem 1.6rem;
  text-decoration: none;
  transition: color 0.3s;
}
@media only screen and (max-width: 768px) {
  .tabs-sliders .tabs__nav a {
    padding: 2.25rem 4.2rem 2.25rem 1.6rem;
  }
}
.tabs-sliders .tabs__nav a svg path {
  transition: stroke 0.3s;
}
.tabs-sliders .tabs__nav a:hover {
  color: var(--highlighted-color);
}
.tabs-sliders .tabs__nav a:hover svg path {
  stroke: var(--highlighted-color);
}
@media (max-width: 1023px) {
  .tabs-sliders .tabs__nav li.is-active a {
    color: var(--highlighted-color);
  }
  .tabs-sliders .tabs__nav li.is-active a svg path {
    stroke: var(--highlighted-color);
  }
}
.tabs-sliders .tabs__body {
  position: relative;
  width: calc(50% - (138.4rem - 100vw) / 2);
  margin-right: calc((138.4rem - 100vw) / 2);
}
@media only screen and (max-width: 1444px) {
  .tabs-sliders .tabs__body {
    width: calc(50% + 3rem);
    margin-right: -3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .tabs-sliders .tabs__body {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .tabs-sliders .tabs__body {
    width: calc(100% + 3.2rem);
    margin: 0 -1.6rem;
  }
}

.tabs-sliders--reverse {
  flex-direction: row-reverse;
}
@media (min-width: 1023.02px) {
  .tabs-sliders--reverse .tabs__head {
    padding-left: 6.4rem;
    padding-right: 0;
  }
}
@media (min-width: 1023.02px) {
  .tabs-sliders--reverse .tabs__body {
    margin-right: 0;
    margin-left: calc(50% - 50vw);
  }
}

/* ------------------------------------------------------------ *\
	tab-slider
\* ------------------------------------------------------------ */
.tab-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.tab-slider.is-active {
  opacity: 1;
  visibility: visible;
}
.tab-slider .tile {
  min-height: 100%;
}

/* ------------------------------------------------------------ *\
	Section Cards
\* ------------------------------------------------------------ */
.section-cards {
  display: flex;
  flex-wrap: wrap;
}
.section-cards .card__block {
  display: flex;
  width: 33.3%;
}
@media screen and (max-width: 1023px) {
  .section-cards .card__block {
    width: 100%;
  }
}
.section-cards .card__block > div {
  display: flex;
  width: 100%;
}
.section-cards .card__block > div a {
  width: 100%;
}
.section-cards .card__block:nth-child(odd) {
  height: 767px;
}
@media screen and (max-width: 1023px) {
  .section-cards .card__block:nth-child(odd) {
    height: 575px;
  }
}
.section-cards .card__block:nth-child(odd) > div a {
  position: relative;
}
.section-cards .card__block:nth-child(odd) > div a img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
}
.section-cards .card__block:nth-child(even) {
  min-height: 14rem;
}
.section-cards .card__block:nth-child(even) > div {
  padding: 3.5rem 3.2rem;
}
.section-cards .card__block:nth-child(even) > div.card--black {
  background-color: #2C2E30;
}
.section-cards .card__block:nth-child(even) > div a {
  align-items: start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .section-cards .card__block:nth-child(even) > div a {
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .section-cards .card__block:nth-child(even) > div a {
    flex-direction: column;
    align-items: start;
  }
}
.section-cards .card__block:nth-child(even) > div a p {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .section-cards .card__block:nth-child(even) > div a p {
    margin-bottom: 3rem;
  }
}
.section-cards .card__block:nth-child(even) > div a span {
  flex-shrink: 0;
  margin-left: 2rem;
  min-width: 12rem;
}
@media screen and (max-width: 575px) {
  .section-cards .card__block:nth-child(even) > div a span {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section-cards .card__block:nth-child(1) {
    order: 1;
  }
  .section-cards .card__block:nth-child(2) {
    order: 4;
  }
  .section-cards .card__block:nth-child(3) {
    order: 2;
  }
  .section-cards .card__block:nth-child(4) {
    order: 5;
  }
  .section-cards .card__block:nth-child(5) {
    order: 3;
  }
  .section-cards .card__block:nth-child(6) {
    order: 6;
  }
}
.section-cards .card__block a {
  display: block;
}

.section-cards-v2 {
  display: flex;
  flex-wrap: wrap;
}
.section-cards-v2 .card__head {
  max-height: 75vh;
  width: 50%;
}
.section-cards-v2 .card__body {
  width: 50%;
}

/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  background-color: #E0E0E0;
  position: relative;
}
.card a {
  display: block;
  text-decoration: none;
}
.card .card__head {
  aspect-ratio: 504/727;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .card .card__head {
    aspect-ratio: 1/1.6;
  }
}
@media only screen and (max-width: 1023px) {
  .card .card__head {
    aspect-ratio: 1/0.6;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__head {
    aspect-ratio: auto;
  }
}
.card .card__title {
  padding: 2.5rem 6.4rem 3.2rem 3.2rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .card .card__title {
    padding: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__title {
    padding: 3rem 6.4rem 3.2rem 1.7rem;
    text-transform: capitalize;
  }
}
.card .card__title h3 {
  font-weight: 300;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__title h3 {
    font-size: 3.2rem;
  }
}
.card .card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__image {
    position: static;
    height: auto;
  }
}
.card .card__image--contain {
  height: calc(100% - 11.6rem);
}
@media only screen and (max-width: 1023px) {
  .card .card__image--contain {
    height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .card .card__image--contain {
    z-index: 2;
  }
}
.card .card__image--blend {
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 575px) {
  .card .card__image--blend {
    top: 0;
  }
}
.card .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__image img {
    position: static;
    height: auto;
  }
}
.card .card__image--contain img {
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .card .card__image--contain img {
    object-fit: cover;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__image--contain img {
    object-fit: cover;
  }
}
@media only screen and (max-width: 1023px) {
  .card .card__image--blend img {
    display: block;
    margin: 0 auto;
  }
}
.card .card__body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 140px;
  padding: 3.5rem 3.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.31;
}
@media only screen and (max-width: 1199px) {
  .card .card__body {
    padding: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__body {
    display: block;
    padding: 3.1rem 1.6rem;
    position: relative;
    z-index: 2;
  }
}
.card .card__body-title {
  width: 100%;
}
.card .card__body-title h4 {
  font-family: "Dante Sans Text", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__body-title h4 {
    font-size: 1.9rem;
  }
}
.card .card__body-title h4:not(:last-child) {
  margin-bottom: -0.4em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__body-title h2 {
    font-size: 6.7rem;
  }
}
.card .card__body p {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-grow: 1;
  margin: 0;
  width: 10%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__body p {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.card .card__body span.btn {
  flex-shrink: 0;
  margin-left: 2rem;
  min-width: 12rem;
}
@media only screen and (max-width: 1399px) {
  .card .card__body span.btn {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 1199px) {
  .card .card__body span.btn {
    min-width: 10rem;
  }
}
@media only screen and (max-width: 575px) {
  .card .card__body span.btn {
    min-width: 12rem;
    margin-left: 0;
  }
}

.card--pink {
  background: #f9514e;
  color: #000;
}
.card--pink .btn {
  border-color: #000;
}
.card--pink .card__body {
  background: #f9514e;
}

.card--black {
  background-color: #1d1f21;
  color: #fff;
}
.card--black .card__body {
  background: #2C2E30;
}

.card--teal {
  background: #197c7c;
  color: #fff;
}
.card--teal .card__body {
  background: #197c7c;
}

.card--white {
  background: #fff;
  color: #000;
}
.card--white .card__body {
  background: #f5f5f5;
}

.card--gray {
  background: #e0e0e0;
  color: #000;
}
.card--gray .card__body {
  background: #f5f5f5;
}

.card--txt-big .card__body {
  font-size: 2.1rem;
}

.product-card .featured-image {
  background-color: #fff;
  display: block;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
.product-card .featured-image > div {
  overflow: hidden;
  position: relative;
}
.product-card .featured-image > div::before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.product-card .featured-image > div img {
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.product-card .manufacturer {
  color: #f9514e;
  font-family: "Dante Sans" Text, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
  margin-bottom: 0.5rem;
}
.product-card h2 {
  font-family: "Dante Sans" Text, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  margin-bottom: 0.5rem;
}
.product-card .category {
  font-family: "Dante Sans" Text, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.3rem;
}

.card-reseller {
  margin-bottom: 1rem;
}
.card-reseller img {
  height: auto;
  max-height: 80px;
  max-width: 200px;
  margin-bottom: 3rem;
  width: auto;
}

/* ------------------------------------------------------------ *\
	section-downloads
\* ------------------------------------------------------------ */
body.page-template-default .section-downloads {
  flex: auto;
  margin-bottom: -0.1rem;
}

.section-downloads {
  background-color: #2c2e30;
  color: #fff;
}
.section-downloads .section__shell {
  display: flex;
}
.section-downloads .section__image {
  width: calc(50% - (138.4rem - 100vw) / 2);
  margin-left: calc((138.4rem - 100vw) / 2);
  position: relative;
}
@media only screen and (max-width: 1444px) {
  .section-downloads .section__image {
    width: calc(50% + 3rem);
    margin-left: -3rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-downloads .section__image {
    display: none;
  }
}
.section-downloads .section__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-downloads .section__wrapper {
  width: 50%;
  padding: 5.3rem 0 2.1rem 6.4rem;
}
@media only screen and (max-width: 1199px) {
  .section-downloads .section__wrapper {
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 1023px) {
  .section-downloads .section__wrapper {
    width: 100%;
    padding: 6.5rem 0;
    margin: 0 -0.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-downloads .section__wrapper {
    margin: 0;
  }
}
.section-downloads .section__wrapper h3 {
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 575px) {
  .section-downloads .section__wrapper h3 {
    font-size: 3.9rem;
  }
}
.section-downloads .section__wrapper ul {
  list-style-type: none;
  font-size: 2.1rem;
  padding-left: 0;
  margin-bottom: 0;
}
.section-downloads .section__wrapper ul a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.2rem 4rem 2.2rem 1.6rem;
  text-decoration: none;
  transition: color 0.3s;
}
@media only screen and (max-width: 575px) {
  .section-downloads .section__wrapper ul a {
    padding-right: 3rem;
  }
}
.section-downloads .section__wrapper ul a svg path {
  transition: stroke 0.3s;
}
@media (min-width: 1023.02px) {
  .section-downloads .section__wrapper ul a:hover {
    color: #f9514e;
  }
  .section-downloads .section__wrapper ul a:hover svg path {
    stroke: #f9514e;
  }
}

@media (max-width: 1023px) {
  .section-downloads--cols .section__shell {
    display: block;
  }
}
.section-downloads--cols .section__image {
  width: 33.33vw;
}
@media (max-width: 1023px) {
  .section-downloads--cols .section__image {
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    aspect-ratio: 519/573;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-downloads--cols .section__image {
    aspect-ratio: auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-downloads--cols .section__image img {
    position: static;
    height: auto;
  }
}
.section-downloads--cols .section__wrapper {
  flex-grow: 1;
  width: 10%;
  padding: 6.4rem 6.5rem 6.3rem 6.4rem;
}
@media (max-width: 1023px) {
  .section-downloads--cols .section__wrapper {
    width: 100%;
    padding: 6.4rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-downloads--cols .section__wrapper {
    padding: 6.6rem 0 7.4rem;
  }
}
.section-downloads--cols .section__wrapper > h2 {
  margin-bottom: 4.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-downloads--cols .section__wrapper > h2 {
    font-size: 3.9rem;
    max-width: 90%;
    margin-bottom: 6.5rem;
  }
}
.section-downloads--cols .section__wrapper .section__row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-downloads--cols .section__wrapper .section__row {
    display: block;
  }
}
@media (min-width: 767.02px) {
  .section-downloads--cols .section__wrapper .section__row .section__col {
    width: 41.1%;
  }
  .section-downloads--cols .section__wrapper .section__row .section__col:nth-child(1) {
    padding-top: 2rem;
    padding-right: 7rem;
    font-size: 2.1rem;
  }
  .section-downloads--cols .section__wrapper .section__row .section__col:nth-child(2) {
    flex-grow: 1;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-downloads--cols .section__wrapper .section__row .section__col {
    font-size: 2.1rem;
  }
  .section-downloads--cols .section__wrapper .section__row .section__col:nth-child(2) {
    margin-top: 1.5rem;
    padding-left: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-downloads--cols .section__wrapper .section__row a {
    padding: 1.1rem 4rem 1.1rem 0rem;
    font-size: 2.1rem;
  }
}

.section-downloads--reversed .section__shell {
  flex-direction: row-reverse;
}
@media (min-width: 1023.02px) {
  .section-downloads--reversed .section__image {
    margin-left: 0;
    margin-right: calc(50% - 50vw);
  }
}
@media (min-width: 1023.02px) {
  .section-downloads--reversed .section__wrapper {
    padding-left: 0;
  }
}

.section-downloads--black {
  background-color: #000;
}

/* ------------------------------------------------------------ *\
	Error Page
\* ------------------------------------------------------------ */
.error-404 {
  min-height: 75vh;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  padding: 8rem 0;
}
@media only screen and (max-width: 768px) {
  .error-404 {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .error-404 {
    padding: 4rem 0;
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 575px) {
  .error-404 .shell {
    padding: 0;
  }
}
.error-404 h1 {
  margin-bottom: 6.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 1399px) {
  .error-404 h1 {
    font-size: 7.2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .error-404 h1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 1023px) {
  .error-404 h1 {
    font-size: 5.2rem;
    margin-bottom: 3.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .error-404 h1 {
    font-size: 4.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .error-404 h1 {
    font-size: 4rem;
    line-height: 1.14;
  }
}
.error-404 p {
  margin-bottom: 2.4rem;
}
.error-404 ul {
  margin-bottom: 2.4rem;
  padding-left: 0;
  list-style-type: none;
}
.error-404 ul li {
  position: relative;
  padding-left: 2.4rem;
}
.error-404 ul li:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #000;
  position: absolute;
  top: 1.4rem;
  left: 1rem;
  border-radius: 50%;
}
.error-404 a {
  color: #f9514e;
  text-decoration: underline;
  transition: color 0.3s;
}
.error-404 a:hover {
  color: #197c7c;
}

/* ------------------------------------------------------------ *\
	Slider Full Tile
\* ------------------------------------------------------------ */
.slider-full-tile .slider__clip,
.slider-full-tile .slider__slides,
.slider-full-tile .slider__slide {
  height: 100%;
}
.slider-full-tile .tile-full {
  height: 100%;
}

/* ------------------------------------------------------------ *\
	Tile Full
\* ------------------------------------------------------------ */
.tile-full {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 50rem;
}
.tile-full > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}
.tile-full .tile__media {
  position: relative;
  height: 10%;
  flex-grow: 1;
}
.tile-full .tile__media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tile-full .tile__content {
  position: relative;
  background-color: #fff;
  background-color: var(--primary-color);
  color: #000;
  color: var(--text-color);
  padding: 3.6rem 12.4rem 3.6rem 6.4rem;
  font-size: 2.1rem;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .tile-full .tile__content {
    padding: 3rem 7rem 3rem 3rem;
  }
}
.tile-full .tile__content p:last-child {
  margin-bottom: 0;
}
.tile-full .tile__content svg {
  position: absolute;
  top: 50%;
  right: 6.5rem;
  transform: translate(50%, -50%);
  width: 1.8rem;
}
@media (max-width: 1024px) {
  .tile-full .tile__content svg {
    right: 4.5rem;
  }
}

.tile-full--gray .tile__content {
  background-color: #F5F5F5;
}

/* ------------------------------------------------------------ *\
	Slider Hero
\* ------------------------------------------------------------ */
.slider-hero {
  height: 100%;
  width: 100%;
}
.slider-hero .slider__clip,
.slider-hero .slider__slides,
.slider-hero .slider__slide {
  height: 100%;
  width: 100%;
}

/* ------------------------------------------------------------ *\
	Hero Product
\* ------------------------------------------------------------ */
.hero-product {
  position: relative;
  padding: 4.5rem 0 6.9rem;
  background-color: #f3f4f6;
  color: #000;
}
@media (max-width: 1023px) {
  .hero-product {
    background-image: none !important;
    padding: 4.5rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-product {
    padding: 6.6rem 0 0;
  }
}
.hero-product .hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .hero-product .hero__bg {
    display: none;
  }
}
.hero-product .hero__bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-product .row {
  align-items: flex-end;
}
.hero-product .hero__title h4 {
  font-family: "Dante Sans Text";
  font-weight: 400;
}
.hero-product .hero__title h4:not(:last-child) {
  margin-bottom: 0.25em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-product .hero__title h4:not(:last-child) {
    margin-bottom: 1.2em;
  }
}
.hero-product .hero__content {
  padding-right: 8.2%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-product .hero__content {
    padding-right: 0;
    margin-bottom: 4rem;
  }
}
.hero-product .hero__content:not(:first-child) {
  margin-top: 18rem;
}
@media (max-width: 1023px) {
  .hero-product .hero__content:not(:first-child) {
    margin-top: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-product .hero__content:not(:first-child) {
    margin-top: 3.1rem;
  }
}
.hero-product .hero__content h4 {
  font-family: "Dante Sans Text";
  font-weight: 400;
}
.hero-product .hero__content h4:not(:last-child) {
  margin-bottom: 0.25em;
}
.hero-product .hero__content .list-logos:not(:first-child) {
  margin-top: 4.4rem;
}
@media (min-width: 1023.02px) {
  .hero-product .hero__media {
    display: none;
  }
}
.hero-product .hero__media img {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.hero-product .hero__actions {
  padding-left: 7.8%;
  padding-bottom: 0.5rem;
}
@media (max-width: 1023px) {
  .hero-product .hero__actions {
    display: none;
  }
}
.hero-product .hero__actions .btn {
  position: relative;
}
.hero-product .hero__actions .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100vw;
  height: 0.1rem;
  background-color: #000;
}
.hero-product .hero__actions .btn.btn--pink:after {
  background-color: #f9514e;
}
.hero-product--pink {
  background-color: #f9514e;
}
.hero-product--teal {
  background-color: #197c7c;
  color: #fff;
}
.hero-product--gray {
  background-color: #f5f5f5;
}
.hero-product--black {
  background-color: #1d1f21;
  color: #fff;
}

/* ------------------------------------------------------------ *\
	List Logos
\* ------------------------------------------------------------ */
.list-logos {
  --spacer-x: 3rem;
  --spacer-y: 5.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos {
    --spacer-y: 5.4rem;
  }
}
.list-logos ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: calc(var(--spacer-y) * -1) calc(var(--spacer-x) * -1) 0;
}
.list-logos li {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding-left: var(--spacer-x);
  padding-right: var(--spacer-x);
  padding: var(--spacer-y) var(--spacer-x) 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos li {
    width: 100%;
  }
}
.list-logos li img {
  display: block;
  margin-right: 21px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos li img {
    margin-right: 31px;
  }
}
.list-logos li div {
  width: 10%;
  flex-grow: 1;
  line-height: 1.38;
}
.list-logos li div h4 {
  font-size: 2.1rem;
  font-family: "Dante Sans Text";
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos li div h4 {
    padding-right: 20%;
  }
}

/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.row--vars {
  --gutter-x: 2.4rem;
  --gutter-y: 2.4rem;
  margin: calc(var(--gutter-y) * -1) calc(var(--gutter-x) * -0.5) 0;
}
.row--vars > * {
  padding: var(--gutter-y) calc(var(--gutter-x) * 0.5) 0;
  width: 100%;
}

/* ------------------------------------------------------------ *\
	Wrapper 
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  overflow: hidden;
}

/* ------------------------------------------------------------ *\
	Section Featured
\* ------------------------------------------------------------ */
.section-featured {
  padding: 6.4rem 0;
}
.section-featured .row {
  --gutter-x: 2.4rem;
  --gutter-y: 2.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-featured .row {
    --gutter-y: 2.4rem;
  }
}
.section-featured .row > * {
  flex-basis: auto;
  width: 33.33%;
}
@media (max-width: 1023px) {
  .section-featured .row > * {
    width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-featured .row > * {
    width: 100%;
  }
}
.section-featured .row .feature {
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-featured .row .feature {
    margin: 0 -0.8rem;
  }
}
.section-featured .row .feature--red {
  background-color: #f9514e;
}
.section-featured .row .feature--teal {
  background-color: #197c7c;
  color: #fff;
}
.section-featured h2 {
  padding-right: 4rem;
}

/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  background-color: #F5F5F5;
  color: #000;
  padding: 2.4rem 2.5rem;
  display: flex;
  flex-wrap: wrap;
  border-radius: 3.2rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .feature {
    padding: 2rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature {
    display: block;
    position: relative;
    padding: 2.4rem 2.4rem;
  }
}
.feature .feature__media {
  padding: 0.8rem 0.8rem 0;
  margin-right: 2.2rem;
}
@media (max-width: 1199px) {
  .feature .feature__media {
    padding: 0.8rem 0 0;
    margin-right: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__media {
    padding: 1.1rem 1.1rem 0;
    position: absolute;
    top: 2rem;
    left: 2rem;
  }
}
.feature .feature__media ~ .feature__content {
  padding-top: 0.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__media ~ .feature__content:before {
    content: "";
    width: 6.4rem;
    height: 3em;
    margin-right: 2.4rem;
    display: inline-block;
    float: left;
  }
}
.feature .feature__content {
  width: 10%;
  flex-grow: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__content {
    width: 100%;
  }
}
.feature .feature__content h3:not(:last-child) {
  margin-bottom: 1.9rem;
}
.feature .feature__content p:not(:last-child) {
  margin-bottom: 1.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__content p:not(:last-child) {
    margin-bottom: 1.1rem;
  }
}

/* ------------------------------------------------------------ *\
	Plyr
\* ------------------------------------------------------------ */
.plyr .plyr__controls {
  opacity: 0;
  transition: opacity 0.3s;
}
.plyr--playing .plyr__controls {
  opacity: 1;
}

/* ------------------------------------------------------------ *\
	Section Featured Alt
\* ------------------------------------------------------------ */
.section-featured-alt {
  padding: 6.4rem 0;
}
.section-featured-alt .btn {
  border-color: currentColor;
}
.section-featured-alt .row {
  --gutter-x: 2.4rem;
  --gutter-y: 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-featured-alt .row {
    --gutter-y: 5rem;
  }
}
.section-featured-alt--size-2 {
  padding-bottom: 9.6rem;
  padding-top: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-featured-alt--size-2 {
    padding-top: 3.4rem;
    padding-bottom: 2.4rem;
  }
}
.section-featured-alt--size-2 + .section-featured-alt--size-2 {
  padding-top: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-featured-alt--size-2 .shell {
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-featured-alt--size-2 .row {
    --gutter-y: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-featured-alt .feature-alt {
    margin: 0 -0.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-featured-alt .featured-link {
    margin: 0 -0.8rem;
  }
}
.section-featured-alt .feature-alt--red {
  background-color: #f9514e;
}
.section-featured-alt .feature-alt--teal {
  background-color: #197c7c;
  color: #fff;
}

/* ------------------------------------------------------------ *\
	Feature Alt
\* ------------------------------------------------------------ */
.feature-alt {
  background-color: #F5F5F5;
  color: #000;
  border-radius: 3.3rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2.4rem;
}
@media (max-width: 1023px) {
  .feature-alt {
    border-radius: 2.5rem;
    padding: 1.5rem 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-alt {
    padding: 2.4rem 2.3rem;
  }
}
.feature-alt .feature__title:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media (max-width: 1023px) {
  .feature-alt .feature__title h3 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-alt .feature__title h3 {
    font-size: 3.9rem;
  }
}
.feature-alt .feature__title h3:not(:last-child) {
  margin-bottom: 2.2rem;
}
.feature-alt .feature__actions {
  margin-top: auto;
}

/* ------------------------------------------------------------ *\
	Featured Link
\* ------------------------------------------------------------ */
.featured-link {
  display: block;
  text-decoration: none;
  border-radius: 3.2rem;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.featured-link .featured__media {
  position: relative;
  display: block;
  padding: 3.2rem 3.2rem;
  color: #fff;
  min-height: 56.6rem;
}
.featured-link .featured__media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-link .featured__media > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .featured-link .featured__media {
    min-height: 35rem;
    padding: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-link .featured__media {
    min-height: 27rem;
    padding: 3.5rem 3.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-link .featured__media h3 {
    font-size: 3.9rem;
  }
}
.featured-link .feature__actions {
  padding: 3.3rem 10rem 3.3rem 3.3rem;
  position: relative;
  background-color: #F5F5F5;
  min-height: 12.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 2.1rem;
  line-height: 1.3;
  flex-grow: 1;
  align-content: normal;
}
@media (max-width: 1199px) {
  .featured-link .feature__actions {
    padding: 1.5rem 5rem 1.5rem 2rem;
    min-height: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-link .feature__actions {
    padding: 3.2rem 10rem 3.2rem 1.6rem;
  }
}
.featured-link .feature__actions:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.5rem;
  aspect-ratio: 18/50;
  width: 1.6rem;
  transform: translateY(-50%);
  mask-image: url("../images/temp/ico-arrow.svg");
  background-color: currentColor;
  mask-size: 100% 100%;
  transition: right 0.3s;
}
@media (max-width: 1199px) {
  .featured-link .feature__actions:after {
    right: 2.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-link .feature__actions:after {
    right: 3.9rem;
  }
}
.featured-link:hover {
  text-decoration: none;
}
@media (min-width: 767.02px) {
  .featured-link:hover .feature__actions:after {
    right: 4.5rem;
  }
}
@media (min-width: 767.02px) and (max-width: 1199px) {
  .featured-link:hover .feature__actions:after {
    right: 1.5rem;
  }
}

/* ------------------------------------------------------------ *\
	Section Text
\* ------------------------------------------------------------ */
.section-text {
  padding: 10.2rem 0 9.2rem;
  text-align: center;
  background-color: #F2F2F2;
}
@media (max-width: 1199px) {
  .section-text {
    padding: 5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text {
    padding: 3.2rem 0;
  }
}
.section-text .row {
  --gutter-x: 1.7rem;
  --gutter-y: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text .row {
    --gutter-y: 7.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text .section__content {
    margin: 0 calc(50% - 50vw);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text .section__content h3 {
    font-size: 3.9rem;
  }
}
.section-text .section__content h3:not(:last-child) {
  margin-bottom: 2.4rem;
}
.section-text .section__content h4 {
  font-family: "Dante Sans Text", sans-serif;
}
.section-text .section__actions {
  margin-top: 5.1rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  .section-text .section__actions {
    margin-top: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text .section__actions {
    margin-top: -0.7rem;
  }
}

/* ------------------------------------------------------------ *\
	Section Products
\* ------------------------------------------------------------ */
.section-products {
  padding: 9.6rem 0 6.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-products {
    padding: 5rem 0 3.2rem;
  }
}
.section-products .row {
  --gutter-x: 2.4rem;
  --gutter-y: 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-products .row {
    --gutter-y: 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-products h2 {
    font-size: 4.8rem;
    margin-bottom: 1.5rem;
  }
}

/* ------------------------------------------------------------ *\
	Product
\* ------------------------------------------------------------ */
.product {
  background-color: #F5F5F5;
  border-radius: 3.3rem;
  overflow: hidden;
  height: 100%;
  padding: 1rem 0 0;
  display: flex;
  flex-direction: column;
}
.product .product__media {
  position: relative;
  aspect-ratio: 445/332;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product .product__media {
    aspect-ratio: 358/332;
  }
}
.product .product__media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.product .product__main {
  padding: 1.4rem 2.3rem 2.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.product .product__title {
  display: flex;
  align-items: center;
  margin-bottom: 2.3rem;
}
.product .product__title figure {
  min-width: 6.4rem;
  min-height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem 0 0;
}
.product .product__title h3 {
  width: 10%;
  flex-grow: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product .product__title h3 {
    font-size: 3.2rem;
  }
}
.product .product__content:not(:last-child) {
  margin-bottom: 3.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product .product__content:not(:last-child) {
    margin-bottom: 2.6rem;
  }
}
.product .product__content h4 {
  font-family: "Dante Sans Text", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product .product__content h4 {
    font-size: 1.9rem;
  }
}
.product .product__content h4:not(:last-child) {
  margin-bottom: 2.6rem;
}
.product .product__actions {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product .product__actions .btn {
  min-width: 12rem;
}

/* ------------------------------------------------------------ *\
	Mask Image
\* ------------------------------------------------------------ */
.mask-image {
  font-size: 0;
  mask-size: 100% 100%;
  background-color: currentColor;
  display: inline-block;
}
.mask-image img {
  opacity: 0;
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.section-content .section__content table,
.table table {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 3.2rem;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-content .section__content table,
  .table table {
    table-layout: fixed;
  }
}
.section-content .section__content table th,
.table table th {
  background-color: #E0E0E0;
  font-size: 2.1rem;
}
.section-content .section__content table tr > *,
.table table tr > * {
  height: 7.55rem;
  padding: 1.4rem 2.4rem;
  border-bottom: 0.1rem solid #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-content .section__content table tr > *,
  .table table tr > * {
    padding: 2.4rem 2.4rem;
    height: auto;
  }
}
.section-content .section__content table tr > *:not(:last-child),
.table table tr > *:not(:last-child) {
  border-right: 0.1rem solid #fff;
}
.section-content .section__content table tr > *:nth-child(1),
.table table tr > *:nth-child(1) {
  text-align: left;
  width: 52.9%;
  padding-right: 1rem;
}
.section-content .section__content table tr > *:nth-child(2),
.table table tr > *:nth-child(2) {
  width: 15.7%;
}
.section-content .section__content table tr > *:nth-child(3),
.table table tr > *:nth-child(3) {
  width: 15.7%;
}

@media (min-width: 767.02px) {
  .table--mobile-scroll .table__title,
  .table--mobile-scroll .table__row-name {
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table--mobile-scroll table {
    border-radius: 1.5rem;
  }
  .table--mobile-scroll tr {
    display: block;
  }
  .table--mobile-scroll tr:nth-child(1) {
    display: none;
  }
  .table--mobile-scroll tr > * {
    padding: 1rem 1rem !important;
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    text-align: left;
  }
  .table--mobile-scroll tr > *:nth-child(1) {
    display: block;
    font-weight: 700;
    background-color: #E0E0E0;
    font-size: 1.8rem;
    padding: 1rem 1rem !important;
    width: 100%;
    flex-grow: 1;
  }
  .table--mobile-scroll .table__title {
    margin-right: auto;
    padding-right: 2rem;
  }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table--product {
    margin: 0 -0.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table--product table tr {
    display: flex;
  }
}
.table--product table tr > * {
  height: 7.3rem;
}
@media (min-width: 767.02px) {
  .table--product table tr > *:nth-child(1) {
    width: 35.2%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table--product table tr > * {
    display: inline-flex;
    align-items: center;
    max-width: 50%;
    width: 33.33% !important;
    flex-grow: 1;
    height: auto;
  }
  .table--product table tr > *:not(:first-child) {
    justify-content: center;
  }
}

.table + .btn {
  margin-top: 3rem;
}

/* ------------------------------------------------------------ *\
	Section 
\* ------------------------------------------------------------ */
.section {
  padding: 6.4rem 0;
}
.section--search-result .section__head {
  margin-bottom: 2rem;
}
.section--search-result article + article {
  margin-top: 2rem;
}

/* ------------------------------------------------------------ *\
	Section Acc
\* ------------------------------------------------------------ */
.section-acc {
  padding: 4rem 0;
}
.section-acc h3 {
  font-size: 4rem;
  font-weight: bold;
}
.section-acc h4 {
  font-family: "Dante Sans Text", sans-serif;
  margin: 1rem 0 0;
}
.section-acc .section__inner {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .section-acc .section__inner {
    flex-direction: column-reverse;
  }
}
.section-acc .section__content {
  background-color: #EBEBEB;
  border-top-left-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  margin-top: 2rem;
  padding: 3rem;
  position: relative;
  width: 25%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-acc .section__content {
    width: 100%;
  }
}
.section-acc .section__acc {
  background-color: #fff;
  border-radius: 2rem;
  min-height: 500px;
  list-style-type: none;
  padding: 3rem;
}
.section-acc .section__acc > li {
  margin-bottom: 2rem;
}
.section-acc .section__acc > li:last-child {
  margin-bottom: 0;
}
.section-acc .section__acc > li > p {
  cursor: pointer;
  font-size: 2rem;
  margin: 0;
  padding: 0;
  position: relative;
  transition: color 0.3s;
}
.section-acc .section__acc > li > p:hover {
  color: #f9514e;
}
.section-acc .section__acc > li .section__dd {
  background-color: #EBEBEB;
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  display: block;
  height: 100%;
  left: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  top: 0;
  visibility: hidden;
  width: 300%;
  z-index: 2;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-acc .section__acc > li .section__dd {
    background-color: transparent;
    display: none;
    margin-top: 1.5rem;
    opacity: 1;
    position: static;
    pointer-events: auto;
    visibility: visible;
    width: 100%;
  }
}
.section-acc .section__acc > li .section__dd-scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3rem;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-acc .section__acc > li .section__dd-scroll {
    padding: 0;
  }
}
.section-acc .section__acc > li .section__dd-scroll .list {
  margin-bottom: 1rem;
}
.section-acc .section__acc > li .section__dd-scroll .list .title {
  background-color: teal;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.5rem 1.5rem;
}
.section-acc .section__acc > li .section__dd p {
  width: 50%;
}
.section-acc .section__acc > li .section__dd ul {
  list-style-type: none;
}
.section-acc .section__acc > li .section__dd ul:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-acc .section__acc > li .section__dd ul:not(:last-child) {
    margin-bottom: 0.4em;
  }
}
.section-acc .section__acc > li .section__dd ul a {
  text-decoration: underline;
}
.section-acc .section__acc > li .section__dd ul a:hover {
  color: #f9514e;
}
.section-acc .section__acc > li .section__dd .acc-media {
  display: block;
}
.section-acc .section__acc > li .section__dd .acc-media figure {
  display: block;
}
.section-acc .section__acc > li .section__dd .acc-media:not(:last-child) {
  margin-bottom: 6.9rem;
}
.section-acc .section__acc > li.is-active > p {
  color: #f9514e;
}
.section-acc .section__acc > li.is-active > p:after {
  right: 3.8rem;
}
@media (max-width: 1199px) {
  .section-acc .section__acc > li.is-active > p:after {
    right: 1.5rem;
  }
}
.section-acc .section__acc > li.is-active .section__dd {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.section-acc .section__btn-down {
  position: absolute;
  z-index: 4;
  bottom: 3.8rem;
  transform: translateX(-100%);
  left: calc(200% - 5.5rem);
}
@media (max-width: 1023px) {
  .section-acc .section__btn-down {
    left: calc(200% - 2rem);
    bottom: 2rem;
  }
}

/* ------------------------------------------------------------ *\
	Form Subscribe
\* ------------------------------------------------------------ */
.form-subscribe {
  position: relative;
}
.form-subscribe .gform_heading {
  margin-bottom: 2.1rem;
}
.form-subscribe .gform_description {
  font-size: 2.1rem;
  font-family: "Dante Sans Text", sans-serif;
}
.form-subscribe .gform_wrapper {
  padding: 0 !important;
  margin: 0 !important;
}
.form-subscribe .gform_wrapper .top_label input.large, .form-subscribe .gform_wrapper .top_label select.large, .form-subscribe .gform_wrapper .hidden_label input.large, .form-subscribe .gform_wrapper .hidden_label select.large {
  font-size: 1.6rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid currentcolor;
  padding: 0.4rem 0 !important;
  color: inherit;
  outline: none !important;
}
.form-subscribe .gform_wrapper .top_label input.large::placeholder, .form-subscribe .gform_wrapper .top_label select.large::placeholder, .form-subscribe .gform_wrapper .hidden_label input.large::placeholder, .form-subscribe .gform_wrapper .hidden_label select.large::placeholder {
  color: inherit;
  opacity: 1;
}
.form-subscribe .gform_fields {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-subscribe .gform_fields .gfield--type-email {
  width: 10%;
  flex-grow: 1;
}
.form-subscribe .gform_fields .gfield--type-submit {
  margin-left: 3.2rem;
}
.form-subscribe .ginput_container {
  margin: 0 !important;
  padding: 0 !important;
}
.form-subscribe .gform-button {
  background-color: #fff;
  border: 1px solid #23262B;
  cursor: pointer;
  color: #000;
  border-radius: 18px;
  height: 100%;
  padding: 1.2rem 2.2rem;
  transition: background-color 0.3s;
}
.form-subscribe .gform-button:hover {
  background-color: #E6E7E9;
}
.form-subscribe .gform_ajax_spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 !important;
  max-width: 100px;
}
.form-subscribe .gform_submission_error {
  display: none !important;
}
.form-subscribe .gfield_error {
  color: #f9514e;
}
.form-subscribe .gform_footer {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: inherit !important;
    min-height: 0 !important;
  }
}
.form-subscribe input:-webkit-autofill,
.form-subscribe input:-webkit-autofill:hover,
.form-subscribe input:-webkit-autofill:focus,
.form-subscribe textarea:-webkit-autofill,
.form-subscribe textarea:-webkit-autofill:hover,
.form-subscribe textarea:-webkit-autofill:focus,
.form-subscribe select:-webkit-autofill,
.form-subscribe select:-webkit-autofill:hover,
.form-subscribe select:-webkit-autofill:focus {
  transition: all 10000000s;
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.socials ul li + li {
  margin-left: 3.2rem;
}
.socials ul a {
  transition: opacity 0.3s;
  display: inline-flex;
  align-items: center;
  font-size: 2.1rem;
  font-family: "Dante Sans Text", sans-serif;
}
.socials ul a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.socials ul a span:not(:first-child) {
  margin-left: 1rem;
}

/* ------------------------------------------------------------ *\
	List Links
\* ------------------------------------------------------------ */
.list-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
  justify-content: space-around;
}
@media (max-width: 1199px) {
  .list-links {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .list-links {
    --gutter-x: 2.4rem;
    --gutter-y: 1rem;
    margin: calc(var(--gutter-y) * -1) calc(var(--gutter-x) * -0.5) 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-links {
    --gutter-x: 2.5rem;
    --gutter-y: 1.1rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .list-links li {
    width: 25%;
    padding: var(--gutter-y) calc(var(--gutter-x) * 0.5) 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-links li {
    width: auto;
  }
}
.list-links a {
  transition: color 0.3s;
}
@media (min-width: 1023.02px) {
  .list-links a:hover {
    color: #A4A5A6;
  }
}

/* ------------------------------------------------------------ *\
	Swiper Base
\* ------------------------------------------------------------ */
.swiper-base {
  --swiper-pagination-bullet-horizontal-gap: 5px;
  max-width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base {
    background-color: #F5F5F5;
  }
}
.swiper-base .row {
  --gutter-y: 0rem;
}
.swiper-base .row .col-md-8:before {
  content: "";
  position: absolute;
  left: -1.8rem;
  right: -100vw;
  top: 0;
  height: 100%;
  background-color: #F5F5F5;
}
@media (max-width: 1199px) {
  .swiper-base .row .col-md-8:before {
    left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .row .col-md-8:before {
    display: none;
  }
}
.swiper-base .swiper-slide {
  height: auto;
}
@media (min-width: 767.02px) {
  .swiper-base .swiper-slide .shell,
  .swiper-base .swiper-slide .row,
  .swiper-base .swiper-slide .row > * {
    height: 100%;
  }
}
.swiper-base .swiper-slide .swiper__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8.7rem 0 11.1rem 3.5rem;
  height: 100%;
}
@media (max-width: 1199px) {
  .swiper-base .swiper-slide .swiper__content {
    padding: 5rem 0 8rem 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__content {
    padding: 2.3rem 0 10.9rem;
  }
}
.swiper-base .swiper-slide .swiper__content .swiper-base .swiper-slide {
  min-height: 41.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__content .swiper-base .swiper-slide {
    min-height: 0;
    padding-bottom: 3.8rem;
  }
}
.swiper-base .swiper-slide .swiper__content img {
  display: inline-block;
  max-width: 25rem;
}
.swiper-base .swiper-slide .swiper__content img:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__content img:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.swiper-base .swiper-slide .swiper__content h4 {
  letter-spacing: -0.005em;
  font-family: "Dante Sans Text", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__content h4 {
    font-size: 1.9rem;
  }
}
.swiper-base .swiper-slide .swiper__content h4:not(:last-child) {
  margin-bottom: 0.9em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__content h4:not(:last-child) {
    margin-bottom: 0.7em;
  }
}
.swiper-base .swiper-slide .swiper__content h3 {
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__content h3 {
    font-size: 3.9rem;
    line-height: 1.14;
  }
}
.swiper-base .swiper-slide .swiper__content h3:not(:last-child) {
  margin-bottom: 0.6em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__content p {
    display: none;
  }
}
.swiper-base .swiper-slide .swiper__content .btn {
  margin-top: 4.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__content .btn {
    margin-top: 3rem;
  }
}
.swiper-base .swiper-slide .swiper__media {
  min-height: 100%;
  padding-right: 16%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .swiper-base .swiper-slide .swiper__media {
    padding-right: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__media {
    position: relative;
    min-height: auto;
    padding: 0;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    aspect-ratio: 390/382;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-slide .swiper__media img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.swiper-base .swiper__pagination {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper__pagination {
    padding: 0 0 4.8rem;
  }
}
.swiper-base .swiper-pagination {
  position: static;
  font-size: 0;
  padding-left: 4.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .swiper-base .swiper-pagination {
    padding: 0;
  }
}
.swiper-base .swiper-pagination .swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  background-color: transparent;
  border: 1px solid #000;
  opacity: 1;
  transition: background-color 0.3s;
}
.swiper-base .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

/* ------------------------------------------------------------ *\
	Section Catalog
\* ------------------------------------------------------------ */
.section-catalog {
  background-color: #F5F5F5;
}
.section-catalog .section__head {
  padding: 3.7rem 1rem 3.7rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog .section__head {
    padding: 3.3rem 0 2.2rem;
  }
}
.section-catalog .section__head .search-block {
  margin-right: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog .section__head .search-block {
    width: 100%;
    max-width: 100%;
    margin: 0 0.3rem 3.3rem;
  }
}
@media (min-width: 767.02px) {
  .section-catalog .section__head .btn-filters {
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog .section__head .btn-filters {
    margin-right: auto;
  }
}
.section-catalog .section__body {
  margin-top: 2.6rem;
}
.section-catalog .section__body > .row {
  --gutter-x: 5.6rem;
  --gutter-y: 0rem;
}
@media (max-width: 1199px) {
  .section-catalog .section__body > .row {
    --gutter-x: 3rem;
  }
}
.section-catalog .section__aside {
  padding-bottom: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog .section__aside {
    padding: 0;
  }
}
.section-catalog .section__main {
  padding-left: 2rem;
}
@media (max-width: 1199px) {
  .section-catalog .section__main {
    padding-left: 0;
  }
}
.section-catalog .section__main > .row {
  --gutter-x: 2.5rem;
  --gutter-y: 5.3rem;
}
@media (max-width: 1199px) {
  .section-catalog .section__main > .row {
    --gutter-x: 2rem;
    --gutter-y: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog .section__main .col-md-6 {
    padding-bottom: 3rem;
  }
}
.section-catalog .section__foot {
  padding: 1.7rem 0 4.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog .section__foot {
    padding: 1.7rem 0 2.8rem;
  }
}
.section-catalog.size-2 {
  padding-top: 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog.size-2 {
    padding-top: 0.8rem;
  }
}

.section-catalog--alt {
  background-color: transparent;
}
@media (min-width: 1199.02px) {
  .section-catalog--alt .section__main {
    padding-left: 7.8%;
  }
}
.section-catalog--alt .section__main > h2 {
  letter-spacing: 0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog--alt .section__main > h2 {
    font-size: 3.9rem;
    letter-spacing: -0.005em;
  }
}
.section-catalog--alt .section__main > h2:not(:last-child) {
  margin-bottom: 3.3rem;
}
.section-catalog--alt .section__main .search-block:not(:last-child) {
  margin-bottom: 13.1rem;
}
@media (max-width: 1199px) {
  .section-catalog--alt .section__main .search-block:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-catalog--alt .section__main .search-block:not(:last-child) {
    margin-bottom: 5.7rem;
  }
}

/* ------------------------------------------------------------ *\
	Search Block
\* ------------------------------------------------------------ */
.search-block {
  width: 100%;
  max-width: 30.7rem;
  position: relative;
  z-index: 2;
}
.search-block .search__field {
  border: 1px solid #2C2E30;
  background-color: #FFF;
  border-radius: 0.8rem;
  padding: 0.7rem 3.4rem;
  color: #000;
  width: 100%;
  background-image: url("../images/ico-search@2x.png");
  background-size: 2.1rem auto;
  background-position: left 0.3rem top 50%;
  background-repeat: no-repeat;
  outline: none !important;
}
.search-block .search__field:focus {
  border-color: #F9514E;
}
.search-block .search__field::placeholder {
  color: #000;
  opacity: 1;
}
.search-block .search__dd {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  width: 100%;
  border: 1px solid #2C2E30;
  padding: 1.2rem 1.9rem;
  list-style-type: none;
  text-align: left;
  border-radius: 0.8rem;
  letter-spacing: 0.01em;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: border-color 0.3s;
}
.search-block .search__dd li:not(:last-child) {
  margin-bottom: 1rem;
}
.search-block .search__dd a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s;
}
.search-block .search__dd a:hover {
  text-decoration-color: currentColor;
}
.search-block.is-focused .search__dd {
  opacity: 1;
  pointer-events: auto;
}
.search-block--small {
  font-size: 1.6rem;
}
.search-block--small .search__field {
  padding: 0.7rem 4.7rem;
  background-position: left 0.7rem top 50%;
  letter-spacing: 0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-block--small .search__field {
    padding: 0.7rem 4rem;
  }
}
.search-block--big {
  font-size: 1.6rem;
  max-width: 59.4rem;
  font-family: "Dante Sans Display", sans-serif;
}
.search-block--big .search__field {
  background-position: left 1.4rem top 50%;
  background-size: 2.3rem auto;
  padding-left: 5.8rem;
  letter-spacing: 0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-block--big .search__field {
    background-position: left 0.3rem top 50%;
    background-size: 2.5rem auto;
    padding-left: 3.4rem;
  }
}

/* ------------------------------------------------------------ *\
	Sort Block
\* ------------------------------------------------------------ */
.sort-block {
  font-size: 1.6rem;
}
.sort-block label {
  margin-right: 1.9rem;
  margin-bottom: 0;
  vertical-align: middle;
}
.sort-block select {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><g fill="%23000" fill-rule="nonzero"><path d="M13.23 2.7 9.44 5.628 8.523 4.44 13.961.24l5.477 4.197-.912 1.19L14.73 2.72v7.862h-1.5V2.701ZM5.23 17.3l-3.79-2.927-.917 1.187 5.438 4.199 5.477-4.197-.912-1.19L6.73 17.28V9.418h-1.5v7.881Z"/></g></svg>');
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid currentcolor;
  border-radius: 0;
  background-size: 20px;
  background-position: center right;
  background-repeat: no-repeat;
  height: 40px;
  outline: none;
  padding: 0 calc(20px + 1rem) 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .sort-block--alt-vision-xs label {
    display: none;
  }
}
.sort-block--readonly select {
  pointer-events: none;
}

/* ------------------------------------------------------------ *\
	Filters Holder
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .filters-holder {
    position: fixed;
    z-index: 13;
    top: calc(var(--header-height, 0) + var(--wp-bar-height, 0));
    left: 0px;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 3.4rem 1.6rem;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
  }
}
.filters-holder .filters__btn-close {
  margin-left: auto;
  position: absolute;
  top: 1.7rem;
  right: 2.2rem;
}
@media (min-width: 767.02px) {
  .filters-holder .filters__btn-close {
    display: none !important;
  }
}
.filters-holder .btn-ico-holder {
  margin-bottom: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .filters-holder .btn-ico-holder {
    margin-bottom: 2.5rem;
  }
}
.filters-holder .filters-accordion {
  transition: margin-top 0.3s;
}
.filters-holder .btn-ico-holder + .filters-accordion {
  margin-top: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .filters-holder .btn-ico-holder + .filters-accordion {
    margin-top: 2.5rem;
  }
}
.filters-holder .btn-ico-holder[style*="display: none;"] + .filters-accordion {
  margin-top: 0;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .is-filters-expanded .filters-holder {
    opacity: 1;
    pointer-events: auto;
    z-index: 999;
  }
}

/* ------------------------------------------------------------ *\
	Filters Accordion
\* ------------------------------------------------------------ */
.filter-accordion {
  margin-bottom: 1.5rem;
}
.filter-accordion.collapsed .filter__head::after {
  transform: scaleY(1);
}
.filter-accordion.collapsed .filter__body {
  background-clip: text;
  height: 75px;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 200%);
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: 100% 75px;
}
.filter-accordion.collapsed .filter__body * {
  pointer-events: none;
}
.filter-accordion.expanded .filter__head::after {
  transform: scaleY(-1);
}
.filter-accordion.expanded .filter__body {
  height: auto;
}
.filter-accordion .filter__head {
  border-bottom: 1px solid #8B8B8B;
  cursor: pointer;
  font-size: 1.5rem;
  position: relative;
  padding: 1rem 0;
}
.filter-accordion .filter__head:after {
  background-image: url("../images/ico-arrow-up.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 24px;
  margin-top: -12px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
}
.filter-accordion .filter__head h4 {
  font-family: "Dante Sans Text", sans-serif;
  pointer-events: none;
}
.filter-accordion .filter__body {
  overflow: hidden;
  position: relative;
}
.filter-accordion .filter__body > ul {
  list-style-type: none;
  margin: 1rem 0 0;
}
.filter-accordion .filter__body > ul > li {
  margin-bottom: 1.5rem;
}
.filter-accordion .filter__body > ul > li:last-child {
  margin-bottom: 0;
}
.filter-accordion .filter__body > ul > li > ul {
  list-style-type: none;
  margin: 1.5rem 0 0;
  padding-left: 3rem;
}
.filter-accordion .filter__body > ul > li > ul > li {
  margin-bottom: 1.5rem;
}

.filter-header {
  display: none;
}

body.page-template-faqs .filter-footer {
  background-color: #FFF;
}

.filter-footer {
  align-items: center;
  background-color: #F5F5F5;
  border-top: 1px solid #888888;
  display: flex;
  height: 80px;
  justify-content: space-between;
}
.filter-footer .filter-apply {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: #f9514e;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
}
.filter-footer .filter-clear {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .filter-form {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    height: 100%;
    left: 0;
    padding: 1rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1080;
  }
  .filter-form .filter-header {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 6rem;
    left: 0;
    margin: 0;
    padding: 0 3rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .filter-form .filter-header svg {
    pointer-events: none;
  }
  .filter-form .filter-header h4 {
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-left: 1rem;
  }
  .filter-form .filter-header button {
    background-color: transparent;
    border: 0;
    color: #f9514e;
    cursor: pointer;
    margin-left: auto;
    padding: 0;
  }
  .filter-form .filter-content {
    background-color: #fff;
    height: 100%;
    position: relative;
    width: 100%;
  }
  .filter-form .filter-content .filter-scroll-content {
    max-height: 100%;
    overflow: auto;
    padding: 6rem 3rem 10rem;
  }
  .filter-form .filter-footer {
    align-items: center;
    background-color: #fff;
    bottom: 0;
    display: flex;
    left: 0;
    margin: 0;
    padding: 0 3rem;
    position: absolute;
    width: 100% !important;
    z-index: 1;
  }
}
@media (min-width: 767.02px) {
  .filter-form {
    display: block;
  }
}
.filter-form .form-group label {
  font-size: 2.1rem;
  line-height: 1.3;
}
.filter-form [name=search] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%232C2E30" fill-rule="nonzero" d="M14.245 12.838 20 18.593 18.593 20l-5.755-5.755a7.958 7.958 0 1 1 1.407-1.407Zm-6.287 1.089a5.969 5.969 0 1 0 0-11.937 5.969 5.969 0 0 0 0 11.937Z"/></svg>');
  background-position: center left 1rem;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #2C2E30;
  border-radius: 0.8rem;
  height: 40px;
  padding: 0 1rem 0 calc(20px + 2rem);
  color: #2C2E30;
  width: 100%;
  outline: none !important;
}
.filter-form [name=sort] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><g fill="%23000" fill-rule="nonzero"><path d="M13.23 2.7 9.44 5.628 8.523 4.44 13.961.24l5.477 4.197-.912 1.19L14.73 2.72v7.862h-1.5V2.701ZM5.23 17.3l-3.79-2.927-.917 1.187 5.438 4.199 5.477-4.197-.912-1.19L6.73 17.28V9.418h-1.5v7.881Z"/></g></svg>');
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid currentcolor;
  border-radius: 0;
  background-size: 20px;
  background-position: center right;
  background-repeat: no-repeat;
  display: block;
  height: 40px;
  outline: none;
  padding: 0 calc(20px + 1rem) 0 0;
  width: 100%;
}

.section__aside.section__aside-filters {
  margin-bottom: 5rem;
  padding-bottom: 0;
}
.section__aside.section__aside-filters.overflow {
  padding-bottom: 80px;
}
.section__aside.section__aside-filters.overflow .filter-footer {
  bottom: 0;
  position: fixed;
}

/* ------------------------------------------------------------ *\
	Btn Ico
\* ------------------------------------------------------------ */
.btn-ico {
  font-size: 2.1rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.btn-ico:hover {
  text-decoration: none;
}
.btn-ico span {
  display: inline-block;
  font-size: 0;
  margin-left: 0.9rem;
  margin-top: 0.1rem;
}

/* ------------------------------------------------------------ *\
	Checkbox Filters
\* ------------------------------------------------------------ */
.checkbox-filters {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.checkbox-filters label {
  display: block;
  margin: 0;
  cursor: pointer;
  transition: color 0.3s;
  user-select: none;
}
.checkbox-filters label input {
  appearance: auto;
  margin-right: 0.5rem;
}
.checkbox-filters label span {
  color: rgba(0, 0, 0, 0.5);
  margin-left: 0.5rem;
}

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
  z-index: 1;
  position: relative;
  display: block;
  text-decoration: none;
}
.article .article__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
}
.article .article__media {
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
}
.article .article__media.addpadding {
  padding: 2rem;
}
.article .article__media img {
  transition: transform 0.3s;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__media img {
    aspect-ratio: auto;
  }
}
.article .article__content {
  padding: 1.9rem 0 0;
}
@media (max-width: 1199px) {
  .article .article__content {
    padding: 1.8rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__content {
    padding: 2.1rem 0 0;
  }
}
.article .article__content h4 {
  font-family: "Dante Sans Text", sans-serif;
  letter-spacing: 0.01em;
}
@media (max-width: 1199px) {
  .article .article__content h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__content h4 {
    font-size: 2.1rem;
  }
}
.article .article__content h4:not(:last-child) {
  margin-bottom: 0.2em;
}
.article .article__content h4 span {
  color: #f9514e;
  letter-spacing: 0;
}
.article .article__content h4 + p {
  margin-top: 1.8rem;
}
.article .article__content a {
  position: relative;
  z-index: 2;
}
.article:hover {
  text-decoration: none;
}
.article:hover .article__media img {
  transform: scale(1.05);
}

/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */
.paging {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  font-family: "Dante Sans Display", sans-serif;
  padding: 3rem 0;
}
.paging span, .paging a {
  margin: 0 1.5rem;
}
.paging span.current, .paging a.current {
  font-weight: 700;
}
.paging span.page-numbers:not(.prev):not(.next):not(.current), .paging a.page-numbers:not(.prev):not(.next):not(.current) {
  opacity: 0.5;
}
.paging ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 2.4rem;
  list-style-type: none;
}
.paging ul li + li {
  margin-left: 2rem;
}
.paging ul li .current {
  text-decoration: underline;
}
.paging ul li.is-active a {
  text-decoration: underline;
}
.paging .prev,
.paging .next,
.paging .paging__btn {
  display: inline-flex;
  align-items: center;
  color: #f9514e;
}
.paging .prev svg,
.paging .next svg,
.paging .paging__btn svg {
  margin: 0 1.1rem -0.1rem;
}
.paging .prev.is-disable,
.paging .next.is-disable,
.paging .paging__btn.is-disable {
  opacity: 0;
  pointer-events: none;
}
.paging a {
  text-decoration: none;
}

/* ------------------------------------------------------------ *\
	Btn Filters
\* ------------------------------------------------------------ */
.btn-filters {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 12rem;
  border-bottom: 1px solid currentcolor;
  padding: 1px 1px;
  text-decoration: none;
}
.btn-filters:hover {
  text-decoration: none;
}
.btn-filters svg {
  margin-right: 0.8rem;
}

.btn-filter {
  align-items: center;
  background-color: transparent;
  border: 0;
  display: flex;
  font-size: 1.75rem;
  height: 40px;
  padding: 0;
}
.btn-filter svg {
  margin-right: 1rem;
  pointer-events: none;
}

/* ------------------------------------------------------------ *\
	Section Product
\* ------------------------------------------------------------ */
.section-product {
  padding: 6.7rem 0 7rem;
}
@media (max-width: 1199px) {
  .section-product {
    padding: 4.7rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product:first-child {
    padding-top: 0;
  }
}
.section-product .row {
  --gutter-x: 12.6rem;
  --gutter-y: 0rem;
}
@media (max-width: 1199px) {
  .section-product .row {
    --gutter-x: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product .row {
    --gutter-y: 2rem;
  }
}
.section-product .section__media {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product .section__media {
    margin: 0 calc(50% - 50vw);
  }
}
.section-product .section__content {
  padding-top: 2.6rem;
}
@media (max-width: 1199px) {
  .section-product .section__content {
    padding: 0;
  }
}
.section-product .section__content img {
  display: block;
  max-width: 200px;
  margin-bottom: 1.5rem;
}
.section-product .section__content img:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product .section__content img:not(:last-child) {
    margin-bottom: 1.1rem;
  }
}
.section-product .section__content h4 {
  font-family: "Dante Sans Text", sans-serif;
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product .section__content h4 {
    font-size: 1.9rem;
    letter-spacing: 0;
  }
}
.section-product .section__content h4:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product .section__content h4:not(:last-child) {
    margin-bottom: 1.4rem;
  }
}
.section-product .section__content h3 {
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product .section__content h3 {
    font-size: 3.9rem;
    line-height: 1.14;
    letter-spacing: -0.01em;
  }
}
.section-product .section__content h3:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product .section__content h3:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.section-product .section__content p {
  line-height: 1.38;
}
.section-product .section__content p:not(:last-child) {
  margin-bottom: 2.1rem;
}
.section-product .section__content .btn {
  margin-top: 4rem;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product .section__content .btn {
    margin-top: 3.2rem;
  }
}
.section-product .section__content .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100vw;
  height: 1px;
  background-color: #f9514e;
}

/* ------------------------------------------------------------ *\
	Section Logos
\* ------------------------------------------------------------ */
.section-logos {
  background-color: #F7F7F7;
  padding: 5.6rem 0;
}
@media (min-width: 767.02px) {
  .section-logos:last-of-type {
    padding-bottom: 6.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-logos {
    padding: 8.7rem 0 4.8rem;
  }
}
.section-logos .section__head {
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-logos .section__head {
    margin-right: calc(50% - 50vw);
    margin-bottom: 1.6rem;
  }
}
.section-logos .section__head h3 {
  letter-spacing: 0;
  font-family: "Dante Sans Display", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-logos .section__head h3 {
    font-size: 3.9rem;
  }
}
.section-logos .section__media {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
}
.section-logos .section__media img {
  display: block;
  max-width: 85%;
  max-height: 85%;
  transition: transform 0.3s;
}
.section-logos .section__media:hover img {
  transform: scale(1.05);
}
.section-logos .section__body .row--vars {
  --gutter-x: 3.2rem;
  --gutter-y: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-logos .section__body .row--vars {
    --gutter-x: 1.6rem;
    --gutter-y: 1.6rem;
  }
}
.section-logos + .section-logos {
  padding-top: 1.7rem;
}

/* ------------------------------------------------------------ *\
	Section Events
\* ------------------------------------------------------------ */
.section-events {
  background-color: #197c7c;
  color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events {
    padding: 0;
  }
}
.section-events .section__inner {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events .section__inner {
    display: block;
  }
}
.section-events .section__content {
  width: calc(33.33% - 2.2rem);
  padding: 12rem 5% 5rem 0;
  min-height: 62.6rem;
}
@media (max-width: 1399px) {
  .section-events .section__content {
    padding: 6rem 2rem 6rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events .section__content {
    width: 100%;
    padding: 2rem 0 7.9rem 0;
    min-height: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events .section__content h2 {
    font-size: 6.7rem;
    line-height: 1.14;
  }
}
.section-events .section__content h2:not(:last-child) {
  margin-bottom: 10.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events .section__content h2:not(:last-child) {
    margin-bottom: 6.5rem;
  }
}
.section-events .section__content h4 {
  letter-spacing: -0.005em;
  font-family: "Dante Sans Text", sans-serif;
}
.section-events .section__main {
  width: 10%;
  flex-grow: 1;
  margin-right: calc(50% - 50vw);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events .section__main {
    width: 100%;
    margin: 0;
  }
}
.section-events .section__media {
  height: 10%;
  flex-grow: 1;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events .section__media {
    display: none;
  }
}
.section-events .section__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-events .section__actions {
  position: relative;
  z-index: 2;
  background-color: #f9514e;
  color: #000;
  display: flex;
  align-items: center;
  padding: 4rem 5.5rem 4rem 6.4rem;
}
@media (max-width: 1399px) {
  .section-events .section__actions {
    padding: 2rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events .section__actions {
    color: inherit;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
.section-events .section__actions h4 {
  width: 10%;
  flex-grow: 1;
  font-family: "Dante Sans Text", sans-serif;
  margin-right: 2rem;
}
.section-events .section__actions:after {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 100%;
  max-width: 1.6rem;
  aspect-ratio: 16/48;
  mask-image: url('data:image/svg+xml,<svg width="18" height="50" viewBox="0 0 18 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 49L17 25L1 1" stroke="black" stroke-linecap="round"/></svg>');
  background-color: currentcolor;
  mask-size: 100% 100%;
  transition: transform 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events .section__actions:after {
    margin-right: 2.3rem;
  }
}
@media (min-width: 767.02px) {
  .section-events .section__actions:hover {
    cursor: pointer;
  }
  .section-events .section__actions:hover:after {
    transform: translate(1rem, 0);
  }
}
.section-events--gray {
  background-color: #F5F5F5;
  color: #000;
}
.section-events--small .section__content {
  padding: 6rem 5% 6rem 0;
  min-height: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-events--small .section__content {
    padding: 2rem 0;
  }
}

/* ------------------------------------------------------------ *\
	Section Articles
\* ------------------------------------------------------------ */
.section-articles {
  padding: 6.1rem 0 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-articles {
    padding: 2.7rem 0 3.9rem;
  }
}
.section-articles .section__head {
  position: relative;
  z-index: 2;
  margin-bottom: 5.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-articles .section__head {
    margin-bottom: 3.2rem;
  }
}
.section-articles .section__head .sort-block select {
  min-width: 30rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-articles .section__head .sort-block select {
    min-width: 12rem;
  }
}
.section-articles .section__body .row {
  --gutter-x: 3.2rem;
  --gutter-y: 3.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-articles .section__body .row {
    --gutter-y: 3rem;
  }
}
.section-articles .section__foot {
  margin-top: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-articles .section__foot {
    margin-top: 3.9rem;
  }
}

/* ------------------------------------------------------------ *\
	Article Events
\* ------------------------------------------------------------ */
.article-events {
  border-radius: 3.2rem;
  overflow: hidden;
  background-color: #f7f7f7;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.article-events .article__link {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.article-events:hover .article__content::after {
  transform: translate(1rem, -50%);
}
.article-events .article__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 3rem 10rem 3rem 3rem;
  position: relative;
}
@media (max-width: 1199px) {
  .article-events .article__content {
    padding: 2rem 5rem 2rem 2rem;
  }
}
@media (max-width: 1023px) {
  .article-events .article__content {
    padding: 2rem 4rem 2rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-events .article__content {
    padding: 2.2rem 4rem 3rem 2.4rem;
  }
}
.article-events .article__content a {
  position: relative;
  z-index: 2;
}
.article-events .article__content .list-tags:not(:last-child) {
  margin-bottom: 1rem;
}
.article-events .article__content h3 {
  margin-bottom: auto;
  font-family: "Dante Sans Display", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-events .article__content h3 {
    letter-spacing: 0.01em;
    font-size: 3.2rem;
  }
}
.article-events .article__content h4 {
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-family: "Dante Sans Text", sans-serif;
}
.article-events .article__content .list-dates:not(:first-child) {
  margin-top: 2rem;
}
.article-events .article__content .list-dates li {
  margin-bottom: 0.5rem;
}
.article-events .article__content:after {
  content: "";
  position: absolute;
  top: 51%;
  right: 4.4rem;
  transform: translate(0, -50%);
  display: inline-block;
  font-size: 0;
  width: 100%;
  max-width: 1.8rem;
  aspect-ratio: 16/48;
  mask-image: url('data:image/svg+xml,<svg width="18" height="50" viewBox="0 0 18 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 49L17 25L1 1" stroke="black" stroke-linecap="round"/></svg>');
  background-color: currentcolor;
  mask-size: 100% 100%;
  transition: transform 0.3s;
}
@media (max-width: 1023px) {
  .article-events .article__content:after {
    right: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-events .article__content:after {
    display: none;
  }
}

.atlas {
  padding: 4rem 2rem;
}

.atlas h1, .atlas .h1 {
  font-size: 6.4rem;
  line-height: 7.68rem;
}

.atlas h2, .atlas .h2 {
  font-size: 5.12rem;
  line-height: 6.4rem;
}

.atlas h3, .atlas .h3 {
  font-size: 3.84rem;
  line-height: 5.12rem;
}

.atlas h4, .atlas .h4 {
  font-size: 3.2rem;
  line-height: 4.48rem;
}

.atlas h5, .atlas .h5 {
  font-size: 2.56rem;
  line-height: 3.84rem;
}

.atlas .event-hero {
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 2.4rem;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  max-width: 1343px;
  min-height: 500px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
  overflow: hidden;
}

@media (width >= 768px) {
  .atlas .event-hero {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}
.atlas .event-hero-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(25 124 124/var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity, 1));
}

.atlas .event-hero-primary .event-hero-icon {
  fill: #fff;
}

.atlas .event-hero-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(249 81 78/var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(35 38 43/var(--tw-text-opacity, 1));
}

.atlas .event-hero-secondary .event-hero-icon {
  fill: #23262b;
}

.atlas .event-hero-icon {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.atlas .event-hero-content {
  z-index: 10;
  flex-direction: column;
  grid-column: span 12/span 12;
  justify-content: space-between;
  padding: 4.8rem;
  display: flex;
}

@media (width >= 1280px) {
  .atlas .event-hero-content {
    grid-column: span 7/span 7;
  }
}
.atlas .event-hero-image {
  z-index: 0;
  object-fit: cover;
  width: auto;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

@media (width >= 1280px) {
  .atlas .event-hero-image {
    display: flex;
  }
}
.atlas .event-details {
  grid-template-columns: repeat(11, minmax(0, 1fr));
  gap: 2rem;
  max-width: 1343px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

@media (width >= 1280px) {
  .atlas .event-details {
    margin-bottom: 8rem;
  }
}
.atlas .event-details .event-summary {
  --tw-bg-opacity: 1;
  background-color: rgb(25 124 124/var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity, 1));
  border-radius: 2.4rem;
  grid-column: span 12/span 12;
  align-items: center;
  padding: 2.4rem 4.8rem;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.2rem;
  display: flex;
}

@media (width >= 1280px) {
  .atlas .event-details .event-summary {
    grid-column: span 5/span 5;
  }
}
.atlas .event-details .event-date, .atlas .event-details .event-location, .atlas .event-details .event-certification {
  --tw-bg-opacity: 1;
  background-color: rgb(230 232 232/var(--tw-bg-opacity, 1));
  border-radius: 2.4rem;
  grid-column: span 12/span 12;
  padding: 2.4rem;
}

@media (width >= 1280px) {
  .atlas .event-details .event-date, .atlas .event-details .event-location, .atlas .event-details .event-certification {
    grid-column: span 2/span 2;
  }
}
.atlas .event-details .event-date svg, .atlas .event-details .event-location svg, .atlas .event-details .event-certification svg {
  fill: #23262b;
  margin-bottom: 0.8rem;
}

.atlas .event-details .event-date h3, .atlas .event-details .event-location h3, .atlas .event-details .event-certification h3 {
  margin-bottom: 0.8rem;
  font-size: 2.56rem;
  line-height: 3.84rem;
}

.atlas .event-tabs {
  max-width: 1343px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

@media (width >= 1280px) {
  .atlas .event-tabs {
    margin-bottom: 8rem;
  }
}
.atlas .event-tabs-navigation ul {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
  display: grid;
}

.atlas .event-tabs-navigation ul li {
  grid-column: span 4/span 4;
  align-items: flex-end;
  display: flex;
}

.atlas .event-tabs-navigation ul li a {
  --tw-bg-opacity: 1;
  background-color: rgb(230 232 232/var(--tw-bg-opacity, 1));
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  width: 100%;
  padding: 2.4rem;
  font-size: 2.4rem;
  line-height: 3.68rem;
  display: flex;
}

@media (width >= 1280px) {
  .atlas .event-tabs-navigation ul li a {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    font-size: 3.2rem;
    line-height: 4.48rem;
  }
}
.atlas .event-tabs-navigation ul li a[href="#event-form"] {
  --tw-bg-opacity: 1;
  background-color: rgb(195 34 44/var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity, 1));
}

.atlas .event-tabs-navigation ul li a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(216 217 217/var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(25 124 124/var(--tw-text-opacity, 1));
}

.atlas .event-tabs-content > div {
  --tw-bg-opacity: 1;
  background-color: rgb(216 217 217/var(--tw-bg-opacity, 1));
  border-bottom-right-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
  padding: 4.8rem;
  display: none;
}

.atlas .event-tabs-content > div.active {
  display: block;
}

.atlas .event-tabs-content h4 {
  margin-bottom: 1.6rem;
}
.atlas .event-tabs-content table td {
  padding: 1.6rem;
}

.atlas .event-presenters {
  gap: 2rem;
  max-width: 1343px;
  margin: 4rem auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.atlas .event-presenters figure {
  flex-direction: column;
  grid-column: span 12/span 12;
  align-items: center;
  display: flex;
  width: 100%;
}

@media (width >= 1280px) {
  .atlas .event-presenters figure {
    width: 33.3%;
  }
}
.atlas .event-presenters figure .event-presenter-image {
  width: 300px;
  min-height: 300px;
  margin-bottom: 2rem;
}

.atlas .event-presenters figure .event-presenter-image img {
  width: 100%;
  height: auto;
}

.atlas .event-presenters figure figcaption {
  text-align: center;
}

.atlas .event-presenters figure figcaption h3 {
  font-family: Dante Sans Text, sans-serif;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.atlas .event-presenters figure figcaption p {
  font-size: 2.4rem;
  line-height: 2;
}

.atlas .event-presenters-description {
  grid-column: span 12/span 12;
  margin-top: 4rem;
  font-family: Dante Sans Display, serif;
  font-size: 3.2rem;
  line-height: 4.48rem;
}

.atlas .event-presenters-description h3 {
  font-family: Dante Sans Display, serif;
  font-size: 3.2rem;
  line-height: 4.48rem;
}

.atlas .event-testimonials {
  display: flex;
  flex-direction: column;
  margin: 4rem 0;
  row-gap: 4rem;
}
.atlas .event-testimonials .event-testimonial {
  grid-template-columns: repeat(11, minmax(0, 1fr));
  gap: 2rem;
  max-width: 1343px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.atlas .event-testimonials .event-testimonial-image,
.atlas .event-testimonials .event-testimonial-text {
  display: flex;
  grid-column: span 12/span 12;
}

.atlas .event-testimonials .event-testimonial-image {
  justify-content: center;
}
.atlas .event-testimonials .event-testimonial-image img {
  height: auto;
  max-width: 300px;
  width: 100%;
}

.atlas .event-testimonials .event-testimonial-text {
  align-items: center;
  font-family: Dante Sans Display, serif;
  font-size: 2.4rem;
  line-height: 3.68rem;
}

@media (width >= 1280px) {
  .atlas .event-testimonials .event-testimonial-image {
    grid-column: span 3/span 3;
  }
  .atlas .event-testimonials .event-testimonial-text {
    grid-column: span 8/span 8;
  }
}
/* ------------------------------------------------------------ *\
	List Tags
\* ------------------------------------------------------------ */
.list-tags {
  color: #f9514e;
  font-size: 1.6rem;
  list-style-type: none;
}
.list-tags li {
  display: inline;
}
.list-tags li + li:before {
  content: " | ";
  display: inline;
}

/* ------------------------------------------------------------ *\
	List Dates
\* ------------------------------------------------------------ */
.list-dates {
  list-style-type: none;
  font-family: "Dante Sans Text", sans-serif;
}

/* ------------------------------------------------------------ *\
	Popup Subscribe
\* ------------------------------------------------------------ */
.popup-subscribe {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: grid;
  align-items: center;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s;
  padding: 2rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup-subscribe {
    background-color: #f5f5f5;
    padding: 11.3rem 0.2rem 5.4rem;
  }
}
.popup-subscribe .popup__overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup-subscribe .popup__overlay {
    display: none;
  }
}
.popup-subscribe .popup__inner {
  position: relative;
  z-index: 2;
  background-color: #f5f5f5;
  padding: 5.4rem 7.4rem 5.1rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup-subscribe .popup__inner {
    position: static;
    padding: 0;
  }
}
.popup-subscribe .popup__btn-close {
  position: absolute;
  top: 2.3rem;
  right: 2.3rem;
}
.popup-subscribe .popup__btn-close svg {
  width: 1.8rem;
  height: auto;
}

.is-popup-subscribe-visible .popup-subscribe:not(.popup-subscribe--individual) {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ------------------------------------------------------------ *\
	Form Subscribe Alt
\* ------------------------------------------------------------ */
.form-subscribe-alt .gform_title {
  font-size: 3.9rem;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 2.5rem;
  font-family: "Dante Sans Display", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe-alt .gform_title {
    margin-bottom: 1.9rem;
  }
}
.form-subscribe-alt .gform_description {
  font-size: 2.1rem;
  line-height: 1.3;
  font-family: "Dante Sans Text", sans-serif;
}
.form-subscribe-alt div.gform_description {
  margin-bottom: 1.35em;
}
.form-subscribe-alt .gform_heading {
  margin-bottom: 27px;
}
@media (max-width: 1023px) {
  .form-subscribe-alt .gform_heading {
    margin-bottom: 1.7rem;
  }
}
.form-subscribe-alt .gfield_required {
  color: inherit !important;
}
.form-subscribe-alt .gfield_required:before {
  content: "*";
}
.form-subscribe-alt .gfield_required span {
  display: none !important;
}
.form-subscribe-alt .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  padding: 1rem 1rem !important;
  color: inherit;
  outline: none !important;
  border-radius: 0.9rem;
  max-width: 37.5rem;
}
@media (max-width: 1023px) {
  .form-subscribe-alt .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0.5rem 1.55rem;
    min-height: 0 !important;
    line-height: 1.2 !important;
  }
}
.form-subscribe-alt .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  color: inherit;
  opacity: 1;
}
.form-subscribe-alt .gfield_label {
  font-size: 2.1rem !important;
  line-height: 1.3 !important;
  margin-bottom: 1.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe-alt .gfield_label {
    margin-bottom: 0.8rem;
  }
}
.form-subscribe-alt .gform_footer {
  margin: 0.8rem 0 0 !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe-alt .gform_footer {
    margin: 6.2rem 0 0 !important;
    padding: 0;
  }
}
.form-subscribe-alt .gform_footer .gform_button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  text-decoration: none;
  padding: 1.26rem 2.25rem;
  border-radius: 18px;
  border: 1px solid #f9514e;
  line-height: 1.3;
  font-size: 1.6rem;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 1023px) {
  .form-subscribe-alt .gform_footer .gform_button {
    padding: 1.3rem 2.45rem;
    min-height: 0 !important;
    line-height: 1.2 !important;
    width: fit-content !important;
  }
}
.form-subscribe-alt .gform_footer .gform_button:hover {
  text-decoration: none;
}
.form-subscribe-alt .gform_validation_error .gform_validation_errors {
  display: none !important;
}
.form-subscribe-alt .gform_validation_error .gfield_label {
  color: inherit !important;
}
.form-subscribe-alt .gform_validation_error .gfield_label:after {
  content: "This field is required";
  margin-left: 2rem;
  color: #f9514e;
}

/* ------------------------------------------------------------ *\
	Section Description
\* ------------------------------------------------------------ */
.section-description {
  background-color: #D9D9D9;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-description {
    background-color: transparent;
  }
}
.section-description .section__inner {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-description .section__inner {
    display: block;
  }
}
.section-description .section__content {
  width: 36.7%;
  padding: 9.7rem 5rem 9.7rem 0;
}
@media (max-width: 1023px) {
  .section-description .section__content {
    width: 42%;
    padding: 6rem 5rem 6rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-description .section__content {
    padding: 1.8rem 0 3.1rem;
    width: 100%;
  }
}
.section-description .section__content .list-tags:not(:last-child) {
  margin-bottom: 1.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-description .section__content h3 {
    font-size: 3.9rem;
  }
}
.section-description .section__content h3:not(:last-child) {
  margin-bottom: 1.3rem;
}
.section-description .section__content h4 {
  font-family: "Dante Sans Text", sans-serif;
  letter-spacing: -0.005em;
}
.section-description .section__content h4:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-description .section__content h4:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.section-description .section__content h2 {
  line-height: 1.1;
}
.section-description .section__content h2:not(:last-child) {
  margin-bottom: 1.3rem;
}
.section-description .section__content p {
  letter-spacing: -0.005em;
  line-height: 1.2;
}
.section-description .section__media {
  width: 10%;
  flex-grow: 1;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-description .section__media {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.section-description .section__media img {
  width: 100%;
  height: 50rem;
  object-fit: cover;
}
@media (min-width: 1023.02px) {
  .section-description .section__media img {
    min-height: 100%;
  }
}
.section-description--alt {
  background-color: #F7F7F7;
}
.section-description--alt .section__content {
  width: 50%;
  padding: 6rem 5rem 6rem 0;
  font-size: 2.1rem;
  line-height: 1.3;
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-description--alt .section__content {
    width: 100%;
    padding: 3.2rem 0 3rem;
  }
}
.section-description--alt .section__content .list-meta:not(:last-child) {
  margin-bottom: 1.8rem;
}
.section-description--alt .section__content .list-meta li + li:before {
  margin: 0 0.9rem;
}
.section-description--alt .section__content h2:not(:last-child) {
  margin-bottom: 7.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-description--alt .section__content h2:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.section-description--alt .section__content p {
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-description--alt .section__content p {
    line-height: inherit;
  }
}

/* ------------------------------------------------------------ *\
	Section Registration
\* ------------------------------------------------------------ */
.section-registration {
  padding: 3.8rem 0 5.4rem;
}
.section-registration .section__content {
  padding-top: 1rem;
}
.section-registration .section__content p {
  line-height: 1.37;
}
.section-registration .section__content p:not(:last-child) {
  margin-bottom: 1.5em;
}
.section-registration .section__content table {
  margin-top: 3rem;
  table-layout: fixed;
  width: 100%;
  max-width: 63rem;
  text-align: center;
  border-radius: 3.2rem;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-registration .section__content table {
    margin-top: 4rem;
  }
}
.section-registration .section__content table tr:not(:last-child) {
  border-bottom: 0.1rem solid #fff;
}
.section-registration .section__content table tr th {
  font-weight: inherit;
}
.section-registration .section__content table tr > * {
  background-color: #F5F5F5;
  padding: 2.7rem 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-registration .section__content table tr > * {
    padding: 1.7rem 2rem;
    height: 7.5rem;
  }
}
.section-registration .section__content table tr > *:not(:last-child) {
  border-right: 0.1rem solid #fff;
}
.section-registration .section__content table tr > *:nth-child(odd) {
  background-color: #E0E0E0;
}
.section-registration .section__content .btn {
  margin-top: 3rem;
}
.section-registration .section__aside {
  padding-left: 9.7%;
}
@media (max-width: 1023px) {
  .section-registration .section__aside {
    padding-left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-registration .section__aside {
    padding: 3.4rem 0 0 1.7rem;
  }
}

/* ------------------------------------------------------------ *\
	Form Register
\* ------------------------------------------------------------ */
.form-register .gform_wrapper {
  margin: 0;
}
.form-register .gform_heading {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-register .gform_heading {
    margin-bottom: 2.4rem;
  }
}
.form-register .gform_heading .gform_title {
  font-size: 3.9rem;
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-register .gform_heading .gform_title {
    line-height: 1.4;
  }
}
.form-register .gfield_required {
  color: inherit !important;
}
.form-register .gfield_required:before {
  content: "*";
}
.form-register .gfield_required span {
  display: none !important;
}
.form-register .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-register .gform_wrapper .top_label input.large, .form-register .gform_wrapper .top_label select.large, .form-register .gform_wrapper .hidden_label input.large, .form-register .gform_wrapper .hidden_label select.large {
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  padding: 1rem 1.8rem !important;
  color: inherit;
  outline: none !important;
  border-radius: 0.9rem;
  max-width: 37.6rem;
  line-height: 1.2 !important;
}
@media (max-width: 1023px) {
  .form-register .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .form-register .gform_wrapper .top_label input.large, .form-register .gform_wrapper .top_label select.large, .form-register .gform_wrapper .hidden_label input.large, .form-register .gform_wrapper .hidden_label select.large {
    padding: 0.5rem 1.55rem;
    min-height: 0 !important;
    line-height: 1.2 !important;
  }
}
.form-register .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.form-register .gform_wrapper .top_label input.large::placeholder, .form-register .gform_wrapper .top_label select.large::placeholder, .form-register .gform_wrapper .hidden_label input.large::placeholder, .form-register .gform_wrapper .hidden_label select.large::placeholder {
  color: inherit;
  opacity: 1;
}
.form-register .gfield_label {
  font-size: 2.1rem !important;
  line-height: 1.3 !important;
  margin-bottom: 0rem;
  font-weight: 400 !important;
}
.form-register .gfield + .gfield {
  margin-top: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-register .gfield + .gfield {
    margin-top: 3.1rem;
  }
}
.form-register .gform_footer {
  margin: 3.2rem 0 0 !important;
  padding: 0 !important;
}
.form-register .gform_footer .gform_button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  text-decoration: none;
  padding: 1.26rem 2.85rem;
  border-radius: 18px;
  border: 1px solid #f9514e;
  line-height: 1.3;
  font-size: 1.6rem !important;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 1023px) {
  .form-register .gform_footer .gform_button {
    padding: 1.3rem 2.45rem;
    min-height: 0 !important;
    line-height: 1.2 !important;
    width: fit-content !important;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-register .gform_footer .gform_button {
    padding: 1.3rem 2.85rem;
  }
}
.form-register .gform_footer .gform_button:hover {
  text-decoration: none;
}

.gfield input[type=email] + label {
  margin-top: 9px !important;
}

/* ------------------------------------------------------------ *\
	Block Faq
\* ------------------------------------------------------------ */
.block-faq .block__head {
  margin-bottom: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-faq .block__head {
    margin-bottom: 3.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-faq .block__head h3 {
    font-size: 3.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-faq .block__head h3:not(:last-child) {
    margin-bottom: 4.6rem;
  }
}
.block-faq .block__head h3 + h4 {
  margin-top: 1rem;
}
.block-faq .block__head h4 {
  font-family: "Dante Sans Text", sans-serif;
}
.block-faq .block__body .row {
  --gutter-x: 3.2rem;
  --gutter-y: 4.87rem;
}
@media (max-width: 1023px) {
  .block-faq .block__body .row {
    --gutter-y: 1.6rem;
  }
}
.block-faq .block__body .link {
  height: 100%;
  line-height: 1.3;
}

/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
.link {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  font-size: 2.1rem;
  padding: 2.2rem 5rem 2.2rem 2.4rem;
  background-color: #F7F7F7;
  border-radius: 2.9rem;
  text-decoration: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link {
    font-size: 1.6rem;
  }
}
.link:after {
  content: "";
  position: absolute;
  top: 51%;
  right: 2.7rem;
  transform: translate(0, -50%);
  display: inline-block;
  font-size: 0;
  width: 100%;
  max-width: 0.7rem;
  aspect-ratio: 5/16;
  mask-image: url('data:image/svg+xml,<svg width="7" height="17" viewBox="0 0 7 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 16.5L5.5 8.5L0.5 0.5" stroke="black" stroke-linecap="round"/></svg>');
  background-color: currentcolor;
  mask-size: 100% 100%;
  transition: transform 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link:after {
    right: 3rem;
  }
}
.link:hover {
  text-decoration: none;
}
@media (min-width: 767.02px) {
  .link:hover:after {
    transform: translate(0.5rem, -50%);
  }
}
.link--ico {
  padding-left: 8.5rem;
  letter-spacing: 0.01em;
  min-height: 9.8rem;
  line-height: 1.2;
}
.link--ico .mask-image {
  position: absolute;
  top: 50%;
  left: 2.8rem;
  transform: translateY(-50%);
  max-width: 3.9rem;
}
.link--ico:after {
  max-width: 1rem;
}
.link--alt {
  font-size: 1.6rem;
  max-width: 35rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link--alt {
    max-width: 100%;
  }
}
.link--alt h4 {
  font-family: "Dante Sans Text", sans-serif;
  letter-spacing: 0.01em;
}
.link--alt h4:not(:last-child) {
  margin-bottom: 1.4rem;
}

.text-link {
  text-decoration: underline;
}

/* ------------------------------------------------------------ *\
	Section List
\* ------------------------------------------------------------ */
.section-list {
  padding: 4.4rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-list {
    padding: 3.2rem 0;
  }
}
.section-list .section__content {
  padding: 1.8rem 0;
}
@media (max-width: 1023px) {
  .section-list .section__content {
    padding: 0;
  }
}
.section-list .section__content h4 {
  font-family: "Dante Sans Text", sans-serif;
  letter-spacing: -0.005em;
}
.section-list .section__content h4:not(:last-child) {
  margin-bottom: 0.7em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-list .section__content h4:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
.section-list .section__content h1 {
  letter-spacing: 0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-list .section__content h1 {
    font-size: 3.9rem;
  }
}
.section-list .section__content h1:not(:last-child) {
  margin-bottom: 0.35em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-list .section__content h1:not(:last-child) {
    margin-bottom: 0.85em;
  }
}
.section-list .section__content .list-btns:not(:first-child) {
  margin-top: 3.3rem;
}
.section-list .section__content .list-btns:not(:first-child) a {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.section-list .section__content .list-btns:not(:first-child) a:hover {
  background-color: #E6E7E9;
}
.section-list .section__media {
  border-radius: 3.2rem;
  overflow: hidden;
}

/* ------------------------------------------------------------ *\
	List Btns
\* ------------------------------------------------------------ */
.list-btns {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.5rem;
  row-gap: 2.4rem;
  list-style-type: none;
}
@media (max-width: 1199px) {
  .list-btns {
    column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-btns {
    column-gap: 2.3rem;
    row-gap: 2.3rem;
  }
}
.list-btns a {
  padding: 2.1rem 2.2rem;
  border-radius: 2.9rem;
}
@media (max-width: 1199px) {
  .list-btns a {
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-btns a {
    padding: 2.1rem 2.2rem;
    font-size: 2.1rem;
  }
}

/* ------------------------------------------------------------ *\
	Section Link Big
\* ------------------------------------------------------------ */
.section-link-big .row {
  --gutter-x: 0rem;
  --gutter-y: 0rem;
}
.section-link-big .row .block-link {
  height: 100%;
}
.section-link-big--no-padding {
  padding: 0;
}
.section-link-big .block-link h3 {
  min-height: var(--highest-title, 0);
}
.section-link-big .block-link h3:first-child:last-child {
  display: flex;
  align-items: center;
}
.section-link-big .block-link p {
  min-height: var(--highest-content, 0);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-link-big .block-link {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Block Link
\* ------------------------------------------------------------ */
.block-link {
  position: relative;
  padding: 4rem 20% 4rem 2.4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(245, 245, 245, 0.94);
  text-decoration: none;
  min-height: 31rem;
}
@media (max-width: 1199px) {
  .block-link {
    min-height: auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link {
    padding: 4.8rem 23% 4.8rem 2.4rem;
  }
}
.block-link:hover {
  text-decoration: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link h3 {
    font-size: 3.9rem;
  }
}
.block-link h3:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link h3:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.block-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  font-size: 0;
  width: 1.5rem;
  aspect-ratio: 15/41;
  background-color: currentColor;
  mask-image: url('data:image/svg+xml,<svg width="15" height="41" viewBox="0 0 15 41" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 40.5L14 20.5L1 0.5" stroke="black" stroke-linecap="round"/></svg>');
  transition: right 0.3s;
}
.block-link--dark {
  background-color: #E0E0E0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link--dark {
    padding: 7.5rem 23% 7.5rem 2.4rem;
  }
}
.block-link--green {
  background-color: #197C7C;
  color: #fff;
}
.block-link--pink {
  background-color: #F9514E;
  color: #000;
}
.block-link--size-2 {
  min-height: 0;
  padding: 4.7rem 21% 4.2rem 3.2rem;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .block-link--size-2 {
    padding: 3.5rem 5rem 3.5rem 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link--size-2 {
    padding: 4.7rem 11rem 4.5rem 3.2rem;
  }
}
@media (max-width: 1023px) {
  .block-link--size-2:after {
    right: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link--size-2:after {
    right: 3rem;
  }
}
.block-link--size-2 h4 {
  font-family: "Dante Sans Text", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link--size-2 h4 {
    font-size: 1.6rem;
  }
}
.block-link--size-2 h4:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link--size-2 h4:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}
.block-link--size-2 h3 {
  line-height: 1.1;
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link--size-2 h3 {
    font-size: 2.1rem;
    font-family: "Dante Sans Text", sans-serif;
  }
}
.block-link--short {
  padding: 3rem 20% 3rem 1.5rem;
  min-height: 100%;
}
@media (min-width: 1023.02px) {
  .block-link:hover:after {
    right: 2rem;
  }
}

/* ------------------------------------------------------------ *\
	Section Find
\* ------------------------------------------------------------ */
.section-find {
  padding: 6rem 0;
}
.section-find .row {
  --gutter-x: 12.7rem;
  --gutter-y: 0rem;
}
@media (max-width: 1199px) {
  .section-find .row {
    --gutter-x: 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find .row {
    --gutter-y: 4rem;
  }
}
.section-find .section__main h2 {
  letter-spacing: 0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find .section__main h2 {
    font-size: 3.9rem;
  }
}
.section-find .section__main h2:not(:last-child) {
  margin-bottom: 4.2rem;
}
.section-find .section__main .search-block {
  max-width: 54.4rem;
}
.section-find .section__main .search-block:not(:last-child) {
  margin-bottom: 8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find .section__main .search-block:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.section-find .section__main .search-block input {
  background-position: left 0.8rem top 50%;
}
@media (max-width: 1199px) {
  .section-find .section__aside .link {
    font-size: 1.8rem;
  }
}
.section-find .section__aside .link:not(:last-child) {
  margin-bottom: 3.1rem;
}
@media (max-width: 1199px) {
  .section-find .section__aside .link:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.section-find--alt {
  padding: 6.1rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find--alt {
    padding: 1.5rem 0 3.3rem;
  }
}
.section-find--alt .section__head {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find--alt .section__head {
    text-align: left;
    display: block;
    margin-bottom: 4.8rem;
  }
}
.section-find--alt .section__head h2 {
  letter-spacing: 0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find--alt .section__head h2 {
    font-size: 3.9rem;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }
}
.section-find--alt .section__head h2:not(:last-child) {
  margin-bottom: 3.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find--alt .section__head h2:not(:last-child) {
    margin-bottom: 3.6rem;
  }
}
.section-find--alt .section__head .search-block {
  max-width: 56.1rem;
}
.section-find--alt .section__head .search-block:not(:last-child) {
  margin-bottom: 6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find--alt .section__head .search-block:not(:last-child) {
    margin-bottom: 7.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find--alt .section__head .search-block .search__field {
    background-position: left 1.6rem top 50%;
    background-size: 2rem auto;
    padding-left: 4.9rem;
  }
}
.section-find--alt .section__head .sort-block {
  margin-right: auto;
  margin-left: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find--alt .section__head .sort-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.section-find--alt .section__head .sort-block select {
  min-width: 16.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find--alt .section__head .sort-block select {
    width: 10%;
    flex-grow: 1;
  }
}
.section-find--alt .section__body .row {
  --gutter-x: 3.2rem;
  --gutter-y: 3.2rem;
}
.section-find--alt .section__body .link {
  height: 100%;
  line-height: 1.3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-find--alt .section__body .link {
    font-size: 2.1rem;
  }
}

/* ------------------------------------------------------------ *\
	Section Hero
\* ------------------------------------------------------------ */
.section-hero {
  background-color: #F9514E;
}
.section-hero .section__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-hero .section__inner {
    display: block;
  }
}
.section-hero .section__media {
  --media-width: 0.683;
  position: relative;
  z-index: 2;
  color: #fff;
  width: calc(var(--media-width) * 100%);
  padding-right: 4rem;
  display: flex;
  align-items: center;
  min-height: 31rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-hero .section__media {
    --media-width: 0.6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 calc(50% - 50vw) 0;
    width: 100vw;
    padding: 6.4rem 1.6rem;
  }
}
.section-hero .section__media > .picture {
  position: absolute;
  left: calc(50% / var(--media-width) - 50vw);
  right: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-hero .section__media > .picture {
    left: 0;
  }
}
.section-hero .section__media > .picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero .section__media .section__title {
  position: relative;
  z-index: 2;
  padding: 2rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-hero .section__media .section__title {
    padding: 0;
  }
}
.section-hero .section__media h2 {
  letter-spacing: 0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-hero .section__media h2 {
    font-size: 3.9rem;
    line-height: 1.2;
  }
}
.section-hero .section__media:first-child:last-child {
  --media-width: 1;
}
.section-hero .section__media:first-child:last-child > .picture {
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
}
.section-hero .section__aside {
  width: 10%;
  flex-grow: 1;
  padding: 5.9rem 0rem 6.1rem 6.1rem;
  align-self: center;
}
@media (max-width: 1199px) {
  .section-hero .section__aside {
    padding: 4rem 0rem 4rem 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-hero .section__aside {
    width: 100%;
    padding: 3rem 0;
    letter-spacing: -0.005em;
  }
}
.section-hero .section__aside h3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-hero .section__aside h3 {
    font-size: 3.9rem;
  }
}
.section-hero .section__aside h3:not(:last-child) {
  margin-bottom: 2.9rem;
}
.section-hero .section__aside h3 .mask-image {
  margin-right: 1.1rem;
}
.section-hero .section__aside p {
  line-height: 1.1;
}
.section-hero .section__aside p:not(:last-child) {
  margin-bottom: 1.9rem;
}

/* ------------------------------------------------------------ *\
	Section Links Text
\* ------------------------------------------------------------ */
.section-links-text {
  padding: 4.1rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links-text {
    padding: 3.1rem 0;
  }
}
.section-links-text .row {
  --gutter-x: 8.2rem;
  --gutter-y: 2.4rem;
}
@media (max-width: 1199px) {
  .section-links-text .row {
    --gutter-x: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links-text .row {
    --gutter-y: 6.5rem;
  }
}
.section-links-text .section__aside {
  padding-top: 0.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links-text .section__aside {
    padding: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links-text .section__aside .link {
    font-size: 2.1rem;
  }
}
.section-links-text .section__aside .link:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media (max-width: 1023px) and (min-width: 767.02px) {
  .section-links-text .section__aside .link:after {
    display: none;
  }
}
.section-links-text .section__content {
  padding-left: 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links-text .section__content {
    padding: 0;
  }
}
.section-links-text .section__content h3 {
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links-text .section__content h3 {
    font-size: 2.1rem;
    font-family: "Dante Sans Text", sans-serif;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links-text .section__content h2 {
    font-size: 3.9rem;
    line-height: 1.2;
    letter-spacing: -0.005em;
  }
}
.section-links-text .section__content h2:not(:last-child) {
  margin-bottom: 0.85em;
}
.section-links-text .section__content h4 {
  font-family: "Dante Sans Text", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links-text .section__content h4 {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.section-links-text .section__content h4:not(:last-child) {
  margin-bottom: 1.5em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links-text .section__content h4:not(:last-child) {
    margin-bottom: 2em;
  }
}

.section-blog header {
  border-bottom: 1px solid #000;
  padding: 1.5rem 0;
}
.section-blog header .shell {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-blog header .shell {
    flex-direction: column;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-blog header .shell h1 {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.section-blog header .shell ul {
  display: flex;
  font-size: 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-blog header .shell ul li a {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3rem;
  display: block;
  padding: 1rem 1.5rem;
}
.section-blog header .shell ul li a.active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.section-blog header .shell form {
  margin-left: 3rem;
  max-width: 320px;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-blog header .shell form {
    margin-left: 0;
    max-width: 100%;
  }
}
.section-blog header .shell form [name=category] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%23000" fill-rule="nonzero" d="m14.592 7 1.294 1.525-5.943 5.043L4 8.525 5.294 7l4.65 3.945z"/></svg>');
  background-position: center right 1rem;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #2C2E30;
  border-radius: 0.8rem;
  height: 40px;
  padding: 0 calc(20px + 2rem) 0 1rem;
  color: #2C2E30;
  outline: none;
  width: 100%;
}
.section-blog .featured-blog {
  display: flex;
}
@media (max-width: 1023px) {
  .section-blog .featured-blog {
    flex-direction: column;
  }
}
.section-blog .featured-blog .image {
  background-color: #f1f1f1;
  position: relative;
  width: 60%;
}
@media (max-width: 1199px) {
  .section-blog .featured-blog .image {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .section-blog .featured-blog .image {
    margin-bottom: 3rem;
    width: 100%;
  }
}
.section-blog .featured-blog .image::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.section-blog .featured-blog .image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.section-blog .featured-blog .post-data {
  padding-left: 3rem;
  width: 40%;
}
@media (max-width: 1199px) {
  .section-blog .featured-blog .post-data {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .section-blog .featured-blog .post-data {
    padding-left: 0;
    width: 100%;
  }
}
.section-blog .featured-blog .post-data h2 {
  font-size: 4rem;
  font-weight: normal;
  line-height: 4.6rem;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .section-blog .featured-blog .post-data h2 {
    margin-bottom: 1.5rem;
  }
}
.section-blog .featured-blog .post-data h2 a {
  transition: color 0.2s;
}
.section-blog .featured-blog .post-data h2 a:hover {
  color: #f9514e;
}
.section-blog .featured-blog .post-data .post-metadata {
  display: flex;
  list-style: none;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .section-blog .featured-blog .post-data .post-metadata {
    margin-bottom: 1.5rem;
  }
}
.section-blog .featured-blog .post-data .post-metadata li {
  color: #8b8b8b;
  font-size: 2rem;
  line-height: 3.2rem;
  position: relative;
}
.section-blog .featured-blog .post-data .post-metadata li:not(:first-child) {
  margin-left: 3rem;
}
.section-blog .featured-blog .post-data .post-metadata li:not(:first-child)::before {
  background-color: #8b8b8b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.5rem;
  left: -1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0.5rem;
}
.section-blog .featured-blog .post-data .post-metadata li:not(:last-child) {
  color: #f9514e;
}
.section-blog .featured-blog .excerpt {
  font-size: 2rem;
  line-height: 3.2rem;
}
.section-blog .blogs-social {
  display: flex;
}
@media (max-width: 1023px) {
  .section-blog .blogs-social {
    flex-direction: column;
  }
}
.section-blog .blogs-social .blogs {
  width: 60%;
}
@media (max-width: 1199px) {
  .section-blog .blogs-social .blogs {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .section-blog .blogs-social .blogs {
    margin-bottom: 3rem;
    order: 2;
    width: 100%;
  }
}
.section-blog .blogs-social .blogs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.section-blog .blogs-social .blogs ul .blog {
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .section-blog .blogs-social .blogs ul .blog {
    margin-bottom: 6rem;
  }
}
.section-blog .blogs-social .blogs ul .blog:last-child {
  margin-bottom: 0;
}
.section-blog .blogs-social .blogs ul .blog article {
  display: flex;
}
@media (max-width: 1023px) {
  .section-blog .blogs-social .blogs ul .blog article {
    flex-direction: column;
  }
}
.section-blog .blogs-social .blogs ul .blog article .image {
  background-color: #f1f1f1;
  position: relative;
  width: 40%;
}
@media (max-width: 1199px) {
  .section-blog .blogs-social .blogs ul .blog article .image {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .section-blog .blogs-social .blogs ul .blog article .image {
    margin-bottom: 3rem;
    width: 100%;
  }
}
.section-blog .blogs-social .blogs ul .blog article .image::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.section-blog .blogs-social .blogs ul .blog article .image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.section-blog .blogs-social .blogs ul .blog article .post-data {
  padding-left: 3rem;
  width: 60%;
}
@media (max-width: 1199px) {
  .section-blog .blogs-social .blogs ul .blog article .post-data {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .section-blog .blogs-social .blogs ul .blog article .post-data {
    padding-left: 0;
    width: 100%;
  }
}
.section-blog .blogs-social .blogs ul .blog article .post-data h2 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 3.4rem;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .section-blog .blogs-social .blogs ul .blog article .post-data h2 {
    font-size: 4rem;
    font-weight: normal;
    line-height: 4.6rem;
    margin-bottom: 1.5rem;
  }
}
.section-blog .blogs-social .blogs ul .blog article .post-data h2 a {
  transition: color 0.2s;
}
.section-blog .blogs-social .blogs ul .blog article .post-data h2 a:hover {
  color: #f9514e;
}
.section-blog .blogs-social .blogs ul .blog article .post-data .post-metadata {
  display: flex;
  list-style: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 1023px) {
  .section-blog .blogs-social .blogs ul .blog article .post-data .post-metadata {
    margin-bottom: 1.5rem;
  }
}
.section-blog .blogs-social .blogs ul .blog article .post-data .post-metadata li {
  color: #8b8b8b;
  font-size: 1.875rem;
  line-height: 3.2rem;
  position: relative;
}
.section-blog .blogs-social .blogs ul .blog article .post-data .post-metadata li:not(:first-child) {
  margin-left: 3rem;
}
.section-blog .blogs-social .blogs ul .blog article .post-data .post-metadata li:not(:first-child)::before {
  background-color: #8b8b8b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.5rem;
  left: -1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0.5rem;
}
.section-blog .blogs-social .blogs ul .blog article .post-data .post-metadata li:not(:last-child) {
  color: #f9514e;
}
.section-blog .blogs-social .blogs ul .blog article .post-data .excerpt {
  font-size: 2rem;
  line-height: 3.2rem;
}
@media (min-width: 1023.02px) {
  .section-blog .blogs-social .blogs ul .blog article .post-data .excerpt {
    display: none;
  }
}
@media (max-width: 1023px) {
  .section-blog .blogs-social .blogs ul .blog article .post-data .excerpt {
    display: block;
  }
}
.section-blog .blogs-social .social {
  padding-left: 3rem;
  width: 40%;
}
@media (max-width: 1199px) {
  .section-blog .blogs-social .social {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .section-blog .blogs-social .social {
    background-color: #f7f7f7;
    margin-bottom: 3rem;
    order: 1;
    padding: 3rem;
    width: 100%;
  }
}
.section-blog .blogs-social .social h4 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.section-blog .blogs-social .social button {
  cursor: pointer;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .section-blog .blogs-social .social button {
    margin-bottom: 0;
  }
}
.section-blog .blogs-social .social ul {
  display: flex;
  list-style: none;
}
@media (max-width: 1023px) {
  .section-blog .blogs-social .social ul {
    display: none;
  }
}
.section-blog .blogs-social .social ul li {
  margin-right: 3rem;
}

.section-journal {
  padding: 2.8rem 0 7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal {
    padding: 2.8rem 0 3rem;
  }
}
.section-journal .section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__head {
    display: block;
    padding-bottom: 2.6rem;
  }
}
.section-journal .section__head:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100vw;
  left: calc(50% - 50vw);
  background-color: currentColor;
}
.section-journal .section__title h2 {
  letter-spacing: 0.01em;
}
.section-journal .section__title h2:not(:last-child) {
  margin-bottom: 0.18em;
}
.section-journal .section__title p {
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.section-journal .section__filters {
  max-width: 50%;
  margin-left: auto;
  margin-right: 4.7%;
}
@media (max-width: 1199px) {
  .section-journal .section__filters {
    margin-right: 0%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__filters {
    margin: 2.4rem 0 0;
    max-width: 100%;
  }
}
.section-journal .section__main {
  --left-col-width: 63.7%;
  margin-top: 3.1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__main {
    margin-top: 1.7rem;
  }
}
.section-journal .section__top {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__top {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 1023px) {
  .section-journal .section__top .article-base--hor {
    display: block;
  }
}
@media (max-width: 1023px) {
  .section-journal .section__top .article-base--hor .article__media {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .section-journal .section__top .article-base--hor .article__content {
    width: 100%;
    padding: 2rem 0 0;
  }
}
.section-journal .section__left {
  width: var(--left-col-width);
}
@media (max-width: 1023px) {
  .section-journal .section__left {
    padding: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__left {
    width: 100%;
  }
}
.section-journal .section__left .article-base:not(:last-child) {
  margin-bottom: 3.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__left .article-base.size-2 {
    margin-bottom: 1.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__left .article-base.size-4 {
    margin-bottom: 1.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__left .form-subscribe-small {
    position: relative;
    padding: 1.5rem 0;
  }
  .section-journal .section__left .form-subscribe-small:not(:last-child) {
    margin-bottom: 1.9rem;
  }
  .section-journal .section__left .form-subscribe-small:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background-color: #F7F7F7;
  }
  .section-journal .section__left .form-subscribe-small > * {
    position: relative;
    z-index: 2;
  }
}
.section-journal .section__right {
  width: 10%;
  flex-grow: 1;
  padding-left: 2.4rem;
  max-width: 37.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__right {
    width: 100%;
    padding: 0;
    margin-top: 1.4rem;
  }
}
.section-journal .section__right .form-subscribe-small {
  max-width: 35rem;
}
.section-journal .section__right .form-subscribe-small:not(:last-child) {
  margin-bottom: 4.2rem;
}
@media (max-width: 1023px) {
  .section-journal .section__right .socials {
    margin-left: 0;
  }
}
.section-journal .section__right .socials ul {
  justify-content: center;
}
.section-journal .section__right .socials ul li + li {
  margin-left: 2.6rem;
}
@media (max-width: 1023px) {
  .section-journal .section__right .socials ul li + li {
    margin-left: 2rem;
  }
}
.section-journal .section__right .socials:not(:last-child) {
  margin-bottom: 4.1rem;
}
.section-journal .section__right .link:not(:last-child) {
  margin-bottom: 2.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-journal .section__right .link:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}

.section-search header {
  border-bottom: 1px solid #000;
  padding: 3rem 0;
}
.section-search header .shell {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-search header .shell {
    flex-direction: column;
  }
}
.section-search header .shell h3 {
  font-weight: 700;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-search header .shell h3 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.section-search header .shell form {
  margin-left: 3rem;
  max-width: 320px;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-search header .shell form {
    margin-left: 0;
    max-width: 100%;
  }
}
.section-search header .shell form [name=s] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%232C2E30" fill-rule="nonzero" d="M14.245 12.838 20 18.593 18.593 20l-5.755-5.755a7.958 7.958 0 1 1 1.407-1.407Zm-6.287 1.089a5.969 5.969 0 1 0 0-11.937 5.969 5.969 0 0 0 0 11.937Z"/></svg>');
  background-position: center left 1rem;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #2C2E30;
  border-radius: 0.8rem;
  height: 40px;
  padding: 0 1rem 0 calc(20px + 2rem);
  color: #2C2E30;
  outline: none;
  width: 100%;
}
.section-search .results {
  list-style: none;
  margin: 0;
  padding: 3rem 0;
}
.section-search .result {
  margin: 0 0 3rem;
}
.section-search .result:last-child {
  margin: 0;
}
.section-search .result .post-metadata {
  display: flex;
  list-style: none;
  margin-bottom: 0.5rem;
}
.section-search .result .post-metadata li:first-child {
  color: #f9514e;
}
.section-search .result .post-metadata li:not(:first-child) {
  color: #8b8b8b;
  margin-left: 3rem;
  position: relative;
}
.section-search .result .post-metadata li:not(:first-child)::before {
  background-color: #8b8b8b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.5rem;
  left: -1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0.5rem;
}
.section-search .result h4 {
  font-family: "Dante Sans Text", sans-serif;
  font-weight: 700;
}
.section-search .result h4 a:hover {
  color: #f9514e;
}

.no-results {
  font-size: 1.75rem;
  text-align: center;
}
.no-results h3 {
  margin-bottom: 1rem;
}
.no-results p {
  margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
	Sort Alt
\* ------------------------------------------------------------ */
.sort-alt ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 1rem;
  column-gap: 1rem;
  list-style-type: none;
}
@media (max-width: 1199px) {
  .sort-alt ul {
    row-gap: 0.8rem;
    column-gap: 0.8rem;
  }
}
.sort-alt li > a {
  font-weight: inherit;
  margin: 0;
  display: block;
  padding: 1.1rem 1.6rem;
  border: 1px solid transparent;
  font-size: 1.6rem;
  border-radius: 2.9rem;
  transition: border 0.3s, color 0.3s;
}
@media (max-width: 1199px) {
  .sort-alt li > a {
    font-size: 1.5rem;
    padding: 0.8rem 0.8rem;
  }
}
.sort-alt li > a.active {
  background-color: #23262B !important;
  border: 1px solid #23262B !important;
  color: #fff !important;
  cursor: pointer;
  transition: all 0.2s;
}
.sort-alt li > div {
  position: relative;
}
.sort-alt li > div label {
  font-weight: inherit;
  margin: 0;
  display: block;
  padding: 1.1rem 1.6rem;
  border: 1px solid transparent;
  font-size: 1.6rem;
  border-radius: 2.9rem;
  transition: border 0.3s, color 0.3s;
}
@media (max-width: 1199px) {
  .sort-alt li > div label {
    font-size: 1.5rem;
    padding: 0.8rem 0.8rem;
  }
}
.sort-alt li > div input {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sort-alt li > div input:checked ~ label {
  background-color: #23262B !important;
  border: 1px solid #23262B !important;
  color: #fff !important;
  cursor: pointer;
  transition: all 0.2s;
}
.sort-alt li > div input:hover ~ label {
  color: #F9514E !important;
}

/* ------------------------------------------------------------ *\
	Article Base
\* ------------------------------------------------------------ */
.article-base {
  position: relative;
}
.article-base h2 a:hover, .article-base h3 a:hover, .article-base h4 a:hover, .article-base h5 a:hover {
  color: #f9514e;
}
.article-base .article__link {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.article-base .article__media {
  margin-bottom: 1.5rem;
}
.article-base .article__media img {
  width: 100%;
}
.article-base .article__content {
  padding-right: 5%;
}
.article-base .article__content h2 a, .article-base .article__content h3 a, .article-base .article__content h4 a, .article-base .article__content h5 a {
  transition: color 0.2s;
}
.article-base .article__content .list-meta {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base .article__content .list-meta {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base .article__content .list-meta li + li:before {
    margin: 0 0.6rem;
  }
}
.article-base .article__content .list-meta + h2 {
  margin-top: 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base .article__content .list-meta + h2 {
    margin-top: 0.8rem;
  }
}
.article-base .article__content .list-meta + h3 {
  margin-top: 0.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base .article__content .list-meta + h3 {
    margin-top: 1.1rem;
  }
}
.article-base .article__content h2 {
  line-height: 1.1;
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base .article__content h2 {
    font-size: 3.9rem;
  }
}
.article-base .article__content h2:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base .article__content h2:not(:last-child) {
    margin-bottom: 2.6rem;
  }
}
.article-base .article__content h3 {
  line-height: 1.1;
  letter-spacing: -0.005em;
  font-family: "Dante Sans Text", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base .article__content h3 {
    font-size: 2.1rem;
  }
}
.article-base .article__content h3:not(:last-child) {
  margin-bottom: 0.4rem;
}
.article-base .article__content h4 {
  font-family: "Dante Sans Text", sans-serif;
}
.article-base a {
  position: relative;
  z-index: 2;
}
.article-base--hor {
  display: flex;
  flex-wrap: wrap;
}
.article-base--hor .article__media {
  width: 60%;
  margin-bottom: 0;
}
.article-base--hor .article__media img {
  width: 100%;
}
.article-base--hor .article__content {
  width: 40%;
  flex-grow: 1;
  padding: 1.8rem 0 2rem 3.1rem;
}
.article-base.size-2 .article__media {
  width: 32.2%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-2 .article__media {
    width: 39.2%;
  }
}
.article-base.size-2 .article__content {
  padding: 0.7rem 0 0.7rem 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-2 .article__content {
    padding: 0rem 0 0.7rem 0.7rem;
  }
}
.article-base.size-2 .article__content .list-meta {
  font-size: 1.6rem;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-2 .article__content .list-meta {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
.article-base.size-2 .article__content .list-meta li + li:before {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-2 .article__content .list-meta li + li:before {
    width: 0.3rem;
    height: 0.3rem;
    margin: 0 0.5rem;
  }
}
.article-base.size-2 .article__content h4 {
  line-height: 1.1;
  letter-spacing: -0.005em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-2 .article__content h4 {
    font-size: 1.6rem;
  }
}
.article-base.size-3 .article__content {
  font-size: 2.1rem;
  line-height: 1.3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-3 .article__content {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-3 .article__content .list-meta {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-3 .article__content .list-meta li + li:before {
    margin: 0 0.6rem;
  }
}
@media (min-width: 1023.02px) {
  .article-base.size-4 .article__media {
    width: 50%;
  }
  .article-base.size-4 .article__content {
    padding: 0.7rem 0 0 1.6rem;
  }
}
@media (min-width: 1023.02px) and (max-width: 767px), screen and (min-width: 1023.02px) and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-4 .article__content {
    padding: 0.7rem 0 0 0.8rem;
  }
}
@media (min-width: 1023.02px) {
  .article-base.size-4 .article__content .list-meta + h3 {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1023.02px) and (max-width: 767px), screen and (min-width: 1023.02px) and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-4 .article__content .list-meta + h3 {
    margin-top: 0.8rem;
  }
}
@media (min-width: 1023.02px) {
  .article-base.size-4 .article__content h3:not(:last-child) {
    margin-bottom: 5.5rem;
  }
}
@media (min-width: 1023.02px) and (max-width: 767px), screen and (min-width: 1023.02px) and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-4 .article__content p {
    display: none;
  }
}
@media (max-width: 1023px) {
  .article-base.size-4 .article__media {
    width: 32.2%;
  }
}
@media (max-width: 1023px) and (max-width: 767px), screen and (max-width: 1023px) and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-4 .article__media {
    width: 39.2%;
  }
}
@media (max-width: 1023px) {
  .article-base.size-4 .article__content {
    padding: 0.7rem 0 0.7rem 3.2rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px), screen and (max-width: 1023px) and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-4 .article__content {
    padding: 0rem 0 0.7rem 0.7rem;
  }
}
@media (max-width: 1023px) {
  .article-base.size-4 .article__content .list-meta {
    font-size: 1.6rem;
    margin-bottom: 0.7rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px), screen and (max-width: 1023px) and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-4 .article__content .list-meta {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1023px) {
  .article-base.size-4 .article__content .list-meta li + li:before {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 1rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px), screen and (max-width: 1023px) and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-4 .article__content .list-meta li + li:before {
    width: 0.3rem;
    height: 0.3rem;
    margin: 0 0.5rem;
  }
}
@media (max-width: 1023px) {
  .article-base.size-4 .article__content h3 {
    font-size: 1.8rem;
  }
  .article-base.size-4 .article__content h4 {
    line-height: 1.1;
    letter-spacing: -0.005em;
  }
}
@media (max-width: 1023px) and (max-width: 767px), screen and (max-width: 1023px) and (max-width: 812px) and (orientation: landscape) {
  .article-base.size-4 .article__content h4 {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .article-base.size-4 .article__content p {
    display: none;
  }
}

/* ------------------------------------------------------------ *\
	List Meta
\* ------------------------------------------------------------ */
.list-meta {
  list-style-type: none;
  color: #8B8B8B;
  font-size: 2.1rem;
}
.list-meta li {
  display: inline;
  align-items: center;
}
.list-meta li a {
  color: #f9514e;
}
.list-meta li + li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: currentColor;
  margin: 0 1.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-meta li + li:before {
    margin: 0 0.9rem;
  }
}
@media (min-width: 1023.02px) {
  .list-meta--ver {
    display: block;
  }
  .list-meta--ver li {
    display: block;
  }
  .list-meta--ver li + li {
    margin-left: 0;
  }
  .list-meta--ver li + li:before {
    display: none;
  }
}

/* ------------------------------------------------------------ *\
	Form Subscribe Small
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe-small .gform_wrapper {
    margin: 0;
  }
}
.form-subscribe-small .form__head {
  padding-right: 20%;
  margin-bottom: 2.4rem;
}
.form-subscribe-small .form__head h4 {
  font-family: "Dante Sans Text", sans-serif;
}
.form-subscribe-small .form__head h3 {
  letter-spacing: 0;
}
.form-subscribe-small .form__body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #000;
  padding: 0.9rem 1.7rem !important;
  color: inherit;
  outline: none !important;
  border-radius: 0.9rem;
}
@media (max-width: 1023px) {
  .form-subscribe-small .form__body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0.5rem 1.55rem;
    min-height: 0 !important;
    line-height: 1.2 !important;
  }
}
.form-subscribe-small .form__body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  color: #8B8B8B;
  opacity: 1;
}
.form-subscribe-small .form__body .gform-button {
  border: 1px solid #F9514E !important;
  background-color: #F9514E !important;
  color: #fff !important;
  cursor: pointer;
  margin-top: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  text-decoration: none;
  padding: 1.36rem 5rem 1.36rem 1.5rem;
  border-radius: 18px;
  line-height: 1.3;
  font-size: 1.6rem;
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="18" viewBox="0 0 6 18"><path fill="white" fill-rule="nonzero" d="M5.205 9 .288 1.132A.25.25 0 0 1 .712.868L5.795 9 .712 17.132a.25.25 0 1 1-.424-.264L5.205 9Z"></path></svg>');
  background-size: 7px auto;
  background-position: top 50% right 2.5rem;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .form-subscribe-small .form__body .gform-button {
    min-height: 0 !important;
    line-height: 1.2 !important;
    width: fit-content !important;
  }
}
.form-subscribe-small .form__body .gform-button:hover {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="18" viewBox="0 0 6 18"><path fill="black" fill-rule="nonzero" d="M5.205 9 .288 1.132A.25.25 0 0 1 .712.868L5.795 9 .712 17.132a.25.25 0 1 1-.424-.264L5.205 9Z"></path></svg>');
  color: #000 !important;
  text-decoration: none;
}
.form-subscribe-small .gform_footer {
  padding: 0;
  display: none !important;
}
.form-subscribe-small--ver .form__head {
  padding: 0;
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe-small--ver .form__head {
    margin-bottom: 2.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe-small--ver .form__head h3 {
    font-size: 2.1rem;
    lighting-color: 1.3;
  }
}
.form-subscribe-small--ver .form__body .gform_fields {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe-small--ver .form__body .gform_fields {
    display: block;
  }
}
.form-subscribe-small--ver .form__body .gform_fields .gfield {
  width: 10%;
  flex-grow: 1;
  max-width: 35.5rem;
  margin: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe-small--ver .form__body .gform_fields .gfield {
    width: 100%;
  }
}
.form-subscribe-small--ver .form__body .gform_fields .gfield .ginput_container {
  margin: 0;
}
.form-subscribe-small--ver .form__body .gform_fields .gfield--type-submit {
  margin: 0 0 0 4.3rem;
  flex-grow: 0;
  width: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-subscribe-small--ver .form__body .gform_fields .gfield--type-submit {
    margin: 1.8rem 0 0;
  }
}
.form-subscribe-small--ver .form__body .gform_fields .gfield--type-submit .gform-button {
  margin: 0;
}

/* ------------------------------------------------------------ *\
	Section Article Overview
\* ------------------------------------------------------------ */
.section-article-overview {
  padding: 2.2rem 0 5rem;
}
.section-article-overview .shell {
  max-width: 80.4rem;
}
.section-article-overview .section__title {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #F9514E;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article-overview .section__title {
    position: relative;
    border: none;
    padding-bottom: 2.5rem;
  }
  .section-article-overview .section__title:after {
    content: "";
    width: 100vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 1px;
    background-color: #F9514E;
  }
}
.section-article-overview .section__title .socials li + li {
  margin-left: 4.1rem;
}
.section-article-overview .section__content {
  margin-top: 3.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article-overview .section__content {
    margin-top: 1.7rem;
  }
}
.section-article-overview .section__content p {
  line-height: 1.36;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article-overview .section__content p {
    line-height: 1.37;
  }
}
.section-article-overview .section__content p:first-child::first-letter {
  color: #f9514e;
  font-size: 7.8rem;
  font-family: "Dante Sans Display", sans-serif;
  float: left;
  line-height: 0.8;
  margin-right: 0.11em;
}
.section-article-overview .section__content p:first-child:after {
  content: "";
  display: table;
  clear: both;
}
.section-article-overview .section__content p:not(:last-child) {
  margin-bottom: 1.45em;
}
.section-article-overview .section__content p a {
  color: #f9514e;
  text-decoration: underline;
}
.section-article-overview .section__content figure {
  margin: 0 -6.3rem;
}
@media (max-width: 1023px) {
  .section-article-overview .section__content figure {
    margin: 0;
  }
}
.section-article-overview .section__content figure:not(:first-child) {
  margin-top: 3rem;
}
.section-article-overview .section__content figure:not(:last-child) {
  margin-bottom: 3.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article-overview .section__content figure:not(:last-child) {
    margin-bottom: 4.7rem;
  }
}
.section-article-overview .section__content figure figcaption {
  margin-top: 1.3rem;
  color: #8B8B8B;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article-overview .section__content figure figcaption {
    margin-top: 7.7rem;
  }
}
.section-article-overview .section__content figure img {
  width: 100%;
}
@media (max-width: 1023px) {
  .section-article-overview .section__content figure img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
  }
}
.section-article-overview .section__content ul {
  padding-left: 1em;
}
.section-article-overview .section__foot {
  margin-top: 2.9rem;
  border-top: 1px solid #F9514E;
  padding-top: 3.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-article-overview .section__foot {
    position: relative;
    border: none;
    padding-top: 5.1rem;
  }
  .section-article-overview .section__foot:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #F9514E;
  }
}

/* ------------------------------------------------------------ *\
	Btn Back
\* ------------------------------------------------------------ */
.btn-back {
  display: inline-block;
  font-size: 2.1rem;
  text-decoration: none;
  color: #f9514e;
}
.btn-back:before {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 100%;
  width: 0.7rem;
  aspect-ratio: 7/17;
  mask-image: url('data:image/svg+xml,<svg width="8" height="19" viewBox="0 0 8 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 17.5L2 9.5L7 1.5" stroke="%23F9514E" stroke-width="2" stroke-linecap="round"/></svg>');
  background-color: currentcolor;
  mask-size: 100% 100%;
  margin-right: 1rem;
  transition: transform 0.3s;
}
.btn-back:hover:before {
  transform: translateX(-0.5rem);
}

/* ------------------------------------------------------------ *\
	Block Link Alt
\* ------------------------------------------------------------ */
.block-link-alt {
  background-color: #F5F5F5;
  border-radius: 3.3rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.4rem 2.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link-alt h3 {
    font-size: 3.9rem;
  }
}
.block-link-alt h3:not(:last-child) {
  margin-bottom: 2.4rem;
}
.block-link-alt p:not(:last-child) {
  margin-bottom: 3rem;
}
.block-link-alt .btn:not(:first-child) {
  margin-top: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block-link-alt .btn:not(:first-child) {
    margin-top: 2.4rem;
  }
}

/* ------------------------------------------------------------ *\
	Section Links
\* ------------------------------------------------------------ */
.section-links {
  padding: 6.3rem 0 3.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links {
    padding: 2.6rem 0 3rem;
  }
}
.section-links .section__head:not(:last-child) {
  margin-bottom: 9.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links .section__head:not(:last-child) {
    margin-bottom: 1.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links .section__head h2 {
    font-size: 3.9rem;
  }
}
.section-links .section__body .block-link-alt {
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links .section__body .row {
    --gutter-y:3.3rem;
  }
}

body.cpt_resource-template-default .resources-video-content {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15), 0 4px 6px rgba(0, 0, 0, 0.1);
}
body.cpt_resource-template-default .resources-video-content h2 {
  font-size: 3rem;
  font-weight: bold;
}
body.cpt_resource-template-default .resources-video-content h3 {
  font-size: 2rem;
  font-weight: bold;
}
body.cpt_resource-template-default .resources-video-content h4 {
  font-size: 1.6rem;
  font-weight: bold;
}
body.cpt_resource-template-default .resources-video-content .resources-video-metadata {
  color: #6c757d;
}
body.cpt_resource-template-default .resources-video-content a {
  color: #f9514e;
}
body.cpt_resource-template-default .resources-video-content figure {
  margin: 0;
}

.video__content {
  overflow: hidden;
}

/* ------------------------------------------------------------ *\
	Hero Slider
\* ------------------------------------------------------------ */
.hero-slider .hero__slide {
  position: relative;
}
.hero-slider .hero__slide .hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-slider .hero__slide .hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slider .hero__slide .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-slider .hero__inner {
  position: relative;
  z-index: 2;
  min-height: 80vh;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  padding: 5.7rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-slider .hero__inner {
    padding: 3.9rem 0 calc(3.9rem + var(--mobile-bar-height, 0) + var(--wp-bar-height, 0));
  }
}

/* ------------------------------------------------------------ *\
    Media
\* ------------------------------------------------------------ */
.media .media__image {
  height: 100%;
}
.media .media__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media .media__video,
.media .media__external {
  width: 100%;
  height: 100%;
  position: relative;
}
.media .plyr {
  height: 100%;
  pointer-events: none;
}
.media video {
  height: 100%;
  object-fit: cover;
}
.media .plyr__video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--video-width);
  height: calc(var(--video-width) / 16 * 9);
}
.media .plyr__video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.media.fit-height .plyr__video-wrapper {
  width: calc(var(--video-height) / 9 * 16);
  height: var(--video-height);
}

.media-1-1, .media-3-4, .media-4-3, .media-16-9 {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.media-1-1::before, .media-3-4::before, .media-4-3::before, .media-16-9::before {
  content: "";
  display: block;
}
.media-1-1 > img,
.media-1-1 > video,
.media-1-1 > iframe,
.media-1-1 > svg, .media-3-4 > img,
.media-3-4 > video,
.media-3-4 > iframe,
.media-3-4 > svg, .media-4-3 > img,
.media-4-3 > video,
.media-4-3 > iframe,
.media-4-3 > svg, .media-16-9 > img,
.media-16-9 > video,
.media-16-9 > iframe,
.media-16-9 > svg {
  height: 100% !important;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100% !important;
  z-index: 2;
}
.media-1-1::before {
  padding-top: 100%;
}
.media-3-4::before {
  padding-top: 125%;
}
.media-4-3::before {
  padding-top: 75%;
}
.media-16-9::before {
  padding-top: 56.25%;
}
@media (min-width: 1023.02px) {
  .media-md-1-1::before {
    padding-top: 100% !important;
  }
  .media-md-4-3::before {
    padding-top: 75% !important;
  }
  .media-md-16-9::before {
    padding-top: 56.25% !important;
  }
}
@media (min-width: 1199.02px) {
  .media-lg-1-1::before {
    padding-top: 100% !important;
  }
  .media-lg-4-3::before {
    padding-top: 75% !important;
  }
  .media-lg-16-9::before {
    padding-top: 56.25% !important;
  }
}
@media (min-width: 0.02) {
  .media-xl-1-1::before {
    padding-top: 100% !important;
  }
  .media-xl-4-3::before {
    padding-top: 75% !important;
  }
  .media-xl-16-9::before {
    padding-top: 56.25% !important;
  }
}

/* ------------------------------------------------------------ *\
	Loader
\* ------------------------------------------------------------ */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
.loader:after {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  border: 5px solid #f9514e;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  opacity: 1;
  visibility: visible;
}
.loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ------------------------------------------------------------ *\
	Link Alt
\* ------------------------------------------------------------ */
.link-alt {
  display: flex;
  align-items: center;
  letter-spacing: 0.11em;
}
.link-alt span {
  margin-top: 0.05em;
}
.link-alt .mask-image {
  transition: transform 0.3s;
  margin-left: 1.3rem;
}
.link-alt:hover .mask-image {
  transform: translateX(0.3rem);
}

/* ------------------------------------------------------------ *\
	Search Field
\* ------------------------------------------------------------ */
.search-field {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
}
.search-field form {
  min-width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.search-field form .hintr {
  left: 0 !important;
  top: 32px !important;
  width: 100% !important;
}
.search-field .search__label {
  font-size: 0;
  margin: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: left 0.5s;
  pointer-events: none;
}
.search-field .search__label:hover {
  cursor: pointer;
}
.search-field .search__field {
  padding: 0.4rem 0 0.4rem 0;
  border: none;
  outline: none;
  width: 2.4rem;
  border-radius: 1.6rem;
  opacity: 0;
  font-size: 1.6rem;
  border: 1px solid transparent;
  transition: width 0.5s, opacity 0.4s, padding 0.5s;
}
.search-field .search__btn {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.search-field.is-focused .search__label {
  left: 0.5rem;
  color: #000;
}
.search-field.is-focused .search__field {
  padding: 0.4rem 0 0.4rem 4.1rem;
  width: 21.4rem;
  opacity: 1;
  border: 1px solid currentcolor;
}

.search-field-holder-alt .search-field form {
  right: auto;
  left: 0;
}
.search-field-holder-alt .search-field .search__field {
  width: 15rem !important;
  opacity: 1 !important;
  background-color: transparent;
  padding-left: 3rem;
  font-size: 1.9rem;
  opacity: 1;
  border-color: transparent !important;
}
.search-field-holder-alt .search-field .search__field::placeholder {
  opacity: 1;
  color: currentColor;
}
.search-field-holder-alt .search-field.is-focused .search__label {
  left: 0;
}

.search-field.is-focused .search__field + .hintr {
  display: block !important;
}
.search-field.is-focused .search__field + .hintr:is(:empty) {
  display: none !important;
}
.search-field:not(.is-focused) .search__field + .hintr {
  display: none !important;
}
.search-field .search__field + .hintr li {
  margin: 0 0 0.5rem;
  padding: 0;
}
.search-field .search__field + .hintr li::before {
  display: none !important;
}

/* ------------------------------------------------------------ *\
	Form Base
\* ------------------------------------------------------------ */
.form-base {
  /* is subscribe */
}
.form-base .gform_wrapper {
  margin: 0;
}
.form-base .gform_heading {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-base .gform_heading {
    margin-bottom: 2.4rem;
  }
}
.form-base .gform_heading .gform_title {
  font-size: 3.9rem;
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-base .gform_heading .gform_title {
    line-height: 1.4;
  }
}
.form-base .gfield_required {
  color: inherit !important;
}
.form-base .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-base .gform_wrapper .top_label input.large, .form-base .gform_wrapper .top_label select.large, .form-base .gform_wrapper .hidden_label input.large, .form-base .gform_wrapper .hidden_label select.large,
.form-base .gform_wrapper select {
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  padding: 1rem 1.8rem !important;
  color: inherit;
  outline: none !important;
  border-radius: 0.9rem;
  max-width: 100% !important;
  width: 100% !important;
  line-height: 1.2 !important;
}
@media (max-width: 1023px) {
  .form-base .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .form-base .gform_wrapper .top_label input.large, .form-base .gform_wrapper .top_label select.large, .form-base .gform_wrapper .hidden_label input.large, .form-base .gform_wrapper .hidden_label select.large,
  .form-base .gform_wrapper select {
    padding: 0.5rem 1.55rem;
    min-height: 0 !important;
    line-height: 1.2 !important;
  }
}
.form-base .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.form-base .gform_wrapper .top_label input.large::placeholder, .form-base .gform_wrapper .top_label select.large::placeholder, .form-base .gform_wrapper .hidden_label input.large::placeholder, .form-base .gform_wrapper .hidden_label select.large::placeholder,
.form-base .gform_wrapper select::placeholder {
  color: inherit;
  opacity: 1;
}
.form-base .gform_wrapper textarea {
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  padding: 1rem 1.8rem !important;
  color: inherit;
  outline: none !important;
  border-radius: 0.9rem;
  max-width: 100% !important;
  width: 100% !important;
}
@media (max-width: 1023px) {
  .form-base .gform_wrapper textarea {
    padding: 0.5rem 1.55rem;
  }
}
.form-base .gform_wrapper .ginput_container_select {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .form-base .gform_wrapper .ginput_container_select {
    width: 100%;
  }
}
.form-base .gform_wrapper .ginput_container_select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid currentcolor;
  border-width: 0 1px 1px 0;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.3s;
}
.form-base .gfield_label {
  font-size: 2.1rem !important;
  line-height: 1.3 !important;
  margin-bottom: 0rem;
  font-weight: 400 !important;
}
.form-base .gfield + .gfield {
  margin-top: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-base .gfield + .gfield {
    margin-top: 3.1rem;
  }
}
.form-base .gform_footer {
  margin: 3.2rem 0 0 !important;
  padding: 0 !important;
}
.form-base .gform_footer .gform_button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  text-decoration: none;
  padding: 1.26rem 2.85rem;
  border-radius: 18px;
  border: 1px solid #f9514e;
  line-height: 1.3;
  font-size: 1.6rem !important;
  background-color: transparent;
  color: inherit;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 1023px) {
  .form-base .gform_footer .gform_button {
    padding: 1.3rem 2.45rem;
    min-height: 0 !important;
    line-height: 1.2 !important;
    width: fit-content !important;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-base .gform_footer .gform_button {
    padding: 1.3rem 2.85rem;
  }
}
.form-base .gform_footer .gform_button:hover {
  text-decoration: none;
}
.form-base .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-base .gform_fields .gfield {
  width: 100%;
}
.form-base .gform_fields .gfield--width-half {
  width: calc(50% - 1rem);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-base .gform_fields .gfield--width-half {
    width: 100%;
  }
}
.form-base .gform-body .gfield--type-submit {
  margin-top: 8px !important;
}
.form-base .gform-body .gfield--type-submit .gform-button {
  background-color: transparent;
  border: 1px solid currentcolor;
  color: currentColor;
  border-radius: 1.6rem;
  height: 100%;
  padding: 1.2rem 2.2rem;
  transition: background-color 0.3s;
}
.form-base .gform-body .gfield--type-submit .gform-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.popup-subscribe .form-base .gform_wrapper {
  margin: 0;
}
.popup-subscribe .form-base .form-subscribe-inline_wrapper .gform_title {
  font-size: 3.9rem;
  letter-spacing: 0;
  margin-bottom: 2.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup-subscribe .form-base .form-subscribe-inline_wrapper .gform_title {
    line-height: 1.4;
  }
}
.popup-subscribe .form-base .form-subscribe-inline_wrapper .gform_heading .gform_required_legend {
  display: none !important;
}
.popup-subscribe .form-base .form-subscribe-inline_wrapper .gform_description {
  font-size: 2.1rem;
  margin-bottom: 2.7rem;
}
.popup-subscribe .form-base .form-subscribe-inline_wrapper .gfield_label {
  margin-bottom: 1.7rem;
}
.popup-subscribe .form-base .form-subscribe-inline_wrapper .spacer.gfield {
  margin: 0 !important;
}
.popup-subscribe .form-base .form-subscribe-inline_wrapper .gform_footer {
  margin: 2.5rem 0 0 !important;
}
.popup-subscribe .form-base .form-subscribe-inline_wrapper .gform_footer .gform_button {
  padding: 1.26rem 2.35rem;
}
.popup-subscribe .form-base .gform_validation_error {
  margin-top: 2.7rem;
}
.popup-subscribe .form-base .gform_validation_error .gform_submission_error {
  padding-top: 1rem;
}

.gform_required_legend {
  display: none;
}

.gform_validation_errors h2 {
  display: none;
}

/* ------------------------------------------------------------ *\
	Cookie
\* ------------------------------------------------------------ */
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  font-family: "Dante Sans Text", sans-serif !important;
  box-shadow: none !important;
  border: none !important;
}

div#hs-eu-cookie-confirmation {
  background-color: #2c2e30 !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  max-width: calc(138.4rem + 3rem * 2) !important;
  padding: 0 3rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: transparent !important;
}
@media only screen and (max-width: 768px) {
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 0 1.6rem;
  }
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
  margin: 0 !important;
  font-size: 1.6rem;
  width: 10%;
  flex-grow: 1;
  padding-right: 2rem;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p {
  margin: 0;
  color: #fff;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p a {
  color: #f9514e;
}

#hs-en-cookie-confirmation-buttons-area {
  display: block;
  margin: 0 0 0 auto !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  display: block !important;
  width: fit-content !important;
  text-decoration: none !important;
  padding: 1.16rem 1.55rem 1.3rem !important;
  margin: 0 !important;
  border-radius: 18px !important;
  border: 1px solid #f9514e !important;
  background-color: transparent !important;
  color: #fff !important;
  line-height: 1.3 !important;
  font-size: 1.6rem !important;
  transition: background-color 0.3s, color 0.3s !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  text-decoration: none !important;
  background-color: rgba(0, 0, 0, 0.07) !important;
  background-color: transparent !important;
  color: #f9514e !important;
}

body.no-scroll {
  overflow-y: hidden;
}

.modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 1rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1090;
}
.modal.show {
  display: flex;
}
.modal .content {
  background-color: #fff;
  border-radius: 3.2rem;
  max-height: 90vh;
  max-width: 90rem;
  overflow: auto;
  padding: 5rem 7rem;
  position: relative;
  width: 100%;
}
.modal .content .close {
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path d="m9.903 8.682 7.004-7.003 1.414 1.414-7.003 7.004L18.32 17.1l-1.414 1.414-7.004-7.003-7.196 7.196-1.414-1.414 7.196-7.196L1.293 2.9l1.414-1.414 7.196 7.196Z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 32px;
}
.modal .content .close * {
  pointer-events: none;
}

select.filter {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%23000" fill-rule="nonzero" d="m14.592 7 1.294 1.525-5.943 5.043L4 8.525 5.294 7l4.65 3.945z"/></svg>');
  background-position: center right 1rem;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #2C2E30;
  border-radius: 0.8rem;
  height: 40px;
  color: #2C2E30;
  min-width: 288px;
  outline: none;
  padding: 0 calc(20px + 2rem) 0 1rem;
}

.tabs-navigation ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs-navigation ul li {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.tabs-navigation ul li a {
  width: 100%;
  background-color: rgb(216, 217, 217);
  border: 1px solid rgb(216, 217, 217);
  border-bottom: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  color: #fff;
  font-family: "Dante Sans Display";
  font-size: 1.8rem;
  overflow: hidden;
  padding: 1rem 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tabs-navigation ul li a.active {
  background-color: #fff;
  border-color: #000;
  color: #000;
  margin-bottom: -1px;
}
@media (min-width: 768.02px) {
  .tabs-navigation ul li a {
    font-size: 2.4rem;
    line-height: 2rem;
    padding: 2rem 3rem;
  }
}
.tabs-content > div {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 3rem;
  display: none;
}
.tabs-content > div.active {
  display: block;
}

.softwares {
  list-style: none;
}
.softwares > li.show h2 a::after {
  transform: rotate(135deg);
}
.softwares > li.show .details {
  display: block;
}
.softwares h2 {
  border-bottom: 1px solid #333;
  display: flex;
  font-size: 2.5rem;
}
.softwares h2 a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding: 3rem 0;
  transition: color 0.3s;
  width: 100%;
}
.softwares h2 a:hover {
  color: #f9514e;
}
.softwares h2 a:hover::after {
  border-color: #f9514e;
}
.softwares h2 a::after {
  border: 1.5px solid black;
  border-bottom: none;
  border-left: none;
  content: "";
  display: block;
  height: 20px;
  transform: rotate(45deg);
  transition: border-color 0.3s;
  width: 20px;
}
@media (min-width: 768.02px) {
  .softwares h2 a {
    max-width: 40%;
  }
}
.softwares h3 {
  margin-bottom: 2rem;
}
.softwares .details {
  display: none;
  margin-left: 0;
  max-width: 100%;
  padding: 3rem 0;
}
@media (min-width: 768.02px) {
  .softwares .details {
    margin-left: 40%;
    max-width: 60%;
  }
}
.softwares .actions {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  list-style: none;
}
@media (min-width: 768.02px) {
  .softwares .actions {
    align-items: center;
    flex-direction: row;
  }
}
.softwares .platform {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  list-style: none;
}
.softwares .platform a.download-btn {
  align-items: center;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 18px;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  line-height: 1.3;
  padding: 1.25rem 3rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  width: fit-content;
}
.softwares .platform a.download-btn.active {
  background-color: #f9514e;
  border-color: transparent;
  color: #fff;
}
.softwares .platform a.download-btn.active:hover {
  color: #23262B;
}
.softwares .notes {
  border-top: 1px solid #ced4da;
  margin: 3rem 0;
  padding-top: 3rem;
}
.softwares .notes ul {
  list-style: disc;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.softwares .notes a {
  color: #f9514e;
  text-decoration: underline;
}

.tabs-content {
  margin-bottom: 5rem;
}
.tabs-content h3 {
  color: #f9514e;
  margin-bottom: 1.5rem;
}
.tabs-content p {
  margin-bottom: 1.5rem;
}
.tabs-content ul, .tabs-content ol {
  margin: 0.75rem 0;
  padding-left: 1.5rem;
}
.tabs-content a {
  color: #f9514e;
  text-decoration: underline;
}

body.single-release .excerpt ul, body.single-release .excerpt ol {
  margin: 0.75rem 0;
  padding-left: 1.5rem;
}
body.single-release .excerpt a {
  color: #f9514e;
  text-decoration: underline;
}
body.single-release .downloads {
  list-style: none;
}

body.tax-software .page-header,
body.tax-platform .page-header {
  padding: 5rem 0;
}
body.tax-software article .entry-title,
body.tax-platform article .entry-title {
  font-size: 3rem;
  margin-bottom: 1rem;
}
body.tax-software article .entry-title a,
body.tax-platform article .entry-title a {
  color: #f9514e;
  text-decoration: underline;
}
body.tax-software article .entry-meta,
body.tax-platform article .entry-meta {
  margin-bottom: 1.5rem;
}

body.macos .download-btn.macos-apple-silicon,
body.macos .download-btn.macos-intel,
body.macos .download-btn.macos {
  background-color: #f9514e;
  border-color: #f9514e;
  color: #fff;
}
body.windows .download-btn.windows {
  background-color: #f9514e;
  border-color: #f9514e;
  color: #fff;
}
body.linux .download-btn.linux {
  background-color: #f9514e;
  border-color: #f9514e;
  color: #fff;
}

body.resources_training_dante-certification-program .section-split .section__image img,
body.resources_training_dante-certification-program .section-split .section__poster img {
  object-fit: contain !important;
}

.post-content {
  line-height: 2.8rem;
  padding: 3rem;
}
.post-content:empty {
  display: none;
}
.post-content ul {
  padding-left: 2rem;
}
.post-content a {
  color: #f9514e;
  text-decoration: underline;
}

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