﻿@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700|Montserrat:400,500,600,700&display=swap);*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;box-sizing:border-box}body{color:#1E3246;background:#fff;font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:400;line-height:1.5;width:100vw;height:auto;position:relative;overflow-x:hidden}svg,img{width:100%;display:block}li{list-style:none}a{text-decoration:none}button,input{background:transparent;border:none;outline:none;-webkit-appearance:none}h1,h2,h3,h4,h5{line-height:1.3}h1,h2,h3,h4{font-family:"Libre Baskerville",serif;font-weight:400}h1,h2{font-size:2.375rem}@media screen and (max-width: 768px){h1,h2{font-size:2rem}}@media screen and (max-width: 580px){h1,h2{font-size:1.625rem}}h3{font-size:1.75rem}@media screen and (max-width: 768px){h3{font-size:1.5rem}}@media screen and (max-width: 580px){h3{font-size:1.25rem}}h4{font-size:1.125rem}@media screen and (max-width: 580px){h4{font-size:1rem}}h5{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:3px}.link{background-repeat:no-repeat;background-position:0 100%;background-size:0 100%;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:3px;padding-top:1.5rem;padding-bottom:1.5rem;padding-left:2.5rem;padding-right:2.5rem;border:2px solid;display:inline-block;transition:background 0.6s cubic-bezier(0.77, 0, 0.175, 1),color 0.1s 0.3s ease}@media screen and (max-width: 580px){.link{font-size:.75rem;padding-top:1.25rem;padding-bottom:1.25rem;padding-left:1.5rem;padding-right:1.5rem}}.link:hover{background-size:100% 100%}.link--white{color:#fff;background-image:linear-gradient(90deg, #fff 0, #fff);border-color:#fff}.link--white:hover{color:#1E3246}.link--blue{color:#1E3246;border-color:#1E3246;background-image:linear-gradient(90deg, #1E3246 0, #1E3246)}.link--blue:hover{color:#fff}.section{width:100vw;position:relative;z-index:1}.section__container{margin-left:auto;margin-right:auto;position:relative;z-index:1}.default{text-align:center;padding-top:7rem;padding-bottom:7rem;overflow-x:hidden}@media screen and (max-width: 768px){.default{padding-top:3rem;padding-bottom:3rem}}.default--l .section__container{width:calc(100% - 10vw)}@media screen and (max-width: 768px){.default--l .section__container{width:calc(100% - 6vw)}}.default--m .section__container{width:calc(100% / 12 * 10 - 10vw)}@media screen and (max-width: 768px){.default--m .section__container{width:calc(100% - 6vw)}}.default--s .section__container{width:calc(100% / 12 * 8 - 10vw)}@media screen and (max-width: 768px){.default--s .section__container{width:calc(100% - 6vw)}}.default h5{color:#7E7E7E;margin-bottom:0.5rem}.default__list{margin-top:5rem;margin-bottom:5rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 768px){.default__list{margin-top:3rem;margin-bottom:3rem;justify-content:center}}.default__list--item{width:calc(100% / 4 - 2rem)}@media screen and (max-width: 768px){.default__list--item{width:100%;max-width:365px;margin-top:3rem}.default__list--item:first-child{margin-top:0}}.default__list--item i{width:auto;height:40px;display:block}.default__list--item i svg{width:auto;height:100%;margin-left:auto;margin-right:auto}.default__list--item strong{font-family:"Libre Baskerville",serif;font-size:1.125rem;font-weight:400;margin-top:0.75rem;margin-bottom:1rem;display:block}.default__stories{margin-top:5rem;margin-bottom:5rem;display:inline-flex;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 768px){.default__stories{margin-top:3rem;margin-bottom:3rem;overflow-x:auto}}.default__stories--item{width:calc(100% / 4 - 2rem)}@media screen and (max-width: 768px){.default__stories--item{width:300px;max-width:300px;margin-right:2rem}}.default__stories--item figure{background:#1E3246;width:100%;height:0;padding-bottom:170%;border-radius:10px;position:relative;overflow:hidden}@media screen and (max-width: 768px){.default__stories--item figure{padding-bottom:150%}}.default__stories--item figure img{opacity:0.75;width:auto;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.default__stories--item figure figcaption{color:#fff;font-size:1.125rem;font-weight:700;text-align:left;width:100%;height:100%;padding:1.5rem;position:absolute;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;z-index:1}.default__stories--item figure figcaption div{background:#1E3246;width:65px;height:65px;border:4px solid #AC4412;border-radius:50%;position:relative;overflow:hidden}.default__stories--item figure figcaption img{opacity:1}.default__stories--item blockquote{font-size:.875rem;text-align:left;margin-top:1rem}.default__blog{width:100%;margin-top:5rem;margin-bottom:calc(5rem + 50px);position:relative;display:block}@media screen and (max-width: 768px){.default__blog{margin-top:3rem;margin-bottom:3rem}}.default__blog--thumbnail{background:#1E3246;width:100%;height:0;padding-bottom:60%;position:relative;overflow:hidden}.default__blog--thumbnail img{width:auto;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.default__blog--article{color:#fff;background:#AC4412;text-align:left;width:calc(100% / 12 * 5);padding:2rem;box-shadow:0px 15px 35px rgba(10,10,10,0.25);position:absolute;bottom:0;right:0;transform:translateY(50px)}@media screen and (max-width: 768px){.default__blog--article{width:100%;position:relative;transform:translateY(0)}}.default__blog--article h3{font-family:"Montserrat",sans-serif;font-size:1.25rem;font-weight:700}.default__blog--article p{font-size:.875rem;margin-top:1rem;margin-bottom:1rem}.default__blog--article button{color:#fff;font-size:.8125rem;font-weight:700;cursor:pointer}body{padding-top:80px}@media screen and (max-width: 768px){body{padding-top:60px}}.header{background:#fff;width:100vw;height:80px;position:fixed;top:0;left:0;z-index:999}@media screen and (max-width: 768px){.header{height:60px}}.header__container{width:100%;height:100%;padding-left:5vw;padding-right:5vw;position:relative;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 768px){.header__container{padding-left:3vw;padding-right:3vw}}.header__logo{width:auto;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.header__btn{font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:500;display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.header__btn span{width:17px;height:14px;margin-right:0.75rem;position:relative;overflow:hidden}@media screen and (max-width: 768px){.header__btn span{margin-right:0}}.header__btn i{background:#121012;width:100%;height:2px;border-radius:5px;position:absolute;left:0}.header__btn i::after{content:'';background:#121012;width:100%;height:100%;border-radius:5px;position:absolute;right:calc(100% + 10px);transition:0.6s all ease}.header__btn i:nth-child(1){top:0;transition:0.6s ease}.header__btn i:nth-child(2){top:50%;transform:translateY(-50%);transition:0.6s 0.1s ease}.header__btn i:nth-child(3){bottom:0;transition:0.6s 0.2s ease}@media screen and (min-width: 768px){.header__btn:hover i{transform:translateX(calc(100% + 10px))}.header__btn:hover i:nth-child(2){transform:translate(calc(100% + 10px), -50%)}}@media screen and (max-width: 768px){.header__btn p{opacity:0;visibility:hidden;display:none}}.header__right{display:flex;justify-content:flex-start;align-items:center}.header__cta{color:#121012;background-image:linear-gradient(90deg, #121012 0, #121012);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;font-weight:500;transition:background 0.6s cubic-bezier(0.77, 0, 0.175, 1)}@media screen and (min-width: 768px){.header__cta:hover{background-size:100% 1px}}@media screen and (max-width: 768px){.header__cta{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:2px}}.header__social{display:flex;justify-content:flex-start;align-items:center}@media screen and (max-width: 768px){.header__social{opacity:0;visibility:hidden;display:none}}.header__social li{margin-left:1rem}.header__social svg{width:auto;height:15px}.menu{opacity:0;width:100vw;height:100vh;position:fixed;top:0;left:0;display:flex;justify-content:space-between;align-items:stretch;overflow:hidden;pointer-events:none;z-index:999}.menu--open .menu{opacity:1;pointer-events:auto}.menu__close{width:30px;height:23px;position:relative;overflow:hidden;cursor:pointer}.menu__close i{background:#121012;width:100%;height:2px;border-radius:5px;position:absolute;left:0;transform-origin:left}.menu__close i:nth-child(1){top:0;transform:rotate(45deg)}.menu__close i:nth-child(2){bottom:0;transform:rotate(-45deg)}.menu__left{background-image:linear-gradient(90deg, #fff 0, #fff);width:calc(100% / 12 * 4);height:100%;z-index:1}@media screen and (max-width: 1024px){.menu__left{width:calc(100% / 12 * 6)}}@media screen and (max-width: 768px){.menu__left{width:100%}}.menu__left--content h5{color:#7E7E7E;margin-bottom:1rem}.menu__left--content ul{font-family:"Libre Baskerville",serif}.menu__left--content ul.menu__left--highlight{font-size:2.125rem}@media screen and (max-width: 580px){.menu__left--content ul.menu__left--highlight{font-size:1.75rem}}.menu__left--content li{margin-bottom:1rem;display:block}.menu__left--content a{color:#1E3246;background-image:linear-gradient(90deg, #1E3246 0, #1E3246);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;font-weight:500;line-height:1.5;transition:background 0.6s cubic-bezier(0.77, 0, 0.175, 1)}.menu__left--content a:hover{background-size:100% 1px}.menu__left--social{display:flex;justify-content:flex-start;align-items:center}.menu__left--social li{margin-left:1rem}.menu__left--social li:first-child{margin-left:0}.menu__left--social svg{width:auto;height:20px}.menu__left--social svg *{fill:#1E3246}.menu__right{color:#fff;width:calc(100% / 12 * 8);height:100%;position:relative}.menu__right--container{pointer-events:none}@media screen and (max-width: 1024px){.menu__right{width:calc(100% / 12 * 6)}}@media screen and (max-width: 768px){.menu__right{opacity:0;visibility:hidden;display:none}}.menu__right::after{content:'';background:linear-gradient(rgba(18,16,18,0.7), rgba(18,16,18,0), rgba(18,16,18,0.7));position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:none}.menu__right--canvas{width:100%;height:100%;position:absolute;top:0;left:0}.menu__right--logo{width:225px;height:auto}.menu__right--content{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:3px}.menu__right--content strong{font-family:"Libre Baskerville",serif;font-size:2.125rem;font-weight:400;text-transform:none;letter-spacing:0}.menu__left,.menu__right{background-repeat:no-repeat;background-position:100% 100%;background-size:100% 100%}.menu__left--container,.menu__right--container{width:100%;height:100%;padding:5rem;position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;z-index:1}@media screen and (max-width: 768px){.menu__left--container,.menu__right--container{padding-left:3vw;padding-right:3vw}}@media screen and (max-width: 580px){.menu__left--container,.menu__right--container{padding-top:60px;padding-bottom:2rem}}.cover{color:#fff;text-align:center;height:calc(100vh - 2 * 80px)}@media screen and (max-width: 768px){.cover{height:auto}}.cover .section__container{width:calc(100% - 10vw);height:100%}@media screen and (max-width: 768px){.cover .section__container{width:100%;padding-top:7rem;padding-bottom:7rem}}@media screen and (max-width: 580px){.cover .section__container{padding-top:3rem;padding-bottom:3rem}}@media screen and (max-width: 768px){.cover--home .section__container{padding-bottom:calc(7rem + 60px)}}@media screen and (max-width: 580px){.cover--home .section__container{padding-bottom:calc(3rem + 60px)}}.cover__bg{background-size:cover;background-repeat:no-repeat;background-position:center;width:100%;height:100%;position:absolute;top:0;left:0}.cover__bg::after{content:'';background:rgba(18,16,18,0.25);position:absolute;top:0;bottom:0;left:0;right:0}.cover__content{width:100%;max-width:calc(100% - 4rem);height:100%;margin-left:auto;margin-right:auto;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1}.cover__content--logo{width:250px;height:auto;margin-bottom:2rem}@media screen and (max-width: 580px){.cover__content--logo{width:175px}}.cover__content h1{margin-top:0.5rem}.cover__content--link{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}@media screen and (max-width: 768px){.cover__content--link{flex-direction:column}}.cover__content--link .link{margin-top:2rem}.cover__content--link .link:first-child{margin-right:2rem}@media screen and (max-width: 768px){.cover__content--link .link:first-child{margin-right:0}}.cover--home .cover__content h1{font-size:2.125rem}@media screen and (max-width: 768px){.cover--home .cover__content h1{font-size:1.875rem}}@media screen and (max-width: 580px){.cover--home .cover__content h1{font-size:1.625rem}}.highlight{color:#fff;margin-top:-80px}@media screen and (max-width: 768px){.highlight{margin-top:-60px}}.highlight .section__container{background:#AC4412;width:calc(100% / 12 * 10 - 10vw);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch}@media screen and (max-width: 768px){.highlight .section__container{width:calc(100% - 6vw)}}.highlight__left,.highlight__right{width:50%}@media screen and (max-width: 768px){.highlight__left,.highlight__right{width:100%}}.highlight__left{text-align:center;padding:3rem}@media screen and (max-width: 768px){.highlight__left{order:1}}.highlight__left blockquote{font-family:"Libre Baskerville",serif;font-size:1.5rem;font-style:italic;text-align:left}@media screen and (max-width: 768px){.highlight__left blockquote{text-align:center}}.highlight__left .link{margin-top:4rem;margin-left:auto;margin-right:auto}@media screen and (max-width: 768px){.highlight__left .link{margin-top:3rem}}.highlight__right{background-size:cover;background-repeat:no-repeat;background-position:center}.trends{padding-top:10rem;padding-bottom:10rem}@media screen and (max-width: 768px){.trends{padding-bottom:0}}.trends .section__container{background-image:linear-gradient(90deg, #FBF6EF 0, #FBF6EF);background-repeat:no-repeat;background-position:5vw 100%;background-size:100% 100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 768px){.trends .section__container{background-position:100% 100%;padding-bottom:3rem}}.trends__left{width:40%}@media screen and (max-width: 768px){.trends__left{width:100%;padding-right:3vw}}.trends__left img{transform:translateY(-5vw)}@media screen and (max-width: 768px){.trends__left img{transform:translateY(-5rem)}}.trends__right{text-align:center;width:60%;padding:5vw}@media screen and (max-width: 768px){.trends__right{width:100%;padding-top:0;padding-bottom:0;padding-left:3vw;padding-right:3vw}}.trends__right h2{margin-bottom:2rem}.trends__right p{max-width:500px;margin-left:auto;margin-right:auto}.trends__list{margin-top:2rem;margin-bottom:2rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start}.trends__item{width:90px;margin:1rem}.trends__item--thumbnail{width:100%}.trends__item p{font-size:.875rem;margin-top:1rem}.video{color:#fff;background-size:cover;background-repeat:no-repeat;background-position:center;text-align:center;padding-top:10rem;padding-bottom:10rem;cursor:pointer}.video::after{content:'';background:rgba(18,16,18,0.3);position:absolute;top:0;bottom:0;left:0;right:0;transition:0.6s ease}.video:hover::after{background:rgba(18,16,18,0.4)}.video h2{font-family:"Montserrat",sans-serif;font-weight:700}.video__btn{width:50px;height:50px;margin-top:3rem;position:relative;display:inline-block;cursor:pointer}.video__btn::after{content:'';height:80px;width:80px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0px 0px rgba(255,255,255,0.8);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transition:opacity 0.3s, transform 0.3s}.video__btn:hover::after{box-shadow:0 0 0px 20px rgba(255,255,255,0);transition:box-shadow 0.7s ease, transform 0.3s}.video:hover .video__btn::after{box-shadow:0 0 0px 20px rgba(255,255,255,0);transition:box-shadow 0.7s ease, transform 0.3s}.blog{text-align:left}.blog .section__container{width:calc(100% / 12 * 11 - 10vw);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 768px){.blog .section__container{width:calc(100% - 6vw)}}.blog__block{width:calc(100% / 12 * 4);padding-left:2rem;padding-right:2rem}@media screen and (max-width: 900px){.blog__block{width:100%;margin-top:5rem}}.blog__author--item{text-align:center;margin-top:2rem}.blog__author--item:first-child{margin-top:0}.blog__author--thumbnail{background:#AC4412;width:100px;height:100px;margin-left:auto;margin-right:auto;border-radius:50%;position:relative;display:block;overflow:hidden}.blog__author--thumbnail img{width:auto;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.blog__author--name{font-size:1.125rem;margin-top:0.75rem;margin-bottom:0.25rem;display:block}.blog__author--desc{font-size:.875rem;max-width:200px;margin-left:auto;margin-right:auto}.blog__list{width:calc(100% / 12 * 8)}@media screen and (max-width: 900px){.blog__list{width:100%}}.blog__item{margin-top:2rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}.blog__item:first-child{margin-top:0}.blog__thumbnail{background-size:cover;background-repeat:no-repeat;background-position:center;width:calc(50% - 1rem);height:0;padding-bottom:30%;display:block}@media screen and (max-width: 768px){.blog__thumbnail{width:100%;padding-bottom:50%}}.blog__info{width:calc(50% - 1rem)}@media screen and (max-width: 768px){.blog__info{width:100%;padding-top:1rem}}.blog__cat{color:#121012;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:3px}.blog__title{color:#121012;font-family:"Montserrat",sans-serif;font-weight:600}.blog__txt{font-size:.875rem;margin-top:0.5rem;margin-bottom:0.5rem}.blog__link{color:#121012;background-image:linear-gradient(90deg, #121012 0, #121012);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;font-size:.875rem;font-weight:600;display:inline-flex;justify-content:flex-start;align-items:center;transition:background 0.6s cubic-bezier(0.77, 0, 0.175, 1)}.blog__link:hover{background-size:100% 1px}.article{text-align:left;padding-top:3rem}.article .section__container{width:calc(100% / 12 * 7)}@media screen and (max-width: 768px){.article .section__container{width:calc(100% - 6vw)}}.article ul.article__breadcrumb{color:#7E7E7E;font-size:.875rem;font-weight:700;text-transform:uppercase;margin-top:0;margin-bottom:2rem;padding-left:0;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}.article ul.article__breadcrumb li{list-style:none;margin-right:10px;padding-right:15px;position:relative}.article ul.article__breadcrumb li::after{content:'';background-image:url(../svg/revelacio-breadcrumb.svg);background-size:cover;background-position:center;background-repeat:no-repeat;width:5px;height:10px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.article ul.article__breadcrumb li:last-child{margin-right:0;padding-right:0}.article ul.article__breadcrumb li:last-child::after{display:none}.article ul.article__breadcrumb a{color:#7E7E7E;background-image:linear-gradient(90deg, #7E7E7E 0, #7E7E7E);font-weight:500;text-decoration:none}.article h1,.article h2,.article h3,.article h4,.article h5{font-family:"Montserrat",sans-serif;font-weight:600;margin-top:3rem}@media screen and (max-width: 768px){.article h1,.article h2,.article h3,.article h4,.article h5{margin-top:2rem}}.article h1{font-size:2.125rem}@media screen and (max-width: 768px){.article h1{font-size:1.875rem}}@media screen and (max-width: 580px){.article h1{font-size:1.625rem}}.article h2{font-size:1.875rem}@media screen and (max-width: 768px){.article h2{font-size:1.625rem}}@media screen and (max-width: 580px){.article h2{font-size:1.375rem}}.article h3{font-size:1.625rem}@media screen and (max-width: 768px){.article h3{font-size:1.375rem}}@media screen and (max-width: 580px){.article h3{font-size:1.125rem}}.article h4{font-size:1.375rem}@media screen and (max-width: 768px){.article h4{font-size:1.125rem}}@media screen and (max-width: 580px){.article h4{font-size:1rem}}.article p,.article ul{margin-top:2rem;margin-bottom:2rem}.article img{width:100% !important;height:auto !important}.article ul{padding-left:1rem}.article ul li{list-style:disc}.article .wp-caption{width:100% !important;height:auto}.article .wp-caption img{width:100%;height:auto}.article .wp-caption-text{font-style:italic;margin-top:0.5rem}.article a{background-image:linear-gradient(90deg, #121012 0, #121012);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;font-weight:bold;text-decoration:underline;transition:background 0.6s cubic-bezier(0.77, 0, 0.175, 1)}.article a:hover{background-size:100% 1px}.article blockquote{font-family:"Libre Baskerville",serif;font-size:1.75rem;font-style:italic;margin-top:3rem;margin-bottom:3rem;padding-left:2rem}.article blockquote p{margin:0}.article--related{padding-top:0;padding-bottom:0}.article--related__list{text-align:left;width:100%;margin-top:5rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 768px){.article--related__list{margin-top:3rem}}.article--related__item{width:calc(100% / 3 - 1rem);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 768px){.article--related__item{width:100%;margin-top:2rem}.article--related__item:first-child{margin-top:0}}.article--related__thumbnail{background-size:cover;background-repeat:no-repeat;background-position:center;width:100%;height:0;padding-bottom:50%;display:block}@media screen and (max-width: 768px){.article--related__thumbnail{width:100%;padding-bottom:50%}}.article--related__info{width:100%;padding-top:1rem}.article--related__cat{color:#121012;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:3px}.article--related__title{color:#121012;font-family:"Montserrat",sans-serif;font-size:1.375rem;font-weight:600}@media screen and (max-width: 580px){.article--related__title{font-size:1.25rem}}.article--related__txt{font-size:.875rem;margin-top:0.5rem;margin-bottom:0.5rem}.article--related__link{color:#121012;background-image:linear-gradient(90deg, #121012 0, #121012);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;font-size:.875rem;font-weight:600;display:inline-flex;justify-content:flex-start;align-items:center;transition:background 0.6s cubic-bezier(0.77, 0, 0.175, 1)}.article--related__link:hover{background-size:100% 1px}.showroom .section__container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}.showroom__block{width:calc(50% - 2rem)}@media screen and (max-width: 768px){.showroom__block{width:100%}}.showroom__block--gallery{column-count:2}.showroom__block--gallery img{width:100% !important;height:auto !important;margin-bottom:20px}.showroom__block--content{padding:5rem}@media screen and (max-width: 1024px){.showroom__block--content{padding:3rem}}@media screen and (max-width: 768px){.showroom__block--content{margin-bottom:2rem;padding-top:0;padding-bottom:0;padding-left:1rem;padding-right:1rem;order:-1}}.showroom__block--content strong{font-family:"Libre Baskerville",serif;font-size:2.125rem;font-weight:400;line-height:1.2}@media screen and (max-width: 580px){.showroom__block--content strong{font-size:1.625rem}}.showroom__block--content strong span{color:#396761;font-size:4.375rem;display:block}@media screen and (max-width: 768px){.showroom__block--content strong span{font-size:2.125rem}}@media screen and (max-width: 580px){.showroom__block--content strong span{font-size:1.625rem}}.showroom__block--content p{margin-top:1rem;margin-bottom:1rem}.showroom__block--content a{color:#7E7E7E;background-image:linear-gradient(90deg, #7E7E7E 0, #7E7E7E);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;font-size:.875rem;font-weight:600;display:inline-flex;justify-content:flex-start;align-items:center;transition:background 0.6s cubic-bezier(0.77, 0, 0.175, 1)}.showroom__block--content a:hover{background-size:100% 1px}.showroom--map{padding-bottom:0}.showroom--map .section__container{height:55vh;overflow:hidden}@media screen and (max-width: 768px){.showroom--map .section__container{height:45vh}}.team{margin-top:-3rem;padding-top:0}@media screen and (max-width: 768px){.team{margin-top:0;padding-top:3rem}}.team__list{text-align:left;width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}.team__item{width:calc(100% / 3 - 1rem);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 768px){.team__item{width:100%;margin-top:2rem}.team__item:first-child{margin-top:0}}.team__thumbnail{background-size:cover;background-repeat:no-repeat;background-position:center;width:100%;height:0;padding-bottom:120%;display:block}@media screen and (max-width: 768px){.team__thumbnail{width:100%}}.team__content{width:100%;padding-top:1rem}.team__occupation{margin-top:0.25rem;margin-bottom:0.25rem;display:block}.team__txt{font-size:.875rem}.team--testimonial{text-align:left;padding-top:0;padding-bottom:0}.team--testimonial .section__container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 768px){.team--testimonial .section__container{width:calc(100% - 6vw)}}.team--testimonial__img{background-size:cover;background-position:center;background-repeat:no-repeat;padding-bottom:25%}@media screen and (max-width: 900px){.team--testimonial__img{padding-bottom:60%}}.team--testimonial__img-1{width:calc(40% - 1rem)}@media screen and (max-width: 900px){.team--testimonial__img-1{width:calc(50% - 1rem)}}@media screen and (max-width: 900px){.team--testimonial__img-1{width:calc(50% - 0.5rem)}}.team--testimonial__img-2{width:calc(20% - 1rem)}@media screen and (max-width: 900px){.team--testimonial__img-2{width:calc(50% - 1rem)}}@media screen and (max-width: 900px){.team--testimonial__img-2{width:calc(50% - 0.5rem)}}.team--testimonial__content{color:#AC4412;font-family:"Libre Baskerville",serif;font-size:1.125rem;font-style:italic;width:calc(40% - 1rem);padding:4rem}@media screen and (max-width: 1024px){.team--testimonial__content{padding:1rem}}@media screen and (max-width: 900px){.team--testimonial__content{width:100%}}.team--testimonial__content p{margin:1rem}@media screen and (max-width: 768px){.team--testimonial__content p{margin:0}}.inspiration__intro{max-width:700px;margin-top:2rem;margin-left:auto;margin-right:auto}.inspiration__filter{margin-top:3rem;margin-bottom:1rem;padding-left:5rem;padding-right:5rem}@media screen and (max-width: 768px){.inspiration__filter{padding-left:0;padding-right:0}}.inspiration__filter button{color:#1E3246;background:#F6F6F6;font-size:.875rem;margin:0.5rem;padding:0.5rem 1rem;border-radius:50px;transition:0.3s ease;cursor:pointer}.inspiration__filter button.is-active{color:#fff;background:#396761;box-shadow:0px 5px 15px rgba(57,103,97,0.7)}.inspiration__gallery{column-count:4}.inspiration__gallery li{display:block}.inspiration__gallery img{width:100% !important;height:auto !important;padding:10px;display:block}.cta__block{border:7px solid #396761;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch}@media screen and (max-width: 580px){.cta__block{border:4px solid #396761}}.cta__thumbnail{width:50%;position:relative}@media screen and (max-width: 900px){.cta__thumbnail{width:100%}}.cta__thumbnail img{position:absolute;bottom:0;left:50%;transform:translateX(-50%)}@media screen and (max-width: 900px){.cta__thumbnail img{position:relative;left:0;transform:translateX(0)}}.cta__content{text-align:left;width:50%;padding:5rem}@media screen and (max-width: 900px){.cta__content{text-align:center;width:100%;padding:2rem}}@media screen and (max-width: 580px){.cta__content{padding:1rem}}.cta__title{color:#396761;margin-bottom:2rem}.cta__link{color:#121012;background-image:linear-gradient(90deg, #121012 0, #121012);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;font-size:.875rem;font-weight:600;text-transform:uppercase;margin-top:0.75rem;display:table;transition:background 0.6s cubic-bezier(0.77, 0, 0.175, 1)}@media screen and (max-width: 900px){.cta__link{margin-left:auto;margin-right:auto}}.cta__link:hover{background-size:100% 1px}.newsletter{background:#FAFAFA}.newsletter .section__container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}.newsletter__block{text-align:left;width:50%}@media screen and (max-width: 768px){.newsletter__block{width:100%}}.newsletter__block h3{margin-bottom:1rem}.footer{color:#fff;background:#121012;width:100vw}.footer__logo{width:100px}.footer a{background-image:linear-gradient(90deg, rgba(255,255,255,0.3) 0, rgba(255,255,255,0.3));background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;font-size:.875rem;margin:1rem;transition:background 0.6s cubic-bezier(0.77, 0, 0.175, 1)}.footer a:hover{background-size:100% 1px}.footer__container{width:calc(100% / 12 * 10 - 10vw);height:100%;margin-left:auto;margin-right:auto;position:relative}@media screen and (max-width: 768px){.footer__container{width:calc(100% - 6vw);padding-left:3vw;padding-right:3vw}}.footer__top{padding-top:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,0.2);display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 768px){.footer__top{flex-direction:column}}.footer__top ul{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center}@media screen and (max-width: 768px){.footer__top ul{flex-direction:column}}.footer__top a{color:rgba(255,255,255,0.5);text-transform:uppercase}@media screen and (max-width: 768px){.footer__top a{margin:2rem}}.footer__bot{padding-top:1rem;padding-bottom:1rem;display:flex;justify-content:center;align-items:center}.footer__bot a{color:rgba(255,255,255,0.3);position:relative}.footer__bot a::after{content:'·';position:absolute;top:50%;left:-1rem;transform:translate(-50%, -50%)}.footer__bot a:first-child::after{display:none}
