/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-last {
        order: 13;
    }

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

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

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

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

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

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

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

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-last {
        order: 13;
    }

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

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

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

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

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

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

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

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-last {
        order: 13;
    }

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

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

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

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

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

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

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

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

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

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

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

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

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

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

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

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

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

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

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

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

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

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

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

@media print {
    .d-print-none {
        display: none !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

@font-face {
    font-family: "MMCruella400";
    src: url("../fonts/mm_fonts_-_mmcruella-400-webfont.woff2") format("woff2"), url("../fonts/mm_fonts_-_mmcruella-400-webfont.woff") format("woff"), url("../fonts/mm_fonts_-_mmcruella-400-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.font-cruella {
    font-family: "MMCruella400", "Source Sans Pro", sans-serif;
    font-weight: 300;
}

@font-face {
    font-family: "Sonder Slab";
    src: url("../fonts/SonderSlab-Black.woff2") format("woff2"), url("../fonts/SonderSlab-Black.woff") format("woff"), url("../fonts/SonderSlab-Black.svg#SonderSlab-Black") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Uni Sans";
    src: url("../fonts/UniSansSemiBold.woff2") format("woff2"), url("../fonts/UniSansSemiBold.woff") format("woff"), url("../fonts/UniSansSemiBold.svg#UniSansSemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Uni Sans Book";
    src: url("../fonts/Uni-Sans-Book.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tungsten-Bold";
    src: url("../fonts/Tungsten-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Tungsten-Bold.otf") format("opentype"), url("../fonts/Tungsten-Bold.woff") format("woff"), url("../fonts/Tungsten-Bold.ttf") format("truetype"), url("../fonts/Tungsten-Bold.svg#Tungsten-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AllerDisplay";
    src: url("../fonts/AllerDisplay.eot?#iefix") format("embedded-opentype"), url("../fonts/AllerDisplay.woff") format("woff"), url("../fonts/AllerDisplay.ttf") format("truetype"), url("../fonts/AllerDisplay.svg#AllerDisplay") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 32px;
    -webkit-text-size-adjust: none;
    background: #000;
    position: relative;
    color: #2b2b2b;
    /*    padding-top: 88px;*/
}

body.page-template {
    padding-top: 0;
}

html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind variants;

/*
  To change this license header, choose License Headers in Project Properties.
  To change this template file, choose Tools | Templates
  and open the template in the editor.
  */
/*
      Author     : Silviu Stefanescu
  */
/* COLORS */
.font-sonder {
    font-family: "Sonder Slab";
}

.gradient-2022,
.marquee--2022 marquee,
.tick--2022 li.current_page_item a,
.headline__gradient--1-2022 {
    background: linear-gradient(to right, #3a8bf8 0%, #9c41b7 51%, #fbad10 100%) !important;
}

.gradient-reverse-2022,
.slider-speakers__ctrl .btn-carousel,
.slider-speakers__controls .btn-carousel {
    background: linear-gradient(to right, #fbad10 0%, #9c41b7 30%, #3a8bf8 100%) !important;
}

.gradient-hover-2022 {
    background: linear-gradient(to right, #3a8bf8 20%, #9c41b7 71%, #fbad10 120%);
}

.container-840 {
    max-width: 840px;
}

.headline__gradient--2-2022 {
    background: linear-gradient(to right, #3a8bf8 0%, #9c41b7 51%, #fbad10 100%) !important;
}

.headline__gradient--3-2022 {
    background: linear-gradient(to right, #3a8bf8 20%, #9c41b7 71%, #fbad10 120%) !important;
    margin-right: 150px;
}

.ticket__cta--2022 {
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    max-width: none;
    min-width: 130px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 500px;
    background: linear-gradient(to right, #002776 0%, #4947e4 49%, #ee47ed 80%, #f68384 100%) !important;
}

.ticket__cta--2022:hover {
    background: linear-gradient(to right, #ee47ed 0%, #4947e4 49%, #002776 80%, #f68384 100%) !important;
}

.ticket__cta--2022-border {
    border: solid 3px transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #000 inset;
    color: #fff;
}

.tick--2022 .menu-childs-schedule {
    margin-top: 60px;
}

.tickets-wrap--2022 {
    background: linear-gradient(to right, #002776 0%, #4947e4 49%, #ee47ed 80%, #f68384 100%);
    padding: 10px 20px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.tickets-wrap--2022 .tickets-info {
    margin-top: 0;
    padding: 10px 0;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 500;
    font-size: 26px;
}

.tickets-wrap--2022 .tickets-info_prices {
    font-size: 40px;
}

.tickets-wrap__info-2022 {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 15px;
}

.container--tickets-2022 {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .container--tickets-2022 {
        padding-top: 0;
        padding-bottom: 70px;
    }
}

.container--tickets-2022 h3 {
    font-size: 30px;
    margin-bottom: 5px;
}

.container--hosts,
.container--topics {
    width: 100%;
}

.container--workshops {
    max-width: 1240px;
}

@media (min-width: 1024px) {
    .container--workshops {
        padding: 0 60px;
    }
}

.centered-content {
    display: flex;
    justify-content: center;
}

#hosts {
    padding-top: 50px;
}

span.tickets-info_prices--fees {
    line-height: 120%;
}

.marquee--2022 {
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
}

.marquee--2022 marquee {
    background: linear-gradient(to right, #002776 0%, #4947e4 49%, #ee47ed 80%, #f68384 100%) !important;
}

.sponsor_subheadline--2022:first-child,
.topics-text {
    font-size: 26px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(13 71 252 / var(--tw-text-opacity));
    text-align: center;
}

.main-body--section {
    background-image: url("../images/2023-theme/backgrounds/bg-creativity-can-change.jpg");
    background-size: cover;
    background-position: top;
    background-position: right;
    background-repeat: no-repeat;
}

.tick--2022 li.current_page_item a {
    background: linear-gradient(to right, #009dc4 0%, #00db8e 51%, #c8d600 100%) !important;
}

.menu-childs-schedule {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.menu-childs-schedule li {
    margin-top: 20px;
    margin-bottom: 20px;
}

.menu-childs-schedule .page_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    color: #fff;
}

@media (min-width: 768px) {
    .menu-childs-schedule .page_item a {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.menu-childs-schedule .page_item a:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background: linear-gradient(to right, #002776 0%, #4947e4 49%, #ee47ed 80%, #f68384 100%) !important;
    padding: 8px 15px;
}

.menu-childs-schedule .page_item.current_page_item a {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background: linear-gradient(to right, #002776 0%, #4947e4 49%, #ee47ed 80%, #f68384 100%) !important;
    padding: 8px 18px;
}

body.page-template-pre2022 .logo {
    display: none !important;
}

@media (min-width: 1024px) {
    body.page-template-pre2022 .logo {
        position: absolute;
        right: 12%;
    }
}

@media (min-width: 1400px) {
    body.page-template-pre2022 .logo {
        margin-left: 430px;
        left: 50%;
    }
}

body.page-template-pre2022 footer {
    background: url(../images/2022-theme/pre-event/el-footer.png) center center no-repeat;
    background-size: 90% auto;
}

body.page-template-pre2022 footer .socials_contact .contact-mail--fuchsia {
    color: #d513cd;
    border-bottom-color: #d513cd;
}

body.page-template-pre2022 .custom-grads-top .layer .layer-main-text {
    margin-top: 20px;
    margin-left: 0;
}

@media (min-width: 1280px) {
    body.page-template-pre2022 .custom-grads-top .layer .layer-main-text {
        margin-top: 60px;
    }
}

@media (min-width: 576px) {
    body.page-template-pre2022 .header-elements {
        min-height: 105px;
    }
}

.custom-grads-top-event--pre-2022 {
    left: 0;
}

@media (max-width: 639px) {
    .custom-grads-top-event--pre-2022 {
        transform-origin: right top;
        left: 20px;
    }
}

@media (min-width: 1024px) {
    .custom-grads-top-event--pre-2022 {
        top: -20px;
    }
}

.banner-section--pre-event-2022 {
    background-image: url(../images/2022-theme/pre-event/header.jpg);
}

.banner-section--pre-event-2022 .header-graph {
    padding-top: 190px;
}

@media (min-width: 640px) {
    .banner-section--pre-event-2022 .header-graph {
        padding-top: 150px;
    }
}

@media (min-width: 768px) {
    .banner-section--pre-event-2022 .header-graph {
        padding-top: 40px;
    }
}

.pre-2022-date {
    font-size: 25px;
    color: #787878;
    margin-top: 20px;
}

.pre-2022-date span {
    color: #fff;
}

.pre-2022-date strong {
    font-weight: normal;
    color: #f69c0e;
}

@media screen and (min-width: 1024px) {
    .pre-2022-date {
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 30px;
        text-align: right;
        line-height: 1.5;
    }
}

.s-event {
    display: block;
}

.s-event--pre-2022 {
    padding-right: 0;
    margin-top: -140px;
}

@media (min-width: 768px) {
    .s-event--pre-2022 {
        margin-top: -260px;
    }
}

@media (min-width: 1024px) {
    .s-event--pre-2022 {
        margin-top: -380px;
    }
}

.s-event--pre-2022 .s-event__content_headline {
    display: inline-block;
}

.s-event__content--pre-2022 {
    max-width: none;
}

@media screen and (min-width: 1024px) {
    .s-event__content--pre-2022>h1 {
        font-size: 70px;
        padding-right: 200px;
    }
}

@media screen and (min-width: 1280px) {
    .s-event__content--pre-2022>h1 {
        font-size: 90px;
    }
}

@media screen and (min-width: 1536px) {
    .s-event__content--pre-2022>h1 {
        font-size: 100px;
    }
}

.s-event__info--pre-2022 {
    max-width: 1010px;
}

.tickets-wrap {
    background: linear-gradient(to left, #f69c0e 0%, #e613b7 50%, #802bff 100%);
}

.tickets-wrap--pre-2022 .tickets-info-text_mail a {
    color: #d713cb;
}

.pre-2022--spacer {
    height: 50px;
}

@media (min-width: 1024px) {
    .pre-2022--spacer {
        height: 100px;
    }
}

.sponsor_headline--pre-2022 {
    color: #00afda;
}

.sponsor_headline--pre-2022:after {
    background: #8bd929 !important;
}

.pre-2022--video-container {
    max-width: 840px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
}

.pre-2022--video-container iframe {
    margin: 0;
}

.main-body--section {
    background-color: #000000;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .main-body--section {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

.container-custom--sir {
    max-width: 1170px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}

.container--topics {
    max-width: 1170px;
    padding: 1px 20px 0 20px;
    margin: auto;
    color: #ffffff;
}

.content--2022 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.content--2022-img {
    width: 100%;
    padding-bottom: 20px;
}

@media (min-width: 1024px) {
    .content--2022-img {
        padding-right: 40px;
        width: 47%;
    }
}

.content--2022-text {
    color: #ffffff;
    line-height: 25px;
    width: 100%;
    text-align: center;
}

.content--2022-text p {
    font-size: 18px;
    margin-bottom: 15px;
}

@media (min-width: 1024px) {
    .content--2022-text {
        text-align: left;
        width: 53%;
    }

    .content--2022-text p {
        font-size: 20px;
    }
}

.content--2022-picture {
    width: 100%;
    margin: auto;
}

/* Accordion styles */
.tab-label--acc-2022 {
    display: flex;
    transition: all 0.5s;
    cursor: pointer;
    padding: 20px;
    align-items: center;
    position: relative;
}

.tab-label--acc-2022 strong {
    position: relative;
    z-index: 10;
}

.tab-label--acc-2022:before {
    width: 20px;
    height: 20px;
    transition: all 0.3s;
    margin-right: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
}

.tab-label--acc-2022:after {
    --tw-bg-opacity: 1;
    background-color: rgb(5 3 32 / var(--tw-bg-opacity));
    content: "";
    position: absolute;
    left: -5000px;
    right: -5000px;
    top: 0;
    bottom: 0;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
}

.tab-label--acc-2022-1:before {
    content: url("../images/2023-theme/icons/icon-acc-1.png");
}

.tab-label--acc-2022-2:before {
    content: url("../images/2023-theme/icons/icon-acc-2.png");
}

.tab-label--acc-2022-3:before,
.tab-label--acc-2022-6:before {
    content: url("../images/2023-theme/icons/icon-acc-3.png");
}

.tab-label--acc-2022-4:before {
    content: url("../images/2023-theme/icons/icon-acc-4.png");
}

.tab-label--acc-2022-5:before {
    content: url("../images/2023-theme/icons/icon-acc-5.png");
}

.tabs--acc-2022 {
    position: relative;
}

.tabs--acc-2022:after {
    --tw-bg-opacity: 1;
    background-color: rgb(5 3 32 / var(--tw-bg-opacity));
    content: "";
    position: absolute;
    left: -5000px;
    right: -5000px;
    top: 0;
    bottom: 0;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
}

.tabs--acc-2022:hover:after {
    opacity: 1;
}

.tab--acc-2022 {
    width: 100%;
    margin-top: -1px;
    position: relative;
    z-index: 10;
}

.tab--acc-2022:before,
.tab--acc-2022:after {
    content: "";
    z-index: 10;
    position: absolute;
    height: 1px;
    left: -5000px;
    right: -5000px;
    background: #949494;
}

.tab--acc-2022:before {
    top: 0;
}

.tab--acc-2022:after {
    bottom: 0;
}

.tab--acc-2022-content {
    max-height: 0;
    padding: 0 10px 0 90px;
    transition: all 0.5s;
    opacity: 0;
}

.tab--acc-2022-content__inner {
    position: relative;
    z-index: 10;
    padding: 0 0 20px;
}

.input--acc-2022 {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.input--acc-2022:hover+.tab-label--acc-2022:before {
    filter: brightness(0) invert(1);
}

.input--acc-2022:hover+.tab-label--acc-2022:after {
    opacity: 1;
}

.input--acc-2022:hover~.tab--acc-2022-content {
    max-height: 100vh;
    opacity: 1;
}

.text-section--button {
    margin-top: 20px;
}

.main-body--topics-2022 {
    overflow: hidden;
}

.sponsors--2022 {
    padding: 25px 20px 20px !important;
}

.sponsors--2022-presenting .sponsor_subheadline--2022 {
    display: none !important;
    color: #7bc929;
    margin-bottom: 20px;
}

.sponsors--2022-presenting .sponsor_subheadline--2022:first-child {
    display: block !important;
}

.sponsors--2022-presenting .sponsor_logos {
    display: none !important;
}

.sponsors--2022-presenting .sponsor_logos:nth-child(2) {
    display: flex !important;
}

.sponsors--2022-presenting .sponsor_logos img {
    max-height: 100px;
}

.new-headline--2022 {
    position: absolute;
    left: 20px;
    top: 20px;
    text-align: left;
    text-transform: uppercase;
}

.patronaj--2022 p {
    font-size: 10px;
    line-height: 1.3;
    margin-bottom: 5px;
    white-space: nowrap;
    margin-right: 20px;
}

.patronaj--2022 figure {
    margin: 0;
}

.patronaj--2022 img {
    max-width: 150px;
}

@media (min-width: 640px) {
    .patronaj--2022 {
        display: flex;
    }

    .patronaj--2022 p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .patronaj--2022 img {
        max-width: 200px;
    }
}

.marquee--2022 {
    position: relative;
    height: 40px;
    background: #000;
}

.marquee--2022 marquee {
    position: relative;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    cursor: default;
}

.section-tickets-home--2022 {
    background-color: #000;
    padding: 30px 0;
}

@media (min-width: 768px) {
    .section-tickets-home--2022 {
        padding: 50px 0;
    }
}

.section-tickets-home--2022 .container--tickets-2022 {
    padding-top: 0;
    padding-bottom: 0;
}

.section-tickets-home--2022 .container--tickets-2022 p {
    margin-bottom: 0;
}

#workshops {
    padding-bottom: 50px;
    overflow: hidden;
}

#workshops p {
    max-width: 45rem;
    align-self: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
}

@media (max-width: 767px) {
    #workshops p {
        padding: 0;
    }
}

#workshops .workshops__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 60px auto 0px;
}

#workshops .workshops__link {
    color: #0d47fc;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
}

#workshops .workshops__link:hover {
    color: #2a5efb;
}

#workshops .workshops__heading {
    font-family: "Sonder Slab";
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    background: #002776;
    background: linear-gradient(45deg, #3284fa 0%, #7e47c8 50%, #c25689 65%, #e38546 75%, #fbac11 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
    #workshops .workshops__heading {
        font-size: 36px;
    }
}

#workshops .workshops-header__circle--1,
#workshops .workshops-header__circle--2 {
    position: absolute;
}

#workshops .workshops-header__circle--1 {
    top: -125%;
    left: -10%;
    animation-duration: 4s;
    animation-name: floatWorkshops;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
}

@media (max-width: 767px) {
    #workshops .workshops-header__circle--1 {
        top: -75%;
        left: -40%;
    }
}

#workshops .workshops-header__circle--2 {
    bottom: 125%;
    right: -10%;
    animation-duration: 8s;
    animation-name: floatWorkshops;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
}

@media (max-width: 767px) {
    #workshops .workshops-header__circle--2 {
        bottom: 120%;
        right: -70%;
    }
}

.workshops-tpl {
    padding-top: 50px;
}

.workshops-tpl__circle--1,
.workshops-tpl__circle--2 {
    position: absolute;
}

.workshops-tpl__circle--1 {
    top: -8%;
    left: -10%;
    animation-duration: 4s;
    animation-name: floatWorkshops;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
}

@media (max-width: 1024px) {
    .workshops-tpl__circle--1 {
        top: -7%;
        left: -20%;
    }
}

@media (max-width: 767px) {
    .workshops-tpl__circle--1 {
        top: -4%;
        left: -40%;
    }
}

.workshops-tpl__circle--2 {
    top: -6%;
    right: -10%;
    animation-duration: 8s;
    animation-name: floatWorkshops;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
}

@media (max-width: 1024px) {
    .workshops-tpl__circle--2 {
        top: -7%;
        right: -7%;
    }
}

@media (max-width: 767px) {
    .workshops-tpl__circle--2 {
        top: -3%;
        right: -55%;
    }
}

.workshops-tpl__heading {
    font-family: "Sonder Slab";
    padding-bottom: 20px;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    background: #002776;
    background: linear-gradient(45deg, #3284fa 0%, #7e47c8 50%, #c25689 65%, #e38546 75%, #fbac11 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
    .workshops-tpl__heading {
        font-size: 36px;
    }
}

.workshops-tpl .tick-header {
    padding: 120px 0 60px;
    text-align: center;
}

.workshops-tpl article {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px 0 75px;
}

@media (min-width: 1024px) {
    .workshops-tpl article {
        flex-direction: row;
    }

    .workshops-tpl article:nth-of-type(even) {
        flex-direction: row-reverse;
    }

    .workshops-tpl article:nth-of-type(even) .workshop-item-2021__copy {
        padding: 0 50px 0 0;
    }
}

.workshops-tpl article .workshop-item-2021__image {
    transform: scale(1.1);
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .workshops-tpl article .workshop-item-2021__image {
        margin-bottom: 50px;
        transform: scale(1.2);
    }

    .workshops-tpl article .workshop-item-2021__copy {
        padding-left: 50px;
    }
}

.workshops-tpl article .workshop-item-2021__copy h2,
.workshops-tpl article .workshop-item-2021__copy h3,
.workshops-tpl article .workshop-item-2021__copy h5 {
    margin-bottom: 20px;
}

.workshops-tpl article .workshop-item-2021__copy h2 {
    color: #0d47fc;
    font-size: 40px;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .workshops-tpl article .workshop-item-2021__copy h2 {
        text-align: center;
    }
}

.workshops-tpl article .workshop-item-2021__copy h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.workshops-tpl article .workshop-item-2021__copy h4 {
    color: #ffffff;
    font-size: 28px;
    text-transform: uppercase;
}

.workshops-tpl article .workshop-item-2021__copy h5 {
    color: #7bc929;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
}

@media (min-width: 1024px) {
    .workshops-tpl article .workshop-item-2021__copy h5 {
        text-align: left;
    }
}

.workshops-tpl article .workshop-item-2021__copy p {
    color: #ffffff;
    font-size: 20px;
}

.workshops-tpl .workshop-agenda__row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
}

.workshops-tpl .workshop-agenda__row:nth-child(odd) {
    background: linear-gradient(45deg, #3284fa 0%, #7e47c8 50%, #c25689 65%, #e38546 75%, #fbac11 100%);
}

.workshops-tpl .workshop-agenda__row p {
    font-size: 18px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .workshops-tpl .workshop-agenda__row p {
        font-size: 20px;
    }
}

.workshops-tpl .workshop-agenda__row p:first-of-type {
    width: 66.666667%;
    padding-right: 25px;
}

.workshop-item-2021__copy h2 {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .workshop-item-2021__copy h2 {
        text-align: left !important;
    }
}

@keyframes floatWorkshops {
    from {
        transform: scale(0.7) translate(1px, 1px) rotate3d(0, 0, 1, 135deg);
    }

    to {
        transform: scale(0.75) translate(-10px, -10px) rotate3d(0, 0, 1, 135deg);
    }
}

@media screen and (min-width: 760px) {
    @keyframes floatWorkshops {
        from {
            transform: scale(1) translate(1px, 1px) rotate3d(0, 0, 1, 135deg);
        }

        to {
            transform: scale(1.1) translate(10px, 10px) rotate3d(0, 0, 1, 135deg);
        }
    }
}

.slider-sws .slide img {
    margin-right: auto;
    margin-left: auto;
}

.lh0 {
    line-height: 0;
}

.headline-anim {
    overflow: hidden;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    width: 90px;
}

.headline-anim span {
    opacity: 0;
    position: relative;
    right: -50px;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-name: hanim-span;
}

.headline-anim--1 {
    animation-name: hanim--1;
    animation-delay: 0.5s;
}

.headline-anim--1 span {
    animation-delay: 0.7s;
}

.headline-anim--2 {
    animation-name: hanim--2;
    animation-duration: 0.6s;
    animation-delay: 1s;
}

.headline-anim--2 span {
    animation-duration: 0.6s;
    animation-delay: 1.2s;
}

.headline-anim--3 {
    animation-name: hanim--3;
    animation-delay: 1.5s;
}

.headline-anim--3 span {
    animation-delay: 1.7s;
}

@keyframes hanim--1 {
    80% {
        width: 360px;
    }

    100% {
        width: 350px;
    }
}

@keyframes hanim--2 {
    80% {
        width: 102px;
    }

    100% {
        width: 100px;
    }
}

@keyframes hanim--3 {
    80% {
        width: 255px;
    }

    100% {
        width: 250px;
    }
}

@keyframes hanim-span {
    100% {
        opacity: 1;
        right: 0;
    }
}

.banner_section {
    display: flex;
    min-height: 80vh;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background-image: url("/wp-content/themes/IAA_2023/assets/images/2023-theme/backgrounds/bg-hero.jpg");
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
    .banner_section {
        min-height: 600px;
    }
}

@media (min-width: 1024px) {
    .banner_section {
        max-height: 550px;
        min-height: 550px;
    }
}

.banner_section .header__nav {
    position: relative;
    z-index: 100;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    align-self: flex-start;
    justify-self: start;
    padding: 20px;
}

@media (min-width: 768px) {
    .banner_section .header__nav {
        align-items: center;
    }
}

.banner_section .header__nav .left,
.banner_section .header__nav .right {
    position: relative;
    width: 50%;
}

.banner_section .header__nav .new-headline--2022 {
    position: relative;
    inset: 0;
}

.banner_section .header-graph {
    min-height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    justify-self: start;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    margin-top: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .banner_section .header-graph {
        padding-top: 0;
    }
}

@media (min-width: 1024px) {
    .banner_section .header-graph {
        margin-top: -30px;
    }
}

@media (min-width: 1280px) {
    .banner_section .header-graph {
        margin-top: -60px;
    }
}

.banner_section .header-graph .hero__intro--1 {
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(233 189 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .banner_section .header-graph .hero__intro--1 {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    .banner_section .header-graph .hero__intro--1 {
        font-size: 40px;
    }
}

.banner_section .header-graph .hero__intro--2 {
    padding-top: 10px;
    font-family: "Sonder Slab", sans-serif;
    font-size: 40px;
    line-height: 100%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-align: center;
    color: #fff;
    font-family: "Sonder Slab";
}

@media (min-width: 768px) {
    .banner_section .header-graph .hero__intro--2 {
        font-size: 50px;
    }
}

@media (min-width: 1024px) {
    .banner_section .header-graph .hero__intro--2 {
        font-size: 60px;
    }
}

@media (min-width: 1280px) {
    .banner_section .header-graph .hero__intro--2 {
        font-size: 82px;
    }
}

.banner_section .header-graph .hero__intro--2 {
    background: linear-gradient(45deg, #3284fa 0%, #7e47c8 50%, #c25689 65%, #e38546 75%, #fbac11 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_section .header-graph .hero__intro--3 {
    margin-top: -15px;
    padding-top: 20px;
    font-size: 20px;
    line-height: 120%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-align: center;
    color: #fff;
}

@media (min-width: 768px) {
    .banner_section .header-graph .hero__intro--3 {
        font-size: 26px;
    }
}

.banner_section .header-graph .hero__intro--3 {
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}

.banner_section .paraWrapper--2022 {
    pointer-events: none;
    inset: 0;
    display: block;
}

.banner_section .paraWrapper--2022 img {
    position: absolute;
    margin: 0;
}

body.page-template-edition-2023 .main-heading.banner_section .paraWrapper--2022 img {
    display: none !important;
}

.banner_section .paraWrapper--2022 img {
    animation-name: float;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
}

.banner_section .paraWrapper--2022 img:first-child {
    bottom: -25%;
    left: -75%;
    display: none;
    margin: 0;
}

@media (min-width: 768px) {
    .banner_section .paraWrapper--2022 img:first-child {
        bottom: 20%;
        left: -15%;
    }
}

@media (min-width: 1024px) {
    .banner_section .paraWrapper--2022 img:first-child {
        left: -20%;
        display: block;
    }
}

@media (min-width: 1280px) {
    .banner_section .paraWrapper--2022 img:first-child {
        left: -15%;
    }
}

@media (min-width: 1536px) {
    .banner_section .paraWrapper--2022 img:first-child {
        left: -10%;
    }
}

.banner_section .paraWrapper--2022 img:first-child {
    animation-duration: 6s;
    animation-name: floatCircleLeft;
}

@media (min-width: 2000px) {
    .banner_section .paraWrapper--2022 img:first-child {
        left: -170px;
    }
}

.banner_section .paraWrapper--2022 img:nth-child(2) {
    top: -20%;
    right: -45%;
    margin: 0;
}

@media (min-width: 768px) {
    .banner_section .paraWrapper--2022 img:nth-child(2) {
        top: -25%;
        right: -10%;
    }
}

@media (min-width: 1536px) {
    .banner_section .paraWrapper--2022 img:nth-child(2) {
        right: -2%;
    }
}

.banner_section .paraWrapper--2022 img:nth-child(2) {
    animation-duration: 5s;
}

@media (max-width: 1024px) {
    .banner_section .paraWrapper--2022 {
        transform: none;
    }
}

.banner_section--inner-pages {
    max-height: 250px;
    min-height: 250px;
}

.banner_section--inner-pages .paraWrapper--2022 img:first-child {
    bottom: 5%;
    left: -5%;
}

@media (min-width: 2000px) {
    .banner_section--inner-pages .paraWrapper--2022 img:first-child {
        left: -170px;
    }
}

.banner_section--inner-pages .paraWrapper--2022 img:nth-child(2) {
    right: -2%;
    top: -6%;
}

.paraWrapper {
    position: absolute;
    top: -100px;
    z-index: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-right: auto;
    margin-left: auto;
}

body.page-template-edition-2023 .main-heading.paraWrapper {
    display: none !important;
}

@media (max-width: 1024px) {
    .paraWrapper {
        top: 60%;
        transform: translateY(-50%);
    }
}

.paraWrapper img:first-of-type {
    margin-top: -125px;
    margin-left: 400px;
    margin-right: -180px;
    z-index: 1;
    animation-duration: 4s;
    animation-name: float;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
}

@media (max-width: 767px) {
    .paraWrapper img:first-of-type {
        margin-left: 100px;
    }
}

.paraWrapper img:last-of-type {
    margin-top: -225px;
    margin-left: 0;
    margin-right: 0;
    z-index: 0;
    animation-duration: 8s;
    animation-name: float;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes float {
    from {
        transform: translate(18px, 15px) rotate3d(0, 0, 1, 3deg);
    }

    to {
        transform: translate(-28px, -55px) rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes floatCircleLeft {
    from {
        transform: scale(1.3) rotate(38deg) translate(18px, 15px) rotate3d(0, 0, 1, 3deg);
    }

    to {
        transform: scale(1.3) rotate(38deg) translate(-28px, -55px) rotate3d(0, 0, 1, 0deg);
    }
}

.hp-custom-grads-top {
    margin-top: -30px !important;
    transform-origin: top right !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 800px) {
    .hp-custom-grads-top {
        transform: scale(0.5) translateX(-150px) !important;
        margin-top: -60px !important;
    }
}

@media (min-width: 801px) {
    .hp-custom-grads-top {
        margin-top: 50px !important;
    }
}

@media (min-width: 991px) {
    .hp-custom-grads-top {
        margin-top: 60px !important;
    }
}

.hp-custom-grads-top .layer .layer-main-text {
    margin: 0 !important;
    right: -200px !important;
}

@media (min-width: 480px) {
    .hp-custom-grads-top .layer .layer-main-text {
        right: -350px !important;
    }
}

@media (min-width: 768px) {
    .hp-custom-grads-top .layer .layer-main-text {
        right: 0 !important;
    }
}

.custom-grads-top {
    position: relative !important;
    min-height: 100% !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    margin: 0 !important;
    padding: 0 !important;
}

.custom-grads-top .layer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.custom-grads-top .layer .layer-main-text {
    right: 0 !important;
}

.custom-grads-top .layer-no-par {
    top: 0 !important;
}

.custom-grads-top .layer-holder {
    display: flex;
    max-width: 200px;
    padding: 0;
}

@media (min-width: 768px) {
    .custom-grads-top .layer-holder {
        max-width: 330px;
    }
}

@media (min-width: 1024px) {
    .custom-grads-top .layer-holder {
        max-width: 370px;
    }
}

.custom-grads-top .layer-holder .layer-item {
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
}

@media (min-width: 768px) {
    .custom-grads-top .layer-holder .layer-item {
        height: 50px;
        font-size: 24px;
    }
}

.custom-grads-top .layer-holder .headline__gradient--3-2022 {
    margin: 0;
}

.custom-grads-top .headline__gradient--1-2022 {
    background: linear-gradient(to right, #1ab7fe 0%, #0868fe 51%, #0848fe 100%) !important;
}

.custom-grads-top .headline__gradient--2-2022 {
    background: linear-gradient(to right, #0847fe 0%, #173afa 51%, #1241fa 100%) !important;
}

.custom-grads-top .headline__gradient--3-2022 {
    background: linear-gradient(to right, #2837f2 0%, #7838c5 51%, #f4bb11 100%) !important;
}

.intro__animation {
    left: -50px;
    bottom: -100px;
    animation-name: float;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
    animation-duration: 6s;
}

section.spk {
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .spk {
        margin-top: 0;
    }
}

.spk-row {
    margin-top: 50px !important;
    justify-content: flex-start !important;
    padding-top: 10px;
}

.spk-row.hosts-row {
    justify-content: center !important;
}

@media (max-width: 1200px) {
    .spk-row {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .spk-row {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.spk-head {
    position: relative;
    display: flex !important;
    margin-top: 0 !important;
    min-height: 0 !important;
    align-items: center;
    justify-content: flex-start;
    width: 312px;
}

@media (min-width: 767px) and (max-width: 1024px) {
    .spk-head {
        width: 230px;
    }
}

@media (max-width: 767px) {
    .spk-head {
        margin-bottom: 30px;
    }
}

.spk-head-img {
    top: 0 !important;
    align-items: center;
    align-self: center;
    display: flex;
}

.spk-person {
    margin-bottom: 30px !important;
    height: 100% !important;
    width: auto;
    height: 400px;
    position: relative;
    background: #000;
}

.spk-person:hover {
    background: transparent;
}

.spk-person .box-image {
    position: absolute !important;
    display: flex !important;
    height: 100% !important;
    align-items: flex-end !important;
    justify-content: center !important;
}

body.page-template-edition-2023 .main-heading.spk-person .box-image {
    display: none !important;
}

.spk-person .box-image img {
    margin-top: 15px;
    transition: all 0.6s ease-in-out !important;
}

.spk-person .box-image::after {
    position: absolute;
    bottom: -35%;
    left: 0;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-content: "";
    content: var(--tw-content);
}

body.page-template-edition-2023 .main-heading.spk-person .box-image::after {
    display: none !important;
}

.spk-person .box-image::after {
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), black);
}

.spk-person .box-title {
    margin-top: 200px !important;
    width: 100% !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.spk-person .box-title small {
    font-weight: 300;
}

.spk-person:hover .box-image img {
    animation-duration: 2s !important;
    transform: scale(1.1) !important;
}

.spk-person:hover .speaker-2021-gradient {
    background-image: none;
}

.spk-person:hover .speaker-2021-gradient::before {
    top: 0;
    left: 0;
    transform: translate(0, 0) scale(1);
}

@media (min-width: 1280px) {
    .spk-person:hover .speaker-2021-gradient::before {
        left: -10px;
        transform: translate(0, 0) scale(1.05);
    }
}

.spk-person .box-btn {
    position: relative !important;
    background-color: transparent !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    color: #fff !important;
}

.spk-person .box-btn::before {
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    border-width: 3px;
    border-color: transparent;
    --tw-content: "";
    content: var(--tw-content);
}

body.page-template-edition-2023 .main-heading.spk-person .box-btn::before {
    display: none !important;
}

.spk-person .box-btn::before {
    background: linear-gradient(to right, #1d75fe 0%, #c3209a 90%, #feb605 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.spk-person .box-btn:hover {
    background: linear-gradient(to right, #1d75fe 0%, #c3209a 90%, #feb605 100%) border-box !important;
}

.speaker-2021 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 0.1s ease-in;
}

.speaker-2021::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    transform: translate(-50%, -50%);
    background: linear-gradient(to right, #feb605 0%, #c3209a 30%, #1d75fe 100%);
    z-index: -1;
    animation: rotate 2s infinite linear;
}

.speaker-2021:hover {
    padding: 3px;
    margin: -3px;
}

.speaker-2021-gradient {
    position: relative;
    background-color: #000;
    background-image: url(../images/2023-theme/speakers/corner.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 260px;
    overflow: hidden;
}

@media (min-width: 767px) {
    .speaker-2021-gradient {
        width: 260px;
    }
}

@media (min-width: 1024px) {
    .speaker-2021-gradient {
        width: 275px;
    }
}

@media (min-width: 1280px) {
    .speaker-2021-gradient {
        width: 320px;
    }
}

.speaker-2021-gradient::before {
    position: absolute;
    content: url(../images/2023-theme/speakers/circles.jpg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: all 0.4s ease-in;
    transform: translate(0, 0) scale(0);
    transform-origin: top left;
}

@media (min-width: 1280px) {
    .speaker-2021-gradient::before {
        transform: translate(0, 0) scale(0);
    }
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.speaker_image_wrapper {
    display: flex;
    justify-content: center;
}

.rounded-slot {
    background: linear-gradient(to right, #1ab7fe 0%, #0868fe 51%, #0848fe 100%) !important;
}

#speakers-anchor.spk {
    padding-bottom: 0;
}

.spk-row.anchor-speaker--row {
    justify-content: center !important;
}

.spk-row.anchor-speaker--row h3 {
    margin-top: 240px !important;
}

#hosts {
    margin-top: 0;
    padding-top: 0;
}

.main--slider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-speakers {
    position: relative !important;
    height: 500px !important;
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    margin: 0 !important;
}

@media (min-width: 768px) {
    .slider-speakers {
        height: auto !important;
        --tw-translate-y: 1% !important;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    }
}

@keyframes floatSpeakerCircles {
    from {
        transform: scale(2.5) translate(1px, 1px) rotate3d(0, 0, 1, 0deg);
    }

    to {
        transform: scale(2.6) translate(-1px, -1px) rotate3d(0, 0, 1, 90deg);
    }
}

@media screen and (min-width: 760px) {
    @keyframes floatSpeakerCircles {
        from {
            transform: scale(1.5) translate(1px, 1px) rotate3d(0, 0, 1, 0deg);
        }

        to {
            transform: scale(1.6) translate(1px, 1px) rotate3d(0, 0, 1, 45deg);
        }
    }
}

.slider-speakers .circles {
    animation-name: floatSpeakerCircles;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
    animation-duration: 5s;
}

.slider-speakers .slide {
    position: relative;
    width: 100%;
    padding: 0;
}

.slider-speakers .slide.slick-active img {
    --tw-scale-x: .6;
    --tw-scale-y: .6;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
    .slider-speakers .slide.slick-active img {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.slider-speakers__controls {
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    text-align: center;
}

body.page-template-edition-2023 .main-heading.slider-speakers__controls {
    display: none !important;
}

@media (min-width: 1024px) {
    .slider-speakers__controls {
        bottom: 90px;
    }
}

@media (min-width: 1280px) {
    .slider-speakers__controls {
        bottom: 70px;
    }
}

.slider-speakers__ctrl {
    margin-top: 10px;
    text-align: center;
}

.slider-speakers__ctrl .btn-carousel {
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.slider-speakers__ctrl .btn-carousel,
.slider-speakers__controls .btn-carousel {
    position: relative;
    height: 40px;
    width: 40px;
    cursor: pointer;
    border-radius: 9999px;
    margin-right: 0;
    margin-left: 0;
}

.slider-speakers__ctrl .btn-carousel:before,
.slider-speakers__controls .btn-carousel:before {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-color: transparent;
    --tw-content: "";
    content: var(--tw-content);
}

body.page-template-edition-2023 .main-heading.slider-speakers__ctrl .btn-carousel:before,
body.page-template-edition-2023 .main-heading .slider-speakers__controls .btn-carousel:before {
    display: none !important;
}

.slider-speakers__ctrl .btn-carousel.prev-carousel:before,
.slider-speakers__controls .btn-carousel.prev-carousel:before {
    margin-right: 2px;
    border-right: 10px solid #fff;
}

.slider-speakers__ctrl .btn-carousel.next-carousel:before,
.slider-speakers__controls .btn-carousel.next-carousel:before {
    margin-left: px;
    border-left-width: 10px;
    border-left: 10px solid #fff;
}

.slider-speakers__content {
    display: block;
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .slider-speakers__content {
        flex-direction: row;
    }
}

.slider-speakers__content .slider-speakers__left {
    height: 300px;
    width: auto;
}

@media (min-width: 768px) {
    .slider-speakers__content .slider-speakers__left {
        height: 100%;
    }
}

.slider-speakers__content .slider-speakers__left img {
    margin-top: 5px !important;
    width: auto !important;
    transform-origin: bottom !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

@media (min-width: 768px) {
    .slider-speakers__content .slider-speakers__left img {
        margin-top: 55px !important;
    }
}

@media (min-width: 1024px) {
    .slider-speakers__content .slider-speakers__left img {
        margin-top: -10px !important;
        --tw-scale-x: 1.15 !important;
        --tw-scale-y: 1.15 !important;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    }
}

@media (min-width: 768px) {
    .slider-speakers__content .slider-speakers__right {
        padding-left: 70px;
    }
}

.slider-speakers__content img {
    margin-top: -50px;
    width: 100%;
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.slider-speakers__content h3,
.slider-speakers__content p {
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 120%;
}

.slider-speakers__content p {
    font-size: 16px;
}

@media (min-width: 768px) {
    .slider-speakers__content p {
        font-size: 18px;
    }
}

.slider-speakers__content h2 {
    position: relative;
    z-index: 50;
    margin-bottom: 20px;
    width: 100%;
    min-width: 320px;
    max-width: 320px;
    --tw-translate-y: -16px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 15px;
    font-size: 24px;
    line-height: 100%;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .slider-speakers__content h2 {
        font-size: 26px;
    }
}

.slider-speakers__content h2 span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
}

.slider-speakers {
    display: flex;
    height: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .slider-speakers {
        min-height: 500px;
    }
}

.slider-speakers--js {
    height: 100% !important;
    width: 100% !important;
}

.slider-speakers--js .slick-list {
    overflow: visible !important;
}

.sponsors .partners img {
    max-height: 60px;
}

.sponsors .partners img:first-of-type {
    max-width: 250px;
}

.sponsors .gold-media-partners img,
.sponsors .gold-partners img {
    margin-left: 25px;
    margin-right: 25px;
    max-height: 160px;
}

.sponsors .media-partners img,
.sponsors .suporting-partners img {
    max-height: 45px;
}

.sponsors .suporting-partners img {
    max-width: 90px !important;
}

section.sponsors .supporting-partners img {
    max-width: 90px !important;
}

section.sponsors .gold-partners img {
    max-height: 200px !important;
}

section.sponsors .media-partners img {
    max-height: 35px !important;
    margin-right: 20px !important;
}

.tickets-2023-gr {
    background: linear-gradient(110deg, #3205f6 0%, #4c05e7 49%, #c20aa6 80%, #fd6d0c 100%) !important;
}

.tickets-info_prices-cut {
    font-size: 16px;
}

@media (min-width: 1024px) {
    .tickets-info_prices-cut {
        font-size: 20px;
    }
}

.tickets-info_prices-cut span {
    position: relative;
    font-size: 28px;
    font-style: italic;
}

.tickets-info_prices-cut span::before {
    position: absolute;
    left: -1px;
    top: 50%;
    z-index: 50;
    height: 5px;
    width: 105%;
    --tw-rotate: -9deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    --tw-content: "";
    content: var(--tw-content);
}

body.page-template-edition-2023 .main-heading.tickets-info_prices-cut span::before {
    display: none !important;
}

.page-template-agenda .header-graph {
    background-image: url("../images/bg-header-agenda_02.jpg");
}

@media (max-width: 1560px) {
    .page-template-agenda .banner_section .header-graph .new-headline {
        padding-top: 30vh;
    }
}

#agenda_page .tab-nav {
    display: inline-block;
    padding: 0;
    font-size: 35px;
    font-family: "MMCruella400", "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    border: 1px solid #ff0679;
    border-radius: 40px;
    overflow: hidden;
}

@media (max-width: 640px) {
    #agenda_page .tab-nav {
        font-size: 20px;
    }
}

#agenda_page .tab-nav li.tab-link {
    float: left;
    margin-right: 0px;
    padding: 15px 30px;
    list-style: none;
    background: #000;
    color: white;
    cursor: pointer;
}

@media (max-width: 640px) {
    #agenda_page .tab-nav li.tab-link {
        padding: 10px 10px;
    }
}

#agenda_page .tab-nav li.tab-link.active {
    background: #ff0679;
}

#agenda_page .agenda_holder {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

#agenda_page .agenda_holder .tab-content {
    text-align: left;
}

#agenda_page .tabs .tab {
    display: none;
    font-family: "Source Sans Pro", sans-serif;
}

#agenda_page .tabs .tab.current {
    display: block;
}

#agenda_page .tabs .tab li.entry-content {
    color: #afafaf;
    overflow: hidden;
    margin-bottom: 20px;
}

#agenda_page .tabs .tab li.entry-content .activity {
    color: #f96633;
}

#agenda_page .tabs .tab li.entry-content:nth-child(odd) {
    color: #FFF;
}

#agenda_page .tabs .tab li.entry-content:nth-child(odd) .activity {
    color: #ff0679;
}

#agenda_page .tabs .tab li.entry-content p {
    font-size: 21px;
}

#agenda_page .tabs .tab .tab-content {
    padding: 0;
}

#agenda_page .tabs .activity {
    float: left;
    margin-right: 10%;
    width: 30%;
}

#agenda_page .tabs .content {
    float: left;
    width: 60%;
}

.agenda-container-2022 {
    overflow: hidden;
}

.agenda-header {
    background: url(../images/agenda/bg-header-agenda.jpg) top center, no-repeat;
    background-size: cover;
    position: relative;
    padding: 120px 0 30px;
    color: #fff;
    font-weight: normal;
}

.agenda-header h1 {
    font: 300 45px/1.2 "MMCruella400";
    margin-bottom: 40px;
}

.agenda-header h1 img {
    height: auto;
}

.agenda-header h3,
.agenda-header h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: normal;
}

.agenda-header h4 {
    color: #ee0f65;
}

@media (min-width: 768px) {
    .agenda-header {
        padding: 200px 0 30px;
    }

    .agenda-header h1 {
        margin-bottom: 100px;
        font-size: 62px;
    }

    .agenda-header h3,
    .agenda-header h4 {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

.agenda-container {
    background: #fff;
    padding: 50px 0;
    color: #000;
}

.agenda-tabs-2020 {
    border: none !important;
    border-radius: none !important;
    margin: 0 -20px;
    padding: 0;
}

.agenda-tab-2020 {
    display: inline-block;
    padding: 0 7px;
    margin-bottom: 40px;
}

@media (min-width: 480px) {
    .agenda-tab-2020 {
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .agenda-tab-2020 {
        margin-bottom: 70px;
        padding: 0 20px;
    }
}

.agenda-tab-2020.active .agenda-tab-2020__btn {
    background: linear-gradient(to right, #6a3dc3 0%, #6041ca 31%, #d6137f 57%, #942da8 100%);
}

.agenda-tab-2020.active .agenda-tab-2020__btn span {
    background: none;
    color: #fff;
}

.agenda-tab-2020__btn {
    border: none;
    cursor: pointer;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    background: linear-gradient(to right, #d6137f 0%, #942da8 31%, #6a3dc3 57%, #6041ca 100%);
    padding: 5px;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    text-shadow: none;
    outline: none;
    transition: none;
}

@media (min-width: 480px) {
    .agenda-tab-2020__btn {
        min-width: 150px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .agenda-tab-2020__btn {
        min-width: 170px;
    }
}

.agenda-tab-2020__btn span {
    display: block;
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    color: #000;
}

.agenda-tab-2020__btn:hover {
    background: linear-gradient(to right, #6a3dc3 0%, #6041ca 31%, #d6137f 57%, #942da8 100%);
    color: #fff;
}

.agenda-tabs-content-2020 {
    min-height: 500px;
}

.agenda-tabs-content-2020 .tab {
    display: none;
}

.agenda-tabs-content-2020 .tab.current {
    display: block;
}

.agenda-item-2020 {
    border-bottom: 1px solid #111;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .agenda-item-2020 {
        padding-bottom: 0;
    }
}

.agenda-item-2020:last-child {
    border-bottom: none;
}

.agenda-item-2020 [class*=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .agenda-item-2020 [class*=col-] {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.agenda-item-2020 p {
    margin: 0;
    font-size: 20px;
}

@media (min-width: 768px) {

    .agenda-item-2020__time,
    .agenda-item-2020__title {
        padding-top: 70px !important;
    }

    .agenda-item-2020__detail {
        padding-top: 50px !important;
    }
}

.agenda-item-2020__speaker-photos {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.agenda-item-2020__speaker-photos figure {
    line-height: 1;
    margin: 0;
    width: 45%;
}

.agenda-item-empty-2020 {
    padding-top: 50px;
    line-height: 1.2;
}

.agenda-item-empty-2020 h3 {
    font-size: 30px;
}

.agenda-item-notes-2020 {
    margin-top: 30px;
}

.menu-childs-schedule {
    list-style-type: none;
    margin: 50px -20px -30px;
    padding: 0 20px;
    overflow-x: scroll;
}

@media (min-width: 768px) {
    .menu-childs-schedule {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
}

.menu-childs-schedule li {
    display: inline-block;
}

@media (min-width: 768px) {
    .menu-childs-schedule li {
        margin-right: 15px;
    }
}

.menu-childs-schedule a {
    display: inline-block;
    color: #fff;
    border-radius: 20px 20px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .menu-childs-schedule a {
        padding: 15px 30px;
        font-size: 20px;
    }
}

.menu-childs-schedule .current_page_item a {
    background: #fff;
    color: #ee0f65;
}

.page-template-agenda {
    overflow: hidden;
}

.agenda-header-2021 {
    background: url(../images/2022-theme/headers/agenda-hero-bg.png) top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 20px;
    color: #fff;
    font-weight: normal;
    position: relative;
    overflow: hidden;
}

.agenda-header-2021 h1 {
    font-family: "Sonder Slab";
    margin-bottom: 40px;
    font-size: 22px;
}

.agenda-header-2021 h1 img {
    height: auto;
}

.agenda-header-2021 h3,
.agenda-header-2021 h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 10px;
}

.agenda-header-2021 h4 {
    color: #c4d534;
}

@media (min-width: 768px) {
    .agenda-header-2021 {
        padding: 200px 0 20px;
    }

    .agenda-header-2021 h1 {
        margin-bottom: 50px;
        padding-left: 20px;
        font-size: 35px;
        letter-spacing: 3px;
    }

    .agenda-header-2021 h3,
    .agenda-header-2021 h4 {
        font-size: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    .agenda-header-2021 h1 {
        margin-bottom: 100px;
        padding-left: 150px;
    }

    .agenda-header-2021 h3,
    .agenda-header-2021 h4 {
        padding-left: 150px;
    }
}

@media (min-width: 1300px) {
    .agenda-header-2021 h1 {
        font-size: 68px;
    }

    .agenda-header-2021 h3,
    .agenda-header-2021 h4 {
        font-size: 24px;
    }
}

@media (min-width: 1440px) {
    .agenda-header-2021 h1 {
        padding-left: 200px;
    }

    .agenda-header-2021 h3,
    .agenda-header-2021 h4 {
        padding-left: 200px;
    }
}

.agenda-header-2021__circle--1,
.agenda-header-2021__circle--2 {
    position: absolute;
}

.agenda-header-2021__circle--1 {
    top: -30%;
    left: -10%;
    animation-duration: 4s;
    animation-name: float;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
}

@media (max-width: 767px) {
    .agenda-header-2021__circle--1 {
        top: -40%;
        left: -40%;
    }
}

.agenda-header-2021__circle--2 {
    bottom: -30%;
    right: -10%;
    animation-duration: 8s;
    animation-name: float;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
}

@media (max-width: 767px) {
    .agenda-header-2021__circle--2 {
        bottom: 5%;
        right: -70%;
    }
}

.agenda-header-2021 .menu-childs-schedule {
    margin: 40px -20px -30px;
}

@media (min-width: 767px) {
    .agenda-header-2021 .menu-childs-schedule {
        margin: 40px 0 -30px;
    }
}

@media (min-width: 1025px) {
    .agenda-header-2021 .menu-childs-schedule {
        padding-left: 150px;
    }
}

@media (min-width: 1440px) {
    .agenda-header-2021 .menu-childs-schedule {
        padding-left: 200px;
    }
}

.agenda-header-2021 .menu-childs-schedule .current_page_item a {
    background: #fff;
    color: #be2481;
}

.agenda-container-2021 {
    font-family: "Uni Sans";
    background: #fff;
    padding: 50px 0 0;
    color: #000;
}

@media (max-width: 767px) {
    .agenda-container-2021 {
        padding: 25px 0 0;
    }
}

.agenda-container-2021 .container {
    max-width: 1075px;
}

.agenda-tabs-2021 {
    border: none !important;
    border-radius: none !important;
    margin: 0 -20px -30px;
    padding: 0;
    text-align: left;
    display: none;
}

@media (max-width: 767px) {
    .agenda-tabs-2021 {
        margin: 0 auto -15px;
    }
}

.agenda-tabs-2021 select {
    -webkit-appearance: none;
}

.agenda-tabs-2021 select option {
    background: #fff !important;
    color: #be2381 !important;
}

.agenda-tabs-2021 select option[selected] {
    background: #be2381 !important;
    color: #fff !important;
}

.agenda-tabs-2021 select#stagesSelect {
    padding: 14px !important;
    position: relative;
    min-width: 220px !important;
    width: 100%;
}

@media (min-width: 767px) {
    .agenda-tabs-2021 select#stagesSelect {
        width: auto;
    }
}

.agenda-tabs-2021 .selectWrapper {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 767px) {
    .agenda-tabs-2021 .selectWrapper {
        display: inline-block;
        margin: 0 0 0 20px;
    }
}

.agenda-tabs-2021 .selectWrapper::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 15px;
    top: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #ffffff;
    z-index: 99;
    transform: translateY(-50%) rotate(180deg);
}

.agenda-tab-2021 {
    display: inline-block;
    padding: 0 7px;
    margin-bottom: 40px;
}

@media (min-width: 480px) {
    .agenda-tab-2021 {
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .agenda-tab-2021 {
        margin-bottom: 70px;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .agenda-tab-2021 {
        padding: 0 4px;
    }
}

.agenda-tab-2021.active .agenda-tab-2021__btn {
    background: linear-gradient(to right, #660193 0%, #960e7c 31%, #b74155 57%, #c76e37 100%);
}

.agenda-tab-2021.active .agenda-tab-2021__btn span {
    color: #000;
    background: #fff;
}

.agenda-tab-2021__btn {
    border: none;
    cursor: pointer;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    background: linear-gradient(to right, #660193 0%, #960e7c 31%, #b74155 57%, #c76e37 100%);
    padding: 5px;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    outline: none;
    transition: none;
}

@media (min-width: 320px) {
    .agenda-tab-2021__btn {
        font-size: 14px;
        min-width: 120px;
    }
}

@media (min-width: 375px) {
    .agenda-tab-2021__btn {
        min-width: 140px;
    }
}

@media (min-width: 768px) {
    .agenda-tab-2021__btn {
        font-size: 16px;
        min-width: 170px;
    }
}

.agenda-tab-2021__btn span {
    display: block;
    border-radius: 50px;
    padding: 10px;
    background: linear-gradient(to right, #660193 0%, #960e7c 31%, #b74155 57%, #c76e37 100%);
}

.agenda-tab-2021__btn:hover {
    background: linear-gradient(to right, #c76e37 0%, #b74155 31%, #960e7c 57%, #660193 100%);
    color: #fff;
}

.agenda-tab-2021__btn:hover span {
    background: linear-gradient(to right, #c76e37 0%, #b74155 31%, #960e7c 57%, #660193 100%);
    color: #fff;
}

.agenda-tab-2021.main-stage__cta .agenda-tab-2021__btn {
    background: linear-gradient(to right, #660193 0%, #960e7c 31%, #b74155 57%, #c76e37 100%);
}

.agenda-tabs-content-2021 {
    min-height: 500px;
}

.agenda-tabs-content-2021 .tab {
    display: none;
}

.agenda-tabs-content-2021 .tab.current {
    display: block;
}

.agenda-tabs-content-2022--home {
    background: #fff;
}

.agenda-item-2021 {
    border-bottom: 1px solid #111;
    text-transform: uppercase;
    font-size: 20px;
    padding: 25px 0;
    margin: 0 auto;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.agenda-item-2021:last-child {
    border-bottom: none;
}

.agenda-item-2021 [class*=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .agenda-item-2021 [class*=col-] {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.agenda-item-2021 p {
    font-size: 20px;
    margin: 0;
}

@media (min-width: 1024px) {
    .agenda-item-2021 p {
        font-size: 28px;
    }
}

.agenda-item-2021 .agenda-time-and-title {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 767px) {
    .agenda-item-2021 .agenda-time-and-title {
        margin-right: 5px;
        align-self: center;
        justify-self: flex-start;
    }
}

.agenda-item-2021 .agenda-time-and-title .agenda-item-2021__time p:first-of-type {
    margin-right: auto;
}

@media (min-width: 767px) {
    .agenda-item-2021 .agenda-time-and-title .agenda-item-2021__time {
        margin-right: 0;
    }
}

.agenda-item-2021 .agenda-time-and-title--row-simple {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media (min-width: 767px) {
    .agenda-item-2021 .agenda-time-and-title--row-simple {
        width: 28%;
        margin-right: 5px;
        align-self: center;
        justify-self: flex-start;
    }
}

.agenda-item-2021 .agenda-time-and-title--row-simple .agenda-item-2021__time {
    width: 50%;
}

@media (min-width: 767px) {

    .agenda-item-2021 .agenda-time-and-title--row-simple .agenda-item-2021__time,
    .agenda-item-2021 .agenda-time-and-title--row-simple .agenda-item-2021__title {
        flex: 1 1 100%;
    }
}

.agenda-item-2021 .speaker-wrapper {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 767px) {
    .agenda-item-2021 .speaker-wrapper {
        width: 66%;
    }

    .agenda-item-2021 .speaker-wrapper .agenda-item-2021__speaker-detail {
        flex: 0 0 85%;
    }
}

@media (min-width: 1024px) {
    .agenda-item-2021 .speaker-wrapper .agenda-item-2021__speaker-detail {
        flex: 0 0 60%;
        min-width: 305px;
    }
}

.agenda-item-2021 .speaker-wrapper .agenda-item-2021__speaker-photo {
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .agenda-item-2021 .speaker-wrapper .agenda-item-2021__speaker-photo {
        margin-left: -40px;
    }
}

.agenda-item-2021.agenda-item--simple .agenda-item-2021__speaker-photo {
    display: flex;
}

@media (min-width: 768px) {
    .agenda-item-2021.agenda-item--simple .agenda-item-2021__speaker-photo {
        flex: 0 0 30%;
        justify-content: center;
    }

    .agenda-item-2021__time,
    .agenda-item-2021__title {
        flex: 0 0 15%;
    }
}

@media (max-width: 767px) {

    .agenda-item-2021__time p,
    .agenda-item-2021__title p {
        text-align: left !important;
    }
}

@media (min-width: 1024px) {

    .agenda-item-2021__time,
    .agenda-item-2021__title {
        padding-top: 25px !important;
    }
}

.agenda-item-2021__time b,
.agenda-item-2021__time strong,
.agenda-item-2021__time span,
.agenda-item-2021__title b,
.agenda-item-2021__title strong,
.agenda-item-2021__title span {
    text-transform: none;
    color: #8eda78;
    font-weight: normal;
}

.agenda-item-2021__time {
    color: #000;
    display: flex;
}

.agenda-item-2021__time span {
    color: #8eda78;
}

@media (min-width: 768px) {
    .agenda-item-2021__detail {
        padding-top: 50px !important;
    }
}

.agenda-item-2021__speaker-detail {
    width: auto;
    flex: 0 0 40%;
    margin-left: auto;
}

@media (min-width: 1024px) {
    .agenda-item-2021__speaker-detail {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.agenda-item-2021__speaker-detail h3 {
    padding-bottom: 10px;
    line-height: 120%;
}

@media (max-width: 767px) {
    .agenda-item-2021__speaker-detail {
        flex: 0 0 100%;
        padding-bottom: 40px;
        padding-right: 0;
        padding-left: 0;
    }
}

.agenda-item-2021__speaker-detail p {
    font-weight: 500;
}

.agenda-item-2021__speaker-detail b,
.agenda-item-2021__speaker-detail strong,
.agenda-item-2021__speaker-detail span {
    text-transform: none;
    color: #8eda78;
    font-weight: normal;
}

.agenda-item-2021__ending-detail {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
}

.agenda-item-2021__ending-detail p {
    font-weight: 500;
    padding-top: 5px;
}

.agenda-item-2021__speaker-photo {
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .agenda-item-2021__speaker-photo {
        flex: 0 0 100%;
    }
}

.agenda-item-2021__speaker-photos {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.agenda-item-2021__speaker-photos figure {
    line-height: 1;
    margin: 5px;
    max-width: 140px;
}

@media (min-width: 767px) {
    .agenda-item-2021__speaker-photos figure {
        max-width: 100px;
    }
}

@media (min-width: 1200px) {
    .agenda-item-2021__speaker-photos figure {
        max-width: 140px;
        min-width: 140px;
    }
}

.agenda-item-empty-2021 {
    padding-top: 50px;
    line-height: 1.2;
}

.agenda-item-empty-2021 h3 {
    font-size: 30px;
}

.agenda-item-notes-2021 p {
    font-size: 17px;
}

.menu-childs-schedule {
    list-style-type: none;
    margin: 100px -20px -30px;
    padding: 0 20px;
    overflow-x: auto;
}

@media (min-width: 768px) {
    .menu-childs-schedule {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
}

.menu-childs-schedule li {
    display: inline-block;
}

@media (min-width: 768px) {
    .menu-childs-schedule li {
        margin-right: 15px;
    }
}

.menu-childs-schedule a {
    display: inline-block;
    color: #fff;
    border-radius: 20px 20px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .menu-childs-schedule a {
        padding: 15px 30px;
        font-size: 20px;
    }
}

.menu-childs-schedule .current_page_item a {
    background: #fff;
    color: #ee0f65;
}

.main-stage__cta span {
    padding: 3px;
    background: linear-gradient(to right, #660193 0%, #960e7c 31%, #b74155 57%, #c76e37 100%);
    color: #fff;
}

.schedule__banner--2021 {
    background: #000;
    color: #fff;
    font-family: "Sonder Slab";
    font-size: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    position: relative;
    z-index: 1;
    line-height: 140%;
}

.schedule__banner--2021 p {
    font-size: 35px;
}

.schedule__banner--2021::before {
    content: "";
    position: absolute;
    width: 200vw;
    height: calc(100% + 3px);
    top: -1px;
    left: -50%;
    background: #000;
    z-index: -1;
}

.schedule__orange-row--2021 {
    background: #d16c39;
    position: relative;
    z-index: 1;
}

.schedule__orange-row--2021::before {
    content: "";
    position: absolute;
    width: 200vw;
    height: calc(100% + 3px);
    top: -1px;
    left: -50%;
    background: #d16c39;
    z-index: -1;
}

.schedule__orange-row--2021 .agenda-item-2021__time {
    color: #fff;
}

.schedule__orange-row--2021 .agenda-item-2021__speaker-detail p b,
.schedule__orange-row--2021 .agenda-item-2021__speaker-detail p strong {
    text-transform: none;
    color: #fff;
    font-weight: normal;
}

.schedule__orange-row--2021 .agenda-item-2021__speaker-detail p span {
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
}

.schedule__break-row--2021 {
    background: #8eda78;
    color: #000;
    position: relative;
    z-index: 1;
}

.schedule__break-row--2021::before {
    content: "";
    position: absolute;
    width: 200vw;
    height: calc(100% + 3px);
    top: -1px;
    left: -50%;
    background: #8eda78;
    z-index: -1;
}

.schedule__break-row--2021.break-yellow {
    background: #b9d745;
}

.schedule__break-row--2021.break-yellow::before {
    content: "";
    position: absolute;
    width: 200vw;
    height: calc(100% + 3px);
    top: -1px;
    left: -50%;
    background: #b9d745;
    z-index: -1;
}

.schedule__break-row--2021 .agenda-item-2021__time {
    color: #fff;
}

.agenda-container-2021 {
    background: rgb(18, 1, 73);
    color: white;
}

.agenda-item-2021 {
    text-transform: none;
}

.schedule__break-row--2021 {
    background: transparent;
    color: #fff;
}

.schedule__break-row--2021::before,
.schedule__break-row--2021::after {
    display: none;
}

.agenda-item-2021__time {
    align-items: flex-end;
}

.agenda-item-2021__time p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
}

.agenda-item-2021__time p strong {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
}

.agenda-item-2021__time p:first-of-type {
    width: 30%;
    border-bottom: 15px solid #B41E8E;
    padding-bottom: 1rem;
}

.agenda-item-2021__time p:nth-of-type(2) {
    padding-bottom: 20px;
    padding-left: 1rem;
    line-height: 120%;
    font-family: "Uni Sans";
    width: 70%;
    border-bottom: 2px solid #fff;
    color: #B41E8E;
    margin-bottom: 6px;
}

@media (min-width: 1024px) {
    .agenda-item-2021__time p:nth-of-type(2) {
        padding-bottom: 30px;
        padding-left: 2rem;
    }
}

.agenda-item-2021__title {
    margin-top: 0;
    padding-top: 0;
}

.agenda-item-2021__title h3 {
    margin-bottom: 20px;
    font-size: 20px;
    margin-top: 0;
    padding-top: 0;
}

@media (min-width: 1024px) {
    .agenda-item-2021__title h3 {
        font-size: 30px;
    }
}

.agenda-item-2021__title span {
    display: flex;
    align-items: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
}

.agenda-item-2021__title span img {
    margin-left: 20px;
    max-height: 45px;
    width: auto;
}

@media (min-width: 1024px) {
    .agenda-item-2021__title span img {
        max-height: 60px;
    }
}

.agenda-item-2021__title br {
    display: none;
}

.agenda-text--image {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
    font-size: 20px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
}

@media (min-width: 1024px) {
    .agenda-text--image {
        align-items: center;
        font-size: 24px;
        flex-direction: row;
    }
}

.agenda-text--image img {
    max-height: 45px;
    width: auto;
    padding-top: 10px;
}

@media (min-width: 1024px) {
    .agenda-text--image img {
        margin-left: 20px;
        max-height: 60px;
        padding-top: 0;
    }
}

.agenda-item-2021__speaker-photo {
    width: 100%;
    margin-left: 0;
}

.agenda-item-2021__speaker-photos {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    flex-wrap: nowrap;
}

@media (min-width: 1024px) {
    .agenda-item-2021__speaker-photos {
        flex-direction: row;
    }
}

.agenda-item-2021__speaker-photos h3 {
    font-size: 24px;
}

.agenda-item-2021__speaker-photos .speaker-title {
    font-size: 16px;
}

.agenda-container-2021 {
    font-family: "Uni Sans Book";
    background-image: url(/wp-content/themes/IAA_2023/assets/images/2023-theme/backgrounds/bg-hero.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.agenda-container-2021 .container {
    padding-bottom: 50px;
}

.agenda-item-2021__speaker-photos h3,
.agenda-item-2021__time {
    font-family: "Uni Sans";
}

.agenda-item-2021__speaker-photos .speaker-title {
    line-height: 120%;
}

.agenda-item-2021__title p {
    font-size: 20px;
}

@media (min-width: 1024px) {
    .agenda-item-2021__title p {
        font-size: 24px;
    }
}

/*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
   */

/*
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
  */

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #dfe0e2;
    /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
  1. Use a consistent sensible line-height in all browsers.
  2. Prevent adjustments of font size after orientation changes in iOS.
  3. Use a more readable tab size.
  4. Use the user's configured `sans` font-family by default.
  5. Use the user's configured `sans` font-feature-settings by default.
  6. Use the user's configured `sans` font-variation-settings by default.
  7. Disable tap highlights on iOS
  */

html,
:host {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
}

/*
  1. Remove the margin in all browsers.
  2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
  */

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
  1. Add the correct height in Firefox.
  2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  3. Ensure horizontal rules are visible by default.
  */

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
  Add the correct text decoration in Chrome, Edge, and Safari.
  */

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
  Remove the default font size and weight for headings.
  */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
  Reset links to optimize for opt-in styling instead of opt-out.
  */

a {
    color: inherit;
    text-decoration: inherit;
}

/*
  Add the correct font weight in Edge and Safari.
  */

b,
strong {
    font-weight: bolder;
}

/*
  1. Use the user's configured `mono` font-family by default.
  2. Use the user's configured `mono` font-feature-settings by default.
  3. Use the user's configured `mono` font-variation-settings by default.
  4. Correct the odd `em` font sizing in all browsers.
  */

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
}

/*
  Add the correct font size in all browsers.
  */

small {
    font-size: 80%;
}

/*
  Prevent `sub` and `sup` elements from affecting the line height in all browsers.
  */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
  1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  3. Remove gaps between table borders by default.
  */

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
  1. Change the font styles in all browsers.
  2. Remove the margin in Firefox and Safari.
  3. Remove default padding in all browsers.
  */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
  Remove the inheritance of text transform in Edge and Firefox.
  */

button,
select {
    text-transform: none;
}

/*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Remove default button styles.
  */

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
  Use the modern Firefox focus style for all focusable elements.
  */

:-moz-focusring {
    outline: auto;
}

/*
  Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
  */

:-moz-ui-invalid {
    box-shadow: none;
}

/*
  Add the correct vertical alignment in Chrome and Firefox.
  */

progress {
    vertical-align: baseline;
}

/*
  Correct the cursor style of increment and decrement buttons in Safari.
  */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
  1. Correct the odd appearance in Chrome and Safari.
  2. Correct the outline style in Safari.
  */

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
  Remove the inner padding in Chrome and Safari on macOS.
  */

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Change font properties to `inherit` in Safari.
  */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
  Add the correct display in Chrome and Safari.
  */

summary {
    display: list-item;
}

/*
  Removes the default spacing and border for appropriate elements.
  */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
  Reset default styling for dialogs.
  */

dialog {
    padding: 0;
}

/*
  Prevent resizing textareas horizontally by default.
  */

textarea {
    resize: vertical;
}

/*
  1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  2. Set the default placeholder color to the user's configured gray 400 color.
  */

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #c9cbcf;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #c9cbcf;
    /* 2 */
}

/*
  Set the default cursor for buttons.
  */

button,
[role="button"] {
    cursor: pointer;
}

/*
  Make sure disabled buttons don't get the pointer cursor.
  */

:disabled {
    cursor: default;
}

/*
  1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
     This can trigger a poorly considered lint error in some tools but is included by design.
  */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
  Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
  */

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.container {
    width: 100%;
}

@media (min-width: 200px) {
    .container {
        max-width: 200px;
    }
}

@media (min-width: 320px) {
    .container {
        max-width: 320px;
    }
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

.-bottom-\[200px\] {
    bottom: -200px !important;
}

.-bottom-\[55\%\] {
    bottom: -55% !important;
}

.-left-\[70px\] {
    left: -70px !important;
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.right-\[23px\] {
    right: 23px !important;
}

.top-0 {
    top: 0 !important;
}

.top-\[-15px\] {
    top: -15px !important;
}

.top-\[28px\] {
    top: 28px !important;
}

.z-10 {
    z-index: 10 !important;
}

.z-50 {
    z-index: 50 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-3 {
    margin: 3px !important;
}

.m-auto {
    margin: auto !important;
}

.-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-\[35px\] {
    margin-bottom: 35px !important;
}

.mb-\[50px\] {
    margin-bottom: 50px !important;
}

.ml-4 {
    margin-left: 4px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-\[20px\] {
    margin-top: 20px !important;
}

.mt-auto {
    margin-top: auto !important;
}

.block {
    display: block !important;
}

.inline {
    display: inline !important;
}

.flex {
    display: flex !important;
}

.hidden {
    display: none !important;
}

.h-100 {
    height: 100px !important;
}

.h-2 {
    height: 2px !important;
}

.h-20 {
    height: 20px !important;
}

.h-30 {
    height: 30px !important;
}

.h-50 {
    height: 50px !important;
}

.h-full {
    height: 100% !important;
}

.max-h-\[none\] {
    max-height: none !important;
}

.max-h-none {
    max-height: none !important;
}

.w-4\/5 {
    width: 80% !important;
}

.w-\[85px\] {
    width: 85px !important;
}

.w-auto {
    width: auto !important;
}

.w-full {
    width: 100% !important;
}

.min-w-\[270px\] {
    min-width: 270px !important;
}

.max-w-\[1075px\] {
    max-width: 1075px !important;
}

.max-w-\[1400px\] {
    max-width: 1400px !important;
}

.max-w-\[200px\] {
    max-width: 200px !important;
}

.max-w-\[230px\] {
    max-width: 230px !important;
}

.max-w-\[25rem\] {
    max-width: 25rem !important;
}

.max-w-\[400px\] {
    max-width: 400px !important;
}

.max-w-\[45rem\] {
    max-width: 45rem !important;
}

.max-w-\[500px\] {
    max-width: 500px !important;
}

.max-w-\[600px\] {
    max-width: 600px !important;
}

.max-w-\[60rem\] {
    max-width: 60rem !important;
}

.max-w-\[630px\] {
    max-width: 630px !important;
}

.max-w-\[640px\] {
    max-width: 640px !important;
}

.max-w-\[780px\] {
    max-width: 780px !important;
}

.max-w-\[880px\] {
    max-width: 880px !important;
}

.max-w-full {
    max-width: 100% !important;
}

.flex-1 {
    flex: 1 1 0% !important;
}

.translate-y-\[15px\] {
    --tw-translate-y: 15px !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.flex-col {
    flex-direction: column !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.items-start {
    align-items: flex-start !important;
}

.items-center {
    align-items: center !important;
}

.justify-start {
    justify-content: flex-start !important;
}

.justify-end {
    justify-content: flex-end !important;
}

.justify-center {
    justify-content: center !important;
}

.space-x-\[20px\]> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.rounded-\[15px\] {
    border-radius: 15px !important;
}

.rounded-\[20px\] {
    border-radius: 20px !important;
}

.rounded-full {
    border-radius: 9999px !important;
}

.bg-\[\#bd1db4\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(189 29 180 / var(--tw-bg-opacity)) !important;
}

.bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.bg-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 175 218 / var(--tw-bg-opacity)) !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-none {
    background-image: none !important;
}

.box-decoration-clone {
    -webkit-box-decoration-break: clone !important;
    box-decoration-break: clone !important;
}

.p-0 {
    padding: 0 !important;
}

.p-10 {
    padding: 10px !important;
}

.p-2 {
    padding: 2px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-5 {
    padding: 5px !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.px-\[10px\] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.px-\[25px\] {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.py-\[70px\] {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-4 {
    padding-left: 4px !important;
}

.pr-\[40px\] {
    padding-right: 40px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-\[20px\] {
    padding-top: 20px !important;
}

.pt-\[50px\] {
    padding-top: 50px !important;
}

.pt-\[80px\] {
    padding-top: 80px !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
}

.font-cruela {
    font-family: "proxima-nova", sans-serif !important;
}

.font-sonder {
    font-family: "Sonder Slab", sans-serif !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-22 {
    font-size: 22px !important;
}

.text-24 {
    font-size: 24px !important;
}

.text-26 {
    font-size: 26px !important;
}

.text-30 {
    font-size: 30px !important;
}

.text-34 {
    font-size: 34px !important;
}

.text-40 {
    font-size: 40px !important;
}

.text-\[15px\] {
    font-size: 15px !important;
}

.text-\[20px\] {
    font-size: 20px !important;
}

.text-\[25px\] {
    font-size: 25px !important;
}

.text-\[28px\] {
    font-size: 28px !important;
}

.text-\[35px\] {
    font-size: 35px !important;
}

.text-\[40px\] {
    font-size: 40px !important;
}

.text-\[50px\] {
    font-size: 50px !important;
}

.text-\[60px\] {
    font-size: 60px !important;
}

.font-bold {
    font-weight: 700 !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.normal-case {
    text-transform: none !important;
}

.leading-\[120\%\] {
    line-height: 120% !important;
}

.leading-snug {
    line-height: 1.375 !important;
}

.leading-tight {
    line-height: 1.25 !important;
}

.text-\[\#eabe00\] {
    --tw-text-opacity: 1 !important;
    color: rgb(234 190 0 / var(--tw-text-opacity)) !important;
}

.text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgb(13 71 252 / var(--tw-text-opacity)) !important;
}

.text-fuchsia {
    --tw-text-opacity: 1 !important;
    color: rgb(208 5 81 / var(--tw-text-opacity)) !important;
}

.text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.underline {
    text-decoration-line: underline !important;
}

.no-underline {
    text-decoration-line: none !important;
}

.opacity-80 {
    opacity: 0.8 !important;
}

.invert {
    --tw-invert: invert(100%) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}

.duration-300 {
    transition-duration: 300ms !important;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.hover\:no-underline:hover {
    text-decoration-line: none !important;
}

.hover\:opacity-\[1\]:hover {
    opacity: 1 !important;
}

@media (min-width: 640px) {
    .sm\:text-\[34px\] {
        font-size: 34px !important;
    }
}

@media (min-width: 768px) {
    .md\:absolute {
        position: absolute !important;
    }

    .md\:-bottom-100 {
        bottom: -100px !important;
    }

    .md\:-bottom-\[75\%\] {
        bottom: -75% !important;
    }

    .md\:-left-50 {
        left: -50px !important;
    }

    .md\:bottom-30 {
        bottom: 30px !important;
    }

    .md\:left-30 {
        left: 30px !important;
    }

    .md\:top-\[23px\] {
        top: 23px !important;
    }

    .md\:mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .md\:-mt-\[20px\] {
        margin-top: -20px !important;
    }

    .md\:mt-\[2vw\] {
        margin-top: 2vw !important;
    }

    .md\:block {
        display: block !important;
    }

    .md\:hidden {
        display: none !important;
    }

    .md\:h-200 {
        height: 200px !important;
    }

    .md\:h-30 {
        height: 30px !important;
    }

    .md\:h-50 {
        height: 50px !important;
    }

    .md\:w-1\/2 {
        width: 50% !important;
    }

    .md\:w-1\/4 {
        width: 25% !important;
    }

    .md\:w-2\/3 {
        width: 66.666667% !important;
    }

    .md\:max-w-\[280px\] {
        max-width: 280px !important;
    }

    .md\:max-w-\[470px\] {
        max-width: 470px !important;
    }

    .md\:max-w-\[500px\] {
        max-width: 500px !important;
    }

    .md\:-translate-y-1\/2 {
        --tw-translate-y: -50% !important;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    }

    .md\:justify-center {
        justify-content: center !important;
    }

    .md\:bg-transparent {
        background-color: transparent !important;
    }

    .md\:p-0 {
        padding: 0 !important;
    }

    .md\:px-\[25px\] {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .md\:px-\[30px\] {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .md\:pb-40 {
        padding-bottom: 40px !important;
    }

    .md\:pt-0 {
        padding-top: 0 !important;
    }

    .md\:pt-\[100px\] {
        padding-top: 100px !important;
    }

    .md\:text-left {
        text-align: left !important;
    }

    .md\:text-center {
        text-align: center !important;
    }

    .md\:text-22 {
        font-size: 22px !important;
    }

    .md\:text-24 {
        font-size: 24px !important;
    }

    .md\:text-\[20px\] {
        font-size: 20px !important;
    }

    .md\:text-\[22px\] {
        font-size: 22px !important;
    }

    .md\:text-\[30px\] {
        font-size: 30px !important;
    }

    .md\:text-\[35px\] {
        font-size: 35px !important;
    }

    .md\:text-\[50px\] {
        font-size: 50px !important;
    }
}

@media (min-width: 1024px) {
    .lg\:-bottom-\[65\%\] {
        bottom: -65% !important;
    }

    .lg\:order-first {
        order: -9999 !important;
    }

    .lg\:mb-0 {
        margin-bottom: 0 !important;
    }

    .lg\:mb-10 {
        margin-bottom: 10px !important;
    }

    .lg\:mt-100 {
        margin-top: 100px !important;
    }

    .lg\:mt-50 {
        margin-top: 50px !important;
    }

    .lg\:w-5\/12 {
        width: 41.666667% !important;
    }

    .lg\:w-7\/12 {
        width: 58.333333% !important;
    }

    .lg\:w-\[30\%\] {
        width: 30% !important;
    }

    .lg\:w-\[70\%\] {
        width: 70% !important;
    }

    .lg\:bg-transparent {
        background-color: transparent !important;
    }

    .lg\:px-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .lg\:pb-0 {
        padding-bottom: 0 !important;
    }

    .lg\:pb-10 {
        padding-bottom: 10px !important;
    }

    .lg\:pl-\[2rem\] {
        padding-left: 2rem !important;
    }

    .lg\:pt-0 {
        padding-top: 0 !important;
    }

    .lg\:text-30 {
        font-size: 30px !important;
    }

    .lg\:text-34 {
        font-size: 34px !important;
    }

    .lg\:text-\[35px\] {
        font-size: 35px !important;
    }

    .lg\:text-\[50px\] {
        font-size: 50px !important;
    }

    .lg\:text-\[70px\] {
        font-size: 70px !important;
    }
}

@media (min-width: 1280px) {
    .xl\:px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .xl\:text-\[28px\] {
        font-size: 28px !important;
    }
}

/*
  To change this license header, choose License Headers in Project Properties.
  To change this template file, choose Tools | Templates
  and open the template in the editor.
  */
/*
      Author     : Silviu Stefanescu
  */
/* COLORS */
header .header-elements {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
}

.custom-grads-top.custom-grads-top-2025 {
    margin-top: 0 !important;
}

.custom-grads-top.custom-grads-top-2025 .layer .layer-main-text {
    right: 0 !important;
}

@media (max-width: 800px) {
    .hp-custom-grads-top.custom-grads-top-2025 {
        transform: scale(0.8) !important;
        margin-top: 0px !important;
        top: 5px !important;
    }
}

.font-sonder {
    font-family: "Sonder Slab";
}

.gradient-2022,
.headline__gradient--1-2022,
.tick--2022 li.current_page_item a,
.marquee--2022 marquee {
    background: linear-gradient(to right, #3a8bf8 0%, #9c41b7 51%, #fbad10 100%) !important;
}

.gradient-reverse-2022,
.slider-speakers__ctrl .btn-carousel,
.slider-speakers__controls .btn-carousel {
    background: linear-gradient(to right, #fbad10 0%, #9c41b7 30%, #3a8bf8 100%) !important;
}

.gradient-hover-2022 {
    background: linear-gradient(to right, #3a8bf8 20%, #9c41b7 71%, #fbad10 120%);
}

.container-840 {
    max-width: 840px;
}

.headline__gradient--2-2022 {
    background: linear-gradient(to right, #3a8bf8 0%, #9c41b7 51%, #fbad10 100%) !important;
}

.headline__gradient--3-2022 {
    background: linear-gradient(to right, #3a8bf8 20%, #9c41b7 71%, #fbad10 120%) !important;
    margin-right: 150px;
}

.ticket__cta--2022 {
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    max-width: none;
    min-width: 130px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 500px;
    background: linear-gradient(to right, #002776 0%, #4947e4 49%, #ee47ed 80%, #f68384 100%) !important;
}

.ticket__cta--2022:hover {
    background: linear-gradient(to right, #ee47ed 0%, #4947e4 49%, #002776 80%, #f68384 100%) !important;
}

.ticket__cta--2022-border {
    border: solid 3px transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #000 inset;
    color: #fff;
}

.tick--2022 .menu-childs-schedule {
    margin-top: 60px;
}

.tickets-wrap--2022 {
    background: linear-gradient(to right, #002776 0%, #4947e4 49%, #ee47ed 80%, #f68384 100%);
    padding: 10px 20px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.tickets-wrap--2022 .tickets-info {
    margin-top: 0;
    padding: 10px 0;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 500;
    font-size: 26px;
}

.tickets-wrap--2022 .tickets-info_prices {
    font-size: 40px;
}

.tickets-wrap__info-2022 {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 15px;
}

.container--tickets-2022 {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .container--tickets-2022 {
        padding-top: 0;
        padding-bottom: 70px;
    }
}

.container--tickets-2022 h3 {
    font-size: 30px;
    margin-bottom: 5px;
}

.container--hosts,
.container--topics {
    width: 100%;
}

.container--workshops {
    max-width: 1240px;
}

@media (min-width: 1024px) {
    .container--workshops {
        padding: 0 60px;
    }
}

.centered-content {
    display: flex;
    justify-content: center;
}

#hosts {
    padding-top: 50px;
}

span.tickets-info_prices--fees {
    line-height: 120%;
}

.marquee--2022 {
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
}

.marquee--2022 marquee {
    background: linear-gradient(to right, #002776 0%, #4947e4 49%, #ee47ed 80%, #f68384 100%) !important;
}

.sponsor_subheadline--2022:first-child,
.topics-text {
    font-size: 26px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(13 71 252 / var(--tw-text-opacity));
    text-align: center;
}

.main-body--section {
    background-image: url("../images/2023-theme/backgrounds/bg-creativity-can-change.jpg");
    background-size: cover;
    background-position: top;
    background-position: right;
    background-repeat: no-repeat;
}

.tick--2022 li.current_page_item a {
    background: linear-gradient(to right, #009dc4 0%, #00db8e 51%, #c8d600 100%) !important;
}

.menu-childs-schedule {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.menu-childs-schedule li {
    margin-top: 20px;
    margin-bottom: 20px;
}

.menu-childs-schedule .page_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    color: #fff;
}

@media (min-width: 768px) {
    .menu-childs-schedule .page_item a {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.menu-childs-schedule .page_item a:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background: linear-gradient(to right, #002776 0%, #4947e4 49%, #ee47ed 80%, #f68384 100%) !important;
    padding: 8px 15px;
}

.menu-childs-schedule .page_item.current_page_item a {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background: linear-gradient(to right, #002776 0%, #4947e4 49%, #ee47ed 80%, #f68384 100%) !important;
    padding: 8px 18px;
}

body.page-template-pre2022 .logo {
    display: none !important;
}

@media (min-width: 1024px) {
    body.page-template-pre2022 .logo {
        position: absolute;
        right: 12%;
    }
}

@media (min-width: 1400px) {
    body.page-template-pre2022 .logo {
        margin-left: 430px;
        left: 50%;
    }
}

body.page-template-pre2022 footer {
    background: url(../images/2022-theme/pre-event/el-footer.png) center center no-repeat;
    background-size: 90% auto;
}

body.page-template-pre2022 footer .socials_contact .contact-mail--fuchsia {
    color: #d513cd;
    border-bottom-color: #d513cd;
}

body.page-template-pre2022 .custom-grads-top .layer .layer-main-text {
    margin-top: 20px;
    margin-left: 0;
}

@media (min-width: 1280px) {
    body.page-template-pre2022 .custom-grads-top .layer .layer-main-text {
        margin-top: 60px;
    }
}

@media (min-width: 576px) {
    body.page-template-pre2022 .header-elements {
        min-height: 105px;
    }
}

.custom-grads-top-event--pre-2022 {
    left: 0;
}

@media (max-width: 639px) {
    .custom-grads-top-event--pre-2022 {
        transform-origin: right top;
        left: 20px;
    }
}

@media (min-width: 1024px) {
    .custom-grads-top-event--pre-2022 {
        top: -20px;
    }
}

.banner-section--pre-event-2022 {
    background-image: url(../images/2022-theme/pre-event/header.jpg);
}

.banner-section--pre-event-2022 .header-graph {
    padding-top: 190px;
}

@media (min-width: 640px) {
    .banner-section--pre-event-2022 .header-graph {
        padding-top: 150px;
    }
}

@media (min-width: 768px) {
    .banner-section--pre-event-2022 .header-graph {
        padding-top: 40px;
    }
}

.pre-2022-date {
    font-size: 25px;
    color: #787878;
    margin-top: 20px;
}

.pre-2022-date span {
    color: #fff;
}

.pre-2022-date strong {
    font-weight: normal;
    color: #f69c0e;
}

@media screen and (min-width: 1024px) {
    .pre-2022-date {
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 30px;
        text-align: right;
        line-height: 1.5;
    }
}

.s-event {
    display: block;
}

.s-event--pre-2022 {
    padding-right: 0;
    margin-top: -140px;
}

@media (min-width: 768px) {
    .s-event--pre-2022 {
        margin-top: -260px;
    }
}

@media (min-width: 1024px) {
    .s-event--pre-2022 {
        margin-top: -380px;
    }
}

.s-event--pre-2022 .s-event__content_headline {
    display: inline-block;
}

.s-event__content--pre-2022 {
    max-width: none;
}

@media screen and (min-width: 1024px) {
    .s-event__content--pre-2022>h1 {
        font-size: 70px;
        padding-right: 200px;
    }
}

@media screen and (min-width: 1280px) {
    .s-event__content--pre-2022>h1 {
        font-size: 90px;
    }
}

@media screen and (min-width: 1536px) {
    .s-event__content--pre-2022>h1 {
        font-size: 100px;
    }
}

.s-event__info--pre-2022 {
    max-width: 1010px;
}

.tickets-wrap {
    background: linear-gradient(to left, #f69c0e 0%, #e613b7 50%, #802bff 100%);
}

.tickets-wrap--pre-2022 .tickets-info-text_mail a {
    color: #d713cb;
}

.pre-2022--spacer {
    height: 50px;
}

@media (min-width: 1024px) {
    .pre-2022--spacer {
        height: 100px;
    }
}

.sponsor_headline--pre-2022 {
    color: #00afda;
}

.sponsor_headline--pre-2022:after {
    background: #8bd929 !important;
}

.pre-2022--video-container {
    max-width: 840px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
}

.pre-2022--video-container iframe {
    margin: 0;
}

.main-body--section {
    background-color: #000000;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .main-body--section {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

.container-custom--sir {
    max-width: 1170px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}

.container--topics {
    max-width: 1170px;
    padding: 1px 20px 0 20px;
    margin: auto;
    color: #ffffff;
}

.content--2022 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.content--2022-img {
    width: 100%;
    padding-bottom: 20px;
}

@media (min-width: 1024px) {
    .content--2022-img {
        padding-right: 40px;
        width: 47%;
    }
}

.content--2022-text {
    color: #ffffff;
    line-height: 25px;
    width: 100%;
    text-align: center;
}

.content--2022-text p {
    font-size: 18px;
    margin-bottom: 15px;
}

@media (min-width: 1024px) {
    .content--2022-text {
        text-align: left;
        width: 53%;
    }

    .content--2022-text p {
        font-size: 20px;
    }
}

.content--2022-picture {
    width: 100%;
    margin: auto;
}

/* Accordion styles */
.tab-label--acc-2022 {
    display: flex;
    transition: all 0.5s;
    cursor: pointer;
    padding: 20px;
    align-items: center;
    position: relative;
}

.tab-label--acc-2022 strong {
    position: relative;
    z-index: 10;
}

.tab-label--acc-2022:before {
    width: 20px;
    height: 20px;
    transition: all 0.3s;
    margin-right: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
}

.tab-label--acc-2022:after {
    --tw-bg-opacity: 1;
    background-color: rgb(5 3 32 / var(--tw-bg-opacity));
    content: "";
    position: absolute;
    left: -5000px;
    right: -5000px;
    top: 0;
    bottom: 0;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
}

.tab-label--acc-2022-1:before {
    content: url("../images/2023-theme/icons/icon-acc-1.png");
}

.tab-label--acc-2022-2:before {
    content: url("../images/2023-theme/icons/icon-acc-2.png");
}

.tab-label--acc-2022-3:before,
.tab-label--acc-2022-6:before {
    content: url("../images/2023-theme/icons/icon-acc-3.png");
}

.tab-label--acc-2022-4:before {
    content: url("../images/2023-theme/icons/icon-acc-4.png");
}

.tab-label--acc-2022-5:before {
    content: url("../images/2023-theme/icons/icon-acc-5.png");
}

.tabs--acc-2022 {
    position: relative;
}

.tabs--acc-2022:after {
    --tw-bg-opacity: 1;
    background-color: rgb(5 3 32 / var(--tw-bg-opacity));
    content: "";
    position: absolute;
    left: -5000px;
    right: -5000px;
    top: 0;
    bottom: 0;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
}

.tabs--acc-2022:hover:after {
    opacity: 1;
}

.tab--acc-2022 {
    width: 100%;
    margin-top: -1px;
    position: relative;
    z-index: 10;
}

.tab--acc-2022:before,
.tab--acc-2022:after {
    content: "";
    z-index: 10;
    position: absolute;
    height: 1px;
    left: -5000px;
    right: -5000px;
    background: #949494;
}

.tab--acc-2022:before {
    top: 0;
}

.tab--acc-2022:after {
    bottom: 0;
}

.tab--acc-2022-content {
    max-height: 0;
    padding: 0 10px 0 90px;
    transition: all 0.5s;
    opacity: 0;
}

.tab--acc-2022-content__inner {
    position: relative;
    z-index: 10;
    padding: 0 0 20px;
}

.input--acc-2022 {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.input--acc-2022:hover+.tab-label--acc-2022:before {
    filter: brightness(0) invert(1);
}

.input--acc-2022:hover+.tab-label--acc-2022:after {
    opacity: 1;
}

.input--acc-2022:hover~.tab--acc-2022-content {
    max-height: 100vh;
    opacity: 1;
}

.text-section--button {
    margin-top: 20px;
}

.main-body--topics-2022 {
    overflow: hidden;
}

.sponsors--2022 {
    padding: 25px 20px 20px !important;
}

.sponsors--2022-presenting .sponsor_subheadline--2022 {
    display: none !important;
    color: #7bc929;
    margin-bottom: 20px;
}

.sponsors--2022-presenting .sponsor_subheadline--2022:first-child {
    display: block !important;
}

.sponsors--2022-presenting .sponsor_logos {
    display: none !important;
}

.sponsors--2022-presenting .sponsor_logos:nth-child(2) {
    display: flex !important;
}

.sponsors--2022-presenting .sponsor_logos img {
    max-height: 100px;
}

.new-headline--2022 {
    position: absolute;
    left: 20px;
    top: 20px;
    text-align: left;
    text-transform: uppercase;
}

.patronaj--2022 p {
    font-size: 10px;
    line-height: 1.3;
    margin-bottom: 5px;
    white-space: nowrap;
    margin-right: 20px;
}

.patronaj--2022 figure {
    margin: 0;
}

.patronaj--2022 img {
    max-width: 150px;
}

@media (min-width: 640px) {
    .patronaj--2022 {
        display: flex;
    }

    .patronaj--2022 p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .patronaj--2022 img {
        max-width: 200px;
    }
}

.marquee--2022 {
    position: relative;
    height: 40px;
    background: #000;
}

.marquee--2022 marquee {
    position: relative;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    cursor: default;
}

.section-tickets-home--2022 {
    background-color: #000;
    padding: 30px 0;
}

@media (min-width: 768px) {
    .section-tickets-home--2022 {
        padding: 50px 0;
    }
}

.section-tickets-home--2022 .container--tickets-2022 {
    padding-top: 0;
    padding-bottom: 0;
}

.section-tickets-home--2022 .container--tickets-2022 p {
    margin-bottom: 0;
}

#workshops {
    padding-bottom: 50px;
    overflow: hidden;
}

#workshops p {
    max-width: 45rem;
    align-self: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
}

@media (max-width: 767px) {
    #workshops p {
        padding: 0;
    }
}

#workshops .workshops__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 60px auto 0px;
}

#workshops .workshops__link {
    color: #0d47fc;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
}

#workshops .workshops__link:hover {
    color: #2a5efb;
}

#workshops .workshops__heading {
    font-family: "Sonder Slab";
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    background: #002776;
    background: linear-gradient(45deg, #3284fa 0%, #7e47c8 50%, #c25689 65%, #e38546 75%, #fbac11 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
    #workshops .workshops__heading {
        font-size: 36px;
    }
}

#workshops .workshops-header__circle--1,
#workshops .workshops-header__circle--2 {
    position: absolute;
}

#workshops .workshops-header__circle--1 {
    top: -125%;
    left: -10%;
    animation-duration: 4s;
    animation-name: floatWorkshops;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
}

@media (max-width: 767px) {
    #workshops .workshops-header__circle--1 {
        top: -75%;
        left: -40%;
    }
}

#workshops .workshops-header__circle--2 {
    bottom: 125%;
    right: -10%;
    animation-duration: 8s;
    animation-name: floatWorkshops;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
}

@media (max-width: 767px) {
    #workshops .workshops-header__circle--2 {
        bottom: 120%;
        right: -70%;
    }
}

.workshops-tpl {
    padding-top: 50px;
}

.workshops-tpl__circle--1,
.workshops-tpl__circle--2 {
    position: absolute;
}

.workshops-tpl__circle--1 {
    top: -8%;
    left: -10%;
    animation-duration: 4s;
    animation-name: floatWorkshops;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
}

@media (max-width: 1024px) {
    .workshops-tpl__circle--1 {
        top: -7%;
        left: -20%;
    }
}

@media (max-width: 767px) {
    .workshops-tpl__circle--1 {
        top: -4%;
        left: -40%;
    }
}

.workshops-tpl__circle--2 {
    top: -6%;
    right: -10%;
    animation-duration: 8s;
    animation-name: floatWorkshops;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
}

@media (max-width: 1024px) {
    .workshops-tpl__circle--2 {
        top: -7%;
        right: -7%;
    }
}

@media (max-width: 767px) {
    .workshops-tpl__circle--2 {
        top: -3%;
        right: -55%;
    }
}

.workshops-tpl__heading {
    font-family: "Sonder Slab";
    padding-bottom: 20px;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    background: #002776;
    background: linear-gradient(45deg, #3284fa 0%, #7e47c8 50%, #c25689 65%, #e38546 75%, #fbac11 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
    .workshops-tpl__heading {
        font-size: 36px;
    }
}

.workshops-tpl .tick-header {
    padding: 120px 0 60px;
    text-align: center;
}

.workshops-tpl article {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px 0 75px;
}

@media (min-width: 1024px) {
    .workshops-tpl article {
        flex-direction: row;
    }

    .workshops-tpl article:nth-of-type(even) {
        flex-direction: row-reverse;
    }

    .workshops-tpl article:nth-of-type(even) .workshop-item-2021__copy {
        padding: 0 50px 0 0;
    }
}

.workshops-tpl article .workshop-item-2021__image {
    transform: scale(1.1);
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .workshops-tpl article .workshop-item-2021__image {
        margin-bottom: 50px;
        transform: scale(1.2);
    }

    .workshops-tpl article .workshop-item-2021__copy {
        padding-left: 50px;
    }
}

.workshops-tpl article .workshop-item-2021__copy h2,
.workshops-tpl article .workshop-item-2021__copy h3,
.workshops-tpl article .workshop-item-2021__copy h5 {
    margin-bottom: 20px;
}

.workshops-tpl article .workshop-item-2021__copy h2 {
    color: #0d47fc;
    font-size: 40px;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .workshops-tpl article .workshop-item-2021__copy h2 {
        text-align: center;
    }
}

.workshops-tpl article .workshop-item-2021__copy h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.workshops-tpl article .workshop-item-2021__copy h4 {
    color: #ffffff;
    font-size: 28px;
    text-transform: uppercase;
}

.workshops-tpl article .workshop-item-2021__copy h5 {
    color: #7bc929;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
}

@media (min-width: 1024px) {
    .workshops-tpl article .workshop-item-2021__copy h5 {
        text-align: left;
    }
}

.workshops-tpl article .workshop-item-2021__copy p {
    color: #ffffff;
    font-size: 20px;
}

.workshops-tpl .workshop-agenda__row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
}

.workshops-tpl .workshop-agenda__row:nth-child(odd) {
    background: linear-gradient(45deg, #3284fa 0%, #7e47c8 50%, #c25689 65%, #e38546 75%, #fbac11 100%);
}

.workshops-tpl .workshop-agenda__row p {
    font-size: 18px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .workshops-tpl .workshop-agenda__row p {
        font-size: 20px;
    }
}

.workshops-tpl .workshop-agenda__row p:first-of-type {
    width: 66.666667%;
    padding-right: 25px;
}

.workshop-item-2021__copy h2 {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .workshop-item-2021__copy h2 {
        text-align: left !important;
    }
}

@keyframes floatWorkshops {
    from {
        transform: scale(0.7) translate(1px, 1px) rotate3d(0, 0, 1, 135deg);
    }

    to {
        transform: scale(0.75) translate(-10px, -10px) rotate3d(0, 0, 1, 135deg);
    }
}

@media screen and (min-width: 760px) {
    @keyframes floatWorkshops {
        from {
            transform: scale(1) translate(1px, 1px) rotate3d(0, 0, 1, 135deg);
        }

        to {
            transform: scale(1.1) translate(10px, 10px) rotate3d(0, 0, 1, 135deg);
        }
    }
}

.slider-sws .slide img {
    margin-right: auto;
    margin-left: auto;
}

.lh0 {
    line-height: 0;
}

.headline-anim {
    overflow: hidden;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    width: 90px;
}

.headline-anim span {
    opacity: 0;
    position: relative;
    right: -50px;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-name: hanim-span;
}

.headline-anim--1 {
    animation-name: hanim--1;
    animation-delay: 0.5s;
}

.headline-anim--1 span {
    animation-delay: 0.7s;
}

.headline-anim--2 {
    animation-name: hanim--2;
    animation-duration: 0.6s;
    animation-delay: 1s;
}

.headline-anim--2 span {
    animation-duration: 0.6s;
    animation-delay: 1.2s;
}

.headline-anim--3 {
    animation-name: hanim--3;
    animation-delay: 1.5s;
}

.headline-anim--3 span {
    animation-delay: 1.7s;
}

@keyframes hanim--1 {
    80% {
        width: 360px;
    }

    100% {
        width: 350px;
    }
}

@keyframes hanim--2 {
    80% {
        width: 102px;
    }

    100% {
        width: 100px;
    }
}

@keyframes hanim--3 {
    80% {
        width: 255px;
    }

    100% {
        width: 250px;
    }
}

@keyframes hanim-span {
    100% {
        opacity: 1;
        right: 0;
    }
}

.banner_section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background-image: url("/wp-content/themes/IAA_2023/assets/images/2023-theme/backgrounds/bg-hero.jpg");
    background-size: cover;
    background-position: center;
    min-height: 80vh;
}

@media (min-width: 768px) {
    .banner_section {
        min-height: 600px;
    }
}

@media (min-width: 1024px) {
    .banner_section {
        max-height: 550px;
        min-height: 550px;
    }
}

@media (min-width: 768px) {
    .banner_section .slider-speakers {
        top: -5px;
    }
}

.banner_section .slider-speakers {
    min-height: 80vh;
}

@media (min-width: 768px) {
    .banner_section .slider-speakers {
        min-height: 600px;
    }
}

@media (min-width: 1024px) {
    .banner_section .slider-speakers {
        max-height: 550px;
        min-height: 550px;
    }
}

.banner_section .header__nav {
    position: relative;
    z-index: 100;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    align-self: flex-start;
    justify-self: start;
    padding: 23px;
}

@media (min-width: 768px) {
    .banner_section .header__nav {
        align-items: center;
    }
}

.banner_section .header__nav .left,
.banner_section .header__nav .right {
    position: relative;
    width: 50%;
}

.banner_section .header__nav .new-headline--2022 {
    position: relative;
    inset: 0;
}

.banner_section .header-graph {
    min-height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    justify-self: start;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    margin-top: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .banner_section .header-graph {
        padding-top: 0;
    }
}

@media (min-width: 1024px) {
    .banner_section .header-graph {
        margin-top: -30px;
    }
}

@media (min-width: 1280px) {
    .banner_section .header-graph {
        margin-top: -60px;
    }
}

.banner_section .header-graph .hero__intro--1 {
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(233 189 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .banner_section .header-graph .hero__intro--1 {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    .banner_section .header-graph .hero__intro--1 {
        font-size: 40px;
    }
}

.banner_section .header-graph .hero__intro--2 {
    padding-top: 10px;
    font-family: "Sonder Slab", sans-serif;
    font-size: 40px;
    line-height: 100%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-align: center;
    color: #fff;
    font-family: "Sonder Slab";
}

@media (min-width: 768px) {
    .banner_section .header-graph .hero__intro--2 {
        font-size: 50px;
    }
}

@media (min-width: 1024px) {
    .banner_section .header-graph .hero__intro--2 {
        font-size: 60px;
    }
}

@media (min-width: 1280px) {
    .banner_section .header-graph .hero__intro--2 {
        font-size: 82px;
    }
}

.banner_section .header-graph .hero__intro--2 {
    background: linear-gradient(45deg, #3284fa 0%, #7e47c8 50%, #c25689 65%, #e38546 75%, #fbac11 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_section .header-graph .hero__intro--3 {
    margin-top: -15px;
    padding-top: 20px;
    font-size: 20px;
    line-height: 120%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-align: center;
    color: #fff;
}

@media (min-width: 768px) {
    .banner_section .header-graph .hero__intro--3 {
        font-size: 26px;
    }
}

.banner_section .header-graph .hero__intro--3 {
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}

.banner_section .paraWrapper--2022 {
    pointer-events: none;
    inset: 0;
    display: block;
}

.banner_section .paraWrapper--2022 img {
    position: absolute;
    margin: 0;
}

body.page-template-edition-2023 .main-heading.banner_section .paraWrapper--2022 img {
    display: none !important;
}

.banner_section .paraWrapper--2022 img {
    animation-name: float;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
}

.banner_section .paraWrapper--2022 img:first-child {
    bottom: -25%;
    left: -75%;
    display: none;
    margin: 0;
}

@media (min-width: 768px) {
    .banner_section .paraWrapper--2022 img:first-child {
        bottom: 20%;
        left: -15%;
    }
}

@media (min-width: 1024px) {
    .banner_section .paraWrapper--2022 img:first-child {
        left: -20%;
        display: block;
    }
}

@media (min-width: 1280px) {
    .banner_section .paraWrapper--2022 img:first-child {
        left: -13%;
    }
}

@media (min-width: 1536px) {
    .banner_section .paraWrapper--2022 img:first-child {
        left: -10%;
    }
}

.banner_section .paraWrapper--2022 img:first-child {
    animation-duration: 6s;
    animation-name: floatCircleLeft;
}

@media (min-width: 2000px) {
    .banner_section .paraWrapper--2022 img:first-child {
        left: -170px;
    }
}

.banner_section .paraWrapper--2022 img:nth-child(2) {
    top: -7%;
    right: -45%;
    margin: 0;
}

@media (min-width: 768px) {
    .banner_section .paraWrapper--2022 img:nth-child(2) {
        top: -7%;
        right: -2%;
    }
}

@media (min-width: 1536px) {
    .banner_section .paraWrapper--2022 img:nth-child(2) {
        right: -2%;
    }
}

.banner_section .paraWrapper--2022 img:nth-child(2) {
    animation-duration: 5s;
}

@media (max-width: 1024px) {
    .banner_section .paraWrapper--2022 {
        transform: none;
    }
}

.banner_section--inner-pages {
    max-height: 250px;
    min-height: 250px;
}

.banner_section--inner-pages .paraWrapper--2022 img:first-child {
    bottom: 5%;
    left: -5%;
}

@media (min-width: 2000px) {
    .banner_section--inner-pages .paraWrapper--2022 img:first-child {
        left: -170px;
    }
}

.banner_section--inner-pages .paraWrapper--2022 img:nth-child(2) {
    right: -2%;
    top: -6%;
}

.paraWrapper {
    position: absolute;
    top: -100px;
    z-index: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-right: auto;
    margin-left: auto;
}

body.page-template-edition-2023 .main-heading.paraWrapper {
    display: none !important;
}

@media (max-width: 1024px) {
    .paraWrapper {
        top: 60%;
        transform: translateY(-50%);
    }
}

.paraWrapper img:first-of-type {
    margin-top: -125px;
    margin-left: 400px;
    margin-right: -180px;
    z-index: 1;
    animation-duration: 4s;
    animation-name: float;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
}

@media (max-width: 767px) {
    .paraWrapper img:first-of-type {
        margin-left: 100px;
    }
}

.paraWrapper img:last-of-type {
    margin-top: -225px;
    margin-left: 0;
    margin-right: 0;
    z-index: 0;
    animation-duration: 8s;
    animation-name: float;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes float {
    from {
        transform: translate(18px, 15px) rotate3d(0, 0, 1, 3deg);
    }

    to {
        transform: translate(-28px, -55px) rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes floatCircleLeft {
    from {
        transform: scale(1.3) rotate(38deg) translate(18px, 15px) rotate3d(0, 0, 1, 3deg);
    }

    to {
        transform: scale(1.3) rotate(38deg) translate(-28px, -55px) rotate3d(0, 0, 1, 0deg);
    }
}

.slide--2024 {
    min-height: 80vh;
}

@media (min-width: 768px) {
    .slide--2024 {
        min-height: 600px;
    }
}

@media (min-width: 1024px) {
    .slide--2024 {
        max-height: 550px;
        min-height: 550px;
    }
}

.slide--2024 {
    display: flex !important;
    padding-bottom: 70px !important;
}

@media (min-width: 1024px) {
    .slide--2024 {
        padding-bottom: 0 !important;
    }
}

.slide--2024 {
    align-items: flex-end;
    justify-content: center;
}

.slide--2024 img {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.slide--2024-1 {
    align-items: center;
    background-image: url("../images/2024-theme/headers/slides/iaa-2024-bg-the-largest.jpeg");
    background-size: cover;
    background-position: center;
}

.slide--2024-1 .slide__inner {
    max-width: 1350px;
    padding-left: 20px;
    padding-right: 20px;
}

.slide--2024__inner {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.slide--2024__left,
.slide--2024__right {
    width: 60%;
}

@media (min-width: 768px) {

    .slide--2024__left,
    .slide--2024__right {
        width: 50%;
    }
}

@media (min-width: 1280px) {

    .slide--2024__left,
    .slide--2024__right {
        width: 40%;
    }
}

.slide--2024__left {
    margin-right: 50px;
    align-content: center;
    padding-right: 50px;
}

@media (min-width: 768px) {
    .slide--2024__left {
        margin-right: 0;
        padding-right: 0;
    }
}

.slide--2024__left img {
    width: 100%;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .slide--2024__left img {
        max-width: 320px;
    }
}

.banner_section--2024 .slider-speakers__controls {
    bottom: -10px;
}

@media (min-width: 1024px) {
    .banner_section--2024 .slider-speakers__controls {
        bottom: 10px;
    }
}

body.home .main-heading,
body.page-template-edition-2024 .main-heading {
    display: none !important;
}

.agenda-hero {
    min-height: 0;
}

.custom-grads-top {
    position: relative !important;
    min-height: 100% !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    margin: 0 !important;
    padding: 0 !important;
}

.custom-grads-top .layer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.custom-grads-top .layer .layer-main-text {
    right: 0 !important;
}

.custom-grads-top .layer-no-par {
    top: 0 !important;
}

.custom-grads-top .layer-holder {
    display: flex;
    max-width: 200px;
    padding: 0;
}

@media (min-width: 768px) {
    .custom-grads-top .layer-holder {
        max-width: 330px;
    }
}

@media (min-width: 1024px) {
    .custom-grads-top .layer-holder {
        max-width: 370px;
    }
}

.custom-grads-top .layer-holder .layer-item {
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
}

@media (min-width: 768px) {
    .custom-grads-top .layer-holder .layer-item {
        height: 50px;
        font-size: 24px;
    }
}

.custom-grads-top .layer-holder .headline__gradient--3-2022 {
    margin: 0;
}

.custom-grads-top .headline__gradient--1-2022 {
    background: linear-gradient(to right, #1ab7fe 0%, #0868fe 51%, #0848fe 100%) !important;
}

.custom-grads-top .headline__gradient--2-2022 {
    background: linear-gradient(to right, #0847fe 0%, #173afa 51%, #1241fa 100%) !important;
}

.custom-grads-top .headline__gradient--3-2022 {
    background: linear-gradient(to right, #2837f2 0%, #7838c5 51%, #f4bb11 100%) !important;
}

.hp-custom-grads-top {
    margin-top: -30px !important;
    transform-origin: top right !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 800px) {
    .hp-custom-grads-top {
        transform: scale(0.5) translateX(-150px) !important;
        margin-top: -60px !important;
    }
}

@media (min-width: 801px) {
    .hp-custom-grads-top {
        margin-top: 50px !important;
    }
}

@media (min-width: 991px) {
    .hp-custom-grads-top {
        margin-top: 60px !important;
    }
}

.hp-custom-grads-top .layer .layer-main-text {
    margin: 0 !important;
    right: -200px !important;
}

@media (min-width: 480px) {
    .hp-custom-grads-top .layer .layer-main-text {
        right: -350px !important;
    }
}

@media (min-width: 768px) {
    .hp-custom-grads-top .layer .layer-main-text {
        right: 0 !important;
    }
}

.intro__animation {
    left: -50px;
    bottom: -100px;
    animation-name: float;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
    animation-duration: 6s;
}

section.spk {
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .spk {
        margin-top: 0;
    }
}

.spk-row {
    margin-top: 50px !important;
    justify-content: flex-start !important;
    padding-top: 10px;
}

.spk-row.hosts-row {
    justify-content: center !important;
}

@media (max-width: 1200px) {
    .spk-row {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .spk-row {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.spk-head {
    position: relative;
    display: flex !important;
    margin-top: 0 !important;
    min-height: 0 !important;
    align-items: center;
    justify-content: flex-start;
    width: 312px;
}

@media (min-width: 767px) and (max-width: 1024px) {
    .spk-head {
        width: 230px;
    }
}

@media (max-width: 767px) {
    .spk-head {
        margin-bottom: 30px;
    }
}

.spk-head-img {
    top: 0 !important;
    align-items: center;
    align-self: center;
    display: flex;
}

.spk-person {
    margin-bottom: 30px !important;
    height: 100% !important;
    width: auto;
    height: 400px;
    position: relative;
    background: #000;
}

.spk-person:hover {
    background: transparent;
}

.spk-person .box-image {
    position: absolute !important;
    display: flex !important;
    height: 100% !important;
    width: 100% !important;
    align-items: flex-end !important;
    justify-content: center !important;
}

body.page-template-edition-2023 .main-heading.spk-person .box-image {
    display: none !important;
}

.spk-person .box-image img {
    margin-top: 15px;
    transition: all 0.6s ease-in-out !important;
}

.spk-person .box-image::after {
    position: absolute;
    bottom: -35%;
    left: 0;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-content: "";
    content: var(--tw-content);
}

body.page-template-edition-2023 .main-heading.spk-person .box-image::after {
    display: none !important;
}

.spk-person .box-image::after {
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), black);
}

.spk-person .box-title {
    margin-top: 200px !important;
    width: 100% !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.spk-person .box-title small {
    font-weight: 300;
}

.spk-person:hover .box-image img {
    animation-duration: 2s !important;
    transform: scale(1.1) !important;
}

.spk-person:hover .speaker-2021-gradient {
    background-image: none;
}

.spk-person:hover .speaker-2021-gradient::before {
    top: 0;
    left: 0;
    transform: translate(0, 0) scale(1);
}

@media (min-width: 1280px) {
    .spk-person:hover .speaker-2021-gradient::before {
        left: -10px;
        transform: translate(0, 0) scale(1.05);
    }
}

.spk-person .box-btn {
    position: relative !important;
    background-color: transparent !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    color: #fff !important;
}

.spk-person .box-btn::before {
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    border-width: 3px;
    border-color: transparent;
    --tw-content: "";
    content: var(--tw-content);
}

body.page-template-edition-2023 .main-heading.spk-person .box-btn::before {
    display: none !important;
}

.spk-person .box-btn::before {
    background: linear-gradient(to right, #1d75fe 0%, #c3209a 90%, #feb605 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.spk-person .box-btn:hover {
    background: linear-gradient(to right, #1d75fe 0%, #c3209a 90%, #feb605 100%) border-box !important;
}

.speaker-2021 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 0.1s ease-in;
}

.speaker-2021::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    transform: translate(-50%, -50%);
    background: linear-gradient(to right, #feb605 0%, #c3209a 30%, #1d75fe 100%);
    z-index: -1;
    animation: rotate 2s infinite linear;
}

.speaker-2021:hover {
    padding: 3px;
    margin: -3px;
}

.speaker-2021-gradient {
    position: relative;
    background-color: #000;
    background-image: url(../images/2023-theme/speakers/corner.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 260px;
    overflow: hidden;
}

@media (min-width: 767px) {
    .speaker-2021-gradient {
        width: 260px;
    }
}

@media (min-width: 1024px) {
    .speaker-2021-gradient {
        width: 275px;
    }
}

@media (min-width: 1280px) {
    .speaker-2021-gradient {
        width: 320px;
    }
}

.speaker-2021-gradient::before {
    position: absolute;
    content: url(../images/2023-theme/speakers/circles.jpg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: all 0.4s ease-in;
    transform: translate(0, 0) scale(0);
    transform-origin: top left;
}

@media (min-width: 1280px) {
    .speaker-2021-gradient::before {
        transform: translate(0, 0) scale(0);
    }
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.speaker_image_wrapper {
    display: flex;
    justify-content: center;
}

.rounded-slot {
    background: linear-gradient(to right, #1ab7fe 0%, #0868fe 51%, #0848fe 100%) !important;
}

#speakers-anchor.spk {
    padding-bottom: 0;
}

.spk-row.anchor-speaker--row {
    justify-content: center !important;
}

.spk-row.anchor-speaker--row h3 {
    margin-top: 240px !important;
}

#hosts {
    margin-top: 0;
    padding-top: 0;
}

.spk-row--2024 .spk-person:first-child {
    margin-bottom: 100px !important;
}

.main--slider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-speakers {
    position: relative !important;
    height: 500px !important;
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    margin: 0 !important;
}

@media (min-width: 768px) {
    .slider-speakers {
        height: auto !important;
        --tw-translate-y: 1% !important;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    }
}

@keyframes floatSpeakerCircles {
    from {
        transform: scale(2.5) translate(1px, 1px) rotate3d(0, 0, 1, 0deg);
    }

    to {
        transform: scale(2.6) translate(-1px, -1px) rotate3d(0, 0, 1, 90deg);
    }
}

@media screen and (min-width: 760px) {
    @keyframes floatSpeakerCircles {
        from {
            transform: scale(1.5) translate(1px, 1px) rotate3d(0, 0, 1, 0deg);
        }

        to {
            transform: scale(1.6) translate(1px, 1px) rotate3d(0, 0, 1, 45deg);
        }
    }
}

.slider-speakers .circles {
    animation-name: floatSpeakerCircles;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
    animation-duration: 5s;
}

.slider-speakers .slide {
    position: relative;
    width: 100%;
    padding: 0;
}

.slider-speakers .slide.slick-active img {
    --tw-scale-x: .6;
    --tw-scale-y: .6;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
    .slider-speakers .slide.slick-active img {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.slider-speakers__controls {
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    text-align: center;
}

body.page-template-edition-2023 .main-heading.slider-speakers__controls {
    display: none !important;
}

@media (min-width: 1024px) {
    .slider-speakers__controls {
        bottom: 90px;
    }
}

@media (min-width: 1280px) {
    .slider-speakers__controls {
        bottom: 70px;
    }
}

.slider-speakers__ctrl {
    margin-top: 10px;
    text-align: center;
}

.slider-speakers__ctrl .btn-carousel {
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.slider-speakers__ctrl .btn-carousel,
.slider-speakers__controls .btn-carousel {
    position: relative;
    height: 40px;
    width: 40px;
    cursor: pointer;
    border-radius: 9999px;
    margin-right: 0;
    margin-left: 0;
}

.slider-speakers__ctrl .btn-carousel:before,
.slider-speakers__controls .btn-carousel:before {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-color: transparent;
    --tw-content: "";
    content: var(--tw-content);
}

body.page-template-edition-2023 .main-heading.slider-speakers__ctrl .btn-carousel:before,
body.page-template-edition-2023 .main-heading .slider-speakers__controls .btn-carousel:before {
    display: none !important;
}

.slider-speakers__ctrl .btn-carousel.prev-carousel:before,
.slider-speakers__controls .btn-carousel.prev-carousel:before {
    margin-right: 2px;
    border-right: 10px solid #fff;
}

.slider-speakers__ctrl .btn-carousel.next-carousel:before,
.slider-speakers__controls .btn-carousel.next-carousel:before {
    margin-left: px;
    border-left-width: 10px;
    border-left: 10px solid #fff;
}

.slider-speakers__content {
    display: block;
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .slider-speakers__content {
        flex-direction: row;
    }
}

.slider-speakers__content .slider-speakers__left {
    height: 300px;
    width: auto;
}

@media (min-width: 768px) {
    .slider-speakers__content .slider-speakers__left {
        height: 100%;
    }
}

.slider-speakers__content .slider-speakers__left img {
    margin-top: 5px !important;
    width: auto !important;
    transform-origin: bottom !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

@media (min-width: 768px) {
    .slider-speakers__content .slider-speakers__left img {
        margin-top: 55px !important;
    }
}

@media (min-width: 1024px) {
    .slider-speakers__content .slider-speakers__left img {
        margin-top: -10px !important;
        --tw-scale-x: 1.15 !important;
        --tw-scale-y: 1.15 !important;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    }
}

@media (min-width: 768px) {
    .slider-speakers__content .slider-speakers__right {
        padding-left: 70px;
    }
}

.slider-speakers__content img {
    margin-top: -50px;
    width: 100%;
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.slider-speakers__content h3,
.slider-speakers__content p {
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 120%;
}

.slider-speakers__content p {
    font-size: 16px;
}

@media (min-width: 768px) {
    .slider-speakers__content p {
        font-size: 18px;
    }
}

.slider-speakers__content h2 {
    position: relative;
    z-index: 50;
    margin-bottom: 20px;
    width: 100%;
    min-width: 320px;
    max-width: 320px;
    --tw-translate-y: -16px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 15px;
    font-size: 24px;
    line-height: 100%;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .slider-speakers__content h2 {
        font-size: 26px;
    }
}

.slider-speakers__content h2 span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
}

.slider-speakers {
    display: flex;
    height: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .slider-speakers {
        min-height: 500px;
    }
}

.slider-speakers--js {
    height: 100% !important;
    width: 100% !important;
}

.slider-speakers--js .slick-list {
    overflow: visible !important;
}

.sponsors .partners img {
    max-height: 60px;
}

.sponsors .partners img:first-of-type {
    max-width: 250px;
}

.sponsors .gold-media-partners img,
.sponsors .gold-partners img {
    margin-left: 25px;
    margin-right: 25px;
    max-height: 160px;
}

.sponsors .media-partners img,
.sponsors .suporting-partners img {
    max-height: 45px;
}

.sponsors .suporting-partners img {
    max-width: 90px !important;
}

section.sponsors .supporting-partners img {
    max-width: 90px !important;
}

section.sponsors .gold-partners img {
    max-height: 200px !important;
}

section.sponsors .media-partners img {
    max-height: 35px !important;
    margin-right: 20px !important;
}

.tickets-2023-gr {
    background: linear-gradient(110deg, #3205f6 0%, #4c05e7 49%, #c20aa6 80%, #fd6d0c 100%) !important;
}

.tickets-info_prices-cut {
    font-size: 16px;
}

@media (min-width: 1024px) {
    .tickets-info_prices-cut {
        font-size: 20px;
    }
}

.tickets-info_prices-cut span {
    position: relative;
    font-size: 28px;
    font-style: italic;
}

.tickets-info_prices-cut span::before {
    position: absolute;
    left: -1px;
    top: 50%;
    z-index: 50;
    height: 5px;
    width: 105%;
    --tw-rotate: -9deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    --tw-content: "";
    content: var(--tw-content);
}

body.page-template-edition-2023 .main-heading.tickets-info_prices-cut span::before {
    display: none !important;
}

.page-template-agenda .header-graph {
    background-image: url("../images/bg-header-agenda_02.jpg");
}

@media (max-width: 1560px) {
    .page-template-agenda .banner_section .header-graph .new-headline {
        padding-top: 30vh;
    }
}

#agenda_page .tab-nav {
    display: inline-block;
    padding: 0;
    font-size: 35px;
    font-family: "MMCruella400", "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    border: 1px solid #ff0679;
    border-radius: 40px;
    overflow: hidden;
}

@media (max-width: 640px) {
    #agenda_page .tab-nav {
        font-size: 20px;
    }
}

#agenda_page .tab-nav li.tab-link {
    float: left;
    margin-right: 0px;
    padding: 15px 30px;
    list-style: none;
    background: #000;
    color: white;
    cursor: pointer;
}

@media (max-width: 640px) {
    #agenda_page .tab-nav li.tab-link {
        padding: 10px 10px;
    }
}

#agenda_page .tab-nav li.tab-link.active {
    background: #ff0679;
}

#agenda_page .agenda_holder {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

#agenda_page .agenda_holder .tab-content {
    text-align: left;
}

#agenda_page .tabs .tab {
    display: none;
    font-family: "Source Sans Pro", sans-serif;
}

#agenda_page .tabs .tab.current {
    display: block;
}

#agenda_page .tabs .tab li.entry-content {
    color: #afafaf;
    overflow: hidden;
    margin-bottom: 20px;
}

#agenda_page .tabs .tab li.entry-content .activity {
    color: #f96633;
}

#agenda_page .tabs .tab li.entry-content:nth-child(odd) {
    color: #FFF;
}

#agenda_page .tabs .tab li.entry-content:nth-child(odd) .activity {
    color: #ff0679;
}

#agenda_page .tabs .tab li.entry-content p {
    font-size: 21px;
}

#agenda_page .tabs .tab .tab-content {
    padding: 0;
}

#agenda_page .tabs .activity {
    float: left;
    margin-right: 10%;
    width: 30%;
}

#agenda_page .tabs .content {
    float: left;
    width: 60%;
}

.agenda-container-2022 {
    overflow: hidden;
}

.agenda-header {
    background: url(../images/agenda/bg-header-agenda.jpg) top center, no-repeat;
    background-size: cover;
    position: relative;
    padding: 120px 0 30px;
    color: #fff;
    font-weight: normal;
}

.agenda-header h1 {
    font: 300 45px/1.2 "MMCruella400";
    margin-bottom: 40px;
}

.agenda-header h1 img {
    height: auto;
}

.agenda-header h3,
.agenda-header h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: normal;
}

.agenda-header h4 {
    color: #ee0f65;
}

@media (min-width: 768px) {
    .agenda-header {
        padding: 200px 0 30px;
    }

    .agenda-header h1 {
        margin-bottom: 100px;
        font-size: 62px;
    }

    .agenda-header h3,
    .agenda-header h4 {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

.agenda-container {
    background: #fff;
    padding: 50px 0;
    color: #000;
}

.agenda-tabs-2020 {
    border: none !important;
    border-radius: none !important;
    margin: 0 -20px;
    padding: 0;
}

.agenda-tab-2020 {
    display: inline-block;
    padding: 0 7px;
    margin-bottom: 40px;
}

@media (min-width: 480px) {
    .agenda-tab-2020 {
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .agenda-tab-2020 {
        margin-bottom: 70px;
        padding: 0 20px;
    }
}

.agenda-tab-2020.active .agenda-tab-2020__btn {
    background: linear-gradient(to right, #6a3dc3 0%, #6041ca 31%, #d6137f 57%, #942da8 100%);
}

.agenda-tab-2020.active .agenda-tab-2020__btn span {
    background: none;
    color: #fff;
}

.agenda-tab-2020__btn {
    border: none;
    cursor: pointer;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    background: linear-gradient(to right, #d6137f 0%, #942da8 31%, #6a3dc3 57%, #6041ca 100%);
    padding: 5px;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    text-shadow: none;
    outline: none;
    transition: none;
}

@media (min-width: 480px) {
    .agenda-tab-2020__btn {
        min-width: 150px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .agenda-tab-2020__btn {
        min-width: 170px;
    }
}

.agenda-tab-2020__btn span {
    display: block;
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    color: #000;
}

.agenda-tab-2020__btn:hover {
    background: linear-gradient(to right, #6a3dc3 0%, #6041ca 31%, #d6137f 57%, #942da8 100%);
    color: #fff;
}

.agenda-tabs-content-2020 {
    min-height: 500px;
}

.agenda-tabs-content-2020 .tab {
    display: none;
}

.agenda-tabs-content-2020 .tab.current {
    display: block;
}

.agenda-item-2020 {
    border-bottom: 1px solid #111;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .agenda-item-2020 {
        padding-bottom: 0;
    }
}

.agenda-item-2020:last-child {
    border-bottom: none;
}

.agenda-item-2020 [class*=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .agenda-item-2020 [class*=col-] {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.agenda-item-2020 p {
    margin: 0;
    font-size: 20px;
}

@media (min-width: 768px) {

    .agenda-item-2020__time,
    .agenda-item-2020__title {
        padding-top: 70px !important;
    }

    .agenda-item-2020__detail {
        padding-top: 50px !important;
    }
}

.agenda-item-2020__speaker-photos {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.agenda-item-2020__speaker-photos figure {
    line-height: 1;
    margin: 0;
    width: 45%;
}

.agenda-item-empty-2020 {
    padding-top: 50px;
    line-height: 1.2;
}

.agenda-item-empty-2020 h3 {
    font-size: 30px;
}

.agenda-item-notes-2020 {
    margin-top: 30px;
}

.menu-childs-schedule {
    list-style-type: none;
    margin: 50px -20px -30px;
    padding: 0 20px;
    overflow-x: scroll;
}

@media (min-width: 768px) {
    .menu-childs-schedule {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
}

.menu-childs-schedule li {
    display: inline-block;
}

@media (min-width: 768px) {
    .menu-childs-schedule li {
        margin-right: 15px;
    }
}

.menu-childs-schedule a {
    display: inline-block;
    color: #fff;
    border-radius: 20px 20px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .menu-childs-schedule a {
        padding: 15px 30px;
        font-size: 20px;
    }
}

.menu-childs-schedule .current_page_item a {
    background: #fff;
    color: #ee0f65;
}

.page-template-agenda {
    overflow: hidden;
}

.agenda-header-2021 {
    background: url(../images/2022-theme/headers/agenda-hero-bg.png) top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 20px;
    color: #fff;
    font-weight: normal;
    position: relative;
    overflow: hidden;
}

.agenda-header-2021 h1 {
    font-family: "Sonder Slab";
    margin-bottom: 40px;
    font-size: 22px;
}

.agenda-header-2021 h1 img {
    height: auto;
}

.agenda-header-2021 h3,
.agenda-header-2021 h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 10px;
}

.agenda-header-2021 h4 {
    color: #c4d534;
}

@media (min-width: 768px) {
    .agenda-header-2021 {
        padding: 200px 0 20px;
    }

    .agenda-header-2021 h1 {
        margin-bottom: 50px;
        padding-left: 20px;
        font-size: 35px;
        letter-spacing: 3px;
    }

    .agenda-header-2021 h3,
    .agenda-header-2021 h4 {
        font-size: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    .agenda-header-2021 h1 {
        margin-bottom: 100px;
        padding-left: 150px;
    }

    .agenda-header-2021 h3,
    .agenda-header-2021 h4 {
        padding-left: 150px;
    }
}

@media (min-width: 1300px) {
    .agenda-header-2021 h1 {
        font-size: 68px;
    }

    .agenda-header-2021 h3,
    .agenda-header-2021 h4 {
        font-size: 24px;
    }
}

@media (min-width: 1440px) {
    .agenda-header-2021 h1 {
        padding-left: 200px;
    }

    .agenda-header-2021 h3,
    .agenda-header-2021 h4 {
        padding-left: 200px;
    }
}

.agenda-header-2021__circle--1,
.agenda-header-2021__circle--2 {
    position: absolute;
}

.agenda-header-2021__circle--1 {
    top: -30%;
    left: -10%;
    animation-duration: 4s;
    animation-name: float;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
}

@media (max-width: 767px) {
    .agenda-header-2021__circle--1 {
        top: -40%;
        left: -40%;
    }
}

.agenda-header-2021__circle--2 {
    bottom: -30%;
    right: -10%;
    animation-duration: 8s;
    animation-name: float;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
}

@media (max-width: 767px) {
    .agenda-header-2021__circle--2 {
        bottom: 5%;
        right: -70%;
    }
}

.agenda-header-2021 .menu-childs-schedule {
    margin: 40px -20px -30px;
}

@media (min-width: 767px) {
    .agenda-header-2021 .menu-childs-schedule {
        margin: 40px 0 -30px;
    }
}

@media (min-width: 1025px) {
    .agenda-header-2021 .menu-childs-schedule {
        padding-left: 150px;
    }
}

@media (min-width: 1440px) {
    .agenda-header-2021 .menu-childs-schedule {
        padding-left: 200px;
    }
}

.agenda-header-2021 .menu-childs-schedule .current_page_item a {
    background: #fff;
    color: #be2481;
}

.agenda-container-2021 {
    font-family: "Uni Sans";
    background: #fff;
    padding: 50px 0 0;
    color: #000;
}

@media (max-width: 767px) {
    .agenda-container-2021 {
        padding: 25px 0 0;
    }
}

.agenda-container-2021 .container {
    max-width: 1075px;
}

.agenda-tabs-2021 {
    border: none !important;
    border-radius: none !important;
    margin: 0 -20px -30px;
    padding: 0;
    text-align: left;
    display: none;
}

@media (max-width: 767px) {
    .agenda-tabs-2021 {
        margin: 0 auto -15px;
    }
}

.agenda-tabs-2021 select {
    -webkit-appearance: none;
}

.agenda-tabs-2021 select option {
    background: #fff !important;
    color: #be2381 !important;
}

.agenda-tabs-2021 select option[selected] {
    background: #be2381 !important;
    color: #fff !important;
}

.agenda-tabs-2021 select#stagesSelect {
    padding: 14px !important;
    position: relative;
    min-width: 220px !important;
    width: 100%;
}

@media (min-width: 767px) {
    .agenda-tabs-2021 select#stagesSelect {
        width: auto;
    }
}

.agenda-tabs-2021 .selectWrapper {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 767px) {
    .agenda-tabs-2021 .selectWrapper {
        display: inline-block;
        margin: 0 0 0 20px;
    }
}

.agenda-tabs-2021 .selectWrapper::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 15px;
    top: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #ffffff;
    z-index: 99;
    transform: translateY(-50%) rotate(180deg);
}

.agenda-tab-2021 {
    display: inline-block;
    padding: 0 7px;
    margin-bottom: 40px;
}

@media (min-width: 480px) {
    .agenda-tab-2021 {
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .agenda-tab-2021 {
        margin-bottom: 70px;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .agenda-tab-2021 {
        padding: 0 4px;
    }
}

.agenda-tab-2021.active .agenda-tab-2021__btn {
    background: linear-gradient(to right, #660193 0%, #960e7c 31%, #b74155 57%, #c76e37 100%);
}

.agenda-tab-2021.active .agenda-tab-2021__btn span {
    color: #000;
    background: #fff;
}

.agenda-tab-2021__btn {
    border: none;
    cursor: pointer;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    background: linear-gradient(to right, #660193 0%, #960e7c 31%, #b74155 57%, #c76e37 100%);
    padding: 5px;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    outline: none;
    transition: none;
}

@media (min-width: 320px) {
    .agenda-tab-2021__btn {
        font-size: 14px;
        min-width: 120px;
    }
}

@media (min-width: 375px) {
    .agenda-tab-2021__btn {
        min-width: 140px;
    }
}

@media (min-width: 768px) {
    .agenda-tab-2021__btn {
        font-size: 16px;
        min-width: 170px;
    }
}

.agenda-tab-2021__btn span {
    display: block;
    border-radius: 50px;
    padding: 10px;
    background: linear-gradient(to right, #660193 0%, #960e7c 31%, #b74155 57%, #c76e37 100%);
}

.agenda-tab-2021__btn:hover {
    background: linear-gradient(to right, #c76e37 0%, #b74155 31%, #960e7c 57%, #660193 100%);
    color: #fff;
}

.agenda-tab-2021__btn:hover span {
    background: linear-gradient(to right, #c76e37 0%, #b74155 31%, #960e7c 57%, #660193 100%);
    color: #fff;
}

.agenda-tab-2021.main-stage__cta .agenda-tab-2021__btn {
    background: linear-gradient(to right, #660193 0%, #960e7c 31%, #b74155 57%, #c76e37 100%);
}

.agenda-tabs-content-2021 {
    min-height: 500px;
}

.agenda-tabs-content-2021 .tab {
    display: none;
}

.agenda-tabs-content-2021 .tab.current {
    display: block;
}

.agenda-tabs-content-2022--home {
    background: #fff;
}

.agenda-item-2021 {
    border-bottom: 1px solid #111;
    text-transform: uppercase;
    font-size: 20px;
    padding: 25px 0 0;
    margin: 0 auto;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.agenda-item-2021:last-child {
    border-bottom: none;
}

.agenda-item-2021 [class*=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .agenda-item-2021 [class*=col-] {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.agenda-item-2021 p {
    font-size: 20px;
    margin: 0;
}

@media (min-width: 1024px) {
    .agenda-item-2021 p {
        font-size: 28px;
    }
}

.agenda-item-2021 .agenda-time-and-title {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 767px) {
    .agenda-item-2021 .agenda-time-and-title {
        margin-right: 5px;
        align-self: center;
        justify-self: flex-start;
    }
}

.agenda-item-2021 .agenda-time-and-title .agenda-item-2021__time p:first-of-type {
    margin-right: auto;
}

@media (min-width: 768px) {
    .agenda-item-2021 .agenda-time-and-title .agenda-item-2021__time p:first-of-type {
        padding-left: 30px;
    }
}

@media (min-width: 767px) {
    .agenda-item-2021 .agenda-time-and-title .agenda-item-2021__time {
        margin-right: 0;
    }
}

.agenda-item-2021 .agenda-time-and-title--row-simple {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media (min-width: 767px) {
    .agenda-item-2021 .agenda-time-and-title--row-simple {
        width: 28%;
        margin-right: 5px;
        align-self: center;
        justify-self: flex-start;
    }
}

.agenda-item-2021 .agenda-time-and-title--row-simple .agenda-item-2021__time {
    width: 50%;
}

@media (min-width: 767px) {

    .agenda-item-2021 .agenda-time-and-title--row-simple .agenda-item-2021__time,
    .agenda-item-2021 .agenda-time-and-title--row-simple .agenda-item-2021__title {
        flex: 1 1 100%;
    }
}

.agenda-item-2021 .speaker-wrapper {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 767px) {
    .agenda-item-2021 .speaker-wrapper {
        width: 66%;
    }

    .agenda-item-2021 .speaker-wrapper .agenda-item-2021__speaker-detail {
        flex: 0 0 85%;
    }
}

@media (min-width: 1024px) {
    .agenda-item-2021 .speaker-wrapper .agenda-item-2021__speaker-detail {
        flex: 0 0 60%;
        min-width: 305px;
    }
}

.agenda-item-2021 .speaker-wrapper .agenda-item-2021__speaker-photo {
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .agenda-item-2021 .speaker-wrapper .agenda-item-2021__speaker-photo {
        margin-left: -40px;
    }
}

.agenda-item-2021.agenda-item--simple .agenda-item-2021__speaker-photo {
    display: flex;
}

@media (min-width: 768px) {
    .agenda-item-2021.agenda-item--simple .agenda-item-2021__speaker-photo {
        flex: 0 0 30%;
        justify-content: center;
    }

    .agenda-item-2021__time,
    .agenda-item-2021__title {
        flex: 0 0 15%;
    }
}

@media (max-width: 767px) {

    .agenda-item-2021__time p,
    .agenda-item-2021__title p {
        text-align: left !important;
    }
}

@media (min-width: 1024px) {

    .agenda-item-2021__time,
    .agenda-item-2021__title {
        padding-top: 25px !important;
    }
}

.agenda-item-2021__time b,
.agenda-item-2021__time strong,
.agenda-item-2021__time span,
.agenda-item-2021__title b,
.agenda-item-2021__title strong,
.agenda-item-2021__title span {
    text-transform: none;
    color: #8eda78;
    font-weight: normal;
}

.agenda-item-2021__time {
    color: #000;
    display: flex;
}

.agenda-item-2021__time span {
    color: #8eda78;
}

@media (min-width: 768px) {
    .agenda-item-2021__detail {
        padding-top: 50px !important;
    }
}

.agenda-item-2021__speaker-detail {
    width: auto;
    flex: 0 0 40%;
    margin-left: auto;
    margin-top: 20px;
}

@media (min-width: 1024px) {
    .agenda-item-2021__speaker-detail {
        margin-top: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.agenda-item-2021__speaker-detail h3 {
    line-height: 120%;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .agenda-item-2021__speaker-detail {
        flex: 0 0 100%;
        padding-bottom: 40px;
        padding-right: 0;
        padding-left: 0;
    }
}

.agenda-item-2021__speaker-detail p {
    font-weight: 500;
}

.agenda-item-2021__speaker-detail b,
.agenda-item-2021__speaker-detail strong,
.agenda-item-2021__speaker-detail span {
    text-transform: none;
    color: #8eda78;
    font-weight: normal;
}

.agenda-item-2021__ending-detail {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
}

.agenda-item-2021__ending-detail p {
    font-weight: 500;
    padding-top: 5px;
}

.agenda-item-2021__speaker-photo {
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .agenda-item-2021__speaker-photo {
        flex: 0 0 100%;
    }
}

.agenda-item-2021__speaker-photos {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.agenda-item-2021__speaker-photos--row {
    margin-right: 1rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    padding: 0;
}

@media (min-width: 640px) {
    .agenda-item-2021__speaker-photos--row {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .agenda-item-2021__speaker-photos--row {
        align-items: center;
    }

    .agenda-item-2021__speaker-photos--row:has(.speaker-col) {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .agenda-item-2021__speaker-photos--row:has(.speaker-col) figure {
        padding-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    .agenda-item-2021__speaker-photos--row:has(.speaker-col) .agenda-item-2021__speaker-detail:has(.speaker-col) {
        margin-left: auto;
        margin-right: auto;
        min-width: 230px;
        max-width: 230px;
    }

    .agenda-item-2021__speaker-photos:has(.speaker-col) {
        max-width: 70%;
    }
}

.agenda-item-2021__speaker-photos:has(.speaker-last) {
    max-width: 100%;
    margin-left: 0;
}

@media (min-width: 1024px) {
    .agenda-item-2021__speaker-photos:has(.speaker-last) {
        margin-left: auto;
        max-width: 45%;
    }
}

.agenda-item-2021 .speaker-wrapper .agenda-item-2021__speaker-detail:has(.speaker-last) {
    min-width: 300px;
}

.agenda-item-2021__speaker-photos figure {
    line-height: 1;
    margin: 5px;
    max-width: 140px;
}

.agenda-item-2021__speaker-photos figure img {
    min-width: 100px;
}

@media (min-width: 767px) {
    .agenda-item-2021__speaker-photos figure {
        max-width: 100px;
    }
}

@media (min-width: 1200px) {
    .agenda-item-2021__speaker-photos figure {
        max-width: 140px;
        min-width: 140px;
    }
}

.agenda-item-empty-2021 {
    padding-top: 50px;
    line-height: 1.2;
}

.agenda-item-empty-2021 h3 {
    font-size: 30px;
}

.agenda-item-notes-2021 p {
    font-size: 17px;
}

.menu-childs-schedule {
    list-style-type: none;
    margin: 100px -20px -30px;
    padding: 0 20px;
    overflow-x: auto;
}

@media (min-width: 768px) {
    .menu-childs-schedule {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
}

.menu-childs-schedule li {
    display: inline-block;
}

@media (min-width: 768px) {
    .menu-childs-schedule li {
        margin-right: 15px;
    }
}

.menu-childs-schedule a {
    display: inline-block;
    color: #fff;
    border-radius: 20px 20px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .menu-childs-schedule a {
        padding: 15px 30px;
        font-size: 20px;
    }
}

.menu-childs-schedule .current_page_item a {
    background: #fff;
    color: #ee0f65;
}

.main-stage__cta span {
    padding: 3px;
    background: linear-gradient(to right, #660193 0%, #960e7c 31%, #b74155 57%, #c76e37 100%);
    color: #fff;
}

.schedule__banner--2021 {
    background: #000;
    color: #fff;
    font-family: "Sonder Slab";
    font-size: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    position: relative;
    z-index: 1;
    line-height: 140%;
}

.schedule__banner--2021 p {
    font-size: 35px;
}

.schedule__banner--2021::before {
    content: "";
    position: absolute;
    width: 200vw;
    height: calc(100% + 3px);
    top: -1px;
    left: -50%;
    background: #000;
    z-index: -1;
}

.schedule__orange-row--2021 {
    background: #d16c39;
    position: relative;
    z-index: 1;
}

.schedule__orange-row--2021::before {
    content: "";
    position: absolute;
    width: 200vw;
    height: calc(100% + 3px);
    top: -1px;
    left: -50%;
    background: #d16c39;
    z-index: -1;
}

.schedule__orange-row--2021 .agenda-item-2021__time {
    color: #fff;
}

.schedule__orange-row--2021 .agenda-item-2021__speaker-detail p b,
.schedule__orange-row--2021 .agenda-item-2021__speaker-detail p strong {
    text-transform: none;
    color: #fff;
    font-weight: normal;
}

.schedule__orange-row--2021 .agenda-item-2021__speaker-detail p span {
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
}

.schedule__break-row--2021 {
    background: #8eda78;
    color: #000;
    position: relative;
    z-index: 1;
}

.schedule__break-row--2021::before {
    content: "";
    position: absolute;
    width: 200vw;
    height: calc(100% + 3px);
    top: -1px;
    left: -50%;
    background: #8eda78;
    z-index: -1;
}

.schedule__break-row--2021.break-yellow {
    background: #b9d745;
}

.schedule__break-row--2021.break-yellow::before {
    content: "";
    position: absolute;
    width: 200vw;
    height: calc(100% + 3px);
    top: -1px;
    left: -50%;
    background: #b9d745;
    z-index: -1;
}

.schedule__break-row--2021 .agenda-item-2021__time {
    color: #fff;
}

.agenda-container-2021 {
    background: rgb(18, 1, 73);
    color: white;
}

.agenda-item-2021 {
    text-transform: none;
}

.schedule__break-row--2021 {
    background: transparent;
    color: #fff;
}

.schedule__break-row--2021::before,
.schedule__break-row--2021::after {
    display: none;
}

.agenda-item-2021__time {
    align-items: flex-end;
}

.agenda-item-2021__time p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
}

.agenda-item-2021__time p strong {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
}

.agenda-item-2021__time p:first-of-type {
    width: 30%;
    border-bottom: 15px solid #B41E8E;
    padding-bottom: 1rem;
}

.agenda-item-2021__time p:nth-of-type(2) {
    padding-bottom: 20px;
    padding-left: 1rem;
    line-height: 120%;
    font-family: "Uni Sans";
    width: 70%;
    border-bottom: 2px solid #fff;
    color: #B41E8E;
    margin-bottom: 6px;
}

@media (min-width: 1024px) {
    .agenda-item-2021__time p:nth-of-type(2) {
        padding-bottom: 30px;
        padding-left: 2rem;
    }
}

.agenda-item-2021__title {
    margin-top: 0;
    padding-top: 0;
    font-family: "Uni Sans Book";
}

.agenda-item-2021__title h3 {
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 0;
    padding-top: 0;
}

@media (min-width: 1024px) {
    .agenda-item-2021__title h3 {
        font-size: 30px;
    }
}

.agenda-item-2021__title span {
    display: flex;
    align-items: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    color: #fff;
}

.agenda-item-2021__title span img {
    margin-left: 20px;
    max-height: 45px;
    width: auto;
}

@media (min-width: 1024px) {
    .agenda-item-2021__title span img {
        max-height: 60px;
    }
}

.agenda-item-2021__title br {
    display: none;
}

.agenda-text--image {
    display: flex;
    align-items: flex-end;
    padding-bottom: 15px;
    font-size: 20px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    flex-direction: row;
    color: #fff;
}

@media (min-width: 1024px) {
    .agenda-text--image {
        align-items: flex-end;
        font-size: 24px;
        flex-direction: row;
    }
}

.agenda-text--image img {
    margin-left: 20px;
    max-height: 45px;
    width: auto;
    padding-top: 10px;
}

@media (min-width: 1024px) {
    .agenda-text--image img {
        margin-left: 20px;
        max-height: 60px;
        padding-top: 0;
    }
}

.agenda-item-2021__speaker-photo {
    width: 100%;
    margin-left: 0;
}

.agenda-item-2021__speaker-photos {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-top: 30px;
    flex-wrap: nowrap;
}

@media (min-width: 1024px) {
    .agenda-item-2021__speaker-photos {
        flex-direction: row;
    }
}

.agenda-item-2021__speaker-photos h3 {
    font-size: 24px;
}

.agenda-item-2021__speaker-photos .speaker-title {
    max-width: 300px;
    font-size: 16px;
}

.agenda-container-2021 {
    font-family: "Uni Sans Book";
    background-image: url(/wp-content/themes/IAA_2023/assets/images/2023-theme/backgrounds/bg-hero.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.agenda-container-2021 .container {
    padding-bottom: 50px;
}

.agenda-item-2021__speaker-photos h3,
.agenda-item-2021__time {
    font-family: "Uni Sans";
}

.agenda-item-2021__speaker-photos .speaker-title {
    line-height: 120%;
}

.agenda-item-2021__title p {
    font-size: 20px;
}

@media (min-width: 1024px) {
    .agenda-item-2021__title p {
        font-size: 24px;
    }
}

.lpfm-hero {
    position: relative;
    min-height: 500px;
    background-image: url("../images/2024-theme/lp-fernando/bg-hero.jpg");background-image: url("../images/2024-theme/lp-fernando/");
    background-size: cover;
    background-position: center;
}

.lpfm-hero-conference {
    position: relative;
    min-height: 500px;
    background-image: url("../images/2024-theme/lp-fernando-conference/bg-hero.jpg");
    background-size: cover;
    background-position: center;
}

.lpfm-cfb .headline__gradient--1-2024 {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
    --tw-gradient-from: #469aea var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(70 154 234 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
    --tw-gradient-to: #d14293 var(--tw-gradient-to-position) !important;
}

.lpfm-cfb .headline__gradient--2-2024 {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
    --tw-gradient-from: #d14293 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(209 66 147 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
    --tw-gradient-to: #ef386e var(--tw-gradient-to-position) !important;
}

.lpfm-cfb .headline__gradient--3-2024 {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
    --tw-gradient-from: #ef386e var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgb(239 56 110 / 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
    --tw-gradient-to: #fc2c29 var(--tw-gradient-to-position) !important;
}

body.page-template-edition-2023 .main-heading.absolute {
    display: none !important;
}

.special-incentive {
    color: #EABE00;
    font-size: 28px;
    text-align: center;
    padding: 40px 0px;
}

.special-incentive a {
    text-decoration: underline;
}

.special-incentive-container {
    max-width: 1220px;
    margin: 0px auto;
    color: white;
    padding: 100px 20px;
}

.special-incentive-container h1 {
    margin: 0px auto;
    font-size: 32px;
    color: #EABE00;
    text-align: center;
    margin-bottom: 10px;
}

.special-incentive-container h2 {
    margin: 0px auto;
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
}

.special-incentive-container p {
    font-size: 24px;
    margin: 20px 0px;
}

.special-incentive-container ul {
    margin-left: 20px;
}

.special-incentive-container ul li {
    font-size: 20px;
    margin-bottom: 10px;
}

.special-incentive-banner {
    padding: 100px 20px 50px;
    z-index: 10000;
}

.banner_section--inner-pages {
    min-height: none;
    max-height: none;
}

.special-incentive-codes {
    padding-top: 0px;
}

.special-incentive-codes h2 {
    font-weight: bold;
    font-size: 28px;
    color: #0D47FC;
}

.special-incentive-codes p {
    text-align: center;
}


section.spk .spk-row .spk-person .box-title.gradient-2,
section.spk .spk-row .spk-person .box-title.gradient-1 {
    background: none;
}