@font-face {
    font-family: 'PFDasGroteskPro-Black';
    src: url('../fonts/PFDasGroteskPro-Black.eot');
    src: local('☺'), 
        url('../fonts/PFDasGroteskPro-Black.woff') format('woff'), 
        url('../fonts/PFDasGroteskPro-Black.ttf') format('truetype'),
        url('../fonts/PFDasGroteskPro-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Bold';
    src: url('../fonts/PFDasGroteskPro-Bold.eot');
    src: url('../fonts/PFDasGroteskPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDasGroteskPro-Bold.svg#PFDasGroteskPro-Bold') format('svg'),
        url('../fonts/PFDasGroteskPro-Bold.woff') format('woff'),
        url('../fonts/PFDasGroteskPro-Bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro';
    src: url('../fonts/PFDasGroteskPro-Regular.eot');
    src: url('../fonts/PFDasGroteskPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDasGroteskPro-Regular.svg#PFDasGroteskPro-Regular') format('svg'),
        url('../fonts/PFDasGroteskPro-Regular.woff') format('woff'),
        url('../fonts/PFDasGroteskPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Light';
    src: url('../fonts/PFDasGroteskPro-Light.eot');
    src: local('☺'),
        url('../fonts/PFDasGroteskPro-Light.woff') format('woff'),
        url('../fonts/PFDasGroteskPro-Light.ttf') format('truetype'),
        url('../fonts/PFDasGroteskPro-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    min-width: 0 !important;
}

.mb-15 { margin-bottom: 15px; }

.fifa20-body * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.fifa20-body {
    background-color: #fa2063;
    display: block;
    min-width: 320px;
    margin: 0 auto;
    padding: 80px 15px 110px;
    overflow: auto;
    overflow-x: hidden;
    text-align: center;
}

.fifa20-body h1 {
    color: #ffffff;
    font-family: 'PFDasGroteskPro-Black';
    font-size: 23px;
    font-style: normal;
    line-height: 1.3;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    letter-spacing: 1px;
}


.fifa20-body h2 {
    color: #ffffff;
    font-family: 'PFDasGroteskPro-Black';
    font-size: 23px;
    font-style: normal;
    line-height: 1.2;
    display: block;
    padding: 0;
    margin: 0 0 15px;
    position: relative;
    letter-spacing: 1px;
}

.fifa20-body h3 {
    color: #ffffff;
    font-family: 'PFDasGroteskPro-Black';
    font-size: 21px;
    line-height: 1.2;
    text-align: left;
    /* letter-spacing: 1px; */
}

.fifa20-body p,
.fifa20-body li {
    max-width: 805px;
    color: #ffffff;
    font-family: 'PFDasGroteskPro';
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    margin: 0 auto;
    letter-spacing: 0.4px;
    list-style: none;
}
.fifa20-body p.mb-25 {
    margin-bottom: 25px;
}


.fifa20-body strong {
    font-weight: 800;
}

.fifa20-body img {
    max-width: 100%;
}

.fifa20-body a:hover {
    text-decoration: none;
    opacity: 1;
}

/**
 *	Section: Header
 */

.fifa20-header {
    max-width: 805px;
    margin: auto;
    text-align: center;
}
    .fifa20-header .fifa20-logo {
        max-width: 393px;
        height: 252px;
        background: transparent url('../images/FIFA20-logo.png') no-repeat center center;
        background-size: contain;
        margin: 0 auto 50px;
    }

    
.fifa20-release-date-wrapper {
    position: relative;
    left: 0;
    display: block;
    max-width: 170px;
    font-size: 12px;
    color: #fa2063;
    padding: 15px;
}
.fifa20-release-date-wrapper::before,
.fifa20-release-date-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 1;
}
.fifa20-release-date-wrapper::after {
    background: #d51c54;
    top: 10px;
    left: -10px;
    z-index: 0;
}
    .fifa20-release-date-wrapper > div,
    .fifa20-release-date-wrapper > span {
        position: relative;
        z-index: 3;
        display: block;
    }
    .fifa20-release-date {
        font-size: 26px;
        font-family: "PFDasGroteskPro-Bold";
        margin-top: 5px;
    }

.fifa20-price-wrapper {
    display: block;
}
    .fifa20-old-price,
    .fifa20-price {
        display: block;
        margin: 20px 0 10px;
        color: #ffffff;
        font-family: 'PFDasGroteskPro-Light';
        font-size: 17px;
    }
    .fifa20-old-price {
        padding-left: 78px;
        margin-bottom: 0;
    }
    .fifa20-price span {
        font-size: 48px;
        font-family: 'PFDasGroteskPro-Bold';
        line-height: 1;
    }
    .fifa20-old-price span {
        font-size: 29px;
        font-family: 'PFDasGroteskPro-Light';
        line-height: 1;
        text-decoration: line-through; 
    }

.fifa20-order-btn {
    display: inline-block;
    width: 165px;
    height: 45px;
    line-height: 46px;
    color: #003d8a;
    background: #ffffff;
    border-radius: 22px;
    font-family: "PFDasGroteskPro-Bold";
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}
.fifa20-order-btn:hover {
    color: #003d8a;
    background: #ffffff;
    text-decoration: none;
    opacity: 1;
}





.fifa20-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 805px;
    margin: auto;
    text-align: left;
}
    .fifa20-flex-57 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 57%;
        flex: 1 1 57%;
        padding-right: 25px;
    }
    .fifa20-flex-50 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding: 0 10px;
    }
    .fifa20-flex-43 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 43%;
        flex: 1 1 43%;
    }
    .fifa20-flex-33 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3%;
        flex: 1 1 33.3%;
        max-width: 250px;
        padding: 0 5px;
        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: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-bottom: 45px;
    }

/**
 *	Section: Editions
 */

.fifa20-edition {
    position: relative;
    max-width: 805px;
    margin: auto;
    padding: 80px 0 15px;
}
    .fifa20-just-arrived {
        margin-bottom: 60px;
    }
    .fifa20-preorder-title {
        font-family: 'PFDasGroteskPro-Black';
        font-size: 44px;
        color: #ffffff;
        line-height: 1;
        margin-bottom: 20px;
    }
    .fifa20-edition-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 35px;
    }
        .fifa20-edition-content .fifa20-release-date-wrapper {
            left: 10px;
        }
        .fifa20-edition-content .fifa20-release-date-wrapper::after {
            top: 0;
            height: calc(100% + 10px);
        }
        .fifa20-edition-content .fifa20-price-wrapper {
            text-align: center;
        }
            

.fifa20-ps4-section {
    padding-top: 85px;
}
    .fifa20-ps4-section > h2:first-child {
        margin-bottom: 40px;
    }
    .fifa20-ps4-section h3 {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
        font-family: "PFDasGroteskPro-Bold";
    }
    .fifa20-ps4-section .fifa20-release-date-wrapper {
        margin: 0 auto 55px;
    }
    .fifa20-ps4-section .fifa20-flex-33:not(:last-child) img {
        margin-top: 26px;
    }
    .fifa20-ps4-section .fifa20-price {
        margin-top: 0;
    }

.fifa20-section {
    padding-top: 125px;
}
    .fifa20-section img {
        margin: 55px 0 60px;
    }
    .fifa20-section h3 {
        margin-bottom: 5px;
    }


.fifa20-ps4-section .fifa20-flex {
    max-width: 905px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    margin-bottom: 60px;
}

.fifa20-volta-mode-section {
    padding-top: 110px;
}
    .fifa20-volta-mode-section .fifa20-flex .fifa20-flex-50:first-child {
        margin-left: -10px;
    }
    .fifa20-volta-mode-section .fifa20-flex .fifa20-flex-50:last-child {
        margin-right: -10px;
    }
        .fifa20-volta-mode-section > img {
            margin-bottom: 20px;
        }
        .fifa20-volta-mode-section h3 {
            margin: 40px 0 5px;
        }
