@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800&display=swap');

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;

    background-color: lightgray;
}

h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 49px !important;
    line-height: 51px;
    letter-spacing: 0;
    color: #101012;

}

h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.02em;
}

h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0;
    color: #101012;
}

p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #101012;
    margin-bottom: 15px;
}

#hero {
    background-image: url(../images/bghero.png);
    background-size: cover;
    background-position: center center;
        
        padding-left: 20px;
        padding-right: 20px;

}

.container-large {
    max-width: 1200px !important;
    margin: auto;
}

.container-small {
    max-width: 600px;
}

.flex {
    display: flex;
}

.vertical {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

.divider {
    height: 3px;
    width: 75px;
    background-color: white;
    margin-top: 75px;
    margin-bottom: 55px;
}

h3.hero-description {
    color: white;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-weight: 700;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
}

.square {
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    margin-right: 15px;
    margin-left: 15px;
}

.button {
    padding: 20px 50px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 20px;
    margin-top: 30px;
    text-decoration: none;
}

.primary {
    background: #101012;
    color: white;
    transition: all 0.2s ease;
}


.secondary {
    background: linear-gradient(353deg, rgba(226, 63, 120, 1) 0%, rgba(234, 87, 50, 1) 100%);
    color: white !important;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
    margin-top: 10px;
    
    margin-bottom: 20px;
}

.secondary:hover {
    color: white !important;
    cursor: default;
    padding: 20px 55px;
}

.primary:hover {
    background-color: #99345c;
    text-decoration: none;
    color: white;
}

#about {

    background-image: url(../images/bgabout.png);
    background-size: cover;
    background-position: center center;
    padding: 100px 20px;
}

.left-content {
    text-align: right;
    width: 50%;
    padding-right: 40px;

}

h1.title-left {
    margin-bottom: 25px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 49px !important;
    line-height: 51px;
    letter-spacing: 0;
    color: #101012;

}

.vertical-divider {
    background-color: #EC6157;
    width: 2px;
    height: 300px;
    display: block;
    margin-top: -30px;
}

.right-content {
    max-width: 50%;
    padding-left: 40px;
}

.right-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #EC6157;
    margin-bottom: 10px;
}

.content-box {
    background-color: white;
    border-width: 2px;
    border-style: solid;
    border-color: #EC6157;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 900px;
    width: 100%;
    padding: 55px 60px;
    text-align: center;
}

.content-box p {
    max-width: 780px;
}

.content-box a {
    text-decoration: underline;
    color: black;
}

span.pink {
    color: #E23F7F;
}

.content-second-p {
    font-size: 18px;
    line-height: 24px;
}

.content-box.second {
    background-color: #FDEBE9;

    padding-top: 40px;
    margin-bottom: 90px;
}

#store {
    padding: 100px 20px;
    background-color: #FAE6DE;
}
.video-holder { 
    width: 90%;
    height: 400px;
}

#speakers {
    background-color: #FAE6DE;
    padding-bottom: 140px;
    position: relative;
  
    padding: 200px 20px 100px; 
}

h1.section-title {
    text-align: center;
    margin-bottom: 55px;
}

.speakers-holder {
    justify-content: center;
   
    flex-wrap: wrap!important;
}

h3.speaker-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #101012;
}

h4.speaker-title {
    margin-top: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #E23F7F;
    

}
.speaker-box {
    text-align: center;
    flex-basis: 33%;
   margin-bottom: 90px;
}
.speaker-logo {
    background: transparent;
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 180px;
    margin: auto;
    margin-bottom: 15px;
    min-height: 60px;
}

.speaker-logo img {
    max-width: 130px;
}
.speaker-divider {
    max-width: 340px;
    height: 2px;
    background-color: black;
    margin-bottom: 20px!important;
    margin: auto;
}

h3.desc {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #EC6157;
    text-align: center;
    margin-bottom: 15px!important;
    margin: auto;
    
}

p.small-p { 
    font-size: 13px;
    line-height: 
    21px;
    max-width: 340px;
    margin-top: 10px;
    margin: auto;
}
.container-speakers {
    max-width: 1200px;
    margin: auto;
}

#agenda {
    background-image: url(../images/bgagenda.png);
    background-size: cover;
    background-position: center center;

    padding: 80px 20px 130px 20px;
}

.white {
    color: white;
}

.agenda-box {
    background-color: white;
    border: 2.5px solid #000000;
    padding: 55px 75px 65px 70px;
    max-width: 570px;
    width: 100%;
}

span.moderator-tag {
    color: #EC6157;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    border: 1px solid #EC6157;
    padding: 3px 4px;
    border-radius: 4px;
    line-height: 10px;
    margin-left: 10px;
    
    
}
h3.flexed {
    display: flex;
    align-items: center;
    
}
.aligned-center {
    justify-content: center;

}

.step-card {
    display: grid;
    grid-template-columns: 25px auto;
    align-items: start;
}

.stepper-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    position: relative;
    height: auto;
    transform: translateY(10px);
}

.circle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 8px;
    position: relative;
    z-index: 2;
    background-color: #EC6157;
    border-radius: 20px;
}

.vertical-line {
    width: 2px;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: #EC6157;
    opacity: 0.3;

}

.step-grid-right {
    padding-left: 30px;

}

h3.agenda-title {


    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #101012;
    position: relative;
    margin-bottom: 0 !important;
}
h5.agenda-desc {
    font-size: 14px!important;
    max-width: 220px;
    
}

h4.agenda-time {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #EC6157;
}

h4.agenda-time.bottom {
    padding-top: 45px;
    margin-bottom: 5px;

}

.icon-right {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-right.lifted {
    margin-top: -15px;
}

.container-medium {
    max-width: 850px;
    margin: auto;
}

#sponsors {
    background-color: white;
    padding: 100px 20px 130px;
}

.sponsor-card {
    max-width: 400px;
    width: 100%;

}

.logo-holder {
    background-color: #FDEBE9;
    max-width: 400px;
    width: 100%;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.desc-link {
    color: black;
    text-decoration: underline;
    transition: all 0.2s ease;
}
.desc-link:hover{
    color: #99345c;
    
}

.regular-link {
    color: black;
    text-decoration: none!important;
    transition: all 0.2s ease;
}
.regular-link.white-link {
    color: white;
    
}

.regular-link:hover {
    color: #99345c;
    
  
}


.gap-50 {
    gap: 50px;
}

p.sponsor-description {
    max-width: 380px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #101012;
    margin: auto;
}

p.sponsor-description a {
    color: #101012;
}

#sponsors .divider {
    height: 2px;
    width: 100%;
    background-color: #EC6157;
    margin-bottom: 60px;
}

h3.sponsor-type {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0;
    color: #101012;
    text-align: center;
    margin-bottom: 25px;
}

.sponsors-box{
    flex-wrap: wrap;
    gap: 50px 0;
}

.silver-sponsor {
    max-width: 275px;
    width: 40%;
    justify-content: center;
}

.sponsor-logo-holder {
    display: flex;

    align-items: center;
    background-color: #F3F3F3;
    justify-content: center;
    width: 100%;
    height: 135px;

}

.bronze-sponsor {
    width: 60%;
}

.content-partners{
    width: 100%;
}


.gap-15 {
    gap: 15px;
}

.orange {
    background-color: #FFF2EC !important;
}

.women-banner {
    margin-top: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
    background: rgb(226, 63, 120);
    background: linear-gradient(353deg, rgba(226, 63, 120, 1) 0%, rgba(234, 87, 50, 1) 100%);
    text-align: center;
}

.women-banner img {
    max-height: 25px;
}

.footer-dark {
    background-color: #000000;
    position: relative;
    padding: 80px 20px;

}

img.zig-zag {
    position: absolute;
    top: -30px;
    left: 0;
    height: 60px;
    width: 100%;
    object-fit: cover;
}

p.footer-description {
    color: white !important;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    max-width: 770px;
    margin: auto;
    margin-bottom: 15px;
}

p.footer-description a {
    color: white !important;
}

.footer-dark .divider {
    width: 100%;
    background-color: white;
    opacity: 0.2;
    height: 1px;
    margin-top: 45px;
    margin-bottom: 45px;
}

p.hosted {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-right: 10px;
}

.footer-logo {
    justify-content: center;

}

.social-icon-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 17px;
    padding-right: 15px;
}

.social-icon-holder .last {

    padding-right: 0px;
}

.content-box h2 {
    font-weight: 600;
    margin-bottom: 10px;
}

.social-icons {
    align-items: center;
    justify-content: center;
}

.hero-container {
    padding-top: 180px;
    padding-bottom: 130px;
}

.nav-link {
    padding-right: 60px !important;
    color: white !important;
    text-decoration: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

a.nav-link.last-link {
    padding-right: 0 !important;

}

.navbar {
    padding: 30px 20px !important;
}

.nav-container {
    max-width: 1200px !important;

    margin: auto;
    position: relative;

}
.right-content a {
    color: #EC6157;
    text-decoration: underline;
    transition: all 0.2s ease;
}
.right-content a:hover {
    color: #99345c;
    text-decoration: underline;

}
.left-content h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0;
    color: #101012;
}

img.divider-zig-zag {
    object-fit: cover;
    width: 100%;
    height: 160px;
    margin-bottom: 90px;
    position: absolute;
    top: -70px;
    left: 0;



}

.navbar-dark .navbar-toggler {
    color: white !important;
    border: 0 !important;
    width: 20px;
    max-height: 20px !important;
    position: relative;


}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: white;
    opacity: 1;
    left: 0;
    transition: all ease-in-out 0.2s;
}

.middle-bar {
    margin-top: 0px;
}

.toggler-icon.top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.toggler-icon.middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.toggler-icon.bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}

.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg) !important;
}

img.bronze-img {
    width: 55%;
}

img.chief,
img.nasdaq{
    max-width: 130px;
}

.field-group {
    display: contents;
}

.field-group.hidden {
    display: none!important;
}
.form-popup input {
    margin-bottom: 20px;
    padding: 10px;
    font-family: 'Inter', sans-serif;
}
.form-popup select {
    margin-bottom: 20px;
    padding: 10px;
    font-family: 'Inter', sans-serif;
}

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

.form-popup {
    display: flex;
    flex-direction: column;
    width: 100%;
}

h2.popup.smaller {
    font-weight: 500;
    margin-bottom: 15px;
}

p.popup-desc {
    text-align: center;
    margin-bottom: 35px;
}

span.gradiented {
    background: linear-gradient(39.28deg, #E23F78 -8.58%, #EA5732 99.28%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700!important;
  
}
.form-button {
    color: white;
    font-size: 15px;
    font-family: 'Inter',sans-serif;
    padding: 10px 10px 10px;
    cursor: pointer;
    font-weight: 500;
}
#successMessage {
    display: none;
}
#captchaMessage {
    display: none;
}
#successMessage h4 {
    font-size: 17px!important;
    text-align: center;
    font-family: 'Inter';
    

}
#captchaMessage h4 {
    font-size: 17px!important;
    text-align: center;
    font-family: 'Inter';
    margin-top: 30px;

}
#successMessage.show {
    display: block;
    
}
#captchaMessage.show {
    display: block;
}


/*Trigger Button*/
.login-trigger {
    font-weight: bold;
    color: #fff;
    position: relative;
    top: 50%;
}

/*Modal*/
h4 {
    font-weight: bold;
    color: #fff;
}

.modal-content {
    font-weight: bold;
    /* background: linear-gradient(39.28deg, #E23F78 -8.58%, #EA5732 99.28%); */
    background: #f7f7f7!important;
    border: solid 2px black!important;
    border-radius: 0!important;
}
.modal-body {
    padding: 40px 40px!important;
    z-index: 999999;
}
.close {
    position: absolute;
    top: 20px;
    right: 20px;
}
br.mobile-break {
    display: none;
}

#NavBar {
    position: absolute; 
    width: 100%; 
    z-index: 999;
}


/* X-Small devices (portrait phones, more than 576px)*/

@media (max-width: 575px) {
    #speakers {
        padding-bottom: 40px!important;
    }
    h2.smaller {
        font-size: 28px;
    }

    img.main-logo {
        max-width: 80%;
    }

    img.nav-image {
        max-width: 180px;
    }

    .speakers-holder {
        flex-direction: column;
        justify-content: center;
        margin: auto;
        align-items: center;
        
    }

    .women-banner img {
        max-width: 70%;
    }

    .agenda-box {
        padding: 30px 30px;
    }

    .step-grid-right {
        padding-left: 20px;
    }

    h3.agenda-title {
        font-size: 17px;
        line-height: 23px;
    }


    h4.agenda-time {
        font-size: 17px;
        line-height: 23px;
    }


    .content-box {
        padding: 35px 40px;
    }
}


@media (min-width: 576px) {
    img.main-logo {
        max-width: 450px;
    }


}

/*Small devices (landscape phones, more than 768px)*/


@media (min-width: 768px) {

    img.main-logo {
        max-width: 550px;
    }

}
@media screen and (min-width: 600px)  {
    .desktop-break { display: none; }
}
@media (max-width: 768px) {
h1.title-left {
    font-size: 38px!important;
    line-height: 42px;
}

    h1 {
        text-align: center;
        margin-bottom: 55px;
        font-size: 40px!important;
    }
    .sponsors-flex {
        flex-direction: column;
        justify-content: center;
        margin: auto;
        align-items: center;
    }

    .silver-sponsor,
    .bronze-sponsor{
        width: 100%;
    }

    .bronze-flex {
        justify-content: center;
        margin: auto;
        align-items: center;
    }

    .sponsor-logo-holder {
        max-width: 200px;
        margin: auto;
    }

    img.bronze-img{
        width: 70%;
    }

}

/*Medium devices (tablets, more than 992px)*/
@media (min-width: 992px) {
    img.main-logo {
        max-width: 675px;
    }
}

@media (max-width: 991px) {
    .square {
        display: none;
    }

    img.divider-zig-zag {
        position: absolute;
        top: -30px;
        left: 0;
        height: 60px;
        width: 100%;
        object-fit: cover;
    
    
    }
    #speakers {
        
        padding: 130px 20px 100px; 
    }

   
  br.mobile-break {
    display: block;
  }
    .speakers-holder {        
        flex-direction: column;
    }
    .speaker-divider {
        width: 30%;
        height: 2px;
        background-color: black;
        margin: auto;
        margin-bottom: 20px!important;
    }
    .navbar {
        padding: 20px 20px !important;
    }

    .navbar-nav>li {
        background-color: white;


    }

    a.nav-link {
        color: black !important;
        transition: all 0.2s ease-in-out;
    }

    a.nav-link {
        padding: 0 !important;
        padding-bottom: 20px !important;
    }

    .nav-item {
        text-align: center;
    }

    a.nav-link:hover {
        color: #99345c !important;
    }

    .navbar-collapse {
        margin-top: 20px;
    }

    a.nav-link.first-mobile {
        margin-top: 30px;
    }

    a.nav-link.last-mobile {
        margin-bottom: 10px;
    }

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

    .footer-logo.flex {
        margin-bottom: 20px !important;

        margin: auto;
    }

    .footer-logo.flex img {
        margin-top: -2px !important;
    }

    .social-icon-holder {
        padding-right: 35px;
    }

    .social-icon-holder.last {
        padding-right: 0px;
    }

    p.hosted {
        max-width: 320px;
        margin: auto;
        text-align: center;
    }

    p.hosted.pad-right {
        padding-right: 10px;
    }

    .social-icons {
        margin-bottom: 20px;
    }
}



@media (max-width: 1200px) {
    .vertical-divider {
        display: none !important;
    }

    .agenda-flex {
        flex-direction: column;
        justify-content: center;

    }

    .agenda-flex h1,
    .agenda-flex h3,
    .agenda-flex p {
        text-align: center !important;

    }

    .right-content {
        margin: auto;
        margin-top: 20px;
        margin-bottom: 40px !important;
        max-width: none !important;
        padding-left: 0;
    }

    .right-content p {
        max-width: 70%;
        margin: auto;
    }

    .left-content {
        margin: auto;
        padding-right: 0;
        width: auto;
    }

}