:root {
    --fira: 'Fira Sans', sans-serif;
    --nunito: 'Nunito Sans', sans-serif;
    --rubik: 'Rubik', sans-serif;
    --purple:  #901790; /* featured event -- purple - #901790 */
    --red:  #cb1f09; /* valentines day and first-time user promo */
    --blocked: #414141; /* account suspended - dark grey */
}

/*
font-family: var(--fira);
font-family: var(--nunito);
font-family: var(--rubik);
*/

input {
    -webkit-user-select: text; /* Chrome, Opera, Safari */
    -moz-user-select: text; /* Firefox 2+ */
    -ms-user-select: text; /* IE 10+ */
    user-select: text; /* Standard syntax */
}


html, body {
    /*height: 100%;*/
    overflow-x: hidden;
    color: #383838;
    font-family: var(--nunito);
}

body a.blue-link {
    color: #0c87a1;
    text-decoration: underline;
}

body a.blue-link:hover {
    color: #0c87a1;
    text-decoration: none;
}

nav {
    display: flex;
    justify-content: space-between;
    font-family: 'Rubik', sans-serif;
    height: 64px;
    padding: 0 30px;
    z-index: 100; /*10;*/
    color: #383838;
    position: relative;
}

/*@media only screen and (min-width: 1920px) {
    nav {
        height: 3.7vw;
        padding: 0 7.4% 0 7.8%;
    }
}*/

.v2-logo {
    display: flex
}

.v2-logo svg {
    width: 130px;
}

/*@media only screen and (min-width: 1920px) {
    .v2-logo svg {
        width: 8vw;
    }
}*/

a:link, a:visited {
    color: #27c1e3;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

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

/*Top Navigation*/

.navAlert {
    margin-bottom: 18px;
    z-index: 10;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 15px;
    padding-bottom: 3px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 18 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 0a4 4 0 0 1 4 4v4a4 4 0 0 1-4 4H9.623L4 15v-3a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h10z' fill='%23EB482D' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-size: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

ul.v2-nav {
    display: none;
    gap: 1px;
    font-size: 20px;
}

@media only screen and (min-width: 600px) {
    ul.v2-nav {
        display: flex;
    }
}

/*@media only screen and (min-width: 1920px) {
    ul.v2-nav {
        font-size: 1.082vw;
    }
}*/

ul.v2-nav li {
    position: relative;
    transform-style: preserve-3d;
}

ul.v2-nav li > a {
    color: #3a3636;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 15px;
    transition: all 0.2s ease-in;
    transition-delay: 0.2s;
}

.v2-nav-active {
    color:  #27c1e3 !important;
}

/*@media only screen and (min-width: 1920px) {
    ul.v2-nav li > a {
        padding: 0 0.8vw;
    }
}*/

ul.v2-nav li > a:hover,
ul.v2-nav li > a.active {
    background-color: #26c1e3;
    color: #fff !important;
}

.v2-drop {
    position: absolute;
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin-top: -340%;
    transition: all 0.5s cubic-bezier(.68,-0.55,.27,1.55);
    transform: translateZ(-10px);
}

/*@media only screen and (min-width: 1920px) {
    .v2-drop {
        font-size: 0.810vw;
    }
}*/

.v2-drop.show {
    margin-top: 1px;
}

.v2-drop a,
.v2-sign-in {
    height: 48px;
    display: flex;
    align-items: center;
    color: #3a3636;
    text-decoration: none;
    padding: 0 0 0 16px;
    border: 1px solid #26c1e3;
    /*transition: all 0.2s ease-in;*/
    margin-top: -1px;
    cursor: pointer;
    position: relative;
}

/*@media only screen and (min-width: 1920px) {
    .v2-drop a,
    .v2-sign-in {
        height: 3vw;
        padding: 0 0 0 18%;
    }
}*/

.v2-drop a:hover,
.v2-sign-in:hover {
    background-color: #26c1e3;
    color: #fff;
}

.v2-si-box {
    position: absolute;
    top: 0;
    right: -1px;
    width: 330px;
    background-color: #fff;
    display: none;
    transition: unset;
}


/*@media only screen and (min-width: 1920px) {
    .v2-si-box {
        width: 320%;
    }
}*/

.v2-si-box.show {
    display: block;
}

.v2-si-box.fixed {
    width: 330px;
}

.v2-si-box .title {
    background-color: #26c1e3;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 24px;
    padding: 10px 0;
}

/*@media only screen and (min-width: 1920px) {
    .v2-si-box .title {
        font-size: 1.389vw;
        padding: 0.3vw 0;
    }
}*/

.v2-si-box.fixed .title {
    font-size: 24px;
    padding: 10px 0;
}

.v2-si-box .content {
    border-left: 8px solid #26c1e3;
    border-bottom: 8px solid #26c1e3;
    padding: 20px 30px 35px 40px;
    gap: 12px;
    display: grid;
    text-align: center;
    background-color: #fff;
}

.v2-si-box .content.f16 {
    font-size: 16px;
}

/*@media only screen and (min-width: 1920px) {
    .v2-si-box .content {
        border-left: 0.5vw solid #26c1e3;
        border-bottom: 0.5vw solid #26c1e3;
        padding: 1.4vw 1.8vw 2vw 1.8vw;
        gap: 0.7vw;
    }
}*/

.v2-si-box.fixed .content {
    border-left: 8px solid #26c1e3;
    border-bottom: 8px solid #26c1e3;
    padding: 20px 30px 35px 30px;
    gap: 12px;
}

.v2-si-box a {
    all: unset;
}

.v2-si-box a:hover {
    all: unset;
}

.v2-sign-in:hover .v2-si-box  {
    color: #3a3636;
    background-color: unset;
    transition: unset;
}

.v2-si-box .sub-title {
    font-size: 22px;
    margin-bottom: 15px;
    /*font-weight: 500;*/
}

/*@media only screen and (min-width: 1920px) {
    .v2-si-box .sub-title {
        font-size: 1.157vw;
        margin-bottom: 0.7vw;
    }
}*/

.v2-si-box.fixed .sub-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.field-type-1 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    height: 44px;
    border: solid 1px #1189ad;
    gap: 2px;
    border-radius: 4px;
    padding: 0 8px 0 8px;
}

/*@media only screen and (min-width: 1920px) {
    .field-type-1 {
        height: 2.8vw;
        border: solid 0.087vw #969595;
        gap: 3%;
        border-radius: 0.3vw;
        padding: 2% 2% 0 4%;
    }
}*/

.fixed .field-type-1 {
    height: 48px;
    border: 1.5px solid #969595;
    gap: 2px;
    border-radius: 4px;
    padding: 6px 8px 0 8px;
}

.field-type-1 span {
    position: absolute;
    top: -8px;
    left: 14px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    height: 16px;
    background-color: #fff;
    font-size: 12px;
    color: #1fa5c2;
}

/*@media only screen and (min-width: 1920px) {
    .field-type-1 span {
        font-size: 0.694vw;
    }
}*/

.fixed .field-type-1 span {
    font-size: 12px;
}

.field-type-1 input {
    -webkit-appearance: none;
    background-clip: padding-box;
    border-radius: 0;
    background: none;
    border: 0;
    color: #383838;
    font-size: 16px;
    line-height: 20px;
}

.field-type-1 input[type="password"] {
    padding: 5px 0 0 0;
}

/*@media only screen and (min-width: 1920px) {
    .field-type-1 input {
        font-size: 0.926vw;
        line-height: 1.389vw;
    }
}*/

#menuToggle .fixed .field-type-1 input {
    all: unset;
    font-size: 16px;
    line-height: 20px;
}

.field-type-1 input::placeholder {
    color: #a2a2a2;
}

#menuToggle a.blue-link {
    all: unset;
    cursor: pointer;
    color: #0c87a1;
    text-decoration: underline;
}

#menuToggle a.blue-link:hover {
    all: unset;
    cursor: pointer;
    text-decoration: none;
    color: #0c87a1;
}

button.red-btn {
    border: 0;
    cursor: pointer;
    width: 100%;
    background-color: #eb482d;
    color: #fff;
    font-weight: bold;
    transition: all 0.2s ease-in;
    height: 32px;
    font-size: 16px;
    border-radius: 4px;
}

/*@media only screen and (min-width: 1920px) {
    button.red-btn {
        height: 1.8vw;
        font-size: 0.926vw;
        border-radius: 0.3vw;
    }
}*/

button.red-btn:hover {
   opacity: 0.8;
}

.fixed button.red-btn {
    height: 32px;
    font-size: 16px;
    border-radius: 4px;
}

hr.thin {
    height: 1px;
    background-color: #969595;
    margin: 0.7vw 0;
}

button.google-sign-in {
    border: 0;
    cursor: pointer;
    background-color: #4285f4;
    color: #fff;
    transition: all 0.2s ease-in;
    position: relative;
    width: 100%;
    height: 44px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #4285f4;
}

button.google-sign-in::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-top-left-radius: 0.3vw;
    border-bottom-left-radius: 0.3vw;
    background: #fff url('/img/google-logo.png') center center no-repeat;
    background-size: 20px auto;
}

/*@media only screen and (min-width: 1920px) {
    button.google-sign-in {
        height: 2.5vw;
        font-size: 0.868vw;
        border-radius: 0.3vw;
        border: 0.058vw solid #4285f4;
    }
    button.google-sign-in::after {
        background-size: 1.157vw auto;
    }
}*/

button.google-sign-in:hover {
    opacity: 0.8;
}

.fixed button.google-sign-in { 
    height: 44px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #4285f4;
}

/*Top navigation for small screens*/

#menuToggle {
    display: block;
    position: relative;
    top: 25px;
    right: -20px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

@media only screen and (min-width: 600px) {
    #menuToggle {
        display: none;
    }
}

#menuToggle a {
    text-decoration: none;
    color: #3a3636;
    transition: color 0.3s ease;
    width: 100%;
    height: 48px;
    display: flex;
    border: 1px solid #26c1e3;
    align-items: center;
    padding: 0 0 0 16px;
    margin-top: -1px;
}

#menuToggle a:hover {
    background-color: #26c1e3;
    color: #fff;
}


#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}


#menuToggle i {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #3a3636;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle i:first-child {
    transform-origin: 0% 0%;
}

#menuToggle i:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ i {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #fff;
}

#menuToggle input:checked ~ i:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ i:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}
#menu {
    position: absolute;
    width: 104px;
    margin: 13px 0 0 -61px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    font-size: 14px;
    position: relative;
}

#menuToggle input:checked ~ ul {
  transform: none;
}

#menu::before {
    content: '';
    position: absolute;
    right: 0;
    top: -65px;
    width: 70px;
    height: 64px;
    background-color: #26c1e3;
}


@media only screen and (min-width: 1000px) {
    .full-height {
        height: 100vh;
    }
}

/*Header*/

.homePageBannerSmlScrn {
    display: none;
}

.homePageBanner {
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
    background-color: var(--red); /*purple*/
    font-size: 32px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--fira);
    font-weight: 600;
}

.homePageBanner a {
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

.acctSpsdBkg {
    background-color: var(--blocked) !important;
}

@media only screen and (max-width: 1500px) {
    #hmPgBnLine1::after{
        content: "\a";
        white-space: pre;
    }
}

@media only screen and (min-width: 1100px) {
    #spsdPgBnLine1::after{
        content: "\a";
        white-space: pre;
    }
}

@media only screen and (max-width: 1500px) {
    #pgBnrAccSpsd {
        font-size: 24px;
    }
}

@media only screen and (max-width: 850px) {
    .homePageBanner {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    
    .homePageBannerSmlScrn {
        box-sizing: border-box;
        width: 100%;
        padding: 12px;
        background-color: var(--red); /*purple*/
        font-size: 16px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-family: var(--fira);
        font-weight: 600;
        display: block;
    }

    .homePageBannerSmlScrn a {
        display: block;
        height: 100%;
        color: #fff;
        text-decoration: none;
    }

    .homePageBanner {
        display: none;
    }

    .eventPgBanner {
        font-size: 20px;
    }

    .eventDetailBanner {
        font-size: 32px;
    }
}

.main-header {
    width: 100%;
    /*height: 960px;*/
    height: 800px;
    position: relative;
    font-family: var(--rubik);
}

@media only screen and (min-width: 1000px) {
    .main-header {
        /*height: 980px;*/
        height: calc( 100vh - 64px);
    }
}


/*@media only screen and (min-width: 1920px) {
    .main-header {
        aspect-ratio: 20 / 11;
        height: auto;
    }
} */

.header-bg-S {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
    /*border-top-left-radius: 20px;
    border-top-right-radius: 20px;*/
    display: block;
}

@media only screen and (min-width: 600px) {
    .header-bg-S {
        display: none;
    }
}
.header-bg-L {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
    /*border-top-left-radius: 20px;
    border-top-right-radius: 20px;*/
    display: none;
}

@media only screen and (min-width: 600px) {
    .header-bg-L {
        display: block;
    }
}


ul.header-text {
    font-weight: 600;
    font-size: 44px;
    text-transform: uppercase;
    line-height: 0.9;
    color: #fff;
    display: flex;
    flex-direction: column;
    position: absolute;
    /*top: 80px;*/
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease-in;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    width: 330px;
}

@media only screen and (min-width: 600px) {
    ul.header-text {
        width: auto;
        top: 195px;
        left: 105px;
        transform: none;
        text-shadow: none;
    }
}
@media only screen and (min-width: 1000px) {
    ul.header-text {
        font-size: 88px;
        left: 6.076vw;
    }
}

@media screen and (max-height: 955px) and (orientation: landscape) {
    ul.header-text {
        top: 17.419vh;
    }
    ul.header-text {
        font-size: 9.215vh;
    }
}

/*@media only screen and (min-width: 1920px) {
    ul.header-text {
        top: 4.340vw;
        left: 6.076vw;
        font-size: 5.093vw;
    }
}*/

.header-text li {
    display: inline-block;
}

.header-text li:first-child span{
    font-size: 55px;
    background-image: linear-gradient(90deg, #2acaed, #8f1891);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    transition: all 0.2s ease-in;
    font-weight: 700;
}


.header-text li:nth-child(4) span {
    font-size: 55px;
    background-image: linear-gradient(to right, #901790, #d71c1e 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    transition: all 0.2s ease-in;
    font-weight: 700;
}

@media only screen and (min-width: 1000px) {
    .header-text li:first-child span,
    .header-text li:nth-child(4) span {
        font-size: 110px;
    }
}

@media only screen and (max-height: 955px) and (orientation: landscape) {
    .header-text li:first-child span,
    .header-text li:nth-child(4) span {
        font-size: 11.518vh;
    }
}

/*@media only screen and (min-width: 1920px) {
    .header-text li:first-child span,
    .header-text li:nth-child(4) span {
        font-size: 6.366vw;
    }
}*/

.header-text li:nth-child(3) {
    margin: 20px 0 0 90px;
}

.header-text li:nth-child(4) {
    padding: 0 0 0 60px;
}

@media only screen and (min-width: 1000px) {
    .header-text li:nth-child(3) {
        margin: 40px 0 0 210px;
    }

    .header-text li:nth-child(4) {
        padding: 0 0 0 165px;
    }
}

.header-text li.next-event {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    /*margin-top: 500px;*/
    /*margin-top: 470px;*/
    margin-top: 320px;
    text-shadow: none;
}

@media only screen and (min-width: 600px) {
    .header-text li.next-event {
        margin-top: 90px;
    }
}

@media only screen and (min-width: 1000px) {
    .header-text li.next-event {
        font-size: 46px;
    }
}

@media only screen and (min-width: 1920px) {
    .header-text li.next-event {
        /*font-size: 3.241vw;*/
        margin-top: 10.944vw;
    }
}

@media only screen and (max-height: 955px) and (orientation: landscape) {
    .header-text li.next-event {
        margin-top: 9.424vh;
        font-size: 4.817vh;
    }
}

a.v2-btn-s1 {
    display: flex;
    text-decoration: none;
    font-size: 20px;
    padding: 12px 0 10px 0;
    width: 300px;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    position: relative;
    transition: all 0.2s ease-in;
    overflow: hidden;
}

a.v2-btn-s1 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 3;
    background-image: url('/img/arrow-right-light.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 30px auto;
    transition: all 0.3s ease-in;
}

a.v2-btn-s1::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform: translate(0, 100%);
    transform-origin: bottom;
    transition: all 0.2s ease-in;
    z-index: 1;
}

@media only screen and (min-width: 1000px) {
    a.v2-btn-s1 {
        font-size: 34px;
        width: 503px;
        padding: 20px 0 20px 0;
    }
    a.v2-btn-s1 span {
        background-size: 54px auto;
        background-position: center right;
    }
}

/*@media only screen and (min-width: 1920px) {
    a.v2-btn-s1 {
        font-size: 2.315vw;
        width: 29.109vw;
        padding: 1.157vw;
    }
    a.v2-btn-s1 span {
        background-size: 2.813vw auto;
        background-position: center right 1.667vw;
    }
}*/

a.v2-btn-s1:hover {
    color: #383838;
    padding-left: 10px;
}

@media only screen and (min-width: 1000px) {
    a.v2-btn-s1:hover {
        color: #383838;
        padding: 20px;
    }
}

a.v2-btn-s1:hover span {
    background-image: url('/img/arrow-right-dark.svg');
    background-position: center right 20px;
}

@media only screen and (min-width: 1000px) {
    a.v2-btn-s1:hover span {
        background-position: center right 32px;
    }
}

a.v2-btn-s1:hover::before {
    transform: translate(0, 0);
    transform-origin: bottom;
    
}

a.v2-btn-s1.mt1 {
    margin-top: 15px;
}

@media only screen and (min-width: 1000px) {
    a.v2-btn-s1.mt1 {
        margin-top: 0.4em;
    }
}


.area-1 {
    width: 100%;
    padding: 0 32px;
    font-size: 16px;
    margin: 64px auto;
    gap: 32px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.38;
    grid-template-columns: 1fr;
}

.area-1.gap-s {
    gap: 12px 0;
}

.area-1.mt140 {
    margin-top: 130px;
}

@media only screen and (min-width: 820px) {
    .area-1 {
        display: grid;
        grid-template-columns: 44% 54%;
        column-gap: 32px;
        font-size: 20px;
        margin: 128px auto;
    }
    .area-1.v2 {
        grid-template-columns: 48% 50%;
    }
    .area-1.mt140 {
        margin-top: 268px;
    }
    .area-1.gap-s {
        gap: 32px 0;
    }
    .area-1 .topBgPstInfo {
        margin-bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) {
    .area-1 {
        font-size: 32px;
    }
    .area-1 .topBgPstInfo {
        margin-bottom: 150px;
    }
}


@media only screen and (min-width: 1920px) {
    .area-1 {
        margin: 7.407vw auto;
        /*font-size: 1.852vw;*/
        gap: 0 1.852vw;
    }
    .area-1 .topBgPstInfo {
        margin-bottom: 250px;
    }
}

.area-1 section {
    order: 2;
}

.area-1 section.v2 {
    order: 2;
}

@media only screen and (min-width: 820px) {
    .area-1 section {
        order: 1;
    }
    .area-1 section.v2 {
        order: 2;
    }
}

@media only screen and (min-width: 820px) {
    .area-1 section {
        padding: 0 0 0 54px;
    }
}

@media only screen and (min-width: 1920px) {
    .area-1 section {
        /*padding: 0 0 0 104px;*/
        padding: 0 0 0 6.019vw;
    }
}

.area-1 h1 {
    font-family: var(--rubik);
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    color: #383838;
    margin-bottom: 25px;
}

.area-1 h1 span {
    display: block;
    font-size: 25px;
    font-weight: 500;
    text-transform: none;
    margin-top: 18px;
}

@media only screen and (min-width: 1200px) {
    .area-1 h1 {
        font-size: 80px;
        margin-bottom: 40px;
    }

    .area-1 h1 span {
        font-size: 56px;
        font-weight: 500;
    }
    
    .area-1 h1 span.mt20 {
        margin-top: 20px;
    }
}

/*@media only screen and (min-width: 1920px) {
    .area-1 h1 {
        font-size: 4vw;
        margin-bottom: 2.083vw;
    }
}*/

h1.showM820 {
    display: block;
    text-align: center;
}

h1.hideM820 {
    display: none;
}

@media only screen and (min-width: 820px) {
    h1.showM820 {
        display: none;
    }

    h1.hideM820 {
        display: block;
    }
}

.a1-img {
    order: 1;
}

.a1-img.v2 {
    order: 1;
}

@media only screen and (min-width: 820px) {
    .a1-img {
        order: 2;
    }
    .a1-img.v2 {
        order: 1;
    }
}

@media only screen and (min-width: 1920px) {
    .a1-img {
        width: 52.604vw;
    }
}



.area-3 {
    width: 100%;
    background: url('/img/footer-v2-bg.jpg') top center no-repeat;
    background-size: cover;
    padding: 50px 0;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 820px) {
    .area-3 {
        height: 940px;
    }
}


@media only screen and (min-width: 1920px) {
    .area-3 {
        padding: unset;
        height: auto;
        aspect-ratio: 15 / 8;
    }
}

.area-3 section {
    width: 100%;
    padding: 0 32px;
    font-size: 24px;
    line-height: 1.38;
    color: #fff;
}

@media only screen and (min-width: 992px) {
    .area-3 section {
        width: 928px;
        padding: 0;
        font-size: 32px;
        margin: 0 auto;
    }
}

/*@media only screen and (min-width: 1920px) {
    .area-3 section {
        width: 48.333vw;
        font-size: 1.667vw;
    }
}*/

.area-3 section p {
    margin-bottom: 1.4em;
}

.area-3 h1 {
    text-transform: uppercase;
    font-family: var(--rubik);
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.5em;
}

@media only screen and (min-width: 992px)  {
    .area-3 h1 {
        font-size: 80px;
    }
}

/*@media only screen and (min-width: 1920px) {
    .area-3 h1 {
        font-size: 4.167vw;
    }
}*/


footer {
    background-color: #252e3a;
    font-family: var(--nunito);
    color: #fff;
    text-align: center;
    font-size: 16px;
    /*padding: 32px;*/
    padding: 5px 32px 15px 32px;
}

@media only screen and (min-width: 1920px) {
    footer {
        font-size: 0.833vw;
        padding: 1.667vw;
    }
}

footer a:link,
footer a:visited {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.slogan {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--rubik);
    font-weight: 600;
    line-height: 1.56;
    font-size: 20px;
    gap: 0 10px;
}

@media only screen and (min-width: 750px) {
    .slogan {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1920px) {
    .slogan {
        font-size: 1.667vw;
        gap: 0 0.521vw;
    }
}

.slogan img {
    margin-top: 7px;
    width: 48px;
}

@media only screen and (min-width: 1920px) {
    .slogan img {
        margin-top: 0.365vw;
        width: 2.500vw;
    }
}

.slogan span:nth-of-type(1) {
    color: #36bcce;
}

.slogan span:nth-of-type(2) {
    color: #eb482d;
}

.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    padding: 5px 0;
}

@media only screen and (min-width: 1920px) {
    .social-media {
        gap: 0 0.521vw;
        padding: 0.521vw 0;
    }
    .social-media a:nth-of-type(1) img {
        width: 1.563vw;
    }
    .social-media a:nth-of-type(2) img {
        width: 1.146vw;
    }
    .social-media a:nth-of-type(3) img {
        width: 1.354vw;
    }
}

.no-break {
    white-space: nowrap;
}

span.no-line {
    color: transparent;
}

@media only screen and (min-width: 457px) {
    span.no-line {
        color: #fff;
    }
}

/*The vibe*/

.rotating-images-1 {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
}

/*@media only screen and (min-width: 820px) {
    .rotating-images-1 {
        aspect-ratio: 105 / 74;
    }
}*/

.rotating-images-1 img {
    position: absolute;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    object-fit:cover;
    border-radius: 12px;
}

@media only screen and (min-width: 820px) {
    .rotating-images-1 img {
        aspect-ratio: unset;
        border-radius: 0;
    }
}

.rotating-images-1 img.pos1 {
    width: 90%;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
}

@media only screen and (min-width: 820px) {
    .rotating-images-1 img.pos1 {
        width: 53%;
        transform: none;
        top: 13%;
        /*left: 0;*/
        left: 13%;
    }
}

.rotating-images-1 img.pos1.to-2 {
    animation-name: animapos1-to-two;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes animapos1-to-two {
    0% {
        transform: none;

    }
    10% {
        opacity: 0.5;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateX(5.51%) translateY(-30px) scale(1);
        filter: grayscale(100%);
    }
}

@media only screen and (min-width: 820px) {
    @keyframes animapos1-to-two {
        0% {
            transform: none;

        }

        10% {
            opacity: 0.5;
        }

        60% {
            opacity: 1;
        }

        100% {
            opacity: 1;
                transform: translateX(78.4%) translateY(-38.8%) scale(0.717);
            filter: grayscale(100%);
        }
    }
}


.rotating-images-1 img.pos1.to-3 {
    animation-name: animapos1-to-three;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes animapos1-to-three {
    0% {
        transform: none;
        opacity: 0.5;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateX(22%) translateY(26%) scale(0.845);
        filter: grayscale(100%);
    }
}

.rotating-images-1 img.pos2 {
    display: block;
    width: 90%;
    top: 0;
    right: -45%;
    z-index: 4;
    filter: grayscale(100%);
}

@media only screen and (min-width: 820px) {
    .rotating-images-1 img.pos2 {
        width: 38%;
        top: 0%;
        right: 0;
    }
}

.rotating-images-1 img.pos2.to-1 {
    animation-name: animapos2-to-one;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes animapos2-to-one {
    0% {
        transform: none;
        opacity: 1;
    }
   /* 50% {
        transform: translateX(-100%) translateY(100%) scale(0.3);
    }*/

    100% {
        opacity: 1;
        transform: translateX(-64%) translateY(46.5%) scale(1.42592);
        z-index: 7;
        filter: none;
    }
}

.rotating-images-1 img.pos2.to-3 {
    animation-name: animapos2-to-three;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes animapos2-to-three {
    0% {
        transform: none;
        opacity: 0.5;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateX(-111.1%) translateY(0) scale(1);

    }
}

@media only screen and (min-width: 820px) {
    @keyframes animapos2-to-three {
        0% {
            transform: none;
            opacity: 0.5;
        }

        40% {
            opacity: 1;
        }

        /*50% {
        transform: translateX(0) translateY(10%) scale(0.3);
    }*/
        100% {
            opacity: 1;
            transform: translateX(-40.8%) translateY(88.2%) scale(1.18447);

        }
    }
}



.rotating-images-1 img.pos3 {
    width: 90%;
    top: 0;
    left: -45%;
    z-index: 3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media only screen and (min-width: 820px) {
    .rotating-images-1 img.pos3 {
        width: 45%;
        left: auto;
        top: auto;
        top: 30%;
        right: 12%;
    }
}

.rotating-images-1 img.pos3.to-1 {
    animation-name: animapos3-to-one;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes animapos3-to-one {
    0% {
        transform: none;
        opacity: 0.5;
    }
    40% {
            opacity: 1;
        }
    100% {
        opacity: 1;
            transform: translateX(55.6%) translateY(30px) scale(1);
        z-index: 7;
        filter: none;
    }
}

@media only screen and (min-width: 820px) {
    @keyframes animapos3-to-one {
        0% {
            transform: none;
            opacity: 1;
        }

        /*50% {
        transform: translateX(-60%) translateY(0) scale(0.3);
    }*/

        100% {
            opacity: 1;
            transform: translateX(-57.85%) translateY(-28.9%) scale(1.17778);
            z-index: 7;
            filter: none;
        }
    }
}

.rotating-images-1 img.pos3.to-2 {
    animation-name: animapos3-to-two;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes animapos3-to-two {
    0% {
        transform: none;
        opacity: 0.5;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateX(55.6%) translateY(30px) scale(1);
        z-index: 7;
        filter: none;
    }
}

@media only screen and (min-width: 820px) {
    @keyframes animapos3-to-two {
        0% {
            transform: none;
            opacity: 0.5;
        }

        40% {
            opacity: 1;
        }

        100% {
            opacity: 1;
            transform: translateX(27%) translateY(-69.6%) scale(0.83078);
            filter: none;
        }
    }
}


ul.ri-1-links {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    /*width: 160px;*/
    width: 90%;
    height: 6px;
    column-gap: 8px
}
    
@media only screen and (min-width: 820px) {
    ul.ri-1-links {
        width: 53%;
        bottom: auto;
        justify-content: center;
        top: 62%;
/*        left: 31%;*/
        left: 13%;
        z-index: 10;
        /*width: 20%*/;
        /*height: 1%;*/
        transform: none;
    }
}




ul.ri-1-links li {
    width: 65px;
    height: 100%;
    background-color: #fff;
    cursor: pointer;
    /*border-radius: 4.7px;*/
    border-radius: 3px;
    line-height: 0;
    font-size: 0;
}

@media only screen and (min-width: 1600px) {
    ul.ri-1-links li {
        width: 110px;
    }
}

@keyframes fill-bullet {
    0% {
        opacity: 1;
        background-position: 0 0;
    }

    100% {
        opacity: 1;
        background-position: -100% 0;
    }
}

ul.ri-1-links li.active {
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #1fa5c2 50%, white 50%);
    animation: fill-bullet;
    animation-duration: 5s;
    animation-iteration-count: 1;
}

/*MATCH & MINGLE*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media only screen and (min-width: 820px) {
    .swiper-slide img {
        width: 87%;
        border-radius: 20px;
    }
}

.img-slide-1 {
    position: relative;
    width: 100%;
    /*aspect-ratio: 42 / 47;*/
    aspect-ratio: 457 / 467;
}

.img-slide-1 .slider-v1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media only screen and (min-width: 820px) {
    .img-slide-1 {
        aspect-ratio: 465 / 368;
    }
    .img-slide-1 .slider-v1 {
        width: 87%;
    }
}

.is-1-links {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
    width: 48%;
    height: 0.8%;
}

.is-1-links li {
    width: 22%;
    height: 100%;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4.7px;
    line-height: 0;
    font-size: 0;
}

.is-1-links li.active {
    background-color: #1fa5c2;
}

@media only screen and (min-width: 820px) {
    .is-1-links {
        top: unset;
        bottom: 3.8%;
        left: 19%;
        transform: unset;
    }
}

.is-1-title {
    position: absolute;
    left: 0;
    bottom: 15%;
    height: 8.8%;
    width: 100%;
    background-image: radial-gradient(circle at 50% 50%, #8f1a92 0%, #2acaed 98%);
    display: flex;
    align-items: center;
    justify-content: end;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: var(--rubik);
    padding-right: 2vw;
}

.is1-t-small {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    text-transform: uppercase;
}

.is1-t-big {
    display: none;
}

@media only screen and (min-width: 820px) {
    .is-1-title {
        bottom: auto;
        width: 67%;
        top: 50%;
        transform: translateY(-50%);
        background-image: linear-gradient(to right, #29caed, #8f1991);
    }
    .is1-t-small {
        display: none;
    }
    .is1-t-big {
        display: inline-block;
    }
}

@media only screen and (min-width: 1500px) {
    .is-1-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1920px) {
    .is-1-title {
        height: 2.917vw;
        font-size: 2.083vw;
    }
}

a.is-1-join {
    position: absolute;
    font-family: var(--rubik);
    text-transform: uppercase;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #26c1e3;
    color: #fff;
    width: 30%;
    border-radius: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3%;
    text-decoration: none;
    font-weight: 600;
    font-size: 36px;
}

@media only screen and (min-width: 820px) {
    a.is-1-join {
        left: unset;
        top: 50%;
        transform: translateY(-50%) translateX(0);
        right: 0;
    }
}

@media only screen and (min-width: 1500px) {
    a.is-1-join {
        font-size: 80px;
    }
}

@media only screen and (min-width: 1920px) {
    a.is-1-join {
        font-size: 4.167vw;
    }
}

a.is-1-join:hover {
    animation-name: joinBtn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes joinBtn {
  0%   {
    }
  50%  {
      box-shadow: inset 0 0 0 2em #901790;
    }
  100% {
      box-shadow: inset 0 0 0 -2em #d71c1f;
      background-color: #d71c1f;
    }
}

@media only screen and (min-width: 820px) {
    
}

/*Slide for big screens*/

.img-slide-2 {
    position: relative;
    background-color: #000;
    height: auto;
    width: 100%;
    aspect-ratio: 15 / 8;
    display: none;
}

@media only screen and (min-width: 1000px) {
    .img-slide-2 {
        display: block;
    }
}

.is2-bg1 {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/img/is2-img1.jpg') top center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.is2-bg2 {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/img/is2-img2.jpg') top center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.is2-bg3 {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/img/is2-img3.jpg') top center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.is2-bg4 {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/img/is2-img4.jpg') top center no-repeat;
        background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s; 
}


.is2-bg1.active,
.is2-bg2.active,
.is2-bg3.active,
.is2-bg4.active {
    opacity: 1;
}

.img-slide-2 ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex: 0 0 100%;
    height: 100%;   
}

.img-slide-2 ul li {
    flex-grow: 1;
    position: relative;
    width: 0;
    overflow: visible;
    transition: width 1s cubic-bezier(0, 0, 0.2, 1);
    border-right: 2px solid #fff;
}

.img-slide-2 ul li:last-child {
    border-right: 0;
}

.img-slide-2 ul li:hover,
.img-slide-2 ul li.open {
    height: 100%;
    width: 55.365vw;
    display: block;
    flex-grow: 1;
}

.img-slide-2 ul li.open a {
    pointer-events: all;
}

.img-slide-2 ul li p {
    font-family: var(--rubik);
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    position: absolute;
    font-size: 50px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    top: 80px;
    left: 40px;
}

@media only screen and (min-width: 1400px) {
    .img-slide-2 ul li p {
        font-size: 80px
    }
}

.img-slide-2 ul li:hover p,
.img-slide-2 ul li.open p {
        color: rgba(255, 255, 255, 1);
    }

.img-slide-2 ul li:last-child {
    border-right: 0;
}

.is2-txt {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-family: var(--nunito);
    line-height: 1.38;
    position: absolute;
    right: 0;
    bottom: 2.813vw;
    overflow: hidden;
    width: 55.365vw;
    padding: 2.500vw;
    font-size: 1.667vw;
    animation-name: is2-txt-out;
    animation-duration: 0.1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.is2-txt a {
    pointer-events: auto;
}

.img-slide-2 ul li:hover .is2-txt,
.img-slide-2 ul li.open .is2-txt {
    animation-name: is2-txt-in;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-delay: 0.6s;
}



@media only screen and (min-width: 1780px) {
    .is2-txt {
        width: 980px;
        padding: 48px 64px;
        font-size: 32px;
    }
}




@keyframes is2-txt-in {
  0%   {
      opacity: 0;
    }
  100% {
      opacity: 1;
      z-index: 1;
      
    }
}

@keyframes is2-txt-out {
  0%   {
      opacity: 1;
    }
  100% {
      opacity: 0;
    }
}


/*Slide for small screens*/

.sw-mobile {
    height: 720px;
}

.mySwiper2 {
    display: block;
}

@media only screen and (min-width: 1000px) {
    .mySwiper2 {
        display: none;
    }
}

.swiper-slide.slideM {
    height: 720px;
    background-color: #000;
    position: relative;
}

.swiper-slide.slideM:nth-child(1) {
    background: url('/img/is2-img1-s.jpeg') top left no-repeat;
    background-size: cover;
}

.swiper-slide.slideM:nth-child(2) {
    background: url('/img/is2-img2-s.jpeg') top left no-repeat;
    background-size: cover;
}

.swiper-slide.slideM:nth-child(3) {
    background: url('/img/is2-img3-s.jpeg') top left no-repeat;
    background-size: cover;
}

.swiper-slide.slideM:nth-child(4) {
    background: url('/img/is2-img4-s.jpeg') top left no-repeat;
    background-size: cover;
}

.slideM p {
    font-family: var(--rubik);
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 40px;
    text-align: left;
    /*border-bottom: 2px solid #fff;*/
    padding: 24px 12px 12px 12px;
}

.sM-txt {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: var(--nunito);
    line-height: 1.38;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    font-size: 18px;
    padding: 30px 15px 60px 15px;
}


/* overlay video */

.overlays {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    transition: all 1s
}
.overlayVideo span {
    display: block
}

.overlayVideo {
    width: 92.78%;
    max-width: 1080px;
    background-color: #252e3a;
    display: flex;
    position: absolute;
    color: #fff;
    font-weight: 400;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.max-1080 {
    width: 90%;
    max-width: 1080px
}

.vid video {
    width: 100%;
    height: auto
}

.hide {
    opacity: 0;
    visibility: hidden
}

.overlayVideo .vid {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden
}

.overlayVideo .vid video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.closeVideo {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
    padding: 16px
}

.closeVideo::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f'%3E%3Cg%3E%3Cpath d='M898.295 8.394L904 14.098l5.705-5.704c.525-.525 1.376-.525 1.901 0 .525.525.525 1.376 0 1.901L905.902 16l5.704 5.705c.525.525.525 1.376 0 1.901-.525.525-1.376.525-1.901 0L904 17.902l-5.705 5.704c-.525.525-1.376.525-1.901 0-.525-.525-.525-1.376 0-1.901L902.098 16l-5.704-5.705c-.525-.525-.525-1.376 0-1.901.525-.525 1.376-.525 1.901 0z' transform='translate(-1156.000000, -664.000000) translate(260.000000, 656.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

@media screen and (max-width:1024px) {

    .overlayVideo {
        width: 76%!important;
        flex-direction: column!important;
        height: auto;
        min-height: auto;
        max-height: none
    }

}

@media screen and (max-width:767px) {

    .overlayVideo {
        height: calc(0.8 * 100vw ) !important;
        width: 100vw !important;
    }
    .overlayVideo .vid{
        top: 50%;
        transform: translateY(-50%);
    }
    .overlays.s3 #overlayPlayer{
        height: calc(2 * 100vw ) !important;
    }
}


@media (orientation:landscape) and (max-width: 960px){

    .overlayVideo {
        height: 100vh;
        width: calc(1.777 * 100vh ) !important;
    }
}