@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype"), url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Italic;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype"), url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexserif;
  src: url('../fonts/IBMPlexSerif-Bold.ttf') format("truetype"), url('../fonts/IBMPlexSerif-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Swiss 721";
  src: url('../fonts/Swiss721Bold.ttf') format("truetype"), url('../fonts/Swiss721Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --_base-collection-2---white-smoke: whitesmoke;
  --_base-collection-2---medium-aquamarine-2: #7ec4bd;
  --_base-collection-2---medium-aquamarine-3: #7ec4bd;
  --_base-collection-3-2---white: white;
  --_base-collection-3-2---light-blue: #c1d0d8;
  --_base-collection-3-2---black: #1e1e1e;
  --_base-collection-3-2---grey: #747474;
  --_base-collection-2-2---medium-aquamarine-3: #7ec4bd;
  --_base-collection-2-2---white-smoke: whitesmoke;
  --_base-collection-2-2---medium-aquamarine-2: #7ec4bd;
  --_base-collection-3-3---white: white;
  --_base-collection-3-3---light-blue: #c1d0d8;
  --_base-collection-3-3---black: #1e1e1e;
  --_base-collection-3-3---grey: #747474;
  --_base-collection-2-3---medium-aquamarine-3: #7ec4bd;
  --_base-collection-2-3---white-smoke: whitesmoke;
  --_base-collection-2-3---medium-aquamarine-2: #7ec4bd;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  text-align: left;
  min-height: 0;
  margin-bottom: 39px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: visible;
}

.section.cc-cta {
  background-color: #f4f4f4;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  height: auto;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.container.slider {
  min-width: 990px;
  max-width: 990px;
  height: 1300px;
  min-height: 0;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  text-align: left;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  text-align: center;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  margin-top: 20px;
  padding-bottom: 16px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  color: #292a2e;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  color: #1f1b1a;
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  text-align: left;
  font-weight: 400;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-align: center;
  text-transform: none;
  width: auto;
  min-width: 0;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  transition: opacity .4s;
  display: block;
}

.footer-copyright {
  opacity: .5;
  margin-left: 10px;
  margin-right: 10px;
}

.instagram-link {
  opacity: 1;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.instagram-link:hover {
  opacity: .8;
}

.instagram-logo {
  width: 34px;
  height: 34px;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  display: block;
}

.footer-social-link {
  margin-left: 10px;
  margin-right: 10px;
}

.footer-social-link .instagram-logo {
  width: 24px;
  height: 24px;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  -webkit-backdrop-filter: contrast(200%);
  backdrop-filter: contrast(200%);
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#00000080, #00000080), url('../images/columns-8171283_1280.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
  position: static;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/ai-generated-8938099_1280.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.about-story-wrap {
  text-align: left;
  width: min(100%, 860px);
  margin-top: 72px;
  margin-bottom: 86px;
}

.about-story-wrap .paragraph-light {
  text-align: left;
  opacity: .72;
  margin-bottom: 34px;
  font-size: 16px;
  line-height: 1.85;
}

.about-story-wrap h5 {
  text-align: left;
  margin-top: 42px;
  margin-bottom: 12px;
}

.about-story-wrap ul.paragraph-light {
  padding-left: 22px;
}

.about-story-wrap li {
  text-align: left;
  margin-bottom: 12px;
  padding-left: 2px;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 20px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  display: flex;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_6473.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-overview-header.magrono {
  background-image: linear-gradient(#0000, #0000), url('../images/cocina-avenida-del-madronos-img-5443.png');
}

.project-overview-header.luissalazar {
  background-image: linear-gradient(#0000, #0000), url('../images/salazar11.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.project-overview-header.ba-os {
  background-image: linear-gradient(#0000, #0000), url('../images/banos_5672.png');
}

.project-overview-header.fernando {
  opacity: 1;
  filter: blur();
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff0f0;
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_6473.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
}

.project-overview-header.demoliciones {
  background-image: linear-gradient(#00000080, #00000080), url('../images/demoliciones4.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.divider-2 {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.divider-2.grey {
  background-color: #00000017;
  margin-bottom: 43px;
}

.section-2 {
  text-align: center;
  padding-top: 69px;
  padding-bottom: 69px;
}

.grey-icon-wrapper {
  background-color: #f5f5f5;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.div-block-4-slide2 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Screenshot-2025-09-21-at-09.47.51.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.div-block-4-slide2.image1 {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#0000, #0000), url('../images/Modern-Architectural-Masterpiece.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  margin-top: 0;
  line-height: 20px;
  transition: opacity .2s;
}

.div-block-5 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  transition: opacity .2s, opacity .2s;
  display: flex;
  position: absolute;
}

.slider {
  height: 100%;
}

.div-block-hero-slider {
  height: 50vh;
}

.div-block-hero-slider.principal {
  height: 100vh;
}

.paragraph {
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: "Swiss 721", Verdana, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}

.slide2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-09-21-at-09.47.51.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.italic-text {
  font-size: 40px;
  font-style: normal;
}

.bold-text {
  font-size: 40px;
  line-height: 40px;
}

.italic-text-2 {
  font-size: 40px;
  font-style: normal;
}

.bold-text-5 {
  font-size: 40px;
}

.column {
  text-align: left;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.column-2 {
  text-align: center;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-6 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-7 {
  padding-bottom: 40px;
}

.image {
  padding-left: 10px;
}

.recomendationtitle {
  text-align: left;
  font-weight: 400;
}

.recomentationdate {
  text-align: left;
  font-size: 11px;
}

.recomentationcontent {
  text-align: left;
}

.bold-text-6 {
  font-weight: 400;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-8, .div-block-9, .div-block-10, .div-block-11 {
  display: none;
}

.slide {
  vertical-align: baseline;
  background-color: #df414100;
  background-image: url('../images/kitchen-6916199_1280.jpg');
  background-position: 0 0;
  background-size: auto;
  height: auto;
  position: relative;
  overflow: visible;
}

.slide-2 {
  background-image: url('../images/banos_7724.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-2.fernandovi {
  background-image: url('../images/IMG_6478.png');
}

.slide-2.magrono {
  background-image: url('../images/bano-avenida-del-madronos-img-4810-1.png');
}

.slide-2.luis {
  background-image: url('../images/salazar3.png');
}

.slider-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
  position: relative;
}

.slide-3 {
  background-image: url('../images/banos_1334.png');
  background-position: 50%;
  background-size: cover;
}

.slide-3.magrono {
  background-image: url('../images/bano-avenida-del-madronos-img-4899.png');
}

.slide-3.luis {
  background-image: url('../images/salazar4.png');
}

.slide-5 {
  background-image: url('../images/IMG_5733.png');
  background-position: 50%;
  background-size: cover;
}

.slide-5.magrono {
  background-image: url('../images/bano-avenida-del-madronos-img-5082.png');
}

.slide-5.luis {
  background-image: url('../images/salazar2.png');
}

.slide-5.ba-o {
  background-image: url('../images/banos_3703.png');
}

.image-3 {
  position: relative;
}

.slide-4 {
  background-image: url('../images/IMG_5706.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-4.magrono {
  background-image: url('../images/bano-avenida-del-madronos-img-5080.png');
}

.slide-4.luis {
  background-image: url('../images/salazar5.png');
}

.slide-4.ba-o {
  background-image: url('../images/banos_3700.png');
}

.text-block-2 {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.slide-6 {
  background-image: url('../images/IMG_5725.png');
  background-position: 50%;
  background-size: cover;
}

.slide-6.magrono {
  background-image: url('../images/cocina-avenida-del-madronos-img-4815.png');
}

.slide-6.luis {
  background-image: url('../images/salazar6.png');
}

.slide-6.ba-o {
  background-image: url('../images/banos_8752.png');
}

.slide-7 {
  background-image: url('../images/IMG_5799.png');
  background-position: 50%;
  background-size: cover;
}

.slide-7.magrono {
  background-image: url('../images/cocina-avenida-del-madronos-img-4942.png');
}

.slide-7.luis {
  background-image: url('../images/salazar8.png');
}

.slide-7.ba-o {
  background-image: url('../images/banos_6025.png');
}

.demoliciones-slide {
  background-position: 50%;
  background-size: cover;
}

.demoliciones-slide-1 {
  background-image: url('../images/demoliciones1.png');
}

.demoliciones-slide-2 {
  background-image: url('../images/demoliciones2.png');
}

.demoliciones-slide-3 {
  background-image: url('../images/demoliciones3.png');
}

.demoliciones-slide-4 {
  background-image: url('../images/demoliciones4.png');
}

.slide-8 {
  background-image: url('../images/IMG_6473.png');
  background-position: 50%;
  background-size: cover;
}

.slide-8.magrono {
  background-image: url('../images/cocina-avenida-del-madronos-img-5442.png');
}

.slide-8.luis {
  background-image: url('../images/salazar7.png');
}

.slide-8.ba-o {
  background-image: url('../images/banos_7292.png');
}

.slide-9 {
  background-image: url('../images/cocina-avenida-del-madronos-img-5239.png');
  background-position: 50%;
  background-size: cover;
}

.slide-9.luis {
  background-image: url('../images/salazar12.png');
}

.slide-9.luis.new {
  background-image: url('../images/salazar10.png');
}

.slide-9.ba-o {
  background-image: url('../images/banos_5035.png');
}

.slide-10 {
  background-image: url('../images/cocina-avenida-del-madronos-img-5441.png');
  background-position: 50%;
  background-size: cover;
}

.slide-10.luis {
  background-image: url('../images/salazar11.png');
}

.slide-10.ba-o {
  background-image: url('../images/banos_5672.png');
}

.slide-11 {
  background-image: url('../images/cocina-avenida-del-madronos-img-5443.png');
  background-position: 50%;
  background-size: cover;
}

.slide-11.luis {
  background-image: url('../images/salazar14.png');
}

.slide-11.ba-o {
  background-image: url('../images/banos_7719.png');
}

.slide-12 {
  background-image: url('../images/cocina-avenida-del-madronos-img-5441.png');
  background-position: 50%;
  background-size: cover;
}

.slide-12.luis {
  background-image: url('../images/salazar9.png');
}

.slide-12.ba-o {
  background-image: url('../images/banos_1287.png');
}

.slide-13 {
  background-image: url('../images/cocina-avenida-del-madronos-img-5444.png');
  background-position: 50%;
  background-size: cover;
}

.slide-13.luis {
  background-image: url('../images/salazar13.png');
}

.slide-13.ba-o {
  background-image: url('../images/banos_5035.png');
}

.slide-14 {
  background-image: url('../images/cocina-avenida-del-madronos-img-5242.png');
  background-position: 50%;
  background-size: cover;
}

.slide-14.luis {
  background-image: url('../images/salazar1.png');
}

.bold-text-7 {
  font-weight: 400;
}

.heading, .paragraph-2, .paragraph-3, .paragraph-4, .heading-2, .heading-3, .list-item, .list-item-2, .list-item-3, .checkbox-label, .checkbox-field {
  text-align: left;
}

.italic-text-3, .italic-text-4 {
  text-decoration: underline;
}

.italic-text-5 {
  font-size: 8px;
  text-decoration: underline;
}

.check_newsletter {
  text-align: center;
  font-size: 8px;
}

.checkbox-field-2 {
  text-align: left;
}

.checkbox-label-2, .checkbox-label-3 {
  font-size: 8px;
}

.checkbox-field-3 {
  text-align: left;
  font-size: 8px;
}

.checkbox-label-4 {
  font-size: 8px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .container.slider {
    aspect-ratio: 2 / 3;
    min-width: 300px;
    max-width: 1300px;
    height: 100%;
    min-height: auto;
    position: static;
  }

  .paragraph-bigger {
    text-align: center;
  }

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-items .instagram-link {
    margin: 12px auto 18px;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    place-items: center stretch;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .paragraph {
    margin-left: 40px;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }

  .slide-2 {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
  }

  .slide-3, .slide-5, .slide-4 {
    background-position: 50%;
    background-size: cover;
  }

  .text-block-2 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: none;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    outline-offset: 0px;
    mix-blend-mode: normal;
    outline: 3px #fff;
    font-size: 50px;
    line-height: 64px;
    transition: text-underline-offset .1s;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grey-icon-wrapper {
    margin-bottom: 16px;
    padding: 34px 56px;
    display: inline-block;
  }

  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }

  .paragraph {
    margin-left: 40px;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-bigger {
    text-align: center;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    text-align: center;
    white-space: normal;
    word-break: normal;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    text-align: center;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .navigation-items {
    text-align: center;
  }

  .cta-wrap {
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .detail-image {
    min-height: 0;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-section-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grey-icon-wrapper {
    display: block;
  }

  .div-block-5 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    text-align: center;
    margin-left: 0;
    font-size: 35px;
  }

  .slide2 {
    padding-left: 0;
  }

  .icon {
    font-size: 14px;
  }

  .italic-text {
    text-align: left;
    font-size: 35px;
  }

  .icon-2 {
    font-size: 14px;
  }

  .italic-text-2 {
    margin-left: 0;
    padding-left: 0;
    font-size: 35px;
  }

  .section-3 {
    margin-left: 0;
    padding-left: 0;
  }

  .section-4 {
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    text-decoration: underline;
    display: block;
    position: relative;
    overflow: visible;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-be61dffb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-be61dffb, #w-node-_86e64837-0616-515b-4568-76c147234d41-be61dffb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-be61dffb, #w-node-_9843ff44-46a1-308e-1134-facfc55346e8-be61dffb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9843ff44-46a1-308e-1134-facfc55346ee-be61dffb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9843ff44-46a1-308e-1134-facfc55346f4-be61dffb {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9843ff44-46a1-308e-1134-facfc55346fa-be61dffb {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_9843ff44-46a1-308e-1134-facfc5534700-be61dffb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9843ff44-46a1-308e-1134-facfc5534707-be61dffb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-be61dfff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-be61dfff {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-be61dfff {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-be61dfff {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-be61dfff {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-be61dfff {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-be61e000 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-be61e000 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-be61e001 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-be61e001 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-be61e003 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-be61e003 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-be61e004 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-be61e004 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-be61e004 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_82cc5430-a1fe-287f-72b4-ed9d79def55d-be61e004 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-be61e005 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-be61e005 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-c7a736e7, #w-node-_421df62a-c217-12af-eee8-27f88a387918-97f61517 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-97f61517 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-205ae801, #w-node-_03d649c7-c0e5-cebe-2802-fb44716f2503-205ae801, #w-node-_4d1a0109-84d6-7b36-1476-0919544ef32b-205ae801 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-205ae801 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-be61dffb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-be61dffb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-be61dffb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-be61dffb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9843ff44-46a1-308e-1134-facfc55346f4-be61dffb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9843ff44-46a1-308e-1134-facfc55346fa-be61dffb {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_9843ff44-46a1-308e-1134-facfc5534700-be61dffb {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_9843ff44-46a1-308e-1134-facfc5534707-be61dffb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-be61dfff {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-be61dfff {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-be61dfff {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-be61dfff {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-be61e000, #w-node-_421df62a-c217-12af-eee8-27f88a387928-be61e001, #w-node-_421df62a-c217-12af-eee8-27f88a387928-be61e003, #w-node-_421df62a-c217-12af-eee8-27f88a387928-be61e005, #w-node-_421df62a-c217-12af-eee8-27f88a387928-97f61517 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_03d649c7-c0e5-cebe-2802-fb44716f2503-205ae801, #w-node-_4d1a0109-84d6-7b36-1476-0919544ef32b-205ae801 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-205ae801 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9843ff44-46a1-308e-1134-facfc55346ee-be61dffb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9843ff44-46a1-308e-1134-facfc55346f4-be61dffb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9843ff44-46a1-308e-1134-facfc55346fa-be61dffb {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_9843ff44-46a1-308e-1134-facfc5534700-be61dffb {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_9843ff44-46a1-308e-1134-facfc5534707-be61dffb {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-be61dfff {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-be61dfff {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-be61dfff {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-be61dfff {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-be61dfff {
    grid-area: 6 / 1 / 7 / 2;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype'), url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Italic';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype'), url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexserif';
  src: url('../fonts/IBMPlexSerif-Bold.ttf') format('truetype'), url('../fonts/IBMPlexSerif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721';
  src: url('../fonts/Swiss721Bold.ttf') format('truetype'), url('../fonts/Swiss721Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.projects-layout {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 45px;
  text-align: left;
}

.projects-filters {
  grid-column-gap: 32px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
  flex-wrap: wrap;
}

.project-filter-link {
  color: #4d4d4d;
  letter-spacing: .4px;
  text-transform: uppercase;
  border: 1px solid transparent;
  min-width: 112px;
  padding: 14px 22px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  transition: color .25s, background-color .25s, border-color .25s;
}

.project-filter-link:hover {
  color: #1a1b1f;
  border-color: #e0e0e0;
}

.project-filter-link.is-active {
  color: #fff;
  background-color: #1a1b1f;
  border-color: #1a1b1f;
}

.project-item.is-hidden {
  display: none;
}

.project-gallery-section {
  margin-bottom: 70px;
}

.project-intro-layout {
  grid-column-gap: 56px;
  grid-row-gap: 30px;
  align-items: start;
  display: grid;
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr);
}

.project-intro-kicker {
  color: #b99471;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
}

.project-intro-main h2 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.24;
}

.project-intro-side {
  grid-column: 1 / -1;
  border-top: 1px solid #e8e8e8;
  padding-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 28px;
}

.project-intro-main p,
.project-intro-summary p,
.project-gallery-heading p {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.project-intro-side .details-wrap {
  background-color: #fff;
  border: 1px solid #ededed;
  margin-bottom: 0;
  padding: 24px;
}

.project-intro-summary {
  grid-column-gap: 48px;
  grid-row-gap: 18px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.project-gallery-group {
  width: min(100%, 1140px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 74px;
}

.project-gallery-heading {
  text-align: left;
  max-width: 720px;
  margin-bottom: 24px;
}

.project-gallery-heading h2 {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
}

.project-gallery-heading p {
  margin-bottom: 0;
}

.container.slider.project-gallery-container {
  width: min(100%, 1140px);
  max-width: 1140px;
  min-width: 0;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
}

.project-gallery-slider {
  background-color: #f4f4f4;
  width: 100%;
  height: clamp(420px, 62vw, 760px);
  min-height: 0;
  overflow: hidden;
}

.project-gallery-slider .w-slider-mask,
.project-gallery-slider .w-slide {
  width: 100%;
  height: 100%;
}

.project-gallery-slider .w-slide {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.project-gallery-slider .w-slider-arrow-left,
.project-gallery-slider .w-slider-arrow-right {
  color: #fff;
  background-color: #1a1b1fcc;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  transition: background-color .25s, opacity .25s;
}

.project-gallery-slider .w-slider-arrow-left:hover,
.project-gallery-slider .w-slider-arrow-right:hover {
  background-color: #1a1b1f;
}

.project-gallery-slider .w-slider-arrow-left {
  left: 18px;
}

.project-gallery-slider .w-slider-arrow-right {
  right: 18px;
}

.project-gallery-slider .w-icon-slider-left,
.project-gallery-slider .w-icon-slider-right {
  font-size: 24px;
}

.project-featured {
  grid-column-gap: 46px;
  grid-row-gap: 34px;
  align-items: center;
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(300px, .95fr);
}

.project-featured-image-link,
.project-card-image-link {
  color: inherit;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

.project-featured-image,
.project-card-image {
  object-fit: cover;
  width: 100%;
  display: block;
  transition: transform .35s, opacity .35s;
}

.project-featured-image {
  aspect-ratio: 1.72 / 1;
  min-height: 380px;
}

.project-featured-image-link:hover .project-featured-image,
.project-card-image-link:hover .project-card-image {
  opacity: .92;
  transform: scale(1.025);
}

.project-featured-content {
  max-width: 390px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}

.project-eyebrow,
.project-card-category {
  color: #b99471;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.project-featured-title {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.18;
}

.project-featured-text {
  color: #555;
  max-width: 350px;
  margin-bottom: 44px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}

.project-meta-row {
  grid-column-gap: 28px;
  grid-row-gap: 14px;
  color: #747474;
  align-items: center;
  margin-bottom: 42px;
  display: flex;
  flex-wrap: wrap;
}

.project-meta-item {
  grid-column-gap: 10px;
  align-items: center;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.project-meta-icon {
  color: #6f6f6f;
  width: 18px;
  min-width: 18px;
  font-size: 17px;
  line-height: 18px;
  text-align: center;
}

.project-cta {
  grid-column-gap: 34px;
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 245px;
  min-height: 54px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  transition: background-color .25s, transform .25s;
}

.project-cta:hover {
  color: #fff;
  background-color: #32343a;
  transform: translateY(-1px);
}

.project-arrow {
  color: #b99471;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.projects-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto;
  grid-template-areas: none;
}

.project-card {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  min-width: 0;
}

.project-card-image {
  aspect-ratio: 1.43 / 1;
  min-height: 230px;
}

.project-card-body {
  min-height: 260px;
  padding: 34px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.project-card-category {
  color: #747474;
  margin-bottom: 18px;
  font-size: 12px;
}

.project-card-title {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.25;
}

.project-card-text {
  color: #555;
  margin-bottom: 28px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

.project-card-link {
  grid-column-gap: 22px;
  color: #2b2b2b;
  letter-spacing: .4px;
  text-transform: uppercase;
  align-items: center;
  margin-top: auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-flex;
}

.project-card-link span {
  color: #1a1b1f;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  transition: transform .25s;
}

.project-card-link:hover span {
  transform: translateX(4px);
}

@media screen and (max-width: 991px) {
  .project-intro-layout {
    grid-template-columns: 1fr;
  }

  .project-intro-side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .project-intro-summary {
    grid-template-columns: 1fr;
  }

  .project-gallery-group {
    width: min(100%, 1140px);
    margin-bottom: 58px;
  }

  .container.slider.project-gallery-container {
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
  }

  .project-gallery-slider {
    height: clamp(360px, 66vw, 620px);
  }

  .projects-layout {
    padding-bottom: 28px;
  }

  .projects-filters {
    justify-content: flex-start;
    margin-bottom: 38px;
  }

  .project-featured {
    grid-template-columns: 1fr;
  }

  .project-featured-image {
    aspect-ratio: 1.45 / 1;
    min-height: 320px;
  }

  .project-featured-content {
    max-width: none;
  }

  .project-featured-text {
    max-width: 620px;
    margin-bottom: 28px;
  }

  .project-meta-row {
    margin-bottom: 30px;
  }

  .projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .project-intro-layout {
    grid-template-columns: 1fr;
  }

  .project-intro-main h2 {
    font-size: 30px;
  }

  .project-intro-side {
    grid-template-columns: 1fr;
  }

  .project-intro-summary {
    margin-top: 30px;
    padding-top: 26px;
  }

  .project-gallery-group {
    width: calc(100% - 30px);
    margin-bottom: 48px;
  }

  .project-gallery-heading h2 {
    font-size: 25px;
  }

  .project-gallery-section {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 48px;
  }

  .project-gallery-slider {
    height: clamp(300px, 76vw, 500px);
  }

  .project-gallery-slider .w-slider-arrow-left,
  .project-gallery-slider .w-slider-arrow-right {
    width: 44px;
    height: 44px;
  }

  .project-gallery-slider .w-slider-arrow-left {
    left: 10px;
  }

  .project-gallery-slider .w-slider-arrow-right {
    right: 10px;
  }

  .projects-filters {
    grid-column-gap: 10px;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-filter-link {
    flex: 0 0 auto;
    min-width: auto;
    padding: 12px 18px;
    font-size: 12px;
  }

  .project-featured {
    margin-bottom: 28px;
  }

  .project-featured-image {
    aspect-ratio: 1.25 / 1;
    min-height: 260px;
  }

  .project-featured-title {
    font-size: 32px;
  }

  .project-featured-text {
    font-size: 15px;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }

  .project-card-image {
    aspect-ratio: 1.35 / 1;
  }

  .project-card-body {
    min-height: auto;
    padding: 28px 24px 26px;
  }
}

@media screen and (max-width: 479px) {
  .project-intro-main h2 {
    font-size: 27px;
  }

  .project-intro-main p,
  .project-intro-summary p,
  .project-gallery-heading p {
    font-size: 15px;
  }

  .project-gallery-section {
    margin-bottom: 36px;
  }

  .project-gallery-slider {
    height: clamp(250px, 88vw, 390px);
  }

  .project-gallery-slider .w-slider-arrow-left,
  .project-gallery-slider .w-slider-arrow-right {
    width: 38px;
    height: 38px;
  }

  .project-gallery-slider .w-icon-slider-left,
  .project-gallery-slider .w-icon-slider-right {
    font-size: 20px;
  }

  .projects-layout {
    padding-top: 0;
  }

  .projects-filters {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-featured-image {
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  .project-featured-title {
    font-size: 29px;
  }

  .project-meta-row {
    grid-column-gap: 18px;
  }

  .project-cta {
    max-width: none;
  }

  .project-card-title {
    font-size: 23px;
  }
}

.services-card-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.service-card-button {
  width: 100%;
  min-height: 270px;
  color: #1d1d1d;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  display: flex;
}

.service-card-button:hover,
.service-card-button:focus-visible {
  border-color: #b9c47b;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
  transform: translateY(-3px);
  outline: none;
}

.service-card-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
  opacity: .78;
  margin-bottom: 24px;
}

.service-card-title {
  color: #242424;
  letter-spacing: 0;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.service-card-summary {
  color: #5c5c5c;
  flex: 1;
  font-size: 14px;
  line-height: 1.65;
}

.service-card-more {
  color: #1d1d1d;
  text-transform: uppercase;
  margin-top: 26px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.service-modal {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.service-modal.is-open {
  display: flex;
}

.service-modal-backdrop {
  cursor: pointer;
  background-color: rgba(0, 0, 0, .58);
  position: absolute;
  inset: 0%;
}

.service-modal-panel {
  width: min(760px, 100%);
  max-height: calc(100vh - 64px);
  color: #252525;
  background-color: #fff;
  border-radius: 4px;
  padding: 44px;
  overflow: auto;
  position: relative;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .22);
}

.service-modal-close {
  width: 38px;
  height: 38px;
  color: #1d1d1d;
  cursor: pointer;
  background-color: #f4f4f4;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 24px;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 16px;
  right: 16px;
}

.service-modal-close:hover,
.service-modal-close:focus-visible {
  background-color: #1d1d1d;
  color: #fff;
  outline: none;
}

.service-modal-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
  opacity: .78;
  margin-bottom: 24px;
}

.service-modal-panel h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.15;
}

.service-modal-panel p {
  color: #555;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

body.service-modal-open {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .services-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card-button {
    min-height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .services-card-grid {
    grid-template-columns: 1fr;
  }

  .service-card-button {
    min-height: auto;
    padding: 26px 24px;
  }

  .service-modal {
    align-items: center;
    padding: 18px;
  }

  .service-modal-panel {
    max-height: calc(100vh - 36px);
    padding: 34px 26px 30px;
  }

  .service-modal-panel h3 {
    padding-right: 38px;
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .service-card-title {
    font-size: 19px;
  }

  .service-modal {
    padding: 12px;
  }

  .service-modal-panel {
    max-height: calc(100vh - 24px);
    padding: 30px 22px 26px;
  }

  .service-modal-panel h3 {
    font-size: 25px;
  }

  .service-modal-panel p {
    font-size: 15px;
  }
}

.home-content-wrap .about-grid {
  grid-column-gap: clamp(36px, 6vw, 80px);
  grid-row-gap: 44px;
  grid-template-columns: minmax(240px, .82fr) minmax(0, 1.6fr);
  align-items: center;
}

.home-content-wrap .about-grid.cc-about-2 {
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .9fr);
}

.home-content-wrap .about-grid > div {
  min-width: 0;
}

.home-content-wrap .about-grid img {
  width: 100%;
  height: clamp(320px, 34vw, 500px);
  object-fit: cover;
}

.home-content-wrap .about-grid.cc-about-2 img {
  height: clamp(300px, 30vw, 430px);
}

.home-content-wrap .home-section-wrap {
  max-width: 430px;
  margin-bottom: 28px;
}

.home-content-wrap .about-grid.cc-about-2 .home-section-wrap {
  max-width: 540px;
}

.home-content-wrap .section-heading {
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.home-content-wrap .paragraph-light {
  max-width: 100%;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 991px) {
  .home-content-wrap {
    margin-top: 64px;
  }

  .home-content-wrap .about-grid,
  .home-content-wrap .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    justify-items: stretch;
    margin-bottom: 64px;
  }

  .home-content-wrap .about-grid {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-content-wrap .home-section-wrap,
  .home-content-wrap .about-grid.cc-about-2 .home-section-wrap {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-content-wrap .about-grid img,
  .home-content-wrap .about-grid.cc-about-2 img {
    height: clamp(340px, 56vw, 460px);
  }
}

@media screen and (max-width: 767px) {
  .home-content-wrap {
    margin-top: 50px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .home-content-wrap .about-grid,
  .home-content-wrap .about-grid.cc-about-2 {
    grid-row-gap: 28px;
    margin-bottom: 54px;
  }

  .home-content-wrap .about-grid img,
  .home-content-wrap .about-grid.cc-about-2 img {
    height: clamp(250px, 66vw, 380px);
  }

  .home-content-wrap .section-heading {
    font-size: 32px;
    line-height: 1.25;
  }

  .home-content-wrap .paragraph-light {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 479px) {
  .home-content-wrap {
    margin-top: 42px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-content-wrap .home-section-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .home-content-wrap .about-grid,
  .home-content-wrap .about-grid.cc-about-2 {
    grid-row-gap: 24px;
    margin-bottom: 44px;
  }

  .home-content-wrap .about-grid img,
  .home-content-wrap .about-grid.cc-about-2 img {
    height: clamp(220px, 72vw, 320px);
  }

  .home-content-wrap .section-heading {
    font-size: 29px;
  }
}

.portfolio-header {
  max-width: 760px;
  margin-bottom: 48px;
}

.portfolio-header h2 {
  letter-spacing: 0;
  margin-bottom: 16px;
}

.portfolio-header .paragraph-light {
  max-width: 640px;
  font-size: 16px;
  line-height: 1.75;
}

.portfolio-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.portfolio-card {
  min-height: 260px;
  color: #1d1d1d;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  display: flex;
}

.portfolio-card:hover,
.portfolio-card:focus-visible {
  color: #1d1d1d;
  border-color: #b9c47b;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
  transform: translateY(-3px);
  outline: none;
}

.portfolio-card-meta {
  opacity: .55;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.portfolio-card h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 1.25;
}

.portfolio-card p {
  color: #5c5c5c;
  flex: 1;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.7;
}

.portfolio-card span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .portfolio-header {
    margin-bottom: 34px;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-card {
    min-height: auto;
    padding: 28px 24px;
  }

  .portfolio-card h3 {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .about-story-wrap {
    width: auto;
    margin-top: 54px;
    margin-bottom: 64px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .about-story-wrap .paragraph-light {
    text-align: left;
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.78;
  }

  .about-story-wrap h5 {
    text-align: left;
    margin-top: 34px;
  }
}

@media screen and (max-width: 479px) {
  .about-story-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-story-wrap ul.paragraph-light {
    padding-left: 20px;
  }
}

.section.cc-cta .cta-wrap {
  align-items: center;
}

.section.cc-cta .div-block-6,
.section.cc-cta .div-block-7 {
  flex-direction: column;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 54px;
  display: flex;
}

.section.cc-cta .cta-text {
  max-width: 760px;
  margin-bottom: 24px;
}

.section.cc-cta .heading-jumbo-small {
  margin-bottom: 12px;
}

.section.cc-cta .paragraph-bigger.cc-bigger-light {
  max-width: 640px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section.cc-cta .div-block-7 .primary-button.cc-jumbo-button {
  margin-top: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .section.cc-cta .div-block-6,
  .section.cc-cta .div-block-7 {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .section.cc-cta .cta-text {
    margin-bottom: 20px;
  }
}
