/* @import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*!
 * Bootstrap  v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 1280px;
}

.row {
    --bs-gutter-x: 3.2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

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

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

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

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

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

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

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

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

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

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

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

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

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1280px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm {
        --bs-gutter-x: 3.2rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-right: auto;
        margin-left: auto;
    }
}

.container-lg,
.container-md,
.container {
    max-width: 320px;
}

@media (min-width: 768px) {
    .container-md,
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1280px) {
    .container-lg,
    .container-md,
    .container {
        max-width: 1280px;
    }
}
.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-dark .carousel-caption {
    color: #000;
}

[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"].carousel .carousel-control-prev-icon,
[data-bs-theme="dark"].carousel .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}
[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
    background-color: #000;
}
[data-bs-theme="dark"] .carousel .carousel-caption,
[data-bs-theme="dark"].carousel .carousel-caption {
    color: #000;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* HTML font fdamily and global bg*/
html {
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    background: #091a1d;
}

img {
    display: block;
    max-width: 100%;
}

.homepage-hero {
    position: relative;
    overflow: hidden;
    padding-top: 12.8rem;
}
.homepage-hero .mesh1 {
    position: absolute;
    left: -50%;
    z-index: -1;
    width: 2200px;
    object-fit: contain;
    animation: animation-mesh1 30s linear infinite alternate;
}

@keyframes animation-mesh1 {
    0% {
        transform: translate(0%, 0%);
    }
    55% {
        transform: translate(8%, -13%) scale(1.2) rotate(-30deg);
    }
    100% {
        transform: translate(14%, -15%) scale(1);
    }
}
/* @media (max-width: 1279px) {
    .homepage-hero .mesh1 {
        max-width: unset;
        top: -100px;
        left: -15vw;
        width: 1500px;
    }
}
@media (max-width: 767px) {
    .homepage-hero .mesh1 {
        max-width: unset;
        top: -120px;
        left: -30vw;
        width: 1000px;
    }
} */
.homepage-hero .mesh5 {
    position: absolute;
    top: 20%;
    left: -40%;
    z-index: -1;
    width: 150%;
    height: 150%;
    opacity: 0.5;
    object-fit: contain;
    transform: rotate(180deg);
    animation: animation-mesh1 20s linear infinite alternate;
}
@keyframes animation-mesh5 {
    0% {
        transform: translate(0%, 0%) rotate(180deg);
    }
    55% {
        transform: translate(8%, -13%) rotate(150deg) scale(1.2);
    }
    100% {
        transform: translate(14%, -15%) rotate(180deg) scale(1);
    }
}
@media (max-width: 767px) {
    .homepage-hero {
        padding-top: 6.4rem;
    }
}

.event-section {
    overflow-x: hidden;
    background-color: #234e56;
    z-index: 1;
}

.news-article-section .container {
    z-index: 1;
    position: relative;
}

.news-article-section .container .mesh {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    object-fit: cover;
    animation: animation-mesh1 30s linear infinite alternate;
}
.news-article-section .news-article-title {
    color: #ffbf00;
}
/* .event-section .mesh-left,
.event-section .mesh-right {
    position: absolute;
    height: 100%;
    top: -10%;
} */
.event-section .mesh-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: contain;
    z-index: -1;
}
/* .event-section .mesh-right {
    left: 50vw;
    object-fit: contain;
    z-index: -1;
} */

@media (max-width: 767px) {
    .landing-title {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

.event-title {
    color: #7fe1e1;
    margin: 0 auto;
}
.event-description {
    color: #7fe1e1 !important;
}
@media (max-width: 1279px) {
    .event-title {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .event-title {
        width: 100%;
    }
}

@media (max-width: 1279px) {
    .title-landing {
        text-align: center;
    }
}

@media (max-width: 1279px) {
    .title-width {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .title-width {
        width: 100%;
    }
}

.title-button {
    display: flex;
    width: 20.6rem;
}
@media (max-width: 1279px) {
    .title-button {
        margin: 0 auto;
        width: 19.4rem;
    }
}

.logo-landing {
    width: 38.4rem;
}
@media (max-width: 1279px) {
    .logo-landing {
        width: 37.2rem;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .logo-landing {
        width: 19.4rem;
        margin: 0 auto;
    }
}

.whattoexpect .card {
    background: #039e8e;
    text-align: center;
    padding: 1.5rem;
    width: 21.7rem;
}
@media (max-width: 767px) {
    .whattoexpect .card {
        width: 100%;
    }
}

.whattoexpect .whattoexpect-flex-container {
    display: flex;
    gap: 1.6rem;
    flex-wrap: wrap;
    justify-content: center;
}

.whattoexpect .card .card-container {
    width: 100%;
}
@media (max-width: 767px) {
    .whattoexpect .card h2 {
        font-size: 4rem;
        line-height: 5.2rem;
    }
}
.whattoexpect .card h5 {
    font-weight: 500;
}
.whattoexpect .video {
    width: 100%;
}
@media (max-width: 767px) {
    .whattoexpect .mobile-card {
        display: flex;
        gap: 2.4rem;
    }
}

.youtube-section iframe {
    width: 100%;
    aspect-ratio: 488/312;
}
.youtube-section button {
    display: inline-block;
    width: auto;
    display: flex;
    margin: 0 auto;
}

.event-list {
    list-style-type: square;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    gap: 2rem;
}
.event-list li.dot {
    width: 10px;
    height: 10px;
    background-color: #f5f7ff;
    margin: 0 2rem;
}
@media (max-width: 767px) {
    .event-list li.dot {
        width: 6px;
        height: 6px;
    }
}

.attend-section .card {
    background: #234e56;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16.4rem;
    width: 100%;
}
.attend-section .card h5 {
    padding: 4.8rem 3.2rem;
    color: #b3eeed;
}
@media (max-width: 767px) {
    .attend-section .card h5 {
        padding: 2.4rem 1.6rem;
    }
}

.meet-section p {
    color: white;
    margin-bottom: 10px;
}

.meet-section h2 {
    width: 83rem;
    margin: 0 auto;
}
@media (max-width: 1279px) {
    .meet-section h2 {
        width: 50rem;
    }
}
@media (max-width: 767px) {
    .meet-section h2 {
        width: 30rem;
    }
}
.meet-section .viewSpeakers button {
    display: inline-block;
    width: auto;
    display: flex;
    margin: 0 auto;
}
.meet-section .cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6.4rem 8.4rem;
    justify-content: center;
}

@media (max-width: 1279px) {
    .meet-section .cards-container {
        justify-content: center;
    }
}
.meet-section .card {
    position: relative;
    transition: opacity 0.3s;
}
.meet-section .card:hover {
    opacity: 0.8;
}
.meet-section .card .width100 {
    width: 100%;
}
.meet-section .card-image {
    display: flex;
    justify-content: center;
}
.meet-section .card .profile {
    width: 25rem;
    height: 25rem;
    filter: grayscale(60%);
    object-fit: cover;
    object-position: top;
}
.meet-section .card .overlay-container {
    position: relative;
    display: inline-block;
}
.meet-section .card .overlay {
    background: #23727b;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.meet-section .card .shape-profile {
    position: absolute;
    top: -1rem;
    right: 0.5rem;
    width: 4rem;
    height: 4rem;
}
.meet-section .card .shape-profile:hover {
    filter: grayscale(100%);
}
.meet-section .card .name {
    width: fit-content;
    padding: 0.4rem 1rem;
    background: #d7f6f5;
    color: #013230;
    white-space: nowrap;
    margin: 0 auto;
    max-width: 23rem;
    white-space: normal;
    overflow-wrap: break-word;
}
.meet-section .card .role {
    width: 28rem;
}

.principal-sponsors {
    width: 24.2rem;
    margin: 8px auto;
}
@media (max-width: 1279px) {
    .principal-sponsors {
        width: 15.6rem;
    }
}
@media (max-width: 767px) {
    .principal-sponsors {
        width: 14.8rem;
    }
}

.sponsors {
    width: 18.8rem;
    margin: auto;
}
@media (max-width: 1279px) {
    .sponsors {
        width: 12.8rem;
    }
}
@media (max-width: 767px) {
    .sponsors {
        width: 12rem;
    }
}

.speakers-hero .speakers {
    width: 17rem;
    height: 17rem;
    object-fit: cover;
    object-position: top;
    filter: grayscale(60%);
}

.speakers-hero .speaker-content a {
    color: #7fe1e1;
}
.speakers-hero .shape-speakers {
    position: absolute;
    top: -0.8rem;
    left: 15rem;
    /* right: 0.5rem; */
    width: 2.8rem;
    height: 2.8rem;
}
.speakers-hero .overlay {
    background: #23727b;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.no-posts {
    color: white;
    margin-bottom: 10px;
}

.article .article-container {
    display: flex;
    width: 41.6rem;
}
@media (max-width: 1279px) {
    .article .article-container {
        width: 36rem;
    }
}
@media (max-width: 767px) {
    .article .article-container {
        width: 21.6rem;
    }
}
.article article {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
@media (max-width: 1279px) {
    .article {
        flex-wrap: nowrap;
        flex-direction: row;
        overflow-x: scroll;
    }
}

.read-more {
    width: 20.6rem;
}
/* CONTRIBUTE SECTION */
.getInvolved-section {
    background: #255d65;
    background-image: url("/images/shapes/contribute-section-ellipse-background.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .getInvolved-section h3 {
        margin: 0 auto;
        width: 28.8rem;
    }
}

.getInvolved {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.getInvolved a {
    display: flex;
    justify-content: center;
}
@media (max-width: 1279px) {
    .getInvolved a {
        flex-basis: 50%;
    }
}
@media (max-width: 767px) {
    .getInvolved a {
        flex-basis: 100%;
    }
}
.getInvolved .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4.1rem 7rem;
}
@media (max-width: 1279px) {
    .getInvolved .card {
        padding: 5.7rem 9rem;
    }
}
@media (max-width: 767px) {
    .getInvolved .card {
        padding: 4.5rem 7.4rem;
    }
}
.getInvolved .card a {
    width: 24rem;
    height: 24rem;
}
@media (max-width: 1279px) {
    .getInvolved .card a {
        width: 28rem;
        height: 28rem;
    }
}
@media (max-width: 767px) {
    .getInvolved .card a {
        width: 24.7rem;
        height: 24.7rem;
    }
}
.getInvolved .card:hover {
    background-color: #28adb2;
}

@media (max-width: 1279px) {
    .getInvolved {
        flex-wrap: wrap;
    }
}

.view-articles {
    display: none;
}
@media (max-width: 1279px) {
    .view-articles {
        display: block;
        margin: 0 auto;
        width: 28.8rem;
    }
}

.joinus-section {
    position: relative;
}
.joinus-section .purple-div {
    width: 80rem;
    height: 2.4rem;
    margin: 0 auto;
    background: #4231b0;
    z-index: 9999;
}
@media (max-width: 1279px) {
    .joinus-section .purple-div {
        width: 44.8rem;
    }
}
@media (max-width: 767px) {
    .joinus-section .purple-div {
        width: 80%;
    }
}

.joinus {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffbf00;
}

.joinus h3 {
    font-weight: 500;
}
.joinus .actions-joinus {
    display: flex;
    width: 80rem !important;
}
.joinus .actions-joinus input::placeholder {
    color: #777777;
}
.joinus .actions-joinus button {
    width: 22rem;
}
@media (max-width: 1279px) {
    .joinus .actions-joinus {
        width: 60.8rem !important;
    }
}
@media (max-width: 767px) {
    .joinus .actions-joinus {
        width: 28.8rem !important;
        flex-direction: column;
        gap: 1.6rem;
    }
    .joinus .actions-joinus button {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .joinus {
        margin-left: -1.4rem;
        margin-right: -1.4rem;
    }
}

.about-hero {
    overflow: hidden;
}

.about-hero .mesh {
    position: absolute;
    right: -50px;
    z-index: -1;
    width: 400px;
    object-fit: contain;
    animation: animation-mesh1 30s linear infinite alternate;
}
@keyframes animation-mesh1 {
    0% {
        transform: translate(0%, 0%);
    }
    55% {
        transform: translate(8%, -13%) scale(1.2) rotate(-30deg);
    }
    100% {
        transform: translate(14%, -15%) scale(1);
    }
}
/* @media (max-width: 1279px) {
    .about-hero .mesh {
        max-width: unset;
        top: -200px;
        left: -25vw;
        width: 1500px;
    }
}
@media (max-width: 767px) {
    .about-hero .mesh {
        max-width: unset;
        top: -120px;
        left: -50vw;
        width: 1000px;
    }
} */

.about-image {
    margin: 8rem 0 0 14rem;
    width: 20rem;
    height: 20rem;
}
@media (max-width: 1279px) {
    .about-image {
        margin: 2rem auto;
    }
}

.about-introduction {
    display: flex;
}
@media (max-width: 1279px) {
    .about-introduction {
        flex-direction: column-reverse;
    }
}

.meet-the-prow h3 {
    width: 65rem;
    margin: 0 auto;
}
@media (max-width: 1279px) {
    .meet-the-prow h3 {
        width: 45rem;
    }
}
@media (max-width: 767px) {
    .meet-the-prow h3 {
        width: 25rem;
    }
}
.meet-the-prow .viewSpeakers {
    width: 20.6rem;
    margin: 0 auto;
}
.meet-the-prow .cards-container {
    display: flex;
    gap: 6.4rem 8.4rem;
    justify-content: center;
}
@media (max-width: 1279px) {
    .meet-the-prow .cards-container {
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .meet-the-prow .cards-container {
        flex-direction: column;
        align-items: center;
    }
}
.meet-the-prow .card {
    position: relative;
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s;
}
.meet-the-prow .card .profile {
    padding-right: 36px;
    filter: grayscale(60%);
}
.meet-the-prow .card .overlay-container {
    position: relative;
    display: inline-block;
}
.meet-the-prow .card:hover {
    opacity: 0.8;
}
.meet-the-prow .card .overlay {
    background: #248d96;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 36px;
}
.meet-the-prow .card .card-image .shape-profile {
    position: absolute;
    top: -1.5rem;
    right: 0.5rem;
    width: 4rem;
    height: 4rem;
}
/* @media (max-width: 1279px) {
    .meet-the-prow .card .card-image .shape-profile {
        right: 2%;
    }
}
@media (max-width: 767px) {
    .meet-the-prow .card .card-image .shape-profile {
        width: 85vw;
        top: -4%;
        right: 0;
    }
} */
.meet-the-prow .card .card-content {
    display: flex;
    flex-direction: column;
    text-align: start;
}
.meet-the-prow .card .name {
    width: fit-content;
    padding: 0.4rem 1.6rem;
    background: #d7f6f5;
    color: #013230;
    white-space: nowrap;
    font-weight: 600;
    max-width: 23rem;
    white-space: normal;
    overflow-wrap: break-word;
}

.subtitle-1 {
    color: #cc46ff;
}
.subtitle-2 {
    color: #d9e868;
}

.yellow-card .joinus {
    background-color: #3dc8cb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.yellow-card .joinus h3 {
    font-weight: 600;
}
.yellow-card button {
    display: inline-block;
    width: auto;
    display: flex;
    margin: 0 auto;
}

.carousel-item {
    position: relative;
}
.carousel-item .profile-carousel {
    width: 11.3rem;
    filter: grayscale(60%);
}
@media (max-width: 767px) {
    .carousel-item .profile-carousel {
        display: none;
    }
}
.carousel-item .shape-carousel {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: -0.8rem;
    left: 11.8rem;
    z-index: 9;
}
@media (max-width: 1279px) {
    .carousel-item .shape-carousel {
        top: -0.8rem;
        left: 12.5rem;
    }
}
@media (max-width: 767px) {
    .carousel-item .shape-carousel {
        display: none;
    }
}

.actions-carousel {
    display: flex;
    justify-content: flex-end;
    gap: 3.2rem;
}
@media (max-width: 767px) {
    .actions-carousel {
        justify-content: center;
    }
}

.carousel .slide {
    position: relative;
}

.carousel-control-prev,
.carousel-control-next {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 4.8rem !important;
    height: 4.8rem !important;
}

.blog-hero {
    overflow: hidden;
    padding-top: 12rem;
}
.blog-hero .mesh {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 2200px;
    object-fit: contain;
    animation: animation-mesh1 30s linear infinite alternate;
}
.blog-details-hero .mesh {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 2200px;
    object-fit: contain;
    animation: animation-mesh1 30s linear infinite alternate;
}
@keyframes animation-mesh1 {
    0% {
        transform: translate(0%, 0%);
    }
    55% {
        transform: translate(8%, -13%) scale(1.2) rotate(-30deg);
    }
    100% {
        transform: translate(14%, -15%) scale(1);
    }
}
@media (max-width: 1279px) {
    .blog-hero .mesh {
        max-width: unset;
        top: -100px;
        left: -15vw;
        width: 1500px;
    }
}
@media (max-width: 767px) {
    .blog-hero .mesh {
        max-width: unset;
        top: -120px;
        left: -70vw;
        width: 1000px;
    }
}
@media (max-width: 767px) {
    .blog-hero {
        padding-top: 8rem;
    }
}

.contact-hero {
    overflow: hidden;
}
.contact-hero .mesh {
    position: absolute;
    top: 0%;
    left: 0;
    z-index: -1;
    width: 150%;
    height: 150%;
    object-fit: contain;
    animation: animation-mesh1 30s linear infinite alternate;
}
@keyframes animation-mesh1 {
    0% {
        transform: translate(0%, 0%);
    }
    55% {
        transform: translate(8%, -13%) scale(1.2) rotate(-30deg);
    }
    100% {
        transform: translate(14%, -15%) scale(1);
    }
}

@media (max-width: 767px) {
    .contact-form button {
        width: 100%;
    }
}
.contact-form .getDirections:hover {
    text-decoration: underline;
    color: #7fe1e1;
}
.contact-form .getDirections {
    font-weight: 600;
    color: #7fe1e1;
    text-decoration: underline;
}

.sendMessage button {
    display: inline-block;
    width: auto;
    display: flex;
}

.contribute-hero {
    overflow: hidden;
}
.contribute-hero .mesh {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 2500px;
    object-fit: contain;
    animation: animation-mesh1 30s linear infinite alternate;
}
@keyframes animation-mesh1 {
    0% {
        transform: translate(0%, 0%);
    }
    55% {
        transform: translate(8%, -13%) scale(1.2) rotate(-30deg);
    }
    100% {
        transform: translate(14%, -15%) scale(1);
    }
}
@media (max-width: 1279px) {
    .contribute-hero .mesh {
        max-width: unset;
        top: -100px;
        left: -25vw;
        width: 1300px;
    }
}
@media (max-width: 767px) {
    .contribute-hero .mesh {
        max-width: unset;
        top: -220px;
        left: 0;
        width: 800px;
    }
}

.contribute-card {
    padding: 2.4rem;
    background: #12333a;
    border: 2px solid #23727b;
    border-radius: 0.4rem;
}
@media (max-width: 767px) {
    .contribute-card h3 {
        font-size: 3.6rem;
        line-height: 5rem;
    }
}
.contribute-card .card-check {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}
.contribute-card .card-check img {
    margin-top: 0.3rem;
    width: 20px;
    height: 20px;
}

.community-card {
    padding: 2.4rem;
    background: #23727b;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* border: 2px solid #241c64; */
}
.community-card img {
    width: 64px;
    height: 64px;
}

.border-gold {
    border: 2px solid #ffbf00;
}

.editions-1 {
    position: relative;
    padding: 10rem 0.8rem 0.8rem 0.8rem;
    background-color: #039e8e;
    background-size: 100%;
    background-repeat: no-repeat;
}
.editions-1 .pattern-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.editions-2 {
    padding: 10rem 0.8rem 0.8rem 0.8rem;
    background: #241c64;
    background-image: url("/images/background-editions-2@2x.webp");
    background-position: left center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.editions-3 {
    padding: 10rem 0.8rem 0.8rem 0.8rem;
    background: #241c64;
    background-image: url("/images/background-editions-3@2x.webp");
    background-position: left center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.year {
    font-size: 3rem;
    line-height: 4.4rem;
    font-weight: normal;
}

.speakers-section {
    position: relative;
    overflow: hidden;
}
.speakers-section .mesh {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 2200px;
    object-fit: contain;
    animation: animation-mesh1 30s linear infinite alternate;
}
@keyframes animation-mesh1 {
    0% {
        transform: translate(0%, 0%);
    }
    55% {
        transform: translate(8%, -13%) scale(1.2) rotate(-30deg);
    }
    100% {
        transform: translate(14%, -15%) scale(1);
    }
}
@media (max-width: 1279px) {
    .speakers-section .mesh {
        max-width: unset;
        top: -100px;
        left: -65vw;
        width: 1300px;
    }
}
@media (max-width: 767px) {
    .speakers-section .mesh {
        max-width: unset;
        top: -120px;
        left: -90vw;
        width: 900px;
    }
}

.card-image {
    position: relative;
}
.card-image .overlay-container {
    position: relative;
    display: inline-block;
}
.card-image .overlay {
    background: #23727b;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.card-image .shape-profile {
    position: absolute;
    top: -2rem;
    right: 0.5rem;
    width: 4rem;
    height: 4rem;
}
/* @media (max-width: 767px) {
    .card-image .shape-profile {
        width: 75vw;
        top: -5%;
        right: 5%;
    }
} */

.ssg-1 {
    height: 0.4rem;
}
.ssg-2 {
    height: 0.8rem;
}
.ssg-3 {
    height: 1.2rem;
}
.ssg-4 {
    height: 1.6rem;
}
.ssg-5 {
    height: 2rem;
}
.ssg-6 {
    height: 2.4rem;
}
.ssg-8 {
    height: 3.2rem;
}
.ssg-10 {
    height: 4rem;
}
.ssg-12 {
    height: 4.8rem;
}
.ssg-16 {
    height: 6.4rem;
}
.ssg-20 {
    height: 8rem;
}
.ssg-24 {
    height: 9.6rem;
}
.ssg-32 {
    height: 12.8rem;
}
.ssg-40 {
    height: 16rem;
}
.ssg-48 {
    height: 19.2rem;
}
.ssg-56 {
    height: 22.4rem;
}
.ssg-64 {
    height: 25.6rem;
}

/* TYPOGRAPHY */

h1 {
    font-size: 7.2rem;
    line-height: 9rem;
    font-weight: normal;
    color: #f3f3fb;
}
@media (max-width: 1279px) {
    h1 {
        font-size: 4.8rem;
        line-height: 6.4rem;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 3rem;
        line-height: 3.6rem;
    }
}

h2 {
    font-size: 6rem;
    line-height: 7.2rem;
    font-weight: normal;
    color: #f3f3fb;
}
@media (max-width: 1279px) {
    h2 {
        font-size: 4rem;
        line-height: 5.2rem;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
}

h3 {
    font-size: 4.8rem;
    line-height: 6.4rem;
    font-weight: normal;
    color: #f3f3fb;
}
@media (max-width: 1279px) {
    h3 {
        font-size: 3.6rem;
        line-height: 5rem;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

h4 {
    font-size: 3rem;
    line-height: 4.4rem;
    font-weight: normal;
    color: #f3f3fb;
}
@media (max-width: 767px) {
    h4 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}

h5 {
    font-size: 2.2rem;
    line-height: 3.4rem;
    font-weight: 600;
    color: #f3f3fb;
}
@media (max-width: 767px) {
    h5 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}

.body-lg {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: normal;
    color: #f3f3fb;
}
@media (max-width: 767px) {
    .body-lg {
        font-size: 1.4rem;
        line-height: 2.4rem;
        font-weight: normal;
    }
}

.body-sm {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #f3f3fb;
}

.caption {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 500;
    color: #f3f3fb;
}

.action-lg {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 600;
    color: #f3f3fb;
}

.action-sm {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: normal;
    color: #f3f3fb;
}

a {
    text-decoration: none;
}

/* BUTTONS */
button,
.button {
    display: inline-block;
    padding: 1.4rem 4.6rem 1.4rem 4.6rem;
    border: none;
    width: 100%;
    white-space: nowrap;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 600;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
button.small,
.button.small {
    padding: 0.8rem 3rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
}
button.filled,
.button.filled {
    background: #7fe1e1;
    color: #12333a;
    text-decoration: none;
}
button.filled:hover,
.button.filled:hover {
    background: #3dc8cb;
}
button.filled:disabled,
.button.filled:disabled {
    background-color: #b8b8b8;
    color: #616161;
}
button.tonal,
.button.tonal {
    background: #255d65;
    color: #f3f3fb;
}
button.tonal:hover,
.button.tonal:hover {
    background: #234e56;
}
button.tonal:disabled,
.button.tonal:disabled {
    background-color: #414141;
    color: #9f9f9f;
}
button.outline,
.button.outline {
    color: #f3f3fb;
    border: 1px solid #f3f3fb;
    padding: 1.3rem 4.6rem 1.3rem 4.6rem;
    background: transparent;
}
button.outline:hover,
.button.outline:hover {
    border: 1px solid #b3eeed;
    color: #b3eeed;
}
button.outline:disabled,
.button.outline:disabled {
    color: #9f9f9f;
    border: 1px solid #9f9f9f;
}

/* BURGER BUTTON */
.burger-button {
    display: none;
    width: fit-content;
    padding: 3rem 0;
}
@media (max-width: 1279px) {
    .burger-button {
        display: block;
    }
}

.burger-button .burger-enabled {
    display: block;
    width: fit-content;
}

.burger-button .burger-hover {
    display: none;
}

.burger-button:hover .burger-enabled {
    display: none;
}

.burger-button:hover .burger-hover {
    display: block;
}

/* FOOTER */
.footer {
    background: linear-gradient(to bottom, #091a1d, #255d65);
    width: 100%;
    position: relative;

    overflow: hidden;
    z-index: 1;
}
.footer .mesh1 {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer .bottom-image-circle {
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: contain;
    z-index: -1;
}

.footer .footer-link-title {
    color: #7fe1e1;
}
@media (max-width: 1279px) {
    .footer .mesh1 {
        bottom: -170px;
        left: 270px;
    }
}
@media (max-width: 767px) {
    .footer .mesh1 {
        bottom: -90px;
        left: 150px;
    }
}
.footer .mesh2 {
    z-index: -1;
    position: absolute;
    bottom: -1980px;
    left: -155px;
}
@media (max-width: 1279px) {
    .footer .mesh2 {
        bottom: -1270px;
        left: -90px;
    }
}
@media (max-width: 767px) {
    .footer .mesh2 {
        bottom: -670px;
        left: -40px;
    }
}
.footer .mesh3 {
    z-index: -1;
    position: absolute;
    bottom: -600px;
    left: 0;
}
@media (max-width: 1279px) {
    .footer .mesh3 {
        bottom: -350px;
        left: -40px;
    }
}
@media (max-width: 767px) {
    .footer .mesh3 {
        bottom: -90px;
        left: 0px;
    }
}

/* LOGO */
.logo-container {
    width: 19.6rem;
    display: flex;
    margin-right: 3.2rem;
    height: 100px;
    width: 312px;
}

.logo-img {
    object-fit: contain;
    margin-right: 3.6rem;
    height: 100%;
    width: 100%;
}

.info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (max-width: 767px) {
    .info {
        align-items: center;
        text-align: center;
    }
}
/* FOOTER VALUES */
.directions {
    display: flex;
    gap: 0.8rem;
}

.directions p {
    color: #d7f6f5;
}
.directions p:hover {
    color: #ffbf00;
}
.directions img {
    color: #d7f6f5;
    fill: #d7f6f5;
}

.social-container {
    display: flex;
    flex-direction: row;
    gap: 1.7rem;
    z-index: 2;
}

.social-container img {
    width: 5rem;
}

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

.images-container {
    display: flex;
    gap: 1.2rem;
    align-items: center;
}

.images-container img {
    height: 58px;
    object-fit: contain;
}
@media (max-width: 767px) {
    .images-container {
        justify-content: center;
    }
}

.images-container img {
    width: 12rem;
}
@media (max-width: 767px) {
    .images-container img {
        width: 8rem;
    }
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    z-index: 3;
}
.footer-links a :hover {
    color: #ffbf00;
}
@media (max-width: 767px) {
    .footer-links {
        text-align: center;
    }
}

.footer-title {
    display: flex;
    flex-direction: column;
    width: 100%;
    white-space: nowrap;
    margin-left: 3.2rem;
    margin-top: 3.6rem;
}
@media (max-width: 767px) {
    .footer-title {
        text-align: center;
        margin-left: 0;
        margin-top: 3.6rem;
    }
}

.bg-footer {
    z-index: -1;
    position: absolute;
    bottom: 0;
}

.footer-logos {
    display: flex;
    flex-direction: column;
}

.social {
    display: flex;
    flex-direction: column;
}
@media (max-width: 767px) {
    .social {
        text-align: center;
        align-items: center;
    }
}

.icon-on-hover .circle {
    stroke: #cfd0ee;
    transform-origin: center;
    transition: transform 1s;
    transform: rotate(-90deg);
}
.icon-on-hover .icon {
    fill: #d7f6f5;
}

.icon-on-hover:hover .circle {
    stroke: white;
    transform-origin: center;
    transition: transform 1s;
    transform: rotate(90deg);
}
.icon-on-hover:hover .icon {
    fill: #ffbf00;
}

.social-logos {
    display: flex;
    flex-direction: column;
    z-index: 999;
}
@media (max-width: 1279px) {
    .social-logos {
        flex-direction: row;
        justify-content: space-between;
        gap: 3.2rem;
    }
}
@media (max-width: 767px) {
    .social-logos {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
}

.divider {
    height: 100px;
}
.divider img {
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
    .divider {
        display: none;
    }
}

.container-title {
    display: flex;
}
@media (max-width: 767px) {
    .container-title {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .copyright {
        text-align: center;
    }
}

.body-lg-to-body-sm-mobile {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: normal;
    color: #f3f3fb;
}
@media (max-width: 767px) {
    .body-lg-to-body-sm-mobile {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
}

.action-lg-to-action-sm-mobile {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 600;
    color: #f3f3fb;
}
@media (max-width: 767px) {
    .action-lg-to-action-sm-mobile {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
}

.active {
    color: #a4adfd;
}
/* CHIPS */

.chips {
    display: inline-block;
    width: 100%;
    background: #6e69c8;
    color: #f3f3fb;
    text-align: center;
    padding: 0.6rem 2.4rem;
    border-radius: 0.8rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 500;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}
.chips.large {
    font-size: 2.2rem;
    line-height: 3.4rem;
    font-weight: 500;
    padding: 0.7rem 2.4rem 0.5rem 2.4rem;
}
.chips:hover {
    background-color: #8688d4;
}
.chips:disabled {
    background-color: #777777;
    color: #9f9f9f;
}
.chips.active {
    background: #e4e4f5;
    color: #0e083f;
}

label {
    color: #b3eeed;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 500;
}

.label-number {
    color: #b3eeed;
}

.label-number-disabled {
    color: #9f9f9f;
}

.label-outline {
    color: #b3eeed;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 500;
}
.label-outline:disabled {
    color: #787878;
}

.label-disabled {
    color: #d3d3d3;
}

.label-outline-disabled {
    color: #787878;
}

/* INPUTS */
input[type="text"],
input[type="email"],
input[type="number"] {
    background: #ffffff;
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 500;
    padding: 1.4rem 1.6rem;
    border: none;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder {
    color: #b3eeed;
    font-weight: 400;
}
input[type="text"]:focus,
input[type="text"]:focus-visible,
input[type="email"]:focus,
input[type="email"]:focus-visible,
input[type="number"]:focus,
input[type="number"]:focus-visible {
    outline: 2px solid #28adb2;
    /* box-shadow: 0 0 0 4px #b3eeed, inset 0 0 0 1px #b3eeed;
    -webkit-box-shadow: 0 0 0 4px #b3eeed, inset 0 0 0 1px #b3eeed;
    -moz-box-shadow: 0 0 0 4px #b3eeed, inset 0 0 0 1px #b3eeed; */
    border-radius: 0;
}
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled {
    color: #9f9f9f;
    background-color: #4d4d4d;
    border-color: #9f9f9f;
}
input[type="text"].outline,
input[type="email"].outline {
    background: transparent;
    border: 1px solid #28adb2;
    color: #ffffff;
}
input[type="text"].outline::placeholder,
input[type="email"].outline::placeholder {
    color: #b3eeed;
    font-weight: 400;
}
input[type="text"].outline:disabled,
input[type="email"].outline:disabled {
    color: #9f9f9f;
    border: 1px solid #9f9f9f;
}
input[type="text"].outline:disabled::placeholder,
input[type="email"].outline:disabled::placeholder {
    color: #9f9f9f;
    font-weight: 400;
}

.input {
    position: relative;
}

.input-error {
    box-shadow: 0 0 0 1px #dd5e55, inset 0 0 0 1px #dd5e55;
}

.hint {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 500;
    color: #01161e;
}

.hint-outline {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 500;
    color: #7fe1e1;
}

.error {
    font-size: 1.2rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #d5362b;
}

.error-outline {
    font-size: 1.2rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #f0b6b2;
}

.error-icon {
    position: absolute;
    top: 40%;
    right: 5%;
    z-index: 99;
}

textarea {
    width: 100%;
    height: 10.4rem;
    padding: 1.2rem 1.6rem;
    resize: none;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 500;
    background: transparent;
    position: relative;
    border: 1px solid #28adb2;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
}
textarea:focus,
textarea:focus-visible {
    outline: 2px solid #28adb2;
    /* box-shadow: 0 0 0 4px #b3eeed, inset 0 0 0 1px #b3eeed;
    -webkit-box-shadow: 0 0 0 4px #b3eeed, inset 0 0 0 1px #b3eeed;
    -moz-box-shadow: 0 0 0 4px #b3eeed, inset 0 0 0 1px #b3eeed; */
    border-radius: 0;
}
textarea:disabled {
    border: 1px solid #787878;
}
textarea::placeholder {
    color: #b3eeed;
    font-weight: 400;
}

input[type="number"] {
    background: transparent;
    color: #ffffff;
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 500;
    padding: 1.4rem 1.6rem;
    border: 1px solid #28adb2;
    outline: none;
}
input[type="number"] label {
    color: #cfd0ee;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1 !important;
}

input[type="checkbox"] {
    accent-color: #7fe1e1;
    width: 1.9rem;
    height: 1.9rem;
}
input[type="checkbox"]:hover {
    background: #28adb2;
    box-shadow: 0 0 6.4rem red;
    clip-path: circle(80%);
}
input[type="checkbox"]:disabled {
    background: #787878;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
@media (max-width: 767px) {
    .checkbox-container {
        align-items: flex-start;
    }
}

.checkbox {
    accent-color: #7fe1e1;
    width: 1.9rem;
    height: 1.9rem;
}
.checkbox:hover {
    background: #28adb2;
    box-shadow: 0 0 10.8rem red;
    clip-path: circle(80%);
}
.checkbox:disabled {
    background: #787878;
}
@media (max-width: 767px) {
    .checkbox {
        margin-top: 0.5rem;
    }
}

.radio {
    accent-color: #7fe1e1;
    width: 1.9rem;
    height: 1.9rem;
}

.infoBox {
    width: 100%;
    background: #23727b;
    border-radius: 0.8rem;
    padding: 1.6rem;
    display: flex;
    gap: 0.8rem;
}
.infoBox.warning {
    background-color: #7e5107;
}
.infoBox.succes {
    background-color: #056136;
}
.infoBox.error {
    background-color: #802019;
}

/* HEADER */
header {
    width: 100%;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding: 3.2rem 0;
    transition: background 0.3s;
    height: 12rem;
}

@media (min-width: 767) {
    header {
        padding: 0 1.6rem;
    }
}
@media (max-width: 767px) {
    header {
        height: 8rem;
    }
}
header.open {
    background: linear-gradient(to bottom, transparent 60%, transparent 90%);
}
header.open .gradient-navbar {
    background: none;
}
header .gradient-navbar {
    width: 100%;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 18rem;
    background: linear-gradient(
        to bottom,
        #000,
        transparent
    ); /* gradient navbar*/
}
@media (max-width: 767px) {
    header .gradient-navbar {
        height: 10rem;
    }
}
@media (max-width: 1279px) {
    header > .container > .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media (min-width: 769px) and (max-width: 1279px) {
    header > .container > .row {
        padding: 0;
    }
}
header .mobile-navigation-trigger {
    display: none;
}
@media (max-width: 1279px) {
    header .mobile-navigation-trigger {
        display: block;
    }
}
header .right-tablet-section {
    display: flex;
    align-items: center;
    gap: 65px;
}
header #nav-icon {
    width: 35px;
    height: 35px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
header #nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
header #nav-icon span:nth-child(1) {
    top: 3px;
}
header #nav-icon span:nth-child(2) {
    top: 16px;
}
header #nav-icon span:nth-child(3) {
    top: 16px;
}
header #nav-icon span:nth-child(4) {
    top: 29px;
}
header #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
header #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
header #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.header-active {
    background: #4231b0;
    display: flex;
    flex-direction: column;
}

.logo-header {
    display: flex;
    align-items: center;
}

.logo-header .logo-img {
    height: 32px;
    width: 140px;
}

.tickets-desktop {
    display: block;
}
@media (max-width: 1279px) {
    .tickets-desktop {
        display: none;
    }
}
.tickets-desktop .button-header {
    display: flex;
    align-items: center;
}
.tickets-tablet {
    display: none;
}
@media (max-width: 1279px) {
    .tickets-tablet {
        display: block;
    }
}
.tickets-tablet .button-header {
    display: flex;
    align-items: center;
    padding: 3.1rem 0rem;
}
@media (max-width: 767px) {
    .tickets-tablet {
        display: none;
    }
}
.tickets-mobile {
    display: none;
}

.tickets-hero .input-tickets input[type="number"] {
    background-color: #255d65;
}

.navbar-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 1279px) {
    .navbar-item {
        display: none;
    }
}

.desktop-list li > a {
    position: relative;
}
.desktop-list li > a.active {
    color: #ffbf00;
}
.desktop-list li > a.active::after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background: #ffbf00;
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
}

.desktop-list li > a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #ffbf00;
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease-in-out;
}

.desktop-list li > a:hover::after {
    width: 50%;
}

.desktop-list {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 2.4rem;
}
.desktop-list li {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 500;
    color: #f3f3fb;
}
.desktop-list li a {
    text-decoration: none;
    color: #ffffff;
}

.active-header-li {
    color: #a4adfd;
    position: relative;
    text-decoration: none;
}

.active-header-li::before {
    content: "";
    position: absolute;
    left: 25%; /* Adjust this value to center the underline */
    bottom: 0%;
    height: 2px;
    width: 50%; /* Adjust this value to set the width of the underline */
    background: #a4adfd;
    transition: width 0.3s ease-in-out;
}

.tablet-navbar {
    width: 448px;
    margin: 0 16rem;
}
@media (max-width: 767px) {
    .tablet-navbar {
        width: 320px;
        margin: 0 4rem;
    }
}

.ul-tablet {
    gap: 3.2rem;
}

ul h3 a {
    color: #f3f3fb;
}

.tablet-navbar ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tablet-navbar-button {
    width: 448px;
    margin: 0rem 16rem;
}
@media (max-width: 767px) {
    .tablet-navbar-button {
        width: 320px;
        margin: 0 4rem;
    }
}

.header-open {
    position: fixed;
    top: 0;
    left: 100%;
    right: -100%;
    bottom: 0;
    background: #234e56;
    z-index: 99998;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.3s;
}
.header-open a:hover {
    color: #ffbf00;
}
.header-open.open {
    left: 0;
    right: 0;
}

.visible-desktop {
    display: block;
}
@media (max-width: 1279px) {
    .visible-desktop {
        display: none;
    }
}
.visible-tablet {
    display: none;
}
@media (max-width: 1279px) {
    .visible-tablet {
        display: block;
    }
}
@media (max-width: 767px) {
    .visible-tablet {
        display: none;
    }
}
.visible-mobile {
    display: none;
}
@media (max-width: 767px) {
    .visible-mobile {
        display: block;
    }
}

/* HOMEPAGE  */
.pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/images/Hero-main-landing-bg-image.webp"); /*bg image HOMEPAGE hero  */
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.pattern-newsletter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/images/background-pattern-newletter-section.webp"); /*bg image HOMEPAGE hero  */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    z-index: -1;
}

.center {
    text-align: center;
}

.flex {
    display: flex;
}

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

.font-medium {
    font-weight: 500;
}

/* COLORS SCALEUPFEST */
.clearwater-blue-100 {
    color: #b3eeed;
}
.clearwater-blue-200 {
    color: #7fe1e1;
}
.clearwater-blue-300 {
    color: #3dc8cb;
}
.clearwater-blue-400 {
    color: #28adb2;
}
.clearwater-blue-500 {
    color: #248d96;
}
.clearwater-blue-900 {
    color: #12333a;
}

.amber-yellow-400 {
    color: #ffbf00;
}
.amber-yellow-200 {
    color: #ffed46;
}

.light-green-400 {
    color: #07b09b;
}
.light-green-900 {
    color: #013230;
}

/* PROW COLORS */

.turqoise-200 {
    color: #64edd3;
}

.violet-300 {
    color: #da79ff;
}

.violet-400 {
    color: #cc46ff;
}

.mindaro-200 {
    color: #d9e868;
}

.mindaro-300 {
    color: #cee02f;
}

.midnight-100 {
    color: #c6ceff;
}

.midnight-200 {
    color: #a4adfd;
}

.midnight-300 {
    color: #7f83fa;
}

.marguerite-100 {
    color: #cfd0ee;
}

.marguerite-200 {
    color: #adafe3;
}

.marguerite-600 {
    color: #5b4baa;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg {
    position: relative;
}

.container {
    max-width: 1280px;
}
@media (max-width: 1279px) and (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}

.row {
    padding: 0 16px;
}
@media (max-width: 1279px) and (min-width: 768px) {
    .row {
        padding: 0 24px;
    }
}
@media (max-width: 767px) {
    .row {
        padding: 0;
    }
}

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

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

@media (max-width: 767px) {
    .padding-0-mobile-row {
        padding: 0 !important;
    }
}

@media (max-width: 1279px) {
    .padding-0-tablet-row {
        padding: 0 !important;
    }
}

@media (min-width: 1280px) {
    .padding-0-row {
        padding: 0 !important;
    }
}

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

.link {
    color: #a4adfd;
}

.header-padding {
    padding-top: 12rem;
}
@media (max-width: 767px) {
    .header-padding {
        padding-top: 8rem;
    }
}

.breadcrumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.breadcrumbs span {
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 1.6rem;
}
.breadcrumbs p:nth-last-child(1) {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.blog-detail-title {
    width: 69.6rem;
}

.blog-detail-content {
    position: relative;
}
.blog-detail-content .profile {
    aspect-ratio: 696/444;
}
.blog-detail-content .blog-profile-container {
    position: relative;
}

.blog-detail-content .blog-profile-container img {
    object-fit: cover;
    object-position: center;
}
.blog-detail-content .rectangle {
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 50%;
    height: 3%;
    background: #64edd3;
}
@media (max-width: 767px) {
    .blog-detail-content .rectangle {
        height: 5%;
    }
}

.article-blog {
    display: flex;
    flex-direction: column;
}
.article-blog .article-container {
    display: flex;
    width: 38.4rem;
}
@media (max-width: 1279px) {
    .article-blog .article-container {
        width: 32.8rem;
        min-width: 32.8rem;
        margin-right: 1.6rem;
    }
}
@media (max-width: 767px) {
    .article-blog .article-container {
        width: 21.6rem;
        min-width: 21.6rem;
    }
}
.article-blog article {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
@media (max-width: 1279px) {
    .article-blog {
        flex-direction: row;
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
}

.view-all-articles {
    display: none;
}
@media (max-width: 1279px) {
    .view-all-articles {
        display: block;
    }
}

.checkout-card {
    position: sticky;
    top: 14rem;
    background: #013230;
}
.checkout-card .flex {
    justify-content: space-between;
}
.checkout-card .card-title {
    padding: 2.4rem;
    background: #0b645d;
    border: 2px solid #12333a;
}
.checkout-card .card-content {
    padding: 0 2.4rem;
}
.checkout-card .card-details {
    padding: 0 -2.4rem;
    display: flex;
    gap: 0.8rem;
}
.checkout-card hr {
    height: 2px;
    background: #248d96;
    color: #248d96;
    border-width: 0;
}

.tickets-hero {
    position: relative;
    overflow: hidden;
    padding-top: 12.8rem;
}
@media (max-width: 1279px) {
    .tickets-hero {
        padding-top: 6.4rem;
    }
}
.tickets-hero .mesh1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    max-width: unset;
    width: 1500px;
    /* height: 1000px; */
    object-fit: contain;
    animation: animation-mesh1 40s linear infinite alternate;
}
@keyframes animation-mesh1 {
    0% {
        transform: translate(0%, 0%);
    }
    55% {
        transform: translate(8%, -13%) scale(1.2) rotate(-30deg);
    }
    100% {
        transform: translate(14%, -15%) scale(1);
    }
}
@media (max-width: 1279px) {
    .tickets-hero .mesh1 {
        max-width: unset;
        top: -300px;
        left: 0;
        width: 1300px;
    }
}
@media (max-width: 767px) {
    .tickets-hero .mesh1 {
        max-width: unset;
        top: -500px;
        left: -100px;
        width: 800px;
    }
}

.conference-ticket {
    background: #23727b;
    border: 2px solid #23727b;
    padding: 2.4rem;
    border-radius: 0.4rem;
}
.conference-ticket .ticket-check {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
/* .conference-ticket .ticket-check img {
    margin-top: 0.5rem;
}
@media (max-width: 1279px) {
    .conference-ticket .ticket-check img {
        margin-top: 0.3rem;
    }
} */
.conference-ticket .price {
    display: flex;
    align-items: flex-end;
    gap: 0.8rem;
}
.conference-ticket .price h3 {
    font-weight: 600;
}
.conference-ticket .price p {
    margin-bottom: 0.5rem;
    text-decoration: line-through;
    font-weight: 600;
}
@media (max-width: 767px) {
    .conference-ticket .price p {
        margin-bottom: 0;
    }
}

.conference-ticket-disabled {
    background: #234e56;
    border: 2px solid #234e56;
    padding: 2.4rem;
    border-radius: 0.4rem;
}
.conference-ticket-disabled .ticket-check {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
/* .conference-ticket-disabled .ticket-check img {
    margin-top: 0.5rem;
}
@media (max-width: 1279px) {
    .conference-ticket-disabled .ticket-check img {
        margin-top: 0.3rem;
    }
} */
.conference-ticket-disabled .price {
    display: flex;
    align-items: flex-end;
    gap: 0.8rem;
}
.conference-ticket-disabled .price h3 {
    font-weight: 600;
}
.conference-ticket-disabled .price p {
    margin-bottom: 0.5rem;
    font-weight: 600;
}
@media (max-width: 767px) {
    .conference-ticket-disabled .price p {
        margin-bottom: 0;
    }
}
.conference-ticket-disabled .tickets-conference-disabled {
    opacity: 0;
}

.workshop-ticket {
    border: 2px solid #23727b;
    padding: 2.4rem;
    border-radius: 0.4rem;
}
.workshop-ticket .ticket-check {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}
.workshop-ticket .ticket-check img {
    margin-top: 0.5rem;
}
@media (max-width: 1279px) {
    .workshop-ticket .ticket-check img {
        margin-top: 0.3rem;
    }
}
.workshop-ticket .price {
    display: flex;
    align-items: flex-end;
    gap: 0.8rem;
}
.workshop-ticket .price h3 {
    font-weight: 600;
}
.workshop-ticket .price p {
    margin-bottom: 0.5rem;
    font-weight: bold;
}
@media (max-width: 767px) {
    .workshop-ticket .price p {
        margin-bottom: 0;
    }
}

.workshop-ticket-disabled {
    border: 2px solid #234e56;
    padding: 2.4rem;
    border-radius: 0.4rem;
}
.workshop-ticket-disabled .ticket-check {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}
.workshop-ticket-disabled .ticket-check img {
    margin-top: 0.5rem;
}
@media (max-width: 1279px) {
    .workshop-ticket-disabled .ticket-check img {
        margin-top: 0.3rem;
    }
}
.workshop-ticket-disabled .price {
    display: flex;
    align-items: flex-end;
    gap: 0.8rem;
}
.workshop-ticket-disabled .price h3 {
    font-weight: 600;
}
.workshop-ticket-disabled .price p {
    margin-bottom: 0.5rem;
    font-weight: bold;
}
@media (max-width: 767px) {
    .workshop-ticket-disabled .price p {
        margin-bottom: 0;
    }
}
.workshop-ticket-disabled .tickets-workshop-disabled {
    opacity: 0;
}

.border-gold {
    border: 2px solid #ffbf00;
}

.speaker .card-image {
    position: relative;
}
.speaker .profile {
    padding-right: 3rem;
}
@media (max-width: 767px) {
    .speaker .profile {
        padding-right: 5rem;
    }
}
.speaker .shape {
    position: absolute;
    top: -6%;
    right: 5%;
}
@media (max-width: 1279px) {
    .speaker .shape {
        right: 4%;
        width: 22vw;
    }
}
@media (max-width: 767px) {
    .speaker .shape {
        right: 3%;
        width: 80vw;
    }
}

.breadcrumbs-speaker {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.breadcrumbs-speaker span {
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 1.6rem;
}

.agenda-hero {
    overflow: hidden;
}
.agenda-hero .mesh {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 1500px;
    object-fit: contain;
    animation: animation-mesh1 30s linear infinite alternate;
}
@keyframes animation-mesh1 {
    0% {
        transform: translate(0%, 0%);
    }
    55% {
        transform: translate(8%, -13%) scale(1.2) rotate(-30deg);
    }
    100% {
        transform: translate(14%, -15%) scale(1);
    }
}
@media (max-width: 1279px) {
    .agenda-hero .mesh {
        max-width: unset;
        top: -100px;
        left: 25vw;
        width: 1300px;
    }
}
@media (max-width: 767px) {
    .agenda-hero .mesh {
        max-width: unset;
        top: -120px;
        left: 20vw;
        width: 800px;
    }
}

.actions {
    display: flex;
    padding: 1.2rem;
    /* border: 2px solid #322a7a; */
    background-color: #12333a;
    gap: 1.6rem;
    border-radius: 0.4rem;
    /*  .conference-actions {
      text-align: center;
      padding: 0.8rem 0;
      background: $colors-midnight-500;
      border-radius: 0.4rem;
      flex: 1;

      @media (max-width: 767px) {
        p {
          display: none;
        }
      }
    }*/
}
.actions .tab-actions {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 14rem;
    text-align: center;
    padding: 0.8rem 0;
    border-radius: 0.4rem;
    flex: 1;
    cursor: pointer;
}
@media (max-width: 767px) {
    .actions .tab-actions p {
        display: none;
    }
}
.actions .tab-actions.track {
    background: #234e56;
}
.actions .tab-actions.workshop {
    background: #234e56;
}
.actions .tab-actions.events {
    background: #a4b31b;
}
.actions .tab-actions.track.normal-actions {
    background: transparent;
}
.actions .tab-actions.workshop.normal-actions {
    background: transparent;
}
.actions .tab-actions.events.normal-actions {
    background: transparent;
}
.actions .normal-actions {
    text-align: center;
    padding: 0.8rem 0;
    border-radius: 0.4rem;
    background-color: transparent;
    flex: 1;
}
.actions .normal-actions:hover {
    background: #241c64;
}
@media (max-width: 1279px) {
    .actions {
        display: none;
    }
}

.actions-dropdown {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.2rem;
    /* border: 2px solid #322a7a; */
    background-color: #12333a;
    gap: 1.6rem;
    border-radius: 0.4rem;
}
.actions-dropdown .tab-actions {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    padding: 0.8rem 1.6rem;
    border-radius: 0.4rem;
    flex: 1;
    cursor: pointer;
}
.actions-dropdown .tab-actions .tab-actions.track {
    background: #6761f3;
}
.actions-dropdown .tab-actions .tab-actions.workshop {
    background: #8b14b5;
}
.actions-dropdown .tab-actions .tab-actions.events {
    background: #a4b31b;
}
.actions-dropdown .tab-actions .tab-actions.track.normal-actions {
    background: transparent;
}
.actions-dropdown .tab-actions .tab-actions.workshop.normal-actions {
    background: transparent;
}
.actions-dropdown .tab-actions .tab-actions.events.normal-actions {
    background: transparent;
}
.actions-dropdown .tab-actions .arrow-down {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    /* filter: invert(1) grayscale(100) !important; */
}
@media (max-width: 767px) {
    .actions-dropdown .tab-actions .arrow-down {
        top: 0.8rem;
    }
}

.icon .arrow-down-2.show {
    transform: rotate(180deg);
}

.icon .arrow-down-2 {
    transform: rotate(-90deg);
}

.actions-dropdown .tab-actions .arrow-down.show {
    transform-origin: center;
    transform: rotate(180deg);
}
@media (min-width: 1279px) {
    .actions-dropdown {
        display: none;
    }
}

.actions-dropdown-options {
    display: none;
    position: absolute;
    top: calc(100% - 4px);
    left: -2px;
    width: calc(100% + 4px);
    background: #12333a;
    /* border: 2px solid #322a7a; */
    border-top: none;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    padding: 1.2rem;
    flex-direction: column;
    gap: 0.8rem;
    z-index: 100;
    box-shadow: 0 5px 10px 2px #091a1d;
}
.actions-dropdown-options .tab-actions {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.8rem 1.6rem;
    border-radius: 0.4rem;
    flex: 1;
    cursor: pointer;
}
.actions-dropdown-options .tab-actions.track {
    background: #234e56;
}
.actions-dropdown-options .tab-actions.workshop {
    background: #234e56;
}
.actions-dropdown-options .tab-actions.events {
    background: #a4b31b;
}
.actions-dropdown-options .tab-actions.track.normal-actions {
    background: transparent;
}
.actions-dropdown-options .tab-actions.workshop.normal-actions {
    background: transparent;
}
.actions-dropdown-options .tab-actions.events.normal-actions {
    background: transparent;
}
.actions-dropdown-options .normal-actions {
    text-align: center;
    padding: 0.8rem 1.6rem;
    border-radius: 0.4rem;
    background-color: #241c64;
    flex: 1;
}
.actions-dropdown-options.show {
    display: flex;
}

.actions-dropdown-selected .tab-actions.track {
    background: #234e56;
}

.actions-dropdown-selected .tab-actions.workshop {
    background: #234e56;
}

.actions-dropdown-selected .tab-actions.events {
    background: #a4b31b;
}

.agenda-card {
    padding: 4rem 10.4rem;
    border: 2px solid #23727b;
    border-bottom: none;
    background-color: #12333a;
}
.agenda-card:first-child {
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
}
.agenda-card:last-child {
    border-bottom: 2px solid #23727b;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
}
@media (max-width: 1279px) {
    .agenda-card {
        padding: 4.4rem 2.4rem;
    }
}
@media (max-width: 767px) {
    .agenda-card {
        padding: 2.4rem 1.6rem;
    }
}

.slot-card {
    border: 2px solid #322a7a !important;
}

.info-collapsible {
    text-align: left;
}
.info-collapsible .breadcrumbs-agenda > * {
    display: inline;
}
.info-collapsible .breadcrumbs-agenda .name {
    font-weight: bold;
    color: #da79ff;
}
.info-collapsible .breadcrumbs-agenda span {
    color: #ffffff;
    padding: 1rem 1.6rem;
}
@media (max-width: 767px) {
    .info-collapsible .breadcrumbs-agenda span {
        display: none;
    }
}
@media (max-width: 767px) {
    .info-collapsible .breadcrumbs-agenda {
        display: flex;
        flex-direction: column;
    }
}

.collapsible-image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.4rem;
    height: 6.4rem;
    background: #4231b0;
}
.collapsible-image-container .shape {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    width: 1.3rem;
    height: 1.3rem;
}

.collapsible-image-container-large {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 2.2rem;
    width: 644px;
}
.collapsible-image-container-large .image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.collapsible-image-container-large .shape-top-left-corner {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    width: 4.5rem;
    height: 4.5rem;
}

/* @media (max-width: 767px) {
    .collapsible-image-container-large .shape-top-left-corner {
        width: 50%;
    }
} */
.collapsible-image-container-large .shape-bottom-right-corner {
    position: absolute;
    bottom: -0.5rem;
    left: -0.5rem;
    width: 4.5rem;
    height: 4.5rem;
}
/* @media (max-width: 767px) {
    .collapsible-image-container-large .shape-bottom-right-corner {
        width: 25%;
    }
} */
@media (max-width: 1279px) and (min-width: 768px) {
    .collapsible-image-container-large {
        width: 544px;
        padding: 1.9rem;
    }
}
@media (max-width: 767px) {
    .collapsible-image-container-large {
        width: 100%;
        padding: 0.8rem;
    }
}

.agenda-card .agenda-speaker-image {
    width: 60rem;
    height: 33.8rem;
}

@media (max-width: 767px) {
    .agenda-card .agenda-speaker-image {
        width: 100%;
        height: 33.8rem;
    }
}
.agenda-card .agenda-speaker-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

hr {
    height: 2px;
    background: #248d96;
    color: #248d96;
    border-width: 0;
}

details {
    user-select: none;
}

details > summary span.icon {
    width: 48px;
    height: 48px;
    transition: all 0.3s;
    margin-left: auto;
    transform: rotate(90deg);
}

details[open] summary span.icon {
    transform: rotate(-90deg);
}

summary {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

summary::-webkit-details-marker {
    display: none;
}

.first-row {
    display: flex;
}

.info-time {
    color: #ffbf00;
}

.duration {
    display: flex;
    gap: 1.6em;
}

.location {
    display: flex;
}
.location .getDirections {
    color: #7fe1e1;
    margin-left: 3.2rem;
}
@media (max-width: 1279px) {
    .location .getDirections {
        margin-left: 4rem;
    }
}
.location .getDirections:hover {
    text-decoration: underline;
    color: #7fe1e1;
}
@media (max-width: 1279px) {
    .location {
        flex-direction: column;
        gap: 0.8rem;
    }
}
.location .location-content {
    gap: 1.6rem;
    display: flex;
}
@media (max-width: 1279px) {
    .location .location-content {
        align-items: flex-start;
    }
}
@media (max-width: 767px) {
    .location .location-content {
        align-items: flex-start;
    }
}

div.outline {
    background: transparent;
    border: 1px solid #cfd0ee;
    color: #ffffff;
    width: 100%;
    padding: 1.4rem 1.6rem;
}

.form-validation {
    color: #d00;
    font-size: 12px;
}

#form-output-global {
    z-index: 2000;
    display: none;
}

.shown {
    display: flex !important;
}

.body-sm a,
.body-lg a {
    color: #c1d31f;
}

.breadcrumbs-edition {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.breadcrumbs-edition span {
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 1.6rem;
}

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