@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.grid-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.menu a,
.menu .button,
.menu li.button > a,
.menu.dropdown li.button > a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
  position: fixed;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
  position: absolute;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 47.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 79.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 80em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

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

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

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;

  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  
  
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;

}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: rgb(246.5, 246.5, 246.5);
  border: 1px solid #aaa;
  border-radius: 32;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 32;
  border-bottom-right-radius: 32;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 32;
  border-bottom-left-radius: 32;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 32;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 32;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 32;
  border-bottom-left-radius: 32;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;

}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 32;
  border-bottom-right-radius: 32;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #010101;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
}

img {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

a {
  color: #010101;
  text-decoration: none;
  transition: color 0.6s;
}
a:hover, a:focus, a:active {
  color: #FDBB30;
}

p {
  margin: 0 0 1.25rem;
  padding: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  p {
    margin: 0 0 2.5rem;
  }
  p:last-of-type {
    margin-bottom: 0;
  }
}

small {
  font-size: 80%;
}

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

button {
  border: 0;
  background: none;
  padding: 0;
}

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

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

input[type=text],
input[type=button],
input[type=submit] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

h1,
.h1 {
  font-size: 6rem;
  font-weight: 800;
  line-height: 5.3125rem;
}
@media print, screen and (max-width: 63.99875em) {
  h1,
  .h1 {
    line-height: 2.75rem;
    font-size: 3rem;
  }
}

h2 {
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 3.4375rem;
}
@media print, screen and (max-width: 63.99875em) {
  h2 {
    line-height: 2.0625rem;
    font-size: 2.375rem;
  }
}

h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}
@media print, screen and (max-width: 63.99875em) {
  h3 {
    line-height: 2.5625rem;
    font-size: 2.25rem;
  }
}

h4 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.5625rem;
  color: #BFBFBF;
}
@media print, screen and (max-width: 63.99875em) {
  h4 {
    line-height: 1.8125rem;
    font-size: 1.125rem;
  }
}

h5 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.9375rem;
}
@media print, screen and (max-width: 63.99875em) {
  h5 {
    line-height: 1.875rem;
    font-size: 0.9375rem;
  }
}

h6 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

p.sm {
  font-weight: 400;
  line-height: 1.3125rem;
}
p.sm {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  p.sm {
    font-size: calc(17px + 1 * (100vw - 768px) / 256);
  }
}
@media screen and (min-width: 1024px) {
  p.sm {
    font-size: 1.125rem;
  }
}

.special-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #53A86B;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

.bg-dark {
  color: #fff;
}
.bg-dark .module.form form .hs-form-field label {
  color: #fff;
}
.bg-dark .module.form form .hs-richtext p {
  color: #fff !important;
}
.bg-dark .module.form form .hs-submit .hs-button {
  border: none !important;
}
.bg-dark.template-team {
  color: #010101;
}
.bg-dark.template-card-grid .card h5,
.bg-dark.template-card-grid .card .description p {
  color: #010101;
}
.bg-dark .template-header.has-line:after {
  background: #fff;
}
.bg-dark .template-header .headline,
.bg-dark .module.header .headline {
  color: #fff;
}
.bg-dark .template-header .subheadline,
.bg-dark .module.header .subheadline {
  color: #ACACAC;
}
.bg-dark .template-header.size-large .subheadline,
.bg-dark .module.header.size-large .subheadline {
  color: #BFBFBF;
}
.bg-dark label,
.bg-dark a:not(.button) {
  color: #fff;
}
.bg-dark .close-button {
  color: #fff;
}
.bg-dark .module.form .gform_wrapper .validation_message {
  color: #fff;
}
.bg-dark .module.form .gform_wrapper .validation_error {
  color: #fff;
  border-color: #fff;
}
.bg-dark .module.form .gform_wrapper ul.gform_fields li.gfield .ginput_container_checkbox .gfield_checkbox > li label:before,
.bg-dark .module.form .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio .gfield_radio > li label:before {
  border-color: #fff;
}
.bg-dark .module.form .gform_wrapper ul.gform_fields li.gfield .ginput_container_checkbox .gfield_checkbox > li label:after,
.bg-dark .module.form .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio .gfield_radio > li label:after {
  background: #fff !important;
}

.bg-black {
  background-color: #1F1F1F;
}

.bg-white {
  background-color: #fff;
}

.bg-image,
.bg-image .wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-video {
  position: relative;
}
.bg-video .video-overlay {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-video .video-overlay video {
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  object-fit: fill;
}
.bg-video > * {
  position: relative;
  z-index: 2;
}

.bg-video .overlay,
.bg-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.alignleft,
.alignright,
.alignnone,
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
  height: auto;
}
@media print, screen and (max-width: 47.99875em) {
  .alignleft + p, p + .alignleft,
  .alignright + p,
  p + .alignright,
  .alignnone + p,
  p + .alignnone,
  .aligncenter + p,
  p + .aligncenter {
    margin-top: 2.88rem;
  }
}
@media print, screen and (max-width: 47.99875em) and (min-width: 48em) {
  .alignleft + p, p + .alignleft,
  .alignright + p,
  p + .alignright,
  .alignnone + p,
  p + .alignnone,
  .aligncenter + p,
  p + .aligncenter {
    margin-top: 3.2rem;
  }
}
@media print, screen and (max-width: 47.99875em) and (min-width: 64em) {
  .alignleft + p, p + .alignleft,
  .alignright + p,
  p + .alignright,
  .alignnone + p,
  p + .alignnone,
  .aligncenter + p,
  p + .aligncenter {
    margin-top: 4rem;
  }
}

.alignnone + p, p + .alignnone,
.aligncenter + p,
p + .aligncenter {
  margin-top: 2.88rem;
}
@media print, screen and (min-width: 48em) {
  .alignnone + p, p + .alignnone,
  .aligncenter + p,
  p + .aligncenter {
    margin-top: 3.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .alignnone + p, p + .alignnone,
  .aligncenter + p,
  p + .aligncenter {
    margin-top: 4rem;
  }
}

@media print, screen and (min-width: 48em) {
  .alignleft {
    float: left;
    margin-right: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .alignright {
    float: right;
    margin-left: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .alignnone {
    margin-left: 0;
    margin-right: 0;
  }
}
.cover-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pull-top {
  margin-top: 0 !important;
}
[class^=bg-] + .pull-top[class^=bg-], [class*=bg-] + .pull-top[class*=bg-] {
  padding-top: 0 !important;
}

.pull-bottom {
  margin-bottom: 0 !important;
}
.pull-bottom + [class^=bg-],
.pull-bottom + [class*=bg-] {
  margin-top: 0 !important;
}
[class^=bg-] + .pull-bottom[class^=bg-], [class*=bg-] + .pull-bottom[class*=bg-] {
  padding-bottom: 0 !important;
}

.pull-vert {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.pull-vert + [class^=bg-],
.pull-vert + [class*=bg-] {
  margin-top: 0 !important;
}
.pull-vert[class^=bg-], .pull-vert[class*=bg-] {
  padding-bottom: 14.76rem;
  padding-top: 14.76rem;
}
@media print, screen and (min-width: 48em) {
  .pull-vert[class^=bg-], .pull-vert[class*=bg-] {
    padding-bottom: 16.4rem;
    padding-top: 16.4rem;
  }
}
@media print, screen and (min-width: 64em) {
  .pull-vert[class^=bg-], .pull-vert[class*=bg-] {
    padding-bottom: 20.5rem;
    padding-top: 20.5rem;
  }
}

.collapse-vert {
  margin-top: 0 !important;
}
.collapse-vert[class^=bg-], .collapse-vert[class*=bg-] {
  margin-top: 8.64rem;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
@media print, screen and (min-width: 48em) {
  .collapse-vert[class^=bg-], .collapse-vert[class*=bg-] {
    margin-top: 9.6rem;
  }
}
@media print, screen and (min-width: 64em) {
  .collapse-vert[class^=bg-], .collapse-vert[class*=bg-] {
    margin-top: 12rem;
  }
}
.collapse-vert + [class^=bg-].collapse-vert,
.collapse-vert + [class*=bg-].collapse-vert {
  margin-top: 0 !important;
}

.push-vert {
  margin-bottom: 17.28rem !important;
  margin-top: 17.28rem !important;
}
@media print, screen and (min-width: 48em) {
  .push-vert {
    margin-bottom: 19.2rem !important;
    margin-top: 19.2rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .push-vert {
    margin-bottom: 24rem !important;
    margin-top: 24rem !important;
  }
}
.push-vert[class^=bg-], .push-vert[class*=bg-] {
  padding-bottom: 14.76rem !important;
  padding-top: 14.76rem !important;
}
@media print, screen and (min-width: 48em) {
  .push-vert[class^=bg-], .push-vert[class*=bg-] {
    padding-bottom: 16.4rem !important;
    padding-top: 16.4rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .push-vert[class^=bg-], .push-vert[class*=bg-] {
    padding-bottom: 20.5rem !important;
    padding-top: 20.5rem !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media print, screen and (min-width: 48em) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 64em) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 80em) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.grid-container {
  max-width: 77.8125rem;
  padding: 0 1.875rem;
}

.off-canvas {
  background: white;
  color: #010101;
  overflow: auto;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transform: translateX(100%);
  transition: transform 0.6s;
  padding: 0 1.5rem;
}
.off-canvas .grid-container {
  padding: 0;
}
.off-canvas a:link,
.off-canvas a:visited {
  color: #010101;
}
.off-canvas.is-open {
  transform: translateX(0);
}
.off-canvas .menu a {
  padding: 0;
}
.off-canvas .menu.drilldown {
  overflow: visible;
}
.off-canvas .search-wrapper {
  margin-top: 0.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s, padding 0.6s;
  white-space: nowrap;
}
.off-canvas .search-wrapper.active {
  max-height: 100px;
}
.off-canvas .search-wrapper input, .off-canvas .search-wrapper,
.off-canvas .search-wrapper form {
  min-width: 16.0625rem;
  width: 16.0625rem;
}
@media screen and (max-width: 23.125em) {
  .off-canvas .search-wrapper input, .off-canvas .search-wrapper,
  .off-canvas .search-wrapper form {
    width: 100%;
    min-width: initial;
  }
}
.off-canvas .close-button {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  background-color: #383838;
  border-radius: 100%;
  height: 1.5rem;
  width: 1.5rem;
}
.off-canvas .close-button:after, .off-canvas .close-button:before {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0.5rem;
  top: 0;
  border-radius: 0.1875rem;
}
.off-canvas .close-button:after {
  transform: rotate(-45deg);
}
.off-canvas .close-button:before {
  transform: rotate(45deg);
}
.off-canvas .close-button:after, .off-canvas .close-button:before {
  top: 50%;
  left: 50%;
  width: 0.125rem;
  height: 1.125rem;
}
.off-canvas .close-button:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.off-canvas .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.off-canvas .accordion-menu > li {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.off-canvas .is-accordion-submenu-parent {
  position: relative;
}
.off-canvas .is-accordion-submenu-parent > .submenu-toggle {
  left: initial;
  top: 0;
  right: 0;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.off-canvas .is-accordion-submenu-parent > .submenu-toggle:after {
  transform: none !important;
  color: #000;
  position: relative;
  content: "";
  font-weight: 100;
  font-size: 2rem;
  top: 0;
  right: 0;
  margin: 0 !important;
  width: 1.1875rem;
  height: 0.6875rem;
  border-radius: 0;
  border: none;
  line-height: 0.625rem;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='12' viewBox='0 0 19 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.50354 8.3803L16.6877 1.10011C17.2195 0.561682 18.0793 0.561682 18.6054 1.10011C19.1315 1.63854 19.1315 2.50918 18.6054 3.0476L10.4652 11.2958C9.95043 11.817 9.12452 11.8285 8.59278 11.3359L0.395981 3.05334C0.130112 2.78413 0 2.429 0 2.07959C0 1.73019 0.130112 1.37506 0.395981 1.10585C0.92773 0.567419 1.78757 0.567419 2.31366 1.10585L9.50354 8.3803Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s;
}
.off-canvas .is-accordion-submenu-parent > .submenu-toggle[aria-expanded=true]:after {
  transform: rotate(180deg) !important;
}
.off-canvas .is-accordion-submenu-parent > a::after {
  opacity: 0;
}
.off-canvas .is-accordion-submenu-parent .submenu {
  padding: 1.375rem 0;
}
.off-canvas .is-accordion-submenu-parent .submenu .menu-item {
  margin-bottom: 1.25rem;
}
.off-canvas .is-accordion-submenu-parent .submenu .menu-item:last-child {
  margin-bottom: 0;
}
.off-canvas .is-accordion-submenu-parent .submenu .menu-item a {
  line-height: normal;
  border: none;
  font-weight: normal;
  padding: 0;
}
.off-canvas .button, .off-canvas .menu li.button > a, .menu .off-canvas li.button > a {
  margin-top: 1rem;
}
.off-canvas ul.socials {
  justify-content: center;
  margin-top: 2.5rem;
}

.off-canvas-wrapper {
  overflow: visible;
}

.off-canvas.is-transition-overlap {
  z-index: 9999;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: none;
}

.offcanvas-top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.0625rem;
}
.offcanvas-top-menu .brand {
  max-width: 8rem;
}
.offcanvas-top-menu .brand svg,
.offcanvas-top-menu .brand img {
  height: 100%;
  width: 100%;
}

.accordion-menu > .menu-item {
  padding-right: 2.6875rem;
}
.accordion-menu > .menu-item.current-menu-item > a,
.accordion-menu > .menu-item .current-menu-item > a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.accordion-menu > .menu-item.current-menu-item > a:before,
.accordion-menu > .menu-item .current-menu-item > a:before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.375rem;
  transition: width 0.3s;
  background: #FDBB30;
}
.accordion-menu > .menu-item > a {
  padding-left: 0;
  margin-right: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
.accordion-menu > .menu-item .submenu {
  padding-bottom: 0;
  padding-left: 4rem;
}
.accordion-menu > .menu-item .submenu > li a {
  font-size: 1.125rem;
  font-weight: 600;
}

.site-header {
  padding: 1.625rem 0;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9998;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.25);
}
.site-header .button, .site-header .menu li.button > a, .menu .site-header li.button > a {
  white-space: nowrap;
}
@media print, screen and (max-width: 63.99875em) {
  .site-header {
    padding: 0.8125rem 0;
    max-height: 4rem;
  }
  .site-header .navbar > .align-bottom {
    align-items: center;
  }
}
@media print, screen and (min-width: 64em) {
  .site-header .navbar > .grid-x {
    flex-wrap: nowrap;
  }
}
.site-header .header-navigations {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media print, screen and (max-width: 63.99875em) {
  .site-header .header-navigations {
    margin-right: auto;
    order: 1;
  }
}
.site-header .header-navigations .primary-navigation,
.site-header .header-navigations .top-navigation {
  margin-left: -1rem;
  margin-right: -1rem;
}
.site-header .header-navigations .primary-navigation > ul > li.current-menu-item > a,
.site-header .header-navigations .primary-navigation > ul > li.current-menu-item .current-menu-item,
.site-header .header-navigations .primary-navigation > ul > li.current-menu-item .active, .site-header .header-navigations .primary-navigation > ul > li.active > a,
.site-header .header-navigations .primary-navigation > ul > li.active .current-menu-item,
.site-header .header-navigations .primary-navigation > ul > li.active .active, .site-header .header-navigations .primary-navigation > ul > li.is-active > a,
.site-header .header-navigations .primary-navigation > ul > li.is-active .current-menu-item,
.site-header .header-navigations .primary-navigation > ul > li.is-active .active,
.site-header .header-navigations .top-navigation > ul > li.current-menu-item > a,
.site-header .header-navigations .top-navigation > ul > li.current-menu-item .current-menu-item,
.site-header .header-navigations .top-navigation > ul > li.current-menu-item .active,
.site-header .header-navigations .top-navigation > ul > li.active > a,
.site-header .header-navigations .top-navigation > ul > li.active .current-menu-item,
.site-header .header-navigations .top-navigation > ul > li.active .active,
.site-header .header-navigations .top-navigation > ul > li.is-active > a,
.site-header .header-navigations .top-navigation > ul > li.is-active .current-menu-item,
.site-header .header-navigations .top-navigation > ul > li.is-active .active {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.site-header .header-navigations .primary-navigation > ul > li.current-menu-item > a:before,
.site-header .header-navigations .primary-navigation > ul > li.current-menu-item .current-menu-item:before,
.site-header .header-navigations .primary-navigation > ul > li.current-menu-item .active:before, .site-header .header-navigations .primary-navigation > ul > li.active > a:before,
.site-header .header-navigations .primary-navigation > ul > li.active .current-menu-item:before,
.site-header .header-navigations .primary-navigation > ul > li.active .active:before, .site-header .header-navigations .primary-navigation > ul > li.is-active > a:before,
.site-header .header-navigations .primary-navigation > ul > li.is-active .current-menu-item:before,
.site-header .header-navigations .primary-navigation > ul > li.is-active .active:before,
.site-header .header-navigations .top-navigation > ul > li.current-menu-item > a:before,
.site-header .header-navigations .top-navigation > ul > li.current-menu-item .current-menu-item:before,
.site-header .header-navigations .top-navigation > ul > li.current-menu-item .active:before,
.site-header .header-navigations .top-navigation > ul > li.active > a:before,
.site-header .header-navigations .top-navigation > ul > li.active .current-menu-item:before,
.site-header .header-navigations .top-navigation > ul > li.active .active:before,
.site-header .header-navigations .top-navigation > ul > li.is-active > a:before,
.site-header .header-navigations .top-navigation > ul > li.is-active .current-menu-item:before,
.site-header .header-navigations .top-navigation > ul > li.is-active .active:before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  width: calc(100% - 32px);
  height: 0.375rem;
  transition: width 0.3s;
  background: #FDBB30;
}
.site-header .header-navigations .primary-navigation > ul > li > a,
.site-header .header-navigations .top-navigation > ul > li > a {
  padding: 0 1rem;
  position: relative;
}
.site-header .header-navigations .primary-navigation > ul > li > a:before,
.site-header .header-navigations .top-navigation > ul > li > a:before {
  content: "";
  position: absolute;
  bottom: -0.375rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0.375rem;
  transition: width 0.3s;
  background: #FDBB30;
}
.site-header .header-navigations .primary-navigation > ul > li > a:hover,
.site-header .header-navigations .top-navigation > ul > li > a:hover {
  color: inherit;
}
.site-header .header-navigations .primary-navigation > ul > li > a:hover:before,
.site-header .header-navigations .top-navigation > ul > li > a:hover:before {
  width: calc(100% - 32px);
}
.site-header .header-navigations .primary-navigation {
  display: flex;
  align-items: center;
}
.site-header .header-navigations .primary-navigation .search-wrapper {
  position: absolute;
  right: calc((100% - 77.8125rem) / 2);
  top: 100%;
  padding: 0 0.75rem 0 0.75rem;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 1.5rem 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s, padding 0.6s;
  white-space: nowrap;
}
.site-header .header-navigations .primary-navigation .search-wrapper.active {
  padding: 1rem 0.75rem 1rem 0.75rem;
  max-height: 300px;
}
@media screen and (max-width: 79.6875em) {
  .site-header .header-navigations .primary-navigation .search-wrapper {
    right: 1.25rem;
  }
}
.site-header .header-navigations .primary-navigation > ul > li > a {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 3.5rem;
}
@media screen and (min-width: 75em) {
  .site-header .header-navigations .primary-navigation > ul > li > a {
    font-size: 1.5rem;
  }
}
.site-header .header-navigations .top-navigation {
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 63.99875em) {
  .site-header .header-navigations .top-navigation {
    display: none;
    margin: 0;
  }
}
.site-header .header-navigations .top-navigation > ul > li > a {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}
.site-header .brand {
  max-width: 16.0625rem;
  width: 18%;
}
@media screen and (max-width: 65.625em) {
  .site-header .brand {
    max-width: 8rem;
    width: 100%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .site-header .brand {
    margin-right: auto;
    order: 2;
  }
}
.site-header .brand img,
.site-header .brand svg {
  width: 100%;
  height: 100%;
}
.site-header .top-navigation {
  margin-right: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.site-header .top-navigation > div:last-child {
  order: -1;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 64em) {
  .site-header .top-navigation {
    flex-direction: row;
  }
  .site-header .top-navigation > ul {
    margin-right: 2rem;
  }
  .site-header .top-navigation > div:last-child {
    order: 2;
    margin-bottom: 0;
  }
}
.site-header .menu-item-gtranslate {
  padding-left: 1rem;
}
.site-header .menu-item-gtranslate .select2-container {
  width: auto !important;
}
.site-header .menu-item-gtranslate .select2-container .select2-selection--single {
  background: none;
  border: 0;
  border-radius: 0;
}
.site-header .menu-item-gtranslate .select2-container .select2-selection--single .select2-selection__rendered {
  color: inherit;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 0;
  padding-right: 1.875rem;
  display: flex;
  align-items: center;
}
.site-header .menu-item-gtranslate .select2-container .select2-selection--single .select2-selection__rendered:before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18.5px' height='18.5px' viewBox='0 0 18.5 18.5' style='enable-background:new 0 0 18.5 18.5;' xml:space='preserve'%3E%3Cpath d='M9.2,0C4.2,0,0,4.2,0,9.2s4.2,9.2,9.2,9.2s9.2-4.1,9.2-9.2S14.4,0,9.2,0z M7.1,0.9C6.2,1.7,5.4,3,5,4.6 C3.7,4.2,3,3.7,2.8,3.5C3.9,2.3,5.4,1.3,7.1,0.9z M2.4,4c0.3,0.2,1.1,0.8,2.4,1.2C4.5,6.4,4.3,7.6,4.3,8.9H0.6 C0.7,7.1,1.3,5.4,2.4,4z M2.4,14.5c-1.1-1.4-1.7-3.1-1.8-4.9h3.7c0,1.3,0.2,2.6,0.5,3.7C3.5,13.7,2.7,14.3,2.4,14.5z M2.8,15 c0.3-0.2,1-0.7,2.2-1.1c0.5,1.6,1.2,2.9,2.1,3.7C5.4,17.2,3.9,16.2,2.8,15z M8.9,17.9c-1.4-0.2-2.7-1.8-3.4-4.2 c0.9-0.3,2-0.4,3.4-0.5C8.9,13.2,8.9,17.9,8.9,17.9z M8.9,12.6c-1.4,0-2.6,0.2-3.6,0.5C5.1,12,5,10.8,4.9,9.6h4V12.6z M8.9,8.9h-4 c0-1.3,0.2-2.4,0.4-3.5c1,0.3,2.1,0.5,3.6,0.5L8.9,8.9L8.9,8.9z M8.9,5.3c-1.4,0-2.5-0.2-3.4-0.5c0.7-2.4,2-4,3.4-4.2 C8.9,0.6,8.9,5.3,8.9,5.3z M16.1,4c1,1.4,1.7,3.1,1.8,4.9h-3.7c0-1.3-0.2-2.6-0.5-3.7C15,4.8,15.8,4.2,16.1,4z M15.7,3.6 c-0.2,0.2-1,0.7-2.2,1.1c-0.5-1.6-1.2-3-2.2-3.8C13.1,1.3,14.6,2.3,15.7,3.6z M9.6,0.6C11,0.8,12.2,2.5,13,4.8 c-0.9,0.3-2,0.4-3.4,0.5V0.6z M9.6,5.9c1.4,0,2.6-0.2,3.6-0.5c0.3,1.1,0.4,2.3,0.4,3.5h-4C9.6,8.9,9.6,5.9,9.6,5.9z M9.6,9.6h4 c0,1.3-0.2,2.5-0.5,3.5c-1-0.3-2.1-0.5-3.6-0.5C9.6,12.6,9.6,9.6,9.6,9.6z M9.6,17.9v-4.6c1.4,0,2.5,0.2,3.4,0.5 C12.2,16,11,17.7,9.6,17.9z M11.4,17.6c0.9-0.8,1.7-2.1,2.1-3.7c1.2,0.4,1.9,0.9,2.2,1.1C14.6,16.2,13.1,17.2,11.4,17.6z M16.1,14.5 c-0.3-0.2-1.1-0.8-2.4-1.2c0.3-1.1,0.5-2.4,0.5-3.7h3.7C17.8,11.4,17.2,13.1,16.1,14.5z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
  margin-right: 0.3125rem;
}
.site-header .menu-item-gtranslate .select2-container .select2-selection--single .select2-selection__arrow {
  width: 1.5rem;
}
.site-header .menu-item-gtranslate .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #010101 transparent transparent transparent;
  border-width: 9px 8px 0 8px;
  margin-left: -7px;
  margin-top: -3px;
}
.site-header .menu-item-gtranslate .select2-container.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
}
.site-header .menu-item-gtranslate #gtranslate_wrapper {
  position: relative !important;
}
.site-header .menu-item-gtranslate #gtranslate_wrapper .switcher {
  font-family: inherit;
  width: auto;
}
.site-header .menu-item-gtranslate #gtranslate_wrapper .switcher a img {
  display: none;
}
.site-header .menu-item-gtranslate #gtranslate_wrapper .switcher > .selected {
  background: none;
  display: flex;
  align-items: center;
}
.site-header .menu-item-gtranslate #gtranslate_wrapper .switcher > .selected:before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18.5px' height='18.5px' viewBox='0 0 18.5 18.5' style='enable-background:new 0 0 18.5 18.5;' xml:space='preserve'%3E%3Cpath d='M9.2,0C4.2,0,0,4.2,0,9.2s4.2,9.2,9.2,9.2s9.2-4.1,9.2-9.2S14.4,0,9.2,0z M7.1,0.9C6.2,1.7,5.4,3,5,4.6 C3.7,4.2,3,3.7,2.8,3.5C3.9,2.3,5.4,1.3,7.1,0.9z M2.4,4c0.3,0.2,1.1,0.8,2.4,1.2C4.5,6.4,4.3,7.6,4.3,8.9H0.6 C0.7,7.1,1.3,5.4,2.4,4z M2.4,14.5c-1.1-1.4-1.7-3.1-1.8-4.9h3.7c0,1.3,0.2,2.6,0.5,3.7C3.5,13.7,2.7,14.3,2.4,14.5z M2.8,15 c0.3-0.2,1-0.7,2.2-1.1c0.5,1.6,1.2,2.9,2.1,3.7C5.4,17.2,3.9,16.2,2.8,15z M8.9,17.9c-1.4-0.2-2.7-1.8-3.4-4.2 c0.9-0.3,2-0.4,3.4-0.5C8.9,13.2,8.9,17.9,8.9,17.9z M8.9,12.6c-1.4,0-2.6,0.2-3.6,0.5C5.1,12,5,10.8,4.9,9.6h4V12.6z M8.9,8.9h-4 c0-1.3,0.2-2.4,0.4-3.5c1,0.3,2.1,0.5,3.6,0.5L8.9,8.9L8.9,8.9z M8.9,5.3c-1.4,0-2.5-0.2-3.4-0.5c0.7-2.4,2-4,3.4-4.2 C8.9,0.6,8.9,5.3,8.9,5.3z M16.1,4c1,1.4,1.7,3.1,1.8,4.9h-3.7c0-1.3-0.2-2.6-0.5-3.7C15,4.8,15.8,4.2,16.1,4z M15.7,3.6 c-0.2,0.2-1,0.7-2.2,1.1c-0.5-1.6-1.2-3-2.2-3.8C13.1,1.3,14.6,2.3,15.7,3.6z M9.6,0.6C11,0.8,12.2,2.5,13,4.8 c-0.9,0.3-2,0.4-3.4,0.5V0.6z M9.6,5.9c1.4,0,2.6-0.2,3.6-0.5c0.3,1.1,0.4,2.3,0.4,3.5h-4C9.6,8.9,9.6,5.9,9.6,5.9z M9.6,9.6h4 c0,1.3-0.2,2.5-0.5,3.5c-1-0.3-2.1-0.5-3.6-0.5C9.6,12.6,9.6,9.6,9.6,9.6z M9.6,17.9v-4.6c1.4,0,2.5,0.2,3.4,0.5 C12.2,16,11,17.7,9.6,17.9z M11.4,17.6c0.9-0.8,1.7-2.1,2.1-3.7c1.2,0.4,1.9,0.9,2.2,1.1C14.6,16.2,13.1,17.2,11.4,17.6z M16.1,14.5 c-0.3-0.2-1.1-0.8-2.4-1.2c0.3-1.1,0.5-2.4,0.5-3.7h3.7C17.8,11.4,17.2,13.1,16.1,14.5z'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
  margin-right: 0.3125rem;
}
.site-header .menu-item-gtranslate #gtranslate_wrapper .switcher > .selected a {
  border: 0;
  color: inherit;
  padding: 0;
  width: auto;
  padding-right: 1.875rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.75rem;
}
.site-header .menu-item-gtranslate #gtranslate_wrapper .switcher > .selected a:after {
  background: none;
  border-color: #010101 transparent transparent transparent;
  border-width: 9px 8px 0 8px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  right: 0.3125rem;
}
.site-header .menu-item-gtranslate #gtranslate_wrapper .switcher .option {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 220px;
  margin-left: -110px;
  padding: 2.5rem;
  border: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 15px 15px;
  background: white;
  margin-top: 1.25rem;
  box-sizing: border-box;
  overflow: hidden;
  max-height: initial;
}
.site-header .menu-item-gtranslate #gtranslate_wrapper .switcher .option a {
  padding: 0;
  font-size: 1.125rem;
  position: relative;
  padding-left: 2.5rem;
  box-sizing: border-box;
  line-height: 1.5rem;
}
.site-header .menu-item-gtranslate #gtranslate_wrapper .switcher .option a:not(:last-child) {
  margin-bottom: 1.25rem;
}
.site-header .menu-item-gtranslate #gtranslate_wrapper .switcher .option a:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
.site-header .menu-item-gtranslate #gtranslate_wrapper .switcher .option a:after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #010101;
  left: 7px;
  top: 7px;
  position: absolute;
  opacity: 0;
  box-sizing: border-box;
}
.site-header .menu-item-gtranslate #gtranslate_wrapper .switcher .option a.selected:after {
  opacity: 1;
}
.site-header .language-picker {
  display: inline-block;
  margin-bottom: 0.2rem;
  margin-right: 2rem;
  color: #575757;
  border-color: #dad6d6;
  padding: 0.1rem;
}
.site-header .language-picker:hover, .site-header .language-picker:focus {
  color: inherit;
}
.site-header .language-picker:focus-visible {
  outline-width: 0;
}
.site-header .navbar > div > .language-picker {
  order: 3;
  margin-right: 0;
}
.site-header .item-search {
  margin: 0;
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.6' cy='9.6' r='8.6' stroke='black' stroke-width='2'/%3E%3Cline x1='16.4786' y1='15.0644' x2='24.7072' y2='23.2929' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.select2-container {
  z-index: 9999;
}
.select2-container .select2-results > .select2-results__options {
  max-height: initial;
}
.select2-container .select2-dropdown {
  border: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 15px 15px;
  min-width: 13.75rem;
  margin-top: 1.25rem;
  margin-left: -1.875rem;
}
.select2-container .select2-results__options {
  padding: 2.5rem;
}
.select2-container .select2-results__options li:first-child {
  display: none;
}
.select2-container .select2-results__option {
  padding: 0;
  font-size: 1.125rem;
  background: none !important;
  position: relative;
  padding-left: 2.5rem;
}
.select2-container .select2-results__option:not(:last-child) {
  margin-bottom: 1.25rem;
}
.select2-container .select2-results__option:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid;
  left: 0;
  top: 4px;
}
.select2-container .select2-results__option:after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #010101;
  left: 7px;
  top: 11px;
  position: absolute;
  opacity: 0;
}
.select2-container .select2-results__option.select2-results__option--selected:after {
  opacity: 1;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: none;
  color: inherit;
}

.pill {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .site-header {
    position: sticky;
    transition: padding 0.6s, transform 0.6s;
  }
  .site-header .top-navigation {
    transition: 0.6s;
  }
  .site-header .brand {
    transition: max-width 0.6s, transform 0.6s;
  }
  .site-header .primary-navigation > ul {
    transition: 0.6s;
  }
  .site-header + .pill {
    display: block;
    transition: 0.6s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    transform: translateY(calc(-100% - 20px));
  }
  .site-header + .pill .pill__content {
    width: 100%;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.25);
    background: white;
    max-width: 11.5rem;
    padding: 1.25rem 1rem 1rem;
    border-radius: 0 0 1.5rem 1.5rem;
  }
  .site-header + .pill .logo {
    max-width: 8.125rem;
    margin: 0 auto;
    margin-bottom: 0.8125rem;
  }
  .site-header + .pill .logo svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .site-header.sticky-shrink {
    padding: 0.75rem 0;
  }
  .site-header.sticky-shrink .brand {
    max-width: 8.125rem;
    transform: translateY(-5px);
  }
  .site-header.sticky-shrink .top-navigation {
    margin-top: -3.25rem;
  }
  .site-header.sticky-pill {
    transform: translateY(-100%);
  }
  .site-header.show-pill + .pill {
    transform: translateY(0);
  }
}
@media print, screen and (max-width: 63.99875em) {
  .site-header {
    overflow: hidden;
  }
  .site-header .demo-button {
    position: absolute;
    right: 1.25rem;
    transform: translateX(50vw);
  }
  .site-header .hamburger,
  .site-header .demo-button,
  .site-header .brand {
    transition: 0.6s;
  }
  .site-header.sticky-shrink .hamburger {
    transform: translateX(-50vw);
  }
  .site-header.sticky-shrink .demo-button {
    transform: translateX(0);
  }
  .site-header.sticky-shrink .brand {
    transform: translateX(calc(-50vw + 64px + 15px));
  }
}
footer.site-footer {
  background: #fff;
  color: #000;
  padding-bottom: 2.88rem;
}
@media print, screen and (min-width: 48em) {
  footer.site-footer {
    padding-bottom: 3.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  footer.site-footer {
    padding-bottom: 4rem;
  }
}
.page-template-template-landing-page footer.site-footer {
  padding-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  footer.site-footer .search-wrapper,
  footer.site-footer .demo-popup-btn {
    display: none;
  }
}
footer.site-footer .search-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s, padding 0.6s;
  white-space: nowrap;
}
footer.site-footer .search-wrapper.active {
  max-height: 100px;
}
footer.site-footer .demo-popup-btn {
  margin-top: 1rem;
}
footer.site-footer .curve {
  margin-bottom: 4.375rem;
  height: 2.25rem;
  position: relative;
  filter: drop-shadow(0 -7px 5px rgba(0, 0, 0, 0.1));
}
footer.site-footer .curve:before {
  content: "";
  display: block;
  clip-path: url(#footerTop);
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
footer.site-footer ul {
  padding: 0;
  margin: 0;
}
footer.site-footer li {
  list-style: none;
}
footer.site-footer a {
  color: #000;
}
footer.site-footer .footer-content {
  padding-bottom: 2.88rem;
  padding-top: 2.88rem;
}
@media print, screen and (min-width: 48em) {
  footer.site-footer .footer-content {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  footer.site-footer .footer-content {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
footer.site-footer .footer-content > ul > li,
footer.site-footer .footer-content > .inner > ul > li {
  margin-bottom: 0.45rem;
  margin-top: 0.45rem;
}
@media print, screen and (min-width: 48em) {
  footer.site-footer .footer-content > ul > li,
  footer.site-footer .footer-content > .inner > ul > li {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  footer.site-footer .footer-content > ul > li,
  footer.site-footer .footer-content > .inner > ul > li {
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
  }
}
footer.site-footer .footer-content > ul > li > a,
footer.site-footer .footer-content > .inner > ul > li > a {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 0.45rem;
  padding-top: 0.45rem;
}
@media print, screen and (min-width: 48em) {
  footer.site-footer .footer-content > ul > li > a,
  footer.site-footer .footer-content > .inner > ul > li > a {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  footer.site-footer .footer-content > ul > li > a,
  footer.site-footer .footer-content > .inner > ul > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
}
footer.site-footer .footer-content .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.44rem;
  margin-left: -0.36rem;
  margin-right: -0.36rem;
}
@media print, screen and (min-width: 48em) {
  footer.site-footer .footer-content .footer-top {
    margin-bottom: 1.6rem;
  }
}
@media print, screen and (min-width: 64em) {
  footer.site-footer .footer-content .footer-top {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 48em) {
  footer.site-footer .footer-content .footer-top {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
@media print, screen and (min-width: 64em) {
  footer.site-footer .footer-content .footer-top {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
footer.site-footer .footer-content .footer-top li a {
  padding-left: 0.36rem;
  padding-right: 0.36rem;
}
@media print, screen and (min-width: 48em) {
  footer.site-footer .footer-content .footer-top li a {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media print, screen and (min-width: 64em) {
  footer.site-footer .footer-content .footer-top li a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
footer.site-footer .footer-content .inner {
  display: flex;
  justify-content: space-between;
  margin-left: -0.72rem;
  margin-right: -0.72rem;
}
@media print, screen and (min-width: 48em) {
  footer.site-footer .footer-content .inner {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}
@media print, screen and (min-width: 64em) {
  footer.site-footer .footer-content .inner {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
footer.site-footer .footer-content .inner > ul {
  padding-left: 0.72rem;
  padding-right: 0.72rem;
}
@media print, screen and (min-width: 48em) {
  footer.site-footer .footer-content .inner > ul {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
@media print, screen and (min-width: 64em) {
  footer.site-footer .footer-content .inner > ul {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
footer.site-footer .footer-content .inner > ul > li > ul {
  padding-top: 0.75rem;
  max-width: 11.5rem;
  display: flex;
  flex-direction: column;
}
footer.site-footer .footer-content .inner > ul > li > ul li {
  line-height: 1.4375rem;
}
footer.site-footer .footer-content .inner > ul > li > ul li + li {
  margin-top: 0.9375rem;
}
footer.site-footer .footer-content .inner > ul > li > ul li a {
  font-weight: 400;
  line-height: 1.3125rem;
  padding: 0 !important;
}
footer.site-footer .footer-content .inner > ul > li > ul li a {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  footer.site-footer .footer-content .inner > ul > li > ul li a {
    font-size: calc(17px + 1 * (100vw - 768px) / 256);
  }
}
@media screen and (min-width: 1024px) {
  footer.site-footer .footer-content .inner > ul > li > ul li a {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  footer.site-footer .footer-wrapper .accordion-menu {
    display: none;
  }
}
footer.site-footer .footer-wrapper .accordion-menu .button.demo-popup-btn, footer.site-footer .footer-wrapper .accordion-menu .menu li.button > a.demo-popup-btn, .menu footer.site-footer .footer-wrapper .accordion-menu li.button > a.demo-popup-btn {
  margin-top: 1rem;
}
footer.site-footer .footer-wrapper .accordion-menu > li {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
footer.site-footer .footer-wrapper .is-accordion-submenu-parent {
  position: relative;
}
footer.site-footer .footer-wrapper .is-accordion-submenu-parent > .submenu-toggle {
  left: initial;
  top: 0.25rem;
  right: 0;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.site-footer .footer-wrapper .is-accordion-submenu-parent > .submenu-toggle:after {
  transform: none !important;
  color: #000;
  position: relative;
  content: "";
  font-weight: 100;
  font-size: 2rem;
  right: 0;
  margin: 0 !important;
  width: 1.1875rem;
  height: 0.6875rem;
  border-radius: 0;
  border: none;
  line-height: 0.625rem;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='12' viewBox='0 0 19 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.50354 8.3803L16.6877 1.10011C17.2195 0.561682 18.0793 0.561682 18.6054 1.10011C19.1315 1.63854 19.1315 2.50918 18.6054 3.0476L10.4652 11.2958C9.95043 11.817 9.12452 11.8285 8.59278 11.3359L0.395981 3.05334C0.130112 2.78413 0 2.429 0 2.07959C0 1.73019 0.130112 1.37506 0.395981 1.10585C0.92773 0.567419 1.78757 0.567419 2.31366 1.10585L9.50354 8.3803Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s;
}
footer.site-footer .footer-wrapper .is-accordion-submenu-parent > .submenu-toggle[aria-expanded=true]:after {
  transform: rotate(180deg) !important;
}
footer.site-footer .footer-wrapper .is-accordion-submenu-parent > a {
  line-height: 2rem;
  padding: 0;
}
footer.site-footer .footer-wrapper .is-accordion-submenu-parent > a::after {
  opacity: 0;
}
footer.site-footer .footer-wrapper .is-accordion-submenu-parent .submenu {
  margin-top: 1.375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  z-index: 1;
  width: 105vw;
  left: 50%;
  transform: translate(-50%, 0);
}
footer.site-footer .footer-wrapper .is-accordion-submenu-parent .submenu:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #F3F3F3;
  opacity: 1;
  transition: all 0.6s;
}
footer.site-footer .footer-wrapper .is-accordion-submenu-parent .submenu .menu-item {
  margin-bottom: 1.25rem;
}
footer.site-footer .footer-wrapper .is-accordion-submenu-parent .submenu .menu-item:last-child {
  margin-bottom: 0;
}
footer.site-footer .footer-wrapper .is-accordion-submenu-parent .submenu .menu-item a {
  line-height: normal;
  border: none;
  font-weight: normal;
  padding: 0;
}
footer.site-footer .footer-wrapper .accordion-menu > .menu-item {
  padding-right: 1.75rem;
}
footer.site-footer .footer-wrapper .accordion-menu > .menu-item.current-menu-item > a,
footer.site-footer .footer-wrapper .accordion-menu > .menu-item .current-menu-item > a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
footer.site-footer .footer-wrapper .accordion-menu > .menu-item.current-menu-item > a:before,
footer.site-footer .footer-wrapper .accordion-menu > .menu-item .current-menu-item > a:before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.375rem;
  transition: width 0.3s;
  background: #FDBB30;
}
footer.site-footer .footer-wrapper .accordion-menu > .menu-item > a {
  padding-left: 0;
  margin-right: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
footer.site-footer .footer-wrapper .accordion-menu > .menu-item .submenu {
  padding-left: 6.25rem;
}
footer.site-footer .footer-wrapper .accordion-menu > .menu-item .submenu > li a {
  font-size: 1.125rem;
  font-weight: 600;
}
footer.site-footer .footer-copyright {
  text-align: center;
  margin-bottom: 0.72rem;
  margin-top: 0.72rem;
  font-weight: 400;
  line-height: 1.3125rem;
}
@media print, screen and (min-width: 48em) {
  footer.site-footer .footer-copyright {
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
  }
}
@media print, screen and (min-width: 64em) {
  footer.site-footer .footer-copyright {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
footer.site-footer .footer-copyright {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  footer.site-footer .footer-copyright {
    font-size: calc(17px + 1 * (100vw - 768px) / 256);
  }
}
@media screen and (min-width: 1024px) {
  footer.site-footer .footer-copyright {
    font-size: 1.125rem;
  }
}
footer.site-footer .footer-bottom-menu {
  display: flex;
  max-width: 35.875rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  padding-bottom: 0.72rem;
  padding-top: 0.72rem;
}
@media print, screen and (min-width: 48em) {
  footer.site-footer .footer-bottom-menu {
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
  }
}
@media print, screen and (min-width: 64em) {
  footer.site-footer .footer-bottom-menu {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
footer.site-footer .footer-bottom-menu li {
  font-size: 1.125rem;
  font-weight: 400;
}
footer.site-footer .footer-bottom-menu li:first-child a {
  padding-left: 0 !important;
}
footer.site-footer .footer-bottom-menu li:last-child a {
  padding-right: 0 !important;
}
footer.site-footer .footer-bottom-menu li a {
  padding: 0.36rem;
  text-transform: uppercase;
}
@media print, screen and (min-width: 48em) {
  footer.site-footer .footer-bottom-menu li a {
    padding: 0.4rem;
  }
}
@media print, screen and (min-width: 64em) {
  footer.site-footer .footer-bottom-menu li a {
    padding: 0.5rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  footer.site-footer .socials {
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
  }
}

section.content-block.hero-unit {
  position: relative;
  height: 100%;
  padding: 0;
  margin-top: 0 !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.content-block.hero-unit {
    overflow: hidden;
  }
}
section.content-block.hero-unit.bg-black {
  color: #fff;
}
section.content-block.hero-unit .wrapper {
  height: 100%;
}
section.content-block.hero-unit .hero-unit-content {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media print, screen and (min-width: 64em) {
  section.content-block.hero-unit .hero-unit-content {
    padding-top: 10.25rem;
    padding-bottom: 10.25rem;
  }
}
section.content-block.hero-unit .hero-unit-content .headline {
  font-size: 9rem;
  font-weight: 800;
  line-height: 8rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.hero-unit .hero-unit-content .headline {
    line-height: 2.5625rem;
    font-size: 3rem;
  }
}
section.content-block.hero-unit .hero-unit-content .headline span {
  display: block;
}
section.content-block.hero-unit .hero-unit-content .subheadline {
  max-width: 53.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.hero-unit .hero-unit-content .subheadline {
    font-size: 1.5rem;
    font-weight: 700px;
    line-height: 1.8125rem;
    margin-top: 0.5rem;
  }
}
section.content-block.hero-unit .hero-unit-content .hero-unit-text {
  font-weight: 400;
  line-height: 1.3125rem;
  margin-top: 2.5rem;
  max-width: 24.375rem;
  margin-right: auto;
  margin-left: auto;
}
section.content-block.hero-unit .hero-unit-content .hero-unit-text {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  section.content-block.hero-unit .hero-unit-content .hero-unit-text {
    font-size: calc(17px + 1 * (100vw - 768px) / 256);
  }
}
@media screen and (min-width: 1024px) {
  section.content-block.hero-unit .hero-unit-content .hero-unit-text {
    font-size: 1.125rem;
  }
}
section.content-block.hero-unit .hero-unit-content .button, section.content-block.hero-unit .hero-unit-content .menu li.button > a, .menu section.content-block.hero-unit .hero-unit-content li.button > a {
  margin-top: 4rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.hero-unit .hero-unit-content .button, section.content-block.hero-unit .hero-unit-content .menu li.button > a, .menu section.content-block.hero-unit .hero-unit-content li.button > a {
    margin-top: 1rem;
  }
}
section.content-block.hero-unit[class*=" angle-b"] .hero-unit-content {
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  section.content-block.hero-unit[class*=" angle-b"] .hero-unit-content {
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 48em) {
  section.content-block.hero-unit.hero-unit-navigation.bg-image .wrapper {
    padding-bottom: 6.875rem;
  }
}
section.content-block.hero-unit.hero-unit-navigation.bg-black .wrapper {
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  section.content-block.hero-unit.hero-unit-navigation.bg-black .wrapper {
    padding-bottom: 4rem;
  }
}
section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation {
  width: 100%;
  background-color: #383838;
  border-radius: 1.5rem;
  padding-left: 2.16rem;
  padding-right: 2.16rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
@media print, screen and (max-width: 63.99875em) and (min-width: 48em) {
  section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
@media print, screen and (max-width: 63.99875em) and (min-width: 64em) {
  section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation ul {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation ul {
    overflow: scroll;
  }
}
section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation ul li {
  list-style: none;
  padding-bottom: 1.17rem;
  padding-top: 1.17rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation ul li {
    padding-bottom: 1.3rem;
    padding-top: 1.3rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation ul li {
    padding-bottom: 1.625rem;
    padding-top: 1.625rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation ul li {
    padding-bottom: 0.72rem;
    padding-top: 0.72rem;
    min-width: 10.625rem;
    text-align: center;
    max-width: 10.625rem;
  }
}
@media print, screen and (max-width: 63.99875em) and (min-width: 48em) {
  section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation ul li {
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
  }
}
@media print, screen and (max-width: 63.99875em) and (min-width: 64em) {
  section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation ul li {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation ul li {
    min-width: auto;
    max-width: initial;
    white-space: nowrap;
  }
}
section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation ul li a {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.65625rem;
  font-weight: 700;
  padding: 1.17rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation ul li a {
    padding: 1.3rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation ul li a {
    padding: 1.625rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation ul li a {
    padding: 0.72rem;
    font-size: 1.125rem;
    line-height: 1.1875rem;
  }
}
@media print, screen and (max-width: 63.99875em) and (min-width: 48em) {
  section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation ul li a {
    padding: 0.8rem;
  }
}
@media print, screen and (max-width: 63.99875em) and (min-width: 64em) {
  section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation ul li a {
    padding: 1rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.hero-unit.hero-unit-navigation .hero-unit-content__wrapper > .grid-container .hero-unit-navigation ul li a {
    font-size: 0.9375rem;
  }
}
section.content-block.hero-unit.bg-image {
  background: none;
}
@media print, screen and (min-width: 64em) {
  section.content-block.hero-unit.bg-image .wrapper {
    min-height: 46.875rem;
  }
}
section.content-block.hero-unit.bg-image .overlay {
  z-index: -1;
  max-width: 101.25rem;
  max-height: 50rem;
  margin-left: auto;
  margin-right: auto;
  background: none;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.hero-unit.bg-image .overlay {
    position: relative;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  }
}
section.content-block.hero-unit.bg-image .overlay img,
section.content-block.hero-unit.bg-image .overlay svg {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  section.content-block.hero-unit.bg-image .overlay img,
  section.content-block.hero-unit.bg-image .overlay svg {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.hero-unit.bg-image .overlay img,
  section.content-block.hero-unit.bg-image .overlay svg {
    height: calc(300px + 10vw);
  }
}
section.content-block.hero-unit.bg-image .grid-container {
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.hero-unit.bg-image .hero-unit-content__wrapper {
    box-shadow: 0px -9px 5px rgba(72, 72, 72, 0.1);
  }
  section.content-block.hero-unit.bg-image .hero-unit-content__wrapper .grid-container {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
}
section.content-block.hero-unit.bg-image .hero-unit-content {
  color: #010101;
  width: 100%;
  max-width: 46.875rem;
  text-align: left;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.hero-unit.bg-image .hero-unit-content {
    margin-left: auto;
    margin-right: auto;
  }
}
section.content-block.hero-unit.bg-image .hero-unit-content .headline {
  font-size: 6rem;
  font-weight: 800;
  line-height: 5.3125rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.hero-unit.bg-image .hero-unit-content .headline {
    line-height: 2.75rem;
    font-size: 3rem;
  }
}
section.content-block.hero-unit.bg-image .hero-unit-content .hero-unit-text {
  margin-right: auto;
  margin-left: 0;
  margin-top: 1rem;
}
section.content-block.hero-unit.bg-image .hero-unit-content .button, section.content-block.hero-unit.bg-image .hero-unit-content .menu li.button > a, .menu section.content-block.hero-unit.bg-image .hero-unit-content li.button > a {
  margin-top: 1.5rem;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.hero-unit.bg-image .hero-unit-content .button, section.content-block.hero-unit.bg-image .hero-unit-content .menu li.button > a, .menu section.content-block.hero-unit.bg-image .hero-unit-content li.button > a {
    width: 100%;
  }
}
section.content-block.hero-unit.bg-image, section.content-block.hero-unit.bg-video {
  color: #fff;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.hero-unit .hero-unit-content {
    text-align: center !important;
  }
  section.content-block.hero-unit .hero-unit-text {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
  }
}
section.content-block.hero-unit.profile-grey .hero-unit-content .subheadline,
section.content-block.hero-unit.profile-grey .hero-unit-content .hero-unit-text {
  color: #C1C1C1;
}
section.content-block.hero-unit.profile-green .hero-unit-content .subheadline,
section.content-block.hero-unit.profile-green .hero-unit-content .hero-unit-text {
  color: #6CD98A;
}
section.content-block.hero-unit.profile-blue .hero-unit-content .subheadline,
section.content-block.hero-unit.profile-blue .hero-unit-content .hero-unit-text {
  color: #3CBDFF;
}
section.content-block.hero-unit.profile-pink .hero-unit-content .subheadline,
section.content-block.hero-unit.profile-pink .hero-unit-content .hero-unit-text {
  color: #FB908B;
}
@media print, screen and (min-width: 64em) {
  section.content-block.hero-unit:not([class*=" angle-b"]) + [class*=" angle-t"] {
    margin-top: -4.75rem !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.hero-unit .overlay {
    overflow: hidden;
  }
  section.content-block.hero-unit .overlay img {
    transform: scale(1.3);
    transform-origin: right;
    top: -1.25rem;
    position: relative;
  }
}

.hero-unit.identity-for-life .hero-unit-content .headline,
.hero-unit.trust-for-life .hero-unit-content .headline {
  font-size: 0 !important;
  background: url(../images/Trust_for_Life_logo.svg) no-repeat 50% 50%;
  width: 18.75rem;
  height: 9.5625rem;
  background-size: contain;
}
@media print, screen and (max-width: 63.99875em) {
  .hero-unit.identity-for-life .hero-unit-content .headline,
  .hero-unit.trust-for-life .hero-unit-content .headline {
    margin-left: auto;
    margin-right: auto;
  }
}

.button, .menu li.button > a,
.menu > li.button > a,
.menu.dropdown li.button > a,
.menu.dropdown > li.button > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FA6100;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  transition: color 0.6s, background 0.6s, border-color 0.6s;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0.25rem 2rem;
  border-radius: 2rem;
  height: 3.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: initial !important;
  width: 20.4375rem;
}
@media print, screen and (max-width: 47.99875em) {
  .button, .menu li.button > a,
  .menu > li.button > a,
  .menu.dropdown li.button > a,
  .menu.dropdown > li.button > a {
    max-width: 20.4375rem;
    width: 100%;
  }
}
.button.small, .menu li.button > a.small {
  width: 9.375rem;
  height: 2.625rem;
  font-size: 1.125rem;
  color: #fff !important;
}
.button.simple, .menu li.button > a.simple {
  width: auto;
  max-width: initial;
  height: initial;
  padding: 0;
  margin: 0;
  background: none;
  color: #BFBFBF;
}
.button.simple.orange, .menu li.button > a.simple.orange {
  color: #FA6100;
}
.button.simple:hover, .menu li.button > a.simple:hover, .button.simple:focus, .menu li.button > a.simple:focus {
  color: rgb(212.5, 82.45, 0);
  background: none;
}
.button.default, .menu li.button > a.default {
  color: #fff !important;
}
.button.default:hover, .menu li.button > a.default:hover {
  color: #fff;
  background: rgb(252.5679425837, 172.3100478469, 3.2820574163);
}
.button:hover, .menu li.button > a:hover {
  color: #fff;
  background: rgb(252.5679425837, 172.3100478469, 3.2820574163);
}
.button:focus, .menu li.button > a:focus, .button:active, .menu li.button > a:active {
  outline: 0;
  color: #fff;
}
.button:disabled, .menu li.button > a:disabled, .button.disabled, .menu li.button > a.disabled {
  pointer-events: none;
}

.brand img,
.brand svg {
  display: block;
}

.dropdown.menu > li > a,
.dropdown.menu > li.is-active > a,
.menu .active > a {
  background: inherit;
  color: inherit;
}

.menu li.button,
.menu > li.button,
.menu.dropdown li.button,
.menu.dropdown > li.button {
  padding: 0 1rem;
  background: none;
  height: auto;
  display: block;
  text-align: left;
  width: auto;
  border-radius: 0;
}
.menu li.button > a,
.menu > li.button > a,
.menu.dropdown li.button > a,
.menu.dropdown > li.button > a {
  width: 9.375rem;
  height: 2.625rem;
  font-size: 1.125rem;
  color: #fff !important;
}
.menu li.button > a:before,
.menu > li.button > a:before,
.menu.dropdown li.button > a:before,
.menu.dropdown > li.button > a:before {
  display: none;
}

.menu.dropdown {
  position: static;
}
.menu.dropdown > li {
  position: static;
}
.menu.dropdown > li.is-dropdown-submenu-parent > a {
  padding-right: 0;
}
.menu.dropdown > li.is-dropdown-submenu-parent > a::after {
  display: none;
}
.menu.dropdown > li > ul {
  min-width: 0;
  display: flex;
  pointer-events: auto;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -12px);
  transition: opacity 0.3s ease-in, transform 0.3s ease-in, visibility 0.3s ease-in;
  width: 100%;
  left: 50% !important;
  right: initial;
  background: #F3F3F3;
  border: none;
  position: absolute;
  max-width: 77.8125rem;
  padding: 0 1.875rem;
}
.menu.dropdown > li > ul:before {
  content: "";
  display: block;
  position: absolute;
  background: #f3f3f3;
  height: 100%;
  bottom: 0;
  top: 0;
  width: 100%;
  left: calc((var(--vw, 1vw) * 100 - 77.8125rem) / -2);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.menu.dropdown > li > ul:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(var(--vw, 1vw) * 100 - (var(--vw, 1vw) * 100 - 77.8125rem) / 2 - 454px);
  left: 454px;
  background: #ffffff;
  top: 0;
  bottom: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.menu.dropdown > li > ul li {
  list-style: none;
}
.menu.dropdown > li > ul > li.resource-card__wrapper {
  width: 424px;
  min-width: 424px;
  padding: 4rem 4rem 4rem 1rem;
}
.menu.dropdown > li > ul > li.resource-card__wrapper.profile-green .resource-card::before {
  background: #6CD98A;
}
.menu.dropdown > li > ul > li.resource-card__wrapper.profile-green .resource-card .top-border {
  color: #53A86B;
}
.menu.dropdown > li > ul > li.resource-card__wrapper.profile-pink .resource-card::before {
  background: #FB908B;
}
.menu.dropdown > li > ul > li.resource-card__wrapper.profile-pink .resource-card .top-border {
  color: #CD7874;
}
.menu.dropdown > li > ul > li.resource-card__wrapper.profile-blue .resource-card::before {
  background: #3CBDFF;
}
.menu.dropdown > li > ul > li.resource-card__wrapper.profile-blue .resource-card .top-border {
  color: #3294C7;
}
.menu.dropdown > li > ul > li.resource-card__wrapper .resource-card {
  height: 100%;
  width: 100%;
  max-width: 21.5rem;
  margin-left: auto;
  padding: 2.375rem 1.75rem 2rem 1.75rem;
  background-color: #383838;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  border-radius: 1.5rem;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}
.menu.dropdown > li > ul > li.resource-card__wrapper .resource-card .image {
  border-radius: 1.5rem;
  overflow: hidden;
}
.menu.dropdown > li > ul > li.resource-card__wrapper .resource-card .image.has-gradient {
  position: relative;
}
.menu.dropdown > li > ul > li.resource-card__wrapper .resource-card .image.has-gradient.gradient-blue:after, .menu.dropdown > li > ul > li.resource-card__wrapper .resource-card .image.has-gradient.gradient-pink:after, .menu.dropdown > li > ul > li.resource-card__wrapper .resource-card .image.has-gradient.gradient-green:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.menu.dropdown > li > ul > li.resource-card__wrapper .resource-card .image.has-gradient.gradient-pink:after {
  background: linear-gradient(90deg, #FB908B 0%, rgba(251, 144, 139, 0.71875) 40.1%, rgba(251, 144, 139, 0) 100%);
}
.menu.dropdown > li > ul > li.resource-card__wrapper .resource-card .image.has-gradient.gradient-blue:after {
  background: linear-gradient(90deg, rgba(60, 189, 255, 0.64) 0%, rgba(60, 189, 255, 0.416667) 25%, rgba(60, 189, 255, 0.274884) 68.23%, rgba(60, 189, 255, 0) 100%);
}
.menu.dropdown > li > ul > li.resource-card__wrapper .resource-card .image.has-gradient.gradient-green:after {
  background: linear-gradient(90deg, rgba(108, 217, 138, 0.8) 0%, rgba(108, 217, 138, 0.51) 24.48%, rgba(108, 217, 138, 0.3) 85.94%, rgba(108, 217, 138, 0) 100%);
}
.menu.dropdown > li > ul > li.resource-card__wrapper .resource-card .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 48em) {
  .menu.dropdown > li > ul > li.resource-card__wrapper .resource-card:hover {
    transform: translateY(-20px);
    box-shadow: 0px 4px 19px rgba(60, 189, 255, 0.8);
  }
}
.menu.dropdown > li > ul > li.resource-card__wrapper .resource-card::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: -0.6875rem;
  height: 2.5rem;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background: #6CD98A;
}
@media print, screen and (max-width: 47.99875em) {
  .menu.dropdown > li > ul > li.resource-card__wrapper .resource-card::before {
    font-size: 1.125rem;
    padding-left: 0.5rem;
  }
}
.menu.dropdown > li > ul > li.resource-card__wrapper .resource-card .top-border {
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  left: -0.0625rem;
  top: -0.6875rem;
  height: 2.5rem;
  color: #53A86B;
}
.menu.dropdown > li > ul > li.resource-card__wrapper .resource-card .button, .menu.dropdown > li > ul > li.resource-card__wrapper .resource-card li.button > a {
  width: 100%;
  position: relative;
  z-index: 20;
}
.menu.dropdown > li > ul > li.resource-card__wrapper .resource-card p {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: 600;
  text-align: center;
}
.menu.dropdown > li > ul > li:not(.resource-card__wrapper) {
  background-color: #fff;
  margin-top: 2px;
}
.menu.dropdown > li > ul > li > ul {
  margin-top: 2px;
  padding: 0;
  width: 100%;
  left: 0 !important;
  right: initial;
  border: none;
  position: relative;
  padding-left: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.menu.dropdown > li > ul > li > ul > li {
  width: 50% !important;
  min-width: 12.5rem;
  padding: 2rem;
}
.menu.dropdown > li > ul > li > ul > li.current-menu-item:before {
  display: none;
}
.menu.dropdown > li > ul > li > ul > li.current-menu-item > a,
.menu.dropdown > li > ul > li > ul > li.current-menu-item .current-menu-item {
  position: relative;
}
.menu.dropdown > li > ul > li > ul > li.current-menu-item > a:before,
.menu.dropdown > li > ul > li > ul > li.current-menu-item .current-menu-item:before {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  width: 100%;
  height: 0.375rem;
  transition: width 0.3s;
  background: #FDBB30;
  transform: translate(-50%, 0);
}
.menu.dropdown > li > ul > li > ul > li > a {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  padding: 0;
  position: relative;
  display: block;
}
.menu.dropdown > li > ul > li > ul > li > a:before {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0.375rem;
  transition: width 0.3s;
  background: #FDBB30;
}
.menu.dropdown > li > ul > li > ul > li > a:hover {
  color: inherit;
}
.menu.dropdown > li > ul > li > ul > li > a:hover:before {
  width: 100%;
}
.menu.dropdown > li.is-active > ul {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}

.top-navigation > ul {
  align-items: center;
}

.site-header .header-navigations .primary-navigation > ul > li > a:before {
  bottom: 0.25rem !important;
}

.hamburger {
  display: flex;
  align-items: center;
  background-color: #FA6100;
  padding: 0.5625rem 0.375rem;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
}
.hamburger .hamburger-button {
  display: block;
  height: 0.875rem;
  padding: 0;
  border: none;
  background: none;

  cursor: pointer;
  position: relative;
}
.hamburger .hamburger-button .hamburger-line {
  height: 0.125rem;
  width: 1.25rem;
  background: #fff;
  display: block;
  position: absolute;
  transition: transform 0.3s;
  border-radius: 0.3125rem;
}
.hamburger .hamburger-button .hamburger-line.hamburger-line1 {
  top: 0;
  width: 0.625rem;
}
.hamburger .hamburger-button .hamburger-line.hamburger-line2 {
  top: 50%;
  margin-top: -1.5px;
}
.hamburger .hamburger-button .hamburger-line.hamburger-line3 {
  bottom: 0;
  width: 0.875rem;
}
.hamburger[aria-expanded=true] .hamburger-line {
  width: 1.25rem !important;
}
.hamburger[aria-expanded=true] .hamburger-line1 {
  transform: translateY(5px) translateX(0) rotate(45deg);
}
.hamburger[aria-expanded=true] .hamburger-line2 {
  opacity: 0;
}
.hamburger[aria-expanded=true] .hamburger-line3 {
  transform: translateY(-9px) translateX(0) rotate(-45deg);
  bottom: initial;
  top: 100%;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 9999;
}

.search-wrapper {
  max-width: 30.3125rem;
  margin-left: 0;
}
.search-wrapper + * {
  margin-top: 4rem;
}
.search-wrapper .search-form {
  max-width: 30.3125rem;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .search-wrapper .search-form {
    max-width: 16.0625rem;
  }
}
.search-wrapper .search-form .search-input-wrapper input {
  height: 3.125rem;
  padding-left: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 1.5rem;
  border: 1px solid #000;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .search-wrapper .search-form .search-input-wrapper input {
    padding-right: 8.125rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .search-wrapper .search-form .search-input-wrapper input {
    height: 2rem;
  }
}
.search-wrapper .search-form .search-input-wrapper input:-ms-input-placeholder {
  font-size: 1.75rem;
  font-weight: 300;
  left: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "Barlow";
  color: #000;
}
.search-wrapper .search-form .search-input-wrapper input::placeholder {
  font-size: 1.75rem;
  font-weight: 300;
  left: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "Barlow";
  color: #000;
}
@media print, screen and (max-width: 63.99875em) {
  .search-wrapper .search-form .search-input-wrapper input:-ms-input-placeholder {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    font-weight: 500;
  }
  .search-wrapper .search-form .search-input-wrapper input::placeholder {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    font-weight: 500;
  }
}
.search-wrapper .search-form .search-button {
  width: 7.5rem;
  height: 2.625rem;
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translate(0, -50%);
}
@media print, screen and (max-width: 63.99875em) {
  .search-wrapper .search-form .search-button {
    height: 1.5rem;
    width: 1.5rem;
    font-size: 0;
    padding: 0;
    background-image: url("../images/arrow-search-orange.svg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0;
  }
}

.mfp-bg {
  background: #4E4E4E;
  opacity: 0.7;
  backdrop-filter: blur(4px);
  z-index: 100000;
}

.mfp-content {
  width: 100%;
}
.mfp-content .grid-container {
  max-width: 100%;
  padding: 0;
}

.mfp-wrap {
  z-index: 1000001;
}

.mfp-container {
  padding: 0 1.125rem;
}

.mfp-close {
  width: 2rem !important;
  height: 2rem;
  background: url(../images/modal-close.svg) no-repeat !important;
  background-size: contain;
  font-size: 0;
  position: absolute;
  top: -2.5rem !important;
  right: 0 !important;
}
@media print, screen and (min-width: 64em) {
  .mfp-close {
    top: 0 !important;
    right: -3.125rem !important;
  }
}

ul.socials {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
ul.socials svg, ul.socials img {
  display: block;
  width: 3.125rem;
}
ul.socials svg path, ul.socials img path {
  transition: fill 0.6s;
}
ul.socials svg:hover path, ul.socials img:hover path {
  fill: #010101 !important;
}
ul.socials li {
  margin: 0 1.5625rem;
}
ul.socials li:first-child {
  margin-left: 0;
}
ul.socials li:last-child {
  margin-right: 0;
}

main.content {
  overflow: hidden;
}

section.content-block {
  margin-top: 5.4rem;
  position: relative;
  z-index: 1;
  background: #fff;
}
section.content-block::before, section.content-block::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
section.content-block::after {
  clear: both;
}
@media print, screen and (min-width: 48em) {
  section.content-block {
    margin-top: 6rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block {
    margin-top: 12rem;
  }
}
section.content-block.bg-black {
  background-color: #1F1F1F;
}
section.content-block.bg-white {
  background-color: #fff;
}
section.content-block.pull-top-half {
  margin-top: 4.32rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block.pull-top-half {
    margin-top: 4.8rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.pull-top-half {
    margin-top: 6rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block .grid-x .cell.small-order-1 {
    margin-bottom: 2.88rem;
  }
}
@media print, screen and (max-width: 47.99875em) and (min-width: 48em) {
  section.content-block .grid-x .cell.small-order-1 {
    margin-bottom: 3.2rem;
  }
}
@media print, screen and (max-width: 47.99875em) and (min-width: 64em) {
  section.content-block .grid-x .cell.small-order-1 {
    margin-bottom: 4rem;
  }
}
section.content-block .wrapper {
  position: relative;
}
section.content-block .wrapper > .grid-container {
  position: relative;
}

section[class*=" bg-"]:not(.has-angles):not(.hero-unit) {
  padding-bottom: 7.38rem;
  padding-top: 7.38rem;
}
@media print, screen and (min-width: 48em) {
  section[class*=" bg-"]:not(.has-angles):not(.hero-unit) {
    padding-bottom: 8.2rem;
    padding-top: 8.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  section[class*=" bg-"]:not(.has-angles):not(.hero-unit) {
    padding-bottom: 10.25rem;
    padding-top: 10.25rem;
  }
}
section[class*=" bg-"].has-angles .wrapper {
  padding-bottom: 7.38rem;
  padding-top: 7.38rem;
}
@media print, screen and (min-width: 48em) {
  section[class*=" bg-"].has-angles .wrapper {
    padding-bottom: 8.2rem;
    padding-top: 8.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  section[class*=" bg-"].has-angles .wrapper {
    padding-bottom: 10.25rem;
    padding-top: 10.25rem;
  }
}
section[class*=" bg-"].has-angles[class*=" angle-t"] {
  padding-top: 7.38rem;
}
@media print, screen and (min-width: 48em) {
  section[class*=" bg-"].has-angles[class*=" angle-t"] {
    padding-top: 8.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  section[class*=" bg-"].has-angles[class*=" angle-t"] {
    padding-top: 10.25rem;
  }
}
section[class*=" bg-"].has-angles[class*=" angle-b"] {
  padding-bottom: 7.38rem;
}
@media print, screen and (min-width: 48em) {
  section[class*=" bg-"].has-angles[class*=" angle-b"] {
    padding-bottom: 8.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  section[class*=" bg-"].has-angles[class*=" angle-b"] {
    padding-bottom: 10.25rem;
  }
}
section[class*=" bg-"].has-angles[class*=" bg-"] {
  background: none;
  padding: 0;
}
section[class*=" bg-"].has-angles[class*=" bg-"] .wrapper {
  padding-bottom: 7.38rem;
  padding-top: 7.38rem;
}
@media print, screen and (min-width: 48em) {
  section[class*=" bg-"].has-angles[class*=" bg-"] .wrapper {
    padding-bottom: 8.2rem;
    padding-top: 8.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  section[class*=" bg-"].has-angles[class*=" bg-"] .wrapper {
    padding-bottom: 10.25rem;
    padding-top: 10.25rem;
  }
}
section[class*=" bg-"].has-angles.template-free-form .wrapper {
  padding-bottom: 4.5rem;
  padding-top: 4.5rem;
}
@media print, screen and (min-width: 48em) {
  section[class*=" bg-"].has-angles.template-free-form .wrapper {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
@media print, screen and (min-width: 64em) {
  section[class*=" bg-"].has-angles.template-free-form .wrapper {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
}
section[class*=" bg-"].has-angles.hero-unit[class*=" bg-"] .wrapper,
section[class*=" bg-"].has-angles.hero-unit .wrapper {
  padding: 0 0 1.5rem 0;
}
section[class*=" bg-"].has-angles.bg-black .wrapper {
  background-color: #1F1F1F;
}
section[class*=" bg-"].has-angles.bg-white .wrapper {
  background-color: #fff;
}

section[class*=" bg-"] + section[class*=" bg-"],
section[class*=" bg-"] + [class*=" angle-t"],
[class*=" angle-b"] + section[class*=" bg-"] {
  margin-top: 0;
}

section.content-block:last-of-type {
  margin-bottom: 8.64rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block:last-of-type {
    margin-bottom: 9.6rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block:last-of-type {
    margin-bottom: 12rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block:last-of-type {
    margin-bottom: 5.625rem;
  }
}

section:last-of-type[class^=bg-],
section:last-of-type[class*=bg-] {
  margin-bottom: 0;
}

section.content-block:last-of-type.collapse-vert {
  margin-bottom: 8.64rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block:last-of-type.collapse-vert {
    margin-bottom: 9.6rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block:last-of-type.collapse-vert {
    margin-bottom: 12rem;
  }
}

section.collapse .grid-x .cell {
  padding-left: 0;
  padding-right: 0;
}

@media print, screen and (max-width: 47.99875em) {
  .has-2-cols:not(.block-grid) > .cell + .cell,
  .has-3-cols:not(.block-grid) > .cell + .cell,
  .has-4-cols:not(.block-grid) > .cell + .cell {
    margin-top: 2.88rem;
  }
}
@media print, screen and (max-width: 47.99875em) and (min-width: 48em) {
  .has-2-cols:not(.block-grid) > .cell + .cell,
  .has-3-cols:not(.block-grid) > .cell + .cell,
  .has-4-cols:not(.block-grid) > .cell + .cell {
    margin-top: 3.2rem;
  }
}
@media print, screen and (max-width: 47.99875em) and (min-width: 64em) {
  .has-2-cols:not(.block-grid) > .cell + .cell,
  .has-3-cols:not(.block-grid) > .cell + .cell,
  .has-4-cols:not(.block-grid) > .cell + .cell {
    margin-top: 4rem;
  }
}

.has-angles:not(.bg-image) .wrapper .angle-top,
.has-angles:not(.bg-image) .wrapper .angle-bottom {
  position: absolute;
  width: 100%;
}
.has-angles:not(.bg-image) .wrapper .angle-top:before,
.has-angles:not(.bg-image) .wrapper .angle-bottom:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  height: 100%;
}
.has-angles:not(.bg-image)[class*=" angle-t"] .wrapper {
  padding-top: 5.13rem;
  margin-top: 3.125rem;
}
@media print, screen and (min-width: 48em) {
  .has-angles:not(.bg-image)[class*=" angle-t"] .wrapper {
    padding-top: 5.7rem;
  }
}
@media print, screen and (min-width: 64em) {
  .has-angles:not(.bg-image)[class*=" angle-t"] .wrapper {
    padding-top: 7.125rem;
  }
}
.has-angles:not(.bg-image)[class*=" angle-t"] .wrapper .angle-top {
  height: 3.125rem;
  top: -3rem;
}
@media print, screen and (min-width: 48em) {
  .has-angles:not(.bg-image)[class*=" angle-t"] .wrapper {
    padding-top: 3.96rem;
    margin-top: 4.75rem;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .has-angles:not(.bg-image)[class*=" angle-t"] .wrapper {
    padding-top: 4.4rem;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 64em) {
  .has-angles:not(.bg-image)[class*=" angle-t"] .wrapper {
    padding-top: 5.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .has-angles:not(.bg-image)[class*=" angle-t"] .wrapper .angle-top {
    height: 4.75rem;
    top: -4.625rem;
  }
}
.has-angles:not(.bg-image).angle-t-r .angle-top:before {
  width: calc(100% + 10px);
  transform: translateX(-50%) rotate(-2deg);
  left: 50%;
  height: 100%;
  transform-origin: right;
}
@media screen and (min-width: 125em) {
  .has-angles:not(.bg-image).angle-t-r .angle-top:before {
    transform: translateX(-50%) rotate(-1deg);
  }
}
.has-angles:not(.bg-image).angle-t-l .angle-top:before {
  width: calc(100% + 10px);
  transform: translateX(-50%) rotate(2deg);
  left: 50%;
  height: 100%;
  transform-origin: left;
}
@media screen and (min-width: 125em) {
  .has-angles:not(.bg-image).angle-t-l .angle-top:before {
    transform: translateX(-50%) rotate(1deg);
  }
}
.has-angles:not(.bg-image)[class*=" angle-b"] .wrapper {
  margin-bottom: 3.125rem;
  padding-bottom: 5.13rem;
}
@media print, screen and (min-width: 48em) {
  .has-angles:not(.bg-image)[class*=" angle-b"] .wrapper {
    padding-bottom: 5.7rem;
  }
}
@media print, screen and (min-width: 64em) {
  .has-angles:not(.bg-image)[class*=" angle-b"] .wrapper {
    padding-bottom: 7.125rem;
  }
}
.has-angles:not(.bg-image)[class*=" angle-b"] .wrapper .angle-bottom {
  height: 3.125rem;
  bottom: -3rem;
}
@media print, screen and (min-width: 48em) {
  .has-angles:not(.bg-image)[class*=" angle-b"] .wrapper {
    margin-bottom: 4.75rem;
    padding-bottom: 3.96rem;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .has-angles:not(.bg-image)[class*=" angle-b"] .wrapper {
    padding-bottom: 4.4rem;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 64em) {
  .has-angles:not(.bg-image)[class*=" angle-b"] .wrapper {
    padding-bottom: 5.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .has-angles:not(.bg-image)[class*=" angle-b"] .wrapper .angle-bottom {
    height: 4.75rem;
    bottom: -4.625rem;
  }
}
.has-angles:not(.bg-image).angle-b-r .angle-bottom:before {
  width: calc(100% + 10px);
  transform: translateX(-50%) rotate(2deg);
  left: 50%;
  height: 100%;
  transform-origin: right;
}
@media screen and (min-width: 125em) {
  .has-angles:not(.bg-image).angle-b-r .angle-bottom:before {
    transform: translateX(-50%) rotate(1deg);
  }
}
.has-angles:not(.bg-image).angle-b-l .angle-bottom:before {
  width: calc(100% + 10px);
  transform: translateX(-50%) rotate(-2deg);
  left: 50%;
  height: 100%;
  transform-origin: left;
}
@media screen and (min-width: 125em) {
  .has-angles:not(.bg-image).angle-b-l .angle-bottom:before {
    transform: translateX(-50%) rotate(-1deg);
  }
}
.has-angles:not(.bg-image).angle-b-triangle .wrapper {
  margin-bottom: 5rem;
  padding-bottom: 3.69rem;
}
@media print, screen and (min-width: 48em) {
  .has-angles:not(.bg-image).angle-b-triangle .wrapper {
    padding-bottom: 4.1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .has-angles:not(.bg-image).angle-b-triangle .wrapper {
    padding-bottom: 5.125rem;
  }
}
.has-angles:not(.bg-image).angle-b-triangle .wrapper .angle-bottom {
  height: 5rem;
  bottom: -4.875rem;
}
.has-angles:not(.bg-image).angle-b-triangle .wrapper .angle-bottom:before {
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 0% 0%);
}
@media print, screen and (min-width: 48em) {
  .has-angles:not(.bg-image).angle-b-triangle .wrapper {
    margin-bottom: 10.3125rem;
  }
  .has-angles:not(.bg-image).angle-b-triangle .wrapper .angle-bottom {
    height: 10.3125rem;
    bottom: -10.25rem;
  }
}
.has-angles:not(.bg-image).bg-black .wrapper .angle-top:before,
.has-angles:not(.bg-image).bg-black .wrapper .angle-bottom:before {
  background-color: #1F1F1F;
}

.has-angles.bg-image .wrapper {
  margin-top: -1px;
}
.has-angles.bg-image.angle-b-l .wrapper {
  clip-path: polygon(100% 0%, 100% 90%, 0 100%, 0 0);
}
.has-angles.bg-image.angle-b-r .wrapper {
  clip-path: polygon(100% 0%, 100% 100%, 0 90%, 0 0%);
}
.has-angles.bg-image.angle-b-triangle .wrapper {
  clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}
.has-angles.bg-image.angle-t-l .wrapper {
  clip-path: polygon(100% 10%, 100% 100%, 0 100%, 0 0);
}
.has-angles.bg-image.angle-t-l.angle-b-l .wrapper {
  clip-path: polygon(100% 10%, 100% 90%, 0% 100%, 0% 0);
}
.has-angles.bg-image.angle-t-l.angle-b-r .wrapper {
  clip-path: polygon(100% 0%, 100% 100%, 0% 90%, 0 10%);
}
.has-angles.bg-image.angle-t-l.angle-b-triangle .wrapper {
  clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0% 10%);
}
.has-angles.bg-image.angle-t-r .wrapper {
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0 10%);
}
.has-angles.bg-image.angle-t-r.angle-b-l .wrapper {
  clip-path: polygon(100% 0%, 100% 90%, 0% 100%, 0% 10%);
}
.has-angles.bg-image.angle-t-r.angle-b-r .wrapper {
  clip-path: polygon(100% 0%, 100% 100%, 0% 90%, 0 10%);
}
.has-angles.bg-image.angle-t-r.angle-b-triangle .wrapper {
  clip-path: polygon(100% 10%, 100% 80%, 50% 100%, 0 80%, 0% 0%);
}

.has-shadow:not(.bg-image) .angle-top:before {
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.07);
}
.has-shadow:not(.bg-image) .angle-bottom:before {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
}
.has-shadow:not(.bg-image).angle-b-triangle .angle-bottom {
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.05));
}
.has-shadow:not(.bg-image).angle-b-triangle .angle-bottom:before {
  box-shadow: none;
}
.has-shadow:not(.bg-image).bg-dark .angle-top:before {
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.2);
}
.has-shadow:not(.bg-image).bg-dark .angle-bottom:before {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.has-shadow:not(.bg-image).bg-dark.angle-b-triangle .angle-bottom {
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.2));
}
.has-shadow:not(.bg-image).bg-dark.angle-b-triangle .angle-bottom:before {
  box-shadow: none;
}
.has-shadow.bg-image {
  filter: drop-shadow(0px -5px 6px rgba(0, 0, 0, 0.4));
}
.has-shadow.bg-image[class*=" angle-b"] {
  filter: drop-shadow(0px 9px 5px rgba(0, 0, 0, 0.1));
}

section.content-block.bg-black + section.content-block.bg-black {
  padding-top: 0;
}
section.content-block.bg-black + section.content-block.bg-black .wrapper {
  padding-top: 0;
}

section.content-block .cell[class^=bg-], section.content-block .cell[class*=bg-] {
  padding: 2.88rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block .cell[class^=bg-], section.content-block .cell[class*=bg-] {
    padding: 3.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block .cell[class^=bg-], section.content-block .cell[class*=bg-] {
    padding: 4rem;
  }
}
section.content-block.protected .module.default input {
  width: 100%;
  height: 2.5rem;
}
section.content-block.protected .module.buttons {
  margin-top: 2.25rem;
}

.module + .module {
  margin-top: 2.88rem;
}
@media print, screen and (min-width: 48em) {
  .module + .module {
    margin-top: 3.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .module + .module {
    margin-top: 4rem;
  }
}
.module.stack-order-1 {
  margin-top: 0;
}
.module.align-center {
  text-align: center;
}

@media print, screen and (max-width: 47.99875em) {
  .cell + .cell .module {
    margin-top: 2.88rem;
  }
}
@media print, screen and (max-width: 47.99875em) and (min-width: 48em) {
  .cell + .cell .module {
    margin-top: 3.2rem;
  }
}
@media print, screen and (max-width: 47.99875em) and (min-width: 64em) {
  .cell + .cell .module {
    margin-top: 4rem;
  }
}

header.module.align-center {
  text-align: center;
}
header.module .headline span {
  display: block;
}
header.module .headline + .subheadline {
  margin-top: 1.5rem;
}
header.module.size-large .headline {
  font-size: 6rem;
  font-weight: 800;
  line-height: 5.3125rem;
}
@media print, screen and (max-width: 63.99875em) {
  header.module.size-large .headline {
    line-height: 2.75rem;
    font-size: 3rem;
  }
}
header.module.size-large .subheadline {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  max-width: 49.0625rem;
}
@media print, screen and (max-width: 63.99875em) {
  header.module.size-large .subheadline {
    line-height: 2.5625rem;
    font-size: 2.25rem;
  }
}
header.module.size-medium .headline {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}
@media print, screen and (max-width: 63.99875em) {
  header.module.size-medium .headline {
    line-height: 2.5625rem;
    font-size: 2.25rem;
  }
}
header.module.size-medium .subheadline {
  line-height: 1.1;
  max-width: 54.6875rem;
}
header.module.size-medium .subheadline {
  font-size: 1.6875rem;
}
@media screen and (min-width: 768px) {
  header.module.size-medium .subheadline {
    font-size: calc(27px + 7 * (100vw - 768px) / 256);
  }
}
@media screen and (min-width: 1024px) {
  header.module.size-medium .subheadline {
    font-size: 2.125rem;
  }
}
header.module.size-small .headline {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.5625rem;
  color: #BFBFBF;
  color: #010101;
}
@media print, screen and (max-width: 63.99875em) {
  header.module.size-small .headline {
    line-height: 1.8125rem;
    font-size: 1.125rem;
  }
}
header.module.size-small .subheadline {
  line-height: 1.1;
  max-width: 54.6875rem;
}
header.module.size-small .subheadline {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  header.module.size-small .subheadline {
    font-size: calc(18px + 9 * (100vw - 768px) / 256);
  }
}
@media screen and (min-width: 1024px) {
  header.module.size-small .subheadline {
    font-size: 1.6875rem;
  }
}

.module.text-editor {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.125rem;
}
@media print, screen and (max-width: 63.99875em) {
  .module.text-editor {
    line-height: 1.5rem;
    font-size: 1.0625rem;
  }
}
.module.text-editor a:not(.button) {
  color: #FDBB30;
}
.module.text-editor a:not(.button):hover {
  text-decoration: underline;
}
.module.text-editor p.clear {
  clear: both;
}
.module.text-editor p + ol, .module.text-editor p + ul, .module.text-editor p + h1, .module.text-editor p + h2, .module.text-editor p + h3, .module.text-editor p + h4, .module.text-editor p + h5, .module.text-editor p + h6, .module.text-editor p + div {
  margin-top: 2.5rem;
}
.module.text-editor p + ol, .module.text-editor p + ul {
  margin-top: 4rem;
}
.module.text-editor ul + ol {
  margin-top: 4rem;
}
.module.text-editor ul li {
  color: #4A4A4A;
}
.module.text-editor ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.module.text-editor ol {
  padding-left: 2.375rem;
}
@media print, screen and (max-width: 63.99875em) {
  .module.text-editor ol {
    padding-left: 1.5625rem;
  }
}
.module.text-editor ol + ul {
  margin-top: 4rem;
}
.module.text-editor ol + h1, .module.text-editor ol + h2, .module.text-editor ol + h3, .module.text-editor ol + h4, .module.text-editor ol + h5, .module.text-editor ol + h6, .module.text-editor ol + p {
  margin-top: 4rem;
}
.module.text-editor ol li {
  color: #4A4A4A;
}
.module.text-editor ol li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.module.text-editor ol li::marker {
  display: none;
}
.module.text-editor h1,
.module.text-editor h2,
.module.text-editor h3,
.module.text-editor h4,
.module.text-editor h5,
.module.text-editor h6 {
  margin-bottom: 1.25rem;
}
.module.text-editor h1 + p,
.module.text-editor h2 + p,
.module.text-editor h3 + p,
.module.text-editor h4 + p,
.module.text-editor h5 + p,
.module.text-editor h6 + p {
  margin-top: 2rem;
}
.module.text-editor .images-wrapper {
  display: flex;
  margin: -0.46875rem;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 47.99875em) {
  .module.text-editor .images-wrapper {
    margin: -0.25rem;
  }
}
.module.text-editor .images-wrapper img {
  border-radius: 1.5rem;
  width: calc(33.333% - 15px);
  margin: 0.46875rem;
  box-shadow: 0px 4px 18px rgba(88, 126, 236, 0.18);
  object-fit: cover;
  object-position: center center;
  height: 30vw;
  max-height: 24rem;
}
@media print, screen and (max-width: 47.99875em) {
  .module.text-editor .images-wrapper img {
    width: calc(33.333% - 8px);
    margin: 0.25rem;
    height: 7.125rem;
  }
}
.module.text-editor .images-wrapper + * {
  margin-top: 2.88rem;
}
@media print, screen and (min-width: 48em) {
  .module.text-editor .images-wrapper + * {
    margin-top: 3.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .module.text-editor .images-wrapper + * {
    margin-top: 4rem;
  }
}
.module.text-editor .img-wrapper {
  position: relative;
  display: inline;
  border-radius: 1.5rem;
  overflow: hidden;
}
.module.text-editor .img-wrapper.alignright img, .module.text-editor .img-wrapper.alignleft img {
  margin: 0;
}
.module.text-editor .img-wrapper.alignright {
  float: right;
  clear: both;
  margin-left: 2.5rem;
  margin-bottom: 2.5rem;
}
.module.text-editor .img-wrapper.alignleft {
  float: left;
  clear: both;
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
}
.module.text-editor .img-wrapper.has-gradient.gradient-blue:after, .module.text-editor .img-wrapper.has-gradient.gradient-pink:after, .module.text-editor .img-wrapper.has-gradient.gradient-green:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.module.text-editor .img-wrapper.has-gradient.gradient-pink:after {
  background: linear-gradient(90deg, #FB908B 0%, rgba(251, 144, 139, 0.71875) 40.1%, rgba(251, 144, 139, 0) 100%);
}
.module.text-editor .img-wrapper.has-gradient.gradient-blue:after {
  background: linear-gradient(90deg, rgba(60, 189, 255, 0.64) 0%, rgba(60, 189, 255, 0.416667) 25%, rgba(60, 189, 255, 0.274884) 68.23%, rgba(60, 189, 255, 0) 100%);
}
.module.text-editor .img-wrapper.has-gradient.gradient-green:after {
  background: linear-gradient(90deg, rgba(108, 217, 138, 0.8) 0%, rgba(108, 217, 138, 0.51) 24.48%, rgba(108, 217, 138, 0.3) 85.94%, rgba(108, 217, 138, 0) 100%);
}

.module.buttons .button, .module.buttons .menu li.button > a, .menu .module.buttons li.button > a {
  margin: 0;
}
.module.buttons .button-wrap {
  margin-bottom: 2rem;
}
.module.buttons .button-wrap:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .module.buttons .button-wrap {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .module.buttons .button-wrap + .button-wrap {
    margin-left: 4rem;
  }
}
.module.buttons.align-center {
  text-align: center;
}

.module.video {
  width: 100%;
}
.module.video video {
  width: 100%;
  max-height: 100%;
  display: block;
}
.module.video .responsive-embed,
.module.video .flex-video {
  margin-bottom: 0;
}
.module.video .video-wrapper {
  position: relative;
  border-radius: 2px;
}
.module.video .video-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(28, 28, 28, 0.72));
  z-index: 1;
}
.module.video .video-wrapper.playing .play-button {
  display: none;
}
.module.video .play-button {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  background: url(../images/play-button.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}
@media print, screen and (min-width: 48em) {
  .module.video .play-button {
    width: 5.9375rem;
    height: 5.9375rem;
  }
}

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

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

.slick-arrow {
  width: 1.25rem;
  height: 2.375rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  font-size: 0;
  cursor: pointer;
  z-index: 100;
  top: 50%;
  margin-top: -1.1875rem;
  border-radius: 100%;
  transition: box-shadow 0.6s;
}
.slick-arrow:hover {
  box-shadow: 0px 0 19px rgba(60, 189, 255, 0.5);
}

.slick-prev {
  left: 1.25rem;
  background-image: url(../images/chevron-left.svg);
}
@media screen and (min-width: 87.1875em) {
  .slick-prev {
    left: -2.5rem;
  }
}

.slick-next {
  right: 1.25rem;
  background-image: url(../images/chevron-right.svg);
}
@media screen and (min-width: 87.1875em) {
  .slick-next {
    right: -2.5rem;
  }
}

.slick-slide {
  margin: 0 0.9375rem;
}

.slick-list {
  margin: 0 -0.9375rem;
}

.carousel-item img {
  display: block;
  width: 100%;
}

picture.module {
  display: block;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}
picture.module img {
  width: 100%;
  display: block;
}
picture.module.has-gradient {
  position: relative;
}
picture.module.has-gradient.gradient-blue:after, picture.module.has-gradient.gradient-pink:after, picture.module.has-gradient.gradient-green:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
picture.module.has-gradient.gradient-pink:after {
  background: linear-gradient(90deg, #FB908B 0%, rgba(251, 144, 139, 0.71875) 40.1%, rgba(251, 144, 139, 0) 100%);
}
picture.module.has-gradient.gradient-blue:after {
  background: linear-gradient(90deg, rgba(60, 189, 255, 0.64) 0%, rgba(60, 189, 255, 0.416667) 25%, rgba(60, 189, 255, 0.274884) 68.23%, rgba(60, 189, 255, 0) 100%);
}
picture.module.has-gradient.gradient-green:after {
  background: linear-gradient(90deg, rgba(108, 217, 138, 0.8) 0%, rgba(108, 217, 138, 0.51) 24.48%, rgba(108, 217, 138, 0.3) 85.94%, rgba(108, 217, 138, 0) 100%);
}

.module.form {
  max-width: 49.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media print, screen and (max-width: 47.99875em) {
  .module.form {
    margin-top: 1rem !important;
  }
}
.module.form .hbspt-form .hs-form {
  max-width: 37.75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 0;
}
.module.form .hbspt-form .hs-form form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.module.form .hbspt-form .hs-form > div {
  padding: 0 0.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
.module.form .hbspt-form .hs-form .hs-form-field {
  padding: 0 0.5rem;
  width: 100%;
}
.module.form .hbspt-form .hs-form .hs-form-field:not(:last-child) {
  margin-bottom: 1.5rem;
}
.module.form .hbspt-form .hs-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
  max-width: initial;
}
.module.form .hbspt-form .hs-form > fieldset {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .module.form .hbspt-form .hs-form > fieldset .hs-form-field {
    margin-bottom: 0 !important;
  }
  .module.form .hbspt-form .hs-form > fieldset.form-columns-2 .hs-form-field {
    width: 50%;
  }
  .module.form .hbspt-form .hs-form > fieldset.form-columns-3 .hs-form-field {
    width: 33.3333%;
  }
  .module.form .hbspt-form .hs-form > fieldset.form-columns-4 .hs-form-field {
    width: 25%;
  }
}
.module.form .hbspt-form .hs-form .legal-consent-container .hs-form-field {
  padding: 0.36rem;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .module.form .hbspt-form .hs-form .legal-consent-container .hs-form-field {
    padding: 0.4rem;
  }
}
@media print, screen and (min-width: 64em) {
  .module.form .hbspt-form .hs-form .legal-consent-container .hs-form-field {
    padding: 0.5rem;
  }
}
.module.form .hbspt-form .hs-form .legal-consent-container ul {
  margin: 0;
  padding: 0;
}
.module.form .hbspt-form .hs-form .legal-consent-container ul li {
  list-style: none;
  text-align: left;
}
.module.form .hbspt-form .hs-form .legal-consent-container ul li > label {
  display: flex;
  align-items: baseline;
}
.module.form .hbspt-form .hs-form .legal-consent-container ul li > label > input {
  width: auto !important;
}
.module.form .hbspt-form .hs-form .hs-submit {
  text-align: left;
  margin-top: 1.5rem;
}
.module.form .hbspt-form .hs-form .hs-submit .hs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FA6100 !important;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  transition: color 0.6s, background 0.6s, border-color 0.6s;
  padding: 0.25rem 2rem;
  border-radius: 2rem;
  font-weight: 500;
  line-height: initial !important;
  width: 100%;
  max-width: 19.75rem !important;
  height: 3.5rem;
  font-size: 1.5rem;
  color: #fff !important;
}
.module.form .hbspt-form .hs-form .hs-submit .hs-button:hover {
  color: #fff !important;
  background: rgb(252.5679425837, 172.3100478469, 3.2820574163) !important;
}
.module.form .hbspt-form .hs-form .hs-form-field {
  position: relative;
  text-align: left;
}
.module.form .hbspt-form .hs-form .hs-form-field > .input {
  margin: 0 !important;
}
.module.form .hbspt-form .hs-form .hs-form-field > label {
  position: relative;
  left: 1.5rem;
  font-weight: 400;
  line-height: 1.3125rem;
  display: flex;
  width: 100%;
  margin-bottom: 2px;
}
.module.form .hbspt-form .hs-form .hs-form-field > label {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .module.form .hbspt-form .hs-form .hs-form-field > label {
    font-size: calc(17px + 1 * (100vw - 768px) / 256);
  }
}
@media screen and (min-width: 1024px) {
  .module.form .hbspt-form .hs-form .hs-form-field > label {
    font-size: 1.125rem;
  }
}
.module.form .hbspt-form .hs-form .hs-form-field > label:-ms-input-placeholder, .module.form .hbspt-form .hs-form .hs-form-field .input input:-ms-input-placeholder, .module.form .hbspt-form .hs-form .hs-form-field .input select:-ms-input-placeholder {
  color: #5B5B5B;
  font-weight: 400;
  font-size: 1.125rem;
}
.module.form .hbspt-form .hs-form .hs-form-field > label::placeholder,
.module.form .hbspt-form .hs-form .hs-form-field .input input::placeholder,
.module.form .hbspt-form .hs-form .hs-form-field .input select::placeholder {
  color: #5B5B5B;
  font-weight: 400;
  font-size: 1.125rem;
}
@media print, screen and (max-width: 63.99875em) {
  .module.form .hbspt-form .hs-form .hs-form-field > label:-ms-input-placeholder, .module.form .hbspt-form .hs-form .hs-form-field .input input:-ms-input-placeholder, .module.form .hbspt-form .hs-form .hs-form-field .input select:-ms-input-placeholder {
    font-size: 1rem;
  }
  .module.form .hbspt-form .hs-form .hs-form-field > label::placeholder,
  .module.form .hbspt-form .hs-form .hs-form-field .input input::placeholder,
  .module.form .hbspt-form .hs-form .hs-form-field .input select::placeholder {
    font-size: 1rem;
  }
}
.module.form .hbspt-form .hs-form .hs-form-field .input input,
.module.form .hbspt-form .hs-form .hs-form-field .input select {
  position: relative;
  height: auto;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}
.module.form .hbspt-form .hs-form .hs-form-field.hs-fieldtype-select .input {
  position: relative;
}
.module.form .hbspt-form .hs-form .hs-form-field.hs-fieldtype-select .input:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  background-image: url("../images/arrow-hbspot.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 1.25rem;
  width: 1.25rem;
  pointer-events: none;
  transform: translate(0, -50%);
}
.module.form .hbspt-form .hs-form .hs-form-field.hs-fieldtype-select select {
  height: 4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 2.8125rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .module.form .hbspt-form .hs-form .hs-form-field.hs-fieldtype-select select::-ms-expand {
    display: block !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .module.form .hbspt-form .hs-form .hs-form-field.hs-fieldtype-select select {
    height: 4rem;
  }
}
.module.form .hbspt-form .hs-form .hs-form-field.hs-fieldtype-select select.is-placeholder {
  font-weight: 400;
  line-height: 1.3125rem;
}
.module.form .hbspt-form .hs-form .hs-form-field.hs-fieldtype-select select.is-placeholder {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .module.form .hbspt-form .hs-form .hs-form-field.hs-fieldtype-select select.is-placeholder {
    font-size: calc(17px + 1 * (100vw - 768px) / 256);
  }
}
@media screen and (min-width: 1024px) {
  .module.form .hbspt-form .hs-form .hs-form-field.hs-fieldtype-select select.is-placeholder {
    font-size: 1.125rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .module.form .hbspt-form .hs-form .hs-form-field.hs-fieldtype-select select.is-placeholder {
    font-size: 1rem;
  }
}
.module.form .hbspt-form .hs-form .hs-error-msgs {
  display: block;
  position: relative;
  font-size: 0.75rem;
  color: #9f2121 !important;
  left: 0.75rem;
  padding: 0;
  width: 100%;
  margin: 0;
  margin-top: 0.375rem;
}
.module.form .hbspt-form .hs-form .hs-error-msgs .hs-error-msg {
  color: #9f2121 !important;
}
.module.form .hbspt-form .hs-form .hs-error-msgs li {
  list-style: none;
  text-align: left;
}
.module.form .hbspt-form .hs-form .hs_error_rollup {
  text-align: center;
  margin-bottom: 0.27rem;
  margin-top: 0.27rem;
}
@media print, screen and (min-width: 48em) {
  .module.form .hbspt-form .hs-form .hs_error_rollup {
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .module.form .hbspt-form .hs-form .hs_error_rollup {
    margin-bottom: 0.375rem;
    margin-top: 0.375rem;
  }
}
.module.form .hbspt-form .hs-form .hs_error_rollup ul li {
  text-align: center;
}
.module.form .hbspt-form .hs-form input:not([type=submit]),
.module.form .hbspt-form .hs-form textarea,
.module.form .hbspt-form .hs-form select {
  width: 100% !important;
  border: 1px solid !important;
  padding: 0.625rem 1.375rem !important;
  min-height: 4rem !important;
  border-radius: 2rem !important;
  background-color: white !important;
  line-height: 1 !important;
  color: #010101 !important;
}
.module.form .hbspt-form .hs-form input:not([type=submit]).is-placeholder,
.module.form .hbspt-form .hs-form textarea.is-placeholder,
.module.form .hbspt-form .hs-form select.is-placeholder {
  font-weight: 400;
  line-height: 1.3125rem;
  color: #3D3D3D;
}
.module.form .hbspt-form .hs-form input:not([type=submit]).is-placeholder,
.module.form .hbspt-form .hs-form textarea.is-placeholder,
.module.form .hbspt-form .hs-form select.is-placeholder {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .module.form .hbspt-form .hs-form input:not([type=submit]).is-placeholder,
  .module.form .hbspt-form .hs-form textarea.is-placeholder,
  .module.form .hbspt-form .hs-form select.is-placeholder {
    font-size: calc(17px + 1 * (100vw - 768px) / 256);
  }
}
@media screen and (min-width: 1024px) {
  .module.form .hbspt-form .hs-form input:not([type=submit]).is-placeholder,
  .module.form .hbspt-form .hs-form textarea.is-placeholder,
  .module.form .hbspt-form .hs-form select.is-placeholder {
    font-size: 1.125rem;
  }
}
.module.form .hbspt-form .hs-form textarea {
  min-height: 8rem !important;
}
@media screen and (min-width: 25em) {
  .module.form .hbspt-form .hs-form .hs_submit {
    width: 20.4375rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.module.form .hbspt-form .hs-form .hs_submit .actions {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}
.module.form .hbspt-form .hs-form .hs_submit .actions input {
  padding: 0 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border-radius: 2rem !important;
}
.module.form .hbspt-form .hs_recaptcha {
  display: none;
}
.module.form.inline-button {
  max-width: 60.0625rem;
}
.module.form.inline-button .hs_recaptcha,
.module.form.inline-button .legal-consent-container {
  display: none;
}
.module.form.inline-button .hbspt-form .hs-form {
  position: relative;
  max-width: 60.0625rem;
}
@media print, screen and (min-width: 48em) {
  .module.form.inline-button .hbspt-form .hs-form {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .module.form.inline-button .hbspt-form .hs-form .hs-form-field {
    margin-bottom: 0;
  }
}
.module.form.inline-button .hbspt-form .hs-form .hs-form-field label {
  display: none;
}
.module.form.inline-button .hbspt-form .hs-form .hs-input {
  border-radius: 2rem !important;
}
@media print, screen and (min-width: 48em) {
  .module.form.inline-button .hbspt-form .hs-form .hs-input {
    padding-right: 21.25rem !important;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .module.form.inline-button .hbspt-form .hs-form .hs-input {
    height: 2.5rem;
  }
}
.module.form.inline-button .hbspt-form .hs-form .input,
.module.form.inline-button .hbspt-form .hs-form fieldset {
  width: 100%;
}
.module.form.inline-button .hbspt-form .hs-form .hs_submit {
  width: 20.4375rem;
}
.module.form.inline-button .hbspt-form .hs-form .hs_submit input {
  padding: 0 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  height: 3.5rem;
}
@media print, screen and (max-width: 47.99875em) {
  .module.form.inline-button .hbspt-form .hs-form .hs_submit {
    width: 100%;
    margin-top: 1.5rem;
  }
  .module.form.inline-button .hbspt-form .hs-form .hs_submit input {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media print, screen and (min-width: 48em) {
  .module.form.inline-button .hbspt-form .hs-form .hs_submit {
    margin: 0;
    position: absolute;
    top: 4px;
    right: 4px;
  }
}
.module.form.inline-button .hbspt-form .hs-form .hs-form-field {
  margin-bottom: 0 !important;
}
.module.form.inline-button .hbspt-form .hs-form .hs_error_rollup {
  position: absolute;
  top: 100%;
}
.module.form button {
  margin-top: 0.45rem;
}
@media print, screen and (min-width: 48em) {
  .module.form button {
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .module.form button {
    margin-top: 0.625rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .module.form button {
    margin-top: 0.9rem;
  }
}
@media print, screen and (max-width: 47.99875em) and (min-width: 48em) {
  .module.form button {
    margin-top: 1rem;
  }
}
@media print, screen and (max-width: 47.99875em) and (min-width: 64em) {
  .module.form button {
    margin-top: 1.25rem;
  }
}

.featured-resource {
  height: 100%;
  width: 100%;
  max-width: 21.5rem;
  margin-left: auto;
  padding: 3.8125rem 1.75rem 1.6875rem 1.75rem;
  background-color: #383838;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  border-radius: 1.5rem;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}
@media print, screen and (max-width: 47.99875em) {
  .featured-resource {
    top: 0.75rem;
  }
}
.featured-resource.align-left {
  margin-right: auto;
  margin-left: 0;
}
.featured-resource.align-center {
  margin-right: auto;
  margin-left: auto;
}
.featured-resource.align-right {
  margin-left: auto;
}
@media print, screen and (max-width: 63.99875em) {
  .featured-resource {
    padding: 3rem 2rem 2rem 1.0625rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .featured-resource {
    margin-left: auto;
    margin-right: auto;
  }
}
.featured-resource::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: -0.6875rem;
  height: 2.5rem;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background: #6CD98A;
}
@media print, screen and (max-width: 47.99875em) {
  .featured-resource::before {
    font-size: 1.125rem;
    padding-left: 0.5rem;
  }
}
.featured-resource .top-border {
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  left: -0.0625rem;
  top: -0.6875rem;
  height: 2.5rem;
  color: #53A86B;
}
.featured-resource.profile-green::before {
  background: #6CD98A;
}
.featured-resource.profile-green .top-border {
  color: #53A86B;
}
.featured-resource.profile-pink::before {
  background: #FB908B;
}
.featured-resource.profile-pink .top-border {
  color: #CD7874;
}
.featured-resource.profile-blue::before {
  background: #3CBDFF;
}
.featured-resource.profile-blue .top-border {
  color: #3294C7;
}
.featured-resource h4 {
  color: #fff;
  font-size: 1.5em;
  line-height: normal;
}
.featured-resource h4 + * {
  margin-top: 0.5rem !important;
}
@media print, screen and (max-width: 63.99875em) {
  .featured-resource h4 {
    color: #fff;
    font-size: 1.5em;
    line-height: normal;
  }
}
.featured-resource .special-title {
  margin-bottom: 0 !important;
  font-weight: 600;
}
.featured-resource .special-title + * {
  margin-top: 0.5rem !important;
}
.featured-resource p {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.3125rem;
}
.featured-resource p {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .featured-resource p {
    font-size: calc(17px + 1 * (100vw - 768px) / 256);
  }
}
@media screen and (min-width: 1024px) {
  .featured-resource p {
    font-size: 1.125rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .featured-resource p {
    font-size: 1.125rem;
  }
}
.featured-resource .module.buttons {
  margin-top: 4rem;
  text-align: center;
}
@media print, screen and (max-width: 63.99875em) {
  .featured-resource .module.buttons {
    margin-top: 2rem;
  }
}
.featured-resource .module.buttons .button, .featured-resource .module.buttons .menu li.button > a, .menu .featured-resource .module.buttons li.button > a {
  width: 15.625rem;
  position: relative;
  z-index: 20;
}
@media print, screen and (max-width: 63.99875em) {
  .featured-resource .module.buttons .button, .featured-resource .module.buttons .menu li.button > a, .menu .featured-resource .module.buttons li.button > a {
    max-width: 17.5rem;
    width: 100%;
  }
}
.featured-resource.simple {
  min-height: 22.4375rem;
  display: flex;
  flex-direction: column;
}
@media print, screen and (max-width: 63.99875em) {
  .featured-resource.simple {
    margin-top: 2rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .featured-resource.simple {
    min-height: 20.4375rem;
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.featured-resource.simple .module.buttons {
  text-align: left;
  margin-top: auto;
}
.featured-resource.simple .module.buttons .button, .featured-resource.simple .module.buttons .menu li.button > a, .menu .featured-resource.simple .module.buttons li.button > a {
  justify-content: flex-start;
}
@media print, screen and (max-width: 47.99875em) {
  .featured-resource.simple .module.buttons .button, .featured-resource.simple .module.buttons .menu li.button > a, .menu .featured-resource.simple .module.buttons li.button > a {
    font-size: 1.0625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .featured-resource:hover:hover {
    transform: translateY(-40px);
    box-shadow: 0px 4px 19px rgba(60, 189, 255, 0.8);
  }
}

.demo-popup {
  position: relative;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  max-width: 77.8125rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 47.99875em) {
  .demo-popup .grid-container {
    padding: 0;
  }
}
.demo-popup .module.text-editor ul {
  margin-top: 1rem !important;
}
.demo-popup .module.text-editor ul li {
  font-size: 1.75rem;
  font-weight: 400;
  padding: 0 !important;
}
.demo-popup .module.text-editor p {
  font-size: 1.75rem;
  font-weight: 400;
  margin-top: 1rem;
}
@media print, screen and (max-width: 47.99875em) {
  .demo-popup .module.text-editor ul li,
  .demo-popup .module.text-editor ul li a,
  .demo-popup .module.text-editor p {
    font-size: 1.0625rem;
    line-height: 1.5rem !important;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .demo-popup .cell + .cell {
    margin-top: 1.125rem !important;
  }
}
.demo-popup .module.form form input,
.demo-popup .module.form form textarea,
.demo-popup .module.form form select {
  border-radius: 2rem !important;
}
.demo-popup .hs-submit input[type=submit] {
  font-size: 1.5rem !important;
}
.demo-popup .demo-popup-wrapper {
  background: #fff;
  border-radius: 24px;
  padding: 4rem 3rem;
}
@media print, screen and (max-width: 47.99875em) {
  .demo-popup .demo-popup-wrapper {
    padding: 2rem 1.5rem;
  }
}
.demo-popup .demo-popup-wrapper mark {
  background-color: initial;
  position: relative;
  color: #fff;
  font-weight: 700;
  z-index: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .demo-popup .demo-popup-wrapper mark {
    background-color: #3CBDFF;
  }
}
.demo-popup .demo-popup-wrapper mark:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3CBDFF;
  height: 80%;
  width: 100%;
  z-index: -1;
}
.demo-popup.simplified {
  max-width: 55.5rem;
}
.demo-popup.simplified .demo-popup-wrapper .grid-x .cell {
  width: calc(100% - 1.875rem) !important;
}

header.template-header + * {
  margin-top: 5.76rem;
}
@media print, screen and (min-width: 48em) {
  header.template-header + * {
    margin-top: 6.4rem;
  }
}
@media print, screen and (min-width: 64em) {
  header.template-header + * {
    margin-top: 8rem;
  }
}
header.template-header.cropped-title h2 {
  max-width: 60.0625rem;
  margin-left: auto;
  margin-right: auto;
}
header.template-header.align-center {
  text-align: center;
}
header.template-header.align-center .subheadline {
  margin-left: auto;
  margin-right: auto;
}
header.template-header .headline {
  font-size: 6rem;
  font-weight: 800;
  line-height: 5.3125rem;
  color: #1E1E1E;
}
@media print, screen and (max-width: 63.99875em) {
  header.template-header .headline {
    line-height: 2.75rem;
    font-size: 3rem;
  }
}
header.template-header .headline span {
  display: block;
}
header.template-header .headline + .subheadline {
  margin-top: 1.5rem;
}
header.template-header mark {
  background-color: initial;
  position: relative;
  color: #fff;
  z-index: 2;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header.template-header mark {
    background-color: #6CD98A;
  }
}
header.template-header mark:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6CD98A;
  height: 80%;
  width: 100%;
  z-index: -1;
  margin-top: 0.1875rem;
}
@media print, screen and (min-width: 48em) {
  header.template-header mark:after {
    margin-top: 0.375rem;
  }
}
header.template-header .subheadline {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.5625rem;
  color: #BFBFBF;
  color: #ACACAC;
  max-width: 40.3125rem;
}
@media print, screen and (max-width: 63.99875em) {
  header.template-header .subheadline {
    line-height: 1.8125rem;
    font-size: 1.125rem;
  }
}
header.template-header .subheadline span {
  display: block;
}
header.template-header .module.buttons {
  margin-top: 1.8rem;
}
@media print, screen and (min-width: 48em) {
  header.template-header .module.buttons {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  header.template-header .module.buttons {
    margin-top: 2.5rem;
  }
}
header.template-header.size-large .headline {
  font-size: 9rem;
  font-weight: 800;
  line-height: 8rem;
}
@media print, screen and (max-width: 63.99875em) {
  header.template-header.size-large .headline {
    line-height: 2.5625rem;
    font-size: 3rem;
  }
}
header.template-header.size-large .subheadline {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  color: #C1C1C1;
  max-width: 49.0625rem;
}
@media print, screen and (max-width: 63.99875em) {
  header.template-header.size-large .subheadline {
    line-height: 2.5625rem;
    font-size: 2.25rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  header.template-header.size-large .subheadline {
    font-size: 1.5rem;
    line-height: 1.6875rem;
  }
}
header.template-header.size-small .headline {
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 3.4375rem;
}
@media print, screen and (max-width: 63.99875em) {
  header.template-header.size-small .headline {
    line-height: 2.0625rem;
    font-size: 2.375rem;
  }
}
header.template-header.size-small .subheadline {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  color: #C1C1C1;
  max-width: 54.6875rem;
}
@media print, screen and (max-width: 63.99875em) {
  header.template-header.size-small .subheadline {
    line-height: 2.5625rem;
    font-size: 2.25rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  header.template-header.size-small .subheadline {
    font-size: 1.5rem;
    line-height: 1.6875rem;
  }
}
header.template-header.has-line {
  position: relative;
  overflow: hidden;
}
header.template-header.has-line .headline,
header.template-header.has-line .subheadline {
  max-width: 34.9375rem;
}
@media print, screen and (max-width: 47.99875em) {
  header.template-header.has-line .headline,
  header.template-header.has-line .subheadline {
    max-width: 82%;
  }
}
header.template-header.has-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #000;
  height: 0.0625rem;
  width: 100%;
  max-width: 42.6875rem;
  left: 50%;
}
@media print, screen and (max-width: 47.99875em) {
  header.template-header.has-line:after {
    width: 25%;
    left: initial;
    right: 0;
    bottom: 0;
  }
}

section.content-block.template-icon-grid .item {
  text-align: center;
  position: relative;
}
section.content-block.template-icon-grid .template-header + * {
  margin-top: 2.88rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-icon-grid .template-header + * {
    margin-top: 3.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-icon-grid .template-header + * {
    margin-top: 4rem;
  }
}
section.content-block.template-icon-grid .icon {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BFBFBF;
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  transition: background 0.6s, box-shadow 0.6s;
}
section.content-block.template-icon-grid .icon img, section.content-block.template-icon-grid .icon svg {
  display: block;
  width: 100%;
  max-height: 70%;
  max-width: 70%;
  object-fit: contain;
}
section.content-block.template-icon-grid .title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.9375rem;
  margin-bottom: 1.5rem;
  line-height: 1.6875rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-icon-grid .title {
    line-height: 1.875rem;
    font-size: 0.9375rem;
  }
}
section.content-block.template-icon-grid .description {
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.125rem;
  font-weight: normal;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-icon-grid .description {
    line-height: 1.5rem;
    font-size: 1.0625rem;
  }
}
section.content-block.template-icon-grid.layout-up-3 .title {
  margin-bottom: 0 !important;
}
section.content-block.template-icon-grid.layout-up-3 .title + * {
  margin-top: 1rem !important;
}
section.content-block.template-icon-grid.layout-up-3 .description {
  max-width: 19.6875rem !important;
  margin-bottom: 0 !important;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-icon-grid.layout-up-3 .inner {
    justify-content: center !important;
  }
}
section.content-block.template-icon-grid.layout-slider .slider-nav-line {
  background: #BFBFBF;
  border-radius: 1.5rem;
  position: relative;
  height: 2.3125rem;
  margin-top: 4rem;
}
section.content-block.template-icon-grid.layout-slider .slider-nav-line span.dragging {
  cursor: grabbing;
}
section.content-block.template-icon-grid.layout-slider .slider-wrapper > .module.buttons {
  margin-top: 4rem;
  text-align: center;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-icon-grid.layout-slider .slider-wrapper > .module.buttons {
    margin-top: 2rem;
  }
}
section.content-block.template-icon-grid.layout-slider .slider {
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s;
}
section.content-block.template-icon-grid.layout-slider .slider.initialized {
  opacity: 1;
}
section.content-block.template-icon-grid.layout-slider .slider ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
section.content-block.template-icon-grid.layout-slider .slider ul .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.content-block.template-icon-grid.layout-slider .slider ul .inner .button, section.content-block.template-icon-grid.layout-slider .slider ul .inner .menu li.button > a, .menu section.content-block.template-icon-grid.layout-slider .slider ul .inner li.button > a {
  margin-top: auto;
}
section.content-block.template-icon-grid.layout-slider .slider ul .item {
  width: 296px;
  min-width: 296px;
  padding: 0 1.875rem;
}
section.content-block.template-icon-grid.layout-slider .scrollbar,
section.content-block.template-icon-grid.layout-slider .desktop-scrollbar {
  background: #BFBFBF;
  border-radius: 1.5rem;
  position: relative;
  height: 2.3125rem;
  margin-top: 4rem;
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-icon-grid.layout-slider .scrollbar,
  section.content-block.template-icon-grid.layout-slider .desktop-scrollbar {
    display: none;
  }
}
section.content-block.template-icon-grid.layout-slider .scrollbar .handle,
section.content-block.template-icon-grid.layout-slider .desktop-scrollbar .handle {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  min-width: 25%;
  border-radius: 1.5rem;
  cursor: grab;
}
section.content-block.template-icon-grid.layout-slider .scrollbar .handle .mousearea,
section.content-block.template-icon-grid.layout-slider .desktop-scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}
section.content-block.template-icon-grid.layout-slider .desktop-scrollbar {
  display: none;
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-icon-grid.layout-slider .desktop-scrollbar {
    display: block;
  }
}
section.content-block.template-icon-grid.layout-carousel .icon {
  width: 14.0625rem;
  height: 14.0625rem;
  padding: 2.5rem;
  transition: box-shadow 0.6s, background-color 0.6s;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-icon-grid.layout-carousel .icon {
    margin-bottom: 1.5rem;
    width: 9.375rem;
    height: 9.375rem;
    padding: 1.75rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-icon-grid.layout-carousel .icon {
    width: 8rem;
    height: 8rem;
    padding: 1.5rem;
  }
}
section.content-block.template-icon-grid.layout-carousel .icon svg,
section.content-block.template-icon-grid.layout-carousel .icon img {
  width: 100%;
  height: 100%;
  max-height: 10.75rem;
  max-width: 11.75rem;
}
section.content-block.template-icon-grid.layout-carousel .slick-track {
  display: flex !important;
}
section.content-block.template-icon-grid.layout-carousel .slick-slide {
  height: inherit !important;
}
section.content-block.template-icon-grid.layout-carousel .slick-slide > div,
section.content-block.template-icon-grid.layout-carousel .slick-slide .item {
  height: 100%;
}
section.content-block.template-icon-grid.layout-carousel .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
section.content-block.template-icon-grid.layout-carousel .title {
  max-width: 12.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-icon-grid.layout-carousel .title {
    margin-bottom: 0.625rem;
    line-height: 1.25rem;
  }
}
section.content-block.template-icon-grid.layout-carousel .description {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.125rem;
  color: #BFBFBF;
  max-width: 24.0625rem;
  margin-top: auto;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-icon-grid.layout-carousel .description {
    line-height: 1.5rem;
    font-size: 1.0625rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-icon-grid.layout-carousel .description {
    max-width: 17.5rem;
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-icon-grid.layout-carousel .button, section.content-block.template-icon-grid.layout-carousel .menu li.button > a, .menu section.content-block.template-icon-grid.layout-carousel li.button > a {
    font-size: 0.9375rem;
  }
}
section.content-block.template-icon-grid.layout-carousel.profile-blue .item:hover .icon, section.content-block.template-icon-grid.layout-carousel.profile-blue .item.hover .icon, section.content-block.template-icon-grid.layout-carousel.profile-pink .item:hover .icon, section.content-block.template-icon-grid.layout-carousel.profile-pink .item.hover .icon, section.content-block.template-icon-grid.layout-carousel.profile-green .item:hover .icon, section.content-block.template-icon-grid.layout-carousel.profile-green .item.hover .icon {
  box-shadow: 0px 4px 19px rgba(60, 189, 255, 0.25);
}
section.content-block.template-icon-grid.layout-carousel ul {
  padding: 0;
}
section.content-block.template-icon-grid.layout-carousel ul li {
  list-style: none;
}
section.content-block.template-icon-grid.layout-carousel .slick-arrow {
  width: 4rem;
  height: 4rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-icon-grid.layout-carousel .slick-arrow {
    width: 2rem;
    height: 2rem;
  }
}
section.content-block.template-icon-grid.layout-carousel .slick-arrow.slick-next {
  background-image: url("../images/arrow-right.svg");
  right: -4rem;
}
@media screen and (max-width: 87.5em) {
  section.content-block.template-icon-grid.layout-carousel .slick-arrow.slick-next {
    right: -1rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-icon-grid.layout-carousel .slick-arrow.slick-next {
    right: 0;
  }
}
section.content-block.template-icon-grid.layout-carousel .slick-arrow.slick-prev {
  background-image: url("../images/arrow-left.svg");
  left: -4rem;
}
@media screen and (max-width: 87.5em) {
  section.content-block.template-icon-grid.layout-carousel .slick-arrow.slick-prev {
    left: -1rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-icon-grid.layout-carousel .slick-arrow.slick-prev {
    left: 0;
  }
}
section.content-block.template-icon-grid.profile-green .item:hover .icon,
section.content-block.template-icon-grid.profile-green .item.hover .icon {
  background: #6CD98A;
  box-shadow: 0px 4px 19px rgba(60, 189, 255, 0.25);
}
section.content-block.template-icon-grid.profile-green .item:hover .button, section.content-block.template-icon-grid.profile-green .item:hover .menu li.button > a, .menu section.content-block.template-icon-grid.profile-green .item:hover li.button > a,
section.content-block.template-icon-grid.profile-green .item.hover .button,
section.content-block.template-icon-grid.profile-green .item.hover .menu li.button > a,
.menu section.content-block.template-icon-grid.profile-green .item.hover li.button > a {
  color: #FA6100;
}
section.content-block.template-icon-grid.scroll-bar-green .scrollbar .handle,
section.content-block.template-icon-grid.scroll-bar-green .desktop-scrollbar .handle {
  background: #6CD98A;
}
section.content-block.template-icon-grid.profile-blue .item:hover .icon,
section.content-block.template-icon-grid.profile-blue .item.hover .icon {
  background: #3CBDFF;
  box-shadow: 0px 4px 13px rgba(108, 217, 138, 0.25);
}
section.content-block.template-icon-grid.profile-blue .item:hover .button, section.content-block.template-icon-grid.profile-blue .item:hover .menu li.button > a, .menu section.content-block.template-icon-grid.profile-blue .item:hover li.button > a,
section.content-block.template-icon-grid.profile-blue .item.hover .button,
section.content-block.template-icon-grid.profile-blue .item.hover .menu li.button > a,
.menu section.content-block.template-icon-grid.profile-blue .item.hover li.button > a {
  color: #FA6100;
}
section.content-block.template-icon-grid.profile-random .item:hover .icon, section.content-block.template-icon-grid.profile-random .item.hover .icon {
  box-shadow: 0px 4px 19px rgba(60, 189, 255, 0.25);
}
section.content-block.template-icon-grid.profile-random .item:hover .button, section.content-block.template-icon-grid.profile-random .item:hover .menu li.button > a, .menu section.content-block.template-icon-grid.profile-random .item:hover li.button > a, section.content-block.template-icon-grid.profile-random .item.hover .button, section.content-block.template-icon-grid.profile-random .item.hover .menu li.button > a, .menu section.content-block.template-icon-grid.profile-random .item.hover li.button > a {
  color: #FA6100;
}
section.content-block.template-icon-grid.profile-random .item:hover.profile-pink .icon, section.content-block.template-icon-grid.profile-random .item.hover.profile-pink .icon {
  background: #FB908B;
}
section.content-block.template-icon-grid.profile-random .item:hover.profile-blue .icon, section.content-block.template-icon-grid.profile-random .item.hover.profile-blue .icon {
  background: #3CBDFF !important;
}
section.content-block.template-icon-grid.profile-random .item:hover.profile-green .icon, section.content-block.template-icon-grid.profile-random .item.hover.profile-green .icon {
  background: #6CD98A;
}
section.content-block.template-icon-grid.scroll-bar-blue .scrollbar .handle,
section.content-block.template-icon-grid.scroll-bar-blue .desktop-scrollbar .handle {
  background: #3CBDFF;
}
section.content-block.template-icon-grid.profile-pink .item:hover .icon,
section.content-block.template-icon-grid.profile-pink .item.hover .icon {
  background: #FB908B;
  box-shadow: 0px 4px 13px rgba(108, 217, 138, 0.25);
}
section.content-block.template-icon-grid.profile-pink .item:hover .button, section.content-block.template-icon-grid.profile-pink .item:hover .menu li.button > a, .menu section.content-block.template-icon-grid.profile-pink .item:hover li.button > a,
section.content-block.template-icon-grid.profile-pink .item.hover .button,
section.content-block.template-icon-grid.profile-pink .item.hover .menu li.button > a,
.menu section.content-block.template-icon-grid.profile-pink .item.hover li.button > a {
  color: #FA6100;
}
section.content-block.template-icon-grid.scroll-bar-pink .scrollbar .handle,
section.content-block.template-icon-grid.scroll-bar-pink .desktop-scrollbar .handle {
  background: #FB908B;
}

.modal-icon-grid {
  margin: 0 auto;
}
@media print, screen and (max-width: 47.99875em) {
  .modal-icon-grid .grid-container {
    padding: 0;
  }
}
.modal-icon-grid .slider-wrapper {
  background: white;
  overflow: hidden;
  border-radius: 1.5rem;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media print, screen and (min-width: 64em) {
  .modal-icon-grid .slider-wrapper {
    display: flex;
  }
  .modal-icon-grid .slider-wrapper .modal-slider__dots {
    width: 19.6875rem;
  }
  .modal-icon-grid .slider-wrapper .modal-slider__dots ul {
    display: block;
    font-size: 1.5rem;
    padding: 2.5rem 2rem;
  }
  .modal-icon-grid .slider-wrapper .modal-slider__dots ul li {
    display: flex;
    align-items: center;
    white-space: normal;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.75rem;
    cursor: pointer;
  }
  .modal-icon-grid .slider-wrapper .modal-slider__dots ul li:before {
    content: "";
    display: block;
    min-width: 2rem;
    width: 2rem;
    height: 2rem;
    background: #fff;
    margin-right: 1rem;
    border-radius: 100%;
  }
  .modal-icon-grid .slider-wrapper .modal-slider__dots ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
  .modal-icon-grid .slider-wrapper .modal-slider__dots ul li.slick-active {
    background: none;
    padding: 0;
  }
  .modal-icon-grid .slider-wrapper .modal-slider__dots ul li.slick-active:before {
    background: #3CBDFF;
  }
  .modal-icon-grid .slider-wrapper .slider {
    width: calc(100% - 19.6875rem);
  }
  .modal-icon-grid .slider-wrapper .item {
    padding: 2.5rem 2rem 2rem 4rem;
  }
}
.modal-icon-grid .slider {
  width: 100%;
}
.modal-icon-grid .slider ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.modal-icon-grid .modal-slider__dots {
  background: #383838;
}
@media print, screen and (max-width: 63.99875em) {
  .modal-icon-grid .modal-slider__dots {
    padding-right: 0.5rem;
    padding: 0.75rem 0.9375rem;
  }
}
.modal-icon-grid .modal-slider__dots .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: auto;
  color: white;
  border-radius: 1.5rem;
}
.modal-icon-grid .modal-slider__dots .slick-dots li {
  white-space: nowrap;
  font-size: 0.9375rem;
  font-weight: bold;
}
.modal-icon-grid .modal-slider__dots .slick-dots li:not(:last-child) {
  margin-right: 1.5rem;
}
.modal-icon-grid .modal-slider__dots .slick-dots li.slick-active {
  background: #3CBDFF;
  border-radius: 1.5rem;
  padding: 0.1875rem 0.625rem;
}
.modal-icon-grid .item {
  padding: 1.875rem 1.0625rem;
}
.modal-icon-grid .item .title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (max-width: 63.99875em) {
  .modal-icon-grid .item .title {
    line-height: 2.5625rem;
    font-size: 2.25rem;
  }
}
.modal-icon-grid .item .description {
  color: #1E1E1E;
  line-height: 1.35;
  margin-bottom: 1.5rem;
}
.modal-icon-grid .item .description {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .modal-icon-grid .item .description {
    font-size: calc(17px + 11 * (100vw - 768px) / 256);
  }
}
@media screen and (min-width: 1024px) {
  .modal-icon-grid .item .description {
    font-size: 1.75rem;
  }
}
.modal-icon-grid .item .description p:not(:last-child) {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 48em) {
  .modal-icon-grid .item .description {
    line-height: 1.214;
  }
}
.modal-icon-grid .item .description .button.d-md-none, .modal-icon-grid .item .description .menu li.button > a.d-md-none, .menu .modal-icon-grid .item .description li.button > a.d-md-none {
  width: 100%;
}
.modal-icon-grid .item .cases .case .case-inner {
  border-top: 1px solid;
  padding-top: 1rem;
}
.modal-icon-grid .item .cases .case:not(:last-child) {
  margin-bottom: 2.5rem;
}
.modal-icon-grid .item .cases .case .case-title {
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
  line-height: 1.3;
}
.modal-icon-grid .item .cases .case .case-description {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 48em) {
  .modal-icon-grid .item header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  .modal-icon-grid .item header .button, .modal-icon-grid .item header .menu li.button > a, .menu .modal-icon-grid .item header li.button > a {
    min-width: 9.375rem;
    max-width: 9.5625rem;
    font-size: 1.125rem;
    height: 2.625rem;
    margin-right: 0.625rem;
  }
  .modal-icon-grid .item header .title {
    margin-bottom: 0;
  }
  .modal-icon-grid .item .cases {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .modal-icon-grid .item .cases .case {
    padding: 0 0.9375rem;
    width: 50%;
  }
  .modal-icon-grid .item .cases .case .case-inner {
    max-width: 18.125rem;
  }
}

.modal {
  max-width: 74rem;
  margin: 0 auto;
  position: relative;
}

@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-free-form .cell + .cell .module {
    margin-top: 0;
  }
  section.content-block.template-free-form .cell + .cell .module.image {
    margin-top: 2.88rem;
  }
  section.content-block.template-free-form .cell .module + .module.text-editor {
    margin-top: 0.5rem !important;
  }
  section.content-block.template-free-form .cell .module + .module.buttons {
    margin-top: 1.75rem !important;
  }
  section.content-block.template-free-form .cell .module.text-editor p {
    line-height: 1.5rem !important;
  }
  section.content-block.template-free-form .grid-x .cell.small-order-1 {
    margin-bottom: 2.88rem;
  }
}
@media print, screen and (max-width: 47.99875em) and (min-width: 48em) {
  section.content-block.template-free-form .grid-x .cell.small-order-1 {
    margin-bottom: 3.2rem;
  }
}
@media print, screen and (max-width: 47.99875em) and (min-width: 64em) {
  section.content-block.template-free-form .grid-x .cell.small-order-1 {
    margin-bottom: 4rem;
  }
}
section.content-block.template-free-form > .wrapper {
  height: 100%;
  width: 100%;
}
section.content-block.template-free-form .inner .module + .module.buttons {
  margin-top: 1.8rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-free-form .inner .module + .module.buttons {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-free-form .inner .module + .module.buttons {
    margin-top: 2.5rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-free-form .template-header span {
    display: inline;
  }
}
section.content-block.template-free-form.search-results .search-wrapper {
  margin-top: 1.25rem;
}
section.content-block.template-free-form .grid-container > .grid-x.text-center h2,
section.content-block.template-free-form .grid-container > .grid-x.text-center h3,
section.content-block.template-free-form .grid-container > .grid-x.text-center h4,
section.content-block.template-free-form .grid-container > .grid-x.text-center h5,
section.content-block.template-free-form .grid-container > .grid-x.text-center h6,
section.content-block.template-free-form .grid-container > .grid-x.text-center h1 {
  margin-left: auto;
  margin-right: auto;
}
section.content-block.template-free-form .module.text-editor a:not(.button) {
  color: #3CBDFF;
  border-color: #3CBDFF;
}
section.content-block.template-free-form .template-header + * {
  margin-top: 2.88rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-free-form .template-header + * {
    margin-top: 3.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-free-form .template-header + * {
    margin-top: 4rem;
  }
}
section.content-block.template-free-form .module.header + * {
  margin-top: 1.44rem !important;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-free-form .module.header + * {
    margin-top: 1.6rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-free-form .module.header + * {
    margin-top: 2rem !important;
  }
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-free-form .has-2-cols > .medium-7 {
    width: calc(55.145% - 1.875rem);
  }
  section.content-block.template-free-form .has-2-cols > .medium-5 {
    width: calc(43.95% - 1.875rem);
  }
  section.content-block.template-free-form .has-2-cols > .medium-6 .module.text-editor p {
    max-width: 31.25rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-free-form .has-2-cols > .medium-6 .module.text-editor p {
    line-height: 1.75rem;
  }
  section.content-block.template-free-form .has-2-cols:not(.block-grid) > .cell + .cell {
    margin-top: 0;
  }
  section.content-block.template-free-form .has-2-cols .module.text-editor {
    margin-top: 0;
  }
  section.content-block.template-free-form .has-2-cols .module.text-editor h1,
  section.content-block.template-free-form .has-2-cols .module.text-editor h2,
  section.content-block.template-free-form .has-2-cols .module.text-editor h3,
  section.content-block.template-free-form .has-2-cols .module.text-editor h4,
  section.content-block.template-free-form .has-2-cols .module.text-editor h5,
  section.content-block.template-free-form .has-2-cols .module.text-editor h6 {
    margin-bottom: 0.5rem;
  }
  section.content-block.template-free-form .has-2-cols .module.text-editor h1 + p,
  section.content-block.template-free-form .has-2-cols .module.text-editor h2 + p,
  section.content-block.template-free-form .has-2-cols .module.text-editor h3 + p,
  section.content-block.template-free-form .has-2-cols .module.text-editor h4 + p,
  section.content-block.template-free-form .has-2-cols .module.text-editor h5 + p,
  section.content-block.template-free-form .has-2-cols .module.text-editor h6 + p {
    margin-top: 0;
  }
}
section.content-block.template-free-form .has-1-cols .inner h3 {
  max-width: 49rem;
}
section.content-block.template-free-form.bg-dark .button-list a {
  color: #000;
}
section.content-block.template-free-form.bg-dark .button-list h4 {
  color: #fff;
}
section.content-block.template-free-form .button-list {
  text-align: center;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-free-form .button-list {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
section.content-block.template-free-form .button-list h4 {
  color: #000;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-free-form .button-list h4 {
    font-size: 2.25rem;
    line-height: 2.5625rem;
    font-weight: 600;
  }
}
section.content-block.template-free-form .button-list ul {
  padding: 0;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-free-form .button-list ul {
    margin-top: 0.5rem;
  }
}
section.content-block.template-free-form .button-list ul li {
  margin-bottom: 1.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9.1875rem;
  list-style: none;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-free-form .button-list ul li {
    margin-bottom: 1.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-free-form .button-list ul li {
    margin-bottom: 1.5rem;
  }
}
section.content-block.template-free-form .button-list ul li a {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 6.75rem;
  padding-right: 6.75rem;
  line-height: 1.6875rem;
  background: #F1F1F1;
  border-radius: 1.5rem;
  transition: all 0.3s;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-free-form .button-list ul li a {
    line-height: 1.875rem;
    font-size: 0.9375rem;
  }
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-free-form .button-list ul li a {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-free-form .button-list ul li a {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-free-form .button-list ul li a {
    padding-left: 1.08rem;
    padding-right: 1.08rem;
    font-size: 1.5rem;
  }
}
@media print, screen and (max-width: 63.99875em) and (min-width: 48em) {
  section.content-block.template-free-form .button-list ul li a {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media print, screen and (max-width: 63.99875em) and (min-width: 64em) {
  section.content-block.template-free-form .button-list ul li a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
section.content-block.template-free-form .button-list ul li a:focus, section.content-block.template-free-form .button-list ul li a:hover {
  color: #fff;
  background: #FA6100;
}
section.content-block.template-free-form .button-list ul li:last-child {
  margin-bottom: 0;
}
section.content-block.template-free-form mark {
  background-color: initial;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.content-block.template-free-form mark {
    background-color: #6CD98A;
  }
}
section.content-block.template-free-form mark:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6CD98A;
  height: 80%;
  width: 100%;
  z-index: -1;
}

body.search-results section.content-block.template-free-form h3 + * {
  margin-top: 1.8125rem;
}
body.search-results section.content-block.template-free-form .results-list .results-item {
  margin-bottom: 4rem;
}
body.search-results section.content-block.template-free-form .results-list .results-item:last-child {
  margin-bottom: 0;
}
body.search-results section.content-block.template-free-form .results-list .results-item .title {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.5625rem;
  color: #000;
  text-decoration: underline;
}
body.search-results section.content-block.template-free-form .results-list .results-item .title:hover {
  color: #FA6100;
}
body.search-results section.content-block.template-free-form .results-list .results-item .title + * {
  margin-top: 0.5rem;
}
body.search-results section.content-block.template-free-form .results-list .results-item p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

section.content-block.bg-dark:not([class*=" angle-b"])[class*=" angle-t"] + .content-block:not([class*=" bg-"]) {
  position: relative;
}
section.content-block.bg-dark:not([class*=" angle-b"])[class*=" angle-t"] + .content-block:not([class*=" bg-"]):before {
  content: "";
  position: absolute;
  top: -12.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 51.4375rem;
  width: calc(100% - 88px);
  height: 1rem;
  background-color: #FDBB30;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.bg-dark:not([class*=" angle-b"])[class*=" angle-t"] + .content-block:not([class*=" bg-"]):before {
    top: calc(-9.6rem - 8px);
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.bg-dark:not([class*=" angle-b"])[class*=" angle-t"] + .content-block:not([class*=" bg-"]):before {
    top: calc(-8.64rem - 8px);
  }
}

section.content-block.template-art-canvas .wrapper {
  padding: 0;
  height: 20rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-art-canvas .wrapper {
    height: calc(66.5px + 10vw);
  }
}
section.content-block.template-art-canvas .overlay {
  display: none;
}

section.content-block.template-logo-wall .logo-wall-carousel {
  max-width: 100vw;
  overflow: hidden;
}
section.content-block.template-logo-wall .template-header + * {
  margin-top: 4rem;
}
section.content-block.template-logo-wall .logo-wall-grid .logo-wall-grid-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-left: -1.8rem;
  margin-right: -1.8rem;
  margin-bottom: -2.25rem;
  margin-top: 2.88rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-logo-wall .logo-wall-grid .logo-wall-grid-content {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-logo-wall .logo-wall-grid .logo-wall-grid-content {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-logo-wall .logo-wall-grid .logo-wall-grid-content {
    margin-bottom: -2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-logo-wall .logo-wall-grid .logo-wall-grid-content {
    margin-bottom: -3.125rem;
  }
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-logo-wall .logo-wall-grid .logo-wall-grid-content {
    margin-top: 3.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-logo-wall .logo-wall-grid .logo-wall-grid-content {
    margin-top: 4rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-logo-wall .logo-wall-grid .logo-wall-grid-content {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}
section.content-block.template-logo-wall .logo-wall-grid .logo-wall-grid-content .logo-wall-item {
  margin-left: 1.8rem;
  margin-right: 1.8rem;
  margin-bottom: 2.25rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-logo-wall .logo-wall-grid .logo-wall-grid-content .logo-wall-item {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-logo-wall .logo-wall-grid .logo-wall-grid-content .logo-wall-item {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-logo-wall .logo-wall-grid .logo-wall-grid-content .logo-wall-item {
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-logo-wall .logo-wall-grid .logo-wall-grid-content .logo-wall-item {
    margin-bottom: 3.125rem;
  }
}
section.content-block.template-logo-wall .logo-wall-grid .logo-wall-grid-content .logo-wall-item:nth-child(1n+17) {
  display: none;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-logo-wall .logo-wall-grid .logo-wall-grid-content .logo-wall-item {
    max-width: calc(25% - 16px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}
section.content-block.template-logo-wall .logo-wall-grid .logo-wall-grid-content .logo-wall-item img {
  object-fit: contain;
  max-width: 100%;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-logo-wall .logo-wall-grid .logo-wall-grid-content .logo-wall-item img {
    max-width: 12.5rem;
    max-height: 7.1875rem;
    width: 100%;
    height: auto;
  }
}
section.content-block.template-logo-wall .logo-wall-grid .module.buttons {
  text-align: center;
  margin-top: 2rem;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-logo-wall .logo-wall-grid .module.buttons {
    margin-top: 1.5rem;
  }
  section.content-block.template-logo-wall .logo-wall-grid .module.buttons .button, section.content-block.template-logo-wall .logo-wall-grid .module.buttons .menu li.button > a, .menu section.content-block.template-logo-wall .logo-wall-grid .module.buttons li.button > a {
    font-size: 0.9375rem;
  }
}
section.content-block.template-logo-wall .layout-wall-carousel {
  margin-top: 2rem;
}
section.content-block.template-logo-wall .layout-wall-carousel .item {
  margin: 0 32px;
  height: 7.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 400px) {
  section.content-block.template-logo-wall .layout-wall-carousel .item {
    min-width: initial;
    width: 100%;
  }
}
section.content-block.template-logo-wall .layout-wall-carousel .item img {
  max-width: 15.625rem;
  max-height: 6.25rem;
  object-fit: contain;
  width: 100%;
  height: auto;
}
section.content-block.template-logo-wall .layout-wall-carousel .carousel-disabled {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

section.content-block.template-team {
  margin-bottom: 8.64rem;
  margin-top: 8.64rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-team {
    margin-bottom: 9.6rem;
    margin-top: 9.6rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-team {
    margin-bottom: 12rem;
    margin-top: 12rem;
  }
}
section.content-block.template-team[class^=bg-], section.content-block.template-team[class*=bg-] {
  margin: 0 !important;
}
section.content-block.template-team .template-header + * {
  margin-top: 2rem !important;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-team .template-header + * {
    margin-top: 1rem !important;
  }
}
section.content-block.template-team .template-team-content {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-team .template-team-content {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
section.content-block.template-team .template-team-content .cell {
  position: relative;
  background: #fff;
  box-shadow: 0px 4px 11px rgba(60, 189, 255, 0.1), 2px -3px 20px rgba(60, 189, 255, 0.2);
  border-radius: 1.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-team .template-team-content .cell {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-team .template-team-content .cell {
    width: calc(25% - 16px);
  }
}
section.content-block.template-team .template-team-content .cell .inner {
  padding: 1.75rem 1.5625rem 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.content-block.template-team .template-team-content .cell .inner h5 {
  line-height: 1.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-team .template-team-content .cell .inner h5 {
    font-size: 1.5rem;
  }
}
section.content-block.template-team .template-team-content .cell .inner .button, section.content-block.template-team .template-team-content .cell .inner .menu li.button > a, .menu section.content-block.template-team .template-team-content .cell .inner li.button > a {
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
}
section.content-block.template-team .template-team-content .cell .img-wrapper {
  min-height: 15.4375rem;
  max-height: 15.4375rem;
  height: 100%;
}
section.content-block.template-team .template-team-content .cell .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.content-block.template-team .template-team-content .cell:hover {
  transform: translateY(-20px);
  box-shadow: 0px 4px 19px rgba(60, 189, 255, 0.5);
}

.modal-team-content {
  background: #fff;
  border-radius: 1.5rem;
}
.modal-team-content .socials {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .modal-team-content header {
    max-width: 25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .modal-team-content {
    overflow: hidden;
    max-height: 42.375rem;
  }
}
.modal-team-content .item {
  display: flex;
}
@media print, screen and (max-width: 47.99875em) {
  .modal-team-content .item {
    flex-direction: column;
  }
}
.modal-team-content .special-title {
  color: #6CD98A;
}
.modal-team-content .description {
  margin-top: 1rem;
}
@media print, screen and (min-width: 48em) {
  .modal-team-content .description {
    overflow: scroll;
    max-height: 515px;
  }
}
.modal-team-content .description p {
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.125rem;
}
@media print, screen and (max-width: 63.99875em) {
  .modal-team-content .description p {
    line-height: 1.5rem;
    font-size: 1.0625rem;
  }
}
.modal-team-content .inner {
  padding: 1.44rem;
  max-height: 42.375rem;
  overflow: hidden;
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .modal-team-content .inner {
    padding: 1.6rem;
  }
}
@media print, screen and (min-width: 64em) {
  .modal-team-content .inner {
    padding: 2rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .modal-team-content .inner {
    max-height: initial !important;
  }
}
.modal-team-content .inner.modal-team-img {
  padding: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 48em) {
  .modal-team-content .inner.modal-team-img {
    width: 52%;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .modal-team-content .inner.modal-team-img {
    max-height: 14.5625rem;
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
.modal-team-content .inner.modal-team-img img {
  height: 100%;
  object-fit: cover;
}
@media print, screen and (max-width: 47.99875em) {
  .modal-team-content .inner.modal-team-img img {
    max-height: 14.5625rem;
    width: 100%;
  }
}

.modal-team {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 81.25em) {
  .modal-team {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .modal-team .grid-container {
    padding: 0;
  }
}

section.content-block.template-statistics .template-header {
  width: 52%;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-statistics .template-header {
    width: 100%;
  }
  section.content-block.template-statistics .template-header .subheadline {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
  section.content-block.template-statistics .template-header .headline + * {
    margin-top: 0.5rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-statistics .wrapper {
    padding-bottom: 1.875rem;
  }
}
section.content-block.template-statistics .template-statistics-content {
  display: flex;
  flex-direction: column;
  margin-top: -6.4375rem;
  overflow: hidden;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-statistics .template-statistics-content {
    margin-top: 1rem;
  }
}
section.content-block.template-statistics .template-statistics-content .statistics-item {
  height: 12.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -1.6875rem;
  transform: translateX(-100%);
  transition: all 0.6s;
}
@media screen and (max-width: 87.5em) {
  section.content-block.template-statistics .template-statistics-content .statistics-item {
    margin-top: -0.5rem;
    min-height: 12.9375rem;
    height: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-statistics .template-statistics-content .statistics-item {
    min-height: 6.5rem;
    padding-bottom: 0.6875rem;
  }
}
section.content-block.template-statistics .template-statistics-content .statistics-item:first-child {
  margin-top: 0;
}
section.content-block.template-statistics .template-statistics-content .statistics-item h2 {
  font-size: 9rem;
  font-weight: 800;
  line-height: 8rem;
  color: #fff;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-statistics .template-statistics-content .statistics-item h2 {
    line-height: 2.5625rem;
    font-size: 3rem;
  }
}
section.content-block.template-statistics .template-statistics-content .statistics-item .title-wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
section.content-block.template-statistics .template-statistics-content .statistics-item .title-wrapper:after {
  content: "";
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-statistics .template-statistics-content .statistics-item .title-wrapper:after {
    width: 1rem;
    height: 1rem;
  }
}
section.content-block.template-statistics .template-statistics-content .statistics-item h4 {
  color: #fff;
  line-height: 1.8125rem;
}
@media screen and (max-width: 87.5em) {
  section.content-block.template-statistics .template-statistics-content .statistics-item h4 {
    margin-top: 1rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-statistics .template-statistics-content .statistics-item h4 {
    margin-top: 0.25rem;
    line-height: 1.5rem;
  }
}
section.content-block.template-statistics .template-statistics-content .statistics-item.first-item, section.content-block.template-statistics .template-statistics-content .statistics-item.third-item {
  align-items: flex-start;
  width: 44%;
  margin-left: auto;
  padding-left: 4rem;
  background: #383838;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  border-radius: 24px 0px 0px 24px;
  transform: translateX(100%);
  z-index: 2;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-statistics .template-statistics-content .statistics-item.first-item, section.content-block.template-statistics .template-statistics-content .statistics-item.third-item {
    width: calc(100% - 304px);
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-statistics .template-statistics-content .statistics-item.first-item, section.content-block.template-statistics .template-statistics-content .statistics-item.third-item {
    width: calc(100% - 152px);
    padding-left: 1.75rem;
  }
}
section.content-block.template-statistics .template-statistics-content .statistics-item.first-item .title-wrapper:after, section.content-block.template-statistics .template-statistics-content .statistics-item.third-item .title-wrapper:after {
  background: #3CBDFF;
  right: -2.6875rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-statistics .template-statistics-content .statistics-item.first-item .title-wrapper:after, section.content-block.template-statistics .template-statistics-content .statistics-item.third-item .title-wrapper:after {
    right: -1.875rem;
  }
}
section.content-block.template-statistics .template-statistics-content .statistics-item.second-item {
  padding-left: 3.1875rem;
  width: calc(100% - 91px);
  background: #5B5B5B;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 24px 24px 0px;
  z-index: 1;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-statistics .template-statistics-content .statistics-item.second-item {
    width: calc(100% - 24px);
    padding-left: 1.5rem;
  }
}
section.content-block.template-statistics .template-statistics-content .statistics-item.second-item .title-wrapper:after {
  background: #FB908B;
  right: -3.875rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-statistics .template-statistics-content .statistics-item.second-item .title-wrapper:after {
    right: -1.75rem;
  }
}
section.content-block.template-statistics .template-statistics-content .statistics-item.third-item {
  width: calc(100% - 546px);
  align-items: center;
  padding-right: 12%;
}
@media screen and (max-width: 87.5em) {
  section.content-block.template-statistics .template-statistics-content .statistics-item.third-item {
    width: calc(100% - 380px);
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-statistics .template-statistics-content .statistics-item.third-item {
    width: calc(100% - 220px);
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-statistics .template-statistics-content .statistics-item.third-item {
    width: calc(100% - 110px);
    padding-right: 0;
    padding-left: 3.625rem;
    align-items: flex-start;
  }
}
section.content-block.template-statistics .template-statistics-content .statistics-item.third-item .title-wrapper:after {
  background: #6CD98A;
  left: -3.25rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-statistics .template-statistics-content .statistics-item.third-item .title-wrapper:after {
    left: -1.75rem;
  }
}

section.content-block.template-content-carousel .template-header .headline + * {
  margin-top: 1rem;
}
section.content-block.template-content-carousel .template-header .subheadline {
  font-size: 2.25rem;
  max-width: 53.125rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-content-carousel .template-header .subheadline {
    font-size: 1.5rem;
  }
}
section.content-block.template-content-carousel .template-header.small-width .headline,
section.content-block.template-content-carousel .template-header.small-width .subheadline {
  margin-left: auto;
  margin-right: auto;
  max-width: 40.625rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-content-carousel .medium-10 {
    width: calc(86.3333% - 1.875rem) !important;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-content-carousel .grid-container > div:not(.slider-wrapper) img {
    max-height: 184px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
}
section.content-block.template-content-carousel .press-releases {
  background: #383838;
  margin-top: 4rem;
  padding-left: 2.88rem;
  padding-right: 2.88rem;
  padding-top: 2.88rem;
  padding-bottom: 1.53rem;
  border-radius: 1.5rem;
  transition: height 0.3s;
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-content-carousel .press-releases {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-content-carousel .press-releases {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-content-carousel .press-releases {
    padding-top: 3.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-content-carousel .press-releases {
    padding-top: 4rem;
  }
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-content-carousel .press-releases {
    padding-bottom: 1.7rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-content-carousel .press-releases {
    padding-bottom: 2.125rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-content-carousel .press-releases {
    margin-top: 7.5rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-content-carousel .press-releases {
    margin-left: -24px;
    margin-right: -24px;
  }
}
section.content-block.template-content-carousel .press-releases h4 {
  color: #fff;
}
section.content-block.template-content-carousel .press-releases > .button, section.content-block.template-content-carousel .menu li.press-releases.button > a, .menu section.content-block.template-content-carousel li.press-releases.button > a {
  justify-content: center;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
section.content-block.template-content-carousel .press-releases .press-releases-content {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}
section.content-block.template-content-carousel .press-releases .press-releases-content .row {
  display: flex;
  align-items: center;
  max-height: 0rem;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  transition: max-height 0.6s, padding 0.6s;
}
section.content-block.template-content-carousel .press-releases .press-releases-content .row.active {
  display: flex;
  padding-bottom: 1rem;
  padding-top: 1rem;
  max-height: 30rem;
  border-bottom: 1px solid #6CD98A;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-content-carousel .press-releases .press-releases-content .row {
    flex-direction: column;
  }
}
section.content-block.template-content-carousel .press-releases .press-releases-content .row:last-child {
  border: none;
}
section.content-block.template-content-carousel .press-releases .press-releases-content .row .description {
  width: 58.5%;
  max-width: 29.5rem;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.125rem;
  margin-bottom: 0;
  color: #fff;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-content-carousel .press-releases .press-releases-content .row .description {
    line-height: 1.5rem;
    font-size: 1.0625rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-content-carousel .press-releases .press-releases-content .row .description {
    max-width: 20.875rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-content-carousel .press-releases .press-releases-content .row .description {
    text-align: left;
    width: 100%;
    max-width: 100%;
  }
}
section.content-block.template-content-carousel .press-releases .press-releases-content .row .date {
  margin-left: 4rem;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.125rem;
  color: #fff;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-content-carousel .press-releases .press-releases-content .row .date {
    line-height: 1.5rem;
    font-size: 1.0625rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-content-carousel .press-releases .press-releases-content .row .date {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }
}
section.content-block.template-content-carousel .press-releases .press-releases-content .row .button, section.content-block.template-content-carousel .press-releases .press-releases-content .row .menu li.button > a, .menu section.content-block.template-content-carousel .press-releases .press-releases-content .row li.button > a {
  margin-left: auto;
}
section.content-block.template-content-carousel .slick-list {
  overflow: hidden;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-content-carousel .slick-list {
    padding-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  section.content-block.template-content-carousel .slick-list {
    padding-bottom: 1.5rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-content-carousel .slider-wrapper {
    padding-bottom: 3.0625rem;
  }
}
section.content-block.template-content-carousel .slider-wrapper {
  margin-top: 7.5rem;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-content-carousel .slider-wrapper {
    margin-top: 3rem;
  }
}
section.content-block.template-content-carousel .has-1-cols {
  justify-content: center;
}
section.content-block.template-content-carousel .has-1-cols .module.picture {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-height: 27.8125rem;
}
section.content-block.template-content-carousel .has-1-cols .module.picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.content-block.template-content-carousel .has-1-cols p {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.125rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-content-carousel .has-1-cols p {
    line-height: 1.5rem;
    font-size: 1.0625rem;
  }
}
section.content-block.template-content-carousel .has-1-cols .button, section.content-block.template-content-carousel .has-1-cols .menu li.button > a, .menu section.content-block.template-content-carousel .has-1-cols li.button > a {
  margin-top: 2rem;
}
section.content-block.template-content-carousel .content-carousel-slider {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}
section.content-block.template-content-carousel .content-carousel-slider {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 64em) {
  section.content-block.template-content-carousel .content-carousel-slider {
    max-width: calc(100% - 128px);
  }
}
@media screen and (min-width: 86.25em) {
  section.content-block.template-content-carousel .content-carousel-slider {
    max-width: calc(100% + 128px);
  }
}
section.content-block.template-content-carousel .slick-arrow {
  height: 2rem;
  width: 2rem;
  background: none;
}
section.content-block.template-content-carousel .slick-arrow svg {
  display: block;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-content-carousel .slick-arrow {
    left: 50% !important;
    right: initial !important;
    transform: translate(-50%, 0);
  }
}
section.content-block.template-content-carousel .slick-arrow.slick-next {
  background: none;
  right: -3.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-content-carousel .slick-arrow.slick-next {
    bottom: -4rem;
    top: initial;
    margin-left: 2rem;
  }
}
section.content-block.template-content-carousel .slick-arrow.slick-prev {
  left: -3.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-content-carousel .slick-arrow.slick-prev {
    bottom: -4rem;
    top: initial;
    margin-left: -2rem;
  }
}
section.content-block.template-content-carousel .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.6;
}
section.content-block.template-content-carousel .slick-track {
  display: flex !important;
}
section.content-block.template-content-carousel .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit !important;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-content-carousel .slick-slide {
    margin: 0 1rem;
  }
}
section.content-block.template-content-carousel .slick-slide > div,
section.content-block.template-content-carousel .slick-slide .slider-item {
  height: 100%;
}
section.content-block.template-content-carousel .slider-item {
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  min-height: 23.4375rem;
  border-radius: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-content-carousel .slider-item:hover {
    transform: translateY(-40px);
    box-shadow: 0px 4px 19px rgba(60, 189, 255, 0.25);
  }
}
section.content-block.template-content-carousel .slider-item .featured-resource:hover {
  transform: none;
  box-shadow: none;
}
section.content-block.template-content-carousel .slider-item.profile-pink .featured-resource:before {
  background: #FB908B;
}
section.content-block.template-content-carousel .slider-item.profile-pink .featured-resource .top-border {
  color: #CD7874;
}
section.content-block.template-content-carousel .slider-item.profile-pink .featured-resource .special-title {
  color: #FB908B;
}
section.content-block.template-content-carousel .slider-item.profile-green .featured-resource:before {
  background: #6CD98A;
}
section.content-block.template-content-carousel .slider-item.profile-green .featured-resource .top-border {
  color: #53A86B;
}
section.content-block.template-content-carousel .slider-item.profile-green .featured-resource .special-title {
  color: #6CD98A;
}
section.content-block.template-content-carousel .slider-item.profile-blue .featured-resource:before {
  background: #3CBDFF;
}
section.content-block.template-content-carousel .slider-item.profile-blue .featured-resource .top-border {
  color: #3294C7;
}
section.content-block.template-content-carousel .slider-item.profile-blue .featured-resource .special-title {
  color: #3294C7;
}
section.content-block.template-content-carousel .slider-item .featured-resource {
  display: flex;
  flex-direction: column;
  padding-top: 3.125rem;
}
section.content-block.template-content-carousel .slider-item .featured-resource.normal .module.buttons {
  display: flex;
  justify-content: center;
}
section.content-block.template-content-carousel .slider-item .featured-resource.normal .module.buttons .button, section.content-block.template-content-carousel .slider-item .featured-resource.normal .module.buttons .menu li.button > a, .menu section.content-block.template-content-carousel .slider-item .featured-resource.normal .module.buttons li.button > a {
  justify-content: center;
}
section.content-block.template-content-carousel .slider-item .image {
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
  height: 11.875rem;
}
section.content-block.template-content-carousel .slider-item .image.has-gradient {
  position: relative;
}
section.content-block.template-content-carousel .slider-item .image.has-gradient.gradient-blue:after, section.content-block.template-content-carousel .slider-item .image.has-gradient.gradient-pink:after, section.content-block.template-content-carousel .slider-item .image.has-gradient.gradient-green:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
section.content-block.template-content-carousel .slider-item .image.has-gradient.gradient-pink:after {
  background: linear-gradient(90deg, #FB908B 0%, rgba(251, 144, 139, 0.71875) 40.1%, rgba(251, 144, 139, 0) 100%);
}
section.content-block.template-content-carousel .slider-item .image.has-gradient.gradient-blue:after {
  background: linear-gradient(90deg, rgba(60, 189, 255, 0.64) 0%, rgba(60, 189, 255, 0.416667) 25%, rgba(60, 189, 255, 0.274884) 68.23%, rgba(60, 189, 255, 0) 100%);
}
section.content-block.template-content-carousel .slider-item .image.has-gradient.gradient-green:after {
  background: linear-gradient(90deg, rgba(108, 217, 138, 0.8) 0%, rgba(108, 217, 138, 0.51) 24.48%, rgba(108, 217, 138, 0.3) 85.94%, rgba(108, 217, 138, 0) 100%);
}
section.content-block.template-content-carousel .slider-item .image img,
section.content-block.template-content-carousel .slider-item .image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.content-block.template-content-carousel .slider-item .module.buttons {
  margin-top: auto;
  text-align: left;
}
section.content-block.template-content-carousel .slider-item .module.buttons .button, section.content-block.template-content-carousel .slider-item .module.buttons .menu li.button > a, .menu section.content-block.template-content-carousel .slider-item .module.buttons li.button > a {
  justify-content: flex-start;
}

.modal-events {
  max-width: 77.75rem !important;
}
@media screen and (min-width: 83.75em) {
  .modal-events button.mfp-close {
    right: calc((100% - 76.8125rem) / 2) !important;
    margin-top: 0.5rem;
  }
}
.modal-events .grid-container {
  max-width: 77.75rem !important;
}

.modal-events-content {
  background: #fff;
  border-radius: 1.5rem;
}
.modal-events-content .inner {
  display: flex;
  flex-direction: column;
  padding-bottom: 3.33rem;
  padding-top: 3.33rem;
  padding-left: 3.78rem;
  padding-right: 3.78rem;
}
@media print, screen and (min-width: 48em) {
  .modal-events-content .inner {
    padding-bottom: 3.7rem;
    padding-top: 3.7rem;
  }
}
@media print, screen and (min-width: 64em) {
  .modal-events-content .inner {
    padding-bottom: 4.625rem;
    padding-top: 4.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .modal-events-content .inner {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .modal-events-content .inner {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .modal-events-content .inner {
    flex-direction: column;
    padding: 1.44rem;
  }
}
@media print, screen and (max-width: 47.99875em) and (min-width: 48em) {
  .modal-events-content .inner {
    padding: 1.6rem;
  }
}
@media print, screen and (max-width: 47.99875em) and (min-width: 64em) {
  .modal-events-content .inner {
    padding: 2rem;
  }
}
.modal-events-content .description {
  line-height: 2.375rem;
  max-width: 62.5rem;
}
.modal-events-content .description {
  font-size: 1.225rem;
}
@media screen and (min-width: 768px) {
  .modal-events-content .description {
    font-size: calc(19.6px + 8.4 * (100vw - 768px) / 256);
  }
}
@media screen and (min-width: 1024px) {
  .modal-events-content .description {
    font-size: 1.75rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .modal-events-content .description {
    line-height: 1.5rem;
  }
}
.modal-events-content .title {
  max-width: 62.5rem;
}
.modal-events-content .title {
  font-size: 2.1rem;
}
@media screen and (min-width: 768px) {
  .modal-events-content .title {
    font-size: calc(33.6px + 14.4 * (100vw - 768px) / 256);
  }
}
@media screen and (min-width: 1024px) {
  .modal-events-content .title {
    font-size: 3rem;
  }
}
.modal-events-content .title + * {
  margin-top: 2rem;
}
.modal-events-content .info {
  margin-top: 4rem;
}
.modal-events-content .info p {
  margin-bottom: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: flex;
  font-weight: 600;
  line-height: 1.6875rem;
}
@media print, screen and (max-width: 47.99875em) {
  .modal-events-content .info p {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.modal-events-content .info p u {
  text-decoration: underline;
}
.modal-events-content .info p span {
  display: block;
  max-width: 8.25rem;
  width: 100%;
}
@media print, screen and (max-width: 47.99875em) {
  .modal-events-content .info p span {
    max-width: 4.375rem;
  }
}
.modal-events-content .info p + * {
  margin-top: 2rem;
}
.modal-events-content .info p.date span {
  color: #6CD98A;
}
.modal-events-content .info p.place span {
  color: #3CBDFF;
  text-decoration: none;
}
.modal-events-content .info p.sponsor span {
  color: #FB908B;
}

.modal-events {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 81.25em) {
  .modal-events .mfp-close {
    right: calc((100% - 77.8125rem) / 2) !important;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .modal-events .grid-container {
    padding: 0;
  }
}

section.content-block.template-locations .locations-content {
  justify-content: center;
  margin-bottom: -2rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-locations .template-header h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
section.content-block.template-locations .template-header + * {
  margin-top: 4rem;
}
section.content-block.template-locations ul {
  padding: 0;
  margin: 0;
}
section.content-block.template-locations ul li {
  list-style: none;
}
section.content-block.template-locations .title span {
  display: block;
}
section.content-block.template-locations.bg-dark .template-header mark, section.content-block.template-locations.bg-black .template-header mark {
  color: #000;
}
section.content-block.template-locations.bg-dark .title, section.content-block.template-locations.bg-black .title {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.5625rem;
  color: #fff;
  max-width: 17.75rem;
}
section.content-block.template-locations[class^=bg-] .wrapper .title, section.content-block.template-locations[class*=bg-] .wrapper .title {
  color: #fff;
}
section.content-block.template-locations .inner {
  margin-bottom: 2rem;
}
section.content-block.template-locations .inner h4 {
  margin-bottom: 1.5rem;
  color: #000;
}
section.content-block.template-locations .inner p,
section.content-block.template-locations .inner a,
section.content-block.template-locations .inner .address {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-locations .inner p,
  section.content-block.template-locations .inner a,
  section.content-block.template-locations .inner .address {
    margin-bottom: 0.5rem;
  }
}
section.content-block.template-locations .inner p b,
section.content-block.template-locations .inner a b,
section.content-block.template-locations .inner .address b {
  font-weight: 600;
}
section.content-block.template-locations .inner p:last-child,
section.content-block.template-locations .inner a:last-child,
section.content-block.template-locations .inner .address:last-child {
  margin-bottom: 0;
}
section.content-block.template-locations .inner a {
  border-bottom: 1px solid transparent;
  transition: border 0.3s, color 0.3s;
}
section.content-block.template-locations .inner a:hover {
  border-bottom: 1px solid #fff;
}

section.content-block.template-job-openings .template-header h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-job-openings .template-header h2 {
    line-height: 2.5625rem;
    font-size: 2.25rem;
  }
}
section.content-block.template-job-openings .template-header + * {
  margin-top: 2rem !important;
}
section.content-block.template-job-openings .job-openings .cell {
  padding: 1.5625rem 2.25rem 1.5625rem 3.3125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F1F1F1;
  border-radius: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  transition: color 0.3s, background 0.3s;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-job-openings .job-openings .cell {
    flex-direction: column;
    padding: 2rem 1.5rem;
  }
  section.content-block.template-job-openings .job-openings .cell .button, section.content-block.template-job-openings .job-openings .cell .menu li.button > a, .menu section.content-block.template-job-openings .job-openings .cell li.button > a {
    max-width: 100%;
  }
}
section.content-block.template-job-openings .job-openings .cell:hover {
  background: #383838;
  color: #fff;
}
section.content-block.template-job-openings .job-openings .cell:hover h1,
section.content-block.template-job-openings .job-openings .cell:hover h2,
section.content-block.template-job-openings .job-openings .cell:hover h3,
section.content-block.template-job-openings .job-openings .cell:hover h4,
section.content-block.template-job-openings .job-openings .cell:hover h5,
section.content-block.template-job-openings .job-openings .cell:hover h6 {
  color: #fff !important;
}
section.content-block.template-job-openings .job-openings .cell:last-child {
  margin-bottom: 0;
}
section.content-block.template-job-openings .job-openings .cell .inner {
  width: 82%;
  max-width: 41.875rem;
  margin: 0.5rem;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-job-openings .job-openings .cell .inner {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-job-openings .job-openings .cell .inner {
    margin-bottom: 1.5rem;
  }
}
section.content-block.template-job-openings .job-openings .cell .inner h1,
section.content-block.template-job-openings .job-openings .cell .inner h2,
section.content-block.template-job-openings .job-openings .cell .inner h3,
section.content-block.template-job-openings .job-openings .cell .inner h4,
section.content-block.template-job-openings .job-openings .cell .inner h5,
section.content-block.template-job-openings .job-openings .cell .inner h6 {
  margin-bottom: 0.5rem;
  color: #000;
  transition: color 0.3s;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-job-openings .job-openings .cell .inner h4 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
}
section.content-block.template-job-openings .job-openings .cell .inner p {
  max-width: 31.25rem;
  font-weight: 400;
  line-height: 1.3125rem;
}
section.content-block.template-job-openings .job-openings .cell .inner p {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  section.content-block.template-job-openings .job-openings .cell .inner p {
    font-size: calc(17px + 1 * (100vw - 768px) / 256);
  }
}
@media screen and (min-width: 1024px) {
  section.content-block.template-job-openings .job-openings .cell .inner p {
    font-size: 1.125rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-job-openings .template-header h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
section.content-block.template-job-openings .template-header + * {
  margin-top: 4rem;
}
section.content-block.template-job-openings.bg-dark .template-header mark, section.content-block.template-job-openings.bg-black .template-header mark {
  color: #000;
}

section.content-block.template-card-grid .grid-container {
  max-width: 81.25rem;
}
section.content-block.template-card-grid .grid-container > .block-grid {
  flex-direction: column;
}
section.content-block.template-card-grid .cards-grid-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 81.25em) {
  section.content-block.template-card-grid .cards-grid-content {
    justify-content: center;
  }
}
section.content-block.template-card-grid .cards-grid-content > .cell {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
@media screen and (max-width: 81.25em) {
  section.content-block.template-card-grid .cards-grid-content > .cell {
    justify-content: center;
  }
  section.content-block.template-card-grid .cards-grid-content > .cell:not(.cards-grid) {
    max-width: 60%;
    width: 100% !important;
  }
  section.content-block.template-card-grid .cards-grid-content > .cell:not(.cards-grid) .img-wrapper {
    margin-top: 1.5rem;
  }
  section.content-block.template-card-grid .cards-grid-content > .cell + .cell {
    margin-top: 3rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-card-grid .cards-grid-content > .cell {
    width: 100% !important;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-card-grid .cards-grid-content > .cell {
    padding: 0 !important;
  }
}
section.content-block.template-card-grid .cards-grid-content > .cell h2 {
  font-size: 6rem;
  font-weight: 800;
  line-height: 5.3125rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-card-grid .cards-grid-content > .cell h2 {
    line-height: 2.75rem;
    font-size: 3rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-card-grid .cards-grid-content > .cell h2 {
    margin-bottom: 1rem;
  }
}
section.content-block.template-card-grid .cards-grid-content > .cell .subheadline {
  text-align: center;
}
section.content-block.template-card-grid .cards-grid-content > .cell:not(.cards-grid) {
  width: 56%;
  max-width: 42.625rem;
}
section.content-block.template-card-grid .cards-grid-content > .cell.cards-grid {
  width: 44%;
  padding: 0;
  max-width: 37.5rem;
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-card-grid .cards-grid-content > .cell.cards-grid {
    min-width: 34.0625rem;
  }
}
section.content-block.template-card-grid .cards-grid-content > .cell.cards-grid .block-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-card-grid .cards-grid-content > .cell.cards-grid .block-grid {
    padding-bottom: 4rem;
  }
}
section.content-block.template-card-grid .cards-grid-content > .cell.cards-grid .block-grid .cell {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1.25rem;
  max-width: 15.5rem;
  width: 100%;
  align-self: flex-start;
}
section.content-block.template-card-grid .cards-grid {
  margin-bottom: -1.25rem;
  transition: all 0.3s ease;
}
section.content-block.template-card-grid .cards-grid .slick-slide > div {
  text-align: center;
}
section.content-block.template-card-grid .cards-grid .slick-list {
  padding-top: 1rem;
}
section.content-block.template-card-grid .cards-grid .slick-slider .slick-arrow {
  height: 2rem;
  width: 2rem;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 0;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-card-grid .cards-grid .slick-slider .slick-arrow {
    left: 50% !important;
    right: initial !important;
    transform: translate(-50%, 0);
  }
}
section.content-block.template-card-grid .cards-grid .slick-slider .slick-arrow.slick-next {
  background-image: url("../images/arrow-right.svg");
  right: -3.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-card-grid .cards-grid .slick-slider .slick-arrow.slick-next {
    top: initial;
    margin-left: 1.75rem;
  }
}
section.content-block.template-card-grid .cards-grid .slick-slider .slick-arrow.slick-prev {
  background-image: url("../images/arrow-left.svg");
  left: -3.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-card-grid .cards-grid .slick-slider .slick-arrow.slick-prev {
    top: initial;
    margin-left: -1.75rem;
  }
}
section.content-block.template-card-grid .cards-grid .slick-slider .slick-slide .card .front .icon-wrapper {
  background: #6CD98A;
  margin-bottom: 1rem;
}
section.content-block.template-card-grid .cards-grid .slick-slider .slick-slide .card .front h5 {
  color: #FA6100;
}
section.content-block.template-card-grid .cards-grid .slick-slider .slick-slide .card .front:after {
  transform: translate(-50%, 0);
}
section.content-block.template-card-grid .cards-grid .card {
  width: 100%;
  min-height: 20rem;
  cursor: pointer;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.content-block.template-card-grid .cards-grid .card {
    width: 15.5rem;
  }
}
section.content-block.template-card-grid .cards-grid .card.flipped {
  transform: rotateY(180deg);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.content-block.template-card-grid .cards-grid .card.flipped {
    width: 15.5rem;
    height: 17.125rem;
  }
  section.content-block.template-card-grid .cards-grid .card.flipped .front,
  section.content-block.template-card-grid .cards-grid .card.flipped .back {
    backface-visibility: visible;
  }
}
section.content-block.template-card-grid .cards-grid .card .front,
section.content-block.template-card-grid .cards-grid .card .back {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  backface-visibility: hidden;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 19px rgba(60, 189, 255, 0.25);
  border-radius: 1.5rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.content-block.template-card-grid .cards-grid .card .front,
  section.content-block.template-card-grid .cards-grid .card .back {
    width: 15.5rem;
    height: 17.125rem;
  }
}
section.content-block.template-card-grid .cards-grid .card .front {
  padding: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.content-block.template-card-grid .cards-grid .card .front h5 {
  line-height: 1.6875rem;
  text-align: center;
  transition: color 0.3s;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.content-block.template-card-grid .cards-grid .card .front h5 {
    width: 100%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-card-grid .cards-grid .card .front h5 {
    font-size: 1.5rem;
  }
}
section.content-block.template-card-grid .cards-grid .card .front .icon-wrapper {
  width: 8rem;
  height: 8rem;
  background: #BFBFBF;
  border-radius: 100%;
  padding: 1.375rem;
  margin-bottom: 2rem;
  transition: background-color 0.3s, margin 0.3s;
}
section.content-block.template-card-grid .cards-grid .card .front .icon-wrapper svg,
section.content-block.template-card-grid .cards-grid .card .front .icon-wrapper img {
  height: 100%;
  width: 100%;
}
section.content-block.template-card-grid .cards-grid .card .front:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.9375rem;
  transform: translate(-50%, 270px);
  height: 1.5rem;
  width: 1.5rem;
  background-image: url("../images/icon-revert.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 0.3s;
}
section.content-block.template-card-grid .cards-grid .card .back {
  width: 100%;
  transform: rotateY(180deg);
  padding: 2rem;
  min-height: 100%;
  height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.content-block.template-card-grid .cards-grid .card .back {
    width: 15.5rem;
  }
}
section.content-block.template-card-grid .cards-grid .card .back .content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.content-block.template-card-grid .cards-grid .card .back .special-title {
  color: #6CD98A;
  margin-bottom: 0.5625rem;
  line-height: 1.2;
  height: auto;
}
section.content-block.template-card-grid .cards-grid .card .back .description {
  height: 100%;
}
section.content-block.template-card-grid .cards-grid .card .back .description p {
  font-weight: 400;
  line-height: 1.3125rem;
}
section.content-block.template-card-grid .cards-grid .card .back .description p {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  section.content-block.template-card-grid .cards-grid .card .back .description p {
    font-size: calc(17px + 1 * (100vw - 768px) / 256);
  }
}
@media screen and (min-width: 1024px) {
  section.content-block.template-card-grid .cards-grid .card .back .description p {
    font-size: 1.125rem;
  }
}
section.content-block.template-card-grid .cards-grid .card:hover .front .icon-wrapper {
  background: #6CD98A;
  margin-bottom: 1rem;
}
section.content-block.template-card-grid .cards-grid .card:hover .front h5 {
  color: #FA6100;
}
section.content-block.template-card-grid .cards-grid .card:hover .front:after {
  transform: translate(-50%, 0);
}
section.content-block.template-card-grid .img-wrapper {
  margin-top: 4rem;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  max-width: 36.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-card-grid .img-wrapper {
    margin-top: 1.5rem;
  }
}
section.content-block.template-card-grid .img-wrapper.has-gradient.gradient-blue:after, section.content-block.template-card-grid .img-wrapper.has-gradient.gradient-pink:after, section.content-block.template-card-grid .img-wrapper.has-gradient.gradient-green:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
section.content-block.template-card-grid .img-wrapper.has-gradient.gradient-pink:after {
  background: linear-gradient(90deg, #FB908B 0%, rgba(251, 144, 139, 0.71875) 40.1%, rgba(251, 144, 139, 0) 100%);
}
section.content-block.template-card-grid .img-wrapper.has-gradient.gradient-blue:after {
  background: linear-gradient(90deg, rgba(60, 189, 255, 0.64) 0%, rgba(60, 189, 255, 0.416667) 25%, rgba(60, 189, 255, 0.274884) 68.23%, rgba(60, 189, 255, 0) 100%);
}
section.content-block.template-card-grid .img-wrapper.has-gradient.gradient-green:after {
  background: linear-gradient(90deg, rgba(108, 217, 138, 0.8) 0%, rgba(108, 217, 138, 0.51) 24.48%, rgba(108, 217, 138, 0.3) 85.94%, rgba(108, 217, 138, 0) 100%);
}
section.content-block.template-card-grid.has-angles:not(.bg-image)[class*=" angle-t"] .wrapper {
  padding-top: 3.43125rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-card-grid.has-angles:not(.bg-image)[class*=" angle-t"] .wrapper {
    padding-top: 3.8125rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-card-grid.has-angles:not(.bg-image)[class*=" angle-t"] .wrapper {
    padding-top: 7.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-card-grid.has-angles:not(.bg-image)[class*=" angle-t"] .wrapper {
    padding-top: 3.96rem;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 48em) {
  section.content-block.template-card-grid.has-angles:not(.bg-image)[class*=" angle-t"] .wrapper {
    padding-top: 4.4rem;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 64em) {
  section.content-block.template-card-grid.has-angles:not(.bg-image)[class*=" angle-t"] .wrapper {
    padding-top: 5.5rem;
  }
}

section.content-block.template-resource-archive {
  /* Mobile view */
}
section.content-block.template-resource-archive .grid-container {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}
section.content-block.template-resource-archive .headline {
  font-size: 110px;
}
section.content-block.template-resource-archive .subheadline {
  color: #3CBDFF !important;
  font-size: 28px;
}
section.content-block.template-resource-archive .hero-unit-content-resource {
  margin: 2rem 2rem 2rem 0rem;
  flex: 1;
  padding-top: 50px;
}
section.content-block.template-resource-archive .pull-top-half {
  margin-top: 0rem !important;
}
section.content-block.template-resource-archive .hero-unit-content-resource.with-border {
  border-right: 1px solid #FFFFFF;
  flex: 1;
  padding-top: 0px;
}
section.content-block.template-resource-archive .hero-unit-filters {
  display: flex;
  gap: 1rem;
}
section.content-block.template-resource-archive .template-resource-archive.sticky-filters {
  display: none;
  position: sticky !important;
  top: 0;
  background: black !important;
  padding: 10px 0;
  z-index: 98 !important;
  justify-content: flex-end;
  transition: top 0.3s ease-in-out;
}
section.content-block.template-resource-archive .template-resource-archive.sticky-filters .hero-unit-filters {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
section.content-block.template-resource-archive .template-resource-archive.sticky-filters .hero-unit-content-resource {
  padding-top: 0px !important;
  margin: 1rem 2rem 0rem 0rem !important;
}
section.content-block.template-resource-archive .template-resource-archive.sticky-filters .filter-inner {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
}
section.content-block.template-resource-archive .template-resource-archive.sticky-filters .filter-label {
  color: white;
}
section.content-block.template-resource-archive .template-resource-archive .loading-icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: 50px auto -20px auto;
  background-image: url("/wp-content/plugins/facetwp/assets/images/loading.png");
  background-size: cover;
  animation: spin 700ms infinite linear;
  opacity: 0;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
section.content-block.template-resource-archive .template-resource-archive .loading-icon.loading {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
section.content-block.template-resource-archive .template-resource-archive .facetwp-template {
  opacity: 1;
  transition: opacity 0.1s ease-out;
}
section.content-block.template-resource-archive .template-resource-archive .facetwp-template.loading {
  opacity: 0;
}
section.content-block.template-resource-archive section.content-block.template-resource-archive .cards-wrapper {
  margin-top: 2rem !important;
}
section.content-block.template-resource-archive section.content-block.template-resource-archive .subheadline + * {
  margin-top: 3rem !important;
}
section.content-block.template-resource-archive .sticky-filters.template-resource-archive .hero-unit-content-resource.sticky {
  margin: 1rem 0rem 0rem 0rem !important;
}
section.content-block.template-resource-archive .sticky-filters.content-block.template-resource-archive .hero-unit-filters {
  display: flex;
  text-align: left;
}
@media (max-width: 768px) {
  section.content-block.template-resource-archive .wrapper {
    margin-top: -4rem !important;
    padding: 0 0 1.5rem 0;
  }
  section.content-block.template-resource-archive .grid-container {
    display: block;
    gap: 2rem;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 4rem;
  }
  section.content-block.template-resource-archive .hero-unit-content-resource {
    padding-top: 0px;
    margin: 2rem 0 0 0;
  }
  section.content-block.template-resource-archive .hero-unit-content-resource.with-border {
    padding-top: 4rem;
    border-right: none;
  }
  section.content-block.template-resource-archive .hero-unit-content-resource .headline {
    font-size: 4rem;
  }
  section.content-block.template-resource-archive .filter-inner {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  section.content-block.template-resource-archive .hero-unit-content-resource {
    border-right: none;
    flex: 1;
    text-align: center;
    margin: 2rem 0rem;
  }
  section.content-block.template-resource-archive .hero-unit-filters {
    display: block;
    text-align: left;
  }
  section.content-block.template-resource-archive .hero-unit-content-resource .headline {
    font-size: 3rem !important;
  }
  section.content-block.template-resource-archive .filter-inner {
    width: 100% !important;
    margin-bottom: 20px;
  }
  section.content-block.template-resource-archive .hero-unit-content-resource .subheadline {
    font-size: 1.4rem;
  }
  section.content-block.template-resource-archive .filter-label {
    font-size: 18px;
  }
}
@media (min-width: 600px) {
  section.content-block.template-resource-archive .template-resource-archive.sticky-filters .hero-unit-filters {
    height: 3rem;
  }
}
section.content-block.template-resource-archive.bg-black h5, section.content-block.template-resource-archive.bg-dark h5 {
  color: #fff;
}
section.content-block.template-resource-archive .cards-wrapper {
  margin-top: 7.5rem;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-resource-archive .cards-wrapper {
    margin-top: 4rem;
  }
}
section.content-block.template-resource-archive .cards-wrapper .cell {
  padding-top: 1.25rem;
  margin-bottom: 3.4375rem;
  position: relative;
}
section.content-block.template-resource-archive .cards-wrapper .cell:nth-child(1n+10) {
  display: none;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-resource-archive .cards-wrapper .cell {
    margin-bottom: 3.1875rem;
  }
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource {
  padding: 2.75rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource {
    padding: 2rem 1.5rem 1.5rem 1.5rem;
  }
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource:before {
  display: none;
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource .image {
  border-radius: 1.5rem;
  overflow: hidden;
  height: 10.8125rem;
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource .image.has-gradient {
  position: relative;
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource .image.has-gradient.gradient-blue:after, section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource .image.has-gradient.gradient-pink:after, section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource .image.has-gradient.gradient-green:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource .image.has-gradient.gradient-pink:after {
  background: linear-gradient(90deg, #FB908B 0%, rgba(251, 144, 139, 0.71875) 40.1%, rgba(251, 144, 139, 0) 100%);
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource .image.has-gradient.gradient-blue:after {
  background: linear-gradient(90deg, rgba(60, 189, 255, 0.64) 0%, rgba(60, 189, 255, 0.416667) 25%, rgba(60, 189, 255, 0.274884) 68.23%, rgba(60, 189, 255, 0) 100%);
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource .image.has-gradient.gradient-green:after {
  background: linear-gradient(90deg, rgba(108, 217, 138, 0.8) 0%, rgba(108, 217, 138, 0.51) 24.48%, rgba(108, 217, 138, 0.3) 85.94%, rgba(108, 217, 138, 0) 100%);
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource .image + * {
  margin-top: 1rem;
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource h4 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: normal;
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource h4 + * {
  margin-top: 0.25rem;
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource .special-title {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0;
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource .special-title + * {
  margin-top: 1rem;
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource .resource-description {
  font-weight: 300;
  margin-bottom: 0;
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource .resource-description + * {
  margin-top: 1rem;
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: -0.6875rem;
  height: 2.5rem;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background: #6CD98A;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource::before {
    font-size: 1.125rem;
    padding-left: 0.5rem;
  }
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource .top-border {
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  left: -0.0625rem;
  top: -0.6875rem;
  height: 2.5rem;
  color: #53A86B;
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource.profile-green::before {
  background: #6CD98A;
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource.profile-green .top-border {
  color: #53A86B;
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource.profile-pink::before {
  background: #FB908B;
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource.profile-pink .top-border {
  color: #CD7874;
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource.profile-blue::before {
  background: #3CBDFF;
}
section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource.profile-blue .top-border {
  color: #3294C7;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource .button, section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource .menu li.button > a, .menu section.content-block.template-resource-archive .cards-wrapper .cell .featured-resource li.button > a {
    font-size: 1.0625rem;
  }
}
section.content-block.template-resource-archive .cards-wrapper .module.buttons {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
section.content-block.template-resource-archive .title {
  font-size: 6rem;
  font-weight: 800;
  line-height: 5.3125rem;
  max-width: 43.75rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-resource-archive .title {
    line-height: 2.75rem;
    font-size: 3rem;
  }
}
section.content-block.template-resource-archive .title + * {
  margin-top: 1.08rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-resource-archive .title + * {
    margin-top: 1.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-resource-archive .title + * {
    margin-top: 1.5rem;
  }
}
section.content-block.template-resource-archive .subheadline {
  max-width: 43.75rem;
  color: #ACACAC;
}
section.content-block.template-resource-archive .subheadline + * {
  margin-top: 2rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-resource-archive .subheadline {
    font-size: 1.5rem;
  }
}
section.content-block.template-resource-archive .description {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.125rem;
  font-weight: 300;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-resource-archive .description {
    line-height: 1.5rem;
    font-size: 1.0625rem;
  }
}
section.content-block.template-resource-archive .description + * {
  margin-top: 2.88rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-resource-archive .description + * {
    margin-top: 3.2rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-resource-archive .description + * {
    margin-top: 4rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-resource-archive .description + * {
    margin-top: 6rem;
  }
}
section.content-block.template-resource-archive h5 {
  text-align: center;
  font-weight: 600;
  color: #4A4A4A;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-resource-archive h5 {
    line-height: 1.5625rem;
    font-size: 1.0625rem;
    color: #000;
  }
}
section.content-block.template-resource-archive h5 + * {
  margin-top: 0.72rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-resource-archive h5 + * {
    margin-top: 0.8rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-resource-archive h5 + * {
    margin-top: 1rem;
  }
}
section.content-block.template-resource-archive .resource-archive-nav {
  padding-left: 1.935rem;
  padding-right: 1.935rem;
  background-color: #383838;
  border-radius: 1.5rem;
  position: relative;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-resource-archive .resource-archive-nav {
    padding-left: 2.15rem;
    padding-right: 2.15rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-resource-archive .resource-archive-nav {
    padding-left: 2.6875rem;
    padding-right: 2.6875rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-resource-archive .resource-archive-nav {
    height: 3.375rem;
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
  }
}
section.content-block.template-resource-archive .resource-archive-nav .btn {
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
}
section.content-block.template-resource-archive .resource-archive-nav .btn.disabled {
  opacity: 0.4;
  pointer-events: none;
}
section.content-block.template-resource-archive .resource-archive-nav .btn.prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0C11.7565 0 7.68687 1.68571 4.68629 4.68629C1.68571 7.68687 0 11.7565 0 16C0 20.2435 1.68571 24.3131 4.68629 27.3137C7.68687 30.3143 11.7565 32 16 32C20.2435 32 24.3131 30.3143 27.3137 27.3137C30.3143 24.3131 32 20.2435 32 16C32 11.7565 30.3143 7.68687 27.3137 4.68629C24.3131 1.68571 20.2435 0 16 0V0ZM23 15C23.2652 15 23.5196 15.1054 23.7071 15.2929C23.8946 15.4804 24 15.7348 24 16C24 16.2652 23.8946 16.5196 23.7071 16.7071C23.5196 16.8946 23.2652 17 23 17H11.414L15.708 21.292C15.801 21.385 15.8747 21.4954 15.925 21.6168C15.9754 21.7383 16.0013 21.8685 16.0013 22C16.0013 22.1315 15.9754 22.2617 15.925 22.3832C15.8747 22.5046 15.801 22.615 15.708 22.708C15.615 22.801 15.5046 22.8747 15.3832 22.925C15.2617 22.9754 15.1315 23.0013 15 23.0013C14.8685 23.0013 14.7383 22.9754 14.6168 22.925C14.4954 22.8747 14.385 22.801 14.292 22.708L8.292 16.708C8.19887 16.6151 8.12499 16.5048 8.07457 16.3833C8.02416 16.2618 7.99821 16.1315 7.99821 16C7.99821 15.8685 8.02416 15.7382 8.07457 15.6167C8.12499 15.4952 8.19887 15.3849 8.292 15.292L14.292 9.292C14.4798 9.10423 14.7344 8.99874 15 8.99874C15.2656 8.99874 15.5202 9.10423 15.708 9.292C15.8958 9.47977 16.0013 9.73445 16.0013 10C16.0013 10.2656 15.8958 10.5202 15.708 10.708L11.414 15H23Z' fill='%23BFBFBF'/%3E%3C/svg%3E");
  left: -2.5rem;
}
section.content-block.template-resource-archive .resource-archive-nav .btn.next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0C20.2435 0 24.3131 1.68571 27.3137 4.68629C30.3143 7.68687 32 11.7565 32 16C32 20.2435 30.3143 24.3131 27.3137 27.3137C24.3131 30.3143 20.2435 32 16 32C11.7565 32 7.68687 30.3143 4.68629 27.3137C1.68571 24.3131 0 20.2435 0 16C0 11.7565 1.68571 7.68687 4.68629 4.68629C7.68687 1.68571 11.7565 0 16 0V0ZM9 15C8.73478 15 8.48043 15.1054 8.29289 15.2929C8.10536 15.4804 8 15.7348 8 16C8 16.2652 8.10536 16.5196 8.29289 16.7071C8.48043 16.8946 8.73478 17 9 17H20.586L16.292 21.292C16.199 21.385 16.1253 21.4954 16.075 21.6168C16.0246 21.7383 15.9987 21.8685 15.9987 22C15.9987 22.1315 16.0246 22.2617 16.075 22.3832C16.1253 22.5046 16.199 22.615 16.292 22.708C16.385 22.801 16.4954 22.8747 16.6168 22.925C16.7383 22.9754 16.8685 23.0013 17 23.0013C17.1315 23.0013 17.2617 22.9754 17.3832 22.925C17.5046 22.8747 17.615 22.801 17.708 22.708L23.708 16.708C23.8011 16.6151 23.875 16.5048 23.9254 16.3833C23.9758 16.2618 24.0018 16.1315 24.0018 16C24.0018 15.8685 23.9758 15.7382 23.9254 15.6167C23.875 15.4952 23.8011 15.3849 23.708 15.292L17.708 9.292C17.5202 9.10423 17.2656 8.99874 17 8.99874C16.7344 8.99874 16.4798 9.10423 16.292 9.292C16.1042 9.47977 15.9987 9.73445 15.9987 10C15.9987 10.2656 16.1042 10.5202 16.292 10.708L20.586 15H9Z' fill='%23BFBFBF'/%3E%3C/svg%3E");
  right: -2.5rem;
}
@media screen and (min-width: 85.625em) {
  section.content-block.template-resource-archive .resource-archive-nav {
    margin-left: 0;
    margin-right: 0;
  }
  section.content-block.template-resource-archive .resource-archive-nav .btn.prev {
    left: -3.875rem;
  }
  section.content-block.template-resource-archive .resource-archive-nav .btn.next {
    right: -3.875rem;
  }
}
section.content-block.template-resource-archive .facetwp-type-radio {
  width: 100% !important;
  padding-bottom: 0.36rem;
  padding-top: 0.36rem;
  margin: 0;
  height: 5rem;
  border-radius: 1.5rem;
  display: flex;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-resource-archive .facetwp-type-radio {
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-resource-archive .facetwp-type-radio {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-resource-archive .facetwp-type-radio {
    height: 3.375rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
section.content-block.template-resource-archive .facetwp-type-radio .facetwp-radio {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.65625rem;
  font-weight: 500;
  background: none;
  height: 100%;
  cursor: pointer;
  padding-left: 1.305rem;
  padding-right: 1.305rem;
  border-radius: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: background-color 0.3s;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-resource-archive .facetwp-type-radio .facetwp-radio {
    padding-left: 1.45rem;
    padding-right: 1.45rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-resource-archive .facetwp-type-radio .facetwp-radio {
    padding-left: 1.8125rem;
    padding-right: 1.8125rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-resource-archive .facetwp-type-radio .facetwp-radio {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    font-size: 0.9375rem;
    font-weight: 600;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
section.content-block.template-resource-archive .facetwp-type-radio .facetwp-radio:hover {
  background: rgba(108, 217, 138, 0.8);
}
section.content-block.template-resource-archive .facetwp-type-radio .facetwp-radio.checked {
  background: #6CD98A;
}
section.content-block.template-resource-archive .facetwp-type-radio .facetwp-radio .facetwp-counter {
  display: none;
}
section.content-block.template-resource-archive input,
section.content-block.template-resource-archive textarea,
section.content-block.template-resource-archive select {
  width: 100% !important;
  border: 1px solid !important;
  padding: 1.34375rem;
  border-radius: 2rem !important;
  background-color: white !important;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-resource-archive input,
  section.content-block.template-resource-archive textarea,
  section.content-block.template-resource-archive select {
    padding: 1.34375rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-resource-archive input,
  section.content-block.template-resource-archive textarea,
  section.content-block.template-resource-archive select {
    padding: 1.34375rem;
  }
}
section.content-block.template-resource-archive input.is-placeholder,
section.content-block.template-resource-archive textarea.is-placeholder,
section.content-block.template-resource-archive select.is-placeholder {
  font-weight: 400;
  line-height: 1.3125rem;
  color: #3D3D3D;
}
section.content-block.template-resource-archive input.is-placeholder,
section.content-block.template-resource-archive textarea.is-placeholder,
section.content-block.template-resource-archive select.is-placeholder {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  section.content-block.template-resource-archive input.is-placeholder,
  section.content-block.template-resource-archive textarea.is-placeholder,
  section.content-block.template-resource-archive select.is-placeholder {
    font-size: calc(17px + 1 * (100vw - 768px) / 256);
  }
}
@media screen and (min-width: 1024px) {
  section.content-block.template-resource-archive input.is-placeholder,
  section.content-block.template-resource-archive textarea.is-placeholder,
  section.content-block.template-resource-archive select.is-placeholder {
    font-size: 1.125rem;
  }
}
section.content-block.template-resource-archive .facetwp-type-dropdown {
  margin-top: 1rem;
  position: relative;
  max-width: 36.5rem;
  margin-left: auto;
  margin-right: auto;
}
section.content-block.template-resource-archive .facetwp-type-dropdown + * {
  margin-top: 2rem;
}
section.content-block.template-resource-archive .facetwp-type-dropdown:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  background-image: url("../images/arrow-hbspot.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 1.25rem;
  width: 1.25rem;
  pointer-events: none;
  transform: translate(0, -50%);
}
section.content-block.template-resource-archive .facetwp-type-dropdown select {
  height: 4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 2.8125rem;
  font-weight: 400;
  line-height: 1.3125rem;
  font-weight: 300;
}
section.content-block.template-resource-archive .facetwp-type-dropdown select {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  section.content-block.template-resource-archive .facetwp-type-dropdown select {
    font-size: calc(17px + 1 * (100vw - 768px) / 256);
  }
}
@media screen and (min-width: 1024px) {
  section.content-block.template-resource-archive .facetwp-type-dropdown select {
    font-size: 1.125rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.content-block.template-resource-archive .facetwp-type-dropdown select::-ms-expand {
    display: block !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-resource-archive .facetwp-type-dropdown select {
    height: 4rem;
    font-size: 1rem;
  }
}

section.content-block.template-events-calendar .calendar {
  max-width: 541px;
  min-width: 541px;
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  section.content-block.template-events-calendar .calendar {
    min-width: 0px;
  }
}
section.content-block.template-events-calendar .calendar,
section.content-block.template-events-calendar .calendar-slider-wrapper {
  margin: 0.9rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-events-calendar .calendar,
  section.content-block.template-events-calendar .calendar-slider-wrapper {
    margin: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-events-calendar .calendar,
  section.content-block.template-events-calendar .calendar-slider-wrapper {
    margin: 1.25rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-events-calendar .calendar,
  section.content-block.template-events-calendar .calendar-slider-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
section.content-block.template-events-calendar .calendar-container {
  margin: -0.9rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-events-calendar .calendar-container {
    margin: -1rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-events-calendar .calendar-container {
    margin: -1.25rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-events-calendar .calendar-container {
    margin-left: 0;
    margin-right: 0;
  }
}
section.content-block.template-events-calendar .calendar-nav {
  height: 2.8125rem;
  width: 100%;
  background: #F1F1F1;
  border-radius: 24px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 2rem;
  color: #000;
}
section.content-block.template-events-calendar .calendar-nav .calendar-slider-prev,
section.content-block.template-events-calendar .calendar-nav .calendar-slider-next {
  position: absolute;
  height: 2rem;
  width: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: 0;
  transition: opacity 0.3s;
}
section.content-block.template-events-calendar .calendar-nav .calendar-slider-prev.slick-disabled, section.content-block.template-events-calendar .calendar-nav .calendar-slider-prev[aria-disabled=true],
section.content-block.template-events-calendar .calendar-nav .calendar-slider-next.slick-disabled,
section.content-block.template-events-calendar .calendar-nav .calendar-slider-next[aria-disabled=true] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
section.content-block.template-events-calendar .calendar-nav .calendar-slider-prev {
  background-image: url("../images/btn-prev.svg");
  left: 0.5rem;
}
section.content-block.template-events-calendar .calendar-nav .calendar-slider-next {
  background-image: url("../images/btn-next.svg");
  right: 0.5rem;
}
section.content-block.template-events-calendar .calendar-nav .date {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.9375rem;
  line-height: 1.6875rem;
  text-align: center;
}
section.content-block.template-events-calendar .calendar-slider-wrapper {
  max-width: 100%;
  width: 100%;
}
section.content-block.template-events-calendar .calendar-dates-slider {
  top: 50%;
  transform: translate(0, -50%);
}
section.content-block.template-events-calendar .calendar-slider__item {
  width: 100%;
  cursor: grab;
}
section.content-block.template-events-calendar .calendar-slider__item .slick-slide {
  margin-bottom: 2rem;
}
section.content-block.template-events-calendar .calendar-slider__item .slick-slide:last-child {
  margin-bottom: 0;
}
section.content-block.template-events-calendar .calendar-slider__item .item {
  display: flex !important;
  height: 9.1875rem;
  background: #F1F1F1;
  border-radius: 24px;
  justify-content: space-between;
  padding-right: 2rem;
}
section.content-block.template-events-calendar .calendar-slider__item .item + .item {
  margin-top: 2rem;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-events-calendar .calendar-slider__item .item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    padding-bottom: 2rem;
    height: auto;
  }
}
section.content-block.template-events-calendar .calendar-slider__item .item .date {
  padding: 1rem;
  width: 25%;
  background: #BFBFBF;
  border-radius: 24px 0px 0px 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.9375rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-events-calendar .calendar-slider__item .item .date {
    width: 100%;
    border-radius: 24px 24px 0px 0px;
    padding: 1rem;
  }
  section.content-block.template-events-calendar .calendar-slider__item .item .date + * {
    margin-top: 2rem;
  }
}
section.content-block.template-events-calendar .calendar-slider__item .item .description {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.9375rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  line-height: 1.6875rem;
  text-align: center;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-events-calendar .calendar-slider__item .item .description + * {
    margin-top: 1.6875rem;
  }
}
section.content-block.template-events-calendar .widget_tribe-widget-events-month .tribe-events-widget-shortcode__header-title {
  margin-bottom: 0;
}
section.content-block.template-events-calendar .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-widget-events-month {
  background: #383838;
  border-radius: 1.5rem;
  padding: 4rem 1.875rem;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-events-calendar .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-widget-events-month {
    padding: 2rem 0;
  }
}
section.content-block.template-events-calendar .tribe-common .tribe-common-h5,
section.content-block.template-events-calendar .tribe-common .tribe-common-h6 {
  font-family: inherit;
  color: #CCCCCC;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6875rem;
}
section.content-block.template-events-calendar .tribe-events-c-top-bar__nav-list-date {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6875rem;
  color: #fff;
}
section.content-block.template-events-calendar .tribe-common .tribe-common-b3 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6875rem;
  color: #fff;
}
section.content-block.template-events-calendar .tribe-events-c-top-bar__nav-list-item {
  opacity: 0;
  pointer-events: none;
}
section.content-block.template-events-calendar .tribe-events .tribe-events-calendar-month__day {
  border-radius: 100%;
}
section.content-block.template-events-calendar .tribe-events .tribe-events-calendar-month__day-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 3.5rem;
  max-height: 3.5rem;
  border-radius: 100%;
}
section.content-block.template-events-calendar .tribe-events .tribe-events-calendar-month__day-cell--selected,
section.content-block.template-events-calendar .tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
section.content-block.template-events-calendar .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background: #6CD98A !important;
}
section.content-block.template-events-calendar .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date,
section.content-block.template-events-calendar .tribe-events .tribe-events-calendar-month__day-cell--selected:focus .tribe-events-calendar-month__day-date,
section.content-block.template-events-calendar .tribe-events .tribe-events-calendar-month__day-cell--selected:hover .tribe-events-calendar-month__day-date {
  color: white !important;
}
section.content-block.template-events-calendar .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day-cell--mobile:focus,
section.content-block.template-events-calendar .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day-cell--mobile:hover {
  background-color: #3294C7;
}
section.content-block.template-events-calendar .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day-cell--mobile:focus .tribe-events-calendar-month__day-date,
section.content-block.template-events-calendar .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day-cell--mobile:hover .tribe-events-calendar-month__day-date {
  color: white !important;
}
section.content-block.template-events-calendar .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  background: #3CBDFF;
}
section.content-block.template-events-calendar .tribe-events .tribe-events-calendar-month-mobile-events__mobile-day,
section.content-block.template-events-calendar .tribe-events-widget-events-month__view-more {
  display: none !important;
}
section.content-block.template-events-calendar .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month.tribe-common--breakpoint-xsmall .tribe-events-calendar-month, section.content-block.template-events-calendar .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-shortcode-month.tribe-common--breakpoint-xsmall .tribe-events-calendar-month {
  margin: 0;
  padding: 0;
}
section.content-block.template-events-calendar section.content-block.template-events-calendar .tribe-common .tribe-common-b3 {
  font-family: inherit;
}
section.content-block.template-events-calendar .tribe-events .tribe-events-header {
  padding-bottom: 2rem;
}
section.content-block.template-events-calendar .tribe-common .tribe-common-b2 {
  color: #fff;
}
section.content-block.template-events-calendar .tribe-common .tribe-common-anchor-thin-alt {
  border-color: #fff;
  color: #fff;
}
section.content-block.template-events-calendar .tribe-events {
  --tec-color-text-primary: #fff;
  --tec-color-icon-events-bar-active: #fff;
  --tec-color-link-accent: #fff;
  --tec-color-icon-active: #fff;
  --tec-color-accent-primary: #fff;
  --tec-color-link-primary: #fff;
}
section.content-block.template-events-calendar .tribe-events .tribe-events-calendar-month__day-date-daynum {
  --tec-color-day-marker-month: #fff;
}
section.content-block.template-events-calendar .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date-daynum {
  --tec-color-day-marker-month: #ccc;
}
section.content-block.template-events-calendar .tribe-events .tribe-events-calendar-month {
  background: #383838;
  border-radius: 1.5rem;
  padding: 4rem 1.875rem;
}

section.content-block.template-partner-list {
  position: relative;
  z-index: 2;
}
section.content-block.template-partner-list .instruction {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #C1C1C1;
  margin-bottom: 2.75rem;
}
section.content-block.template-partner-list .partner-list-wrapper {
  display: flex;
  column-gap: 2.5rem;
}
section.content-block.template-partner-list .partner-list-wrapper .column {
  width: 100%;
}
section.content-block.template-partner-list .partner-list-item {
  margin-bottom: 2.5rem;
  position: relative;
}
section.content-block.template-partner-list .partner-list-item:hover a.partner-item-title {
  color: #3CBDFF;
}
section.content-block.template-partner-list .partner-list-item:hover a.partner-item-title:after {
  opacity: 1;
}
section.content-block.template-partner-list .partner-list-item:hover .partner-info {
  opacity: 1;
  z-index: 2;
  padding: 1.5rem 2rem;
  max-height: 33rem;
  top: calc(100% + 1.25rem);
  pointer-events: all;
}
section.content-block.template-partner-list .partner-list-item:hover .partner-info::before {
  content: "";
  position: absolute;
  height: 1rem;
  top: -1rem;
  left: 0;
  width: 100%;
  display: block;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-partner-list .partner-list-item:hover a.partner-item-title:after {
    display: none;
  }
}
section.content-block.template-partner-list .partner-list-item a.partner-item-title {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5rem;
  position: relative;
  padding-right: 1.875rem;
  display: block;
  transition: font-weight 0.25s, font-size 0.25s, color 0.25s, opacity 0.25s;
}
section.content-block.template-partner-list .partner-list-item a.partner-item-title:after {
  content: "";
  background: url(../images/info-icon.svg) no-repeat !important;
  width: 22px;
  height: 22px;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
section.content-block.template-partner-list .partner-list-item .partner-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: -1.875rem;
  right: -2rem;
  width: 16.5rem;
  background: #fff;
  color: #000;
  border-radius: 0.75rem;
  filter: drop-shadow(3px 6px 10px rgba(101, 101, 101, 0.25));
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, max-height 0.5s, top 0.5s, padding 0.5s;
  padding: 0 2rem;
  pointer-events: none;
}
section.content-block.template-partner-list .partner-list-item .partner-info:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: #ffffff transparent;
  border-width: 0 30px 35px;
  top: -20px;
  right: 0.875rem;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-partner-list .partner-list-item .partner-info {
    font-size: 0.9375rem;
  }
}
section.content-block.template-partner-list .partner-list-item a.logo {
  display: block;
  margin-bottom: 1.875rem;
}
section.content-block.template-partner-list .partner-list-item p {
  margin-bottom: 1.875rem;
  text-align: left;
}
section.content-block.template-partner-list .partner-list-item a.button.small, section.content-block.template-partner-list .partner-list-item .menu li.button > a.small, .menu section.content-block.template-partner-list .partner-list-item li.button > a.small {
  font-size: 1.375rem;
  font-weight: 600;
  color: #FA6100 !important;
  background: none;
  border: 2px solid #FA6100;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
}
section.content-block.template-partner-list .partner-list-item a.button.small:hover, section.content-block.template-partner-list .partner-list-item .menu li.button > a.small:hover, .menu section.content-block.template-partner-list .partner-list-item li.button > a.small:hover {
  background: #FA6100;
  color: #fff !important;
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-partner-list .partner-list-item a.button.small, section.content-block.template-partner-list .partner-list-item .menu li.button > a.small, .menu section.content-block.template-partner-list .partner-list-item li.button > a.small {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    font-size: 0.9375rem;
    font-weight: 600;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-partner-list .partner-list-wrapper .column:nth-child(1) .partner-list-item .partner-info,
  section.content-block.template-partner-list .partner-list-wrapper .column:nth-child(2) .partner-list-item .partner-info {
    left: -1.25rem;
    right: auto;
  }
  section.content-block.template-partner-list .partner-list-wrapper .column:nth-child(1) .partner-list-item .partner-info:after,
  section.content-block.template-partner-list .partner-list-wrapper .column:nth-child(2) .partner-list-item .partner-info:after {
    left: 0.875rem;
    right: auto;
  }
}
section.content-block.template-partner-list .facetwp-type-radio {
  width: 100% !important;
  padding-bottom: 0.36rem;
  padding-top: 0.36rem;
  margin: 2.75rem 0;
  height: 5rem;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-partner-list .facetwp-type-radio {
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-partner-list .facetwp-type-radio {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-partner-list .facetwp-type-radio {
    height: auto;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    flex-wrap: wrap;
  }
}
section.content-block.template-partner-list .facetwp-type-radio .facetwp-radio {
  color: #FA6100;
  font-size: 1.375rem;
  line-height: 1.65625rem;
  font-weight: 500;
  background: none;
  height: 100%;
  cursor: pointer;
  padding-left: 1.305rem;
  padding-right: 1.305rem;
  border: 2px solid #FA6100;
  border-radius: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: background-color 0.3s;
  margin: 0 0.6875rem;
}
@media print, screen and (min-width: 48em) {
  section.content-block.template-partner-list .facetwp-type-radio .facetwp-radio {
    padding-left: 1.45rem;
    padding-right: 1.45rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.content-block.template-partner-list .facetwp-type-radio .facetwp-radio {
    padding-left: 1.8125rem;
    padding-right: 1.8125rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.content-block.template-partner-list .facetwp-type-radio .facetwp-radio {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    font-weight: 600;
    height: 3.75rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    width: 100%;
    margin-bottom: 10px;
  }
}
section.content-block.template-partner-list .facetwp-type-radio .facetwp-radio:hover {
  background: #FA6100;
  color: #fff;
}
section.content-block.template-partner-list .facetwp-type-radio .facetwp-radio.checked {
  background: #FA6100;
  color: #fff;
}
section.content-block.template-partner-list .facetwp-type-radio .facetwp-radio .facetwp-counter {
  display: none;
}
/*# sourceMappingURL=app.css.map*/