.u-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.u-flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.u-align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.u-justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.u-flex-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.u-gap-4{gap:.25rem}.u-gap-12{gap:.75rem}.u-gap-32{gap:2rem}.u-gap-36{gap:2.25rem}.u-list-reset{list-style:none;margin:0;padding:0}.u-block-header{margin-bottom:clamp(1rem,.5909090909rem + 1.8181818182vw,1.5rem);max-width:100%}@media(min-width:50rem){.u-block-header{margin-bottom:clamp(1.5rem,-.375rem + 3.75vw,3rem)}}.u-block-title{color:var(--color-global-text-main-dark);font-family:var(--font-family);font-size:clamp(1.5rem,1.1931818182rem + 1.3636363636vw,1.875rem);font-weight:600;line-height:1.3;margin-bottom:0;text-align:center;width:100%}@media(min-width:50rem){.u-block-title{font-size:clamp(1.875rem,1.25rem + 1.25vw,2.375rem)}}.template-card{--template-card-padding:clamp(1.5rem,1.3333333333rem + .7407407407vw,2rem);--template-card-gap:clamp(1.25rem,1.1666666667rem + .3703703704vw,1.5rem);--template-card-content-gap:clamp(.625rem,.5833333333rem + .1851851852vw,.75rem);--template-card-action-gap:clamp(1.25rem,1.1666666667rem + .3703703704vw,1.5rem);--template-card-icon-size:clamp(4.5rem,4.5rem + 0vw,4.5rem);--template-card-title-size:clamp(1.25rem,1.2083333333rem + .1851851852vw,1.375rem);--template-card-text-size:clamp(.875rem,.875rem + 0vw,.875rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;background:var(--template-cards-card-bg,var(--color-white));border-radius:1.5rem;-webkit-box-shadow:0 0 3.125rem rgba(0,0,0,.15);box-shadow:0 0 3.125rem #00000026;color:var(--template-cards-card-title-color,var(--color-global-text-main-dark));container-type:inline-size;-ms-flex-direction:column;flex-direction:column;gap:var(--template-card-gap);min-height:100%;padding:var(--template-card-padding);text-align:left}.template-cards--theme-dark .template-card{-webkit-box-shadow:none;box-shadow:none}@container (width <= 26.25rem){.template-card{--template-card-padding:clamp(1.25rem,.75rem + 2.8571428571cqi,1.5rem);--template-card-gap:clamp(1rem,.5rem + 2.8571428571cqi,1.25rem);--template-card-content-gap:clamp(.5rem,.25rem + 1.4285714286cqi,.625rem);--template-card-action-gap:clamp(1rem,.5rem + 2.8571428571cqi,1.25rem);--template-card-icon-size:clamp(2.75rem,-.75rem + 20cqi,4.5rem);--template-card-title-size:clamp(1.125rem,.625rem + 2.8571428571cqi,1.375rem);--template-card-text-size:clamp(.875rem,.875rem + 0cqi,.875rem)}}@container (width <= 18.75rem){.template-card{--template-card-padding:clamp(1rem,0rem + 6.6666666667cqi,1.25rem);--template-card-gap:clamp(.875rem,.375rem + 3.3333333333cqi,1rem);--template-card-content-gap:clamp(.5rem,.5rem + 0cqi,.5rem);--template-card-action-gap:clamp(.875rem,.375rem + 3.3333333333cqi,1rem);--template-card-icon-size:clamp(2.25rem,.25rem + 13.3333333333cqi,2.75rem);--template-card-title-size:clamp(1rem,.5rem + 3.3333333333cqi,1.125rem)}}.template-card *{-webkit-box-sizing:border-box;box-sizing:border-box}.template-card__media{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}.template-card__image{display:block;height:var(--template-card-icon-size);-o-object-fit:contain;object-fit:contain;width:var(--template-card-icon-size)}.template-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--template-card-content-gap);min-width:0;text-align:left}.template-card__title{color:var(--template-cards-card-title-color,var(--color-global-text-main-dark));font-size:var(--template-card-title-size);font-weight:600;line-height:1.3;margin:0}.template-card__text{color:var(--template-cards-card-text-color,var(--color-global-text-main-light-20));font-size:var(--template-card-text-size);line-height:1.5;margin:0}.template-card__actions{margin-top:auto;padding-top:var(--template-card-action-gap);text-align:center}.template-card__cta{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;background:transparent;border:0;border-radius:.5rem;color:var(--template-cards-card-cta-color,var(--color-global-accent-primary));cursor:pointer;font-family:var(--font-family);font-size:.875rem;font-weight:700;gap:.5rem;justify-content:center;line-height:1.15;min-block-size:2.5rem;min-inline-size:13.875rem;padding:.6875rem 1.25rem;text-align:center;text-decoration:none;-webkit-transition:background-color .2s ease,color .2s ease;transition:background-color .2s ease,color .2s ease}.template-card__cta:focus-visible,.template-card__cta:hover{background-color:rgb(from var(--template-cards-card-cta-color,var(--color-global-accent-primary)) r g b/12%)}.template-card__cta:after{content:"->"}.template-card__editor-controls{margin-bottom:1rem}.template-card__editor-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem}.template-card__editor-preview{margin-bottom:1rem}
