.landing-header {
    position: relative;
}
.landing-header img {
    position: relative;
    z-index: 1;
    border-radius: 60px;
    max-width: 100%;
}
.landing-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: transparent url(layer.png) repeat-y;
    background-size: cover;
    opacity: .75;
    mix-blend-mode: multiply;
    border-radius: 60px;
}
.landing-header span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 21%;
    padding-right: 21%;
}
.landing-header span h2 {
    line-height: 77px;
}
.fs-90 { font-size: 90px; letter-spacing: -0.01em; }
.fs-85 { font-size: 85px; letter-spacing: -0.01em; line-height: 93px }
.fs-50 { font-size: 50px; letter-spacing: -0.01em; line-height: 55px }
.fs-50 { font-size: 50px; letter-spacing: -0.01em; line-height: 55px }
.line-height-100 { line-height: 100px }
.slogans {
    border-radius: 30px;
    background: linear-gradient(90deg, #E30640 0%, #00C2E1 100%);
    padding: 60px 0;
    display: flex;
    align-items: center;
}
.slogans div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    text-align: center;
}
.slogans div span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 172px;
    height: 172px;
    border: 3px solid rgba(255, 255, 255, .5);
    margin-bottom: 10px;
}
.hasGradientBorders {
    padding: 60px 0;
    position: relative;
}
.hasGradientBorders:after,
.hasGradientBorders:before {
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #E30640 0%, #00C2E1 100%);
}
.hasGradientBorders::after {
    bottom: 0;
}
.hasGradientBorders::before {
    top: 0;
}
.gradientBg {
    background: #000 url(bg_gradient.png) no-repeat center;
    background-size: cover;
    padding: 150px 0;
    color: #fff;
}
.full-height-landing {
    position: relative;
}
.full-height-landing section {
    min-height: calc(100vh - 80px) !important;
}
.full-height-landing section > .container-lg,
.full-height-landing section > .container-lg,
.full-height-landing section > .container-lg > .content-container,
.full-height-landing section > .container-lg > .content-container > .row {
    min-height: calc(100vh - 80px) !important;
}
.full-height-landing section > .container-lg > .content-container > .row > div {
    padding-top: 30px;
    padding-bottom: 30px;
}
.full-height-landing:after,
.full-height-landing:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 50vw;
    background: linear-gradient(90deg, #E30640 0%, #00C2E1 100%);
    z-index: -1;
}
.full-height-landing .bg-1 {
    top: -90px;
    left: 69%;
}
header {
    z-index: 10;
    position: relative;
}
.signupForm {
    width: 100%;
    padding: 0 44px;
}
.signupForm hr {
    border: 0;
    height: 2px;
    background: linear-gradient(90deg, #E30640 0%, #00C2E1 100%);
    margin: 30px 0;
    opacity: 1;
}
.signupForm .form-group {
    width: 100%;
    margin-bottom: 15px;
}
.signupForm .form-group + span {
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
    letter-spacing: -0.01em;
    color: #789C9C;
    padding-left: 20px;
}
.signupForm .form-group input[type=text],
.signupForm .form-group input[type=password],
.signupForm .form-group textarea,
.signupForm .form-group input[type=email],
.signupForm .form-group .checkbox,
.signupForm .form-group input[type=number] {
    width: 100%;
    height: 45px;
    border-radius: 22.5px;
    border: 0 !important;
    background: #EFF5F5;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    letter-spacing: -0.01em;
    color: #444444;
    box-shadow: none !important;
    outline: none !important;
}
.signupForm .form-group textarea {
    height: 160px;
    padding: 10px 20px;
    resize: none;
}
.signupForm .form-group textarea::placeholder,
.signupForm .form-group input::placeholder {
    color: #444444;
}
.signupForm .form-group .checkbox {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    vertical-align: middle;
}
.signupForm .form-group .checkbox:after,
.signupForm .form-group .checkbox:before {
    display: table;
    width: 100%;
    clear: both;
    content: "";
}
.signupForm .form-group .checkbox input:not([type="number"]) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100% !important;
    cursor: pointer;
    padding: 0;
    opacity: 0;
    z-index: 1;
    margin: 0 !important;
}
.signupForm .form-group .checkbox label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 50px;
    width: auto;
    cursor: pointer;
    top: 0 !important;
    margin: 0;
    z-index: 2;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    letter-spacing: -0.01em;
    color: #444444;
}
.signupForm .form-group .checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 0;
    background: #fff;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
    font-weight: normal;
    box-sizing: border-box;
}
.signupForm .form-group .checkbox label:after {
    content: "";
    display: inline-flex;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 0;
    background: transparent;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
    font-weight: normal;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
.signupForm .form-group .checkbox input[type=checkbox]:checked + label:after {
    background: transparent url(https://ticketcompass.com/cache/4/f/6/c/c/4f6cc7ae89342d62167dd8a8c97c9eb0688fb99b.png) no-repeat center center;
    background-size: 14px 14px;
}
.gradientBorder {
    position: relative;
}
.gradientBorder:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left:  50%;
    transform: translateX(-50%);
    width: 2px;
    background: linear-gradient(180deg, #E30640 0%, #00C2E1 100%);
    content: "";
}
.gradientSeparator {
    height: 2px;
    background: linear-gradient(90deg, #E30640 0%, #00C2E1 100%);
}
main.blackBg {
    background: #000;
}
main.blackBg * {
    color: #fff;
}
.zindex0 {
    z-index: 0;
}


@media (max-width: 1400px) {
    .fs-90 { font-size: 70px }
    .line-height-100 { line-height: 70px }
    .landing-header span h2 {
        line-height: 70px;
    }
}
@media (max-width: 1200px) {
    .fs-90 { font-size: 50px }
    .fs-85 { font-size: 60px; line-height: 60px; }
    .line-height-100 { line-height: 50px }
    .landing-header span h2 {
        line-height: 50px;
    }
    .slogans div span {
        width: 140px;
        height: 140px;
    }
    .slogans div span img {
        max-width: 90px;
        max-height: 90px;
    }
    .slogans div h1 {
        font-size: 2rem;
    }
    .slogans div h3 {
        font-size: 1.3rem;
    }
}
@media (max-width: 992px) {
    .fs-90 { font-size: 42px }
    .line-height-100 { line-height: 50px }
    .landing-header span h2 {
        line-height: 44px;
    }
    .fs-21 { font-size: 18px }
    .pb-20 {
        padding-bottom: 1.2rem !important;
    }
    .slogans div span {
        width: 120px;
        height: 120px;
    }
    .slogans div span img {
        max-width: 70px;
        max-height: 70px;
    }
    .slogans div h1 {
        font-size: 1.7rem;
    }
    .slogans div h3 {
        font-size: 1.1rem;
    }
    .hasGradientBorders {
        padding: 30px 0;
    }
    .hasGradientBorders:before,
    .hasGradientBorders:after {
        display: none;
    }
    .full-height-landing:after, .full-height-landing:before {
        display: none;
    }
    .gradientBgCell {
        position: relative;
    }
    .gradientBgCell:before {
        background: linear-gradient(90deg, #E30640 0%, #00C2E1 100%);
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -66px;
        right: -66px;
        z-index: -1;
    }
}
@media (max-width: 768px) {
    .fs-90 { font-size: 36px }
    .fs-50 { font-size: 36px; line-height: 40px; }
    .line-height-100 { line-height: 45px }
    .landing-header span h2 {
        line-height: 38px;
    }
    .landing-header img,
    .landing-header:before {
        border-radius: 30px;
    }
    .gradientBg {
        padding: 100px 0;
    }
    .signupForm {
        padding: 0;
    }
    .full-height-landing:after, .full-height-landing:before {
        height: 60vh;
    }
}
@media (max-width: 576px) {
    .fs-28 { font-size: 20px }
    .fs-21 { font-size: 16px }
    .fs-90 { font-size: 36px }
    .line-height-100 { line-height: 45px }
    .landing-header span h2 {
        line-height: 24px;
    }
    .landing-header img,
    .landing-header:before {
        border-radius: 30px;
    }
    .slogans {
        flex-wrap: wrap;
        padding: 20px;
    }
    .slogans div {
        flex-basis: 100%;
        padding-bottom: 20px;
    }
    .slogans div span {
        width: 85px;
        height: 85px;
    }
    .slogans div span img {
        max-width: 50px;
        max-height: 50px;
    }
    .gradientBg {
        padding: 50px 0;
    }
}

.landingContent img {
    max-width: 100%;
}