:root {
  --background: #0a0909;
  --paragraphs: #ffffffa6;
  --white: white;
  --accent: #af865b;
  --borders: #2a2a2a;
  --hollow-black: #161616;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background);
  color: var(--paragraphs);
  flex-direction: column;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 170%;
  display: flex;
}

h1 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

h2 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Raleway, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

h3 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 105%;
  text-decoration: none;
}

h4 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  text-decoration: none;
}

h5 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-decoration: none;
}

h6 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

p {
  color: var(--paragraphs);
  margin-bottom: 25px;
}

a {
  color: var(--white);
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: var(--accent);
}

li {
  color: var(--paragraphs);
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--white);
  text-align: left;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 2px solid var(--accent);
  color: var(--accent);
  margin-bottom: 25px;
  padding: 0 24px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 165%;
}

figure {
  border: 1px solid #ffffff26;
  margin-top: 37px;
  margin-bottom: 37px;
}

figcaption {
  text-align: center;
  margin-top: 0;
  padding: 12px 5%;
  font-size: 14px;
  line-height: 160%;
}

.header {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.page-wrapper.relative {
  position: relative;
}

.container-default {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}

.container-default.header {
  max-width: none;
  padding-left: 50px;
  padding-right: 0;
}

.container-default.about, .container-default.cta {
  max-width: 1200px;
}

.container-default.footer {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-default.about-hero {
  max-width: 1200px;
}

.container-default.grid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container-default.hero-container {
  max-width: 1920px;
  padding-left: 70px;
  padding-right: 70px;
}

.container-default.services-hero {
  max-width: 1920px;
  padding-left: 0;
}

.container-default.portfolio {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.container-default.hero-container-copy {
  max-width: 1920px;
  padding-left: 70px;
  padding-right: 70px;
}

.header-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-logo {
  z-index: 1000;
  cursor: pointer;
  position: relative;
}

.menu-button {
  z-index: 1000;
  background-color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: background-color .25s;
  display: flex;
  position: relative;
}

.lottie-animation {
  width: 55px;
  margin-top: 8px;
  transition: opacity .2s;
}

.header-logo {
  width: 10rem;
  transition: opacity .5s;
}

.header-logo:hover {
  opacity: .6;
}

.nav-fullscreen {
  z-index: 300;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-fullscreen-link-mask {
  z-index: 1;
  width: 100%;
  color: var(--background);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-fullscreen-link {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Raleway, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: color .6s;
}

.nav-fullscreen-link:hover {
  color: var(--accent);
}

.nav-fullscreen-link.link-1 {
  transition: color .6s;
}

.nav-fullscreen-bottom {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-size-xsmall {
  font-size: 17px;
  font-weight: 600;
}

.nav-fullscreen-background {
  background-color: var(--background);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.section {
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.home-hero {
  border-bottom: 1px solid var(--borders);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.section.moving-headers {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.section.no-padding-bottom {
  padding-bottom: 0;
}

.section.about-hero, .section.services-hero {
  overflow: hidden;
}

.section.portfolio-hero {
  border-bottom: 1px none var(--borders);
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  padding-top: 190px;
  padding-bottom: 190px;
  display: flex;
  position: relative;
}

.section.contact-hero {
  padding-top: 190px;
  padding-bottom: 140px;
}

.section.changelog-hero {
  border-bottom: 1px solid var(--white);
  padding-top: 170px;
}

.section.home-hero-copy {
  border-bottom: 1px solid var(--borders);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.home-hero-image-box {
  z-index: -1;
  width: 100%;
  max-width: 49%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

._2-column-grid {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: stretch;
  width: 100%;
  position: relative;
}

.underlined-button {
  width: 12rem;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.underlined-button.small {
  width: 90px;
}

.underlined-button.large {
  width: 180px;
}

.underlined-button.large.cta {
  text-align: center;
}

.underlined-button.medium {
  width: 112px;
}

.button-primary {
  border-bottom: 1px none var(--white);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  width: auto;
  margin-bottom: 10px;
  font-weight: 700;
}

.button-line-bg {
  background-color: var(--borders);
  width: 100%;
  height: 2px;
  margin-top: 2px;
  position: relative;
}

.button-line {
  background-color: var(--accent);
  transform-origin: 0%;
  position: absolute;
  inset: 0;
}

.image.about {
  width: 100%;
  max-width: 70%;
  height: 100%;
  box-shadow: 0 4px 34px #00000059;
}

.image.about._01 {
  object-fit: cover;
  object-position: 50% 50%;
  align-self: flex-end;
  width: 350px;
  max-width: 100%;
  height: 350px;
  margin-left: -100%;
  position: relative;
  box-shadow: 12px 8px 120px #000000e6;
}

.image.about._02 {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 20%;
  align-self: flex-start;
  width: 350px;
  max-width: 100%;
  height: 350px;
  margin-bottom: 24%;
  position: relative;
}

.image.about-image {
  width: 80%;
}

.image.contact-hero-image {
  z-index: -1;
  object-fit: cover;
  max-width: 145%;
  position: relative;
  inset: 0%;
}

.text-accent {
  color: var(--accent);
}

._4-column-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
}

.card {
  border: 1px solid var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  align-items: stretch;
  max-width: 75%;
  min-height: 450px;
  padding: 5rem 25% 4rem 5rem;
  display: flex;
}

.card.down {
  position: relative;
  top: 2rem;
}

.card.services {
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  min-height: 0;
  padding: 45px 35px 9px;
}

.card.testimonials {
  border-style: solid;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 100px;
}

.card.value-card {
  max-width: none;
  min-height: 0;
  padding: 60px;
  position: relative;
}

.card.value-card._02 {
  margin-top: 20%;
}

.card.value-card._03 {
  margin-top: 40%;
}

.card.value-card._04 {
  margin-top: -40%;
}

.card.value-card._05 {
  margin-top: -20%;
}

.service-icon {
  object-fit: fill;
  height: 50px;
}

.container-small {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.images-line-content {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.image-line {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.image-line.second-line {
  margin-bottom: 0;
}

.image-line-item {
  object-fit: cover;
  object-position: 50% 50%;
  flex: none;
  width: 510px;
  height: 340px;
  margin-left: 15px;
  margin-right: 15px;
}

.image-wrapper.about {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.image-wrapper.testimonial {
  flex: 1;
  align-self: flex-start;
  max-width: 40%;
  margin-top: -6.5rem;
  margin-left: -40%;
  display: block;
  position: relative;
  box-shadow: 0 4px 54px #00000080;
}

.image-wrapper.contact-image {
  z-index: 0;
  position: relative;
}

.container-move-text {
  display: flex;
}

.container-move-text.second {
  justify-content: flex-end;
}

.heading-move, .second-heading-move {
  background-color: var(--accent);
  text-transform: uppercase;
  text-shadow: 0 0 2px var(--background);
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
}

.testimonials-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide {
  width: 100%;
  height: 100%;
  padding: 0;
}

.card-box {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: visible;
}

.avatar {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 30rem;
}

.divider {
  background-color: var(--borders);
  width: 100%;
  height: 1px;
}

.client-details {
  margin-top: 32px;
}

.client-name {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.client-job {
  color: var(--paragraphs);
  font-size: 16px;
}

.slider-arrow {
  background-color: var(--white);
  width: 45px;
  height: 45px;
  min-height: 45px;
  color: var(--background);
  border: 1px solid #fff;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  transition: color .4s, border-color .4s, background-color .4s;
  display: flex;
  position: absolute;
  inset: 62% 0% 0% 7%;
}

.slider-arrow:hover {
  border: 1px solid var(--white);
  background-color: var(--background);
  color: var(--white);
  border-radius: 1px;
}

.slider-arrow.left {
  left: -60px;
  right: 0;
}

.arrow-icon {
  font-size: 21px;
}

.slide-nav {
  display: none;
}

.cta-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-bg-text {
  z-index: -1;
  color: var(--hollow-black);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway, sans-serif;
  font-size: 200px;
  font-weight: 900;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-photo {
  justify-content: center;
  align-items: center;
  padding: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-feed {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: grid;
  position: relative;
}

.photo-hover {
  z-index: 2;
  background-color: #0009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.photo-info {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.instagram-hover-label {
  color: var(--white);
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.instagram-hover-text {
  color: var(--white);
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.instagram-hover-icon {
  background-image: url('../images/instagram-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.instagram-image {
  z-index: 1;
  object-fit: cover;
  width: 102%;
  max-width: none;
  height: 102%;
  margin-top: -1%;
  margin-left: -1%;
  display: block;
  position: absolute;
}

.footer-left {
  border-right: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  padding: 5%;
  display: flex;
}

.footer-logo {
  width: 170px;
}

.footer-email-link {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  text-decoration: none;
}

.footer-phone-number {
  color: var(--paragraphs);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  text-decoration: none;
}

.footer-socials {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-left: -3px;
  display: flex;
}

.social {
  width: 30px;
}

.footer-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.footer-nav {
  border-bottom: 1px solid #fff;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 5%;
  display: flex;
}

.footer-bottom {
  align-items: center;
  padding: 5%;
  display: flex;
}

.footer-nav-link {
  color: var(--white);
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  transition: color .4s;
}

.footer-nav-link:hover {
  color: var(--accent);
}

.footer-bottom-text {
  color: var(--paragraphs);
  font-size: 12px;
}

.footer-bottom-link {
  color: var(--white);
  font-size: 11px;
  text-decoration: none;
}

.footer-divider {
  background-color: #949494;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 3px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.about-hero-wrapper {
  z-index: 2;
  grid-column-gap: 52px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: grid;
  position: relative;
}

.about-hero-image-wrap {
  object-fit: fill;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}

.about-hero-image {
  width: 100%;
}

.tattoo-award {
  align-items: center;
  display: flex;
}

.award-text {
  margin-left: 16px;
}

.award-title {
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.award-desciption {
  color: var(--paragraphs);
  font-size: 16px;
}

.stats-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  position: relative;
}

.stats {
  border: 1px solid var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 320px;
  max-height: 16vw;
  padding: 16%;
  display: flex;
  overflow: hidden;
  box-shadow: -1px 0 #949494;
}

.stats.top {
  position: relative;
  top: -30px;
}

.stats-title {
  color: var(--white);
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  line-height: 120%;
}

.stats-text {
  color: var(--paragraphs);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 25px;
}

.counter-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}

.accordion-cards {
  margin-bottom: 40px;
  display: block;
}

.accordion-card {
  cursor: pointer;
  overflow: hidden;
}

.accordion-header {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.accordion-info {
  height: auto;
  padding-left: 60px;
}

.plus-icon {
  cursor: pointer;
  border: 1px solid #ffdf8d4d;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  transition: border-color .4s;
  display: flex;
  position: relative;
}

.plus-icon:hover {
  border-color: #ffdf8d;
}

.plus-icon-line-1 {
  background-color: var(--accent);
  width: 2px;
  height: 24px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.plus-icon-line-2 {
  background-color: var(--accent);
  width: 24px;
  height: 2px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

._2-column-grid-about {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  align-items: center;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._3-column-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

._3-column-grid.values {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: start;
  margin-top: 30px;
}

._3-column-grid.no-gaps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.number-heading {
  color: var(--borders);
  font-size: 45px;
  font-weight: 900;
}

.grid-box-image {
  justify-content: center;
  align-items: center;
  padding: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-accordions {
  margin-top: 4rem;
}

.accordion-item-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-tab-button {
  border: 1px solid var(--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  transition: background-color .4s;
  display: flex;
}

.accordion-tab-button:hover {
  background-color: var(--hollow-black);
}

.accordion-answer {
  overflow: hidden;
}

.faq-question {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.plus-icon-faq {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  transition: border-color .4s;
  display: flex;
  position: relative;
}

.plus-icon-faq:hover {
  border-color: #ffdf8d;
}

.accordion-answer-content {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
  line-height: 23px;
}

.services-hero-wrapper {
  z-index: 2;
  grid-column-gap: 52px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: grid;
  position: relative;
}

.services-hero-image-wrap {
  object-fit: fill;
  width: 100%;
  overflow: hidden;
}

.services-hero-image {
  width: 100%;
}

.portfolio-hero-images-wrapper {
  z-index: -1;
  width: 100%;
  max-width: 49%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.portfolio-hero-wrap {
  flex-direction: row;
  display: flex;
}

.portfolio-hero-wrap.second-line {
  justify-content: flex-end;
}

.portfolio-hero-line {
  flex: none;
  display: flex;
}

.portfolio-hero-line.second-line {
  justify-content: flex-end;
}

.portfolio-hero-image {
  object-fit: cover;
  flex: none;
  width: 320px;
  height: 370px;
  padding: 8px;
}

.portfolio-card {
  perspective: 1000px;
  width: 100%;
  height: 400px;
  position: relative;
}

.portfolio-card-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.portfolio-image-wrapper {
  width: 110%;
  height: 110%;
  position: absolute;
}

.view-circle {
  z-index: 10;
  background-color: var(--white);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

.view-text {
  color: var(--background);
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.left-column {
  flex-direction: column;
  display: flex;
}

.contact-form-wrapper {
  z-index: 2;
  border: 1px solid var(--white);
  background-color: var(--background);
  padding: 80px;
  position: relative;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.page-loader {
  z-index: 9999;
  background-color: var(--background);
  transform-origin: 50% 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader-wrapper {
  background-color: var(--background);
  transform-origin: 50% 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.page-loader-text-bg {
  width: 11vw;
  position: relative;
}

.page-loader-text-bg.absolute {
  max-width: none;
  position: absolute;
}

.page-loader-text-wrap {
  position: absolute;
  inset: 0;
}

.hide-page-loader {
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.success-message {
  border: 1px solid var(--accent);
  background-color: #ffdf8d14;
}

.success-text {
  color: var(--white);
  font-size: 16px;
}

.error-message {
  color: var(--white);
  background-color: #a6000059;
  border: 1px solid #b00000;
}

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC01903.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
}

.utility-page-content {
  border: 2px solid var(--borders);
  background-color: var(--background);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding: 50px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.rich-text {
  text-align: left;
}

.sg-section {
  z-index: 0;
  background-color: var(--background);
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  border-bottom: 1px solid var(--white);
  color: #fff;
}

.sg-label {
  color: var(--paragraphs);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.visible-spacer {
  background-color: var(--hollow-black);
  display: inline-block;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--accent);
}

._2-1-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.ds-section-header {
  margin-bottom: 50px;
}

.ds-icon {
  margin-bottom: 4px;
  margin-right: 24px;
  display: inline-block;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.field-label {
  color: var(--white);
  text-align: left;
  font-size: 15px;
  font-weight: 600;
}

.form {
  margin-bottom: 8px;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.ds-icon-grid {
  margin-top: 24px;
}

.text-box {
  max-width: 750px;
}

.text-box._400px {
  max-width: 400px;
  min-height: 64px;
}

.text-box._400px.visible {
  background-color: var(--hollow-black);
}

.text-box._700px {
  max-width: 700px;
  min-height: 64px;
}

.text-box._700px.visible {
  background-color: var(--hollow-black);
}

.text-box._500px {
  max-width: 500px;
  min-height: 64px;
}

.text-box._500px.visible {
  background-color: var(--hollow-black);
}

.text-box._800px {
  max-width: 800px;
  min-height: 64px;
}

.text-box._800px.visible {
  background-color: var(--hollow-black);
}

.text-box._600px {
  max-width: 600px;
  min-height: 64px;
}

.text-box._600px.visible {
  background-color: var(--hollow-black);
}

.sg-description {
  max-width: 400px;
  color: var(--paragraphs);
}

.sg-menu {
  width: 100%;
}

.sg-nav {
  border-right: 1px solid #ced5db;
  width: 240px;
  height: 0;
  position: fixed;
  inset: 0% auto 0 0;
}

.paragraph {
  max-width: 470px;
  margin-bottom: 36px;
}

.paragraph.large {
  max-width: 510px;
  font-size: 18px;
}

.paragraph.small {
  opacity: .75;
  font-size: 14px;
  line-height: 170%;
}

.paragraph.xlarge {
  font-size: 22px;
  line-height: 170%;
}

.sg-content {
  background-color: var(--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

.page-content {
  width: 100%;
  min-height: 100vh;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  border-color: var(--accent);
  background-color: var(--accent);
  background-position: 50%;
  background-size: 16px;
}

.sg-menu-link {
  width: 100%;
  color: var(--paragraphs);
  border-left: 4px solid #0000;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: #fff;
}

.sg-menu-link.w--current {
  background-color: var(--white);
  color: #111314;
  padding-right: 0;
  font-weight: 600;
}

.sg-menu-link.w--current:hover {
  background-color: var(--white);
}

.icon {
  color: #fff;
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  font-size: 24px;
}

.text-input {
  color: var(--white);
  background-color: #0000;
  border: 1px #e1e5e7;
  border-bottom-style: solid;
  padding: 24px 16px 24px 0;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px #00000003;
}

.text-input:focus {
  border-color: var(--accent);
}

.text-input::placeholder {
  color: var(--paragraphs);
}

.text-input.form {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.sg-body {
  background-color: #fff;
}

.sg-nav-container {
  border-right: 1px solid var(--white);
  background-color: #111314;
  width: 240px;
  height: 100vh;
}

.sg-title {
  color: var(--white);
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4em;
}

.ds-module {
  background-color: var(--hollow-black);
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

.ds-colour-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

._1-2-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.spacer {
  height: 48px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._128 {
  background-color: #0000;
  width: 128px;
  height: 128px;
}

.spacer._64 {
  background-color: #0000;
  width: 64px;
  height: 64px;
}

.spacer._96 {
  background-color: #0000;
  width: 96px;
  height: 96px;
}

.spacer._48 {
  background-color: #0000;
  width: 48px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.color-block {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #ffffff26;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.color-block.paragraphs {
  background-color: var(--paragraphs);
}

.color-block.accent {
  background-color: var(--accent);
}

.color-block.background {
  background-color: var(--background);
}

.color-block.additional-background {
  background-color: var(--hollow-black);
}

.color-block.borders {
  background-color: var(--borders);
}

.sg-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
}

.form-dropdown {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white);
  width: 100%;
  height: 48px;
  color: var(--paragraphs);
  background-color: #0000;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 15px;
  transition: color .2s;
  position: relative;
}

.form-dropdown:hover {
  color: var(--accent);
}

.form-dropdown:focus {
  border-bottom-color: var(--accent);
  color: var(--accent);
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.sg-block {
  margin-bottom: 32px;
}

.heading.h1 {
  font-size: 58px;
}

.heading.h2 {
  text-align: center;
  font-size: 42px;
}

.heading.h2.centered {
  text-align: center;
}

.heading.h2.align-left {
  text-align: left;
}

.heading.h3 {
  font-size: 36px;
}

.heading.h3.centered {
  text-align: center;
}

.heading.h3.raleway {
  text-transform: none;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.heading.h3.barlow {
  text-transform: none;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-weight: 400;
}

.heading.h4 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  font-size: 30px;
}

.heading.h4.accent {
  color: var(--accent);
}

.heading.h4.accent.centered {
  text-align: center;
  -webkit-text-stroke-color: var(--accent);
}

.heading.h5 {
  font-size: 24px;
}

.heading.h6 {
  text-transform: none;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.heading.h6.no-padding {
  margin-bottom: 0;
}

.text-color {
  color: var(--background);
}

.text-color.white, .error-text {
  color: var(--white);
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s, color .2s;
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--background);
}

.section-footer {
  z-index: 1;
  border-top: 1px solid var(--white);
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.image-licensing {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.icon-licensing {
  width: 55px;
  height: 55px;
}

.icon-licensing-box {
  border: 1px solid var(--borders);
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._3x2-column-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.fonts-block {
  border: 1px solid var(--borders);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

.left-arrow, .right-arrow {
  display: none;
}

.hero-slide {
  perspective: 1000px;
  height: 100%;
  overflow: hidden;
  transform: perspective(1000px);
}

.hero-slider {
  z-index: 0;
  background-color: var(--background);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-image-slide {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio-hero-image-wrapper {
  z-index: 2;
  grid-column-gap: 52px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: grid;
  position: relative;
}

.portfolio-hero-image-box {
  object-fit: fill;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}

.portfolio-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio-list-wrapper {
  width: 100%;
}

.portfolio-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-item {
  width: 100%;
  height: 400px;
  position: relative;
}

.empty-state {
  border: 1px solid var(--accent);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.empty-state-text {
  color: var(--white);
}

.portfolio-large-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-2 {
  padding-left: 30px;
  padding-right: 30px;
}

.section-2.blog-banner {
  z-index: 2;
  text-align: center;
  padding-top: 180px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.blogs-banner-overlay {
  z-index: -1;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.abs-bg-image {
  z-index: -2;
  object-fit: cover;
  flex: none;
  align-self: auto;
  width: 100%;
  height: 100%;
  transition: transform 1.1s;
  position: absolute;
  inset: 0%;
}

.row-col {
  color: #fff;
  flex-direction: column;
}

.row-col.align-center {
  z-index: 1;
  position: relative;
}

.section-sub-title {
  letter-spacing: -.44px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2em;
}

.section-title {
  letter-spacing: -1.2px;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2em;
}

.blogs-author-desg {
  font-size: 15px;
  line-height: 1.2em;
}

.blogs-author-img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.blogs-author-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
}

.container {
  width: 100%;
  max-width: 1220px;
}

.paragraph-dark {
  color: #d5cfcf;
  overflow-wrap: normal;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
}

.section-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.section-3.blog-description-section {
  padding-top: 130px;
  padding-bottom: 80px;
}

.blog-description-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  font-size: 16px;
}

.blogs-author-row {
  color: #000;
  border-top: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-top: 20px;
}

.blogs-author-name {
  margin-bottom: 5px;
  font-size: 20px;
}

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

.text-block {
  color: var(--background);
  margin-left: 7px;
  padding-left: 2px;
  padding-right: 0;
  font-weight: 700;
}

.blog-single {
  text-decoration: none;
  display: block;
}

.blogs-cms-list {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-single-img {
  object-fit: cover;
  width: 100%;
  height: 400px;
  transition: transform .5s ease-out;
}

.blog-single-title {
  margin-top: 20px;
  font-size: 25px;
}

.blog-single-img-wrap {
  overflow: hidden;
}

.rich-text-block {
  padding-top: 40px;
}

.button-primary-copy {
  border-bottom: 1px none var(--white);
  width: 100%;
  max-width: 100%;
  color: var(--paragraphs);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  margin-bottom: 10px;
  font-weight: 700;
}

.bold-text {
  color: var(--paragraphs);
}

.heading-copy.h1 {
  font-size: 58px;
}

.heading-copy.h2 {
  text-align: center;
  font-size: 42px;
}

.heading-copy.h2.centered {
  text-align: center;
}

.heading-copy.h3 {
  font-size: 36px;
}

.heading-copy.h3.centered {
  text-align: center;
}

.heading-copy.h3.raleway {
  text-transform: none;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.heading-copy.h3.barlow {
  text-transform: none;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-weight: 400;
}

.heading-copy.h4 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  font-size: 30px;
}

.heading-copy.h4.accent {
  color: var(--accent);
}

.heading-copy.h4.accent.centered {
  text-align: center;
  -webkit-text-stroke-color: var(--accent);
}

.heading-copy.h5 {
  font-size: 24px;
}

.heading-copy.h6 {
  text-transform: none;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.heading-copy.h6.no-padding {
  margin-bottom: 0;
}

.heading-copy.h1-copy {
  font-size: 50px;
}

.home-hero-image-box-copy {
  z-index: -1;
  width: 100%;
  max-width: 49%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.hero-image-slide-copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-box-copy {
  justify-content: center;
  align-items: flex-start;
  max-width: 750px;
}

.text-box-copy._400px {
  max-width: 400px;
  min-height: 64px;
}

.text-box-copy._400px.visible {
  background-color: var(--hollow-black);
}

.text-box-copy._700px {
  max-width: 700px;
  min-height: 64px;
}

.text-box-copy._700px.visible {
  background-color: var(--hollow-black);
}

.text-box-copy._500px {
  max-width: 500px;
  min-height: 64px;
}

.text-box-copy._500px.visible {
  background-color: var(--hollow-black);
}

.text-box-copy._800px {
  max-width: 800px;
  min-height: 64px;
}

.text-box-copy._800px.visible {
  background-color: var(--hollow-black);
}

.text-box-copy._600px {
  max-width: 600px;
  min-height: 64px;
}

.text-box-copy._600px.visible {
  background-color: var(--hollow-black);
}

.bold-text-2 {
  font-weight: 800;
}

.about-hero-image-copy {
  width: 100%;
  max-width: 100%;
}

.about-hero-wrapper-copy {
  z-index: 2;
  grid-column-gap: 52px;
  grid-row-gap: 16px;
  z-index: 2;
  grid-column-gap: 52px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  margin-top: 80px;
  display: grid;
  position: relative;
}

._3-column-grid-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

._3-column-grid-copy.values {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: start;
  margin-top: 30px;
}

._3-column-grid-copy.no-gaps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
}

.bold-text-3, .bold-text-4 {
  font-weight: 800;
}

._2-column-grid-copy {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
  position: relative;
}

._2-column-grid-copy-copy {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: start center;
  width: 100%;
  display: grid;
  position: relative;
}

.paragraph-copy {
  text-align: center;
  max-width: 100%;
  margin-bottom: 36px;
}

.paragraph-copy.large {
  max-width: 510px;
  font-size: 18px;
}

.paragraph-copy.small {
  opacity: .75;
  font-size: 14px;
  line-height: 170%;
}

.paragraph-copy.xlarge {
  font-size: 22px;
  line-height: 170%;
}

.div-block {
  border-bottom: 1px solid #fff6;
  justify-content: space-between;
  max-width: 100%;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.div-block-2 {
  border-bottom: 1px solid #fff;
}

.div-wrapper {
  border-bottom: 1px solid #fff6;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.text-block-2 {
  max-width: 80%;
  margin-bottom: 8px;
}

.div-block-copy {
  justify-content: space-between;
  max-width: 100%;
  padding-top: 15px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .stats-block {
    grid-column-gap: 16px;
  }

  .stats {
    border: 1px solid var(--white);
  }

  .sg-nav {
    width: 280px;
  }

  .sg-content {
    margin-left: 280px;
  }

  .sg-nav-container {
    width: 280px;
  }

  .hero-image-slide, .hero-image-slide-copy {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container-default {
    flex: 1;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-default.footer {
    flex-direction: column;
  }

  .container-default.hero-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-default.services-hero {
    padding-left: 3rem;
  }

  .container-default.hero-container-copy {
    padding-left: 50px;
    padding-right: 50px;
  }

  .menu-button {
    width: 70px;
    height: 70px;
  }

  .lottie-animation {
    width: 50px;
  }

  .header-logo {
    transition: opacity .4s;
  }

  .header-logo:hover {
    opacity: .6;
    mix-blend-mode: normal;
  }

  .nav-fullscreen-link {
    font-size: 3rem;
  }

  .nav-fullscreen-bottom {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-size-xsmall {
    text-align: center;
  }

  .section.home-hero {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.services-hero {
    padding-bottom: 2rem;
  }

  .section.portfolio-hero {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.contact-hero {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .section.home-hero-copy {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  ._2-column-grid {
    align-items: center;
  }

  ._2-column-grid.testimonials {
    grid-template-columns: 1fr;
  }

  .image.about._01 {
    width: 80%;
    height: 250px;
  }

  .image.about._02 {
    width: 80%;
    height: 250px;
    margin-bottom: 40%;
  }

  .image.about-image {
    object-fit: cover;
    object-position: 50% 39%;
    width: 100%;
    height: 450px;
  }

  ._4-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card {
    padding-top: 4rem;
    padding-left: 3rem;
    transition: border-color .4s;
  }

  .card.testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }

  .card.testimonials:hover {
    border-color: var(--white);
  }

  .card.value-card {
    padding: 40px 40px 4px;
  }

  .card.value-card._03 {
    margin-top: -20%;
  }

  .card.value-card._04 {
    margin-top: 0%;
  }

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

  .image-line-item {
    width: 300px;
    height: 200px;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .image-wrapper.testimonial {
    align-self: stretch;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .heading-move, .second-heading-move {
    font-size: 100px;
  }

  .card-box {
    padding-top: 70px;
  }

  .avatar {
    height: 100%;
  }

  .slider-arrow {
    top: 69%;
    left: 14px;
    right: 0;
  }

  .slider-arrow.left {
    left: 0;
    right: 110px;
  }

  .cta-bg-text {
    font-size: 120px;
  }

  .photo-hover {
    display: none;
  }

  .footer-left {
    border-bottom: 1px solid #fff;
    border-right-style: none;
    width: 100%;
  }

  .footer-nav {
    justify-content: space-between;
  }

  .about-hero-wrapper {
    flex-direction: column;
    display: flex;
  }

  .about-hero-image-wrap {
    justify-content: center;
    max-width: none;
    margin-bottom: 20px;
    display: flex;
  }

  .about-hero-image {
    object-fit: cover;
    object-position: 50% 25%;
    width: 100%;
    max-width: none;
    height: 450px;
  }

  .stats-block {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .stats {
    max-height: 25vw;
    padding-left: 14%;
    padding-right: 14%;
    box-shadow: -1px -1px #949494;
  }

  .stats-title {
    font-size: 27px;
  }

  .counter-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  ._2-column-grid-about {
    grid-template-columns: 1fr;
  }

  ._3-column-grid.values {
    grid-template-columns: 1fr 1fr;
  }

  .grid-image {
    height: 240px;
  }

  .faq-question {
    align-items: center;
    line-height: 25px;
    display: flex;
  }

  .services-hero-wrapper {
    flex-direction: column;
    display: flex;
  }

  .services-hero-image-wrap {
    justify-content: center;
    max-width: none;
    display: flex;
  }

  .services-hero-image {
    object-fit: cover;
    object-position: 50% 39%;
    width: 100%;
    max-width: none;
    height: 450px;
    margin-bottom: 25px;
  }

  .portfolio-hero-wrap.second-line {
    overflow: hidden;
  }

  .portfolio-hero-image {
    width: 200px;
  }

  .view-circle {
    width: 80px;
    height: 80px;
  }

  .view-text {
    font-size: 14px;
  }

  .contact-form-wrapper {
    padding: 40px;
  }

  .page-loader-text-bg {
    width: 25vw;
  }

  ._2-1-column-grid {
    margin-left: 0;
  }

  .sg-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: 1px solid #e1e5e7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    position: absolute;
    inset: 80px auto auto 0%;
    box-shadow: 0 3px 5px #0000000d;
  }

  .sg-nav {
    z-index: 10;
    background-color: #0000;
    border-right-style: none;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    position: static;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .paragraph.large {
    font-size: 16px;
  }

  .paragraph.xlarge {
    font-size: 20px;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .sg-body {
    background-color: #0000;
  }

  .sg-nav-container {
    background-color: var(--accent);
    width: auto;
    height: auto;
  }

  ._1-2-column-grid {
    margin-left: 0;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
    margin-left: 60px;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .heading.h1 {
    font-size: 50px;
  }

  .heading.h2 {
    font-size: 39px;
  }

  .heading.h3 {
    font-size: 33px;
  }

  .heading.h4 {
    font-size: 27px;
  }

  .heading.h4.accent {
    font-size: 26px;
  }

  .heading.h5 {
    font-size: 22px;
  }

  .heading.h6 {
    font-size: 19px;
  }

  .image-licensing {
    height: 200px;
  }

  .icon-licensing {
    width: 50px;
    height: 50px;
  }

  .portfolio-hero-image-wrapper {
    flex-direction: column;
    display: flex;
  }

  .portfolio-hero-image-box {
    justify-content: center;
    max-width: none;
    margin-bottom: 20px;
    display: flex;
  }

  .portfolio-image {
    object-fit: cover;
    object-position: 50% 25%;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .portfolio-item {
    height: 100%;
  }

  .portfolio-large-image {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    max-width: none;
    height: 400px;
  }

  .abs-bg-image {
    object-position: 0% 0%;
    flex: none;
  }

  .section-title {
    font-size: 60px;
  }

  .paragraph-dark {
    margin-left: 0;
    margin-right: 0;
  }

  .blogs-cms-list {
    grid-template-columns: 1fr 1fr;
  }

  .heading-copy.h1 {
    font-size: 50px;
  }

  .heading-copy.h2 {
    font-size: 39px;
  }

  .heading-copy.h3 {
    font-size: 33px;
  }

  .heading-copy.h4 {
    font-size: 27px;
  }

  .heading-copy.h4.accent {
    font-size: 26px;
  }

  .heading-copy.h5 {
    font-size: 22px;
  }

  .heading-copy.h6 {
    font-size: 19px;
  }

  .heading-copy.h1-copy {
    font-size: 50px;
  }

  .about-hero-image-copy {
    object-fit: cover;
    object-position: 50% 25%;
    width: 100%;
    max-width: none;
    height: 450px;
  }

  .about-hero-wrapper-copy {
    flex-direction: column;
    display: flex;
  }

  ._3-column-grid-copy.values {
    grid-template-columns: 1fr 1fr;
  }

  ._2-column-grid-copy {
    align-items: center;
  }

  ._2-column-grid-copy.testimonials {
    grid-template-columns: 1fr;
  }

  ._2-column-grid-copy-copy {
    align-items: center;
  }

  ._2-column-grid-copy-copy.testimonials {
    grid-template-columns: 1fr;
  }

  .paragraph-copy.large {
    font-size: 16px;
  }

  .paragraph-copy.xlarge {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }

  .container-default {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-default.header, .container-default.services-hero {
    padding-left: 2.5rem;
  }

  .menu-button {
    width: 65px;
    height: 65px;
  }

  .nav-fullscreen-link {
    font-size: 2.5rem;
  }

  .nav-fullscreen-bottom {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-fullscreen-bottom-center {
    display: none;
  }

  .text-size-xsmall {
    font-size: 15px;
  }

  .section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section.home-hero {
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .section.portfolio-hero {
    flex-direction: column;
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .section.contact-hero {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .section.home-hero-copy {
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .home-hero-image-box {
    max-width: 100%;
    height: 50vh;
    margin-top: 40px;
    position: relative;
    top: auto;
    left: 0%;
  }

  ._2-column-grid {
    display: block;
  }

  .image.about._01, .image.about._02 {
    width: 70%;
    height: 350px;
  }

  .image.about-image {
    height: 350px;
  }

  .image.contact-hero-image {
    max-width: 100%;
  }

  .card.testimonials {
    max-width: 100%;
    min-height: 100px;
    max-height: 500px;
    padding: 80px 40px 40px;
  }

  .card.value-card {
    padding: 30px 30px 4px;
  }

  .card.value-card._02, .card.value-card._03, .card.value-card._05 {
    margin-top: 0%;
  }

  .image-line-item {
    width: 252px;
    height: 168px;
  }

  .image-wrapper.about {
    margin-top: 32px;
  }

  .image-wrapper.testimonial {
    flex: 0 auto;
    width: 100%;
    max-width: 90%;
    min-height: 400px;
    max-height: 400px;
    margin: 32px auto -32px;
    overflow: hidden;
  }

  .heading-move, .second-heading-move {
    font-size: 70px;
  }

  .card-box {
    flex-direction: column-reverse;
    align-items: stretch;
    padding-top: 0;
  }

  .slider-arrow {
    display: none;
    inset: 92% 10px 100px;
  }

  .slider-arrow.left {
    top: 92%;
    left: -9%;
  }

  .slide-nav {
    display: none;
  }

  .cta-intro {
    justify-content: flex-start;
  }

  .cta-bg-text {
    font-size: 90px;
  }

  .instagram-feed {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-nav-link {
    font-size: 12px;
  }

  .footer-bottom-text {
    font-size: 11px;
  }

  .about-hero-image {
    object-position: 50% 45%;
    height: 400px;
  }

  .stats-block {
    grid-template-columns: 1fr;
  }

  .stats-title {
    font-size: 25px;
  }

  .stats-text {
    font-size: 12px;
  }

  ._2-column-grid-about {
    display: block;
  }

  ._3-column-grid.values {
    grid-template-columns: 1fr;
  }

  .grid-image {
    height: 160px;
  }

  .faq-question {
    line-height: 25px;
  }

  .plus-icon-faq {
    margin-right: 0;
  }

  .services-hero-image {
    object-position: 50% 45%;
    height: 400px;
  }

  .portfolio-hero-images-wrapper {
    max-width: 100%;
    margin-top: 32px;
    position: relative;
    top: auto;
    left: 0%;
  }

  .portfolio-hero-image {
    height: 250px;
  }

  .portfolio-card {
    height: 200px;
  }

  .page-loader-text-bg {
    width: 30vw;
  }

  .utility-page-content {
    padding: 40px;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._2-1-column-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .field-block {
    min-height: auto;
  }

  .sg-menu {
    background-color: #fff;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph.xlarge {
    font-size: 18px;
  }

  .sg-content {
    margin-left: 0;
  }

  .ds-colour-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._1-2-column-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

  .sg-menu-brand {
    margin-left: 30px;
  }

  .sg-menu-brand.w--current {
    margin-top: 14px;
  }

  .heading.h1 {
    font-size: 46px;
  }

  .heading.h2 {
    font-size: 36px;
  }

  .heading.h3 {
    font-size: 30px;
  }

  .heading.h4 {
    font-size: 25px;
  }

  .section-footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .icon-licensing {
    width: 50px;
    height: 50px;
  }

  .icon-licensing-box {
    padding: 20px;
  }

  .portfolio-image, .portfolio-large-image {
    object-position: 50% 45%;
    height: 400px;
  }

  .section-title {
    font-size: 55px;
  }

  .blogs-cms-list {
    grid-template-columns: 1fr;
  }

  .blog-single-img {
    height: 300px;
  }

  .heading-copy.h1 {
    font-size: 46px;
  }

  .heading-copy.h2 {
    font-size: 36px;
  }

  .heading-copy.h3 {
    font-size: 30px;
  }

  .heading-copy.h4 {
    font-size: 25px;
  }

  .heading-copy.h1-copy {
    font-size: 46px;
  }

  .home-hero-image-box-copy {
    max-width: 100%;
    height: 50vh;
    margin-top: 40px;
    position: relative;
    top: auto;
    left: 0%;
  }

  .about-hero-image-copy {
    object-position: 50% 45%;
    height: 400px;
  }

  ._3-column-grid-copy.values {
    grid-template-columns: 1fr;
  }

  ._2-column-grid-copy, ._2-column-grid-copy-copy {
    display: block;
  }

  .paragraph-copy {
    font-size: 15px;
  }

  .paragraph-copy.xlarge {
    font-size: 18px;
  }

  .div-block, .div-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    max-width: 110%;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 20px;
  }

  .header {
    padding-top: 0;
  }

  .container-default {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-default.header {
    padding-left: 1rem;
  }

  .container-default.hero-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-default.services-hero {
    padding-left: 1rem;
  }

  .container-default.hero-container-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-logo {
    width: 9rem;
    max-width: 80%;
  }

  .nav-fullscreen-link {
    font-size: 2rem;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .section.home-hero {
    margin-bottom: 21px;
    padding-bottom: 0;
  }

  .section.cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.contact-hero {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .section.home-hero-copy {
    margin-bottom: 21px;
    padding-bottom: 0;
  }

  .home-hero-image-box {
    height: 35vh;
  }

  .underlined-button.large.cta {
    width: 250px;
    min-width: 50px;
    max-width: 100%;
  }

  .image.about._01 {
    width: 70%;
    height: 220px;
  }

  .image.about._02 {
    object-fit: cover;
    width: 70%;
    height: 220px;
    margin-bottom: 40%;
  }

  .image.about-image {
    height: 200px;
  }

  ._4-column-grid {
    grid-template-columns: 1fr;
  }

  .card.down {
    position: static;
  }

  .card.testimonials {
    max-height: none;
    padding: 80px 20px 50px;
    overflow: hidden;
  }

  .service-icon {
    height: 40px;
  }

  .image-line-item {
    width: 180px;
    height: 120px;
  }

  .image-wrapper.testimonial {
    min-height: 240px;
    max-height: 240px;
  }

  .heading-move, .second-heading-move {
    font-size: 50px;
  }

  .slider-arrow {
    margin-left: 4rem;
    inset: 80% auto auto 85px;
  }

  .slider-arrow.left {
    margin-left: 0;
    margin-right: auto;
    top: 80%;
    left: 33%;
  }

  .cta-intro {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cta-bg-text {
    font-size: 50px;
  }

  .footer-nav {
    grid-row-gap: 10px;
    flex-flow: wrap;
    align-content: stretch;
    align-items: flex-start;
  }

  .footer-bottom {
    grid-row-gap: .1rem;
    flex-wrap: wrap;
  }

  .about-hero-image {
    object-position: 50% 41%;
    height: 380px;
  }

  .award-image {
    width: 23vw;
  }

  .stats-block {
    grid-template-columns: 1fr;
  }

  .stats {
    width: 100%;
    height: 40vw;
    max-height: none;
  }

  .stats-title {
    line-height: 40px;
  }

  .stats-title.small {
    font-size: 20px;
  }

  .stats-text {
    line-height: 20px;
  }

  .counter-wrapper {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  ._3-column-grid {
    grid-template-columns: 1fr;
  }

  ._3-column-grid.no-gaps {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-box-image {
    padding: 50%;
  }

  .faq-accordions {
    margin-top: 2rem;
  }

  .accordion-tab-button {
    align-items: center;
  }

  .faq-question {
    line-height: 25px;
  }

  .accordion-answer-content {
    width: 100%;
  }

  .services-hero-image {
    object-position: 50% 41%;
    height: 240px;
    margin-bottom: 15px;
  }

  .portfolio-hero-image {
    height: 200px;
  }

  .portfolio-card {
    width: 100%;
    margin-right: 0%;
  }

  .contact-form-wrapper {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-loader-text-bg {
    width: 150px;
  }

  .utility-page-content {
    width: 250px;
    padding: 30px;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-input {
    width: 100%;
  }

  .ds-colour-grid {
    grid-template-columns: 1fr;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .sg-menu-brand {
    margin-left: 16px;
  }

  .heading.h1 {
    font-size: 38px;
  }

  .heading.h2 {
    font-size: 34px;
  }

  .heading.h3 {
    font-size: 28px;
  }

  .heading.h4 {
    font-size: 24px;
  }

  .heading.h4.accent {
    font-size: 23px;
  }

  .heading.h5 {
    font-size: 20px;
  }

  .heading.h6 {
    font-size: 18px;
  }

  .section-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-licensing {
    height: 150px;
  }

  .icon-licensing {
    width: 40px;
    height: 40px;
  }

  .hero-slide {
    height: 100%;
  }

  .hero-image-slide {
    box-sizing: border-box;
    vertical-align: baseline;
    object-fit: cover;
    width: 100%;
    height: 370px;
    min-height: 370px;
    max-height: 370px;
  }

  .portfolio-image, .portfolio-large-image {
    object-position: 50% 41%;
    height: 240px;
  }

  .abs-bg-image {
    object-position: 90% 0%;
  }

  .section-sub-title {
    font-size: 15px;
  }

  .section-title {
    font-size: 40px;
  }

  .paragraph-dark {
    font-size: 14px;
  }

  .blog-description-row {
    align-self: flex-start;
  }

  .blogs-author-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .button-primary-copy {
    min-width: 100px;
    max-width: 150%;
    font-size: 13px;
  }

  .heading-copy.h1 {
    font-size: 38px;
  }

  .heading-copy.h2 {
    font-size: 34px;
  }

  .heading-copy.h3 {
    font-size: 28px;
  }

  .heading-copy.h4 {
    font-size: 24px;
  }

  .heading-copy.h4.accent {
    font-size: 23px;
  }

  .heading-copy.h5 {
    font-size: 20px;
  }

  .heading-copy.h6 {
    font-size: 18px;
  }

  .heading-copy.h1-copy {
    font-size: 38px;
  }

  .home-hero-image-box-copy {
    height: 35vh;
  }

  .hero-image-slide-copy {
    box-sizing: border-box;
    vertical-align: baseline;
    object-fit: cover;
    width: 100%;
    height: 370px;
    min-height: 370px;
    max-height: 370px;
  }

  .about-hero-image-copy {
    object-position: 50% 41%;
    height: 380px;
  }

  ._3-column-grid-copy {
    grid-template-columns: 1fr;
  }

  ._3-column-grid-copy.no-gaps {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#w-node-_50098a6a-1b6f-c0c1-6659-ec2dfa3c191f-693cb33f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7009aace-fd5c-1df3-2603-a1c98a02dddb-693cb33f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_43ebf555-728c-6543-7b41-7679809c57d3-693cb33f, #w-node-_13789b33-110e-50ef-4729-6cd8968546d5-968546d4, #w-node-_13789b33-110e-50ef-4729-6cd896854703-968546d4, #w-node-_54c66c4c-567e-bccc-7735-2359cdac81e3-cdac81e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54c66c4c-567e-bccc-7735-2359cdac81e8-cdac81e0 {
  place-self: center end;
}

#w-node-fcb54ed2-087e-569e-a903-c5eec7a4d1cf-c7a4d1c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-fcb54ed2-087e-569e-a903-c5eec7a4d1d6-c7a4d1c7, #w-node-fcb54ed2-087e-569e-a903-c5eec7a4d1dd-c7a4d1c7, #w-node-fcb54ed2-087e-569e-a903-c5eec7a4d1e4-c7a4d1c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a89240f3-b9a5-aa4b-e49f-e9666a7c1475-6a7c1462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a89240f3-b9a5-aa4b-e49f-e9666a7c1478-6a7c1462 {
  justify-self: center;
}

#w-node-a89240f3-b9a5-aa4b-e49f-e9666a7c147b-6a7c1462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-dcd17bdb-449d-39f3-5ec5-052f2e6775be-693cb342 {
  justify-self: center;
}

#w-node-d49a5034-08dd-69fc-84ca-2329e6c0a6b1-693cb342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8b5c66f-4b54-e736-69a7-bf8a9aee416d-693cb342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f8b5c66f-4b54-e736-69a7-bf8a9aee417b-693cb342, #w-node-_2ee1b2b6-6ff6-bc64-7fd6-cd36caab2f6b-693cb342, #w-node-f5223e90-1710-eeb8-bf04-6c2a01e8b9a5-693cb342, #w-node-_22e303f0-4f82-a441-582b-e2455c3435eb-693cb342, #w-node-_22e303f0-4f82-a441-582b-e2455c3435ec-693cb342, #w-node-_0768a5af-7246-e82f-9b50-b3a116c72a74-693cb342, #w-node-_0768a5af-7246-e82f-9b50-b3a116c72a75-693cb342, #w-node-_59312c74-44d5-8a05-d84c-827653cbba3e-693cb342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f06a9c77-0fb4-6d72-165b-9c462e70ea63-693cb342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-db1bcd53-fef0-f0a6-d233-d9bba79034b6-693cb342, #w-node-df39114d-2f4d-e5c0-2161-1c6ef54e5536-693cb342, #w-node-_5e60096c-ac8c-98ac-bc47-697d19980197-693cb342, #w-node-_73e7a73a-71ce-4c30-cc72-2ee6f4a50e1c-693cb342, #w-node-_0ba20ead-174b-e3bc-17d4-75b6fc6580c5-693cb342, #w-node-_5729e250-ffc2-22e9-03df-35a6459ae53c-693cb342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_1e78527d-7a5d-fbb1-f507-ed5b7fe54739-693cb344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2b527d0-2c87-fe79-70d6-cf7c5c1d7035-693cb344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#Text-Message.w-node-a499849c-8ae0-a5e7-256e-f4a156206dd8-693cb344, #w-node-_278f9d9d-d2fa-aff7-f6ae-4e9c96bdd364-693cb344, #w-node-_6834a523-7a71-d86a-7e0a-4446a5c73478-693cb344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b25270e9-de4e-7b5a-7a8f-484068d12d6c-693cb345 {
  justify-self: center;
}

#w-node-a4b05683-7bbd-39ad-cee6-77e77ebeef89-693cb346 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_54e43869-59df-ac90-0175-98b931b93399-693cb346, #w-node-_5e383364-fff1-fc19-45b4-5e57d155fbdd-693cb346, #w-node-b8979b7f-b763-c5cc-5eb2-166b4397d97c-693cb346, #w-node-_0c12e95e-1440-9daf-5757-1a286641e992-693cb346, #w-node-_1b755592-f0d4-09d7-2f95-512829f5fb14-693cb346, #w-node-_82810819-4a3c-ba4e-9a97-a22008445899-693cb346, #w-node-bf6c1ce1-ce9b-300e-25a0-94fc6fc1e499-693cb346 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2698d431-7fc9-9c3e-6671-89e463ba4cde-693cb346 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2698d431-7fc9-9c3e-6671-89e463ba4cd7-693cb346, #w-node-e4ac5d92-e77d-10a6-c757-bf1f07098480-693cb346, #w-node-_2698d431-7fc9-9c3e-6671-89e463ba4cd8-693cb346, #w-node-_00a99924-7091-d164-c4fb-d1bbad16d9bd-693cb346, #w-node-_00a99924-7091-d164-c4fb-d1bbad16d9be-693cb346, #w-node-ef2b9231-5dcd-3b5a-8a72-cfdca210216c-693cb346, #w-node-ef2b9231-5dcd-3b5a-8a72-cfdca210216d-693cb346, #w-node-_2f850516-2c2f-4013-b060-9423ac5dee55-693cb346, #w-node-_2f850516-2c2f-4013-b060-9423ac5dee56-693cb346, #w-node-c301b0d5-a392-c9e6-1059-64b2c038ace1-693cb346, #w-node-c301b0d5-a392-c9e6-1059-64b2c038ace2-693cb346, #w-node-_0feeac0d-1e80-5bae-fa1d-c9e0845fc2f9-693cb346, #w-node-_0feeac0d-1e80-5bae-fa1d-c9e0845fc2fa-693cb346 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82502e30-abda-fed5-566b-9da268b98e78-693cb346 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bd1f9feb-f4fc-0194-7d50-1a9d39f0447c-693cb346, #w-node-c41d6e34-45c4-885a-5640-d37a2b9d624e-693cb346 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d63e2592-a944-a243-d289-f6062b783262-693cb346, #w-node-_1d8494ca-9adc-14d6-551c-3fe0c465f72b-693cb346, #w-node-d5d2e631-1994-b780-7802-3c222fb3912a-693cb346, #w-node-d5d2e631-1994-b780-7802-3c222fb3912c-693cb346 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_219781bb-6bbb-9b57-2401-48796de6197d-693cb347 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b72bce7-d7c1-91e9-27c2-e2c25b1a7e4a-693cb348, #w-node-dcd17bdb-449d-39f3-5ec5-052f2e6775be-693cb34c {
  justify-self: center;
}

#w-node-d49a5034-08dd-69fc-84ca-2329e6c0a6b1-693cb34c, #w-node-_2ee1b2b6-6ff6-bc64-7fd6-cd36caab2f6b-693cb34c, #w-node-f5223e90-1710-eeb8-bf04-6c2a01e8b9a5-693cb34c, #w-node-_22e303f0-4f82-a441-582b-e2455c3435eb-693cb34c, #w-node-_22e303f0-4f82-a441-582b-e2455c3435ec-693cb34c, #w-node-_0768a5af-7246-e82f-9b50-b3a116c72a74-693cb34c, #w-node-_0768a5af-7246-e82f-9b50-b3a116c72a75-693cb34c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31dab6fb-da8f-e9c9-5151-007834c31918-693cb34d {
  justify-self: center;
}

#w-node-_924b8ad5-e971-daf0-0290-647569e2c047-693cb34d, #w-node-_924b8ad5-e971-daf0-0290-647569e2c048-693cb34d, #w-node-_924b8ad5-e971-daf0-0290-647569e2c049-693cb34d, #w-node-_924b8ad5-e971-daf0-0290-647569e2c04a-693cb34d, #w-node-_924b8ad5-e971-daf0-0290-647569e2c04b-693cb34d, #w-node-_924b8ad5-e971-daf0-0290-647569e2c04c-693cb34d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_310d0147-341e-2f87-adcd-7153abe0d120-693cb34d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_310d0147-341e-2f87-adcd-7153abe0d130-693cb34d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9e1e4c7-4376-c5dd-ecb8-72140b8d2a1a-693cb34d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d9e1e4c7-4376-c5dd-ecb8-72140b8d2a27-693cb34d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c7e9aae9-ee17-2abe-d1b2-74e517866e0b-693cb34e {
  justify-self: center;
}

#w-node-c8bb1c51-8f3a-0ec6-919c-a4a064359843-693cb34e, #w-node-c8bb1c51-8f3a-0ec6-919c-a4a064359844-693cb34e, #w-node-c8bb1c51-8f3a-0ec6-919c-a4a064359845-693cb34e, #w-node-c8bb1c51-8f3a-0ec6-919c-a4a064359846-693cb34e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22d241f5-07f7-cd2e-27e9-4ef695923964-693cb34e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e2c9ce41-8c87-fae2-8661-0c7e5973281b-693cb34e, #w-node-_47fa9558-a2d0-6a0a-eef0-39091110d419-693cb34e {
  justify-self: center;
}

#w-node-ab791f61-0a78-6840-0502-8c7d284d0956-693cb34e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_34cf68e6-32a9-6f6f-7e08-e4a136dc1385-693cb34e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_44d261e0-4f85-0166-bc7a-030e4e0a9942-693cb34e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_44d261e0-4f85-0166-bc7a-030e4e0a994f-693cb34e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8e63aabe-529d-5ea7-1028-9be214b4c5c2-693cb34e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_54c66c4c-567e-bccc-7735-2359cdac81e8-cdac81e0 {
    justify-self: start;
  }
}


