.overlay {
    display: flex;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}
.overlay.active {
    opacity: 1;
    z-index: 999;
}
#popup-safeticket {
    max-width: 600px;
}
.overlay-panel {
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 450px;
    position: relative;
}
.overlay-panel .close {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 35px;
  height: 35px;
  opacity: 1;
  z-index: 100;
  background: #fff;
  border-radius: 100%;
  padding: 7px 0px 7px 0;
  cursor: pointer;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 17px;
  content: ' ';
  height: 22px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.swiper-container {
    overflow: hidden;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

html, body {
	height: auto;
	min-height: 100vh;
	display: block;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

.bg-grey {
	background: #222;
	color: #fff;
}
.bg-lightgrey {
    background: #fefefe;
    color: #222;
}

.featured-screen {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.section {
	padding: 3em;
	position: relative;
}

.content {
	max-width: 1100px;
	margin: 0 auto;
    padding: 2em 0;
}

.fullscreen {
	width: 100%;
	height: 100vh;
}

.homepage {
	position: relative;
	z-index: 10;
}

.double-fullscreen {
	height: 175vh;
	width: 100%;
    z-index: 9;
}

#logo {
	width: 250px;
    max-width: 250px;
	position: relative;
	top: auto;
	right: auto;
    float: left;
}
.intro-text {
	line-height: 1.7em;
	width: 100%;
	max-width: 640px;
	text-align: left;
	position: absolute;
	bottom: 3em;
	left: 3em;
}
.intro-text h2 {
	text-align: left;
}
.intro-text h5 {
	margin: 15px 0 25px;
	line-height: 1.2em;
	text-align: left;
}

h3 {
	padding: 0;
	margin-bottom: 40px;
}
h3 span {
	display: block;
	font-size: 0.7em;
}

#hero {
	max-width: 555px;
    width: 70%;
}

.compliance {
    padding-top: 320px;
}

#red-cta {
    position: relative;
    z-index: 99;
}

.venues {
	max-width: 768px;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 30px;
}
.venues .venue {
	width: calc(14.5% - 7px);
	margin: 0 7px 0 0;
}
.highlight-box {
	background: #222;
	color: #fff;
	padding: 28px;
	border-radius: 15px;
	text-align: center;
}
.highlight-box h5 {
	font-size: 22px;
	margin: 0 0 15px;
	line-height: 1.3em;
}
.highlight-box p {
	font-size: 0.8em;
	margin: 0;
}

.highlights {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.highlights .highlight {
	width: 25%;
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 0 2%;
}
.highlights .highlight .icon {
	padding: 5px;
	height: 110px;
	width: 100px;
	margin: 0 auto;
}
.highlights .highlight p {
    line-height: 1.5em;
}
.highlights .highlight img {
	width: 100%;
	max-width: 100px;
	display: block;
	margin: 0 auto;
}
.highlights .highlight h6 {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 10px;
}

.feature-wrap {
    padding: 0 3em;
}
.features-list {
	display: flex;
	align-items: center;
	margin: 0 0 2em;
}
.features-list h6 {
	color: #c4250d;
	font-weight: 700;
	margin: 0 0 10px;
	font-size: 16px;
}
.features-list img {
	display: inline-block;
	max-height: 400px;
	max-width: 400px;
}
.feature-list .columns {
	padding: 0 20px;
}
.swiper-button-prev,
.swiper-button-next {
	margin-top: 20px;
	color: #222;
	outline: none;
}
.swiper-button-prev {
	left: -10px;
}
.swiper-button-next {
	right: -10px;
}
.swiper-pagination {
	width: calc(100% - 70px);
	text-align: center;
	margin: 20px 0 60px;
}
.swiper-pagination-bullet-active {
	background: #c4250d;
}
.swiper-pagination-bullet {
	margin: 0 4px;
}

#hero-02 {
    width: 80%;
    max-width: 900px;
    display: block;
    margin: 0px auto -27%;
    position: relative;
    z-index: 2;
}

.media {
	margin: 0 0 20px;
}
.media-snap {
	text-align: center;
	border: solid 1px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 29px -10px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 0px 29px -10px rgba(0,0,0,0.36);
	box-shadow: 0px 0px 29px -10px rgba(0,0,0,0.36);
	margin: 0 0 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
}
.media-snap a {
	display: block;
	position: relative;
}
.media-snap a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.2s;
}
.media-snap a:after {
	content:"";
	background: #c4250d url(../images/icon-zoom.svg) 50% 50% no-repeat;
	padding: 10px;
	width: 40px;
	height: 40px;
	background-size: 70% auto;
	position: absolute;
	bottom: -40px;
	right: 0;
	z-index: 2;
	transition: all 0.3s;
}
.media-snap a:hover:before {
	opacity: 0.6;
}
.media-snap a:hover:after {
	bottom: 0;
}
.media-snap img {
	display: block;
}
.media-talk {
	font-size: 0.85em;
	font-weight: 700;
}

.profile {
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.profile-photo {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    overflow: hidden;
}
.profile-bio {
    width: calc(100% - 350px);
    padding-left: 45px;
    font-size: 13px;
}
.profile-bio h6 {
    font-weight: 600;
    margin: 0 0 20px;
}
.profile-bio h6 span {
    display: block;
    font-size: 0.85em;
    color: #c4250d;
}
.profile-container {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}
.profile-container .swiper-button-prev,
.profile-container .swiper-button-next {
    margin-top: -20px;
}

.footer {
	padding: 20px;
	text-align: center;
	font-size: 0.7em;
}

@media (max-width: 1400px) {
    .sign-up-intro {
        max-width: calc(100% - 850px);
    }
}

@media (max-width: 1200px) {
    .sign-up-intro {
        width: 75%;
        max-width: none;
        position: relative;
        left: auto;
        bottom: auto;
        margin: 25vh 0 18vh;
    }
    .form-container {
        float: none !important;
        clear: both;
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 1025px) {
    .intro-text {
        width: 50%;
    }
    .intro-text-red {
        width: 60%;
    }
    .compliance {
        padding-top: 200px;
    }

    .sign-up-intro {
        width: 75%;
        position: relative;
        left: auto;
        bottom: auto;
        margin: 25vh 0 18vh;
    }

    .intro-text-red #red-cta .button {
        display: block !important;
        margin: 0 0 10px !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 769px) {
    .profile {
        max-width: 600px;
    }
    .profile-bio {
        width: calc(100% - 300px);
    }
    .profile-photo {
        width: 250px;
        height: 250px;
    }
    .fullscreen {
        height: 70vh;
    }
    .double-fullscreen {
        height: 120vh;
    }
    #hero-02 {
        width: 100%;
    }
    .compliance {
        padding-top: 150px;
    }
    .highlights .highlight {
        width: 50%;
    }
    .features-list img {
        max-width: 300px;
        max-width: 300px;
    }
    .section-free .columns {
        width: 100%;
        float: none;
        margin: 0;
    }
    .sign-up-intro {
        margin-bottom: 15vh;
    }
}

@media (max-width: 600px) {

    .overlay-panel {
        padding: 20px;
    }

    .profile {
        display: block;
        flex-wrap: wrap;
    }
    .profile-photo {
        width: 300px;
        height: 300px;
        margin: 0 auto 30px;
    }
    .profile-bio {
        width: 100%;
        padding: 0;
    }

    h3 {
        font-size: 33px;
    }
    .section {
        background: #f9f9f9;
    }
    .section.bg-red {
        background: #c4250d;
    }
    .section.bg-grey {
        background: #222222;
    }
    .section.bg-lightgrey {
      background: #fefefe;
    }
    .padding-top-0 {
        padding-top: 0 !important
    }
    .homepage {
        min-height: 100%;
        height: auto;
        background: none;
    }
    .double-fullscreen {
        height: auto;
        position: fixed;
        top: 125px;
        left: auto;
        right: -40px;
        width: 100%;
        opacity: 0.1;
        overflow: hidden;
        z-index: 1;
    }
    .featured-screen {
        justify-content: center;
    }
    #hero {
        width: 150%;
        margin-right: -50%;
    }
    #logo {
        width: 43%;
        padding-top: 1em;
        float: left;
    }
    .login {
        width: 55%;
        float: right;
        padding-top: 1em;
        position: relative;
        z-index: 10;
    }
    .login .button {
        margin: 0;
        width: 50%;
        height: 40px;
        line-height: 40px;
        padding: 0;
    }
    .login .button.red {
        width: calc(100% - 85px) !important;
    }
    .login .button.link {
        width: 40px !important;
        margin-right: 0 !important;
    }
    .login .logintext {
        display: none !important;
    }
    .intro-text {
        width: 100%;
        padding: 130px 0 3em;
        position: relative;
        bottom: auto;
        left: auto;
    }
    .sign-up-intro {
        margin-top: 0;
    }
    .intro-text h2 {
        font-size: 3em;
        margin-bottom: 20px;
    }
    .intro-text h5 {
        margin-top: 2em;
    }
    .section {
        padding: 20px;
    }
    .intro-text-red {
        width: 100%;
    }
    .venues {
        justify-content: space-around;
    }
    .venues .venue {
        width: 50%;
        margin: 0;
    }
    .content.row {
        padding-top: 0;
    }
    .compliance {
        padding-top: 60px;
    }
    .highlights .highlight {
        width: 100%;
        font-size: 1em;
    }
    .highlights .highlight h6 {
        font-size: 1em;
    }
    .feature-wrap {
        padding: 0;
    }
    .swiper-pagination {
        width: 100%;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .feature-wrap h5 span {
        font-size: 0.8em !important;
    }
    .feature-wrap h5 {
        font-size: 18px;
    }
    .features-list {
        flex-wrap: wrap;
        overflow: hidden;
        margin-bottom: 1em;
    }
    .features-list .columns {
        width: 100%;
        float: none;
        display: block;
        order: 2;
    }
    .features-list .columns.text-left,
    .features-list .columns.text-right,
    .features-list .columns.text-center {
        order: 1;
    }
    .features-list img{
        max-width: 590px;
        float: none;
        margin: 0 0 2em;
        height: auto;
        max-height: none;
    }
    .step .illustration {
        height: 175px;
    }
    .section-free .button.inline {
        display: block !important;
        white-space: inherit;
        height: auto !important;
    }
    .button.small,
    .button.medium {
        width: 100% !important;
    }
    .footer div {
        float: none;
        text-align: center;
        width: 100%;
    }
}
