.cookie-popup {
    background: #fff;
    border-radius: 6px;
    bottom: 1rem;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    font-size: 13px;
    left: 1rem;
    right: 1rem;
    max-width: 480px;
    padding: 1.333333rem;
    position: fixed;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .8s ease 0s;
    transition: -webkit-transform .8s ease 0s;
    -o-transition: transform .8s ease 0s;
    transition: transform .8s ease 0s;
    transition: transform .8s ease 0s, -webkit-transform .8s ease 0s;
    will-change: transform;
    z-index: 1000
}
.cookie-popup h2 {
    margin-top: 0 !important;
    padding-top: 0;
}
.cookie-popup--uses-badge {
    background: #24a931;
    bottom: .6rem;
    height: 2rem;
    padding: 0;
    -webkit-transition: all .24s ease-out;
    transition: all .24s ease-out;
    width: 6rem
}
.cookie-popup--uses-badge:hover {
    bottom: 2rem
}
.cookie-popup--uses-badge>form, .cookie-popup--uses-badge>h2, .cookie-popup--uses-badge>p {
    display: none
}
.cookie-popup--is-sticky {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .8s ease 0s;
    transition: transform .8s ease 0s
}
.cookie-popup--uses-badge.cookie-popup--is-sticky {
    background: #fff;
    bottom: 1rem;
    height: auto;
    padding: 1.333333rem;
    width: 100%
}
.cookie-popup--uses-badge.cookie-popup--is-sticky:hover {
    bottom: 1rem
}
.cookie-popup--uses-badge.cookie-popup--is-sticky>form, .cookie-popup--uses-badge.cookie-popup--is-sticky>h2, .cookie-popup--uses-badge.cookie-popup--is-sticky>p {
    display: block
}
.cookie-popup.cookie-popup--uses-link {
    bottom: 0
}
.cookie-popup--is-sticky.cookie-popup--uses-link {
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem)
}
.cookie-popup>h2 {
    font-size: 17px;
    margin: 0
}
.cookie-popup>p {
    margin: .53333rem 0 0
}
.cookie-popup input[type=checkbox]+label {
    color: #696a65;
    margin-right: .53333rem;
    white-space: nowrap
}
.cookie-popup input[type=checkbox]+label::before {
    height: 20px;
    line-height: 20px;
    width: 20px;
    margin-right: .26667rem
}
.cookie-popup input[type=checkbox]:disabled+label:before {
    content: "";
    background-color: #f6f6f6;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3e%3cpolygon points='9.53 0 4.4 5.09 1.47 2.18 0 3.64 2.93 6.54 4.4 8 5.87 6.54 11 1.46 9.53 0' fill='%23999999'/%3e%3c/svg%3e")
}
.cookie-popup__save {
    background: #24a931;
    border: none!important;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff!important;
    font-size: 13px;
    padding: .26667rem .53333rem
}
.cookie-popup>form, .cookie-popup__save-wrapper {
    margin-top: 1.06667rem
}
.cookie-popup__save:active, .cookie-popup__save:hover {
    opacity: .85
}
.cookie-popup-label {
    color: #fff;
    cursor: pointer;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    white-space: nowrap
}
.cookie-popup--is-sticky .cookie-popup-label {
    display: none
}
.cookie-popup a:active, .cookie-popup a:focus, .cookie-popup a:hover {
    color: #448aff
}
.post__entry a, .post__entry a:active, .post__entry a:focus, .post__entry a:hover {
    color: #448aff
}
.post__nav__link:hover h5 {
    color: #448aff
}
.footer__nav-item>a:active, .footer__nav-item>a:focus, .footer__nav-item>a:hover {
    color: #448aff
}
.cookie-popup, .cookie-popup__save {
    background: #448aff
}

.cookie-popup--uses-badge.cookie-popup--is-sticky {
	width: auto;
	height: 20px;
	overflow-y: hidden;
}

.cookie-popup--uses-badge.cookie-popup--is-sticky.maximized {
	height: auto;
}

.cookie-popup--uses-badge.cookie-popup--is-sticky h2 {
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}

.cookie-popup--uses-badge.cookie-popup--is-sticky h2:after {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #2e2d3f;
	top: 12px;
	right: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.cookie-popup--uses-badge.cookie-popup--is-sticky.maximized h2:after {
	top: 10px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.cookie-popup--uses-badge {
	width: auto;
}