@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--header-height:3.5rem;--header-height-mob:5rem;--hue:14;--first-color:hsl(var(--hue),91%,54%);--first-color-alt:hsl(var(--hue),91%,50%);--title-color:hsl(var(--hue),4%,100%);--text-color:hsl(var(--hue),4%,85%);--text-color-light:hsl(var(--hue),4%,55%);--yellow:#f0b800;--black:#000;--body-color:linear-gradient(90deg,#050505 100%,#fcfdfc 0);--container-color:linear-gradient(0deg,#f0b800 100%,#f0b800 0);--body-font:"Poppins",sans-serif;--biggest-font-size:2rem;--h1-font-size:1.5rem;--h2-font-size:1.25rem;--h3-font-size:1rem;--normal-font-size:0.938rem;--small-font-size:0.813rem;--smaller-font-size:0.75rem;--font-medium:500;--font-semi-bold:600;--font-black:900;--mb-0-25:0.25rem;--mb-0-5:0.5rem;--mb-0-75:0.75rem;--mb-1:1rem;--mb-1-5:1.5rem;--mb-2:2rem;--mb-2-5:2.5rem;--z-tooltip:10;--z-fixed:100}@media screen and (min-width:992px){:root{--biggest-font-size:3rem;--h1-font-size:2.25rem;--h2-font-size:1.5rem;--h3-font-size:1.25rem;--normal-font-size:1rem;--small-font-size:0.875rem;--smaller-font-size:0.813rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:linear-gradient(90deg,#050505 100%,#fcfdfc 0);background:var(--body-color);color:#dad8d7;color:var(--text-color);font-family:Poppins,sans-serif;font-family:var(--body-font);font-size:.938rem;font-size:var(--normal-font-size);margin:3.5rem 0 0;margin:var(--header-height) 0 0 0}h1,h2,h3,h4{color:#fff;color:var(--title-color);font-weight:600;font-weight:var(--font-semi-bold)}ul{list-style:none}a{text-decoration:none}img{height:auto;max-width:100%}button,input{border:none;outline:none}button{cursor:pointer;font-family:Poppins,sans-serif;font-family:var(--body-font);font-size:.938rem;font-size:var(--normal-font-size)}.section__title{font-size:1.25rem;font-size:var(--h2-font-size);margin-bottom:2rem;margin-bottom:var(--mb-2);text-align:center}.container{margin-left:1.5rem;margin-left:var(--mb-1-5);margin-right:1.5rem;margin-right:var(--mb-1-5);max-width:968px}.grid{display:grid}.main{overflow:hidden}.header{background:linear-gradient(90deg,#050505 100%,#fcfdfc 0);background:var(--body-color);left:0;position:fixed;top:0;width:100%;z-index:100;z-index:var(--z-fixed)}.nav{height:3.5rem;height:var(--header-height);justify-content:space-between}.nav,.nav__logo{align-items:center;display:flex}.nav__logo{font-weight:500;font-weight:var(--font-medium)}.nav__logo-img{width:1.5rem}.nav__close,.nav__link,.nav__logo,.nav__toggle{color:#fff;color:var(--title-color)}.nav__toggle{cursor:pointer;font-size:1.25rem}.nav__img{height:400px}@media screen and (max-width:767px){.nav{height:5rem;height:var(--header-height-mob)}.profile h3{font-size:.8rem}.profile p{font-size:.6rem}.nav__menu{background:rgba(32,32,32,.829);border-radius:0 0 1.5rem 1.5rem;left:0;padding:3.5rem 0;position:fixed;top:-150%;transition:.4s;width:100%;z-index:100;z-index:var(--z-fixed)}}.nav__img{left:0;position:absolute;top:0;width:400px}.nav__close{cursor:pointer;font-size:1.8rem;position:absolute;right:.7rem;top:.5rem}.nav__list{align-items:center;display:flex;flex-direction:column;row-gap:1.5rem}.nav__link{font-weight:900;font-weight:var(--font-black);text-transform:uppercase;transition:.4s}.nav__link:hover{color:#dad8d7;color:var(--text-color)}.show-menu{top:0}.scroll-header-nav{background:#000;border-bottom:5px solid #f0b800;border-bottom:5px solid var(--yellow)}.scroll-header .button--ghost{border:2px solid #000;border:2px solid var(--black)}.scroll-header{background:linear-gradient(0deg,#f0b800 100%,#f0b800 0);background:var(--container-color)}.scroll-header .active-link{color:#000;color:var(--black)}.scroll-header .active-link:before{background-color:#000;background-color:var(--black)}.active-link{color:#f0b800;color:var(--yellow);font-weight:900;position:relative}.home__content{margin-top:9rem;row-gap:1rem;text-align:center}.home__group{display:grid;padding-top:2rem;position:relative}.home__img{height:150px;justify-self:center}.home__indicator{border-radius:50%;height:8px;right:2rem;top:7rem;width:8px}.home__indicator,.home__indicator:after{background-color:#fff;background-color:var(--title-color);position:absolute}.home__indicator:after{content:"";height:48px;right:45%;top:-3rem;width:1px}.home__details-img{position:absolute;right:.5rem}.home__details-subtitle,.home__details-title{display:block;font-size:.813rem;font-size:var(--small-font-size);text-align:right}.home__subtitle{font-size:1rem;font-size:var(--h3-font-size);text-transform:uppercase}.home__subtitle,.home__title{margin-bottom:1rem;margin-bottom:var(--mb-1)}.home__title{font-size:2rem;font-size:var(--biggest-font-size);font-weight:900;font-weight:var(--font-black);line-height:109%}.home__description{font-size:1rem;font-size:var(--h3-font-size);margin-bottom:1rem;margin-bottom:var(--mb-1)}.home__buttons{display:flex;justify-content:space-between}.button{background-color:#f4511f;background-color:var(--first-color);border-radius:.5rem;color:#fff;color:var(--title-color);display:inline-block;font-weight:500;font-weight:var(--font-medium);padding:1rem 1.75rem;transition:.3s}.button:hover{background-color:#f4420b;background-color:var(--first-color-alt)}.button__icon{font-size:1.25rem}.button--ghost{background-color:initial;border:2px solid #f0b800;border:2px solid var(--yellow);border-radius:3rem;padding:.75rem 1.5rem}.button--ghost:hover{background:#f0b800;background:var(--yellow);color:#000}.button--link{color:#fff;color:var(--title-color)}.button--flex{align-items:center;-webkit-column-gap:.5rem;column-gap:.5rem;display:inline-flex}.footer{overflow:hidden;padding-top:1rem;position:relative}.footer__container{row-gap:1rem}.footer__logo{align-items:center;color:#fff;color:var(--title-color);display:flex;font-weight:500;font-weight:var(--font-medium);margin-bottom:1rem;margin-bottom:var(--mb-1)}.footer__logo-img{width:20px}.footer__description{color:#fff;color:var(--title-color);font-size:.8rem;font-weight:700;margin-bottom:.5rem;margin-bottom:var(--mb-0-5)}.footer__social{-webkit-column-gap:.75rem;column-gap:.75rem;display:flex}.footer__social-link{background:linear-gradient(90deg,#050505 100%,#fcfdfc 0);background:var(--body-color);border-radius:.25rem;color:#fff;color:var(--title-color);display:inline-flex;font-size:1rem;padding:.25rem}.footer__social-link:hover{background:linear-gradient(0deg,#f0b800 100%,#f0b800 0);background:var(--container-color)}.footer__title{font-size:1rem;font-size:var(--h3-font-size);font-weight:bolder;margin-bottom:1rem;margin-bottom:var(--mb-1)}.footer__links{grid-row-gap:.35rem;display:grid;row-gap:.35rem}.footer__link{color:#fff;color:var(--title-color);font-size:.813rem;font-size:var(--small-font-size);transition:.3s}.footer__copy,.footer__link:hover{color:#000;color:var(--black)}.footer__copy{display:block;font-size:.75rem;font-size:var(--smaller-font-size);margin-bottom:1rem;margin-top:2rem;text-align:center}.scrollup{background:linear-gradient(0deg,#f0b800 100%,#f0b800 0);background:var(--container-color);border-radius:.25rem;bottom:-20%;display:inline-flex;opacity:.8;padding:.3rem;position:fixed;right:1rem;transition:.4s;z-index:10;z-index:var(--z-tooltip)}.scrollup__icon{color:#fff;color:var(--title-color);font-size:1.25rem}.scrollup:hover{background:linear-gradient(0deg,#f0b800 100%,#f0b800 0);background:var(--container-color);opacity:1}.show-scroll{bottom:3rem}::-webkit-scrollbar{background:#413e3e;width:.6rem}::-webkit-scrollbar-thumb{background:#272525;border-radius:.5rem}@media screen and (max-width:320px){.container{margin-left:1rem;margin-left:var(--mb-1);margin-right:1rem;margin-right:var(--mb-1)}.home__img{height:100px}.home__buttons{flex-direction:column;row-gap:1rem;width:-webkit-max-content;width:max-content}.category__container,.trick__container{grid-template-columns:.8fr;justify-content:center}}@media screen and (min-width:767px){body{margin:0}.section{padding:7rem 0 2rem}.nav{height:5rem;height:calc(var(--header-height) + 1.5rem)}.nav__close,.nav__img,.nav__toggle{display:none}.nav__list{-webkit-column-gap:3rem;column-gap:3rem;flex-direction:row}.nav__link{font-weight:400;text-transform:none}.active-link{font-weight:600}.home__content{gap:4rem;grid-template-columns:repeat(1,1fr);text-align:center}.home__img{height:200px}.footer__container{align-items:center;-webkit-column-gap:2.5rem;column-gap:2.5rem;grid-template-columns:auto auto auto;justify-items:center}}.footer__content{text-align:center}@media screen and (min-width:992px){.footer{padding-bottom:1rem;padding-top:2.5rem}.container{margin-left:auto;margin-right:auto}.section__title{font-size:1.5rem;font-size:var(--h1-font-size);margin-bottom:1rem}.home__content{gap:3rem;padding-top:9rem}.home__group{padding-top:0}.home__img{height:300px;-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}.home__indicator{bottom:15%;left:45%;right:auto;top:auto}.home__indicator:after{height:75px;top:0}.home__details-img{bottom:0;right:58%}.home__title{margin-bottom:1.5rem;margin-bottom:var(--mb-1-5)}.home__description{margin-bottom:2.5rem;margin-bottom:var(--mb-2-5);padding-right:2rem}.footer__copy{margin-top:3rem}}@media screen and (min-width:1200px){.home__img{height:320px}}.contact .info-box{background:rgba(7,7,7,.568)}.contact .info-box,.contact .info-box1{align-items:center;color:#f0b800;color:var(--yellow);display:grid;font-weight:500;justify-content:center;min-height:90px;padding:15px;text-align:center}.contact .info-box1{background:#f0b80033}.contact .info-box1 a,.profile{color:#f0b800;color:var(--yellow);font-weight:500;text-align:center}.profile{display:grid;min-height:90px;padding:15px}.profile,.profile-icon{align-items:center;justify-content:center}.profile-icon{display:flex;flex-direction:row;flex-wrap:wrap;padding-bottom:.5rem;text-align:center}.profile-img{align-items:flex-end;background-color:rgba(240,184,0,.199);display:flex;height:120px;justify-content:center;position:relative;top:50px;width:100%}.profile-icon a{background-color:#f0b80033;border-radius:50%;margin:0 5px}.profile-icon a:hover{background-color:#f0b80096}.section-header-icon{margin-bottom:1rem;position:relative}.section-header-icon:before{background:#f1b900;bottom:0;content:"";display:block;height:2px;left:calc(50% - 25px);position:absolute;width:50px}.section-header{margin-bottom:40px;padding-bottom:20px;position:relative}.section-header:before{background:#f1b900;bottom:0;content:"";display:block;height:5px;left:calc(50% - 25px);position:absolute;width:60px}.section-header h2{font-size:36px;font-weight:700;margin-bottom:10px;text-align:center;text-transform:uppercase}.section-header p{color:#9195a2;font-size:18px;font-weight:700;margin:0;padding:0;text-align:center}.schedule{padding:60px 0}.schedule .nav-tabs{border-bottom:0;display:block;margin-bottom:30px;text-align:center}#lg{display:block}#sm{display:none}@media (max-width:1200px){#sm{display:block}#lg{display:none}}.schedule .nav-tabs li{display:inline-flex;margin-bottom:.5rem;padding:0 .5rem}.schedule .nav-tabs p{background-color:#f0b80033;border:none;border-radius:50px;color:#fff;font-weight:600;padding:10px 100px;transition:background-color .5s ease-in-out}@media (max-width:991px){.schedule .nav-tabs p{padding:8px 60px}}@media (max-width:767px){.schedule .nav-tabs p{padding:8px 50px}}@media (max-width:480px){.schedule .nav-tabs p{padding:8px 30px}}.schedule .nav-tabs p.active{background-color:#f1b900;color:#000}.schedule .sub-heading{font-size:18px;font-style:italic;margin:0 auto 30px;text-align:center}@media (min-width:991px){.schedule .sub-heading{width:75%}}.tab-content{background-color:"#f0b80033"}.schedule .tab-pane{transition:1s ease-in-out}.schedule .schedule-item{border-bottom:1px solid #cad4f6;padding-bottom:15px;padding-top:15px;transition:background-color .5s ease-in-out}.schedule .schedule-item:hover{background-color:#666262}.schedule .schedule-item time{display:inline-block;padding-bottom:5px}.schedule .schedule-item .speaker{border-radius:50%;float:left;height:60px;margin:0 10px 10px 0;overflow:hidden;width:60px}.schedule .schedule-item .speaker img{height:100%;margin-left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:all .3s ease-in-out}.schedule .schedule-item h4{color:#f1b900;font-size:18px;font-weight:400;margin-bottom:5px}.schedule .schedule-item h4 span{color:#f1b900;font-size:16px;font-style:italic;font-weight:400}.schedule .schedule-item p{color:#f74465;font-style:italic;margin-bottom:0}.section-with-bg{background-color:#f6f7fd}ol li{display:block}ol li:before{color:#f0b800;color:var(--yellow);content:"⦿  "}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{margin-left:auto;margin-right:auto;padding-left:.75rem;padding-left:var(--bs-gutter-x,.75rem);padding-right:.75rem;padding-right:var(--bs-gutter-x,.75rem);width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{flex:1 0}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}@media (min-width:576px){.col-sm{flex:1 0}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}}@media (min-width:768px){.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}}@media (min-width:992px){.col-lg{flex:1 0}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}}@media (min-width:1200px){.col-xl{flex:1 0}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}}.justify-content-center{justify-content:center!important}#day-1{display:block}#day-2,#day-3{display:none}.play-btn{background:radial-gradient(#f1b900 50%,rgba(101,111,150,.15) 52%);border-radius:50%;display:block;height:94px;overflow:hidden;position:relative;width:94px}.play-btn:after{border-bottom:10px solid transparent;border-left:15px solid #000;border-top:10px solid transparent;content:"";height:0;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-40%) translateY(-50%);transform:translateX(-40%) translateY(-50%);transition:all .4s cubic-bezier(.55,.055,.675,.19);width:0;z-index:0}.play-btn:before{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation:pulsate-btn 2s;animation:pulsate-btn 2s;-webkit-animation-direction:forwards;animation-direction:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:steps;animation-timing-function:steps;background:rgba(198,16,0,0);border:2px solid hsla(0,0%,64%,.4);border-radius:50%;content:"";height:120px;left:-15%;opacity:1;position:absolute;top:-15%;width:120px}.play-btn:hover:after{border-left:15px solid #f1b900;-webkit-transform:scale(20);transform:scale(20)}.play-btn:hover:before{-webkit-animation:none;animation:none;border:10px solid transparent;border-left:15px solid #fff;border-radius:0;border-right:none;content:"";height:0;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-40%) translateY(-50%);transform:translateX(-40%) translateY(-50%);width:0;z-index:200}.team .member{background:#fff;border-radius:5px;box-shadow:0 2px 15px rgba(0,0,0,.1);margin-bottom:20px;overflow:hidden;text-align:center}.team .member .member-img{overflow:hidden;position:relative}.team .member .social{background:hsla(0,0%,100%,.85);bottom:0;height:40px;left:0;opacity:0;position:absolute;right:0;transition:.3s ease-in-out}.team .member .social,.team .member .social a{align-items:center;display:inline-flex;justify-content:center}.team .member .social a{color:#222;margin:0 10px;transition:color .3s}.team .member .social a i{line-height:0}.team .member .social a:hover{color:#3498db}.team .member .social i{font-size:18px;margin:0 2px}.team .member .member-info{padding:25px 15px}.team .member .member-info h4{color:#222;font-size:18px;font-weight:700;margin-bottom:5px}.team .member .member-info span{color:#aaa;display:block;font-size:13px;font-weight:400}.team .member .member-info p{color:#777;font-size:14px;font-style:italic;line-height:26px}.team .member:hover .social{opacity:1}.about{background:rgba(32,32,32,.829);content:""}.about-btn{-webkit-animation-delay:.8s;animation-delay:.8s;border:2px solid #f1b900;border-radius:50px;color:#fff;display:inline-block;font-family:Raleway,sans-serif;font-size:14px;font-weight:500;letter-spacing:1px;line-height:1;margin:20px 10px 10px;padding:12px 32px;transition:.5s}.about-btn:hover{background:#f1b900;color:#000}@-webkit-keyframes pulsate-btn{0%{opacity:1;-webkit-transform:scale(.6);transform:scale(.6)}to{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulsate-btn{0%{opacity:1;-webkit-transform:scale(.6);transform:scale(.6)}to{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}.speakers{padding:60px 0 30px}.speakers .speaker{margin-bottom:30px;overflow:hidden;position:relative}.speakers .speaker .details{background:rgba(6,12,34,.76);bottom:-40px;left:0;padding-top:10px;position:absolute;right:0;text-align:center;transition:all .3s cubic-bezier(.645,.045,.355,1)}.speakers .speaker .details h3{color:#fff;font-size:22px;font-weight:600;margin-bottom:5px}.speakers .speaker .details p{color:#fff;font-size:15px;font-style:italic;margin-bottom:10px}.speakers .speaker .details .social{height:40px}.speakers .speaker .details .social i{line-height:0;margin:0 2px}.speakers .speaker .details a{color:#fff}.speakers .speaker .details a:hover{color:#f1b900}.speakers .speaker:hover .details{bottom:0}
/*# sourceMappingURL=main.f31b749e.css.map*/