body {
    color: #fff;
    font-family: sofia-pro, sans-serif;
}

#speakers-body {
    color: #060903;
}

* {
    outline: none;
}

h1 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20vh;
    font-size: 8vmax;
    font-family: termina, sans-serif;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

h2 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 2.5rem;
    font-size: clamp(2.3rem, 1.25rem + 4.05vw, 8.75rem);
    font-family: termina, sans-serif;
    font-weight: 900;
    line-height: 1;
}

h3 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 2rem;
    font-size: clamp(2rem, 1.85rem + 0.75vw, 2.75rem);
    font-family: termina, sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

h4 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 1.875rem;
    font-size: clamp(1.875rem, 1.8125rem + 0.3125vw, 2.1875rem);
    font-family: termina, sans-serif;
    font-weight: 900;
    line-height: 1;
}

h5 {
    font-size: 1.7rem;
    line-height: 1.2;
    font-family: termina, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 15px 0;
}

h5 span {
    color: #fb1d3b;
}

p {
    font-size: 1.4rem;
    line-height: 1.4;
}

/*----- Start Thanks -----*/

#utility-page .hero {
    height: 100vh;
}

#utility-page .hero {
    text-align: center;
}

#utility-page h1 {
    margin: 0 0 40px 0;
}

#utility-page .hero p {
    font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
    line-height: 1;
    margin: 0;
}

/*----- End Thanks -----*/

/* ----- Start Speakers ----- */

.speakers-section {
    padding-top: 160px;
    color: #060903;
}

.content.speakers-c {
    border-bottom: 1px solid rgba(151, 151, 151, 0.5);
    padding-bottom: 100px;
    padding-top: 0 !important;
}

.speakers-top {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 35px;
    display: flex;
    border-top: 1px solid rgba(151, 151, 151, 0.5);
    padding-top: 100px;
}

.speakers-top h2 {
    text-align: left;
    color: #060903;
}

.speakers-right {
    width: 50%;
    align-self: flex-end;
}

.speaker-info {
    margin: 30px 0 0;
}

.speaker-info h4 {
    font-size: 28px;
    margin: 0 0 15px 0;
    word-break: break-word;
}

.speaker-info p {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.speaker-info p a {
    color: inherit;
}

.speaker-info p a:hover {
    text-decoration: none;
}

.speaker-social {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    grid-gap: 12px;
}

.speakers-arrows {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 25px;
    margin: 0 0 60px 0;
}

.speakers-arrows .slick-arrow {
    font-size: 0;
    background: none;
    border: 2px solid #000;
    border-radius: 30px;
    width: 80px;
    transition: all 0.3s ease;
    padding: 10px;
}

.speakers-arrows .slick-prev {
    background: url(../images/arrow-left.svg) no-repeat center;
}

.speakers-arrows .slick-next {
    background: url(../images/arrow-right.svg) no-repeat center;
}

.speakers-arrows .slick-arrow:hover {
    background-color: #fb1d3b;
}

.speakers-slider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 60px 40px;
}

.speakers-slider img {
    width: 100%;
}

.speaker-top {
    position: relative;
}

.speaker-top .open-bio {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
}

.speaker-box {
    display: flex;
    flex-direction: column;
}

.speaker-box:hover .speaker-top .open-bio {
    opacity: 1;
}

.cta-red.open-bio:hover {
    background: #060903 !important;
    color: #fff !important;
    opacity: 1;
}

.speaker-popup p:last-of-type {
    margin: 0;
}

.speaker-popup p a {
    color: inherit;
}

.speaker-popup p a:hover {
    text-decoration: none;
}

.mfp-wrap {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mfp-container {
    max-width: 800px;
    width: 100%;
    padding: 40px;
    border: 1px solid #fb1d3b;
    position: relative;
    height: auto;
    background: #060903;
    margin: 20px;
    color: #fff;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    top: -40px;
    right: -40px;
}

/* ----- End Speakers ----- */

/* ----- Start Sponsors ----- */

.sponsors-section {
    color: #060903;
}

.sponsors-section img {
    width: 100%;
}

.content.sponsors-c {
    padding-top: 100px;
    padding-bottom: 100px;
}

.content.sponsors-c.border-c {
    border-top: 1px solid rgba(151, 151, 151, 0.5);
}

.sponsors-block {
    margin-bottom: 80px;
}

.sponsors-block a {
    border: 5px solid transparent;
    transition: all 0.3s ease;
}

.sponsors-block a:hover:not(.partners-wrapper a) {
    border-color: #fb1d3b;
}

.sponsors-block:last-of-type {
    margin-bottom: 0;
}

.sponsors-block p {
    font-size: 16px;
    line-height: 24px;
    font-family: termina, sans-serif;
    font-weight: 700;
    color: #fb1d3b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 40px 0;
}

.sponsor-platinum {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
}

.silver-sponsor {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.fren-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.partners-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.partners-wrapper a {
    text-align: center;
    text-decoration: none;
}

.partners-wrapper a:hover p {
    color: #fb1d3b;
}

.partners-wrapper a p {
    margin: 0;
    color: #060903;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: unset;
    transition: all 0.3s ease;
}

/* ----- End Sponsors ----- */

.cta {
    background: #fff;
    padding: 30px 10px;
    width: 100%;
    color: #060903;
    font-size: 1.1rem;
    line-height: 1;
    text-align: center;
    font-family: termina, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}

.cta:hover {
    background: #fb1d3b;
    color: #fff;
}

.cta-red {
    background: #fb1d3b;
    color: #fff !important;
}

.cta-red:hover {
    background: #fff;
    color: #060903 !important;
}

.cta-wr {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 20px;
}

.content {
    padding-left: 20px;
    padding-right: 20px;
}

.container {
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: max-content auto;
    position: relative;
    overflow: hidden;
}

#videoWrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
}

#heroVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header {
    border-bottom: 1px solid #31332f;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    grid-gap: 50px;
    position: sticky;
    top: 0;
    background: #060903;
    z-index: 9999;
}

.header-content {
    width: 100%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

.header-inner {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    display: flex;
}

.logo {
    padding: 10px 0;
}

.nav-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    grid-gap: 50px;
}

.nav-links a {
    font-size: 0.75rem;
    font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
    line-height: 1;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
    font-family: termina, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.nav-links a:hover {
    color: #fb1d3b;
}

.dropdown {
    position: relative;
}

.dropbtn {
    position: relative;
    padding-right: 30px;
    background: url(../images/arrow-white2.svg) no-repeat top 30px right;
    background-size: 15px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 290px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 48px;
}

.dropdown-content a {
    color: #060903;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px !important;
    border-bottom: 1px solid #060903;
}

.dropdown-content a:last-of-type {
    border: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.header-cta-wr {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
}

.header-cta-wr .cta {
    white-space: nowrap;
    font-size: 1rem;
    padding: 30px 15px;
}

.social-wr {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
}

.social-link {
    width: 80px;
    border-left: 1px solid #31332f;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}

.social-link:hover {
    background: #fb1d3b;
}

.nav_wr {
    display: none;
}

.menu_trigger {
    display: none;
}

.hero {
    padding: 20vh 5% 20px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
}

.hero-btm {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    grid-gap: 40px;
}

.hero-btm-left p:first-of-type {
    font-size: 20px;
    line-height: 1.4;
    font-family: termina, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-btm-left p:last-of-type {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0;
}

.hero-btm-right {
    width: 50%;
}

.white-section {
    color: #060903;
    text-align: center;
    background-color: #fff;
    background-image: url('../images/white-bg.png');
    background-position: 0 0;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.white-c {
    padding-top: 160px;
    padding-bottom: 160px;
}

.ticket-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 80px;
    margin: 0 0 160px 0;
}

.ticket-box {
    background: #10120e;
    padding: 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    grid-gap: 40px;
    position: relative;
}

.ticket-box img {
    width: 16vw;
}

.ticket-inner p {
    color: #fff;
}

.reduce {
    background: #fff;
    clip-path: polygon(100% 0, 100% 75%, 65% 100%, 0 100%, 0 0);
    position: absolute;
    top: 0;
    right: 40px;
    padding: 50px 10px;
}

.reduce p {
    font-size: 1.7rem;
    font-family: termina, sans-serif;
    font-weight: 700;
    color: #fb1d3b;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
}

.ticket-box ul {
    margin: 0 0 40px 0;
}

.ticket-box ul li {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 12px 0;
}

.ticket-box ul li:last-of-type {
    margin: 0;
}

#countdown_wr {
    margin: 100px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 30px;
    list-style: none;
    padding: 0;
}

#countdown_wr li {
    background: hsla(0, 0%, 13%, 1);
    background: linear-gradient(
        90deg,
        hsla(0, 0%, 13%, 1) 50%,
        hsla(86, 41%, 3%, 1) 50%,
        hsla(86, 41%, 3%, 1) 80%,
        hsla(0, 0%, 12%, 1) 95%
    );
    background: -moz-linear-gradient(
        90deg,
        hsla(0, 0%, 13%, 1) 50%,
        hsla(86, 41%, 3%, 1) 50%,
        hsla(86, 41%, 3%, 1) 80%,
        hsla(0, 0%, 12%, 1) 95%
    );
    background: -webkit-linear-gradient(
        90deg,
        hsla(0, 0%, 13%, 1) 50%,
        hsla(86, 41%, 3%, 1) 50%,
        hsla(86, 41%, 3%, 1) 80%,
        hsla(0, 0%, 12%, 1) 95%
    );
    padding: 100px 0;
    border-radius: 30px;
}

.time_text {
    font-size: 0.9375rem;
    font-size: clamp(0.9375rem, 0.575rem + 1.8124999999999998vw, 2.75rem);
    line-height: 1;
    color: #fb1d3b;
    font-family: termina, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 40px 0;
}

.time_text2 {
    font-size: 2.1875rem;
    font-size: clamp(2.1875rem, 0.625rem + 7.8125vw, 10rem);
    line-height: 1;
    font-family: termina, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.cta-center .cta {
    display: block;
    margin: 90px auto 0;
    max-width: 430px;
}

.cta-center .cta:hover {
    background: #060903;
    color: #fff !important;
}

.cta-center-black .cta:hover {
    background: #fff;
    color: #060903 !important;
}

/*----- Start Form -----*/

/* .form-block {
    width: 100%;
    max-width: 800px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.submit {
    background: #fb1d3b;
    font-size: 15px;
    line-height: 1;
    font-family: termina, sans-serif;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 30px;
    transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}

.submit:hover {
    background: #060903;
}

.text-field {
    font-size: 18px;
    line-height: 1;
    height: 55px;
    border-color: #979797;
    padding: 8px 25px;
    margin-bottom: 0;
} */

/*----- End Form -----*/

.about-section {
    background: #060903;
}

.about-c {
    padding-top: 160px;
    padding-bottom: 160px;
}

.about-wr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    grid-gap: 90px;
}

.about-left p {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #fb1d3b;
    font-family: termina, sans-serif;
    font-weight: 900;
    margin: 0 0 20px 0;
}

.about-left .cta {
    max-width: 430px;
}

.about-right {
    max-width: 660px;
    width: 100%;
}

.about-right p {
    margin: 0 0 30px 0;
}

.about-right p:last-of-type {
    margin: 0;
}

/*----- Agenda Tabs Start -----*/

.conference-section ul {
    list-style: none;
    padding: 0;
}

.tabs_main {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    grid-gap: 60px;
    margin: 90px 0 60px;
}

.tabs_main li {
    font-size: 70px;
    line-height: 1;
    font-family: termina, sans-serif;
    text-transform: uppercase;
    color: #484848;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tabs_main li:hover {
    color: #fff;
}

.tabs_main li.active {
    color: #fff;
}

.tabs_inner {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0;
}

.tabs_inner li {
    width: 100%;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-family: termina, sans-serif;
    cursor: pointer;
    padding: 30px 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.tabs_inner li:hover {
    background: #fb1d3b;
    color: #fff;
}

.tabs_inner li.active {
    background: #fb1d3b;
    color: #fff;
}

.tab_drawer_heading_main,
.tab_drawer_heading_day_1,
.tab_drawer_heading_day_2 {
    display: none;
}

.agenda-row {
    padding: 30px 0;
    border-bottom: 1px solid #fff;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    grid-gap: 20px;
}

.agenda-row h5 {
    font-size: 1.7rem;
    margin: 0;
}

.agenda-row:hover {
    background: #242424;
    padding: 30px 10px;
}

.agenda-row div {
    width: 45%;
}

.agenda-row div p {
    margin: 0 0 10px 0;
}

.agenda-row div:last-of-type p:last-of-type {
    margin: 0;
}

/*----- Agenda Tabs End -----*/

.venue-block {
    text-align: center;
    padding-top: 160px;
}

.venue-block h4 {
    color: #fb1d3b;
}

.venue-block h2 {
    margin: 0 0 160px 0;
}

.venue-block p {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: termina, sans-serif;
    font-weight: 900;
    max-width: 600px;
    margin: 0 auto;
}

.venue-wr {
    grid-column-gap: 80px;
    grid-row-gap: 120px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    margin: 160px 0 0;
}

.venue-inner {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    grid-gap: 20px;
}

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

.venue-box p {
    font-size: 1.3rem;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: termina, sans-serif;
    font-weight: 900;
    color: #fff;
}

.venue-box img {
    margin: 0 0 20px 0;
}

.venue-wr p {
    align-self: center;
    margin: 0;
}

.map-section {
    background: #060903;
}

#map {
    -webkit-filter: grayscale(100%);
}

.setup {
    background: #060903;
}

.setup-c {
    padding-top: 160px;
    padding-bottom: 160px;
}

.setup-top {
    max-width: 1100px;
    width: 100%;
    margin: 0 0 160px 0;
}

.setup-top h4 {
    color: #fb1d3b;
    margin: 0 0 20px 0;
}

.setup-top h2 {
    margin: 0 0 20px 0;
}

.setup-wr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    grid-gap: 80px;
}

.setup-box {
    background: #232323;
    position: relative;
    padding: 80px 40px;
    width: 100%;
    max-width: 560px;
}

.setup-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    grid-gap: 160px;
    height: 100%;
}

.setup-inner h4 {
    margin: 0;
}

.setup-inner img {
    height: 220px;
}

.box-underlay {
    background: #fff url(../images/setup-box-bg.jpeg) no-repeat center;
    background-size: cover;
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}
.box-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 2vw;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, -15, 0);
    transition: all 0.5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.box-overlay p {
    color: #060903;
    margin: 0;
}

.setup-box:hover .box-underlay {
    width: 100%;
}

.setup-box:hover .box-overlay {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.agenda {
    background: #060903;
}

.agenda-c {
    padding-top: 160px;
    padding-bottom: 160px;
    border-top: 1px solid #31332f;
}

.agenda-top {
    text-align: center;
    margin: 0 0 80px 0;
}

.agenda-dates {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    grid-gap: 100px;
    margin: 0 0 30px 0;
}

.agenda-dates h4 {
    color: #fb1d3b;
    margin: 0;
    position: relative;
}

.agenda-dates h4:first-of-type:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #979797;
    position: absolute;
    top: 0;
    right: -50px;
}

.agenda-top p {
    font-size: 1.4rem;
    color: #ccc;
    font-weight: 700;
    letter-spacing: 6px;
}

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

.agenda-btm h2 {
    margin: 0 0 10px 0;
}

.agenda-btm p {
    font-size: 2rem;
    color: #fb1d3b;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 10px;
}

.footer-inner {
    padding: 40px 20px;
}

.footer p {
    font-size: 16px;
    color: #979797;
    text-align: center;
    margin: 0;
}

.footer p a {
    color: #060903;
    text-decoration: none;
}

.footer p a:hover {
    text-decoration: underline;
}

/*----- Start Responsive -----*/

@media screen and (max-width: 1600px) {
    .header {
        grid-gap: 25px;
    }

    .nav-links {
        grid-gap: 25px;
    }

    .header-cta-wr {
        padding: 0 0 20px 0;
    }

    .header-cta-wr .cta {
        padding: 30px 20px;
    }

    .header-cta-wr .cta:last-of-type {
        color: #060903;
    }

    .header-cta-wr .cta:last-of-type:hover {
        color: #fff;
    }
}

@media screen and (max-width: 1440px) {
    .header {
        grid-gap: 0;
    }

    .nav_wr {
        display: block;
    }

    .menu_trigger {
        width: 40px;
        height: 25px;
        position: relative;
        display: block;
    }

    .slicknav_icon {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
    }

    .slicknav_icon span {
        height: 2px;
        width: 100%;
        background: #fff;
        display: block;
        position: absolute;
        transform-origin: left center;
    }

    .slicknav_icon span:nth-child(1) {
        top: 0px;
    }

    .slicknav_icon span:nth-child(2) {
        top: 10px;
    }

    .slicknav_icon span:nth-child(3) {
        top: 20px;
    }

    .mm-navbar_has-btns {
        padding: 0 20px;
        background: #000;
        height: 58px;
    }

    .mm-menu {
        background: #060903;
        color: #fff;
    }

    .mm-menu .mm-listview .mm-btn_next:after {
        border-color: #fff;
    }

    .mm-btn_close {
        top: 8px;
    }

    .mm-panel {
        display: flex !important;
        flex-direction: column;
    }

    .mm-menu_navbar_top-1 .mm-panels {
        top: 58px;
    }

    .mm-menu .mm-btn_close:after,
    .mm-menu .mm-btn_close:before {
        border-color: #fff;
    }

    .mm-listitem {
        width: 100%;
        text-transform: uppercase;
        font-family: termina, sans-serif;
        font-weight: 700;
    }

    .mm-listitem a {
        border-bottom: 1px solid #fff;
        transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
    }

    .mm-listitem a:hover {
        color: #fb1d3b;
    }

    .mm-panel_opened .mm-navbar {
        background: #fff;
    }

    .mm-panels > .mm-panel > .mm-listview:first-child,
    .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
        margin-top: 0;
    }

    .mm-menu .mm-navbar a,
    .mm-menu .mm-navbar > * {
        color: #060903;
        text-transform: uppercase;
        font-family: termina, sans-serif;
        font-weight: 700;
    }

    .mm-menu .mm-btn:after,
    .mm-menu .mm-btn:before {
        border-color: #060903;
    }

    .mm-btn_close:before {
        border-color: #fff !important;
    }

    .mm-btn_close:after {
        border-color: #fff !important;
    }

    .mm-panel:after,
    .mm-panel:before {
        content: '';
        display: block;
        height: 0;
    }

    .mm-listitem .mm-btn_next:before {
        border-color: #fff;
    }

    .mm-panels .nav-links {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 0;
    }

    .mm-panels .nav-links a {
        padding: 25px 10px 25px 20px;
        border-bottom: 1px solid #fff;
    }

    .header .nav-links {
        display: none;
    }

    .header .header-cta-wr {
        display: none;
    }

    .ticket-holder {
        grid-gap: 40px;
    }

    .reduce {
        padding: 35px 10px;
        right: 20px;
    }

    .reduce p {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 1366px) {
    h1 {
        margin-bottom: 5vh;
    }

    h5 {
        font-size: 1.2rem;
    }

    .logo {
        width: 100px;
    }

    .nav-links a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .dropdown-content {
        top: 45px;
    }

    .dropbtn {
        padding-right: 25px;
        background-position: top 25px right;
    }

    .dropbtn::after {
        width: 15px;
        height: 15px;
        top: 30px;
    }

    .white-c {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .ticket-box ul li {
        font-size: 1.1rem;
    }

    .ticket-holder {
        margin: 0 0 90px 0;
    }

    #countdown_wr {
        margin: 0;
    }

    .about-c {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .venue-block {
        padding: 90px 0 0;
    }

    .venue-block h2 {
        margin: 0 0 90px 0;
    }

    .venue-wr {
        margin: 90px 0 0;
    }

    .venue-box p {
        font-size: 1rem;
    }

    .setup-c {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .setup-top {
        margin: 0 0 90px 0;
    }

    .setup-wr {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .setup-box {
        max-width: 100%;
    }

    .agenda-c {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .speakers-section {
        padding-top: 90px;
    }

    .content.sponsors-c {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 1180px) {
    h1 {
        font-size: 2.375rem;
        font-size: clamp(2.375rem, 0.9749999999999999rem + 6.3vw, 9.375rem);
        white-space: pre-wrap;
    }

    .hero-btm-right {
        width: 65%;
    }

    .red-square {
        width: 390px;
    }
}

@media screen and (max-width: 1024px) {
    .hero-btm {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-btm-right {
        width: 100%;
    }

    .ticket-holder {
        grid-template-columns: 1fr 1fr;
    }

    .ticket-box img {
        width: 25vw;
    }

    .venue-box p {
        font-size: 0.8rem;
    }

    .agenda-btm p {
        font-size: 1.3rem;
    }

    .speakers-section {
        padding-top: 90px;
    }

    .speakers-top {
        align-items: flex-start;
        padding-top: 0;
        border: none;
    }

    .speakers-right {
        width: 100%;
    }

    .content.speakers-c {
        padding-bottom: 90px;
    }

    .content.sponsors-c {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .fren-wrapper {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 932px) {
    .container {
        height: auto;
        background: #060903;
    }

    #videoWrapper {
        display: none;
    }

    .logo {
        width: 80px;
    }

    .white-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ticket-holder {
        margin: 0 0 60px 0;
    }

    .cta-center .cta {
        margin: 60px auto 0;
    }

    .about-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .setup-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .tabs_main {
        margin: 60px 0 40px;
    }

    .tabs_main li {
        font-size: 50px;
    }

    .tabs_inner li {
        font-size: 25px;
        line-height: 35px;
        cursor: pointer;
        padding: 20px 10px;
    }

    .venue-block h2 {
        margin: 0 0 60px 0;
    }

    .agenda-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .setup-wr {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }

    .social-wr {
        justify-content: center;
        margin: 20px 0 0;
    }

    .social-link {
        border: none;
        width: 60px;
    }

    .social-link img {
        width: 20px;
    }

    .hero {
        padding: 60px 20px;
    }

    #countdown_wr li {
        padding: 40px 0;
    }

    .sponsor-platinum,
    .gold-sponsor,
    .silver-sponsor,
    .fren-wrapper {
        grid-template-columns: 1fr;
    }

    .speaker-info h4 {
        font-size: 20px;
    }

    .partners-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .speakers-slider {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 479px) {
    br {
        display: none;
    }

    .cta-wr {
        flex-direction: column;
    }

    .header-cta-wr {
        flex-direction: column;
    }

    .ticket-holder {
        grid-template-columns: 1fr;
    }

    .ticket-box img {
        width: 50vw;
    }

    .reduce p br {
        display: block;
    }

    #countdown_wr {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

    .time_text {
        margin: 0 0 20px 0;
    }

    .about-wr {
        flex-direction: column;
        grid-gap: 40px;
    }

    .tabs_main li {
        font-size: 40px;
    }

    .tabs_inner {
        flex-direction: column;
    }

    .tabs_inner li {
        font-size: 20px;
        line-height: 25px;
    }

    .tabs_main {
        flex-direction: column;
        grid-gap: 25px;
    }

    .agenda-row {
        flex-direction: column;
    }

    .agenda-row h5 {
        font-size: 1.5rem;
    }

    .agenda-row div {
        width: 100%;
    }

    .venue-wr {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }

    .venue-box {
        width: 40%;
    }

    .venue-inner {
        justify-content: center;
        align-items: flex-start;
        display: flex;
        grid-gap: 60px;
        flex-wrap: wrap;
    }

    .setup-inner {
        grid-gap: 90px;
    }

    .agenda-top p {
        font-size: 1.2rem;
        letter-spacing: 4px;
    }

    .agenda-dates {
        grid-gap: 60px;
    }

    .agenda-dates h4:first-of-type:after {
        right: -30px;
    }

    .agenda-btm p {
        font-size: 1rem;
        letter-spacing: 4px;
    }

    .speakers-slider {
        grid-template-columns: 1fr;
    }

    .speakers-section {
        padding-top: 60px;
    }

    .content.speakers-c {
        padding-bottom: 60px;
    }

    .content.sponsors-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    /* .form {
        flex-direction: column;
        grid-gap: 10px;
    }

    .submit {
        width: 100%;
    } */
}

/*----- End Responsive -----*/
