.community-video-highlight{background:var(--section-bg)}.community-video-highlight .community-video-highlight__wrapper{max-width:var(--max-width);margin:0 auto;padding-left:20px;padding-right:20px}.community-video-highlight .community-video-highlight__grid{display:grid;grid-template-columns:minmax(280px, var(--left-width)) minmax(0, var(--right-width));gap:var(--gap);align-items:stretch}.community-video-highlight .community-video-highlight__content-card,.community-video-highlight .community-video-highlight__media-card{background:var(--card-bg);border-radius:var(--radius);overflow:hidden}.community-video-highlight .community-video-highlight__content-card{display:flex;align-items:center;justify-content:center;min-height:var(--media-height);text-align:center}.community-video-highlight .community-video-highlight__content-inner{width:100%;max-width:360px;padding:42px 28px}.community-video-highlight .community-video-highlight__eyebrow{margin-bottom:6px;color:var(--title-color);font-size:calc(var(--title-size)*.48);line-height:1.1;font-weight:800;text-transform:uppercase}.community-video-highlight .community-video-highlight__title{margin:0 0 20px;color:var(--highlight-color);font-size:var(--title-size);line-height:1.02;font-weight:800;text-transform:uppercase}.community-video-highlight .community-video-highlight__text{margin-bottom:28px;color:var(--text-color);font-size:var(--text-size);line-height:1.45}.community-video-highlight .community-video-highlight__text p{margin:0 0 12px}.community-video-highlight .community-video-highlight__text p:last-child{margin-bottom:0}.community-video-highlight .community-video-highlight__text strong{font-weight:800}.community-video-highlight .community-video-highlight__button{display:inline-flex;align-items:center;justify-content:center;min-width:194px;min-height:48px;padding:12px 24px;border-radius:999px;background:var(--button-bg);color:var(--button-color);text-decoration:none;font-size:16px;line-height:1;font-weight:800;transition:opacity .2s ease}.community-video-highlight .community-video-highlight__button:hover{opacity:.9}.community-video-highlight .community-video-highlight__media-card{min-height:var(--media-height)}.community-video-highlight .community-video-highlight__media{width:100%;height:100%;min-height:var(--media-height);position:relative}.community-video-highlight .community-video-highlight__image,.community-video-highlight .community-video-highlight__video,.community-video-highlight .community-video-highlight__media video,.community-video-highlight .community-video-highlight__media iframe,.community-video-highlight .community-video-highlight__media .plyr,.community-video-highlight .community-video-highlight__media .video-wrapper{width:100%;height:100%;display:block;object-fit:cover}.community-video-highlight .community-video-highlight__media--iframe iframe{border:0}.community-video-highlight .community-video-highlight__media--video{cursor:pointer}.community-video-highlight .community-video-highlight__media--video::after{content:"";position:absolute;inset:0;background-repeat:no-repeat;background-position:center;background-size:min(64px,14%);background-color:rgba(0,0,0,0);opacity:0;transition:.25s ease;pointer-events:none}.community-video-highlight .community-video-highlight__media--video:hover::after,.community-video-highlight .community-video-highlight__media--video.is-paused::after{opacity:1;background-color:rgba(0,0,0,.18)}.community-video-highlight .community-video-highlight__media--video.is-paused::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI0IDE4bDIwIDE0LTIwIDE0VjE4eiIvPjwvc3ZnPg==")}.community-video-highlight .community-video-highlight__media--video:not(.is-paused):hover::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCI+PHJlY3QgZmlsbD0iI2ZmZiIgeD0iMjAiIHk9IjE4IiB3aWR0aD0iNyIgaGVpZ2h0PSIyOCIgcng9IjIiLz48cmVjdCBmaWxsPSIjZmZmIiB4PSIzNyIgeT0iMTgiIHdpZHRoPSI3IiBoZWlnaHQ9IjI4IiByeD0iMiIvPjwvc3ZnPg==")}.community-video-highlight .placeholder-svg{width:100%;height:100%;display:block;background:#2a2a2a}@media(max-width: 991px){.community-video-highlight .community-video-highlight__grid{grid-template-columns:1fr}.community-video-highlight .community-video-highlight__content-card{min-height:auto}.community-video-highlight .community-video-highlight__content-inner{max-width:100%;padding:36px 24px}.community-video-highlight .community-video-highlight__media-card,.community-video-highlight .community-video-highlight__media{min-height:420px}}@media(max-width: 575px){.community-video-highlight .community-video-highlight__wrapper{padding-left:16px;padding-right:16px}.community-video-highlight .community-video-highlight__content-inner{padding:30px 20px}.community-video-highlight .community-video-highlight__title{font-size:calc(var(--title-size)*.82)}.community-video-highlight .community-video-highlight__eyebrow{font-size:calc(var(--title-size)*.42)}.community-video-highlight .community-video-highlight__button{width:100%}.community-video-highlight .community-video-highlight__media-card,.community-video-highlight .community-video-highlight__media{min-height:280px}}.two-media-text-highlight{background:var(--section-bg)}.two-media-text-highlight .two-media-text-highlight__wrapper{max-width:var(--max-width);margin:0 auto;padding-left:14px;padding-right:14px}.two-media-text-highlight .two-media-text-highlight__grid{display:grid;grid-template-columns:minmax(0, var(--left-col)) minmax(0, var(--center-col)) minmax(320px, var(--right-col));gap:var(--gap);align-items:stretch}.two-media-text-highlight .two-media-text-highlight__media-card,.two-media-text-highlight .two-media-text-highlight__content-card{background:var(--card-bg);border-radius:var(--radius);overflow:hidden;min-width:0}.two-media-text-highlight .two-media-text-highlight__media-card{min-height:var(--media-height)}.two-media-text-highlight .two-media-text-highlight__media{width:100%;height:100%;min-height:var(--media-height);position:relative}.two-media-text-highlight .two-media-text-highlight__image,.two-media-text-highlight .two-media-text-highlight__video,.two-media-text-highlight .two-media-text-highlight__media video{width:100%;height:100% !important;display:block;object-fit:cover}.two-media-text-highlight .two-media-text-highlight__media--video{cursor:pointer}.two-media-text-highlight .two-media-text-highlight__media--video::after{content:"";position:absolute;inset:0;background-repeat:no-repeat;background-position:center;background-size:min(64px,18%);background-color:rgba(0,0,0,0);opacity:0;transition:.25s ease;pointer-events:none}.two-media-text-highlight .two-media-text-highlight__media--video:hover::after,.two-media-text-highlight .two-media-text-highlight__media--video.is-paused::after{opacity:1;background-color:rgba(0,0,0,.18)}.two-media-text-highlight .two-media-text-highlight__media--video.is-paused::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI0IDE4bDIwIDE0LTIwIDE0VjE4eiIvPjwvc3ZnPg==")}.two-media-text-highlight .two-media-text-highlight__media--video:not(.is-paused):hover::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCI+PHJlY3QgZmlsbD0iI2ZmZiIgeD0iMjAiIHk9IjE4IiB3aWR0aD0iNyIgaGVpZ2h0PSIyOCIgcng9IjIiLz48cmVjdCBmaWxsPSIjZmZmIiB4PSIzNyIgeT0iMTgiIHdpZHRoPSI3IiBoZWlnaHQ9IjI4IiByeD0iMiIvPjwvc3ZnPg==")}.two-media-text-highlight .two-media-text-highlight__content-card{display:flex;align-items:center;min-height:var(--media-height)}.two-media-text-highlight .two-media-text-highlight__content-inner{width:100%;max-width:520px;padding:42px 42px 42px 54px}.two-media-text-highlight .two-media-text-highlight__eyebrow{margin-bottom:6px;color:var(--title-color);font-size:calc(var(--title-size)*.7);line-height:1.08;font-weight:800;text-transform:uppercase}.two-media-text-highlight .two-media-text-highlight__title{margin:0 0 22px;color:var(--highlight-color);font-size:var(--title-size);line-height:1.03;font-weight:800;text-transform:uppercase}.two-media-text-highlight .two-media-text-highlight__text{color:var(--text-color);font-size:var(--text-size);line-height:1.16;margin-bottom:30px;max-width:470px}.two-media-text-highlight .two-media-text-highlight__text p{margin:0 0 12px}.two-media-text-highlight .two-media-text-highlight__text p:last-child{margin-bottom:0}.two-media-text-highlight .two-media-text-highlight__text strong{font-weight:800}.two-media-text-highlight .two-media-text-highlight__button{display:inline-flex;align-items:center;justify-content:center;min-width:160px;min-height:44px;padding:12px 22px;border-radius:999px;background:var(--button-bg);color:var(--button-color);text-decoration:none;font-size:15px;line-height:1;font-weight:800;transition:opacity .2s ease}.two-media-text-highlight .two-media-text-highlight__button:hover{opacity:.9}.two-media-text-highlight .placeholder-svg{width:100%;height:100%;display:block;background:#2a2a2a}@media(max-width: 991px){.two-media-text-highlight .two-media-text-highlight__grid{grid-template-columns:1fr}.two-media-text-highlight .two-media-text-highlight__media-card,.two-media-text-highlight .two-media-text-highlight__media,.two-media-text-highlight .two-media-text-highlight__content-card{min-height:auto}.two-media-text-highlight .two-media-text-highlight__media{min-height:420px}.two-media-text-highlight .two-media-text-highlight__content-inner{max-width:100%;padding:34px 24px}}@media(max-width: 575px){.two-media-text-highlight .two-media-text-highlight__wrapper{padding-left:16px;padding-right:16px}.two-media-text-highlight .two-media-text-highlight__media{min-height:320px}.two-media-text-highlight .two-media-text-highlight__content-inner{padding:28px 20px}.two-media-text-highlight .two-media-text-highlight__eyebrow{font-size:calc(var(--title-size)*.56)}.two-media-text-highlight .two-media-text-highlight__title{font-size:calc(var(--title-size)*.82)}.two-media-text-highlight .two-media-text-highlight__text{font-size:calc(var(--text-size)*.95);line-height:1.2}.two-media-text-highlight .two-media-text-highlight__button{width:100%}}.cause-seal-split{position:relative;overflow:hidden}.cause-seal-split .cause-seal-split__wrapper{max-width:var(--max-width);margin:0 auto;padding-left:20px;padding-right:20px}.cause-seal-split .cause-seal-split__grid{display:grid;grid-template-columns:minmax(280px, 1.08fr) minmax(240px, 0.92fr);grid-template-rows:auto auto;grid-template-areas:"top-media top-content" "bottom-content bottom-media";column-gap:var(--grid-gap-x);row-gap:var(--grid-gap-y);align-items:center}.cause-seal-split .cause-seal-split__top-media-card{grid-area:top-media;max-width:520px;width:100%}.cause-seal-split .cause-seal-split__top-content{grid-area:top-content;max-width:420px;padding-top:8px}.cause-seal-split .cause-seal-split__bottom-content{grid-area:bottom-content;max-width:620px}.cause-seal-split .cause-seal-split__bottom-media-card{grid-area:bottom-media;width:100%;justify-self:center}.cause-seal-split .cause-seal-split__top-media-card,.cause-seal-split .cause-seal-split__bottom-media-card{border-radius:var(--card-radius);overflow:hidden}.cause-seal-split .cause-seal-split__top-media-card{min-height:var(--top-media-height)}.cause-seal-split .cause-seal-split__bottom-media-card{min-height:var(--bottom-media-height)}.cause-seal-split .cause-seal-split__media{width:100%;height:100%;position:relative}.cause-seal-split .cause-seal-split__top-media-card .cause-seal-split__media{min-height:var(--top-media-height)}.cause-seal-split .cause-seal-split__bottom-media-card .cause-seal-split__media{min-height:var(--bottom-media-height)}.cause-seal-split .cause-seal-split__image,.cause-seal-split .cause-seal-split__video,.cause-seal-split .cause-seal-split__media video{width:100%;height:100%;display:block;object-fit:cover}.cause-seal-split .cause-seal-split__media--video{cursor:pointer}.cause-seal-split .cause-seal-split__media--video::after{content:"";position:absolute;inset:0;background-repeat:no-repeat;background-position:center;background-size:min(64px,18%);background-color:rgba(0,0,0,0);opacity:0;transition:.25s ease;pointer-events:none}.cause-seal-split .cause-seal-split__media--video:hover::after,.cause-seal-split .cause-seal-split__media--video.is-paused::after{opacity:1;background-color:rgba(0,0,0,.18)}.cause-seal-split .cause-seal-split__media--video.is-paused::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI0IDE4bDIwIDE0LTIwIDE0VjE4eiIvPjwvc3ZnPg==")}.cause-seal-split .cause-seal-split__media--video:not(.is-paused):hover::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCI+PHJlY3QgZmlsbD0iI2ZmZiIgeD0iMjAiIHk9IjE4IiB3aWR0aD0iNyIgaGVpZ2h0PSIyOCIgcng9IjIiLz48cmVjdCBmaWxsPSIjZmZmIiB4PSIzNyIgeT0iMTgiIHdpZHRoPSI3IiBoZWlnaHQ9IjI4IiByeD0iMiIvPjwvc3ZnPg==")}.cause-seal-split .cause-seal-split__top-title,.cause-seal-split .cause-seal-split__bottom-title{margin:0 0 14px;color:var(--title-color);line-height:1.05;font-weight:800;letter-spacing:-0.02em}.cause-seal-split .cause-seal-split__top-title{font-size:var(--subtitle-size)}.cause-seal-split .cause-seal-split__bottom-title{font-size:var(--title-size)}.cause-seal-split .cause-seal-split__top-text,.cause-seal-split .cause-seal-split__bottom-text{color:var(--text-color);font-size:var(--body-size);line-height:1.28}.cause-seal-split .cause-seal-split__top-text p,.cause-seal-split .cause-seal-split__bottom-text p{margin:0 0 12px}.cause-seal-split .cause-seal-split__top-text p:last-child,.cause-seal-split .cause-seal-split__bottom-text p:last-child{margin-bottom:0}.cause-seal-split .cause-seal-split__bottom-text{max-width:720px;margin-bottom:26px}.cause-seal-split .cause-seal-split__button{display:inline-flex;align-items:center;justify-content:center;min-width:180px;min-height:46px;padding:12px 24px;border-radius:999px;background:var(--button-bg);color:var(--button-color);text-decoration:none;font-size:16px;line-height:1;font-weight:800;transition:opacity .2s ease}.cause-seal-split .cause-seal-split__button:hover{opacity:.9}.cause-seal-split .placeholder-svg{width:100%;height:100%;display:block;background:hsla(0,0%,100%,.08)}@media(max-width: 991px){.cause-seal-split .cause-seal-split__grid{grid-template-columns:1fr;grid-template-areas:"top-media" "top-content" "bottom-content" "bottom-media"}.cause-seal-split .cause-seal-split__top-media-card,.cause-seal-split .cause-seal-split__top-content,.cause-seal-split .cause-seal-split__bottom-content,.cause-seal-split .cause-seal-split__bottom-media-card{max-width:100%;justify-self:stretch}.cause-seal-split .cause-seal-split__bottom-media-card{max-width:320px;margin:0 auto}}@media(max-width: 575px){.cause-seal-split .cause-seal-split__wrapper{padding-left:16px;padding-right:16px}.cause-seal-split .cause-seal-split__top-title{font-size:calc(var(--subtitle-size)*.9)}.cause-seal-split .cause-seal-split__bottom-title{font-size:calc(var(--title-size)*.84)}.cause-seal-split .cause-seal-split__top-text,.cause-seal-split .cause-seal-split__bottom-text{font-size:calc(var(--body-size)*.95)}.cause-seal-split .cause-seal-split__button{width:100%}}.rich-text-comunidade{padding-block:50px}.rich-text-comunidade .rich-text__text,.rich-text-comunidade .rich-text__text p{font-size:var(--fontsize-text-style);color:var(--color-text-style);margin:0 auto;max-width:var(--width-text-style)}.rich-text-comunidade .rich-text__blocks .rich-text__text{margin-top:var(--margin-top-text-style);line-height:var(--text-line-height-style);font-weight:var(--font-weight-text)}.rich-text-comunidade .rich-text__blocks .button{display:block;width:100%;font-size:14px;font-weight:700;text-transform:uppercase;line-height:1.3rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:130px;max-width:300px;padding-top:10px;padding-bottom:10px;padding-left:15px;padding-right:15px;margin:auto;outline:none !important;cursor:pointer;position:relative;border-radius:9999px;color:var(--color-button-style);background:var(--bg-button-style);border:1px solid var(--border-button-style);max-width:var(--width-button-style);margin-top:var(--margin_top_button-style);margin-bottom:10px}.rich-text-comunidade .rich-text__blocks .button:hover{color:var(--color-button-hover-style);background:var(--bg-button-hover-style);border-color:var(--border-button-hover-style)}
/* Engine:dart */