@charset "UTF-8";
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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);
  }
}
.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: 40em) {
  .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: 40em) {
  .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;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

@media screen and (max-width: 39.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: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .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;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  word-wrap: break-word !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.font-wide {
  letter-spacing: 0.25rem;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic !important;
}

ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

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

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

.rounded {
  border-radius: 5000px !important;
}
.rounded .switch-paddle {
  border-radius: 5000px !important;
}
.rounded .switch-paddle:after {
  border-radius: 50%;
}

.radius {
  border-radius: 0.1875rem;
}

.bordered {
  border: 0.0625rem solid #cacaca;
}

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
}

.separator-center {
  text-align: center !important;
}
.separator-center::before, .separator-center::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-center::after {
  clear: both;
}
.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 1rem auto 0;
}

.separator-left {
  text-align: left !important;
}
.separator-left::before, .separator-left::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-left::after {
  clear: both;
}
.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 1rem auto 0;
  margin-left: 0 !important;
}

.separator-right {
  text-align: right !important;
}
.separator-right::before, .separator-right::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-right::after {
  clear: both;
}
.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 1rem auto 0;
  margin-right: 0 !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

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

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

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

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.border-box {
  box-sizing: border-box !important;
}

.border-none {
  border: 0 !important;
}

.width-25 {
  width: 25% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

a {
  color: inherit;
  text-decoration: none;
}

iframe {
  max-width: 100%;
}

@font-face {
  font-family: "open_sansbold";
  src: url("../fonts/opensans/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans/opensans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansregular";
  src: url("../fonts/opensans/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold";
  src: url("../fonts/opensans/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans/opensans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansextrabold";
  src: url("../fonts/opensans/opensans-extrabold-webfont.woff2") format("woff2"), url("../fonts/opensans/opensans-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TT Travels-Bold";
  src: url("../fonts/tttravels/TT Travels-Bold.woff") format("woff"), url("../fonts/tttravels/TT Travels-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TT Travels-DemiBold";
  src: url("../fonts/tttravels/TT Travels-DemiBold.woff") format("woff2"), url("../fonts/tttravels/TT Travels-DemiBold.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TT Travels-Light";
  src: url("../fonts/tttravels/TT Travels-Light.woff") format("woff2"), url("../fonts/tttravels/TT Travels-Light.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TT Travels-Medium";
  src: url("../fonts/tttravels/TT Travels-Medium.woff") format("woff2"), url("../fonts/tttravels/TT Travels-Medium.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TT Travels-Regular";
  src: url("../fonts/tttravels/TT Travels-Regular.woff") format("woff2"), url("../fonts/tttravels/TT Travels-Regular.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TT Travels-Thin";
  src: url("../fonts/tttravels/TT Travels-Thin.woff") format("woff2"), url("../fonts/tttravels/TT Travels-Thin.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
#header {
  position: fixed;
  width: 100%;
  top: 10px;
  left: 0;
  z-index: 999;
  transition: transform 0.5s ease-in-out;
  transform: translateY(0);
}

.header__inner {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  padding: 10px 30px;
  background-color: #fff;
  align-items: center;
}
@media (max-width: 1024px) {
  .header__inner {
    border-radius: 100px;
    padding: 10px 20px;
  }
}
@media (max-width: 640px) {
  .header__inner {
    border-radius: 0;
    padding: 5px 10px;
  }
}
@media (max-width: 1024px) {
  .header__inner.menu-active {
    border-radius: 50px 50px 0 0;
  }
}
@media (max-width: 640px) {
  .header__inner.menu-active {
    border-radius: 0;
    border-bottom: 0;
  }
}

.logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.logo img {
  height: 40px;
  width: auto;
}
@media (max-width: 1024px) {
  .logo img {
    height: 30px;
  }
}
@media (max-width: 640px) {
  .logo img {
    height: 25px;
  }
}

.primary-menu {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.primary-menu ul#menu-main-menu {
  list-style: none;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.primary-menu ul#menu-main-menu li a {
  text-decoration: none;
  color: #090975;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.primary-menu ul#menu-main-menu ul.sub-menu {
  display: none;
}
.primary-menu ul#menu-principal-menu {
  list-style: none;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.primary-menu ul#menu-principal-menu li a {
  text-decoration: none;
  color: #090975;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.primary-menu ul#menu-principal-menu ul.sub-menu {
  display: none;
}

.mobile-menu {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.mobile-menu .hamburger {
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 10001;
  position: relative;
}
.mobile-menu .hamburger:hover {
  opacity: 0.7;
}
.mobile-menu .hamburger.is-active .hamburger-inner, .mobile-menu .hamburger.is-active .hamburger-inner::before, .mobile-menu .hamburger.is-active .hamburger-inner::after {
  background-color: #FF00FF;
}
.mobile-menu .hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.mobile-menu .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.mobile-menu .hamburger-inner, .mobile-menu .hamburger-inner::before, .mobile-menu .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #FF00FF;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.mobile-menu .hamburger-inner::before, .mobile-menu .hamburger-inner::after {
  content: "";
  display: block;
}
.mobile-menu .hamburger-inner::before {
  top: -10px;
}
.mobile-menu .hamburger-inner::after {
  bottom: -10px;
}
.mobile-menu .hamburger--collapse.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.mobile-menu .hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
}
.mobile-menu .hamburger--collapse.is-active .hamburger-inner::after {
  bottom: 0;
  opacity: 0;
}
.mobile-menu__container {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 90vh;
  background: #fff;
  z-index: 10000;
  transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  padding: 100px 30px 40px;
  border-radius: 0 0 50px 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.mobile-menu__container.is-active {
  top: 0;
}
.mobile-menu__container .mobile-menu__logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
.mobile-menu__container .mobile-menu__logo img {
  height: 40px;
  width: auto;
}
.mobile-menu__container ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.mobile-menu__container ul.menu li {
  margin-bottom: 30px;
}
.mobile-menu__container ul.menu li a {
  color: #090975;
  font-size: 28px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  display: block;
  transition: color 0.3s;
}
.mobile-menu__container ul.menu li a:hover {
  color: #FF00FF;
}
.mobile-menu__container ul.menu li.current-menu-item a {
  color: #FF00FF;
  font-weight: 500;
}
.mobile-menu__container ul.menu li.menu-item-has-children {
  position: relative;
}
.mobile-menu__container ul.menu li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.mobile-menu__container ul.menu li.menu-item-has-children > a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #090975;
  transition: transform 0.3s;
}
.mobile-menu__container ul.menu li.menu-item-has-children.is-open > a::after {
  transform: rotate(180deg);
}
.mobile-menu__container ul.menu li.menu-item-has-children ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.mobile-menu__container ul.menu li.menu-item-has-children ul.sub-menu.is-open {
  max-height: 500px;
}
.mobile-menu__container ul.menu li.menu-item-has-children ul.sub-menu li {
  margin-bottom: 15px;
}
.mobile-menu__container ul.menu li.menu-item-has-children ul.sub-menu li a {
  font-size: 20px;
  color: #090975;
  opacity: 0.8;
}
.mobile-menu__container ul.menu li.menu-item-has-children ul.sub-menu li a:hover {
  opacity: 1;
  color: #FF00FF;
}

body.mobile-menu-open {
  overflow: hidden;
}

.secondary-menu {
  display: none;
}

.primary-menu #menu-main-menu li > a {
  padding: 10px 15px;
}

.primary-menu #menu-main-menu li.current-menu-item > a {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s;
  border-radius: 31px;
  vertical-align: middle;
}

.primary-menu #menu-main-menu li.current-menu-item > a::before,
.primary-menu #menu-main-menu li.current-menu-item > a::after {
  border-radius: 31px;
}

.primary-menu #menu-main-menu li.current-menu-item > a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00FA05;
  z-index: -2;
}

.primary-menu #menu-main-menu li.current-menu-item > a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #FF00FF;
  z-index: -1;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(1);
  transform-origin: left;
}

.primary-menu #menu-main-menu li.current-menu-item > a:hover::after {
  transform: scaleX(0);
}

.primary-menu #menu-main-menu li.current-menu-item > a:hover {
  color: #000;
}

.primary-menu {
  display: block;
}
@media (max-width: 1024px) {
  .primary-menu {
    display: none;
  }
}

.secondary-menu {
  display: none;
}
@media (max-width: 1024px) {
  .secondary-menu {
    display: none;
  }
}

.mobile-menu {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu .hamburger {
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.mobile-menu .hamburger:hover {
  opacity: 0.7;
}
.mobile-menu .hamburger.is-active .hamburger-inner, .mobile-menu .hamburger.is-active .hamburger-inner::before, .mobile-menu .hamburger.is-active .hamburger-inner::after {
  background-color: #FF00FF;
}
.mobile-menu .hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.mobile-menu .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.mobile-menu .hamburger-inner, .mobile-menu .hamburger-inner::before, .mobile-menu .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #FF00FF;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.mobile-menu .hamburger-inner::before, .mobile-menu .hamburger-inner::after {
  content: "";
  display: block;
}
.mobile-menu .hamburger-inner::before {
  top: -10px;
}
.mobile-menu .hamburger-inner::after {
  bottom: -10px;
}
.mobile-menu .hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile-menu .hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.mobile-menu .hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile-menu .hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-menu .hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.mobile-menu .hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-menu__container {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 400px;
  height: 100vh;
  background: linear-gradient(180deg, #060638 0%, #04044C 50%, #0000F8 100%);
  z-index: 9999;
  transition: right 0.3s ease;
  overflow-y: auto;
  padding: 80px 30px 30px;
}
.mobile-menu__container.is-active {
  right: 0;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
}
.mobile-menu__container .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu__container .menu li {
  margin-bottom: 20px;
}
.mobile-menu__container .menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  transition: color 0.3s;
}
.mobile-menu__container .menu li a:hover {
  color: #FF00FF;
}
.mobile-menu__container .menu li.current-menu-item a {
  color: #FF00FF;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-menu-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-extra {
  display: none;
  background: #fff;
  border-radius: 0 0 50px 50px;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
}
@media (min-width: 1025px) {
  .mobile-menu-extra {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .mobile-menu-extra {
    border-radius: 0;
  }
}
.mobile-menu-extra.is-active {
  display: block;
  max-height: 90vh;
  padding: 30px;
  overflow-y: auto;
}
@media (max-width: 640px) {
  .mobile-menu-extra.is-active {
    border: 1px solid;
    border-top: none;
    transform: translateY(-2px);
  }
}
.mobile-menu-extra .secondary-menu {
  display: block;
}
.mobile-menu-extra .secondary-menu__items {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.mobile-menu-extra .secondary-menu__items > li {
  margin-bottom: 25px;
}
.mobile-menu-extra .secondary-menu__items > li > a {
  color: #090975;
  font-size: 24px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  display: block;
  padding: 10px;
  transition: color 0.3s;
}
.mobile-menu-extra .secondary-menu__items > li > a:hover {
  color: #FF00FF;
}
.mobile-menu-extra .secondary-menu__items > li.current-menu-item > a, .mobile-menu-extra .secondary-menu__items > li.current_page_item > a {
  color: #FF00FF;
  font-weight: 500;
}
.mobile-menu-extra .secondary-menu__items > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.mobile-menu-extra .secondary-menu__items > li.menu-item-has-children > a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #090975;
  transition: transform 0.3s, border-top-color 0.3s;
}
.mobile-menu-extra .secondary-menu__items > li.menu-item-has-children.is-open > a::after {
  transform: rotate(180deg);
  border-top-color: #FF00FF;
}
.mobile-menu-extra .secondary-menu__items > li.menu-item-has-children ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.mobile-menu-extra .secondary-menu__items > li.menu-item-has-children ul.sub-menu.is-open {
  max-height: 500px;
}
.mobile-menu-extra .secondary-menu__items > li.menu-item-has-children ul.sub-menu li {
  margin-bottom: 10px;
}
.mobile-menu-extra .secondary-menu__items > li.menu-item-has-children ul.sub-menu li a {
  font-size: 18px;
  color: #090975;
  opacity: 0.8;
  text-decoration: none;
  display: block;
  padding: 8px;
  transition: opacity 0.3s, color 0.3s;
}
.mobile-menu-extra .secondary-menu__items > li.menu-item-has-children ul.sub-menu li a:hover {
  opacity: 1;
  color: #FF00FF;
}

body.mobile-menu-open {
  overflow: hidden;
}

.primary-menu #menu-principal-menu li > a {
  padding: 10px 15px;
}

.primary-menu #menu-principal-menu li.current-menu-item > a {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s;
  border-radius: 31px;
  vertical-align: middle;
}

.primary-menu #menu-principal-menu li.current-menu-item > a::before,
.primary-menu #menu-principal-menu li.current-menu-item > a::after {
  border-radius: 31px;
}

.primary-menu #menu-principal-menu li.current-menu-item > a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00FA05;
  z-index: -2;
}

.primary-menu #menu-principal-menu li.current-menu-item > a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #FF00FF;
  z-index: -1;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(1);
  transform-origin: left;
}

.primary-menu #menu-principal-menu li.current-menu-item > a:hover::after {
  transform: scaleX(0);
}

.primary-menu #menu-principal-menu li.current-menu-item > a:hover {
  color: #000;
}

.primary-menu {
  display: block;
}
@media (max-width: 1024px) {
  .primary-menu {
    display: none;
  }
}

#footer {
  padding: 20px 0;
  background: linear-gradient(-125deg, #060638 0%, #04044C 20%, #01016F 60%, #0000F8 100%);
}
#footer .social .social__items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .social .social__items a svg {
  width: 45px;
  fill: #fff;
}
#footer .social__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  transition: background 0.3s, transform 0.3s;
}
#footer .social__item a i {
  font-size: 20px;
  color: #000080;
  transition: color 0.3s;
}
#footer .social__item a:hover {
  background: #FF00FF;
  transform: translateY(-3px);
}
#footer .social__item a:hover i {
  color: #fff;
}

.footer__top {
  padding: 0 0 30px 0;
}
@media (max-width: 768px) {
  .footer__top {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer__bottom {
    text-align: center;
  }
}

.newsletter__logo img {
  max-width: 180px;
  height: auto;
}
@media (max-width: 768px) {
  .newsletter__logo {
    text-align: center;
    margin-bottom: 20px;
  }
}
.newsletter__content {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .newsletter__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.newsletter__text {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .newsletter__text {
    font-size: 18px;
    white-space: normal;
    margin-bottom: 25px;
  }
}
.newsletter__form {
  flex: 1;
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  .newsletter__form {
    width: 100%;
    flex-direction: column;
  }
}
.newsletter__form form {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .newsletter__form form {
    flex-direction: column;
  }
}
.newsletter__form .mc4wp-form-fields {
  display: flex;
  width: 100%;
  gap: 5px;
}
@media (max-width: 768px) {
  .newsletter__form .mc4wp-form-fields {
    flex-direction: column;
    gap: 15px;
  }
}
.newsletter__form input[type=email] {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
}
.newsletter__form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter__form button[type=submit],
.newsletter__form input[type=submit] {
  background: #FF00FF;
  border: none;
  border-radius: 50px;
  padding: 15px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.footer-text__privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}
.footer-text__privacy a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-text__privacy a:hover {
  color: #FF00FF;
}
.footer-text__privacy .separator {
  color: #fff;
  opacity: 0.5;
}

.footer-text__copyright {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}

.footer__bottom nav.main-menu {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
.footer__bottom nav.main-menu ul#menu-main-menu {
  color: white;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer__bottom nav.main-menu ul#menu-main-menu {
    flex-direction: row;
    row-gap: 5px;
    justify-content: center;
  }
}
.footer__bottom nav.main-menu ul#menu-main-menu li a {
  color: white;
  font-size: 14px;
}
.footer__bottom nav.main-menu ul#menu-main-menu li a:hover {
  color: #FF00FF;
}
.footer__bottom nav.main-menu ul#menu-main-menu li ul.sub-menu {
  display: none;
}

.newsletter {
  background-color: #0004F8;
  padding: 10px;
  border-radius: 65px;
}
@media (max-width: 768px) {
  .newsletter {
    background-color: transparent;
  }
}

/* Additional styling for policy page title spacing */
section.conduct {
  margin: 130px 0 50px;
}

.mc4wp-response {
  display: none;
}

.btn {
  display: inline-block;
  border-radius: 38px;
  font-size: 16px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: 20px 130px;
  transition: background 0.3s, color 0.3s;
}
.btn--primary {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  background: #0004F8;
  transition: background 0.3s, color 0.3s;
}
.btn--primary:hover {
  background: #FF00FF;
}
.btn--primary:hover .btn__text {
  color: #fff;
}
.btn--secondary {
  background: #7ec7ff;
  padding: 5px;
}
.btn--secondary .btn__text {
  color: #0a1163;
}
.btn--secondary:hover .btn__text {
  color: #fff;
}
.btn--secondary.btn--rounded {
  padding: 14px 26px;
  border-radius: 25px;
}
.btn--rounded {
  padding: 20px 130px;
  border-radius: 38px;
}
.btn--switch {
  background: #ff0506;
  transition: all 0.3s ease;
}
.btn--switch:hover {
  background: #7ec7ff;
}
.btn--switch:hover .btn__text {
  color: #0a1163;
}
.btn__text {
  font-size: 13px;
  color: #fff;
  line-height: 1;
}
#banner-about {
  position: relative;
  width: 100%;
}
#banner-about .banner-about-img {
  display: block;
}
@media (max-width: 768px) {
  #banner-about .banner-about-img {
    display: none;
    width: 100%;
    height: auto;
  }
}
#banner-about .banner-about-img--mobile {
  width: 100%;
  height: auto;
  display: none;
}
@media (max-width: 768px) {
  #banner-about .banner-about-img--mobile {
    display: block;
  }
}

.banner-about-img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
  display: block;
}

section.about {
  margin: 100px auto;
}
@media (max-width: 768px) {
  section.about {
    margin: 50px auto;
  }
}

.about-title {
  display: block;
  position: relative;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: "roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #1a2aff;
  width: max-content;
}
@media (max-width: 768px) {
  .about-title {
    font-size: 32px;
    display: inline;
  }
}
.about-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 127px;
  height: 16px;
  background: #00FC00;
  border-radius: 3px;
}
.about-title.active::after {
  width: 60px;
}

.about-text {
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 768px) {
  .about-text {
    margin-top: 50px;
  }
}

section.story {
  overflow: hidden;
  margin: 100px auto;
  background: linear-gradient(180deg, #060638 0%, #04044C 20%, #01016F 60%, #0000F8 100%);
  -webkit-background: linear-gradient(180deg, #060638 0%, #04044C 20%, #01016F 60%, #0000F8 100%);
  -moz-background: linear-gradient(180deg, #060638 0%, #04044C 20%, #01016F 60%, #0000F8 100%);
}
@media (max-width: 768px) {
  section.story {
    margin: 50px auto;
  }
}

.know-more-cta {
  background: #060638;
  border-radius: 100px;
  padding: 48px 0;
  margin: 48px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.know-more-cta__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  gap: 40px;
}
@media (max-width: 768px) {
  .know-more-cta__content {
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }
}

.know-more-cta__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.know-more-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  margin: 0;
  text-align: left;
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  .know-more-title {
    font-size: 28px;
    display: inline-grid;
  }
}
.know-more-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 127px;
  height: 16px;
  background: #00FC00;
  border-radius: 3px;
}

.know-more-cta__btn {
  position: relative;
  display: inline-block;
  padding: 22px 48px;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 40px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .know-more-cta__btn {
    margin: 20px 0;
  }
}

.know-more-cta__btn::before,
.know-more-cta__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  pointer-events: none;
}

.know-more-cta__btn::before {
  background: #FF00FF;
  z-index: -2;
}

.know-more-cta__btn::after {
  background: #030352;
  z-index: -1;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(1);
  transform-origin: left;
}

.know-more-cta__btn--secondary::before {
  background: #030352;
  z-index: -2;
}

.know-more-cta__btn--secondary::after {
  background: #FF00FF;
}

.know-more-cta__btn:hover::after {
  transform: scaleX(0);
}

.know-more-cta__btn:hover {
  color: #fff;
}

.blur-bg {
  backdrop-filter: blur(32px) brightness(0.87);
  -webkit-backdrop-filter: blur(32px) brightness(0.87);
  background: rgba(255, 255, 255, 0);
}

.story-video {
  margin-bottom: 60px;
  text-align: center;
  z-index: 3;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .story-video {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
}
.story-video .story-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.story-video iframe {
  width: 90%;
  height: 600px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .story-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.story {
  position: relative;
}

.story-right-curve {
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 2;
  width: 30vw;
  pointer-events: none;
}

.story-left-curve {
  position: absolute;
  bottom: 0;
  left: -20px;
  z-index: 2;
  width: 60vw;
  pointer-events: none;
}

.story-right-curve img,
.story-left-curve img {
  width: 100%;
  height: auto;
  display: block;
}

.story-title {
  display: block;
  position: relative;
  margin-top: 48px;
  margin-bottom: 80px;
  font-family: "roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  width: max-content;
}
@media (max-width: 768px) {
  .story-title {
    font-size: 32px;
    margin: 50px 0;
  }
}
.story-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 127px;
  height: 16px;
  background: #1a2aff;
  border-radius: 3px;
}
.story-title.active::after {
  width: 60px;
}
.story-title span {
  color: #00FC00;
}

@media (max-width: 768px) {
  .people-hub-header {
    padding-bottom: 50px !important;
  }
}

.people-hub-title {
  display: block;
  position: relative;
  margin-bottom: 80px;
  font-family: "roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #0004F8;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .people-hub-title {
    font-size: 32px;
    display: inline;
  }
}
.people-hub-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 127px;
  height: 16px;
  background: #FF00FF;
  border-radius: 3px;
}
.people-hub-title.active::after {
  width: 60px;
}
.people-hub-title span {
  color: #FF00FF;
}

section.logos {
  padding-bottom: 50px;
  overflow: hidden;
  background: linear-gradient(180deg, #060638 0%, #04044C 20%, #01016F 60%, #0000F8 100%);
  -webkit-background: linear-gradient(180deg, #060638 0%, #04044C 20%, #01016F 60%, #0000F8 100%);
  -moz-background: linear-gradient(180deg, #060638 0%, #04044C 20%, #01016F 60%, #0000F8 100%);
}

.logos-title {
  display: block;
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-family: "roboto", sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  width: max-content;
}
.logos-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 127px;
  height: 16px;
  background: #00FC00;
  border-radius: 3px;
}
.logos-title.active::after {
  width: 60px;
}
.logos-title span {
  color: #FF00FF;
}

.grid-logos {
  justify-content: center;
  border-radius: 88px;
  background-color: #fff;
  padding: 40px 0;
}

.associates-cta__btn {
  position: relative;
  display: inline-block;
  padding: 22px 48px;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 40px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s;
  cursor: pointer;
  margin: 40px auto;
}

.associates-cta__btn::before,
.associates-cta__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  pointer-events: none;
}

.associates-cta__btn::before {
  background: #FF00FF;
  z-index: -2;
}

.associates-cta__btn::after {
  background: #2626C5;
  z-index: -1;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(1);
  transform-origin: left;
}

.associates-cta__btn:hover::after {
  transform: scaleX(0);
}

.associates-cta__btn:hover {
  color: #fff;
}

.simple-code {
  padding: 80px 0;
}
.simple-code .initiatives-grid-title {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #030352;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .simple-code .initiatives-grid-title {
    font-size: 32px;
  }
}
.simple-code-grid__wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
  gap: 10px;
}
@media (max-width: 1024px) {
  .simple-code-grid__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .simple-code-grid__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.simple-code-grid__item {
  position: relative;
  overflow: hidden;
  border-radius: 120px;
  background: #ccc;
  aspect-ratio: 1;
}
.simple-code-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.simple-code-grid__item--wide {
  grid-column: span 2;
  aspect-ratio: 2/1;
  border-radius: 250px;
}
.simple-code-grid__item--wide-2 {
  grid-column: span 2;
  aspect-ratio: 2/1;
  border-radius: 250px;
}
.simple-code-grid__item--tall {
  grid-row: span 2;
  aspect-ratio: 1/2;
  border-radius: 200px;
}
.simple-code-grid__item--green {
  background: #00FC00;
}
.simple-code-grid__item--blue {
  background: #0004F8;
}
.simple-code-grid__item--pink {
  background: #FF00FF;
}
.simple-code-grid__item--cyan {
  background: #B3F2F8;
}
.simple-code-grid__item--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.simple-code-grid__item--right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.simple-code-grid__item--squad {
  border-radius: 0;
}
.simple-code-grid__item--top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.simple-code-grid__item--bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.simple-code-grid__icon {
  width: 40px !important;
  margin-bottom: 10px;
}
.simple-code-grid__icon--rotate-right {
  transform: rotate(-90deg);
}
.simple-code-grid__icon--rotate-left {
  transform: rotate(180deg);
}
.simple-code-grid__content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
}
.simple-code-grid__content h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
.simple-code-grid__content--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  bottom: auto;
  right: auto;
  display: flex;
  flex-direction: column;
}
.simple-code-grid__content--right {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: right;
  bottom: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.simple-code-grid__content--right .simple-code-grid__icon {
  margin-left: auto;
}
.simple-code-grid__content--split {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: calc(100% - 40px);
}
.simple-code-grid__content--split h3 {
  text-align: left;
  margin: 0;
}
.simple-code-grid__content--split .simple-code-grid__icon {
  flex-shrink: 0;
  margin: 0;
}
.simple-code-grid__content--split img {
  transform: rotate(180deg);
}

.simple-code-grid__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  display: block;
  filter: brightness(0) invert(1);
}

.simple-code-grid__item--h3-blue {
  color: #0004F8;
}

.simple-code-grid__item--h3-green {
  color: #00FC00;
}

section.grid-partners {
  padding: 50px 0 20px;
  overflow: hidden;
  background: linear-gradient(180deg, #060638 0%, #04044C 20%, #01016F 60%, #0000F8 100%);
  -webkit-background: linear-gradient(180deg, #060638 0%, #04044C 20%, #01016F 60%, #0000F8 100%);
  -moz-background: linear-gradient(180deg, #060638 0%, #04044C 20%, #01016F 60%, #0000F8 100%);
}
@media (max-width: 768px) {
  section.grid-partners {
    margin: 0 auto;
  }
}

.partners-title {
  display: block;
  position: relative;
  margin-bottom: 80px;
  font-family: "roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .partners-title {
    font-size: 32px;
    display: grid;
  }
}
.partners-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 127px;
  height: 16px;
  background: #00FC00;
  border-radius: 3px;
}
.partners-title.active::after {
  width: 60px;
}
.partners-title span {
  color: #FF00FF;
}

.partners__box {
  padding: 30px;
  background: linear-gradient(180deg, rgba(0, 64, 211, 0.22) 0%, rgba(0, 0, 128, 0.22) 100%);
  border-radius: 40px;
  backdrop-filter: blur(25px) brightness(0.74);
  -webkit-backdrop-filter: blur(25px) brightness(0.74);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.partners__img img {
  height: 60px;
}

.partners__content {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  flex-grow: 1;
}

.partners__benefits ul {
  list-style: initial;
  margin-left: 20px;
  margin-top: 10px;
}

.partners__link {
  margin-top: auto;
  padding-top: 20px;
}

.partners__link-cta {
  position: relative;
  display: inline-block;
  padding: 10px 60px;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 40px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s;
  cursor: pointer;
}

.partners__link-cta::before,
.partners__link-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  pointer-events: none;
}

.partners__link-cta::before {
  background: #FF00FF;
  z-index: -2;
}

.partners__link-cta::after {
  background: #2626CB;
  z-index: -1;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(1);
  transform-origin: left;
}

.partners__link-cta:hover::after {
  transform: scaleX(0);
}

.partners__link-cta:hover {
  color: #fff;
}

.institutional_allies {
  display: block;
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
  font-family: "roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .institutional_allies {
    display: grid;
    justify-items: end;
    font-size: 28px;
  }
}
.institutional_allies::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 127px;
  height: 16px;
  background: #FF00FF;
  border-radius: 3px;
}
.institutional_allies.active::after {
  width: 60px;
}
.institutional_allies span {
  color: #00FC00;
}

.institutional-allies__logo {
  max-width: 100px;
}

.partners-swiper {
  position: relative;
  overflow: visible;
  padding: 40px 0;
  margin: 0 -20px;
}
.partners-swiper .swiper-wrapper {
  align-items: stretch;
  padding: 0 20px;
}
.partners-swiper .swiper-slide {
  height: auto;
  display: flex;
  box-sizing: border-box;
}
.partners-swiper .swiper-slide .partners__item {
  height: 100%;
  width: 100%;
  display: flex;
}
.partners-swiper .swiper-slide .partners__item .partners__box {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.video-hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.video-hero .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
}
.video-hero .video-bg--desktop {
  display: block;
}
@media (max-width: 768px) {
  .video-hero .video-bg--desktop {
    display: none;
  }
}
.video-hero .video-bg--mobile {
  display: none;
}
@media (max-width: 768px) {
  .video-hero .video-bg--mobile {
    display: block;
  }
}

.scroll-explore {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 1;
  padding: 16px 32px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 24px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.2s;
}

.scroll-explore:hover {
  background: #FF00FF;
  color: #000;
}

section.initiatives {
  background: linear-gradient(180deg, #060638 0%, #04044C 20%, #01016F 60%, #0000F8 100%);
  -webkit-background: linear-gradient(180deg, #060638 0%, #04044C 20%, #01016F 60%, #0000F8 100%);
  -moz-background: linear-gradient(180deg, #060638 0%, #04044C 20%, #01016F 60%, #0000F8 100%);
}

.initiatives-section .img-hover {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 12px;
  display: block;
  position: relative;
}

.initiatives-section .img-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

.initiatives-section .img-hover:hover img {
  transform: scale(1.1);
}

.initiatives-title {
  display: block;
  position: relative;
  padding: 100px 0 100px;
  text-align: center;
  font-family: "roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  /*
  &::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -16px;
    width: 127px;
    height: 16px;
    background: #1a2aff;
    border-radius: 3px;
  }

  &.active::after {
    width: 60px;
  }
  */
}
@media (max-width: 768px) {
  .initiatives-title {
    padding: 40px 0 0;
    font-size: 28px;
    display: flex;
    flex-direction: column;
  }
  .initiatives-title span:nth-child(2),
  .initiatives-title span:nth-child(3) {
    display: inline;
  }
}
.initiatives-title span:nth-child(1) {
  color: #00FC00;
}
.initiatives-title span:nth-child(2) {
  color: #fff;
}
.initiatives-title span:nth-child(3) {
  color: #FF00FF;
}

.initiatives {
  font-family: "Roboto", sans-serif;
  position: relative;
  overflow: hidden;
}
.initiatives__bg {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  max-width: 50%;
}
.initiatives__bg--bottom-left {
  bottom: 0;
  left: 0;
}
.initiatives__bg--top-right {
  top: 0;
  right: 0;
}
.initiatives .grid-container {
  position: relative;
  z-index: 1;
}
.initiatives h3 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}
.initiatives h3 span {
  color: #FF00FF;
  position: relative;
}
.initiatives h3 span::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: #00FC00;
  margin-top: 8px;
  position: absolute;
  right: 0px;
  bottom: -5px;
}
.initiatives p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}
.initiatives a {
  display: inline-block;
  border-radius: 38px;
  border: 1px solid white;
  font-size: 16px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: 20px 130px;
  transition: background 0.3s, color 0.3s;
}
.initiatives a:hover {
  background: #fff;
  color: #000;
}
.initiatives-row {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .initiatives-row {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .initiatives-row:nth-child(even) {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .initiatives-btn-wrapper {
    text-align: center;
  }
}

.initiatives-row h3 span {
  position: relative;
  --after-right: 25px;
}
.initiatives-row h3 span::after {
  content: "";
  position: absolute;
  right: var(--after-right);
}

#numbers {
  padding: 80px 0;
  background: linear-gradient(-125deg, #060638 0%, #04044C 20%, #01016F 60%, #0000F8 100%);
}

.numbers-title {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.numbers-title span {
  color: #FF00FF;
}

.numbers {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
  border-radius: 111px;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .numbers {
    border: none;
    border-radius: initial;
  }
}
@media (max-width: 1024px) {
  .numbers {
    border: none;
    border-radius: initial;
  }
}

.number-card {
  background: transparent;
  padding: 25px 20px;
  text-align: center;
  transition: transform 0.3s;
  flex: 0 1 auto;
  min-width: 180px;
  border-right: 1px solid white;
  opacity: 1;
}
.number-card .number-label {
  opacity: 0;
}
@media (max-width: 768px) {
  .number-card {
    min-width: auto;
    padding: 20px 15px;
    border: none;
  }
}
@media (max-width: 1024px) {
  .number-card {
    min-width: auto;
    padding: 20px 15px;
    border: none;
  }
}

.number-card:last-child {
  border-right: none;
}

.number-value {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}

.number-label {
  font-size: 1.1rem;
  font-weight: 400;
  color: #00FC00;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
}

section.news-list {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.news-list h2 {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #0004F8;
  margin-bottom: 40px;
  padding-left: 0.9375rem;
  display: inline-block;
  position: relative;
}
section.news-list h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 80px;
  height: 15px;
  background: #FF00FF;
  border-radius: 3px;
}
@media (max-width: 768px) {
  section.news-list h2::after {
    width: 30px;
    height: 10px;
  }
}
section.news-list h3 {
  font-size: 32px;
  font-weight: 500;
  color: #0a0a0a;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
section.news-list h3 span {
  background-color: #00FC00;
}
section.news-list h4 {
  font-size: 24px;
  font-weight: bold;
  color: #0a0a0a;
  margin-top: 20px;
  margin-bottom: 20px;
}

section.hub-title {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #030352;
  margin-bottom: 60px;
}

.people-card {
  text-align: center;
  margin-bottom: 30px;
}
.people-card__image {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 20px;
  aspect-ratio: 0.52;
  border-radius: 199px;
  overflow: hidden;
  background: linear-gradient(90deg, #0000F8 0%, #00FC00 100%);
  position: relative;
  padding-top: 60px;
}
.people-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  position: relative;
  z-index: 3;
  scale: 1;
  transform: translateY(40px);
  transition: scale 0.3s ease;
}
.people-card__image:hover .people-card__linkedin {
  top: 150px;
}
.people-card__image:hover img {
  scale: 1.05;
}
.people-card__name {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 0.9;
  text-align: center;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
  text-transform: capitalize;
  word-spacing: 100vw;
}
.people-card__position {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #00FC00;
  margin: 0;
  font-weight: 300;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
}
.people-card__linkedin {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 80px;
  background: #fff;
  border-radius: 4px;
  z-index: 2;
  transition: top 0.3s ease;
}
.people-card__linkedin i {
  display: none;
}

.associates {
  padding: 80px 0;
  background-color: #060638;
  background-image: url("../img/curve_background.png"), linear-gradient(180deg, #060638 0%, #04044C 20%, #01016F 60%, #0000F8 100%);
  background-repeat: repeat, no-repeat;
  background-position: center, center;
  background-size: auto, cover;
  position: relative;
}

.initiatives-grid-title {
  font-family: "Roboto", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  color: #0004F8;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .initiatives-grid-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.initiatives-grid-title span {
  color: #FF3EDB;
}

@media (max-width: 768px) {
  .people-card__image {
    max-width: 220px;
    padding-top: 50px;
  }
  .people-card__name {
    font-size: 32px;
    top: 15px;
  }
  .people-card__position {
    font-size: 18px;
    top: 85px;
  }
}
@media (max-width: 767px) {
  .people-card__image {
    max-width: 180px;
    padding-top: 40px;
  }
  .people-card__name {
    font-size: 24px;
    top: 12px;
  }
  .people-card__position {
    font-size: 14px;
    top: 65px;
  }
  .people-card__linkedin {
    bottom: 60px;
    height: 30px;
  }
}
.people-hub-mobile {
  padding: 60px 0;
}
.people-hub-mobile .cell--normal {
  transform: translateY(0);
}
.people-hub-mobile .cell--offset {
  transform: translateY(50px);
}
.people-hub-mobile .people-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
  margin-bottom: 0;
}
.people-hub-mobile .people-card:hover {
  transform: translateY(-10px);
}
.people-hub-mobile .people-card:hover .people-card__linkedin {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.people-hub-mobile .people-card__image-container {
  position: relative;
  width: 200px;
  height: 280px;
}
.people-hub-mobile .people-card__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(90deg, #0066FF 0%, #00D9A3 100%);
  border-radius: 100px;
  z-index: 1;
}
.people-hub-mobile .people-card__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  overflow: hidden;
  z-index: 2;
}
.people-hub-mobile .people-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.people-hub-mobile .people-card__decoration {
  position: absolute;
  z-index: 0;
  width: 60px;
  height: auto;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.people-hub-mobile .people-card__decoration--left {
  bottom: 0;
  left: 0;
}
.people-hub-mobile .people-card__decoration--right {
  bottom: 0;
  right: 0;
}
.people-hub-mobile .people-card:hover .people-hub-mobile .people-card__decoration {
  opacity: 1;
}
.people-hub-mobile .people-card__linkedin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.people-hub-mobile .people-card__linkedin a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #0066FF;
  transition: color 0.3s;
}
.people-hub-mobile .people-card__linkedin a:hover {
  color: #0052CC;
}
.people-hub-mobile .people-card__linkedin svg {
  width: 28px;
  height: 28px;
}
.people-hub-mobile .people-card__info {
  position: relative;
  width: 100%;
  min-height: 90px;
}
.people-hub-mobile .people-card__name {
  font-size: 24px;
  font-weight: 700;
  color: #0066FF;
  margin: 0 0 8px 0;
  line-height: 1.2;
}
.people-hub-mobile .people-card__position {
  font-size: 16px;
  font-weight: 400;
  color: #FF3EDB;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .people-hub-mobile {
    padding: 40px 0;
  }
  .people-hub-mobile .people-card__image-container {
    width: 160px;
    height: 220px;
  }
  .people-hub-mobile .people-card__gradient {
    height: 80%;
  }
  .people-hub-mobile .people-card__decoration {
    width: 40px;
  }
  .people-hub-mobile .people-card__name {
    font-size: 20px;
  }
  .people-hub-mobile .people-card__position {
    font-size: 14px;
  }
  .people-hub-mobile .people-card__linkedin {
    width: 50px;
    height: 50px;
  }
  .people-hub-mobile .people-card__linkedin svg {
    width: 24px;
    height: 24px;
  }
}
.people-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.people-card:hover {
  transform: translateY(-10px);
}

.associates-banner {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.associates-banner__image {
  width: 100%;
  height: 100%;
}
.associates-banner__image img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  display: block;
}
.associates-banner__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.associates-banner__content .grid-container {
  width: 100%;
}
.associates-banner__text-wrapper {
  margin-left: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .associates-banner__text-wrapper {
    padding: 0 20px;
  }
}
.associates-banner__title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .associates-banner__title {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .associates-banner__title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .associates-banner__title {
    font-size: 32px;
  }
}
.associates-banner__cta {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.associates-banner__btn {
  display: inline-block;
  position: relative;
  padding: 18px 60px;
  background: transparent;
  border: none;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s;
  text-decoration: none;
}
.associates-banner__btn::before, .associates-banner__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  pointer-events: none;
}
.associates-banner__btn::before {
  background: #00FC00;
  z-index: -2;
  color: #000;
}
.associates-banner__btn::after {
  background: #FF00FF;
  z-index: -1;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(1);
  transform-origin: left;
}
.associates-banner__btn:hover::after {
  transform: scaleX(0);
}
.associates-banner__btn:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .associates-banner__btn {
    padding: 16px 50px;
    font-size: 18px;
    white-space: nowrap;
  }
}

.associates-intro {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .associates-intro {
    padding: 60px 0;
  }
}
.associates-intro__content {
  text-align: left;
}
.associates-intro__text {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
}
.associates-intro__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .associates-intro__text {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .associates-intro__text {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.associates-why {
  padding: 100px 0;
  background: linear-gradient(180deg, #060638 0%, #04044C 20%, #01016F 60%, #0000F8 100%);
}
@media (max-width: 768px) {
  .associates-why {
    padding: 60px 0;
  }
}
.associates-why__left {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .associates-why__left {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}
.associates-why__title {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
  display: inline;
}
.associates-why__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 127px;
  height: 16px;
  background: #0004F8;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .associates-why__title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.associates-why__title--green {
  color: #00FC00;
}
.associates-why__title--white {
  color: #fff;
}
@media (max-width: 1024px) {
  .associates-why__title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .associates-why__title {
    font-size: 36px;
  }
}
.associates-why__description {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .associates-why__description {
    font-size: 16px;
  }
}
.associates-why__right {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .associates-why__right {
    padding-left: 0;
  }
}
.associates-why__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.associates-why__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #fff;
}
.associates-why__item i {
  color: #00FC00;
  font-size: 24px;
  margin-right: 15px;
  flex-shrink: 0;
  margin-top: 2px;
}
.associates-why__item span {
  line-height: 1.6;
}
@media (max-width: 768px) {
  .associates-why__item {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.associates-why__btn {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  padding: 16px 60px;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s;
  cursor: pointer;
}
.associates-why__btn::before, .associates-why__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  pointer-events: none;
}
.associates-why__btn::before {
  background: #FF00FF;
  z-index: -2;
}
.associates-why__btn::after {
  background: #2626CB;
  z-index: -1;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(1);
  transform-origin: left;
}
.associates-why__btn:hover::after {
  transform: scaleX(0);
}
.associates-why__btn:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .associates-why__btn {
    padding: 14px 48px;
    font-size: 16px;
  }
}

.happening-next {
  padding: 100px 0;
  background: linear-gradient(180deg, #060638 0%, #04044C 20%, #01016F 60%, #0000F8 100%);
}
@media (max-width: 768px) {
  .happening-next {
    padding: 60px 0;
  }
}
.happening-next__title {
  display: block;
  position: relative;
  margin-bottom: 40px;
  font-family: "roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  width: max-content;
}
.happening-next__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 127px;
  height: 16px;
  background: #FF00FF;
}
@media (max-width: 768px) {
  .happening-next__title::after {
    bottom: -16px;
    width: 60px;
    height: 10px;
  }
}
.happening-next__title span {
  color: #00FC00;
}
@media (max-width: 1024px) {
  .happening-next__title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .happening-next__title {
    font-size: 36px;
    margin-bottom: 60px;
    display: inline-grid;
  }
}
.happening-next__card {
  background: rgba(20, 20, 60, 0.8);
  border-radius: 40px;
  overflow: hidden;
  backdrop-filter: blur(20px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.happening-next__card--community .happening-next__card-title {
  color: #F5DB92;
}
.happening-next__card--community .happening-next__category {
  background: #F5DB92;
  color: #E67731;
}
.happening-next__card--associated .happening-next__card-title {
  color: #F59292;
}
.happening-next__card--associated .happening-next__category {
  background: #F59292;
  color: #F70E0E;
}
.happening-next__card--pth .happening-next__card-title {
  color: #67EDFF;
}
.happening-next__card--pth .happening-next__category {
  background: #6773FF;
  color: #67EDFF;
}
.happening-next__image {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.happening-next__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(138, 43, 226, 0.3) 100%);
  pointer-events: none;
}
.happening-next__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.happening-next__image:hover img {
  transform: scale(1.1);
}
.happening-next__content {
  padding: 10px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.happening-next__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.happening-next__category {
  display: inline-block;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.happening-next__card-title {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  flex-grow: 1;
  color: #fff;
}
.happening-next__card-title a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .happening-next__card-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.happening-next__meta {
  margin-top: auto;
  padding-top: 20px;
}
.happening-next__meta-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #99D1E5;
  margin-bottom: 12px;
}
.happening-next__meta-item:last-child {
  margin-bottom: 0;
}
.happening-next__meta-item .material-icons {
  font-size: 22px;
  color: #99D1E5;
}
.happening-next__time {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
.happening-next__btn {
  position: relative;
  display: inline-block;
  width: 80%;
  margin-top: 20px;
  padding: 12px 40px;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s;
  cursor: pointer;
  text-align: center;
  right: -50%;
  transform: translateX(-50%);
}
.happening-next__btn::before, .happening-next__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  pointer-events: none;
}
.happening-next__btn::before {
  background: #FF00FF;
  z-index: -2;
}
.happening-next__btn::after {
  background: #2626CB;
  z-index: -1;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(1);
  transform-origin: left;
}
.happening-next__btn:hover::after {
  transform: scaleX(0);
}
.happening-next__btn:hover {
  color: #fff;
}
.happening-next__empty {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  padding: 60px 0;
}

.associates-more {
  padding: 100px 0;
  background: linear-gradient(180deg, #060638 0%, #04044C 20%, #01016F 60%, #0000F8 100%);
}
@media (max-width: 768px) {
  .associates-more {
    padding: 60px 0;
  }
}
.associates-more__title {
  display: block;
  position: relative;
  margin-bottom: 80px;
  font-family: "roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.associates-more__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 127px;
  height: 16px;
  background: #00FC00;
  border-radius: 3px;
}
.associates-more__title span {
  color: #FF00FF;
}
@media (max-width: 1024px) {
  .associates-more__title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .associates-more__title {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .associates-more__title {
    font-size: 28px;
  }
}
.associates-more__card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 300px;
  cursor: pointer;
}
.associates-more__card:hover .associates-more__content {
  max-height: 100%;
}
.associates-more__card:hover .associates-more__content p {
  opacity: 1;
  margin-top: 15px;
}
.associates-more__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
  pointer-events: none;
}
.associates-more__image {
  width: 100%;
  height: 100%;
}
.associates-more__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.associates-more__card:hover .associates-more__image img {
  transform: scale(1.1);
}
.associates-more__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 30px;
  z-index: 3;
  background-color: #030352;
  max-height: 85px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.associates-more__content p {
  color: #fff;
  opacity: 0;
  font-weight: 300;
  margin-top: 0;
  transition: opacity 0.3s ease 0.2s, margin-top 0.3s ease 0.2s;
}
.associates-more__card-title {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #B7F7F9;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .associates-more__card-title {
    font-size: 1rem;
  }
}

.associate {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .associate {
    padding: 60px 0;
  }
}
.associate__form-wrapper {
  background-color: #0F275D;
  padding: 80px 60px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .associate__form-wrapper {
    padding: 40px 30px;
    border-radius: 30px;
  }
}
.associate__form-title {
  font-family: "Roboto", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 60px;
  position: relative;
  display: inline;
}
.associate__form-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 127px;
  height: 16px;
  background: #0004F8;
  border-radius: 3px;
}
.associate__form-title--green {
  color: #00FC00;
}
@media (max-width: 768px) {
  .associate__form-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.associate .wpcf7-form {
  margin-top: 60px;
}
.associate .wpcf7-form p {
  margin-bottom: 30px;
}
.associate .wpcf7-form p:last-of-type {
  margin-bottom: 0;
}
.associate .wpcf7-form label {
  display: block;
  width: 100%;
}
.associate .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.associate .wpcf7-form input[type=text],
.associate .wpcf7-form input[type=email],
.associate .wpcf7-form input[type=tel],
.associate .wpcf7-form input[type=url],
.associate .wpcf7-form textarea,
.associate .wpcf7-form .associate__input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding: 15px 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #fff;
  transition: border-color 0.3s ease;
}
.associate .wpcf7-form input[type=text]::placeholder,
.associate .wpcf7-form input[type=email]::placeholder,
.associate .wpcf7-form input[type=tel]::placeholder,
.associate .wpcf7-form input[type=url]::placeholder,
.associate .wpcf7-form textarea::placeholder,
.associate .wpcf7-form .associate__input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.associate .wpcf7-form input[type=text]:focus,
.associate .wpcf7-form input[type=email]:focus,
.associate .wpcf7-form input[type=tel]:focus,
.associate .wpcf7-form input[type=url]:focus,
.associate .wpcf7-form textarea:focus,
.associate .wpcf7-form .associate__input:focus {
  outline: none;
  border-bottom-color: #00FC00;
}
@media (max-width: 768px) {
  .associate .wpcf7-form input[type=text],
  .associate .wpcf7-form input[type=email],
  .associate .wpcf7-form input[type=tel],
  .associate .wpcf7-form input[type=url],
  .associate .wpcf7-form textarea,
  .associate .wpcf7-form .associate__input {
    font-size: 16px;
  }
}
.associate .wpcf7-form .associate__form-row--two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.associate .wpcf7-form .associate__form-row--two-cols p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .associate .wpcf7-form .associate__form-row--two-cols {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .associate .wpcf7-form .associate__form-row--two-cols p {
    margin-bottom: 0;
  }
}
.associate .wpcf7-form .associate__form-row--footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .associate .wpcf7-form .associate__form-row--footer {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
.associate .wpcf7-form .associate__checkbox {
  display: flex;
  align-items: center;
  gap: 0;
  cursor: pointer;
  flex-wrap: nowrap;
}
.associate .wpcf7-form .associate__checkbox p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .associate .wpcf7-form .associate__checkbox p {
    font-size: 14px;
    white-space: normal;
    flex-wrap: wrap;
  }
}
.associate .wpcf7-form .associate__checkbox .wpcf7-form-control-wrap {
  display: inline-flex;
  align-items: center;
  order: -1;
  margin-right: 12px;
}
.associate .wpcf7-form .associate__checkbox .wpcf7-acceptance {
  display: inline-flex;
}
.associate .wpcf7-form .associate__checkbox .wpcf7-list-item {
  margin: 0;
  display: inline-flex;
}
.associate .wpcf7-form .associate__checkbox input[type=checkbox] {
  appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 2px solid #00FC00;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease;
  margin: 0;
}
.associate .wpcf7-form .associate__checkbox input[type=checkbox]:checked {
  background: #00FC00;
}
.associate .wpcf7-form .associate__checkbox input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0000B3;
  font-size: 14px;
  font-weight: bold;
}
.associate .wpcf7-form .associate__checkbox a {
  color: #00FC00;
  text-decoration: underline;
  white-space: nowrap;
  flex-shrink: 0;
}
.associate .wpcf7-form .associate__checkbox a:hover {
  color: #fff;
}
.associate .wpcf7-form .associate__form-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}
.associate .wpcf7-form .associate__form-actions p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .associate .wpcf7-form .associate__form-actions {
    width: 100%;
    justify-content: space-between;
  }
}
.associate .wpcf7-form .associate__file-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: rgba(103, 115, 255, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.associate .wpcf7-form .associate__file-btn .material-icons {
  font-size: 28px;
  color: #fff;
}
.associate .wpcf7-form .associate__file-btn:hover {
  background: rgba(103, 115, 255, 0.6);
  transform: scale(1.05);
}
.associate .wpcf7-form input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.associate .wpcf7-form input[type=submit],
.associate .wpcf7-form .wpcf7-submit {
  position: relative;
  padding: 18px 80px;
  background: rgba(103, 115, 255, 0.8);
  border: none;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.associate .wpcf7-form input[type=submit]:hover,
.associate .wpcf7-form .wpcf7-submit:hover {
  background: rgb(103, 115, 255);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(103, 115, 255, 0.5);
}
@media (max-width: 768px) {
  .associate .wpcf7-form input[type=submit],
  .associate .wpcf7-form .wpcf7-submit {
    padding: 16px 60px;
    font-size: 18px;
  }
}
.associate .wpcf7-form .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 14px;
  margin-top: 8px;
}
.associate .wpcf7-form .wpcf7-response-output {
  margin-top: 30px;
  padding: 15px;
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
}
.associate .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: rgba(0, 255, 127, 0.2);
  color: #00FC00;
  border: 2px solid #00FC00;
}
.associate .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  background: rgba(255, 107, 107, 0.2);
  color: #ff6b6b;
  border: 2px solid #ff6b6b;
}
.associate .wpcf7-form .wpcf7-spinner {
  display: none;
}

.associates-cta__btn {
  display: inline-block;
  position: relative;
  padding: 18px 60px;
  background: transparent;
  border: none;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s;
  text-decoration: none;
}
.associates-cta__btn::before, .associates-cta__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  pointer-events: none;
}
.associates-cta__btn::before {
  background: #FF00FF;
  z-index: -2;
}
.associates-cta__btn::after {
  background: #2626CB;
  z-index: -1;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(1);
  transform-origin: left;
}
.associates-cta__btn:hover::after {
  transform: scaleX(0);
}
.associates-cta__btn:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .associates-cta__btn {
    padding: 16px 50px;
    font-size: 18px;
  }
}

.logos {
  position: relative;
  overflow: hidden;
}
.logos__bg {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.logos__bg--bottom-right {
  bottom: 0;
  right: 0;
  max-width: 50%;
}
.logos__bg--top-left {
  top: 0;
  left: 0;
  max-width: 50%;
}
.logos .grid-container {
  position: relative;
  z-index: 1;
}

.associate .wpcf7-form input::placeholder,
.associate .wpcf7-form textarea::placeholder,
.associate .wpcf7-form select::placeholder {
  color: #B9F9FB !important;
  opacity: 1;
}

.associates__desc {
  font-weight: bold;
}

.file-preview-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: white;
  width: 100%;
  margin-top: 20px;
}

.file-preview-header {
  padding: 12px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.file-preview {
  padding: 15px 0;
  animation: slideDown 0.3s ease-out;
}
.file-preview__content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.file-preview__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.file-preview__name {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-preview__size {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
.file-preview__remove {
  border-radius: 50px;
  background: #fff;
  border: none;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  flex-shrink: 0;
}
.file-preview__remove .material-icons {
  font-size: 18px;
  color: #FF3E3E;
}
.file-preview__remove:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .file-preview-container {
    gap: 15px;
  }
  .file-preview {
    padding: 12px 0;
  }
  .file-preview__name {
    font-size: 13px;
  }
  .file-preview__remove {
    width: 32px;
    height: 32px;
  }
  .file-preview__remove .material-icons {
    font-size: 16px;
  }
}
.page-template-page-conference main {
  margin-bottom: 0;
}

.line-up-container,
.line-up {
  display: none;
}

.slider-video {
  max-width: 880px;
  margin: 0 auto;
}

.slider-video-nav {
  max-width: 900px;
  margin: 0 auto;
}

.slider-video-nav {
  margin-top: 16px;
}
.slider-video-nav .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
.slider-video-nav:hover {
  cursor: pointer;
}

.conference-video p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 20px;
}

.tickets {
  font-size: 1.5rem;
  margin-top: 40px;
}
.tickets .grid-x {
  margin: 40px 0px;
}
.tickets .arrow-down-ticket {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.8rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a1163 transparent transparent;
  margin: auto;
}
.tickets .title {
  font-weight: bold;
  padding: 10px;
}
.tickets .desc {
  font-size: 1rem;
  padding: 10px;
}
.tickets .small-4 {
  background: #efefef;
}

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

#media-partners {
  margin-top: 3rem;
}

/*@media screen and (max-width: 767px) {
    #program {
        display: none;
    }
}*/
.page-template-page-conference-template-2024 {
  background-color: #000034;
  color: #fff;
}

ul.image-list,
ul.image-list_sec {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap; /* Allow images to wrap to new lines */
}

ul.image-list li,
ul.image-list_sec li {
  margin: 5px 5px;
  flex: 0 0 auto;
}

ul.image-list li img,
ul.image-list_sec li img {
  width: 100%; /* Make images fill the width of their parent li */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Remove any extra space beneath images */
}

ul.image-list_sec {
  transform: translateX(-25%);
}

.container-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  font-family: "normalidad-text", sans-serif;
  font-weight: bold;
  font-style: normal;
}

@media print, screen and (max-width: 39.99875em) {
  .container-box-img {
    display: none;
  }
}

.container-box1,
.container-box3,
.container-box4 {
  background-color: rgba(164, 164, 164, 0.1);
  padding: 10px;
  height: 240px;
  margin: 10px;
}

.container-box2 {
  background-color: #000096;
  padding: 10px;
  height: 240px;
  margin: 5px;
}

.container-box1 {
  margin-top: 70px;
}

.container-box4 {
  transform: translateY(-70px);
}

.video-container {
  position: relative;
  max-width: 100%; /* Adjust max-width as needed */
  padding-bottom: 95px;
  padding-top: 100px;
}
@media print, screen and (max-width: 39.99875em) {
  .video-container {
    padding-top: 40px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .video-container iframe {
    width: 100%;
    height: auto;
  }
}

.video-container video {
  width: 100%; /* Make video fill its container */
  height: auto; /* Maintain aspect ratio */
  display: block;
}

.video-overlay {
  position: absolute;
  top: 50%; /* Position the overlay at the vertical center */
  right: 0%; /* Position the overlay at the horizontal center */
  transform: translate(0, -50%); /* Center the overlay */
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black background */
  padding: 20px;
  color: white;
  text-align: center;
  max-width: 80%; /* Limit the width of the overlay */
}

.video-overlay p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-2024 {
  overflow: hidden;
  background-color: #fff;
  color: #000;
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.scroll-2024-slide {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.scroll-2024-slide span {
  flex: 0 0 auto;
  margin: 0 15px;
}

.speakers-voices {
  color: #000;
  display: flex;
  padding: 20px;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  scale: 1;
}
.speakers-voices:hover {
  scale: 1.05;
}

.speakers-voices_01 {
  color: #fff;
  background-color: #000096;
}

.speakers-voices_02 {
  background-color: #00FFFF;
}

.speakers-voices_03 {
  background-color: #fff;
}

.speakers-voices_author {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}

.speakers-voices_text {
  font-family: "normalidad-text", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
}

.speakers-voices_name {
  font-family: "normalidad-text", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
}

.speakers-voices_img {
  font-family: "normalidad-text", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
}

.info-2024-child-1 {
  padding-top: 140px;
  padding-bottom: 170px;
}

.banner-container-2024 {
  background-image: url(../images/conference/banner-2024-pth.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 960px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-container-2024_homepage {
  background-image: url(../images/conference/banner-2024-pth.png), url(../images/conference/background-2024.png);
  background-position: center, top;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  height: 700px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-container-2024_btn {
  padding: 80px 10px 0;
}

.banner-container-2024_btn_home {
  padding: 80px 10px 0;
}
@media print, screen and (max-width: 39.99875em) {
  .banner-container-2024_btn_home {
    padding: 0 10px 0;
  }
}

.banner-container-2024_img {
  display: inline-block;
  position: relative;
}
@media print, screen and (max-width: 39.99875em) {
  .banner-container-2024_img {
    padding: 60px;
  }
}
.banner-container-2024_img img.homepagame-pth-2024 {
  max-height: 300px;
  padding-top: 50px;
}

.banner-2024-text {
  position: absolute;
  display: flex;
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 39.99875em) {
  .banner-2024-text {
    transform: translateY(0);
    position: relative;
    margin: 50px 0 0;
    justify-content: center;
    right: 0;
  }
}

.banner-2024-text_home {
  position: absolute;
  display: flex;
  top: 0%;
  right: -200px;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 39.99875em) {
  .banner-2024-text_home {
    transform: translateY(0);
    position: relative;
    margin: 50px 0 0;
    justify-content: center;
    right: 0;
  }
}

.banner-2024_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.banner-2024_img {
  margin-right: 0px;
  margin-top: 8px;
}

.banner-container-2024_btn a {
  border-radius: 21px;
  border: 1px solid #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  color: #fff;
}
.banner-container-2024_btn a:hover {
  background-color: #fff;
  color: black;
}

.banner-container-2024_btn_home a {
  border-radius: 21px;
  border: 1px solid #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  color: #fff;
}
.banner-container-2024_btn_home a:hover {
  background-color: #fff;
  color: black;
}

.gsap-scroll-horizontal {
  transform: translate(90%, 0px);
}

.h1-gsap-scroll-horizontal {
  opacity: 10%;
}

.gsap-scroll-horizontal span {
  position: absolute;
  top: 50%;
  right: 20%;
}

.gsap-scroll-horizontal h1 {
  position: relative;
  font-size: 350px;
  white-space: nowrap;
}

.padding-top-bottom-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sub-title-2024 h2 {
  margin: 50px auto;
}

.page-template-page-conference-template-2024 .sz-speaker__photo img {
  border-radius: inherit !important;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.page-template-page-conference-template-2024 .sz-speaker__name,
.page-template-page-conference-template-2024 .sz-speaker__tagline {
  color: #fff !important;
}

.page-template-page-conference-template-2024 p.address {
  color: #000;
}

.info-2024_text_r {
  font-size: 18px;
  font-family: "normalidad-text", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.info-2024_text_l {
  font-size: 32px;
  font-family: "normalidad-text", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.sub-title-2024 {
  font-size: 32px;
  font-family: "normalidad-text", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  margin: 60px 0 0 0;
}

.banner-2024_text {
  color: #fff;
}
.banner-2024_text span:nth-child(1) {
  font-size: 23px;
  font-family: "normalidad-text", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.banner-2024_text span:nth-child(n+2) {
  font-size: 22px;
  font-family: "normalidad-text", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
}

.gsap-span-text {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translate(-20%, -50%);
}

.page-template-page-conference-template-2024 {
  background-image: url(../images/conference/background-2024.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
}

.page-template-page-conference-template-2024 .page-title {
  color: #fff;
}

/*
section#banner-conf2025{
    background-image: url(../images/conf2025/background-conf2025.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    h1.banner-title{
        padding: 200px 20px 0;
        text-align: center;
        img{
            max-width: 450px;
        }
    }
    p.banner-date{
        text-align: center;
        color: white;
        margin-top: 10px;
        margin-bottom: 140px;
    }
    p.banner-text{
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
    }
    p.banner-email{
        color: #75F9FC;
        text-align: center;
    }
    .margin-top{
        margin-top: 100px;
    }
    .logo-left{
        text-align: left;
        img{
            height: 35px;
        }
    }
    .logo-right{
        text-align: right;
        img{
            height: 35px;
        }
    }
    .redes-sociais{
     ul.redes-sociais-items{
        margin-top: 150px;
        margin-bottom: 100px;
        display: flex;
        gap: 20px;
        justify-content: center;
        align-items: center;
        li.redes-sociais-item img{
            width: 20px;
        }
     }   
    }
}

.page-template-page-conference-template-2025 #footer{
    margin-top: 0;
}
*/
body.page-template-page-conference-template-2025,
body.page-template-page-conference-2025 {
  background-color: #1E2432;
}
body.page-template-page-conference-template-2025 #footer,
body.page-template-page-conference-2025 #footer {
  margin-top: 0;
}
body.page-template-page-conference-template-2025 .page-title,
body.page-template-page-conference-2025 .page-title {
  color: #fff;
  font-family: "TT Travels-Bold";
  font-size: 50px;
}
body.page-template-page-conference-template-2025 .gold-sponsors,
body.page-template-page-conference-2025 .gold-sponsors {
  font-size: 40px;
}
body.page-template-page-conference-template-2025 .silver-sponsors,
body.page-template-page-conference-2025 .silver-sponsors {
  font-size: 35px;
}
body.page-template-page-conference-template-2025 .bronze-sponsors,
body.page-template-page-conference-2025 .bronze-sponsors {
  font-size: 30px;
}
body.page-template-page-conference-template-2025 .page-title.partners-sponsors,
body.page-template-page-conference-2025 .page-title.partners-sponsors {
  font-size: 25px;
}

.countdown {
  opacity: 0;
  display: flex;
  gap: 40px;
  color: #fff;
  justify-content: center;
}
@media print, screen and (max-width: 39.99875em) {
  .countdown {
    flex-direction: column;
    gap: 17px;
    display: none;
  }
}

.time-box {
  background: rgba(255, 255, 255, 0.05);
  padding: 3px 50px;
  border-radius: 5px;
  text-align: center;
  min-width: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.time-box:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 1px;
  background: rgb(255, 255, 255);
}

.value {
  font-size: 52px;
  font-weight: bold;
  font-family: "TT Travels-Bold";
}

.label {
  font-size: 12px;
  letter-spacing: 1px;
}

/*loop numbers*/
.home__about-milestones {
  z-index: 200;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .home__about-milestones {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.home__about-milestones-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
  animation: scroll 20s linear infinite;
}

.home__about-milestone-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex: none;
  flex: none;
  width: 18rem;
  padding: 1rem 2rem 1rem 1.5rem;
  gap: 2rem;
  color: #fff;
}
.home__about-milestone-item.is-blue {
  background-color: #0502FE;
}
.home__about-milestone-item.is-purple {
  background-color: #582AD0;
}
.home__about-milestone-item.is-lightblue {
  background-color: #75F9FC;
  color: #000;
}

.home__about-milestone-item-title {
  font-family: "TT Travels-Bold";
  font-size: 36px;
  line-height: 1;
  margin: 0 0 -8px 0;
}

.home__about-milestone-item-text {
  font-family: "TT Travels-Regular";
  font-size: 16px;
  line-height: 1;
  margin: 0 0 -8px 0;
}

/* Animação de scroll infinito horizontal */
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
section#conference-2025 {
  position: relative;
}
section#conference-2025 .banner-conf-2025-logo {
  text-align: center;
  margin: 220px auto 50px;
}
@media print, screen and (max-width: 39.99875em) {
  section#conference-2025 .banner-conf-2025-logo {
    margin: 180px 20px 50px;
  }
}
section#conference-2025 .banner-conf-2025-logo p.banner-cof-2025-text {
  color: #8C8CA3;
  margin: 20px 0 55px;
  font-family: "TT Travels-Regular";
  font-size: 24px;
}
section#conference-2025 .banner-conf-2025-logo .banner-conf-2025-date p:nth-child(1) {
  color: #fff;
  text-transform: uppercase;
  font-family: "TT Travels-Bold";
  font-size: 24px;
}
section#conference-2025 .banner-conf-2025-logo .banner-conf-2025-date p:nth-child(2) {
  text-transform: uppercase;
  color: #75F9FC;
}
section#conference-2025 .banner-conf-2025-logo img {
  max-width: 430px;
}
section#conference-2025 .banner-conf-2025-btn {
  display: flex;
  justify-content: center;
  gap: 3rem;
  font-family: "TT Travels-Bold";
  font-size: 22px;
  position: relative;
  z-index: 10;
}
@media print, screen and (max-width: 39.99875em) {
  section#conference-2025 .banner-conf-2025-btn {
    flex-direction: column;
  }
}
section#conference-2025 .banner-conf-2025-btn a {
  background-color: rgba(88, 42, 208, 0.5);
  display: inline-block;
  padding: 10px 30px;
  color: white;
  transition: color 0.3s ease;
}
section#conference-2025 .banner-conf-2025-btn a:hover {
  background-color: rgb(88, 42, 208);
}
section#conference-2025 .banner-conf-2025-countdown {
  margin: 150px auto;
  z-index: 3;
  position: relative;
}
@media print, screen and (max-width: 39.99875em) {
  section#conference-2025 .banner-conf-2025-countdown {
    margin: 80px auto;
  }
}

section#conf2025-info .conf2025-video {
  margin: 100px auto;
  display: flex;
  justify-content: center;
}
section#conf2025-info .conf2025-info_ltext {
  color: #fff;
  font-family: "TT Travels-Bold";
  font-size: 32px;
  position: relative;
  z-index: 3;
}
@media print, screen and (max-width: 39.99875em) {
  section#conf2025-info .conf2025-info_ltext {
    margin-bottom: 30px;
    font-size: 25px;
  }
}
section#conf2025-info h5.sub-title {
  color: #fff;
  font-family: "TT Travels-Bold";
  font-size: 32px;
  margin-bottom: 20px;
}
section#conf2025-info p {
  color: #8C8CA3;
  font-family: "TT Travels-Regular";
  font-size: 18px;
}
section#conf2025-info .conf2025-info-images {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.home__topics-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 0.75rem;
  padding: 1rem 2rem;
  display: flex;
  position: relative;
}
.home__topics-list-item {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.is-white {
  color: #fff !important;
}

.home__topics-text .is-h2 {
  color: #fff;
  font-family: "TT Travels-Bold";
  font-size: 32px;
  margin-bottom: 20px;
}

.sub-title-2025 {
  color: #fff;
  font-family: "TT Travels-Bold";
  font-size: 32px;
}

.video-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
}

.video-gradient-bottom {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, rgba(4, 4, 36, 0.5) 85%, #1E2432 100%);
  z-index: 2;
  pointer-events: none;
}

.speakers-voices_purple {
  background-color: #582AD0;
  color: #fff;
}

.speakers-voices_blue {
  background-color: #0502FE;
  color: #fff;
}

.speakers-voices_lightblue {
  background-color: #75F9FC;
  color: #000;
}

section#conf2025-speakers {
  margin: 50px auto 100px auto;
}
@media print, screen and (max-width: 39.99875em) {
  section#conf2025-speakers {
    margin: 50px auto;
  }
}

.sub-title-2025 {
  color: #fff;
  font-family: "TT Travels-Bold";
  font-size: 32px;
  text-transform: uppercase;
}

.conf2025-video {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.conf2025-gradient-overlay {
  position: absolute;
  width: 100vw;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(88, 42, 208, 0.5) 50%, transparent 100%);
  pointer-events: none; /* permite clicar no vídeo sem problemas */
  z-index: 1;
}

.conf2025-video iframe {
  position: relative;
  z-index: 2;
}

.sz-speaker__name,
.sz-speaker__tagline {
  color: #fff !important;
}

h3.sz-speaker__name {
  color: #fff !important;
}

h4.sz-speaker__tagline {
  color: #fff !important;
}

.sub-title-2024 {
  color: white !important;
}

.btn-tickets {
  background-color: rgba(88, 42, 208, 0.5);
  display: inline-block;
  padding: 10px 30px;
  color: white;
  transition: color 0.3s ease;
  font-family: "TT Travels-Bold";
  font-size: 22px;
  text-transform: uppercase;
}
.btn-tickets:hover {
  background-color: #582ad0;
}

section#by-tickets {
  margin: 50px 0;
}

#conf2025-fotos {
  overflow: hidden;
}

.news-banner {
  position: relative;
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #000033 0%, #0000B3 50%, #0066FF 100%);
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-banner {
    padding: 80px 0 60px;
  }
}
.news-banner__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .news-banner__bg {
    width: 60%;
    opacity: 0.3;
  }
}
@media (max-width: 768px) {
  .news-banner__bg {
    width: 80%;
    opacity: 0.2;
  }
}
.news-banner__image {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  object-fit: cover;
  object-position: right center;
}
.news-banner__title {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .news-banner__title {
    text-align: center;
    margin-top: 60px;
  }
}
.news-banner__title span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
.news-banner__title--pink {
  font-size: 64px;
  color: #FF00FF;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .news-banner__title--pink {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .news-banner__title--pink {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .news-banner__title--pink {
    font-size: 32px;
  }
}
.news-banner__title--white {
  font-size: 64px;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
.news-banner__title--white::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 127px;
  height: 16px;
  background: #00FC00;
  border-radius: 3px;
}
@media (max-width: 1024px) {
  .news-banner__title--white {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .news-banner__title--white {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .news-banner__title--white {
    font-size: 32px;
  }
}
.news-banner__filters {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .news-banner__filters {
    gap: 10px;
  }
}
.news-banner__filter {
  padding: 12px 30px;
  background: #2a2a6b;
  border: none;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: none;
  outline: none;
}
.news-banner__filter:focus {
  outline: none;
  box-shadow: none;
}
.news-banner__filter:active {
  box-shadow: none;
}
.news-banner__filter:hover {
  background: #383890;
  transform: translateY(-2px);
  box-shadow: none;
}
.news-banner__filter--active {
  background: #00c900;
  box-shadow: none;
}
.news-banner__filter--active:hover {
  background: #009600;
  box-shadow: none;
}
@media (max-width: 768px) {
  .news-banner__filter {
    padding: 10px 24px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .news-banner__filter {
    padding: 8px 20px;
    font-size: 14px;
  }
}

.news-load-more {
  text-align: center;
  margin-top: 5px;
}
.news-load-more__btn {
  display: inline-block;
  position: relative;
  padding: 18px 60px;
  background: transparent;
  border: none;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s;
  text-decoration: none;
}
.news-load-more__btn::before, .news-load-more__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
}
.news-load-more__btn::before {
  background: #FF00FF;
  z-index: -2;
}
.news-load-more__btn::after {
  background: #2626CB;
  z-index: -1;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(1);
  transform-origin: left;
}
.news-load-more__btn:hover::after {
  transform: scaleX(0);
}
.news-load-more__btn--ajax:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.news-load-more__btn--link:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .news-load-more__btn {
    padding: 16px 50px;
    font-size: 18px;
  }
}

.news-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  animation: fadeIn 0.2s ease;
}
.news-loading-overlay .loading-spinner {
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 18px;
  color: #090975;
  font-weight: 500;
  padding: 10px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.news-loading-overlay .loading-spinner::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 20px auto 0;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #FF00FF;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.news-grid {
  transition: opacity 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.article-header-container {
  background: linear-gradient(180deg, #090975 0%, #000051 100%);
}

.article-top {
  position: relative;
  padding: 120px 0 100px;
}
.article-top .news__title {
  margin-bottom: 20px;
}
.article-top .news__title h1 {
  color: #fff;
  font-size: 41px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 768px) {
  .article-top .news__title h1 {
    font-size: 32px;
  }
}
.article-top .news__excerpt {
  color: #B9F9FB;
  font-size: 18px;
  margin-bottom: 20px;
}
.article-top .news__categories {
  text-align: right;
}
.article-top .news__categories a {
  display: inline-block;
  background: rgba(255, 0, 255, 0.8);
  color: #fff;
  padding: 8px 20px;
  margin-right: 10px;
  font-size: 14px;
  text-decoration: none;
}

article {
  position: relative;
  padding: 10px 0;
}
article .news__img {
  margin-bottom: 40px;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
article .news__img img {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
article .news__title {
  display: none;
}
article .news__content {
  margin: 0 auto;
}
article .news__content p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333;
}

.news__categories {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.news__category {
  padding: 6px 12px;
  background: rgba(0, 217, 163, 0.1);
  border: 1px solid rgba(0, 217, 163, 0.3);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.communities-banner {
  position: relative;
  padding: 120px 0;
  background: #0000B3;
  overflow: hidden;
}
@media (max-width: 768px) {
  .communities-banner {
    padding: 120px 20px 10px 20px;
  }
}
.communities-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/communities/background_communities.jpg");
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: 0;
}
@media (max-width: 768px) {
  .communities-banner__bg {
    background-image: url("../img/communities/background_communities_mobile.jpg");
  }
}
.communities-banner__title {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.communities-banner__title span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
.communities-banner__title--white {
  font-size: 64px;
  color: #fff;
  position: relative;
}
.communities-banner__title--white:last-child {
  margin-left: 100px;
}
.communities-banner__title--white:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 127px;
  height: 16px;
  background: #FF00FF;
}
@media (max-width: 768px) {
  .communities-banner__title--white:last-child::after {
    bottom: -16px;
    width: 60px;
    height: 10px;
  }
}
@media (max-width: 1024px) {
  .communities-banner__title--white {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .communities-banner__title--white {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .communities-banner__title--white {
    font-size: 32px;
  }
}
.communities-banner__images {
  position: relative;
  z-index: 2;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .communities-banner__images {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .communities-banner__images {
    height: 250px;
    margin-top: 0px;
  }
}
.communities-banner__image {
  position: absolute;
  width: 280px;
  height: 180px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, z-index 0s;
}
@media (max-width: 1024px) {
  .communities-banner__image {
    width: 240px;
    height: 160px;
  }
}
@media (max-width: 768px) {
  .communities-banner__image {
    width: 200px;
    height: 140px;
  }
}
@media (max-width: 480px) {
  .communities-banner__image {
    width: 160px;
    height: 110px;
  }
}
.communities-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.communities-banner__image--1 {
  z-index: 3;
}
.communities-banner__image--1:hover {
  z-index: 10;
  transform: scale(1.05);
}
.communities-banner__image--2 {
  z-index: 4;
  transform: translate(80px, -150px);
}
@media (max-width: 1024px) {
  .communities-banner__image--2 {
    transform: translate(60px, -50px);
  }
}
@media (max-width: 768px) {
  .communities-banner__image--2 {
    transform: translate(50px, -40px);
  }
}
@media (max-width: 480px) {
  .communities-banner__image--2 {
    transform: translate(40px, -30px);
  }
}
.communities-banner__image--2:hover {
  z-index: 10;
  transform: translate(80px, -100px) scale(1.05);
}
@media (max-width: 1024px) {
  .communities-banner__image--2:hover {
    transform: translate(60px, -50px) scale(1.05);
  }
}
@media (max-width: 768px) {
  .communities-banner__image--2:hover {
    transform: translate(50px, -40px) scale(1.05);
  }
}
.communities-banner__image--3 {
  z-index: 1;
  transform: translate(-80px, 150px);
}
@media (max-width: 1024px) {
  .communities-banner__image--3 {
    transform: translate(-60px, 50px);
  }
}
@media (max-width: 768px) {
  .communities-banner__image--3 {
    transform: translate(-50px, 40px);
  }
}
@media (max-width: 480px) {
  .communities-banner__image--3 {
    transform: translate(-40px, 30px);
  }
}
.communities-banner__image--3:hover {
  z-index: 10;
  transform: translate(-80px, 100px) scale(1.05);
}
@media (max-width: 1024px) {
  .communities-banner__image--3:hover {
    transform: translate(-60px, 50px) scale(1.05);
  }
}
@media (max-width: 768px) {
  .communities-banner__image--3:hover {
    transform: translate(-50px, 40px) scale(1.05);
  }
}

.page-title {
  text-align: center;
  margin-bottom: 60px;
}
.page-title span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.page-title--green {
  font-size: 64px;
  color: #00FC00;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .page-title--green {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .page-title--green {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .page-title--green {
    font-size: 32px;
  }
}
.page-title--white {
  font-size: 64px;
  color: #fff;
  position: relative;
  display: inline-block;
}
.page-title--white::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 127px;
  height: 16px;
  background: #FF00FF;
  border-radius: 3px;
}
@media (max-width: 1024px) {
  .page-title--white {
    font-size: 52px;
  }
  .page-title--white::after {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .page-title--white {
    font-size: 42px;
  }
  .page-title--white::after {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .page-title--white {
    font-size: 32px;
  }
  .page-title--white::after {
    bottom: -16px;
    width: 60px;
    height: 10px;
  }
}

.learn-more__items {
  margin-top: 40px;
}
.learn-more__item {
  margin-bottom: 30px;
}
.learn-more__box {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding: 30px 20px;
  background: rgba(6, 6, 56, 0.8);
  backdrop-filter: blur(32px) brightness(0.87);
  -webkit-backdrop-filter: blur(32px) brightness(0.87);
  border-radius: 40px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.learn-more__box:hover {
  transform: translateY(-5px);
  background: rgba(6, 6, 56, 0.95);
}
.learn-more__box:hover .learn-more__desc {
  opacity: 1;
  max-height: 200px;
  margin-top: 15px;
}
.learn-more__box:hover .learn-more__img {
  transform: scale(0.9);
}
@media screen and (max-width: 768px) {
  .learn-more__box {
    border-radius: 40px;
    padding: 20px 10px;
  }
}
.learn-more__img {
  margin-bottom: 20px;
  width: 100%;
  margin-top: 50px;
  transition: transform 0.3s ease;
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .learn-more__img {
    margin-top: 0;
    margin-bottom: 0px;
  }
}
.learn-more__img img {
  height: auto;
  transform: scale(0.75);
  transform-origin: left;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .learn-more__img img {
    transform: scale(0.55);
  }
}
.learn-more__title {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  width: 100%;
  transition: margin-bottom 0.3s ease;
}
.learn-more__title span {
  color: #00FC00;
}
@media (max-width: 768px) {
  .learn-more__title {
    font-size: 16px;
  }
}
.learn-more__desc {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  width: 100%;
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .learn-more__desc {
    font-size: 14px;
  }
}
.learn-more__desc p {
  margin: 0;
}

.logos-title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 0;
}
.logos-title span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 64px;
}
@media (max-width: 1024px) {
  .logos-title span {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .logos-title span {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .logos-title span {
    font-size: 32px;
  }
}
.logos-title--white {
  color: #fff;
  margin-right: 10px;
}
.logos-title--blue {
  color: #4169E1;
  position: relative;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .logos-title--blue::after {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .logos-title--blue::after {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .logos-title--blue::after {
    width: 80px;
  }
}

.logos-communities-title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 0;
}
.logos-communities-title span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 64px;
}
@media (max-width: 1024px) {
  .logos-communities-title span {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .logos-communities-title span {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .logos-communities-title span {
    font-size: 32px;
  }
}
.logos-communities-title--white {
  color: #fff;
  margin-right: 10px;
}
.logos-communities-title--blue {
  color: #4169E1;
  position: relative;
}
.logos-communities-title--blue::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 127px;
  height: 16px;
  background: #00FC00;
}
@media (max-width: 1024px) {
  .logos-communities-title--blue::after {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .logos-communities-title--blue::after {
    bottom: -16px;
    width: 60px;
    height: 10px;
  }
}

.mission-logos {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, #0A0A3E 0%, #1A1A5E 50%, #0A0A3E 100%);
  overflow: hidden;
}
@media (max-width: 768px) {
  .mission-logos {
    padding: 60px 0;
  }
}
.mission-logos img.mission-logos__bg--right {
  position: absolute;
  top: 450px;
  right: 0;
  height: 100%;
  width: auto;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
  max-width: 50%;
  height: auto;
}
@media (max-width: 768px) {
  .mission-logos img.mission-logos__bg--right {
    opacity: 0.2;
    width: 50%;
    height: auto;
  }
}
.mission-logos img.mission-logos__bg--left {
  position: absolute;
  top: 1300px;
  left: 0;
  height: 100%;
  width: auto;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
  max-width: 50%;
  height: auto;
}
@media (max-width: 768px) {
  .mission-logos img.mission-logos__bg--left {
    opacity: 0.2;
    width: 50%;
    height: auto;
  }
}
.mission-logos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 20% 30%, rgba(255, 0, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(0, 255, 127, 0.1) 0%, transparent 50%);
  z-index: 0;
  pointer-events: none;
}
.mission-logos .grid-container {
  position: relative;
  z-index: 1;
}
.mission-logos .logos-communities-title {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .mission-logos .logos-communities-title {
    margin-top: 60px;
  }
}

.grid-logos-background {
  background: white;
  padding: 50px 10px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .grid-logos-background {
    padding: 30px 10px;
    border-radius: 15px;
  }
}

.grid-logos__item {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}
.grid-logos__item img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.grid-logos__item img:hover {
  transform: scale(1.05);
}

.communities {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .communities {
    padding: 60px 0;
  }
}
.communities__form-wrapper {
  background-color: rgba(15, 39, 93, 0);
  backdrop-filter: blur(21px) brightness(0.85);
  -webkit-backdrop-filter: blur(21px) brightness(0.85);
  padding: 80px 60px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .communities__form-wrapper {
    padding: 40px 30px;
    border-radius: 30px;
  }
}
.communities__form-title {
  font-family: "Roboto", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 60px;
  position: relative;
  display: inline;
}
.communities__form-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 127px;
  height: 16px;
  background: #0004F8;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .communities__form-title::after {
    font-size: 36px;
    bottom: -16px;
    width: 60px;
    height: 10px;
  }
}
.communities__form-title--green {
  color: #00FC00;
}
@media (max-width: 768px) {
  .communities__form-title {
    font-size: 36px;
  }
}
.communities .communities__form-wrapper .wpcf7-form {
  margin-top: 60px;
}
.communities .wpcf7-form {
  margin-top: 0;
}
.communities .wpcf7-form p {
  margin-bottom: 30px;
}
.communities .wpcf7-form p:last-of-type {
  margin-bottom: 0;
}
.communities .wpcf7-form label {
  display: block;
  width: 100%;
}
.communities .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.communities .wpcf7-form input[type=text],
.communities .wpcf7-form input[type=email],
.communities .wpcf7-form input[type=tel],
.communities .wpcf7-form input[type=url],
.communities .wpcf7-form textarea,
.communities .wpcf7-form .communities__input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding: 15px 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #fff;
  transition: border-color 0.3s ease;
}
.communities .wpcf7-form input[type=text]::placeholder,
.communities .wpcf7-form input[type=email]::placeholder,
.communities .wpcf7-form input[type=tel]::placeholder,
.communities .wpcf7-form input[type=url]::placeholder,
.communities .wpcf7-form textarea::placeholder,
.communities .wpcf7-form .communities__input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.communities .wpcf7-form input[type=text]:focus,
.communities .wpcf7-form input[type=email]:focus,
.communities .wpcf7-form input[type=tel]:focus,
.communities .wpcf7-form input[type=url]:focus,
.communities .wpcf7-form textarea:focus,
.communities .wpcf7-form .communities__input:focus {
  outline: none;
  border-bottom-color: #00FC00;
}
@media (max-width: 768px) {
  .communities .wpcf7-form input[type=text],
  .communities .wpcf7-form input[type=email],
  .communities .wpcf7-form input[type=tel],
  .communities .wpcf7-form input[type=url],
  .communities .wpcf7-form textarea,
  .communities .wpcf7-form .communities__input {
    font-size: 16px;
  }
}
.communities .wpcf7-form .communities__form-row--two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.communities .wpcf7-form .communities__form-row--two-cols p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .communities .wpcf7-form .communities__form-row--two-cols {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .communities .wpcf7-form .communities__form-row--two-cols p {
    margin-bottom: 0;
  }
}
.communities .wpcf7-form .communities__form-row--footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .communities .wpcf7-form .communities__form-row--footer {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
.communities .wpcf7-form .communities__checkbox {
  display: flex;
  align-items: center;
  gap: 0;
  cursor: pointer;
  flex-wrap: nowrap;
}
.communities .wpcf7-form .communities__checkbox p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .communities .wpcf7-form .communities__checkbox p {
    font-size: 14px;
    white-space: normal;
    flex-wrap: wrap;
  }
}
.communities .wpcf7-form .communities__checkbox .wpcf7-form-control-wrap {
  display: inline-flex;
  align-items: center;
  order: -1;
  margin-right: 12px;
}
.communities .wpcf7-form .communities__checkbox .wpcf7-acceptance {
  display: inline-flex;
}
.communities .wpcf7-form .communities__checkbox .wpcf7-list-item {
  margin: 0;
  display: inline-flex;
}
.communities .wpcf7-form .communities__checkbox input[type=checkbox] {
  appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 2px solid #00FC00;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease;
  margin: 0;
}
.communities .wpcf7-form .communities__checkbox input[type=checkbox]:checked {
  background: #00FC00;
}
.communities .wpcf7-form .communities__checkbox input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0000B3;
  font-size: 14px;
  font-weight: bold;
}
.communities .wpcf7-form .communities__checkbox a {
  color: #00FC00;
  text-decoration: underline;
  white-space: nowrap;
  flex-shrink: 0;
}
.communities .wpcf7-form .communities__checkbox a:hover {
  color: #fff;
}
.communities .wpcf7-form .communities__form-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}
.communities .wpcf7-form .communities__form-actions p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .communities .wpcf7-form .communities__form-actions {
    width: 100%;
    justify-content: space-between;
  }
}
.communities .wpcf7-form .communities__file-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: rgba(103, 115, 255, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.communities .wpcf7-form .communities__file-btn .material-icons {
  font-size: 28px;
  color: #fff;
}
.communities .wpcf7-form .communities__file-btn:hover {
  background: rgba(103, 115, 255, 0.6);
  transform: scale(1.05);
}
.communities .wpcf7-form input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.communities .wpcf7-form input[type=submit],
.communities .wpcf7-form .wpcf7-submit {
  position: relative;
  padding: 18px 80px;
  background: rgba(103, 115, 255, 0.8);
  border: none;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.communities .wpcf7-form input[type=submit]:hover,
.communities .wpcf7-form .wpcf7-submit:hover {
  background: rgb(103, 115, 255);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(103, 115, 255, 0.5);
}
@media (max-width: 768px) {
  .communities .wpcf7-form input[type=submit],
  .communities .wpcf7-form .wpcf7-submit {
    padding: 16px 60px;
    font-size: 18px;
  }
}
.communities .wpcf7-form .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 14px;
  margin-top: 8px;
}
.communities .wpcf7-form .wpcf7-response-output {
  margin-top: 30px;
  padding: 15px;
  border-radius: 10px;
  font-weight: 600;
}
.communities .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: rgba(0, 255, 127, 0.2);
  color: #00FC00;
  border: 2px solid #00FC00;
}
.communities .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  background: rgba(255, 107, 107, 0.2);
  color: #ff6b6b;
  border: 2px solid #ff6b6b;
}
.communities .wpcf7-form .wpcf7-spinner {
  display: none;
}

.communities-about {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .communities-about {
    padding: 60px 0;
  }
}
.communities-about__img {
  margin-bottom: 40px;
  overflow: hidden;
}
.communities-about__img img {
  width: 100%;
  height: auto;
  display: block;
}
.communities-about__desc {
  color: #000;
  font-size: 18px;
  line-height: 1.8;
}
.communities-about__desc p {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .communities-about__desc {
    font-size: 16px;
  }
}

.swiper {
  width: 100%;
}

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

.swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.swiper-pagination {
  bottom: 20px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #00FC00;
  width: 30px;
  border-radius: 6px;
}

.happening-next__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.happening-next__meta {
  margin-top: auto;
}

.comunities-events {
  background: linear-gradient(200deg, #060638 0%, #04044C 20%, #01016F 55%, #0000F8 100%);
  padding: 80px 0;
}
@media (max-width: 768px) {
  .comunities-events {
    padding: 60px 0;
  }
}

.mission-logos .wpcf7-form input::placeholder,
.mission-logos .wpcf7-form textarea::placeholder,
.mission-logos .wpcf7-form select::placeholder {
  color: #B9F9FB !important;
  opacity: 1;
}

.academy-hero {
  position: relative;
  min-height: 700px;
  padding: 100px 0;
  background: url("../img/banner_academy.jpg") center center/cover no-repeat;
  overflow: hidden;
}
@media (max-width: 768px) {
  .academy-hero {
    min-height: 600px;
    padding: 60px 0;
  }
}
.academy-hero .grid-container {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .academy-hero__content {
    margin-bottom: 40px;
  }
}
.academy-hero__title {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .academy-hero__title {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .academy-hero__title {
    font-size: 32px;
    margin-top: 30px;
  }
}
.academy-hero__title--highlight {
  position: relative;
  display: inline-block;
}
.academy-hero__title--highlight::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 0;
  width: 88px;
  height: 16px;
  background: #FF00FF;
  border-radius: 4px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .academy-hero__title--highlight::after {
    width: 120px;
    height: 14px;
  }
}
@media (max-width: 768px) {
  .academy-hero__title--highlight::after {
    height: 12px;
    width: 50px;
    bottom: -15px;
    border-radius: 0;
  }
}
.academy-hero__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  color: #B9F9FB;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .academy-hero__subtitle {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.academy-hero__stats {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .academy-hero__stats {
    gap: 20px;
    justify-content: center;
  }
}
.academy-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.academy-hero__stat-number {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.academy-hero__stat-number--green {
  color: #00FC00;
}
@media (max-width: 768px) {
  .academy-hero__stat-number {
    font-size: 20px;
  }
}
.academy-hero__stat-label {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  opacity: 0.9;
}
.academy-hero__stat-label--green {
  color: #00FC00;
}
@media (max-width: 768px) {
  .academy-hero__stat-label {
    font-size: 16px;
  }
}
.academy-hero__images {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.academy-hero__images img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .academy-hero__images img {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .academy-hero__images {
    margin-top: 40px;
  }
}
.academy-hero__icon {
  position: absolute;
}
.academy-hero__icon--plus {
  top: -30px;
  right: -30px;
  width: 80px;
  height: 80px;
  background: #00FC00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 252, 0, 0.5);
}
.academy-hero__icon--plus .material-icons {
  font-size: 40px;
  color: #0F275D;
  font-weight: bold;
}
@media (max-width: 768px) {
  .academy-hero__icon--plus {
    width: 60px;
    height: 60px;
    top: -20px;
    right: -20px;
  }
  .academy-hero__icon--plus .material-icons {
    font-size: 30px;
  }
}
.academy-hero__badge {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 180px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .academy-hero__badge {
    width: 120px;
    height: 60px;
    bottom: -20px;
    right: -20px;
  }
}
.academy-hero__badge-gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #00FC00 0%, #0004F8 100%);
}

.academy-content {
  background: #fff;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .academy-content {
    padding: 60px 0;
  }
}
.academy-content__wrapper {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 768px) {
  .academy-content__wrapper {
    font-size: 16px;
  }
}
.academy-content__wrapper h2, .academy-content__wrapper h3, .academy-content__wrapper h4 {
  font-weight: 700;
  color: #0F275D;
  margin-top: 40px;
  margin-bottom: 20px;
}
.academy-content__wrapper h2:first-child, .academy-content__wrapper h3:first-child, .academy-content__wrapper h4:first-child {
  margin-top: 0;
}
.academy-content__wrapper h2 {
  font-size: 40px;
}
@media (max-width: 768px) {
  .academy-content__wrapper h2 {
    font-size: 28px;
  }
}
.academy-content__wrapper h3 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .academy-content__wrapper h3 {
    font-size: 24px;
  }
}
.academy-content__wrapper h4 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .academy-content__wrapper h4 {
    font-size: 20px;
  }
}
.academy-content__wrapper p {
  margin-bottom: 20px;
}
.academy-content__wrapper p:last-child {
  margin-bottom: 0;
}
.academy-content__wrapper strong {
  font-weight: 700;
  color: #0F275D;
}
.academy-content__wrapper em {
  font-style: italic;
  color: #00FC00;
}
.academy-content__wrapper a {
  color: #0004F8;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.academy-content__wrapper a:hover {
  color: #00FC00;
}
.academy-content__wrapper ul, .academy-content__wrapper ol {
  margin: 20px 0 20px 30px;
}
.academy-content__wrapper ul li, .academy-content__wrapper ol li {
  margin-bottom: 10px;
}
.academy-content__wrapper ul li:last-child, .academy-content__wrapper ol li:last-child {
  margin-bottom: 0;
}
.academy-content__wrapper ul {
  list-style: disc;
}
.academy-content__wrapper ul li::marker {
  color: #00FC00;
}
.academy-content__wrapper ol {
  list-style: decimal;
}
.academy-content__wrapper ol li::marker {
  color: #0004F8;
  font-weight: 700;
}
.academy-content__wrapper blockquote {
  border-left: 4px solid #00FC00;
  padding: 20px 30px;
  margin: 30px 0;
  background: rgba(0, 252, 0, 0.05);
  border-radius: 0 10px 10px 0;
  font-style: italic;
  color: #555;
}
.academy-content__wrapper blockquote p {
  margin-bottom: 0;
}
.academy-content__wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.academy-content__wrapper .wp-block-image {
  margin: 30px 0;
}
.academy-content__wrapper .wp-block-image figcaption {
  text-align: center;
  font-size: 14px;
  color: #777;
  margin-top: 10px;
  font-style: italic;
}
.academy-content__wrapper .wp-block-button {
  margin: 30px 0;
}
.academy-content__wrapper .wp-block-button__link {
  display: inline-block;
  padding: 15px 40px;
  background: #0004F8;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.academy-content__wrapper .wp-block-button__link:hover {
  background: #00FC00;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 252, 0, 0.3);
}
.academy-content__wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
.academy-content__wrapper table th, .academy-content__wrapper table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}
.academy-content__wrapper table th {
  background: #0F275D;
  color: #fff;
  font-weight: 700;
}
.academy-content__wrapper table tbody tr:hover {
  background: rgba(0, 252, 0, 0.05);
}
.academy-content__wrapper code {
  background: #f5f5f5;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  color: #e83e8c;
}
.academy-content__wrapper pre {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  overflow-x: auto;
  margin: 30px 0;
}
.academy-content__wrapper pre code {
  background: none;
  padding: 0;
  color: #333;
}

.business-next {
  position: relative;
  background: linear-gradient(180deg, #0A0A23 0%, #1a0a2e 100%);
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .business-next {
    padding: 60px 0;
  }
}
.business-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 49.5%, rgba(0, 255, 255, 0.1) 49.5%, rgba(0, 255, 255, 0.1) 50%);
  z-index: 1;
  pointer-events: none;
}
.business-next .grid-container {
  position: relative;
  z-index: 2;
}
.business-next__title {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 60px;
  text-align: left;
}
@media (max-width: 1024px) {
  .business-next__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .business-next__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.business-next__title span {
  color: #00FC00;
}

.business-swiper {
  position: relative;
  padding: 20px 0 60px;
  overflow: visible;
}
.business-swiper .swiper-wrapper {
  align-items: stretch;
}
.business-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.business-swiper .swiper-pagination {
  bottom: 0;
}
.business-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.3s ease;
}
.business-swiper .swiper-pagination-bullet-active {
  background: #00FC00;
  width: 30px;
  border-radius: 6px;
}
.business-swiper .swiper-button-next,
.business-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.business-swiper .swiper-button-next::after,
.business-swiper .swiper-button-prev::after {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.business-swiper .swiper-button-next:hover,
.business-swiper .swiper-button-prev:hover {
  background: #00FC00;
  border-color: #00FC00;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .business-swiper .swiper-button-next,
  .business-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .business-swiper .swiper-button-next::after,
  .business-swiper .swiper-button-prev::after {
    font-size: 16px;
  }
}

.business-next__card {
  background: #EA3323;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  padding: 35px 35px 25px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .business-next__card {
    padding: 40px 30px;
    border-radius: 30px;
  }
}
.business-next__card:hover::before {
  opacity: 1;
}

.business-next__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.business-next__card-title {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 768px) {
  .business-next__card-title {
    font-size: 26px;
  }
}
.business-next__card-title p {
  font-size: 16px;
  font-weight: 300;
}

.business-next__course-type {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .business-next__course-type {
    font-size: 14px;
  }
}

.business-next__description {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 20px;
  flex: 1;
}
@media (max-width: 768px) {
  .business-next__description {
    font-size: 15px;
  }
}

.business-next__meta {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: auto;
  padding-top: 20px;
}

.business-next__meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 768px) {
  .business-next__meta-item {
    font-size: 14px;
  }
}
.business-next__meta-item .material-icons {
  font-size: 20px;
  color: #000;
}
@media (max-width: 768px) {
  .business-next__meta-item .material-icons {
    font-size: 18px;
  }
}

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

.business-next__btn {
  display: inline-block;
  position: relative;
  padding: 18px 60px;
  background: transparent;
  border: none;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s;
  text-decoration: none;
  margin-top: 25px;
}
.business-next__btn::before, .business-next__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
}
.business-next__btn::before {
  background: #fff;
  z-index: -2;
  color: #FF0000;
}
.business-next__btn::after {
  background: #000;
  z-index: -1;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(1);
  transform-origin: left;
}
.business-next__btn:hover {
  color: #000;
}
.business-next__btn:hover::after {
  transform: scaleX(0);
}
.business-next__btn:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .business-next__btn {
    padding: 16px 50px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .business-next__btn {
    padding: 14px 40px;
    font-size: 16px;
  }
}

.academy-about {
  position: relative;
  background: linear-gradient(180deg, #060638 0%, #04044C 20%, #01016F 55%, #0000F8 100%);
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .academy-about {
    padding: 60px 0;
  }
}

.academy-about__image {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .academy-about__image {
    border-radius: 30px;
  }
}
.academy-about__image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.academy-about__image:hover img {
  transform: scale(1.05);
}

.academy-about__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1024px) {
  .academy-about__content {
    text-align: center;
  }
}

.academy-about__title {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .academy-about__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .academy-about__title {
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.academy-about__text {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.academy-about__text p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
@media (max-width: 768px) {
  .academy-about__text p {
    font-size: 16px;
    line-height: 1.6;
  }
}

.testimonials-academy__title {
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 80px 0 60px;
  text-align: center;
}
.testimonials-academy__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 127px;
  height: 16px;
  background: #00FC00;
  border-radius: 3px;
}
@media (max-width: 1024px) {
  .testimonials-academy__title {
    font-size: 40px;
    margin: 60px 0 40px;
  }
}
@media (max-width: 768px) {
  .testimonials-academy__title {
    font-size: 28px;
    margin: 40px 0 30px;
  }
}
.testimonials-academy__title--pink {
  color: #FF00FF;
}

.testimonials-academy__carousel {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 0;
  overflow: visible;
}
.testimonials-academy__carousel .swiper {
  overflow: visible;
}
.testimonials-academy__carousel .swiper-wrapper {
  align-items: stretch;
  overflow: visible;
  height: auto !important;
}
.testimonials-academy__carousel .swiper-slide {
  height: auto !important;
  display: flex;
  overflow: visible;
}

.testimonials-academy__card {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 40px;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .testimonials-academy__card {
    padding: 40px 30px;
    border-radius: 30px;
  }
}
.testimonials-academy__card p {
  color: #fff;
}

.testimonials-academy__image {
  margin-top: 30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
  flex-shrink: 0;
  background-color: white;
}
@media (max-width: 768px) {
  .testimonials-academy__image {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
}
.testimonials-academy__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-academy__course {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .testimonials-academy__course {
    font-size: 24px;
  }
}

.testimonials-academy__text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  flex: 0;
}
@media (max-width: 768px) {
  .testimonials-academy__text {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.testimonials-academy__name {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .testimonials-academy__name {
    font-size: 16px;
  }
}
.testimonials-academy__name--green {
  color: #00FC00;
  font-weight: 700;
}
.testimonials-academy__name--white {
  color: rgba(255, 255, 255, 0.9);
}

.testimonials-academy__company {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
@media (max-width: 768px) {
  .testimonials-academy__company {
    font-size: 14px;
  }
}

.testimonials-academy__navigation {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .testimonials-academy__navigation {
    margin-top: 30px;
  }
}

.testimonials-academy__arrow {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .testimonials-academy__arrow {
    width: 45px;
    height: 45px;
  }
}
.testimonials-academy__arrow:hover {
  background: #EA3323;
  border-color: #EA3323;
  transform: scale(1.1);
}
.testimonials-academy__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.testimonials-academy__arrow:disabled:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: scale(1);
}
.testimonials-academy__arrow svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .testimonials-academy__arrow svg {
    width: 20px;
    height: 20px;
  }
}

.testimonials-academy__course {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .testimonials-academy__course {
    font-size: 24px;
  }
}
.testimonials-academy__course--pink {
  color: #FF00FF;
}

.academy-business-courses {
  position: relative;
  background: url("../img/academy/background_business.jpg") center/cover no-repeat;
  padding: 20px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .academy-business-courses {
    padding: 20px 0;
  }
}
.academy-business-courses .grid-container {
  position: relative;
  z-index: 2;
}
.academy-business-courses__title {
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 60px;
  text-align: center;
}
.academy-business-courses__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 127px;
  height: 16px;
  background: #00FC00;
  border-radius: 3px;
}
@media (max-width: 1024px) {
  .academy-business-courses__title {
    font-size: 40px;
    margin: 60px 0 40px;
  }
}
@media (max-width: 768px) {
  .academy-business-courses__title {
    font-size: 28px;
    margin: 40px 0 30px;
  }
}
.academy-business-courses__title--pink {
  color: #FF00FF;
}

.academy-business-courses__coming-soon {
  display: inline-block;
  position: relative;
  padding: 150px 0;
}
@media (max-width: 768px) {
  .academy-business-courses__coming-soon {
    padding: 100px 0;
  }
}

.academy-business-courses__coming-soon-text {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  padding: 20px 70px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .academy-business-courses__coming-soon-text {
    font-size: 52px;
    padding: 25px 70px;
  }
}
@media (max-width: 768px) {
  .academy-business-courses__coming-soon-text {
    font-size: 36px;
    padding: 20px 50px;
    border-width: 2px;
  }
}
@media (max-width: 480px) {
  .academy-business-courses__coming-soon-text {
    font-size: 28px;
    padding: 16px 40px;
  }
}
.academy-business-courses__coming-soon-text--cyan {
  color: #00D9FF;
}

.academy-business {
  position: relative;
  background: linear-gradient(200deg, #EA3323 0%, #0C03A1 40%, #070758 100%);
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .academy-business {
    padding: 60px 0;
  }
}

.switch-banner {
  position: relative;
  min-height: 600px;
  padding: 80px 0 0;
  background: linear-gradient(8deg, #0A0A23 0%, #0A0A23 20%, #EA3323 100%);
  overflow: hidden;
}
@media (max-width: 768px) {
  .switch-banner {
    min-height: auto;
    padding: 100px 0 0;
  }
}
.switch-banner .grid-container {
  position: relative;
  z-index: 2;
}
.switch-banner__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 300px;
}
@media (max-width: 1024px) {
  .switch-banner__header {
    min-height: auto;
  }
}
.switch-banner__label {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .switch-banner__label {
    font-size: 16px;
  }
}
.switch-banner__title {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin: 0;
}
@media (max-width: 1024px) {
  .switch-banner__title {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .switch-banner__title {
    font-size: 42px;
  }
}
.switch-banner__bracket {
  color: #fff;
  font-weight: 400;
}
.switch-banner__image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .switch-banner__image {
    min-height: auto;
  }
}
.switch-banner__image img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 250px;
  width: auto;
}
@media (max-width: 768px) {
  .switch-banner__image img {
    max-width: 100%;
  }
}
.switch-banner__info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 0;
  margin-bottom: 60px;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .switch-banner__info-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .switch-banner__info-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
.switch-banner__info-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.switch-banner__info-item:nth-child(4n) {
  border-right: none;
}
@media (max-width: 1024px) {
  .switch-banner__info-item:nth-child(4n) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 1024px) {
  .switch-banner__info-item:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 640px) {
  .switch-banner__info-item {
    border-right: none;
    padding-right: 0;
  }
}
.switch-banner__info-label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
}
.switch-banner__info-value {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.switch-banner__info-value--green {
  color: #00FC00;
}
@media (max-width: 768px) {
  .switch-banner__info-value {
    font-size: 18px;
  }
}
.switch-banner__cta {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .switch-banner__cta {
    margin-top: 10px;
  }
}
.switch-banner__btn--disabled {
  display: inline-block;
  padding: 15px 40px;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s;
  background: #666;
  color: #fff;
  cursor: not-allowed;
}
.switch-banner__btn--disabled:hover {
  transform: none;
  background: #666;
}
.switch-banner__cta a {
  display: inline-block;
  position: relative;
  padding: 18px 60px;
  background: transparent;
  border: none;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s;
  text-decoration: none;
}
.switch-banner__cta a::before, .switch-banner__cta a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
}
.switch-banner__cta a::before {
  background: #00FC00;
  z-index: -2;
}
.switch-banner__cta a::after {
  background: #FF0000;
  z-index: -1;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(1);
  transform-origin: left;
}
.switch-banner__cta a:hover {
  color: #fff;
}
.switch-banner__cta a:hover::after {
  transform: scaleX(0);
}
.switch-banner__cta a:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .switch-banner__cta a {
    padding: 16px 50px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .switch-banner__cta a {
    padding: 14px 40px;
    font-size: 16px;
  }
}

#switch {
  position: relative;
  background: linear-gradient(20deg, #FF0000 0%, #0A0A23 35%, #0A0A23 100%);
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  #switch {
    padding: 60px 0;
  }
}
#switch .grid-container {
  position: relative;
  z-index: 2;
}

.switch__question {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .switch__question {
    margin-bottom: 60px;
  }
}
.switch__question:last-of-type {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .switch__question:last-of-type {
    margin-bottom: 80px;
  }
}

.switch__question-title {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .switch__question-title {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .switch__question-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.switch__question-title--red {
  color: #EA3323;
}

.switch__question-text {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
@media (max-width: 768px) {
  .switch__question-text {
    font-size: 16px;
  }
}

.switch__section-title {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 60px;
  text-align: left;
}
@media (max-width: 1024px) {
  .switch__section-title {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .switch__section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.switch__section-title--red {
  color: #EA3323;
}

.objectives-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 768px) {
  .objectives-list {
    gap: 20px;
  }
}

.objectives-list__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 768px) {
  .objectives-list__item {
    gap: 15px;
  }
}

.objectives-list__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .objectives-list__icon {
    width: 28px;
    height: 28px;
  }
}
.objectives-list__icon svg {
  width: 100%;
  height: 100%;
}
.objectives-list__icon svg path {
  stroke: #7FFF00;
}

.objectives-list__text {
  flex: 1;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .objectives-list__text {
    font-size: 16px;
  }
}

#calendar {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  #calendar {
    padding: 60px 0;
  }
}
#calendar .grid-container {
  position: relative;
  z-index: 2;
}

.calendar__title {
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-top: 100px;
  margin-bottom: 80px;
  text-align: left;
}
@media (max-width: 1024px) {
  .calendar__title {
    font-size: 48px;
    margin-bottom: 60px;
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .calendar__title {
    font-size: 36px;
    margin-bottom: 40px;
    margin-top: 50px;
  }
}
.calendar__title--red {
  color: #EA3323;
}

.calendar__timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 5px;
  align-items: start;
}
@media (max-width: 768px) {
  .calendar__timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .calendar__timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.calendar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .calendar__item {
    gap: 15px;
  }
}
.calendar__item--odd {
  justify-content: flex-start;
}
.calendar__item--odd .calendar__number-wrapper {
  order: 0;
}
.calendar__item--odd .calendar__info {
  order: 1;
}
.calendar__item--even {
  justify-content: flex-start;
}
.calendar__item--even .calendar__info {
  order: 0;
}
.calendar__item--even .calendar__number-wrapper {
  order: 1;
}

.calendar__number-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
}

.calendar__number {
  width: 100%;
  aspect-ratio: 1;
  max-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .calendar__number {
    font-size: 60px;
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .calendar__number {
    font-size: 40px;
    max-width: 100px;
    border-radius: 25px;
  }
}

.calendar__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  width: 100%;
}

.calendar__step-title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 768px) {
  .calendar__step-title {
    font-size: 16px;
  }
}

.calendar__dates {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #00FC00;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 768px) {
  .calendar__dates {
    font-size: 13px;
  }
}

#program {
  position: relative;
  background: #FFFFFF;
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  #program {
    padding: 60px 0;
  }
}
#program .grid-container {
  position: relative;
  z-index: 2;
}

.program__title {
  font-family: "Roboto", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  color: #EA3323;
  margin-bottom: 40px;
  text-align: left;
}
@media (max-width: 1024px) {
  .program__title {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .program__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.program__title--red {
  color: #EA3323;
}

.program__description {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .program__description {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.program__description p {
  margin-bottom: 20px;
}
.program__description p:last-child {
  margin-bottom: 0;
}

.program__modules {
  background: #1a1a2e;
  border-radius: 40px;
  padding: 60px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .program__modules {
    padding: 40px 30px;
    border-radius: 30px;
    margin-bottom: 30px;
  }
}

.program__module {
  color: #fff;
  margin-bottom: 40px;
}
.program__module:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .program__module {
    margin-bottom: 30px;
  }
}

.program__module-title {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .program__module-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.program__module-title sup {
  font-size: 0.6em;
  color: #EA3323;
  font-weight: 700;
}

.program__module-number {
  color: #EA3323;
}

.program__module-text {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
@media (max-width: 768px) {
  .program__module-text {
    font-size: 16px;
  }
}

.program__cta {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.program__btn {
  display: inline-block;
  padding: 18px 60px;
  background: #EA3323;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(234, 51, 35, 0.4);
}
.program__btn:hover {
  background: #FF4444;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(234, 51, 35, 0.6);
}
@media (max-width: 768px) {
  .program__btn {
    padding: 16px 50px;
    font-size: 18px;
  }
}

#testimonials {
  position: relative;
  background: linear-gradient(180deg, #0A0A23 0%, #FF0000 100%);
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  #testimonials {
    padding: 60px 0;
  }
}
#testimonials .grid-container {
  position: relative;
  z-index: 2;
}

.testimonials__title {
  font-family: "Roboto", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 1024px) {
  .testimonials__title {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .testimonials__title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.testimonials__title--red {
  color: #EA3323;
}

.testimonials__carousel {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 0;
}
.testimonials__carousel .swiper-wrapper {
  align-items: stretch;
  overflow: visible;
}
.testimonials__carousel .swiper-slide {
  height: auto;
  display: flex;
}
.testimonials__carousel .swiper {
  overflow: visible;
}

.testimonials__card {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .testimonials__card {
    border-radius: 30px;
  }
}
.testimonials__card p {
  color: #fff;
  margin: 20px;
}

.testimonials__image {
  margin-top: 30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
  flex-shrink: 0;
  background-color: white;
}
@media (max-width: 768px) {
  .testimonials__image {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
}
.testimonials__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials__course {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 768px) {
  .testimonials__course {
    font-size: 24px;
  }
}
.testimonials__course--red {
  color: #EA3323;
}

.testimonials__text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  flex: 1;
}
@media (max-width: 768px) {
  .testimonials__text {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.testimonials__name {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .testimonials__name {
    font-size: 16px;
  }
}
.testimonials__name--green {
  color: #00FC00;
  font-weight: 700;
}
.testimonials__name--white {
  color: #fff;
  font-weight: 300;
}

.testimonials__company {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
@media (max-width: 768px) {
  .testimonials__company {
    font-size: 14px;
  }
}

.testimonials__navigation {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .testimonials__navigation {
    margin-top: 30px;
  }
}

.testimonials__arrow {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .testimonials__arrow {
    width: 45px;
    height: 45px;
  }
}
.testimonials__arrow:hover {
  background: #EA3323;
  border-color: #EA3323;
  transform: scale(1.1);
}
.testimonials__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.testimonials__arrow:disabled:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: scale(1);
}
.testimonials__arrow svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .testimonials__arrow svg {
    width: 20px;
    height: 20px;
  }
}

.related-courses__title {
  font-family: "Roboto", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 80px 0 60px;
  text-align: center;
}
@media (max-width: 1024px) {
  .related-courses__title {
    font-size: 44px;
    margin: 60px 0 40px;
  }
}
@media (max-width: 768px) {
  .related-courses__title {
    font-size: 36px;
    margin: 40px 0 30px;
  }
}
.related-courses__title--red {
  color: #EA3323;
}

.related-courses__carousel {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 0;
  overflow: visible;
}
.related-courses__carousel .swiper {
  overflow: visible;
}
.related-courses__carousel .swiper-wrapper {
  align-items: stretch;
  overflow: visible;
  height: auto !important;
}
.related-courses__carousel .swiper-slide {
  height: auto !important;
  display: flex;
  overflow: visible;
}

.related-courses__card {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .related-courses__card {
    padding: 40px 30px;
    border-radius: 30px;
    min-height: 250px;
  }
}
.related-courses__card:hover {
  background: rgba(0, 0, 0, 0.5);
}

.related-courses__content {
  margin-bottom: 30px;
}

.related-courses__name {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #EA3323;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .related-courses__name {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.related-courses__description {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
@media (max-width: 768px) {
  .related-courses__description {
    font-size: 15px;
  }
}

.related-courses__btn {
  display: inline-block;
  padding: 14px 40px;
  background: #EA3323;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  align-self: flex-start;
}
.related-courses__btn:hover {
  background: #FF4444;
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .related-courses__btn {
    padding: 12px 35px;
    font-size: 15px;
  }
}

.related-courses__navigation {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .related-courses__navigation {
    margin-top: 30px;
  }
}

.related-courses__arrow {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .related-courses__arrow {
    width: 45px;
    height: 45px;
  }
}
.related-courses__arrow:hover {
  background: #EA3323;
  border-color: #EA3323;
  transform: scale(1.1);
}
.related-courses__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.related-courses__arrow:disabled:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: scale(1);
}
.related-courses__arrow svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .related-courses__arrow svg {
    width: 20px;
    height: 20px;
  }
}

.partners-section {
  display: flex;
  margin: -100px auto 40px;
  /* MARGIN-BOTTOM: 40PX; */
  align-items: center;
  justify-content: center;
}

.partners {
  list-style: none;
  padding: 10px;
  margin: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100px;
  flex-direction: row;
  display: inline-flex;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(49px) brightness(1.29);
  -webkit-backdrop-filter: blur(49px) brightness(1.29);
}
.partners li {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.partners li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.partners li a:hover {
  opacity: 0.8;
}
.partners li img {
  max-height: 80px;
}

@media screen and (max-width: 768px) {
  .partners {
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  .partners {
    flex-direction: column;
    gap: 10px;
  }
  .partners li {
    width: 100%;
  }
}

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