@font-face {
    font-family: 'Futura LT';
    src: url('FuturaLT-Bold.eot');
    src: local('Futura LT Bold'), local('FuturaLT-Bold'),
        url('FuturaLT-Bold.eot?#iefix') format('embedded-opentype'),
        url('FuturaLT-Bold.woff2') format('woff2'),
        url('FuturaLT-Bold.woff') format('woff'),
        url('FuturaLT-Bold.ttf') format('truetype'),
        url('FuturaLT-Bold.svg#FuturaLT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Futura LT';
    src: url('FuturaLT.eot');
    src: local('Futura LT Medium'), local('FuturaLT'),
        url('FuturaLT.eot?#iefix') format('embedded-opentype'),
        url('FuturaLT.woff2') format('woff2'),
        url('FuturaLT.woff') format('woff'),
        url('FuturaLT.ttf') format('truetype'),
        url('FuturaLT.svg#FuturaLT') format('svg');
    font-weight: 500;
    font-style: normal;
}
body {
    font-family: 'Futura LT', sans-serif;
    color:#363636;
}
#billboard {
    width: 100%;
    background-color: #000;
}
#billboard .container {
    height: 100%;
    position: relative;
}
#billboard video {
    width: 100%;
    height: 100%;
    object-fit:cover;
    position: absolute;
    z-index: 190;
    filter: grayscale(20%);
}
#billboard #logo {
    margin-top: 40px;
    display: inline-block;
    width: 40%;
    height: auto;
    z-index:200;
    position: relative;
    opacity: 0;
}
#billboard .row, #billboard .col {
    height: inherit;
}
#billboard .claim-hld {
    font-size: 39px;
    font-weight: bold;
    line-height: 120%;
    color:#FFF;
    letter-spacing: -1px;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    z-index:200;
    flex-wrap: wrap;
    width:calc(100% - 3rem);
}
.squared-btn {
    display: inline-flex;
    font-size: 23px;
    font-weight: bold;
    color:#363636;
    border:5px solid #363636;
    text-decoration: none;
    align-items: center;
    height: 55px;
    align-content: center;
    width: 100%;
    padding-left: 10px;
    overflow: hidden;
    z-index: 200;
}
.squared-btn:hover {
    color:#363636;
}
.squared-btn span {
    position: absolute;
    z-index: 200;
    transition: .2s;
    transition-delay: .2s;
}
.squared-btn div {
    width: 100%;
    height: 100%;
    z-index: 190;
    margin-left: 100%;
    transition: .6s;
    position: absolute;
}
.squared-btn:hover {
    text-decoration: none;
}
.squared-btn:hover div {
    margin-left:-10px;
}
#billboard .squared-btn {
    color:#FFF;
    border-color: #FFF;
    position: absolute;
    z-index:300;
    top:calc(100vh - 120px);
    transform: translateY(-100%);
    left: 1.5rem;
    width: calc(100% - 3rem);
    opacity: 0;
}
#billboard .squared-btn:hover span {
    color: #363636;
}
#billboard .squared-btn div {
    background-color: #FFF;
}
.vertical-claim {
    display: inline-block;
    font-size: 53px;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: -1px;
    transform: rotate(-90deg);
    position: absolute;
}
#who {
    width: 100%;
    background: #DFDFDF url(../img/a.svg) no-repeat;
    background-size: auto 150%;
    background-position: 300% center;
    padding-top: 70px;
    padding-bottom: 70px;
}
#who .vertical-claim {
    display: none;
}
#who .text-group-hld {
    display: flex;
    width: 100%;
    align-content:space-between;
    flex-wrap: wrap;
}
#who .text-group-hld.flicity-enabled {
    display: inline-block;
    position: relative;
}
#who .text-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
#who .text-group:last-child {
    margin-bottom: 0;
}
#who .text-group .title, #what .title, #contact .title {
    display: block;
    margin-bottom: 10px;
}
#who .flickity-viewport {
    width: 100%;
}
p.body {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}
.title {
    font-size: 19px;
    font-weight: 700;
    line-height: 120%;
}
#what {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
}
#what .container {
    position: relative;
    z-index: 200;
}
#what .logos {
    width: 100%;
    display: flex;
    padding: 70px 0;
    justify-content: space-evenly;
    flex-wrap: wrap;
    height: 330px;
}
#what .logo {
    display: inline-block;
    height: 26px;
    width: auto;
}
#what .logo img {
    height: 100%;
    width: auto;
    display: inline-block;
}
#what .logo.smartphonerubato {
    height: 25px;
}
#what .numbers {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
    height: 300px;
}
#what .number {
    display: inline-block;
    text-align: center;
    width:100%;
}
#what .number .n {
    display: inline-block;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 130%;
}
#what .number .d {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
#what .vertical-claim {
    display: inline-block;
    left:-90px;
    margin-top: 120px;
}
#what-obj {
    width: 80%;
    right:-5%;
    position: absolute;
    z-index: 100;
}
#contact {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 200;
}
#contact  {
    margin-top: 25px;
}
#contact .squared-btn:hover span {
    color: #FFF;
}
#contact .squared-btn {
    margin-top: 30px;
    position: relative;
}
#contact .squared-btn div {
    background-color: #363636;
}
footer {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}
footer .t {
    opacity: .5;
}
footer .t a {
    color: inherit;
}
.flickity-button {
    display: none;
}





@media (min-width: 992px) {
    #billboard #logo {
        margin-top: 80px;
        width: 130px;
    }
    .squared-btn {
        font-size: 22px;
        width:250px;
        position: absolute;
    }
    #billboard .squared-btn {
        left:0;
        width:250px;
    }
    #billboard .claim-hld {
        font-size: 57px;
        width: auto;
    }
    #who {
        background-position: -20% center;
    }
    #who .vertical-claim {
        display: inline-block;
        right:0;
        margin-top: 360px;
    }
    p.body {
        font-size: 19px;
    }
    #what {
        padding-top: 230px;
        padding-bottom: 290px;
    }
    #what .numbers {
        align-content: stretch;
        height: auto;
    }
    #what .number {
        width:auto;
    }
    #what .number .n {
        font-size: 50px;
    }
    #what .logos {
        padding: 120px 0;
        height: auto;
        justify-content: space-between;
    }
    #what .logo {
        height: 24px;
    }
    #what .logo.smartphonerubato {
        height: 23px;
    }
    #what .vertical-claim {
        margin-top: -30px;
        left: -50%;
    }
    .vertical-claim {
        font-size: 80px;
    }
    #contact {
        padding-top: 70px;
        padding-bottom: 190px;
    }
    #contact .squared-btn {
        margin-top: 50px;
    }
}
