@charset "UTF-8";
/*!
Theme Name: Design Home Studios
Theme URI: http://underscores.me/
Author: TPD Design House
Author URI: https://tpddesignhouse.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tpd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TPD Custom Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "conso-light";
  src: url("webfonts/Conso-Light.woff2") format("woff2"), url("webfonts/Conso-Light.woff") format("woff"), url("webfonts/Conso-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "conso-semibold";
  src: url("webfonts/Conso-SemiBold.woff") format("woff"), url("webfonts/Conso-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(14px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1440px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  html {
    font-size: calc(18px + 1 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  html {
    font-size: 19px;
  }
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #4A4D49;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.balance {
  text-wrap: balance;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

.heading-style, .h1-style, .wysiwyg h1, .h2-style, .wysiwyg h2, .h3-style, .wysiwyg h3, .h4-style, .testimonials-slide .testimonial p, .wysiwyg h4, .h5-style, .wysiwyg h5, .wysiwyg h6 {
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.0278em;
  font-family: conso-light;
}

.h1-style, .wysiwyg h1 {
  font-size: 36px;
}
@media screen and (min-width: 320px) {
  .h1-style, .wysiwyg h1 {
    font-size: calc(36px + 28 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .h1-style, .wysiwyg h1 {
    font-size: 64px;
  }
}
@media only screen and (min-width : 1440px) {
  .h1-style, .wysiwyg h1 {
    font-size: 64px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  .h1-style, .wysiwyg h1 {
    font-size: calc(64px + 8 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  .h1-style, .wysiwyg h1 {
    font-size: 72px;
  }
}

.h2-style, .wysiwyg h2 {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  .h2-style, .wysiwyg h2 {
    font-size: calc(32px + 16 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .h2-style, .wysiwyg h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width : 1440px) {
  .h2-style, .wysiwyg h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  .h2-style, .wysiwyg h2 {
    font-size: calc(48px + 6 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  .h2-style, .wysiwyg h2 {
    font-size: 54px;
  }
}

.h3-style, .wysiwyg h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .h3-style, .wysiwyg h3 {
    font-size: calc(24px + 12 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .h3-style, .wysiwyg h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width : 1440px) {
  .h3-style, .wysiwyg h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  .h3-style, .wysiwyg h3 {
    font-size: calc(36px + 4 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  .h3-style, .wysiwyg h3 {
    font-size: 40px;
  }
}

.h4-style, .testimonials-slide .testimonial p, .wysiwyg h4 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .h4-style, .testimonials-slide .testimonial p, .wysiwyg h4 {
    font-size: calc(24px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .h4-style, .testimonials-slide .testimonial p, .wysiwyg h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width : 1440px) {
  .h4-style, .testimonials-slide .testimonial p, .wysiwyg h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  .h4-style, .testimonials-slide .testimonial p, .wysiwyg h4 {
    font-size: calc(30px + 4 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  .h4-style, .testimonials-slide .testimonial p, .wysiwyg h4 {
    font-size: 34px;
  }
}

.h5-style, .wysiwyg h5, .wysiwyg h6 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .h5-style, .wysiwyg h5, .wysiwyg h6 {
    font-size: calc(20px + 4 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .h5-style, .wysiwyg h5, .wysiwyg h6 {
    font-size: 24px;
  }
}
@media only screen and (min-width : 1440px) {
  .h5-style, .wysiwyg h5, .wysiwyg h6 {
    font-size: 24px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  .h5-style, .wysiwyg h5, .wysiwyg h6 {
    font-size: calc(24px + 3 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  .h5-style, .wysiwyg h5, .wysiwyg h6 {
    font-size: 27px;
  }
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin: 0.9em 0 0.3em 0;
}
.split-hl .line {
  overflow: hidden;
}
.split-hl .char {
  opacity: 0;
  transform: translateY(33%);
}

p {
  margin: 0 0 1em 0;
  line-height: 1.75;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border: 1px solid #EAE8DB;
  padding: 2em 2em 1.5em 2em;
  margin: 2em;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.0278em;
  font-family: conso-light;
  position: relative;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  blockquote {
    font-size: calc(16px + 6 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  blockquote {
    font-size: 22px;
  }
}
blockquote:after {
  content: "";
  display: block;
  background: url(img/quote-mark.png) no-repeat, white;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 42px;
  height: 39px;
  padding: 0 1.5em;
}
@media only screen and (min-width : 1440px) {
  blockquote {
    font-size: 22px;
  }
}
@media only screen and (min-width : 1440px) and (min-width: 1701px) {
  blockquote {
    font-size: calc(22px + 2 * (100vw - 1701px) / 859);
  }
}
@media only screen and (min-width : 1440px) and (min-width: 2560px) {
  blockquote {
    font-size: 24px;
  }
}

address {
  margin: 0;
  font-style: normal;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #B9904E;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4A4D49;
}
a:visited {
  color: black;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #B9904E;
  border-radius: 0px;
  background: #B9904E;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  padding: 0.8em 3.25em 0.7em;
  text-decoration: none;
  color: white;
  transition: color ease-in-out 0.3s;
  cursor: pointer;
}
.button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 10px;
}
@media screen and (min-width: 320px) {
  .button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-size: calc(10px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-size: 12px;
  }
}
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: rgba(255, 255, 255, 0.5);
}
.button:active, .button:focus, .button:visited,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:visited,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:visited,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:visited {
  color: white;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #4A4D49;
  border: 1px solid #4A4D49;
  border-radius: 0px;
  padding: 0.5em 1em;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #4A4D49;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  padding: 15px;
  border-bottom: 1px solid #4A4D49;
}
@media only screen and (min-width : 768px) {
  .site-header {
    border: none;
    padding: 40px 15px 25px 15px;
  }
}
body.home .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  border: none;
}
body.home.nav-active .site-header {
  background: #B9904E;
}
body.page-template-page-studio .site-header, body.page-template-page-singleSource .site-header {
  background: #FBFAF8;
}

.site-branding {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media only screen and (min-width : 1024px) {
  .site-branding {
    justify-content: center;
  }
}
.site-branding a {
  width: 148px;
  height: 24px;
  display: block;
  margin: 0;
  transform: translateY(4px);
  background: url(img/logo-small.svg) no-repeat;
  background-size: cover;
}
body.home .site-branding a {
  background: url(img/logo-small--white.svg) no-repeat;
  background-size: cover;
}
@media only screen and (min-width : 1024px) {
  .site-branding a {
    width: 300px;
    height: 70px;
    background: url(img/logo-full.svg) no-repeat;
    background-size: cover;
  }
  body.home .site-branding a {
    background: url(img/logo-full--white.svg) no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width : 1024px) {
  .site-branding a {
    width: 320px;
    height: 75px;
  }
}
.site-branding button {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  font-size: 28px;
  cursor: pointer;
  color: #4A4D49;
}
.site-branding button span {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(1px);
          clip-path: inset(1px);
  white-space: nowrap;
  position: absolute;
}
body.home .site-branding button {
  color: white;
}
@media only screen and (min-width : 1024px) {
  .site-branding button {
    display: none;
  }
}

#site-navigation {
  display: none;
  height: 0;
  transition: height ease-in-out 0.3s;
}
@media only screen and (min-width : 1024px) {
  #site-navigation {
    display: block;
    height: auto;
  }
}
#site-navigation #primary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
@media only screen and (min-width : 1024px) {
  #site-navigation #primary-menu {
    padding-top: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
}
#site-navigation .current-menu-item a, body.single-portfolio #site-navigation #menu-item-83 a {
  text-decoration: none;
  color: #B9904E;
  border-color: #B9904E;
}
#site-navigation .current-menu-item a:focus, #site-navigation .current-menu-item a:active, #site-navigation .current-menu-item a:visited, body.single-portfolio #site-navigation #menu-item-83 a:focus, body.single-portfolio #site-navigation #menu-item-83 a:active, body.single-portfolio #site-navigation #menu-item-83 a:visited {
  color: #B9904E;
}
#site-navigation .current-menu-item a:hover, body.single-portfolio #site-navigation #menu-item-83 a:hover {
  color: rgba(185, 144, 78, 0.7);
}
#site-navigation a {
  display: block;
  padding: 7px 0;
  text-decoration: none;
  color: black;
  border-color: black;
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
}
#site-navigation a:focus, #site-navigation a:active, #site-navigation a:visited {
  color: black;
}
#site-navigation a:hover {
  color: rgba(0, 0, 0, 0.7);
}
#site-navigation a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  #site-navigation a {
    font-size: calc(12px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  #site-navigation a {
    font-size: 14px;
  }
}
body.home #site-navigation a {
  text-decoration: none;
  color: white;
  border-color: white;
}
body.home #site-navigation a:focus, body.home #site-navigation a:active, body.home #site-navigation a:visited {
  color: white;
}
body.home #site-navigation a:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width : 1024px) {
  #site-navigation a {
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 0.33em;
    font-family: sculpin, sans-serif;
    font-weight: 400;
  }
  #site-navigation a {
    font-size: 14px;
  }
}
@media only screen and (min-width : 1024px) and (min-width: 320px) {
  #site-navigation a {
    font-size: calc(14px + 2 * (100vw - 320px) / 1380);
  }
}
@media only screen and (min-width : 1024px) and (min-width: 1700px) {
  #site-navigation a {
    font-size: 16px;
  }
}

body.nav-active #site-navigation {
  display: block;
  height: auto;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-header {
  text-align: center;
  padding-bottom: 6vh;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 960px;
}
.page-header h1 {
  text-align: center;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
}
.page-header h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
  width: 0;
  height: 1px;
  background: #B9904E;
  transition: width ease-in-out 0.75s;
}
.page-header h1.active:after {
  width: 6em;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

article.page {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 960px;
}
@media (orientation: portrait) {
  article.page {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}
@media (orientation: landscape) {
  article.page {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}
article.page .entry-header {
  text-align: center;
  margin-bottom: 4vh;
}
article.page .entry-meta {
  margin-top: 0.5em;
}

article.post-excerpt {
  text-align: center;
}
article.post-excerpt .entry-img a, article.post-excerpt .entry-img img {
  display: block;
  margin: 0;
}
article.post-excerpt .entry-img a {
  overflow: hidden;
}
article.post-excerpt .entry-img img {
  width: 100%;
  aspect-ratio: 1.45/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform ease-in-out 0.66s;
}
article.post-excerpt .entry-img img:hover {
  transform: scale(1.04);
}
article.post-excerpt a {
  text-decoration: none;
  color: black;
  border-color: black;
}
article.post-excerpt a:focus, article.post-excerpt a:active, article.post-excerpt a:visited {
  color: black;
}
article.post-excerpt a:hover {
  color: rgba(0, 0, 0, 0.7);
}
article.post-excerpt .post-categories {
  margin-bottom: 0.25em;
}
article.post-excerpt h2 {
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
}
article.post-excerpt h2 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  article.post-excerpt h2 {
    font-size: calc(14px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  article.post-excerpt h2 {
    font-size: 16px;
  }
}

.blog-index .page-header {
  text-align: center;
}
.blog-index .page-header h1 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog-single .entry-header {
  text-align: center;
  margin-bottom: 4vh;
}
.blog-single .entry-meta {
  margin-top: 0.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Dialog
--------------------------------------------- */
#scheduling-dialog {
  width: 100svw;
  height: 100dvh;
  max-width: 100vw;
  max-height: 100dvh;
  border: none;
  text-align: center;
  background: white;
  padding: 30px 15px;
}
@media only screen and (min-width : 768px) {
  #scheduling-dialog {
    padding: 40px;
  }
}

.scheduling-dialog__content {
  max-height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media only screen and (min-width : 768px) {
  .scheduling-dialog__content {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 960px;
  }
}

.scheduling-dialog__header {
  flex: 1;
}
.scheduling-dialog__header a {
  width: 179px;
  height: 29px;
  display: block;
  margin: 0 auto;
  background: url(img/logo-small.svg) no-repeat;
  background-size: cover;
}
@media only screen and (min-width : 768px) {
  .scheduling-dialog__header a {
    width: 300px;
    height: 70px;
    background: url(img/logo-full.svg) no-repeat;
    background-size: cover;
  }
}
.scheduling-dialog__header h2 {
  margin: 3.5vh 0 0 0;
}
.scheduling-dialog__header p {
  margin-bottom: 2.5vh;
}

.scheduling-dialog__embed {
  flex: 1;
  border: 1px solid #dfdfdf;
  overflow: auto;
}
.scheduling-dialog__embed > div {
  background: #FBFAF8;
  border: 1px solid #4A4D49;
}

.scheduling-dialog__footer {
  padding-top: 3.5vh;
  flex: 1;
}

@media only screen and (min-width : 1024px) {
  .scheduling-dialog__contact {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
  }
}
.scheduling-dialog__contact > div {
  margin-bottom: 6px;
}
@media only screen and (min-width : 1024px) {
  .scheduling-dialog__contact > div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
}
.scheduling-dialog__contact .label {
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
}
.scheduling-dialog__contact .label {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .scheduling-dialog__contact .label {
    font-size: calc(12px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .scheduling-dialog__contact .label {
    font-size: 14px;
  }
}
@media only screen and (min-width : 1024px) {
  .scheduling-dialog__contact .label {
    margin-right: 7px;
  }
}
.scheduling-dialog__contact a {
  text-decoration: none;
  color: #4A4D49;
  border-color: #4A4D49;
}
.scheduling-dialog__contact a:focus, .scheduling-dialog__contact a:active, .scheduling-dialog__contact a:visited {
  color: #4A4D49;
}
.scheduling-dialog__contact a:hover {
  color: rgba(74, 77, 73, 0.7);
}
.scheduling-dialog__contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 3px;
}
.scheduling-dialog__contact ul li {
  display: inline-block;
}
.scheduling-dialog__contact ul li:nth-of-type(n+2) {
  margin-left: 15px;
}
.scheduling-dialog__contact ul a {
  text-decoration: none;
  color: #B9904E;
  border-color: #B9904E;
}
.scheduling-dialog__contact ul a:focus, .scheduling-dialog__contact ul a:active, .scheduling-dialog__contact ul a:visited {
  color: #B9904E;
}
.scheduling-dialog__contact ul a:hover {
  color: rgba(185, 144, 78, 0.7);
}

#dialog-close {
  margin-top: 18px;
}

/* Testimonials
--------------------------------------------- */
.testimonials-slider .swiper-button-prev, .testimonials-slider .swiper-button-next {
  display: none;
}
@media only screen and (min-width : 768px) {
  .testimonials-slider .swiper-button-prev, .testimonials-slider .swiper-button-next {
    display: block;
    margin: 0 24px;
  }
}
.testimonials-slider .swiper-button-prev.swiper-button-disabled, .testimonials-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.testimonials-slide {
  text-align: center;
}
.testimonials-slide .testimonial {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
}
.testimonials-slide .testimonial p {
  line-height: 1.5;
}
.testimonials-slide .testimonial footer span {
  display: block;
}
.testimonials-slide .testimonial .author-name {
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  color: #B9904E;
}
.testimonials-slide .testimonial .author-name {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .testimonials-slide .testimonial .author-name {
    font-size: calc(14px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .testimonials-slide .testimonial .author-name {
    font-size: 16px;
  }
}

/* Footer
--------------------------------------------- */
.cta {
  padding-bottom: 8vh;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1280px;
  text-align: center;
}
@media (orientation: landscape) {
  .cta {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

.cta-start, .cta-end {
  position: relative;
}
.cta-start:after, .cta-end:after {
  content: "";
  display: block;
  background: #B9904E;
  position: absolute;
  z-index: 1;
}
.cta-start span, .cta-end span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: white;
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
}
.cta-start span, .cta-end span {
  font-size: 10px;
}
@media screen and (min-width: 320px) {
  .cta-start span, .cta-end span {
    font-size: calc(10px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .cta-start span, .cta-end span {
    font-size: 12px;
  }
}
body.page-template-page-studio .cta-start span, body.page-template-page-singleSource .cta-start span, body.page-template-page-studio .cta-end span, body.page-template-page-singleSource .cta-end span {
  background: #FBFAF8;
}

@media (orientation: portrait) {
  .cta-start {
    padding-bottom: 3em;
  }
  .cta-start:after {
    width: 1px;
    height: 3.75em;
    bottom: -1em;
    left: 50%;
  }
}
@media (orientation: landscape) {
  .cta-start {
    width: 30%;
    text-align: left;
  }
  .cta-start:after {
    width: 100%;
    height: 1px;
    top: 50%;
    right: -2em;
  }
  .cta-start span {
    padding-right: 1.5em;
  }
}

.cta-center {
  border: 1px solid #B9904E;
  padding: 30px;
}
@media (orientation: landscape) {
  .cta-center {
    width: 40%;
  }
}
@media only screen and (min-width : 1024px) {
  .cta-center {
    padding: 45px;
  }
}
.cta-center img {
  width: 70%;
  max-width: 300px;
  display: block;
  margin: 0 auto 0.5em auto;
}

@media (orientation: portrait) {
  .cta-end {
    padding-top: 3em;
  }
  .cta-end:after {
    width: 1px;
    height: 3.75em;
    top: -1em;
    left: 50%;
  }
}
@media (orientation: landscape) {
  .cta-end {
    width: 30%;
    text-align: right;
  }
  .cta-end:after {
    width: 100%;
    height: 1px;
    top: 50%;
    left: -2em;
  }
  .cta-end span {
    padding-left: 1.5em;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/**
 * Swiper 9.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 6, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*
*
*
* TPD CUSTOMIZE
*
*
*/
.swiper-button-prev:after, .swiper-button-next:after {
  color: #4A4D49;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #4A4D49;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
/*
*
*
* PAGES
*
*
*/
/*
*
*
* HOME
*
*
*/
body.home {
  background: black;
}
body.home .site-header {
  visibility: hidden;
}

.home-cover {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.home-cover:before {
  content: "";
  display: block;
  padding-top: 60px;
}
@media only screen and (min-width : 768px) {
  .home-cover:before {
    padding-top: 72px;
  }
}

.home-video {
  visibility: hidden;
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.home-video video {
  width: 50%;
}

.home-cover__images {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-cover__images:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
  pointer-events: none;
}
.home-cover__images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.home-cover__content {
  position: relative;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 960px;
  text-align: center;
}
.home-cover__content h1 {
  color: white;
}
.home-cover__content h1 br {
  display: none;
}
@media only screen and (min-width : 768px) {
  .home-cover__content h1 br {
    display: block;
  }
}

.home-cover__footer {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 30px;
}
@media only screen and (min-width : 768px) {
  .home-cover__footer {
    padding-bottom: 40px;
  }
}
.home-cover__footer .label {
  display: block;
  margin: 0 0 1.5em 0;
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  color: white;
}
.home-cover__footer .label {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .home-cover__footer .label {
    font-size: calc(14px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .home-cover__footer .label {
    font-size: 16px;
  }
}

/*
*
*
* STUDIO - HEADER
*
*
*/
.studio-header {
  position: relative;
  background: #FBFAF8;
  margin-bottom: 6vw;
}
@media (orientation: portrait) {
  .studio-header {
    padding-top: 8vh;
    padding-bottom: 4vh;
  }
}
@media (orientation: landscape) {
  .studio-header {
    padding-top: 9vh;
    padding-bottom: 3vh;
  }
}
.studio-header:after {
  content: "";
  display: block;
  width: 100%;
  height: 6vw;
  background: #FBFAF8;
  position: absolute;
  bottom: -6vw;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
}
@media only screen and (min-width : 1024px) {
  .studio-header {
    margin-bottom: 4vw;
  }
  .studio-header:after {
    height: 4vw;
    bottom: -4vw;
  }
}
@media only screen and (min-width : 1700px) {
  .studio-header {
    margin-bottom: 68px;
  }
  .studio-header:after {
    height: 68px;
    bottom: -68px;
  }
}
.studio-header h1 {
  text-align: center;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
}
.studio-header h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
  width: 0;
  height: 1px;
  background: #B9904E;
  transition: width ease-in-out 0.75s;
}
.studio-header h1.active:after {
  width: 6em;
}

.studio-header__content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 960px;
  visibility: hidden;
}

/*
*
*
* STUDIO - INTRO
*
*
*/
.studio-intro {
  visibility: hidden;
}
@media (orientation: portrait) {
  .studio-intro {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}
@media (orientation: landscape) {
  .studio-intro {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}

.studio-intro__content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1280px;
}
@media only screen and (min-width : 640px) {
  .studio-intro__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 5%;
  }
}
@media only screen and (min-width : 1024px) {
  .studio-intro__content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 7.5%;
  }
}

.studio-intro__img {
  margin-bottom: 2em;
}
@media only screen and (min-width : 640px) {
  .studio-intro__img {
    margin-bottom: 0;
    grid-column: 1/span 3;
  }
}

.studio-intro__text {
  padding: 3em;
  background: #EAE8DB;
}
.studio-intro__text p:last-of-type {
  margin-bottom: 2em;
}
@media only screen and (min-width : 640px) {
  .studio-intro__text {
    grid-column: 4/span 3;
    align-self: start;
  }
}

.studio-intro__heading {
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  color: #B9904E;
  padding-bottom: 1em;
}
.studio-intro__heading {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .studio-intro__heading {
    font-size: calc(14px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .studio-intro__heading {
    font-size: 16px;
  }
}
@media only screen and (min-width : 640px) {
  .studio-intro__heading {
    grid-column: 1/-1;
  }
}
@media only screen and (min-width : 1024px) {
  .studio-intro__heading {
    grid-column: 2/span 4;
    text-align: center;
    padding-bottom: 3em;
  }
}

/*
*
*
* STUDIO - TEAM
*
*
*/
@media (orientation: portrait) {
  .studio-team {
    padding-top: 3vh;
    padding-bottom: 9vh;
  }
}
@media (orientation: landscape) {
  .studio-team {
    padding-top: 4vh;
    padding-bottom: 12vh;
  }
}

.studio-team__content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1280px;
}
@media only screen and (min-width : 1024px) {
  .studio-team__content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.studio-team__content h2 {
  text-align: center;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
  margin-bottom: 1.5em;
  width: 100%;
}
.studio-team__content h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
  width: 0;
  height: 1px;
  background: #B9904E;
  transition: width ease-in-out 0.75s;
}
.studio-team__content h2.active:after {
  width: 6em;
}

@media only screen and (min-width : 1024px) {
  .studio-team__founder {
    width: 50%;
    padding: 0 5% 0 0;
    border-right: 1px solid #B9904E;
  }
}
.studio-team__founder img {
  display: block;
  margin: 0 0 2em 0;
  aspect-ratio: 1/1.15;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.studio-team__founder .title {
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  color: #B9904E;
}
.studio-team__founder .title {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .studio-team__founder .title {
    font-size: calc(12px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .studio-team__founder .title {
    font-size: 14px;
  }
}
.studio-team__founder p:first-of-type {
  margin-top: 1em;
}

.studio-team__members {
  padding-top: 2em;
}
@media only screen and (min-width : 1024px) {
  .studio-team__members {
    width: 50%;
    padding: 0 0 0 5%;
  }
}

.studio-team__members__directory {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width : 640px) {
  .studio-team__members__directory {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1em;
  }
}
.studio-team__members__directory li {
  margin-bottom: 2em;
}
.studio-team__members__directory img {
  display: block;
  margin: 0 0 1em 0;
  aspect-ratio: 1/1.2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.studio-team__members__directory h4 {
  line-height: 1;
}
.studio-team__members__directory .title {
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  color: #B9904E;
}
.studio-team__members__directory .title {
  font-size: 10px;
}
@media screen and (min-width: 320px) {
  .studio-team__members__directory .title {
    font-size: calc(10px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .studio-team__members__directory .title {
    font-size: 12px;
  }
}

.studio-team__contact {
  padding-top: 2em;
}
.studio-team__contact address {
  margin-bottom: 1em;
}
.studio-team__contact .label {
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
}
.studio-team__contact .label {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .studio-team__contact .label {
    font-size: calc(12px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .studio-team__contact .label {
    font-size: 14px;
  }
}
.studio-team__contact .phone {
  margin-bottom: 0.25em;
}
@media only screen and (min-width : 640px) {
  .studio-team__contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 1024px) {
  .studio-team__contact {
    padding-top: 3.5em;
  }
}

/*
*
*
* STUDIO - TESTIMONIALS
*
*
*/
.studio-testimonials {
  position: relative;
  padding: 9vh 0 12vh 0;
  background: #FBFAF8;
  margin-top: 6vw;
}
.studio-testimonials:before {
  content: "";
  display: block;
  width: 100%;
  height: 6vw;
  -webkit-clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0% 100%);
  background: #FBFAF8;
  position: absolute;
  top: -6vw;
  left: 0;
}
@media only screen and (min-width : 1024px) {
  .studio-testimonials {
    margin-top: 4vw;
  }
  .studio-testimonials:before {
    height: 4vw;
    -webkit-clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0% 100%);
    top: -4vw;
  }
}
@media only screen and (min-width : 1700px) {
  .studio-testimonials {
    margin-top: 68px;
  }
  .studio-testimonials:before {
    height: 68px;
    -webkit-clip-path: polygon(0 68px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 68px, 100% 0, 100% 100%, 0% 100%);
    top: -68px;
  }
}
.studio-testimonials:after {
  content: "";
  display: block;
  background: url("img/quote-mark.png");
  background-size: contain;
  position: absolute;
  top: -3vw;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 42px;
  height: 39px;
}
@media only screen and (min-width : 1024px) {
  .studio-testimonials:after {
    top: -2vw;
  }
}
@media only screen and (min-width : 1700px) {
  .studio-testimonials:after {
    top: -34px;
  }
}

/*
*
*
* STUDIO - CTA
*
*
*/
.studio-cta {
  background: #FBFAF8;
}

/*
*
*
* SINGLESOURCE - NAV
*
*
*/
.page-nav {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  background: #d6be97;
  transform: translateY(calc(100% + 2px));
  transition: transform ease-in-out 0.4s;
}
.page-nav.active {
  transform: translateY(0);
  transition: transform ease-in-out 0.4s;
}
@media only screen and (min-width : 768px) {
  .page-nav {
    bottom: auto;
    left: 0;
    top: 50%;
    width: auto;
    transform-origin: top center;
    transform: translateX(calc(-50% - 45px)) rotate(-90deg);
    flex-direction: row-reverse;
  }
  .page-nav.active {
    transform: translateX(-50%) rotate(-90deg);
  }
}
.page-nav a:first-of-type {
  width: 40px;
  background: #4A4D49;
  color: white;
  position: relative;
}
.page-nav a:first-of-type svg {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (min-width : 768px) {
  .page-nav a:first-of-type svg {
    transform-origin: center center;
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
  }
}
.page-nav a:nth-of-type(n+2) {
  display: block;
  width: calc(20% - 10px);
  text-align: center;
  padding: 0.75em 0;
  text-decoration: none;
  color: white;
  border-color: white;
  transition: all ease-in-out 0.3s;
}
.page-nav a:nth-of-type(n+2):focus, .page-nav a:nth-of-type(n+2):active, .page-nav a:nth-of-type(n+2):visited {
  color: white;
}
.page-nav a:nth-of-type(n+2):hover {
  color: rgba(255, 255, 255, 0.7);
}
.page-nav a:nth-of-type(n+2).active {
  background: #B9904E;
  position: relative;
}
.page-nav a:nth-of-type(n+2).active:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: -2px;
  left: 0;
  background: #B9904E;
}
.page-nav a:nth-of-type(n+2):hover {
  color: #4A4D49;
}
@media only screen and (min-width : 768px) {
  .page-nav a:nth-of-type(n+2) {
    width: auto;
    padding: 0.25em 1.2em;
  }
  .page-nav a:nth-of-type(n+2).active:before {
    top: 100%;
    left: auto;
    right: 0;
  }
}

/*
*
*
* SINGLESOURCE - HEADER
*
*
*/
.singlesource-header {
  position: relative;
  background: #FBFAF8;
  text-align: center;
  margin-bottom: 6vw;
  margin-bottom: 6vw;
}
.singlesource-header:after {
  content: "";
  display: block;
  width: 100%;
  height: 6vw;
  background: #FBFAF8;
  position: absolute;
  bottom: -6vw;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
}
@media only screen and (min-width : 1024px) {
  .singlesource-header {
    margin-bottom: 4vw;
  }
  .singlesource-header:after {
    height: 4vw;
    bottom: -4vw;
  }
}
@media only screen and (min-width : 1700px) {
  .singlesource-header {
    margin-bottom: 68px;
  }
  .singlesource-header:after {
    height: 68px;
    bottom: -68px;
  }
}
@media (orientation: portrait) {
  .singlesource-header {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media (orientation: landscape) {
  .singlesource-header {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}
.singlesource-header:after {
  content: "";
  display: block;
  width: 100%;
  height: 6vw;
  background: #FBFAF8;
  position: absolute;
  bottom: -6vw;
  left: 0;
}
@media only screen and (min-width : 1024px) {
  .singlesource-header {
    margin-bottom: 4vw;
  }
  .singlesource-header:after {
    height: 4vw;
    bottom: -4vw;
  }
}
@media only screen and (min-width : 1700px) {
  .singlesource-header {
    margin-bottom: 68px;
  }
  .singlesource-header:after {
    height: 68px;
    bottom: -68px;
  }
}

.singlesource-header__content {
  visibility: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 960px;
}
.singlesource-header__content h1 {
  display: block;
  text-align: center;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
}
.singlesource-header__content h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
  width: 0;
  height: 1px;
  background: #B9904E;
  transition: width ease-in-out 0.75s;
}
.singlesource-header__content h1.active:after {
  width: 6em;
}
.singlesource-header__content img {
  display: block;
  margin: 0 auto 1em auto;
  width: 250px;
}
@media only screen and (min-width : 768px) {
  .singlesource-header__content img {
    width: 360px;
  }
}

/*
*
*
* SINGLESOURCE - CARDS
*
*
*/
.singlesource-cards {
  visibility: hidden;
}
@media (orientation: portrait) {
  .singlesource-cards {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}
@media (orientation: landscape) {
  .singlesource-cards {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}
.singlesource-cards .mobile-header {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 960px;
  padding-top: 45px;
  padding-bottom: 20px;
}
@media only screen and (min-width : 768px) {
  .singlesource-cards .mobile-header {
    display: none;
  }
}

.singlesource-cards__list {
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 40px;
}
@media only screen and (min-width : 768px) {
  .singlesource-cards__list {
    padding-top: 5vh;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 50px;
  }
}

.singlesource-cards__list .swiper-slide {
  height: auto;
  align-self: stretch;
  box-sizing: border-box;
}

.singlesource-cards__list .intro {
  display: none;
}
@media only screen and (min-width : 768px) {
  .singlesource-cards__list .intro {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 400px;
  }
}
@media only screen and (min-width : 1024px) {
  .singlesource-cards__list .intro {
    width: 480px;
  }
}
@media only screen and (min-width : 1440px) {
  .singlesource-cards__list .intro {
    width: 540px;
  }
}

.singlesource-cards__list .card {
  width: 260px;
}
@media only screen and (min-width : 768px) {
  .singlesource-cards__list .card {
    width: 320px;
  }
}
.singlesource-cards__list .card a {
  display: block;
  background: #EAE8DB;
  border-radius: 5px;
  text-align: center;
  height: 100%;
  border: 1px solid #EAE8DB;
  text-decoration: none;
  padding: 20px 20px 40px 20px;
  border-radius: 5px;
  pointer-events: none;
}
@media (hover: hover) {
  .singlesource-cards__list .card a {
    pointer-events: auto;
    transition: all ease-in-out 0.3s;
  }
  .singlesource-cards__list .card a:hover {
    transition: all ease-in-out 0.3s;
    background: #B9904E;
  }
  .singlesource-cards__list .card a:hover .title, .singlesource-cards__list .card a:hover p {
    color: #ffffff;
  }
  .singlesource-cards__list .card a:hover .title:after {
    background: #ffffff;
  }
}
@media only screen and (min-width : 1280px) {
  .singlesource-cards__list .card a {
    padding: 20px 40px 40px 40px;
  }
}
.singlesource-cards__list .card .icon {
  padding: 15px 0 20px 0;
}
@media only screen and (min-width : 768px) {
  .singlesource-cards__list .card .icon {
    padding: 40px 0 30px 0;
  }
}
.singlesource-cards__list .card .icon span {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #B9904E;
}
@media only screen and (min-width : 768px) {
  .singlesource-cards__list .card .icon span {
    width: 90px;
    height: 90px;
  }
}
.singlesource-cards__list .card .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 40px;
  max-width: 45px;
}
.singlesource-cards__list .card .title {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  color: #B9904E;
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  position: relative;
}
.singlesource-cards__list .card .title {
  font-size: 10px;
}
@media screen and (min-width: 320px) {
  .singlesource-cards__list .card .title {
    font-size: calc(10px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .singlesource-cards__list .card .title {
    font-size: 12px;
  }
}
.singlesource-cards__list .card .title:after {
  content: "";
  display: block;
  width: 6em;
  height: 1px;
  background: #B9904E;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
}
.singlesource-cards__list .card p {
  margin: 0;
}

.singlesource-cards__list .image {
  border: 1px solid #EAE8DB;
  position: relative;
  width: 500px;
  height: 350px;
}
@media only screen and (min-width : 768px) {
  .singlesource-cards__list .image {
    width: 580px;
    height: 400px;
  }
}
@media only screen and (min-width : 1280px) {
  .singlesource-cards__list .image {
    width: 640px;
    height: 440px;
  }
}
.singlesource-cards__list .image a {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (hover: hover) {
  .singlesource-cards__list .image a {
    pointer-events: auto;
  }
  .singlesource-cards__list .image a:hover span {
    opacity: 1;
  }
}
.singlesource-cards__list .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.singlesource-cards__list .image span {
  transition: all ease-in-out 0.3s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background: rgba(185, 144, 78, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.singlesource-cards__list .swiper-scrollbar {
  width: 40vw;
  margin-left: 30vw;
}

/*
*
*
* SINGLESOURCE - SINGLESOURCE
*
*
*/
@media (orientation: portrait) {
  .singlesource-singlesource {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}
@media (orientation: landscape) {
  .singlesource-singlesource {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}

.singlesource-singlesource__header {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 960px;
  text-align: center;
}
.singlesource-singlesource__header h2 {
  text-align: center;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
}
.singlesource-singlesource__header h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
  width: 0;
  height: 1px;
  background: #B9904E;
  transition: width ease-in-out 0.75s;
}
.singlesource-singlesource__header h2.active:after {
  width: 6em;
}

.singlesource-singlesource__content {
  margin: 40px 0px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1280px;
}
@media only screen and (min-width : 768px) {
  .singlesource-singlesource__content {
    display: flex;
    flex-flow: nowrap;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) {
  .singlesource-singlesource__content {
    padding: 0 40px;
  }
}

.singlesource-singlesource__content .table {
  border: 1px solid #4A4D49;
}
@media only screen and (min-width : 768px) {
  .singlesource-singlesource__content .table {
    width: 50%;
  }
  .singlesource-singlesource__content .table.traditional {
    border-right: none;
  }
}

.singlesource-singlesource__content .table-header {
  padding: 0.9em 1em 1em 1em;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width : 768px) {
  .singlesource-singlesource__content .table-header {
    min-height: 80px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
}
.singlesource-singlesource__content .table-header span {
  display: block;
}
.singlesource-singlesource__content .table-header span:first-of-type {
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
}
.singlesource-singlesource__content .table-header span:first-of-type {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .singlesource-singlesource__content .table-header span:first-of-type {
    font-size: calc(14px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .singlesource-singlesource__content .table-header span:first-of-type {
    font-size: 16px;
  }
}
.singlesource-singlesource__content .table-header span:last-of-type {
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
}
.singlesource-singlesource__content .table-header span:last-of-type {
  font-size: 10px;
}
@media screen and (min-width: 320px) {
  .singlesource-singlesource__content .table-header span:last-of-type {
    font-size: calc(10px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .singlesource-singlesource__content .table-header span:last-of-type {
    font-size: 12px;
  }
}

.singlesource-singlesource__content .traditional .table-header {
  background: #4A4D49;
}

.singlesource-singlesource__content .designhome .table-header {
  background: #B9904E;
}
.singlesource-singlesource__content .designhome .table-header img {
  display: block;
  width: 160px;
  margin: 0 auto;
}

.singlesource-singlesource__content .table-body {
  padding: 2.5em;
}
.singlesource-singlesource__content .table-body p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width : 1024px) {
  .singlesource-singlesource__content .table-body {
    padding: 3em;
  }
}
@media only screen and (min-width : 1280px) {
  .singlesource-singlesource__content .table-body {
    padding: 3.5em;
  }
}

.singlesource-singlesource__content .table-body__header {
  color: #B9904E;
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
}
.singlesource-singlesource__content .table-body__header {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .singlesource-singlesource__content .table-body__header {
    font-size: calc(12px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .singlesource-singlesource__content .table-body__header {
    font-size: 14px;
  }
}

.singlesource-singlesource__content .table-body ul {
  padding: 0;
  margin: 1em 0;
  list-style-type: none;
}
.singlesource-singlesource__content .table-body ul li {
  padding: 0.25em 0;
  font-weight: bold;
}
.singlesource-singlesource__content .table-body ul li:before {
  content: "☐";
  margin-right: 0.7em;
  font-size: 1.1em;
}

.singlesource-singlesource__content .designhome .table-body ul li {
  position: relative;
}
.singlesource-singlesource__content .designhome .table-body ul li:after {
  position: absolute;
  content: "✓";
  color: #B9904E;
  left: 0.1em;
  top: 0;
  font-size: 1.3em;
}

.singlesource-singlesource__content .vs {
  height: 90px;
  background: url(img/vs--black.png) no-repeat;
  background-size: auto 50%;
  background-position: center center;
}
@media only screen and (min-width : 768px) {
  .singlesource-singlesource__content .vs {
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-40%) translateY(-50%);
    z-index: 100;
    width: 64px;
    height: 40px;
    background: url(img/vs--white.png) no-repeat;
    background-size: contain;
  }
}
.singlesource-singlesource__content .vs span {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(1px);
          clip-path: inset(1px);
  white-space: nowrap;
  position: absolute;
}

/*
*
*
* SINGLESOURCE - LOCATION
*
*
*/
.singlesource-location {
  position: relative;
  background: #FBFAF8;
  margin-top: 6vw;
  margin-bottom: 6vw;
  text-align: center;
}
.singlesource-location:before {
  content: "";
  display: block;
  width: 100%;
  height: 6vw;
  -webkit-clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0% 100%);
  background: #FBFAF8;
  position: absolute;
  top: -6vw;
  left: 0;
}
@media only screen and (min-width : 1024px) {
  .singlesource-location {
    margin-top: 4vw;
  }
  .singlesource-location:before {
    height: 4vw;
    -webkit-clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0% 100%);
    top: -4vw;
  }
}
@media only screen and (min-width : 1700px) {
  .singlesource-location {
    margin-top: 68px;
  }
  .singlesource-location:before {
    height: 68px;
    -webkit-clip-path: polygon(0 68px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 68px, 100% 0, 100% 100%, 0% 100%);
    top: -68px;
  }
}
.singlesource-location:after {
  content: "";
  display: block;
  width: 100%;
  height: 6vw;
  background: #FBFAF8;
  position: absolute;
  bottom: -6vw;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}
@media only screen and (min-width : 1024px) {
  .singlesource-location {
    margin-bottom: 4vw;
  }
  .singlesource-location:after {
    height: 4vw;
    bottom: -4vw;
  }
}
@media only screen and (min-width : 1700px) {
  .singlesource-location {
    margin-bottom: 68px;
  }
  .singlesource-location:after {
    height: 68px;
    bottom: -68px;
  }
}
@media (orientation: portrait) {
  .singlesource-location {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media (orientation: landscape) {
  .singlesource-location {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}

.singlesource-location .wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1280px;
}
@media only screen and (min-width : 1024px) {
  .singlesource-location .wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}

@media only screen and (min-width : 1024px) {
  .singlesource-location__header {
    width: 52.5%;
    padding-left: 2.5%;
  }
}
.singlesource-location__header h2 {
  text-align: center;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
}
.singlesource-location__header h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
  width: 0;
  height: 1px;
  background: #B9904E;
  transition: width ease-in-out 0.75s;
}
.singlesource-location__header h2.active:after {
  width: 6em;
}

.singlesource-location__text .subhead {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  color: #B9904E;
  margin: -0.5em 0 2em;
}
.singlesource-location__text .subhead {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .singlesource-location__text .subhead {
    font-size: calc(12px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .singlesource-location__text .subhead {
    font-size: 14px;
  }
}

.singlesource-location .image {
  margin-top: 40px;
}
@media only screen and (min-width : 1024px) {
  .singlesource-location .image {
    margin-top: 0;
    width: 40%;
  }
}

/*
*
*
* SINGLESOURCE - COSTS
*
*
*/
.singlesource-costs {
  text-align: center;
}
@media (orientation: portrait) {
  .singlesource-costs {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media (orientation: landscape) {
  .singlesource-costs {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}

.singlesource-costs__header {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 960px;
}
.singlesource-costs__header .badge {
  display: block;
  width: 100px;
  margin: 0 auto 2em auto;
}
@media only screen and (min-width : 1024px) {
  .singlesource-costs__header .badge {
    width: 140px;
  }
}
.singlesource-costs__header h2 {
  text-align: center;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
}
.singlesource-costs__header h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
  width: 0;
  height: 1px;
  background: #B9904E;
  transition: width ease-in-out 0.75s;
}
.singlesource-costs__header h2.active:after {
  width: 6em;
}
.singlesource-costs__header .subhead {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  color: #B9904E;
}
.singlesource-costs__header .subhead {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .singlesource-costs__header .subhead {
    font-size: calc(12px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .singlesource-costs__header .subhead {
    font-size: 14px;
  }
}
.singlesource-costs__header .top-text .subhead {
  margin: -0.5em 0 2em;
}

.calculator-footer {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 960px;
}
.calculator-footer img {
  display: block;
  margin: 2em auto 1em auto;
  width: 300px;
}
@media only screen and (min-width : 768px) {
  .calculator-footer img {
    width: 450px;
  }
}

/*
*
*
* SINGLESOURCE - DESIGN
*
*
*/
.singlesource-design {
  position: relative;
  background: #FBFAF8;
  margin-top: 6vw;
  margin-bottom: 6vw;
}
.singlesource-design:before {
  content: "";
  display: block;
  width: 100%;
  height: 6vw;
  -webkit-clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0% 100%);
  background: #FBFAF8;
  position: absolute;
  top: -6vw;
  left: 0;
}
@media only screen and (min-width : 1024px) {
  .singlesource-design {
    margin-top: 4vw;
  }
  .singlesource-design:before {
    height: 4vw;
    -webkit-clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0% 100%);
    top: -4vw;
  }
}
@media only screen and (min-width : 1700px) {
  .singlesource-design {
    margin-top: 68px;
  }
  .singlesource-design:before {
    height: 68px;
    -webkit-clip-path: polygon(0 68px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 68px, 100% 0, 100% 100%, 0% 100%);
    top: -68px;
  }
}
.singlesource-design:after {
  content: "";
  display: block;
  width: 100%;
  height: 6vw;
  background: #FBFAF8;
  position: absolute;
  bottom: -6vw;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}
@media only screen and (min-width : 1024px) {
  .singlesource-design {
    margin-bottom: 4vw;
  }
  .singlesource-design:after {
    height: 4vw;
    bottom: -4vw;
  }
}
@media only screen and (min-width : 1700px) {
  .singlesource-design {
    margin-bottom: 68px;
  }
  .singlesource-design:after {
    height: 68px;
    bottom: -68px;
  }
}
@media (orientation: portrait) {
  .singlesource-design {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}
@media (orientation: landscape) {
  .singlesource-design {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}

.singlesource-design__header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 960px;
}
.singlesource-design__header h2 {
  text-align: center;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
}
.singlesource-design__header h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
  width: 0;
  height: 1px;
  background: #B9904E;
  transition: width ease-in-out 0.75s;
}
.singlesource-design__header h2.active:after {
  width: 6em;
}
.singlesource-design__header .subhead {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  color: #B9904E;
  margin: -0.5em 0 2em;
}
.singlesource-design__header .subhead {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .singlesource-design__header .subhead {
    font-size: calc(12px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .singlesource-design__header .subhead {
    font-size: 14px;
  }
}

.singlesource-design__text {
  margin-left: auto;
  margin-right: auto;
}

.singlesource-design__content {
  padding-top: 4vh;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1280px;
}

.singlesource-design__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 5vh 0 0 0;
  position: relative;
}
@media only screen and (min-width : 768px) {
  .singlesource-design__list:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #B9904E;
  }
}
.singlesource-design__list:after {
  content: "";
  display: block;
  clear: both;
}
.singlesource-design__list .stamp {
  display: none;
}
@media only screen and (min-width : 768px) {
  .singlesource-design__list .stamp {
    display: block;
    height: 6vh;
  }
}
.singlesource-design__list .grid-sizer, .singlesource-design__list .grid-item {
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .singlesource-design__list .grid-sizer, .singlesource-design__list .grid-item {
    width: 45%;
  }
}
@media only screen and (min-width : 1024px) {
  .singlesource-design__list .grid-sizer, .singlesource-design__list .grid-item {
    width: 42.5%;
  }
}
@media only screen and (min-width : 768px) {
  .singlesource-design__list .gutter-sizer {
    width: 10%;
  }
}
@media only screen and (min-width : 1024px) {
  .singlesource-design__list .gutter-sizer {
    width: 15%;
  }
}

.grid-item {
  float: left;
}
@media (orientation: portrait) {
  .grid-item {
    margin-bottom: 6vh;
  }
  .grid-item:last-of-type {
    margin-bottom: 0;
  }
}
@media (orientation: landscape) {
  .grid-item {
    margin-bottom: 9vh;
  }
}
@media only screen and (min-width : 768px) {
  .grid-item:nth-of-type(even) {
    text-align: right;
  }
  .grid-item:nth-last-of-type(1), .grid-item:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
.grid-item .image {
  background: #FBFAF8;
  aspect-ratio: 1.6/1;
}
.grid-item .image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-item .text {
  padding-top: 1em;
}
.grid-item span {
  display: block;
}
.grid-item .title {
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
}
.grid-item .title {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .grid-item .title {
    font-size: calc(14px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .grid-item .title {
    font-size: 16px;
  }
}
.grid-item .subtitle {
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
}
.grid-item .subtitle {
  font-size: 10px;
}
@media screen and (min-width: 320px) {
  .grid-item .subtitle {
    font-size: calc(10px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .grid-item .subtitle {
    font-size: 12px;
  }
}
.grid-item p:first-of-type {
  margin-top: 1em;
}

/*
*
*
* SINGLESOURCE - TIMELINE
*
*
*/
.singlesource-timeline {
  text-align: center;
}
@media (orientation: portrait) {
  .singlesource-timeline {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media (orientation: landscape) {
  .singlesource-timeline {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}
.singlesource-timeline h2 {
  text-align: center;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
}
.singlesource-timeline h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
  width: 0;
  height: 1px;
  background: #B9904E;
  transition: width ease-in-out 0.75s;
}
.singlesource-timeline h2.active:after {
  width: 6em;
}
.singlesource-timeline .subhead {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  color: #B9904E;
  margin: -0.5em 0 2em;
}
.singlesource-timeline .subhead {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .singlesource-timeline .subhead {
    font-size: calc(12px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .singlesource-timeline .subhead {
    font-size: 14px;
  }
}

.singlesource-timeline__header {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 960px;
}

.singlesource-timeline__tl {
  display: none;
}
.singlesource-timeline__tl.active {
  display: block;
}

.singlesource-timeline__content {
  padding-top: 6vh;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1280px;
}

.singlesource-timeline__tabs {
  display: inline-block;
  border: 1px solid #B9904E;
  padding: 4px;
}
.singlesource-timeline__tabs button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0.4em 1em 0.3em;
  background: white;
  color: #4A4D49;
  border: none;
  transition: color ease-in-out 0.3s;
}
.singlesource-timeline__tabs button:hover {
  color: rgba(74, 77, 73, 0.5);
}
.singlesource-timeline__tabs button.active {
  cursor: default;
  background: #B9904E;
  color: white;
}
@media only screen and (min-width : 768px) {
  .singlesource-timeline__tabs button {
    padding: 0.4em 2.25em 0.3em;
  }
}

.singlesource-timeline__tl {
  display: none;
  animation: fadeEffect 1s;
}
.singlesource-timeline__tl.active {
  display: block;
  animation: fadeEffect 1s;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.timeline-canvas {
  padding: 0 0 2em 0;
  margin: 4em 0 2em 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  position: relative;
}
.timeline-canvas:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 29px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(75%);
  background: url(img/angle-down-thin.svg) no-repeat;
}
.timeline-canvas svg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.timeline-canvas svg .solid-line {
  stroke: #B9904E;
  stroke-width: 1;
}
.timeline-canvas svg .dashed-line {
  stroke: rgba(185, 144, 78, 0.5);
  stroke-width: 1;
}

.tl-milestone {
  width: 90px;
  height: 90px;
  position: relative;
  line-height: 90px;
  margin: 0 0 6em 0;
}
.tl-milestone.is-active:before {
  background: #B9904E;
}
.tl-milestone.is-active .title {
  color: white;
}
.tl-milestone:before {
  transition: all ease-in-out 0.5s;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background: white;
  z-index: 1;
  border: 1px solid #B9904E;
}
@media only screen and (min-width : 768px) {
  .tl-milestone:nth-of-type(n+2) {
    margin: 2em 0;
  }
}
.tl-milestone .title {
  transition: all ease-in-out 0.5s;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  z-index: 3;
}
.tl-milestone .title {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .tl-milestone .title {
    font-size: calc(12px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .tl-milestone .title {
    font-size: 14px;
  }
}
.tl-milestone .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-45%);
  color: #d7d3bb;
  z-index: 2;
}

.tl-step {
  background: white;
  padding: 1em 0;
  margin: 0 0 6em 0;
}
@media only screen and (min-width : 768px) {
  .tl-step {
    width: 360px;
    background: none;
    padding: 0;
    margin: 2em 0;
    position: relative;
  }
}
@media only screen and (min-width : 1024px) {
  .tl-step {
    width: 420px;
  }
}
@media only screen and (min-width : 1280px) {
  .tl-step {
    width: 540px;
  }
}

.tl-step__content {
  text-align: center;
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
.tl-step__content p:last-of-type {
  margin-bottom: 0;
}
.is-active .tl-step__content {
  opacity: 1;
}
.tl-step__content img {
  width: auto;
  height: 30px;
  display: block;
  margin: 0 auto 0.5em auto;
}
.tl-step__content .title {
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  display: block;
}
.tl-step__content .title {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .tl-step__content .title {
    font-size: calc(14px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .tl-step__content .title {
    font-size: 16px;
  }
}
.tl-step__content p {
  margin-top: 0.5em;
}

@media only screen and (min-width : 768px) {
  .tl-step.odd {
    padding-right: 60px;
    transform: translateX(-180px);
  }
}
@media only screen and (min-width : 1024px) {
  .tl-step.odd {
    padding-right: 120px;
    transform: translateX(-210px);
  }
}
@media only screen and (min-width : 1280px) {
  .tl-step.odd {
    padding-right: 180px;
    transform: translateX(-270px);
  }
}

@media only screen and (min-width : 768px) {
  .tl-step.odd .tl-step__content:before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #B9904E;
    position: absolute;
    top: 50%;
    right: 0;
  }
}
@media only screen and (min-width : 1024px) {
  .tl-step.odd .tl-step__content:before {
    width: 120px;
  }
}
@media only screen and (min-width : 1280px) {
  .tl-step.odd .tl-step__content:before {
    width: 180px;
  }
}

@media only screen and (min-width : 768px) {
  .tl-step.even {
    padding-left: 60px;
    transform: translateX(180px);
  }
}
@media only screen and (min-width : 1024px) {
  .tl-step.even {
    padding-left: 120px;
    transform: translateX(210px);
  }
}
@media only screen and (min-width : 1280px) {
  .tl-step.even {
    padding-left: 180px;
    transform: translateX(270px);
  }
}

@media only screen and (min-width : 768px) {
  .tl-step.even .tl-step__content:before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #B9904E;
    position: absolute;
    top: 50%;
    left: 0;
  }
}
@media only screen and (min-width : 1024px) {
  .tl-step.even .tl-step__content:before {
    width: 120px;
  }
}
@media only screen and (min-width : 1280px) {
  .tl-step.even .tl-step__content:before {
    width: 180px;
  }
}

.singlesource-timeline__footer {
  padding-top: 2em;
  opacity: 0;
  transform: translateY(30px);
  transition: all ease-in-out 0.7s;
}
.singlesource-timeline__footer.is-active {
  opacity: 1;
  transform: translateY(0px);
}
.singlesource-timeline__footer img {
  margin: 0 auto;
  outline: 1px solid #B9904E;
}
.singlesource-timeline__footer .sml {
  width: 320px;
  border: 2.5em solid white;
}
@media only screen and (min-width : 640px) {
  .singlesource-timeline__footer .sml {
    display: none;
  }
}
.singlesource-timeline__footer .med {
  display: none;
}
@media only screen and (min-width : 640px) {
  .singlesource-timeline__footer .med {
    display: block;
    border: 3em solid white;
    width: 480px;
  }
}
@media only screen and (min-width : 768px) {
  .singlesource-timeline__footer .med {
    display: none;
  }
}
.singlesource-timeline__footer .lrg {
  display: none;
}
@media only screen and (min-width : 768px) {
  .singlesource-timeline__footer .lrg {
    display: block;
    width: 100%;
    border: 3em solid white;
    max-width: 900px;
  }
}

/*
*
*
* SINGLESOURCE - BUILD
*
*
*/
.singlesource-build {
  position: relative;
  background: #FBFAF8;
  text-align: center;
  margin-top: 6vw;
}
.singlesource-build:before {
  content: "";
  display: block;
  width: 100%;
  height: 6vw;
  -webkit-clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0% 100%);
  background: #FBFAF8;
  position: absolute;
  top: -6vw;
  left: 0;
}
@media only screen and (min-width : 1024px) {
  .singlesource-build {
    margin-top: 4vw;
  }
  .singlesource-build:before {
    height: 4vw;
    -webkit-clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0% 100%);
    top: -4vw;
  }
}
@media only screen and (min-width : 1700px) {
  .singlesource-build {
    margin-top: 68px;
  }
  .singlesource-build:before {
    height: 68px;
    -webkit-clip-path: polygon(0 68px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 68px, 100% 0, 100% 100%, 0% 100%);
    top: -68px;
  }
}
@media (orientation: portrait) {
  .singlesource-build {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}
@media (orientation: landscape) {
  .singlesource-build {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}
.singlesource-build h2 {
  text-align: center;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
}
.singlesource-build h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3em);
  width: 0;
  height: 1px;
  background: #B9904E;
  transition: width ease-in-out 0.75s;
}
.singlesource-build h2.active:after {
  width: 6em;
}
.singlesource-build .subhead {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  color: #B9904E;
  margin: -0.5em 0 2em;
}
.singlesource-build .subhead {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .singlesource-build .subhead {
    font-size: calc(12px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .singlesource-build .subhead {
    font-size: 14px;
  }
}

.singlesource-build__content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 960px;
}

/*
*
*
* SINGLESOURCE - CTA
*
*
*/
.singlesource-cta {
  background: #FBFAF8;
}

/*
*
*
* CONTACT
*
*
*/
.contact {
  width: 100svw;
  height: 100dvh;
  max-width: 100vw;
  max-height: 100dvh;
  border: none;
  text-align: center;
  background: white;
  padding: 30px 15px;
}
@media only screen and (min-width : 768px) {
  .contact {
    padding: 40px;
  }
}

/*
*
*
* 404
*
*
*/
.error-404 {
  margin-top: 15vh;
  text-align: center;
}
.error-404 h1 {
  margin-bottom: 1rem;
}

/*
*
*
* POSTS - ARCHIVE
*
*
*/
/*
*
* PORTFOLIO
*
*/
.portfolio-index {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1280px;
  visibility: hidden;
}
@media (orientation: portrait) {
  .portfolio-index {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}
@media (orientation: landscape) {
  .portfolio-index {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}

.portfolio-index .page-header img {
  width: 70%;
  max-width: 360px;
  display: block;
  margin: 0 auto;
}

/*
*
* PORTFOLIO - TABS
*
*/
.portfolio-index__tabs {
  padding: 0 0 3em 0;
}
.portfolio-index__tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
}
.portfolio-index__tabs li {
  width: 50%;
  border-bottom: 1px solid #979797;
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  text-align: center;
}
.portfolio-index__tabs li {
  font-size: 10px;
}
@media screen and (min-width: 320px) {
  .portfolio-index__tabs li {
    font-size: calc(10px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .portfolio-index__tabs li {
    font-size: 12px;
  }
}
.portfolio-index__tabs li.active {
  border-bottom: 4px solid #B9904E;
  color: #B9904E;
}
.portfolio-index__tabs span, .portfolio-index__tabs a {
  display: block;
  padding: 1em 0;
}
.portfolio-index__tabs a {
  text-decoration: none;
  color: rgba(151, 151, 151, 0.5);
  transition: color ease-in-out 0.3s;
}
.portfolio-index__tabs a:hover {
  color: #B9904E;
  transition: color ease-in-out 0.3s;
}

/*
*
* PORTFOLIO - POSTS
*
*/
.portfolio-index__posts {
  display: grid;
  grid-template-columns: 1fr;
}
@media (orientation: portrait) {
  .portfolio-index__posts {
    grid-gap: 5vh;
  }
}
@media (orientation: landscape) {
  .portfolio-index__posts {
    grid-gap: 5vw;
  }
}
@media only screen and (min-width : 768px) {
  .portfolio-index__posts {
    grid-template-columns: 1fr 1fr;
  }
}

article.post-excerpt {
  text-align: center;
}
article.post-excerpt .entry-img a, article.post-excerpt .entry-img img {
  display: block;
  margin: 0;
}
article.post-excerpt .entry-img a {
  overflow: hidden;
}
article.post-excerpt .entry-img img {
  aspect-ratio: 1.45/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform ease-in-out 0.66s;
}
article.post-excerpt .entry-img img:hover {
  transform: scale(1.04);
}
article.post-excerpt a {
  text-decoration: none;
  color: black;
  border-color: black;
}
article.post-excerpt a:focus, article.post-excerpt a:active, article.post-excerpt a:visited {
  color: black;
}
article.post-excerpt a:hover {
  color: rgba(0, 0, 0, 0.7);
}
article.post-excerpt .post-categories {
  margin-bottom: 0.25em;
}
article.post-excerpt h2 {
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
}
article.post-excerpt h2 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  article.post-excerpt h2 {
    font-size: calc(14px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  article.post-excerpt h2 {
    font-size: 16px;
  }
}

/*
*
* PORTFOLIO - PAGINATION
*
*/
.portfolio-index__pagination {
  padding: 8vh 0 0 0;
  text-align: center;
}
.portfolio-index__pagination a, .portfolio-index__pagination span {
  text-decoration: none;
  color: #4A4D49;
  border-color: #4A4D49;
  display: inline-block;
  margin: 0 5px;
  padding-left: 4px;
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
}
.portfolio-index__pagination a:focus, .portfolio-index__pagination a:active, .portfolio-index__pagination a:visited, .portfolio-index__pagination span:focus, .portfolio-index__pagination span:active, .portfolio-index__pagination span:visited {
  color: #4A4D49;
}
.portfolio-index__pagination a:hover, .portfolio-index__pagination span:hover {
  color: rgba(74, 77, 73, 0.7);
}
.portfolio-index__pagination a, .portfolio-index__pagination span {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .portfolio-index__pagination a, .portfolio-index__pagination span {
    font-size: calc(14px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .portfolio-index__pagination a, .portfolio-index__pagination span {
    font-size: 16px;
  }
}
.portfolio-index__pagination span.current {
  color: #B9904E;
  width: 20px;
  border: 1.5px solid #B9904E;
}
@media only screen and (min-width : 768px) {
  .portfolio-index__pagination span.current {
    width: 24px;
  }
}
@media only screen and (min-width : 1024px) {
  .portfolio-index__pagination span.current {
    width: 27px;
  }
}

/*
*
* BLOG
*
*/
.blog-index {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1280px;
  visibility: hidden;
}
@media (orientation: portrait) {
  .blog-index {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}
@media (orientation: landscape) {
  .blog-index {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}

/*
*
* BLOG - POSTS
*
*/
.blog-index__posts {
  display: grid;
  grid-template-columns: 1fr;
}
@media (orientation: portrait) {
  .blog-index__posts {
    grid-gap: 5vh;
  }
}
@media (orientation: landscape) {
  .blog-index__posts {
    grid-gap: 5vw;
  }
}
@media only screen and (min-width : 768px) {
  .blog-index__posts {
    grid-template-columns: 1fr 1fr;
  }
}

/*
*
* BLOG - PAGINATION
*
*/
.blog-index__pagination {
  padding: 20px 0;
  text-align: center;
}
.blog-index__pagination a, .blog-index__pagination span {
  text-decoration: none;
  color: black;
  border-color: black;
  display: inline-block;
  margin: 0 10px;
}
.blog-index__pagination a:focus, .blog-index__pagination a:active, .blog-index__pagination a:visited, .blog-index__pagination span:focus, .blog-index__pagination span:active, .blog-index__pagination span:visited {
  color: black;
}
.blog-index__pagination a:hover, .blog-index__pagination span:hover {
  color: rgba(0, 0, 0, 0.7);
}
.blog-index__pagination span.current {
  background: black;
  color: white;
  border-radius: 50%;
  width: 20px;
}
@media only screen and (min-width : 768px) {
  .blog-index__pagination span.current {
    width: 24px;
  }
}
@media only screen and (min-width : 1024px) {
  .blog-index__pagination span.current {
    width: 27px;
  }
}

/*
*
*
* POSTS - SINGLE
*
*
*/
/*
*
* PORTFOLIO
*
*/
.portfolio-single {
  padding: 8vh 0;
}

.portfolio-single__header {
  visibility: hidden;
}
.portfolio-single__header h1 {
  text-align: center;
}

/*
*
* PAGINATION
*
*/
.portfolio-single__slider {
  visibility: hidden;
}
.portfolio-single__slider .swiper-slide {
  width: auto;
  max-width: calc(100vw - 30px);
  height: 270px;
}
@media only screen and (min-width : 640px) {
  .portfolio-single__slider .swiper-slide {
    height: 360px;
  }
}
@media only screen and (min-width : 768px) {
  .portfolio-single__slider .swiper-slide {
    height: 480px;
  }
}
@media only screen and (min-width : 1280px) {
  .portfolio-single__slider .swiper-slide {
    max-width: calc(100vw - 45px);
    height: 60vh;
    max-height: 700px;
  }
}
.portfolio-single__slider .swiper-slide img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.portfolio-single__slider .swiper-button-prev, .portfolio-single__slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.66);
  outline: 10px solid rgba(255, 255, 255, 0.66);
}

nav.post-navigation {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1280px;
  padding: 30px 0;
}
nav.post-navigation .nav-links {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
nav.post-navigation .nav-links a {
  display: block;
  text-decoration: none;
  color: #4A4D49;
  border-color: #4A4D49;
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
}
nav.post-navigation .nav-links a:focus, nav.post-navigation .nav-links a:active, nav.post-navigation .nav-links a:visited {
  color: #4A4D49;
}
nav.post-navigation .nav-links a:hover {
  color: rgba(74, 77, 73, 0.7);
}
nav.post-navigation .nav-links a {
  font-size: 10px;
}
@media screen and (min-width: 320px) {
  nav.post-navigation .nav-links a {
    font-size: calc(10px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  nav.post-navigation .nav-links a {
    font-size: 12px;
  }
}
nav.post-navigation .nav-next {
  width: 50%;
  text-align: left;
  display: inline-block;
  order: 1;
}
@media only screen and (min-width : 768px) {
  nav.post-navigation .nav-next a {
    background: url(img/arrow-left--gold.svg) no-repeat;
    background-position: left center;
    background-size: 32px 11px;
    padding-left: 50px;
    transition: transform ease-in-out 0.3s;
  }
  nav.post-navigation .nav-next a:hover {
    transform: translateX(-5px);
  }
}
nav.post-navigation .nav-previous {
  width: 50%;
  text-align: right;
  display: inline-block;
  margin-left: auto;
  order: 2;
}
@media only screen and (min-width : 768px) {
  nav.post-navigation .nav-previous a {
    background: url(img/arrow-right--gold.svg) no-repeat;
    background-position: right center;
    background-size: 32px 11px;
    padding-right: 45px;
    transition: transform ease-in-out 0.3s;
  }
  nav.post-navigation .nav-previous a:hover {
    transform: translateX(5px);
  }
}

/*
*
* CONTENT
*
*/
.portfolio-single__content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1280px;
  padding: 30px 0;
}
@media only screen and (min-width : 768px) {
  .portfolio-single__content {
    display: flex;
    flex-flow: row nowrap;
  }
}

@media only screen and (min-width : 768px) {
  .portfolio-single__text {
    width: calc(100% - 360px);
    padding-right: 40px;
  }
}
.portfolio-single__text h3 {
  text-transform: uppercase;
  letter-spacing: 0.33em;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  margin: 1em 0 0.5em 0;
}
.portfolio-single__text h3 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .portfolio-single__text h3 {
    font-size: calc(14px + 2 * (100vw - 320px) / 1380);
  }
}
@media screen and (min-width: 1700px) {
  .portfolio-single__text h3 {
    font-size: 16px;
  }
}

.portfolio-single__cost {
  margin-top: 3em;
  background: rgba(234, 232, 219, 0.66);
  padding: 2em;
}
@media only screen and (min-width : 768px) {
  .portfolio-single__cost {
    width: 360px;
    margin-top: 0;
    padding: 2.5em;
    align-self: flex-start;
  }
}
.portfolio-single__cost img {
  width: 254px;
}
.portfolio-single__cost p {
  margin-bottom: 2em;
}

/*
*
* BLOG
*
*/
.blog-single {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 960px;
}
@media (orientation: portrait) {
  .blog-single {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }
}
@media (orientation: landscape) {
  .blog-single {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
}

/*# sourceMappingURL=style.css.map */

/* New Homepage Styling */

@font-face {
    font-family: 'SculpinRegular';
    src: url('webfonts/Sculpin-Regular.woff2') format('woff2'),
         url('webfonts/Sculpin-Regular.woff') format('woff'),
         url('webfonts/Sculpin-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.img-text-layout{
    position: relative;
    margin-top: 100vh;
    z-index: 0;
    background-color: #FBFAF8;
    padding: 100px;
}

.continued-section{
	margin-top: 0;
	padding-top: 0!important;
}

.section-divider {
	border-top: 1px solid #ddd;
	position: relative;
	margin-top: 100px;
	margin-left: 12px;
    margin-right: 12px;
}

.img-text-container{
	max-width: 1400px;
}

.cta-btn{
	text-align: center;
}

@media only screen and (max-width : 768px){
	.img-text-layout{
		padding: 50px 10px;
	}
	.img-text-layout .row{
		row-gap: 40px;
	}
	.section-divider{
		margin-top: 50px;
	}
}

