#webcommander-page .sports-education-area{
    padding: 129px 0 26px;
}
#webcommander-page .sports-education-area .sports-education-container{
    width: 1430px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    gap: 67px;
    justify-content: space-between;
}
@media (max-width: 1200px) {
    #webcommander-page .sports-education-area .sports-education-container{
        gap: 30px;
    }
}
@media (max-width: 991px) {
    #webcommander-page .sports-education-area .sports-education-container{
        flex-wrap: wrap;
    }
}
#webcommander-page .sports-education-container .sports-education-col{
    flex: 1;
}
@media (max-width: 991px) {
    #webcommander-page .sports-education-container .sports-education-col{
        flex: unset;
    }
}
#webcommander-page .sports-education-container .sports-education-col.sports-education-content{
    max-width: 475px;
}
@media (max-width: 991px) {
    #webcommander-page .sports-education-container .sports-education-col.sports-education-content{
        max-width: 100%;
    }
}
#webcommander-page .sports-education-container .sports-education-col.sports-education-banner{
    max-width: 439px;
}
@media (max-width: 991px) {
    #webcommander-page .sports-education-container .sports-education-col.sports-education-banner{
        max-width: 47%;
        flex: none;
    }
}
@media (max-width: 767px) {
    #webcommander-page .sports-education-container .sports-education-col.sports-education-banner{
        max-width: 100%;
        flex: 100%;
    }
}
#webcommander-page .sports-education-container .sports-education-col.sports-education-info{
    max-width: 332px;
    padding-left: 24px;
}
@media (max-width: 1200px) {
    #webcommander-page .sports-education-container .sports-education-col.sports-education-info{
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    #webcommander-page .sports-education-container .sports-education-col.sports-education-info{
        max-width: 48%;
        flex: none;
    }
}
@media (max-width: 767px) {
    #webcommander-page .sports-education-container .sports-education-col.sports-education-info{
        max-width: 100%;
        flex: 100%;
    }
}
#webcommander-page .sports-education-container .sports-education-col .sports-title{
    font-family: var(--bk-h2-family, var(--bk-font-heading, 'Manrope'));
    font-weight: var(--bk-h2-weight, 700);
    font-size: var(--bk-h2-size, 55px);
    line-height: var(--bk-h2-line-height, 66px);
    letter-spacing: var(--bk-h2-letter-spacing, -0.02em);
    color: var(--bk-h2-color, var(--bk-color-ink, #000000));
    margin: 0 0 30px;
}
@media (max-width: 1200px) {
    #webcommander-page .sports-education-container .sports-education-col .sports-title{
        font-size: 50px;
        line-height: 57px;
    }
}
@media (max-width: 767px) {
    #webcommander-page .sports-education-container .sports-education-col .sports-title{
        font-size: 40px;
        line-height: 47px;
    }
}
#webcommander-page .sports-education-container .sports-education-col p{
    font-family: var(--bk-p-family, var(--bk-font-base, 'Manrope'));
    font-weight: var(--bk-p-weight, 500);
    font-size: var(--bk-p-size, 16px);
    line-height: var(--bk-p-line-height, 30px);
    color: var(--bk-p-color, var(--bk-color-ink, #000000));
    margin: 0 0 25px;
}
#webcommander-page .sports-education-container .sports-education-col .sports-btn{
    font-family: var(--bk-btn-font-family, var(--bk-font-base, 'Manrope'));
    font-weight: var(--bk-btn-font-weight, 600);
    font-size: var(--bk-btn-font-size, 16px);
    line-height: 22px;
    background: var(--bk-btn-fill, var(--bk-color-primary, #00A1C6));
    color: var(--bk-btn-text, #FFFFFF);
    border: 1px solid var(--bk-btn-border-color, var(--bk-color-primary, #00A1C6));
    text-decoration: none;
    border-radius: var(--bk-btn-radius, 100px);
    padding: var(--bk-btn-pad, 6px 32px);
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#webcommander-page .sports-education-container .sports-education-col .sports-btn:hover{
    background: var(--bk-btn-hover-bg, var(--bk-color-surface, #ffffff));
    color: var(--bk-btn-hover-color, var(--bk-color-primary, #00A1C6));
}
#webcommander-page .sports-education-container .sports-education-col .sports-btn::after{
    content: "";
    background-image: url('data:image/svg+xml,<svg width="10" height="15" viewBox="0 0 10 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.7897 7.39179L1 12.235L2.68153 13.8L9 7.39177L2.68153 1L1 2.56501L5.7897 7.39179Z" fill="white" stroke="%23127D85" stroke-width="0.5"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 13px;
    width: 8px;
    height: 13px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#webcommander-page .sports-education-container .sports-education-col a:hover::after{
    background-image: url('data:image/svg+xml,<svg width="10" height="15" viewBox="0 0 10 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.7897 7.39179L1 12.235L2.68153 13.8L9 7.39177L2.68153 1L1 2.56501L5.7897 7.39179Z" fill="%2300A1C6" stroke="%2300A1C6" stroke-width="0.5"></path></svg>');
}
#webcommander-page .sports-education-container .sports-education-col img{
    border-radius: 20px;
}
#webcommander-page .sports-education-container .sports-education-col .sports-education-info-box{
    display: flex;
    gap: 30px;
    margin-bottom: 80px;
}
@media (max-width: 1200px) {
    #webcommander-page .sports-education-container .sports-education-col .sports-education-info-box{
        gap: 20px;
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    #webcommander-page .sports-education-container .sports-education-col .sports-education-info-box{
        gap: 15px;
        margin-bottom: 30px;
    }
}
#webcommander-page .sports-education-container .sports-education-col .sports-education-info-box img{
    height: max-content;
    width: max-content;
    border-radius: 0;
}
#webcommander-page .sports-education-container .sports-education-col .sports-education-info-box h4{
    font-family: var(--bk-h4-family, var(--bk-font-base, 'Manrope'));
    font-weight: var(--bk-h4-weight, 700);
    font-size: var(--bk-h4-size, 24px);
    line-height: var(--bk-h4-line-height, 33px);
    letter-spacing: var(--bk-h4-letter-spacing, -0.02em);
    color: var(--bk-h4-color, var(--bk-color-ink, #000000));
    margin: 0;
}
@media (max-width: 767px) {
    #webcommander-page .sports-education-container .sports-education-col .sports-education-info-box h4{
        font-size: 20px;
        line-height: 30px;
    }
}
/* ============================================================================
   [kit-driven-svg-icons]
   The four list icons were PNGs, so no Brand Kit change could reach their
   colour. They are drawn as masks instead: the artwork supplies the shape, the
   colour comes from `background-color`, and that is `currentColor` -- resolved
   from the same `--bk-color-ink` the label below already uses. Edit the text
   colour and the icon follows it exactly.

   snippet.html is untouched; each `<img>` is only hidden, so the editor keeps
   its image control and the icon is chosen by which file that `<img>` points at
   rather than by position -- cloning or reordering a box cannot mis-assign a
   glyph.
   ========================================================================== */
#webcommander-page .sports-education-container .sports-education-col .sports-education-info-box {
    color: var(--bk-color-ink, #000000);
}
#webcommander-page .sports-education-container .sports-education-col .sports-education-info-box > img {
    display: none;
}
#webcommander-page .sports-education-container .sports-education-col .sports-education-info-box::before {
    content: "";
    flex: 0 0 auto;
    align-self: flex-start;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
#webcommander-page .sports-education-container .sports-education-col .sports-education-info-box:has(> img[src*="sports-education-1"])::before {
    width: 29px;
    height: 29px;
    --wc-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath fill-rule='evenodd' fill='%23000' d='M11 0L17.88 0L17.88 0.25L18.62 0.88L20.12 1.12L21.5 2L22.25 2.12L22.62 2.62L23.75 3.12L24 3.62L24.38 4L24.62 4L25.38 5L25.88 5.25L26.12 6L26.88 6.75L27.25 7.75L27.75 8.25L28.12 10.25L29 11.12L29 17.88L28.75 17.88L28.25 18.38L27.88 20.12L27.5 20.88L27.25 21L26.75 22.38L26.12 23L25.88 23.75L25.38 24L25 24.38L25 24.62L24.62 25L24.38 25L23.5 26L23 26.12L22.25 26.88L21.25 27.25L20.75 27.75L18.75 28.12L18 28.75L18 29L11.12 29L11.12 28.75L10.38 28.12L8.88 27.88L7.5 27L6.75 26.88L6.38 26.38L5.25 25.88L5 25.38L4.62 25L4.38 25L3.62 24L3.12 23.75L2.88 23L2.12 22.25L1.75 21.25L1.25 20.75L0.88 18.75L0 17.88L0 11.12L0.25 11.12L0.75 10.62L1.12 8.88L1.5 8.12L1.75 8L2.25 6.62L2.88 6L3.12 5.25L3.62 5L4 4.62L4 4.38L4.38 4L4.62 4L5.5 3L6.25 2.75L6.75 2.12L7.75 1.75L8.25 1.25L10.25 0.88L11 0.12ZM16.62 2.12L16.12 2.25L15.75 2.75L16 4.62L16.12 4.62L16.25 5.38L16.62 5.75L16.75 6.5L17.12 7.25L17.62 7.62L18 8.62L18.38 9L18.62 9L19 9.38L19 9.62L19.38 10L19.62 10L20.38 11L20.88 11.12L21.5 11.75L22.88 12.12L23.12 12.5L23.38 12.5L23.75 12.88L25 13L25.5 13.25L26.25 13.25L26.62 13L26.75 11.88L26.38 11.38L26.12 10L25.75 9.25L25.25 8.75L24.75 7.38L24.12 6.88L23.88 6.25L23.38 6L22.62 5L21.75 4.62L21.38 4.12L20.88 4L19.88 3.12L18.25 2.88L16.75 2.12ZM12 2.25L11.38 2.62L9.75 3L8.5 3.88L7.75 4L6.88 4.88L6.25 5.12L6 5.62L5 6.38L4.62 7.25L4.12 7.62L4 8.12L3.38 8.75L3 9.5L3 9.88L2.88 9.88L2.75 11L2.62 11L2.62 11.38L2.12 12.38L2.25 12.88L2.75 13.25L5.12 12.88L6 12.25L6.88 12.12L8 11.12L8.62 11L9 10.62L9 10.38L9.38 10L9.62 10L10 9.62L10 9.38L11 8.62L11.38 7.75L11.75 7.5L12 7L12 6.5L12.25 6L12.75 5.5L13 3.88L13.12 3.88L13.12 2.5L12.75 2.25L12.12 2.25ZM14.5 7L14 7.38L13.88 8L13.25 8.75L13.25 9L13 9.12L12.88 9.75L12.38 10L12 10.38L12 10.62L11.62 11L11.38 11L10.62 12L10.38 12L9.62 12.88L8.88 13.12L8.25 13.75L7.5 13.88L7 14.25L7 14.75L7.25 15L8 15.12L8.38 15.5L8.62 15.5L8.88 15.88L9.75 16.12L10 16.62L10.38 17L10.62 17L11 17.38L11 17.62L12 18.38L12 18.62L12.88 19.38L13.12 20.12L13.5 20.38L13.88 21.12L14 21.75L14.38 22L14.62 22L15 21.62L15.12 21L15.5 20.62L15.5 20.38L15.88 20.12L16.12 19.25L16.62 19L17 18.62L17 18.38L18.38 17L18.62 17L19.5 16L20.12 15.88L20.75 15.25L21.75 15L22 14.62L21.88 14.12L20.75 13.75L19.88 13L19.25 12.88L18.62 12L18.38 12L17.5 11L17.12 10.88L16.88 10.25L16.12 9.75L15.75 8.75L15.5 8.62L15.12 7.88L15 7.25L14.62 7ZM26 15.75L23.88 16.12L23 16.75L21.75 17.12L21 17.88L20.38 18L20 18.38L20 18.62L19.62 19L19.38 19L19 19.38L19 19.62L18 20.38L17.62 21.25L17.25 21.5L17 22L17 22.5L16.75 23L16.12 23.75L15.75 26.25L16.25 26.75L17.12 26.75L17.62 26.38L19.25 26L19.75 25.75L19.88 25.5L20.12 25.5L20.25 25.25L21.75 24.75L21.75 24.5L22.12 24.12L22.75 23.88L23 23.38L24 22.62L24.38 21.75L24.88 21.38L25 20.88L25.25 20.75L25.5 20.12L25.88 19.88L26 19L26.12 19L26.12 18.25L26.88 16.75L26.75 16.12L26.12 15.75ZM2.62 15.88L2.25 16.25L2.25 17.12L2.62 17.62L2.88 19L3.25 19.75L3.5 19.88L3.5 20.12L3.75 20.25L4.25 21.75L4.5 21.75L4.88 22.12L5.12 22.75L5.62 23L6.38 24L7.25 24.38L7.62 24.88L8.12 25L9.12 25.88L11 26.25L12.25 26.88L12.88 26.75L13.25 26.25L13 24.38L12.88 24.38L12.75 23.62L12.38 23.25L12.25 22.5L11.88 21.75L11.38 21.38L11 20.38L10.62 20L10.38 20L10 19.62L10 19.38L9.62 19L9.38 19L8.62 18L8.12 17.88L7.5 17.25L6.12 16.88L5.88 16.5L5.62 16.5L5.25 16.12L2.75 15.88Z'/%3E%3C/svg%3E");
    -webkit-mask-image: var(--wc-icon);
    mask-image: var(--wc-icon);
}
#webcommander-page .sports-education-container .sports-education-col .sports-education-info-box:has(> img[src*="sports-education-2"])::before {
    width: 30px;
    height: 34px;
    --wc-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 34'%3E%3Cpath fill-rule='evenodd' fill='%23000' d='M15.5 0L18.12 0L18.5 0.75L19.75 1.12L20 1.62L20.88 2.25L21.25 4L21.62 4.38L21.62 4.62L22 4.88L22.5 4.88L22.5 5L23.62 5L23.62 4.88L24 4.88L24 5L25.88 5L25.88 4.88L27.5 5L27.5 5.12L27.88 5.12L28.88 6.12L28.88 6.5L29 6.5L29 14L28.88 14L28.88 14.38L28.38 14.88L26.62 14.75L26.62 14.88L25.12 15L24 16L24 16.38L23.88 16.38L23.88 17.62L24 17.62L24 18.25L24.25 18.75L25.25 19.25L25.75 19.25L25.75 19.38L26.62 19.38L26.62 19.25L28.12 19.38L29 20.25L29 27.75L28.75 28.25L28.5 28.38L28.5 28.62L27.5 29.25L26.62 29.25L26.62 29.38L23.5 29.38L23.5 29.25L22.12 29.38L21.25 30.25L20.88 31.88L19.75 33L19.25 33.12L18.88 33.5L18.88 34L15 34L14.62 33.25L14.38 33.25L13.62 32.5L13.25 32.38L12.38 30.62L12.38 30.25L11.75 29.38L11.5 29.25L10.5 29.25L10.5 29.38L6.5 29.25L6.5 29.12L5.62 28.88L5.12 28.38L4.88 27.5L4.75 27.5L4.75 26.62L4.62 26.62L4.62 25.38L4.75 25.38L4.75 24.88L4.62 24.88L4.75 22.5L4.62 22.25L4.25 21.88L3.38 21.62L3.12 21.25L1.62 20.75L1.25 20L1 19.88L0.75 19.12L0 18.75L0 15.25L0.5 15.25L0.88 14.88L1.12 14.12L1.88 13.5L1.88 13.25L2.75 13L2.75 12.88L3.25 12.88L4.25 12.38L4.62 11.88L4.62 11.5L4.75 11.5L4.62 7.5L4.75 7.5L4.75 6.88L4.88 6.88L4.88 6.5L5.25 5.75L6.12 5L10 5L10 4.88L11.5 5L11.5 4.88L11.88 4.88L12.25 4.38L12.38 3.38L12.88 2.88L13.12 2L13.88 1.25L15 0.88L15.5 0.38L15.5 0.12ZM16.75 2.5L15.75 3L15.38 3L15 3.38L14.88 4.12L14.75 4.12L14.62 6L13.88 7L13.5 7L13.5 7.12L7.5 7L7.25 7.12L6.88 7.75L6.88 12.75L7 12.75L6.88 14L6.62 14.12L6.5 14.5L5.62 14.75L5.62 14.88L4 14.88L4 15L3.25 15.12L2.25 16.5L2.25 17.5L3.12 19L4 19.12L4.38 19.38L5.5 19.25L5.5 19.38L6.38 19.62L6.88 20.12L6.88 20.5L7 20.5L6.88 26.62L7 26.88L7.38 27.12L12.88 27.12L13 27L13 27.12L14 27.25L14.75 28.5L14.62 29.5L14.75 29.5L14.75 30L14.88 30L15.12 30.88L15.38 30.88L15.5 31.12L15.75 31.12L16.12 31.62L16.62 31.88L17.38 31.75L17.5 31.5L17.75 31.5L17.88 31.25L18.88 30.75L19 30.12L19.12 30.12L19.12 29.5L19.25 29.5L19.12 28.25L19.25 28.25L19.25 27.75L19.5 27.62L19.5 27.38L20 27.12L20.62 27.12L20.62 27L26.12 27.12L26.12 27L26.75 26.88L27 26.38L27 25.38L26.88 25.38L27 22.5L26.88 22.5L26.88 22.12L26.38 21.75L25.12 21.75L24.25 21.12L23.25 20.88L23 20.38L22.25 19.75L22 18.88L21.88 18.88L21.88 18.38L21.5 17.75L21.5 16.62L21.75 16.25L22 15L22.25 14.5L23.12 13.75L23.12 13.5L24.12 12.88L24.62 12.88L25 12.62L25.88 12.62L25.88 12.5L26.38 12.5L26.75 12.25L26.88 11.5L27 11.5L27 10.38L26.88 10.38L27 7.75L26.88 7.75L26.88 7.38L26.25 7L21.5 7L21.5 7.12L20 7L19.25 6.25L19.12 4.25L19 4.25L19 3.75L18.75 3.25L17.25 2.5L16.88 2.5Z'/%3E%3C/svg%3E");
    -webkit-mask-image: var(--wc-icon);
    mask-image: var(--wc-icon);
}
#webcommander-page .sports-education-container .sports-education-col .sports-education-info-box:has(> img[src*="sports-education-3"])::before {
    width: 29px;
    height: 29px;
    --wc-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath fill-rule='evenodd' fill='%23000' d='M14 0L18 0L18.12 0.5L18.62 0.75L18.75 1L19 1L19.12 1.25L19.38 1.25L20.88 3L21 4.12L21.12 4.12L21 7.38L20.12 8.25L19.25 10L19.88 11.12L20.38 13.25L20.62 13.38L20.88 13.88L21.38 16.25L22.25 17.25L23.25 17.38L24.12 17.88L25 18L25.88 18.88L26.62 19.25L27.25 20.5L27.62 20.88L27.88 22.25L28 22.25L28 23.75L27.88 23.75L27.75 25.25L27.38 26L27.12 26.12L27 26.62L26.62 27L26.38 27L25.88 27.75L24.62 28.25L24.25 29L20.25 29L20.12 28.5L19.75 28.12L18.88 27.88L17.38 26.38L17.38 26.12L17 25.75L17 25.25L16.62 24.5L16.62 23.62L16.25 23.12L15.75 22.88L14.62 22.62L13.62 22.12L11.62 21.88L10.25 21.12L9 21.12L8.5 21.62L8.25 21.62L7.88 22.12L7.62 22.12L7.25 22.62L6.5 23L5.62 23L5.62 23.12L3.25 23L2.25 22.5L2 22.12L1.5 22L1.12 21.62L0.75 20.62L0 20.25L0 16.38L0.62 16.25L1.12 15.25L2.25 14.12L3.5 13.88L4.25 13.5L5.5 13.5L5.88 13.88L7.25 13.75L8.12 12.88L8.12 12.62L9 11.88L9.12 11.38L10.12 10.5L10.12 10.25L10.62 10L11 9.62L11 9.38L11.75 8.75L11.75 8.25L11 7.5L11 6.88L10.88 6.88L10.88 6.25L10.75 6.25L10.75 4.62L10.88 4.62L11 3.12L11.62 2.5L11.62 2.25L12.12 1.88L12.12 1.62L12.5 1.25L13 1.12L13.12 0.88L13.62 0.75L14 0.12ZM15.25 3L14.88 3.12L13.88 4.12L13.62 4.62L13.62 5.75L13.75 5.75L13.75 6.12L14.12 6.88L14.38 6.88L14.5 7.12L14.75 7.12L15.62 7.88L16.5 7.75L18 6.75L18.12 5.88L18.25 5.88L18.25 4.5L18 4L17.12 3.12L15.38 3ZM14.5 10.38L14 10.62L13.88 10.88L13.38 11L13.12 11.5L12.12 12.38L12 12.88L11.12 13.62L11.12 13.88L9.5 15.38L9.12 16.12L9.12 16.62L9.5 17.38L9.88 17.62L9.88 17.88L10.25 18.25L11.25 18.75L11.62 18.75L11.62 18.88L14 19.25L14 19.38L14.38 19.38L14.38 19.5L14.75 19.5L15 19.75L15.5 19.75L15.88 20L17.38 20L18 19.38L18.12 19L18.88 18.62L18.88 17.38L18.12 15.88L17.88 14.38L17.12 12.88L17 11.88L16.88 11.88L16.62 11L16.38 11L16.25 10.75L15.38 10.62L15.12 10.38L14.62 10.38ZM4.5 16.38L3.75 16.75L3.62 17L3.38 17L3 17.5L3.12 19.25L3.62 19.88L4.12 20.12L5.88 20L6.5 19.38L6.88 18.62L6.88 18.12L6.5 17.38L6.12 17.25L5.75 16.75L5 16.38L4.62 16.38ZM22 20.12L20.25 21L19.25 22.75L19.25 23.5L20 25L20.25 25.12L20.25 25.38L21.5 26L23.25 26L23.75 25.75L25 24.5L24.88 21.75L24.12 21L23.62 20.88L23 20.25L22.12 20.12Z'/%3E%3C/svg%3E");
    -webkit-mask-image: var(--wc-icon);
    mask-image: var(--wc-icon);
}
#webcommander-page .sports-education-container .sports-education-col .sports-education-info-box:has(> img[src*="sports-education-4"])::before {
    width: 21px;
    height: 31px;
    --wc-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 31'%3E%3Cpath fill-rule='evenodd' fill='%23000' d='M7.12 0L17.75 0L17.88 0.62L18.62 1L19.38 1.75L19.38 2L19.75 2.25L19.88 3.25L20 3.25L19.88 5.12L19.75 5.12L19.62 5.75L19.38 5.88L18.88 7.62L18 9L18 9.5L17.62 10.25L17.25 10.5L17 11.5L16.38 12.12L16.25 12.62L16.5 13L18.5 13.25L18.62 13.5L19.62 14L20.38 15.5L21 15.75L21 16.75L20.25 17.38L20 18.25L19.5 19L18.62 19.38L17.12 20.88L16.38 21.12L14.75 22.75L13.88 23.12L13.12 24L12.62 24.12L12.12 24.75L11.25 25.12L10.75 25.88L10.25 26L9.62 26.75L9 27L8.5 27.62L7.25 28.25L7.25 28.5L6.75 29L6.25 29.12L5.5 29.88L3.25 30L3.25 29.88L2.62 29.75L1.5 28.62L1.12 27.88L1.12 26.62L1.25 26.62L1.5 25.62L1.88 25.25L2.25 24L2.88 23.25L3.12 21.75L4 20.5L4.12 19.62L4.88 18.88L4.88 18.38L4.38 18L2.5 18L2 17.75L1.88 17.38L1.5 17.25L0.88 16.62L0.62 16L0 15.88L0 12.38L0.38 12.38L0.88 12L1.25 10.5L1.88 9.5L2.25 8.12L3 7L3 6.5L3.38 5.75L3.75 5.5L4 5L4 4.5L4.38 3.75L4.75 3.5L5 3L5.12 2.12L6 1.12L6.88 0.75L7.12 0.12ZM8.75 2.5L7.88 2.88L7.25 3.5L7 4L7 4.5L6 6L5.75 7.25L5.25 7.75L5 9L4.75 9.5L4.38 9.75L4 10.5L4 11L3.75 11.5L3.38 11.75L3 12.5L2.88 13.38L2.5 14L2.75 14.88L3.62 15.62L4.12 15.62L4.12 15.75L7.12 15.62L7.12 15.75L7.62 15.75L8.12 16.38L8 18L7.75 18.5L7.38 18.75L7.38 19L7.12 19.12L6.88 20.5L6 21.75L5.75 23L5.5 23.12L5.5 23.38L5.25 23.5L5 24L4.88 24.88L4 25.88L3.88 27.12L4.12 27.38L5 27.25L5.75 26.25L6.5 26L7.25 25.12L7.88 24.88L8.25 24.5L8.25 24.25L9.5 23.62L10 23L10.25 23L11.12 22.12L11.75 21.88L12.25 21.12L13.12 20.75L13.62 20.12L14.25 19.88L14.88 19.12L15.75 18.75L17.25 17.25L18 16.88L18 16L17.75 15.75L17.38 15.75L17.38 15.62L16.38 15.62L16.38 15.75L13.75 15.62L13 15L13 14.62L12.88 14.62L13 13.5L13.25 13L13.5 12.88L13.5 12.62L13.75 12.5L14 12L14 11.5L14.88 10.25L15.12 9L15.75 8.25L16 7L17 5.5L17.12 4.75L17.38 4.5L17.25 3.25L16.75 2.75L16.12 2.62L16.12 2.5L8.88 2.5Z'/%3E%3C/svg%3E");
    -webkit-mask-image: var(--wc-icon);
    mask-image: var(--wc-icon);
}

/* A browser with no mask support would paint a solid coloured rectangle, which
   is worse than the flat PNG being replaced -- give it the PNG back. */
@supports not ((-webkit-mask-image: none) or (mask-image: none)) {
    #webcommander-page .sports-education-container .sports-education-col .sports-education-info-box > img {
        display: inline-block;
    }
    #webcommander-page .sports-education-container .sports-education-col .sports-education-info-box::before {
        display: none;
    }
}
/* [/kit-driven-svg-icons] */
