@charset "UTF-8";
.category-link, .dialog[open], .file, .filter__list, .folder, .pagination__page, .strongway, .w2o {
    transition: ease .25s all
}

.addon__thumbnail, .box, .category-link, .committee-selection__thumbnail, .committee__thumbnail, .coupon-form__applied, .dialog:modal, .field--highlight, .file, .file__thumbnail, .folder, .pagination__page, .use-terms {
    border-radius: .35714rem
}

.dialog, .use-terms__text {
    scrollbar-width: thin;
    scrollbar-color: #e5e5e5 transparent
}

.dialog::-webkit-scrollbar, .use-terms__text::-webkit-scrollbar {
    width: 6px
}

.dialog::-webkit-scrollbar-track, .use-terms__text::-webkit-scrollbar-track {
    background: 0 0
}

.dialog::-webkit-scrollbar-thumb, .use-terms__text::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    border-radius: 3px
}

.field {
    display: block
}

.field__label {
    margin-bottom: 10px
}

.field--horizontal {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center
}

.field--horizontal .field__input {
    width: auto
}

.field--highlight {
    padding: 24px;
    background-color: #f8f8f8
}

.fieldset {
    font-size: 1rem;
    display: flex;
    flex-flow: column wrap;
    flex: 1 1 auto;
    gap: 24px
}

.fieldset + .fieldset {
    border-top: .14286rem solid #e5e5e5;
    margin-top: 24px;
    padding-top: 24px
}

.fieldset__legend {
    margin-bottom: 0
}

.dialog {
    max-width: 90vw;
    max-height: 90vh;
    color: #353535;
    padding: 0;
    margin: auto;
    opacity: 0;
    transform: scale(.5);
    display: none;
    pointer-events: none
}

.dialog[open] {
    display: flex;
    opacity: 1;
    transform: scale(1);
    pointer-events: initial
}

.dialog:modal {
    max-width: 90vw;
    padding: 24px;
    background-color: #fff
}

.dialog::backdrop {
    background-color: rgba(0, 0, 0, .8);
    backdrop-filter: blur(.35714rem)
}

.dialog__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 2.14286rem;
    height: 2.14286rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(255, 255, 255, .5)
}

.dialog__iframe {
    display: block;
    max-width: calc(100% + 48px);
    height: auto;
    aspect-ratio: 16/9;
    margin: 0 -24px -24px
}

.carousel__title {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 auto 0 0;
    padding: 0 10px
}

@media only screen and (max-width: 1024px) {
    .carousel__title {
        padding: 0;
        margin: 0 auto
    }
}

.carousel__control {
    display: flex;
    flex: 1 1 auto;
    gap: 30px;
    justify-content: flex-end;
    align-items: flex-end
}

@media only screen and (max-width: 768px) {
    .carousel__control {
        order: 3;
        width: 100%;
        justify-content: space-between;
        margin: 0
    }

    .carousel__control--centered {
        justify-content: center
    }
}

.carousel__arrows {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #353535;
    padding: .35714rem 0;
    font-size: 1.14286rem
}

@media only screen and (max-width: 768px) {
    .carousel__arrows {
        font-size: 1.71429rem
    }
}

.carousel__arrows--left, .carousel__arrows--right {
    background-color: transparent;
    line-height: 0
}

.carousel__arrows:focus, .carousel__arrows:focus-visible {
    box-shadow: none;
    outline: 0
}

.carousel__arrows:hover {
    color: #5d5d5d
}

.model-icons {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    width: 100%
}

@media screen and (min-width: 1200px) {
    .model-icons {
        margin-left: auto;
        margin-right: auto;
        max-width: 90%
    }

    .model-icons--small {
        margin-left: auto;
        margin-right: auto;
        max-width: 75%
    }
}

.model-icons__item {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: fit-content
}

.model-icons__image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    padding: 2.85714rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    max-width: 90%;
    aspect-ratio: 1/1
}

@media only screen and (max-width: 768px) {
    .model-icons__image-container {
        padding: 2.5rem
    }
}

.model-icons--small .model-icons__image-container {
    padding: 30px
}

.model-icons__image {
    min-width: 7.14286rem
}

@media only screen and (max-width: 1024px) {
    .model-icons__image {
        min-width: 4.28571rem
    }
}

@media only screen and (max-width: 768px) {
    .model-icons__image {
        min-width: 3.42857rem;
        height: 75px !important;
    }
}

.model-icons--small .model-icons__image {
    min-width: 4.64286rem
}

@media only screen and (max-width: 1024px) {
    .model-icons--small .model-icons__image {
        min-width: 3.57143rem
    }
}

@media only screen and (max-width: 768px) {
    .model-icons--small .model-icons__image {
        min-width: 2.85714rem
    }
}

.model-icons__info {
    display: flex;
    flex-flow: column wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 24px
}

.model-icons__title {
    font-size: 14px;
    font-weight: bolder;
    text-transform: uppercase
}

.model-icons__description {
    font-size: 14px;
    text-align: center
}

.model-icons__control {
    justify-content: center;
    width: 100%
}

.attachment__caption {
    display: none;
}

.rich-editor img {
    float: left;
    margin: 0 15px 15px 0;
    max-width: 50%;
}

.event-card__image-container {
    position: relative;
    margin-bottom: 24px;
    text-align: center;
}

.event-card__image {
    width: auto;
    height: auto;
    border-radius: .35714rem;
    overflow: hidden;
    position: relative
}

.event-card__image img {
    border-radius: .35714rem;
    overflow: hidden;
    width: 100%
}

.event-card__info {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    margin-top: 10px
}

.event-card__location {
    display: flex;
    gap: 10px;
    background: #353535;
    border-radius: .35714rem;
    color: #fff;
    padding: calc(10px / 2) 10px;
    text-transform: uppercase
}

.event-card__location--overlay {
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 .35714rem
}

.event-card__date {
    color: #bb9b49;
    text-transform: uppercase;
    font-weight: 700
}

.event-card__time {
    font-weight: 700
}

.event-card__time::before {
    content: "";
    border-left: .21429rem solid #e5e5e5;
    margin-right: calc(24px / 2);
    margin-left: calc(24px / 2 * -1);
    vertical-align: middle
}

.event-card__label {
    font-weight: 700
}

.event-card__description {
    font-weight: 400
}

.search-bar {
    position: relative
}

.search-bar__input {
    padding-right: 2.71429rem
}

.search-bar__button {
    width: 2.71429rem;
    height: 2.71429rem;
    position: absolute;
    top: .21429rem;
    right: .21429rem;
    background: 0 0
}

.search-bar--is-large .search-bar__input {
    padding: 24px;
    padding-right: 2.71429rem;
    height: 5.42857rem;
    font-size: clamp(1.14286rem, 3vw, 1.78571rem)
}

@media screen and (min-width: 769px) {
    .search-bar--is-large .search-bar__input {
        height: 5.42857rem;
        padding: 24px 5rem;
        text-align: center
    }
}

.search-bar--is-large .search-bar__button {
    font-size: 1.71429rem;
    top: 50%;
    right: 24px;
    transform: translateY(-50%)
}

.title-nav {
    display: flex;
    align-items: center;
    gap: 10px
}

.title-nav__link {
    display: inline-flex;
    align-items: center
}

.title-nav__icon {
    font-size: 1.71429rem
}

.title-nav__title {
    margin: 0
}

.file-uploader {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.file-uploader__alert {
    color: red !important;
    font-size: .85714rem;
    margin-top: 10px;
    text-align: center;
    text-transform: none !important
}

.file-uploader__label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: .35714rem;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    background-color: #e5e5e5;
    font-family: Lora, serif
}

.file-uploader__button {
    width: fit-content
}

.file-uploader__wrapper {
    display: none;
    flex-direction: column;
    gap: 10px
}

@media only screen and (min-width: 769px) {
    .file-uploader__wrapper {
        max-height: 28.57143rem;
        overflow: auto;
        scrollbar-width: thin
    }
}

.file-uploader__item {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    gap: 10px;
    border-radius: .35714rem;
    background-color: rgba(229, 229, 229, .5);
    padding: 24px
}

.file-uploader__delete {
    position: absolute;
    top: 24px;
    right: 24px;
    font-weight: 700;
    cursor: pointer;
    background-color: transparent
}

.file-uploader__add {
    display: none;
    margin: auto 0 0 0;
    color: #353535;
    text-transform: uppercase;
    cursor: pointer
}

.file-uploader__submit {
    display: none
}

.file-uploader__input, .file-uploader__select {
    border: .14286rem solid #5c5c5c;
    border-radius: .35714rem;
    padding: 10px
}

.file-uploader__input {
    color: #838383
}

.file-uploader__input::-webkit-file-upload-button {
    display: none
}

.file-uploader__buttons {
    display: flex;
    gap: 10px
}

.file-uploader--has-files :where(.file-uploader__button), .file-uploader--has-files :where(.file-uploader__label) {
    display: none
}

.file-uploader--has-files :where(.file-uploader__wrapper,.file-uploader__add,.file-uploader__submit) {
    display: flex
}

.pagination {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.14286rem;
    gap: .35714rem;
    text-transform: uppercase;
    font-weight: 700
}

@media (min-width: 769px) {
    .pagination {
        gap: 10px
    }
}

.pagination__page {
    display: inline-flex;
    justify-center: flex-end;
    align-items: center;
    padding: .35714rem 10px;
    gap: .35714rem
}

.pagination__page:hover {
    background-color: #e5e5e5
}

.pagination__page--state--current {
    color: #bb9b49
}

.pagination__page--type--next, .pagination__page--type--prev {
    display: flex
}

.pagination__page--state--disabled {
    display: none
}

.pagination__link {
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.pagination__icon {
    font-size: 24px
}

.box {
    padding: 24px;
    background-color: #f8f8f8;
    color: #353535
}

@media screen and (min-width: 769px) {
    .box {
        padding: 50px
    }
}

.box__title {
    font-size: clamp(2.85714rem, 5vw, 4.28571rem)
}

.box--negative {
    background-color: #000;
    color: #fff
}

.box--positive {
    background-color: #fff;
    color: #353535
}

.about-us__content {
    display: flex;
    gap: 50px;
    overflow: hidden
}

@media only screen and (max-width: 1024px) {
    .about-us__content {
        flex-flow: column wrap;
        gap: 24px
    }
}

.about-us__video {
    flex: 1 1 auto;
    width: 100%;
    background-color: #f8f8f8;
    aspect-ratio: 16/9;
    position: relative
}

@media only screen and (max-width: 1024px) {
    .about-us__video {
        display: flex
    }
}

.about-us__video iframe {
    aspect-ratio: 16/9;
    border-radius: .35714rem
}

.about-us__info {
    flex: 1 0 25.57143rem;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .about-us__info {
        flex-basis: auto
    }
}

.about-us__description {
    align-items: center;
    gap: 24px;
    color: #000;
    font-size: 2.85714rem;
    font-weight: 400;
    line-height: 1.2
}

@media only screen and (max-width: 768px) {
    .about-us__description {
        font-size: 2.14286rem
    }
}

.about-us__button.button {
    color: #353535;
    align-self: flex-start;
    font-size: 14px;
    text-transform: uppercase
}

.mib-section {
    display: flex;
    height: auto;
    max-width: 1200px;
    background: var(--mib-background-image) no-repeat right;
    background-color: #000;
    padding: 50px 50px 0;
    position: relative;
    overflow: hidden;
    border-radius: .35714rem
}

@media only screen and (max-width: 768px) {
    .mib-section {
        padding: 50px
    }
}

.mib-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #000 0, rgba(0, 0, 0, 0) 100%);
    z-index: 1
}

@media only screen and (max-width: 768px) {
    .mib-section:after {
        display: none
    }
}

.mib-section__content {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    padding: 50px 50px 0;
    gap: 24px;
    z-index: 2
}

@media only screen and (max-width: 768px) {
    .mib-section__content {
        padding: 0
    }
}

.mib-section__info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column wrap;
    color: #fff;
    margin-right: 50px
}

@media only screen and (max-width: 768px) {
    .mib-section__info {
        margin-right: 0
    }
}

.mib-section__description {
    display: flex;
    flex-flow: column wrap;
    font-size: 14px;
    margin-bottom: 24px
}

.mib-section__overlay {
    background-color: #bb9b49;
    padding: 0 24px;
    color: #fff;
    width: fit-content;
    font-size: 7.14286rem;
    line-height: 0;
    border-radius: .35714rem .35714rem 0 0
}

@media only screen and (max-width: 768px) {
    .mib-section__overlay {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 5.35714rem;
        border-radius: 0 0 0 .35714rem
    }
}

.mib-section__button .button {
    color: #fff;
    text-transform: uppercase
}

@media only screen and (max-width: 768px) {
    .mib-section__button .button {
        width: 100%
    }
}

.testimonials {
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width: 768px) {
    .testimonials {
        gap: 24px
    }
}

.testimonials__content {
    display: flex;
    flex-flow: column wrap;
    gap: 24px;
    background-color: #f8f8f8;
    overflow: hidden;
    width: 100%;
    margin-top: 24px
}

.testimonials__item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 50px
}

@media only screen and (max-width: 768px) {
    .testimonials__item {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

.testimonials__info {
    display: flex;
    flex-flow: column wrap;
    gap: 10px;
    text-align: left
}

@media only screen and (max-width: 768px) {
    .testimonials__info {
        text-align: center
    }
}

.testimonials__description {
    font-size: 1rem;
    padding-right: 50px;
    color: #353535
}

@media only screen and (max-width: 768px) {
    .testimonials__description {
        padding-right: 0
    }
}

.testimonials__name {
    font-size: 16px;
    font-weight: bolder;

}


.testimonials__image img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 100px;
    height: 90px;
}

@media only screen and (max-width: 768px) {
    .testimonials__image img {
        width: 100px;
        height: 100px;
    }
}

.partnership {
    padding: 50px;
    background-color: #f8f8f8;
    margin-bottom: -4.28571rem
}

.partnership__content {
    display: flex;
    flex-flow: column wrap;
    gap: 50px;
    border-radius: .35714rem;
    padding-bottom: 50px
}

.partnership__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center
}

.partnership__title {
    margin-bottom: 0;
    line-height: 1.2;
    text-align: center
}

.partnership__description {
    font-size: 1rem;
    text-wrap: balance;
    text-align: center
}

.portfolio-partners {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    gap: 50px;
    overflow: hidden
}

@media only screen and (max-width: 768px) {
    .portfolio-partners__title {
        font-size: 2.14286rem
    }
}

.portfolio-partners__info {
    display: flex;
    flex-flow: column wrap;
    gap: 24px;
    justify-content: center;
    align-items: center
}

.portfolio-partners__info__h1 {
    font-size: 2.85714rem;
    font-weight: bolder
}

.portfolio-partners__info {
    text-align: center;
    text-wrap: balance
}

.portfolio-partners__control {
    order: unset;
    justify-content: center;
    width: 100%
}

.category-link {
    font-weight: 700;
    background-color: #353535;
    color: #fff;
    padding: 10px
}

.category-link:focus, .category-link:hover {
    background-color: #5c5c5c
}

.folder {
    background-color: #f8f8f8;
    padding: 24px;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: flex-start
}

.folder:focus, .folder:hover {
    background-color: #e5e5e5
}

.folder__icon {
    font-size: 1.42857rem;
    margin-bottom: 10px
}

.folder__name {
    font-weight: 700;
    font-size: 1.14286rem
}

.file {
    background-color: #f8f8f8;
    padding: 10px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px
}

.file:focus, .file:hover {
    background-color: #e5e5e5
}

.file__thumbnail {
    aspect-ratio: 1/1;
    object-fit: scale-down;
    background-color: #fff
}

.file__more-info {
    flex-shrink: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 1ex
}

.file__dialog-title, .file__name {
    font-weight: 700
}

.file__description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1
}

.file__icon {
    font-size: 1.14286rem
}

.file__dialog {
    max-width: 85.71429rem
}

.tickets-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 50px 0
}

.tickets-section__title {
    text-align: center;
    justify-content: center;
    color: #fff
}

.tickets-section__wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 24px
}

@media only screen and (max-width: 768px) {
    .tickets-section__wrapper {
        flex-flow: column wrap
    }
}

.ticket-card {
    width: 100%;
    /*min-height: 200px;*/
    display: flex;
    flex-flow: column wrap;
    gap: 24px;
    padding: 50px;
    border-radius: .35714rem;
    border: .14286rem solid currentColor;
    position: relative;
    color: inherit;
    justify-content: flex-start
}

.ticket-card--disable {
    border-color: #5c5c5c
}

.ticket-card--disable .ticket-card__body, .ticket-card--disable .ticket-card__header, .ticket-card--disable .ticket-card__price {
    opacity: .35;
    text-decoration: line-through
}

.ticket-card__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 50px 0
}

.ticket-card__list {
    display: flex;
    gap: 24px
}

@media only screen and (max-width: 768px) {
    .ticket-card__list {
        flex-flow: column wrap
    }
}

.ticket-card__wrapper {
    display: flex;
    gap: 24px;
    align-items: stretch
}

@media only screen and (max-width: 768px) {
    .ticket-card__wrapper {
        flex-flow: column wrap
    }
}

.ticket-card__overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: .35714rem 0 .35714rem 0;
    color: #fff;
    background: #bb9b49;
    position: absolute;
    top: -.14286rem;
    left: -.14286rem;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 6px 10px;
    font-weight: 700;
    line-height: 0
}

.ticket-card--disable .ticket-card__overlay {
    background-color: #5c5c5c
}

.ticket-card__header {
    display: flex;
    flex-flow: column wrap;
    gap: 10px
}

.ticket-card__footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto
}

.ticket-card__price {
    font-weight: 700;
    line-height: 1;
    font-size: 1.14286rem
}

.ticket-card__title {
    line-height: 1;
    text-transform: uppercase;
    font-size: 1.78571rem
}

.ticket-card__benefits {
    display: flex;
    flex-flow: column wrap;
    gap: 10px;
    padding-left: 24px;
    border-left: .14286rem solid #5c5c5c;
    column-count: 2
}

.ticket-card__link {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 0;
    padding: 10px 20px;
    width: fit-content;
    text-decoration: none
}

.ticket-card--disable .ticket-card__link {
    pointer-events: none;
    opacity: .35
}

.ticket-card--type--radio {
    background-color: #fff;
    color: #353535;
    border-color: rgba(53, 53, 53, .15)
}

.ticket-card--type--radio .ticket-card__body {
    column-gap: 24px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center
}

@media screen and (min-width: 769px) {
    .ticket-card--type--radio {
        flex-flow: row;
        justify-content: flex-start;
        align-items: center
    }
}

.ticket-card--type--radio.ticket-card--disable {
    cursor: not-allowed
}

.ticket-card__input {
    position: fixed
}

.ticket-card__input:focus + .ticket-card {
    border-color: #aaa
}

.ticket-card__input:checked + .ticket-card .addon__fake-checkbox, .ticket-card__input:checked + .ticket-card .ticket-card__fake-radio {
    border-color: #353535;
    background-color: #353535;
    color: #fff
}

.ticket-card__input:checked + .ticket-card .addon__check, .ticket-card__input:checked + .ticket-card .ticket-card__check {
    display: inline
}

.addon__fake-checkbox, .ticket-card__fake-radio {
    border: .14286rem solid #353535;
    width: 1.42857rem;
    height: 1.42857rem;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ticket-card--disable .addon__fake-checkbox, .ticket-card--disable .ticket-card__fake-radio {
    opacity: .5
}

.addon__check, .ticket-card__check {
    font-size: .71429rem;
    display: none
}

.event-description__button {
    font-size: 1rem
}

.event-description__info {
    display: flex;
    flex-flow: column wrap;
    gap: 10px
}

.event-description__summary {
    display: flex;
    background-color: #f8f8f8;
    padding: 50px;
    gap: 50px;
    align-items: center;
    border-radius: .35714rem;
    margin: 50px auto
}

@media only screen and (max-width: 1200px) {
    .event-description__summary {
        padding: 24px;
        gap: 24px;
        margin: 24px auto
    }
}

@media only screen and (max-width: 768px) {
    .event-description__summary {
        flex-flow: column wrap
    }
}

.event-description__summary .content {
    width: 60%;
    padding-right: 50px;
    /*border-right: .14286rem solid #e5e5e5*/
}

.event-description__image {
    padding-left: 50px;
    border-left: .14286rem solid #e5e5e5
}

@media only screen and (max-width: 768px) {
    .event-description__summary .content {
        border: none;
        padding: 0;
        width: 100%
    }
}

.event-description__schedule {
    display: flex;
    gap: 24px;
    align-items: center;
    font-size: 1rem;
    font-weight: 700
}

@media only screen and (max-width: 768px) {
    .event-description__schedule {
        justify-content: space-between;
        font-size: .85714rem;
        gap: 10px
    }
}

.event-description__small-address {
    font-size: 1rem
}

@media only screen and (max-width: 768px) {
    .event-description__small-address {
        font-size: .85714rem
    }
}

.event-description__location {
    padding: 10px;
    align-items: center;
}

.event-description__date, .event-description__time {
    font-size: 1.14286rem
}

@media only screen and (max-width: 768px) {
    .event-description__date, .event-description__time {
        font-size: 1rem
    }
}

.event-description__text-wrapper {
    display: flex;
    flex-flow: column wrap;
    gap: 24px;
    margin: 50px auto
}

@media only screen and (max-width: 1200px) {
    .event-description__text-wrapper {
        gap: 24px;
        margin: 24px auto
    }
}

.event-description__text {
    display: flex;
    gap: 24px;
    align-items: center
}

.event-description__text:nth-child(even):has(img) {
    flex-direction: row-reverse
}

@media only screen and (max-width: 1024px) {
    .event-description__text {
        flex-flow: column wrap;
        justify-content: center
    }
}

.event-description__text img {
    border-radius: .35714rem
}

.event-description__tickets {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    gap: 10px;
    background: #353535;
    color: #fff
}

@media only screen and (max-width: 1200px) {
    .event-description__tickets {
        padding: 0 24px
    }
}

.event-description__chronogram, .event-description__committees {
    background-color: #f8f8f8;
    padding: 24px 0
}

@media only screen and (min-width: 769px) {
    .event-description__chronogram, .event-description__committees {
        padding: 50px 0
    }
}

.chronogram__day {
    cursor: pointer;
    padding: 0;
    border-top: .14286rem solid #e5e5e5
}

.chronogram__day[open] {
    border-top-color: #353535
}

.chronogram__summary {
    padding: 24px 0;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-weight: 700
}

.chronogram__summary::after {
    content: url(../svg/arrow-down.svg);
    width: 1.42857rem;
    height: 1.42857rem;
    display: inline-block;
    margin-left: auto
}

[open] .chronogram__summary::after {
    content: url(../svg/arrow-up.svg)
}

.chronogram__date {
    color: #bb9b49
}

.chronogram__info {
    padding-bottom: 24px;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    gap: 10px
}

.chronogram__hours {
    font-weight: 700
}

.committee {
    display: flex !important;
    flex-basis: calc(50% - 24px);
    gap: 24px;
    align-items: center
}

@media only screen and (min-width: 769px) {
    .committee {
        margin-right: 0 !important
    }
}

@media only screen and (max-width: 768px) {
    .committee {
        flex-basis: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .committee {
        align-items: flex-start;
        gap: 10px
    }
}

.committee__thumbnail {
    aspect-ratio: 1/1;
    object-position: center;
    /*object-fit: cover;*/
    background-color: #fff
}

@media screen and (max-width: 1024px) {
    .committee__thumbnail {
        max-width: 7.14286rem;
        height: 79px;
    }
}

.committee__info {
    display: flex;
    flex-flow: column wrap;
    gap: 10px
}

.committee__name {
    font-size: 1.42857rem;
    text-transform: uppercase
}

.event-category {
    display: flex;
    flex-flow: column wrap;
    gap: 10px;
    padding: 30px;
    border: .14286rem solid #e5e5e5;
    border-radius: .35714rem;
    font-size: 1rem
}

@media only screen and (min-width: 769px) {
    .event-category.swiper-slide {
        flex-shrink: 1
    }
}

@media only screen and (min-width: 1025px) {
    .event-category {
        padding: 50px
    }
}

.event-category__name {
    font-weight: 700;
    text-transform: uppercase
}

.event-category__link {
    color: #353535;
    width: fit-content;
    text-transform: uppercase;
    margin-top: 24px
}

.event-category__link:visited {
    color: #353535
}

.event-category__icon {
    color: #bb9b49;
    font-size: 4.28571rem
}

.footer {
    background-color: #353535;
    color: #fff;
    padding: 50px 24px
}

.footer__container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .footer__container {
        text-align: center;
        flex-flow: column wrap;
        align-items: center
    }
}

.footer__page-menu, .footer__signature {
    display: flex;
    box-sizing: border-box;
    margin-bottom: 50px
}

@media (max-width: 768px) {
    .footer__page-menu, .footer__signature {
        flex-basis: 100%;
        margin-bottom: 0
    }
}

.footer__page-menu {
    color: #838383;
    text-transform: uppercase;
    flex-basis: calc(80% - 24px);
    gap: 30px
}

@media screen and (max-width: 1024px) {
    .footer__page-menu {
        flex-basis: calc(75% - 24px)
    }
}

@media (max-width: 768px) {
    .footer__page-menu {
        flex-direction: column;
        max-width: 100%;
        margin-top: 24px
    }
}

.footer__signature {
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 50px 0;
    gap: 30px;
    position: relative
}

@media (max-width: 768px) {
    .footer__signature {
        margin: 50px 0 24px 0;
        justify-content: center;
        order: 4
    }
}

.footer__signature-item:first-of-type::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50% + 5px);
    transform: translateY(-50%);
    width: .21429rem;
    height: .92857rem;
    background-color: #000
}

.footer__socials {
    display: flex;
    gap: 24px;
    margin-right: 50px;
    font-size: 1.21429rem
}

@media screen and (max-width: 768px) {
    .footer__socials {
        margin: 50px auto;
        flex-basis: 100%
    }
}

.footer__contact {
    display: flex;
    gap: 50px;
    margin: 0 auto 0 0;
    flex-basis: calc(80% - 24px)
}

.footer__contact-observation {
    color: #aaa
}

@media screen and (max-width: 1024px) {
    .footer__contact {
        flex-wrap: wrap;
        row-gap: 10px;
        flex-basis: calc(75% - 24px)
    }
}

@media screen and (max-width: 768px) {
    .footer__contact {
        width: 100%;
        flex-direction: column;
        margin: 0 auto;
        flex-basis: 100%;
        gap: 50px
    }
}

.strongway {
    width: 5rem;
    display: inline-flex;
    color: inherit
}

.strongway:visited {
    color: inherit
}

.strongway__logo {
    display: block;
    width: 100%;
    font-size: 1.07143rem
}

.w2o {
    width: 5rem;
    display: inline-flex;
    color: inherit
}

.w2o:visited {
    color: inherit
}

.w2o__logo {
    display: block;
    width: 100%;
    font-size: .85714rem
}

.conference {
    border: .14286rem solid #e5e5e5;
    display: flex;
    gap: 10px 0;
    flex-flow: row wrap;
    border-radius: .35714rem;
    position: relative;
    padding: 24px;
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .conference {
        padding-top: 30px
    }
}

.conference__overlay {
    position: absolute;
    top: 0;
    right: 0;
    padding: .35714rem .71429rem;
    font-size: 1rem;
    background-color: #34613f;
    color: #fff;
    border-radius: 0 0 0 .35714rem;
    text-transform: uppercase;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .conference__overlay {
        font-size: .71429rem
    }
}

.conference__overlay--closed {
    background-color: #bb9b49
}

.conference__image-container {
    flex: 1 1 25%
}

.conference__info {
    margin-top: 10px;
    display: flex;
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    flex: 3 3 75%
}

.conference__id {
    color: #bb9b49
}

.conference__title {
    flex: 1 0 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 24px;
    font-weight: 700;
    font-size: 1.14286rem;
    text-transform: uppercase
}

@media screen and (max-width: 768px) {
    .conference__title {
        gap: 10px
    }
}

.conference__description {
    display: flex;
    flex-flow: column;
    gap: 10px
}

.conference__buttons {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    gap: 10px
}

.conference__payment-details {
    font-weight: 700;
    text-decoration: underline;
    margin-top: auto
}

.conference__payment-details:hover {
    text-decoration: none
}

.filter__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px;
    background-color: #f8f8f8;
    height: fit-content
}

@media only screen and (max-width: 768px) {
    .filter__list {
        display: flex;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 10%;
        height: 100%;
        background-color: #e5e5e5;
        z-index: 1000
    }

    .filter__list:not([aria-hidden=false]) {
        visibility: hidden;
        opacity: 0;
        transform: translateX(-100%)
    }
}

@media only screen and (max-width: 768px) and (min-width: 1025px) {
    .filter__list:not([aria-hidden=false]) {
        transform: scale(0);
        transform-origin: top left
    }
}

.filter__item {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    position: relative
}

.filter__item:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    margin-bottom: -24px;
    border-bottom: .14286rem solid #d1d1d1;
    width: 100%
}

.filter__label {
    display: flex;
    gap: 10px
}

.filter__count {
    font-weight: 700
}

.filter__toggle {
    font-size: 0;
    height: 0;
    width: 0;
    margin: -1px
}

.filter__toggle[aria-expanded=true]::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    z-index: 100
}

@media only screen and (max-width: 768px) {
    .filter__dummy-toggle {
        margin: 24px 0;
        width: 100%;
        position: sticky;
        top: calc(var(--header-height) + var(--page-title-height) + 10px);
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 10
    }
}

.filter--type--folder .filter__list {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.filter--type--folder .filter__item {
    display: flex;
    align-items: center;
    font-weight: 700
}

.filter--type--folder .filter__item::after {
    content: none
}

.filter--type--folder .filter__link {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center
}

.filter--type--folder .filter__title {
    font-weight: 400;
    text-transform: uppercase;
    text-wrap: nowrap;
    font-size: 1.28571rem
}

.filter--type--folder .filter__count {
    margin-left: auto;
    font-weight: 400
}

.account-page-menu {
    display: flex;
    gap: 10px;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .account-page-menu {
        flex-direction: column
    }
}

.account-page-menu__logout {
    color: #be1d2c !important;
    margin: 0 0 0 auto
}

@media only screen and (max-width: 768px) {
    .account-page-menu__logout {
        margin: 0
    }
}

.account-page-menu__content {
    display: flex;
    gap: 24px;
    justify-content: space-between
}

.conference-details {
    display: flex;
    flex-direction: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    width: 100%
}

.conference-details__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: .85714rem
}

.conference-details__participant {
    display: flex;
    align-items: center;
    gap: 10px
}

.conference-details__logo {
    width: auto;
    max-height: 5.71429rem
}

.conference-details__filter {
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
    padding: 50px;
    height: fit-content;
    gap: 24px
}

@media only screen and (max-width: 1024px) {
    .conference-details__filter {
        display: none
    }
}

.conference-details__filter-list {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.conference-details__filter-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    text-wrap: nowrap;
    cursor: pointer
}

.conference-details__filter-title {
    font-weight: 400;
    text-transform: uppercase;
    text-wrap: nowrap
}

.conference-details__filter-count {
    margin-left: auto;
    font-weight: 400
}

.contact {
    background-color: #f8f8f8;
    border-radius: .35714rem;
    padding: 24px
}

@media only screen and (min-width: 1025px) {
    .contact__form {
        padding: 24px
    }
}

.contact__address-info {
    font-size: 1rem
}

.contact__observation {
    font-size: .85714rem
}

.contact__map {
    overflow: hidden;
    border-radius: .35714rem;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto
}

.trabalhe-conosco {
    background-color: #f8f8f8;
    border-radius: .35714rem;
    padding: 24px
}

@media only screen and (min-width: 1025px) {
    .trabalhe-conosco__form {
        padding: 24px
    }
}

.trabalhe-conosco__terms {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700
}

.trabalhe-conosco__footer {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.conference-search {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 24px;
    width: 100%
}

.conference-search__title {
    text-align: center
}

.conference-search__bar {
    width: 100%;
    max-width: 42rem
}

.conference-search__sugestion {
    display: flex;
    justify-content: center;
    gap: 10px
}

.conference-search__city {
    padding: .42857rem 10px;
    color: #fff;
    background-color: #353535;
    border-radius: .35714rem;
    text-transform: uppercase;
    font-size: .85714rem
}

.progress-bar {
    display: flex;
    flex-flow: row;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    /*background-color: transparent !important;*/
}

.progress-bar__back {
    width: 1.71429rem;
    height: 1.71429rem;
    flex: 0 0 1.71429rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.71429rem;
    border-radius: 100%;
    background-color: transparent
}

.progress-bar__step {
    flex: 1 1 auto;
    height: .71429rem;
    border-radius: .71429rem;
    background-color: rgba(187, 155, 73, .5)
}

.progress-bar__step:hover {
    background-color: rgba(187, 155, 73, .75)
}

.progress-bar__step--current {
    background-color: #bb9b49
}

.progress-bar__step[disabled] {
    pointer-events: none;
    background-color: #e5e5e5
}

.signup-total {
    width: 100%
}

.signup-total__price {
    font-weight: 700;
    color: #000
}

.signup-total tfoot th {
    padding-top: 10px;
    text-align: left
}

.addon__label {
    display: flex;
    flex-flow: row;
    gap: 24px;
    padding: 24px;
    border-radius: .35714rem .35714rem 0 0;
    border: .14286rem solid rgba(53, 53, 53, .15);
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #fff;
    color: #353535
}

.addon__thumbnail {
    aspect-ratio: 1/1;
    object-fit: scale-down;
    background-color: #fff
}

.addon__info {
    font-weight: 700;
    display: flex;
    flex-flow: column;
    gap: 10px
}

.addon__price {
    font-size: 1.14286rem;
    color: #000
}

.addon__variant {
    display: none
}

.addon__field:not(:last-child) {
    border-radius: 0;
    border-bottom: .14286rem solid #e5e5e5
}

.addon__field:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.addon__input:checked + .addon__label .addon__fake-checkbox {
    border-color: #353535;
    background-color: #353535;
    color: #fff
}

.addon__input:checked + .addon__label .addon__check {
    display: inline
}

.addon__input:checked + .addon__label + .addon__variant {
    display: block
}

.addon__fake-checkbox {
    border-radius: .35714rem
}

.committee-selection {
    display: flex;
    flex-flow: row;
    gap: 24px;
    padding: 24px;
    border-radius: .35714rem .35714rem 0 0;
    border: .14286rem solid rgba(53, 53, 53, .15);
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #fff;
    color: #353535;
    cursor: pointer;
    text-align: left;
    font-family: Lora, serif
}

.committee-selection__thumbnail {
    aspect-ratio: 214/100;
    object-position: center;
    object-fit: cover;
    background-color: #fff
}

@media screen and (max-width: 768px) {
    .committee-selection__thumbnail {
        aspect-ratio: 1/1;
        max-width: 7.14286rem
    }
}

.committee-selection__info {
    display: flex;
    flex-flow: column;
    gap: 10px
}

.committee-selection__name {
    font-weight: 700
}

.committee-selection__select-box {
    top: -.14286rem;
    right: -.14286rem;
    border: .14286rem solid rgba(53, 53, 53, .15);
    border-top: 0;
    border-right: 0;
    border-bottom-left-radius: .35714rem;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.57143rem;
    min-width: 2.57143rem;
    padding: .35714rem
}

.committee-selection__icon, .committee-selection__number {
    font-weight: 700;
    font-size: 1.42857rem;
    text-align: center;
    line-height: 1
}

.committee-selection__icon {
    font-size: 1rem
}

.committee-selection--selected .committee-selection__select-box {
    background-color: #000;
    color: #fff
}

.committee-selection--selected .committee-selection__icon {
    display: none
}

.committee-selection--selected .committee-selection__number {
    display: inline
}

.use-terms {
    padding: 10px;
    background-color: #f8f8f8
}

@media (min-width: 768px) {
    .use-terms {
        padding: 50px
    }
}

.use-terms__text {
    max-height: 28.28571rem;
    overflow: scroll
}

.use-terms__footer {
    margin-top: 24px;
    font-weight: 700;
    font-size: 1.14286rem
}

.mobile-fixed-footer {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 24px
}

@media screen and (max-width: 1024px) {
    .mobile-fixed-footer {
        box-shadow: rgba(0, 0, 0, .1) 0 -.14286rem .35714rem;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
        background-color: #fff;
        z-index: 3;
        gap: 10px;
        align-items: stretch
    }
}

.coupon-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px
}

.coupon-form__field {
    flex: 1 0 auto
}

.coupon-form__button {
    flex: 0 1 auto
}

.coupon-form__applied-coupons {
    flex-basis: 100%;
    width: 100%
}

.coupon-form__applied {
    background-color: #f8f8f8;
    font-size: .85714rem;
    padding: 10px;
    flex-basis: 100%;
    width: 100%;
    padding-right: 34px;
    position: relative
}

.coupon-form__coupon {
    font-weight: 700;
    font-size: 1rem
}

.coupon-form__remove {
    position: absolute;
    right: .35714rem;
    top: 10px;
    width: 1.71429rem;
    height: 1.71429rem;
    background-color: transparent
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loading {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px
}

.loading__relative {
    position: relative;
    min-height: 57.14286rem
}

.loading__spinner {
    position: relative;
    width: 24px;
    height: 24px
}

.loading__spinner:after, .loading__spinner:before {
    content: '';
    border-radius: 50%;
    position: absolute;
    inset: 0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15) inset
}

.loading__spinner:after {
    box-shadow: 0 2px 0 #bb9b49 inset;
    animation: rotate 2s linear infinite
}

.loading--type--overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(248, 248, 248, .75)
}

.loading--type--overlay .loading__spinner {
    width: 75px;
    height: 75px
}

.loading--type--overlay .loading__spinner:after, .loading--type--overlay .loading__spinner:before {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .3) inset
}

.loading--type--overlay .loading__spinner:after {
    box-shadow: 0 2px 0 #bb9b49 inset
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s
}

.fade-enter, .fade-leave-to {
    opacity: 0
}

.signup-subtitle {
    font-weight: 700;
    text-transform: uppercase;
    color: #bb9b49
}

@media screen and (min-width: 768px) {
    .login-dialog:modal {
        max-width: 27.42857rem
    }
}

@media screen and (min-width: 768px) {
    .login-dialog__content {
        padding: 30px
    }
}

@media screen and (min-width: 768px) {
    .signup-dialog:modal {
        max-width: 34.78571rem
    }
}

@media screen and (min-width: 768px) {
    .signup-dialog__content {
        padding: 30px
    }
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

b, strong {
    font-weight: bold !important;
}

i, em {
    font-style: italic !important;
}

/* Negrito */
b, strong {
    font-weight: bold !important;
}

/* Itálico */
i, em {
    font-style: italic !important;
}

/* Sublinhado e tachado */
u {
    text-decoration: underline !important;
}

s, del {
    text-decoration: line-through !important;
}

/* Listas ordenadas e não ordenadas */
ul, ol {
    padding-left: 2em;
    margin: 1em 0 1em 2em;
}

li {
    margin-bottom: 0.3em;
}