.trp-section{display:flex;min-height:480px}.trp-section--reversed{flex-direction:row-reverse}.trp-section__left{display:flex;flex:0 0 50%;flex-direction:column;gap:20px;justify-content:center;padding:60px 48px}.trp-section__heading{font-size:36px;font-weight:700;line-height:1.2;margin:0}.trp-section__description{font-size:15px;line-height:1.7;opacity:.85}.trp-section__description p{margin:0}.trp-section__cta{margin-top:8px;width:fit-content}.trp-section__right{align-items:center;display:flex;flex:1;overflow:hidden;padding:40px 32px}.trp-slider{width:100%}.trp-card{background-color:#fff;border-radius:8px;display:flex;flex-direction:column;height:100%;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.trp-card:hover{box-shadow:0 12px 24px rgba(0,0,0,.1);transform:translateY(-8px)}.trp-card__image{background-color:#e2e8f0;background-position:50%;background-size:cover;overflow:hidden;padding-top:75%;position:relative;width:100%}.trp-card__image--placeholder{background:linear-gradient(135deg,#a3226e,#c44536)}.trp-card__image:before{background-image:inherit;background-position:50%;background-size:cover;content:"";height:100%;left:0;position:absolute;top:0;transition:transform .3s ease;width:100%}.trp-card:hover .trp-card__image:before{transform:scale(1.05)}.trp-card__content{display:flex;flex-direction:column;flex-grow:1;gap:12px;padding:24px}.trp-card__date{color:#a3226e;display:inline-block;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.trp-card__title{color:#2d3748;font-size:18px;font-weight:700;line-height:1.4;margin:0}.trp-card__excerpt{color:#4a5568;font-size:14px;line-height:1.6;margin:0}.trp-slider .glide__slides{align-items:stretch}.trp-slider .glide__slide{height:auto}.trp-slider .glide__arrows{display:flex;gap:8px;justify-content:flex-end;margin-top:20px;position:static}.trp-slider .glide__arrow{align-items:center;background:#fff;border:1px solid #e2e2e2;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.08);cursor:pointer;display:flex;height:36px;justify-content:center;position:static;transform:none;transition:background .2s ease;width:36px}.trp-slider .glide__arrow:hover{background:#c42f7e}.trp-slider .glide__arrow:hover svg path{fill:#fff}.trp-slider .glide__arrow svg path{fill:#353535;transition:fill .2s ease}.trp-slider .glide__bullets{display:flex;gap:6px;justify-content:center;margin-top:16px}.trp-slider .glide__bullet{background:#ccc;border:none;border-radius:50%;cursor:pointer;height:8px;padding:0;transition:background .2s ease;width:8px}.trp-slider .glide__bullet--active{background:#c42f7e}@media screen and (max-width:1024px){.trp-section__left{flex:0 0 42%;padding:40px 32px}.trp-section__heading{font-size:28px}}@media screen and (max-width:768px){.trp-section{flex-direction:column}.trp-section__left{flex:none;padding:40px 24px}.trp-section__right{padding:32px 16px}}