
.no-js .top-bar {
    display: none;
}

@media screen and (min-width: 40em) {
    .no-js .top-bar {
        display: block;
    }

    .no-js .title-bar {
        display: none;
    }
}

HTML, BODY {
    color: #000000;
    background: #FFFFFF;
    font-family: 'Questrial', sans-serif;
}

p {
    margin: 0;
    padding: 0;
    padding-bottom: 1em;
}

h1, h2, h3, h4, h5, h6, ul {
    margin-bottom: 0;
    padding-bottom: .5em;
    padding-top: 0;
}

h6 {
    font-size: 1.15rem;
}

strong {
    font-weight: 800;
}

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

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    content: '';
}

.menu-icon:hover::after {
    background: #666666;
    box-shadow: 0 7px 0 #666666, 0 14px 0 #666666;
}

.topbar-name, .topbar-name-small, .topbar-bug {
    font-size: 1.8rem;
    letter-spacing: .1rem;
}

.topbar-bug {
    padding-left: 4rem;
}

.topbar-name-small {
    display: none;
}

.is-stuck .topbar-responsive {
    padding-top: .5rem;
    padding-bottom: .5rem;
    transition: padding 0.25s ease;
}

.is-stuck .topbar-name {
    opacity: 0;
    transition: opacity 0.25s ease;
}

.topbar-responsive {
    background: #FFFFFF;
    padding: 4rem 1.5rem;
}

.topbar-responsive .topbar-responsive-logo .menu {
    color: #000000;
    background: #FFFFFF;
    vertical-align: middle;
}

.menu-icon a {
    color: #000000 !important;
}

.topbar-responsive .menu li:last-of-type {
    margin-right: 0;
}

.topbar-responsive .menu a {
    color: #000000;
    transition: color 0.15s ease-in;
    padding: 0 0 0 1.2em;
    letter-spacing: .1rem;
}

.topbar-responsive .menu a:hover {
    color: #000000;
}

@media screen and (max-width: 39.9375em) {
    .topbar-responsive .menu a {
        padding: 0.875rem 0;
    }
    .topbar-responsive .menu li:first-child {
        padding-left: 1em;
    }
    .topbar-bug {
        padding-left: .5rem;
    }
}

.topbar-responsive .menu .topbar-responsive-button {
    color: #000000;
    border-color: #000000;
    border-radius: 5000px;
    transition: color 0.15s ease-in, border-color 0.15s ease-in;
}

.topbar-responsive .menu .topbar-responsive-button:hover {
    color: #000000;
    border-color: #000000;
}

@media screen and (max-width: 39.9375em) {
    .topbar-responsive .menu .topbar-responsive-button {
        width: 100%;
        margin: 0.875rem 0;
    }
}

@media screen and (max-width: 39.9375em) {
    .topbar-responsive {
        padding: 0.75rem;
    }
    .topbar-responsive .top-bar-title {
        position: relative;
        width: 100%;
    }
    .topbar-responsive .top-bar-title span {
        position: absolute;
        right: 0;
        border-radius: 5px;
        padding: 0.25rem 0.45rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .topbar-responsive .top-bar-title span .menu-icon {
        margin-bottom: 4px;
    }
}

@media screen and (max-width: 55.5em) {
    .topbar-name {
        opacity: 0;
        transition: opacity 0.25s ease;
    }
}

@media screen and (max-width: 55em) {
    .topbar-name {
        display: none;
    }
    .topbar-name-small {
        display: inline;
    }
    /* change margins */
    .topbar-bug {
        padding-left: .5rem;
        transition: padding-left 0.25s ease;
    }
    .hero p, .work-item p, work-detail-item p {
        padding-left: 2rem !important;
        transition: padding-left 0.25s ease;
    }

    div .skills {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
        transition: padding-left 0.25s ease;
    }

    .skills div {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        transition: padding-left 0.25s ease;
    }

    .introduction-news{
        padding: 1rem !important;
        transition: padding 0.25s ease;
    }

    .contact-wrapper{
        padding: 2rem !important;
        transition: padding 0.25s ease;
    }

    .introduction{
        padding: 2rem !important;
        transition: padding 0.25s ease;
    }

    .introduction-news img{
        padding-top: 2rem !important;
        padding-bottom: 3rem !important;
        transition: padding-top 0.25s ease;
    }

    .discover, .define, .develop, .deliver, .evolve{
        padding: 2rem !important;
        transition: padding 0.25s ease;
    }

    .topbar-responsive-links{
        padding-right: 0rem !important;
        transition: padding-right 0.25s ease;
    }
}

@media screen and (max-width: 39.9375em) {

    .hero p {
        padding: 4rem !important;
        transition: padding-left 0.25s ease;
    }
}


@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media screen and (max-width: 39.9375em) {
    .topbar-responsive-links {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        width: 100%;
        -webkit-animation: fadeIn .25s ease-in;
        animation: fadeIn .25s ease-in;
    }
}
.topbar-responsive-links{
    padding-right: 4rem;
}
.hover-underline-menu .menu a {
    color: #000000;
    padding: 1.2rem .75rem;
}

.menu {
    font-size: .75rem;
}

.hover-underline-menu .menu .underline-from-center {
    position: relative;
}

.hover-underline-menu .menu .underline-from-center::after {
    content: "";
    position: absolute;
    top: calc(85% - 0.125rem);
    border-bottom: 0.45rem solid #000000;
    left: 50%;
    right: 50%;
    transition: all 0.5s ease;
}

.hover-underline-menu .menu .section::after {
    position: absolute;
    top: calc(85% - 0.125rem);
    border-bottom: 0.45rem solid #000000;
    left: 20%;
    right: 20%;
}

.hover-underline-menu .menu .underline-from-center:hover::after {
    left: 20%;
    right: 20%;
    transition: all 0.5s ease;
}

.hero {
    background: #000000;
    padding:0;
    margin: 0;
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: bolder;
}

.hero p {
    color: #FFFFFF;
    padding:6rem;
}

.hero-img-about {
    min-height: 525px
}

.hero-img-lens {
    min-height: 400px
}

.hero-img-work {
    min-height: 550px
}

.contact-wrapper{
    padding: 5rem;
    background-color: #EFEFEF;
}

.contact-wrapper div{
    padding: 2rem;
}

.introduction{
    padding: 6rem;
    background-color: #EFEFEF;
}

.introduction-news{
    padding: 4rem;
    background-color: #FFFFFF;
}

.introduction-news div{
    padding: 2rem;
}

.introduction-news img{
    padding-top: 4rem;
    padding-bottom: 4rem;
}


@charset "UTF-8";

.blockquote-container.blockquote-left {
    float: left;
    width: 35%;
    margin-right: 1rem;
}

@media screen and (max-width: 39.9375em) {
    .blockquote-container.blockquote-left {
        float: none;
        margin: 0;
        width: 100%;
    }
    .introduction-news div .blockquote-container {
        padding: 0;
        transition: all 0.25s ease-in;
    }
    .introduction-news div .callout {
        padding: 1rem;
        transition: all 0.25s ease-in;
    }

    .hero-img-about {
        min-height: 0;
    }

    .hero-img-work {
        min-height: 0;
    }

}

.blockquote-container.blockquote-right {
    float: right;
    width: 35%;
    margin-left: 1rem;
}

.callout {
    border: 0;font-style: oblique;
}
.blockquote-container .callout .blockquote-title {
    margin-left: 1rem;
}

.blockquote-container .callout blockquote {
    quotes: "” " "” " "‘ " "’  ";
    border-left: none;
}

.blockquote-container .callout blockquote:before {
    content: open-quote;
    color: #8a8a8a;
    font-size: 4em;
    line-height: 0.1em;
    vertical-align: -0.3em;
}

.blockquote-container .callout blockquote:after {
    content: close-quote;
    color: #8a8a8a;
    font-size: 4em;
    line-height: 0.1em;
    vertical-align: -0.7em;
}

.blockquote-container .callout blockquote .blockquote-content {
    display: inline;
    color: #0a0a0a;
}


.timeline .timeline-item::after, .timeline .timeline-item::before {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

.timeline {
    margin: 5rem auto;
    /* padding: 0 10px; */
    position: relative;
    transition: all 0.25s ease-in;
    width: 100%;
    color: #0a0a0a;
}

.timeline::before {
    background: #CCCCCC;
    content: '';
    height: 100%;
    left: 33.33%;
    position: absolute;
    top: 0;
    width: 3px;
}

.timeline::after {
    clear: both;
    content: '';
    display: table;
    width: 100%;
}

.timeline a {
    color: #0a0a0a;
    font-weight: bold;
    transition: all 0.25s ease-in;
}

.timeline a:hover {
    box-shadow: 0 1px 0px 0px #fefefe;
    transition: all 0.25s ease-in;
}

.timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
}

.timeline .timeline-item .timeline-icon {
    background: #CCCCCC;
    border-radius: 50%;
    height: 50px;
    left: 33.33%;
    margin-left: -23px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50px;
}

.timeline .timeline-item .timeline-icon img,
.timeline .timeline-item .timeline-icon svg {
    left: 11px;
    position: relative;
    top: 11px;
}

.timeline .timeline-item .timeline-icon svg {
    top: 14px;
}

.timeline .timeline-item .timeline-content {
    transition: all 0.25s ease-in;
    background: transparent;
    padding-top: .5rem;
}

.timeline .timeline-item .timeline-content p {
    color: #0a0a0a;
}

.timeline .timeline-item .timeline-content p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
}

.timeline .timeline-item .timeline-content ul {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.timeline .timeline-item .timeline-content li {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    padding-bottom: 1rem;
}

.timeline .timeline-item .timeline-content ul {
    list-style: none;
}

.timeline .timeline-item .timeline-content .timeline-content-date {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.timeline .timeline-item .timeline-content .timeline-content-month {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 400;
}
.timeline .timeline-item .timeline-content .timeline-content-city {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 400;
}

.timeline .timeline-item .timeline-content.right {
    float: right;
    text-align: left;
    padding-left: 3rem;
    padding-right: 3rem;
}

.timeline .timeline-item .timeline-content.left {
    float: left;
    text-align: right;
    padding-right: 3rem;
    padding-left: 3rem;
}

@media screen and (max-width: 39.9375em) {
    .work-item p, .work-detail-item p {
        padding: 2rem !important;
        transition: padding-left 0.25s ease;
    }

    .work-item-img, .work-detail-item-img {
        padding: 0 2rem 2rem 2rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .timeline {
        margin: 30px;
        padding: 0;
        width: 90%;
    }
    .timeline::before {
        left: 0;
    }
    .timeline .timeline-item .timeline-content {
        float: right;
        text-align: left;
        width: 90%;
    }
    .timeline .timeline-item .timeline-content::before, .timeline .timeline-item .timeline-content.right::before {
        border-left: 0;
        border-right: 7px solid #fefefe;
        left: 10%;
        margin-left: -6px;
    }
    .timeline .timeline-item .timeline-icon {
        left: 0;
    }
    .timeline-content.right {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .timeline-content.left {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
        text-align: left !important;
    }
    .timeline-content-month{
    }
}
.skills li {
    padding-bottom: 1rem;
    list-style: none;
    margin: 0;
}
.skills ul {
    margin: 0;
    padding: 0;
}
div .skills {
    padding: 4rem;
}

div .skills div {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media print{
    .hero p {
        padding-top: 0;
        padding-bottom: 1rem;
        padding-left: 4rem;
    }

    .h2 {
        font-size: 1.25rem;
    }


    .menu, .no-print {
        display: none;
    }
    .topbar-responsive {
        padding: 0;
    }
    .timeline {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .sticky-container {
        display: none;
    }
    .print-title{
        display: block !important;
    }
    .timeline .timeline-item .timeline-content li, .skills li{
        padding-bottom:.2rem;
    }
    div .skills, h2{
        padding: 0;
    }
    div .skills div{
        padding: 1rem;
    }
}
.print-title {
    display: none;
}
.topbar-responsive {
    max-width: 1366px;
    margin: auto;
}
.container{
    max-width: 1366px;
    margin: auto;
}
.work-item, .work-detail-item {
    padding:0;
    margin: 0;
    color: #000000;
    font-size: 3rem;
    font-weight: bolder;
}

.small p{
    font-size: 1rem !important;
    font-weight: normal !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.work-item p {
    color: #000000;
    padding: 6rem ;
}

.work-item-img {
    padding: 6rem 2rem 6rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.work-detail-item p {
    color: #000000;
    padding: 4rem ;
}

.work-detail-item-img {
    padding: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.discover {
    background-color: #FFFFFF;
}
.define {
    background-color: #EFEFEF;
}
.develop {
    background-color: #FFFFFF;
}
.deliver {
    background-color: #0a0a0a;
    color: #FFFFFF;
}
.evolve {
    background-color: #EFEFEF;
}

.discover, .define, .develop, .deliver, .evolve {
    padding: 3rem 6rem 0 6rem;
}

.discover h4, .define h4, .develop h4, .deliver h4, .evolve h4 {
    font-weight: 500;
    padding-top: 1rem;
}


.contact-us-section {
    padding: 2rem;
    background: #fefefe;
}

.contact-us-section .contact-us-section-left {
    padding-right: 2rem;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

@media print, screen and (min-width: 40em) {
    .contact-us-section .contact-us-section-left {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.contact-us-section .contact-us-section-right {
    padding-left: 0;
}

@media print, screen and (min-width: 40em) {
    .contact-us-section .contact-us-section-right {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.contact-us-section .contact-us-header {
    margin-bottom: 2rem;
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
    .contact-us-section .contact-us-header {
        font-size: 32px;
    }
}

.contact-us-section .responsive-embed {
    margin-bottom: 0;
    padding-bottom: 55%;
}

.contact-us-form input[type=text],
.contact-us-form input[type=email],
.contact-us-form textarea {
    margin-bottom: 1.5rem;
}

.contact-us-form-actions {
    padding: 0 !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-us-form-actions input[type=submit] {
    padding-left: 2rem;
    padding-right: 2rem;
}

.contact-us-form-actions .contact-us-file-button {
    background: transparent;
    color: #8a8a8a;
}

.contact-us-list {
    list-style-type: none;
    margin: 0;
}

.contact-us-list li a {
    color: #0a0a0a;
}

.contact-us-list li::before {
    margin-right: 2rem;
    font-size: 2rem;
    vertical-align: middle;
    color: #8a8a8a;
    font-family: 'FontAwesome';
}

.contact-us-list .address::before {
    content: '\f041';
    margin-left: 0.4rem;
    margin-right: 2.3rem;
}

.contact-us-list .email::before {
    content: '\f003';
}

.contact-us-list .phone::before {
    content: '\f098';
}

.cell p, .cell ul {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
div .cell {
    padding-bottom: 2rem;
}