@charset "UTF-8";
/*!
 * A custom theme for Alix Get
 * Design by studiomakgill.com
 * Dev by joshharrison.net
 */
/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/* Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "bergman";
  src: url("../../fonts/F37Bergman-Regular.woff2") format("woff2"), url("../../fonts/F37Bergman-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "register-medium";
  src: url("../../fonts/Register_-MediumWEB.woff2") format("woff2"), url("../../fonts/Register_-MediumWEB.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "register-light";
  src: url("../../fonts/Register_-LightWEB.woff2") format("woff2"), url("../../fonts/Register_-LightWEB.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-family: "register-light", serif;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.025em;
}
@media (min-width: 900px) {
  body {
    font-size: 18px;
    line-height: 20px;
  }
}
body {
  text-align: center;
  background: #F5EEE7;
  color: #0A0A0A;
}

main {
  background: #F5EEE7;
  position: relative;
  display: block;
  z-index: 2;
  padding: 30px 25px 0;
}
@media (min-width: 900px) {
  main {
    padding: 30px 45px 0;
  }
}

a {
  text-decoration: none;
  color: inherit;
}
main a {
  color: #AAA090;
  transition: color 200ms;
}
main a:hover {
  color: #0A0A0A;
}

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

.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.aspect-ratio-container {
  position: relative;
}
.aspect-ratio-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.aspect-ratio-container.format-large-carousel-special {
  padding-bottom: 60.76%;
}
.aspect-ratio-container.format-landscape {
  padding-bottom: 70%;
}
.carousel.size-medium .aspect-ratio-container.format-landscape {
  padding-bottom: 65%;
}
.aspect-ratio-container.format-portrait {
  padding-bottom: 130.22%;
}

.cms {
  text-align: left;
  overflow: hidden;
  padding: 0.3em 0;
}
.cms h1,
.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6 {
  font-family: "register-light", serif;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.025em;
}
@media (min-width: 900px) {
  .cms h1,
  .cms h2,
  .cms h3,
  .cms h4,
  .cms h5,
  .cms h6 {
    font-size: 18px;
    line-height: 20px;
  }
}
.cms h1,
.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6 {
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #AAA090;
  margin-bottom: 0;
  margin-top: 2.4em;
}
.cms h1:first-child,
.cms h2:first-child,
.cms h3:first-child,
.cms h4:first-child,
.cms h5:first-child,
.cms h6:first-child {
  margin-top: 0;
}
.cms p {
  margin-bottom: 1.2em;
}
.cms ol {
  list-style-type: decimal;
  margin: 0 0 1.2em 2em;
}
.cms ol ul {
  margin-bottom: 0;
}
.cms ul {
  list-style-type: disc;
  margin: 0 0 1.2em 2em;
}
.cms ul ul {
  margin-bottom: 0;
}
.cms hr {
  border: 0;
  border-bottom: 1px solid #000;
  background: transparent;
  margin: 0 0 1.2em;
}
.cms blockquote {
  padding-left: 0.5em;
  margin: 0 0 0 1.4em;
}
.cms iframe {
  width: 100%;
  display: block;
  margin: 0 auto 1.2em;
}
.cms img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.2em 0;
}
.cms .wp-caption {
  max-width: 100%;
}
.cms .alignnone {
  margin: 1.2em 0;
}
.cms .aligncenter,
.cms div.aligncenter {
  margin: 1.2em auto;
}
.cms .alignright {
  float: right;
  margin: 1.2em 0 1.2em 1.2em;
}
.cms .alignleft {
  float: left;
  margin: 1.2em 1.2em 1.2em 0;
}
.cms a img.alignright {
  float: right;
  margin: 1.2em 0 1.2em 1.2em;
}
.cms a img.alignnone {
  margin: 1.2em 0;
}
.cms a img.alignleft {
  float: left;
  margin: 1.2em 1.2em 1.2em 0;
}
.cms a img.aligncenter {
  display: block;
  margin: 1.2em auto;
}
.cms .wp-caption.alignnone {
  margin: 0 1.2em 1.2em 0;
}
.cms .wp-caption.alignleft {
  margin: 0 1.2em 1.2em 0;
}
.cms .wp-caption.alignright {
  margin: 0 0 1.2em 1.2em;
}
.cms .wp-caption img {
  border: none;
}
.cms .wp-caption p.wp-caption-text {
  font-size: 1em;
}
.cms {
  /* Text meant only for screen readers. */
}
.cms .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.cms .screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.cms > *:last-child {
  margin-bottom: 0;
}

.contact {
  min-height: calc(100vh - 30px - 69px);
  display: flex;
  align-items: center;
}
@media (min-width: 900px) {
  .contact {
    min-height: calc(100vh - 30px);
    padding-bottom: 45px;
  }
}
.contact .copy {
  font-family: "register-light", serif;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.025em;
}
@media (min-width: 900px) {
  .contact .copy {
    font-size: 18px;
    line-height: 20px;
  }
}
.contact .copy {
  letter-spacing: 0.085em;
  text-transform: uppercase;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .contact .copy {
    width: 40%;
    margin-left: 3.33%;
  }
}
.contact a {
  color: #0A0A0A;
}

.home-carousel {
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-carousel .flickity {
  height: 100%;
}
.home-carousel .flickity::before {
  content: "mobile";
  display: none;
}
@media (min-width: 900px) {
  .home-carousel .flickity::before {
    content: "desktop";
  }
}
.home-carousel .flickity .flickity-viewport {
  cursor: pointer;
}
.home-carousel .flickity .flickity-viewport.is-pointer-down {
  cursor: pointer;
}
.home-carousel img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.home-carousel .carousel-slide {
  height: 100%;
}
.home-carousel .carousel-slide.size-small {
  width: 100%;
  padding: 100px 25px;
}
@media (min-width: 900px) {
  .home-carousel .carousel-slide.size-small {
    padding: 115px 56.61% 115px 9.99%;
  }
}
.home-carousel .carousel-slide.size-medium {
  width: 100%;
  padding: 100px 25px;
}
@media (min-width: 900px) {
  .home-carousel .carousel-slide.size-medium {
    padding: 90px calc(45px + 6.66%);
  }
}
@media (min-width: 1500px) {
  .home-carousel .carousel-slide.size-medium {
    padding: 90px calc(45px + 13.32%);
  }
}
.home-carousel .carousel-slide.size-fullscreen {
  width: 100%;
  padding: 100px 25px;
}
@media (min-width: 900px) {
  .home-carousel .carousel-slide.size-fullscreen {
    padding: 0;
  }
  .home-carousel .carousel-slide.size-fullscreen img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.home-carousel .inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.naughty-browser {
  display: none;
  position: fixed;
  background: #000;
  color: #fff;
  padding: 20px;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
}
.naughty-browser a {
  text-decoration: underline;
}
.naughty-browser a:hover {
  text-decoration: none;
}
html[data-useragent*=MSIE] .naughty-browser, html[data-useragent*="rv:11"] .naughty-browser {
  display: block;
}

.next-project {
  font-family: "register-light", serif;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.025em;
}
@media (min-width: 900px) {
  .next-project {
    font-size: 18px;
    line-height: 20px;
  }
}
.next-project {
  letter-spacing: 0.085em;
  text-transform: uppercase;
  padding-top: 150px;
  padding-bottom: 20px;
}
@media (min-width: 900px) {
  .next-project {
    text-align: right;
    margin-right: 6.67%;
  }
}

.press {
  padding-top: 20px;
}
@media (min-width: 900px) {
  .press {
    padding-top: 0;
    padding-left: 3.33%;
    padding-right: 3.33%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.press .clipping {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 899px) {
  .press .clipping + .clipping {
    margin-top: 75px;
  }
}
@media (min-width: 900px) {
  .press .clipping {
    max-width: none;
    width: 50%;
    padding-left: 3.33%;
    padding-right: 3.33%;
    margin: 110px 0 0;
  }
}
.press .image {
  max-width: 325px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .press .image {
    max-width: none;
    margin: 0 3.33vw;
  }
}
@media (min-width: 1200px) {
  .press .image {
    margin: 0 6.67vw;
  }
}
.press .text {
  font-family: "register-light", serif;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.025em;
}
@media (min-width: 900px) {
  .press .text {
    font-size: 18px;
    line-height: 20px;
  }
}
.press .text {
  letter-spacing: 0.085em;
  text-transform: uppercase;
  margin-top: 20px;
  color: #AAA090;
}
.press .text span {
  display: block;
}
@media (min-width: 900px) {
  .press .text {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .press .text span + span {
    margin-left: 0.4em;
  }
  .press .text span + span::before {
    content: "·";
    margin-right: 0.4em;
    display: inline-block;
  }
}
.press img {
  filter: grayscale(1);
  transition: filter 500ms;
  width: 100%;
  display: block;
}
.press a:hover img {
  filter: grayscale(0);
}

.press-single {
  padding-top: 40px;
}
@media (min-width: 900px) {
  .press-single {
    padding-top: 100px;
  }
}
.press-single img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 97vh;
  margin: 0 auto 40px;
}
@media (min-width: 900px) {
  .press-single img {
    margin-bottom: 50px;
  }
}

.site-footer {
  position: relative;
  z-index: 2;
  padding: 135px 25px 30px;
  background: #F5EEE7;
}
.page-template-template-home .site-footer {
  position: static;
  padding-top: 0;
}
@media (max-width: 899px) {
  .page-template-template-contact .site-footer {
    padding-top: 0;
  }
}
@media (min-width: 900px) {
  .site-footer {
    padding: 135px 45px 45px;
  }
  .page-template-template-contact .site-footer {
    position: static;
    padding: 0;
  }
}
.site-footer svg {
  display: inline-block;
  width: 145px;
  height: 34.12px;
  transition: opacity 400ms;
  will-change: opacity;
}
.page-template-template-home .site-footer svg {
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 260px;
  height: 61.18px;
  transform: translate(-50%, -50%);
}
@media (min-width: 900px) {
  .site-footer svg {
    width: 180px;
    height: 42.36px;
  }
  .page-template-template-contact .site-footer svg, .page-template-template-home .site-footer svg {
    width: 260px;
    height: 61.18px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: calc(76.67% - 30px);
    transform: translate(-50%, -50%);
  }
  .page-template-template-home .site-footer svg {
    z-index: 1;
  }
}
.site-footer.hide-logo svg {
  opacity: 0;
}

.site-header {
  font-family: "register-light", serif;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}
@media (min-width: 900px) {
  .site-header {
    font-size: 16px;
    line-height: 20px;
  }
}
.site-header .mobile-nav-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: inherit;
  position: fixed;
  z-index: 11;
  display: block;
  right: 0;
  top: 0;
  font-size: 0;
  background: url("../../img/burger.svg") no-repeat center center;
  background-size: 30px 13px;
  box-sizing: content-box;
  width: 30px;
  height: 13px;
  padding: 30px 25px;
  outline: none;
}
@media (min-width: 900px) {
  .site-header .mobile-nav-toggle {
    display: none;
  }
}
.nav-open .site-header .mobile-nav-toggle {
  background: url("../../img/close.svg") no-repeat right 25px center;
}
.site-header nav {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BAAE9C;
}
@media (max-width: 899px) {
  .site-header nav {
    transform: translateY(-110%);
    transition: transform 750ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .nav-open .site-header nav {
    transform: none;
  }
  .site-header nav ul {
    margin-bottom: 1.25em;
  }
  .site-header nav li {
    margin: 0.2em 0;
  }
}
@media (min-width: 900px) {
  .site-header nav {
    position: absolute;
    left: 45px;
    right: 45px;
    top: 10px;
    width: auto;
    height: auto;
    background: transparent;
  }
  .site-header nav::after {
    content: " — ";
    font-size: 0;
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
@media (min-width: 900px) and (min-width: 900px) {
  .site-header nav::after {
    font-family: "register-medium", serif;
  }
}
@media (min-width: 900px) {
  .site-header nav ul {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .site-header nav ul li {
    width: 190px;
  }
  .site-header nav a {
    display: inline-block;
    padding: 15px;
  }
}
@media (min-width: 900px) and (min-width: 900px) {
  .site-header nav .current-menu-item a,
  .site-header nav a:hover {
    font-family: "register-medium", serif;
  }
}
.site-header .masthead,
.site-header .masthead-spacer {
  height: calc(100vh - 30px);
}
@media (min-width: 900px) {
  .site-header .masthead,
  .site-header .masthead-spacer {
    height: calc(100vh - 45px);
  }
}
@media (min-width: 900px) {
  .site-header .masthead-spacer {
    display: none;
  }
  .site-header .masthead-spacer.show-on-desktop {
    display: block;
  }
}
.site-header .masthead {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 25px;
}
.site-header .masthead.project-masthead {
  font-family: bergman, sans-serif;
  font-size: 52px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (min-width: 900px) {
  .site-header .masthead.project-masthead {
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  .site-header .masthead.project-masthead {
    font-size: 92px;
  }
}
@media (min-width: 900px) {
  .site-header .masthead.project-masthead {
    background-color: transparent !important;
    color: #AAA090;
  }
}
@media (min-width: 900px) {
  .site-header .masthead {
    display: none;
  }
  .site-header .masthead.show-on-desktop {
    display: flex;
    position: absolute;
    padding: 80px 45px 80px 50%;
  }
}
.site-header .masthead h1 {
  max-width: 9em;
  margin-bottom: 0.75em;
}

.staggered-list {
  padding-top: 20px;
}
.staggered-list li {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 900px) {
  .staggered-list {
    padding: 15px 3.33% 0;
  }
  .staggered-list li {
    margin-top: 100px;
    max-width: none;
  }
  .staggered-list li .flex-container {
    display: flex;
    align-items: center;
  }
  .staggered-list li .flex-container > * {
    width: 50%;
    padding: 0 6.67%;
  }
  .staggered-list li:nth-child(even) .flex-container .image {
    order: 2;
  }
}
@media (max-width: 899px) {
  .staggered-list li + li {
    margin-top: 75px;
  }
}
.staggered-list .title {
  font-family: "register-light", serif;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.025em;
}
@media (min-width: 900px) {
  .staggered-list .title {
    font-size: 18px;
    line-height: 20px;
  }
}
.staggered-list .title {
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #AAA090;
}
@media (max-width: 899px) {
  .staggered-list .title {
    margin-top: 20px;
  }
}
@media (min-width: 900px) {
  .staggered-list .title a {
    display: inline-block;
    padding: 20px;
  }
}
.staggered-list .title .coming-soon {
  display: block;
}
@media (min-width: 900px) {
  .staggered-list .title .coming-soon {
    display: inline;
    white-space: nowrap;
  }
  .staggered-list .title .coming-soon::before {
    content: "·";
    margin-right: 0.3em;
    display: inline-block;
  }
}

.page-builder .carousel .flickity.flickity-enabled {
  padding-bottom: 35px;
  touch-action: manipulation;
}
@media (min-width: 900px) {
  .page-builder .carousel .flickity.flickity-enabled {
    padding-bottom: 45px;
  }
}
.page-builder .carousel .flickity-viewport {
  cursor: pointer;
}
.page-builder .carousel .flickity-viewport.is-pointer-down {
  cursor: pointer;
}
.page-builder .carousel.size-large {
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
}
@media (min-width: 900px) {
  .page-builder .carousel.size-large {
    width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
  }
}
.page-builder .carousel.size-large:first-child {
  margin-top: -30px;
  padding-top: 0;
}
.page-builder .carousel.size-medium {
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
}
@media (min-width: 900px) {
  .page-builder .carousel.size-medium {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6.67%;
    padding-right: 6.67%;
  }
}
.page-builder .carousel.size-small {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .page-builder .carousel.size-small {
    max-width: none;
    width: 46.67%;
    padding-left: 6.67%;
    padding-right: 6.67%;
    margin: 0;
  }
}
.page-builder .carousel .carousel-slide {
  width: 100%;
}
.page-builder .carousel .flickity-page-dots {
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  line-height: 0;
}
.page-builder .carousel .flickity-page-dots .dot {
  opacity: 1;
  background: #BAAE9C;
  margin: 0 5px;
  transition: background-color 200ms;
}
.page-builder .carousel .flickity-page-dots .dot.is-selected, .page-builder .carousel .flickity-page-dots .dot:hover {
  background: #0A0A0A;
}

.page-builder {
  position: relative;
  z-index: 2;
}
@media (min-width: 900px) {
  .page-builder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.page-builder > * {
  padding-top: 75px;
}
@media (min-width: 900px) {
  .page-builder > * {
    padding-top: 150px;
  }
}

.page-builder .key-details {
  width: 100%;
  font-family: "register-light", serif;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.025em;
}
@media (min-width: 900px) {
  .page-builder .key-details {
    font-size: 18px;
    line-height: 20px;
  }
}
.page-builder .key-details {
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #AAA090;
  padding-top: 20px;
}
@media (min-width: 900px) {
  .page-builder .key-details {
    padding-top: 30px;
  }
}
@media (min-width: 900px) {
  .page-builder .key-details ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-builder .key-details ul li + li {
    margin-left: 1em;
  }
  .page-builder .key-details ul li + li::before {
    content: "·";
    margin-right: 1em;
    display: inline-block;
  }
}

.spacer.small {
  display: none;
}
@media (min-width: 900px) {
  .spacer.small {
    display: block;
    width: 50%;
  }
}

.page-builder .text {
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .page-builder .text {
    max-width: none;
    width: 50%;
    padding-left: 6.67%;
    padding-right: 6.67%;
    margin: 0;
  }
}