@media only screen and (max-width:480px) {

    span#cookieconsent\:desc button#consent-management-tool {
        border: 1px solid #104c97;
        color: #104c97;
        font-family: "proximanovabold", verdana, "sans serif";
        padding: 9px 9px;
        font-size: 16px !important;
        border-radius: 4px;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        margin: 0px 8px 0px;
        position: absolute;
        width: 33.3%;
        max-width: 30%;
        font-weight: 700;
        opacity: 1;
        bottom: 20px;
        left: 66%;
    }

    button.cc-btn.cc-allow {
        background-color: #104c97;
        color: #fff;
        border: 1px solid #104c97;
        font-family: "proximanovabold", verdana, "sans serif";
        padding: 9px 9px;
        font-size: 16px;
        border-radius: 4px;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        width: 75%;
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-weight: 700;
    }

    button.cc-btn.cc-allow:hover, button.cc-btn.cc-allow:focus {
        background-color: #104c97;
    }

    button.cc-btn.cc-dismiss {
        background-color: #104c97 !important;
        color: #fff !important;
        border: 1px solid #104c97;
        font-family: "proximanovabold", verdana, "sans serif";
        padding: 9px 9px;
        font-size: 16px;
        border-radius: 4px;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        width: 75%;
        margin: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-weight: 700;
    }

    span#cookieconsent\:desc {
        font-family: "proximanovaregular", verdana, "sans serif";
        font-size: 14px;
        color: #1d1d1d;
        margin: 10px;
        width: 96%;
        max-width: 1200px;
    }
    span#cookieconsent\:desc a {
        text-decoration: underline;
        color: inherit;
    }
    .cc-compliance.cc-highlight {
        margin: 10px 7px;
        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: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 65%;
        gap: 4px;
    }

    .cc-window.cc-banner.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override-355137285, .cc-window.cc-floating.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override-355137285 {
        padding: 10px 0;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        padding-top: 25px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 100%;
        max-width: 100%;
        bottom: 0;
        z-index: 100;
    }

    .cc-highlight .cc-btn:first-child:focus,
    .cc-highlight .cc-btn:first-child:hover {
        text-decoration: none;
    }
}

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

    .cc-compliance.cc-highlight {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    span#cookieconsent\:desc button#consent-management-tool {
        border: 1px solid #104c97;
        color: #104c97;
        font-family: "proximanovabold", verdana, "sans serif";
        padding: 9px;
        font-size: 16px !important;
        border-radius: 4px;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        margin: 0px 10px 7px;
        position: absolute;
        width: 33.3%;
        max-width: 30.25%;
        font-weight: 700;
        opacity: 1;
        -webkit-transform: translate(-4px, 49px);
        -ms-transform: translate(-4px, 49px);
        transform: translate(-4px, 49px);
        left: 66.6%;
    }

    button.cc-btn.cc-allow {
        background-color: #104c97;
        color: #fff;
        border: 1px solid #104c97;
        font-family: "proximanovabold", verdana, "sans serif";
        padding: 9px 20px;
        font-size: 16px;
        border-radius: 4px;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        width: 75%;
        margin: 0px 10px 0px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-weight: 700;
        white-space: normal;
    }

    button.cc-btn.cc-allow:hover, button.cc-btn.cc-allow:focus {
        background-color: #104c97;
    }

    button.cc-btn.cc-dismiss {
        background-color: #104c97 !important;
        color: #fff !important;
        border: 1px solid #104c97;
        font-family: "proximanovabold", verdana, "sans serif";
        padding: 9px;
        font-size: 16px;
        border-radius: 4px;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        width: 75%;
        margin: 0px 10px 0px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-weight: 700;
        white-space: normal;
    }

    span#cookieconsent\:desc {
        font-family: "proximanovaregular", verdana, "sans serif";
        font-size: 14px;
        color: #1d1d1d;
        margin: 10px;
        width: 96%;
        max-width: 1200px;
    }
    span#cookieconsent\:desc a {
        text-decoration: underline;
        color: inherit;
    }
    .cc-compliance.cc-highlight {
        margin: 15px 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 66%;
    }

    .cc-window.cc-banner.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override-355137285, .cc-window.cc-floating.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override-355137285 {
        padding: 15px 0 35px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 100%;
        max-width: 100%;
        bottom: 0;
        z-index: 100;
    }

    .cc-highlight .cc-btn:first-child:focus,
    .cc-highlight .cc-btn:first-child:hover {
        text-decoration: none;
    }
}

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

    .cc-compliance.cc-highlight {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    span#cookieconsent\:desc button#consent-management-tool {
        padding: 9px;
        height: auto;
        margin: 0px 10px 0px;
        -webkit-transform: translate(2px, 49px);
        -ms-transform: translate(2px, 49px);
        transform: translate(2px, 49px);
        left: 66.6%;
    }

    button.cc-btn.cc-allow {
        padding: 9px 9px;
        margin: 0px 10px 0px;
        height: auto;
    }

    button.cc-btn.cc-dismiss {
        padding: 9px 9px;
        margin: 0px 10px 0px;
        height: auto;
    }

    span#cookieconsent\:desc {
        margin: 10px;
        width: 96%;
        max-width: 1200px;
    }

    .cc-compliance.cc-highlight {
        margin: 15px 0;
        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: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 67%;
    }

    .cc-highlight .cc-btn:first-child:focus,
    .cc-highlight .cc-btn:first-child:hover {
        text-decoration: none;
    }
}

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

    span#cookieconsent\:desc button#consent-management-tool {
        padding: 9px 9px;
        height: auto;
        text-decoration: none;
        margin: 0px 10px 0px;
        -webkit-transform: translate(9px, 54px);
        -ms-transform: translate(9px, 54px);
        transform: translate(9px, 54px);
        left: 66.6%;
    }

    button.cc-btn.cc-allow {
        padding: 9px 9px;
        margin: 0px 10px 0px;
        height: auto;
    }

    button.cc-btn.cc-dismiss {
        padding: 9px 9px;
        margin: 0px 10px 0px;
    }

    span#cookieconsent\:desc {
        margin: 15px;
        width: 96%;
        max-width: 1200px;
    }

    .cc-compliance.cc-highlight {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 67.6%;
    }

    .cc-highlight .cc-btn:first-child:focus,
    .cc-highlight .cc-btn:first-child:hover {
        text-decoration: none;
    }
}
@media only screen and (min-width:710px) {
    span#cookieconsent\:desc button#consent-management-tool {
        height: auto;
    }
    .cc-compliance.cc-highlight {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 67.6%;
    }
}
@media only screen and (min-width:992px) {

    span#cookieconsent\:desc button#consent-management-tool {
        margin: 5px 10px 10px;
        -webkit-transform: translate(12px, 49px);
        -ms-transform: translate(12px, 49px);
        transform: translate(12px, 49px);
        left: 66.6%;
    }
    .cc-compliance.cc-highlight {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 67.6%;
    }
    button.cc-btn.cc-allow {
        padding: 9px 0;
        margin: 0px 10px 0px;
    }

    button.cc-btn.cc-dismiss {
        padding: 9px 0;
        margin: 0px 10px 0px;
    }

    span#cookieconsent\:desc {
        width: 96%;
        max-width: 1200px;
    }

    .cc-highlight .cc-btn:first-child:focus,
    .cc-highlight .cc-btn:first-child:hover {
        text-decoration: none;
    }
}

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

    span#cookieconsent\:desc button#consent-management-tool {
        padding: 9px 20px;
        text-decoration: none;
        margin: 0 53px 0;
        width: 75%;
        max-width: 306px;
        -webkit-transform: translate(666px, 97px);
        -ms-transform: translate(666px, 97px);
        transform: translate(666px, 97px);
        left: auto;
    }

    button.cc-btn.cc-allow {
        margin: 0px 10px 9px;
    }

    button.cc-btn.cc-dismiss {
        padding: 9px;
        margin: 0px 10px 9px;
    }

    span#cookieconsent\:desc {
        width: 60%;
        max-width: 612px;
        display: flex;
        flex-flow: wrap;
    }

    .cc-compliance.cc-highlight {
        width: 40%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 408px;
    }

    .cc-window.cc-banner.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override-355137285, .cc-window.cc-floating.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override-355137285 {
        padding: 25px 0 35px;
        overflow: hidden;
        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;
        margin: 0 auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 100%;
        max-width: 100%;
        bottom: 0;
        z-index: 100;
    }

    .cc-highlight .cc-btn:first-child:focus,
    .cc-highlight .cc-btn:first-child:hover {
        text-decoration: none;
    }
}

.cc-window.cc-banner, .cc-window.cc-floating {
    background-color: rgb(255, 255, 255);
    width: 100%;
    border: 1px solid rgb(220, 220, 220);
    -webkit-box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 6px 0px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 6px 0px;
    opacity: 1;
}
a.cc-link[aria-label="learn more about cookies"][href=""] {
    display: none;
}

#clarip-cookie-manager-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw!important;
    height: 100vh!important;
    max-width: 100vw;
    max-height: 100vh;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 999999;
}


span#cookieconsent\:desc {
    text-align: left;
}