body {
    -moz-osx-font-smoothing: grayscale;   /* Firefox */
    -webkit-font-smoothing: antialiased; /* WebKit  */
}
#homepage .wrapper .graphics {
    background-color: #f0f0f0;
}
#homepage .wrapper .photography {
    background-color: #f7c379;
}
.hamburger-wrap,
#mobile-portfolio,
.mobile-menu-wrap {
    display: none;
}
#homepage .photography,
#homepage .graphics {
    width: 25% !important;
    will-change: width;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#homepage .photography.wide,
#homepage .graphics.wide {
    width: 75% !important;
    will-change: width;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


@media (max-width: 1060px) {
    .hide-mobile {
        display: none !important;
    }
    body {
        overflow: initial;
    }
    .mobile-menu-wrap {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
                transform: translate3d(0,-100%,0);
        height: 100%;
        overflow: auto;
        width: 100%;
        z-index: 999;
        background: #fff;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .mobile-menu-wrap.active {
        opacity: 1;
        -webkit-transform: translate3d(0,0%,0);
                transform: translate3d(0,0%,0);
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .mobile-menu-innerwrap {
        margin: 0 auto;
        width: 100%;
        max-width: 700px;
    }
    .mobile-menu-innermenu {
        text-align: right;
        padding-left: 0;
        padding-right: 6.6%;
        padding-top: 25px;
        padding-bottom: 50px;
        margin: 0 45px 0 0;
    }
    .mobile-menu-wrap ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .mobile-menu-wrap ul li {
        margin: 0;
    }
    .mobile-menu-wrap .languages-list a,
    .mobile-menu-wrap h2 {
        font-size: 50px;
        text-transform: lowercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .mobile-menu-wrap .languages-list li.current-lang {
        display: none !important;
    }
    .mobile-menu-wrap .languages-list {
        margin-top: 70px;
    }
    .mobile-menu-submenu-wrap h2 {
        cursor: pointer;
    }
    .mobile-menu-submenu-wrap ul {
        max-height: 0;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0) scaleY(0);
                transform: translate3d(0,0,0) scaleY(0);
        opacity: 0;
        -webkit-transform-origin: top;
            -ms-transform-origin: top;
                transform-origin: top;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .mobile-menu-submenu-wrap.active ul {
        max-height: 999px;
        -webkit-transform: translate3d(0,0,0) scaleY(1);
                transform: translate3d(0,0,0) scaleY(1);
        opacity: 1;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .mobile-menu-submenu-wrap.active ul li:last-of-type {
        margin-bottom: 25px;
    }
    .mobile-menu-submenu-wrap ul li a {
        font-size: 30px;
        display: inline-block;
        padding: 3px 0;
        text-transform: lowercase;
    }
    .hamburger-wrap {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .header-hamburger-wrap,
    .homepage-hamburger-wrap {
        position: sticky;
        top: 0;
        right: 0;
        z-index: 10;
    }
    .menu-hamburger-wrap,
    .header-hamburger-wrap,
    .homepage-hamburger-wrap {
        padding-left: 6.6%;
        padding-right: 6.6%;
    }
    body.home .header-hamburger-wrap {
        display: none;
    }
    .hamburger {
        width: 45px;
        height: 42px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }
    .hamburger .uno,
    .hamburger .dos,
    .hamburger .tres {
        position: absolute;
        width: 45px;
        height: 5px;
        background-color: #000000;
        left: 50%;
        -webkit-transform: translate3d(-50%,-50%,0) rotate(0);
                transform: translate3d(-50%,-50%,0) rotate(0);
        opacity: 1;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
    }
    .hamburger .uno {
        top: 4px;
    }
    .hamburger .dos {
        top: 50%;
    }
    .hamburger .tres {
        bottom: 0;
    }
    .hamburger.active .uno,
    .hamburger.active .dos,
    .hamburger.active .tres {
        top: 50%;
        bottom: 50%;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .hamburger.active .dos {
        opacity: 0;
    }
    .hamburger.active .uno {
        width: 54px;
        -webkit-transform: translate3d(-50%,-50%,0) rotate(-40deg);
                transform: translate3d(-50%,-50%,0) rotate(-40deg);
    }
    .hamburger.active .tres {
        width: 54px;
        -webkit-transform: translate3d(-50%,-50%,0) rotate(40deg);
                transform: translate3d(-50%,-50%,0) rotate(40deg)
    }
    nav.menu {
        display: none;
    }
    .logo {
        left: 6.6%;
        top: 25px;
    }
    body.home .logo {
        background: unset;
    }
    #homepage {
        height: auto;
        overflow: hidden;
    }
    #homepage .wrapper {
        border-width: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: auto;
        min-width: 100%;
        height: auto;
    }
    #homepage .wrapper.on-left {
        -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    #homepage .wrapper.on-right {
        -webkit-transform: translate3d(-70%,0,0);
                transform: translate3d(-70%,0,0);
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    #homepage .wrapper .photography,
    #homepage .wrapper .graphics,
    #homepage .wrapper .photography.wide,
    #homepage .wrapper .graphics.wide {
        min-width: 85%;
        width: 85%;
        position: relative;
    }

    #homepage .wrapper .graphics .title,
    #homepage .wrapper .photography .title,
    #homepage .wrapper > div .title,
    #homepage .wrapper > div .title.active {
        bottom: 0;
        left: unset;
        right: unset;
        font-size: 60px;
        pointer-events: none;
    }
    #homepage .wrapper .graphics .title {
        right: 200px;
    }
    #homepage .wrapper .graphics .title.active {
        right: 48px;
    }
    #homepage .wrapper .photography .title {
        left: 26px;
    }
    #homepage .wrapper .photography .title.active {
        left: 26px;
    }
    #homepage .wrapper > div a {
        padding-bottom: 90%;
        min-height: 300px;
    }
    #mobile-portfolio {
        display: block;
        position: relative;
        overflow: hidden;
    }
    #mobile-portfolio .hidden {
        display: none !important;
    }
    #mobile-portfolio img {
        max-width: 100%;
        height: auto;
    }
    #mobile-portfolio .photo {
        padding: 25px 6.6%;
    }
    #mobile-portfolio a.photo {
        display: block;
    }
    #mobile-portfolio .photo .project-title {
        padding: 25px 6.6%;
        color: #000000;
        font-family: 'GalanoGrotesque-Bold';
        font-size: 50px;
        font-weight: 700;
        padding: 3px 0;
    }
    #mobile-portfolio a.next {
        display: block;
        font-family: 'GalanoGrotesque-Bold';
        background-color: unset !important;
        text-transform: lowercase;
        margin-bottom: 30px;
    }
    #mobile-portfolio a.next .next-post-general-title {
        font-size: 30px;
    }
    #mobile-portfolio a.next .next-post-title {
        font-size: 50px;
        margin: 4px 0;
    }
    #mobile-portfolio a.go-back {
        margin-bottom: 30px;
        text-transform: lowercase;
        display: inline-block;
    }
    #mobile-portfolio a.go-back svg {
        margin-right: 12px;
    }
    .mobile-container {
        padding-left: 6.6%;
        padding-right: 6.6%;
    }

    .description {
        max-width: unset;
        padding-top: 0;
    }
    .post-navigation {
        display: none;
    }
    .contact-box {
        width: 100%;
    }
    .contact-box .content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .contact-box .content > div {
        width: 100%;
    }
    .contact-box .contact-form {
        padding-top: 40px;
    }
}

@media screen and (max-width: 415px) {
    .mobile-menu-wrap .languages-list a,
    .mobile-menu-wrap h2 {
        font-size: 40px;
    }
    .mobile-menu-submenu-wrap ul li a {
        font-size: 25px;
    }
}


.page-template-page-about .fullwidth-image {
    min-height: 500px;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.page-template-page-about .fullwidth-image-3 {
    min-height: 600px;
}
.page-template-page-about .fullwidth-image img {
    min-height: 500px;
    max-width: unset;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: auto;
}
.page-template-page-about .fullwidth-image-3 img {
    min-height: 600px;
}
.page-template-page-about .fullwidth-image img:nth-of-type(1) {
    display: none;
}

@media screen and (min-width: 600px) {
    .page-template-page-about .fullwidth-image img:nth-of-type(1) {
        display: initial;
    }
    .page-template-page-about .fullwidth-image img:nth-of-type(2) {
        display: none;
    }
}
.page-template-page-about .mobile-container {
    padding-left: 3.85%;
    padding-right: 3.85%;
}

.about-intro {
    margin-top: 54px;
}
@media screen and (max-width: 1060px) {
    .about-intro {
        top: unset !important;
        position: relative;
    }
}
.about-intro-text {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    font-family: 'GalanoGrotesque-Bold';
}
.about-intro-text p {
    margin: 0;
    display: inline;
}
.rotated-box .box-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    font-family: 'GalanoGrotesque-Bold';
    margin: 40px 0;
    display: block;
    text-align: center;
}
.rotated-box .circles-wrap {
    padding-bottom: 112%;
    position: relative;
    margin: 70px 0;
}
.rotated-box .circle {
    border: 4px solid #000000;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    position: absolute;
}
.rotated-box .circle:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
.rotated-box .circle .circle-content {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 14px;
    bottom: 14px;
}
.rotated-box .circle .circle-content p {
    margin: 0;
}
.rotated-box .circle .circle-title {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'GalanoGrotesque-Bold';
    font-weight: 700;
    padding: 5px;
}
.rotated-box .circle.circle-branding {
    width: 72.6%;
    top: 0;
    right: 0;
}
.rotated-box .circle.circle-fotografia {
    width: 64.7%;
    bottom: 0;
    left: 0;
}
.rotated-box .circle.circle-wdrozenie {
    border-width: 2px;
    width: 51.8%;
    right: 0;
    bottom: 16.8%;
}
.rotated-box .circle.circle-fotografia .circle-content {
    top: unset;
}
.rotated-box .circle.circle-fotografia .circle-title {
    bottom: unset;
    top: 100%;
}
.rotated-box .circle.circle-wdrozenie .circle-title {
    bottom: 9px;
}

@media screen and (max-width: 400px) {
    .rotated-box .circle {
        font-size: 3.2vw;
    }
    .rotated-box .circle .circle-title {
        padding: 8px 0;
    }
    .rotated-box .circles-wrap {
        padding-bottom: 120%;
    }
    .rotated-box .circle.circle-wdrozenie {
        right: -3%;
        bottom: 5%;
    }
    .rotated-box .circle.circle-wdrozenie .circle-content {
        top: unset;
    }
    .rotated-box .circle.circle-wdrozenie .circle-title {
        bottom: unset;
        top: 16%;
    }
}
@media screen and (min-width: 520px) {
    .rotated-box .circle {
        font-size: 18px;
    }
    .rotated-box .circle .circle-title {
        padding: 8px 5px;
    }
    .rotated-box .circle.circle-fotografia .circle-content {
        bottom: 39%;
        -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
                transform: translateY(50%);
    }
    .rotated-box .circle.circle-wdrozenie .circle-content {
        top: 27%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        bottom: unset;
    }
    .rotated-box .circle.circle-branding .circle-content {
        top: 27%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        bottom: unset;
    }
}

.arrow-down-animate {
    position: relative;
}
.arrow-down-animate .arrow-down-2 {
    -webkit-animation-name: arrow2;
            animation-name: arrow2;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: forward;
            animation-direction: forward;  
}

.arrow-down-animate .arrow-down-3 {
    -webkit-animation-name: arrow3;
            animation-name: arrow3;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: forward;
            animation-direction: forward;  
}

.arrow-down-animate .arrow-down-4 {
    -webkit-animation-name: arrow4;
            animation-name: arrow4;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: forward;
            animation-direction: forward;  
}
@-webkit-keyframes arrow2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-33%);
                transform: translateY(-33%);
    }
    75% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
  }
@keyframes arrow2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-33%);
                transform: translateY(-33%);
    }
    75% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
  }
  @-webkit-keyframes arrow3 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-25%, -33%);
                transform: translate(-25%, -33%);
    }
    75% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(0, 0);
                transform: translateY(0, 0);
    }
  }
  @keyframes arrow3 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-25%, -33%);
                transform: translate(-25%, -33%);
    }
    75% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(0, 0);
                transform: translateY(0, 0);
    }
  }
  @-webkit-keyframes arrow4 {
    0% {
        opacity: 0;
        -webkit-transform: translate(25%, -33%);
                transform: translate(25%, -33%);
    }
    75% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(0, 0);
                transform: translateY(0, 0);
    }
  }
  @keyframes arrow4 {
    0% {
        opacity: 0;
        -webkit-transform: translate(25%, -33%);
                transform: translate(25%, -33%);
    }
    75% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(0, 0);
                transform: translateY(0, 0);
    }
  }



.awards-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 8px;
}
.awards-logos img {
    width: auto;
    max-width: 77%;
    margin: 10px 0;
    max-height: 170px;
}
.awards-logos .logo-wrap {
    min-width: 25.1%;
    max-width: 33.333%;
    width: 33.3333%;
    text-align: center;
}
.page-template-page-about svg {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.about-intro .svg-wrap {
    text-align: center;
    margin: 40px auto;
}
.about-intro .svg-wrap svg {
    max-width: 110px;
}
.bottom-texts {
    font-size: 18px;
    line-height: 25px;
    margin: 90px 0;
}

.about-intro-second .styled-link {
    margin-top: 0 !important;
}

.page-template-page-about .styled-link {
    display: block;
    position: relative;
    font-size: 30px;
    line-height: 40px;
    font-family: 'GalanoGrotesque-Bold';
    text-decoration: underline;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;

    margin: 60px 0;
}
.page-template-page-about .styled-link i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-miterlimit='20' stroke-width='5' d='M19 0v35'/%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='20' stroke-width='5' d='M36 17h0L19 35h0L2 17h0'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    display: inline-block;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-left: 8px;
}
.page-template-page-about .styled-link:hover i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
@media screen and (min-width: 415px) {
    .page-template-page-about .styled-link i {
        margin-left: 20px;
    }
}

.how-to-start {
    padding-top: 50px;
    padding-bottom: 70px;
}
.how-to-start-text {
    font-size: 18px;
    line-height: 25px;
}
.how-to-start .section-title {
    font-size: 50px;
    line-height: 60px;
    text-decoration: underline;
    margin-bottom: 50px;
}
.how-to-start .svg-wrap {
    text-align: center;
    margin: 50px 0;
}
.how-to-start .arrow-left-right {
    max-width: 100px;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
}
.animate-in .arrow-left-right {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
}

.how-it-works {
    padding-top: 50px;
    padding-bottom: 50px;
}
.how-it-works .section-title {
    font-size: 50px;
    line-height: 60px;
    text-decoration: underline;
    margin-bottom: 50px;
}
.how-it-works-text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 50px;
}
.how-it-works .panels-mobile .section-title {
    text-decoration: unset;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 40px;
}
.panels-mobile .about-panel {
    border: 1px solid #707070;
    padding: 20px 20px 30px 20px;
    font-size: 18px;
    line-height: 25px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 30px;
}
.panels-mobile .about-panel.active {
    border-width: 3px;
    border-color: #000000;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.panels-mobile .about-panel .about-panel-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.panels-mobile .about-panel .about-panel-step-innerheading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 50px;
}   
.panels-mobile .about-panel .about-panel-step-no {
    font-size: 90px;
    letter-spacing: -1.35px;
    line-height: 130px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 39%;
}
.panels-mobile .about-panel.active .about-panel-step-no  {
    font-family: 'GalanoGrotesque-Bold';
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.panels-mobile .about-panel .about-panel-step-title {
    font-size: 20px;
    font-family: 'GalanoGrotesque-Bold';
    text-align: left;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}
.panels-mobile .about-panel .about-panel-heading .toggler {
    margin-top: 50px;
}
.about-panel-heading .section-title {
    text-decoration: unset;
}

@media screen and (max-width: 415px) {
    .panels-mobile .about-panel .about-panel-step-no {
        font-size: 60px;
        width: auto;
    }
    .panels-mobile .about-panel .about-panel-step-innerheading {
        margin-left: 20px;
    }
}

.panels-desktop {
    display: none;
}
.toggler {
    cursor: pointer;
}
.toggler:hover {
    font-family: 'GalanoGrotesque-Bold';
}
.panels-mobile .about-panel .about-panel-content {
    letter-spacing: -0.18px;
    font-size: 18px;
    line-height: 25px;
    max-height: 0;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0) scaleY(0);
            transform: translate3d(0,0,0) scaleY(0);
    opacity: 0;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.panels-mobile .about-panel .about-panel-content-inner {
    margin-top: 50px;
}
.panels-mobile .about-panel.active .about-panel-content {
    max-height: 99999px;
    -webkit-transform: translate3d(0,0,0) scaleY(1);
            transform: translate3d(0,0,0) scaleY(1);
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.panels-mobile .about-panel .toggler {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.panels-mobile .about-panel .toggler:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='20' stroke-width='2' d='M12 1v0L6 6v0L1 1v0'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-left: 6px;
}
.panels-mobile .about-panel.active .toggler:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-miterlimit='20' stroke-width='5' d='M19 0v35'/%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='20' stroke-width='5' d='M36 17h0L19 35h0L2 17h0'/%3E%3C/svg%3E");
    background-size: 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-left: 30px;
}

.about-panel ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.about-panel ul li {
    margin: 0;
    padding: 0;
    padding-top: 50px;
    position: relative;
}
.about-panel ul li:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-miterlimit='20' stroke-width='5' d='M19 0v35'/%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='20' stroke-width='5' d='M36 17h0L19 35h0L2 17h0'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 12px;
    left: 0;
}
.about-panel ul li:first-of-type {
    padding: 0;
}
.about-panel ul li:first-of-type:before {
    content: none;
    display: none;
}

.panels-mobile .styled-link {
    margin-bottom: 120px;
}

.what-to-expect {
    padding-top: 50px;
    padding-bottom: 50px;
}
.what-to-expect .what-to-expect-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 50px;
    text-decoration: underline;
}
.what-to-expect-content {
    font-size: 18px;
    line-height: 25px;
    margin: 50px 0;
}

.what-to-expect-case-study .case-study {
    margin-bottom: 70px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.case-study-image {
    display: block;
    width: 100%;
}
.case-study-image img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.case-study-arrow-title-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
}
.case-study-title-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 8px;
}
.case-study-title {
    font-size: 40px;
    font-family: 'GalanoGrotesque-Bold';
}
.case-study .case-study-arrow {
    width: 40px;
    margin-left: auto;
    margin-bottom: 8px;
}
.case-study .case-study-arrow svg {
    max-width: 40px;
    overflow: visible;
}

.arrows-outside .arrow1,
.arrows-outside .arrow2,
.arrows-outside .arrow3,
.arrows-outside .arrow4 {
    -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    -webkit-animation-delay: 0;
        animation-delay: 0;
    -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    -webkit-animation-direction: forward;
        animation-direction: forward;  
}
.arrows-outside .arrow1 {
    -webkit-animation-name: outsidearrow1;
    animation-name: outsidearrow1;
}
.arrows-outside .arrow2 {
    -webkit-animation-name: outsidearrow2;
    animation-name: outsidearrow2;
}
.arrows-outside .arrow3 {
    -webkit-animation-name: outsidearrow3;
    animation-name: outsidearrow3;
}
.arrows-outside .arrow4 {
    -webkit-animation-name: outsidearrow4;
    animation-name: outsidearrow4;
}
@keyframes outsidearrow1 {
    0% {
        transform: translate3d(0,0,0);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    85% {
        transform: translate3d(-45px,0,0);
    }
    100% {
        opacity: 0;
    }
}
@keyframes outsidearrow2 {
    0% {
        transform: translate3d(0,0,0);
    }
    15% {
        opacity: 1;
    }
    85% {
        transform: translate3d(0,45px,0);
    }
    100% {
        opacity: 0;
    }
}
@keyframes outsidearrow3 {
    0% {
        transform: translate3d(0,0,0);
    }
    15% {
        opacity: 1;
    }
    85% {
        transform: translate3d(45px,0,0);
    }
    100% {
        opacity: 0;
    }
}
@keyframes outsidearrow4 {
    0% {
        transform: translate3d(0,0,0);
    }
    15% {
        opacity: 1;
    }
    85% {
        transform: translate3d(0,-45px,0);
    }
    100% {
        opacity: 0;
    }
}
.what-to-expect .svg-wrap {
    text-align: center;
}
.what-to-expect .svg-wrap svg {
    overflow: visible;
    max-width: 180px;
}
.what-to-expect-content-bottom {
    font-size: 18px;
    line-height: 25px;
}
.styled-link.portfolio-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.styled-link.portfolio-link i {
    width: 60px;
    height: 60px;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    background: unset;
    overflow: hidden;
    position: relative;
    margin-left: 50px;
}
.styled-link.portfolio-link i:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 137.8 66'%3E%3Cg data-name='Icon feather-arrow-down' fill='none' stroke='%23000' stroke-width='8'%3E%3Cpath data-name='Path 129' d='M0 33h132' stroke-linejoin='round'/%3E%3Cpath data-name='Path 130' d='M102 3l30 30-30 30'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 90px;
    height: auto;
}
.styled-link.portfolio-link:hover i {
    margin-left: 20px;
    width: 90px;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
}

.why-us {
    padding-top: 50px;
    padding-bottom: 50px;
}
.why-us .why-us-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 50px;
    text-decoration: underline;
}
.why-us-content {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 90px;
}
.why-us .svg-wrap {
    margin-bottom: 70px;
    text-align: center;
}
.why-us .awards,
.why-us .clients,
.why-us .juries {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 25px;
}
.why-us .awards h3,
.why-us .clients h3,
.why-us .juries h3 {
    font-size: 23px;
    margin-bottom: 30px;
}
.why-us .clients ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    list-style-type: none;
    margin: 8px 0;
    padding: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
}
.why-us .clients ul li {
    font-family: 'GalanoGrotesque-Bold';
}
@media screen and (min-width: 768px) {
    .why-us .clients ul {
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3;
        padding: 0;
        margin: 20px 0;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
    }
    .why-us .clients ul li {
        font-family: 'GalanoGrotesque-Regular';
    }
}

.lets-talk {
    padding-top: 100px;
}
.lets-talk .section-title {
    font-size: 40px;
    margin-bottom: 30px;
    text-decoration: underline;
}
@media screen and (max-width: 360px) {
    .lets-talk .section-title {
        font-size: 30px;
    }
}
.lets-talk .form-wrap {
    margin-bottom: 70px;
    max-width: 100%;
}
.lets-talk .form-wrap form {
    width: 100%;
}
.lets-talk .form-wrap form input {
    width: 100%;
    border: unset;
    outline: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #000000;
    padding: 3px 0;
    margin: 0;
    margin-bottom: 28px;
}
.lets-talk .form-wrap p label,
.lets-talk .form-wrap p {
    margin: unset;
    clear: both;
    width: 100%;
}
.lets-talk .form-wrap p:before,
.lets-talk .form-wrap p:after {
    content: '';
    clear: both;
    display: table;
}
.lets-talk .form-wrap form textarea {
    width: 100%;
    max-width: 100%;
    height: 280px;
    min-height: 280px;
    outline: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    font-size: 14px;
    color: #000;
    border: 1px solid #000000;
    padding: 10px 20px;
    margin: 0;
    margin-bottom: 14px;
}
.lets-talk .form-wrap form input::-webkit-input-placeholder,
.lets-talk .form-wrap form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    opacity: 1;
}
.lets-talk .form-wrap form input::-moz-placeholder,
.lets-talk .form-wrap form textarea::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    opacity: 1;
}
.lets-talk .form-wrap form input:-ms-input-placeholder,
.lets-talk .form-wrap form textarea:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    opacity: 1;
}
.lets-talk .form-wrap form input:-moz-placeholder,
.lets-talk .form-wrap form textarea:-moz-placeholder { /* Firefox 18- */
    color: #000;
    opacity: 1;
}
.lets-talk .form-wrap form input.wpcf7-submit {
    padding: 12px 24px;
    border: 1px solid #000000;
    font-family: 'GalanoGrotesque-Bold';
    text-transform: lowercase;
    background: #fff;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: auto;
    float: right;
    cursor: pointer;
}
.lets-talk .form-wrap form input.wpcf7-submit:hover {
    color: #fff;
    background: #000;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.page-template-page-about .mail-link {
    font-size: 7vw;
}
.page-template-page-about .phone-link {
    font-size: 7vw;
}
@media screen and (min-width: 360px) {
    .page-template-page-about .mail-link {
        font-size: 25px;
    }
    .page-template-page-about .phone-link {
        font-size: 25px;
    }
}
.page-template-page-about .address-mobile {
    font-size: 18px;
    color: #000000;
}
.page-template-page-about .address-desktop {
    display: none;
}
.page-template-page-about footer {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
}
.page-template-page-about footer .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

@media screen and (min-width: 600px) {
    .page-template-page-about .mobile-container {
        padding-left: 6.6%;
        padding-right: 6.6%;
    }
}
@media screen and (min-width: 768px) {
    .page-template-page-about .mobile-container {
        padding-left: 11%;
        padding-right: 11%;
    }
}
@media screen and (min-width: 1061px) {
    .page-template-page-about .mobile-container {
        padding-left: 9.4%;
        padding-right: 9.4%;
    }
}


@media screen and (min-width: 1061px) {
    .page-template-page-about .address-desktop {
        display: inline-block;
        font-size: 24px;
        font-family: 'GalanoGrotesque-Bold';
        width: 100%;
    }
    .page-template-page-about footer .socials {
        font-size: 24px;
        font-family: 'GalanoGrotesque-Bold';
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .page-template-page-about footer .socials a {
        margin-left: 50px;
    }
    .page-template-page-about .address-mobile {
        display: none;
    }
    .lets-talk {
        padding-top: 200px;
        padding-bottom: 140px;
    }
    .page-template-page-about .mail-link {
        font-size: 60px;
        line-height: 100px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-template-page-about .phone-link {
        font-size: 60px;
        line-height: 100px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    .lets-talk .form-wrap {
        margin-bottom: 90px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    .lets-talk .section-title {
        font-size: 80px;
        line-height: 100px;
        margin-bottom: 100px;
    }
    .why-us .awards,
    .why-us .clients,
    .why-us .juries {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 100px;
    }
    .why-us .awards h3,
    .why-us .clients h3,
    .why-us .juries h3 {
        font-size: 23px;
        width: 18.2%;
        min-width: 18.2%;
    }
    .why-us .awards h3 {
        margin-top: 60px;
    }
    .awards-logos img {
        margin: 0 0 30px 0;
    }
    .why-us .why-us-title {
        font-size: 80px;
        line-height: 100px;
        margin-bottom: 160px;
    }
    .why-us-content {
        font-size: 25px;
        line-height: 32px;
        max-width: 700px;
        margin-bottom: 120px;
    }
    .why-us {
        position: relative;
        padding-top: 130px;
    }
    .why-us .svg-wrap {
        display: inline-block;
        position: absolute;
        right: 8%;
        top: 130px;
    }
    .page-template-page-about .styled-link {
        font-size: 35px;
        line-height: 45px;
    }
    .page-template-page-about .styled-link i {
        margin-left: 50px;
    }
    .styled-link.portfolio-link {
        font-size: 40px;
        line-height: 45px;
        margin: 0 0 100px 0;
    }
    .styled-link.portfolio-link i {
        margin-left: 60px;
    }
    .styled-link.portfolio-link:hover i {
        margin-left: 30px;
    }
    .what-to-expect-content-bottom {
        font-size: 25px;
        line-height: 32px;
        margin: 180px 0;
    }

    .what-to-expect-case-study {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-left: -6px;
        margin-right: -6px;
        width: auto;
        min-width: 100%;
    }
    .what-to-expect-case-study .case-study {
        padding: 6px;
        width: 100%;
        max-width: 480px;
        position: relative;
        margin: 0;
    }
    .case-study .case-study-arrow {
        opacity: 0;
        position: absolute;
        left: 6px;
        top: 100%;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        margin: 0;
    }
    .case-study:hover .case-study-arrow {
        opacity: 1;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .what-to-expect-content {
        max-width: 70%;
        width: 720px;
        font-size: 25px;
        line-height: 32px;
        margin: 220px 0;
    }
    .what-to-expect-content-bottom {
        max-width: 70%;
        width: 720px;
    }
    .what-to-expect {
        position: relative;
        padding-top: 130px;
    }
    .what-to-expect .svg-wrap {
        position: absolute;
        right: 9.4%;
        top: 620px;
    }
    .what-to-expect .what-to-expect-title {
        font-size: 80px;
        line-height: 100px;
        margin-bottom: 160px;
    }
    .how-it-works-text {
       max-width: 720px;
       font-size: 25px;
       line-height: 32px;
       margin: 200px 0;
    }
    .panels-mobile {
        display: none;
    }
    .panels-desktop {
        display: block;
    }
    .how-it-works .section-title {
        font-size: 80px;
        line-height: 100px;
        margin-bottom: 160px;
    }
    .how-it-works {
        padding-top: 130px;
    }
    .about-intro-text {
        margin-bottom: 110px;
        font-size: 70px;
        line-height: 85px;
    }
    .about-intro-text p {
        display: block;
    }
    .about-intro {
        margin-top: 175px;
        overflow: hidden;
        opacity: 1;
    }
    .about-intro.invisible {
        opacity: 0;
    }
    .about-intro.sticked {
        position: sticky;
    }
    .about-intro-second {
        padding-top: 1px;
    }
    .page-template-page-about .above-sticky {
        position: relative;
        z-index: 1;
        padding-top: 1px;
    }
    .page-template-page-about .above-sticky-white {
        background: #fff;
    }
    .page-template-page-about .above-sticky .rotated-box-wrap {
        background: unset;
        overflow: hidden;
        padding-top: 300px;
    }
    .page-template-page-about .above-sticky section {
        background: #fff;
        z-index: 1;
        position: relative;
    }
    .page-template-page-about .above-sticky .fullwidth-image {
        position: sticky;
        top: 0;
        z-index: 0;
    }
    .about-intro .svg-wrap {
        text-align: left;
        float: left;
    }
    .rotated-box {
        background: #fff;
        border: 5px solid #000000;
        -webkit-transform: rotate(-42deg);
            -ms-transform: rotate(-42deg);
                transform: rotate(-42deg);
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 300px;
    }
    .rotated-box .circles-wrap {
        -webkit-transform: rotate(42deg);
            -ms-transform: rotate(42deg);
                transform: rotate(42deg);
        padding-bottom: 66.666%;
        margin: 0;
    }
    .rotated-box .box-title {
        text-align: right;
        font-size: 70px;
        line-height: 85px;
        margin: 0 60px;
    }
    .about-intro .svg-wrap {
        margin: 0;
    }
    .rotated-box .circle .circle-content {
        opacity: 0;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        -webkit-transform: translate3d(0,0,0) !important;
                transform: translate3d(0,0,0) !important;
        color: #fff !important;
        font-size: 20px;
        line-height: 30px;
        background: black;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        border-radius: 50%;
    }
    .rotated-box .circle:hover .circle-content {
        opacity: 1;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .rotated-box .circle:hover {
        z-index: 1;
    }
    .rotated-box .circle.circle-branding {
        width: 340px;
        right: unset;
        left: 33%;
        top: unset;
        bottom: 38%;
    }
    .rotated-box .circle.circle-fotografia {
        width: 320px;
        top: unset;
        bottom: 1%;
        left: unset;
        right: 47%;
    }
    .rotated-box .circle.circle-wdrozenie {
        width: 280px;
        bottom: 17%;
        right: 19%;
    }
    .rotated-box .circle .circle-title {
        font-size: 25px;
    }
    .rotated-box .circle.circle-fotografia .circle-title {
        top: 60%;
    }
    .rotated-box .circle.circle-branding .circle-title {
        bottom: unset;
        top: 24%;
    }
    .rotated-box .circle.circle-wdrozenie .circle-title {
        bottom: 10%;
        padding-left: 25px;
        font-family: 'GalanoGrotesque-Regular';
    }
    .bottom-texts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-size: 25px;
        line-height: 32px;
        margin: 120px 0 80px 0;
    }
    .bottom-texts .text-col-1 {
        max-width: 550px;
        margin-right: 60px;
    }
    .bottom-texts .text-col-2 {
        max-width: 550px;
        margin-left: 60px;
    }
    .about-intro {
        margin-bottom: 0;
    }
    .how-to-start {
        padding-top: 130px;
        padding-bottom: 250px;
        position: relative;
    }
    .how-to-start .section-title {
        font-size: 80px;
        line-height: 100px;
        margin-bottom: 160px;
    }
    .how-to-start-text {
        font-size: 25px;
        line-height: 32px;
        max-width: 70%;
        width: 720px;
    }
    .how-to-start .svg-wrap {
        margin: unset;
        position: absolute;
        right: 9.4%;
        top: 41%;
    }
    .how-to-start .svg-wrap svg {
        max-width: 172px;
        height: auto;
    }

    .about-panel-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .about-panel-heading .section-title {
        margin-bottom: 0;
        font-size: 70px;
        line-height: 85px;
        min-width: 400px;
        width: 50%;
    }
    .about-panel-heading .toggler {
        margin-bottom: auto;
        margin-left: 40px;
        margin-right: 40px;
        font-size: 20px;
        min-width: 70px;
    }
    .about-panel-heading .styled-link {
        margin: 0;
        margin-left: auto;
        width: 400px;
    }
    .panels-desktop .about-panel .about-panel-content {
        max-height: 0;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0) scaleY(0);
                transform: translate3d(0,0,0) scaleY(0);
        opacity: 0;
        -webkit-transform-origin: top;
            -ms-transform-origin: top;
                transform-origin: top;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .panels-desktop .about-panel.active .about-panel-content {
        max-height: 99999px;
        -webkit-transform: translate3d(0,0,0) scaleY(1);
                transform: translate3d(0,0,0) scaleY(1);
        opacity: 1;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .panels-desktop .about-panel {
        margin-bottom: 140px;
    }
    .about-panel-content-inner {
        margin-top: 120px;
    }
    .about-panel-steps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 110px;
    }
    .about-panel-step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        text-align: left;
        font-size: 25px;
        line-height: 32px;
        cursor: pointer;
    }
    .about-panel-step.active {
        font-family: 'GalanoGrotesque-Bold';
    }
    .about-panel-step-no {
        font-size: 100px;
        line-height: 130px;
    }
    .about-step-arrow {
        width: 200px;
        min-width: 80px;
        margin: auto 30px;
        overflow: hidden;
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .about-step-inner-arrow {
        text-align: right;
        display: inline-block;
        -webkit-animation-name: arrowForward;
                animation-name: arrowForward;
        -webkit-animation-duration: 2s;
                animation-duration: 2s;
        -webkit-animation-delay: 0;
                animation-delay: 0;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-direction: forward;
                animation-direction: forward;  
        overflow: hidden;
    }
    .about-step-inner-arrow svg {
        width: 200px;
        max-width: 200px;
        float: right;
    }
    @-webkit-keyframes arrowForward {
        0% {
            width: 50px
        }
        100% {
            width: 100%;
        }
      }
    @keyframes arrowForward {
        0% {
            width: 50px
        }
        100% {
            width: 100%;
        }
      }
    .abount-panel-steps-content > div {
        display: none;
        font-size: 22px;
        line-height: 30px;
        max-width: 615px;
    }
    .abount-panel-steps-content > div.active {
        display: block;
    }
}

@media screen and (min-width: 1366px) {
    .page-template-page-about .mail-link {
        font-size: 80px;
        line-height: 135px;
    }
    .page-template-page-about .phone-link {
        font-size: 80px;
        line-height: 135px;
    }
    .lets-talk .section-title {
        font-size: 130px;
        line-height: 135px;
        margin-bottom: 120px;
    }
    .why-us .why-us-title {
        font-size: 130px;
        line-height: 135px;
        margin-bottom: 200px;
    }
    .why-us .awards,
    .why-us .clients,
    .why-us .juries {
        margin-bottom: 140px;
    }
    .what-to-expect .what-to-expect-title {
        font-size: 130px;
        line-height: 135px;
        margin-bottom: 200px;
    }
    .how-it-works .section-title {
        font-size: 130px;
        line-height: 135px;
        margin-bottom: 200px;
    }
    .about-intro-text {
        font-size: 85px;
        line-height: 100px;
    }
    .rotated-box .box-title {
        font-size: 85px;
        line-height: 105px; 
    } 
    .rotated-box .circle.circle-branding {
        width: 40%;
        width: 427px;
    }
    .rotated-box .circle.circle-fotografia {
        width: 39%;
        width: 405px;
    }
    .rotated-box .circle.circle-wdrozenie {
        width: 35%;
        width: 364px;
    }
    .rotated-box .circle .circle-title {
        font-size: 30px;
    }
    .how-to-start .section-title {
        font-size: 130px;
        line-height: 135px;
        margin-bottom: 200px;
    }
    .how-to-start {
        padding-top: 130px;
        padding-bottom: 350px;
    }
    .about-panel-heading .section-title {
        font-size: 100px;
        line-height: 130px;
        margin-bottom: 0;
        min-width: 520px;
        width: 50%;
    }
    .about-panel-heading .toggler {
        margin-left: 70px;
        margin-right: 70px;
    }
    .about-step-arrow {
        margin: auto 40px;
    }
    .bottom-texts {
        padding-left: 9%;
    }
    .about-intro-second .styled-link {
        margin-left: 9%;
    }
    .about-intro .styled-link {
        margin-left: 9%;
    }
    .how-to-start-text {
        margin-left: 9%;
    }
    .how-to-start .svg-wrap {
        top: 40%;
    }
    .how-it-works-text {
        margin-left: 9%;
    }
    .panels-desktop {
        padding-left: 9%;
    }
    .what-to-expect-content {
        margin-left: 9%;
    }
    .what-to-expect-case-studies {
        margin-left: 9%;
    }
    .what-to-expect-content-bottom {
        margin-left: 9%;
    }
    .what-to-expect .styled-link {
        margin-left: 9%;
    }
    .why-us .svg-wrap {
        right: 3%;
    }
    .why-us-content {
        margin-left: 9%;
    }
    .why-us .awards, .why-us .clients, .why-us .juries {
        margin-left: 9%;
    }
    .lets-talk .form-wrap {
        margin-left: 9%;
    }
    .page-template-page-about .mail-link {
        margin-left: 9%;
    }
    .page-template-page-about .phone-link {
        margin-left: 9%;
    }
    .page-template-page-about .address-desktop {
        margin-left: 9%;
    }
}

@media screen and (min-width: 1600px) {
    .bottom-texts {
        padding-left: 18%;
    }
    .about-intro-second .styled-link {
        margin-left: 18%;
    }
    .about-intro-text {
        font-size: 95px;
        line-height: 110px;
    }
    .rotated-box .box-title {
        font-size: 95px;
        line-height: 110px;
    }
    .about-intro .styled-link {
        margin-left: 18%;
    }
    .how-to-start-text {
        margin-left: 18%;
    }
    .how-to-start .svg-wrap {
        top: 40%;
    }
    .how-it-works-text {
        margin-left: 18%;
    }
    .panels-desktop {
        padding-left: 18%;
    }
    .what-to-expect-content {
        margin-left: 18%;
    }
    .what-to-expect-case-studies {
        margin-left: 18%;
    }
    .what-to-expect-content-bottom {
        margin-left: 18%;
    }
    .what-to-expect .styled-link {
        margin-left: 18%;
    }
    .why-us .svg-wrap {
        right: 8%;
    }
    .why-us-content {
        margin-left: 18%;
    }
    .why-us .awards, .why-us .clients, .why-us .juries {
        margin-left: 18%;
    }
    .lets-talk .form-wrap {
        margin-left: 18%;
    }
    .page-template-page-about .mail-link {
        margin-left: 18%;
    }
    .page-template-page-about .phone-link {
        margin-left: 18%;
    }
    .page-template-page-about .address-desktop {
        margin-left: 18%;
    }
}

@media screen and (max-width: 1060px) {
    .page-template-default .page-content {
        margin: 20px 0;
    }
    .page-template-default .go-to-portfolio {
        position: relative;
        bottom: unset;
        float: right;
    }
    footer {
        height: auto;
        min-height: 80px;
        width: 100%;
        padding: 10px 0;
        padding-left: 6.6%;
        padding-right: 6.6%;
        margin: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    footer > a,
    footer > span {
        padding-right: 10px;
        white-space: nowrap;
    }
    footer .socials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}

@media screen and (max-width: 720px) {
    .contact-box {
        padding: 0;
        border: 0;
    }
    .contact-box .content .contact-content .social {
        flex-wrap: wrap;
    }
    .contact-box .content .contact-content .social a {
        margin-right: 12px;
    }
}
@media screen and (max-width: 600px) {
    .page-template-page-contact .wrapper {
        padding-left: 3.85%;
        padding-right: 3.85%;
        border: 0 !important;
        margin-top: 60px;
    }
    .contact-box h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .contact-box form p:nth-of-type(1),
    .contact-box form p:nth-of-type(2) {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}