html {
  font-family: sans-serif;
  /* 1 */
}

body {
  margin: 0;
  font-size: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #FBF6EF;
  font-family: "Helvetica";
  font-weight: normal;
  -webkit-font-smoothing: antialiased !important;
}

body.no-hidden .site-wrap {
  overflow: unset;
}

body.no-scroll {
  overflow: hidden;
}

.site-wrap {
  overflow: hidden;
}

.wrapper {
  width: calc(100vw - 130px);
  max-width: 1516px;
  margin: 0 auto;
}

@media (max-width: 1170px) {
  .wrapper {
    width: calc(100vw - 48px);
  }
}

.wrapper--padding {
  max-width: 100%;
  width: 100%;
  padding: 0 65px;
}

@media (max-width: 1170px) {
  .wrapper--padding {
    padding: 0 24px;
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.button, .button--full, .button--red, .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .footer__contact form div.gform_footer input[type='submit'], .back-button,
.cta {
  font-family: "Helvetica";
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FBF6EF;
  display: inline-block;
  background: none;
  border: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.button, .button--full, .button--red, .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .footer__contact form div.gform_footer input[type='submit'], .back-button {
  border: solid 1px rgba(251, 246, 239, 0.5);
  border-radius: 40px;
  padding: 22px 34px 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1170px) {
  .button, .button--full, .button--red, .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .footer__contact form div.gform_footer input[type='submit'], .back-button {
    padding: 14px 24px 12px;
  }
}

@media (max-width: 960px) {
  .button, .button--full, .button--red, .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .footer__contact form div.gform_footer input[type='submit'], .back-button {
    border: solid 1px #FBF6EF;
  }
}

.button:hover, .button--full:hover, .button--red:hover, .contact-page div.gform_wrapper.gravity-theme input:hover[type='submit'], .footer__contact form div.gform_footer input:hover[type='submit'], .back-button:hover {
  border: solid 1px #FBF6EF;
  background: #FBF6EF;
  color: #D13618;
}

.button--full {
  background: #FBF6EF;
  color: #D13618;
  border: solid 1px #FBF6EF;
}

.button--full:hover {
  border: solid 1px #D13618;
  background: #D13618;
  color: #FBF6EF;
}

.button--red, .contact-page div.gform_wrapper.gravity-theme input[type='submit'] {
  border: solid 1px rgba(209, 54, 24, 0.5);
  color: #D13618;
}

@media (max-width: 960px) {
  .button--red, .contact-page div.gform_wrapper.gravity-theme input[type='submit'] {
    border: solid 1px #D13618;
  }
}

.button--red:hover, .contact-page div.gform_wrapper.gravity-theme input:hover[type='submit'] {
  border: solid 1px #D13618;
  background: #D13618;
  color: #FBF6EF;
}

.cta::before {
  content: ' ';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 18px;
  vertical-align: middle;
  background: #FBF6EF;
  border-radius: 50%;
  margin-top: -2px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.cta:hover::before {
  margin-right: 9px;
}

.cta--red {
  color: #D13618;
}

.cta--red::before {
  background: #D13618;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(209, 54, 24, 0.7);
  z-index: 999999999;
  display: none;
}

.video-modal button.video-modal__close {
  display: block;
  width: 36px;
  height: 36px;
  background: #FBF6EF;
  border: 0;
  border-radius: 50%;
  position: absolute;
  top: 36px;
  right: 36px;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
}

@media (max-width: 1170px) {
  .video-modal button.video-modal__close {
    right: 12px;
    top: 12px;
  }
}

.video-modal button.video-modal__close svg {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.video-modal .video-modal__main {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.video-modal .video-modal__main .video-wrap {
  padding-top: 56.2%;
  position: relative;
  width: 100%;
}

.video-modal .video-modal__main video,
.video-modal .video-modal__main iframe {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}

svg.close {
  stroke: #D13618;
}

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/HelveticaNeueLTStd-Ex.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/HelveticaNeueLTStd-Lt.otf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/HelveticaNeueLTStd-MdEx.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Queens';
  src: url("../fonts/Queens_W-Light.woff2");
  src: url("../fonts/Queens_W-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Queens';
  src: url("../fonts/Queens_W-LightItalic.woff2");
  src: url("../fonts/Queens_W-LightItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Suisse';
  src: url("../fonts/SuisseIntl-Light.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Suisse';
  src: url("../fonts/SuisseIntl-LightItalic.otf");
  font-weight: normal;
  font-style: italic;
}

.article-content {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  font-family: "Helvetica";
  font-size: 0.875em;
  line-height: 1.5625em;
}

@media (max-width: 660px) {
  .article-content {
    font-size: 1em;
  }
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h5,
.article-content h6 {
  clear: both;
  margin: 0 0 24px;
  text-align: left;
  font-family: "Helvetica";
  color: #000;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 660px) {
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h5,
  .article-content h6 {
    line-height: 1em;
  }
}

.article-content h1 {
  font-size: 1.5em;
}

.article-content h2 {
  font-size: 1em;
}

.article-content h3 {
  font-size: 0.75em;
}

.article-content h5 {
  font-size: 0.625em;
}

.article-content h6 {
  font-size: 0.5em;
}

.article-content h4 {
  font-size: 0.625em;
  font-family: "Helvetica";
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}

.article-content h4:before, .article-content h4:after {
  content: '';
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: inherit;
  width: 50%;
  bottom: .3em;
}

.article-content h4:before {
  right: 2em;
  margin-left: -50%;
}

.article-content h4:after {
  left: 2em;
  margin-right: -50%;
}

.article-content b,
.article-content strong {
  font-family: "Helvetica";
}

.article-content address {
  font-family: "Helvetica";
  font-style: italic;
  font-weight: normal;
}

.article-content a {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 50%);
  text-decoration: none;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1em;
  font-weight: bold;
  text-shadow: 2px 1px rgba(255, 255, 255, 0.1), -1px 1px rgba(255, 255, 255, 0.1);
}

.article-content abbr[title],
.article-content acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

.article-content cite {
  color: #808080;
  font-size: 0.875em;
  padding-left: .5em;
}

.article-content code,
.article-content kbd,
.article-content tt,
.article-content var,
.article-content samp,
.article-content pre {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-family: monospace, serif;
}

.article-content dfn,
.article-content em,
.article-content i {
  font-style: italic;
}

.article-content pre {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 1em 2em;
  margin-bottom: 24px;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.article-content p {
  margin-bottom: 1.5em;
}

.article-content small {
  font-size: smaller;
}

.article-content big {
  font-size: 125%;
}

.article-content sup,
.article-content sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.article-content sup {
  bottom: 1ex;
}

.article-content sub {
  top: .5ex;
}

.article-content img {
  image-rendering: optimizeSpeed;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.article-content figure {
  margin: 0;
}

.article-content fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}

.article-content legend {
  white-space: normal;
}

.article-content hr {
  background-color: #808080;
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}

.article-content embed,
.article-content iframe,
.article-content object,
.article-content video {
  margin-bottom: 2em;
  width: 100%;
}

.article-content p > embed,
.article-content p > iframe,
.article-content p > object,
.article-content span > embed,
.article-content span > iframe,
.article-content span > object {
  margin-bottom: 0;
}

.article-content blockquote,
.article-content q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
  text-align: center;
  font-size: 1.875em;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 1em 2em;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 2px;
}

.article-content blockquote cite,
.article-content blockquote small,
.article-content q cite,
.article-content q small {
  font-size: 0.625em;
  display: block;
  margin-top: .5em;
  padding: 0;
}

.article-content blockquote em,
.article-content blockquote i,
.article-content blockquote cite,
.article-content q em,
.article-content q i,
.article-content q cite {
  font-style: normal;
}

.article-content blockquote strong,
.article-content blockquote b,
.article-content q strong,
.article-content q b {
  font-weight: 400;
}

.article-content table {
  margin-bottom: 2em;
  width: 100%;
  border: 1px solid white;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

.article-content th,
.article-content td {
  border: 1px solid white;
  font-size: 1em;
}

.article-content caption,
.article-content th,
.article-content td {
  font-weight: normal;
  text-align: left;
  padding: .5em .8em;
}

.article-content th {
  border-width: 0 1px 1px 0;
}

.article-content td {
  border-width: 0 1px 1px 0;
}

.article-content thead th {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6em;
  text-align: center;
}

.article-content tbody th {
  font-size: 1em;
  text-align: right;
}

.article-content tbody tr:nth-of-type(even) {
  background-color: white;
}

.article-content dl {
  margin-bottom: 48px;
}

.article-content dt {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6em;
}

.article-content dd {
  margin-bottom: 1em;
}

.article-content ul {
  margin: 0;
  padding: 0;
  list-style: square inside;
  font-size: 1em;
  margin-bottom: 48px;
}

.article-content ul li {
  margin: 0 0 .2em;
}

.article-content ul ul {
  margin: 0 0 .5em 3em;
  list-style: disc;
}

.article-content ul ul ul {
  list-style: circle;
}

.article-content ol {
  margin: 0;
  padding: 0;
  list-style: decimal-leading-zero inside;
  font-size: 1em;
  margin-bottom: 48px;
}

.article-content ol li {
  margin: 0 0 .2em;
}

.article-content ol ol {
  margin: 0 0 .5em 3em;
  list-style: lower-roman;
}

.article-content ol ol ol {
  list-style: lower-alpha;
}

.article-content .alignnone {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.article-content .alignleft {
  float: left;
  margin: 0 1.5em 0 0;
  max-width: 50%;
}

@media (max-width: 660px) {
  .article-content .alignleft {
    max-width: 40%;
  }
}

.article-content .alignright {
  float: right;
  margin: 0 0 0 1.5em;
  max-width: 50%;
}

@media (max-width: 660px) {
  .article-content .alignright {
    max-width: 40%;
  }
}

.article-content .aligncenter {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
}

.article-content .wp-caption-text {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
  color: rgba(105, 105, 103, 0.44);
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6em;
  margin: .5em 0 1em;
  display: block;
}

.article-content .double-img {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  display: block;
  overflow: auto;
}

.article-content .double-img::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.article-content .double-img .col {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-bottom: 4%;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 20px;
  height: 15px;
  position: relative;
}

.hamburger-inner {
  top: 50%;
  margin-top: -0.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 1px;
  background-color: #D13618;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(45deg);
          transform: translate3d(0, -7px, 0) rotate(45deg);
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
          transform: translate3d(0, 7px, 0) rotate(135deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-270deg);
          transform: translate3d(0, -14px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 7px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(-135deg);
          transform: translate3d(0, 7px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(270deg);
          transform: translate3d(0, -14px, 0) rotate(270deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.2s 0.25s ease-in;
  transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
  right: 0;
  -webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -40px;
  top: -40px;
  -webkit-transform: translate3d(40px, 40px, 0) rotate(45deg);
          transform: translate3d(40px, 40px, 0) rotate(45deg);
  -webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -40px;
  top: -40px;
  -webkit-transform: translate3d(-40px, 40px, 0) rotate(-45deg);
          transform: translate3d(-40px, 40px, 0) rotate(-45deg);
  -webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.2s 0.25s ease-in;
  transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 7px;
  right: 0;
  -webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -40px;
  top: 40px;
  -webkit-transform: translate3d(40px, -40px, 0) rotate(-45deg);
          transform: translate3d(40px, -40px, 0) rotate(-45deg);
  -webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -40px;
  top: 40px;
  -webkit-transform: translate3d(-40px, -40px, 0) rotate(45deg);
          transform: translate3d(-40px, -40px, 0) rotate(45deg);
  -webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 0;
}

.hamburger--slider .hamburger-inner::before {
  top: 7px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
  top: 14px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-2.85714px, -6px, 0);
          transform: rotate(-45deg) translate3d(-2.85714px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
          transform: translate3d(0, -14px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 0;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 7px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 14px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
          transform: translate3d(0, 7px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(2.85714px, -6px, 0);
          transform: rotate(45deg) translate3d(2.85714px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(90deg);
          transform: translate3d(0, -14px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 32px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 998;
}

@media (max-width: 1170px) {
  header.header {
    padding: 50px 24px 0;
  }
}

header.header .header-logo {
  width: 138px;
  height: 32px;
}

@media (max-width: 1170px) {
  header.header .header-logo {
    width: 108px;
    height: 26px;
  }
}

header.header .header-logo svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #FBF6EF;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header.header .header-logo.active svg {
  fill: #FBF6EF !important;
}

header.header ul {
  font-family: "Helvetica";
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

@media (max-width: 1170px) {
  header.header ul {
    display: none;
  }
}

header.header ul li {
  display: inline-block;
  padding-top: 4px;
}

header.header ul li + li {
  margin-left: 32px;
}

@media (max-width: 1260px) {
  header.header ul li + li {
    margin-left: 20px;
  }
}

header.header ul li button:not(.search-trigger) {
  border: 0;
  background: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0;
}

header.header ul li a,
header.header ul li button:not(.search-trigger) {
  color: #FBF6EF;
  display: block;
  border-bottom: solid 1px transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header.header ul li a:hover, header.header ul li a.active,
header.header ul li button:not(.search-trigger):hover,
header.header ul li button:not(.search-trigger).active {
  border-bottom: solid 1px #FBF6EF;
}

header.header ul li .search-trigger {
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background: none;
  padding: 0;
  border: 0;
}

header.header ul li .search-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header.header ul li .search-trigger .search {
  width: 19px;
  height: 19px;
  stroke: #FBF6EF;
  fill: none;
}

header.header ul li .search-trigger .close {
  width: 22px;
  height: 22px;
  stroke: #FBF6EF;
  fill: none;
  opacity: 0;
}

header.header button.close-desktop-menu {
  display: inline-block;
  width: 24px;
  height: 48px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
}

header.header button.close-desktop-menu svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #FBF6EF;
}

header.header .mob-buttons {
  display: none;
}

@media (max-width: 1170px) {
  header.header .mob-buttons {
    display: block;
  }
}

header.header button.menu-trigger {
  background: none;
  border: 0;
  padding: 0;
  width: 32px;
  height: 18px;
  position: relative;
  display: inline-block;
}

@media (max-width: 1170px) {
  header.header button.menu-trigger {
    margin-left: 45px;
  }
}

@media (max-width: 800px) {
  header.header button.menu-trigger {
    margin-left: 24px;
  }
}

header.header button.menu-trigger::before {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  background: #FBF6EF;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header.header button.menu-trigger::after {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  background: #FBF6EF;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header.header button.menu-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 16px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  stroke: #FBF6EF;
}

header.header button.menu-trigger.active::before, header.header button.menu-trigger.active::after {
  opacity: 0;
}

header.header button.menu-trigger.active svg {
  opacity: 1;
}

header.header button.mob-search-trigger {
  position: relative;
  display: none;
  width: 24px;
  height: 24px;
  background: none;
  padding: 0;
  border: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1170px) {
  header.header button.mob-search-trigger {
    display: inline-block;
  }
}

header.header button.mob-search-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header.header button.mob-search-trigger .search {
  width: 19px;
  height: 19px;
  stroke: #FBF6EF;
  fill: none;
}

header.header button.mob-search-trigger .close {
  width: 22px;
  height: 22px;
  stroke: #FBF6EF;
  fill: none;
  opacity: 0;
}

header.header button.mob-search-trigger.hide {
  opacity: 0;
  pointer-events: none;
}

header.header .button, header.header .button--full, header.header .button--red, header.header .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .contact-page div.gform_wrapper.gravity-theme header.header input[type='submit'], header.header .footer__contact form div.gform_footer input[type='submit'], .footer__contact form div.gform_footer header.header input[type='submit'], header.header .back-button {
  padding-top: 18px;
  padding-bottom: 16px;
}

@media (max-width: 1260px) {
  header.header .button, header.header .button--full, header.header .button--red, header.header .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .contact-page div.gform_wrapper.gravity-theme header.header input[type='submit'], header.header .footer__contact form div.gform_footer input[type='submit'], .footer__contact form div.gform_footer header.header input[type='submit'], header.header .back-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 1170px) {
  header.header .button, header.header .button--full, header.header .button--red, header.header .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .contact-page div.gform_wrapper.gravity-theme header.header input[type='submit'], header.header .footer__contact form div.gform_footer input[type='submit'], .footer__contact form div.gform_footer header.header input[type='submit'], header.header .back-button {
    display: none;
  }
}

header.header.alt .header-logo svg, header.header.search-open .header-logo svg {
  fill: #D13618;
}

header.header.alt ul li a,
header.header.alt ul li button, header.header.search-open ul li a,
header.header.search-open ul li button {
  color: #D13618;
}

header.header.alt .button, header.header.alt .button--full, header.header.alt .button--red, header.header.alt .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .contact-page div.gform_wrapper.gravity-theme header.header.alt input[type='submit'], header.header.alt .footer__contact form div.gform_footer input[type='submit'], .footer__contact form div.gform_footer header.header.alt input[type='submit'], header.header.alt .back-button, header.header.search-open .button, header.header.search-open .button--full, header.header.search-open .button--red, header.header.search-open .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .contact-page div.gform_wrapper.gravity-theme header.header.search-open input[type='submit'], header.header.search-open .footer__contact form div.gform_footer input[type='submit'], .footer__contact form div.gform_footer header.header.search-open input[type='submit'], header.header.search-open .back-button {
  border: solid 1px #D13618;
  color: #D13618;
}

header.header.alt .button:hover, header.header.alt .button--full:hover, header.header.alt .button--red:hover, header.header.alt .contact-page div.gform_wrapper.gravity-theme input:hover[type='submit'], .contact-page div.gform_wrapper.gravity-theme header.header.alt input:hover[type='submit'], header.header.alt .footer__contact form div.gform_footer input:hover[type='submit'], .footer__contact form div.gform_footer header.header.alt input:hover[type='submit'], header.header.alt .back-button:hover, header.header.search-open .button:hover, header.header.search-open .button--full:hover, header.header.search-open .button--red:hover, header.header.search-open .contact-page div.gform_wrapper.gravity-theme input:hover[type='submit'], .contact-page div.gform_wrapper.gravity-theme header.header.search-open input:hover[type='submit'], header.header.search-open .footer__contact form div.gform_footer input:hover[type='submit'], .footer__contact form div.gform_footer header.header.search-open input:hover[type='submit'], header.header.search-open .back-button:hover {
  background: #D13618;
  color: #FBF6EF;
}

header.header.alt button.menu-trigger::before, header.header.alt button.menu-trigger::after, header.header.search-open button.menu-trigger::before, header.header.search-open button.menu-trigger::after {
  background: #D13618;
}

header.header.alt .search-trigger svg, header.header.search-open .search-trigger svg {
  stroke: #D13618 !important;
}

header.header.menu-active .header-cta {
  display: none;
}

header.header.menu-active button.close-desktop-menu {
  display: inline-block;
}

header.header.menu-active .header-logo svg {
  fill: #FBF6EF;
}

header.header.menu-active ul li a,
header.header.menu-active ul li button {
  color: #FBF6EF;
}

header.header.menu-active .button, header.header.menu-active .button--full, header.header.menu-active .button--red, header.header.menu-active .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .contact-page div.gform_wrapper.gravity-theme header.header.menu-active input[type='submit'], header.header.menu-active .footer__contact form div.gform_footer input[type='submit'], .footer__contact form div.gform_footer header.header.menu-active input[type='submit'], header.header.menu-active .back-button {
  border: solid 1px #FBF6EF;
  color: #D13618;
}

header.header.menu-active button.menu-trigger::before, header.header.menu-active button.menu-trigger::after {
  background: #FBF6EF;
}

header.header.menu-active .search-trigger svg {
  stroke: #FBF6EF !important;
}

header.header.search-open .search-trigger .search {
  opacity: 0;
}

header.header.search-open .search-trigger .close {
  opacity: 1;
}

header.header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  padding: 15px 64px;
}

@media (max-width: 1170px) {
  header.header.hide {
    padding: 15px 24px;
  }
}

header.header.hide.show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  pointer-events: all;
  background: #D13618;
}

header.header.hide.show.alt {
  background: #FBF6EF;
}

header.header.hide.show.menu-active, header.header.hide.show.mob-menu-active {
  background: transparent;
}

header.header.hide.show.search-open {
  background: #FBF6EF;
}

.search-modal {
  position: fixed;
  z-index: 997;
  background: #FBF6EF;
  top: 0;
  left: 0;
  width: 100%;
  padding: 144px 0 64px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

@media (max-width: 800px) {
  .search-modal {
    padding-top: 114px;
    padding-bottom: 40px;
  }
}

.search-modal.open {
  -webkit-transform: none;
          transform: none;
}

.search-modal__main {
  background: #F9ECE4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 32px;
}

@media (max-width: 800px) {
  .search-modal__main {
    padding: 19.5px 24px 15.5px;
  }
}

.search-modal__main input {
  background: transparent;
  padding: 0 34px 0 0;
  border: 0;
  width: 100%;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
  color: #D13618;
}

.search-modal__main input::-webkit-input-placeholder {
  color: #1A1F38;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.search-modal__main input::-moz-placeholder {
  color: #1A1F38;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.search-modal__main input:-moz-placeholder {
  color: #1A1F38;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.search-modal__main input:-ms-input-placeholder {
  color: #1A1F38;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

@media (max-width: 800px) {
  .search-modal__main input {
    font-size: 16px;
    font-family: "Helvetica";
    line-height: 160%;
    font-style: normal;
    padding: 0 20px 0 0;
  }
}

.search-modal__main button {
  width: 24px;
  height: 23px;
  padding: 0;
  border: 0;
  margin: 0;
  background: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.search-modal__main button svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #D13618;
  fill: none;
}

.footer-logos {
  margin-top: 70px;
  padding: 0 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1170px) {
  .footer-logos {
    padding: 0 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media (max-width: 600px) {
  .footer-logos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.footer-logos img {
  display: block;
  margin: auto;
  mix-blend-mode: multiply;
  opacity: 0.8;
  max-width: 136px;
}

@media (max-width: 400px) {
  .footer-logos img {
    max-width: 100%;
  }
}

.footer-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 70px;
}

@media (max-width: 1170px) {
  .footer-follow {
    display: block;
    font-size: 0;
    margin-top: 0;
  }
}

.footer-follow__links {
  text-align: center;
  width: 33.3333%;
}

@media (max-width: 1170px) {
  .footer-follow__links {
    width: 100%;
    padding: 80px 0;
  }
}

.footer-follow__links h2 {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 68px;
  line-height: 105%;
  color: #D13618;
  margin: 0 0 20px;
}

@media (max-width: 800px) {
  .footer-follow__links h2 {
    font-size: 32px;
    margin: 0 0 24px;
  }
}

.footer-follow__links .button--red + .button--red, .footer-follow__links .contact-page div.gform_wrapper.gravity-theme input[type='submit'] + .button--red, .contact-page div.gform_wrapper.gravity-theme .footer-follow__links input[type='submit'] + .button--red, .footer-follow__links .contact-page div.gform_wrapper.gravity-theme .button--red + input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .footer-follow__links .button--red + input[type='submit'], .footer-follow__links .contact-page div.gform_wrapper.gravity-theme input[type='submit'] + input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .footer-follow__links input[type='submit'] + input[type='submit'] {
  margin-left: 20px;
}

.footer-follow__cta {
  position: relative;
  width: 33.3333%;
}

@media (max-width: 1170px) {
  .footer-follow__cta {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
  }
}

.footer-follow__cta > a {
  padding-top: 100%;
  height: 0;
  position: relative;
  display: block;
}

.footer-follow__cta img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  top: 0;
  left: 0;
}

.footer-follow__cta .cta {
  position: absolute;
  bottom: 27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 2;
}

@media (max-width: 600px) {
  .footer-follow__cta .cta {
    display: none;
  }
}

.footer-follow__cta:hover .cta::before {
  margin-right: 9px;
}

.footer {
  color: #FBF6EF;
  background: #D13618;
  width: 100%;
  background-image: url("../img/footer-bg.png");
  background-size: 750.5px 616px;
  padding: 140px 0;
  position: relative;
}

@media (max-width: 800px) {
  .footer {
    padding: 80px 0;
  }
}

.footer__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  .footer__main {
    display: block;
  }
}

.footer__links {
  width: calc(50% - 83px);
}

@media (max-width: 1170px) {
  .footer__links {
    width: calc(50% - 24px);
  }
}

@media (max-width: 800px) {
  .footer__links {
    width: 100%;
  }
}

.footer__links .logo-link {
  width: 138px;
  height: 32px;
  display: block;
  margin: 0 0 53px;
}

@media (max-width: 600px) {
  .footer__links .logo-link {
    width: 108px;
    height: 26px;
    margin: 0 0 56px;
  }
}

.footer__links .logo-link svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #FBF6EF;
}

.footer__links .menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  .footer__links .menus {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 24px;
  }
}

@media (max-width: 600px) {
  .footer__links .menus {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 56px;
  }
}

.footer__links .menus ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__links .menus ul li {
  font-family: "Helvetica";
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer__links .menus ul li a {
  color: #FBF6EF;
  border-bottom: solid 1px transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer__links .menus ul li a:hover {
  border-bottom: solid 1px #FBF6EF;
}

.footer__links .menus ul li + li {
  margin-top: 16px;
}

.footer__contact {
  width: calc(50% - 83px);
}

@media (max-width: 1170px) {
  .footer__contact {
    width: calc(50% - 24px);
  }
}

@media (max-width: 800px) {
  .footer__contact {
    width: 100%;
    margin-top: 56px;
  }
}

.footer__contact h2 {
  margin: 0 0 24px;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 26px;
  line-height: 125%;
}

.footer__contact .gform_validation_errors {
  display: none !important;
}

.footer__contact .gform_confirmation_message {
  font-family: "Helvetica";
  margin-bottom: 92px;
}

@media (max-width: 600px) {
  .footer__contact .gform_confirmation_message {
    margin-bottom: 56px;
  }
}

.footer__contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 92px;
}

@media (max-width: 600px) {
  .footer__contact form {
    margin-bottom: 56px;
  }
}

.footer__contact form .gform_body {
  width: 100%;
  margin-right: 24px;
}

.footer__contact form .gform_body input[type='email'] {
  width: 100%;
  background: none;
  border: 0;
  border-bottom: solid 1px #FBF6EF;
  padding: 10px 0;
  color: #FBF6EF;
  font-family: "Helvetica";
  font-size: 17px;
  line-height: 170%;
  letter-spacing: 0.005em;
}

.footer__contact form .gform_body input[type='email']::-webkit-input-placeholder {
  color: #FBF6EF;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.footer__contact form .gform_body input[type='email']::-moz-placeholder {
  color: #FBF6EF;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.footer__contact form .gform_body input[type='email']:-moz-placeholder {
  color: #FBF6EF;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.footer__contact form .gform_body input[type='email']:-ms-input-placeholder {
  color: #FBF6EF;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.footer__contact form .gform_body .validation_message {
  background: transparent;
  color: #FBF6EF;
  border: 0;
  padding: 0;
  margin-top: 12px;
  font-family: "Helvetica";
}

.footer__contact form div.gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}

.footer__contact form div.gform_footer input[type='submit'] {
  margin-bottom: 0;
}

.footer__contact .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Helvetica";
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.005em;
  max-width: 500px;
}

@media (max-width: 600px) {
  .footer__contact .details {
    display: block;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .footer__contact .details .contact-info {
    margin-top: 32px;
  }
}

.footer__contact .details p {
  margin: 0;
}

.footer__contact .details p + p {
  margin-top: 10px;
}

@media (max-width: 600px) {
  .footer__contact .details p + p {
    margin-top: 8px;
  }
}

.footer__contact .details a {
  color: #FBF6EF;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer__contact .details a:hover {
  -webkit-text-decoration-color: #FBF6EF;
          text-decoration-color: #FBF6EF;
}

.footer .credit {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .6;
  font-family: "Helvetica";
  font-size: 12px;
  line-height: 170%;
  letter-spacing: 0.005em;
  margin: 0;
}

@media (max-width: 800px) {
  .footer .credit {
    position: static;
    margin-top: 56px;
    opacity: 1;
    font-size: 16px;
  }
}

.footer .site-credit {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 600px) {
  .footer .site-credit {
    position: static;
    margin-top: 24px;
    display: block;
  }
}

.footer .site-credit svg {
  width: 125px;
  height: 13px;
  display: block;
}

.back-button {
  position: fixed;
  bottom: 64px;
  right: 64px;
  z-index: 900;
  background: #D13618;
  padding-top: 18px;
  padding-bottom: 16px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: background .3s, opacity .3s;
  transition: background .3s, opacity .3s;
}

@media (max-width: 1260px) {
  .back-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 1170px) {
  .back-button {
    right: 20px;
    bottom: 20px;
    padding-top: 13px;
    padding-bottom: 11px;
  }
}

.back-button.active {
  opacity: 1;
  pointer-events: all;
}

.back-button.stuck {
  position: absolute;
  bottom: 100%;
  margin-bottom: 64px;
}

@media (max-width: 1170px) {
  .back-button.stuck {
    margin-bottom: 20px;
  }
}

.back-button svg {
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  stroke: #FBF6EF;
  margin-left: 16px;
  vertical-align: middle;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1170px) {
  .back-button svg {
    width: 12px;
    height: 12px;
    margin-left: 10px;
    stroke-width: 2;
  }
}

.back-button:hover {
  border: solid 1px #D13618;
}

.back-button:hover svg {
  stroke: #D13618;
}

.hp-hero {
  height: 100vh;
  background: #D13618;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  .hp-hero {
    display: block;
    height: auto;
  }
}

.hp-hero__content {
  width: 50%;
  padding: 0 65px;
}

@media (max-width: 1170px) {
  .hp-hero__content {
    padding: 0 24px;
  }
}

@media (max-width: 800px) {
  .hp-hero__content {
    width: 100%;
    padding: 132px 24px 64px;
  }
}

.hp-hero__content .inner {
  max-width: 497px;
  margin: 0 auto;
  text-align: center;
}

.hp-hero__content .inner h2 {
  font-family: "Queens", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 68px;
  line-height: 105%;
  margin: 0 0 40px;
  color: #FBF6EF;
}

@media (max-width: 1170px) {
  .hp-hero__content .inner h2 {
    font-size: 48px;
    margin: 0 0 24px;
  }
}

.hp-hero__video {
  width: 50%;
  height: 100%;
  position: relative;
}

@media (max-width: 800px) {
  .hp-hero__video {
    width: 100%;
    height: 85vw;
  }
}

.hp-hero__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.hp-hero__video button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.hp-pillars {
  padding: 105px 0 135px;
}

@media (max-width: 800px) {
  .hp-pillars {
    padding: 64px 0 88px;
  }
}

.hp-pillars__pillar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media (max-width: 800px) {
  .hp-pillars__pillar {
    display: block;
  }
}

.hp-pillars__pillar + div {
  margin-top: 56px;
}

@media (max-width: 800px) {
  .hp-pillars__pillar + div {
    margin-top: 88px;
  }
}

.hp-pillars__pillar img {
  width: calc(50% - 21px);
  position: relative;
  z-index: 2;
}

@media (max-width: 800px) {
  .hp-pillars__pillar img {
    width: 100%;
  }
}

.hp-pillars__pillar .content {
  width: calc(50% - 21px);
  text-align: center;
  padding: 0 24px;
  color: #D13618;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 800px) {
  .hp-pillars__pillar .content {
    width: 100%;
    margin-top: 24px;
  }
}

.hp-pillars__pillar .content h3 {
  margin: 0;
  font-family: "Helvetica";
  font-weight: normal;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .hp-pillars__pillar .content h3 {
    font-size: 11px;
  }
}

.hp-pillars__pillar .content h2 {
  margin: 21px auto 0;
  max-width: 393px;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 36px;
  line-height: 100%;
}

@media (max-width: 600px) {
  .hp-pillars__pillar .content h2 {
    font-size: 28px;
    margin: 16px auto 0;
  }
}

.hp-pillars__pillar .content a.cta {
  margin-top: 56px;
}

@media (max-width: 600px) {
  .hp-pillars__pillar .content a.cta {
    margin-top: 24px;
  }
}

.hp-pillars__pillar::after {
  content: ' ';
  display: block;
  width: 530px;
  height: 459px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 28px auto 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/pillar-bg.png");
  background-size: cover;
  pointer-events: none;
}

@media (max-width: 1170px) {
  .hp-pillars__pillar::after {
    width: 265px;
    height: 229.5px;
  }
}

@media (max-width: 800px) {
  .hp-pillars__pillar::after {
    -webkit-transform: none;
            transform: none;
    top: auto;
    bottom: -120px;
  }
}

.hp-pillars__pillar:nth-child(2) .content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.hp-pillars__pillar:nth-child(2)::after {
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

@media (max-width: 800px) {
  .hp-pillars__pillar:nth-child(2)::after {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}

.hp-pillars__pillar:last-child::after {
  display: none;
}

.marquee-slideshow {
  position: relative;
  overflow: hidden;
}

.marquee-slideshow__controls {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.marquee-slideshow__controls .counters {
  margin: 0 24px;
  color: #FBF6EF;
}

.marquee-slideshow .slideshow {
  max-height: 0px;
}

.marquee-slideshow .slideshow.flickity-enabled {
  max-height: 100000px;
}

.marquee-slider-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

@media (max-width: 800px) {
  .marquee-slider-prev {
    display: none;
  }
}

.marquee-slider-next {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

@media (max-width: 800px) {
  .marquee-slider-next {
    display: none;
  }
}

.marquee-slideshow-cta {
  position: absolute;
  bottom: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 800px) {
  .marquee-slideshow-cta {
    bottom: 24px;
  }
}

.marquee-slideshow .slide {
  width: auto;
  height: 680px;
  position: relative;
}

@media (max-width: 1170px) {
  .marquee-slideshow .slide {
    height: 500px;
  }
}

@media (max-width: 960px) {
  .marquee-slideshow .slide {
    height: 420px;
  }
}

@media (max-width: 800px) {
  .marquee-slideshow .slide {
    width: 420px;
  }
}

@media (max-width: 600px) {
  .marquee-slideshow .slide {
    width: 87vw;
    height: 87vw;
  }
}

.marquee-slideshow .slide img {
  width: auto;
  height: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@media (max-width: 800px) {
  .marquee-slideshow .slide img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.marquee-slideshow .slide.active img {
  display: block;
}

.hp-doctor {
  background: #6CA7A3;
  padding: 185px 0 103px;
  color: #FBF6EF;
}

@media (max-width: 1170px) {
  .hp-doctor {
    padding-top: 80px;
  }
}

.hp-doctor__title {
  margin-top: 0;
  margin-bottom: 180px;
  text-align: center;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 80px;
  line-height: 110%;
}

@media (max-width: 1170px) {
  .hp-doctor__title {
    font-size: 48px;
    margin-bottom: 80px;
  }
}

.hp-doctor__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  .hp-doctor__content {
    display: block;
  }
}

.hp-doctor__content > img {
  width: calc(50% - 51px);
}

@media (max-width: 800px) {
  .hp-doctor__content > img {
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
    display: block;
  }
}

.hp-doctor__content > div {
  width: calc(50% - 51px);
  text-align: center;
}

@media (max-width: 800px) {
  .hp-doctor__content > div {
    width: 100%;
    margin-top: 32px;
    text-align: center;
  }
}

.hp-doctor__content > div h3 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}

.hp-doctor__content > div h3 span {
  display: block;
}

.hp-doctor__content > div h3 span + span {
  margin-top: 8px;
}

.hp-doctor__content > div p {
  text-align: left;
  margin: 60px 0 30px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 170%;
  letter-spacing: 0.005em;
}

@media (max-width: 800px) {
  .hp-doctor__content > div p {
    margin: 16px 0 32px;
    font-size: 16px;
  }
}

.hp-doctor__content > div p a {
  font-family: "Queens", serif;
  font-style: italic;
  border-bottom: solid 1px #FBF6EF;
  color: #FBF6EF;
}

.hp-doctor__content > div p + p {
  margin-top: 24px;
}

.hp-video, .services-single__video .inner {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #000;
}

@media (max-width: 800px) {
  .hp-video, .services-single__video .inner {
    height: 85vw;
  }
}

.hp-video video, .services-single__video .inner video,
.hp-video img,
.services-single__video .inner img {
  opacity: .76;
}

.hp-video video, .services-single__video .inner video,
.hp-video img,
.services-single__video .inner img,
.hp-video iframe,
.services-single__video .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hp-video__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 800px) {
  .hp-video__content {
    width: 100%;
  }
}

.hp-video__content h4 {
  margin: 0 0 12px;
  font-family: "Helvetica";
  font-weight: normal;
  font-size: 13px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FBF6EF;
}

.hp-surgery {
  background: #1A1F38;
  color: #FBF6EF;
  padding: 102px 0;
}

@media (max-width: 1170px) {
  .hp-surgery {
    padding: 80px 0;
  }
}

.hp-surgery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hp-surgery__content {
  width: calc(50% - 96px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 1170px) {
  .hp-surgery__content {
    width: calc(50% - 24px);
  }
}

@media (max-width: 800px) {
  .hp-surgery__content {
    width: 100%;
    display: block;
  }
}

.hp-surgery__content h3 {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  font-family: "Helvetica";
  font-weight: normal;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 21px;
}

@media (max-width: 800px) {
  .hp-surgery__content h3 {
    position: static;
    margin-bottom: 64px;
  }
}

.hp-surgery__content ul {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hp-surgery__content ul li {
  font-family: "Queens", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 90%;
  opacity: 0.6;
  cursor: pointer;
}

@media (max-width: 1170px) {
  .hp-surgery__content ul li {
    font-size: 32px;
  }
}

@media (max-width: 800px) {
  .hp-surgery__content ul li {
    opacity: 1;
  }
}

.hp-surgery__content ul li a {
  position: relative;
  color: #FBF6EF;
}

.hp-surgery__content ul li a::before {
  content: ' ';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FBF6EF;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 15px auto auto;
  right: 100%;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 800px) {
  .hp-surgery__content ul li a::before {
    display: none;
  }
}

.hp-surgery__content ul li.active {
  opacity: 1;
  font-style: italic;
}

@media (max-width: 800px) {
  .hp-surgery__content ul li.active {
    font-style: normal;
  }
}

.hp-surgery__content ul li.active a::before {
  opacity: 1;
}

.hp-surgery__content ul li + li {
  margin-top: 16px;
}

@media (max-width: 800px) {
  .hp-surgery__content ul li + li {
    margin-top: 36px;
  }
}

.hp-surgery__content .button, .hp-surgery__content .button--full, .hp-surgery__content .button--red, .hp-surgery__content .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .hp-surgery__content input[type='submit'], .hp-surgery__content .footer__contact form div.gform_footer input[type='submit'], .footer__contact form div.gform_footer .hp-surgery__content input[type='submit'], .hp-surgery__content .back-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 800px) {
  .hp-surgery__content .button, .hp-surgery__content .button--full, .hp-surgery__content .button--red, .hp-surgery__content .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .hp-surgery__content input[type='submit'], .hp-surgery__content .footer__contact form div.gform_footer input[type='submit'], .footer__contact form div.gform_footer .hp-surgery__content input[type='submit'], .hp-surgery__content .back-button {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 64px;
  }
}

.hp-surgery__images {
  width: calc(50% - 96px);
}

@media (max-width: 1170px) {
  .hp-surgery__images {
    width: calc(50% - 24px);
  }
}

@media (max-width: 800px) {
  .hp-surgery__images {
    display: none;
  }
}

.hp-surgery__images .inner {
  padding-top: 107%;
  position: relative;
}

.hp-surgery__images .inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.hp-surgery__images .inner img.active {
  opacity: 1;
}

.hp-services {
  padding: 128px 0;
  overflow: hidden;
}

@media (max-width: 1170px) {
  .hp-services {
    padding: 80px 0;
  }
}

.hp-services .mob-title {
  display: none;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  margin: 0 0 44px;
  color: #249E6B;
  text-align: center;
}

@media (max-width: 800px) {
  .hp-services .mob-title {
    display: block;
  }
}

.hp-services__slider {
  margin: 0 66px;
}

@media (max-width: 800px) {
  .hp-services__slider {
    margin: 0 12px;
  }
}

.hp-services__slider .slick-list {
  overflow: visible;
}

.hp-services__slider .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #249E6B;
  background: #FBF6EF;
  position: absolute;
  top: calc(11vw - 57px);
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 10;
}

@media (max-width: 1170px) {
  .hp-services__slider .slick-arrow {
    top: calc(16vw - 57px);
  }
}

@media (max-width: 800px) {
  .hp-services__slider .slick-arrow {
    display: none;
  }
}

.hp-services__slider .slick-arrow svg {
  width: 19px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  stroke: #249E6B;
}

.hp-services__slider .slick-arrow.next {
  left: 100%;
  margin-left: -22px;
}

@media (max-width: 1170px) {
  .hp-services__slider .slick-arrow.next {
    margin-left: 0;
  }
}

.hp-services__slider .slick-arrow.prev {
  right: 100%;
  margin-right: -22px;
}

@media (max-width: 1170px) {
  .hp-services__slider .slick-arrow.prev {
    margin-right: 0;
  }
}

.hp-services__slider .slick-arrow.prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.hp-services__slider .slick-arrow.slick-disabled {
  opacity: 0;
}

.hp-services__slide {
  margin: 0 90px 0 0;
  text-align: center;
  color: #249E6B;
}

@media (max-width: 1170px) {
  .hp-services__slide {
    margin: 0 24px;
  }
}

@media (max-width: 800px) {
  .hp-services__slide {
    margin: 0 12px;
  }
}

@media (max-width: 800px) {
  .hp-services__slide.no-mob {
    display: none !important;
  }
}

.hp-services__slide .top {
  padding-top: 114%;
  position: relative;
}

.hp-services__slide .top h2 {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  font-family: "Queens", serif;
  font-weight: normal;
  font-size: 3.75vw;
  line-height: 100%;
  font-style: italic;
  text-align: left;
}

@media (max-width: 1170px) {
  .hp-services__slide .top h2 {
    font-size: 5vw;
  }
}

.hp-services__slide .top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hp-services__slide h3 {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 34px;
  line-height: 100%;
  text-align: center;
  margin: 30px 0 22px;
}

@media (max-width: 1170px) {
  .hp-services__slide h3 {
    font-size: 24px;
    margin: 16px 0;
  }
}

.hp-services__slide h3 a {
  color: #249E6B;
}

.hp-services__slide .cta {
  color: #249E6B;
}

.hp-services__slide .cta::before {
  background: #249E6B;
}

.hp-spa {
  background: #249E6B;
  color: #FBF6EF;
  padding: 124px 0 202px;
}

@media (max-width: 1170px) {
  .hp-spa {
    padding: 80px 0;
  }
}

.hp-spa__top {
  margin: 0 0 123px;
  text-align: center;
}

@media (max-width: 1170px) {
  .hp-spa__top {
    margin-bottom: 64px;
  }
}

.hp-spa__top h3 {
  font-family: "Helvetica";
  font-weight: normal;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.hp-spa__top h2 {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 48px;
  line-height: 110%;
  margin: 0;
}

.hp-spa__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  .hp-spa__content {
    display: block;
  }
}

.hp-spa__content .content {
  width: calc(48% - 49px);
  text-align: center;
}

@media (max-width: 1170px) {
  .hp-spa__content .content {
    width: calc(50% - 24px);
  }
}

@media (max-width: 800px) {
  .hp-spa__content .content {
    width: 100%;
    margin-top: 32px;
  }
}

.hp-spa__content .content h2 {
  font-family: "Queens", serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 90%;
  margin: 0 0 30px;
}

@media (max-width: 1170px) {
  .hp-spa__content .content h2 {
    margin: 0 0 16px;
    font-size: 28px;
  }
}

.hp-spa__content .content p {
  font-family: "Helvetica";
  font-weight: 300;
  font-size: 17px;
  line-height: 170%;
  letter-spacing: 0.005em;
  margin: 0 0 43px;
  text-align: left;
}

@media (max-width: 1170px) {
  .hp-spa__content .content p {
    text-align: center;
    font-size: 16px;
    margin: 0 0 32px;
  }
}

.hp-spa__content .content p a {
  color: #FBF6EF;
  border-bottom: solid 1px #FBF6EF;
}

.hp-spa__content .content .cta {
  margin-top: 30px;
}

.hp-spa__content img {
  width: calc(52% - 49px);
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media (max-width: 1170px) {
  .hp-spa__content img {
    width: calc(50% - 24px);
  }
}

@media (max-width: 800px) {
  .hp-spa__content img {
    width: 100%;
    max-width: 627px;
    margin: 0 auto;
    display: block;
  }
}

.hp-spa__content:last-of-type {
  margin-top: 55px;
}

@media (max-width: 1170px) {
  .hp-spa__content:last-of-type {
    margin-top: 64px;
  }
}

.hp-spa__content:last-of-type img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.services__hero, .services-single__hero, .about-doc__hero, .about-clinic__hero, .about-staff__hero {
  background: #D13618;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  .services__hero, .services-single__hero, .about-doc__hero, .about-clinic__hero, .about-staff__hero {
    display: block;
  }
}

.services__hero .content, .services-single__hero .content, .about-doc__hero .content, .about-clinic__hero .content, .about-staff__hero .content {
  width: 50%;
  margin: 0 64px;
  color: #FBF6EF;
  position: relative;
  z-index: 2;
  padding-top: 48px;
}

@media (max-width: 1170px) {
  .services__hero .content, .services-single__hero .content, .about-doc__hero .content, .about-clinic__hero .content, .about-staff__hero .content {
    margin: 0 24px;
  }
}

@media (max-width: 800px) {
  .services__hero .content, .services-single__hero .content, .about-doc__hero .content, .about-clinic__hero .content, .about-staff__hero .content {
    width: 100%;
    margin: 0;
    padding: 132px 24px 64px;
    text-align: center;
  }
}

.services__hero .content h3, .services-single__hero .content h3, .about-doc__hero .content h3, .about-clinic__hero .content h3, .about-staff__hero .content h3 {
  font-family: "Helvetica";
  font-weight: normal;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.services__hero .content h1, .services-single__hero .content h1, .about-doc__hero .content h1, .about-clinic__hero .content h1, .about-staff__hero .content h1 {
  margin: 0;
  width: 125%;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 68px;
  line-height: 100%;
}

@media (max-width: 1170px) {
  .services__hero .content h1, .services-single__hero .content h1, .about-doc__hero .content h1, .about-clinic__hero .content h1, .about-staff__hero .content h1 {
    font-size: 48px !important;
  }
}

@media (max-width: 800px) {
  .services__hero .content h1, .services-single__hero .content h1, .about-doc__hero .content h1, .about-clinic__hero .content h1, .about-staff__hero .content h1 {
    width: 100% !important;
  }
}

.services__hero .img-wrap, .services-single__hero .img-wrap, .about-doc__hero .img-wrap, .about-clinic__hero .img-wrap, .about-staff__hero .img-wrap {
  width: 50%;
  height: 100vh;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 800px) {
  .services__hero .img-wrap, .services-single__hero .img-wrap, .about-doc__hero .img-wrap, .about-clinic__hero .img-wrap, .about-staff__hero .img-wrap {
    width: 100%;
    height: 85vw;
  }
}

.services__hero .img-wrap img, .services-single__hero .img-wrap img, .about-doc__hero .img-wrap img, .about-clinic__hero .img-wrap img, .about-staff__hero .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services__main {
  margin: 140px 0;
  text-align: center;
}

@media (max-width: 800px) {
  .services__main {
    margin: 64px 0;
  }
}

.services__main .intro {
  margin-bottom: 140px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 160%;
}

@media (max-width: 800px) {
  .services__main .intro {
    margin-bottom: 64px;
    font-size: 18px;
  }
}

.services__main .intro p {
  max-width: 902px;
  margin: 0 auto;
}

.services__main .intro p + p {
  margin-top: 24px;
}

.services__main .list-title {
  margin: 0 0 72px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .services__main .list-title {
    margin: 0 0 48px;
  }
}

.services__main ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.services__main ul::before, .services__main ul::after {
  content: ' ';
  display: block;
  background-image: url("../img/pillar-bg.png");
  background-size: cover;
  width: 386px;
  height: 458px;
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 1;
}

@media (max-width: 800px) {
  .services__main ul::before, .services__main ul::after {
    width: 193px;
    height: 229px;
    right: 0;
  }
}

.services__main ul::after {
  top: auto;
  right: auto;
  left: -40px;
  bottom: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (max-width: 800px) {
  .services__main ul::after {
    left: 0;
  }
}

.services__main ul li {
  list-style: none;
}

.services__main ul li a {
  font-family: "Queens", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  line-height: 110%;
  text-align: center;
  color: #1A1F38;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 2;
}

@media (max-width: 800px) {
  .services__main ul li a {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .services__main ul li a {
    font-size: 24px;
  }
}

.services__main ul li a:hover {
  color: #D13618;
  font-style: italic;
}

.services__main ul li + li {
  margin-top: 72px;
}

@media (max-width: 800px) {
  .services__main ul li + li {
    margin-top: 48px;
  }
}

@media (max-width: 600px) {
  .services__main ul li + li {
    margin-top: 32px;
  }
}

.services__consult {
  background: #6CA7A3;
  color: #FBF6EF;
  z-index: 2;
  position: relative;
}

.services__consult > img {
  display: block;
  width: 100%;
  height: auto;
}

.services__consult .content {
  max-width: 1136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0 140px;
}

@media (max-width: 800px) {
  .services__consult .content {
    padding: 64px 0 88px;
    display: block;
  }
}

.services__consult .content .col {
  width: calc(50% - 20px);
}

@media (max-width: 800px) {
  .services__consult .content .col {
    width: 100%;
  }
  .services__consult .content .col + .col {
    margin-top: 48px;
  }
}

.services__consult .content .col h2 {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 80px;
  line-height: 100%;
  margin: 0 0 56px;
}

@media (max-width: 1170px) {
  .services__consult .content .col h2 {
    font-size: 56px;
    margin: 0 0 24px;
  }
}

.services__consult .content .col p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  margin: 0;
}

@media (max-width: 800px) {
  .services__consult .content .col p {
    font-size: 16px;
  }
}

.services__consult .content .col p + p {
  margin-top: 24px;
}

.services__consult .content .col p a {
  font-family: "Queens", serif;
  font-style: italic;
  text-decoration: underline;
  color: #FBF6EF;
}

.services__consult .content .col ul {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  margin: 32px 0 56px;
  padding: 0;
  list-style: none;
}

@media (max-width: 800px) {
  .services__consult .content .col ul {
    font-size: 16px;
  }
}

.services__consult .content .col ul li {
  position: relative;
  padding-left: 28px;
}

.services__consult .content .col ul li::before {
  content: ' ';
  display: block;
  width: 8px;
  height: 8px;
  background: #FBF6EF;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

@media (max-width: 800px) {
  .services__consult .content .col ul li::before {
    top: 6px;
  }
}

.services__consult .content .col ul li + li {
  margin-top: 16px;
}

.services__consult .content .col ol {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  margin: 32px 0 56px;
  padding: 0;
  list-style: none;
  counter-reset: ol_counter;
}

@media (max-width: 800px) {
  .services__consult .content .col ol {
    font-size: 16px;
  }
}

.services__consult .content .col ol li {
  position: relative;
  padding-left: 44px;
  counter-increment: ol_counter;
}

.services__consult .content .col ol li::before {
  content: counter(ol_counter, decimal-leading-zero);
  position: absolute;
  top: -2px;
  left: 0;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 110%;
  color: #FBF6EF;
}

@media (max-width: 800px) {
  .services__consult .content .col ol li::before {
    font-size: 24px;
    top: -4px;
  }
}

.services__consult .content .col ol li + li {
  margin-top: 21px;
}

.services__consult .content .col li a {
  color: #FBF6EF;
  text-decoration: underline;
}

.services__slider {
  background: #1A1F38;
  color: #FBF6EF;
}

@media (max-width: 800px) {
  .services__slider {
    text-align: center;
  }
}

.services__slider .slick-arrow {
  top: calc(14vw - 64px);
  border: solid 1px #FBF6EF;
  background: #1A1F38;
}

.services__slider .slick-arrow svg {
  stroke: #FBF6EF;
}

.services__slider .mob-title {
  color: #FBF6EF;
  text-align: left;
  padding: 0 24px;
}

.services__slider .hp-services__slide {
  text-align: left;
  margin: 0 40px 0 0;
}

@media (max-width: 800px) {
  .services__slider .hp-services__slide {
    margin: 0 12px;
  }
}

.services__slider .hp-services__slide h3 {
  margin: 24px 0 0;
  text-align: left;
  font-size: 28px;
  line-height: 110%;
  font-style: normal;
}

@media (max-width: 800px) {
  .services__slider .hp-services__slide h3 {
    font-size: 20px;
    margin: 12px 0 0;
  }
}

.services__slider .hp-services__slide h3 a {
  color: #FBF6EF;
}

.services__slider .no-mob .top {
  padding-top: 0;
}

.services__slider .no-mob .top h2 {
  position: static;
  margin-bottom: 56px;
  color: #FBF6EF;
}

.services__slider .mob-button {
  display: none;
}

@media (max-width: 800px) {
  .services__slider .mob-button {
    display: inline-block;
    margin-top: 48px;
  }
}

.services-single__hero .extra, .about-doc__hero .extra, .about-clinic__hero .extra, .about-staff__hero .extra {
  width: 100%;
  padding: 24px 0 0;
}

@media (max-width: 1170px) {
  .services-single__hero .extra, .about-doc__hero .extra, .about-clinic__hero .extra, .about-staff__hero .extra {
    padding-top: 24px;
  }
}

.services-single__hero .extra p, .about-doc__hero .extra p, .about-clinic__hero .extra p, .about-staff__hero .extra p {
  margin: 0 0 24px;
  font-family: "Helvetica";
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}

@media (max-width: 1170px) {
  .services-single__hero .extra p, .about-doc__hero .extra p, .about-clinic__hero .extra p, .about-staff__hero .extra p {
    font-size: 14px;
    margin: 0 0 24px;
  }
}

.services-single__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 140px 0 64px;
  color: #1A1F38;
}

@media (max-width: 800px) {
  .services-single__intro {
    padding: 64px 0;
    display: block;
  }
}

.services-single__intro.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services-single__intro h2 {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 64px;
  line-height: 100%;
  margin: 0;
  color: #D13618;
  margin-bottom: 56px;
}

@media (max-width: 800px) {
  .services-single__intro h2 {
    width: 100%;
    font-size: 56px;
    margin-bottom: 24px;
  }
}

.services-single__intro .col {
  width: calc(50% - 20px);
  font-family: "Helvetica";
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}

@media (max-width: 800px) {
  .services-single__intro .col {
    width: 100%;
    font-size: 16px;
  }
}

.services-single__intro .col p {
  margin: 0;
}

.services-single__intro .col p + p {
  margin-top: 24px;
}

.services-single__intro .col a {
  color: currentColor;
  border-bottom: solid 1px currentColor;
}

.services-single__intro .col img {
  display: block;
  width: 100%;
}

@media (max-width: 800px) {
  .services-single__intro .col + .col {
    margin-top: 24px;
  }
}

.services-single__video {
  padding: 48px 0;
}

.services-single__video .inner {
  height: auto;
  padding-top: 50%;
}

@media (max-width: 800px) {
  .services-single__video .inner {
    padding-top: 100%;
  }
}

.services-single__video .inner.video-trigger {
  cursor: pointer;
}

.services-single__options {
  background: #1A1F38;
  color: #FBF6EF;
  padding: 140px 0;
}

@media (max-width: 800px) {
  .services-single__options {
    padding: 64px 0;
  }
}

.services-single__options__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 80px;
}

@media (max-width: 800px) {
  .services-single__options__top {
    display: block;
    padding: 0 0 24px;
  }
}

.services-single__options__top h2 {
  width: calc(40% - 20px);
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 64px;
  line-height: 100%;
  margin: 0;
}

@media (max-width: 800px) {
  .services-single__options__top h2 {
    width: 100%;
    font-size: 56px;
    margin: 0 0 24px;
  }
}

.services-single__options__top .col {
  width: calc(60% - 20px);
  font-family: "Helvetica";
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}

@media (max-width: 800px) {
  .services-single__options__top .col {
    width: 100%;
    font-size: 16px;
  }
}

.services-single__options__top .col p {
  margin: 0;
}

.services-single__options__top .col p + p {
  margin-top: 24px;
}

.services-single__options__top .col a {
  color: #FBF6EF;
  border-bottom: solid 1px #FBF6EF;
}

.services-single__options__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  .services-single__options__main {
    display: block;
  }
}

.services-single__options__main .services-option-list {
  width: calc(40% - 20px);
  font-family: "Queens", serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 110%;
}

@media (max-width: 800px) {
  .services-single__options__main .services-option-list {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
  }
}

.services-single__options__main .services-option-list button {
  display: none;
  padding: 16px 0;
  width: 100%;
  background: none;
  border: 0;
  border-bottom: solid 1px #FBF6EF;
  text-align: left;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 800px) {
  .services-single__options__main .services-option-list button {
    display: block;
  }
}

.services-single__options__main .services-option-list button svg {
  fill: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.services-single__options__main .services-option-list button.active svg {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.services-single__options__main .services-option-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #1A1F38;
  display: block;
}

@media (max-width: 800px) {
  .services-single__options__main .services-option-list ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    width: 100vw;
    margin-left: -24px;
    padding: 0 24px;
  }
}

.services-single__options__main .services-option-list li {
  padding-bottom: 16px;
  border-bottom: solid 1px rgba(251, 246, 239, 0.08);
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

@media (max-width: 800px) {
  .services-single__options__main .services-option-list li {
    padding: 16px 0;
  }
}

.services-single__options__main .services-option-list li + li {
  margin-top: 40px;
}

@media (max-width: 800px) {
  .services-single__options__main .services-option-list li + li {
    margin-top: 0;
  }
}

.services-single__options__main .services-option-list li.active {
  border-bottom: solid 1px #FBF6EF;
  font-style: italic;
}

@media (max-width: 800px) {
  .services-single__options__main .services-option-list li.active {
    display: none;
  }
}

@media (min-width: 801px) {
  .services-single__options__main .services-option-list li:hover {
    font-style: italic;
  }
}

.services-single__options__main .services-option-wrap {
  width: calc(60% - 20px);
  position: relative;
}

@media (max-width: 800px) {
  .services-single__options__main .services-option-wrap {
    width: 100%;
  }
}

.services-single__options__main .services-option {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.services-single__options__main .services-option.active {
  position: static;
  opacity: 1;
  pointer-events: all;
}

.services-single__options__main .services-option > img {
  display: block;
  width: 100%;
  margin: 0 0 40px;
}

.services-single__options__main .services-option .content {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}

.services-single__options__main .services-option .content h4 {
  margin: 52px 0 36px;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
}

@media (max-width: 800px) {
  .services-single__options__main .services-option .content h4 {
    font-size: 28px;
    margin: 36px 0 22px;
  }
}

.services-single__options__main .services-option .content h4:first-child {
  margin-top: 0;
}

.services-single__options__main .services-option .content p {
  margin: 0;
}

.services-single__options__main .services-option .content p + p {
  margin-top: 24px;
}

.services-single__options__main .services-option .content a:not(.cta) {
  color: #FBF6EF;
  border-bottom: solid 1px #FBF6EF;
}

.services-single__options__main .services-option .content .cta {
  margin-top: 40px;
}

.services-single .services-single__video + .services-single__options {
  padding: 420px 0 140px;
  margin-top: -280px;
}

@media (max-width: 1170px) {
  .services-single .services-single__video + .services-single__options {
    padding: 280px 0 140px;
    margin-top: -140px;
  }
}

@media (max-width: 800px) {
  .services-single .services-single__video + .services-single__options {
    padding: 204px 0 64px;
  }
}

.services-single__recovery {
  padding: 140px 0;
  max-width: 1138px;
  color: #1A1F38;
}

@media (max-width: 800px) {
  .services-single__recovery {
    padding: 64px 0;
  }
}

.services-single__recovery h2 {
  margin: 0 0 80px;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 64px;
  line-height: 100%;
  color: #D13618;
}

@media (max-width: 800px) {
  .services-single__recovery h2 {
    font-size: 56px;
    margin: 0 0 24px;
  }
}

.services-single__recovery__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .services-single__recovery__main {
    display: block;
  }
}

.services-single__recovery__main .main {
  width: 55%;
  padding-right: 80px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}

@media (max-width: 800px) {
  .services-single__recovery__main .main {
    width: 100%;
    padding-right: 0;
    font-size: 16px;
  }
}

.services-single__recovery__main .main p {
  margin: 0;
}

.services-single__recovery__main .main p + p {
  margin-top: 24px;
}

.services-single__recovery__main .main a {
  color: currentColor;
  border-bottom: solid 1px currentColor;
}

.services-single__recovery__main ul {
  width: 45%;
  padding: 0 0 32px 80px;
  list-style: none;
  border-left: solid 1px rgba(26, 31, 56, 0.16);
  height: 100%;
  margin: 0;
}

@media (max-width: 800px) {
  .services-single__recovery__main ul {
    width: 100%;
    padding: 48px 0 0;
    border-left: 0;
  }
}

.services-single__recovery__main ul li:first-child {
  margin-bottom: 40px;
}

.services-single__recovery__main ul li + li {
  margin-top: 32px;
}

.services-single__recovery__main ul li h3 {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
  margin: 0;
  color: #D13618;
}

.services-single__recovery__main ul li h4 {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 120%;
  margin: 0 0 8px;
}

.services-single__recovery__main ul li p {
  margin: 0;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}

@media (max-width: 800px) {
  .services-single__recovery__main ul li p {
    font-size: 16px;
  }
}

.services-single__gallery {
  background: #D13618;
  color: #FBF6EF;
  padding: 140px 0;
}

@media (max-width: 800px) {
  .services-single__gallery {
    padding: 64px 0;
  }
}

.services-single__gallery.has-disclaimer img {
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.services-single__gallery__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 800px) {
  .services-single__gallery__top {
    text-align: center;
    display: block;
  }
}

.services-single__gallery__top h2 {
  margin: 0;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 64px;
  line-height: 100%;
}

@media (max-width: 800px) {
  .services-single__gallery__top h2 {
    font-size: 56px;
  }
}

.services-single__gallery__top .button, .services-single__gallery__top .button--full, .services-single__gallery__top .button--red, .services-single__gallery__top .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .services-single__gallery__top input[type='submit'], .services-single__gallery__top .footer__contact form div.gform_footer input[type='submit'], .footer__contact form div.gform_footer .services-single__gallery__top input[type='submit'], .services-single__gallery__top .back-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 24px;
}

@media (max-width: 800px) {
  .services-single__gallery__top .button, .services-single__gallery__top .button--full, .services-single__gallery__top .button--red, .services-single__gallery__top .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .services-single__gallery__top input[type='submit'], .services-single__gallery__top .footer__contact form div.gform_footer input[type='submit'], .footer__contact form div.gform_footer .services-single__gallery__top input[type='submit'], .services-single__gallery__top .back-button {
    display: none;
  }
}

.services-single__gallery__disclaimer {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
  background: rgba(29, 30, 36, 0.9);
  bottom: 80px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 800px) {
  .services-single__gallery__disclaimer {
    top: 48px;
    bottom: 48px;
  }
}

.services-single__gallery__disclaimer .inner {
  color: #FBF6EF;
}

.services-single__gallery__disclaimer .inner svg {
  width: 38px;
  height: 25px;
}

@media (max-width: 1170px) {
  .services-single__gallery__disclaimer .inner svg {
    width: 32px;
    height: 20px;
  }
}

.services-single__gallery__disclaimer .inner h3 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 100%;
  margin: 16px 0 0;
}

@media (max-width: 1170px) {
  .services-single__gallery__disclaimer .inner h3 {
    margin: 8px 0 0;
    font-size: 28px;
  }
}

.services-single__gallery__disclaimer .inner h4 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  padding-bottom: 32px;
  margin: 8px 0 32px;
  border-bottom: solid 1px #FBF6EF;
}

@media (max-width: 1170px) {
  .services-single__gallery__disclaimer .inner h4 {
    padding-bottom: 16px;
    margin: 4px 0 16px;
    font-size: 18px;
  }
}

.services-single__gallery__disclaimer .inner button {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
}

.services-single__gallery__slideshow {
  padding: 80px 0;
  position: relative;
}

@media (max-width: 800px) {
  .services-single__gallery__slideshow {
    padding: 48px 0;
  }
}

.services-single__gallery__slideshow .slider {
  margin: 0 -40px;
}

@media (max-width: 800px) {
  .services-single__gallery__slideshow .slider {
    margin: 0 -24px;
  }
}

.services-single__gallery__slideshow .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 40px;
}

@media (max-width: 800px) {
  .services-single__gallery__slideshow .slide {
    margin: 0 24px;
    display: block;
  }
}

.services-single__gallery__slideshow .slide .img-wrap {
  width: calc(50% - 4px);
  height: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

@media (max-width: 800px) {
  .services-single__gallery__slideshow .slide .img-wrap {
    width: 100%;
  }
  .services-single__gallery__slideshow .slide .img-wrap + .img-wrap {
    margin-top: 8px;
  }
}

.services-single__gallery__slideshow .slide .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.services-single__gallery__slideshow .slide .img-wrap span {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.services-single__gallery__slideshow .slick-list {
  overflow: visible;
}

.services-single__gallery__slideshow .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #FBF6EF;
  background: #D13618;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 10;
}

@media (max-width: 800px) {
  .services-single__gallery__slideshow .slick-arrow {
    display: none !important;
  }
}

.services-single__gallery__slideshow .slick-arrow svg {
  width: 19px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  stroke: #FBF6EF;
}

.services-single__gallery__slideshow .slick-arrow.next {
  right: 22px;
}

.services-single__gallery__slideshow .slick-arrow.prev {
  left: 22px;
}

.services-single__gallery__slideshow .slick-arrow.prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.services-single__gallery__slideshow .slick-arrow.slick-disabled {
  opacity: 0;
}

@media (max-width: 800px) {
  .services-single__gallery__bottom {
    text-align: center;
  }
}

.services-single__gallery__bottom .counter {
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
}

.services-single__gallery__bottom .button, .services-single__gallery__bottom .button--full, .services-single__gallery__bottom .button--red, .services-single__gallery__bottom .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .services-single__gallery__bottom input[type='submit'], .services-single__gallery__bottom .footer__contact form div.gform_footer input[type='submit'], .footer__contact form div.gform_footer .services-single__gallery__bottom input[type='submit'], .services-single__gallery__bottom .back-button {
  display: none;
  margin-top: 24px;
}

@media (max-width: 800px) {
  .services-single__gallery__bottom .button, .services-single__gallery__bottom .button--full, .services-single__gallery__bottom .button--red, .services-single__gallery__bottom .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .services-single__gallery__bottom input[type='submit'], .services-single__gallery__bottom .footer__contact form div.gform_footer input[type='submit'], .footer__contact form div.gform_footer .services-single__gallery__bottom input[type='submit'], .services-single__gallery__bottom .back-button {
    display: inline-block;
  }
}

.services-single__risks {
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 800px) {
  .services-single__risks {
    padding: 64px 0;
  }
}

.services-single__risks::after {
  content: ' ';
  display: block;
  background-image: url("../img/pillar-bg.png");
  background-size: cover;
  width: 386px;
  height: 458px;
  position: absolute;
  left: -40px;
  bottom: 140px;
  z-index: 1;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (max-width: 960px) {
  .services-single__risks::after {
    display: none;
  }
}

.services-single__risks__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #1A1F38;
}

@media (max-width: 960px) {
  .services-single__risks__main {
    display: block;
  }
}

.services-single__risks__main h2 {
  width: calc(40% - 20px);
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 64px;
  line-height: 100%;
  margin: 0;
  color: #D13618;
}

@media (max-width: 960px) {
  .services-single__risks__main h2 {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .services-single__risks__main h2 {
    font-size: 56px;
  }
}

.services-single__risks__main .col {
  width: calc(60% - 20px);
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}

@media (max-width: 960px) {
  .services-single__risks__main .col {
    width: 100%;
    padding-top: 24px;
  }
}

@media (max-width: 800px) {
  .services-single__risks__main .col {
    font-size: 16px;
  }
}

.services-single__risks__main .col p {
  margin: 24px 0;
}

.services-single__risks__main .col p:first-child {
  margin-top: 0;
}

.services-single__risks__main .col p:last-child {
  margin-bottom: 0;
}

.services-single__risks__main .col a {
  color: currentColor;
  border-bottom: solid 1px currentColor;
}

.services-single__risks__main .col hr {
  margin: 32px 0;
  opacity: .16;
  border-top: solid 1px #1A1F38;
}

.services-single__risks__main .col ul {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.services-single__risks__main .col ul:last-child {
  margin-bottom: 0;
}

.services-single__risks__main .col ul li {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
}

@media (max-width: 800px) {
  .services-single__risks__main .col ul li {
    font-size: 20px;
  }
}

.services-single__risks__main .col ul li + li {
  margin-top: 24px;
}

@media (max-width: 800px) {
  .services-single__risks__main .col ul li + li {
    margin-top: 16px;
  }
}

.simple-text-block {
  margin-top: 140px;
  margin-bottom: 140px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 160%;
  text-align: left;
  color: #1A1F38;
}

.simple-text-block.centered {
  text-align: center;
}

@media (max-width: 800px) {
  .simple-text-block {
    margin-top: 64px;
    margin-bottom: 64px;
    font-size: 18px;
  }
}

.simple-text-block a {
  color: currentColor;
  border-bottom: solid 1px currentColor;
}

.simple-text-block h3 {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
  margin: 56px 0 24px;
}

@media (max-width: 800px) {
  .simple-text-block h3 {
    margin: 32px 0 24px;
    font-size: 28px;
  }
}

.simple-text-block h2 {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 56px;
  line-height: 110%;
  margin: 56px 0 24px;
}

@media (max-width: 800px) {
  .simple-text-block h2 {
    margin: 32px 0 24px;
    font-size: 32px;
  }
}

.simple-text-block ul {
  margin: 32px 0 56px;
  padding: 0;
  list-style: none;
}

.simple-text-block ul li {
  position: relative;
  padding-left: 28px;
}

.simple-text-block ul li::before {
  content: ' ';
  display: block;
  width: 8px;
  height: 8px;
  background: #D13618;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

@media (max-width: 800px) {
  .simple-text-block ul li::before {
    top: 6px;
  }
}

.simple-text-block ul li + li {
  margin-top: 16px;
}

.simple-text-block p {
  margin: 0 auto;
}

.simple-text-block p + p {
  margin-top: 24px;
}

.simple-text-block p,
.simple-text-block h2,
.simple-text-block h3,
.simple-text-block ul {
  max-width: 902px;
  margin-left: auto;
  margin-right: auto;
}

.services-fixed-cta {
  position: fixed;
  top: 15px;
  right: 64px;
  z-index: 997;
  opacity: 0;
  pointer-events: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1170px) {
  .services-fixed-cta {
    top: 7px;
    right: 20px;
  }
}

@media (max-width: 600px) {
  .services-fixed-cta {
    width: calc(100% - 40px);
    text-align: center;
  }
}

@media (max-width: 600px) {
  .services-fixed-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.services-fixed-cta.active {
  opacity: 1;
  pointer-events: all;
}

.services-fixed-cta .button, .services-fixed-cta .button--full, .services-fixed-cta .button--red, .services-fixed-cta .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .services-fixed-cta input[type='submit'], .services-fixed-cta .footer__contact form div.gform_footer input[type='submit'], .footer__contact form div.gform_footer .services-fixed-cta input[type='submit'], .services-fixed-cta .back-button {
  background: #D13618;
  padding-top: 18px;
  padding-bottom: 16px;
}

@media (max-width: 1260px) {
  .services-fixed-cta .button, .services-fixed-cta .button--full, .services-fixed-cta .button--red, .services-fixed-cta .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .services-fixed-cta input[type='submit'], .services-fixed-cta .footer__contact form div.gform_footer input[type='submit'], .footer__contact form div.gform_footer .services-fixed-cta input[type='submit'], .services-fixed-cta .back-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 1170px) {
  .services-fixed-cta .button, .services-fixed-cta .button--full, .services-fixed-cta .button--red, .services-fixed-cta .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .services-fixed-cta input[type='submit'], .services-fixed-cta .footer__contact form div.gform_footer input[type='submit'], .footer__contact form div.gform_footer .services-fixed-cta input[type='submit'], .services-fixed-cta .back-button {
    font-size: 10px;
    padding-top: 15px;
    padding-bottom: 11px;
  }
}

@media (max-width: 600px) {
  .services-fixed-cta .button, .services-fixed-cta .button--full, .services-fixed-cta .button--red, .services-fixed-cta .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .services-fixed-cta input[type='submit'], .services-fixed-cta .footer__contact form div.gform_footer input[type='submit'], .footer__contact form div.gform_footer .services-fixed-cta input[type='submit'], .services-fixed-cta .back-button {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .services-fixed-cta .button, .services-fixed-cta .button--full, .services-fixed-cta .button--red, .services-fixed-cta .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .services-fixed-cta input[type='submit'], .services-fixed-cta .footer__contact form div.gform_footer input[type='submit'], .footer__contact form div.gform_footer .services-fixed-cta input[type='submit'], .services-fixed-cta .back-button {
    font-size: 9px;
    padding: 15px 16px 11px;
  }
}

.services-fixed-cta .button:last-child, .services-fixed-cta .button--full:last-child, .services-fixed-cta .button--red:last-child, .services-fixed-cta .contact-page div.gform_wrapper.gravity-theme input:last-child[type='submit'], .contact-page div.gform_wrapper.gravity-theme .services-fixed-cta input:last-child[type='submit'], .services-fixed-cta .footer__contact form div.gform_footer input:last-child[type='submit'], .footer__contact form div.gform_footer .services-fixed-cta input:last-child[type='submit'], .services-fixed-cta .back-button:last-child {
  display: none;
}

@media (max-width: 600px) {
  .services-fixed-cta .button:last-child, .services-fixed-cta .button--full:last-child, .services-fixed-cta .button--red:last-child, .services-fixed-cta .contact-page div.gform_wrapper.gravity-theme input:last-child[type='submit'], .contact-page div.gform_wrapper.gravity-theme .services-fixed-cta input:last-child[type='submit'], .services-fixed-cta .footer__contact form div.gform_footer input:last-child[type='submit'], .footer__contact form div.gform_footer .services-fixed-cta input:last-child[type='submit'], .services-fixed-cta .back-button:last-child {
    display: block;
    width: auto;
    text-wrap: none;
    white-space: nowrap;
    margin-left: 24px;
  }
}

@media (max-width: 400px) {
  .services-fixed-cta .button:last-child, .services-fixed-cta .button--full:last-child, .services-fixed-cta .button--red:last-child, .services-fixed-cta .contact-page div.gform_wrapper.gravity-theme input:last-child[type='submit'], .contact-page div.gform_wrapper.gravity-theme .services-fixed-cta input:last-child[type='submit'], .services-fixed-cta .footer__contact form div.gform_footer input:last-child[type='submit'], .footer__contact form div.gform_footer .services-fixed-cta input:last-child[type='submit'], .services-fixed-cta .back-button:last-child {
    margin-left: 16px;
  }
}

.desktop-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  color: #FBF6EF;
  background: #D13618;
  width: 100%;
  background-image: url("../img/footer-bg.png");
  background-size: 750.5px 616px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}

.desktop-menu__full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.desktop-menu__wrap {
  margin-top: 193px;
  margin-bottom: 40px;
  position: relative;
}

.desktop-menu__cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px;
}

.desktop-menu__cols .col {
  position: relative;
}

.desktop-menu__cols .col:first-child ul {
  font-family: "Queens", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  opacity: 1;
  pointer-events: all;
  position: static;
}

@media (max-width: 1280px) {
  .desktop-menu__cols .col:first-child ul {
    font-size: 36px;
  }
}

.desktop-menu__cols .col:first-child ul li + li {
  margin-top: 56px;
}

.desktop-menu__cols .col:last-child:not(:only-child) ul {
  font-size: 18px;
}

.desktop-menu__cols .col:last-child:not(:only-child) ul li + li {
  margin-top: 28px;
}

.desktop-menu__cols ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.desktop-menu__cols ul.active {
  opacity: 1;
  pointer-events: all;
  position: static;
}

.desktop-menu__cols ul li + li {
  margin-top: 40px;
}

.desktop-menu__cols ul a,
.desktop-menu__cols ul span {
  color: #FBF6EF;
  border-bottom: solid 1px transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.desktop-menu__cols ul a.active, .desktop-menu__cols ul a:hover,
.desktop-menu__cols ul span.active,
.desktop-menu__cols ul span:hover {
  border-bottom: solid 1px #FBF6EF;
}

.desktop-menu__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.desktop-menu__cta {
  padding: 18px 34px 16px;
}

.desktop-menu__socials {
  list-style: none;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.desktop-menu__socials li {
  display: inline-block;
  margin-left: 32px;
  line-height: 0;
}

.desktop-menu__socials li a {
  color: #FBF6EF;
  font-family: "Helvetica";
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #D13618;
  z-index: 998;
  padding: 116px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background-image: url("../img/footer-bg.png");
  background-size: 572px 464px;
  overflow: auto;
}

.menu-modal.open {
  opacity: 1;
  pointer-events: all;
}

.menu-modal__close {
  position: absolute;
  top: 31px;
  right: 40px;
  width: 18px;
  height: 18px;
  border: 0;
  padding: 0;
  background: none;
}

.menu-modal__close svg {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-modal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-modal ul li {
  font-family: "Queens", serif;
  font-style: normal;
  font-size: 28px;
}

.menu-modal ul li + li {
  margin-top: 40px;
}

.menu-modal ul li svg {
  width: 8px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  fill: transparent;
  margin-left: 24px;
}

.menu-modal ul a {
  color: #FBF6EF;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu-modal ul a:hover {
  opacity: .7;
}

.menu-modal ul button {
  background: transparent;
  border: 0;
  color: #FBF6EF;
  padding: 0;
  display: block;
}

.menu-modal ul .mob-menu-prev {
  font-size: 20px;
}

.menu-modal ul .mob-menu-prev svg {
  margin-left: 0;
  margin-right: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu-modal ul.socials {
  margin-top: 64px;
}

.menu-modal ul.socials li {
  font-family: "Helvetica";
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-modal .button, .menu-modal .button--full, .menu-modal .button--red, .menu-modal .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .menu-modal input[type='submit'], .menu-modal .footer__contact form div.gform_footer input[type='submit'], .footer__contact form div.gform_footer .menu-modal input[type='submit'], .menu-modal .back-button {
  text-align: center;
  padding: 14px 0 12px;
  margin-top: 64px;
  max-width: 327px;
}

.menu-modal .button + .button, .menu-modal .button--full + .button, .menu-modal .button--red + .button, .menu-modal .contact-page div.gform_wrapper.gravity-theme input[type='submit'] + .button, .contact-page div.gform_wrapper.gravity-theme .menu-modal input[type='submit'] + .button, .menu-modal .footer__contact form div.gform_footer input[type='submit'] + .button, .footer__contact form div.gform_footer .menu-modal input[type='submit'] + .button, .menu-modal .back-button + .button, .menu-modal .button + .button--full, .menu-modal .button--full + .button--full, .menu-modal .button--red + .button--full, .menu-modal .contact-page div.gform_wrapper.gravity-theme input[type='submit'] + .button--full, .contact-page div.gform_wrapper.gravity-theme .menu-modal input[type='submit'] + .button--full, .menu-modal .footer__contact form div.gform_footer input[type='submit'] + .button--full, .footer__contact form div.gform_footer .menu-modal input[type='submit'] + .button--full, .menu-modal .back-button + .button--full, .menu-modal .button + .button--red, .menu-modal .button--full + .button--red, .menu-modal .button--red + .button--red, .menu-modal .contact-page div.gform_wrapper.gravity-theme input[type='submit'] + .button--red, .contact-page div.gform_wrapper.gravity-theme .menu-modal input[type='submit'] + .button--red, .menu-modal .footer__contact form div.gform_footer input[type='submit'] + .button--red, .footer__contact form div.gform_footer .menu-modal input[type='submit'] + .button--red, .menu-modal .back-button + .button--red, .menu-modal .contact-page div.gform_wrapper.gravity-theme .button + input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .menu-modal .button + input[type='submit'], .menu-modal .contact-page div.gform_wrapper.gravity-theme .button--full + input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .menu-modal .button--full + input[type='submit'], .menu-modal .contact-page div.gform_wrapper.gravity-theme .button--red + input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .menu-modal .button--red + input[type='submit'], .menu-modal .contact-page div.gform_wrapper.gravity-theme input[type='submit'] + input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .menu-modal input[type='submit'] + input[type='submit'], .menu-modal .contact-page div.gform_wrapper.gravity-theme .back-button + input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .menu-modal .back-button + input[type='submit'], .menu-modal .footer__contact form div.gform_footer .button + input[type='submit'], .footer__contact form div.gform_footer .menu-modal .button + input[type='submit'], .menu-modal .footer__contact form div.gform_footer .button--full + input[type='submit'], .footer__contact form div.gform_footer .menu-modal .button--full + input[type='submit'], .menu-modal .footer__contact form div.gform_footer .button--red + input[type='submit'], .footer__contact form div.gform_footer .menu-modal .button--red + input[type='submit'], .menu-modal .footer__contact form div.gform_footer input[type='submit'] + input[type='submit'], .footer__contact form div.gform_footer .menu-modal input[type='submit'] + input[type='submit'], .menu-modal .footer__contact form div.gform_footer .back-button + input[type='submit'], .footer__contact form div.gform_footer .menu-modal .back-button + input[type='submit'], .menu-modal .button + .back-button, .menu-modal .button--full + .back-button, .menu-modal .button--red + .back-button, .menu-modal .contact-page div.gform_wrapper.gravity-theme input[type='submit'] + .back-button, .contact-page div.gform_wrapper.gravity-theme .menu-modal input[type='submit'] + .back-button, .menu-modal .footer__contact form div.gform_footer input[type='submit'] + .back-button, .footer__contact form div.gform_footer .menu-modal input[type='submit'] + .back-button, .menu-modal .back-button + .back-button {
  margin-top: 24px;
}

.menu-modal__main {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu-modal .mid-level,
.menu-modal .bottom-level {
  display: none;
}

.menu-modal .mid-level ul,
.menu-modal .bottom-level ul {
  display: none;
}

.menu-modal .bottom-level li:not(.title) {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  margin-top: 25px;
}

.menu-modal .bottom-level li:not(.title):first-child {
  margin-top: 0;
}

.menu-modal .bottom-level .mob-menu-prev {
  font-family: "Queens", serif;
}

.menu-modal .bottom-level li.title {
  margin: 40px 0 33px;
}

.menu-modal .bottom-level li.title:first-child {
  margin-top: 0;
}

.blog-landing, .gallery-landing, .testimonials__intro {
  padding-top: 200px;
}

@media (max-width: 1170px) {
  .blog-landing, .gallery-landing, .testimonials__intro {
    padding-top: 130px;
  }
}

.blog-landing__top, .gallery-landing__top, .testimonials__top {
  margin-bottom: 80px;
  position: relative;
}

@media (max-width: 800px) {
  .blog-landing__top, .gallery-landing__top, .testimonials__top {
    margin-bottom: 40px;
  }
}

.blog-landing__top::before, .gallery-landing__top::before, .testimonials__top::before {
  content: ' ';
  display: block;
  background-image: url(../img/pillar-bg.png);
  background-size: cover;
  width: 386px;
  height: 458px;
  position: absolute;
  right: -105px;
  top: -40px;
  z-index: -1;
}

@media (max-width: 800px) {
  .blog-landing__top::before, .gallery-landing__top::before, .testimonials__top::before {
    display: none;
  }
}

.blog-landing__top > h1, .gallery-landing__top > h1, .testimonials__top > h1 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #1A1F38;
}

.blog-landing__top > h1 a, .gallery-landing__top > h1 a, .testimonials__top > h1 a {
  color: #D13618;
}

.blog-landing__top button.nav-modal-trigger, .gallery-landing__top button.nav-modal-trigger, .testimonials__top button.nav-modal-trigger,
.blog-landing__top h3,
.gallery-landing__top h3,
.testimonials__top h3 {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 80px;
  line-height: 110%;
  color: #D13618;
  background: none;
  border: 0;
  padding: 0;
  text-align: left;
  margin: 0;
}

@media (max-width: 1080px) {
  .blog-landing__top button.nav-modal-trigger, .gallery-landing__top button.nav-modal-trigger, .testimonials__top button.nav-modal-trigger,
  .blog-landing__top h3,
  .gallery-landing__top h3,
  .testimonials__top h3 {
    font-size: 60px;
  }
}

@media (max-width: 800px) {
  .blog-landing__top button.nav-modal-trigger, .gallery-landing__top button.nav-modal-trigger, .testimonials__top button.nav-modal-trigger,
  .blog-landing__top h3,
  .gallery-landing__top h3,
  .testimonials__top h3 {
    font-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.blog-landing__top button.nav-modal-trigger svg, .gallery-landing__top button.nav-modal-trigger svg, .testimonials__top button.nav-modal-trigger svg,
.blog-landing__top h3 svg,
.gallery-landing__top h3 svg,
.testimonials__top h3 svg {
  margin-left: 34px;
  width: 32px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  fill: none;
  stroke: #D13618;
}

@media (max-width: 800px) {
  .blog-landing__top button.nav-modal-trigger svg, .gallery-landing__top button.nav-modal-trigger svg, .testimonials__top button.nav-modal-trigger svg,
  .blog-landing__top h3 svg,
  .gallery-landing__top h3 svg,
  .testimonials__top h3 svg {
    width: 24px;
    height: 12px;
  }
}

.blog-landing__filters, .gallery-landing__filters {
  margin-top: 44px;
  padding-right: 282px;
  position: relative;
}

@media (max-width: 1170px) {
  .blog-landing__filters, .gallery-landing__filters {
    padding-right: 0;
  }
}

.blog-landing__filters .blog-mob-filter-trigger, .gallery-landing__filters .blog-mob-filter-trigger {
  display: none;
  width: 100%;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 1px #1A1F38;
  padding: 9px 15px 6px;
  background: transparent;
}

@media (max-width: 800px) {
  .blog-landing__filters .blog-mob-filter-trigger, .gallery-landing__filters .blog-mob-filter-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.blog-landing__filters .blog-mob-filter-trigger svg, .gallery-landing__filters .blog-mob-filter-trigger svg {
  fill: transparent;
  stroke: #1A1F38;
  width: 14px;
  height: 7px;
  stroke-width: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog-landing__filters .blog-mob-filter-trigger.active svg, .gallery-landing__filters .blog-mob-filter-trigger.active svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media (max-width: 800px) {
  .blog-landing__filters .inner, .gallery-landing__filters .inner {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: solid 1px #1A1F38;
    background: #FBF6EF;
    padding: 0 16px 16px;
    display: none;
    border-top: 0;
  }
}

.blog-landing__filters a.blog-landing-filter, .gallery-landing__filters a.blog-landing-filter,
.blog-landing__filters span.blog-landing-filter,
.gallery-landing__filters span.blog-landing-filter {
  display: inline-block;
  vertical-align: middle;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #F9ECE4;
  padding: 8px 16px 4px;
  border-radius: 900px;
  margin: 12px 24px 12px 0;
  color: #1A1F38;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

@media (max-width: 800px) {
  .blog-landing__filters a.blog-landing-filter, .gallery-landing__filters a.blog-landing-filter,
  .blog-landing__filters span.blog-landing-filter,
  .gallery-landing__filters span.blog-landing-filter {
    display: block;
    background: none;
    margin: 16px 0 0;
    padding: 0;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
  }
}

.blog-landing__filters a.blog-landing-filter.active, .gallery-landing__filters a.blog-landing-filter.active,
.blog-landing__filters span.blog-landing-filter.active,
.gallery-landing__filters span.blog-landing-filter.active {
  background: #D13618;
  color: #FBF6EF;
}

@media (max-width: 800px) {
  .blog-landing__filters a.blog-landing-filter.active, .gallery-landing__filters a.blog-landing-filter.active,
  .blog-landing__filters span.blog-landing-filter.active,
  .gallery-landing__filters span.blog-landing-filter.active {
    background: transparent;
    color: #1A1F38;
    text-decoration: underline;
    -webkit-text-decoration-color: #D13618;
            text-decoration-color: #D13618;
  }
}

.blog-landing__featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 110px;
}

@media (max-width: 800px) {
  .blog-landing__featured {
    display: block;
    margin: 0 0 56px;
  }
}

.blog-landing__featured .img-wrap {
  width: calc(57% - 20px);
}

@media (max-width: 800px) {
  .blog-landing__featured .img-wrap {
    width: 100%;
    padding-top: 100%;
    position: relative;
  }
  .blog-landing__featured .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.blog-landing__featured .content {
  width: calc(43% - 20px);
}

@media (max-width: 800px) {
  .blog-landing__featured .content {
    width: 100%;
    margin-top: 24px;
  }
}

.blog-landing__featured .content h4 {
  margin: 0 0 24px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1A1F38;
}

@media (max-width: 1170px) {
  .blog-landing__featured .content h4 {
    margin: 0 0 8px;
  }
}

.blog-landing__featured .content h3 {
  margin: 0;
  font-family: "Queens", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 100%;
  color: #1A1F38;
}

@media (max-width: 1170px) {
  .blog-landing__featured .content h3 {
    font-size: 36px;
  }
}

.blog-landing__featured .content h3 a {
  color: #1A1F38;
}

.blog-landing__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  margin-bottom: 120px;
}

@media (max-width: 800px) {
  .blog-landing__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    margin-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .blog-landing__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.blog-landing__nav, .in-media__nav, .search-page__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 220px;
}

@media (max-width: 1170px) {
  .blog-landing__nav, .in-media__nav, .search-page__pagination {
    margin-bottom: 110px;
  }
}

.blog-landing__nav a, .in-media__nav a, .search-page__pagination a,
.blog-landing__nav span,
.in-media__nav span,
.search-page__pagination span {
  width: 38px;
  height: 38px;
  background: #F9ECE4;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #1A1F38;
  padding-top: 5px;
  position: relative;
  margin: 0 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog-landing__nav a.current, .in-media__nav a.current, .search-page__pagination a.current,
.blog-landing__nav span.current,
.in-media__nav span.current,
.search-page__pagination span.current {
  background: #D13618;
  color: #FBF6EF;
}

@media (max-width: 600px) {
  .blog-landing__nav a.mob-hidden, .in-media__nav a.mob-hidden, .search-page__pagination a.mob-hidden,
  .blog-landing__nav span.mob-hidden,
  .in-media__nav span.mob-hidden,
  .search-page__pagination span.mob-hidden {
    display: none;
  }
}

.blog-landing__nav a.next svg, .in-media__nav a.next svg, .search-page__pagination a.next svg,
.blog-landing__nav span.next svg,
.in-media__nav span.next svg,
.search-page__pagination span.next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.blog-landing__nav a:hover:not(.current):not(.dots), .in-media__nav a:hover:not(.current):not(.dots), .search-page__pagination a:hover:not(.current):not(.dots),
.blog-landing__nav span:hover:not(.current):not(.dots),
.in-media__nav span:hover:not(.current):not(.dots),
.search-page__pagination span:hover:not(.current):not(.dots) {
  background: #f4ddcf;
}

.blog-landing__nav a svg, .in-media__nav a svg, .search-page__pagination a svg,
.blog-landing__nav span svg,
.in-media__nav span svg,
.search-page__pagination span svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  fill: transparent;
  width: 10px;
  height: 19px;
}

.nav-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}

.nav-modal__inner {
  width: 50%;
  background: #D13618;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 64px;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width: 1280px) {
  .nav-modal__inner {
    width: 67%;
  }
}

@media (max-width: 800px) {
  .nav-modal__inner {
    width: 100%;
    padding: 64px 24px;
  }
}

.nav-modal__inner button {
  color: #FBF6EF !important;
  margin-bottom: 32px;
}

.nav-modal__inner button svg {
  stroke: #FBF6EF !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nav-modal__inner > ul {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  font-family: "Queens", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
}

@media (max-width: 800px) {
  .nav-modal__inner > ul {
    font-size: 32px;
  }
}

.nav-modal__inner > ul li {
  line-height: 0;
}

.nav-modal__inner > ul a {
  color: #FBF6EF;
  line-height: 1;
}

.nav-modal__inner > ul a.active {
  font-style: italic;
}

.nav-modal__inner > ul a.active::before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  border-radius: 50%;
  background: #FBF6EF;
}

.nav-modal__inner > ul li + li {
  border-top: solid 1px rgba(251, 246, 239, 0.1);
  padding-top: 23px;
  margin-top: 23px;
}

.nav-modal__inner > ul ul {
  list-style: none;
  margin: 0;
  padding: 23px 0 0;
  font-size: 28px;
}

@media (max-width: 800px) {
  .nav-modal__inner > ul ul {
    font-size: 22px;
  }
}

.nav-modal__inner > ul ul li + li {
  border-top: 0;
  margin-top: 23px;
  padding-top: 0;
}

.nav-modal__shade {
  width: 50%;
  height: 100%;
  background: #000;
  opacity: .5;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1280px) {
  .nav-modal__shade {
    width: 33%;
  }
}

@media (max-width: 800px) {
  .nav-modal__shade {
    display: none;
  }
}

.grid-post .img-wrap {
  margin-bottom: 24px;
}

.grid-post .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.grid-post a {
  color: #1A1F38;
}

.grid-post h4 {
  margin: 0 0 8px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.grid-post h3 {
  font-family: "Queens", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 110%;
  margin: 0;
}

@media (max-width: 1170px) {
  .grid-post h3 {
    font-size: 24px;
  }
}

.blog-single, .contact-page {
  padding-top: 200px;
}

@media (max-width: 1170px) {
  .blog-single, .contact-page {
    padding-top: 130px;
  }
}

.blog-single__top > h3, .contact-page__top > h3 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #1A1F38;
}

.blog-single__top > h3 a, .contact-page__top > h3 a {
  color: #D13618;
}

.blog-single__top > h1, .contact-page__top > h1 {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 80px;
  line-height: 100%;
  color: #D13618;
  margin: 0 0 80px;
}

@media (max-width: 1080px) {
  .blog-single__top > h1, .contact-page__top > h1 {
    font-size: 60px;
  }
}

@media (max-width: 800px) {
  .blog-single__top > h1, .contact-page__top > h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

.blog-single__featured {
  margin: 0 0 80px;
}

@media (max-width: 800px) {
  .blog-single__featured {
    margin-bottom: 32px;
    padding-top: 106%;
    position: relative;
  }
}

.blog-single__featured img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  .blog-single__featured img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.blog-single__article {
  position: relative;
  padding-bottom: 80px;
}

@media (max-width: 800px) {
  .blog-single__article {
    padding-bottom: 56px;
  }
}

.blog-single__article::before {
  content: ' ';
  display: block;
  background-image: url(../img/pillar-bg.png);
  background-size: cover;
  width: 331px;
  height: 458px;
  position: absolute;
  right: -65px;
  top: -40px;
  z-index: -1;
}

@media (max-width: 1170px) {
  .blog-single__article::before {
    display: none;
  }
}

@media (max-width: 800px) {
  .blog-single__article::before {
    display: none;
  }
}

.blog-single__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 195px;
  height: 100%;
}

@media (max-width: 1170px) {
  .blog-single__info {
    width: 100%;
    position: static;
    max-width: 666px;
    margin: 0 auto 48px;
  }
}

@media (max-width: 800px) {
  .blog-single__info {
    margin-bottom: 32px;
  }
}

.blog-single__info .inner {
  position: sticky;
  top: 112px;
  padding-bottom: 80px;
  left: 0;
}

@media (max-width: 1170px) {
  .blog-single__info .inner {
    position: static;
    padding-bottom: 0;
  }
}

.blog-single__info .inner span {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

.blog-single__info .inner span + span {
  margin-top: 24px;
  padding-top: 24px;
  border-top: solid 1px rgba(26, 31, 56, 0.1);
}

@media (max-width: 800px) {
  .blog-single__info .inner span + span {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}

.blog-single__info .inner .social {
  margin-top: 24px;
  font-size: 0;
  line-height: 0;
}

.blog-single__info .inner .social a,
.blog-single__info .inner .social button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 24px;
  background: #D13618;
  position: relative;
  border: 0;
  vertical-align: top;
}

.blog-single__info .inner .social a svg,
.blog-single__info .inner .social button svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 18px;
}

.blog-single__info .inner .social a span,
.blog-single__info .inner .social button span {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #D13618;
  color: #FBF6EF;
  padding: 8px 10px 6px;
  margin-top: 12px;
  font-size: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog-single__info .inner .social a span::before,
.blog-single__info .inner .social button span::before {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-bottom: solid 6px #D13618;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.blog-single__info .inner .social a.is-copied span,
.blog-single__info .inner .social button.is-copied span {
  opacity: 1;
}

.blog-single__content {
  max-width: 666px;
  margin: 0 auto;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  color: #1A1F38;
  padding-bottom: 56px;
  border-bottom: solid 1px rgba(26, 31, 56, 0.1);
}

@media (max-width: 800px) {
  .blog-single__content {
    font-size: 16px;
    padding-bottom: 32px;
  }
}

.blog-single__content > p {
  margin: 30px 0;
}

@media (max-width: 800px) {
  .blog-single__content > p {
    margin: 20px 0;
  }
}

.blog-single__content > p:first-of-type {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 64px;
  line-height: 100%;
  width: calc(50vw + 333px - 64px);
  color: #D13618;
  margin: 0 0 56px;
}

@media (max-width: 800px) {
  .blog-single__content > p:first-of-type {
    width: 100%;
    font-size: 40px;
    margin: 0 0 32px;
  }
}

.blog-single__content > p strong {
  font-weight: 400;
}

.blog-single__content > p + div {
  margin-top: 30px;
}

.blog-single__content hr {
  margin: 56px 0;
  border: solid 0.5px rgba(26, 31, 56, 0.1);
}

@media (max-width: 800px) {
  .blog-single__content hr {
    margin: 32px 0;
  }
}

.blog-single__content > h4 {
  margin: 56px 0;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .blog-single__content > h4 {
    margin: 32px 0;
  }
}

.blog-single__content > h3 {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
  margin: 56px 0 24px;
}

@media (max-width: 800px) {
  .blog-single__content > h3 {
    margin: 32px 0 24px;
    font-size: 28px;
  }
}

.blog-single__content > h2 {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 56px;
  line-height: 110%;
  margin: 56px 0 24px;
}

@media (max-width: 800px) {
  .blog-single__content > h2 {
    margin: 32px 0 24px;
    font-size: 32px;
  }
}

.blog-single__content a {
  color: #D13618;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.blog-single__content a:hover {
  -webkit-text-decoration-color: #D13618;
          text-decoration-color: #D13618;
}

.blog-single__content .wp-block-image {
  margin: 56px -120px;
  text-align: center;
}

@media (max-width: 1170px) {
  .blog-single__content .wp-block-image {
    margin: 56px 0;
  }
}

@media (max-width: 800px) {
  .blog-single__content .wp-block-image {
    width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 32px auto 32px 50%;
  }
}

.blog-single__content .wp-block-image figcaption {
  font-size: 14px;
}

@media (max-width: 800px) {
  .blog-single__content .wp-block-image figcaption {
    padding-left: 12px;
  }
}

.blog-single__content > ul {
  margin: 32px 0 56px;
  padding: 0;
  list-style: none;
}

.blog-single__content > ul li {
  position: relative;
  padding-left: 28px;
}

.blog-single__content > ul li::before {
  content: ' ';
  display: block;
  width: 8px;
  height: 8px;
  background: #D13618;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

@media (max-width: 800px) {
  .blog-single__content > ul li::before {
    top: 6px;
  }
}

.blog-single__content > ul li + li {
  margin-top: 16px;
}

.blog-single__content > ul ul,
.blog-single__content > ul ol {
  margin-top: 16px;
  margin-bottom: 16px;
  list-style: none;
  padding-left: 0;
}

.blog-single__content ol {
  margin: 32px 0 56px;
  padding: 0;
  list-style: none;
  counter-reset: ol_counter;
}

.blog-single__content ol li {
  position: relative;
  padding-left: 44px;
  counter-increment: ol_counter;
}

.blog-single__content ol li::before {
  content: counter(ol_counter, decimal-leading-zero);
  position: absolute;
  top: -2px;
  left: 0;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 110%;
  color: #D13618;
}

@media (max-width: 800px) {
  .blog-single__content ol li::before {
    font-size: 24px;
    top: -4px;
  }
}

.blog-single__content ol li + li {
  margin-top: 21px;
}

.blog-single__content .full-block {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 56px;
  margin-bottom: 56px;
}

.blog-single__content .gallery-block {
  font-size: 0;
  line-height: 0;
}

.blog-single__content .gallery-block .gallery-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  .blog-single__content .gallery-block .gallery-row {
    display: block;
  }
}

.blog-single__content .gallery-block .gallery-row .img-wrap {
  width: calc(50% - 20px);
}

@media (max-width: 1080px) {
  .blog-single__content .gallery-block .gallery-row .img-wrap {
    width: calc(50% - 10px);
  }
}

@media (max-width: 800px) {
  .blog-single__content .gallery-block .gallery-row .img-wrap {
    width: 100%;
  }
  .blog-single__content .gallery-block .gallery-row .img-wrap + .img-wrap {
    margin-top: 20px;
  }
}

.blog-single__content .gallery-block .gallery-row .img-wrap:only-child {
  width: 100%;
}

.blog-single__content .gallery-block .gallery-row + .gallery-row {
  margin-top: 40px;
}

@media (max-width: 1080px) {
  .blog-single__content .gallery-block .gallery-row + .gallery-row {
    margin-top: 20px;
  }
}

.blog-single__content .gallery-block .gallery-row + .gallery-row .img-wrap {
  width: calc(67% - 20px);
}

@media (max-width: 1080px) {
  .blog-single__content .gallery-block .gallery-row + .gallery-row .img-wrap {
    width: calc(67% - 10px);
  }
}

@media (max-width: 800px) {
  .blog-single__content .gallery-block .gallery-row + .gallery-row .img-wrap {
    width: 100%;
  }
}

.blog-single__content .gallery-block .gallery-row + .gallery-row .img-wrap + .img-wrap {
  width: calc(33% - 20px);
}

@media (max-width: 1080px) {
  .blog-single__content .gallery-block .gallery-row + .gallery-row .img-wrap + .img-wrap {
    width: calc(33% - 10px);
  }
}

@media (max-width: 800px) {
  .blog-single__content .gallery-block .gallery-row + .gallery-row .img-wrap + .img-wrap {
    width: 100%;
  }
}

.blog-single__content .gallery-block .gallery-row + .gallery-row .img-wrap:only-child {
  width: 100%;
}

.blog-single__content .gallery-block .gallery-row img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-single__content > *:last-child {
  margin-bottom: 0;
}

.page-single .blog-single__top, .page-single .contact-page__top {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: solid 1px rgba(26, 31, 56, 0.1);
}

@media (max-width: 800px) {
  .page-single .blog-single__top, .page-single .contact-page__top {
    padding-bottom: 32px;
    margin-bottom: 56px;
  }
}

.page-single .blog-single__top h2, .page-single .contact-page__top h2 {
  max-width: 666px;
  margin: auto;
}

@media (max-width: 800px) {
  .page-single .blog-single__top h2, .page-single .contact-page__top h2 {
    text-align: center;
  }
}

.page-single .blog-single__article::before {
  display: none;
}

.page-single .blog-single__content {
  padding-bottom: 80px;
  border-bottom: 0;
}

@media (max-width: 800px) {
  .page-single .blog-single__content {
    padding-bottom: 56px;
  }
}

.page-single .blog-single__content p:first-of-type {
  font-family: "Helvetica";
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  color: #1A1F38;
  margin: inherit;
}

.page-single .blog-single__article {
  padding-bottom: 0;
  margin-bottom: 140px;
  border-bottom: solid 1px rgba(26, 31, 56, 0.1);
}

@media (max-width: 800px) {
  .page-single .blog-single__article {
    margin-bottom: 0;
  }
}

.blog-single__content .services-single__video,
.blog-single__content .services__slider,
.blog-single__content .services-single__options,
.blog-single__content .services-single__gallery,
.blog-single__content .marquee-slideshow {
  width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  position: relative;
  left: -50vw;
  margin-top: 64px;
  margin-bottom: 64px;
}

.blog-single__content .services-single__gallery {
  overflow: hidden;
}

.blog-single__content .services-single__gallery a {
  color: #FBF6EF;
  text-decoration: none;
}

.blog-single__content .services-single__gallery a.button:hover, .blog-single__content .services-single__gallery a.button--full:hover, .blog-single__content .services-single__gallery a.button--red:hover, .blog-single__content .services-single__gallery a.back-button:hover {
  color: #D13618;
}

.blog-single__content .services-single__options p {
  color: #FBF6EF !important;
}

.blog-single__content .services-single__options .services-option .content .cta,
.blog-single__content .services-single__options a {
  color: #FBF6EF;
  text-decoration: none;
}

.blog-single__content .services-single__video {
  padding: 0;
}

.blog-single__content .services__slider .button, .blog-single__content .services__slider .button--full, .blog-single__content .services__slider .button--red, .blog-single__content .services__slider .contact-page div.gform_wrapper.gravity-theme input[type='submit'], .contact-page div.gform_wrapper.gravity-theme .blog-single__content .services__slider input[type='submit'], .blog-single__content .services__slider .footer__contact form div.gform_footer input[type='submit'], .footer__contact form div.gform_footer .blog-single__content .services__slider input[type='submit'], .blog-single__content .services__slider .back-button {
  color: #FBF6EF;
  text-decoration: none;
}

.gallery-landing {
  margin-bottom: 140px;
}

@media (max-width: 600px) {
  .gallery-landing {
    margin-bottom: 64px;
  }
}

.gallery-landing__top h3 {
  margin: 16px 0 0;
}

.gallery-landing__cat-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
}

@media (max-width: 1170px) {
  .gallery-landing__cat-grid {
    grid-row-gap: 24px;
    grid-column-gap: 24px;
  }
}

@media (max-width: 600px) {
  .gallery-landing__cat-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.gallery-landing__cat {
  background: #000;
  position: relative;
}

.gallery-landing__cat img {
  opacity: .8;
  display: block;
  width: 100%;
}

.gallery-landing__cat h4 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Queens", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 56px;
  line-height: 100%;
  text-align: center;
  color: #FBF6EF;
  margin: 0;
  padding: 0 20px;
  pointer-events: none;
}

@media (max-width: 1170px) {
  .gallery-landing__cat h4 {
    font-size: 42px;
  }
}

@media (max-width: 600px) {
  .gallery-landing__cat h4 {
    font-size: 32px;
  }
}

.gallery-landing__main-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
}

@media (max-width: 1170px) {
  .gallery-landing__main-grid {
    grid-row-gap: 24px;
    grid-column-gap: 24px;
  }
}

@media (max-width: 800px) {
  .gallery-landing__main-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.gallery-landing__post {
  background: #F9ECE4;
  padding: 40px;
  color: #1A1F38;
}

@media (max-width: 1170px) {
  .gallery-landing__post {
    padding: 20px;
  }
}

.gallery-landing__post .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 1170px) {
  .gallery-landing__post .img-wrap {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .gallery-landing__post .img-wrap {
    display: block;
  }
}

.gallery-landing__post .img-wrap img {
  width: calc(50% - 20px);
}

@media (max-width: 1170px) {
  .gallery-landing__post .img-wrap img {
    width: calc(50% - 10px);
  }
}

@media (max-width: 600px) {
  .gallery-landing__post .img-wrap img {
    width: 100%;
  }
  .gallery-landing__post .img-wrap img + img {
    margin-top: 16px;
  }
}

.gallery-landing__post h3 {
  margin: 0;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 110%;
}

@media (max-width: 800px) {
  .gallery-landing__post h3 {
    font-size: 24px;
  }
}

.gallery-landing__post p {
  margin: 24px 0 40px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}

@media (max-width: 800px) {
  .gallery-landing__post p {
    font-size: 16px;
    margin: 16px 0 24px;
  }
}

.gallery-landing__post span {
  display: block;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gallery-landing__footer {
  text-align: center;
  margin-top: 40px;
}

.photo-gallery-content {
  border-bottom: 0;
  padding-bottom: 0;
}

.photo-gallery-content .details__content p:first-of-type {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 40px;
  line-height: 44px;
  width: calc(50vw + 333px - 64px);
  margin: 0 0 56px;
}

@media (max-width: 800px) {
  .photo-gallery-content .details__content p:first-of-type {
    width: 100%;
    font-size: 28px;
    line-height: 31px;
    margin: 0 0 32px;
  }
}

.photo-gallery-content p:first-of-type {
  font-size: 40px;
  color: #1A1F38;
}

@media (max-width: 600px) {
  .photo-gallery-content p:first-of-type {
    font-size: 28px;
  }
}

.photo-gallery-content__footer {
  padding-top: 56px;
  margin-top: 56px;
  border-top: solid 1px rgba(26, 31, 56, 0.1);
}

.blog-single__photo-gallery {
  background: #F9ECE4;
  padding-top: 65px;
  padding-bottom: 65px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 800px) {
  .blog-single__photo-gallery {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.blog-single__photo-gallery .inner {
  width: calc(100% - 105px);
  position: static;
}

@media (max-width: 800px) {
  .blog-single__photo-gallery .inner {
    width: 100%;
  }
}

.blog-single__photo-gallery .slick-list {
  overflow: visible;
  position: static;
}

.blog-single__photo-gallery .photo-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 128px;
}

@media (max-width: 1170px) {
  .blog-single__photo-gallery .photo-slide {
    margin-right: 65px;
  }
}

@media (max-width: 800px) {
  .blog-single__photo-gallery .photo-slide {
    margin-right: 0;
  }
  .blog-single__photo-gallery .photo-slide + .photo-slide {
    margin-top: 64px;
  }
}

@media (max-width: 600px) {
  .blog-single__photo-gallery .photo-slide {
    display: block !important;
  }
}

.blog-single__photo-gallery .photo-slide .img-wrap {
  width: calc(50% - 20px);
}

@media (max-width: 800px) {
  .blog-single__photo-gallery .photo-slide .img-wrap {
    width: calc(50% - 10px);
  }
}

@media (max-width: 600px) {
  .blog-single__photo-gallery .photo-slide .img-wrap {
    width: 100%;
  }
}

.blog-single__photo-gallery .photo-slide .img-wrap + .img-wrap {
  margin-left: 40px;
}

@media (max-width: 800px) {
  .blog-single__photo-gallery .photo-slide .img-wrap + .img-wrap {
    margin-left: 20px;
  }
}

@media (max-width: 600px) {
  .blog-single__photo-gallery .photo-slide .img-wrap + .img-wrap {
    margin-left: 0;
    margin-top: 16px;
  }
}

.blog-single__photo-gallery .photo-slide img {
  display: block;
  width: 100%;
}

.blog-single__photo-gallery .photo-slide span {
  display: block;
  margin-top: 24px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-single__photo-gallery .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #D13618;
  background: #FBF6EF;
  position: absolute;
  top: 50%;
  right: 65px;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 10;
}

@media (max-width: 1170px) {
  .blog-single__photo-gallery .slick-arrow {
    right: 24px;
  }
}

@media (max-width: 800px) {
  .blog-single__photo-gallery .slick-arrow {
    display: none !important;
  }
}

.blog-single__photo-gallery .slick-arrow svg {
  width: 19px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  stroke: #D13618;
}

.blog-single__photo-gallery .slick-arrow.next {
  margin-top: 12px;
}

.blog-single__photo-gallery .slick-arrow.prev {
  -webkit-transform: translateY(calc(-100% - 12px));
          transform: translateY(calc(-100% - 12px));
}

.blog-single__photo-gallery .slick-arrow.prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.blog-single__photo-gallery .slick-arrow.slick-disabled {
  opacity: .5;
}

.testimonials {
  margin-bottom: 140px;
}

@media (max-width: 800px) {
  .testimonials {
    margin-bottom: 32px;
  }
}

.testimonials__intro {
  background: #1A1F38;
  padding-bottom: 67px;
}

.testimonials__intro .slider-counter {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FBF6EF;
  margin-top: 40px;
}

@media (max-width: 800px) {
  .testimonials__intro .slider-counter {
    display: none;
  }
}

.testimonials__top::before {
  background-image: url(../img/white-snake.png);
  z-index: 1;
  opacity: .1;
  width: 330px;
  right: 0;
}

.testimonials__top h1,
.testimonials__top h3 {
  color: #FBF6EF;
}

.testimonials__slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 0;
}

.testimonials__slider .slick-list {
  overflow: visible;
  position: static;
}

.testimonials__slider .inner {
  width: 76%;
  margin: 0 auto;
  position: static;
}

@media (max-width: 800px) {
  .testimonials__slider .inner {
    width: 100%;
  }
}

.testimonials__slider .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #FBF6EF;
  background: #1A1F38;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 10;
}

@media (max-width: 800px) {
  .testimonials__slider .slick-arrow {
    display: none !important;
  }
}

.testimonials__slider .slick-arrow svg {
  width: 19px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  stroke: #FBF6EF;
}

.testimonials__slider .slick-arrow.next {
  right: 65px;
}

@media (max-width: 1170px) {
  .testimonials__slider .slick-arrow.next {
    right: 24px;
  }
}

.testimonials__slider .slick-arrow.prev {
  left: 65px;
}

@media (max-width: 1170px) {
  .testimonials__slider .slick-arrow.prev {
    left: 24px;
  }
}

.testimonials__slider .slick-arrow.prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.testimonials__slider .slick-arrow.slick-disabled {
  opacity: .5;
}

.testimonials__main {
  margin-top: 120px;
}

@media (max-width: 800px) {
  .testimonials__main {
    margin-top: 64px;
  }
}

.testimonials__main h2 {
  margin: 0;
  color: #D13618;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 56px;
  line-height: 100%;
}

@media (max-width: 800px) {
  .testimonials__main h2 {
    font-size: 32px;
  }
}

.testimonials__main .grid-gap-sizer {
  width: 40px;
}

@media (max-width: 1170px) {
  .testimonials__main .grid-gap-sizer {
    width: 20px;
  }
}

.testimonials__grid {
  margin-top: 80px;
}

@media (max-width: 800px) {
  .testimonials__grid {
    margin-top: 32px;
  }
}

.testimonials__grid .testimonial-item {
  background: #F9ECE4;
  width: calc(50% - 20px);
  padding: 40px 65px;
  margin-bottom: 40px;
}

@media (max-width: 1170px) {
  .testimonials__grid .testimonial-item {
    margin-bottom: 32px;
    width: calc(50% - 10px);
    padding: 24px;
  }
}

@media (max-width: 800px) {
  .testimonials__grid .testimonial-item {
    width: 100%;
  }
}

.testimonials__grid .testimonial-item img {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

.testimonials__grid .testimonial-item blockquote {
  padding: 0;
  margin: 0;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  line-height: 140%;
  color: #1A1F38;
}

@media (max-width: 1170px) {
  .testimonials__grid .testimonial-item blockquote {
    font-size: 20px;
  }
}

@media (max-width: 800px) {
  .testimonials__grid .testimonial-item blockquote {
    font-size: 16px;
  }
}

.testimonials__grid .testimonial-item blockquote::before {
  content: ' ';
  display: block;
  width: 38px;
  height: 32px;
  background-image: url("../img/svg/raw/quotes.svg");
  margin-bottom: 24px;
  background-size: cover;
}

@media (max-width: 800px) {
  .testimonials__grid .testimonial-item blockquote::before {
    width: 28.5px;
    height: 24px;
  }
}

.testimonials__grid .testimonial-item blockquote cite {
  display: block;
  margin: 24px 0 0;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}

@media (max-width: 800px) {
  .testimonials__grid .testimonial-item blockquote cite {
    font-szie: 16px;
  }
}

.testimonials__footer {
  margin-top: 16px;
  text-align: center;
}

.testimonial-slide {
  position: relative;
  background: #000;
  margin: 0 20px;
}

@media (max-width: 800px) {
  .testimonial-slide {
    margin: 0;
  }
  .testimonial-slide + .testimonial-slide {
    margin-top: 24px;
  }
}

@media (max-width: 600px) {
  .testimonial-slide {
    padding-top: 67%;
  }
}

.testimonial-slide img {
  display: block;
  position: relative;
  z-index: 1;
  opacity: .8;
  width: 100%;
}

@media (max-width: 600px) {
  .testimonial-slide img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
  }
}

.testimonial-slide .content {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FBF6EF;
  padding: 0 24px;
  z-index: 2;
}

@media (max-width: 600px) {
  .testimonial-slide .content {
    bottom: 24px;
  }
}

.testimonial-slide .content h3 {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 56px;
  line-height: 100%;
  margin: 0;
}

@media (max-width: 600px) {
  .testimonial-slide .content h3 {
    font-size: 32px;
  }
}

.testimonial-slide .content h3 + button {
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .testimonial-slide .content h3 + button {
    margin-bottom: 16px;
  }
}

.testimonial-slide .content h4 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  margin: 40px 0 16px;
}

@media (max-width: 600px) {
  .testimonial-slide .content h4 {
    font-size: 16px;
    margin: 4px 0 16px;
  }
}

.testimonial-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

.in-media__main {
  margin-top: 120px;
}

@media (max-width: 800px) {
  .in-media__main {
    margin-top: 56px;
  }
}

.in-media__main h2 {
  margin: 0;
  color: #D13618;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 56px;
  line-height: 100%;
}

@media (max-width: 800px) {
  .in-media__main h2 {
    font-size: 32px;
    padding-bottom: 32px;
    border-bottom: solid 1px rgba(26, 31, 56, 0.1);
  }
}

.in-media__list {
  margin-top: 112px;
}

@media (max-width: 800px) {
  .in-media__list {
    margin-top: 32px;
  }
}

.in-media__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 32px;
  border-bottom: solid 1px rgba(26, 31, 56, 0.1);
}

@media (max-width: 600px) {
  .in-media__item {
    display: block;
  }
}

.in-media__item + div {
  margin-top: 32px;
}

.in-media__item .img-wrap {
  width: 195px;
  margin-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 600px) {
  .in-media__item .img-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.in-media__item .img-wrap img {
  width: 100%;
}

.in-media__item .content {
  width: 100%;
}

.in-media__item .content h3 {
  font-family: "Queens", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
  margin: 0;
}

@media (max-width: 800px) {
  .in-media__item .content h3 {
    font-size: 28px;
  }
}

.in-media__item .content h3 a {
  color: #1A1F38;
}

.in-media__item .content h4 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  margin: 16px 0;
  color: #1A1F38;
}

@media (max-width: 800px) {
  .in-media__item .content h4 {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .in-media__item .content h4 {
    margin: 24px 0;
  }
}

.in-media__nav {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 600px) {
  .about-doc .services-single__intro h2 {
    font-size: 40px;
  }
}

.about-doc__content-bg {
  background: #1A1F38;
  color: #FBF6EF;
  padding-top: 140px;
  padding-bottom: 140px;
  margin-top: 76px;
}

@media (max-width: 800px) {
  .about-doc__content-bg {
    margin-top: 0;
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.about-doc__content-bg .content {
  max-width: 902px;
  margin: 0 auto;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}

@media (max-width: 800px) {
  .about-doc__content-bg .content {
    font-size: 14px;
  }
}

.about-doc__content-bg .content h2 {
  margin: 0 0 80px;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 64px;
  line-height: 100%;
}

@media (max-width: 800px) {
  .about-doc__content-bg .content h2 {
    font-size: 40px;
    margin: 0 0 32px;
  }
}

.about-doc__content-bg .content h3 {
  margin: 52px 0 36px;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
}

@media (max-width: 800px) {
  .about-doc__content-bg .content h3 {
    font-size: 28px;
    margin: 36px 0 22px;
  }
}

.about-doc__content-bg .content .video-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin: 56px 0;
}

.about-doc__content-bg .content .video-container iframe,
.about-doc__content-bg .content .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-doc__content-bg a {
  text-decoration: underline;
  color: #FBF6EF;
}

.about-doc__lists {
  margin-top: 142px;
  margin-bottom: 65px;
  color: #1A1F38;
}

@media (max-width: 800px) {
  .about-doc__lists {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}

.about-doc__lists .main {
  max-width: 902px;
  margin: 0 auto;
}

.about-doc__lists h2 {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 64px;
  line-height: 100%;
  color: #D13618;
  margin: 0 0 56px;
}

@media (max-width: 800px) {
  .about-doc__lists h2 {
    font-size: 40px;
    margin: 0 0 32px;
  }
}

.about-doc__lists p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}

@media (max-width: 800px) {
  .about-doc__lists p {
    font-size: 16px;
  }
}

.about-doc__lists .list {
  margin-top: 56px;
  padding-top: 56px;
  border-top: solid 1px rgba(26, 31, 56, 0.1);
}

@media (max-width: 800px) {
  .about-doc__lists .list {
    margin-top: 32px;
    padding-top: 32px;
  }
}

.about-doc__lists h3 {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
  color: #D13618;
  margin: 0 0 56px;
}

@media (max-width: 800px) {
  .about-doc__lists h3 {
    font-size: 32px;
    margin: 0 0 32px;
  }
}

.about-doc__lists ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

@media (max-width: 800px) {
  .about-doc__lists ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.about-doc__lists ul li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 24px;
}

.about-doc__lists h4 {
  margin: 0 0 4px;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
}

.about-doc__lists h4 a {
  color: #1A1F38;
}

.about-doc__lists small {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}

.about-doc__legacy {
  background: #6CA7A3;
  padding-bottom: 140px;
  margin-top: 265px;
}

.about-doc__legacy.no-gallery {
  padding-top: 140px;
}

@media (max-width: 800px) {
  .about-doc__legacy.no-gallery {
    padding-top: 80px;
  }
}

.about-doc__legacy.no-gallery .main {
  margin-top: 0;
}

@media (max-width: 800px) {
  .about-doc__legacy.no-gallery .main {
    margin-top: 0;
  }
}

.about-doc__legacy.no-content {
  background: none;
  padding-bottom: 0;
  margin-bottom: 66px;
}

@media (max-width: 800px) {
  .about-doc__legacy.no-content {
    margin-bottom: 80px;
  }
}

@media (max-width: 800px) {
  .about-doc__legacy {
    padding-bottom: 80px;
    margin-top: 136px;
  }
}

.about-doc__legacy .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .about-doc__legacy .gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.about-doc__legacy .gallery .img-wrap {
  width: 25%;
  margin-top: -200px;
}

@media (max-width: 800px) {
  .about-doc__legacy .gallery .img-wrap {
    margin-top: 0;
    width: 50%;
  }
  .about-doc__legacy .gallery .img-wrap:first-child, .about-doc__legacy .gallery .img-wrap:nth-child(2) {
    margin-top: -80px;
  }
}

.about-doc__legacy .gallery .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.about-doc__legacy .main {
  max-width: 902px;
  margin: 80px auto 0;
  color: #FBF6EF;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}

@media (max-width: 800px) {
  .about-doc__legacy .main {
    margin-top: 24px;
    font-size: 14px;
  }
}

.about-doc__legacy .main h2 {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 64px;
  line-height: 100%;
  margin: 0 0 56px;
}

@media (max-width: 800px) {
  .about-doc__legacy .main h2 {
    font-size: 40px;
    margin: 0 0 32px;
  }
}

.about-doc__legacy .main h3 {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
  margin: 52px 0 36px;
}

@media (max-width: 800px) {
  .about-doc__legacy .main h3 {
    font-size: 28px;
    margin: 36px 0 22px;
  }
}

.about-doc__legacy .main h4 {
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 110%;
  margin: 36px 0 18px;
}

@media (max-width: 800px) {
  .about-doc__legacy .main h4 {
    font-size: 20px;
    margin: 24px 0 12px;
  }
}

.about-doc__legacy .main p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}

@media (max-width: 800px) {
  .about-doc__legacy .main p {
    font-size: 16px;
  }
}

.about-doc__legacy .main a {
  color: #FBF6EF;
  border-bottom: solid 1px #FBF6EF;
}

.about-doc__legacy .main hr {
  margin: 56px 0;
  opacity: .16;
}

@media (max-width: 800px) {
  .about-doc__legacy .main hr {
    margin: 32px 0;
  }
}

.about-doc__legacy .main .logo-grid {
  background: #FBF6EF;
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 56px;
}

@media (max-width: 800px) {
  .about-doc__legacy .main .logo-grid {
    margin-top: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 8px;
  }
}

.about-doc__legacy .main .logo-grid .img-wrap {
  width: calc(20% - 32px);
}

@media (max-width: 800px) {
  .about-doc__legacy .main .logo-grid .img-wrap {
    width: calc(50% - 16px);
    margin: 8px 0;
  }
}

.about-doc__legacy .main .logo-grid .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.about-doc__legacy .main figure {
  margin: 48px auto;
  max-width: 560px;
}

.about-doc__legacy .main figure img {
  display: block;
  margin: auto;
  width: 100%;
}

.about-doc__legacy .main figure figcaption {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  font-style: italic;
  margin: 12px auto 0;
}

.about-doc__meet {
  padding-top: 140px;
  padding-bottom: 140px;
}

@media (max-width: 800px) {
  .about-doc__meet {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.about-doc__meet .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 56px;
}

@media (max-width: 800px) {
  .about-doc__meet .main {
    display: block;
  }
}

.about-doc__meet .main > h2 {
  width: calc(40% - 20px);
  margin: 0;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 64px;
  line-height: 100%;
  color: #D13618;
}

@media (max-width: 960px) {
  .about-doc__meet .main > h2 {
    font-size: 48px;
  }
}

@media (max-width: 800px) {
  .about-doc__meet .main > h2 {
    width: 100%;
    margin-bottom: 24px;
  }
}

@media (max-width: 600px) {
  .about-doc__meet .main > h2 {
    font-size: 32px;
  }
}

.about-doc__meet .main > ul {
  width: calc(60% - 20px);
  list-style: none;
  border-top: solid 1px rgba(26, 31, 56, 0.1);
  margin: 0;
  padding: 0;
}

@media (max-width: 800px) {
  .about-doc__meet .main > ul {
    width: 100%;
  }
}

.about-doc__meet .main > ul > li {
  color: #1A1F38;
  padding: 24px 0 24px 0;
  border-bottom: solid 1px rgba(26, 31, 56, 0.1);
  position: relative;
}

@media (max-width: 800px) {
  .about-doc__meet .main > ul > li {
    padding: 16px 0 16px 0;
  }
}

.about-doc__meet .main > ul > li button {
  width: 27px;
  height: 27px;
  background: #D13618;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 0;
}

.about-doc__meet .main > ul > li button::before {
  content: ' ';
  display: block;
  width: 11px;
  height: 1px;
  background: #FBF6EF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.about-doc__meet .main > ul > li button::after {
  content: ' ';
  display: block;
  width: 1px;
  height: 11px;
  background: #FBF6EF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.about-doc__meet .main > ul > li h3 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 160%;
  margin: 0;
  padding-right: 142px;
  position: relative;
}

@media (max-width: 960px) {
  .about-doc__meet .main > ul > li h3 {
    font-size: 20px;
  }
}

@media (max-width: 800px) {
  .about-doc__meet .main > ul > li h3 {
    padding-right: 100px;
  }
}

.about-doc__meet .main > ul > li .hidden-content {
  display: none;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}

@media (max-width: 800px) {
  .about-doc__meet .main > ul > li .hidden-content {
    font-size: 16px;
  }
}

.about-doc__meet .main > ul > li .hidden-content p {
  margin: 0;
}

.about-doc__meet .main > ul > li .hidden-content p:first-child {
  padding-top: 16px;
}

.about-doc__meet .main > ul > li .hidden-content p + p {
  margin-top: 16px;
}

.about-doc__meet .main > ul > li .hidden-content a {
  color: #1A1F38;
  text-decoration: underline;
}

.about-doc__meet .main > ul > li.active button::after {
  opacity: 0;
}

.about-doc__meet .main > ul ul {
  margin: 24px 0;
  padding-left: 24px;
  list-style: disc;
}

.about-doc__meet .main > ul ul li {
  margin: 6px;
}

.about-doc__meet .gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 600px) {
  .about-doc__meet .gallery {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.about-doc__meet .gallery .img-wrap {
  background: #000;
}

@media (max-width: 600px) {
  .about-doc__meet .gallery .img-wrap:last-child {
    display: none;
  }
}

.about-doc__meet .gallery img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.about-doc__meet .gallery img:hover {
  opacity: .8;
}

.about-clinic__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 960px) {
  .about-clinic__intro {
    display: block;
  }
}

@media (max-width: 600px) {
  .about-clinic__intro {
    margin-top: 76px;
    margin-bottom: 24px;
  }
}

.about-clinic__intro .content {
  width: calc(50% - 20px);
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 64px;
  line-height: 100%;
}

@media (max-width: 960px) {
  .about-clinic__intro .content {
    width: 100%;
    margin-bottom: 24px;
  }
}

.about-clinic__intro .content h2 {
  margin: 0 0 56px;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 64px;
  line-height: 100%;
  color: #D13618;
}

@media (max-width: 1170px) {
  .about-clinic__intro .content h2 {
    font-size: 52px;
    margin: 0 0 24px;
  }
}

@media (max-width: 600px) {
  .about-clinic__intro .content h2 {
    fontp-size: 40px;
  }
}

.about-clinic__intro .content p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  color: #1A1F38;
}

@media (max-width: 600px) {
  .about-clinic__intro .content p {
    font-size: 16px;
  }
}

.about-clinic__intro > img {
  width: calc(50% - 20px);
  height: auto;
}

@media (max-width: 960px) {
  .about-clinic__intro > img {
    width: 100%;
    max-width: 666px;
    margin: 0 auto;
    display: block;
  }
}

.about-clinic__video {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 80px;
  margin-bottom: 140px;
}

@media (max-width: 600px) {
  .about-clinic__video {
    margin-top: 24px;
    margin-bottom: 65px;
  }
}

.about-staff {
  margin-bottom: 160px;
}

@media (max-width: 600px) {
  .about-staff {
    margin-bottom: 44px;
  }
}

.about-staff__main {
  margin-top: 64px;
}

@media (max-width: 960px) {
  .about-staff__main {
    margin-top: 44px;
  }
}

.about-staff__featured img {
  display: block;
  width: 100%;
  height: auto;
}

.about-staff__grid {
  margin-top: 64px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
}

@media (max-width: 960px) {
  .about-staff__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    margin-top: 24px;
  }
}

@media (max-width: 600px) {
  .about-staff__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}

.about-staff__member {
  cursor: pointer;
}

.about-staff__member:hover h4 {
  color: #1A1F38;
}

.about-staff__member .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.about-staff__member h4 {
  margin: 16px 0 0;
  font-family: "Queens", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  color: #D13618;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.about-staff__member h4 small {
  margin: 16px 0 0;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}

.about-staff__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.about-staff__modal__shade {
  width: 11.2%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
}

.about-staff__modal > button {
  position: absolute;
  top: 30px;
  right: 24px;
  padding: 0;
  margin: 0;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  background: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 99999;
}

.about-staff__modal > button svg {
  width: 16px;
  height: 16px;
  stroke: #000;
  margin-right: 13px;
  stroke-width: 2;
  margin-bottom: 3px;
}

.about-staff__modal img.featured {
  position: absolute;
  top: 0;
  right: 44.4%;
  width: 44.4%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 800px) {
  .about-staff__modal img.featured {
    display: none;
    position: static;
    width: calc(100% + 48px);
    max-width: calc(100% + 48px);
    height: auto;
    margin-left: -24px;
    margin-right: -24px;
    -webkit-transform: none;
            transform: none;
  }
}

.about-staff__modal .content {
  width: 44.4vw;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #FBF6EF;
  margin-left: auto;
  padding: 80px 96px;
  overflow: auto;
  color: #1A1F38;
  pointer-events: all;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 1170px) {
  .about-staff__modal .content {
    padding: 80px 65px;
  }
}

@media (max-width: 800px) {
  .about-staff__modal .content {
    width: 100%;
    padding: 80px 24px 36px;
  }
}

.about-staff__modal .content h2 {
  margin: 0;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 64px;
  line-height: 100%;
  color: #D13618;
}

@media (max-width: 800px) {
  .about-staff__modal .content h2 {
    font-size: 42px;
  }
}

.about-staff__modal .content small {
  margin: 16px 0 56px;
  display: block;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .about-staff__modal .content small {
    margin: 16px 0 36px;
  }
}

.about-staff__modal .content img.featured {
  display: none;
}

@media (max-width: 800px) {
  .about-staff__modal .content img.featured {
    display: block;
  }
}

.about-staff__modal .content p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}

.about-staff__modal.show {
  background: rgba(0, 0, 0, 0.5);
  pointer-events: all;
}

.about-staff__modal.show > button {
  opacity: 1;
  pointer-events: all;
}

.about-staff__modal.show .about-staff__modal__shade {
  pointer-events: all;
}

.about-staff__modal.show .featured {
  -webkit-transform: none;
          transform: none;
}

.about-staff__modal.show .content {
  -webkit-transform: none;
          transform: none;
}

.services-single__gallery + .about-doc__legacy {
  margin-top: 0;
}

.about-doc__legacy + .about-doc__content-bg {
  margin-top: 0;
}

.about-doc__content + .services-single__video {
  margin-top: 76px;
  margin-bottom: 76px;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 800px) {
  .about-doc__content + .services-single__video {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

.services-single__video + .about-doc__legacy {
  margin-top: 0;
}

.services-single__risks + .about-doc__meet,
.services-single__recovery + .about-doc__meet {
  border-top: solid 1px rgba(26, 31, 56, 0.1);
}

.about-doc__meet + .services-single__intro {
  padding-top: 0;
}

.about-doc__content-bg + .about-doc__legacy {
  margin-top: 0;
}

.services-single__intro + .about-doc__legacy.no-gallery {
  margin-top: 76px;
}

@media (max-width: 800px) {
  .services-single__intro + .about-doc__legacy.no-gallery {
    margin-top: 0;
  }
}

.services__consult + .about-doc__content-bg {
  margin-top: 0;
}

figure .video-wrap {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

figure .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table.has-top-scroller {
  line-height: 1.3;
  overflow-x: scroll;
  display: block;
  margin-top: 56px;
}

table.has-top-scroller td,
table.has-top-scroller th {
  padding: 24px 12px 24px 6px;
}

table.has-top-scroller th {
  font-family: "Queens", serif !important;
  font-style: italic !important;
  font-weight: normal;
  font-size: 22px;
}

@media (max-width: 600px) {
  table.has-top-scroller th {
    font-size: 18px;
  }
}

table.has-top-scroller td {
  font-size: 16px !important;
  line-height: 160% !important;
  vertical-align: top;
}

@media (max-width: 600px) {
  table.has-top-scroller td {
    font-size: 14px !important;
    line-height: 130% !important;
    min-width: 150px;
  }
}

table.has-top-scroller td strong {
  font-size: 26px;
  font-family: "Queens", serif !important;
  font-style: italic !important;
  font-weight: normal;
}

@media (max-width: 600px) {
  table.has-top-scroller td strong {
    font-size: 20px;
  }
}

table.has-top-scroller tr:first-child {
  background: #1A1F38 !important;
}

table.has-top-scroller tr:first-child + tr td {
  padding-top: 50px;
}

table.has-top-scroller tr:not(:first-child) {
  background: transparent !important;
}

table.has-top-scroller tr:not(:first-child) + tr {
  border-top: solid 1px rgba(26, 31, 56, 0.1);
}

.contact-page div.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
}

.contact-page div.gform_wrapper.gravity-theme .gfield_label {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 4px;
}

.contact-page div.gform_wrapper.gravity-theme .gsection {
  padding: 0;
  height: 1px;
  margin: 6px 0;
}

.contact-page div.gform_wrapper.gravity-theme input:not([type='checkbox']):not([type='submit']),
.contact-page div.gform_wrapper.gravity-theme textarea {
  background: transparent;
  border: solid 1px #1A1F38;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 16px !important;
  line-height: 160%;
  padding: 16px 16px 12px !important;
  height: 56px;
}

.contact-page div.gform_wrapper.gravity-theme .ginput_container_select {
  background: transparent;
  border: solid 1px #1A1F38;
  padding: 0 16px !important;
  height: 56px;
}

.contact-page div.gform_wrapper.gravity-theme select {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  border: 0;
  background: transparent;
  padding: 0;
  height: 100%;
}

.contact-page div.gform_wrapper.gravity-theme .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}

.contact-page div.gform_wrapper.gravity-theme .gchoice label {
  padding-top: 5px;
  margin-left: 16px;
}

.contact-page div.gform_wrapper.gravity-theme .gform_footer {
  padding: 32px 0 0;
  margin: 32px 0 0;
  border-top: solid 1px rgba(26, 31, 56, 0.1);
}

.contact-page__top {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: solid 1px rgba(26, 31, 56, 0.1);
}

@media (max-width: 800px) {
  .contact-page__top {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 0;
    position: relative;
  }
  .contact-page__top::before {
    content: ' ';
    display: block;
    width: 100vw;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 1px;
    background: #1A1F38;
    opacity: .1;
  }
}

.contact-page__top h2 {
  margin-bottom: 0;
}

.contact-page__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}

@media (max-width: 960px) {
  .contact-page__main {
    display: block;
  }
}

@media (max-width: 600px) {
  .contact-page__main {
    margin-bottom: 0;
  }
}

.contact-page__form {
  width: 48%;
}

@media (max-width: 960px) {
  .contact-page__form {
    width: 100%;
    margin-bottom: 56px;
  }
}

.contact-page__form h4 {
  margin: 0 0 40px;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
  color: #1A1F38;
}

@media (max-width: 800px) {
  .contact-page__form h4 {
    margin: 0 0 24px;
    font-size: 28px;
  }
}

.contact-page__info {
  width: 40%;
}

@media (max-width: 960px) {
  .contact-page__info {
    width: 100%;
    position: relative;
    padding-top: 56px;
  }
  .contact-page__info::before {
    content: ' ';
    display: block;
    width: 100vw;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 1px;
    background: #1A1F38;
    opacity: .1;
  }
}

.contact-page__info ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: #1A1F38;
}

.contact-page__info ul h5 {
  margin: 0 0 4px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-page__info ul p {
  margin: 0;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}

.contact-page__info ul p a {
  color: #D13618;
}

.contact-page__info ul li + li {
  margin-top: 24px;
}

.contact-page__info .map {
  padding-top: 100%;
  height: 0;
  position: relative;
  background: #000;
  width: 100%;
}

.contact-page__info .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-page__info .map .gmap_canvas a {
  display: none;
}

.search-page__top {
  padding-top: 160px;
  margin-bottom: 56px;
}

@media (max-width: 1170px) {
  .search-page__top {
    padding-top: 114px;
  }
}

@media (max-width: 800px) {
  .search-page__top {
    margin-bottom: 32px;
  }
}

.search-page__top > h1 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.search-page__top form {
  background: #F9ECE4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 32px;
}

@media (max-width: 800px) {
  .search-page__top form {
    padding: 19.5px 24px 15.5px;
  }
}

.search-page__top form input {
  background: transparent;
  padding: 0 34px 0 0;
  border: 0;
  width: 100%;
  font-family: "Queens", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
  color: #D13618;
}

.search-page__top form input::-webkit-input-placeholder {
  color: #1A1F38;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.search-page__top form input::-moz-placeholder {
  color: #1A1F38;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.search-page__top form input:-moz-placeholder {
  color: #1A1F38;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.search-page__top form input:-ms-input-placeholder {
  color: #1A1F38;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

@media (max-width: 800px) {
  .search-page__top form input {
    font-size: 16px;
    font-family: "Helvetica";
    line-height: 160%;
    font-style: normal;
    padding: 0 20px 0 0;
  }
}

.search-page__top form button {
  width: 24px;
  height: 23px;
  padding: 0;
  border: 0;
  margin: 0;
  background: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.search-page__top form button svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #D13618;
  fill: none;
}

.search-page__nav {
  border-bottom: solid 1px rgba(26, 31, 56, 0.1);
  margin-bottom: 88px;
}

@media (max-width: 800px) {
  .search-page__nav {
    position: relative;
    margin-bottom: 40px;
  }
}

.search-page__nav .mob-title {
  display: none;
  width: 100%;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 1px #1A1F38;
  padding: 9px 15px 6px;
  background: transparent;
}

@media (max-width: 800px) {
  .search-page__nav .mob-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.search-page__nav .mob-title svg {
  fill: transparent;
  stroke: #1A1F38;
  width: 14px;
  height: 7px;
  stroke-width: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search-page__nav .mob-title.active svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media (max-width: 800px) {
  .search-page__nav nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: solid 1px #1A1F38;
    background: #FBF6EF;
    padding: 16px;
    display: none;
    border-top: 0;
  }
}

.search-page__nav button,
.search-page__nav a {
  background: none;
  border: 0;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  padding: 0 0 8px;
  color: #1A1F38;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 800px) {
  .search-page__nav button,
  .search-page__nav a {
    display: block;
    font-size: 14px;
    padding-bottom: 0;
  }
}

.search-page__nav button + button,
.search-page__nav button + a,
.search-page__nav a + button,
.search-page__nav a + a {
  margin-left: 56px;
}

@media (max-width: 800px) {
  .search-page__nav button + button,
  .search-page__nav button + a,
  .search-page__nav a + button,
  .search-page__nav a + a {
    margin-left: 0;
    margin-top: 16px;
  }
}

.search-page__nav button::before,
.search-page__nav a::before {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  background: transparent;
  position: absolute;
  bottom: 1px;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 800px) {
  .search-page__nav button::before,
  .search-page__nav a::before {
    display: none;
  }
}

.search-page__nav button.active,
.search-page__nav a.active {
  color: #D13618;
}

.search-page__nav button.active::before,
.search-page__nav a.active::before {
  background: #D13618;
}

.search-page__listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 32px;
  border-bottom: solid 1px rgba(26, 31, 56, 0.1);
}

@media (max-width: 600px) {
  .search-page__listing {
    display: block;
    padding-bottom: 24px;
  }
}

.search-page__listing + div {
  margin-top: 32px;
}

@media (max-width: 600px) {
  .search-page__listing + div {
    margin-top: 42px;
  }
}

.search-page__listing .img-wrap {
  width: 195px;
  height: auto;
  margin-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 600px) {
  .search-page__listing .img-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    display: block;
  }
}

.search-page__listing .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.search-page__listing .content {
  width: 100%;
}

.search-page__listing .content a {
  color: #1A1F38;
}

.search-page__listing .content h4 {
  margin: 0 0 16px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .search-page__listing .content h4 {
    margin: 0 0 8px;
  }
}

.search-page__listing .content h3 {
  margin: 0;
  font-family: "Queens", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
}

@media (max-width: 800px) {
  .search-page__listing .content h3 {
    font-size: 28px;
  }
}

.search-page__listing .content h3 span {
  color: #D13618;
}

.search-page__pagination {
  margin-top: 80px;
}

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