#webcommander-page .daily-rugby-area{
    padding:74px 0 140px;
    background-image: url(/template/097c5ce4/snippet-images/daily-rugby-bg.png);
    background-size: 1009px 390px;
    background-repeat: no-repeat;
    background-position: calc(100% - -100px)  calc(100% - -100px);
}
#webcommander-page .daily-rugby-area .daily-rugby-container{
    width: 1430px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
#webcommander-page .daily-rugby-area .sec-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, 40px);
    line-height: var(--bk-h2-line-height, 71px);
    text-align: center;
    letter-spacing: var(--bk-h2-letter-spacing, -0.02em);
    color: var(--bk-h2-color, var(--bk-color-ink, #000000));
    margin: 0 0 38px;
}
@media (max-width: 767px) {
    #webcommander-page .daily-rugby-area .sec-title{
        font-size: 34px;
        line-height: 50px;
        margin: 0 0 40px;
    }
}
#webcommander-page .daily-rugby-area .daily-rugby-items{
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin: 0 0 69px;
}
@media (max-width: 1440px) {
    #webcommander-page .daily-rugby-area .daily-rugby-items{
        gap: 20px;
    }
}
@media (max-width: 991px) {
    #webcommander-page .daily-rugby-area .daily-rugby-items{
        flex-wrap: wrap;
    }
}
#webcommander-page .daily-rugby-area .daily-rugby-box{
    background: #EBEFF8;
    border-radius: 20px;
    padding: 51px 48px;
    min-height: 230px;
    display: flex;
    flex: 1;
}
@media (max-width: 1440px) {
    #webcommander-page .daily-rugby-area .daily-rugby-box{
        padding: 30px;
    }
}
@media (max-width: 991px) {
    #webcommander-page .daily-rugby-area .daily-rugby-box{
        flex: 100%;
    }
}
#webcommander-page .daily-rugby-area .daily-rugby-box .image{
    width: 45px;
    padding-top: 8px;
}
#webcommander-page .daily-rugby-area .daily-rugby-box .image img{
    width: auto;
}
#webcommander-page .daily-rugby-area .daily-rugby-box .content{
    width: calc(100% - 45px);
    padding-left: 38px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1440px) {
    #webcommander-page .daily-rugby-area .daily-rugby-box .content{
        padding-left: 20px;
    }
}
#webcommander-page .daily-rugby-area .daily-rugby-box .content .club-title{
    font-family: var(--bk-h4-family, var(--bk-font-heading, 'Manrope'));
    font-weight: var(--bk-h4-weight, 700);
    font-size: var(--bk-h4-size, 26px);
    line-height: var(--bk-h4-line-height, 34px);
    letter-spacing: var(--bk-h4-letter-spacing, -0.02em);
    color: var(--bk-h4-color, var(--bk-color-ink, #000000));
    margin: 0 0 50px;
}
#webcommander-page .daily-rugby-area .daily-rugby-box .content div{
    margin-top: auto;
}
#webcommander-page .daily-rugby-area .daily-rugby-box .content .club-btn{
    font-family: var(--bk-link-font-family, var(--bk-font-base, 'Manrope'));
    font-weight: var(--bk-link-font-weight, 600);
    font-size: var(--bk-link-font-size, 16px);
    line-height: 22px;
    color: var(--bk-link-color, var(--bk-color-ink, #000000));
    text-decoration: var(--bk-link-decoration, underline);
    display: inline-flex;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#webcommander-page .daily-rugby-area .daily-rugby-box .content .club-btn:hover{
    color: var(--bk-link-hover, var(--bk-color-primary, #00A1C6));
}
#webcommander-page .daily-rugby-area .discover-wrap{
    width: 610px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
#webcommander-page .daily-rugby-area .discover-wrap 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);
    text-align: center;
    color: var(--bk-p-color, var(--bk-color-ink, #000000));
    margin: 0 0 47px;
}
#webcommander-page .daily-rugby-area .discover-wrap .club-button{
    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 .daily-rugby-area .discover-wrap .club-button: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 .daily-rugby-area .discover-wrap .club-button::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 .daily-rugby-area .discover-wrap .club-button: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>');
}
/* ============================================================================
   [kit-driven-svg-icons]
   The three card icons were PNGs, so no Brand Kit change could reach their
   colour. They are drawn as masks instead: the artwork gives the shape and the
   colour comes from `background-color`, wired to `currentColor` and to
   `--bk-color-primary` on the box -- change Colours > Primary and the icons
   follow.

   The sampled PNG colour was rgb(0,167,205); the design's teal is #00A1C6, which
   is the fallback here, so the icons now match the rest of the brand exactly.

   snippet.html is untouched: each `<img>` is only hidden, so the editor keeps its
   image control and the glyph is chosen by which file the `<img>` points at
   rather than by position -- reordering or cloning a card cannot mis-assign one.
   ========================================================================== */
#webcommander-page .daily-rugby-area .daily-rugby-box .image {
    color: var(--bk-color-primary, #00A1C6);
}
#webcommander-page .daily-rugby-area .daily-rugby-box .image > img {
    display: none;
}
#webcommander-page .daily-rugby-area .daily-rugby-box .image::before {
    content: "";
    display: block;
    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 .daily-rugby-area .daily-rugby-box .image:has(> img[src*="daily-rugby-1"])::before {
    width: 43px;
    height: 40px;
    --wc-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 40'%3E%3Cpath fill-rule='evenodd' fill='%23000' d='M9.62 0L33 0L33.38 0.5L33.62 0.5L33.88 0.88L34.38 1L34.88 1.5L35 3.5L35.38 4.25L35.62 4.38L38 4.25L38 4.38L38.62 4.38L39.75 5L40.12 5L41.88 6.5L41.88 6.88L42.25 7.62L43 8L43 12.62L42.62 12.62L42.12 13L41.75 14.5L41.38 14.75L40.88 15.75L40.38 16L39.62 16.88L38.88 17.12L38.12 17.88L36.75 18.25L36 18.88L34.25 19L33.75 19.25L32.5 19.25L32.5 19.38L31.88 19.38L31.88 19.5L30.38 19.5L29.38 20L28.75 20.88L28 21.12L27.25 21.88L26.12 22.12L25.75 22.5L25.5 22.5L24.38 23.62L24.5 24.75L24.62 24.75L25.25 26.75L26 27.38L26 27.62L26.38 28L27.12 28.25L27.38 28.62L28.88 28.88L28.88 29L29.75 29.25L30.12 30.5L30.88 31.62L31 32.88L31.25 33.12L31.75 35.38L31.88 35.38L31.88 37.12L31.75 37.12L31.75 37.5L31 38.25L30.75 38.25L30.38 38.62L29.88 38.62L29.88 38.75L27 38.88L27 39L14.25 39L14.25 38.88L11.75 38.75L11.25 38.5L11 38L10.75 37.88L10.38 37.12L10.38 36.12L10.5 36.12L10.5 35.62L10.62 35.62L10.62 35.12L10.75 35.12L10.75 34.62L10.88 34.62L10.88 34.12L11.12 33.62L11.12 32.88L11.25 32.88L11.5 32L11.75 31.88L12.12 30.25L13.25 28.88L14.62 28.62L14.75 28.38L15.75 28L16 27.5L16.88 26.75L17.12 25.75L17.88 24.38L17.88 23.38L16.88 22.12L15.5 21.75L15.25 21.38L14.38 21L13.5 20L13 19.88L12.62 19.5L11 19.5L10.5 19.25L7.12 18.88L7.12 18.75L6.38 18.62L5.88 18.12L4.88 17.88L4.12 17.12L3.25 16.88L3 16.38L2.12 15.75L1.75 14.88L1.25 14.38L0.62 12.88L0 12.62L0 8L0.75 7.62L1.12 6.88L1.12 6.5L2.38 5.25L3.12 4.88L3.88 4.75L4.38 4.38L5 4.38L5 4.25L6.5 4.38L6.5 4.25L7.12 4.12L7.38 3.75L7.5 2.62L7.62 2.62L8 1.25L8.38 0.88L9 0.75L9.62 0.12ZM14.5 2.62L14.38 2.75L11.12 2.88L11.12 3L10.25 3L10 3.25L10 6.38L10.12 6.38L10.38 8.62L10.88 9.62L11.12 11.62L11.88 12.88L12.25 14.25L12.5 14.38L12.5 14.62L12.75 14.75L13 15.25L13.12 16L14.38 17.25L14.38 17.5L15.38 18.25L15.62 18.75L15.88 18.75L17.12 19.88L19 20.25L19.75 20.62L20.5 20.62L20.5 20.75L22.5 20.75L22.5 20.62L23.12 20.62L23.38 20.38L23.75 20.38L24 20.12L25.25 20L25.75 19.75L26.12 19.25L27.12 18.88L28.12 17.75L28.38 17.75L28.62 17.25L28.88 17.12L29.12 16.25L29.88 15.75L30.12 14.75L31 13.5L31 12.88L31.12 12.88L31.25 12.12L31.62 11.62L31.75 10.75L31.88 10.75L32.38 6.88L32.5 6.88L32.75 3.5L32.25 3L30.12 2.88L30.12 2.75L28 2.88L28 2.75L26.62 2.75L26.62 2.62L25.62 2.62L25.62 2.75L15.38 2.75L15.38 2.62L14.62 2.62ZM29 4.75L30 4.88L30.62 5.62L30.62 7.62L30.5 7.62L30.5 8.38L30.38 8.38L30 10.5L29.75 10.75L29.75 11.12L29.12 11.88L29 12.62L28.38 13.12L28.38 13.38L27.75 14L26.25 13.88L26 13.5L26 13L25.88 13L26 12.12L26.88 11.12L27.12 10.12L27.88 9L28.12 5.38L28.5 5L29 4.88ZM5.38 6.88L4.12 7.25L4 7.62L3.62 7.75L2.88 8.62L2.62 10.62L2.75 10.62L2.75 11.5L2.88 11.5L3 12.25L3.25 12.75L3.5 12.88L3.5 13.12L3.75 13.25L3.88 13.75L5 14.88L5.75 15.12L6.25 15.75L6.75 16L8.25 16.25L8.38 16.5L9.12 16.88L10.12 16.75L10.25 16L10.12 16L9.88 14.88L9.25 14L8.75 11.62L8.25 11L7.88 7.75L7.38 7.12L5.5 6.88ZM35.88 7L35.25 7.25L35 7.75L34.75 9.88L34.12 11.12L33.88 13.12L33.75 13.12L33.62 13.75L33.12 14.25L33 15.25L32.75 15.75L32.25 16.12L32.38 16.88L33.38 16.88L33.38 16.75L34.38 16.62L34.62 16.38L35.5 16.25L35.5 16.12L36.75 15.75L37.25 15.12L38 14.88L39 13.88L39.12 13.38L40 12.5L40 12L40.25 11.5L40.38 9.5L40.25 9.5L40.25 9L40.12 9L39.88 8.12L39.5 8L38.5 7L36 7ZM20.88 23.25L20.25 23.88L20 26.25L19.25 27.5L19.25 28L19.62 28.38L20.62 28.38L20.62 28.25L22.38 28.38L22.88 27.88L22.75 27L22.5 26.88L22 25.88L21.88 23.75L21.62 23.62L21.62 23.38L21 23.25ZM18.25 30.88L18.12 31L15.25 31L14.12 32.12L13.75 34L13.12 34.88L13.12 35.75L13.62 36.25L14.38 36.25L14.38 36.38L15.5 36.25L15.5 36.38L16.12 36.38L16.12 36.5L25.88 36.5L25.88 36.38L26.5 36.38L26.5 36.25L27.38 36.25L27.38 36.38L28.38 36.25L28.38 36.12L28.75 36.12L29.12 35.62L28.88 33.75L28.25 32.88L27.88 31.38L27.38 31L18.38 30.88Z'/%3E%3C/svg%3E");
    -webkit-mask-image: var(--wc-icon);
    mask-image: var(--wc-icon);
}
#webcommander-page .daily-rugby-area .daily-rugby-box .image:has(> img[src*="daily-rugby-2"])::before {
    width: 41px;
    height: 41px;
    --wc-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41 41'%3E%3Cpath fill-rule='evenodd' fill='%23000' d='M12.12 0.5L28.75 0.5L29.38 0.88L30.75 1L30.75 1.12L31.5 1.25L31.88 1.75L32.75 2.12L33 2.62L33.88 3.25L34.25 4.25L34.88 5L35.12 6.88L35.25 6.88L35.62 8.5L35.75 8.5L36.12 11.62L36.25 11.62L36.5 13.12L36.62 13.12L36.75 14L36.88 14L37 15.75L37.25 16.25L37.38 17.62L37.88 18.62L38 20.38L38.12 20.38L38.12 21L38.25 21L38.25 21.5L38.38 21.5L38.75 23.38L38.88 23.38L39 25.38L39.12 25.38L39.12 26L39.38 26.38L39.38 26.88L39.5 26.88L39.5 27.38L39.62 27.38L39.62 27.88L39.88 28.38L40 30.62L40.12 30.62L40.12 31.25L40.25 31.25L40.25 31.75L40.5 32.12L40.5 33.12L40.38 33.12L40.38 33.62L40.25 33.62L40.25 34.12L40 34.62L39.88 35.75L39.25 36.5L39.25 36.75L39 36.88L39 37.12L37.25 38.88L35.5 39.75L34.25 39.88L34.25 40L6.75 40L6.75 39.88L5.5 39.75L5.38 39.5L3.75 38.88L3 38L2.75 38L2.12 37.38L2.12 37.12L1.88 37L1.88 36.75L1.5 36.5L1.5 36.25L1.12 35.88L0.88 34.12L0.75 34.12L0.75 33.62L0.5 33.12L0.5 31.88L0.62 31.88L0.88 30.25L1 30.25L1 29.38L1.12 29.38L1.38 27.38L1.5 27.38L1.5 26.88L1.62 26.88L1.62 26.38L1.88 25.88L2.25 22.75L2.38 22.75L2.38 22.38L2.62 22.12L2.75 21.25L2.88 21.25L3.12 18.38L3.25 18.38L3.38 17.62L3.88 16.62L4.25 13.12L4.75 12.25L5.12 9.12L5.25 9.12L5.25 8.5L5.38 8.5L5.38 8.12L5.62 7.88L5.75 7L5.88 7L6 5.5L6.12 5.5L6.25 4.75L6.88 4.12L7.12 3.25L7.62 3L8.38 2L9.25 1.75L10 1.12L10.5 1.12L10.5 1L12.12 0.62ZM12.25 3.25L11.75 3.38L11.62 3.62L11.12 3.88L10.25 4.12L10 4.62L9.62 5L9.38 5L9 5.5L8.88 6.62L8.75 6.62L8.62 7.38L8.12 8.38L7.75 11.88L7.38 12.38L7.12 14L7 14L6.88 16L6.75 16L6.75 16.5L6.62 16.5L6.62 16.88L6.12 17.88L6.12 18.38L6.5 18.88L11.75 18.88L11.75 19L13.5 18.75L13.88 18.25L13.88 17.5L14 17.5L14.12 16.88L14.62 16.5L14.62 16.25L15.12 15.88L15.12 15.62L15.75 15L16 15L16.75 14.12L17.88 13.88L19 13.25L20.12 13.25L20.12 13.12L22.38 13.25L23.12 13.88L24.25 14.12L26.5 16.38L26.5 16.62L26.75 16.75L27 17.25L27.25 18.38L27.88 18.88L28.62 18.88L28.62 19L34.5 18.88L34.88 18.38L34.88 17.88L34.75 17.88L34.5 16.62L34.12 15.88L33.88 13.38L33.75 13.38L33.5 11.88L33.12 11.12L32.75 7.75L32.25 6.88L31.75 5.25L31 4.62L30.75 4.12L29.75 3.88L28.75 3.25L28 3.38L27.62 3.88L27.62 5.5L27.75 5.5L27.62 6.62L27.38 6.75L26.88 7.88L26.5 8L25.5 9L23.5 9.25L23.5 9.38L22.62 9.38L22.62 9.25L17.62 9.38L17.62 9.25L16.62 9.25L16.62 9.12L15.5 9L14.5 8L14.25 8L13.25 6L13.38 3.88L13 3.38L12.38 3.25ZM17.62 3.25L16.75 3.5L16.38 3.88L16.12 4.88L16 4.88L16.12 5.75L17.38 6.5L23.62 6.5L23.62 6.38L24.5 6.12L24.88 5.75L24.75 4.25L24.5 3.75L24 3.38L23.5 3.38L23.5 3.25L22.5 3.25L22.5 3.38L17.75 3.25ZM19.62 16L18.75 16.25L17.12 17.62L17 18.12L16.75 18.25L16.25 19.25L16.12 20.75L16.25 20.75L16.25 21.38L16.75 21.88L17 22.75L18.25 24L20 24.38L20 24.5L21.38 24.5L21.62 24.25L22 24.25L22 24.12L22.38 24.12L23.12 23.75L23.88 23L24.25 22L24.75 21.5L24.88 19.75L24.75 19.75L24.75 19.25L24.25 18.25L24 18.12L23.88 17.62L23.38 17.12L23.12 17.12L22.5 16.5L21.75 16.12L19.75 16ZM6 21.88L5.38 22.12L5.12 22.62L4.88 25.62L4.75 25.62L4.75 26L4.62 26L4.62 26.38L4.25 27.12L4.25 27.62L4.12 27.62L3.88 30.25L3.75 30.25L3.75 30.75L3.38 31.38L3.25 33L3.38 33L3.38 33.62L3.75 34.12L4.12 35.38L4.62 35.88L4.88 35.88L5.5 36.62L5.75 36.62L6.12 37L6.75 37L6.75 37.12L9 37.12L9 37.25L9.75 37.12L10.25 36.75L10.5 35.62L10.88 34.88L11 33.5L11.88 32.62L11.88 32.38L12.5 31.75L12.75 31.75L13.25 31.12L13.88 31L13.88 30.88L14.62 30.88L15.25 30.5L25.88 30.5L25.88 30.62L26.25 30.62L27 31L27.5 31L28 31.25L28.38 31.75L28.62 31.75L29.25 32.5L29.25 32.75L29.75 33.12L30 33.62L30.12 34.88L30.5 35.62L30.62 36.5L31 37L31.62 37.12L31.62 37.25L34.12 37.12L34.12 37L35.12 36.88L35.38 36.5L35.62 36.5L36.88 35.25L37.25 34.5L37.25 34.12L37.62 33.62L37.62 33.12L37.75 33.12L37.62 31.38L37.5 31.38L37.5 30.88L37.12 30.12L36.88 27.62L36.38 26.62L36.25 25.25L36 24.75L35.88 22.88L35.75 22.88L35.62 22.25L35 21.88L27.88 21.88L27.25 22.25L26.88 23.75L26.25 24.12L25.88 25L25.12 25.75L24.25 26.12L23.75 26.75L23.25 27L22.25 27L22.25 27.12L21.62 27.12L21.62 27.25L21 27.25L21 27.38L18 27L17.5 26.75L17.25 26.38L17 26.38L16.88 26.12L16 25.88L15 24.88L14.75 24.12L14.25 23.75L14 23.25L13.75 22.25L13.25 21.88L6.12 21.88ZM15.62 33.25L14.5 33.75L14 34.25L13.75 35.12L13.12 35.88L13.25 36.88L13.88 37.25L14.25 37.25L14.25 37.12L27.38 37.12L27.88 36.62L27.75 35.62L27.5 35.5L27 34.12L25.88 33.62L25.5 33.25L24.5 33.25L24.5 33.38L23.75 33.38L23.75 33.25L17.25 33.25L17.25 33.38L15.75 33.25Z'/%3E%3C/svg%3E");
    -webkit-mask-image: var(--wc-icon);
    mask-image: var(--wc-icon);
}
#webcommander-page .daily-rugby-area .daily-rugby-box .image:has(> img[src*="daily-rugby-3"])::before {
    width: 45px;
    height: 39px;
    --wc-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 40'%3E%3Cpath fill-rule='evenodd' fill='%23000' d='M18.25 0L27 0L27 0.25L27.5 0.75L29.75 1.12L30.5 1.75L32 2.12L33 2.88L34 3L34.5 3.25L34.75 3.62L35 3.62L35.12 3.88L36 4L36.5 4.25L36.62 4.5L36.88 4.5L37 4.75L38 5L38.62 5.62L39.5 6L40 6.5L40 6.75L40.75 7.38L41 8.12L41.25 8.25L41.25 8.5L41.88 9.25L42.38 11.25L42.62 11.38L42.88 12.25L43 12.25L43.25 14L43.62 14.38L43.75 15L43.88 15L44 16.62L44.12 16.62L44.12 17.12L44.5 17.88L44.5 18.38L44.62 18.38L44.62 18.88L44.88 19.38L44.88 20.38L45 20.38L44.88 22.38L43.75 23.75L42.5 24.12L41.5 24.88L39.62 25.12L38.62 25.62L37.38 25.75L37.12 26L37 26.25L37 37.12L36.88 37.12L36.75 37.75L36.12 38.38L36.12 38.62L35.62 39.12L35 39.38L34.88 40L10.25 40L10.12 39.38L9.38 39L8.12 37.5L8.12 26.38L7.62 25.75L6.25 25.5L6.25 25.38L5.38 25.25L5.38 25.12L3.75 24.88L2.88 24.25L1.62 23.88L0.88 22.88L0 22.62L0 18.88L0.5 18.62L0.88 17.88L1.12 15.62L1.25 15.62L1.38 14.62L1.88 13.75L2.12 11.75L2.88 10.75L3.38 8.88L3.62 8.75L4.12 7.75L4.88 7.12L5 6.62L5.62 6L6.12 5.88L6.75 5.12L8 4.62L8.12 4.38L8.62 4.12L10.12 3.88L10.75 3.25L11.25 3L11.75 3L13.25 2L13.75 2L15.12 1.25L17.5 0.75L18.25 0.12ZM24.25 2.75L24.12 2.88L18.5 3L18.5 3.12L17.5 3.25L17 3.75L17 4.75L17.25 4.88L17.25 5.12L17.5 5.12L17.88 5.5L17.88 5.75L18.62 6.12L19.25 6.88L22.62 7.75L22.62 7.62L23.25 7.62L23.25 7.5L23.62 7.5L24.38 7.12L25.75 6.88L26.25 6.25L26.88 6L28 4.88L28.12 3.88L27.75 3.38L27.12 3.25L27.12 3.12L26.5 3.12L26.5 3L24.25 2.88ZM13.25 5L12.88 5.12L12.12 5.88L10.88 6.12L9.88 6.88L8.5 7.25L8.12 7.75L7.88 7.75L7.75 8L7 8.38L6.88 8.88L6 9.88L5.75 10.88L5 12L4.75 13.5L4.12 14.62L3.88 16.62L3.75 16.62L3.62 17.38L3.12 18.38L3.12 19.25L3 19.25L3 20L2.88 20L2.88 21L3.25 21.75L3.75 22L5.38 22.25L6.75 23L7.62 23L8.12 22.5L8.12 21.25L8 21.12L8.12 21.12L8.12 17.62L8.25 17.38L8.75 17L9.62 16.88L9.62 17L10 17L10.5 17.5L10.75 18.38L10.88 18.38L10.88 31.38L11.38 31.88L33.62 31.88L34.12 31.38L34.12 18.38L34.25 18.38L34.5 17.5L35 17L35.38 17L35.38 16.88L36.38 17L36.88 17.5L36.88 17.88L37 17.88L37 22.62L37.38 23L38.25 23L38.5 22.75L41.25 22L41.75 21.75L42.12 21.12L42.12 19.62L42 19.62L41.88 18.12L41.75 18.12L41.62 17.38L41.12 16.38L40.75 14L40.12 13.12L39.88 11.5L39.25 10.75L38.75 9.25L38 8.62L38 8.38L37.62 8L37.12 7.88L36.5 7.25L35.12 6.88L35 6.62L34.75 6.62L34.5 6.25L34 6L33 5.88L31.88 5L31.25 5L30.38 5.75L30 6.62L29 7.5L28.88 7.88L28.25 8.12L27.75 8.88L27.12 9L26 9.75L24.25 10L24.25 10.12L20.75 10.12L20.75 10L19.88 10L19.88 9.88L19.12 9.75L18.25 9.12L17.25 8.88L17 8.38L16.62 8L16.38 8L15.62 7L15.12 6.75L14.5 5.5L13.88 5L13.38 5ZM11.62 34.25L11 34.62L10.88 35.75L10.75 35.75L11 36.88L11.62 37.25L12.25 37.25L12.25 37.12L33.62 37.12L34.25 36.5L34.12 35L34 35L34 34.62L33.5 34.25L32.5 34.25L32.5 34.38L31.62 34.38L31.62 34.25L13.25 34.25L13.25 34.38L12.5 34.38L12.5 34.25L11.75 34.25Z'/%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 .daily-rugby-area .daily-rugby-box .image > img {
        display: inline-block;
    }
    #webcommander-page .daily-rugby-area .daily-rugby-box .image::before {
        display: none;
    }
}
/* [/kit-driven-svg-icons] */
