/*===========================*/
/* LANDERS                   */
/*===========================*/
/*===========================*/
/* NEW EMAIL TEMPLATES       */
/*===========================*/
/* text-links on white background */
/* CTA button on white background */
/* text on the button */
/* header background */
.rotate {
  -webkit-animation: rotate 1s infinite;
  animation: rotate 1s infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: rotate(55deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(50deg);
    opacity: 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;
  }
}
.bounceInDown {
  -webkit-animation: bounceInDown 1s forwards;
  animation: bounceInDown 1s forwards;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation: fadeInUpBig 1s forwards;
  animation: fadeInUpBig 1s forwards;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.landscape-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  align-items: center;
  text-align: center;
  font-weight: bold;
  z-index: 10000;
  flex-direction: column;
  padding-top: 50px;
  gap: 50px;
}
.landscape-overlay img {
  -webkit-animation: rotate 1s infinite;
  animation: rotate 1s infinite;
}
.step img.loader {
  display: none;
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
}
.adblocker-popup {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.adblocker-popup .adblock-content {
  position: absolute;
  width: 90%;
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 30px;
  text-align: center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.adblocker-popup .adblock-content h2 {
  font-size: 20px;
}
.adblocker-popup .adblock-content p {
  font-size: 16px;
}
.adblocker-popup .adblock-content .fa-hand-paper {
  font-size: 40px;
  margin-bottom: 10px;
}
.adblocker-popup .adblock-content .fa-times-square {
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.adblocker-popup .adblock-content .button {
  height: 40px;
  cursor: pointer;
  border-radius: 5px;
  line-height: 40px;
}
.cookie-container {
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 1140px;
  padding: 0;
}
.cc-popup-cookies {
  bottom: 0;
  position: fixed;
  width: 100%;
}
.cc-popup-cookies .cc-cookies-content {
  font-family: 'poppins', 'sans-serif';
  align-items: center;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 520px) {
  .cc-popup-cookies .cc-cookies-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
  }
  .cc-popup-cookies .cc-cookies-content .cc-static-content h1 {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cc-popup-cookies .cc-cookies-content .cc-static {
  margin: 0px;
}
.cc-popup-cookies .cc-cookies-content .cc-static-content h1 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.cc-popup-cookies .cc-cookies-content .link {
  font-size: 14px;
}
.cc-popup-cookies .cc-cookies-content .cc-static-cookie-area {
  display: flex;
  flex-direction: column;
}
@media (max-width: 520px) {
  .cc-popup-cookies .cc-cookies-content .cc-static-cookie-area {
    text-align: center;
  }
}
.cc-popup-cookies .cc-cookies-content .cc-static-header h1::before,
.cc-popup-cookies .cc-cookies-content .cc-static-segments h1::before,
.cc-popup-cookies .cc-cookies-content .cc-static-header h1::after,
.cc-popup-cookies .cc-cookies-content .cc-static-segments h1::after {
  content: none;
}
.cc-popup-cookies .cc-cookies-content .cc-static-header h1,
.cc-popup-cookies .cc-cookies-content .cc-static-segments h1 {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-align: unset;
}
.cc-popup-cookies .cc-cookies-content .cc-cookies-buttons {
  display: inline-flex;
  justify-content: end;
  min-width: 200px;
  gap: 10px;
}
.cc-popup-cookies .cc-cookies-content .cc-cookies-buttons button {
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
  transition: all .5s;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 12px;
  border: 0;
  line-height: 10px;
  height: 40px;
  width: auto;
  text-transform: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.cc-popup-cookies .cc-cookies-content .cc-cookies-buttons .more-options {
  font-weight: normal;
}
@media (max-width: 520px) {
  .cc-popup-cookies .cc-cookies-content .cc-cookies-buttons {
    margin-top: 10px;
    justify-content: center;
  }
}
.cc-segment-key-cookieMoreOptions {
  display: none;
  padding-top: 10px;
}
@media (max-width: 520px) {
  .cc-segment-key-cookieMoreOptions {
    text-align: justify;
    padding-inline: 10px;
  }
}
.cc-segment-content a {
  color: inherit;
}
#cookies-decline {
  display: none;
  width: 130px;
}
@media (max-width: 520px) {
  #cookies-decline {
    align-self: center;
  }
}
p {
  margin: 0;
  padding: 0;
}
.pt-2 {
  padding-top: 8px;
}
.link {
  text-decoration: underline;
  cursor: pointer;
}
* {
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
*:focus {
  outline: 0;
}
*,
*:before,
*:after {
  -webkit-text-size-adjust: none;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
img {
  -webkit-touch-callout: none;
}
.tranny {
  display: none;
}
button,
.email-button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  text-transform: texttransform;
  font-size: 1em;
  font-weight: bold;
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: left;
  margin: 20px 0 0 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
  border: none;
  text-decoration: none;
  outline: none;
}
button.sso,
.email-button.sso {
  text-transform: initial;
}
.email-button {
  margin: 0 0 10px 0;
}
.sso-buttons {
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 20px;
}
.sso-buttons .or {
  text-align: center;
  display: block;
  padding: 5px 0;
}
.sso-buttons button.sso {
  float: left;
  width: 100%;
  height: 40px;
  margin: 0 0 10px 0;
  line-height: 40px;
  font-weight: normal;
  font-size: 15px;
  border-radius: 5px;
}
.sso-buttons .signup-or {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  opacity: .5;
  margin: 20px 0;
  text-transform: lowercase;
}
.sso-buttons .signup-or .line {
  flex-grow: 2;
  padding: 0 12px;
}
.sso-buttons .signup-or .line hr {
  opacity: .5;
}
.sso-buttons .sso-btn-wrapper {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: #131314;
  background-image: none;
  border: 1px solid #747775;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  min-width: min-content;
  border-color: #8e918f;
  margin-bottom: 10px;
}
.sso-buttons .sso-btn-wrapper a {
  text-decoration: none;
}
.sso-buttons .sso-btn-wrapper .sso-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.sso-buttons .sso-btn-wrapper .icon-wrapper {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}
.sso-buttons .sso-btn-wrapper .sso-btn-text {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.sso-buttons .sso-btn-wrapper.microsoft {
  border-radius: 0;
  font-family: 'Segie UI Regular', sans-serif;
}
.sso-buttons .sso-btn-wrapper.yahoo {
  padding: 0 28px 0 12px;
}
.sso-buttons .sso-btn-wrapper.netid {
  font-family: "IBM Plex Sans", sans-serif;
}
.sso-buttons .sso-btn-wrapper:hover {
  opacity: .8;
}
.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: left;
  font-size: 1em;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 0 0 5px;
  border-radius: 0;
}
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: 29px;
  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: 0.9em;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  overflow: hidden;
}
.error {
  margin: 10px 0;
  padding: 0;
}
.error li {
  display: none;
  padding: 5px 10px;
  margin: 0;
  font-size: 0.8em;
  border-radius: 5px;
}
.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 {
  color: #000;
  text-shadow: none;
}
.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);
  }
}
button.sso {
  display: none;
}
.background img {
  display: none;
}
@media only screen and (max-width: 767px) {
  .background {
    position: relative;
    bottom: auto;
    background-image: none !important;
  }
  .background img {
    display: block;
    width: 100%;
    z-index: 0;
  }
}
.popup {
  position: relative;
  padding-bottom: 20px;
  margin: 30px 5% 0;
  width: 90%;
  padding: 20px;
  max-width: 400px;
  border-width: 2px;
  border-style: solid;
  text-align: center;
}
.popup:before,
.popup:after {
  content: " ";
  display: block;
  height: 0;
}
.popup:after {
  clear: both;
}
.popup .logo img {
  max-width: 280px;
  max-height: 110px;
}
.popup h1 {
  font-size: 1.8em;
}
.popup h2 {
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  .popup {
    margin-top: 20px;
    padding: 0 20px 20px;
  }
  .popup .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -240px;
    background: none !important;
  }
  .popup h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    text-shadow: 1px 1px #000;
    font-size: 1.25em;
  }
}
.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;
}
.content-container-push-coc {
  min-height: 97vh;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .content-container-push-coc {
    min-height: 96.6vh ;
  }
}
.coc-disclaimer {
  z-index: 10;
  font-size: 11px;
  text-align: center;
  width: 100%;
}
.coc-disclaimer .coc-content {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  padding: 10px 20px;
}
.coc-disclaimer .coc-content a {
  font-size: 12px;
}
.coc-disclaimer .coc-content a::after {
  content: " | ";
}
.coc-disclaimer .coc-content a:last-of-type::after {
  content: "";
}
