.section-tab-wrapper{padding:40px 0;position:relative}@media screen and (min-width:1280px){.section-tab-wrapper{padding:100px 0}}.section-tab-wrapper:after{background-color:#fff;content:"";display:block;height:1.5rem;position:absolute;right:0;top:calc(100% - 1px);width:50%;z-index:1}@media screen and (min-width:1280px){.section-tab-wrapper:after{height:3rem}}.section-tab-wrapper .top-tab-wrapper{display:flex;flex-direction:column}@media screen and (min-width:1280px){.section-tab-wrapper .top-tab-wrapper{border-bottom:1px solid rgba(0,1,3,.3);flex-direction:row}}.section-tab-wrapper .top-tab-wrapper .tab-variant{color:var(--color-text);cursor:pointer;display:none;order:2;padding:20px;text-align:left;text-transform:uppercase;transition:color .3s ease;transition:border-bottom .3s ease}.section-tab-wrapper .top-tab-wrapper .tab-variant:first-child{margin-left:0}.section-tab-wrapper .top-tab-wrapper .tab-variant:last-child{margin-right:0}.section-tab-wrapper .top-tab-wrapper .tab-variant.active,.section-tab-wrapper .top-tab-wrapper .tab-variant:hover{border-bottom:2px solid rgb(var(--color-accent));color:rgb(var(--color-accent))}.section-tab-wrapper .top-tab-wrapper .tab-variant.active{background:url('data:image/svg+xml;utf8,<svg class="icon icon-arrow-down" fill="currentColor" height="9" viewbox="0 0 14 9" width="14" xmlns="http://www.w3.org/2000/svg"> <path d="M8.4535 7.02725L13.6915 1.83225C14.0855 1.44125 14.0855 0.80825 13.6915 0.41825C13.2975 0.0272498 12.6575 0.0272498 12.2635 0.41825L7.0325 5.60625L1.7235 0.29625C1.3295 -0.09875 0.6895 -0.09875 0.2955 0.29625C-0.0985 0.69225 -0.0985 1.33325 0.2955 1.72825L5.5965 7.03025C6.96875 8.5 6.96875 8.5 8.4535 7.02725Z"/></svg>') no-repeat 100%;display:block}@media screen and (min-width:1280px){.section-tab-wrapper .top-tab-wrapper .tab-variant{display:block;flex-basis:25rem;text-align:center}.section-tab-wrapper .top-tab-wrapper .tab-variant.active{background-image:none}}.section-tab-wrapper .bottom-tab-wrapper{margin-top:35px}@media screen and (min-width:1280px){.section-tab-wrapper .bottom-tab-wrapper{margin-top:60px}}.section-tab-wrapper .bottom-tab-wrapper .image-wrapper{display:flex;justify-content:flex-end}.section-tab-wrapper .bottom-tab-wrapper .description a{color:rgb(var(--color-accent));transition:all .3s ease}.section-tab-wrapper .bottom-tab-wrapper .description a:hover{opacity:.7}.section-tab-wrapper .bottom-tab-wrapper .bottom-tab-item-wrapper{display:none}.section-tab-wrapper .bottom-tab-wrapper .bottom-tab-item-wrapper .bottom-tab-item{opacity:0;transform:translateY(-30px);transition-property:transform,opacity;will-change:opacity,transform}.section-tab-wrapper .bottom-tab-wrapper .bottom-tab-item-wrapper.active{display:block}.section-tab-wrapper .bottom-tab-wrapper .bottom-tab-item-wrapper.active .bottom-tab-item{animation:fade-translate-vertical .3s linear 1 forwards}.section-tab-wrapper dropdown-component summary{align-items:center;border-bottom:3px solid rgb(var(--color-accent));color:rgb(var(--color-accent));display:flex;font-size:2.2rem;justify-content:space-between;margin-bottom:5px;padding:20px;position:relative;text-transform:uppercase}.section-tab-wrapper dropdown-component summary[aria-expanded=true] svg{transform:rotate(180deg)}.section-tab-wrapper dropdown-component ul[data-content] .tab-variant{border-bottom:3px solid rgb(var(--color-accent));color:var(--color-title);font-size:2.2rem;padding:20px;position:relative;text-transform:uppercase}.section-tab-wrapper dropdown-component ul[data-content] .tab-variant.current{color:rgb(var(--color-accent))}@keyframes fade-translate-vertical{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}