.all
{
    max-width: 1920px;
}

body, html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body a {
    color: #ff6501;
}
header:not(.faq-header) {
    position: absolute;
    width: 100%;
    z-index: 999999;
}
header .navbar {
    margin-top: 16px;
}
header .navbar-nav a {
    color: #666766;
    font-family: "72-Regular", sans-serif;
    text-decoration: none;
}
header .navbar-nav a:hover,
header .navbar-nav a:focus {
    color: #272626;
}
#section-01, .section-01 {
    position: relative;
}
#section-01 .hero-container, .section-01 .hero-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
#section-01 .container {
    position: absolute;
    height: 100%;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
}
#section-01 h1, .section-01 h1 {
    margin-top: calc(93px + 10%);
    color: #FFFFFF;
}
.bold {
    font-family: "72-Bold", sans-serif;
}
.regular {
    font-family: "72-Regular", sans-serif;
}
#section-01 h1 .bold, .section-01 h1 .bold {
    font-size: 72px;
}
#section-01 h1 .regular, .section-01 h1 .regular {
    font-size: 45px;
}
#section-01 .date-container, .section-01 .date-container {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#section-01 .date-container .counter, .section-01 .date-container .counter {
    font-family: "72-Bold", sans-serif;
    font-size: 35px;
}
.countdown.text-center.countdown-middle {
    margin-left: 24px;
    margin-right: 24px;
    border-left: 1px solid #FFFFFF;
    padding-left: 24px;
    padding-right: 24px;
    border-right: 1px solid #FFFFFF;
}
#section-01 .date-container .timer-legend, .section-01 .date-container .timer-legend {
    font-family: "72-Regular", sans-serif;
    font-size: 18px;
}
#section-01 .date-container *, .section-01 .date-container * {
    color: #FFFFFF;
    font-size: 24px;
}
#section-02 {
    padding-top: 40px;
}
#section-02 h2 {
    font-family: "72-Regular", sans-serif;
    font-size: 47px;
}
#section-02 .register-btn {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 36px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    max-width: 200px;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    font-family: "72-Bold", sans-serif;
    text-transform: uppercase;    
}
#section-02 .faq-link {
    font-family: "72-Bold", sans-serif;
    margin-bottom: 8px;
    display: inline-block;
}
#section-02 .intro-text {
    font-family: "72-Regular", sans-serif;
    color: #000000;
}
#section-02 .ratio-16x9 {
    margin-top: 48px;
}
.bg-container {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;    
    padding-top: 16px;
    padding-bottom: 16px;    
    flex-wrap: wrap;
    min-height: 300px;
}
.bg-container:not(.no-margin) {
    margin-top: 80px;
}
.bg-container.no-margin {
    margin-top: 24px;
}
.section-title {
    font-size: 56px;
    text-transform: uppercase;
    font-family: "72-Bold", sans-serif;
    color: #012931;
    text-align: center;
    margin-bottom: 0;    
}
.agenda-date {
    padding-top: 20px;
    padding-bottom: 20px;
}
.agenda-date, .agenda-container > p {
    margin-bottom: 0;
    font-family: "72-Bold", sans-serif;
    color: #000000;
    text-align: center;
}
.agenda-container {
    border-top: 2px solid #000000;
    padding-top: 8px;
    padding-bottom: 8px;
}
.agenda-container.last {
    border-bottom: 2px solid #000000;
}
.agenda-container ul {
    max-width: 242px;
    margin: 0 auto;
}
.agenda-container ul li {
    font-family: '72-Regular', sans-serif;
    color: #000000;
}
#section-04 .bg-container {
    min-height: 178px;
}
.section-overline {
    color: #4B98F7;
    font-family: "72-Bold", sans-serif;
    width: 100%;
    font-size: 32px;
    margin: 0;
}
#section-04 {
    margin-top: 80px;
}
#section-04 .bg-container,
#section-05 .bg-container,
#section-06 .bg-container,
.bg-container.no-margin {
    margin-bottom: 40px;
}
.speaker-container {
    padding: 16px;
    min-height: 420px;
}
.speaker-container * {
    color: #02414c;
}
.speaker-name {
    font-family: "72-Bold", sans-serif;
    font-size: 28px;
    margin: 8px 0;
    line-height: 1.2;
}
.speaker-title {
    font-family: "72-Regular", sans-serif;
    margin: 0;
    min-height: 83px;
    line-height: 1.2;
    font-size: 23px;
}
.speaker-text {
    border-bottom: 2px solid #303030;
    padding-bottom: 16px;
}
.speaker-text a, .speaker-text a img {
    transition: all 0.5s ease;
}
.speaker-text a:hover img {
    transform: scale(0.9);
}
#section-05 .row.first-sponsor {
    border-bottom: 2px solid #000000;
    padding-bottom: 24px;
    margin-bottom: 32px;
}
.green-band {
    background-color: #c2fcee;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 16px;
    margin-bottom: 32px;
}
.green-band:not(.accordion-button) p {
    font-family: "72-Bold", sans-serif;
    position: relative;
    width: 100%;
    z-index: 99;
    color: #012931;
    font-size: 24px;
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
}
.green-band p:before {
    display: block;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;   
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    content: "";
}
.green-band:not(.accordion-button) p:before {
    width: 100%;
    height: 45px;
}
#section-05 .row .col-md-4, #section-05 .row .col-4 {
    text-align: center;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#section-06 .location-container {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
}
#section-06 .location-container, #section-06 .location-container img {
    transition:all 0.5s ease;
}
#section-06 .location-container a,
#section-06 .location-container .location-title {
    position: absolute;
    width: 100%;
}
#section-06 .location-container a {
    display: inline-block;
    height: 100%;
    top: 0;
    left: 0;
}
#section-06 .location-container .location-title {
    top: 0;
    display: flex;
    flex-direction: column;
    min-height: 92px;
    justify-content: center;
    align-items: center;
    font-family: "72-Bold", sans-serif;
    color: #000000;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
#section-06 .location-container .location-title .title {
    font-size: 24px;
}
#section-06 .location-container .location-title .subtitle {
    font-size: 18px;
}
#section-06 img {
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
    height: 750px;
    width: 100%;
}
#section-06 .location-container:hover img {
    transform: scale(1.2);
}
#section-06 .location-details {
    font-family: "72-Bold", sans-serif;
    font-size: 24px;
    color: #000000;
    text-align: center;
}
footer {
    border-top: 2px solid #000000;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 16px;
}
footer p {
    margin: 0;
    font-family: "72-Regular", sans-serif;
    color: #000000;
    text-align: center;    
}
.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    transform: none;
    background-size: contain;
    width: 32px;
    height: 32px;
    text-align: center;
    background-position: center;
}
.accordion-button {
    position: relative;
}
.accordion-button:focus, .accordion-button:not(.collapsed) {
    border-color: initial;
    box-shadow: none;
}
.accordion-button::after {
    position: absolute;
    left: 4px;
}
.accordion-button span {
    display: inline-block;
    margin-left: 24px;
    color: #1D1D1B;
    text-transform: uppercase;
    font-family: "72-Light", sans-serif;
}
.accordion:not(#agenda-accordeon) .accordion-body {
    padding-left: calc(1.25rem + 24px);
    padding-top: 0;
    color: #1D1D1B;
    font-family: "72-Light", sans-serif;
}
#agenda-accordeon .accordion-button:not(.collapsed)::after, #agenda-accordeon .accordion-button::after {
    width: 24px;
    height: 24px;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item {
    border-left: 0;
    border-right: 0;
}
.accordion {
    margin-bottom: 48px;
}
.popup-trigger {
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
.agenda-container {
    position: relative;
}
.agenda-container .btn-link {
    max-width: 100px;
    width: 100%;
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.agenda-program {
    position: fixed;
    left: -1000vw;
    transition: left 0.5s ease;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #D8EEFD;
    z-index: 99;
    min-height: 100%;
    overflow-y: auto;
}
.agenda-program.open {
    left: 0;
}
.agenda-program .bg-container {
    min-height: 300px;
    height: 100%;
    background-size: contain;
    position: relative;
}
a.close-panel {
    display: inline-block;
    width: 100px;
    position: absolute;
    right: 0;
    top: 47px;
    cursor: pointer;
}
.agenda-program .row {
    text-align: center;
    font-size: 24px;
}
.agenda-program .row {
    border-top: 2px solid #000000;
    padding-top: 16px;
    padding-bottom: 16px;
}
.agenda-program .moderator-container {
    margin-top: 32px;
}
.agenda-program .row p {
    margin: 0;
}
.agenda-program .session {
    text-transform: uppercase;
}

.agenda-btn
{
    background-color: #ff6501;
    border: 1px solid #ff6501;
    color: #FFF;
    text-decoration: none;
    padding: 5px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.agenda-btn:hover
{
    background-color: #FFF;
    border: 1px solid #ff6501;
    color: #ff6501;
}

#section-03 .col-12 {
    justify-content: center;
    display: flex;
    align-items: center;
    background-color: #c2fcee;
}
#section-03 .accordion-button {
    background-color: #c2fcee;
    justify-content: center;
}
#section-03 .agenda-date {
  position: relative;
  max-width: 169px;
    width: 100%;
    z-index: 99;
    color: #012931;
    font-size: 18px;
}
#section-03 .agenda-date:before {
    display: block;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
}
section .bg-container.faq-container {
    position: relative;
}
section .bg-container.faq-container:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100vw;
    top: 0;
    display: block;
    background: #C2FCEE;
    z-index: -1;
    min-width: 300vw;
}
.register-page .col-12.check_c:first-child {
    margin-top: 12px;
}
.register-page .desc .bold {
    font-family: '72-Bold', sans-serif;
}
.ticket-details {
    font-size: 11px;
    text-align: center;
  }
  p.ticket-img-container {
    min-height: 240px;
    margin-bottom: 0;
  }
@media only screen and (max-width: 991px) {
    #section-03 .accordion-button:not(.collapsed)::after,
    #section-03 .accordion-button.collapsed::after {
        right: 16px !important;
    }
    #section-01 .date-container, .section-01 .date-container {
        justify-content: center;
    }
    .agenda-program p:not(.section-title), .agenda-program span {
        font-size: 16px;
    }
    .agenda-program .bg-container {
        background-size: cover;
    }
    a.close-panel {
        top: -6px;
        width: 45px;
    }
    #section-02 h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    #section-02 .register-btn {
        margin-bottom: 20px;
    }

    #section-02 .faq-link {
        margin-bottom: 24px;
        display: inline-block;
    }
    .bg-container, #section-04 .bg-container, #section-05 .bg-container, #section-06 .bg-container, .bg-container.no-margin, .agenda-program .bg-container {
        min-height: initial;
        margin-bottom: 24px;
    }
    .agenda-container.last {
        border-bottom: 0;
    }
    #section-03 > .container > .row > .col-12 {
        border-top: 2px solid #000000;
    }
    #section-03 .row > div:last-child .agenda-container.last {
        border-bottom: 2px solid #000000;
    }
    .section-title {
        font-size: 24px;
    }
    .section-overline {
        font-size: 18px;
    }
    #section-06 .location-details {
        font-size: 16px;
    }
    #section-04 .col-md-4 {
        margin-bottom: 16px;
    }
    .speaker-name {
        font-size: 20px;
    }
    .navbar-container {
        transition: left 0.5s ease;
        left: -1000vw;
        position: fixed;
        height: 100%;
        overflow-y: auto;
        top: 0;
        background: rgba(255, 255, 255, 0.6);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(5px);
        padding: 16px;
        width: 100%;
    }
    .navbar-container.open {
        left: 0;
        z-index: 999;
    }
    .navbar-container .navbar-nav {
        text-align: center;
    }
    .navbar-container .navbar-nav li {
        padding-top: 24px;
    }
    .navbar-container .navbar-nav li a {
        color: #000000;
        font-size: 24px;
    }
    .desktop {
        display: none;
    }
   
}
#section-05 img.img-fluid:not(.one-sponsor) {
    /* max-height: 54px; */
}
#section-05 img.img-fluid.one-sponsor {
    max-width: 172px;
}
@media only screen and (min-width: 992px) {
    .mobile {
        display: none;
    }
    header .navbar-container {
        max-width: 570px;
        width: 100%;
    }
    header .navbar-nav {
        flex-direction: row;
        max-width: 570px;
        width: 100%;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 60px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        padding: 16px;
    }    
}
header .hamburger {
    max-width: 45px;
}
header .close-panel {
    text-align: right;
}
header .close-panel img {
    max-width: 36px;
}
.register-page h2 {
    font-family: '72-Bold', sans-serif;
    margin-top: 24px;
}
.register-page main * {
    font-family: '72-Regular', sans-serif;
}
.register-page h4, .register-page form .form-label {
    margin-top: 24px;
}
#check0,
#check1 {
    min-width: 16px;
}
.check_c, .check1_c {
    position: relative;
    display: flex;
}
.check_c .form-check-label, .check1_c .form-check-label {
    margin-left: 4px;
}
#invoice_details, .check_c #check0_val,
.check_c #check1_val {
    display: none;
}
.check_c .on {
    background-color: #008ED2;
    border-color: #008ED2;
}
.register-page form .form-control,
.register-page form .form-select {
    border-radius: 0;
}
.register-page form .btn {
    width: 300px;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    cursor: pointer;
    background-color: #ff6501;
    color: #FFF;
    font-size: 18px;
    line-height: 38px;
    font-weight: bold;
    border-radius: 0;
}

.register-page form .btn.disable
{
    opacity: .5;
    cursor: default;
}

.register-page form .btn.outline
{
    background: unset;
    color: #ff6501;
    text-decoration: underline;
}

.register-page .item {
    text-align: center;
}
.label_error {
    display: none;
}
.label_error, .required, .red {
    font-size: 12px;
    color: #ff0000;
}
#signature_txt {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.item_error {
    background-color: #ffe2e2;
}
.desc {
    color: #000000;
    font-family: "72-Regular", sans-serif;
    text-align: center;
}
.desc a.payment-link {
    background-color: #ff6501;
    color: #FFFFFF;
}
.register-thanks-page .title {
    margin-top: 32px;
    text-align: center;
    font-family: '72-Bold', sans-serif;
    font-size: 18px;
}
.register-thanks-page main {
    margin-bottom: 32px;
}
.speaker-1, .speaker-2, .speaker-3 {
    margin-bottom: 20px;
}
#section-03 .time, 
#section-03 .agenda-details,
#section-03 li {
    font-family: "72-Regular", sans-serif;
    color: #000000;
    font-size: 18px;
}
#section-03 .agenda-title {
    font-family: "72-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}
#section-03 .row {
    border-top: 2px solid #000000;
    padding-top: 12px;
    padding-bottom: 12px;
}
#section-03 .row.last-accordion-row {
    border-bottom: 2px solid #000000;
}
#section-03 p {
    margin-bottom: 0;
}
#section-03 ul {
    padding: 0;
    list-style: none;
}
#section-03 ol {
    padding: 0;
    list-style-position: inside;
}
#section-03 .green-title {
    color: #049f9a;
    font-family: "72-Bold", sans-serif;
    font-size: 18px;
}
#section-03 .col-3 p {
    text-align: center;
}
#section-03 span.green-title {
    text-transform: none;    
}

.pack_text
{
    background-color: #fdf2b2;
}

.pack_text p {
    font-size: 11px;
    line-height: 14px;
    margin-left: 10px;
    border-top: 1px solid #000;
    padding: 10px;
    margin-right: 10px;
    text-align: justify;
    min-height: 140px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
    .pack_text p {
        min-height: 180px;
    }
}

@media only screen and (orientation: portrait) {
    .pack_text p {
        font-size: 10px;
        line-height: 12px;
        min-height: 220px;
    }
}

@media only screen and (min-width: 1920px) {
.all
{
    margin-left: calc(50% - 960px);
    margin-right: calc(50% - 960px);
}
}