.section-data-card{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.section-data-card .data-card{border-radius:15px;padding-block:20px;padding-inline:20px;display:flex;flex-direction:column;align-items:center;text-align:center;background-color:rgb(var(--color-card-background));color:rgb(var(--color-card-foreground));line-height:1;width:var(--card-width);height:var(--card-height);overflow:hidden}.section-data-card .data-card .text-unit{font-size:13px;font-weight:300;vertical-align:baseline;position:relative}.section-heading__wrapper:has(+.section-data-card .card-a){margin-block-end:26px}.section-heading__wrapper:has(+.section-data-card .card-a) .section-title-wrapper{max-width:760px;margin-inline:auto}.section-heading__wrapper:has(+.section-data-card .card-a) .heading--subtitle.tag-subtitle{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:4px 18px;border-radius:999px;background-color:rgb(var(--color-card-foreground));color:rgb(var(--color-card-background));font-size:12px!important;font-weight:800;line-height:1;opacity:1!important;margin-block-end:24px}.section-heading__wrapper:has(+.section-data-card .card-a) .heading--title{font-size:clamp(34px,3.25vw,48px)!important;font-weight:800;line-height:1.03;letter-spacing:0}.section-heading__wrapper:has(+.section-data-card .card-a) .heading--description{max-width:640px;margin:12px auto 0;font-size:19px;line-height:1.18}.section-heading__wrapper:has(+.section-data-card .card-b){margin-block-end:34px}.section-heading__wrapper:has(+.section-data-card .card-b) .section-title-wrapper{max-width:960px;margin-inline:auto}.section-heading__wrapper:has(+.section-data-card .card-b) .heading--subtitle.tag-subtitle{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:5px 20px;border-radius:999px;font-size:clamp(13px,.9vw,15px)!important;font-weight:800;line-height:1;opacity:1!important;margin-block-end:16px}.section-heading__wrapper:has(+.section-data-card .card-b) .heading--title{font-size:clamp(46px,4.15vw,66px)!important;font-weight:800;line-height:1.04;letter-spacing:0}.section-heading__wrapper:has(+.section-data-card .card-b) .heading--description{max-width:860px;margin:14px auto 0;font-size:clamp(19px,1.28vw,23px);line-height:1.35}@media(max-width:767px){.section-heading__wrapper:has(+.section-data-card) .heading--subtitle.tag-subtitle{font-size:var(--section-heading-mobile-subtitle-size, 12px)!important}.section-heading__wrapper:has(+.section-data-card .card-a) .heading--title{font-size:var(--section-heading-mobile-title-size, clamp(34px, 3.25vw, 48px))!important}.section-heading__wrapper:has(+.section-data-card .card-a) .heading--description{margin-block-start:var(--section-heading-mobile-description-gap, 12px);font-size:var(--section-heading-mobile-description-size, 19px)}.section-heading__wrapper:has(+.section-data-card .card-b) .heading--title{font-size:var(--section-heading-mobile-title-size, clamp(46px, 4.15vw, 66px))!important}.section-heading__wrapper:has(+.section-data-card .card-b) .heading--description{margin-block-start:var(--section-heading-mobile-description-gap, 14px);font-size:var(--section-heading-mobile-description-size, clamp(19px, 1.28vw, 23px))}}.section-data-card:has(.card-a){gap:10px;align-items:stretch}@media(max-width:767px){.section-data-card:has(.card-a){display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.section-data-card .data-card.card-a{width:100%;height:auto}}.section-data-card .data-card.card-a .data-card__title{font-size:10px;font-weight:800;line-height:1.1;min-height:24px}.section-data-card .data-card.card-a .data-card__main{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;flex:1;min-height:166px;padding-block-end:26px}@media(max-width:767px){.section-data-card .data-card.card-a .data-card__main{min-height:132px}}.section-data-card .data-card.card-a .data-card__main-data{font-size:54px;font-weight:900;padding-block:0;margin-block-start:-3px}.section-data-card .data-card.card-a .data-card__main-top,.section-data-card .data-card.card-a .data-card__main-bottom{font-size:20px;opacity:.85;line-height:1.08}.section-data-card .data-card.card-a .data-card__dot{height:5px;background-color:rgb(var(--color-card-foreground));width:20px;border-radius:10px;margin-block-start:10px}.section-data-card .data-card.card-a .data-card__desc{font-size:10px;line-height:1.25;min-height:38px;display:flex;align-items:flex-end;justify-content:center;max-width:170px}@media(min-width:768px){.section-data-card .data-card.card-a{border-radius:9px;padding-block:24px 25px;padding-inline:18px}.section-data-card .data-card.card-a{transition:all .3s ease}.section-data-card .data-card.card-a:hover{--color-card-foreground: var(--color-card-foreground-hover);--color-card-background: var(--color-card-background-hover);box-shadow:0 0 10px rgb(var(--color-card-foreground) / .15)}}.section-data-card .data-card.card-b{border:solid 2px rgb(var(--color-card-background))}.section-data-card .data-card.card-b .data-card__title{font-size:12px}.section-data-card .data-card.card-b .data-card__dot{display:block;height:5px;background-color:rgb(var(--color-card-foreground));width:20px;border-radius:10px;margin-block-start:10px;margin-inline:auto;transition:background-color .2s ease}.section-data-card .data-card.card-b .desktop-wrapper .data-card__subtitle{font-size:20px;font-weight:500;margin-block:10px}.section-data-card .data-card.card-b .desktop-wrapper .data-card__main{font-size:56px;height:56px;font-weight:900;margin-block-end:20px}.section-data-card .data-card.card-b .data-card__desc{font-size:12px;line-height:1.3}.section-data-card .data-card.card-b .desktop-wrapper .button{margin-block-start:20px}.section-data-card .data-card.card-b .data-card__small{border-radius:16px;border:solid 1px rgb(var(--color-card-foreground));background-color:#eeeee5;margin-block-start:10px;padding:5px 10px;display:flex;flex-direction:column;gap:2px}.section-data-card .data-card.card-b .data-card__small-title{font-size:16px}.section-data-card .data-card.card-b .data-card__small-subtitle{font-size:12px}.section-data-card .data-card.card-b .data-card__small-desc{font-size:9px}@media(min-width:768px){.section-data-card .mobile-wrapper{display:none}.section-data-card .data-card.card-b{transition:all .2s ease}.section-data-card .data-card.card-b:hover{box-shadow:0 0 10px rgb(var(--color-card-foreground) / .6),inset 0 0 12px rgb(var(--color-card-foreground) / .8);border:solid 2px rgb(var(--color-card-foreground))}.section-data-card .data-card.card-b:hover .desktop-wrapper .data-card__dot{background-color:transparent}.template-hot .section-data-card:has(.card-b) .data-card.card-b:first-child .desktop-wrapper{display:flex;min-height:100%;flex-direction:column;align-items:center}.template-hot .section-data-card:has(.card-b) .data-card.card-b:first-child .desktop-wrapper .data-card__desc{max-width:142px;margin-block-start:auto;line-height:1.18}.template-hot .section-data-card:has(.card-b) .data-card.card-b:first-child .desktop-wrapper .button{min-height:38px;margin-block-start:22px;padding-inline:24px}}@media(max-width:767px){.section-data-card .desktop-wrapper{display:none}.section-data-card:has(.card-b){flex-direction:column;gap:12px}.section-data-card .data-card.card-b{width:100%;height:auto;padding-block:14px}.section-data-card .data-card.card-b .mobile-wrapper{display:flex;flex-direction:row;align-items:center;gap:15px}.section-data-card .data-card.card-b .mobile-wrapper .data-card__left{font-size:12px;text-align:left;flex:1;display:flex;flex-direction:column;gap:4px}.section-data-card .data-card.card-b .mobile-wrapper .data-card__subtitle{font-size:14px;font-weight:500}.section-data-card .data-card.card-b .data-card__dot{margin-inline:0;margin-block:5px}.section-data-card .data-card.card-b .mobile-wrapper .data-card__small{width:120px;margin:0}.section-data-card .data-card.card-b .mobile-wrapper .data-card__main-data{font-size:34px;font-weight:900}}
/*# sourceMappingURL=/cdn/shop/t/122/assets/jxs-data-card.css.map */
