:root {
  --body-display: #626d86;
  --pinstripe: rgba(136, 158, 168, .2);
  --grey: #eef0f6;
  --black: #111729;
  --blue-fisagency: #2c457d;
  --shaddow: rgba(41, 43, 78, .07);
  --orange-red: #ff4b27;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25em;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

p {
  color: var(--body-display);
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.6em;
}

a {
  text-decoration: underline;
}

blockquote {
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: var(--pinstripe);
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 24px;
  font-size: 17px;
  line-height: 1.6em;
}

.body {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.section {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
}

.section.grey {
  background-color: var(--grey);
}

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

.grid-wrapper {
  z-index: 10;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.home-hero {
  min-height: 100vh;
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.background {
  background-image: url('../images/fisagency-homepage.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background.testimonial-background {
  background-image: url('../images/fisagency-testimonial.jpeg');
  background-position: 50% 0;
}

.background.about-background {
  background-image: url('../images/fisagency-workspace.jpeg');
}

.background.services-hero-background {
  background-image: url('../images/016.jpeg');
}

.background.action-background {
  background-image: url('../images/fisagency-CTA.jpeg');
}

.overlay {
  background-color: rgba(10, 16, 29, .3);
  font-family: Poppins, sans-serif;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.light {
  background-color: rgba(10, 16, 29, .2);
}

.overlay.dark {
  background-color: rgba(10, 16, 29, .65);
}

.centered-line {
  width: 80px;
  height: 2px;
  background-color: rgba(255, 255, 255, .09);
  justify-content: center;
  align-items: center;
  display: flex;
}

.centered-line.dark {
  background-color: var(--pinstripe);
}

.line-fill {
  width: 40%;
  height: 100%;
  background-color: #a3acc2;
}

.line-fill.light {
  background-color: rgba(255, 255, 255, .2);
}

.services-wrapper {
  min-height: 70px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: -80px;
  display: grid;
}

.w-slider {
  height: auto;
  background: none;
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.slider-arrow {
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  display: flex;
  top: 0;
  bottom: 80px;
  left: -100px;
}

.slider-arrow.right {
  padding-left: 0;
  padding-right: 100px;
  left: auto;
  right: -100px;
}

.navbar {
  height: 80px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
}

.nav-right {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
  position: relative;
}

.nav-link {
  padding: 8px 16px;
  color: var(--black);
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.nav-link:hover {
  background-color: var(--grey);
  color: var(--blue-fisagency);
}

.nav-link.w--current {
  color: #000;
}

.navigation-content {
  z-index: 10;
  width: 96%;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  justify-content: space-between;
  display: flex;
  position: relative;
}

.nav-menu {
  height: 100%;
  max-width: 400px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.brand {
  color: #000;
  letter-spacing: -.03em;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.service-link {
  border-right: 1px none var(--pinstripe);
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.xxl-heading {
  font-family: Poppins, sans-serif;
  font-size: 56px;
  line-height: 1.2em;
}

.dual-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-display {
  color: var(--body-display);
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display.small {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.45em;
}

.body-display.light {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.body-display.dark {
  color: #000;
}

.medium-stacked-intro {
  max-width: 475px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtitle {
  color: var(--body-display);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle.light {
  color: rgba(255, 255, 255, .8);
}

.subtitle.light.small {
  font-family: Poppins, sans-serif;
}

.subtitle.small {
  font-size: 9px;
}

.solid-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border: 1px #2c457d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-line {
  width: 60px;
  height: 2px;
  background-color: #d7dfeb;
  display: flex;
}

.left-line.light {
  background-color: rgba(255, 255, 255, .09);
}

.half-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template: ". . Area"
  / auto 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.horizontal-line {
  height: 1px;
  background-color: var(--pinstripe);
}

.list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.list-item {
  height: 100%;
  min-height: 160px;
  grid-column-gap: 36px;
  grid-row-gap: 18px;
  border-bottom: 1px solid var(--pinstripe);
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.service-link-top {
  z-index: 10;
  height: 80px;
  border-right: 1px none var(--pinstripe);
  border-bottom: 1px none var(--pinstripe);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.service-link-top.end {
  border-right-style: none;
}

.service-bottom {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  border-top: 1px none var(--grey);
  border-right: 1px solid var(--pinstripe);
  text-align: left;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: flex-end;
  padding: 60px 36px 36px;
  display: grid;
}

.service-bottom.end {
  border-right-style: none;
}

.projects {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 0;
  display: grid;
  position: relative;
}

.light-fill {
  width: 100%;
  background-color: #fff;
  margin-top: -80px;
}

.featured-work-slider {
  z-index: 25;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 240px;
  padding-bottom: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.projects-arrow {
  z-index: 15;
  width: 50%;
  min-height: 100vh;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.projects-mask {
  z-index: 25;
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.hover-slider-arrow {
  width: 10vw;
  height: 10vw;
  max-height: 120px;
  max-width: 120px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-slide-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  display: grid;
  position: relative;
}

.underline-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .8);
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  position: relative;
}

.underline-link.dark {
  border-bottom-color: var(--pinstripe);
  color: var(--body-display);
}

.testimonial-slide {
  z-index: 20;
  position: relative;
}

.project-grid {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 48px;
  padding-bottom: 60px;
  padding-left: 48px;
  display: grid;
  position: relative;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: #000;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: visible;
}

.skew-background {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.project-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-meta {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 48px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.verticle-line {
  height: 100%;
  background-color: var(--pinstripe);
  position: relative;
}

.slider-section {
  z-index: 5;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.action-banner {
  min-height: 775px;
  position: relative;
  overflow: hidden;
}

.grey-cover {
  height: 50%;
  background-color: var(--grey);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.centered-intro {
  z-index: 10;
  max-width: 600px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.nav-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  padding: 12px 32px;
  font-family: Poppins, sans-serif;
  font-size: 9px;
  text-decoration: none;
  overflow: hidden;
}

.social-circle {
  width: 36px;
  height: 36px;
  border: 1px none var(--pinstripe);
  cursor: pointer;
  border-radius: 100%;
  position: relative;
}

.hero-intro {
  max-width: 650px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

.hero-intro.large-intro {
  max-width: 775px;
}

.outline-button {
  min-height: 42px;
  border: 1px solid var(--pinstripe);
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.outline-button.light {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, .2);
  font-family: Poppins, sans-serif;
}

.showreel-info {
  z-index: 10;
  max-width: 675px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  position: relative;
}

.nav-cover {
  height: 100%;
  background-color: #fff;
  border: 1px rgba(136, 158, 168, .05);
  box-shadow: 0 12px 36px -8px rgba(62, 65, 116, .1);
}

.service-icon {
  width: 48px;
  height: 48px;
  background-color: var(--grey);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.service-description {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-card-hover {
  height: 24px;
  background-color: var(--blue-fisagency);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: -24px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.service-link-name {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid var(--pinstripe);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-content {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-box {
  min-height: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px solid var(--pinstripe);
  color: #000;
  text-align: center;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 18px 18px 0;
  text-decoration: none;
  display: grid;
}

.footer-box-top {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.footer-box-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px;
}

.footer-brand {
  max-width: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-box-title {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-brand-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 180px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 200px;
  padding-bottom: 24px;
  display: grid;
}

.footer-credits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.legal-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.legal-link {
  color: var(--body-display);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 9px;
  text-decoration: none;
}

.testimonial-text {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

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

.testimonial-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}


.testimonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-hero {
  z-index: 10;
  min-height: 100vh;
  background-color: var(--grey);
  justify-content: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.inner-hero-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.inner-hero-background {
  margin-bottom: -80px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.collection-hero-banner {
  min-height: 800px;
  margin-bottom: -80px;
  position: relative;
  overflow: hidden;
}

.projects-wrapper {
  background-color: #fff;
  margin-top: -80px;
  padding-bottom: 140px;
}

.side-fill {
  width: 100%;
  background-color: #fff;
}

.medium-width {
  max-width: 500px;
}

.about-content {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: -80px;
  padding: 0 0 0 60px;
  display: grid;
}

.inner-page-hero {
  min-height: 850px;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.about-image {
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.benefits-row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.number-item {
  grid-column-gap: 16px;
  grid-row-gap: 160px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 24px 36px;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.number-item:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px var(--shaddow);
}

.number-info {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
}

.hero-top {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 24px;
}

.hero-bottom {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.scroll-wrapper {
  z-index: 25;
  width: 1px;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  padding-top: 12px;
  display: grid;
  position: relative;
}

.rotate-text {
  height: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  display: flex;
  transform: rotate(90deg);
}

.scroll-line {
  width: 1px;
  background-color: rgba(255, 255, 255, .2);
}

.about-hero-bottom {
  min-height: 140px;
  position: relative;
}

.step-card {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.steps-description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-block {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-body {
  min-height: 400px;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: #fff;
  grid-template-rows: auto 1px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 0 80px 80px;
  display: grid;
}

.post-top {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 72px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.author {
  width: 80px;
  height: 80px;
  border: 4px solid var(--grey);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin-bottom: -40px;
  position: relative;
}

.post-body {
  min-height: 400px;
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 80px 0 80px 80px;
  display: grid;
}

.rich-text-wrapper {
  padding: 0;
}

.post-author-wrapper {
  max-width: 350px;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 18px;
}

.rich-text h3, .rich-text h1, .rich-text h2, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin-bottom: 12px;
}

.dropdown {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list.w--open {
  width: 100%;
  justify-content: center;
  align-items: stretch;
  padding-top: 12px;
  display: flex;
}

.dropdown-wrapper {
  width: 250px;
  min-width: 250px;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px rgba(41, 43, 78, .12);
}

.dropdown-link {
  width: 100%;
  border-bottom: 1px solid var(--pinstripe);
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}

.dropdown-link.bottom {
  border-bottom-style: none;
}

.projects-hero {
  min-height: 900px;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.slide-content {
  height: 100%;
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.project-hero-bottom {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.project-bottom {
  z-index: 10;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 48px;
  display: grid;
  position: relative;
}

.scroll-circle {
  width: 80px;
  height: 80px;
  background-color: var(--grey);
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -36px;
  padding-top: 44px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.contact-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 0 0 80px;
  display: grid;
}

.quick-link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form-wrapper {
  width: 100%;
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 60px;
  padding-right: 36px;
  display: grid;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.text-field {
  min-height: 54px;
  border: 1px solid var(--pinstripe);
  margin-bottom: 0;
  padding: 18px 24px;
}

.text-field.large {
  min-height: 160px;
}

.field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.about-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 60px 0 60px 60px;
  display: grid;
}

.services-dual-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 350px) 1px 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.services-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-services-intro {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
}

.service-list-item {
  border-bottom: 1px solid var(--pinstripe);
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.full-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item-top {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item-bottom {
  overflow: hidden;
}

.service-bottom-content {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 24px;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  display: grid;
}

.story-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.story-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-block {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-list {
  min-height: 200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto 1px auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-wrapper {
  min-height: 500px;
  background-color: #fff;
  padding: 60px 0 140px 60px;
}

.light-cover {
  width: 100%;
  background-color: #fff;
}

.project-banner {
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.top-cover {
  height: 50%;
  background-color: var(--grey);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.client-testimonial {
  max-width: 600px;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-details {
  min-height: 650px;
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 100px;
  display: grid;
}

.number-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px none var(--pinstripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-numbers-section {
  padding-top: 140px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.project-gallery-image {
  height: 24vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.project-intro {
  grid-column-gap: 120px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.box-item {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.core-value {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  border: 1px none var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
  position: relative;
}

.check-icon {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 100px;
}

.check-icon.dark {
  background-color: var(--grey);
}

.team-member-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vertical-card {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--pinstripe);
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  justify-items: stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.team-portrait {
  min-height: 300px;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  margin-left: 17px;
  margin-right: 17px;
  padding: 0;
  display: flex;
  position: relative;
}

.team-card-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 36px;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  position: relative;
}

.team-card-link {
  height: 28px;
  max-width: 100%;
  border-right: 1px none var(--blue-fisagency);
  border-left: 1px none var(--blue-fisagency);
  background-color: var(--blue-fisagency);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 9px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -28px;
  left: 0;
  right: 0;
}

.horizontal-journal-card {
  min-height: 300px;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border: 1px solid var(--pinstripe);
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px;
  text-decoration: none;
  display: grid;
}

.popular-posts {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
}

.journal-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px .5fr;
  grid-auto-columns: 1fr;
  padding: 60px 0 60px 60px;
  display: grid;
}

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

.journal-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.journal-info {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  display: grid;
}

.post-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.popular-post-card {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.popular-post-image {
  min-height: 100px;
  position: relative;
  overflow: hidden;
}

.popular-post-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

.preloader {
  z-index: 10000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-content {
  width: 100%;
  max-width: 275px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.preloader-indicator {
  width: 100%;
}

.indicator-wrapper {
  height: 3px;
  background-color: var(--pinstripe);
  display: flex;
}

.indicator-fill {
  width: 0%;
  height: 100%;
  background-color: var(--blue-fisagency);
}

.preloader-brand {
  font-size: 36px;
}

.slider-background-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slide-hero-background {
  background-image: url('../images/fisagency-homepage.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-hero-background.slider-001 {
  background-image: url('../images/fisagency-homepage.jpeg');
  background-position: 50% 25%;
}

.slider-background {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-arrow-icon {
  width: 18px;
  opacity: .3;
}

.team-bio-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-block {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.stacked-hero-title {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-toggle {
  width: 100%;
  height: 100%;
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
}

.social-dropdown-list.w--open {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-top: 30px;
  display: flex;
}

.social-drop-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  border: 1px none var(--pinstripe);
  background-color: #fff;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  padding: 6px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px rgba(41, 43, 78, .12);
}

.dropdown-corner {
  width: 12px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: -5px;
  bottom: auto;
  left: auto;
  right: auto;
  transform: rotate(45deg);
}

.collection-list-wrapper, .collection-list {
  height: 100%;
}

.collection-item {
  height: 100%;
  justify-content: center;
  display: flex;
}

.outline-hover-circle {
  z-index: 10;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 253, 253, .4);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.project-image {
  height: 100%;
  min-height: 375px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hover-circle-wrapper {
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
  position: relative;
}

.hover-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.hover-line {
  height: 1px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hover-line-fill {
  width: 100%;
  height: 100%;
  background-color: #a3acc2;
}

.scroll-arrow {
  width: 18px;
}

.collection-list-wrapper-3 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.project-title {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-media-box {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border: 1px none var(--pinstripe);
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.job-description {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 6px;
  display: grid;
}

.social-box {
  min-height: 100px;
  border: 1px solid var(--pinstripe);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.social-box-icon {
  width: 24px;
}

.list-arrow {
  width: 14px;
}

.post-author-card {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px 80px;
  display: grid;
  position: relative;
}

.success-message {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.success-box {
  height: 100%;
  min-height: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border: 1px solid var(--pinstripe);
  background-color: var(--grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: grid;
}

.core-value-top {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.slider-bottom {
  z-index: 25;
  padding-bottom: 80px;
  position: relative;
}

.slider-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.lottie-animation {
  width: 15px;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  margin-right: -21px;
  display: flex;
}

.outline-social-icon {
  width: 32px;
  height: 32px;
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
}

.outline-social-icon.large {
  width: 34px;
  height: 34px;
}

.verticle-journal-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.journal-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.recent-journal-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.verticle-journal-image {
  min-height: 300px;
  justify-content: center;
  align-items: center;
  margin: 18px 18px 0;
  display: flex;
  position: relative;
}

.vericle-journal-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0 36px 36px;
  display: grid;
}

.menu-items {
  justify-content: center;
  display: flex;
}

.service-overview {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.plus-lottie {
  width: 18px;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  display: flex;
}

.small-width {
  max-width: 300px;
}

.pagination {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 12px;
  padding-left: 48px;
  display: grid;
}

.what-we-did {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-text {
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: Poppins, sans-serif;
}

.team-top-info {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.team-social-wrapper {
  z-index: 10;
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-bottom: 18px;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.error-message {
  background-color: var(--grey);
  color: var(--body-display);
  margin-top: 18px;
}

.delete-me {
  z-index: 5000000;
  max-width: 22rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: .5rem;
  left: auto;
  right: .5rem;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  line-height: 1.5;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.text-block, .heading, .heading-2, .text-block-2, .heading-3 {
  font-family: Poppins, sans-serif;
}

@media screen and (min-width: 1280px) {
  .background.testimonial-background {
    background-image: url('../images/fisagency-testimonial.jpeg');
  }

  .background.about-background {
    background-image: url('../images/fisagency-workspace.jpeg');
  }

  .background.action-background {
    background-image: url('../images/fisagency-CTA.jpeg');
  }

  .half-wrapper {
    grid-column-gap: 100px;
  }

  .list-item {
    grid-column-gap: 60px;
  }

  .service-link-top {
    padding-left: 48px;
    padding-right: 48px;
  }

  .service-bottom {
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .number-item {
    min-height: 275px;
    padding: 36px 48px;
  }

  .service-item-top {
    grid-column-gap: 48px;
  }

  .story-grid {
    grid-column-gap: 100px;
  }

  .core-value {
    padding: 36px;
  }

  .team-member-grid {
    grid-column-gap: 48px;
  }

  .team-portrait {
    min-height: 350px;
  }

  .slide-hero-background.slider-001 {
    background-image: url('../images/fisagency-homepage.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .project-image {
    min-height: 425px;
  }

  .verticle-journal-grid {
    grid-column-gap: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .background.testimonial-background {
    background-image: url('../images/fisagency-testimonial.jpeg');
  }

  .background.about-background {
    background-image: url('../images/fisagency-workspace.jpeg');
  }

  .background.action-background {
    background-image: url('../images/fisagency-CTA.jpeg');
  }

  .half-wrapper {
    grid-column-gap: 120px;
  }

  .list-item {
    grid-column-gap: 80px;
  }

  .project-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-content {
    grid-column-gap: 100px;
  }

  .number-item {
    min-height: 300px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .service-item-top, .service-bottom-content {
    grid-column-gap: 60px;
  }

  .story-grid {
    grid-column-gap: 120px;
  }

  .team-portrait {
    min-height: 425px;
  }

  .slide-hero-background.slider-001 {
    background-image: url('../images/fisagency-homepage.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .project-image {
    min-height: 450px;
  }
}

@media screen and (min-width: 1920px) {
  .section.no-padding {
    background-color: #eef0f6;
  }

  .grid-wrapper {
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .background.testimonial-background {
    background-image: url('../images/fisagency-testimonial.jpeg');
  }

  .background.about-background {
    background-image: url('../images/fisagency-workspace.jpeg');
    background-size: cover;
  }

  .background.action-background {
    background-image: url('../images/fisagency-CTA.jpeg');
  }

  .navbar {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0);
    font-family: Poppins, sans-serif;
  }

  .xxl-heading, .body-display.light {
    color: #f1f1f1;
  }

  .solid-button {
    border-color: var(--black);
    background-color: #000;
  }

  .slider-section {
    font-family: Poppins, sans-serif;
  }

  .nav-button {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .testimonial-text {
    color: #f1f1f1;
  }

  .contact-info-wrapper {
    grid-row-gap: 79px;
  }

  .slide-hero-background.slider-001 {
    background-image: url('../images/fisagency-homepage.jpeg');
    background-repeat: no-repeat;
  }

  .button-text {
    -webkit-text-stroke-color: #f1f1f1;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }

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

  .background.testimonial-background {
    background-image: url('../images/fisagency-testimonial.jpeg');
  }

  .services-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: rgba(0, 0, 0, 0);
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

  .slider-arrow {
    width: 160px;
    height: 160px;
  }

  .nav-link {
    min-height: 60px;
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--pinstripe);
    background-color: #fff;
  }

  .navigation-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-menu {
    width: 100%;
    height: auto;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .service-link {
    background-color: #fff;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .dual-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .half-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .list-item {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .service-bottom {
    padding-top: 48px;
  }

  .featured-work-slider {
    padding-top: 180px;
    padding-bottom: 280px;
  }

  .projects-arrow {
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 136px;
    left: 80px;
    right: 0;
  }

  .projects-arrow.left {
    left: 0;
    right: 80px;
  }

  .hover-slider-arrow {
    width: 100%;
    height: 100%;
  }

  .project-grid {
    grid-template-columns: 1fr 1fr;
    padding: 36px 0 48px 36px;
  }

  .verticle-line {
    width: 100%;
  }

  .action-banner {
    min-height: 600px;
  }

  .instagram-footer {
    padding-top: 80px;
  }

  .showreel-info {
    padding-right: 160px;
  }

  .service-card-hover {
    display: none;
  }

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

  .instagram-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .instagram {
    height: 20vw;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrapper {
    grid-row-gap: 100px;
    padding-top: 100px;
  }

  .inner-hero-content {
    padding-top: 36px;
  }

  .collection-hero-banner {
    min-height: 650px;
  }

  .projects-wrapper {
    padding-bottom: 100px;
  }

  .about-content {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 48px;
  }

  .benefits-row {
    grid-row-gap: 0px;
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1px 1fr;
  }

  .number-item {
    grid-row-gap: 100px;
  }

  .sticky-intro {
    position: relative;
    top: 0;
  }

  .step-card {
    grid-row-gap: 60px;
    border-bottom: 1px solid var(--pinstripe);
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .step-card.end {
    border-bottom-style: none;
  }

  .project-body {
    grid-row-gap: 60px;
    padding: 48px 0 48px 48px;
  }

  .post-top {
    padding-top: 60px;
  }

  .post-body {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding: 48px 0 48px 48px;
  }

  .dropdown-list {
    position: absolute;
  }

  .dropdown-list.w--open {
    padding-top: 0;
  }

  .dropdown-wrapper {
    width: 100%;
    min-width: auto;
    box-shadow: 0 18px 36px -8px rgba(41, 43, 78, .12);
  }

  .dropdown-link {
    min-height: 60px;
    border-top: 1px solid var(--pinstripe);
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-info-wrapper {
    grid-row-gap: 60px;
    padding-bottom: 60px;
  }

  .quick-link-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-left: 36px;
  }

  .about-wrapper {
    padding: 48px 0 48px 48px;
  }

  .services-dual-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .sticky-services-intro {
    position: relative;
    top: auto;
  }

  .service-bottom-content {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .team-image {
    min-height: 250px;
  }

  .team-image-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .story-grid {
    grid-row-gap: 48px;
    grid-template-rows: auto 1px;
    grid-template-columns: 1fr;
  }

  .team-member-wrapper {
    padding: 36px 0 60px 36px;
  }

  .project-banner {
    min-height: 400px;
  }

  .project-details {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .project-numbers-section {
    padding-top: 120px;
  }

  .project-gallery-image {
    min-height: 275px;
  }

  .project-intro {
    grid-template-columns: 1fr;
  }

  .project-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .team-member-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .team-portrait {
    min-height: 375px;
  }

  .popular-posts {
    max-width: 500px;
    position: relative;
    top: auto;
  }

  .journal-grid {
    grid-row-gap: 48px;
    grid-template-rows: auto 1px;
    grid-template-columns: 1fr;
    padding: 48px 0 48px 48px;
  }

  .popular-post-image {
    min-height: 140px;
  }

  .popular-post-info {
    grid-row-gap: 36px;
  }

  .team-bio-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .social-drop-wrapper {
    border-style: solid;
  }

  .dropdown-corner {
    border-top: 1px solid var(--pinstripe);
    border-left: 1px solid var(--pinstripe);
    top: -6px;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .menu-button {
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 19px 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon-wrapper {
    height: 100%;
    border-style: none none none solid;
    border-width: 1px;
    border-color: black black black var(--pinstripe);
    justify-content: center;
    align-items: center;
    padding: 0 0 0 24px;
    display: flex;
  }

  .menu-icon {
    width: 28px;
  }

  .social-box {
    min-height: 120px;
  }

  .verticle-journal-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .menu-items {
    box-shadow: 0 18px 36px -8px var(--shaddow);
    flex-direction: column;
  }

  .pagination {
    padding-left: 36px;
  }
}

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

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

  .background.action-background {
    background-image: url('../images/fisagency-CTA.jpeg');
  }

  .services-wrapper {
    grid-template-columns: 1fr;
  }

  .slider-arrow {
    width: 140px;
    height: 140px;
    padding-left: 80px;
    left: -80px;
  }

  .slider-arrow.right {
    padding-right: 80px;
    right: -80px;
  }

  .nav-right {
    grid-column-gap: 18px;
  }

  .nav-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xxl-heading {
    font-size: 42px;
  }

  .half-wrapper {
    grid-row-gap: 24px;
  }

  .list-item {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .featured-work-slider {
    padding-top: 140px;
    padding-bottom: 260px;
  }

  .testimonial-slide-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .project-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    padding: 30px 0 36px 30px;
  }

  .action-banner {
    min-height: auto;
  }

  .instagram-footer {
    padding-top: 60px;
  }

  .hero-intro {
    padding-left: 40px;
    padding-right: 40px;
  }

  .showreel-info {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 24px;
  }

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

  .instagram {
    height: 40vw;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    grid-row-gap: 60px;
    padding-top: 60px;
  }

  .footer-credits {
    grid-template-columns: 1fr;
  }

  .testimonial-text {
    mix-blend-mode: normal;
    object-fit: fill;
    font-size: 28px;
  }

  .inner-hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-hero-banner {
    min-height: 500px;
  }

  .projects-wrapper {
    padding-bottom: 80px;
  }

  .about-content {
    padding-left: 36px;
  }

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

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

  .number-item {
    grid-row-gap: 60px;
  }

  .about-hero-bottom {
    min-height: 100px;
  }

  .step-card {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .project-block {
    border-top: 1px solid var(--pinstripe);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .project-body {
    grid-row-gap: 48px;
    padding: 36px 0 36px 36px;
  }

  .post-top {
    grid-row-gap: 60px;
  }

  .post-body {
    padding: 36px 0 36px 36px;
  }

  .dropdown-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .projects-hero {
    min-height: 800px;
  }

  .project-bottom {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 24px;
  }

  .quick-link-wrapper {
    grid-template-columns: 1fr;
  }

  .about-wrapper {
    padding: 36px 0 36px 36px;
  }

  .service-item-top {
    grid-template-columns: 1fr auto;
  }

  .service-bottom-content {
    grid-row-gap: 24px;
    padding-top: 36px;
  }

  .team-image {
    min-height: 200px;
  }

  .team-image-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

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

  .team-member-wrapper {
    padding: 24px 0 48px 24px;
  }

  .project-banner {
    min-height: 300px;
  }

  .project-details {
    grid-row-gap: 48px;
  }

  .number-box {
    grid-template-columns: 1fr;
  }

  .project-numbers-section {
    padding-top: 100px;
  }

  .project-gallery-image {
    min-height: 200px;
  }

  .project-gallery {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .box-item, .core-value {
    grid-row-gap: 48px;
  }

  .team-member-grid {
    grid-template-columns: 1fr;
  }

  .team-portrait {
    min-height: 500px;
  }

  .horizontal-journal-card {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .journal-grid {
    padding: 36px 0 36px 36px;
  }

  .journal-image {
    min-height: 275px;
  }

  .journal-info {
    grid-row-gap: 24px;
    padding: 0 12px 12px;
  }

  .team-bio-wrapper {
    grid-template-columns: 1fr;
  }

  .team-portrait-wrapper {
    position: relative;
    top: auto;
  }

  .social-box {
    min-height: 100px;
  }

  .post-author-card {
    padding: 36px;
  }

  .verticle-journal-grid {
    grid-template-columns: 1fr;
  }

  .pagination {
    margin-top: 6px;
    padding-left: 30px;
  }

  .heading-4 {
    color: #f1f1f1;
  }
}

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

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

  .home-hero {
    min-height: 93vh;
  }

  .slider-arrow {
    width: 120px;
    height: 120px;
    padding-left: 60px;
    top: auto;
    bottom: 140px;
    left: -60px;
  }

  .slider-arrow.right {
    padding-right: 60px;
    right: -60px;
  }

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

  .dual-wrapper {
    grid-row-gap: 48px;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .half-wrapper {
    grid-template-rows: auto;
  }

  .list-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .featured-work-slider {
    padding-bottom: 236px;
  }

  .testimonial-slide-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .project-grid {
    padding-top: 28px;
    padding-bottom: 48px;
    padding-left: 28px;
  }

  .nav-button {
    display: none;
  }

  .hero-intro {
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .showreel-info {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-text {
    font-size: 26px;
  }

  .inner-hero-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-hero-banner {
    min-height: 450px;
  }

  .projects-wrapper {
    padding-bottom: 60px;
  }

  .about-content {
    padding-left: 30px;
    padding-right: 0;
  }

  .inner-page-hero {
    min-height: 700px;
    padding-top: 104px;
  }

  .about-image {
    min-height: 250px;
  }

  .hero-top {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .project-body {
    grid-row-gap: 36px;
    padding: 30px 0 30px 30px;
  }

  .post-top {
    grid-row-gap: 48px;
    padding-top: 48px;
  }

  .post-body {
    padding: 24px 0 48px 24px;
  }

  .projects-hero {
    min-height: 93vh;
  }

  .slide-content {
    padding-top: 124px;
    padding-bottom: 260px;
  }

  .project-hero-bottom {
    display: none;
  }

  .contact-form-wrapper {
    padding-right: 0;
  }

  .about-wrapper {
    padding: 18px 0 18px 18px;
  }

  .service-list-item {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .service-bottom-content {
    padding-top: 36px;
  }

  .team-image {
    min-height: 135px;
  }

  .team-image-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .project-banner {
    min-height: 200px;
  }

  .project-gallery-image {
    min-height: 125px;
  }

  .project-gallery {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .box-item {
    grid-row-gap: 36px;
  }

  .team-portrait {
    min-height: 375px;
  }

  .horizontal-journal-card {
    grid-row-gap: 24px;
  }

  .journal-grid {
    padding: 24px 0 24px 24px;
  }

  .popular-posts-list {
    grid-row-gap: 36px;
  }

  .popular-post-card {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .popular-post-info {
    grid-row-gap: 6px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-hero-background.slider-001 {
    background-size: cover;
    background-attachment: fixed;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .menu-icon-wrapper {
    padding-left: 18px;
  }

  .collection-list-wrapper-3 {
    padding-bottom: 18px;
  }

  .social-box {
    min-height: 100px;
  }

  .post-author-card {
    padding: 24px;
  }

  .vericle-journal-info {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pagination {
    margin-top: 0;
    padding-left: 28px;
  }
}

#w-node-_8b49a061-8ac9-29ef-f95d-1bbe13f8dc3e-d58a6689 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_819fb258-0938-7777-14ba-51413a9fd4d7-d58a6689 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_819fb258-0938-7777-14ba-51413a9fd4d8-d58a6689 {
  align-self: center;
  justify-self: center;
}

#w-node-_220fa697-7ba6-2d4a-5721-86f59c902d91-d58a6689 {
  justify-self: center;
}

#w-node-_819fb258-0938-7777-14ba-51413a9fd4de-d58a6689 {
  align-self: center;
  justify-self: center;
}

#w-node-b685f0ca-fc6d-eca3-b415-6b19359dbf58-d58a6689 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-b685f0ca-fc6d-eca3-b415-6b19359dbf59-d58a6689 {
  align-self: center;
  justify-self: center;
}

#w-node-b685f0ca-fc6d-eca3-b415-6b19359dbf5b-d58a6689 {
  justify-self: center;
}

#w-node-b685f0ca-fc6d-eca3-b415-6b19359dbf5f-d58a6689 {
  align-self: center;
  justify-self: center;
}

#w-node-_1f84f02a-1561-8add-addd-f93575468c47-d58a6689 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_1f84f02a-1561-8add-addd-f93575468c48-d58a6689 {
  align-self: center;
  justify-self: center;
}

#w-node-_1f84f02a-1561-8add-addd-f93575468c4a-d58a6689 {
  justify-self: center;
}

#w-node-_1f84f02a-1561-8add-addd-f93575468c4e-d58a6689 {
  align-self: center;
  justify-self: center;
}

#w-node-d440db47-823b-161c-3f50-6ace7afc9a03-d58a6689 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c106bab8-0123-b188-5c41-fd9bb42d15e1-d58a6689, #w-node-_9a7397c1-3804-1b8d-9d47-c0231543464e-d58a6689, #w-node-a5503781-62bc-7a36-f470-a62d4250e756-d58a6689 {
  justify-self: start;
}

#w-node-a5503781-62bc-7a36-f470-a62d4250e757-d58a6689 {
  align-self: end;
}

#w-node-a5503781-62bc-7a36-f470-a62d4250e75a-d58a6689, #w-node-_0ce07434-4c8e-b1e5-37eb-c164820f6931-d58a6689, #w-node-_0ce07434-4c8e-b1e5-37eb-c164820f6935-d58a6689, #w-node-db6915f9-61b5-4fb1-2fb0-8736580d2572-d58a6689, #w-node-db6915f9-61b5-4fb1-2fb0-8736580d2576-d58a6689 {
  justify-self: start;
}

#w-node-_7f721e30-6a4b-32b8-57fb-e8c97c1a110a-d58a6689 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_550bbeb3-ad12-62b2-3b32-267633ceadb3-d58a6689 {
  align-self: center;
  justify-self: start;
}

#w-node-_5ec84a1f-0185-e0db-a05e-42b46efb7947-d58a6689 {
  justify-self: start;
}

#w-node-_2de0c92b-51c5-2305-1687-f7ca5a4bbcb7-d58a6689, #w-node-_2de0c92b-51c5-2305-1687-f7ca5a4bbcb8-d58a6689 {
  align-self: start;
}

#w-node-_2de0c92b-51c5-2305-1687-f7ca5a4bbcbb-d58a6689 {
  align-self: end;
  justify-self: start;
}

#w-node-_6bc977d1-1358-5b7b-0b1c-d3edabff5587-d58a6689 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_74ff2ad0-8589-a769-953f-a567986e8f31-d58a6689 {
  justify-self: end;
}

#w-node-f84f30f3-7209-950a-88d1-75374d5da6b8-d58a6689 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_3bc226e8-e01a-341e-b360-a0884ba96d08-d58a6689 {
  justify-self: end;
}

#w-node-a322fe66-30db-b137-a47f-119c110dff01-d58a6689 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_113b843d-db13-f308-2865-908c84074d78-d58a6689 {
  justify-self: end;
}

#w-node-_7cc31694-8360-4f81-06b1-cba5d34797d3-d58a6689 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e9ca5033-453c-5532-f542-2f1327f68df7-d58a6689 {
  justify-self: end;
}

#w-node-_852ff958-fd73-7e67-ec54-9857a8862f16-d58a6689 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_852ff958-fd73-7e67-ec54-9857a8862f17-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f18-d58a6689 {
  align-self: start;
}

#w-node-_852ff958-fd73-7e67-ec54-9857a8862f19-d58a6689 {
  justify-self: start;
}

#w-node-_852ff958-fd73-7e67-ec54-9857a8862f1b-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f1c-d58a6689 {
  align-self: start;
}

#w-node-_852ff958-fd73-7e67-ec54-9857a8862f23-d58a6689 {
  justify-self: start;
}

#w-node-_852ff958-fd73-7e67-ec54-9857a8862f27-d58a6689 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_852ff958-fd73-7e67-ec54-9857a8862f2a-d58a6689 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_852ff958-fd73-7e67-ec54-9857a8862f31-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f34-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f39-d58a6689 {
  align-self: start;
}

#w-node-_852ff958-fd73-7e67-ec54-9857a8862f42-d58a6689 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_852ff958-fd73-7e67-ec54-9857a8862f49-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f4c-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f51-d58a6689 {
  align-self: start;
}

#w-node-_852ff958-fd73-7e67-ec54-9857a8862f8a-d58a6689 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_852ff958-fd73-7e67-ec54-9857a8862f91-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f94-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f99-d58a6689 {
  align-self: start;
}

#w-node-_852ff958-fd73-7e67-ec54-9857a8862f5a-d58a6689 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_852ff958-fd73-7e67-ec54-9857a8862f61-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f64-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f69-d58a6689 {
  align-self: start;
}

#w-node-_852ff958-fd73-7e67-ec54-9857a8862f72-d58a6689 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_852ff958-fd73-7e67-ec54-9857a8862f79-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f7c-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f81-d58a6689 {
  align-self: start;
}

#w-node-a3c8c059-aa4f-be44-16cd-a999ea9d93f7-d58a6689 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a3c8c059-aa4f-be44-16cd-a999ea9d93fe-d58a6689, #w-node-a3c8c059-aa4f-be44-16cd-a999ea9d9401-d58a6689, #w-node-a3c8c059-aa4f-be44-16cd-a999ea9d9406-d58a6689 {
  align-self: start;
}

#w-node-cb1ea6cb-d061-cc15-6f9a-522411bdfeac-d58a6689 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d57ff679-5623-5373-c7e5-7ee648b1b459-d58a6689 {
  justify-self: center;
}

#w-node-d57ff679-5623-5373-c7e5-7ee648b1b45a-d58a6689 {
  justify-self: end;
}

#w-node-d57ff679-5623-5373-c7e5-7ee648b1b45c-d58a6689 {
  align-self: center;
}

#w-node-d57ff679-5623-5373-c7e5-7ee648b1b45d-d58a6689 {
  justify-self: start;
}

#w-node-dc4d315c-5854-3a67-c864-ba0984d89c06-d58a6689 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4b677261-dd5e-f789-c7a3-367c88901b39-d58a6689 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4b677261-dd5e-f789-c7a3-367c88901b3b-d58a6689, #w-node-_4b677261-dd5e-f789-c7a3-367c88901b3e-d58a6689 {
  align-self: start;
}

#w-node-_4b677261-dd5e-f789-c7a3-367c88901b3c-d58a6689 {
  justify-self: start;
}

#w-node-_4b677261-dd5e-f789-c7a3-367c88901b3f-d58a6689 {
  align-self: start;
}

#w-node-_4b677261-dd5e-f789-c7a3-367c88901b44-d58a6689 {
  align-self: end;
  justify-self: start;
}

#w-node-_4b677261-dd5e-f789-c7a3-367c88901b3a-d58a6689 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_377a769e-47c2-d17b-917b-7d577439edff-d58a6689 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_056965fa-12c6-28ae-93af-48138763607a-d58a6689 {
  align-self: start;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476ad-9974768b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
  align-self: start;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b5-9974768b {
  justify-self: start;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476ba-9974768b {
  align-self: center;
  justify-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476c0-9974768b {
  justify-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476c7-9974768b {
  align-self: center;
  justify-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476cd-9974768b {
  align-self: end;
  justify-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d4-9974768b {
  align-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d6-9974768b {
  justify-self: end;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb8fe-faecb8fb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb900-faecb8fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb902-faecb8fb {
  align-self: start;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb908-faecb8fb {
  justify-self: start;
}

#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6db-3ac6a6d9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6df-3ac6a6d9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6e4-3ac6a6d9 {
  align-self: end;
  justify-self: start;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d740-f9d2d73e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d749-f9d2d73e {
  justify-self: center;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d74c-f9d2d73e {
  align-self: center;
}

#w-node-_520e9c4a-7338-e8c3-082b-36fc0388e3ac-f9d2d73e {
  justify-self: center;
}

#w-node-_520e9c4a-7338-e8c3-082b-36fc0388e3af-f9d2d73e {
  align-self: center;
}

#w-node-_6c7b53b7-06cc-e6aa-0840-a5487b3324c0-f9d2d73e {
  justify-self: center;
}

#w-node-_6c7b53b7-06cc-e6aa-0840-a5487b3324c3-f9d2d73e {
  align-self: center;
}

#w-node-_61d412e0-e0e9-3622-371e-eb02dab25fb8-f9d2d73e {
  justify-self: center;
}

#w-node-_61d412e0-e0e9-3622-371e-eb02dab25fbb-f9d2d73e {
  align-self: center;
}

#w-node-c0277afb-13e5-bb86-2142-39be3febf0af-f9d2d73e {
  justify-self: center;
}

#w-node-c0277afb-13e5-bb86-2142-39be3febf0b2-f9d2d73e {
  align-self: center;
}

#w-node-_80d9405c-edcc-7409-6011-d82d71a8b58d-f9d2d73e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-_98fde2b7-35d4-d106-01b2-43263cc07906-f9d2d73e {
  justify-self: start;
}

#w-node-_98fde2b7-35d4-d106-01b2-43263cc07909-f9d2d73e {
  justify-self: center;
}

#w-node-_88df97de-bae8-9125-6a6a-06eac51105ce-c51105cc {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_88df97de-bae8-9125-6a6a-06eac51105e0-c51105cc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_162ae832-2422-6f93-facd-86390463cdcc-0463cdca {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-d58a668a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-d58a668a {
  align-self: center;
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-d58a668a {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59ac-d58a668a {
  align-self: center;
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-d58a668a {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-d58a668a {
  justify-self: center;
}

#w-node-_76715614-2a10-ff85-5085-a7a276a8e5fe-d58a668a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76715614-2a10-ff85-5085-a7a276a8e60d-d58a668a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a8387884-91ae-3291-a18c-017d97491434-d58a668a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a3a95098-1593-07a5-c373-97375199b507-d58a668a, #w-node-a3a95098-1593-07a5-c373-97375199b508-d58a668a {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b509-d58a668a {
  justify-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b50b-d58a668a, #w-node-a3a95098-1593-07a5-c373-97375199b50c-d58a668a {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b513-d58a668a, #w-node-cea0393d-b38e-2a95-eb93-140db6617719-d58a668a {
  justify-self: start;
}

#w-node-_23790518-5394-8a8d-850f-fd1c093f7235-d58a668a {
  justify-self: end;
}

#w-node-f8b9909b-f1b6-8b9c-3682-fe1a83b8ab51-d58a668a {
  justify-self: start;
}

#w-node-f8b9909b-f1b6-8b9c-3682-fe1a83b8ab54-d58a668a {
  justify-self: end;
}

#w-node-_9e572148-ae22-074f-3081-a0d31084942b-d58a668a {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e700da9b-6f5c-2d21-f77f-f7bbe82ccf57-d58a668a {
  justify-self: start;
}

#w-node-e700da9b-6f5c-2d21-f77f-f7bbe82ccf5a-d58a668a {
  justify-self: end;
}

#w-node-_8826be0c-89f2-5f00-b208-0ce0963c19b3-d58a668a {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-f83804a9-5792-5d3d-e69f-289c919118eb-d58a668a {
  justify-self: start;
}

#w-node-f83804a9-5792-5d3d-e69f-289c919118ee-d58a668a {
  justify-self: end;
}

#w-node-fe748369-64ae-37ec-beb6-ba706b74a3d4-d58a668a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ed56f5ac-ad98-48fb-ac27-8c3ebb61db41-d58a668a {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_81ac2f73-efb6-454b-0a79-f4b2d21728ca-d58a668a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_30a18c92-c4e2-9d17-ce98-22e338527382-d58a668a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e94dd498-ed62-65ff-33ad-8bcaf2e013f1-d58a668a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9833f181-d67c-97a6-4189-4fe8f9745945-d58a668a, #w-node-e259701c-099d-e170-5b93-cefd50277208-d58a668a, #w-node-f812ae76-fa0f-ef90-b84d-c6061c7ac57c-d58a668a {
  justify-self: center;
}

#w-node-_987053c2-7b87-8d65-a04a-9f7b3f0eaba6-d58a668a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b86c2c31-4323-0538-dcea-d640b1e881c7-d58a668a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f6b81970-b0fe-7cbf-a982-118258784740-d58a668a {
  justify-self: center;
}

#w-node-f6b81970-b0fe-7cbf-a982-118258784741-d58a668a {
  justify-self: end;
}

#w-node-f6b81970-b0fe-7cbf-a982-118258784742-d58a668a {
  align-self: center;
}

#w-node-f6b81970-b0fe-7cbf-a982-118258784743-d58a668a {
  justify-self: start;
}

#w-node-b86c2c31-4323-0538-dcea-d640b1e881f3-d58a668a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e4fc5a39-057b-8f58-8060-1c5cd6a7a608-d58a668a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e4fc5a39-057b-8f58-8060-1c5cd6a7a60c-d58a668a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-e4fc5a39-057b-8f58-8060-1c5cd6a7a611-d58a668a {
  align-self: end;
  justify-self: start;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b75-d58a668b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b76-d58a668b {
  align-self: center;
  justify-self: center;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b78-d58a668b {
  justify-self: center;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b80-d58a668b {
  justify-self: start;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b83-d58a668b {
  justify-self: center;
}

#w-node-ad593df4-eeb4-282c-d066-61e5ae8ffa2a-d58a668b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c00efebe-e4dc-1e51-0f70-a418b6d498d2-d58a668b {
  justify-self: center;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4916-d58a668b {
  align-self: start;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4917-d58a668b {
  justify-self: start;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4919-d58a668b, #w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d491a-d58a668b {
  align-self: start;
}

#w-node-e572a364-e78f-7ad8-23e5-a69885b239cd-d58a668b, #w-node-_43e76f62-22f1-bc62-316f-4ba54345fa95-d58a668b, #name-2.w-node-_43e76f62-22f1-bc62-316f-4ba54345fa98-d58a668b, #w-node-_9549297c-42b1-3ae5-122e-2983a26a3a8f-d58a668b, #name-2.w-node-_9549297c-42b1-3ae5-122e-2983a26a3a91-d58a668b, #w-node-_2b490e51-7176-6809-0cb1-d8e443b695dc-d58a668b, #field.w-node-_4a4b3dc9-5f8b-1510-13a9-a8389fc1f04d-d58a668b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9bd5f798-de05-0e67-9c15-604007b939e3-d58a668b {
  justify-self: start;
}

#w-node-ad593df4-eeb4-282c-d066-61e5ae8ffa51-d58a668b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb610-d58a668c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb611-d58a668c {
  align-self: center;
  justify-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb612-d58a668c, #w-node-b969a808-e524-3cc4-90ac-2fa043afb614-d58a668c, #w-node-b969a808-e524-3cc4-90ac-2fa043afb617-d58a668c {
  justify-self: center;
}

#w-node-dbb57d42-b964-395b-64cb-f5b041f31e02-d58a668c {
  align-self: center;
  justify-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb5fc-d58a668c {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583543-d58a668c {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583544-d58a668c {
  justify-self: start;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583547-d58a668c {
  justify-self: center;
}

#w-node-_9762608f-4b29-bc60-0fbb-bbecdb170e03-d58a668c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b6706ec4-e43a-2119-ea98-7acfcd046844-d58a668c {
  justify-self: start;
}

#w-node-_16f69f18-0644-6e98-c3eb-059debe91807-d58a668c {
  align-self: start;
}

#w-node-_37152615-0fe1-7cf7-c187-7f2da2fa8e2a-d58a668c, #w-node-_70fae85e-0726-eb25-b66c-a502b3a38036-d58a668c, #w-node-_5c936675-37cd-ebc8-cd25-71394519325e-d58a668c {
  justify-self: center;
}

#w-node-_9762608f-4b29-bc60-0fbb-bbecdb170e59-d58a668c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9ae3960b-8b2e-a9f7-8e4a-7621149c4232-d58a668c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b21be0cc-59f5-5d18-08ee-084ca08c75cd-d58a668c, #w-node-_94823f3f-18c8-2b72-da52-749a506b9380-d58a668c {
  justify-self: center;
}

#w-node-_7dbc3dbd-151f-7d07-a61b-1cc434192283-d58a668c, #w-node-_7dbc3dbd-151f-7d07-a61b-1cc434192284-d58a668c {
  align-self: start;
}

#w-node-f1f09e54-6029-2406-2e8e-6aa3bda58d18-d58a668c, #w-node-d1e55ea6-aace-f302-ef2c-69923b47c791-d58a668c {
  justify-self: center;
}

#w-node-_78002257-30af-74c3-df9e-143e2f250058-d58a668c {
  align-self: end;
  justify-self: center;
}

#scroll.w-node-_57463f39-2b43-5959-78eb-09d8e48c6165-d58a668d {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_51ce841c-8d6c-91bb-b1e8-5985f0545647-d58a668d {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-d24f2895-6183-db7b-f323-c5fc47580c5e-d58a668d, #w-node-_3a100899-eebf-6056-6f5e-29b2d62254ce-d58a668d, #w-node-_59a4a72d-7c73-70d7-a9ba-049330057105-d58a668d {
  align-self: start;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320ea-d58a668d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320eb-d58a668d {
  align-self: center;
  justify-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320ec-d58a668d, #w-node-_739ad824-5627-5eb8-dc3f-36456389b798-d58a668d, #w-node-_0fc492cc-3f08-8800-179c-cb200d3320ee-d58a668d, #w-node-b1af9500-e175-eb02-775d-82b1f334f3fc-d58a668d {
  justify-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320f0-d58a668d {
  align-self: end;
  justify-self: center;
}

#w-node-_3d089456-f5ad-5392-7c73-7e6aa2789158-d58a668d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf541-d58a668d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf543-d58a668d, #w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf544-d58a668d {
  align-self: start;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf547-d58a668d {
  justify-self: start;
}

#w-node-e5b29ab1-a4c1-9467-74ab-5211e97142d5-d58a668d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4b45f269-1771-548d-96bf-1cd99de73457-d58a668d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d67-d58a668d {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d6b-d58a668d {
  justify-self: center;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d6e-d58a668d {
  align-self: center;
}

#w-node-d740d320-490b-38bc-0ce0-2d6f0e13d8b1-d58a668d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0adffef0-f704-bee0-844a-cc0178256817-d58a668d {
  align-self: center;
  justify-self: start;
}

#w-node-df64bdaf-4b16-4e0f-c3d6-cc3cad65d28f-d58a668d {
  justify-self: start;
}

#w-node-_0adffef0-f704-bee0-844a-cc0178256818-d58a668d, #w-node-_0adffef0-f704-bee0-844a-cc0178256819-d58a668d {
  align-self: start;
}

#w-node-_474ee50d-d7e0-6afc-4c9f-705dc2b695cb-d58a668d {
  align-self: end;
  justify-self: start;
}

#w-node-_1eff8e35-02a5-db12-a9c3-8b38c3d0ca95-d58a668d {
  align-self: start;
}

#w-node-_858f5094-c50e-4477-080e-f8c9c57e0a37-d58a668d {
  align-self: end;
}

#w-node-_6a1d7461-1cc6-8451-7eba-3445d39bdfd2-d58a668d {
  align-self: start;
}

#w-node-_0f48ba6b-b8f4-87e8-57ed-bbc27173d4db-d58a668d {
  align-self: end;
}

#w-node-_54716730-79fd-cec2-9bea-42365c6e4a01-d58a668d {
  align-self: start;
}

#w-node-e11f5738-1e05-a3c1-7d25-adfd3f968389-d58a668d {
  align-self: end;
}

#w-node-_5f238971-49bc-5a15-be1f-587ab16fb361-d58a668d {
  align-self: start;
}

#w-node-_77b3e910-dc2d-4a56-c9a3-d444445282af-d58a668d {
  align-self: end;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1ca-d58a668d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1cb-d58a668d {
  justify-self: start;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1ce-d58a668d {
  justify-self: center;
}

#w-node-c3384b93-d923-f113-0a35-29d9b7170ae3-d58a668d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe482-d58a668d {
  justify-self: center;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe483-d58a668d {
  justify-self: end;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe484-d58a668d {
  align-self: center;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe485-d58a668d {
  justify-self: start;
}

#w-node-c3384b93-d923-f113-0a35-29d9b7170b0f-d58a668d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841e7-d58a668d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841eb-d58a668d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841f1-d58a668d {
  align-self: end;
  justify-self: start;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba179-d58a668e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba17a-d58a668e {
  align-self: center;
  justify-self: center;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba17c-d58a668e {
  justify-self: center;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba184-d58a668e {
  justify-self: start;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba187-d58a668e {
  justify-self: center;
}

#w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fed-d58a668e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-d58a668e {
  align-self: start;
}

#w-node-e934921e-4e8e-4e1e-3601-d1234462156f-d58a668e {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-b93520bb-88a5-d118-c48b-134b842c5146-d58a668e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_93300cea-5475-7d85-0864-26a19ea0c921-d58a668e, #w-node-e100a364-1795-27bf-9618-86349bee62e9-d58a668e {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_6b32d081-b976-b7b6-2b6a-8694ea0404ed-d58a668e {
  align-self: center;
  justify-self: start;
}

#w-node-a2810c17-d8c0-306e-07f4-406b0a1818db-d58a668e {
  align-self: center;
}

#w-node-b9a22901-4996-d0dc-5f49-18042c745ce1-d58a668e {
  align-self: center;
  justify-self: start;
}

#w-node-_17d0c79c-71e8-153a-6070-d51186b77c2d-d58a668e {
  align-self: center;
}

#w-node-_9f839052-26a1-97d0-3dbd-8a7f1917f737-d58a668e {
  align-self: center;
  justify-self: start;
}

#w-node-_1889201b-e4e9-5c3f-e8f9-ee199074ed29-d58a668e {
  align-self: center;
}

#w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-d58a668e {
  grid-area: 2 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_8cd4cd55-c462-3dd0-3cf4-2f4581f22430-d58a668e {
  grid-area: 2 / 2 / 3 / 3;
  align-self: stretch;
}

#w-node-a9f329f0-408c-fe4f-55b9-5f87dc64609a-d58a668e, #w-node-_40872e10-bde2-af8d-7a27-1b004f9a2993-d58a668e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fff-d58a668e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798675-d58a668e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c36-d58a668e {
  align-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c37-d58a668e {
  justify-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c39-d58a668e, #w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c3a-d58a668e {
  align-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c3f-d58a668e {
  align-self: end;
  justify-self: start;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798682-d58a668e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798688-d58a668e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798689-d58a668e {
  align-self: start;
}

#w-node-_18677b8e-b9a0-d0a6-b828-c7ced3723808-d58a668e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f18-d58a668e {
  justify-self: center;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f19-d58a668e {
  justify-self: end;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f1a-d58a668e {
  align-self: center;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f1b-d58a668e {
  justify-self: start;
}

#w-node-_18677b8e-b9a0-d0a6-b828-c7ced3723834-d58a668e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdc4-d58a668e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdc8-d58a668e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdce-d58a668e {
  align-self: end;
  justify-self: start;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3e7-d58a668f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3e8-d58a668f {
  align-self: center;
  justify-self: center;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3ea-d58a668f {
  justify-self: center;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3ee-d58a668f {
  align-self: center;
  justify-self: center;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3f2-d58a668f {
  justify-self: start;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3f5-d58a668f {
  justify-self: center;
}

#w-node-f0ace3c9-b231-6d57-24fb-9ee7105eec25-d58a668f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_56d11096-62cc-2c75-f1e2-b890f6dc9687-d58a668f {
  align-self: end;
}

#w-node-_56d11096-62cc-2c75-f1e2-b890f6dc968c-d58a668f {
  justify-self: start;
}

#w-node-_8b8ba4bf-7af5-69c5-2c5c-4fc91a3cefbb-d58a668f {
  align-self: start;
}

#w-node-f0ace3c9-b231-6d57-24fb-9ee7105eec7b-d58a668f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c6dbf473-d17e-1ba8-3207-2884e2932ebc-d58a6690 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-c6dbf473-d17e-1ba8-3207-2884e2932ebd-d58a6690 {
  justify-self: start;
}

#w-node-c6dbf473-d17e-1ba8-3207-2884e2932ec0-d58a6690 {
  justify-self: center;
}

#w-node-_3247bad1-9f3b-80cd-ef1d-f2115b2f90dc-d58a6690 {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_4da7c6cb-7283-73c1-fe06-ff8f4e25b979-d58a6690 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_4da7c6cb-7283-73c1-fe06-ff8f4e25b97a-d58a6690 {
  align-self: center;
  justify-self: center;
}

#w-node-_9bbca884-9fd3-fcd1-90a8-4ddc87728d8c-d58a6690, #w-node-_4ddaa5f8-ec5e-b927-627c-651874eecf3c-d58a6690 {
  justify-self: center;
}

#w-node-_9bbca884-9fd3-fcd1-90a8-4ddc87728d90-d58a6690 {
  align-self: center;
  justify-self: center;
}

#w-node-_5284449f-2706-804e-2144-65e83895dbc1-d58a6690 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_5284449f-2706-804e-2144-65e83895dbc2-d58a6690 {
  align-self: center;
  justify-self: center;
}

#w-node-_5ddc8b76-d6dc-ba27-c23d-7f53ae2dc1de-d58a6690, #w-node-_5ddc8b76-d6dc-ba27-c23d-7f53ae2dc1e2-d58a6690 {
  justify-self: center;
}

#w-node-_5ddc8b76-d6dc-ba27-c23d-7f53ae2dc1e4-d58a6690 {
  align-self: center;
  justify-self: center;
}

#w-node-_30e3b9fd-e49e-fe78-a36a-627e83a6e607-d58a6690 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_30e3b9fd-e49e-fe78-a36a-627e83a6e608-d58a6690 {
  align-self: center;
  justify-self: center;
}

#w-node-_5545569c-2909-29bd-eaee-9fb04f8034e4-d58a6690, #w-node-_5545569c-2909-29bd-eaee-9fb04f8034e8-d58a6690 {
  justify-self: center;
}

#w-node-_5545569c-2909-29bd-eaee-9fb04f8034ea-d58a6690 {
  align-self: center;
  justify-self: center;
}

#w-node-_25255c11-b4d9-83a0-2ee6-c0a6fd94a160-d58a6690 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f42e9b24-febc-f6eb-72f0-052a4a5e0eb7-d58a6690 {
  justify-self: center;
}

#w-node-f42e9b24-febc-f6eb-72f0-052a4a5e0eb8-d58a6690 {
  justify-self: end;
}

#w-node-f42e9b24-febc-f6eb-72f0-052a4a5e0eb9-d58a6690 {
  align-self: center;
}

#w-node-f42e9b24-febc-f6eb-72f0-052a4a5e0eba-d58a6690 {
  justify-self: start;
}

#w-node-a790e8ba-3900-b61f-282b-9feeccc69833-d58a6690 {
  justify-self: stretch;
}

#w-node-e2ee8b3b-fece-ffba-4823-744ee0b05383-d58a6690 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_11b06764-1183-1c31-0533-fb4acc084ef4-d58a6691 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5802956-f831-d762-b11c-06eeb729e8b9-d58a6691 {
  align-self: center;
  justify-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8b-d58a6691 {
  justify-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8f-d58a6691 {
  align-self: center;
  justify-self: center;
}

#w-node-ad609dfe-1ce2-30b1-b651-67445d330281-d58a6691 {
  justify-self: start;
}

#w-node-d30624c5-348f-6dfa-ad01-88f3a9dcf7e9-d58a6691 {
  justify-self: center;
}

#w-node-bebcf225-3287-e6d5-6828-3856474eccd9-d58a6691 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c9bceebb-5128-4777-18b5-fc466bc412b9-d58a6691 {
  align-self: end;
}

#w-node-c9bceebb-5128-4777-18b5-fc466bc412bc-d58a6691 {
  justify-self: start;
}

#w-node-_6ebf5076-0dfe-e763-fb1d-f70035c616bc-d58a6691 {
  align-self: end;
}

#w-node-_6ebf5076-0dfe-e763-fb1d-f70035c616c2-d58a6691 {
  justify-self: start;
}

#w-node-_62aa35df-4276-ba10-9697-42d6df5f4a22-d58a6691 {
  align-self: end;
}

#w-node-_62aa35df-4276-ba10-9697-42d6df5f4a28-d58a6691 {
  justify-self: start;
}

#w-node-_14257403-58ab-68d1-6d99-2ca0c92005d0-d58a6691 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_22e5caee-c673-8b90-dfb0-0d43fdb23f7d-d58a6691 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b011164c-4554-fdf2-186c-a11194330457-d58a6691, #w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7f9-d58a6691 {
  align-self: start;
}

#w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fa-d58a6691 {
  justify-self: start;
}

#w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fc-d58a6691, #w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fd-d58a6691 {
  align-self: start;
}

#w-node-bc2be17f-fc50-2ddf-9255-d59a093e862f-d58a6691 {
  justify-self: start;
}

#w-node-e2f40254-63aa-a646-4afd-19ddeb09b71d-d58a6691 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd7336fc-853f-046d-2fab-fe25cee71ddc-d58a6691 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_843a2b72-3786-bf35-997d-5dfaed06c817-d58a6691, #w-node-_7cda88c5-d9ec-8471-2ce4-cd678ec3c1d2-d58a6691, #w-node-_7cda88c5-d9ec-8471-2ce4-cd678ec3c1d7-d58a6691 {
  align-self: start;
}

#w-node-_8db152fb-b913-131c-48a4-7689b9de2acc-d58a6691 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aec37a2c-3c03-ca4e-b20a-1d799b946a29-d58a6691, #w-node-_8db152fb-b913-131c-48a4-7689b9de2ad5-d58a6691, #w-node-_8db152fb-b913-131c-48a4-7689b9de2ada-d58a6691 {
  align-self: start;
}

#w-node-e14ae7eb-3d2c-140f-0362-2822bf84f504-d58a6691 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6077e515-06b9-c834-dec8-9d50ca542844-d58a6691, #w-node-_21abd619-c889-adba-c5b3-84559e7b9468-d58a6691, #w-node-_21abd619-c889-adba-c5b3-84559e7b946d-d58a6691 {
  align-self: start;
}

#w-node-d8bddf47-fda0-e1a3-9f56-beaccbbf7f1a-d58a6691 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_89b35ae3-1c10-63b0-84ee-290b2779aee7-d58a6691, #w-node-_7f98538e-068e-5593-b137-c63d35e53883-d58a6691, #w-node-_7f98538e-068e-5593-b137-c63d35e53888-d58a6691 {
  align-self: start;
}

#w-node-_4bcb8b5e-1bb4-59cc-1529-c362b894a212-d58a6691 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4bcb8b5e-1bb4-59cc-1529-c362b894a219-d58a6691, #w-node-_4bcb8b5e-1bb4-59cc-1529-c362b894a21c-d58a6691, #w-node-_4bcb8b5e-1bb4-59cc-1529-c362b894a221-d58a6691 {
  align-self: start;
}

#w-node-cfc3cb6f-a647-7d40-fc1c-d91295209aeb-d58a6691 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6fa7dd6a-8384-aece-bebf-38f77cfefd8e-d58a6691 {
  justify-self: center;
}

#w-node-_6fa7dd6a-8384-aece-bebf-38f77cfefd8f-d58a6691 {
  justify-self: end;
}

#w-node-_6fa7dd6a-8384-aece-bebf-38f77cfefd90-d58a6691 {
  align-self: center;
}

#w-node-_6fa7dd6a-8384-aece-bebf-38f77cfefd91-d58a6691 {
  justify-self: start;
}

#w-node-cfc3cb6f-a647-7d40-fc1c-d91295209b41-d58a6691 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_733b4fea-26ae-436d-dfe2-0e25b729aa94-d58a6691 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_733b4fea-26ae-436d-dfe2-0e25b729aa98-d58a6691 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_733b4fea-26ae-436d-dfe2-0e25b729aa9d-d58a6691 {
  align-self: end;
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_819fb258-0938-7777-14ba-51413a9fd4de-d58a6689 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_7f721e30-6a4b-32b8-57fb-e8c97c1a110a-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f16-d58a6689 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_852ff958-fd73-7e67-ec54-9857a8862f23-d58a6689 {
    justify-self: start;
  }

  #w-node-_852ff958-fd73-7e67-ec54-9857a8862f8a-d58a6689 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4b677261-dd5e-f789-c7a3-367c88901b39-d58a6689 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4b677261-dd5e-f789-c7a3-367c88901b3e-d58a6689 {
    align-self: start;
  }

  #w-node-_377a769e-47c2-d17b-917b-7d577439edff-d58a6689 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d4-9974768b {
    align-self: center;
  }

  #w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d74f-f9d2d73e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad593df4-eeb4-282c-d066-61e5ae8ffa2a-d58a668b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c00efebe-e4dc-1e51-0f70-a418b6d498d2-d58a668b {
    justify-self: center;
  }

  #w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4916-d58a668b {
    align-self: start;
  }

  #w-node-_9bd5f798-de05-0e67-9c15-604007b939e3-d58a668b {
    justify-self: start;
  }

  #w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8f-d58a6691 {
    align-self: center;
    justify-self: center;
  }

  #w-node-bebcf225-3287-e6d5-6828-3856474eccd9-d58a6691 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-bc2be17f-fc50-2ddf-9255-d59a093e862f-d58a6691 {
    justify-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_852ff958-fd73-7e67-ec54-9857a8862f17-d58a6689, #w-node-a3a95098-1593-07a5-c373-97375199b507-d58a668a {
    align-self: start;
  }

  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-d58a668e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-d58a668e {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-b011164c-4554-fdf2-186c-a11194330457-d58a6691 {
    align-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fed-d58a668e {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_51d4d00a-0a44-b445-2701-df9baedb0560-d58a6689 {
    order: -9999;
  }

  #w-node-f84f30f3-7209-950a-88d1-75374d5da6b8-d58a6689 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-a322fe66-30db-b137-a47f-119c110dff01-d58a6689 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_7cc31694-8360-4f81-06b1-cba5d34797d3-d58a6689 {
    grid-row-end: 2;
  }

  #w-node-_4b677261-dd5e-f789-c7a3-367c88901b3b-d58a6689 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_4b677261-dd5e-f789-c7a3-367c88901b3a-d58a6689 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4b677261-dd5e-f789-c7a3-367c88901b47-d58a6689 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b8-9974768b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb900-faecb8fb, #w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf541-d58a668d {
    grid-column: span 1 / span 1;
  }

  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-d58a668e {
    grid-area: 2 / 2 / 4 / 3;
  }

  #w-node-e934921e-4e8e-4e1e-3601-d1234462156f-d58a668e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_93300cea-5475-7d85-0864-26a19ea0c921-d58a668e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-d58a668e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c36-d58a668e {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798682-d58a668e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798683-d58a668e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c3afb6d2-aad7-fc85-afd0-85f86046b257-d58a668f {
    order: 9999;
  }

  #w-node-_8b8ba4bf-7af5-69c5-2c5c-4fc91a3cefbb-d58a668f {
    order: -9999;
  }

  #w-node-_8d64d2ee-e675-9429-713f-5fbc256f550c-d58a668f {
    align-self: center;
  }

  #w-node-f0ace3c9-b231-6d57-24fb-9ee7105eec7b-d58a668f {
    grid-area: 1 / 3 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f84f30f3-7209-950a-88d1-75374d5da6b8-d58a6689, #w-node-a322fe66-30db-b137-a47f-119c110dff01-d58a6689, #w-node-_7cc31694-8360-4f81-06b1-cba5d34797d3-d58a6689 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_852ff958-fd73-7e67-ec54-9857a8862f2a-d58a6689 {
    grid-column: span 2 / span 2;
  }

  #w-node-_852ff958-fd73-7e67-ec54-9857a8862f2f-d58a6689 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_852ff958-fd73-7e67-ec54-9857a8862f42-d58a6689 {
    grid-column: span 2 / span 2;
  }

  #w-node-_852ff958-fd73-7e67-ec54-9857a8862f47-d58a6689 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_852ff958-fd73-7e67-ec54-9857a8862f8a-d58a6689 {
    grid-column: span 2 / span 2;
  }

  #w-node-_852ff958-fd73-7e67-ec54-9857a8862f8f-d58a6689 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_852ff958-fd73-7e67-ec54-9857a8862f5a-d58a6689 {
    grid-column: span 2 / span 2;
  }

  #w-node-_852ff958-fd73-7e67-ec54-9857a8862f5f-d58a6689 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_852ff958-fd73-7e67-ec54-9857a8862f72-d58a6689 {
    grid-column: span 2 / span 2;
  }

  #w-node-_852ff958-fd73-7e67-ec54-9857a8862f77-d58a6689 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a3c8c059-aa4f-be44-16cd-a999ea9d93f7-d58a6689 {
    grid-column: span 2 / span 2;
  }

  #w-node-a3c8c059-aa4f-be44-16cd-a999ea9d93fc-d58a6689 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_377a769e-47c2-d17b-917b-7d577439edff-d58a6689, #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
    grid-column: span 1 / span 1;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b8-9974768b {
    grid-column-end: 2;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d4-9974768b, #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d6-9974768b {
    justify-self: center;
  }

  #w-node-_9e572148-ae22-074f-3081-a0d31084942b-d58a668a, #w-node-_8826be0c-89f2-5f00-b208-0ce0963c19b3-d58a668a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fe748369-64ae-37ec-beb6-ba706b74a3d4-d58a668a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ed56f5ac-ad98-48fb-ac27-8c3ebb61db41-d58a668a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_81ac2f73-efb6-454b-0a79-f4b2d21728ca-d58a668a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-d58a668e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e934921e-4e8e-4e1e-3601-d1234462156f-d58a668e {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_93300cea-5475-7d85-0864-26a19ea0c921-d58a668e {
    grid-row: 3 / 4;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-d58a668e {
    grid-row: 4 / 5;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798688-d58a668e {
    grid-column: span 1 / span 1;
  }

  #w-node-dd7336fc-853f-046d-2fab-fe25cee71ddc-d58a6691 {
    grid-column: span 2 / span 2;
  }

  #w-node-dd7336fc-853f-046d-2fab-fe25cee71de0-d58a6691 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8db152fb-b913-131c-48a4-7689b9de2acc-d58a6691 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8db152fb-b913-131c-48a4-7689b9de2ad0-d58a6691 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e14ae7eb-3d2c-140f-0362-2822bf84f504-d58a6691 {
    grid-column: span 2 / span 2;
  }

  #w-node-e14ae7eb-3d2c-140f-0362-2822bf84f508-d58a6691 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d8bddf47-fda0-e1a3-9f56-beaccbbf7f1a-d58a6691 {
    grid-column: span 2 / span 2;
  }

  #w-node-d8bddf47-fda0-e1a3-9f56-beaccbbf7f1e-d58a6691 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4bcb8b5e-1bb4-59cc-1529-c362b894a212-d58a6691 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4bcb8b5e-1bb4-59cc-1529-c362b894a217-d58a6691 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0fc492cc-3f08-8800-179c-cb200d3320ea-d58a668d {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
    justify-self: center;
  }
}

/* Legal Pages Updated Styles */
.section.legal {
    padding: 80px 0;
    background-color: var(--grey);
}

.container-default {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
}

.legal-content {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 1px 3px var(--shadow);
}

.legal-content .heading-large {
    color: var(--black);
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 8px;
    font-weight: 600;
}

.text-date {
    color: var(--body-display);
    font-size: 14px;
    margin-bottom: 40px;
}

.legal-section {
    margin-bottom: 40px;
}

.legal-section h2 {
    color: var(--black);
    font-size: 24px;
    margin: 0 0 16px;
    line-height: 1.3;
    font-weight: 500;
}

.legal-section h3 {
    color: var(--black);
    font-size: 18px;
    margin: 0 0 12px;
    line-height: 1.3;
    font-weight: 500;
}

.legal-section p {
    color: var(--body-display);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.legal-section ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 16px;
}

.legal-section li {
    color: var(--body-display);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
}

/* Email protection styles */
.protected-email {
    color: var(--blue-fisagency);
    text-decoration: none;
    transition: color 0.3s ease;
}

.protected-email:hover {
    color: var(--black);
    text-decoration: underline;
}

/* Responsive adjustments */
@media screen and (max-width: 767px) {
    .section.legal {
        padding: 40px 0;
    }

    .container-default {
        padding: 0 16px;
    }
    
    .legal-content {
        padding: 24px;
    }
    
    .legal-content .heading-large {
        font-size: 28px;
    }
    
    .legal-section h2 {
        font-size: 22px;
    }
}

/* Calculator Tools Styles */
.footer-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
    width: 100%;
}

.footer-tool-link {
    display: inline-flex;
    align-items: center;
    padding: 12px 16px;
    background-color: var(--grey);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
    min-height: 48px;
    position: relative;
    overflow: hidden;
    font-family: Poppins, sans-serif;
    color: var(--black);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.footer-tool-link:hover {
    background-color: var(--black);
    color: white;
    border-color: var(--black);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.footer-tool-link:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.tool-icon {
    font-size: 20px;
    margin-right: 8px;
    line-height: 1;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.footer-tool-link:hover .tool-icon {
    transform: scale(1.1);
}

.tool-text {
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.01em;
    text-transform: none;
    font-family: Poppins, sans-serif;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

/* Responsive adjustments for calculator tools */
@media screen and (max-width: 991px) {
    .footer-tools {
        gap: 10px;
        margin-top: 20px;
    }
    
    .footer-tool-link {
        padding: 10px 14px;
        min-height: 44px;
    }
    
    .tool-text {
        font-size: 13px;
    }
    
    .tool-icon {
        font-size: 18px;
        margin-right: 6px;
    }
}

@media screen and (max-width: 767px) {
    .footer-tools {
        gap: 8px;
        margin-top: 16px;
        flex-direction: row;
        justify-content: flex-start;
    }

    .footer-tool-link {
        padding: 10px 12px;
        width: calc(50% - 4px);
        justify-content: center;
        min-height: 42px;
        flex: 0 0 calc(50% - 4px);
    }

    .tool-text {
        font-size: 12px;
        text-align: center;
    }
    
    .tool-icon {
        font-size: 16px;
        margin-right: 4px;
    }
}

@media screen and (max-width: 479px) {
    .footer-tools {
        flex-direction: column;
        gap: 8px;
    }
    
    .footer-tool-link {
        width: 100%;
        justify-content: center;
        padding: 12px 16px;
        min-height: 48px;
        flex: none;
    }
    
    .tool-text {
        font-size: 14px;
    }
    
    .tool-icon {
        font-size: 18px;
        margin-right: 8px;
    }
}

/* Active states */
.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

@media screen and (max-width: 767px) {
    .faq-section {
        padding: 40px 20px;
    }
    
    .faq-section h1 {
        font-size: 32px;
    }
    
    .faq-grid {
        padding: 20px;
    }
}

/* Add micro-interactions for better engagement */
.cta-button {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 69, 125, 0.15);
}

/* Add trust indicators */
.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(44, 69, 125, 0.05);
    border-radius: 4px;
}

/* Add sustainability indicators */
.eco-impact {
    color: #2ecc71;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* FAQ Styles - Webflow Compatible */
.faq-section {
    background-color: var(--grey);
    padding: 80px 0;
}

.faq-grid.w-accordion {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 1px 3px var(--shadow);
}

.faq-item.w-accordion-item {
    border-bottom: 1px solid var(--grey);
}

.faq-item.w-accordion-item:last-child {
    border-bottom: none;
}

.faq-question.w-accordion-toggle {
    padding: 24px 0;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.faq-question p {
    margin: 0;
    padding-right: 40px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
    font-weight: 500;
}

.faq-toggle {
    position: absolute;
    right: 0;
    top: 24px;
    font-size: 20px;
    color: var(--blue-fisagency);
    transition: transform 0.3s ease;
}

.faq-answer.w-accordion-content {
    overflow: hidden;
    transition: height 0.3s ease-out;
}

.faq-answer p {
    padding: 0 0 24px;
    margin: 0;
    color: var(--body-display);
    line-height: 1.6;
}

/* Webflow's active states */
.w-accordion-item[data-w-expanded="true"] .faq-toggle {
    transform: rotate(45deg);
}

/* FAQ Styles - Webflow Native */
.faq-section {
    background-color: var(--grey);
    padding: 80px 0;
}

.accordion {
    margin-bottom: 16px;
    background-color: #fff;
    border-radius: 8px;
}

.accordion-item {
    padding: 24px;
    cursor: pointer;
}

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

.accordion-question {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}

.accordion-icon {
    font-size: 20px;
    color: var(--blue-fisagency);
    transition: transform 0.3s ease;
}

.accordion-content {
    padding: 0 24px 24px;
}

.answer-wrap p {
    margin: 0;
    color: var(--body-display);
    line-height: 1.6;
}

/* Webflow's native active states */
.w-dropdown-toggle.w--open .accordion-icon {
    transform: rotate(45deg);
}

/* FAQ Styles - Webflow CMS Compatible */
.faq-section {
    background-color: var(--grey);
    padding: 80px 0;
    width: 100%;
}

.faq-section .grid-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.faq-section .content-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-grid {
    width: 100%;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 1px 3px var(--shadow);
}

.faq-item {
    border-bottom: 1px solid var(--grey);
    width: 100%;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    padding: 24px 0;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.text-block-question {
    margin: 0;
    padding-right: 40px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
    font-weight: 500;
}

.faq-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--blue-fisagency);
    transition: transform 0.3s ease;
}

.faq-answer {
    overflow: hidden;
    transition: height 0.3s ease-out;
}

.faq-answer p {
    padding: 0 0 24px;
    margin: 0;
    color: var(--body-display);
    line-height: 1.6;
}

/* Webflow Interaction States */
.faq-item.is-active .faq-toggle {
    transform: translateY(-50%) rotate(45deg);
}

/* Remove any conflicting styles */
.w-dropdown,
.w-dropdown-toggle,
.w-dropdown-list {
    display: block;
}

/* FAQ Styles - Webflow Accordion */
.faq-section {
    background-color: var(--grey);
    padding: 80px 0;
}

.faq-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px var(--shadow);
    padding: 40px;
}

.faq-item {
    border-bottom: 1px solid var(--grey);
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    padding: 24px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    padding-right: 40px;
}

.faq-icon {
    font-size: 20px;
    color: var(--blue-fisagency);
    transition: transform 0.3s ease;
}

.faq-answer {
    display: none;
    padding: 0 0 24px;
}

.answer-text {
    color: var(--body-display);
    line-height: 1.6;
}

/* Webflow's active states */
.w-accordion-item[data-w-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}

.w-accordion-item[data-w-expanded="true"] .faq-answer {
    display: block;
}

/* Single FAQ Style Section */
.faq-section {
    background-color: var(--grey);
    padding: 80px 0;
}

.faq-section .content-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.faq-grid {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 1px 3px var(--shadow);
    text-align: left;
}

.faq-item {
    border-bottom: 1px solid var(--grey);
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    padding: 24px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-toggle {
    font-size: 20px;
    color: var(--blue-fisagency);
    transition: transform 0.3s ease;
}

.w-accordion-toggle.w--open .faq-toggle {
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    .faq-section {
        padding: 40px 20px;
    }
    
    .faq-section h1 {
        font-size: 32px;
    }
    
    .faq-grid {
        padding: 20px;
    }
}

.service-badge {
    display: inline-flex;
    align-items: center;
    margin-left: 12px;
    margin-top: 4px;
    padding: 5px 14px;
    min-width: 85px;
    height: 24px;
    border-radius: 100px;
    transform: translateY(-1px);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

/* Gradient overlay effect */
.service-badge::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-badge.popular {
    background: linear-gradient(135deg, var(--orange-red) 0%, #FF8E53 90%);
    box-shadow: 0 2px 12px rgba(255, 75, 39, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.service-badge.trending {
    background: linear-gradient(135deg, var(--blue-fisagency) 0%, #3A5CA7 90%);
    box-shadow: 0 2px 12px rgba(44, 69, 125, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.service-badge.value {
    background: linear-gradient(135deg, #2ECC71 0%, #27AE60 90%);
    box-shadow: 0 2px 12px rgba(46, 204, 113, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.badge-text {
    font-size: 10.5px;
    font-weight: 600;
    color: white;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    position: relative;
    z-index: 1;
    opacity: 0.95;
    white-space: nowrap;
    text-align: center;
}

/* Enhanced hover effect */
.service-badge:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 4px 12px rgba(17, 23, 41, 0.12);
}

.service-badge:hover::after {
    opacity: 1;
}

/* Smoother animation */
@keyframes badgePulse {
    0% { transform: translateY(-1px); opacity: 1; }
    50% { transform: translateY(-2px); opacity: 0.85; }
    100% { transform: translateY(-1px); opacity: 1; }
}

.service-badge {
    animation: badgePulse 5s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* Mobile optimization */
@media screen and (max-width: 767px) {
    .service-badge {
        margin-left: 8px;
        margin-top: 3px;
        padding: 4px 12px;
        min-width: 75px;
        height: 22px;
    }
    
    .badge-text {
        font-size: 10px;
        letter-spacing: 0.5px;
    }
}

.pricing-note {
    font-size: 14px;
    color: var(--body-display);
    opacity: 0.8;
    margin-top: 8px;
    font-style: italic;
}

.service-badge.new {
    background: linear-gradient(135deg, #10B981 0%, #059669 90%);
    box-shadow: 0 2px 12px rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Interactive Experience Section */

.service-badge.new {
    background: linear-gradient(135deg, #10B981 0%, #059669 90%);
    box-shadow: 0 2px 12px rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.service-badge.popular {
    background: linear-gradient(135deg, var(--orange-red) 0%, #FF8E53 90%);
    box-shadow: 0 2px 12px rgba(255, 75, 39, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Special Section Styling */
.special-section {
    margin: 60px 0;
    padding: 0;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-icon {
    font-size: 32px;
    display: block;
    margin-bottom: 16px;
}

.featured-card {
    max-width: 800px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.featured-card:hover {
    border-color: var(--blue-fisagency);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.card-note {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .featured-card {
        max-width: 100%;
    }
    
    .section-icon {
        font-size: 24px;
    }
}
