@charset "UTF-8";.gt-product-category{margin-bottom:56px}.gt-product-category__title{font-size:1.5rem;margin-bottom:8px;padding-bottom:12px;border-bottom:2px solid var(--gt-primary);display:inline-block}.gt-product-category__desc{color:var(--gt-gray-600);margin-bottom:24px;max-width:600px}.gt-product-card{display:block;background:#fff;border:1px solid var(--gt-gray-100);border-radius:var(--gt-radius);overflow:hidden;-webkit-text-decoration:none;text-decoration:none;color:inherit;transition:transform var(--gt-transition),box-shadow var(--gt-transition);height:100%}.gt-product-card:hover{transform:translateY(-4px);box-shadow:var(--gt-shadow-lg);color:inherit}.gt-product-card__img-wrap{aspect-ratio:4/3;background:var(--gt-gray-50);display:flex;align-items:center;justify-content:center;overflow:hidden}.gt-product-card__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:16px}.gt-product-card__body{padding:20px}.gt-product-card__name{font-size:1rem;font-weight:600;margin-bottom:8px}.gt-product-card__cta{font-size:.8125rem;font-weight:600;color:var(--gt-primary)}.gt-product-card:hover .gt-product-card__cta{color:var(--gt-secondary)}.gt-cta{background:var(--gt-primary);padding:80px 0;color:#fff}.gt-cta__title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:12px}.gt-cta__sub{font-size:1.0625rem;color:rgba(255,255,255,.8);max-width:580px;margin:0 auto 32px}