.gdpr{
    display: none;
    flex-direction: row;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 74px;
    left: 0px;
    bottom: 0px;
    background: #4C4E7F;

    /* Must be over everything else */
    z-index: 9001;
}

.gdprText {
    position: static;
    width: 200px;
    height: 44px;
    left: calc(50% - 1175px/2 + 3.5px);
    top: calc(50% - 44px/2);
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 1;
    margin: 0px 24px;
}

.gdprCloseIcon {
    position: static;
    width: 12px;
    height: 12px;
    right: 23px;
    top: 31px;
    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0px 24px;
}

.gdprCautionIcon {
    position: static;
    width: 19px;
    height: 19px;
    left: 23px;
    top: 27.5px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 24px;
}