* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url(../fonts/Roboto-Bold.eot);
  src: url(../fonts/Roboto-Bold.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Roboto-Bold.otf) format('otf'),
       url(../fonts/Roboto-Bold.svg#Roboto-Bold) format('svg'),
       url(../fonts/Roboto-Bold.ttf) format('truetype'),
       url(../fonts/Roboto-Bold.woff) format('woff'),
       url(../fonts/Roboto-Bold.woff2) format('woff2');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.eot);
    src: url(../fonts/Roboto-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Roboto-Regular.svg#Roboto-Regular) format('svg'),
    url(../fonts/Roboto-Regular.otf) format('otf'),
    url(../fonts/Roboto-Regular.ttf) format('truetype'),
    url(../fonts/Roboto-Regular.woff2) format('woff2'),
    url(../fonts/Roboto-Regular.woff) format('woff');
}
.stubhub-landing {
    background: #01010B;
    height: 100%;
    width: 100%;
    background-image: url('../images/background.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: calc(100% - 50px) center;
}
.stubhub-landing-container {
    margin: auto;
    max-width: 1798px;
    padding-left: 120px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.stubhub-landing-logo {
    padding-top: 10vh;
    font-family: 'Roboto-Regular';
    -webkit-text-stroke: 1px #fff;
    font-size: 48px;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #FF5454;
    max-width: 272px;
}
.stubhub-landing-logo img {
    width: 60px;
    margin-right: 8px;
}
.stubhub-landing-title {
    font-family: 'Roboto-Bold';
    font-size: 48px;
    color: #FF5454;
    max-width: 490px;
}
.stubhub-landing-contact {
    padding-bottom: 8vh;
    color: #fff;
}
.stubhub-landing-contact a {
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto-Regular';
    font-size: 16px;
}
.stubhub-landing-contact>div {
    margin-bottom: 28px;
}
.stubhub-landing-help {
    font-family: 'Roboto-Regular';
    font-size: 24px;
}
.stubhub-landing-contact span {
    margin-right: 10px;
}