@charset  "UTF-8";

.section,.subsection {
    box-sizing: border-box;
}

.subsection--left,.subsection--right {
    float: left;
}

@font-face {
    font-family: CircularPro-Book;
    src: url(../../fonts/CircularPro-Book.eot);
    src: local(☺),url(../fonts/CircularPro-Book.woff) format("woff"),url(../fonts/CircularPro-Book.ttf) format("truetype"),url(../fonts/CircularPro-Book.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: CircularPro-Medium;
    src: url(../fonts/CircularPro-Medium.eot);
    src: local(☺),url(../fonts/CircularPro-Medium.woff) format("woff"),url(../fonts/CircularPro-Medium.ttf) format("truetype"),url(../fonts/CircularPro-Medium.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: CircularPro-Bold;
    src: url(../fonts/CircularPro-Bold.eot);
    src: local(☺),url(../fonts/CircularPro-Bold.woff) format("woff"),url(../fonts/CircularPro-Bold.ttf) format("truetype"),url(../fonts/CircularPro-Bold.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: AGaramondPro-Regular;
    src: url(../fonts/AGaramondPro-Regular.eot);
    src: local(☺),url(../fonts/AGaramondPro-Regular.woff) format("woff"),url(../fonts/AGaramondPro-Regular.ttf) format("truetype"),url(../fonts/AGaramondPro-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: AGaramondPro-Italic;
    src: url(../fonts/AGaramondPro-Italic.eot);
    src: local(☺),url(../fonts/AGaramondPro-Italic.woff) format("woff"),url(../fonts/AGaramondPro-Italic.ttf) format("truetype"),url(../fonts/AGaramondPro-Italic.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

body {
    font-family: AGaramondPro-Regular,Garamond,Georgia,Serif;
    color: #333;
    margin: 0;
    -webkit-font-smoothing: antialiased !important;
    background-color: #fff;
}

.browsehappy {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}

h1,h2,h3 {
    font-family: CircularPro-Bold,Corbel,Arial,Sans-Serif;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: -3px;
    line-height: 88%;
}

.btn,.footer-container a {
    font-family: CircularPro-Medium,Corbel,Arial,Sans-Serif;
    text-decoration: none;
}

.btn {
    position: relative;
    overflow: visible;
    display: block;
    margin: 0 7px 15px;
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    color: #fff;
    font-size: 12px;
    padding: 14px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50em;
    background: 0 0;
    border: 1px solid #a4a4a4;
    min-width: 120px;
    text-align: center;
}

@media (min-width:591px) {
    .btn {
        display: inline-block;
    }
}

.btn:hover {
    -webkit-animation: pop .3s ease;
    animation: pop .3s ease;
}

.btn--purple {
    background-color: #9e0e03;
    border: none;
}

.btn--dark {
    background-color: #282d32;
    border: none;
}

.btn--dark-transparent-with-border {
    background-color: transparent;
    border: 1px solid #282d32;
    color: #282d32;
}

.btn--white {
    color: #282d32;
}

@-webkit-keyframes pop {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes pop {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.footer-container {
    position: fixed;
    z-index: 20;
}

.menu-container {
    position: fixed;
    z-index: 200;
}

.logo-container {
    position: absolute;
    z-index: 20;
    top: 30px;
    left: 45px;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.logo-container img {
    border: none;
    width: 110px;
    height: 25px;
}

.logo-container.hide {
    opacity: 0;
}

#logo {
    width: 110px;
    height: 25px;
    fill: #FFF;
    opacity: 1;
}

.footer-container {
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,.5);
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    display: none;
}

@media (min-width:934px) {
    .logo-container {
        position: fixed;
    }

    .footer-container {
        display: block;
    }
}

.footer-container a {
    color: #fff;
    padding: 0 4px;
    font-size: .8em;
    letter-spacing: 1px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}

.footer-container a.purple,.footer-container a:hover {
    color: #333fb9;
}

.footer-container.hide {
    opacity: 0;
    pointer-events: none;
}

.menu-container {
    top: 36px;
    right: 45px;
}

.hamburger-btn {
    width: 38px;
    height: 11px;
    position: relative;
    display: block;
    cursor: pointer;
}

.hamburger-btn .line {
    display: block;
    outline: transparent solid 1px;
    background: #fff;
    width: 38px;
    height: 3px;
    position: absolute;
    left: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.hamburger-btn .line.line-1 {
    top: 0;
}

.hamburger-btn .line.line-2 {
    top: 100%;
}

.hamburger-btn:focus .line-1,.hamburger-btn:hover .line-1 {
    -webkit-transform: translateY(-1.5px);
    transform: translateY(-1.5px);
}

.hamburger-btn:focus .line-2,.hamburger-btn:hover .line-2 {
    -webkit-transform: translateY(1.5px);
    transform: translateY(1.5px);
}

.hamburger-btn.active .line-1 {
    -webkit-transform: translateY(5.5px) translateX(0) rotate(45deg);
    transform: translateY(5.5px) translateX(0) rotate(45deg);
    background: #b00000;
}

.hamburger-btn.active .line-2 {
    -webkit-transform: translateY(-5.5px) translateX(0) rotate(-45deg);
    transform: translateY(-5.5px) translateX(0) rotate(-45deg);
    background: #b00000;
}

.hamburger-btn::after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
}

.hamburger-btn.hide {
    display: none;
}

.close-video-btn {
    position: absolute;
    top: -18px;
    right: -8px;
    display: none;
    width: 50px;
    height: 50px;
    background-image: url(../images/btn-stop.bdec556e.svg);
    background-size: 100% 100%;
}

.close-video-btn.show {
    display: block;
}

.navigation-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e2e2e2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s,visibility 0 .5s;
    transition: opacity .5s,visibility 0 .5s;
    z-index: 10;
}

.navigation-overlay nav {
    text-align: center;
    position: relative;
    top: 45%;
    height: 60%;
    font-size: 38px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-perspective: 1200px;
    perspective: 1200px;
    letter-spacing: -2px;
}

.navigation-overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
    opacity: .4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform .5s,opacity .5s;
    transition: transform .5s,opacity .5s;
}

.navigation-overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 4);
    min-height: 54px;
}

.navigation-overlay ul li a {
    display: block;
    font-family: CircularPro-Bold,Corbel,Arial,Sans-Serif;
    font-size: 1.4em;
    text-decoration: none;
    color: #03030a;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.navigation-overlay ul li a:focus,.navigation-overlay ul li a:hover {
    color: #fa8677;
}

.navigation-overlay.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.navigation-overlay.open nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.navigation-overlay.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height:30.5em) {
    .navigation-overlay nav {
        height: 70%;
        font-size: 34px;
    }

    .navigation-overlay ul li {
        min-height: 34px;
    }
}

::cue {
    color: #FFF;
    font-size: 15px;
}

@media (min-width:591px) {
    ::cue {
        font-size: 22px;
    }

    .subsection .subsection__headerbox {
        text-align: center;
    }
}

@media (min-width:934px) {
    ::cue {
        font-size: 30px;
    }
}

.sections,body,html {
    height: 100%;
}

@media (max-width:530px) {
    .section,.section__wrapper {
        overflow: hidden;
    }
}

.section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    padding: 30px;
}

.section:after {
    content: "";
    display: table;
    clear: both;
}

.section .section__wrapper {
    position: relative;
}

.subsection {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.subsection .subsection__headerbox {
    font-size: 2em;
}

.subsection .subsection__headerbox .header {
    display: inline-block;
    text-align: left;
    font-size: 1.9em;
}

@media (min-width:481px) {
    .subsection .subsection__headerbox .header {
        font-size: 1.5em;
    }
}

.subsection .subsection__textbox {
    max-width: 360px;
}

.subsection .subsection__textbox:after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width:591px) {
    .subsection .subsection__headerbox .header {
        font-size: 1.9em;
    }

    .subsection .subsection__textbox {
        padding-left: 40px;
    }
}

@media (min-width:934px) {
    .subsection .subsection__headerbox .header {
        font-size: 3.3em;
    }

    .subsection .subsection__textbox {
        padding-top: 10px;
    }
}

.subsection p {
    font-size: 1.3em;
    line-height: 1.55;
    margin: 15px 0;
}

.subsection--left,.subsection--right {
    width: 100%;
}

@media (min-width:481px) {
    .subsection--left {
        width: 45%;
    }

    .subsection--right {
        width: 55%;
    }
}

@media (min-width:934px) {
    .subsection--left {
        width: 55%;
        text-align: center;
    }

    .subsection--right {
        width: 45%;
    }
}

.hero-wrapper {
    height: 100%;
    min-height: auto;
    padding: 0;
}

.hero-wrapper .content,.hero-wrapper .hero,.hero-wrapper .video-container,.hero-wrapper .videoLoop {
    position: relative;
    display: block;
    height: 100%;
}

.hero-wrapper .video-container,.hero-wrapper .videoLoop {
    width: 100%;
}

.hero-wrapper .hero {
    position: fixed;
    height: 100%;
    width: 100%;
}

.hero-wrapper .hero .content .video-container {
    margin: 0;
}

.hero-wrapper .hero .content .videoLoop {
    z-index: -100;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/fallback.png) no-repeat;
    background-size: cover;
}

.hero-wrapper .hero .content .video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: .4s opacity;
    transition: .4s opacity;
    opacity: 0;
    filter: alpha(opacity=0);
}

.hero-wrapper .hero .content .video.visible {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 150;
}

.hero-wrapper .hero .content #video-background {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

.hero-wrapper .hero .content #video-background.visible {
    display: block;
}

.hero-wrapper .hero .content .controls-container {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 50px;
    width: 65%;
    height: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 150;
}

.hero-wrapper .hero .content .controls-container.show {
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: all;
}

.hero-wrapper .hero .content .play-container,.hero-wrapper .hero .content .progress-container {
    height: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.hero-wrapper .hero .content .play-container {
    width: 50px;
    float: left;
    z-index: 150;
}

.hero-wrapper .hero .content .play-container button {
    display: block;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background-size: auto 100%;
    background-image: url(../images/play-sprite.fdf86df6.svg);
    background-position: 0 0;
    background-color: transparent;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(0);
    cursor: pointer;
}

.hero-wrapper .hero .content .play-container button.pause {
    background-position: 100% 0;
}

.hero-wrapper .hero .content .progress-container {
    width: 100%;
    padding-left: 70px;
}

.hero-wrapper .hero .content .progress-container .progress-hitter {
    cursor: pointer;
    margin-top: -25px;
    width: 100%;
    height: 100%;
    float: right;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    outline: 0;
}

.hero-wrapper .hero .content .progress-container .progress-ctrl {
    width: 100%;
    height: 2px;
    float: right;
    margin-top: 23px;
    background-color: #fff;
}

.hero-wrapper .hero .content .progress-container .progress-ctrl>span {
    display: block;
    height: 100%;
    background-color: #fa8677;
    position: relative;
    overflow: hidden;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
}

.hero-wrapper .hero .video-overlay .x .in.hide,.hero-wrapper .hero .video-overlay .x.hide {
    display: none;
}

.hero-wrapper .hero .video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    background: -webkit-linear-gradient(top,transparent 10%,transparent 75%,#000 100%);
    background: linear-gradient(to bottom,transparent 10%,transparent 75%,#000 100%);
    z-index: 10;
}

.hero-wrapper .hero .video-overlay .video-headline {
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    top: 150%;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.hero-wrapper .hero .video-overlay .video-headline.visible {
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-wrapper .hero .video-overlay.hide {
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
}

.hero-wrapper .hero .video-overlay .in,.hero-wrapper .hero .video-overlay .out,.hero-wrapper .hero .video-overlay .x {
    width: 362px;
    height: 362px;
    position: absolute;
}

.hero-wrapper .hero .video-overlay .x {
    top: 50%;
    left: 50%;
    margin-left: -180px;
    margin-top: -200px;
    z-index: 10;
    -webkit-transition: top .4s ease;
    transition: top .4s ease;
    -webkit-transform: scale(.4);
    transform: scale(.4);
}

.hero-wrapper .hero .video-overlay .x.moveup {
    top: 25%;
}

.hero-wrapper .hero .video-overlay .x .in {
    background: url(../images/X_animation_in.png) right bottom;
    background-size: 2048px 4096px;
}

.hero-wrapper .hero .video-overlay .x .out {
    display: none;
    background: url(../images/X_animation_in.png) left top;
    background-size: 2048px 4096px;
}

.hero-wrapper .hero .video-overlay .x .out.show {
    display: block;
}

.hero-wrapper .hero .start-btn {
    background: 0 0;
    cursor: pointer;
    border: none;
    outline: 0;
    margin-top: 30px;
}

@media (min-width:481px) {
    .hero-wrapper .hero .video-overlay .x {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .hero-wrapper .hero .start-btn {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        margin-top: 60px;
    }
}

.hero-wrapper .hero .start-btn .icon {
    display: block;
    width: 60px;
    height: 60px;
}

.hero-wrapper .hero .start-btn .icon .svg {
    width: 100%;
    height: 100%;
    fill: #ffd9d2;
}

.hero-wrapper .hero .start-btn:hover .svg {
    fill: #333FB9;
}

.hero-wrapper .hero .mobile-footer {
    position: absolute;
    bottom: -140px;
    width: 100%;
    height: 75pt;
    font-size: 1.1em;
    text-align: center;
    color: #a4a4a4;
}

.hero-wrapper .hero .mobile-footer img {
    margin: 0 auto 30px;
    width: 200px;
    display: block;
}

.hero-wrapper .hero .mobile-footer .svg {
    margin: 0 auto 15px;
    width: 160px;
    display: block;
    fill: #ffd9d2;
    opacity: 1;
}

.hero-wrapper .hero .temp-header {
    color: #fff;
    font-size: 33px;
    text-align: center;
    padding: 0 30px;
}

.hero-wrapper .hero .temp-header br.br {
    display: none;
}

@media (min-width:481px) {
    .hero-wrapper .hero .temp-header {
        font-size: 40px;
    }

    .section--twitter {
        padding-top: 15%;
        padding-bottom: 15%;
    }
}

@media (min-width:591px) {
    .hero-wrapper .hero .temp-header {
        font-size: 46px;
    }

    .hero-wrapper .hero .temp-header br.br {
        display: inline;
    }
}

.section--about .section__wrapper:after,.section--contact .section__wrapper:after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width:934px) {
    .hero-wrapper .hero .temp-header {
        font-size: 65px;
    }
}

.section--twitter {
    position: relative;
    background-color: #6b7a98;
}

.twitter {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.twitter .twitter__title {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
    font-size: 40px;
}

@media (min-width:591px) {
    .twitter .twitter__title {
        font-size: 60px;
    }
}

.twitter .twitter__timeline {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
}

.twitter .twitter__buttons {
    text-align: center;
    margin: 40px 0 0;
}

.twitter .twitter__buttons button {
    margin-bottom: 20px;
}

.section--about {
    background-color: #838fa6;
}

@media (min-width:481px) {
    .section--about {
        padding-top: 15%;
        padding-bottom: 15%;
    }
}

.section--about .header {
    color: #e2e2e2;
    padding-bottom: 30px;
}

.section--about p {
    color: #e2e2e2;
}

.section--contact {
    background-color: #515d74;
}

@media (min-width:481px) {
    .section--contact {
        padding-top: 15%;
        padding-bottom: 15%;
    }
}

.section--contact .header {
    color: #FFF;
}

.section--contact .contact-list {
    list-style: none;
    font-size: .9em;
    margin: 0;
    padding: 0;
    display: block;
}

.section--contact .contact-list .item {
    padding-top: 30px;
    font-size: 1.7em;
    color: #c1c1c1;
    letter-spacing: -1px;
}

.section--contact .contact-list .item h2 {
    font-family: CircularPro-Book,Corbel,Arial,Sans-Serif;
    color: #fff;
    font-size: 1.35em;
}

.section--contact .contact-list .item .info {
    font-family: CircularPro-Book,Corbel,Arial,Sans-Serif;
    font-size: .55em;
    letter-spacing: 0;
}

.section--contact .contact-list .item .info a {
    color: #c1c1c1;
    text-decoration: none;
    margin-right: 12px;
}

.section--contact .contact-list .item .info a:hover {
    color: #fa8677;
}

.section--contact .contact-list .item .info span {
    color: #c1c1c1;
}

.section--wedo {
    opacity: 0;
    filter: alpha(opacity=0);
}

.section--wedo .section__wrapper {
    text-align: center;
}

.section--wedo .wedo__title {
    color: #282d32;
    font-size: 40px;
    margin: 0 auto;
}

@media (min-width:591px) {
    .section--contact .contact-list .item:first-child {
        padding-top: 15px;
    }

    .section--wedo .wedo__title {
        padding-bottom: 60px;
        font-size: 60px;
    }

    .section--wedo .wedo__body .item {
        float: left;
    }
}

.section--wedo .wedo__body {
    text-align: center;
    color: #282d32;
    font-size: 40px;
}

.section--wedo .wedo__body .icon-container {
    display: inline-block;
    margin: 0 -50px;
}

.section--wedo .wedo__body .item {
    position: relative;
    line-height: 24px;
    font-size: 30px;
    text-align: center;
}

@media (min-width:934px) {
    .section--contact .contact-list .item:first-child {
        padding-top: 33px;
    }

    .section--wedo .wedo__body .item {
        padding-right: 20px;
    }

    .section--wedo .wedo__body .item:last-child {
        padding-right: 0;
    }
}

.section--wedo .wedo__body .item .icon {
    display: none;
    margin: 0 auto;
}

.section--wedo .wedo__body .item .icon-wrapper {
    margin: 0 auto 15px;
    width: 210px;
    height: 145px;
    position: relative;
}

.section--wedo .wedo__body .item .icon-wrapper.brain .icon {
    background: url(../images/BRAIN---NORMAL.499c64a2.gif) no-repeat;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

@media (min--moz-device-pixel-ratio:1.3),(-webkit-min-device-pixel-ratio:1.3),(min-device-pixel-ratio:1.3),(min-resolution:1.3dppx) {
    .section--wedo .wedo__body .item .icon-wrapper.brain .icon {
        background-image: url(../images/BRAIN---NORMAL.499c64a2.gif);
        background-size: 210px 175px;
    }
}

.section--wedo .wedo__body .item .icon-wrapper.heart .icon {
    width: 95px;
    height: 100%;
    background: url(../images/HEART---NORMAL.gif) 50% 0 no-repeat;
    margin: 0 auto;
}

@media (min--moz-device-pixel-ratio:1.3),(-webkit-min-device-pixel-ratio:1.3),(min-device-pixel-ratio:1.3),(min-resolution:1.3dppx) {
    .section--wedo .wedo__body .item .icon-wrapper.heart .icon {
        background-image: url(../images/HEART---RETINA.gif);
        background-size: 210px 175px;
    }
}

.section--wedo .wedo__body .item .icon-wrapper.feather .icon {
    height: 100%;
    width: 100%;
    background: url(../images/FEATHER---NORMAL.ba7a5b86.gif) no-repeat;
    margin: 0 auto;
}

@media (min--moz-device-pixel-ratio:1.3),(-webkit-min-device-pixel-ratio:1.3),(min-device-pixel-ratio:1.3),(min-resolution:1.3dppx) {
    .section--wedo .wedo__body .item .icon-wrapper.feather .icon {
        background-image: url(../images/FEATHER---RETINA.gif);
        background-size: 210px 175px;
    }
}

.section--wedo .wedo_buttons_wrapper {
    padding-top: 60px;
    text-align: center;
    clear: both;
}

.section--wedo .wedo_buttons_wrapper .wedo__buttons {
    position: relative;
    display: inline-block;
}

.section--wedo .wedo_buttons_wrapper .wedo__buttons button {
    margin-bottom: 20px;
}

.section--weare {
    background-color: #282D32;
    height: 100%;
}

.section--weare .section__wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section--weare .weare__title {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 31px;
}

@media (min-width:481px) {
    .section--weare {
        padding-top: 15%;
        padding-bottom: 15%;
        height: auto;
    }

    .section--weare .section__wrapper {
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .section--weare .weare__title {
        font-size: 40px;
    }
}

@media (min-width:591px) {
    .section--weare .weare__title {
        font-size: 46px;
    }
}

@media (min-width:934px) {
    .section--weare .weare__title {
        font-size: 72px;
    }
}

.section--weare .weare__body {
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #666;
}

@media (min-width:481px) {
    .section--weare .weare__body {
        font-size: 20px;
    }
}

@media (min-width:591px) {
    .section--weare .weare__body {
        font-size: 35px;
    }
}

@media (min-width:934px) {
    .section--weare .weare__body {
        font-size: 53px;
    }
}