.zero-margin {
    margin: 0 !important;
}

.hide {
    background-color: transparent !important;
}

.fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, .9);
    -webkit-transition: background-color .75s, -webkit-transform .75s;
    transition: background-color .75s, transform .75s;
}

.text-align-center {
    text-align: center
}

.responsive-wrapper {
    display: inline-block
}

.responsive-wrapper .sqs-slice {
    display: inline-block
}

.responsive-wrapper .sqs-slice[data-content-empty="true"] {
    display: none
}

.scrim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.sqs-slide-container:not(.auto-overlay) .scrim {
    opacity: 1 !important
}

.sqs-slide-layer {
    box-sizing: border-box
}

.sqs-slide-layer.full-width-height {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.sqs-slide-layer.full-width-height>.sqs-slide-layer-content {
    height: 100%
}

.sqs-slide-layer-content {
    position: relative;
    padding: 40px 60px 60px 60px;
    box-sizing: border-box
}

.sqs-slice {
    position: relative
}

.sqs-slice[data-content-empty="true"] {
    display: none
}

.sqs-slice-group {
    position: relative
}

.sqs-slice-group.align-center-vert {
    position: relative;
    top: 50%;
    box-sizing: border-box;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
}

.sqs-slice-group.bottom-full-width {
    position: absolute;
    bottom: 60px;
    left: 60px;
    right: 60px
}

[data-compound-type="logo"] img {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%
}

[data-slice-type="gallery"] {
    z-index: 0
}

[data-slice-type="gallery"],
[data-slice-type="gallery"]:not(.sqs-gallery-grid) .sqs-slice-gallery-item,
[data-slice-type="gallery"].sqs-gallery-design-stacked:not(.sqs-gallery-grid) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

[data-slice-type="buttons"] ul {
    margin: 0;
    padding: 0;
    line-height: 1em
}

[data-slice-type="buttons"] li {
    display: inline-block;
    list-style: none
}

[data-slice-type="buttons"] li a {
    display: block;
    text-decoration: none
}

[data-slice-type="buttons"] a {
    text-align: center
}

[data-slice-type="buttons"] a {
    padding-top: 1em;
    padding-right: 1.44em;
    padding-right: calc(1.44em - .2em);
    padding-bottom: 1em;
    padding-left: 1.44em
}

@media all and (max-width:600px) {
    .sqs-slide-layer-content {
        padding: 20px
    }

    .sqs-slice-group.bottom-full-width {
        bottom: calc(60px - 20px);
        left: 20px;
        right: 20px
    }
}

@media all and (max-height:900px) {
    .sqs-slice-group.bottom-full-width {
        bottom: calc(60px - 20px)
    }
}

[data-compound-type="logo"][data-slice-type="image"] {
    max-height: 500px
}

[data-compound-type="logo"][data-slice-type="image"] img {
    max-height: 500px
}

[data-slice-type="heading"]:not([data-compound-type]) h1 {
    font-family: 'futura-pt';
    font-size: 130px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: -2px;
    line-height: 1em;
    font-family: "europa";
    font-size: 14px;
    line-height: 1.4em;
    text-transform: uppercase;
    letter-spacing: .29em;
    font-weight: 400;
    font-style: normal;
    color: #fff
}

[data-slice-type="body"] {
    font-family: 'futura-pt';
    font-size: 26px;
    line-height: 1.3em;
    letter-spacing: .5px;
    font-family: "europa";
    font-size: 13px;
    line-height: 1.7em;
    text-transform: none;
    letter-spacing: .13em;
    font-weight: 400;
    font-style: normal;
    color: #b0b0b0;
}

.sqs-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #99cbd7;
    -webkit-transition: background-color .75s, -webkit-transform .75s;
    transition: background-color .75s, transform .75s;
}

.scrim {
    -webkit-transition: background 170ms ease-out, opacity 170ms ease-out;
    -moz-transition: background 170ms ease-out, opacity 170ms ease-out;
    -ms-transition: background 170ms ease-out, opacity 170ms ease-out;
    -o-transition: background 170ms ease-out, opacity 170ms ease-out;
    transition: background 170ms ease-out, opacity 170ms ease-out;
}

.sqs-slide-container:not(.auto-overlay) .scrim {
    background-color: rgba(0, 0, 0, .2) !important;
}

[data-slice-type="buttons"] ul {
    font-family: 'futura-pt';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: "europa";
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 400;
    font-style: normal
}

.button-style-outline [data-slice-type="buttons"] a {
    color: #ffffff;
    /* border: 2px solid #99cbd7; */
    -webkit-transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
    -moz-transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
    -ms-transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
    -o-transition: color 170ms ease-in-out, border-color 170ms ease-in-out;
    transition: color 170ms ease-in-out, border-color 170ms ease-in-out
}

.button-style-outline [data-slice-type="buttons"] a:hover {
    color: #181818
}

.button-style-outline [data-slice-type="buttons"] li {
    -webkit-transition: background-color 170ms ease-in-out;
    -moz-transition: background-color 170ms ease-in-out;
    -ms-transition: background-color 170ms ease-in-out;
    -o-transition: background-color 170ms ease-in-out;
    transition: background-color 170ms ease-in-out
}

/* .button-style-outline [data-slice-type="buttons"] li:hover {
    background-color: #99cbd7
} */

#consent > a:hover{
    background-color: #8cc63f;
    color: #fff;
}

#reject > a:hover{
    background-color: #ee4239;
    color: #fff;
}

.button-style-outline [data-slice-type="buttons"] li:hover a {
    border-color: transparent;
    color: #181818
}

.sqs-slide-layer-content {
    padding-top: 60px
}

[data-slice-type="heading"]:not([data-compound-type]):not([data-content-empty="true"]) {
    margin-bottom: 20px
}

.copy-layer-background {
    background-color: rgba(255, 255, 255, 0)
}

.group-copy {
    padding: 60px 60px calc(64px) 60px
}

.group-copy .sqs-slice:not([data-content-empty="true"])~.sqs-slice[data-content-empty="true"]+.actions {
    margin-top: 10px
}

.actions:not(.stacked) {
    white-space: nowrap
}

.button-style-outline [data-slice-type="buttons"] a:hover {
    color: rgba(255, 255, 255, 0)
}

.layer-front .sqs-slide-layer-content {
    width: 100%;
    max-width: 600px;
    padding-left: 0;
    padding-right: 0
}

.horizontal-positioning-center .layer-front .sqs-slide-layer-content {
    margin-left: auto;
    margin-right: auto
}

.alignment-center .sqs-slide-layer-content .group-copy {
    text-align: center
}

.alignment-center .group-social {
    text-align: center
}

@media all and (max-width:1200px) {
    .layer-front .sqs-slide-layer-content {
        max-width: 640px
    }

    .layer-front .sqs-slide-layer-content .group-copy {
        margin-left: 20px;
        margin-right: 20px
    }

    .sqs-slice-group.bottom-full-width {
        left: 80px;
        right: 80px
    }
}

@media all and (max-width:440px) {
    .group-copy {
        padding: 40px 30px
    }
}

.stacked li {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
}

.sqs-slide-layer.layer-front.scroll {
    overflow-x: hidden;
    overflow-y: scroll;
}

.responsive-wrapper.actions.text-align-center.stacked {
    display: block;
    margin: 0;
    width: 100%;
}

.stacked>div.sqs-slice.sqs-slice-buttons.sqs-slice-buttons-content {
    display: block;
}

@font-face {
    font-family: europa;
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: europa;
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: europa;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: europa;
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: europa;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: europa;
    font-weight: 700;
    font-style: italic;
}

body,
html {
    background-size: cover;
    height: 100%;
    width: 100%;
}

body:before,
html:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

* {
    box-sizing: border-box;
}

.space-label {
    width: 340px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.space-label .top,
.space-label .bottom {
    height: 60px;
    overflow: hidden;
    position: relative;
    width: 170px;
    margin: 0 auto;
}

.space-label .top .ring,
.space-label .bottom .ring {
    border-radius: 100%;
    position: absolute;
    width: 170px;
    height: 170px;
    border: 3px solid #fff;
    border-width: 8px;
}

.space-label .top .ring:nth-child(2),
.space-label .bottom .ring:nth-child(2) {
    border-width: 4px;
    width: 154px;
}

.space-label .top .ring:nth-child(3),
.space-label .bottom .ring:nth-child(3) {
    border-width: 2px;
    width: 139px;
}

.space-label .top .ring:nth-child(3):after,
.space-label .bottom .ring:nth-child(3):after {
    content: '';
    width: 18px;
    position: absolute;
    border-top: 1px solid #fff;
    left: 50%;
    margin-left: -9px;
}

.space-label .top .ring:nth-child(3):before,
.space-label .bottom .ring:nth-child(3):before {
    content: '';
    width: 32px;
    position: absolute;
    border-top: 1px solid #fff;
    margin-left: -16px;
    left: 50%;
}

.space-label .top .ring:nth-child(1) {
    top: 0;
    left: 0;
}

.space-label .top .ring:nth-child(2) {
    top: 10px;
    left: 8px;
}

.space-label .top .ring:nth-child(3) {
    top: 20px;
    left: 16px;
}

.space-label .top .ring:nth-child(3):after {
    top: 17px;
}

.space-label .top .ring:nth-child(3):before {
    top: 22px;
}

.space-label .bottom .ring:nth-child(1) {
    bottom: 0;
    left: 0;
}

.space-label .bottom .ring:nth-child(2) {
    bottom: 10px;
    left: 8px;
}

.space-label .bottom .ring:nth-child(3) {
    bottom: 20px;
    left: 16px;
}

.space-label .bottom .ring:nth-child(3):after {
    bottom: 17px;
}

.space-label .bottom .ring:nth-child(3):before {
    bottom: 22px;
}

.space-label .text {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    height: 55px;
    vertical-align: middle;
    display: table-cell;
    width: 340px;
    position: relative;
    left: 7px;
    letter-spacing: 14px;
}
