h2 {
    font-size: 24px;
}

h3 {
    font-size: 32px;
    margin-bottom: 0px;
}

body {
    color: #19223D;
    font-family: 'Satoshi Regular', Helvetica, Roboto, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nippo-Regular', 'Satoshi Regular', Helvetica, Roboto, Arial, sans-serif;
}

h1 {
    font-size: 37px;
    font-weight: 700;
}

.separator-title:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwMCA2LjA5MyA0OC43NCA5bDIuMzk5LTIuODk5TDAgOWw1LjA0Mi02LjA5M1YyLjYyTDUxLjEzOS4wMDhsLTIuNCAyLjg5OUwxMDAgMHY2LjA5M3oiIGZpbGw9IiNDRTM5MzEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat bottom/100px 9px;
    content: "AWAY KIT";
    display: block;
    content: '';
    flex: 1 0 100%;
    font: 600 2rem Nippo-Regular, Satoshi-Regular, Helvetica, Roboto, Arial, sans-serif;
    font-size: 32px;
    letter-spacing: .1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
    color: #042850;

    margin-top: 20px;
    margin-bottom: -10px;
}

.separator-away:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwMCA2LjA5MyA0OC43NCA5bDIuMzk5LTIuODk5TDAgOWw1LjA0Mi02LjA5M1YyLjYyTDUxLjEzOS4wMDhsLTIuNCAyLjg5OUwxMDAgMHY2LjA5M3oiIGZpbGw9IiNDRTM5MzEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat bottom/100px 9px;
    content: "AWAY KIT";
    display: block;
    flex: 1 0 100%;
    font: 600 2rem Nippo-Regular, Satoshi-Regular, Helvetica, Roboto, Arial, sans-serif;
    font-size: 32px;
    letter-spacing: .1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
    color: #042850;

    margin-top: 20px;
    margin-bottom: -10px;
}

.separator-home:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwMCA2LjA5MyA0OC43NCA5bDIuMzk5LTIuODk5TDAgOWw1LjA0Mi02LjA5M1YyLjYyTDUxLjEzOS4wMDhsLTIuNCAyLjg5OUwxMDAgMHY2LjA5M3oiIGZpbGw9IiNDRTM5MzEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat bottom/100px 9px;
    content: "HOME KIT";
    display: block;
    flex: 1 0 100%;
    font: 600 2rem Nippo-Regular, Satoshi, Helvetica, Roboto, Arial, sans-serif;
    font-size: 32px;
    letter-spacing: .1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
    color: #042850;
    margin-top: 40px;
    margin-bottom: -10px;
}

.separator-discuss:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwMCA2LjA5MyA0OC43NCA5bDIuMzk5LTIuODk5TDAgOWw1LjA0Mi02LjA5M1YyLjYyTDUxLjEzOS4wMDhsLTIuNCAyLjg5OUwxMDAgMHY2LjA5M3oiIGZpbGw9IiNDRTM5MzEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat bottom/100px 9px;
    content: "DISCUSSION";
    display: block;
    flex: 1 0 100%;
    font: 600 2rem Nippo-Regular, Satoshi-Regular, Helvetica, Roboto, Arial, sans-serif;
    font-size: 32px;
    letter-spacing: .1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
    color: #042850;
    margin-top: 20px;

}

.grid-container {
    display: grid;
    gap: 2rem;
    padding: 5px;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: auto;
}

.grid-item {
    font-size: 12px;
    text-align: center;
    background: white;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .15);
}

.grid-container .social-asking-bonus-embed {
    padding: 20px;
}

.win {
    font-weight: 700;
    padding: 10px;
    color: #EF3E33;
    text-align: center;
    padding-bottom: 25px;
}

.AnonymousBanner_banner__\+w0ns.ant-alert-info,
.LogInBanner_alert__cOHdQ.ant-alert-info {
    border-color: #042850;
    background: #042850;
    border-radius: 0;
    min-height: 72px;
}

.Quteev1_progressNav__hIU2G {
    z-index: 50000;
}

.ant-modal-wrap {
    z-index: 60000;
}

.AnonymousBanner_banner__\+w0ns.ant-alert-info .ant-alert-message,
.LogInBanner_alert__cOHdQ.ant-alert-info .ant-alert-message,
.AnonymousBanner_link__y74Bn {
    color: white;
}

.BannerBundle_sometimesVisible__gqodo {
    margin-top: 0;
}

#social-asking-banners .ant-alert .ant-alert-action .LogInBanner_menu__uWoBR,
#social-asking-banners .LogInBanner_alert__cOHdQ svg {
    fill: white;
}

.UpgradeBanner_text__u_dxE {
    display: none;
}

.BannerBundle_sometimesVisible__gqodo .ant-alert-message:after {
    content: 'Finish signup to be eligible to win.  ';
}

#social-asking-banners {
    min-height: 90px;
    background: #042850;
}

#social-asking-banners,
.footer {
    position: relative;
    z-index: 5;
}

.pick-our-kits p,
.footer p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Satoshi Medium';
    font-weight: 500;
    color: white;
}


.pick-our-kits:before {
    background: url(https://www.bwfc.co.uk/themes/custom/clubcast/assets/rosette-large.12d9e6d2fb4f8ed64f1f..svg) no-repeat center center;
    background-size: 30px 30px;
    bottom: 0;
    content: "";
    height: 150%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 200%;
    z-index: 1;
}

.pick-our-kits {

    color: #fff;
    margin-top: -10px;
    padding: 90px 10px 90px 10px;
    position: relative;
    overflow: hidden;
    background-image: url('images/map-text.png');
    background-size: cover;
    background-repeat: no-repeat;
    background: rgba(0, 22, 46, 0.85);
}

.pick-our-kits-wrapper {
    background-color: #003976;
    background-image: url('images/bolton-map-navy.jpg');
    background-size: cover;
}

.pick-our-kits h1 {
    font-size: 2.3rem;
    text-transform: uppercase;
    text-align: center;
    color: white;
    margin-bottom: -20px;
}

h3.main-subtitle {
    color: white;
    font-weight: 900;
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
}

.pok-footer-wrapper,
.giveaway-footer-wrapper {
    position: relative;
}

.pok-footer {
    background-color: #fff;
    bottom: -0.0625rem;
    -webkit-clip-path: polygon(0 15px, 100% 0, 98% 100%, 0 100%);
    clip-path: polygon(0 15px, 100% 0, 98% 100%, 0 100%);
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    transition: .1s ease;
    width: 50%;
    z-index: 1;
}

.giveaway-footer {
    background-color: #042850;
    bottom: -0.0625rem;
    -webkit-clip-path: polygon(0 15px, 100% 0, 98% 100%, 0 100%);
    clip-path: polygon(0 15px, 100% 0, 98% 100%, 0 100%);
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    transition: .1s ease;
    width: 50%;
    z-index: 1;
}

.LogInBanner_logo__dC28v,
.AnonymousBanner_logo__2F8lI {
    background: url(images/bolton-invert.png) no-repeat;
    background-size: 62px 62px;
    width: 62px;
    height: 0px !important;
    height
    /**/
    : 62px;
    padding: 62px 0 0 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

img.AuthForm_logo__Zvhwe,
img.UpgradeForm_logo__3Silz {
    background: url(images/bolton.png) no-repeat;
    width: 200px;
    height: 0px !important;
    height
    /**/
    : 200px;
    padding: 200px 0 0 0;
}

.sa_logo img {
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100px;
    padding-bottom: 30px;
}

.SimpleGauge_instructions__-2Yy\+ {
    font-size: 12px;
}

.m-strike,
.m-strike>svg {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
}

.m-strike {
    animation: fadeIn 1s;
    animation-fill-mode: both;
    height: 150%;
    width: 150%;
}

.footer {
    background: #042850;
    position: relative;
    min-height: 320px;
    z-index: -2;
}

.footer:before {
    background: url(https://www.bwfc.co.uk/themes/custom/clubcast/assets/rosette-large.12d9e6d2fb4f8ed64f1f..svg) no-repeat 0 0/contain;
    content: "";
    height: 35.3125rem;
    left: -17.8125rem;
    position: absolute;
    top: -18.75rem;
    width: 37.5rem;
    z-index: -1;
}

.fb-share-button {
    position: relative;
    top: -6px;
}

h2 {
    font-weight: 700;
    font-size: 28px;
    margin-top: 5px;
}

h2.instructions {
    color: white;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 18px;
    max-width: 320px;
    padding-top: 40px;
}

#social-asking-embed {
    margin-bottom: 250px !important;
    padding: 10px;
}

.sharebox {
    text-align: center;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sharebox h4 {
    color: white;
}

@media screen and (max-width: 767px) {
    .cloudzoom {
        border: 3px solid #ef3e33;
    }

    .grid-container {
        padding-top: 0;
        margin-top: 30px;
    }

    #social-asking-embed {
        margin-bottom: 30px !important;
    }

    .footer:before {
        content: none;
    }

    .desktop-only {
        display: none;
    }

    .separator-discuss:before {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwMCA2LjA5MyA0OC43NCA5bDIuMzk5LTIuODk5TDAgOWw1LjA0Mi02LjA5M1YyLjYyTDUxLjEzOS4wMDhsLTIuNCAyLjg5OUwxMDAgMHY2LjA5M3oiIGZpbGw9IiNDRTM5MzEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat bottom/100px 9px;
        content: "PICK OUR KITS";
        display: block;
        flex: 1 0 100%;
        font: 600 2rem Nippo-Regular, Satoshi-Regular, Helvetica, Roboto, Arial, sans-serif;
        font-size: 32px;
        letter-spacing: .1rem;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        text-align: center;
        text-transform: uppercase;
        color: #042850;
        margin-top: 20px;
    }

    .pick-our-kits {
        display: none;
    }

    .footer {
        padding-bottom: 180px;
    }

    .centered-img {
        display: block;
        margin: 0 auto;
    }

    .AnonymousBanner_anonText__qkbeR {
        text-align: center;
        width: 100%;
        display: block;
    }

    .LogInBanner_smallContent__25jna,
    .LogInBanner_alert__cOHdQ .ant-alert-message {
        text-align: center;
    }

    .AnonymousBanner_authButton__3LApu {
        margin: 0 auto;
        display: block;
    }
}

@media screen and (min-width: 640px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 900px) {
    .grid-container {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-item img {
        max-width: 200px;
    }
}