:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0)}.swiper-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-pointer-events.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(0.33);transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px, -50%, 0);transform:translate3d(0px, -50%, 0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}#breadcrumb{width:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 5%;position:absolute;background:rgba(0,0,0,0);border-top:.1rem solid rgba(0,0,0,0);will-change:background-color,border-color;z-index:90}#breadcrumb.pure-type{border-top:none !important;-webkit-box-shadow:unset !important;box-shadow:unset !important;background-color:rgba(0,0,0,0) !important}#breadcrumb.hero-type a{color:rgba(255,255,255,.4)}#breadcrumb.hero-type a:hover{color:#fff}#breadcrumb.color-white ul li:after{color:rgba(255,255,255,.4) !important}#breadcrumb.color-white a{color:rgba(255,255,255,.4) !important}#breadcrumb.color-white a:hover{color:#fff !important}#breadcrumb.color-white span{color:rgba(255,255,255,.4) !important}#breadcrumb.blog-detail{position:unset}#breadcrumb.blog-detail ul{padding-top:3rem;padding-bottom:3.5rem}#breadcrumb.blog-detail a{font-size:1.7rem;line-height:2rem}@media(max-width: 1024px){#breadcrumb.topics{top:9rem !important}}.header-light #breadcrumb,#breadcrumb.fixed{border-color:#e2e2e2;background-color:#fff;-webkit-box-shadow:0 .2rem 1.5rem rgba(0,0,0,.1);box-shadow:0 .2rem 1.5rem rgba(0,0,0,.1)}.header-light #breadcrumb a,#breadcrumb.fixed a{color:rgba(26,26,26,.7)}.header-light #breadcrumb a:hover,#breadcrumb.fixed a:hover{color:#1a1a1a}.header-light #breadcrumb span,#breadcrumb.fixed span{color:rgba(26,26,26,.7)}.header-light #breadcrumb li::after,#breadcrumb.fixed li::after{color:rgba(26,26,26,.7) !important}@media(max-width: 1365px){#breadcrumb{padding:0 3.5%}}#breadcrumb ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;padding:1rem 0}#breadcrumb li{-ms-flex-negative:0;flex-shrink:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#breadcrumb li:not(:last-child)::after{content:"/";font-size:1.6rem;line-height:3.1rem;color:rgba(255,255,255,.4);font-family:"General Sans",Arial,Helvetica;font-weight:400;margin:0 .4rem;will-change:color;-webkit-transition:color .1s ease-in-out;transition:color .1s ease-in-out}@media(max-width: 767px){#breadcrumb li:not(:last-child)::after{font-size:1.4rem;line-height:2.4rem}}#breadcrumb a,#breadcrumb span{color:rgba(38,38,38,.6);font-size:1.4rem;line-height:2rem;font-family:"General Sans",Arial,Helvetica;font-weight:400;text-decoration:underline !important;will-change:color;-webkit-transition:color .1s ease-in-out;transition:color .1s ease-in-out}#breadcrumb a:hover,#breadcrumb span:hover{color:#262626}#breadcrumb a.current-page,#breadcrumb span.current-page{text-decoration:none !important;pointer-events:none;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580}#breadcrumb span{text-decoration:none !important}#breadcrumb a,#breadcrumb span{color:#fff !important}.hero-type-2{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 5%;margin-bottom:8rem;height:100vh;background-color:#000;min-height:75rem}@media(max-width: 1365px){.hero-type-2{padding:0 3.5%;margin-bottom:6.4rem}}@media(max-width: 768px){.hero-type-2{margin-bottom:6rem}}@media(max-width: 425px){.hero-type-2{margin-bottom:4rem}}@media(max-width: 374px){.hero-type-2{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:3rem}}.hero-type-2.hero-small{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-top:2rem;padding-bottom:2rem;height:33rem;min-height:33rem}.hero-type-2.hero-small #breadcrumb{top:0;left:0}.hero-type-2.hero-small .hero-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:4rem;width:100%}@media(max-width: 768px){.hero-type-2.hero-small .hero-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:2rem 0}}.hero-type-2.hero-small .hero-inner>div:first-child{max-width:90%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.hero-type-2.hero-small .button{font-size:1.4rem;width:unset;text-align:center;line-height:1.2;padding:2rem 4rem;color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero-type-2.hero-small .button br{display:block}.hero-type-2.hero-small #breadcrumb{border-top:none !important;-webkit-box-shadow:unset !important;box-shadow:unset !important;background-color:rgba(0,0,0,0) !important}.hero-type-2.hero-small #breadcrumb ul li:after{color:rgba(255,255,255,.4) !important}.hero-type-2.hero-small #breadcrumb a{color:rgba(255,255,255,.4) !important}.hero-type-2.hero-small #breadcrumb a:hover{color:#fff !important}.hero-type-2.hero-small #breadcrumb span{color:rgba(255,255,255,.4) !important}.hero-type-2.faq.size-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 768px){.hero-type-2.faq.size-sm{padding-top:15.5rem}}.hero-type-2.faq .hero-inner-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.hero-type-2.faq h1{margin-bottom:0}.hero-type-2.mb-0{margin-bottom:0 !important}.hero-type-2.items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 768px){.hero-type-2.with-btn.size-sm{min-height:40rem;padding-top:14rem}}@media(min-width: 768px){.hero-type-2.with-btn.size-sm{min-height:40rem;padding-top:10rem}}.hero-type-2.with-btn .btn{font-size:1.3rem;line-height:1.6rem;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#1a1a1a;padding:1.8rem 4.5rem;display:inline-block;border-radius:3.5rem;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;width:unset;margin-top:2rem}.hero-type-2.size-sm{height:auto;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media(max-width: 768px){.hero-type-2.size-sm{min-height:4rem;padding-top:8rem;padding-bottom:7rem}}@media(min-width: 768px){.hero-type-2.size-sm{min-height:33rem;padding-top:9rem;padding-bottom:6rem}}.hero-type-2.size-sm #breadcrumb{top:0}@media(max-width: 768px){.hero-type-2.size-sm .hero-lead{font-size:1.6rem;line-height:2.8rem}.hero-type-2.size-sm .hero-lead br{display:none}}@media(max-width: 1024px){.hero-type-2.topics{padding-top:13rem;padding-bottom:6rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-height:90rem;min-height:78rem}}@media(max-width: 768px){.hero-type-2.topics .left-side{margin-bottom:0 !important}}@media(max-width: 768px){.hero-type-2.topics .hero-inner-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.body-speaker-list .hero-type-2,.body-topics-list .hero-type-2,.body-solutions .hero-type-2,.body-influencer-list .hero-type-2,.body-reference .hero-type-2{margin-bottom:0 !important}.hero-type-2 .hero-bg{position:absolute;width:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover;height:100%;z-index:0}.hero-type-2 .hero-inner-wrapper{max-width:116rem;width:100%;z-index:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hero-type-2 .left-side{max-width:47.7rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(max-width: 374px){.hero-type-2 .left-side{margin-bottom:12rem}}.hero-type-2 .right-side{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media(max-width: 768px){.hero-type-2 .right-side{margin-top:3rem}}@media(min-width: 768px)and (max-width: 1023px){.hero-type-2 .right-side{max-width:35rem;min-width:35rem;margin-left:2rem}}@media(min-width: 1024px){.hero-type-2 .right-side{max-width:39rem;margin-left:2rem}}.hero-type-2 h1{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;font-size:4.4rem;line-height:5.2rem;color:#fff;margin-bottom:2.2rem}@media(max-width: 767px){.hero-type-2 h1{font-size:3.2rem;line-height:4.2rem;margin-bottom:1.8rem}}.hero-type-2 .hero-lead{font-family:"General Sans",Arial,Helvetica;font-weight:400;font-size:2rem;line-height:3.3rem;color:#fff}@media(max-width: 767px){.hero-type-2 .hero-lead{font-size:1.8rem;line-height:1.5}}.hero-type-2 .scroll-down{position:absolute}@media(max-width: 1024px){.hero-type-2 .scroll-down{bottom:1rem}}@media(min-width: 1024px){.hero-type-2 .scroll-down{bottom:8%}}.hero-type-2 .scroll-down.animate{display:-webkit-box;display:-ms-flexbox;display:flex}.hero-type-2 .scroll-down.animate img{-webkit-animation:scrollDownArrow 2s infinite;animation:scrollDownArrow 2s infinite}.hero-type-2 .btn-down{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;background-color:#b91737}@media(max-width: 1024px){.hero-type-2 .btn-down{width:5rem;height:5rem}.hero-type-2 .btn-down img{width:2rem;height:auto}}@media(min-width: 1024px){.hero-type-2 .btn-down{width:7rem;height:7rem}}.filter-container{padding-top:1rem;padding-bottom:0}.filter-container.type-2{margin-bottom:3rem;overflow:unset}.filter-container.type-2 .filter-wrapper{margin-bottom:0;border-radius:1rem;background-color:#fff;-webkit-box-shadow:0 .2rem 1.5rem rgba(0,0,0,.1);box-shadow:0 .2rem 1.5rem rgba(0,0,0,.1);padding:0}.filter-container.type-2 .cats-huge{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem 3rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:2rem 3rem}.filter-container.type-2 .cats-huge a{font-size:1.4rem;line-height:2rem;font-family:"General Sans",Arial,Helvetica;font-weight:520;color:#262626;-webkit-transition:color ease .3s;transition:color ease .3s;white-space:nowrap}.filter-container.type-2 .cats-huge a.active{color:#b91737}.filter-container.type-2 .cats-huge a:hover{color:#000}.filter-container.type-2 .filter-detail-btn{border-radius:0;-ms-flex-item-align:stretch;align-self:stretch;border:none;padding:2rem 3rem;font-size:1.4rem}@media(max-width: 768px){.filter-container.type-2 .filter-detail-btn{border-top:.1rem solid rgba(38,38,38,.2);width:100%}}@media(min-width: 768px){.filter-container.type-2 .filter-detail-btn{border-left:.1rem solid rgba(38,38,38,.2)}}.filter-container.type-2 .filter-detail-btn img{width:2rem;height:auto;margin-right:1rem}.body-blog-list .filter-container{padding-top:2.4rem}.body-speaker-list .filter-container,.body-topics-list .filter-container,.body-influencer-list .filter-container,.body-reference .filter-container{padding-top:8rem}@media(max-width: 1365px){.body-speaker-list .filter-container,.body-topics-list .filter-container,.body-influencer-list .filter-container,.body-reference .filter-container{padding-top:6.4rem}}@media(max-width: 768px){.body-speaker-list .filter-container,.body-topics-list .filter-container,.body-influencer-list .filter-container,.body-reference .filter-container{padding-top:6rem}}@media(max-width: 425px){.body-speaker-list .filter-container,.body-topics-list .filter-container,.body-influencer-list .filter-container,.body-reference .filter-container{padding-top:4rem}}@media(max-width: 374px){.body-speaker-list .filter-container,.body-topics-list .filter-container,.body-influencer-list .filter-container,.body-reference .filter-container{padding-top:3rem}}.filter-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem}@media(max-width: 768px){.filter-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}}@media(max-width: 767px){.filter-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}}.filter-wrapper h1{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;letter-spacing:-0.2rem}@media(max-width: 1024px){.filter-wrapper h1{font-size:2.5rem;line-height:3.4rem}}@media(min-width: 1024px){.filter-wrapper h1{font-size:3.5rem;line-height:5.4rem}}.filter-wrapper .filter-nav{margin-right:auto;overflow:hidden}@media(max-width: 767px){.filter-wrapper .filter-nav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media(max-width: 767px){.filter-wrapper .filter-nav{width:100%}}.filter-wrapper .filter-nav a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:.4;will-change:opacity;-webkit-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out}.filter-wrapper .filter-nav a:hover{opacity:.7}.filter-wrapper .filter-nav a.filter-active{opacity:1}@media(max-width: 767px){.filter-wrapper .filter-nav a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.filter-wrapper .filter-nav a p{line-height:2.5}@media(max-width: 600px){.filter-wrapper .filter-nav a p{font-size:1.8rem}}.filter-wrapper .filter-nav img{margin-right:1rem}@media(max-width: 767px){.filter-wrapper .filter-nav img{width:2.4rem;height:2.4rem}}.filter-wrapper h3{width:100%;display:block;font-size:3rem;line-height:5rem;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;text-align:center}@media(max-width: 767px){.filter-wrapper h3{font-size:2.2rem;line-height:4rem}}.filter-wrapper ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-y:auto;position:relative}@media(max-width: 767px){.filter-wrapper ul{-ms-flex-pack:distribute;justify-content:space-around}}@media(max-width: 600px){.filter-wrapper ul{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.filter-wrapper li{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filter-wrapper li:not(:last-child){margin-right:7.2rem}@media(max-width: 1365px){.filter-wrapper li:not(:last-child){margin-right:3.6rem}}@media(max-width: 767px){.filter-wrapper li:not(:last-child){margin-right:2.4rem}}@media(max-width: 600px){.filter-wrapper li:not(:last-child){margin-right:1.4rem}}.filter-wrapper .filter-detail-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;border-radius:6rem;border:.1rem solid rgba(38,38,38,.2);-ms-flex-negative:0;flex-shrink:0;will-change:border-color;-webkit-transition:border-color .2s ease-in-out;transition:border-color .2s ease-in-out;margin-left:2.4rem;padding:1.2rem 2rem;font-size:1.6rem;line-height:2rem;-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width: 768px){.filter-wrapper .filter-detail-btn{margin-left:auto;margin-right:auto;margin-top:1.2rem}}.body-blog-list .filter-wrapper .filter-detail-btn{margin-left:auto}.filter-wrapper .filter-detail-btn img{margin-right:1.6rem}@media(max-width: 767px){.filter-wrapper .filter-detail-btn img{margin-right:1.2rem;max-width:2.4rem}}.filter-wrapper .filter-detail-btn span{position:absolute;top:-0.5rem;left:0rem;will-change:opacity;-webkit-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out;background-color:#b91737;width:2rem;height:2rem;border-radius:50%;line-height:20px;font-size:11px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.filter-wrapper .filter-detail-btn span:empty{opacity:0}.filter-wrapper .filter-detail-btn.filter-detail-active{border-color:#b91737}.filter-wrapper .filter-detail-btn.filter-detail-active::before{opacity:1}.filter-wrapper a{font-family:"General Sans",Arial,Helvetica;font-weight:520;font-size:2rem;line-height:7.2rem}@media(max-width: 767px){.filter-wrapper a{font-size:1.6rem;line-height:4}}.body-speaker-list .can-be-filtered-card{margin:.5rem 0;max-width:100%;width:calc(25% - .8rem);height:auto}@media(max-width: 1024px){.body-speaker-list .can-be-filtered-card{width:calc(33% - .5rem)}}@media(max-width: 520px){.body-speaker-list .can-be-filtered-card{width:calc(50% - .5rem)}}@media(max-width: 374px){.body-speaker-list .can-be-filtered-card{width:100%}}.body-speaker-list .can-be-filtered-card>a{position:relative;padding-bottom:178%}.body-speaker-list .can-be-filtered-card>a img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.body-blog-list .can-be-filtered-card{margin-bottom:2.4rem;max-width:100%;width:calc(50% - .8rem);height:auto}@media(max-width: 1024px){.body-blog-list .can-be-filtered-card{width:100%}}.body-blog-list .can-be-filtered-card:nth-child(odd){padding-right:1rem}@media(max-width: 1024px){.body-blog-list .can-be-filtered-card:nth-child(odd){padding-right:0}}.body-blog-list .can-be-filtered-card:nth-child(even){padding-left:1rem}@media(max-width: 1024px){.body-blog-list .can-be-filtered-card:nth-child(even){padding-left:0}}.body-blog-list .can-be-filtered-card a .card-img{position:relative;padding-bottom:51%}.body-blog-list .can-be-filtered-card a .card-img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.body-topics-list .can-be-filtered-card{margin-bottom:2.4rem;max-width:100%;width:calc(50% - .8rem);height:auto}@media(max-width: 1024px){.body-topics-list .can-be-filtered-card{width:100%}}.body-topics-list .can-be-filtered-card:nth-child(odd){padding-right:1rem}@media(max-width: 1024px){.body-topics-list .can-be-filtered-card:nth-child(odd){padding-right:0}}.body-topics-list .can-be-filtered-card:nth-child(even){padding-left:1rem}@media(max-width: 1024px){.body-topics-list .can-be-filtered-card:nth-child(even){padding-left:0}}.body-topics-list .can-be-filtered-card a{position:relative;padding-bottom:55%}.body-topics-list .can-be-filtered-card a .c-2-bg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.body-influencer-list .can-be-filtered-card{max-width:100%;height:auto;width:calc(25% - .8rem)}@media(max-width: 1024px){.body-influencer-list .can-be-filtered-card{width:calc(50% - .8rem);margin-bottom:1rem}}@media(min-width: 1024px){.body-influencer-list .can-be-filtered-card{margin-bottom:2.4rem}}.body-influencer-list .can-be-filtered-card .c-1{max-width:unset;width:100%}.body-influencer-projec-list .can-be-filtered-card{max-width:100%;height:auto}@media(max-width: 768px){.body-influencer-projec-list .can-be-filtered-card{width:calc(100% - .8rem);margin-bottom:1rem}}@media(min-width: 768px){.body-influencer-projec-list .can-be-filtered-card{margin-bottom:2.4rem;width:calc(50% - .8rem)}}.body-influencer-projec-list .can-be-filtered-card .project-card{max-width:unset;width:100%}.can-be-filtered-container{margin:0 auto;min-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.can-be-filtered-container.blog-page{margin:-0.5rem}.can-be-filtered-container .c-1{margin:.5rem 0;width:30rem;max-width:100%}@media(max-width: 1024px){.can-be-filtered-container .c-1{width:100%}}.can-be-filtered-container .c-2{margin:.5rem 0}@media(max-width: 1024px){.can-be-filtered-container .c-2{width:100%}}.can-be-filtered-container .c-2:hover .topic-speaker-link{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.can-be-filtered-container .c-2 .topic-speaker-link{display:none}.can-be-filtered-container .c-2 i{display:none}.can-be-filtered-container .c-2 .c-2-bg{-o-object-fit:cover;object-fit:cover;min-height:auto;width:100%;height:unset}.can-be-filtered-container .c-6{margin-bottom:4rem;width:calc(20% - 6rem) !important;margin-right:1rem}@media(min-width: 621px)and (max-width: 1024px){.can-be-filtered-container .c-6{width:calc(25% - 1rem) !important;margin-bottom:2rem}}@media(min-width: 476px)and (max-width: 620px){.can-be-filtered-container .c-6{width:calc(33% - .5rem) !important}}@media(min-width: 375px)and (max-width: 475px){.can-be-filtered-container .c-6{width:calc(50% - .5rem) !important}}@media(max-width: 374px){.can-be-filtered-container .c-6{width:100% !important}}.can-be-filtered-container .c-6 img{width:100% !important;height:auto !important}.can-be-filtered-container .c-5{margin:.5rem}@media(max-width: 767px){.can-be-filtered-container .c-5{width:calc(100% - 1rem)}}@media(min-width: 320px)and (max-width: 767px){.can-be-filtered-container .c-5{width:calc(50% - 1rem)}}@media(min-width: 768px)and (max-width: 1023px){.can-be-filtered-container .c-5{width:calc(50% - 1rem)}}@media(min-width: 1024px)and (max-width: 1365px){.can-be-filtered-container .c-5{width:calc(33.33% - 1rem)}}@media(min-width: 1366px){.can-be-filtered-container .c-5{width:calc(25% - 1rem)}}.btn-show-more{width:unset;font-family:"Bebas Neue Bold",Arial,Helvetica;letter-spacing:.05rem;margin:5rem auto}@media(max-width: 768px){.btn-show-more{min-width:25rem !important;font-size:1.6rem !important}}.btn-show-more.disable{opacity:0;pointer-events:none}.c-6{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:20rem !important;height:10rem;padding:1rem;background-color:#fff;-webkit-box-shadow:0 0 5.5rem rgba(0,0,0,.15);box-shadow:0 0 5.5rem rgba(0,0,0,.15);border-radius:1.5rem}.c-6:hover img{opacity:1}.c-6 img{max-width:100%;opacity:.3;will-change:opacity;-webkit-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out;width:20rem;height:8.2rem;display:block}.c-3{width:100%;border-radius:2.5rem;background-color:#fff;-webkit-box-shadow:0 0 5.5rem rgba(0,0,0,.1);box-shadow:0 0 5.5rem rgba(0,0,0,.1);min-height:28rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:auto;margin-right:auto;-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width: 768px){.c-3{padding:2rem 2rem 3rem 2rem}}@media(min-width: 768px){.c-3{padding:3rem 3rem 4rem 3rem}}.c-3 .testimonial-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:3rem;border-bottom:.1rem solid rgba(26,26,26,.1)}.c-3 .testimonial-img{margin-right:2.8rem;border-radius:50%;max-width:6.8rem;width:6.8rem;height:6.8rem;-o-object-fit:cover;object-fit:cover;-ms-flex-negative:0;flex-shrink:0;background-color:#707070}.c-3 .testimonial-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:3.1rem}@media(max-width: 1365px){.c-3 .testimonial-info{line-height:2.8rem}}@media(max-width: 768px){.c-3 .testimonial-info{line-height:2.5rem}}.c-3 .testimonial-name{color:#1a1a1a;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;line-height:3rem}@media(max-width: 1024px){.c-3 .testimonial-name{font-size:2rem}}@media(min-width: 1024px)and (max-width: 1365px){.c-3 .testimonial-name{font-size:2.4rem}}@media(min-width: 1366px){.c-3 .testimonial-name{font-size:2.6rem}}.c-3 .testimonial-work{font-family:"General Sans",Arial,Helvetica;font-weight:400;line-height:3rem;color:#1a1a1a}@media(max-width: 1024px){.c-3 .testimonial-work{font-size:1.6rem}}@media(min-width: 1024px)and (max-width: 1365px){.c-3 .testimonial-work{font-size:2rem}}@media(min-width: 1366px){.c-3 .testimonial-work{font-size:2.2rem}}.c-3 .testimonial-comment{font-family:"General Sans",Arial,Helvetica;font-weight:400;color:#1a1a1a;width:100%;padding-top:3rem}@media(max-width: 1024px){.c-3 .testimonial-comment{font-size:1.6rem;line-height:2.2rem;padding-right:2rem}}@media(min-width: 1024px)and (max-width: 1365px){.c-3 .testimonial-comment{font-size:2rem;line-height:2.6rem;padding-right:3rem}}@media(min-width: 1366px){.c-3 .testimonial-comment{font-size:2rem;line-height:2.6rem;padding-right:4rem}}.section-type-10{margin-top:-4rem}@media(max-width: 374px){.section-type-10{margin-top:-3rem}}.section-type-10.mt-0{margin-top:0 !important}.section-type-10 h2{font-size:4.5rem;line-height:5.2rem;margin:0 auto 3rem auto;color:#1a1a1a;max-width:56rem;width:100%;text-align:center;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580}@media(max-width: 1024px){.section-type-10 h2{font-size:4rem;line-height:1.15;margin-bottom:2rem}}@media(max-width: 767px){.section-type-10 h2{font-size:3.2rem;margin-bottom:1.6rem}}@media(max-width: 425px){.section-type-10 h2{font-size:2.8rem}}.section-type-10 h2 span.keyword{color:#b91737}.section-type-10 .section-lead{font-family:"General Sans",Arial,Helvetica;font-weight:400;font-size:2.2rem;line-height:2.6rem;max-width:56rem;width:100%;text-align:center;margin:0 auto}@media(max-width: 1024px){.section-type-10 .section-lead{font-size:2rem;line-height:1.15}}@media(max-width: 767px){.section-type-10 .section-lead{font-size:1.8rem}}.section-type-10 .card-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:6.4rem}@media(max-width: 1024px){.section-type-10 .card-wrapper{margin-top:4.8rem}}@media(max-width: 767px){.section-type-10 .card-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:3.2rem}}.section-type-10 .c-8:not(:last-child){margin-right:1.6rem}@media(max-width: 767px){.section-type-10 .c-8:not(:last-child){margin-right:0;margin-bottom:1.6rem}}.body-reference .section-type-10{margin-top:0;padding-bottom:16rem}@media(max-width: 1365px){.body-reference .section-type-10{padding-bottom:8rem}}@media(max-width: 767px){.body-reference .section-type-10{padding-bottom:4rem}}.section-type-10 .slider-container{position:relative}.section-type-10 .swiper{max-width:116rem;width:100%}@media(max-width: 1365px){.section-type-10 .swiper{overflow:visible}}.section-type-10 .swiper-wrapper{padding:6rem 0}@media(max-width: 1365px){.section-type-10 .swiper-wrapper{padding:4rem 0}}@media(max-width: 1024px){.section-type-10 .swiper-wrapper{padding:3rem 0}}.section-type-10 .swiper-slide{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex}.section-type-10 .lead-type-2{left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:85%}.section-type-10 .c-3{width:auto;max-width:80rem}.lead-type-2{width:100%;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:8.4rem}@media(max-width: 1365px){.lead-type-2{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transform:translateY(0);transform:translateY(0);top:unset;padding:1.6rem 0}}@media(max-width: 767px){.lead-type-2{height:7.2rem}}.lead-type-2 .swiper-nav-btn{width:5.2rem;height:5.2rem;background-color:#fff;border-radius:50%;position:relative;position:unset !important;left:unset;right:unset;top:unset;bottom:unset;margin-top:auto}@media(max-width: 1365px){.lead-type-2 .swiper-nav-btn:first-child{margin-right:1.2rem}}@media(max-width: 767px){.lead-type-2 .swiper-nav-btn{width:4rem;height:4rem}}