@-webkit-keyframes rotating {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes rotating {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg); } }
.rotating {
-webkit-animation: rotating ease-in-out 1.5s;
animation: rotating ease-in-out 1.5s; }
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0); }
40% {
-webkit-transform: translateY(-30px); }
60% {
-webkit-transform: translateY(-15px); } }
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0); }
40% {
transform: translateY(-30px); }
60% {
transform: translateY(-15px); } }
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce; }
#header {
-webkit-transition: transform 0.6s ease-in-out;
-moz-transition: transform 0.6s ease-in-out;
-o-transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transform: inherit; }
#header[data-direction="down"], #header[data-direction="up"] {
background-color: rgba(255, 255, 255, 0.9);
box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08) !important; }
#header[data-direction="down"]:before, #header[data-direction="up"]:before {
content: "";
position: absolute;
top: -20px;
left: 0;
width: 100%;
height: 100%;
-webkit-filter: blur(10px);
-moz-filter: blur(10px);
-o-filter: blur(10px);
-ms-filter: blur(10px);
filter: blur(10px);
background-color: white; }
#header[data-direction="down"] .link-logo svg, #header[data-direction="up"] .link-logo svg {
fill: black; }
#header[data-direction="down"] .link-search svg, #header[data-direction="up"] .link-search svg {
stroke: black; }
#header[data-direction="down"] #menu-header-nav a, #header[data-direction="up"] #menu-header-nav a {
color: black; }
#header[data-direction="down"] {
transform: translate3d(0, -100%, 0); }
@media (max-width: 960px) {
#header.expand {
transform: inherit !important; } }
#header.sticky-white {
transform: inherit;
background-color: transparent !important; }
#header.sticky-white:before {
display: none; }
#header.sticky-white .link-logo svg {
fill: white; }
#header.sticky-white .menu-btn span {
border-color: white; }
#header .responsive-menu {
touch-action: none; }
.page-template-template-country {
background-color: #F4F1F0; }
.page-template-template-country .container-fluid {
position: relative;
max-width: 1412px; }
.page-template-template-country [class*="bg-parallax"] {
background-repeat: no-repeat;
background-size: contain;
position: absolute;
z-index: 0;
display: none; }
@media (min-width: 960px) {
.page-template-template-country [class*="bg-parallax"] {
display: inline-block; } }
#country-intro {
text-align: center;
margin-top: 72px;
padding-bottom: 25px; }
#country-intro .entry-header {
padding: 65px 0; }
#country-intro .entry-header h1 {
margin: 0; }
#country-intro .entry-content {
padding: 30px 20px;
background: rgba(234, 229, 226, 0.8);
backdrop-filter: blur(2px); }
#country-intro .entry-content p {
font-size: 22px;
line-height: 146%;
max-width: 972px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px; }
@media (min-width: 960px) {
#country-intro .entry-content p {
font-size: 24px;
line-height: 200%; } }
#country-intro .bg-parallax-left {
display: block;
width: 197px;
height: 254px;
top: 0.5%;
left: -14%; }
#country-intro .bg-parallax-right {
display: none;
width: 711px;
height: 892px;
top: -4%;
right: -4%; }
#country-intro .bg-parallax-right-mobile {
display: block;
width: 111px;
height: 457px;
top: 4%;
right: 4%; }
@media (min-width: 960px) {
#country-intro {
padding-top: 100px;
padding-bottom: 80px;
margin-top: 0; }
#country-intro .entry-header {
padding: 120px 0 140px;
margin-bottom: -20px; }
#country-intro .entry-content {
padding: 80px 20px 55px; }
#country-intro .bg-parallax-left {
display: block;
width: 383px;
height: 494px;
top: 4.5%;
left: -2%; }
#country-intro .bg-parallax-right {
display: block; }
#country-intro .bg-parallax-right-mobile {
display: none; } }
#country-slider {
text-align: center;
padding-bottom: 0; }
#country-slider .bg-parallax {
width: 212px;
height: 874px;
bottom: -60%;
left: 21%; }
#country-slider .wrapper {
opacity: 0;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
-webkit-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
-moz-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1); }
#country-slider .wrapper.is-inview {
opacity: 1;
-webkit-transform: none;
transform: none; }
#country-slider .bg-img {
width: 100%;
padding-bottom: 78%; }
#country-slider .slide {
padding-bottom: 60px; }
#country-slider .slider-nav {
background: #141415;
margin: 0 4px;
opacity: 0.1; }
#country-slider .slider-nav.active {
background: #8E7667;
opacity: 1;
width: 10px;
height: 10px; }
@media (min-width: 960px) {
#country-slider {
padding-bottom: 45px; }
#country-slider .bg-img {
padding-bottom: 56.5%; }
#country-slider .slide {
padding-bottom: 80px; } }
#country-about .custom-row {
padding-top: 25px;
padding-bottom: 25px;
margin-left: -20px;
margin-right: -20px;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
#country-about .custom-col {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px; }
#country-about .slide {
position: relative;
z-index: 1; }
#country-about .wrapper {
background-color: rgba(244, 241, 240, 0.8);
backdrop-filter: blur(10px);
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: auto 0;
position: relative;
z-index: 2; }
#country-about .slide-inner .bg-img {
-webkit-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
-moz-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
background-color: rgba(244, 241, 240, 0.8);
backdrop-filter: blur(10px);
width: 100%;
opacity: 0;
padding-bottom: 100%; }
#country-about .slide-inner.is-inview .bg-img {
opacity: 1; }
#country-about .arena-heading {
font-size: 16px;
line-height: 170%;
margin-bottom: 30px;
max-width: 506px; }
@media (min-width: 960px) {
#country-about .arena-heading {
font-size: 18px;
line-height: 32px; } }
#country-about h3 {
font-size: 28px; }
@media (min-width: 960px) {
#country-about h3 {
font-size: 32px; } }
#country-about p {
font-size: inherit;
line-height: inherit; }
#country-about ul {
font-size: inherit;
margin: 25px 0 0;
padding-left: 30px; }
#country-about li {
margin-bottom: 20px; }
#country-about a {
font-size: 18px;
font-weight: 600;
text-decoration: none;
color: #8E7667;
margin: 20px 0 40px;
display: inline-block; }
#country-about a svg {
display: inline-block;
vertical-align: middle;
margin-left: 5px; }
#country-about a:last-of-type {
margin-bottom: 10px; }
#country-about .bg-parallax {
transition: transform 4s cubic-bezier(0.215, 0.61, 0.355, 1); }
#country-about #studio-count-2 .bg-img {
padding-bottom: 124%; }
@media (min-width: 960px) {
#country-about .custom-row {
padding-top: 75px;
padding-bottom: 75px; }
#country-about .arena-heading {
opacity: 0;
-webkit-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
-moz-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
margin-bottom: 0; }
#country-about .arena-heading.is-inview {
opacity: 1; }
#country-about #studio-count-1 .custom-col:first-of-type .bg-parallax {
width: 451.18px;
height: 177px;
bottom: -13%;
left: -13%; }
#country-about #studio-count-1 .custom-col:last-of-type .bg-parallax {
width: 485px;
height: 626px;
bottom: -16%;
right: 8%; }
#country-about #studio-count-2 .custom-col:first-of-type .bg-parallax {
width: 201px;
height: 827px;
right: -14%;
top: 26%; }
#country-about #studio-count-2 .custom-col:last-of-type .bg-parallax {
width: 451.18px;
height: 177px;
bottom: 18%;
left: -13%; }
#country-about #studio-count-3 .custom-col:first-of-type .bg-parallax {
width: 518px;
height: 668px;
bottom: -35%;
left: -27%; }
#country-about #studio-count-3 .custom-col:last-of-type .bg-parallax {
width: 177px;
height: 918px;
left: 24%;
bottom: -107%; }
#country-about #studio-count-4 .custom-col:first-of-type .bg-parallax {
width: 472px;
height: 185.17px;
bottom: -10%;
right: -17%; }
#country-about #studio-count-4 .custom-col:last-of-type .bg-parallax {
width: 253px;
height: 1041px;
bottom: -50%;
right: -8%; }
#country-about .custom-row:nth-child(odd) .arena-heading {
-webkit-transform: translate(0, 50px);
transform: translate(0, 50px); }
#country-about .custom-row:nth-child(odd) .arena-heading.is-inview {
transform: none; }
#country-about .custom-row:nth-child(odd) .slide-inner .bg-img {
-webkit-transform: translate(0, -50px) !important;
transform: translate(0, -50px) !important; }
#country-about .custom-row:nth-child(odd) .slide-inner.is-inview .bg-img {
transform: none !important; }
#country-about .custom-row:nth-child(even) {
flex-direction: row-reverse; }
#country-about .custom-row:nth-child(even) .arena-heading {
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px); }
#country-about .custom-row:nth-child(even) .arena-heading.is-inview {
transform: none; }
#country-about .custom-row:nth-child(even) .slide-inner .bg-img {
-webkit-transform: translate(0, 50px) !important;
transform: translate(0, 50px) !important; }
#country-about .custom-row:nth-child(even) .slide-inner.is-inview .bg-img {
transform: none !important; }
#country-about .custom-col {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; } }
#country-illustration-credit {
padding-bottom: 25px;
text-align: center; }
#country-illustration-credit .wrapper {
font-size: 16px;
background: #F4F1F0;
border: 1px solid rgba(0, 0, 0, 0.1);
box-sizing: border-box;
backdrop-filter: blur(20px);
padding: 40px 40px 25px; }
#country-illustration-credit .wrapper p {
color: #29221E;
opacity: 0.5;
font-size: inherit;
line-height: inherit;
font-style: italic; }
@media (min-width: 960px) {
#country-illustration-credit {
padding-bottom: 120px; }
#country-illustration-credit .bg-parallax {
width: 191px;
height: 991.38px;
top: 48%;
left: -1%; } }
body.home #studio-about a {
font-weight: 600; }
body.home #studio-about a svg {
margin-left: 10px;
display: inline-block;
vertical-align: middle; }
@media (max-width: 960px) {
body.single-projects {
background-color: white; }
body.single-projects .project-content {
padding-top: 60px; }
body.single-projects .project-content h2 {
margin-bottom: 40px;
line-height: 137%;
font-size: 32px; }
body.single-projects .project-content .info {
margin: 30px 0 50px; }
body.single-projects .project-content .toggle-content {
margin-top: -5px; } }
@media (min-width: 960px) {
#project-banner img {
height: 787.75px; } }
@media (min-width: 960px) {
#project-carousel {
height: 862.5px; } }
.parallax-alternate-text {
opacity: 0;
-webkit-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
-moz-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
margin-bottom: 0; }
.parallax-alternate-text.is-inview {
opacity: 1; }
.parallax-alternate-image .bg-img {
-webkit-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
-moz-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
background-color: rgba(244, 241, 240, 0.8);
backdrop-filter: blur(10px);
width: 100%;
opacity: 0;
padding-bottom: 100%; }
.parallax-alternate-image.is-inview .bg-img {
opacity: 1; }
.parallax-fade {
opacity: 0;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
-webkit-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
-moz-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1); }
.parallax-fade.is-inview {
opacity: 1;
-webkit-transform: none;
transform: none; }