:root{--font-family-primary: 'Barlow', sans-serif;--font-family-secondary: 'Anton', 'Impact', 'Arial Narrow Bold', sans-serif;--primary: #010D3E;--primary-light: #243062;--secondary: #BE1723;--secondary-light: #E53E3E;--tertiary: #F0F0FE;--white: #fff;--black: #060003;--wp-admin-theme-color: var(--primary) !important;--wp-components-color-accent: var(--primary) !important;--background-color: var(--white);--text-color: var(--primary);--text-color-transparent: color-mix(in srgb, var(--text-color) 30%, transparent);--text-accent-color: var(--secondary)}.block-rider-profiles .block-participant-quote{margin-left:auto}.block-rider-profiles .participant-selector{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width: 576px){.block-rider-profiles .participant-selector{gap:12px 16px}}@media (min-width: 992px){.block-rider-profiles .participant-selector{gap:18px 24px}}@media (min-width: 1360px){.block-rider-profiles .participant-selector{gap:24px 32px}}@media (min-width: 1450px){.block-rider-profiles .participant-selector{padding-left:2rem}}.block-rider-profiles .participant-selector .participant{width:48px;height:48px;border-radius:50%;position:relative;display:grid;place-items:center;background-color:#ededed;cursor:pointer}.block-rider-profiles .participant-selector .participant:hover,.block-rider-profiles .participant-selector .participant.active{background-color:#d4d4d4}.block-rider-profiles .participant-selector .participant:hover svg,.block-rider-profiles .participant-selector .participant.active svg{color:var(--primary)}.block-rider-profiles .participant-selector .participant:hover picture,.block-rider-profiles .participant-selector .participant.active picture{opacity:1}.block-rider-profiles .participant-selector .participant:hover .tooltip{opacity:1}.block-rider-profiles .participant-selector .participant .tooltip{opacity:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;bottom:100%;pointer-events:none}@media (min-width: 768px){.block-rider-profiles .participant-selector .participant{width:60px;height:60px}}@media (min-width: 992px){.block-rider-profiles .participant-selector .participant{width:80px;height:80px}}.block-rider-profiles .participant-selector .participant:before{content:'';position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid var(--secondary);z-index:-1;opacity:0;-webkit-transition:opacity .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out;transition:opacity .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out}.block-rider-profiles .participant-selector .participant.active:before{width:calc(100% + 12px);height:calc(100% + 12px);opacity:1}.block-rider-profiles .participant-selector .participant svg{color:#adadad;height:3rem;padding:.5rem;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out;width:100%;height:100%}@media (min-width: 768px){.block-rider-profiles .participant-selector .participant svg{padding:.75rem}}@media (min-width: 992px){.block-rider-profiles .participant-selector .participant svg{padding:1rem}}.block-rider-profiles .participant-selector .participant picture{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50%;overflow:hidden;opacity:.5;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.block-rider-profiles .participant-profile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;overflow:hidden;position:relative;padding:1rem 0;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:2rem}@media (min-width: 992px){.block-rider-profiles .participant-profile{margin-top:5rem}}.block-rider-profiles .participant-profile:before{content:'';-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;pointer-events:none;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;z-index:10;position:absolute;width:100%;height:100%;background-color:rgba(255,255,255,0.5)}.block-rider-profiles .participant-profile:after{content:'';position:absolute;width:4rem;height:4rem;border-radius:50%;border:4px solid var(--primary);border-top-color:transparent;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;opacity:0;pointer-events:none;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;z-index:10;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.block-rider-profiles .participant-profile.loading{pointer-events:none}.block-rider-profiles .participant-profile.loading:before{opacity:1}.block-rider-profiles .participant-profile.loading:after{opacity:1}.block-rider-profiles .participant-profile .profile-name{position:absolute;bottom:0;left:0}.block-rider-profiles .participant-profile .profile-details{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:100%;flex-basis:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:1rem;max-height:480px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;--gap: 16px;gap:var(--gap)}@media (min-width: 768px){.block-rider-profiles .participant-profile .profile-details{--gap: 24px}}@media (min-width: 992px){.block-rider-profiles .participant-profile .profile-details{-ms-flex-preferred-size:0;flex-basis:0;margin-top:0;margin-left:4rem;max-height:unset;height:480px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.block-rider-profiles .participant-profile .profile-details .detail{width:calc(50% - calc(var(--gap) / 2));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.block-rider-profiles .participant-profile .profile-details .detail-label{font-size:16px;font-weight:700}@media only screen and (min-width: 320px){.block-rider-profiles .participant-profile .profile-details .detail-label{font-size:calc( 16px + 2 * (100vw - 320px) / (1440 - 320))}}@media only screen and (min-width: 1440px){.block-rider-profiles .participant-profile .profile-details .detail-label{font-size:18px}}.block-rider-profiles .participant-profile .profile-details .detail-value{font-size:14px}@media only screen and (min-width: 320px){.block-rider-profiles .participant-profile .profile-details .detail-value{font-size:calc( 14px + 2 * (100vw - 320px) / (1440 - 320))}}@media only screen and (min-width: 1440px){.block-rider-profiles .participant-profile .profile-details .detail-value{font-size:16px}}.block-rider-profiles .participant-profile .profile-name{font-size:48px;line-height:1;margin:0;z-index:5;margin-bottom:-2px;position:absolute;width:400px}@media only screen and (min-width: 320px){.block-rider-profiles .participant-profile .profile-name{font-size:calc( 48px + 32 * (100vw - 320px) / (1440 - 320))}}@media only screen and (min-width: 1440px){.block-rider-profiles .participant-profile .profile-name{font-size:80px}}@media (min-width: 1360px){.block-rider-profiles .participant-profile .profile-name{margin-left:-116px}}.block-rider-profiles .participant-profile .profile-name span{display:block;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);position:absolute;width:0;height:0;bottom:1rem;left:1rem}@media (min-width: 1360px){.block-rider-profiles .participant-profile .profile-name span{bottom:0;left:0}}.block-rider-profiles .participant-profile .profile-image{width:100%;max-width:400px;aspect-ratio:1/1.2;position:relative;background:#ececec}@media (min-width: 1360px){.block-rider-profiles .participant-profile .profile-image{margin-left:116px}}.block-rider-profiles .participant-profile .profile-image:before{position:absolute;inset:0;z-index:4}.block-rider-profiles .participant-profile .profile-image .profile-sponsor{z-index:1;position:absolute;bottom:.5rem;right:.5rem}.block-rider-profiles .participant-profile .profile-image .profile-sponsor .btn{padding:.75rem 1rem;font-size:16px}.block-rider-profiles .participant-profile .profile-image picture{display:-webkit-box;display:-ms-flexbox;display:flex}.block-rider-profiles .participant-profile .profile-image picture img{-o-object-position:top;object-position:top}@media (min-width: 1450px){.block-rider-profiles .participant-profile{padding-left:2rem}}@media (min-width: 768px){.wp-block-column .block-rider-profiles{max-width:526px}}@-webkit-keyframes spin{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@keyframes spin{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}

/*# sourceMappingURL=block-rider-profiles.css.map */
