@media screen and (max-width:989.98px){.number-tabs .section-heading{margin-bottom:2.4rem}}.number-tabs .section-heading__title{color:rgb(var(--color-foreground-title))}.number-tabs__tabs{display:flex;gap:.8rem;width:-moz-fit-content;width:fit-content}.number-tabs__tab{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:.1rem solid rgb(var(--color-foreground-title));border-radius:var(--buttons-radius);color:rgb(var(--color-foreground-title));cursor:pointer;display:flex;font-family:var(--font-narrow-bold-family);font-size:calc(var(--font-body-scale)*1.6rem);font-weight:700;height:3.2rem;justify-content:center;line-height:1em;outline:none;padding:0;transition:all .2s cubic-bezier(.87,0,.13,1);white-space:nowrap;width:3.2rem}@media screen and (max-width:989.98px){.number-tabs__tab{padding:.6rem .8rem}}.number-tabs__tab.active,.number-tabs__tab:hover{background-color:rgb(var(--color-foreground-title));color:rgb(var(--color-background))}.number-tabs__tab.active{cursor:default}.number-tabs__content-title{color:rgb(var(--color-foreground-title));margin-bottom:2.4rem}@media screen and (max-width:749.98px){.number-tabs__content-title{margin-bottom:1.6rem}}.number-tabs__content-text p{line-height:normal}.number-tabs__content-text p:first-child{margin-top:0}.number-tabs__content-text p:last-child{margin-bottom:0}.number-tabs__content-text a{color:rgb(var(--color-foreground))}.number-tabs__content-button{margin-top:3.2rem}.number-tabs__content-item{opacity:0;pointer-events:none;position:absolute;top:0;transform:translateX(100vw);transition:visibility .1s cubic-bezier(.87,0,.13,1),opacity .1s cubic-bezier(.87,0,.13,1),transform .5s cubic-bezier(.87,0,.13,1);visibility:hidden}.number-tabs__content-item.active{opacity:1;pointer-events:auto;position:relative;transform:translateX(0);visibility:visible}.number-tabs__content-item-wrapper{height:100%;overflow:hidden;position:relative;width:100%}