
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');


*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}  

a{
    text-decoration: none;
}

p{
    margin: 0;
    font-family: "Open Sans";
}

h1{
    margin: 0;
    font-family: "Archivo";
}

h2{
    margin: 0;
    font-family: "Archivo";
}

body{
    margin: 0;
}

.bg-light-0{
    background-color: #F9F9F9;
}

.bg-dark-2{
    background-color: #313131;
}

.bg-blue-0{
    background-color: #9BCBE3;
}

.bg-blue-1{
    background-color: #B1D9EC;
}

.bg-grad{
    background: var(--gradient-secondary, linear-gradient(0deg, #002157 0%, #012B71 94.98%));
}

.bg-yellow{
    background-color: #FDE5AD;
}

.nav{
    border-bottom: 2px solid var(--primary-yellow, #FDE5AD);
    background: var(--primary-navy, #9BCBE3);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.max-width{
    max-width: 1280px;
    width: 100%;
}

.nav .max-width{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-right: 12px;
}

.buttons{

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

}


button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 12px 10px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;

    border-radius: 12px;
    border: 1px solid var(--tint-orange-1, #E06C00);
    background: var(--gradient-primary, linear-gradient(275deg, #FFC93F 0%, #FFEEAC 100%));

    -webkit-transition: all .3s ease;

    -o-transition: all .3s ease;

    transition: all .3s ease;
}

button:hover{

    -webkit-filter: saturate(160%);

            filter: saturate(160%);
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(1, 42, 108, 0.50);
            box-shadow: 0px 0px 8px 0px rgba(1, 42, 108, 0.50);

}

.lang{
    display: flex;
    min-height: 36px;
    padding: 0 15px;
    justify-content: center;
    align-items: center;

    border-radius: 12px;
    border: 1px solid var(--neutral-dark-2, #313131);

    background-size: cover;
    transition: all .3s ease;

    background-position: center;

    font-weight: 500;
    color: #002157;
}



.lang:hover{
    border: 1px solid var(--neutral-dark-2, #E06C00);
    cursor: pointer;
    -webkit-filter: saturate(110%);
    filter: saturate(110%);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(1, 42, 108, 0.50);
    box-shadow: 0px 0px 4px 0px rgba(1, 42, 108, 0.50);
}

button p{
    font-weight: 700;
    background: var(--gradient-secondary, linear-gradient(0deg, #002157 0%, #012B71 94.98%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero{
    width: 100%;

    border-bottom: 2px solid var(--primary-yellow, #FDE5AD);

    background: url(Media/Pattern.webp) 50% / cover no-repeat, rgba(155, 203, 227, 0.85);
    background-blend-mode: soft-light, normal;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.hero .max-width{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
}

.hero .hero-desc{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 100%;
}

.hero-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

h1{

    font-size: 24px;
    font-style: normal;
    line-height: 28px; /* 116.667% */
    
    background: var(--gradient-secondary, linear-gradient(0deg, #002157 0%, #012B71 94.98%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.hero p{
    color: var(--neutral-dark-2, #313131);
    /* Option/1 - 12(16) B */
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 133.333% */
}

.hero .banner{
    display: none;
}

.promoted{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}

.promoted .max-width{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px 5px;
    height: 100%;
}

.card{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    -ms-flex-item-align: stretch;
        align-self: stretch;

    border-radius: 24px;

    overflow: hidden;
    height: 100%;

    cursor: pointer;
}

.card-img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 240px;
    padding: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flappy{
    background-image: url(Media/Flappy.webp);
}

.wintopia{
    background-image: url(Media/Wintopia.webp);
}

.martini{
    background-image: url(Media/Allspins.webp);
}

.touch{
    background-image: url(Media/Touch.webp);
}

.bit{
    background-image: url(Media/Bit.webp);
}

.croco{
    background-image: url(Media/Croco.webp);
}

.card-label{
    display: none;
    padding: 4px 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;

    border-radius: 100px;
    border: 2px solid var(--primary-navy, #9BCBE3);
    background: var(--gradient-secondary, linear-gradient(0deg, #002157 0%, #012B71 94.98%));
}

.card-label .text{
    color: var(--primary-blue, #B1D9EC);
    /* Option/1 - 12(16) B */
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 133.333% */
}

.promoted .card-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.content .card-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
}

.regular-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
}

.notice-label{
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: auto;
    flex-direction: column;

    border-radius: 16px;
    border: 3px solid var(--tint-orange-1, #E06C00);

    position: relative;

    margin: 10px 10px 0px 10px;
}

.notice-label h2{
    text-align: center;
    font-family: Archivo;
    font-size: 20px;
    letter-spacing: 2px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px; /* 116.667% */

        background: linear-gradient(90deg, #CA951B 16.29%, #CA951B 81.44%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}

.label {
    display: flex;
    padding: 0px 5px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;

    background: var(--primary-blue, #B1D9EC);

    position: absolute;
    top: -12px;
}

.label .text{
    color: var(--tint-orange-1, #E06C00);
    text-align: center;

    /* Desktop/1 - 16(22) B */
    font-family: 'Open Sans';
    font-size: 16px;
    font-style:normal;
    font-weight: bolder;
    line-height: 22px; /* 137.5% */
}

.card-cta{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
}

.bonus-rating{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.card-rating{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-width: 200px;
    padding: 4px 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-radius: 6px;

}

.card-rating h2{
    /* Title/2 - 24(28) */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */

    gap: 10px;
}

h2{
    text-align: center;

    /* Title/2 - 24(28) */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */

    background: var(--gradient-secondary, linear-gradient(0deg, #002157 0%, #012B71 94.98%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-usps{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
}

.usp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}

.usp .text{
    color: var(--neutral-dark-0, #181A1D);

    /* Mobile/1 - 14(20) B */
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
}

.cta .text{
    font-size: 14px;
}

.cta .text.large{
    font-size: 24px;
    line-height: 30px;
}

.card-terms{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
}

.terms-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 3px;
}

.terms-content .text{
    color: var(--neutral-dark-2, #313131);

    /* Mobile/1 - 14(20) B */
    font-family: Open Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 142.857% */
}

.content{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.content .max-width{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 15px 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
}

.promoted .card{
    background: var(--primary-blue, #B1D9EC);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(1, 42, 108, 0.50);
            box-shadow: 0px 4px 8px 0px rgba(1, 42, 108, 0.50);
    border: 2px solid var(--primary-yellow, #FDE5AD);
}

.content .card{
    border-radius: 24px;
    background: var(--primary-navy, #9BCBE3);
}

.promoted .card-rating{
    background: var(--primary-navy, #9BCBE3);
}

.content .card-rating{
    background: var(--primary-blue, #B1D9EC);
}

.footer-bar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: var(--primary-yellow, #FDE5AD);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.footer-bar .max-width{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
}

.footer-bar .terms-content{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.footer{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--neutral-dark-2, #313131);
}

.footer .max-width{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
}

.footer-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    flex-direction: column;
}

.footer-links .text.dark{
    color: var(--primary-sky, #BADAEE);

    /* Option/12 (16) | Bold */
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 133.333% */
}

.footer .logo-links{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer .text.desc{
    color: var(--primary-sky, #BADAEE);

    /* Option/12 (16) | Regular */
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */

    opacity: 0.6;
}

.logo-copy{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}

.logo-stripe{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    width: 100%;
}


@media only screen and (min-width: 744px) {


    .flappy{
        background-image: url(Media/Flappy-90.webp);
    }

    .wintopia{
        background-image: url(Media/Wintopia-90.webp);
    }
    
    .martini{
        background-image: url(Media/Allspins-90.webp);
    }
    
    .touch{
        background-image: url(Media/Touch-90.webp);
    }
    
    .bit{
        background-image: url(Media/Bit-90.webp);
    }
    
    .croco{
        background-image: url(Media/Croco-90.webp);
    }



.nav{
    padding: 3px 40px;
}

.hero-cont{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.hero .max-width{
    padding: 10px 40px;
}

.hero .banner{
    width: 280px;
    height: 191px;
    background-image: url(Media/Banner.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.card{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5px;
}

.notice-label{
    flex-direction: row;
}

.bonus-rating{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.card-usps{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 450px;
}

.card-cta{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 245px;
}

.card-img{
    height: 100%;
    width: 185px;
    min-height: 220px;
}

.promoted .card-img{
    height: 100%;
    width: 185px;
    min-height: 310px;
}

.regular-content{
    width: 100%;
    height: 100%;
}

.content .card-cont{
    width: 100%;
    height: 100%; 
}

.card-label{
    width: 160px;
}

.promoted .max-width{
    padding: 30px 15px;
}

.content .max-width{
    padding: 0px 30px 30px 30px;
}

.bonus-rating{
    gap: 10px;
}

.footer-bar .terms-content{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.footer .max-width{
    padding: 28px 40px;
}

.footer-links{
    flex-direction: row;
}

}

@media only screen and (min-width: 1050px) {

    .flappy{
        background-image: url(Media/Flappy.webp);
    }

    .wintopia{
        background-image: url(Media/Wintopia.webp);
    }
    
    .martini{
        background-image: url(Media/Allspins.webp);
    }
    
    .touch{
        background-image: url(Media/Touch.webp);
    }
    
    .bit{
        background-image: url(Media/Bit.webp);
    }
    
    .croco{
        background-image: url(Media/Croco.webp);
    }

.regular-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.content .card-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.bonus-rating{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 240px;
}

.notice-label{
    align-self: stretch;
}

.card-usps{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
}

.card-img{
    min-width: 300px;
}

.promoted .card-img{
    height: 100%;
    min-width: 350px;
    min-height: 250px;
}

.card-cta{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

}