::-webkit-calendar-picker-indicator {
  filter: invert(0);
}
.shake {
  -webkit-animation: shake .5s linear;
  animation: shake .5s linear;
}
@-webkit-keyframes shake {
  8%,
  41% {
    -webkit-transform: translateX(-3%);
  }
  25%,
  58% {
    -webkit-transform: translateX(3%);
  }
  75% {
    -webkit-transform: translateX(-2%);
  }
  92% {
    -webkit-transform: translateX(2%);
  }
  0%,
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes shake {
  8%,
  41% {
    transform: translateX(-3%);
  }
  25%,
  58% {
    transform: translateX(3%);
  }
  75% {
    transform: translateX(-2%);
  }
  92% {
    transform: translateX(2%);
  }
  0%,
  100% {
    transform: translateX(0%);
  }
}
.shakemid {
  -webkit-animation: shakemid .5s linear;
  animation: shakemid .5s linear;
}
@-webkit-keyframes shakemid {
  8%,
  41% {
    -webkit-transform: translateX(-53%);
  }
  25%,
  58% {
    -webkit-transform: translateX(-47%);
  }
  75% {
    -webkit-transform: translateX(-52%);
  }
  92% {
    -webkit-transform: translateX(-48%);
  }
  0%,
  100% {
    -webkit-transform: translateX(-50%);
  }
}
@keyframes shakemid {
  8%,
  41% {
    transform: translateX(-53%);
  }
  25%,
  58% {
    transform: translateX(-47%);
  }
  75% {
    transform: translateX(-52%);
  }
  92% {
    transform: translateX(-48%);
  }
  0%,
  100% {
    transform: translateX(-50%);
  }
}
.fadeInUpOpacity {
  -webkit-animation: fadeInUpOpacity 1s;
  animation: fadeInUpOpacity 1s;
}
@-webkit-keyframes fadeInUpOpacity {
  0% {
    -webkit-opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    -webkit-opacity: .8;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpOpacity {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: .8;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation: fadeInUp 1s;
  animation: fadeInUp 1s;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    -webkit-opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation: fadeInDown 1s;
  animation: fadeInDown 1s;
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  100% {
    -webkit-opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.grow {
  -webkit-animation: grow 1s;
  animation: grow 1s;
}
@-webkit-keyframes grow {
  0% {
    -webkit-opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes grow {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.growOpacity {
  -webkit-animation: growOpacity 1s;
  animation: growOpacity 1s;
}
@-webkit-keyframes growOpacity {
  0% {
    -webkit-opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-opacity: .8;
    -webkit-transform: scale(1);
  }
}
@keyframes growOpacity {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: .8;
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.fastpulse {
  -webkit-animation: fastpulse .25s infinite;
  animation: fastpulse .25s infinite;
}
@-webkit-keyframes fastpulse {
  0% {
    -webkit-transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes fastpulse {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.scaleout {
  -webkit-animation: scaleout .5s;
  animation: scaleout .5s;
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes scaleout {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.fade {
  -webkit-animation: fade 1s infinite;
  animation: fade 1s infinite;
}
@-webkit-keyframes fade {
  0% {
    -webkit-opacity: 0;
    -webkit-transform: scale(1);
  }
  5% {
    -webkit-opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  5% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
.rotateleft {
  -webkit-animation: rotateleft .6s;
  -webkit-animation-iteration-count: 1;
  animation: rotateleft .6s;
  animation-iteration-count: 1;
}
@keyframes rotateleft {
  0% {
    opacity: 1;
    transform: rotate(0) translateX(0);
  }
  100% {
    opacity: 0;
    transform: rotate(-9deg) translateX(-200px);
  }
}
.rotateright {
  -webkit-animation: rotateright .6s;
  -webkit-animation-iteration-count: 1;
  animation: rotateright .6s;
  animation-iteration-count: 1;
}
@keyframes rotateright {
  0% {
    opacity: 1;
    transform: rotate(0) translateX(0);
  }
  100% {
    opacity: 0;
    transform: rotate(9deg) translateX(200px);
  }
}
.slide-inRightToLeft {
  -webkit-animation: slide-inRightToLeft 0.5s forwards;
  animation: slide-inRightToLeft 0.5s forwards;
}
@-webkit-keyframes slide-inRightToLeft {
  0% {
    -webkit-transform: translate(200%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
  }
}
@keyframes slide-inRightToLeft {
  0% {
    transform: translate(200%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.slide-inLeftToRight {
  -webkit-animation: slide-inLeftToRight 0.5s forwards;
  animation: slide-inLeftToRight 0.5s forwards;
}
@-webkit-keyframes slide-inLeftToRight {
  0% {
    -webkit-transform: translate(-200%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
  }
}
@keyframes slide-inLeftToRight {
  0% {
    transform: translate(-200%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.slide-outRightToLeft {
  -webkit-animation: slide-outRightToLeft 0.5s forwards;
  animation: slide-outRightToLeft 0.5s forwards;
}
@-webkit-keyframes slide-outRightToLeft {
  0% {
    -webkit-transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(-200%, 0%);
  }
}
@keyframes slide-outRightToLeft {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-200%, 0%);
  }
}
.slide-outLeftToRight {
  -webkit-animation: slide-outLeftToRight 0.5s forwards;
  animation: slide-outLeftToRight 0.5s forwards;
}
@-webkit-keyframes slide-outLeftToRight {
  0% {
    -webkit-transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(200%, 0%);
  }
}
@keyframes slide-outLeftToRight {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(200%, 0%);
  }
}
.fadeIn {
  -webkit-animation: fadeIn .5s forwards;
  animation: fadeIn .5s forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
    -webkit-transform: translateY(-50%);
  }
  100% {
    -webkit-opacity: 1;
    -webkit-transform: translateY(-50%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
.fadeOut {
  -webkit-animation: fadeOut 1s infinite;
  animation: fadeOut 1s infinite;
}
@-webkit-keyframes fadeOut {
  0% {
    -webkit-opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
  }
  100% {
    -webkit-opacity: 0;
    -webkit-transform: scale(1.2) translateY(-50%);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-50%);
  }
  100% {
    opacity: 0;
    transform: scale(1.2) translateY(-50%);
  }
}
.blink {
  -webkit-animation: blink 1s infinite;
  animation: blink 1s infinite;
}
@-webkit-keyframes blink {
  0% {
    -webkit-opacity: 1;
  }
  50% {
    -webkit-opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.blinker {
  -webkit-animation: blinker 1s infinite;
  animation: blinker 1s infinite;
}
@-webkit-keyframes blinker {
  0% {
    -webkit-opacity: 1;
  }
  100% {
    -webkit-opacity: 0;
  }
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.blinking {
  -webkit-animation: blinking 1s infinite alternate;
  animation: blinking 1s infinite alternate;
}
@-webkit-keyframes blinking {
  70% {
    -webkit-opacity: 0.7;
  }
}
@keyframes blinking {
  70% {
    opacity: 0.7;
  }
}
.expand-bounce {
  -webkit-animation: expand-bounce 0.25s normal forwards ease-in-out;
  animation: expand-bounce 0.25s normal forwards ease-in-out;
}
@-webkit-keyframes expand-bounce {
  0% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes expand-bounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.zoomer {
  -webkit-animation: zoomer 60s infinite ease-in-out;
  animation: zoomer 60s infinite ease-in-out;
}
@-webkit-keyframes zoomer {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes zoomer {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.buzz {
  -webkit-animation: buzz 1s normal infinite ease-in-out;
  animation: buzz 1.25s normal infinite ease-in-out;
}
@-webkit-keyframes buzz {
  0% {
    -webkit-transform: scale(1.05);
  }
  30% {
    -webkit-transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1.05);
  }
}
@keyframes buzz {
  0% {
    transform: scale(1.05);
  }
  30% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1.05);
  }
}
.pulse-ring {
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
    opacity: 1;
  }
  80%,
  100% {
    opacity: 0;
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
    opacity: 1;
  }
  80%,
  100% {
    opacity: 0;
  }
}
.step img.loader {
  display: none;
  border: none;
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Libre Franklin', sans-serif;
}
*,
*:before,
*:after {
  -webkit-text-size-adjust: none;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff !important;
}
body .confirm .cc-tickbox .cc-tickbox-label a {
  color: #ffffff !important;
}
img {
  -webkit-touch-callout: none;
}
button,
.email-button {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  cursor: pointer;
  display: inline-block;
  border: none;
  height: 90px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  line-height: 90px;
  text-decoration: none;
}
button#lt_button_confirm,
.email-button#lt_button_confirm {
  margin-top: 50px;
}
.email-button {
  font-size: 30px;
}
.step {
  display: none;
}
.step:first-of-type {
  display: block;
}
.step[data-sso-start] {
  display: none;
}
select,
input:not([type="checkbox"]):not([type="radio"]),
.input-city {
  background: #fff;
  color: #111;
  border: 1px solid #999;
  padding: 0 2%;
  float: none;
  font-size: 20px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin: 0 0 20px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  margin: 0;
}
.date-select {
  width: 100%;
}
.date-select:before,
.date-select:after {
  content: " ";
  display: block;
  height: 0;
}
.date-select:after {
  clear: both;
}
.date-select select,
.date-select input:not([type="checkbox"]) {
  float: left;
  width: 30%;
  margin-right: 2%;
}
.date-select select:last-of-type,
.date-select input:not([type="checkbox"]):last-of-type {
  margin-right: 0;
}
.date-select select.year,
.date-select input:not([type="checkbox"]).year {
  width: 36%;
}
label:before,
label:after {
  content: " ";
  display: block;
  height: 0;
}
label:after {
  clear: both;
}
label.agesearch {
  float: left;
  width: 49%;
  margin-right: 2%;
}
label.agesearch:last-of-type {
  margin-right: 0;
}
#relative {
  position: relative;
  display: none;
}
#location-container {
  border: 1px solid #999;
  z-index: 100;
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
}
#location-container ul,
#location-container li,
#location-container p {
  margin: 0;
  padding: 0;
}
#location-container ul {
  text-align: left;
}
#location-container ul:before,
#location-container ul:after {
  content: " ";
  display: block;
  height: 0;
}
#location-container ul:after {
  clear: both;
}
#location-container ul li {
  float: left;
  width: 100%;
  padding: 0 2%;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  overflow: hidden;
}
#location-container p {
  font-size: 20px;
  text-shadow: none;
}
.error {
  margin: 0 0 20px;
  padding: 0;
}
.error li {
  display: none;
  padding: 5px 10px;
  margin: 0;
  font-size: 20px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.error li:first-of-type {
  display: block;
  text-align: center;
  background: #f00;
  color: #fff;
}
.confirm {
  text-align: left;
}
.confirm .check {
  padding-top: 5px;
  font-size: 14px;
}
.confirm .check:before,
.confirm .check:after {
  content: " ";
  display: block;
  height: 0;
}
.confirm .check:after {
  clear: both;
}
.confirm .check i {
  font-size: 14px;
}
.confirm input[type="checkbox"] {
  float: left;
  margin: 0 5px 0 0;
}
.confirm .cc-tickbox {
  padding-bottom: 10px;
}
.confirm .cc-tickbox .cc-tickbox-label {
  font-size: 11px;
  margin: 0;
  float: none;
  width: auto;
  line-height: 1em;
}
.confirm .cc-tickbox .cc-tickbox-label a {
  font-weight: normal;
}
.success h2,
.success h3,
.success p,
.success strong {
  text-align: center;
}
.success h3 {
  font-size: 16px;
}
.success p {
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
}
.success strong {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.success .email-button {
  display: none;
}
.background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .background {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
.background-desktop {
  top: -25px;
  left: -25px;
  right: -25px;
  bottom: -25px;
  opacity: .5;
  -webkit-filter: blur(20px);
  -ms-filter: blur(20px);
  -moz-filter: blur(20px);
  overflow: hidden;
  display: none;
}
.background-desktop:first-of-type {
  display: block;
}
.container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 50%;
  left: 50%;
  max-width: 415px;
  height: 100vh;
  max-height: 600px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.container .background-mobile {
  display: none;
  width: 100%;
}
.container .background-mobile:first-of-type {
  display: block;
}
@media only screen and (max-width: 767px) {
  .container {
    max-height: 100vh;
  }
}
.container .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  zoom: 1;
  z-index: -1;
}
.steps {
  width: 100%;
  height: 100%;
}
.steps .step {
  position: absolute;
  bottom: 0;
  padding: 20px 20px 70px;
  width: 100%;
}
.steps h2 {
  font-size: 32px;
  font-style: italic;
  text-shadow: 0px 3px 3px #000;
}
.steps h2.rotate-left {
  transform: matrix(1, -0.05, 0.05, 1, 0, 0);
}
.steps h2.rotate-right {
  transform: matrix(1, 0.02, -0.02, 1, 0, 0);
}
.steps h2.center {
  text-align: center;
}
.steps p {
  font-size: 30px;
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
  text-shadow: 0px 3px 3px #000;
}
.steps p.noshadow {
  text-shadow: none;
}
.steps button,
.steps .email-button {
  background: #fff;
}
.steps button:hover,
.steps .email-button:hover {
  background: #eee;
}
.steps button.yes,
.steps .email-button.yes {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-top-left-radius: 9px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 9px;
  border-top-left-radius: 9px;
}
.steps button.no,
.steps .email-button.no {
  -webkit-border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 1px solid #D5D5D5;
}
.steps button span,
.steps .email-button span {
  background: -webkit-linear-gradient(45deg, #26CBDF, #59DF70);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Abel', sans-serif;
}
.steps button span.no,
.steps .email-button span.no {
  background: -webkit-linear-gradient(45deg, #CA4E84, #ED770D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.steps .buttons {
  text-align: center;
}
.steps .confirm {
  text-align: center;
}
.steps .confirm .check {
  text-align: left;
  font-size: 16px;
}
.steps .confirm label {
  opacity: .7;
}
.steps .success h3 {
  color: #fff;
  text-shadow: 0px 3px 3px #000;
  font-size: 18px;
}
.steps .success p,
.steps .success strong {
  font-size: 18px;
}
.content-top .step-bar {
  padding: 5px;
}
.content-top .step-bar:before,
.content-top .step-bar:after {
  content: " ";
  display: block;
  height: 0;
}
.content-top .step-bar:after {
  clear: both;
}
.content-top .step-bar .bar {
  float: left;
  width: 19%;
  margin-right: 1%;
  height: 3px;
  background: #fff;
  opacity: .5;
}
.content-top .step-bar .bar.active {
  opacity: 1;
}
.content-top .profile {
  padding: 5px;
}
.content-top .profile:before,
.content-top .profile:after {
  content: " ";
  display: block;
  height: 0;
}
.content-top .profile:after {
  clear: both;
}
.content-top .profile img {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 10px;
}
.content-top .profile .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}
.content-top .profile .name span {
  font-weight: normal;
  opacity: .7;
}
.cc-popup .cc-popup-content h1 {
  position: relative;
  padding: 0;
  text-align: left;
  font-size: 24px;
  top: auto;
  font-style: normal;
  text-shadow: none;
}
.cc-popup .cc-popup-content h2 {
  font-size: 16px;
}
.cc-popup .cc-popup-content p,
.cc-popup .cc-popup-content li {
  text-align: left;
  font-size: 10px;
  line-height: 12px;
}
.cc-popup .cc-popup-content .cc-popup-segments {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: .9em;
}
.cc-popup .cc-popup-content button {
  margin: 10px 0 0;
  float: none;
}
.cc-popup .cc-popup-close {
  z-index: 1;
}
