@layer components{.section:has(.cta-with-employee-block) .component-grid>.component{display:grid;grid-template-columns:subgrid}.cta-with-employee-block{display:grid;grid-template-columns:subgrid;grid-column:content;gap:16px}.cta-with-employee-block .employee-container{display:grid;grid-template-columns:subgrid;grid-column:1/-1}.cta-with-employee-block .employee{display:grid;grid-template-columns:subgrid;grid-column:1/-1;gap:32px}.cta-with-employee-block .employee>div{grid-column:1/-1}.cta-with-employee-block .body{grid-column:1/-1;display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.cta-with-employee-block .body>.content{max-width:var(--max-text-width)}.cta-with-employee-block .body>.content .title{margin-bottom:24px}.cta-with-employee-block .body>.content .btn-wrapper:is(.contact-options){gap:16px;flex-direction:row;flex-wrap:wrap}.cta-with-employee-block .body>.content .btn-wrapper:is(.contact-options) .btn-red-state{border-radius:4px;padding:var(--btn-padding-small);min-height:var(--btn-height-medium)}.cta-with-employee-block .body>.content .btn-wrapper:is(.contact-options) .btn-red-state .icon{--btn-icon-size: 25px;transition:none}@media(min-width: 768px){.cta-with-employee-block{gap:24px}.cta-with-employee-block>.body{margin-bottom:0}.cta-with-employee-block .employee>div:has(>:last-child:nth-child(1)){grid-column:span 3}.cta-with-employee-block .employee>div:has(>:last-child:nth-child(2)){grid-column:4/span 3}}@media(min-width: 992px){.cta-with-employee-block{gap:32px}.cta-with-employee-block>.body{grid-column:span 4}.cta-with-employee-block>.body .btn-default-outline{width:100%}.cta-with-employee-block .employee-container{grid-column:5/content-end}.cta-with-employee-block .employee>div:has(>:last-child:nth-child(1)){grid-column:span 4}.cta-with-employee-block .employee>div:has(>:last-child:nth-child(2)){grid-column:5/span 4}}@media(min-width: 1200px){.cta-with-employee-block .employee-container{grid-column:5/content-end}.cta-with-employee-block .employee>div:has(>:last-child:nth-child(1)){grid-column:span 4}.cta-with-employee-block .employee>div:has(>:last-child:nth-child(2)){grid-column:5/span 4}}@media(min-width: 1400px){.cta-with-employee-block>.body{grid-column:span 4}.cta-with-employee-block>.body .btn-default-outline{width:fit-content}.cta-with-employee-block .employee-container{grid-column:6/span 7}.cta-with-employee-block .employee>div:has(>:last-child:nth-child(1)){grid-column:span 3}.cta-with-employee-block .employee>div:has(>:last-child:nth-child(2)){grid-column:4/span 3}}@media(min-width: 1920px){.cta-with-employee-block .employee-container{grid-column:6/span 6}}}@layer theme{.cta-with-employee-block{--_bg-color: var(--cta-with-employee-bg-color, var(--brand-support-color-1));--_color: var(--cta-with-employee-color, var(--brand-text-color));--_border-radius: 0;background-color:var(--_bg-color);border-radius:var(--_border-radius);color:var(--_color)}}
@layer theme{.employee-card{display:grid;grid-template-areas:"card-overlap";overflow:hidden}.employee-card .image-item{position:relative;overflow:hidden;grid-area:card-overlap;border-radius:var(--radius-4)}.employee-card .image-item img{aspect-ratio:1;object-fit:cover;border-radius:var(--radius-4)}.employee-card .image-item::after{content:"";display:block;height:100%;background:linear-gradient(0deg, var(--true-black) 0%, color-mix(in srgb, var(--black) 0%, transparent) 67.89%);width:100%;position:absolute;bottom:0;border-radius:var(--card-radius);transition:transform var(--transition);transform-origin:bottom;transform:translateY(100%)}.employee-card .btn-content{grid-area:card-overlap;padding-block:16px;padding-inline:16px;z-index:1;display:flex;flex-direction:column;margin-block-start:auto;color:var(--white);transform:translateY(48px) translateY(48px);transition:transform var(--transition)}.employee-card .btn-content>span{font-size:var(--medium-text-size);margin-block-end:4px}.employee-card .btn-content>span:first-child{font-size:calc(var(--heading-size)*var(--fs-ratio-4));font-weight:500;margin-block-end:4px;text-shadow:var(--employee-shadow)}@media(min-width: 768px){.employee-card .btn-content>span:first-child{--fs-ratio-4: 0.315}}.employee-card .btn-content>span:nth-child(2){display:block;font-weight:500;margin-block-end:16px;text-shadow:var(--employee-shadow)}.employee-card .btn-content>span:last-child{margin-bottom:0;min-height:48px;word-break:break-all}.employee-card .btn-content:has(span:nth-child(3):empty){transform:translateY(48px) translateY(24px)}@media(min-width: 768px){.employee-card .image-item img{aspect-ratio:.85;width:100%}}.employee-card:not([disabled]):active .image-item::after{transform:translateY(0)}.employee-card:not([disabled]):active .btn-content{transform:translateY(0)}@media(hover: hover){.employee-card:not([disabled]):hover .image-item::after{transform:translateY(0)}.employee-card:not([disabled]):hover .btn-content{transform:translateY(0)}}}
