@charset "UTF-8";
.container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 1.15rem;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 1.25rem;
  }
}

.smallContainer {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .smallContainer {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .smallContainer {
    padding: 0 2rem;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

html,
body {
  min-width: 340px;
  max-width: 100vw;
  width: 100%;
  overflow-x: clip;
}

body {
  font-family: "Host Grotesk", Georgia, serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  color: #080604;
  background-color: #f5f5f5;
}
@media (min-width: 1100px) {
  body p,
  body ul,
  body ol {
    font-size: 18px;
  }
}
body strong {
  font-weight: 800;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-transform: none;
  letter-spacing: -1%;
  font-family: "Host Grotesk", Georgia, serif;
}
h1.upper,
h2.upper,
h3.upper,
h4.upper,
h5.upper,
h6.upper {
  text-transform: uppercase;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700;
}

h1 {
  font-size: clamp(1.2rem, 2.85vw, 1.75rem);
  margin: 0;
}

h2 {
  margin-bottom: 1.75rem;
  font-size: clamp(1.2rem, 2.85vw, 1.75rem);
}
@media (min-width: 1100px) {
  h2 {
    margin-bottom: 2rem;
  }
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  margin-bottom: 1.5rem;
}
@media (min-width: 1100px) {
  h3 {
    margin-bottom: 1.75rem;
  }
}

.anchor {
  position: relative;
  top: 4rem;
}

p,
li,
span,
a {
  letter-spacing: -1%;
}

p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  p {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1100px) {
  p {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  p {
    margin-bottom: 1.85rem;
  }
}

a {
  color: #080604;
  text-decoration: none;
  font-family: "Host Grotesk", Georgia, serif;
}

img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 0.9rem;
  gap: 0;
  font-family: "Host Grotesk", Georgia, serif;
  min-width: fit-content;
}
@media (min-width: 1100px) {
  .btn,
  .button {
    font-size: 1rem;
  }
}
.btn .arrow,
.button .arrow {
  margin-left: 1rem;
}
.btn strong,
.btn .bold,
.button strong,
.button .bold {
  font-weight: 800;
  display: contents;
}
.btn.square,
.button.square {
  padding: 0.75rem;
}
.btn.square:after,
.button.square:after {
  border-radius: 8px;
}
.btn.whiteBG,
.button.whiteBG {
  background-color: #f5f5f5;
}
.btn.redBG,
.button.redBG {
  background-color: #ef4714;
  color: #f5f5f5;
}
.btn.blackBG,
.button.blackBG {
  background-color: #080604;
  color: #f5f5f5;
}
.btn.lighGreyBG,
.button.lighGreyBG {
  background-color: #eeeeee;
  color: #7c7c7c;
}
.btn.solid,
.button.solid {
  background-color: #cfcfcf;
  font-weight: 600;
}
.btn.outline,
.button.outline {
  background-color: #f5f5f5;
  color: #080604;
  border: 1px solid #cfcfcf;
}
.btn.outline .arrow,
.button.outline .arrow {
  transform: rotate(90deg);
}
.btn.outline .arrow circle,
.button.outline .arrow circle {
  fill: transparent;
}
.btn.pinkBG,
.button.pinkBG {
  background-color: #ffcedc;
}
.btn.see,
.button.see {
  font-size: 0.9rem;
  position: relative;
  padding: 0.75rem 4.5rem 0.75rem 4.5rem;
  border-radius: 0;
}
@media (min-width: 1100px) {
  .btn.see,
  .button.see {
    font-size: 1rem;
  }
}
.btn.see .bg,
.button.see .bg {
  position: absolute;
  inset: 0 0 0 3.5rem;
  z-index: -1;
  margin: auto;
  width: calc(100% - 3.25rem);
  height: 100%;
}
.btn.see span,
.button.see span {
  position: relative;
  z-index: 2;
}
.btn.see .glasses,
.button.see .glasses {
  position: absolute;
  right: 0.75rem;
  z-index: 1;
}
.btn.see .arrow,
.button.see .arrow {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.btn.goOn,
.button.goOn {
  font-size: 0.9rem;
  position: relative;
  padding: 0.75rem 1rem 0.75rem 5.75rem;
  border-radius: 0;
}
@media (min-width: 1100px) {
  .btn.goOn,
  .button.goOn {
    font-size: 1rem;
  }
}
.btn.goOn .bg,
.button.goOn .bg {
  position: absolute;
  inset: 0 0 0 3.5rem;
  z-index: -1;
  margin: auto;
  width: calc(100% - 2.25rem);
  height: 100%;
}
.btn.goOn span,
.button.goOn span {
  position: relative;
  z-index: 2;
}
.btn.goOn .arrow,
.button.goOn .arrow {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.buttonCTA {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 0.9rem;
  gap: 0;
  font-family: "Host Grotesk", Georgia, serif;
  min-width: fit-content;
}
@media (min-width: 1100px) {
  .buttonCTA {
    font-size: 1rem;
  }
}
.buttonCTA.anim {
  color: #080604;
  position: relative;
  padding: 0.75rem 1rem;
}
@media (min-width: 768px) {
  .buttonCTA.anim {
    padding: 0.875rem 1rem;
  }
}
.buttonCTA.anim:after {
  transform: scale(1) translateX(0);
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffcedc;
  z-index: -1;
  position: absolute;
  width: 100%;
  border-radius: 12px;
  transition: background-color 0.35s ease, transform 0.35s ease, width 0.35s ease;
}
@media (min-width: 768px) {
  .buttonCTA.anim:after {
    border-radius: 10px;
  }
}
@media (min-width: 1100px) {
  .buttonCTA.anim:hover:after {
    transform: scale(1) translateX(7px);
    width: calc(100% + 14px);
    background-color: #cfcfcf;
  }
  .buttonCTA.anim:hover .svgWrapper:after {
    background-color: #ffcedc;
    width: 45px;
  }
  .buttonCTA.anim:hover .svgWrapper svg {
    transform: translateX(14px) rotate(45deg);
  }
  .buttonCTA.anim:hover .svgWrapper svg path {
    stroke: #080604;
  }
}
.buttonCTA.anim .svgWrapper {
  position: relative;
  height: 30px;
  width: 30px;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease;
}
.buttonCTA.anim .svgWrapper:after {
  transition: background-color 0.35s ease, width 0.35s ease, transform 0.35s ease;
  content: "";
  inset: 0;
  height: 30px;
  width: 30px;
  position: absolute;
  transform-origin: left center;
  background-color: #080604;
  border-radius: 45px;
  margin: auto;
  z-index: 1;
}
.buttonCTA.anim .svgWrapper svg {
  position: relative;
  z-index: 2;
  transform: translateX(0) rotate(0deg);
  transition: transform 0.35s ease;
}
.buttonCTA.anim .svgWrapper svg circle {
  display: none;
}
.buttonCTA.anim .svgWrapper svg path {
  transition: transform 0.35s ease, stroke 0.35s ease;
}
.buttonCTA.blackBG {
  color: #f5f5f5;
}
.buttonCTA.blackBG:after {
  background-color: #080604;
}
@media (min-width: 1100px) {
  .buttonCTA.blackBG:hover {
    color: #080604;
  }
  .buttonCTA.blackBG:hover:after {
    background-color: #ffcedc;
  }
  .buttonCTA.blackBG:hover .svgWrapper:after {
    background-color: #080604;
  }
  .buttonCTA.blackBG:hover .svgWrapper svg path {
    stroke: #f5f5f5;
  }
}
.buttonCTA.blackBG .svgWrapper:after {
  background-color: #f5f5f5;
}
.buttonCTA.greenBG {
  color: #f5f5f5;
}
.buttonCTA.greenBG:after {
  background-color: #0dab76;
}
@media (min-width: 1100px) {
  .buttonCTA.greenBG:hover:after {
    background-color: #080604;
  }
  .buttonCTA.greenBG:hover .svgWrapper:after {
    background-color: #0dab76;
  }
  .buttonCTA.greenBG:hover .svgWrapper svg path {
    stroke: #f5f5f5;
  }
}
.buttonCTA.greenBG .svgWrapper:after {
  background-color: #f5f5f5;
}
.buttonCTA.pinkBG {
  color: #080604;
}
.buttonCTA.pinkBG:after {
  background-color: #ffcedc;
}
@media (min-width: 1100px) {
  .buttonCTA.pinkBG:hover:after {
    background-color: #cfcfcf;
  }
  .buttonCTA.pinkBG:hover .svgWrapper:after {
    background-color: #ffcedc;
  }
  .buttonCTA.pinkBG:hover .svgWrapper svg path {
    stroke: #080604;
  }
}

.featuredCaseStudies {
  padding: 1rem 0;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 640px) {
  .featuredCaseStudies .container .cs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
  }
}
.featuredCaseStudies .container .cs-grid a.csHalf {
  text-decoration: none;
}
@media (min-width: 640px) {
  .featuredCaseStudies .container .cs-grid a.csHalf {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 2rem;
  }
}
.featuredCaseStudies .container .cs-grid a.csHalf .title {
  display: block;
}
.featuredCaseStudies .container .cs-grid a.csHalf .cs-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 3rem 0 2rem;
}
@media screen and (min-width: 640px) and (max-width: 899px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .cs-intro {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
}
@media screen and (min-width: 900px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .cs-intro {
    padding: 0 0 2.5rem;
  }
}
.featuredCaseStudies .container .cs-grid a.csHalf .cs-intro p {
  flex: 1 1 auto;
  font-size: 1rem;
  line-height: 1.25em;
  padding-right: 1rem;
  margin: 0;
  max-width: 635px;
}
@media screen and (min-width: 450px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .cs-intro p {
    font-size: 1.25rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 899px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .cs-intro p {
    padding-right: 0;
  }
}
@media screen and (min-width: 900px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .cs-intro p {
    font-size: 1.5rem;
    padding-right: 4rem;
  }
}
.featuredCaseStudies .container .cs-grid a.csHalf .cs-intro .stat {
  flex: 0 0 auto;
  white-space: nowrap;
  background: #e8e8e8;
  padding: 0.5rem;
  border-radius: 10px;
}
@media screen and (min-width: 640px) and (max-width: 899px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .cs-intro .stat {
    padding: 0.75rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 900px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .cs-intro .stat {
    padding: 1rem 1.25rem;
  }
}
.featuredCaseStudies .container .cs-grid a.csHalf .cs-intro .stat p {
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .cs-intro .stat p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1100px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .cs-intro .stat p {
    font-size: 1.75rem;
  }
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container {
  position: relative;
  display: block;
  aspect-ratio: 1.025/1;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .img-container {
    aspect-ratio: 1.025/1;
  }
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .tags {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .tags .tag {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  overflow: hidden;
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .tags .tag .glass {
  background: hsla(0, 0%, 86.26%, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: absolute;
  inset: 0;
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .tags .tag .inner {
  position: relative;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .img-container .tags .tag .inner {
    font-size: 1rem;
  }
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .button {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border-radius: 6px;
  overflow: hidden;
  padding: 0.5rem 1.5rem 0.5rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .featuredCaseStudies .container .cs-grid a.csHalf .img-container .button {
    padding: 0.5rem 1.5rem 0.5rem 0.75rem;
  }
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .button::after {
  content: "";
  position: relative;
  left: 12px;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3e%3ccircle cx='12' cy='12' r='12' fill='%23fff'%3e%3c/circle%3e%3cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m7.757 16.243 8.169-8.169m-8.047-.439 8.364.122.122 8.364'%3e%3c/path%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .button .glass {
  background: hsla(0, 0%, 86.26%, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: absolute;
  inset: 0;
  border-radius: 6px;
  overflow: hidden;
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .button .inner {
  position: relative;
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .main-video-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
.featuredCaseStudies .container .cs-grid a.csHalf .img-container .main-video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77%;
  height: 101%;
  pointer-events: none;
}

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: 6px;
  z-index: 999999;
  padding: 8px 16px;
  color: #f5f5f5;
  text-decoration: none;
}
.skip-link:focus {
  left: 6px;
}

main {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  main {
    padding-top: 4.75rem;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff3c1a;
}

#leadGen2 section .container .wrapper {
  background-color: #080604;
  color: #f5f5f5;
  border-radius: 10px;
  padding: 2rem;
}
@media (min-width: 768px) {
  #leadGen2 section .container .wrapper {
    padding: 4rem;
  }
}
@media (min-width: 768px) {
  #leadGen2 section .container .wrapper .leadGenInner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  #leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .header h3 {
  margin-bottom: 1.5rem;
  font-size: clamp(1.7rem, 4vw, 3rem);
}
@media (min-width: 1024px) {
  #leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .header h3 {
    margin-bottom: 1.75rem;
  }
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .header p {
  line-height: 150%;
  font-size: 1rem;
}
@media (min-width: 768px) {
  #leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .header p {
    max-width: 400px;
  }
}
@media (min-width: 1100px) {
  #leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .header p {
    font-size: 18px;
  }
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form ::placeholder {
  color: #f5f5f5;
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p {
  margin: 0 0 1rem;
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p.submit {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p.submit .submitWrap {
  position: relative;
  padding-left: 2rem;
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p.submit .submitWrap .wpcf7-spinner {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p.submit .submitWrap svg {
  position: absolute;
  right: 1rem;
  top: 0;
  margin: auto;
  bottom: 0;
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p textarea {
  font-family: "Host Grotesk", Georgia, serif;
  width: 100%;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 1rem;
  background-color: transparent;
  line-height: 150%;
  color: #f5f5f5;
  outline: none !important;
  font-weight: 400;
  letter-spacing: 1%;
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p input[type=submit] {
  word-spacing: normal;
  font-family: "Host Grotesk", Georgia, serif;
  font-weight: 400;
  font-size: 1rem;
  background: #ef4714;
  color: #080604;
  padding: 0.75rem 3.5rem 0.75rem 1rem;
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p input[type=submit] svg {
  margin-left: 1rem;
}
#leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p input[type=text], #leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p input[type=email], #leadGen2 section .container .wrapper .leadGenInner #leadGenerationForm .leadGenerationForm .formWrapper form > p input[type=tel] {
  line-height: 150%;
  letter-spacing: 1px;
  outline: none !important;
  font-weight: 400;
  color: #f5f5f5;
  width: 100%;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  background-color: transparent;
  height: 58px;
}

.locations {
  border-top: 1px solid #ebebeb;
  padding: 3rem 0 2rem;
}
@media screen and (min-width: 500px) {
  .locations {
    padding: 3.5rem 0 1.5rem;
  }
}
.locations .container .title {
  text-align: center;
}
.locations .container .title h2 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: clamp(1.5rem, 3.75vw, 2.75rem);
}
@media (min-width: 1024px) {
  .locations .container .title h2 {
    margin-bottom: 1.75rem;
  }
}
.locations .container .location-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
  padding: 1.5rem 0 0;
}
@media screen and (min-width: 500px) {
  .locations .container .location-grid {
    gap: 1rem;
    padding: 2rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .locations .container .location-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
.locations .container .location-grid .location-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .locations .container .location-grid .location-container {
    aspect-ratio: 1/1.3;
  }
}
@media screen and (min-width: 1024px) {
  .locations .container .location-grid .location-container {
    aspect-ratio: 480/545;
  }
}
.locations .container .location-grid .location-container .img-wrap {
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 1.1/1;
}
@media screen and (min-width: 500px) {
  .locations .container .location-grid .location-container .img-wrap {
    aspect-ratio: 1.25/1;
  }
}
@media screen and (min-width: 768px) {
  .locations .container .location-grid .location-container .img-wrap {
    aspect-ratio: 1/1.3;
  }
}
@media screen and (min-width: 1024px) {
  .locations .container .location-grid .location-container .img-wrap {
    aspect-ratio: 480/545;
  }
}
.locations .container .location-grid .location-container .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.locations .container .location-grid .location-container .address-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  width: 100%;
  padding: 1.25em 1.5em;
}
@media screen and (min-width: 500px) {
  .locations .container .location-grid .location-container .address-wrap {
    position: absolute;
    bottom: 1em;
    left: 1em;
    max-width: 370px;
  }
}
@media screen and (min-width: 768px) {
  .locations .container .location-grid .location-container .address-wrap {
    bottom: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    top: auto;
    height: calc(100% - 3rem);
    width: calc(100% - 1rem);
    padding: 1rem;
    max-height: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .locations .container .location-grid .location-container .address-wrap {
    max-height: 210px;
    max-width: 324px;
  }
}
@media screen and (min-width: 1200px) {
  .locations .container .location-grid .location-container .address-wrap {
    bottom: 1rem;
    left: 1rem;
  }
}
.locations .container .location-grid .location-container .address-wrap .blur-bg {
  background: hsla(0, 0%, 100%, 0.7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: absolute;
  inset: 0;
}
.locations .container .location-grid .location-container .address-wrap .location-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5em;
}
.locations .container .location-grid .location-container .address-wrap .location-title h3 {
  font-size: 1.375rem;
  font-weight: 500;
  margin: 0;
}
.locations .container .location-grid .location-container .address-wrap .location-title img {
  width: 44px;
  max-width: 100%;
  height: auto;
}
.locations .container .location-grid .location-container .address-wrap .details {
  position: relative;
}
@media screen and (min-width: 768px) {
  .locations .container .location-grid .location-container .address-wrap .details {
    grid-template-rows: 92px 30px auto;
    display: grid;
  }
}
@media screen and (min-width: 1024px) {
  .locations .container .location-grid .location-container .address-wrap .details {
    grid-template-rows: auto;
  }
}
.locations .container .location-grid .location-container .address-wrap .details a {
  text-decoration: underline;
}
.locations .container .location-grid .location-container .address-wrap .details .contact-address {
  font-size: 0.8rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 500px) {
  .locations .container .location-grid .location-container .address-wrap .details .contact-address {
    font-size: 0.875rem;
  }
}
.locations .container .location-grid .location-container .address-wrap .details .contact-map-link {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 1.25em;
  transition: color 0.35s ease;
}
@media (min-width: 1100px) {
  .locations .container .location-grid .location-container .address-wrap .details .contact-map-link {
    width: fit-content;
    position: relative;
  }
  .locations .container .location-grid .location-container .address-wrap .details .contact-map-link:hover:before {
    opacity: 1;
  }
  .locations .container .location-grid .location-container .address-wrap .details .contact-map-link:hover:after {
    transform: rotate(45deg);
  }
}
.locations .container .location-grid .location-container .address-wrap .details .contact-map-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 1em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.757519 9.72822L8.92582 1.55992M0.757533 1.24271L9.2428 1.24294L9.2428 9.72822' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  transition: transform 0.35s ease;
  transform: rotate(0deg);
}
@media (min-width: 1100px) {
  .locations .container .location-grid .location-container .address-wrap .details .contact-map-link::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    right: -0.25rem;
    opacity: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #f5f5f5;
    border-radius: 18px;
    position: absolute;
    z-index: 1;
    transition: opacity 0.35s ease;
  }
}
.locations .container .location-grid .location-container .address-wrap .details .contact-link {
  display: block;
  font-size: 1rem;
  transition: color 0.35s ease;
}
@media (min-width: 1100px) {
  .locations .container .location-grid .location-container .address-wrap .details .contact-link:hover {
    color: #0dab76;
  }
}

main {
  padding-top: 0;
}

.single-post .hero {
  position: relative;
  padding: 10rem 0 4rem;
  border-bottom: 1px solid #DBDADA;
  margin-bottom: 1rem;
}
.single-post .hero .container .hero-content .title {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.single-post .hero .container .hero-content .title h1.hero-title {
  margin-bottom: 1.5rem;
  font-size: clamp(1.5rem, 3.75vw, 2.75rem);
}
@media (min-width: 1024px) {
  .single-post .hero .container .hero-content .title h1.hero-title {
    margin-bottom: 1.75rem;
  }
}
.single-post .hero .container .hero-content .title h1.hero-title {
  margin: 0 0 2rem;
}
@media screen and (min-width: 640px) {
  .single-post .hero .container .hero-content .title h1.hero-title {
    font-size: clamp(2.5rem, 5.25vw, 3.75rem);
  }
}
@media screen and (min-width: 1100px) {
  .single-post .hero .container .hero-content .title h1.hero-title {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-post .hero .container .hero-content .title h1.hero-title.lime strong, .single-post .hero .container .hero-content .title h1.hero-title.blue strong, .single-post .hero .container .hero-content .title h1.hero-title.red strong {
  font-weight: 500;
  border-radius: 14px;
  padding: 0 0.25em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.single-post .hero .container .hero-content .title h1.hero-title p,
.single-post .hero .container .hero-content .title h1.hero-title h1,
.single-post .hero .container .hero-content .title h1.hero-title h2,
.single-post .hero .container .hero-content .title h1.hero-title h3,
.single-post .hero .container .hero-content .title h1.hero-title h4,
.single-post .hero .container .hero-content .title h1.hero-title h5,
.single-post .hero .container .hero-content .title h1.hero-title h6 {
  font-size: unset;
  margin: 0;
}
.single-post .hero .container .hero-content .goBack.blogBack {
  position: absolute;
  bottom: 0.75rem;
}
@media screen and (min-width: 1480px) {
  .single-post .hero .container .hero-content .goBack.blogBack {
    bottom: 1rem;
  }
}
.single-post .hero .container .hero-content .goBack.blogBack a {
  border-radius: 0;
  overflow: visible;
}
.single-post .hero .container .hero-content .goBack.blogBack a.butt.blackBG .svgWrapper svg {
  transform: translateX(0) rotate(-135deg);
}
.single-post .featuredImage {
  padding: 0 0 1.25rem;
}
@media only screen and (min-width: 768px) {
  .single-post .featuredImage {
    padding: 0 0 1.75rem;
  }
}
.single-post .featuredImage .container .inner {
  width: 100%;
}
.single-post .featuredImage .container .inner .featuredImageWrap {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 1/0.6;
}
@media screen and (min-width: 550px) {
  .single-post .featuredImage .container .inner .featuredImageWrap {
    aspect-ratio: unset;
  }
}
.single-post .featuredImage .container .inner .featuredImageWrap img {
  vertical-align: bottom;
}
.single-post .featuredImage .container .inner .featuredImageWrap .blogInfo {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .single-post .featuredImage .container .inner .featuredImageWrap .blogInfo {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.single-post .featuredImage .container .inner .featuredImageWrap .blogInfo .blogDetails {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0.5rem;
  border-radius: 8px;
  background: rgba(245, 245, 245, 0.8);
}
@media screen and (min-width: 400px) {
  .single-post .featuredImage .container .inner .featuredImageWrap .blogInfo .blogDetails {
    padding: 0.6rem;
  }
}
@media screen and (min-width: 550px) {
  .single-post .featuredImage .container .inner .featuredImageWrap .blogInfo .blogDetails {
    height: 34px;
    padding: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .single-post .featuredImage .container .inner .featuredImageWrap .blogInfo .blogDetails {
    height: 40px;
    padding: 1rem;
  }
}
.single-post .featuredImage .container .inner .featuredImageWrap .blogInfo .blogDetails h5 {
  font-size: 12px;
  margin: 0;
}
@media screen and (min-width: 400px) {
  .single-post .featuredImage .container .inner .featuredImageWrap .blogInfo .blogDetails h5 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .single-post .featuredImage .container .inner .featuredImageWrap .blogInfo .blogDetails h5 {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .single-post .featuredImage .container .inner .featuredImageWrap .blogInfo .blogDetails h5 {
    font-size: 1rem;
  }
}
.single-post .featuredImage .container .inner .featuredImageWrap .blogInfo .blogDetails h5 span:first-of-type {
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 550px) {
  .single-post .featuredImage .container .inner .featuredImageWrap .blogInfo .blogDetails h5 span:first-of-type {
    display: inline;
  }
}
.single-post .featuredImage .container .inner .featuredImageWrap .blogInfo .blogDetails.blogCategory {
  margin-right: 0.25rem;
}
@media screen and (min-width: 550px) {
  .single-post .featuredImage .container .inner .featuredImageWrap .blogInfo .blogDetails.blogCategory {
    margin-right: 0.5rem;
  }
}
.single-post .featuredImage .container .inner .featuredImageWrap .blogInfo .blogDetails.blogTopic {
  margin-right: 0.25rem;
}
@media screen and (min-width: 550px) {
  .single-post .featuredImage .container .inner .featuredImageWrap .blogInfo .blogDetails.blogTopic {
    margin-right: 0.5rem;
  }
}
.single-post .featuredImage .container .inner .featuredImageWrap .blogInfo .blogDetails.blogReadTime h5 {
  margin: 0;
}
.single-post .featuredImage .container .inner .featuredImageWrap .blogInfo .blogDetails.blogReadTime h5 span:first-of-type {
  font-weight: unset;
  display: inline !important;
}
.single-post .featuredImage .container .inner .featuredImageWrap .videoWrapper {
  position: relative;
  width: 100%;
  height: unset;
  margin: 0;
  float: none;
  background: #fff;
}
.single-post .featuredImage .container .inner .featuredImageWrap .videoWrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;
}
.single-post .justTitle {
  padding: 2.25rem 0 1.25rem;
}
@media only screen and (min-width: 768px) {
  .single-post .justTitle {
    padding: 2.75rem 0 1.75rem;
  }
}
.single-post .justTitle .container {
  color: #080604;
}
.single-post .justTitle .container .titleWrapper {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .single-post .justTitle .container .titleWrapper {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post .justTitle .container .titleWrapper {
    max-width: 800px;
  }
}
@media only screen and (min-width: 1560px) {
  .single-post .justTitle .container .titleWrapper {
    max-width: 850px;
  }
}
.single-post .justTitle .container .titleWrapper h3,
.single-post .justTitle .container .titleWrapper h2 {
  margin: 0;
}
.single-post .justText {
  padding: 1.25rem 0;
}
@media only screen and (min-width: 768px) {
  .single-post .justText {
    padding: 1.75rem 0;
  }
}
.single-post .justText .container {
  color: #080604;
}
.single-post .justText .container .textWrapper {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .single-post .justText .container .textWrapper {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post .justText .container .textWrapper {
    max-width: 800px;
  }
}
@media only screen and (min-width: 1560px) {
  .single-post .justText .container .textWrapper {
    max-width: 850px;
  }
}
.single-post .justText .container .textWrapper ul, .single-post .justText .container .textWrapper ol {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .single-post .justText .container .textWrapper ul, .single-post .justText .container .textWrapper ol {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 1100px) {
  .single-post .justText .container .textWrapper ul, .single-post .justText .container .textWrapper ol {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post .justText .container .textWrapper ul, .single-post .justText .container .textWrapper ol {
    margin-bottom: 1.85rem;
  }
}
.single-post .justText .container .textWrapper ul strong, .single-post .justText .container .textWrapper ul b, .single-post .justText .container .textWrapper ol strong, .single-post .justText .container .textWrapper ol b {
  font-weight: 600;
}
.single-post .justText .container .textWrapper p strong, .single-post .justText .container .textWrapper p b {
  font-weight: 600;
}
.single-post .justText .container .textWrapper *:last-child {
  margin-bottom: 0;
}
.single-post .justText .container .textWrapper h2,
.single-post .justText .container .textWrapper h3 {
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  font-weight: 400 !important;
  line-height: 120%;
  margin-top: 4rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.single-post .justText .container .textWrapper h2 strong, .single-post .justText .container .textWrapper h2 b,
.single-post .justText .container .textWrapper h3 strong,
.single-post .justText .container .textWrapper h3 b {
  font-weight: 400 !important;
}
.single-post .justText .container .textWrapper p, .single-post .justText .container .textWrapper li {
  font-size: 1.125rem;
}
@media only screen and (min-width: 1100px) {
  .single-post .justText .container .textWrapper p, .single-post .justText .container .textWrapper li {
    font-size: 1.25rem;
  }
}
.single-post .justText .container .textWrapper p a, .single-post .justText .container .textWrapper li a {
  color: #f84909;
}
.single-post .justText .container .textWrapper ul, .single-post .justText .container .textWrapper ol {
  padding-left: 1rem;
}
.single-post .oneImage {
  color: #080604;
  padding: 1.25rem 0;
}
@media only screen and (min-width: 768px) {
  .single-post .oneImage {
    padding: 1.75rem 0;
  }
}
.single-post .oneImage .container .optionalTitle {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 1.5rem;
}
@media only screen and (min-width: 768px) {
  .single-post .oneImage .container .optionalTitle {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post .oneImage .container .optionalTitle {
    max-width: 800px;
    margin: 0 auto 2rem;
  }
}
@media only screen and (min-width: 1560px) {
  .single-post .oneImage .container .optionalTitle {
    max-width: 850px;
  }
}
.single-post .oneImage .container .optionalTitle h3 {
  margin-top: 0;
}
.single-post .oneImage .container .fullImage {
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .single-post .oneImage .container .fullImage {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 1560px) {
  .single-post .oneImage .container .fullImage {
    max-width: 100%;
  }
}
.single-post .oneImage .container .fullImage .imageWrapper {
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto;
}
.single-post .oneImage .container .fullImage .imageWrapper img {
  object-fit: contain;
  margin: 0 auto;
  vertical-align: bottom;
}
.single-post .twoImages {
  color: #080604;
  padding: 1.25rem 0;
}
@media only screen and (min-width: 768px) {
  .single-post .twoImages {
    padding: 1.75rem 0;
  }
}
.single-post .twoImages .container .optionalTitle {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 1.5rem;
}
@media only screen and (min-width: 768px) {
  .single-post .twoImages .container .optionalTitle {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post .twoImages .container .optionalTitle {
    max-width: 800px;
    margin: 0 auto 2rem;
  }
}
@media only screen and (min-width: 1560px) {
  .single-post .twoImages .container .optionalTitle {
    max-width: 850px;
  }
}
.single-post .twoImages .container .optionalTitle h3 {
  margin-top: 0;
}
.single-post .twoImages .container .allImages {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .single-post .twoImages .container .allImages {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post .twoImages .container .allImages {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 1560px) {
  .single-post .twoImages .container .allImages {
    max-width: 100%;
  }
}
.single-post .twoImages .container .allImages .imageWrapper {
  border-radius: 6px;
  overflow: hidden;
}
.single-post .twoImages .container .allImages .imageWrapper:nth-of-type(1) {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .single-post .twoImages .container .allImages .imageWrapper:nth-of-type(1) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .single-post .twoImages .container .allImages .imageWrapper {
    flex: 0 1 calc(50% - 0.5rem);
  }
}
.single-post .quote {
  padding: 0.5rem 0 1.25rem;
}
@media only screen and (min-width: 768px) {
  .single-post .quote {
    padding: 0 0 1.75rem;
  }
}
.single-post .quote .container .textWrapper {
  font-size: 1.5rem;
  max-width: 500px;
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .single-post .quote .container .textWrapper {
    max-width: 650px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post .quote .container .textWrapper {
    max-width: 800px;
  }
}
@media only screen and (min-width: 1560px) {
  .single-post .quote .container .textWrapper {
    max-width: 850px;
  }
}
.single-post .quote .container .textWrapper::before {
  content: "“";
  display: flex;
  align-items: baseline;
  justify-content: unset;
  font-family: "Host Grotesk", Georgia, serif;
  font-size: 8rem;
  margin-right: 0.5rem;
  height: 65px;
  line-height: 1em;
  vertical-align: baseline;
  color: #080604;
  opacity: 0.2;
  margin-right: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .single-post .quote .container .textWrapper::before {
    font-size: 14rem;
    margin-right: 0.5rem;
    height: 100px;
  }
}
.single-post .quote .container .textWrapper p,
.single-post .quote .container .textWrapper a,
.single-post .quote .container .textWrapper ul,
.single-post .quote .container .textWrapper h1,
.single-post .quote .container .textWrapper h2,
.single-post .quote .container .textWrapper h3,
.single-post .quote .container .textWrapper h4,
.single-post .quote .container .textWrapper h5,
.single-post .quote .container .textWrapper h6 {
  font-size: unset;
  margin: 0;
}
.single-post .imageWithQuote {
  padding: 1.25rem 0;
}
@media only screen and (min-width: 768px) {
  .single-post .imageWithQuote {
    padding: 1.75rem 0;
  }
}
.single-post .imageWithQuote .container .optionalTitle {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 1.5rem;
}
@media only screen and (min-width: 768px) {
  .single-post .imageWithQuote .container .optionalTitle {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post .imageWithQuote .container .optionalTitle {
    max-width: 800px;
    margin: 0 auto 2rem;
  }
}
@media only screen and (min-width: 1560px) {
  .single-post .imageWithQuote .container .optionalTitle {
    max-width: 850px;
  }
}
.single-post .imageWithQuote .container .optionalTitle h3 {
  margin-top: 0;
}
.single-post .imageWithQuote .container .allImages {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .single-post .imageWithQuote .container .allImages {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post .imageWithQuote .container .allImages {
    max-width: 1100px;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1560px) {
  .single-post .imageWithQuote .container .allImages {
    max-width: 100%;
  }
}
.single-post .imageWithQuote .container .allImages .imageWrapper {
  border-radius: 6px;
  overflow: hidden;
}
.single-post .imageWithQuote .container .allImages .imageWrapper:nth-of-type(1) {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .single-post .imageWithQuote .container .allImages .imageWrapper:nth-of-type(1) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .single-post .imageWithQuote .container .allImages .imageWrapper {
    flex: 0 1 calc(50% - 0.5rem);
  }
}
.single-post .imageWithQuote .container .allImages .textWrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
  border-radius: 6px;
  overflow: hidden;
  padding: 2rem 0;
}
@media only screen and (min-width: 768px) {
  .single-post .imageWithQuote .container .allImages .textWrapper {
    flex: 0 1 calc(50% - 0.5rem);
    padding: 3rem 0;
  }
}
.single-post .imageWithQuote .container .allImages .textWrapper .smallSix {
  position: absolute;
  top: 2rem;
  left: 0;
  height: 100px;
  width: 100px;
  opacity: 0.1;
}
@media only screen and (min-width: 1200px) {
  .single-post .imageWithQuote .container .allImages .textWrapper .smallSix {
    height: 150px;
    width: 150px;
  }
}
@media only screen and (min-width: 1560px) {
  .single-post .imageWithQuote .container .allImages .textWrapper .smallSix {
    height: 280px;
    width: 280px;
  }
}
.single-post .imageWithQuote .container .allImages .textWrapper .smallNine {
  position: absolute;
  bottom: 2rem;
  right: 0;
  height: 100px;
  width: 100px;
  opacity: 0.1;
}
@media only screen and (min-width: 1200px) {
  .single-post .imageWithQuote .container .allImages .textWrapper .smallNine {
    height: 150px;
    width: 150px;
  }
}
@media only screen and (min-width: 1560px) {
  .single-post .imageWithQuote .container .allImages .textWrapper .smallNine {
    height: 280px;
    width: 280px;
  }
}
.single-post .imageWithQuote .container .allImages .textWrapper p {
  font-size: 1.25rem;
  max-width: 90%;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .single-post .imageWithQuote .container .allImages .textWrapper p {
    font-size: 1.5rem;
    max-width: 80%;
  }
}
.single-post .gallery {
  padding: 1.25rem 0;
}
@media only screen and (min-width: 768px) {
  .single-post .gallery {
    padding: 1.75rem 0;
  }
}
.single-post .gallery .container .slider {
  position: relative;
}
.single-post .gallery .container .slider .gallery-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.single-post .gallery .container .slider .gallery-slider .gallery-item {
  width: 100%;
}
.single-post .gallery .container .slider .gallery-slider .gallery-item img {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  border-radius: 6px;
}
.single-post .gallery .container .slider .gallery-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.single-post .gallery .container .slider .gallery-nav .prev,
.single-post .gallery .container .slider .gallery-nav .next {
  width: 32px;
  height: 25px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  cursor: pointer;
}
.single-post .gallery .container .slider .gallery-nav .prev {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 27.7.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 73.1 58.2' style='enable-background:new 0 0 73.1 58.2;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23000000;stroke-width:2;%7d %3c/style%3e%3cg transform='translate(0.347 0.347)'%3e%3cg transform='translate(11.498 11.498)'%3e%3cpath class='st0' d='M17.8,45.1L-9.7,17.6L17.8-10'/%3e%3c/g%3e%3cg transform='translate(0.36 0.36)'%3e%3cpath class='st0' d='M2.1,28.7h70.1'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
  margin-right: 20px;
}
.single-post .gallery .container .slider .gallery-nav .next {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 27.7.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 73.1 58.2' style='enable-background:new 0 0 73.1 58.2;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23000000;stroke-width:2;%7d %3c/style%3e%3cg transform='translate(0.347 0.347)'%3e%3cg transform='translate(11.498 11.498)'%3e%3cpath class='st0' d='M31.4-10l27.5,27.5L31.4,45.1'/%3e%3c/g%3e%3cg transform='translate(0.36 0.36)'%3e%3cpath class='st0' d='M69.3,28.7H-0.7'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
  margin-left: 20px;
}
.single-post .gallery .container .slider .gallery-nav .gallery-number {
  font-size: 35px;
  color: #080604;
}
.single-post .gallery .container .slider .gallery-nav .gallery-number span {
  color: #080604;
}
.single-post .gallery .container .slider .gallery-nav .gallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 180px;
}
@media only screen and (min-width: 640px) {
  .single-post .gallery .container .slider .gallery-nav .gallery-thumbnails {
    max-width: 450px;
  }
}
@media only screen and (min-width: 900px) {
  .single-post .gallery .container .slider .gallery-nav .gallery-thumbnails {
    max-width: 700px;
    justify-content: flex-start;
  }
}
.single-post .gallery .container .slider .gallery-nav .gallery-thumbnails .gallery-thumbnail {
  margin: 0;
  cursor: pointer;
}
.single-post .gallery .container .slider .gallery-nav .gallery-thumbnails .gallery-thumbnail img {
  display: block;
  width: 100%;
  padding: 5px;
  max-width: 60px;
  aspect-ratio: 4/3;
  border-radius: 9px;
}
@media only screen and (min-width: 900px) {
  .single-post .gallery .container .slider .gallery-nav .gallery-thumbnails .gallery-thumbnail img {
    max-width: 75px;
  }
}
.single-post .gallery .container .slider .gallery-nav.simple {
  justify-content: flex-end;
}
.single-post .gallery .container .slider .gallery-nav.simple .prev {
  margin-right: 12px;
}
.single-post .gallery .container .slider .gallery-nav.simple .next {
  margin-left: 12px;
}
.single-post .video {
  padding: 1.25rem 0;
}
@media only screen and (min-width: 768px) {
  .single-post .video {
    padding: 1.75rem 0;
  }
}
.single-post .video .container .optionalTitle {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 1.5rem;
}
@media only screen and (min-width: 768px) {
  .single-post .video .container .optionalTitle {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post .video .container .optionalTitle {
    max-width: 800px;
    margin: 0 auto 2rem;
  }
}
@media only screen and (min-width: 1560px) {
  .single-post .video .container .optionalTitle {
    max-width: 850px;
  }
}
.single-post .video .container .optionalTitle h3 {
  margin-top: 0;
}
.single-post .video .container .fullImage {
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .single-post .video .container .fullImage {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 1560px) {
  .single-post .video .container .fullImage {
    max-width: 100%;
  }
}
.single-post .video .container .fullImage .imageWrapper {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 6px;
  overflow: hidden;
}
.single-post .video .container .fullImage .imageWrapper p {
  display: inline;
  margin: 0;
}
.single-post .video .container .fullImage .imageWrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.single-post .video .container h3,
.single-post .video .container h2 {
  margin: 0;
}
.single-post .autoVideoWork {
  padding: 1.25rem 0;
}
@media only screen and (min-width: 768px) {
  .single-post .autoVideoWork {
    padding: 1.75rem 0;
  }
}
.single-post .autoVideoWork .container .fullVideo {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .single-post .autoVideoWork .container .fullVideo {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 1560px) {
  .single-post .autoVideoWork .container .fullVideo {
    max-width: 100%;
  }
}
.single-post .autoVideoWork .container .fullVideo .videoWrapper {
  position: relative;
  pointer-events: none;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
}
.single-post .autoVideoWork .container .fullVideo .videoWrapper iframe {
  aspect-ratio: 16/9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-post .autoVideoWork .container .fullVideo.portrait {
  max-width: 540px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .single-post .autoVideoWork .container .fullVideo.portrait {
    max-width: 540px;
  }
}
@media only screen and (min-width: 1560px) {
  .single-post .autoVideoWork .container .fullVideo.portrait {
    max-width: 540px;
  }
}
.single-post .autoVideoWork .container .fullVideo.portrait .videoWrapper {
  padding: 124.25% 0 0 0;
}
.single-post .socialShare {
  border-top: 1px solid #DBDADA;
  padding: 2rem 0 3rem;
  border-bottom: 1px solid #DBDADA;
  margin: 1.5rem 0;
}
@media only screen and (min-width: 520px) {
  .single-post .socialShare {
    padding: 3rem 0;
  }
}
.single-post .socialShare .container .shareWrapper {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 520px) {
  .single-post .socialShare .container .shareWrapper {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .single-post .socialShare .container .shareWrapper {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post .socialShare .container .shareWrapper {
    max-width: 800px;
  }
}
@media only screen and (min-width: 1560px) {
  .single-post .socialShare .container .shareWrapper {
    max-width: 850px;
  }
}
.single-post .socialShare .container .shareWrapper span.shareTitle {
  display: inline-block;
  font-size: 2rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 520px) {
  .single-post .socialShare .container .shareWrapper span.shareTitle {
    margin-bottom: 0;
  }
}
.single-post .socialShare .container .shareWrapper .socials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 308px;
}
@media only screen and (min-width: 520px) {
  .single-post .socialShare .container .shareWrapper .socials {
    max-width: unset;
  }
}
@media only screen and (min-width: 900px) {
  .single-post .socialShare .container .shareWrapper .socials {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.single-post .socialShare .container .shareWrapper .socials .linkWrapper a {
  display: flex;
  justify-content: space-between;
  border: 1px solid #DBDADA;
  border-radius: 6px;
  padding: 0.3rem 0.75rem;
  font-size: 1rem;
  text-decoration: none;
  height: 50px;
  width: 145px;
  background-color: transparent;
}
@media only screen and (min-width: 520px) {
  .single-post .socialShare .container .shareWrapper .socials .linkWrapper a {
    height: 60px;
    width: 170px;
  }
}
@media only screen and (min-width: 900px) {
  .single-post .socialShare .container .shareWrapper .socials .linkWrapper a {
    width: 142px;
  }
}
@media only screen and (min-width: 1100px) {
  .single-post .socialShare .container .shareWrapper .socials .linkWrapper a {
    transition: background-color 0.35s ease, border-color 0.35s ease;
  }
  .single-post .socialShare .container .shareWrapper .socials .linkWrapper a:hover {
    border-color: #ffcedc;
    background-color: #ffcedc;
  }
  .single-post .socialShare .container .shareWrapper .socials .linkWrapper a:hover span:after {
    transform: rotate(45deg);
  }
  .single-post .socialShare .container .shareWrapper .socials .linkWrapper a:hover span:before {
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post .socialShare .container .shareWrapper .socials .linkWrapper a {
    width: 170px;
  }
}
.single-post .socialShare .container .shareWrapper .socials .linkWrapper a span {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
.single-post .socialShare .container .shareWrapper .socials .linkWrapper a span:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.757519 9.72822L8.92582 1.55992M0.757533 1.24271L9.2428 1.24294L9.2428 9.72822' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  transform: rotate(0deg);
  top: 5px;
  transition: transform 0.35s ease;
}
.single-post .socialShare .container .shareWrapper .socials .linkWrapper a span:before {
  content: "";
  z-index: 1;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #f5f5f5;
  border-radius: 22px;
  position: absolute;
  right: -4px;
  top: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.single-post .related-blog-articles {
  color: #080604;
  padding: 4rem 0 0;
}
.single-post .related-blog-articles .container {
  position: relative;
}
.single-post .related-blog-articles .container .goBack.blogBack {
  position: absolute;
}
@media screen and (max-width: 639px) {
  .single-post .related-blog-articles .container .goBack.blogBack {
    top: -4rem;
    left: 0;
    right: 0;
    max-width: fit-content;
    margin: auto;
  }
}
@media screen and (min-width: 640px) {
  .single-post .related-blog-articles .container .goBack.blogBack {
    top: -0.1rem;
  }
}
@media screen and (min-width: 768px) {
  .single-post .related-blog-articles .container .goBack.blogBack {
    top: 0.15rem;
  }
}
@media screen and (min-width: 1480px) {
  .single-post .related-blog-articles .container .goBack.blogBack {
    top: 0.35rem;
  }
}
.single-post .related-blog-articles .container .goBack.blogBack a {
  display: flex;
  align-items: center;
  border: 1px solid #cfcfcf;
  border-radius: 14px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
}
@media screen and (min-width: 1480px) {
  .single-post .related-blog-articles .container .goBack.blogBack a {
    font-size: 16px;
    padding: 0.75rem 1rem;
  }
}
.single-post .related-blog-articles .container .goBack.blogBack a::before {
  content: "";
  position: relative;
  bottom: 1px;
  display: inline-block;
  width: 10px;
  transform: rotate(90deg);
  height: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.24369 1.24264L9.41199 9.41094M9.85088 1.36456L9.72897 9.72792L1.3656 9.84984' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
@media screen and (min-width: 1480px) {
  .single-post .related-blog-articles .container .goBack.blogBack a::before {
    width: 12px;
    height: 12px;
    margin-right: 12px;
  }
}
.single-post .related-blog-articles .container h2.title {
  text-align: center;
  margin-bottom: 1.5em;
}
.single-post .related-blog-articles .container h2.title span {
  color: #fff;
  border-radius: 14px;
  padding: 0 0.25em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.single-post .related-blog-articles .container .titleWrapper {
  margin-bottom: 1.25rem;
}
.single-post .related-blog-articles .container .buttons {
  display: flex;
  justify-content: center;
  padding: 3rem 0 1rem;
}
.single-post .related-blog-articles .container .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
  grid-column-gap: 0;
  grid-row-gap: 1rem;
  align-items: stretch;
  border: none;
  padding-bottom: 2rem;
}
@media (min-width: 640px) {
  .single-post .related-blog-articles .container .content-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1100px) {
  .single-post .related-blog-articles .container .content-wrapper {
    gap: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .single-post .related-blog-articles .container .content-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1400px) {
  .single-post .related-blog-articles .container .content-wrapper {
    gap: 1.5rem;
  }
}
.single-post .related-blog-articles .container .content-wrapper .fullBlog {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  background-color: #fff;
  padding: 10px 10px 0;
  border-radius: 8px;
}
@media (min-width: 640px) and (max-width: 1199px) {
  .single-post .related-blog-articles .container .content-wrapper .fullBlog:last-of-type {
    display: none;
  }
}
.single-post .related-blog-articles .container .content-wrapper .fullBlog a {
  text-decoration: none;
}
.single-post .related-blog-articles .container .content-wrapper .fullBlog .leftImage {
  margin-bottom: 1rem;
}
.single-post .related-blog-articles .container .content-wrapper .fullBlog .leftImage a {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 451/309;
}
.single-post .related-blog-articles .container .content-wrapper .fullBlog .leftImage a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .related-blog-articles .container .content-wrapper .fullBlog .rightSide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-post .related-blog-articles .container .content-wrapper .fullBlog .rightSide .titleWrapper h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.05rem, 2.5vw, 1.25rem);
}
.single-post .related-blog-articles .container .content-wrapper .fullBlog .rightSide .titleWrapper h3 a {
  color: #080604;
}
.single-post .related-blog-articles .container .content-wrapper .fullBlog .rightSide .readWrapper {
  margin-top: 1rem;
}
.single-post .related-blog-articles .container .content-wrapper .fullBlog .rightSide .readWrapper a {
  border: 1px solid #cfcfcf;
  color: #080604;
  border-radius: 10px;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  display: inline-flex;
  align-items: center;
}
.single-post .related-blog-articles .container .content-wrapper .fullBlog .rightSide .readWrapper a svg {
  margin-left: 2rem;
}
@media only screen and (min-width: 1100px) {
  .single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1100px) {
  .single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom .readTime {
    display: flex;
    align-items: flex-end;
  }
}
.single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom .readTime .text span {
  display: inline-block;
}
.single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom > div {
  padding-bottom: 15px;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom > div {
    flex: 0 1 50%;
  }
}
@media only screen and (min-width: 1100px) {
  .single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom > div.category {
    flex: 0 1 35%;
  }
}
.single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom > div span {
  position: relative;
  color: #9d9d9d;
}
@media only screen and (min-width: 1100px) {
  .single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom > div.topic {
    flex: 0 1 65%;
    min-height: 70px;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom > div.readWrapper {
    text-align: right;
  }
}
@media only screen and (min-width: 1100px) {
  .single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom > div:nth-of-type(3) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom > div {
    flex: 0 1 25%;
  }
}
@media only screen and (min-width: 1100px) {
  .single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom > div {
    flex: 0 1 50%;
  }
}
.single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom > div span {
  line-height: 1.2;
  display: block;
  margin-top: 0.25rem;
}
.single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom > div h5,
.single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom > div span {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom > div h5,
  .single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom > div span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1400px) {
  .single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom > div h5,
  .single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom > div span {
    font-size: 15px;
  }
}
.single-post .related-blog-articles .container .content-wrapper .fullBlog .introBottom > div h5 {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}

.contact-form {
  margin-top: 3rem;
  border-bottom: 1px solid #DBDADA;
  padding-bottom: 3rem;
}

.linkWrapper {
  position: relative;
}
.linkWrapper a::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  color: #0dab76;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.linkWrapper a.tooltip-visible::before {
  opacity: 1;
}

.icons .container .thirds {
  margin: 3rem 0;
}

.single-post .video .container .fullImage {
  max-width: 1220px;
}
.single-post .gallery .container .slider {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.single-post .twoImages .container .allImages {
  max-width: 100%;
}
.single-post .oneImage .container .fullImage {
  max-width: 100%;
}
.single-post .justTitle .container .titleWrapper h2, .single-post .justTitle .container .titleWrapper h3 {
  text-transform: uppercase;
}

.eyes {
  padding: 1.5rem 0;
}
.eyes .container .svgWrap {
  display: flex;
  justify-content: center;
}
.eyes .container .svgWrap svg {
  overflow: visible;
}
.eyes .container .svgWrap svg .eye {
  animation: eyeSequence 20s infinite;
  transform-box: fill-box;
  transform-origin: center;
}

@keyframes eyeSequence {
  0%, 20% {
    transform: translateX(0) scaleY(1);
  }
  21%, 24% {
    transform: translate(-10px, -10px) scaleY(1);
  }
  25%, 28% {
    transform: translate(10px, -10px) scaleY(1);
  }
  29%, 40% {
    transform: translateX(0) scaleY(1);
  }
  40.6% {
    transform: translateX(0) scaleY(0.1);
  }
  41.2% {
    transform: translateX(0) scaleY(1);
  }
  41.8% {
    transform: translateX(0) scaleY(0.1);
  }
  42.4%, 100% {
    transform: translateX(0) scaleY(1);
  }
}/*# sourceMappingURL=single.css.map */