.accordion{width:100%;border:.1rem solid #9b9bcc;border-radius:.8rem;padding:2.4rem}.accordion:not(:last-child){margin-bottom:3.2rem}.accordion-title{display:flex;align-items:center;justify-content:space-between;gap:1.6rem}.accordion-title h2{font-family:Inter,sans-serif;font-size:1.6rem;font-weight:400;color:#6b6bb5;cursor:pointer;flex:1;transition:all .3s ease;margin-bottom:0}.accordion-title h5{margin-bottom:0;cursor:pointer}.accordion-title>.arrow{width:1.2rem;height:1.2rem;border-right:.2rem solid #9b9bcc;border-bottom:.2rem solid #9b9bcc;position:relative;transform:rotate(45deg);margin-left:.6rem;margin-bottom:0;transition:all .2s linear}.accordion-title>.arrow:after{content:"";width:0;height:.2rem;display:block;background-color:#5c49e0;opacity:0;bottom:-1.5px;transform-origin:bottom right;transform:rotate(45deg);transition:all .2s linear;position:absolute;right:0}.accordion-title:hover .arrow{transform:rotate(45deg) translate(.4rem,.4rem);border-color:#5c49e0}.accordion-title:hover .arrow:after{opacity:1;width:1.6rem}.accordion-text{display:none;padding-top:2.4rem}.accordion-text p.note{font-size:1.4rem;font-style:italic}.accordion-text p:last-child{margin-bottom:0}.accordion-text a{font-weight:500;text-decoration:underline;color:#5c49e0}.accordion-text span.open-modal{color:#2cfbeb;cursor:pointer}.accordion-text ul:not(:last-child){margin-bottom:1.6rem}.accordion-text ul li{font-size:1.6rem;color:#6b6bb5;margin-bottom:0}.accordion-text ul li:not(:last-child){margin-bottom:.4rem}.accordion.active{border:.1rem solid #2cfbeb}.accordion.active .accordion-text{display:block;animation:fadeIn .3s forwards}.accordion.active .accordion-title h2{font-weight:700;color:#5c49e0}.accordion.active .accordion-title .arrow{border-color:#5c49e0;transition:none;transform:rotate(225deg);transform-origin:center center}.accordion.active .accordion-title .arrow:after{opacity:1;width:1.6rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(2.4rem)}to{opacity:1;transform:translateY(0)}}table{width:100%;margin:0 auto;border-collapse:collapse}table td,table th{font-size:1.6rem;text-align:left;color:#6b6bb5;padding:1.6rem}table th{background-color:#6b6bb5;color:#fff}@media (max-width: 800px){table th{display:none}}table tbody tr:not(:last-child){border-bottom:.1rem solid #dee2e6}@media (max-width: 800px){table tbody tr:not(:last-child){display:block;padding-bottom:1.6rem;margin-bottom:1.6rem}table tbody tr td{display:grid;padding:0}table tbody tr td:before{content:attr(data-cell);font-size:1.6rem;font-weight:600;margin-bottom:.4rem}table tbody tr td:not(:last-child){margin-bottom:1.6rem}}.tabs{--tab-count: 3;--active: 0;width:100%;max-width:34rem;height:5.4rem;display:flex;position:relative;background-color:#e5e5f1;border-radius:5.4rem;isolation:isolate;margin:0 auto}.tabs input{display:none}.tabs label{flex:1;display:flex;justify-content:center;align-items:center;font-size:1.6rem;color:#9b9bcc;cursor:pointer;transition:color .5s ease-in-out}.tabs input:checked+label{color:#2cfbeb;font-weight:600}.tabs:after{content:"";width:calc(100% / var(--tab-count) - .26rem);height:4.6rem;border-radius:4.6rem;border:.18rem solid #2cfbeb;background-color:#5c49e0;color:#2cfbeb;position:absolute;z-index:-1;top:0;right:0;bottom:-.1rem;left:0;pointer-events:none;translate:calc(var(--active) * 100%);transition:translate .4s ease-in-out;margin:.4rem}.tabs:has(:checked:nth-of-type(1)){--active: 0}.tabs:has(:checked:nth-of-type(2)){--active: 1}.tabs:has(:checked:nth-of-type(3)){--active: 2}.tab-content{margin-top:4.2rem}[class^=tab-content-],.validity{display:none}.categories:has(:checked:nth-of-type(1)) .tab-content-one,.categories:has(:checked:nth-of-type(2)) .tab-content-two,.categories:has(:checked:nth-of-type(3)) .tab-content-three{display:block}.categories:has(:checked:nth-of-type(1)) .validity-one,.categories:has(:checked:nth-of-type(2)) .validity-two,.categories:has(:checked:nth-of-type(3)) .validity-three{display:block}.modal{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;z-index:999999;background-color:#0009;opacity:0;pointer-events:none;transition:.8s ease;overflow-y:auto}.modal.active{opacity:1;pointer-events:all}.modal-content{width:90%;max-width:60rem;max-height:90%;position:relative;z-index:0;background-color:#fff;border-radius:1.6rem;border:.1rem solid #b7c9ff;overflow-y:auto;padding:3.2rem}.modal-content .description{max-height:46rem;padding:0 4.8rem 0 0;margin-bottom:1.6rem}.modal-content .description .simplebar-scrollbar:before{background-color:#5c49e0;opacity:1;top:0;bottom:0;width:.8rem;transform:translate(-25%)}.modal-content .description .simplebar-track{width:.8rem!important;background-color:#b7c9ff;border-radius:.4rem;margin:0}.modal-content h6{font-size:2.4rem;color:#5c49e0;gap:.8rem}@media (max-width: 430px){.modal-content h6{font-size:1.8rem}}.modal-content p:last-child{margin-bottom:0}.modal-content p.note{font-size:1.4rem;font-style:italic}.modal-content p a{text-decoration:underline}.modal-content ul li:not(:last-child){margin-bottom:.4rem}.modal-content ul li .attention{margin-bottom:1.6rem}.modal-content .video{width:100%;position:relative;overflow:hidden;padding-top:56.25%}.modal-content .video .video-youtube{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.modal-content .close{width:2.6rem;height:2.6rem;display:flex;align-items:center;justify-content:center;position:absolute;top:1.6rem;right:1.6rem;z-index:1;background-color:#5c49e0;color:#2cfbeb;border-radius:2rem;transition:.3s ease;cursor:pointer;padding:.4rem}.modal-content .close:hover{background-color:#443ac1}.modal.exhibitor .modal-content .description{margin-bottom:0}.modal.exhibitor .modal-content .description figure{width:18rem;height:16rem;border:.1rem solid #b7c9ff;border-radius:.8rem;overflow:hidden;margin-bottom:3.2rem}.modal.exhibitor .modal-content .description ul:not(:last-child){margin-bottom:1.6rem}.modal.exhibitor .modal-content .description ul li{font-size:1.6rem;color:#6b6bb5}.card-category{width:100%;max-width:32rem;height:100%;display:flex;flex-direction:column;border:.1rem solid #9b9bcc;border-radius:1.6rem;padding:2.4rem}.card-category>div .tag{width:100%;display:flex;align-items:center;justify-content:space-between}.card-category>div .tag p{font-family:Rubik,sans-serif;font-size:1.6rem;font-weight:800;margin-bottom:0}.card-category>div .tag:after{content:"";width:2.4rem;height:2.4rem;background:url(/build/assets/icon-alert-Bl8Z3J2r.svg) no-repeat center center;display:block;transition:all .3s ease}.card-category>div .tag:hover:after{transform:scale(1.08)}.card-category>div .category-values{margin:1.6rem 0;display:flex;align-items:flex-end}.card-category>div .category-values span{font-weight:700;color:#5c49e0}.card-category>div .category-values .currency{font-family:Rubik,sans-serif;font-size:4.2rem;font-weight:400;margin-right:.8rem}.card-category>div .category-values .amount{font-size:5.4rem;line-height:110%}.card-category>div .category-values .cents{font-size:3.4rem;line-height:134%}.card-category>div .btn{width:100%;margin-bottom:2.4rem}.card-category ul{display:flex;flex-direction:column;gap:1.6rem;border-top:.1rem dashed #9b9bcc;padding-top:2.4rem}.card-category ul li strong{font-size:1.4rem;font-weight:500;color:#6b6bb5;display:flex;align-items:center}.card-category ul li strong:before{content:"";width:1.362rem;height:1rem;display:block;background:url(/build/assets/icon-selected-e4TDQ-7x.svg) no-repeat center;background-size:contain;margin-right:.4rem}.card-category ul li p{font-size:1.2rem;color:#6b6bb5;padding-left:1.762rem;margin-bottom:0}.card-category.associate{background-color:#5c49e0;border:.1rem solid #2cfbeb}.card-category.associate>div .tag p{color:#2cfbeb}.card-category.associate>div .tag:after{background:url(/build/assets/icon-attention-DZJdPGyM.svg) no-repeat center center}.card-category.associate>div .category-values span{color:#fff}.card-category.associate>div p{color:#e5e5f1}.card-category.associate ul{border-color:#838ffc}.card-category.associate ul li strong,.card-category.associate ul li p{color:#e5e5f1}.card-featured{display:flex;align-items:center;gap:4.2rem;padding-top:12.8rem;position:relative}@media (max-width: 800px){.card-featured{padding-top:6.4rem;flex-direction:column;gap:3.2rem}}.card-featured .left{width:100%;max-width:54rem}@media (max-width: 800px){.card-featured .left{max-width:62rem}}.card-featured .left h1{text-align:left}@media (max-width: 800px){.card-featured .left h1,.card-featured .left p{text-align:center}}.card-featured .left p u{font-weight:600;text-decoration:underline;color:#5c49e0}.card-featured .left .actions{display:flex;align-items:center;gap:1.6rem;padding-top:1.6rem}@media (max-width: 800px){.card-featured .left .actions{justify-content:center}}@media (max-width: 430px){.card-featured .left .actions{flex-direction:column}.card-featured .left .actions .btn{width:100%}}.card-featured .right{flex:1}.card-featured.inverted{flex-direction:row-reverse}.featured{width:100%;height:81.7rem;position:relative;z-index:999;background-color:#fff}@media (max-width: 1150px){.featured{height:70.7rem}}@media (max-width: 600px){.featured{height:84.5rem}}@media (max-width: 430px){.featured{height:79.2rem}}@media (max-width: 390px){.featured{height:77.7rem}}@media (max-width: 375px){.featured{height:79.8rem}}.featured .bg-video{width:100%;height:76rem;position:relative;z-index:999}@media (max-width: 1150px){.featured .bg-video{height:65rem}}@media (max-width: 430px){.featured .bg-video{height:56rem}}.featured .bg-video video{width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;z-index:-999}.featured .bg-video:after{content:"";width:100%;height:76rem;position:absolute;top:0;left:0;z-index:-1;background:linear-gradient(to bottom,#443ac1,#5c49e0,#5c49e0);opacity:.9}@media (max-width: 1150px){.featured .bg-video:after{height:65rem}}@media (max-width: 430px){.featured .bg-video:after{height:56rem}}.featured .bg-video:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/build/assets/bg-effect-CkZC3SS5.webp);mix-blend-mode:hard-light;opacity:.6;z-index:999}.featured .container{width:100%;max-width:137.6rem;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:999}.featured .container .items{width:100%;height:calc(100% - 11.2rem);display:flex;align-items:center;justify-content:center;flex-direction:column}@media (max-width: 600px){.featured .container .items{height:auto;padding:6.4rem 0}}@media (max-width: 430px){.featured .container .items{padding:4.2rem 0}}.featured .container .items span{display:inline-block;font-family:Rubik,sans-serif;font-size:2.2rem;font-weight:700;color:#ffd500}.featured .container .items .title{font-size:16rem;color:#fff;text-shadow:.4rem .4rem 0rem #2cfbeb,.8rem .8rem 0rem #3d3d89;margin:1.6rem 0 3.2rem}@media (max-width: 1366px){.featured .container .items .title{font-size:13.8rem}}@media (max-width: 1150px){.featured .container .items .title{font-size:12.2rem}}@media (max-width: 800px){.featured .container .items .title{font-size:9.8rem}}@media (max-width: 430px){.featured .container .items .title{font-size:7.8rem;text-shadow:.2rem .2rem 0rem #2cfbeb,.2rem .2rem 0rem #3d3d89}}@media (max-width: 390px){.featured .container .items .title{font-size:6.8rem;margin-bottom:1.6rem}}.featured .container .items p{font-size:1.8rem;text-align:center;color:#2cfbeb}@media (max-width: 430px){.featured .container .items p{font-size:1.6rem}}.featured .container .items .actions{margin-top:1.6rem}.featured .realization{position:relative}.featured .realization .container{width:100%;height:11.2rem;display:flex;align-items:center;justify-content:space-between;gap:3.2rem;background-color:#fff;border-radius:1.6rem;box-shadow:#959da533 0 .8rem 2.4rem;position:absolute;top:0;right:0;bottom:0;left:0}@media (max-width: 800px){.featured .realization .container{gap:1.6rem}}@media (max-width: 600px){.featured .realization .container{flex-direction:column;position:initial;height:initial;padding:1.6rem}}.featured .realization p{width:100%;max-width:64rem;margin-bottom:0}@media (max-width: 800px){.featured .realization p{max-width:32rem}}@media (max-width: 600px){.featured .realization p{max-width:100%;text-align:center}}.featured .realization p span{background-image:linear-gradient(0deg,#2cfbeb 50%,transparent 0);background-position:0 85%;background-repeat:no-repeat;background-size:100% .4em}.other-subjects{margin-bottom:12.8rem}@media (max-width: 800px){.other-subjects{margin-bottom:6.4rem}}.other-subjects .items .swiper-other-subjects{position:relative;overflow:hidden}.other-subjects .items .swiper-other-subjects .swiper-wrapper{display:flex;align-items:stretch}.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide{width:100%;height:100%;flex-shrink:0;background-color:#fff}@media (max-width: 1366px){.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide .card-featured{padding-bottom:2.4rem}}@media (max-width: 1150px){.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide .card-featured{padding-bottom:6.4rem}}.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide .card-featured .left{max-width:58rem}.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide .card-featured .left h1{font-size:7.8rem}@media (max-width: 430px){.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide .card-featured .left h1{font-size:5.2rem}}.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide .card-featured .right{position:relative}.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide .card-featured .right .symbol-animation{width:12.8rem;height:12.8rem;background:url(/build/assets/symbol-ciosp-DB-bjb6T.svg) no-repeat center center;background-size:contain;display:flex;align-items:center;justify-content:center;position:absolute}@media (max-width: 1150px){.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide .card-featured .right .symbol-animation{display:none}}.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide .card-featured .right .symbol-animation:before{content:"";width:11.4rem;height:11.4rem;background:url(/build/assets/symbol-date-C6xeKJzP.svg) no-repeat center center;background-size:contain;animation:rotate 18s linear infinite}@media (max-width: 600px){.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide .card-featured .right .symbol-animation:before{width:9.4rem;height:9.4rem}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide .card-featured .right .event-days{width:100%;max-width:24rem;display:flex;align-items:center;gap:.8rem;background-color:#fff;border-radius:.8rem;box-shadow:#63636333 0 .2rem .8rem;padding:.8rem;position:absolute;left:31.2rem;bottom:24.8rem}@media (max-width: 1366px){.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide .card-featured .right .event-days{left:24rem;bottom:22rem}}@media (max-width: 1280px){.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide .card-featured .right .event-days{left:18rem;bottom:18.6rem}}@media (max-width: 1150px){.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide .card-featured .right .event-days{display:none}}.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide .card-featured .right .event-days span{font-family:Rubik,sans-serif;font-weight:800;font-size:3.2rem;color:#5c49e0}.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide .card-featured .right .event-days p{font-size:1.4rem;font-weight:500;color:#6b6bb5;margin-bottom:0}.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide:nth-child(1) .right .symbol-animation{top:6rem;left:18.6rem}@media (max-width: 1366px){.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide:nth-child(1) .right .symbol-animation{top:7rem;left:16rem}}@media (max-width: 1280px){.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide:nth-child(1) .right .symbol-animation{top:6rem;left:12rem}}.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide:nth-child(2) .right .symbol-animation{bottom:12rem;left:32rem}@media (max-width: 1366px){.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide:nth-child(2) .right .symbol-animation{bottom:12rem;left:28rem}}@media (max-width: 1280px){.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide:nth-child(2) .right .symbol-animation{bottom:12rem;left:22rem}}.other-subjects .items .swiper-other-subjects .swiper-wrapper .swiper-slide:nth-child(3) .right .symbol-animation{bottom:18rem;right:0}.other-subjects .items .swiper-other-subjects .swiper-button-next,.other-subjects .items .swiper-other-subjects .swiper-button-prev{width:3.2rem;height:3.2rem}.other-subjects .items .swiper-other-subjects .swiper-button-next:after,.other-subjects .items .swiper-other-subjects .swiper-button-prev:after{display:none}.other-subjects .items .swiper-other-subjects .swiper-button-next{top:initial;right:initial;left:3.1rem;bottom:-.3rem;background:url(/build/assets/icon-arrow-right-DASfGjIf.svg) no-repeat center center}.other-subjects .items .swiper-other-subjects .swiper-button-prev{top:initial;right:initial;left:-.3rem;bottom:-.3rem;background:url(/build/assets/icon-arrow-left-B1B-viIa.svg) no-repeat center center}.other-subjects .items .swiper-other-subjects .swiper-pagination{font-size:1.4rem;font-weight:500;color:#9b9bcc}.other-subjects .items .swiper-other-subjects .swiper-pagination-fraction{width:-moz-max-content;width:max-content;bottom:.5rem;left:7.2rem}.marquee{width:100%;position:relative;overflow:hidden;background:linear-gradient(90deg,#443ac1,#5c49e0,#443ac1);padding:3.2rem 0}.marquee:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/build/assets/bg-effect-CkZC3SS5.webp);mix-blend-mode:hard-light;opacity:.4;z-index:-1000}.marquee:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/build/assets/effect-01-aOy8SvP2.webp) no-repeat;mix-blend-mode:screen;background-position:center center;z-index:-999}.marquee .items{width:-moz-max-content;width:max-content;display:flex;will-change:transform}.marquee .items .marquee-list{display:flex;gap:2.4rem}.marquee .items .marquee-list>div{display:flex;align-items:center;flex-shrink:0}.marquee .items .marquee-list>div:last-child{margin-right:2.4rem}.marquee .items .marquee-list>div p{display:flex;align-items:center;gap:2.4rem;white-space:nowrap;color:#fff;margin-bottom:0}.marquee .items .marquee-list>div p:before{content:"";display:block;width:.6rem;height:.6rem;background-color:#2cfbeb;border-radius:50%}.values{overflow:hidden;padding-top:12.8rem;padding-bottom:4.2rem}@media (max-width: 800px){.values{padding-top:6.4rem}}.values .container{height:100%}@media (max-width: 800px){.values .container{padding-left:0;padding-right:0}.values .items h1{font-size:9.8rem}}@media (max-width: 430px){.values .items h1{font-size:6.2rem}}.values .items h1+p{text-align:center;margin-bottom:3.2rem;padding:0 1.6rem}.values .items h1+p a{text-decoration:underline}.values .items .validity{width:100%;padding-top:1.6rem}.values .items .validity p{font-size:1.4rem;text-align:center}.values .items .swiper-categories{position:relative}@media (max-width: 800px){.values .items .swiper-categories{padding-right:2.4rem;padding-left:2.4rem}}.values .items .swiper-categories .swiper-wrapper{display:flex;align-items:stretch;justify-content:space-between}.values .items .swiper-categories .swiper-wrapper .swiper-slide{display:flex;flex-shrink:0;height:auto}.values .items .swiper-categories .swiper-button-next,.values .items .swiper-categories .swiper-button-prev{width:3.2rem;height:3.2rem}.values .items .swiper-categories .swiper-button-next:after,.values .items .swiper-categories .swiper-button-prev:after{display:none}.values .items .swiper-categories .swiper-button-next{top:-1.9rem;right:initial;bottom:0;left:3.2rem;background:url(/build/assets/icon-arrow-right-DASfGjIf.svg) no-repeat center center}@media (max-width: 800px){.values .items .swiper-categories .swiper-button-next{top:-1.4rem;left:5.3rem}}.values .items .swiper-categories .swiper-button-prev{top:-1.9rem;right:initial;bottom:0;left:0;background:url(/build/assets/icon-arrow-left-B1B-viIa.svg) no-repeat center center}@media (max-width: 800px){.values .items .swiper-categories .swiper-button-prev{top:-1.4rem;left:2.1rem}}.values .items .swiper-categories .swiper-pagination{font-size:1.4rem;font-weight:500;color:#9b9bcc}.values .items .swiper-categories .swiper-pagination-fraction{width:-moz-max-content;width:max-content;top:-3.2rem;right:initial;bottom:0;left:7.7rem}@media (max-width: 800px){.values .items .swiper-categories .swiper-pagination-fraction{left:9.2rem;top:-2.8rem}}.doubts{margin-top:12.8rem}@media (max-width: 800px){.doubts{margin-top:6.4rem}}.doubts .items{display:grid;grid-template-columns:64rem 1fr;gap:6.4rem}@media (max-width: 800px){.doubts .items{grid-template-columns:1fr}}.doubts .items .left .title{text-align:left;margin-bottom:3.2rem}@media (max-width: 800px){.doubts .items .left .title{font-size:9.8rem;text-align:center}}@media (max-width: 430px){.doubts .items .left .title{font-size:7.8rem}}@media (max-width: 390px){.doubts .items .left .title{font-size:6.8rem}}@media (max-width: 800px){.doubts .items .left p{text-align:center}}.doubts .items .left .actions{display:flex;align-items:center;gap:1.6rem;padding-top:1.6rem}@media (max-width: 800px){.doubts .items .left .actions{justify-content:center}}@media (max-width: 430px){.doubts .items .left .actions{flex-direction:column}.doubts .items .left .actions .btn{width:100%}}
