:root {
  --off-white: #fcf8f5;
  --black: #212121;
  --dark-salmon: #ca906f;
  --linen: #f2e4da;
  --sea-green: #5e8b74;
  --cornflower-blue: #7193c0;
  --peach: #f4b997;
  --dark-salmon-transparent: #ca906f2b;
  --dark-sea-green: #91ac9e;
}

.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-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;
}

body {
  background-color: var(--off-white);
  color: #1a1a1a;
  cursor: auto;
  font-family: Florencesans Custom, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Florencesans, sans-serif;
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 1.11;
}

h2 {
  letter-spacing: .01rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Florencesans, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.1;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Florencesans, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: mozaic-geo-variable, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Florencesans, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
}

a {
  color: #1a1a1a;
  line-height: 1.56;
  text-decoration: none;
}

li {
  margin-bottom: .3125rem;
  padding-top: 0;
  padding-bottom: 0;
}

img {
  display: inline-block;
  position: relative;
}

label {
  margin-bottom: .3125rem;
  font-size: 1em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  margin-bottom: .625rem;
  padding: .625rem 1.25rem;
  line-height: 1.375rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 16.25rem;
  display: flex;
}

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

.nav_logo {
  height: 2.5rem;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.is--info {
  background-color: #0000;
}

.work-item_images-item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.work-item_back-button {
  justify-content: center;
  align-items: center;
  font-size: 2em;
  display: flex;
}

.cursor {
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor_dot {
  color: #0000;
  border: .125rem solid #c79071;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .2s;
  display: flex;
}

.work-item_videos {
  padding-bottom: 4rem;
  overflow: hidden;
}

.work-item_images {
  display: flex;
}

.horizontal-trigger {
  position: absolute;
  inset: 0% 0% auto;
}

.info_text-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.new-logo {
  width: 8.75rem;
}

.menu-button {
  display: none;
}

.grain-overlay {
  z-index: 20;
  opacity: .02;
  mix-blend-mode: multiply;
  background-image: url('../images/Grain.gif');
  background-position: 50%;
  background-size: 800px;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.work-item_images-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.footer_component {
  background-color: var(--black);
  color: #294e80;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  font-family: Florencesans, sans-serif;
}

.footer_links {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--off-white);
  letter-spacing: .03125rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_text-link {
  color: var(--off-white);
}

.footer_arrow-icon {
  width: 1.5em;
}

.inline-link {
  border-bottom: .125rem solid var(--black);
  text-transform: uppercase;
  margin-top: 1rem;
  padding-bottom: 0;
  font-family: Florencesans, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.inline-link.white {
  border-bottom-color: #ece0dc;
}

.circle-image {
  background-color: #548069;
  border-radius: 31.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 28.125rem;
  height: auto;
  max-height: 31.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.branding-img {
  width: 105%;
  height: 105%;
}

.overline {
  color: var(--dark-salmon);
  letter-spacing: .05rem;
  text-transform: uppercase;
  margin-bottom: .7rem;
  font-family: Florencesans, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.work_item-link {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.work_item-cell {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.portfolio-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  min-height: 27.5rem;
  transition: transform .5s;
}

.portfolio-image:hover {
  transform: scale(1.05);
}

.work_list {
  z-index: 888;
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work_item-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: flex;
}

.work_category-tags {
  flex: 1;
  font-size: .9375rem;
  font-weight: 400;
}

.work_category-tags-list {
  grid-column-gap: .625rem;
  justify-content: flex-end;
  display: flex;
}

.info_services-dropdown {
  border: .125rem solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0;
  overflow: visible;
}

.info_dropdown-trigger {
  justify-content: space-between;
  align-items: center;
  padding: .9375rem;
  display: flex;
  overflow: hidden;
}

.info_dropdown-content {
  padding: 0 1.0625rem 1.375rem;
  font-size: 1rem;
  line-height: 3;
  overflow: hidden;
}

.info_services-list {
  margin-top: 0;
  line-height: 1.8;
}

.divider {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 25rem;
  margin-top: 3.1rem;
  margin-bottom: 3.1rem;
  margin-left: 3.2rem;
  display: flex;
}

.divider-line {
  background-color: #1d1d1d;
  width: .125rem;
  height: 100%;
}

.info_content {
  max-width: 30rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}

.cursor_text {
  font-family: aaux-next, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.background-video {
  width: 12.5rem;
}

.tab_content {
  transform-origin: 100%;
  justify-content: center;
  align-items: center;
  width: 0%;
  padding-top: 3em;
  padding-bottom: 3em;
  transition: all .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab_content.active {
  background-color: #e6dccd;
  border-right: .0625rem #9e9e9e;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  transition-duration: .6s;
}

.tab_content.branding, .tab_content.web {
  transition-duration: 1s;
}

.tab_link-title {
  color: #0000;
  letter-spacing: .04em;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: var(--black);
  text-transform: uppercase;
  font-family: Florencesans, sans-serif;
  font-size: 3.1em;
  font-weight: 900;
  text-decoration: none;
}

.tab_content-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tab_content-wrap.web {
  background-color: var(--dark-salmon);
  color: var(--black);
  align-items: flex-start;
  min-width: 35vw;
}

.tab_content-wrap.branding {
  background-color: var(--black);
  color: var(--linen);
  min-width: 35vw;
}

.tab_content-wrap.dev {
  background-color: var(--sea-green);
  min-width: 35vw;
}

.tab {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.tab_link {
  background-color: #ece0dc;
  border-left: .0625rem solid #2121212b;
  border-right: .0625rem solid #e7e5df;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 3em 1.8em;
  text-decoration: none;
  transition: all 1.2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.tab_link:hover {
  background-color: #e4d0c9;
}

.tab_link.active {
  background-color: #0000;
  border-left-style: none;
  border-left-color: #bebebe;
  border-right-style: none;
  border-right-width: .125rem;
  justify-content: flex-end;
  align-items: center;
  transition-duration: .6s;
}

.tab_link.web.active {
  color: var(--linen);
  cursor: default;
  background-color: #ca906f;
  border-left-style: solid;
  border-left-color: #f4b99763;
  transition-duration: 1.2s;
}

.left-bar {
  background-color: #ece0dc;
  flex: 1;
  min-width: 30vw;
}

.tab-flexbox {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 2.75rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.light-circler {
  object-fit: cover;
  background-image: url('../images/Ellipse-1-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 25rem;
  max-width: 30rem;
  height: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.light-circler.green {
  background-image: url('../images/Ellipse-1.svg');
}

.div-block-20 {
  max-width: 18.75rem;
  margin-top: 5rem;
  margin-right: auto;
}

.tab-description-p {
  font-family: mozaic-hum-variable, sans-serif;
  font-size: 1em;
}

.home-intro-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5vh 4vh;
  display: flex;
}

.lien {
  background-color: var(--black);
  width: 100%;
  height: .125rem;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.logo-content {
  align-self: stretch;
}

.tiny-h1 {
  letter-spacing: .0375rem;
  font-family: Florencesans, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.home-menu {
  grid-row-gap: 1.125rem;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Florencesans, sans-serif;
  font-size: 2.1875rem;
  font-weight: 400;
  display: flex;
}

.html-embed {
  width: 95%;
}

.div-block-21 {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-horizontal_mobile-only-nav {
  display: none;
}

.loading-screen {
  z-index: 18;
  background-color: var(--cornflower-blue);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.loader-gif {
  width: 3.75rem;
}

.menu-link-wrap {
  grid-column-gap: .5rem;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  width: 200%;
  height: 2.375rem;
  line-height: 1.1;
  display: block;
  overflow: hidden;
}

.nav_link-text-wrap {
  flex-direction: column;
  align-items: center;
}

.nav_connect-links {
  display: none;
}

.nav_link {
  grid-column-gap: .5rem;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  height: 1.625rem;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
  overflow: hidden;
}

.nav_link.is-smaller {
  height: 1.25rem;
  font-size: 1.25em;
}

.info_cta-links {
  grid-column-gap: 1.875rem;
  text-transform: uppercase;
  align-items: flex-end;
  margin-top: 1.375rem;
  font-size: 1.1em;
}

.contact_cell {
  margin-top: .25rem;
}

.contact-email-me-button {
  border-bottom: .125rem solid var(--black);
  margin-top: -.5rem;
  transition: box-shadow .6s cubic-bezier(.165, .84, .44, 1);
}

.contact-email-me-button.text-size-large {
  margin-top: -.3rem;
  font-size: 1.7rem;
}

.socials-link {
  text-transform: uppercase;
  font-family: Florencesans, sans-serif;
  font-size: 1.2em;
  transition: transform .4s;
}

.socials-link:hover {
  transform: translate(.3125rem);
}

.work-item_video-embed {
  margin-bottom: -.625rem;
}

.image-52 {
  height: 1em;
}

.video-files {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.mobile-home-container {
  display: none;
}

.web-lp-hero_content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-style-lowercase {
  text-transform: none;
  margin-top: 0;
  font-family: mozaic-hum-variable, sans-serif;
  font-weight: 400;
}

.web-services_features-list {
  margin-top: 1rem;
  padding-left: 1rem;
}

.web-packages_block {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 9.0625rem;
  display: flex;
}

.web-packages_block.last {
  margin-bottom: 1.25rem;
}

.web-packages_wrapper {
  grid-column-gap: 4.375rem;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quote-form_intro, .web-packages_packages-list {
  flex: 1;
}

.underline {
  text-decoration: underline;
}

.submit-button {
  background-color: var(--black);
  margin-top: 1.0625rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  line-height: 1;
}

.form-text-field {
  background-color: var(--off-white);
  border: .0625rem solid #000;
  border-radius: 0;
  margin-bottom: 1.2rem;
}

.quote-form_success-message {
  background-color: #ece0dc;
}

.arrow-btn {
  grid-column-gap: .5rem;
  align-items: center;
  margin-top: .875rem;
  font-family: mozaic-hum-variable, sans-serif;
  font-size: 1.3em;
  display: flex;
}

.arrow-btn.top {
  margin-top: .9375rem;
  margin-bottom: 2.8125rem;
}

.arrow-btn.top.outline {
  border: .125rem solid var(--black);
  margin-top: 1.625rem;
  padding: .5rem 1.3125rem;
  transition: background-color .4s;
}

.arrow-btn.top.outline:hover {
  background-color: var(--peach);
}

.web-packages_intro {
  flex: 1;
  height: auto;
}

.web-packages_intro-text {
  position: sticky;
  top: 50vh;
}

.web-packages_heading-block {
  border-bottom: .125rem solid #ece0dc;
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
}

.form-text-area {
  background-color: var(--off-white);
  border: .0625rem solid #000;
  border-radius: 0;
  min-height: 7.5rem;
}

.embed_web-highlight-reel {
  height: 98%;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 2px .75rem .125rem #00000040;
}

.text-block-4 {
  letter-spacing: .03125rem;
  text-transform: uppercase;
  font-family: Florencesans, sans-serif;
}

.work-item_details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 2rem;
  display: grid;
}

.footer_wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.feature-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.feature-video:hover {
  transform: scale(1.05);
}

.feature-video.is--home-carousel:hover {
  transform: none;
}

.feature-video_embed {
  z-index: -10;
  position: absolute;
  inset: 0%;
}

.work_wrapper {
  position: relative;
}

.nav_component {
  z-index: 5;
  background-color: #0000;
  padding: 1.5rem 2.5rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
}

.nav_menu-button-circle {
  border: .125rem solid #dacab0;
  border-radius: 31.25rem;
  width: 3.75rem;
  height: 3.75rem;
  display: none;
}

.nav_links-subheading {
  color: var(--dark-salmon);
  display: none;
}

.main-wrapper {
  margin-top: 5.5rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.overflow-visible {
  overflow: visible;
}

.styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.container-large {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide_item.is-stretch {
  justify-items: stretch;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-size-medium {
  font-size: 1.25rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.styleguide_heading-medium {
  font-size: 4rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hide {
  display: none;
}

.nav_connect-link {
  background-color: #0000;
  border: .0625rem #fef7ec;
  margin-left: .4em;
  padding: 1em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  transition: background-color .4s, border-color .225s;
}

.nav_connect-link.w--current {
  border: .0625rem #313830;
  transform: skew(-5deg);
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.section_info.padding-section-large {
  min-height: 90vh;
}

.contact_social-links {
  grid-column-gap: 1.25rem;
  grid-row-gap: .375rem;
  border: .09375rem #000;
  flex-direction: column;
  justify-content: space-between;
  max-width: 50rem;
  margin-top: -.1875rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  line-height: 1.1;
  display: flex;
}

.nav_links-primary {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  font-family: Florencesans, sans-serif;
  display: flex;
}

.nav_menu-background-color {
  display: none;
}

.section_web-packages {
  background-color: var(--black);
  color: var(--linen);
}

.background-color-black {
  background-color: var(--black);
  color: var(--off-white);
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--dark-salmon-transparent);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.styleguide_heading-large {
  font-size: 6rem;
}

.text-style-link {
  font-weight: 700;
  transition: color .2s;
}

.text-style-link:hover {
  color: #6b7cff;
}

.text-weight-bold {
  font-weight: 700;
}

.padding-tiny {
  padding: .125rem;
}

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

.text-style-muted {
  opacity: .6;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-xxhuge {
  padding: 12rem;
}

.background-color-white {
  background-color: var(--off-white);
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.text-size-large {
  font-size: 1.25rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-light {
  font-weight: 300;
}

.padding-custom2 {
  padding: 2.5rem;
}

.form_component {
  margin-bottom: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.padding-xlarge {
  padding: 4rem;
}

.styleguide_empty-box {
  z-index: -1;
  border: 1px dashed var(--black);
  background-color: var(--dark-salmon-transparent);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.styleguide_label {
  background-color: var(--dark-salmon);
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  display: flex;
}

.styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.styleguide_label.is-tag {
  background-color: var(--dark-salmon);
  line-height: 1.5;
}

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

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.margin-huge {
  margin: 6rem;
}

.margin-medium {
  margin: 2rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-style-nowrap {
  white-space: nowrap;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-small {
  margin: 1rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.icon-height-medium {
  height: 2rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-size-tiny {
  font-size: .75rem;
}

.styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-small {
  width: 100%;
  max-width: 28rem;
}

.padding-global {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text ul {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text p {
  margin-bottom: 1.5rem;
}

.text-rich-text h3 {
  margin-top: 1.75rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text blockquote {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.form_message-error {
  border-radius: .5rem;
  margin-top: .75rem;
  padding: 1rem;
}

.padding-large {
  padding: 3rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.margin-tiny {
  margin: .125rem;
}

.styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.styleguide_3-col.is-align-start {
  align-items: start;
}

.padding-huge {
  padding: 6rem;
}

.styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-weight-semibold {
  font-weight: 600;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-weight-medium {
  font-weight: 500;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.form_input {
  color: #1d2130;
  background-color: #fff;
  border: .125rem solid #0000;
  border-radius: .5rem;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  transition: border-color .2s;
}

.form_input:focus {
  border-width: .125rem;
  border-color: #6b7cff;
}

.form_input::placeholder {
  color: #1d213099;
  font-size: 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
}

.form_input.is-select-input {
  min-height: 4rem;
}

.styleguide_color.is-4 {
  background-color: var(--dark-salmon);
}

.styleguide_color.is-6 {
  background-color: var(--dark-sea-green);
}

.styleguide_color.is-5 {
  background-color: var(--sea-green);
}

.styleguide_color.is-3 {
  background-color: var(--peach);
}

.styleguide_color.is-2 {
  background-color: var(--off-white);
}

.styleguide_color.is-7 {
  background-color: var(--linen);
}

.styleguide_color.is-1 {
  background-color: var(--black);
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-xxlarge {
  padding: 5rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.padding-small {
  padding: 1rem;
}

.text-style-italic {
  font-style: italic;
}

.padding-xhuge {
  padding: 8rem;
}

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

.margin-xsmall {
  margin: .5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

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

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.text-style-sentencecase.text-font-default {
  font-weight: 400;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-size-small {
  font-size: .8rem;
}

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

.button {
  border-bottom: 2px solid var(--black);
  color: var(--black);
  text-align: center;
  letter-spacing: .02rem;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0 0 .25rem;
  font-family: Florencesans, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  transition: border-color .3s;
}

.button:hover {
  border-bottom: 1.5px solid var(--black);
}

.button.is-text {
  color: #1d2130;
  background-color: #0000;
  border-color: #0000;
}

.button.is-large {
  border-bottom-width: 3px;
  border-bottom-color: var(--black);
  padding: 0 0 .25rem;
  font-size: 2rem;
}

.button.is-secondary {
  color: #1d2130;
  background-color: #0000;
  border: 1.5px solid #000;
  padding: .6rem .9rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom-style: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button.is-underlined {
  border-bottom-width: 2px;
  border-bottom-color: var(--black);
  padding: 0 0 .1rem;
  font-size: 1.5rem;
}

.button.is-icon-white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom-style: none;
  border-bottom-color: var(--off-white);
  color: var(--off-white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
}

.margin-xhuge {
  margin: 8rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.styleguide_spacing-all {
  display: none;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.padding-xsmall {
  padding: .5rem;
}

.text-color-terracotta {
  color: var(--dark-salmon);
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.styleguide_header {
  background-color: #0000000d;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.text-weight-xbold {
  font-weight: 800;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-height-small {
  height: 1rem;
}

.form_message-success {
  background-color: #ffffff80;
  border-radius: .5rem;
  padding: 1.25rem;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide_2-col.is-align-start {
  align-items: start;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.margin-xlarge {
  margin: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 36rem;
}

.text-align-right {
  text-align: right;
}

.icon-height-large {
  height: 3rem;
}

.work-item_categories {
  border-bottom: 2px solid var(--black);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.work-item_categories-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.text-style-sentencecase {
  text-transform: none;
}

.text-font-default {
  font-family: mozaic-hum-variable, sans-serif;
}

.work-item_livesite-link {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.section_home-hero.padding-section-medium {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.home-hero_content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 3rem;
  display: flex;
}

.heading-style-huge-h1 {
  color: var(--black);
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.1;
}

.section_home-slider.page-padding-global {
  display: none;
}

.slider-main_button-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-main_bottom-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 3.75em;
  display: none;
}

.swiper-drag.is-slider-main {
  background-color: var(--black);
  border-radius: 100vw;
  width: 7em;
  height: 100%;
}

.swiper-slide.is-slider-main {
  flex: none;
  width: 60%;
}

.swiper-drag-wrapper.is-slider-main {
  background-color: #0000001a;
  border-radius: 100vw;
  width: 100%;
  max-width: 100%;
  height: .5rem;
}

.swiper.is-slider-main {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.slider-main_button {
  border: 2px solid var(--black);
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: var(--black);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 2rem;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider-main_button:hover {
  color: #1f1f1f;
}

.swiper-wrapper.is-slider-main {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider-main_button-icon {
  width: 32%;
  height: 55%;
}

.slider-main_button-icon.is-reversed {
  height: 56%;
  transform: rotate(-180deg);
}

.slider-main_top-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1em;
  display: flex;
}

.slider-main_link {
  width: 100%;
  position: relative;
}

.slider-main_img-height {
  width: 100%;
  padding-top: 72%;
  position: relative;
  overflow: hidden;
}

.slider-main_img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.slider-main_text-wrapper {
  z-index: 3;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 6%;
  transition: font-size .2s;
  display: none;
  position: absolute;
  inset: 0%;
}

.typed-words {
  text-transform: uppercase;
  font-family: Florencesans, sans-serif;
  font-size: 6rem;
  font-weight: 900;
  display: inline-block;
}

.contact-marquee_block {
  width: 100%;
  min-height: 180px;
  display: flex;
  overflow: hidden;
}

.contact-marquee_moving {
  flex: none;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.contact-marquee_holder {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-marquee_track {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-marquee_link {
  text-align: center;
  flex: 1;
}

.contact-marquee_item {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  align-items: center;
  display: flex;
}

.heading-style-huge-h2 {
  color: var(--black);
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.1;
}

.quote-form_wrapper {
  grid-column-gap: 4.375rem;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quote-form_formblock {
  flex: 1;
}

.heading-style-h4-2 {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.2;
}

.slider-items_wrapper {
  margin-left: -2.75vw;
  margin-right: -2.75vw;
}

.slider_nav {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  max-width: 100rem;
  margin: 1.75rem auto 1.5rem;
  display: flex;
}

.css {
  display: none;
}

.slider-main_button-2 {
  color: #111;
  text-align: center;
  -webkit-text-stroke-color: #111;
  border: 2px solid #111;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 2rem;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider-main_button-2:hover {
  color: #1f1f1f;
}

.section_slider {
  text-align: center;
  padding: 2rem 2.5rem;
  overflow: hidden;
}

.drag-prompt-rhs {
  cursor: pointer;
  height: 2rem;
}

.div-block-45 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.js {
  display: none;
  overflow: hidden;
}

.drag-prompt-lhs {
  cursor: pointer;
  height: 2rem;
}

.slider-main_button-icon-2 {
  width: 1.3rem;
  height: 2rem;
}

.slider-main_button-icon-2.is-reversed {
  height: 2rem;
  transform: rotate(-180deg);
}

.slider-item-list {
  width: 100%;
  display: flex;
}

.slider-item-list.swiper-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.slider-item {
  flex: none;
  width: 25%;
}

.slider-item.swiper-slide {
  width: 42%;
}

.slider-main_img-height-2 {
  width: 100%;
  padding-top: 85%;
  position: relative;
  overflow: hidden;
}

.feature-video-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.feature-video-2.is--home-carousel:hover {
  transform: none;
}

.feature-video_embed-2 {
  z-index: -10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-video_embed-2.is-mobile {
  display: none;
}

.div-block-46 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.scrolling-image_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100vw;
  margin-top: 2rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

.scrolling-image_track {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  align-items: center;
  width: 160vw;
  height: 100%;
  display: flex;
}

.scrolling-image_image {
  height: 12rem;
}

.home-hero_content-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 42rem;
  font-size: 2rem;
  line-height: 1.45;
  display: flex;
}

.paragraph {
  font-family: Florencesans, sans-serif;
}

.text-link {
  text-decoration: underline;
}

.blue {
  font-size: 5em;
  box-shadow: 0 2px 9px 10px #1500ff33;
}

.div-block-47 {
  background-image: url('../images/Oakleigh-Screen-Shot-2023-10-02-at-6.13.41-pm-2_1Oakleigh-Screen Shot 2023-10-02 at 6.13.41 pm 2.webp');
  background-position: 0 0;
  background-size: cover;
}

.link-block {
  box-shadow: 0 2px 5px 20px #f003;
}

@media screen and (min-width: 1280px) {
  .work_item-link {
    min-height: 40rem;
  }

  .portfolio-image {
    min-height: 32rem;
  }

  .slider_nav {
    max-width: 100rem;
  }

  .section_slider {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .scrolling-image_image {
    height: 14rem;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: .875rem;
  }

  .work-item_back-button {
    font-size: .8em;
  }

  .info_text-block {
    margin-bottom: 5vh;
  }

  .menu-button {
    width: 4em;
    height: 2em;
    display: none;
    position: relative;
  }

  .grain-overlay {
    opacity: .02;
  }

  .footer_text-link {
    text-align: center;
  }

  .nav_menu-button-circle-fill {
    background-color: #c79071;
    border-radius: 12.5rem;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .portfolio-image {
    min-height: 31.25rem;
  }

  .work_list {
    grid-row-gap: 5.625rem;
    grid-template-columns: 1fr;
  }

  .tab_content {
    align-items: flex-start;
    height: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab_content.active {
    flex-direction: column;
    height: 100%;
  }

  .tab_link-title {
    font-size: 2em;
  }

  .tab_content-wrap {
    flex-direction: row;
    padding-left: 1em;
    padding-right: 1em;
  }

  .tab_link {
    border-style: solid none;
    border-top-width: .0625rem;
    border-top-color: #7f7b78;
    border-bottom-width: .0625rem;
    border-bottom-color: #7f7b78;
    height: auto;
  }

  .left-bar {
    min-width: 25vw;
  }

  .nav_connect-links {
    display: block;
    position: relative;
  }

  .nav_link {
    text-align: left;
    height: 3rem;
    margin-bottom: 1.5rem;
    font-size: 3rem;
  }

  .nav_link.is-smaller {
    margin-bottom: 0;
  }

  .contact_cell {
    margin-bottom: 0;
  }

  .work-item_video-embed {
    margin-bottom: -.625rem;
  }

  .web-lp-hero_content {
    max-width: 37.5rem;
  }

  .heading-style-lowercase {
    font-weight: 400;
  }

  .web-packages_wrapper {
    grid-column-gap: 2.5rem;
  }

  .arrow-btn {
    display: flex;
  }

  .footer_wrapper {
    grid-row-gap: .875rem;
    flex-direction: column;
  }

  .nav_component {
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav_menu-button {
    z-index: 20;
    padding: 0;
  }

  .nav_menu-button.w--open {
    background-color: #0000;
    padding: 0;
  }

  .nav_container {
    justify-content: space-between;
    align-items: center;
  }

  .nav_logo-link {
    z-index: 20;
  }

  .nav_menu {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    text-align: left;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    padding-top: 9rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: fixed;
    inset: 0%;
  }

  .nav_menu-button-circle {
    border-color: var(--black);
    background-color: var(--off-white);
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .nav_links-subheading {
    color: #c79071;
    margin-bottom: .5625rem;
    display: block;
  }

  .main-wrapper {
    margin-top: 5.7rem;
  }

  .styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .nav_connect-link {
    text-transform: uppercase;
    white-space: nowrap;
    margin-left: 0;
    padding-top: .3em;
    padding-bottom: .3em;
    padding-left: 0;
    font-size: 1.25rem;
    display: block;
  }

  .nav_connect-link.w--current {
    padding-top: .4em;
    padding-bottom: .4em;
    font-size: 1.4em;
    transform: none;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav_links-primary {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2rem;
    position: relative;
  }

  .nav_menu-background-color {
    background-color: var(--linen);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .icon-1x1-medium {
    width: 2.5rem;
    height: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .button {
    font-size: 1rem;
  }

  .icon-1x1-small {
    width: 1.5rem;
    height: 1.5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .swiper-slide.is-slider-main {
    width: 50%;
  }

  .contact-marquee_block {
    min-height: 120px;
  }

  .quote-form_wrapper {
    grid-column-gap: 2.5rem;
  }

  .section_slider {
    padding-bottom: 6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .slider-item.swiper-slide {
    width: 50%;
  }

  .feature-video_embed-2.is-mobile {
    display: block;
  }

  .scrolling-image_image {
    height: 16rem;
  }

  .text-block-5 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .work-item_back-button {
    margin-top: 0;
    font-size: 1.2em;
  }

  .cursor {
    display: none;
  }

  .menu-button {
    object-fit: contain;
    flex: none;
    width: 4em;
    height: 2em;
    display: block;
    position: relative;
  }

  .footer_links {
    width: 100%;
    margin-bottom: .7em;
  }

  .footer_links.bottom {
    margin-bottom: 0;
  }

  .footer_text-link {
    margin-left: 1em;
    margin-right: 1em;
  }

  .inline-link {
    margin-top: 0;
  }

  .inline-link.right {
    float: right;
    text-align: right;
    border-bottom-color: #ece0dc;
    margin-right: 2em;
    position: absolute;
    inset: auto 0% 2.3em auto;
  }

  .inline-link.contact {
    margin-top: .625rem;
    font-size: 2em;
  }

  .circle-image {
    width: 70%;
    min-width: 18.75rem;
    height: auto;
    min-height: 18.75rem;
  }

  .circle-image.mob {
    width: 20.625rem;
    height: 20.625rem;
  }

  .nav_menu-button-circle-fill {
    background-color: #c79071;
    border-radius: 12.5rem;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .work_category-tags-list {
    justify-content: flex-end;
  }

  .tab_content {
    perspective-origin: 50% 0;
    transform-origin: 50% 0;
    width: 100%;
  }

  .tab_link-title {
    font-size: 2.4em;
  }

  .tab_link-title.branding {
    color: #0000;
  }

  .tab_link-title.mob {
    color: #0000;
    margin-top: -1.9375rem;
    margin-bottom: 1rem;
    font-size: 4em;
    line-height: 1;
    position: relative;
  }

  .tab_link-title.mob.brand {
    color: #0000;
    margin-top: -12.5rem;
    position: absolute;
  }

  .tab {
    flex-direction: column;
    justify-content: flex-end;
    height: 85vh;
    display: none;
  }

  .tab_link {
    border-top-width: .03125rem;
    border-top-color: #00000017;
    border-bottom-width: .03125rem;
    border-bottom-color: #0000001a;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .tab_link.web.active {
    border-top-color: #deb19769;
  }

  .left-bar {
    display: none;
  }

  .tab-flexbox {
    grid-column-gap: 1.25rem;
    flex-direction: row;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .light-circler {
    height: 80%;
  }

  .light-circler.green.mob {
    flex-direction: column;
    align-items: flex-start;
  }

  .light-circler.mob {
    max-width: 43.75rem;
    height: 20.625rem;
  }

  .div-block-20 {
    width: 45%;
    margin-top: 0;
  }

  .tiny-h1.mob {
    margin-top: -.3125rem;
    margin-bottom: 1.125rem;
    margin-left: 1.5em;
  }

  .html-embed {
    width: 85%;
  }

  .html-embed.mob {
    width: 50%;
  }

  .section_home-horizontal {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .home-horizontal_mobile-only-nav {
    flex: 1;
    display: block;
  }

  .loading-screen {
    z-index: 999;
  }

  .work-item_video-embed {
    margin-bottom: -.625rem;
  }

  .mobile-home-container {
    flex-direction: column;
    align-items: center;
    width: 100vw;
    display: flex;
    overflow: hidden;
  }

  .mobile-home-block {
    width: 100%;
    padding: 2em;
  }

  .mobile-home-block.web {
    background-color: var(--dark-salmon);
    padding-top: 3.3em;
    padding-bottom: 3em;
  }

  .mobile-home-block.branding {
    background-color: var(--black);
    color: #ece0dc;
    padding-top: 3.3em;
    padding-bottom: 6em;
    position: relative;
  }

  .mobile-home-block.contact {
    background-color: var(--sea-green);
    padding-top: 3.3em;
    padding-bottom: 3em;
  }

  .div-block-25 {
    justify-content: space-between;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .big {
    font-size: 1.4em;
  }

  .web-packages_block {
    border-bottom-width: .0625rem;
    border-bottom-color: var(--linen);
    margin-bottom: 4.375rem;
    padding-bottom: 3.125rem;
  }

  .web-packages_wrapper {
    grid-row-gap: 1.875rem;
    flex-flow: column wrap;
  }

  .submit-button {
    font-size: 1.5em;
  }

  .arrow-btn {
    margin-top: .3125rem;
  }

  .arrow-btn.top {
    margin-top: .0625rem;
  }

  .web-packages_intro {
    flex: 0 auto;
    margin-bottom: 3.125rem;
  }

  .web-packages_heading-block {
    width: auto;
    font-size: 1.7em;
  }

  .embed_web-highlight-reel {
    height: 97%;
  }

  .work-item_details {
    grid-template-columns: 1.75fr;
  }

  .footer_wrapper {
    grid-row-gap: .5rem;
  }

  .nav_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .nav_menu {
    width: 100vw;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_menu-button-circle {
    border-color: var(--black);
    object-fit: contain;
    flex: none;
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .nav_links-subheading {
    color: #c79071;
    margin-bottom: .5625rem;
    font-family: Florencesans, sans-serif;
  }

  .styleguide_section-header {
    font-size: .875rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav_connect-link {
    text-transform: uppercase;
    margin-left: 0;
    padding-top: .4em;
    padding-bottom: .4em;
    padding-left: 0;
    font-family: Florencesans, sans-serif;
    font-size: 1.5em;
    display: flex;
    transform: none;
  }

  .nav_connect-link.w--current {
    transform: none;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-rich-text h2, .text-rich-text h3 {
    margin-top: 1.25rem;
  }

  .text-rich-text blockquote {
    padding-left: .75rem;
    font-size: 1.125rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .styleguide_version {
    font-size: .875rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .heading-style-huge-h1 {
    font-size: 4.1rem;
  }

  .swiper-slide.is-slider-main {
    width: 90%;
  }

  .typed-words {
    font-size: 4.1rem;
  }

  .contact-marquee_block {
    min-height: 120px;
  }

  .contact-marquee_moving {
    overflow: hidden;
  }

  .heading-style-huge-h2 {
    font-size: 4.1rem;
  }

  .quote-form_wrapper {
    grid-row-gap: 1.875rem;
    flex-flow: column wrap;
  }

  .section_slider {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .scrolling-image_image {
    height: 13rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3.5rem;
  }

  p {
    font-size: 1.2em;
  }

  .work-item_back-button {
    font-size: 1.4em;
    line-height: 1;
  }

  .cursor {
    display: none;
  }

  .info_text-block {
    margin-bottom: 7vh;
  }

  .grain-overlay {
    opacity: .03;
    mix-blend-mode: multiply;
    background-size: 400px;
  }

  .work-item_images-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .footer_links {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    flex-flow: row;
  }

  .inline-link {
    margin-top: .3125rem;
  }

  .inline-link.right {
    bottom: 2.5rem;
  }

  .inline-link.contact {
    border-bottom-color: #ece0dc;
    line-height: 1.25;
  }

  .circle-image {
    min-width: 17.5rem;
    min-height: 17.5rem;
    max-height: 28.125rem;
  }

  .circle-image.mob {
    width: 19.375rem;
    min-width: auto;
    height: 19.375rem;
    min-height: auto;
    margin-right: -4.3125rem;
  }

  .nav_menu-button-circle-fill {
    z-index: 1;
    background-color: #c79071;
    border: .125rem #1f1f1f;
    border-radius: 12.5rem;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .overline {
    font-weight: 600;
  }

  .portfolio-image {
    min-height: 22.5rem;
  }

  .work_item-info {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
    margin-top: .625rem;
  }

  .work_category-tags-list {
    white-space: nowrap;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .info_dropdown-content {
    height: 100%;
  }

  .tab_content {
    perspective-origin: 50% 100%;
    transform-origin: 50% 100%;
  }

  .tab_content.active {
    border-bottom: .0625rem solid #707070;
    border-right-style: none;
    height: 100vh;
  }

  .tab_content.web.active {
    border-bottom-style: none;
  }

  .tab_link-title {
    line-height: 1.1;
  }

  .tab_link-title.branding {
    color: #0000;
  }

  .tab_link-title.mob {
    color: #0000;
    margin-top: -2.5rem;
    font-size: 4em;
  }

  .tab_link-title.mob.brand {
    font-size: 4em;
    bottom: 2.5rem;
  }

  .tab {
    height: 70vh;
    margin-top: 12vh;
  }

  .tab_link {
    align-items: center;
    width: 100%;
    padding: 1.4em 1.2em;
  }

  .tab_link.active {
    border-bottom-style: none;
    align-items: flex-start;
  }

  .tab_link.web.active {
    border-top-color: #deb19787;
    align-items: center;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }

  .tab_link.branding {
    align-items: center;
  }

  .tab_link.dev {
    align-items: center;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .tab-flexbox {
    flex-direction: column;
    justify-content: center;
    padding: 6vh 1.2em;
  }

  .light-circler {
    flex: none;
    width: 16.875rem;
    height: 16.875rem;
  }

  .light-circler.green.mob {
    color: #ece0dc;
    flex-direction: column;
    align-items: flex-start;
  }

  .light-circler.mob {
    width: 18.75rem;
    min-width: auto;
    height: 18.75rem;
  }

  .div-block-20 {
    text-align: center;
    width: 90%;
    margin-top: -.75rem;
    margin-left: auto;
    display: none;
  }

  .tab-description-p {
    display: none;
  }

  .tiny-h1.mob {
    margin-top: 5.1875rem;
    margin-bottom: .25rem;
    margin-left: 1.3em;
  }

  .html-embed.mob {
    width: 85%;
  }

  .section_home-horizontal {
    background-color: #ece0dc;
    justify-content: flex-start;
    width: 100%;
    overflow: visible;
  }

  .home-horizontal_mobile-only-nav {
    flex: 0 auto;
  }

  .menu-link-wrap {
    margin-bottom: 1.1875rem;
    font-size: 1.5625rem;
  }

  .nav_link {
    height: 2rem;
    margin-bottom: 1.1875rem;
    font-size: 2rem;
  }

  .info_cta-links {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .contact_cell {
    width: 100%;
  }

  .contact-email-me-button.text-size-large {
    font-size: 1.4rem;
  }

  .work-item_video-embed {
    margin-bottom: -.875rem;
  }

  .work-item_details-left {
    width: 100%;
  }

  .mobile-home-container {
    margin-top: 2vh;
  }

  .mobile-home-block.web {
    padding: 3em 1.5em 2.6em;
  }

  .mobile-home-block.branding {
    padding: 4.9em 1.5em 7.7em;
  }

  .mobile-home-block.contact {
    padding: 5.9em 1.6em;
  }

  .big {
    text-align: left;
    width: 100%;
    font-size: 1.7em;
    line-height: 1.3;
  }

  .web-lp-hero_content {
    padding-top: 0;
  }

  .heading-style-lowercase {
    font-size: 2.1em;
  }

  .web-packages_block {
    border-bottom-style: none;
    margin-bottom: 5rem;
  }

  .web-packages_block.last {
    margin-bottom: auto;
  }

  .arrow-btn {
    margin-top: .625rem;
  }

  .arrow-btn.top {
    justify-content: center;
    width: 100%;
    margin-top: .625rem;
  }

  .arrow-btn.top._2 {
    justify-content: flex-start;
  }

  .web-packages_heading-block {
    margin-bottom: 1.125rem;
  }

  .div-block-31 {
    color: #ece0dc;
    margin-top: -10.5625rem;
    position: relative;
  }

  .embed_web-highlight-reel {
    height: 96%;
    box-shadow: 0 2px .375rem .125rem #02020212;
  }

  .work-item_details {
    flex-wrap: wrap;
  }

  .feature-video_embed {
    width: 102%;
    margin-left: -1%;
  }

  .nav_component {
    inset: 0% 0% auto;
  }

  .nav_menu-button-circle {
    z-index: 2;
    border-style: solid;
    width: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
  }

  .nav_links-subheading {
    margin-bottom: .4375rem;
  }

  .main-wrapper {
    margin-top: 5.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .nav_connect-link {
    letter-spacing: .03125rem;
    font-size: 1.125rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h4 {
    font-size: 1.2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .button.is-large {
    border-bottom-style: none;
  }

  .button.is-icon, .button.is-icon-white {
    font-size: 1rem;
    font-weight: 900;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .work-item_categories-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
  }

  .work-item_livesite-link {
    justify-content: flex-start;
  }

  .section_home-hero.padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-hero_content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-huge-h1 {
    font-size: 2.6rem;
  }

  .slider-main_bottom-wrapper {
    padding-top: 2em;
  }

  .slider-main_button {
    width: 2.8rem;
    height: 1.7rem;
  }

  .slider-main_button-icon {
    width: 40%;
    height: 100%;
  }

  .slider-main_button-icon.is-reversed {
    height: 100%;
  }

  .slider-main_top-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
  }

  .slider-main_img-height {
    padding-top: 100%;
  }

  .typed-words {
    font-size: 2.6rem;
  }

  .contact-marquee_block {
    min-height: 80px;
  }

  .contact-marquee_holder {
    height: 80px;
  }

  .contact-marquee_track, .contact-marquee_item {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-style-huge-h2 {
    font-size: 2.6rem;
  }

  .heading-style-h4-2 {
    font-size: 1.2rem;
  }

  .slider-main_button-2 {
    width: 2.8rem;
    height: 1.7rem;
  }

  .slider-main_button-icon-2 {
    width: 40%;
    height: 100%;
  }

  .slider-main_button-icon-2.is-reversed {
    height: 100%;
  }

  .slider-item-list.swiper-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .slider-item.swiper-slide {
    width: 100%;
  }

  .slider-main_img-height-2 {
    padding-top: 100%;
  }

  .feature-video_embed-2 {
    width: 102%;
    margin-left: -1%;
  }

  .scrolling-image_component, .scrolling-image_track.is-upper.scroll-into-view_delay1, .scrolling-image_track.is-lower {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .scrolling-image_image {
    height: 8rem;
  }

  .home-hero_content-copy {
    font-size: 1rem;
  }
}

#w-node-e8097e48-1e65-5a31-a1c8-f47ad6a1503b-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15040-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15045-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a1504a-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15050-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15056-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a1505c-055e9085 {
  justify-self: start;
}

#w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15169-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15182-055e9085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15185-055e9085 {
  justify-self: start;
}

#w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15187-055e9085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8097e48-1e65-5a31-a1c8-f47ad6a1518a-055e9085 {
  justify-self: start;
}

#w-node-_8eaedb21-f6b1-90f6-4ffc-593aa5ad5627-055e9085, #w-node-c8e0b8e0-fd62-3e7b-5173-d967c0629c83-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a1520b-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15215-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15216-055e9085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15284-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15289-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a1528e-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15293-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15298-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a1529d-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a152a7-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a152ac-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a152b1-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a152b6-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a152bb-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a152c0-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a152c5-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a152ca-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a152cf-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a152d4-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a152d9-055e9085 {
  justify-self: start;
}

#w-node-e8097e48-1e65-5a31-a1c8-f47ad6a152dd-055e9085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8097e48-1e65-5a31-a1c8-f47ad6a152de-055e9085 {
  justify-self: start;
}

#w-node-e8097e48-1e65-5a31-a1c8-f47ad6a152e0-055e9085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8097e48-1e65-5a31-a1c8-f47ad6a152e3-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a152e8-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a152ed-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15302-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15307-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a1530c-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15311-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15316-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a1531b-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15325-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a1532a-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a1532f-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15334-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15339-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a1533e-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15343-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15348-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a1534d-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15352-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15357-055e9085 {
  justify-self: start;
}

#w-node-e8097e48-1e65-5a31-a1c8-f47ad6a1535b-055e9085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8097e48-1e65-5a31-a1c8-f47ad6a1535c-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15361-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a15366-055e9085, #w-node-e8097e48-1e65-5a31-a1c8-f47ad6a1536b-055e9085 {
  justify-self: start;
}

#w-node-e8097e48-1e65-5a31-a1c8-f47ad6a153f1-055e9085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8097e48-1e65-5a31-a1c8-f47ad6a1544d-055e9085 {
  justify-self: start;
}


@font-face {
  font-family: 'Florencesans';
  src: url('../fonts/FlorenceSansBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Florencesans';
  src: url('../fonts/FlorenceSansSemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Florencesans';
  src: url('../fonts/FlorenceSansRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Florencesans Custom';
  src: url('../fonts/Florencesans-Custom-Black.ttf') format('truetype'), url('../fonts/Florencesans-Custom-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Florencesans Custom';
  src: url('../fonts/Florencesans-Custom-Regular.ttf') format('truetype'), url('../fonts/Florencesans-Custom-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Florencesans Custom';
  src: url('../fonts/Florencesans-Custom-Bold.ttf') format('truetype'), url('../fonts/Florencesans-Custom-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}