@property --a{inherits:false;initial-value:1e-7%;syntax:"<percentage>"}section.timed-tabs{display:block;overflow:hidden}section.timed-tabs .content{flex:0 0 100%}section.timed-tabs .content .label{margin:0 0 .75rem}section.timed-tabs .content .title h2{margin:0;max-width:37.5rem}section.timed-tabs .content .description{margin:1.25rem 0}section.timed-tabs .tab-icon-wrapper{background-color:transparent;display:grid;flex:0 0 100%;grid-template-columns:1fr;grid-template-rows:1fr;margin:0 auto;max-width:17.5rem;position:relative}section.timed-tabs .tab-icon-wrapper:after{aspect-ratio:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27102%27 height=%27102%27 fill=%27none%27%3E%3Cpath fill=%27%23fff%27 d=%27M102 51.469C75.247 64.602 64.602 75.247 51.469 102 38.336 75.247 27.69 64.602.938 51.469 27.69 38.336 38.336 27.69 51.468.938 64.603 27.69 75.249 38.336 102 51.468%27/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;bottom:0;content:"";display:inline-block;position:absolute;right:2%;width:36%;z-index:3}section.timed-tabs .tab-icon-wrapper:before{aspect-ratio:1;background:rgba(var(--mid-purple));border-radius:50%;box-shadow:0 0 1.5rem 0 rgba(39,2,50,.2);content:"";display:inline-block;left:-5%;position:absolute;top:0;width:38%;z-index:0}section.timed-tabs .tab-icon{background-color:transparent;border-radius:50%;grid-column-start:1;grid-row-start:1;opacity:0;position:relative;transition:all .3s ease-in-out;z-index:1}section.timed-tabs .tab-icon.is-active{opacity:1}section.timed-tabs .tab-icon img{background:var(--gradient-a);border-radius:50%;box-shadow:0 0 1.5rem 0 rgba(39,2,50,.2);padding:.5rem}section.timed-tabs .title strong{font-weight:inherit}section.timed-tabs .tabs{display:flex;flex-wrap:wrap;gap:.625rem;justify-content:flex-start;list-style-type:none;margin:1.25rem 0 2.5rem;padding:0;position:relative}section.timed-tabs .tabs .button{background-color:transparent;border:.0625rem solid rgba(var(--mid-purple));border-radius:3.25rem;cursor:pointer;position:relative}section.timed-tabs .tabs .button:has(+.separator){margin-right:auto}section.timed-tabs .tabs .button:hover{background-color:rgba(var(rgba(255,255,255,.2)))!important;border:.0625rem solid rgba(var(--white))}section.timed-tabs .tabs .button.is-active{background-color:rgba(var(--black));border-color:rgba(var(--black));color:rgba(var(--white))}section.timed-tabs .tabs span{position:relative;z-index:1}section.timed-tabs .tab-content-wrapper{display:grid;grid:minmax(0,1fr)/minmax(0,1fr)}section.timed-tabs .tab-content{background:rgba(var(--tabbg));border-radius:.75rem;box-shadow:0 0 1.5rem 0 rgba(39,2,50,.2);flex-direction:row;flex-wrap:wrap;grid-area:1/1;margin-left:0;margin-right:0;opacity:0;overflow:clip;pointer-events:none;transition:opacity .3s ease-in-out}section.timed-tabs .tab-content.is-active{animation:fade-up .3s ease-in-out;animation-delay:.3s;display:flex;opacity:1;pointer-events:all;transition-delay:.3s}section.timed-tabs .left{display:flex;flex:0 0 100%;flex-direction:column;justify-content:space-between;padding:1.25rem}section.timed-tabs .left .name{color:rgba(var(--purple))}section.timed-tabs .left .subtitle{color:rgba(var(--tabfg))}section.timed-tabs .left .description{margin:1.25rem 0 0;max-width:27.25rem}section.timed-tabs .left .description li,section.timed-tabs .left .description ol,section.timed-tabs .left .description p,section.timed-tabs .left .description ul{color:rgba(var(--tabfg));font-size:inherit;font-weight:inherit}section.timed-tabs .left .button{margin:2.5rem 0 0}section.timed-tabs .image{align-items:flex-end;display:flex;flex:0 0 100%;justify-content:flex-end;padding-top:2.5rem}section.timed-tabs .image img,section.timed-tabs .image picture{aspect-ratio:730/463;height:auto;width:100%}section.timed-tabs[data-autoplay] .tabs .button.is-active{animation:tab-timer 5s linear infinite;background-image:conic-gradient(rgba(var(--medium-grey)) var(--a),rgba(var(--primary-color)) 0);border-color:rgba(var(--primary-color));border-width:0;color:var(--fg,#270232);--a:0%}section.timed-tabs[data-autoplay] .tabs .button.is-active:hover,section.timed-tabs[data-autoplay] .tabs .button.is-active:hover:after{background-color:rgba(var(--primary-color));border-color:rgba(var(--primary-color));color:rgba(var(--white))}section.timed-tabs.bg-dark .tabs .button.is-active{background-color:rgba(var(--white));border-color:rgba(var(--white));color:rgba(var(--dark-purple))}section.timed-tabs.bg-dark .tabs .button.is-active:after{background-color:rgba(var(--white))}section.timed-tabs.bg-dark .tabs .button:hover,section.timed-tabs.bg-dark .tabs .button:hover:after{background-color:hsla(0,0%,100%,.2);border-color:rgba(var(--white));color:rgba(var(--white))}section.timed-tabs.bg-dark .tabs .button.is-active:hover,section.timed-tabs.bg-dark .tabs .button.is-active:hover:after{background-color:rgba(var(--white));border-color:rgba(var(--white));color:rgba(var(--primary-color))}section.timed-tabs.bg-dark .tab-content .button{background-color:rgba(var(--purple))!important}section.timed-tabs.bg-dark .tab-content .button:hover{background-color:#270232!important;border:.125rem solid rgba(var(--black));color:#fff!important}section.timed-tabs.bg-dark .tab-content .button:hover:after{filter:url(#filter-white)!important}@media(min-width:840px){section.timed-tabs .lead-in{align-items:flex-end;justify-content:space-between}section.timed-tabs .tabs .button{padding-bottom:.9375rem;padding-top:.9375rem}section.timed-tabs .tabs .button:has(+.separator){margin-right:0}section.timed-tabs .tabs .button.separator{margin-left:2.5rem}section.timed-tabs .tabs .button.separator:before{background-color:rgba(var(--white));content:"";display:block;height:100%;left:-1.8125rem;position:absolute;top:0;width:1px}section.timed-tabs .content{flex:0 0 58.3333333333%}section.timed-tabs .content .description{margin:1.25rem 0 0}section.timed-tabs .tab-icon-wrapper{flex:0 0 41.6666666667%;margin:0}section.timed-tabs .tab-content{flex-wrap:nowrap;justify-content:space-between}section.timed-tabs .tab-content .image{width:50%}section.timed-tabs .tab-content .image,section.timed-tabs .tab-content .left{flex:0 0 50%}section.timed-tabs .left{padding:2.5rem}section.timed-tabs .image{padding-right:0!important;width:41.6666666667%}}@media(min-width:1024px){section.timed-tabs .row{justify-content:space-between}section.timed-tabs .content{flex:0 0 66.6666666667%}section.timed-tabs .tabs .button.separator{margin-left:5rem}section.timed-tabs .tabs .button.separator:before{left:-3.0625rem}section.timed-tabs .tab-icon-wrapper{flex:0 0 25%}section.timed-tabs .tab-content .left{flex:0 0 41.6666666667%}section.timed-tabs .tab-content .image{flex:0 0 58.3333333333%}}@keyframes tab-timer{0%{--a:0%}to{--a:100%}}
