*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  line-height: 30px;
  background: #111213;
}

body:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
}

[data-href] {
  cursor: pointer;
}

.lslp-inner {
  position: relative;
}

.lslp-logo {
  display: block;
  width: 100%;
  max-width: 298px;
  margin-top: 3px;
}

.lslp-button {
  display: inline-block;
  background: #111213;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  border: 2px solid #111213;
  -webkit-transition: background 0.15s ease, color 0.15s ease;
  -o-transition: background 0.15s ease, color 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease;
  font-weight: 600;
}

.lslp-ghost-button {
  display: inline-block;
  background: transparent;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  border: 2px solid #fff;
  -webkit-transition: background 0.15s ease, color 0.15s ease;
  -o-transition: background 0.15s ease, color 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease;
  text-align: center;
  font-weight: 600;
}

.lslp-ghost-button:hover {
  color: #111213;
  background: #fff;
}

.lslp-button:hover {
  background: #fff;
  color: #111213;
}

.lslp-box {
  text-align: center;
}

.lslp-top-left-image {
  width: 100%;
}

.video-image-replacement {
	width: 100%;
}

.lslp-top-right-image {
  width: 100%;
}

.lslp-bottom-image {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.lslp-bottom-image:before {
  content: '';
  display: block;
  width: 100%;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

@media (max-width: 700px) {
  .lslp-box p {
    font-size: 16px;
    line-height: 1.4285;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 22px;
  }

  .lslp-button,
  .lslp-ghost-button {
    padding: 10px 14px;
    font-size: 13px;
    line-height: 20px;
    min-width: 180px;
  }

  .lslp-top {
    margin-top: 6vw;
  }

  .lslp-top-left {}

  .lslp-top-right {
    margin-top: 6vw;
  }

  .lslp-bottom {
    margin-top: 6vw;
  }

  .lslp-bottom-image:before {
    padding-bottom: 83%;
  }

  body {
    padding: 6vw 5.6vw 8vw;
  }

  body:before {
    height: 280px;
  }

  .lslp-logo {
    margin-bottom: 20px;
  }

  .lslp-inner-header {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 701px) {
  .lslp-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 54px;
  }

  .lslp-top-left {
    width: calc(59% - 24px);
  }

  .lslp-top-right {
    width: calc(41% - 18px);
  }

  .lslp-bottom {
    margin-top: 95px;
  }

  .lslp-bottom-image:before {
    padding-bottom: 31.95%;
  }

  body {
    padding: 53px 5.6vw 8vw;
  }

  body:before {
    height: 354px;
  }

  .lslp-inner-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 701px) and (max-width: 1300px) {
  .lslp-box p {
    font-size: 16px;
    line-height: 1.4285;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 22px;
  }

  .lslp-button,
  .lslp-ghost-button {
    padding: 10px 14px;
    font-size: 13px;
    line-height: 20px;
    min-width: 180px;
  }
}

@media (min-width: 1301px) {
  .lslp-box p {
    font-size: 21px;
    line-height: 1.4285;
    color: #fff;
    margin-top: 16px;
    margin-bottom: 27px;
  }

  .lslp-button,
  .lslp-ghost-button {
    padding: 12px 19px;
    font-size: 14px;
    line-height: 20px;
  }
}



/*--------------------------------------------------------------
##  Cookie consent
--------------------------------------------------------------*/



.cc-window {
background: #fdfdfd;
    color: #000;
    overflow: visible;
    /* box-shadow: 0px 0px 10px #00000021; */
    width: calc(100% - 40px);
    max-width: none;
    bottom: 0;
    padding: 15px;
    position: fixed;
    bottom: 20px;
    z-index: 550;
    max-width: 400px;
    left: 20px;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.cc-message {
    display: block;
    float: left;
    line-height: 1.2;
        font-size: 15px;
}

.cc-btn {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    border: 2px solid #2a2d32;
    padding: 13px 15px 11px;
    display: inline-block;
    min-width: 166px;
    text-align: center;
    color: #ffffff;
    background: #2a2d32;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}

.cc-btn:hover {
	background: rgba(208, 46, 66, 0);
    color: #2a2d32;
}

.cc-link {
	color: #000;
	text-decoration: underline;
}


.cc-link:hover {
	text-decoration: none;
}

.cc-compliance {
	float: right;
	width: 100%;
}


.cc-message {
	margin-bottom: 10px;
}

@media all and (min-width: 600px) {
	.cc-window {
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
        text-align: left;
	}
	.cc-compliance {
		float: right;
		width: auto;
	}
	.cc-btn {
	width: 190px;
    padding: 10px;
    display: inline;
    width: auto;
    font-size: 13px;
	}
	.cc-message {
		margin-bottom: 0px;
	}
	.cc-message {
    	width: calc(100% - 85px);
	}
}