:root {
  --black: #1a1a1a;
  --deep-sky-blue: #0cf;
  --dark-orange\<deleted\|variable-e4a2b4d9\>: #ff9142;
  --white: white;
  --walsh-black: #2c2c2c;
  --walsh-walsh-dark-green: #2c5c5d;
  --walsh-walsh-mid-green: #47888a;
  --walsh-walsh-dark-green-2: #204f58;
  --walsh-walsh-light-green: #c2ecd5;
}

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

body {
  color: #25272a;
  font-family: Inter;
  font-size: 18px;
  line-height: 26px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Syne, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.3;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Syne, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

h5 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

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

p {
  max-width: 900px;
  margin-bottom: 20px;
  font-family: Syne, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

a {
  color: #25272a;
  font-size: 18px;
  text-decoration: none;
}

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

form {
  font-size: 18px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 20px;
}

.button-secondary {
  background-color: var(--black);
  color: #fff;
  letter-spacing: -0.8px;
  border: 1px solid #ffffff4d;
  border-radius: 30px;
  padding: 12px 32px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  transition: background-color 0.3s ease-in-out;
}

.button-secondary:hover {
  background-color: var(--deep-sky-blue);
  color: #fff;
}

.button-secondary:active {
  color: #fff;
}

.button-secondary.w--current:hover {
  background-color: var(--deep-sky-blue);
}

._3-col-grid {
  grid-column-gap: 50px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 30% 30% 30%;
  place-content: center;
  place-items: center;
  width: 85vw;
  max-width: 100vw;
  height: 100%;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

._3-col-grid.footer-content {
  grid-template-columns: 30% 30% 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
}

._2-col-grid {
  grid-column-gap: 50px;
  flex: 1;
  grid-template-rows: auto;
  align-self: stretch;
  max-width: 1200px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

._4-col-grid {
  grid-column-gap: 50px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  flex: 1;
  align-self: stretch;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

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

.container.testomonial {
  max-width: 75vw;
}

.container.cta-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.footer-bottom {
  text-align: center;
  border-top: 1px solid #949494;
  margin-top: 50px;
  padding: 20px;
}

.section {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 120px 3%;
  display: flex;
}

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

.grid-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-block.about-image {
  position: relative;
}

.grid-block.footer-content-right {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  height: 100%;
}

.centered-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.heading-2 {
  font-family: Syne, sans-serif;
}

.main-nav {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 3%;
  display: block;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  border-bottom: 3px solid var(--deep-sky-blue);
}

.nav-link.w--current {
  color: var(--deep-sky-blue);
}

.nav-link.w--current:hover {
  border-bottom: 3px solid var(--deep-sky-blue);
}

.home-about-img {
  border-radius: 30px;
  width: 100%;
}

.home-about-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
  position: relative;
}

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

.project-image-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 10px;
  display: flex;
}

.project-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.project-img {
  object-fit: cover;
  border-radius: 30px;
  align-self: center;
  width: 75%;
  height: auto;
}

.project-img.portfolio {
  object-fit: scale-down;
  border-radius: 0;
  width: 100%;
  height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.testimonial-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.author-name {
  color: var(--white);
  align-self: center;
  font-family: Exo, sans-serif;
}

.orange-text {
  color: var(--deep-sky-blue);
  margin-bottom: 0;
}

.footer-logo {
  width: 60%;
}

.footer-text {
  text-align: center;
  align-self: center;
  font-family: Exo, sans-serif;
  font-size: 24px;
}

.footer-social-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.copyright-text {
  font-size: 24px;
}

.heading-4 {
  border-bottom: 3px solid var(--deep-sky-blue);
  color: var(--white);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  display: flex;
}

.bold-text {
  text-align: left;
  font-family: Exo, sans-serif;
  font-weight: 400;
  display: inline-block;
}

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

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  display: block;
  position: static;
}

.image {
  filter: invert();
  align-self: center;
  width: 75px;
}

.heading-11 {
  color: var(--white);
  align-self: center;
  margin-top: 2rem;
  font-family: Exo, sans-serif;
}

.image-2,
.image-3,
.image-4 {
  width: 150px;
}

.paragraph-3 {
  color: var(--white);
  align-self: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 25px;
}

.head-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
}

.white {
  color: #fff;
  font-family: Exo, sans-serif;
}

.button-2 {
  border: 1px solid var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 7px;
  align-self: center;
  margin-left: 0;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 400;
  transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.button-2:hover {
  background-color: var(--deep-sky-blue);
  color: #000;
}

.button-2.full {
  color: var(--walsh-black);
  font-family: Exo, sans-serif;
}

.button-2.full:hover {
  color: var(--white);
  background-color: #1a1a1a00;
}

.button-2.transparent {
  background-color: #0cf0;
  font-family: Exo, sans-serif;
}

.button-2.transparent:hover {
  color: var(--black);
  background-color: #0cf;
}

.card {
  width: 100%;
  height: auto;
}

.image-5 {
  object-fit: fill;
  border-radius: 14px;
  width: 100%;
  max-width: none;
  height: auto;
  overflow: hidden;
}

.columns {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  object-fit: fill;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.column {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sample {
  min-width: 100%;
}

.fs_checkbox-5_button {
  border-radius: 999rem;
  width: 85%;
  height: 85%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: auto;
}

.fs_checkbox-5_button:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #7782d4;
}

.fs_checkbox-5_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #7782d4;
}

.fs_checkbox-3_button {
  background-color: #0000;
  border: 1px #0000;
  border-radius: 0;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs_checkbox-3_button:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #7782d4;
}

.fs_checkbox-3_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #7782d4;
}

.walsh-menu-button {
  color: #fff;
}

.walsh-link-block-orange {
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  border-radius: 7px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 20px;
  padding: 20px 32px;
  font-family: Syne, sans-serif;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-nav-menu-justify {
  grid-column-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-image-logo {
  object-fit: contain;
  width: 70%;
  max-width: none;
  max-height: 100%;
}

.walsh-image-logo.color-invert {
  filter: invert();
}

.walsh-logo-wrapper-green {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8em;
  display: flex;
}

.walsh-main-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  position: relative;
}

.walsh-background-dark {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  background-color: var(--walsh-black);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-heading-xlarge-white {
  z-index: 1;
  aspect-ratio: auto;
  color: #fff;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  object-fit: cover;
  font-family: Exo, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1;
  position: static;
}

.walsh-hero-center-wrapper {
  grid-row-gap: 2em;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.walsh-cover-image {
  z-index: 0;
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.walsh-hero-frame-image {
  border-radius: 12px;
  flex: none;
  width: 100%;
  max-width: 16em;
  height: 16em;
  overflow: hidden;
}

.walsh-hero-frame-image-med {
  border-radius: 8px;
  flex: none;
  width: 100%;
  max-width: 20em;
  overflow: hidden;
}

.walsh-main-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  grid-template:
    "Area-4 Area-4 Area-4 . . . . . . . . ."
    "Area-4 Area-4 Area-4 . . . . . . Area-2 Area-2 Area-2"
    "Area-4 Area-4 Area-4 . . . . . . Area-2 Area-2 Area-2"
    ". . . . . . . . . Area-2 Area-2 Area-2"
    "Area-3 Area-3 Area-3 Area-3 . . . . Area Area Area ."
    "Area-3 Area-3 Area-3 Area-3 . . . . Area Area Area ."
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.walsh-hero-wrapper {
  align-self: center;
  padding: 2em 2em 5em;
}

.walsh-cta-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-cta-block-dark-green {
  background-color: var(--walsh-black);
  color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-center-h-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-footer-link-center {
  color: var(--white);
  font-size: 16px;
  text-decoration: none;
}

.walsh-footer-link-center:hover {
  color: var(--deep-sky-blue);
}

.walsh-footer-inner-menu {
  grid-column-gap: 25px;
  justify-content: center;
  display: flex;
}

.walsh-icon-social {
  filter: invert();
  max-height: 18px;
}

.walsh-footer-link-social {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center start;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-footer-legal-text {
  color: var(--white);
  align-self: center;
  font-family: Exo, sans-serif;
  font-size: 13px;
}

.walsh-logo-footer {
  max-height: 150px;
  margin-bottom: 0;
}

.walsh-heading-medium {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 3.2em;
  font-weight: 600;
  line-height: 1.1;
}

.body-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--walsh-black);
  flex-direction: column;
  justify-content: center;
  padding: 2rem 3rem;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  display: flex;
}

.walsh-link-block-orange-2 {
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  border-radius: 7px;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 50px;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  background-color: #ffbba6;
}

.walsh-flex-nav-buttons-2 {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-nav-logo-2 {
  height: 100px;
}

.walsh-brand-block-2 {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-nav-grid-1-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  width: 100%;
}

.walsh-inner-nav-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-container-nav-2 {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav-2 {
  background-color: #0000;
  align-self: stretch;
}

.button-3 {
  color: var(--white);
  background-color: #0cf;
  border: 1px solid #0cf;
  border-radius: 7px;
  align-self: center;
  margin-left: 0;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 400;
  transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.button-3:hover {
  color: #000;
  background-color: #0cf;
}

.button-3.transparent {
  color: var(--white);
  background-color: #0cf0;
}

.button-3.transparent:hover {
  background-color: var(--deep-sky-blue);
  color: var(--black);
}

.text-span-6,
.text-span-7 {
  color: var(--deep-sky-blue);
}

.about-bg-one-2 {
  background-color: #0cf;
  border: 1px solid #0cf;
  border-radius: 14px;
  align-self: flex-start;
  width: 50px;
  height: 150px;
  position: absolute;
  inset: auto auto 10% -4%;
}

.button-5 {
  color: var(--walsh-black);
  background-color: #0cf;
  border: 1px solid #0cf;
  border-radius: 7px;
  align-self: center;
  margin-left: 0;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 400;
  transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.button-5:hover {
  color: var(--white);
  background-color: #0cf0;
}

.about-bg-two-2 {
  background-color: #0cf;
  border: 1px solid #0cf;
  border-radius: 14px;
  width: 150px;
  height: 50px;
  position: absolute;
  inset: -4% 7% auto auto;
}

.heading-19 {
  border-bottom: 3px solid #0cf;
  align-self: center;
  font-family: Exo, sans-serif;
}

.walsh-content-wrapper-dark {
  background-color: var(--walsh-black);
  color: var(--white);
  padding-top: 4.5em;
  padding-bottom: 1em;
  position: relative;
}

.walsh-content-wrapper-dark.footer {
  padding-top: 2em;
  padding-bottom: 2em;
}

.walsh-link-block-orange-3 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-3:hover {
  background-color: #ffbba6;
}

.walsh-main-grid-2 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template:
    "."
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-self: center;
  place-items: center stretch;
  width: 90%;
  margin-bottom: 2rem;
  position: relative;
}

.walsh-cta-block-dark {
  background-color: var(--walsh-black);
  border-radius: 8px;
  align-self: center;
  width: 100%;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.tab-link-01 {
  opacity: 0.75;
  color: var(--white);
  white-space: nowrap;
  background-color: #fff0;
  border-right: 5px solid #fff0;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all 0.2s;
}

.tab-link-01:hover {
  opacity: 1;
}

.tab-link-01.w--current {
  border-right-color: var(--deep-sky-blue);
  opacity: 1;
  color: var(--deep-sky-blue);
  background-color: #fff0;
}

.tabs-01 {
  width: 100%;
  max-width: 100%;
  display: flex;
}

.content-section-inner-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.tabs-content-01 {
  width: 100%;
  padding: 40px;
}

.tabs-menu-01 {
  border-right: 1px solid #dbdbdb;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-2 {
  color: var(--white);
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.in-tabs-image {
  z-index: 5;
  width: auto;
  height: 350px;
  position: relative;
}

.in-tabs-image.img-tshirt {
  background-image: none;
  height: auto;
}

.paragraph-5 {
  opacity: 0.75;
  color: var(--white);
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.content-wrap-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.section-title {
  color: var(--deep-sky-blue);
  -webkit-text-stroke-color: var(--deep-sky-blue);
  text-transform: none;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.image-6 {
  height: 100%;
}

.modal-body {
  z-index: 10;
  color: #313131;
  background-color: #fff;
  border-radius: 4px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  padding: 35px 30px 20px;
  position: relative;
  box-shadow: 0 9px 50px -14px #000;
}

.modal-title {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 32px;
}

.input-2 {
  border-radius: 3px;
  height: 45px;
  padding-left: 15px;
  font-size: 17px;
  font-weight: 400;
}

.submit-button {
  background-color: var(--deep-sky-blue);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 10px;
  padding: 12px 20px 10px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 5px 16px -4px #0000004a;
}

.form-block-2 {
  height: 100%;
  margin-bottom: 2rem;
}

.error-message-2 {
  margin-bottom: 2rem;
}

.text-block,
.text-block-2,
.bold-text-2,
.field-label,
.field-label-2,
.field-label-3,
.field-label-4,
.field-label-5,
.html-embed,
.checkbox-label,
.checkbox-label-2 {
  font-family: Exo, sans-serif;
}

.checkbox-label-3,
.checkbox-label-4 {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.checkbox-label-5 {
  font-family: Exo, sans-serif;
}

.contact-iframe {
  height: 100%;
  margin-top: 2rem;
}

.paragraph-6 {
  color: var(--white);
}

.text-span-8,
.text-span-9 {
  color: var(--deep-sky-blue);
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

@media screen and (min-width: 1280px) {
  .card,
  .image-5 {
    height: auto;
  }

  .walsh-main-grid {
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
    grid-template:
      "."
      "."
      "."
      "."
      "."
      "."
      / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .card,
  .image-5 {
    height: auto;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .body-2 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media screen and (min-width: 1920px) {
  .card {
    height: auto;
  }

  .image-5 {
    width: 100%;
    height: auto;
  }

  .body-2 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .contact-iframe {
    width: 100%;
  }

  .kit-iframe {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 72px;
  }

  h2 {
    font-size: 48px;
    line-height: 56px;
  }

  h3 {
    font-size: 36px;
    line-height: 44px;
  }

  h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .button-secondary {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 20px;
    display: flex;
  }

  ._3-col-grid {
    grid-column-gap: 25px;
    flex-direction: column;
    justify-content: space-around;
    align-self: center;
    width: 100%;
    display: flex;
  }

  ._2-col-grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  ._2-col-grid.home-about {
    flex-direction: column;
    display: flex;
  }

  ._4-col-grid {
    grid-column-gap: 26px;
  }

  .container.nav {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .grid-block.about-image {
    position: sticky;
  }

  .main-nav {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: var(--dark-orange\<deleted\|variable-e4a2b4d9\>);
    border-radius: 48px;
    justify-content: center;
    margin: 25px;
    padding: 10px;
  }

  .testimonial-top {
    justify-content: space-around;
    align-items: center;
  }

  .author-name {
    align-self: center;
  }

  .menu-button {
    background-color: var(--black);
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--dark-orange\<deleted\|variable-e4a2b4d9\>);
    color: var(--black);
    border-radius: 47px;
  }

  .image {
    width: 75px;
  }

  .heading-11 {
    font-size: 30px;
    line-height: 30px;
  }

  .paragraph-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    display: block;
  }

  .columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    place-content: flex-start;
    align-items: stretch;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .column {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column wrap;
    align-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sample {
    min-width: 100%;
  }

  .walsh-menu-button {
    color: #fff;
    order: 1;
  }

  .walsh-menu-button.w--open {
    background-color: #0000;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-nav-menu-justify {
    background-color: var(--walsh-walsh-dark-green);
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-image-logo {
    width: 50%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .walsh-image-logo.color-invert {
    filter: invert();
    max-width: 100%;
    max-height: 100%;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-heading-xlarge-white {
    font-size: 4em;
  }

  .walsh-hero-center-wrapper {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-hero-frame-image,
  .walsh-hero-frame-image-med {
    display: none;
  }

  .walsh-main-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template:
      "."
      "."
      "."
      "."
      / 1fr 1fr;
  }

  .walsh-hero-wrapper {
    padding: 2em 30px;
  }

  .walsh-cta-div-block {
    justify-content: center;
  }

  .walsh-cta-block-dark-green {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-footer-link-center {
    text-align: center;
  }

  .walsh-footer-inner-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .walsh-footer-grid-social {
    width: 100%;
  }

  .walsh-footer-inner {
    flex-direction: column;
  }

  .body-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .walsh-link-block-orange-2 {
    padding-left: 50px;
  }

  .walsh-flex-nav-buttons-2 {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-container-nav-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .about-bg-one-2 {
    width: 30px;
    bottom: 50%;
  }

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

  .walsh-link-block-orange-3 {
    padding-left: 50px;
  }

  .walsh-main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-cta-block-dark {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .content-section-inner-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .in-tabs-image.img-tshirt {
    height: auto;
  }

  .content-wrap-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-body {
    width: 100%;
  }

  .contact-iframe {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 15px;
    font-size: 56px;
    line-height: 64px;
  }

  h2 {
    font-size: 40px;
    line-height: 48px;
  }

  h3 {
    font-size: 32px;
    line-height: 40px;
  }

  ._3-col-grid {
    grid-row-gap: 51px;
    grid-template-columns: 1fr;
  }

  ._2-col-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

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

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

  .project-img {
    width: 50%;
  }

  .testimonial-top {
    justify-content: space-around;
    align-items: center;
  }

  .author-name {
    align-self: center;
  }

  .image {
    width: 20%;
  }

  .paragraph-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    display: flex;
  }

  .columns {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .walsh-logo-wrapper-green {
    height: 10em;
  }

  .walsh-heading-xlarge-white {
    font-size: 3em;
  }

  .walsh-hero-center-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-main-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .walsh-footer-legal-text {
    text-align: center;
  }

  .walsh-logo-footer {
    max-height: 32px;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .body-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .walsh-brand-block-2 {
    padding-left: 0;
  }

  .about-bg-one-2 {
    left: -2%;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .content-section-inner-01 {
    place-content: space-around;
    max-width: none;
  }

  .tabs-content-01 {
    padding: 0 0 0 2rem;
  }

  .in-tabs-image.img-tshirt {
    height: auto;
  }

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

  .content-wrap-left {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .modal-body {
    width: 100%;
  }

  .contact-iframe {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 28px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  ._3-col-grid {
    place-content: center;
    place-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._3-col-grid.footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    text-align: center;
    justify-content: center;
    justify-items: center;
    max-width: none;
    margin-top: 0;
    padding: 2rem;
    display: flex;
  }

  ._2-col-grid.home-about {
    flex-direction: column;
    place-content: space-around center;
    align-self: center;
    place-items: center;
    max-width: 100vw;
    min-height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container.nav {
    justify-content: center;
    max-width: 100vw;
  }

  .container.testomonial {
    width: 100%;
    max-width: none;
  }

  .section {
    padding: 0 1rem 100px;
  }

  .section.footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .grid-block.about-image {
    justify-content: space-around;
    display: flex;
    position: sticky;
  }

  .grid-block.footer-content-right {
    flex: 0 auto;
    display: block;
  }

  .main-nav {
    padding: 1rem;
  }

  .home-about-img {
    flex: 1;
    align-self: center;
  }

  .home-about-top {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .nav-menu {
    background-color: var(--deep-sky-blue);
  }

  .project-content-wrapper {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  .project-img {
    width: 75%;
  }

  .testimonial-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .testimonial-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .author-name {
    text-align: center;
    align-self: center;
  }

  .orange-text {
    font-size: 18px;
  }

  .footer-logo {
    width: 100%;
  }

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

  .copyright-text {
    line-height: 36px;
  }

  .menu-button.w--open {
    background-color: var(--deep-sky-blue);
  }

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

  .heading-6 {
    text-align: center;
    flex: 1;
    align-self: center;
    width: 100%;
    font-size: 20px;
  }

  .container-2 {
    flex-direction: column;
  }

  .image {
    width: 50px;
  }

  .heading-11 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .image-2,
  .image-3,
  .image-4 {
    width: 150px;
  }

  .paragraph-3 {
    text-align: center;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .head-container {
    margin-bottom: 45px;
  }

  .button-2 {
    margin-left: 0;
  }

  .card {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-image-logo {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .walsh-image-logo.color-invert {
    width: 100%;
    height: auto;
  }

  .walsh-logo-wrapper-green {
    min-width: 35vw;
    height: 8em;
  }

  .walsh-main-grid-no-gap {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-background-dark {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 100%;
    display: block;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .walsh-heading-xlarge-white {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    font-size: 2em;
    display: flex;
  }

  .walsh-hero-center-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3rem 0;
    font-size: 18px;
  }

  .walsh-hero-frame-image {
    max-width: 8em;
    height: 8em;
  }

  .walsh-hero-frame-image-med {
    max-width: 14em;
  }

  .walsh-main-grid {
    flex-direction: column;
    grid-template-rows: auto;
    place-content: space-around center;
    place-items: center;
    display: flex;
  }

  .walsh-hero-wrapper {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .walsh-cta-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-cta-block-dark-green {
    padding: 3em 1em;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-center-h-wrapper {
    font-size: 18px;
  }

  .walsh-footer-grid-social {
    justify-content: center;
    width: 100%;
  }

  .walsh-footer-inner {
    flex-direction: column;
    width: 100%;
  }

  .walsh-footer-legal-text {
    text-align: center;
    align-self: center;
    font-size: 11px;
  }

  .walsh-logo-footer {
    max-height: 65px;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .body-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .walsh-link-block-orange-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-flex-nav-buttons-2 {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-nav-logo-2 {
    height: 100px;
  }

  .button-3 {
    margin-left: 0;
  }

  .about-bg-one-2 {
    bottom: 15%;
    left: -5%;
  }

  .button-5 {
    margin-left: 0;
  }

  .about-bg-two-2 {
    width: 75px;
    height: 30px;
    top: -5%;
  }

  .walsh-content-wrapper-dark {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-link-block-orange-3 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-cta-block-dark {
    padding: 3em 1em;
  }

  .tab-link-01 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-01 {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
  }

  .tabs-content-01 {
    padding: 20px;
  }

  .tabs-menu-01 {
    border-right-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .in-tabs-image {
    min-height: 300px;
  }

  .in-tabs-image.img-tshirt {
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: auto;
    display: flex;
  }

  .content-wrap-left {
    justify-content: space-around;
    align-items: stretch;
  }

  .image-6 {
    vertical-align: middle;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .modal-body {
    width: 95%;
    padding: 20px 20px 15px;
  }

  .text-block,
  .text-block-2 {
    text-align: center;
  }

  .contact-iframe {
    margin-top: 2rem;
  }

  .text-block-3,
  .text-block-4,
  .text-block-5,
  .text-block-6 {
    text-align: center;
  }

  .paragraph-6 {
    color: var(--white);
  }
}

#w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b0-5e912c7c {
  grid-area: 1 / 1 / 4 / 4;
  place-self: end;
}

#w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b2-5e912c7c {
  grid-area: 4 / 1 / 7 / 5;
  place-self: center;
}

#w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b8-5e912c7c {
  grid-area: 1 / 4 / 7 / 10;
  align-self: center;
}

#w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b4-5e912c7c {
  grid-area: 2 / 10 / 5 / 13;
  place-self: start end;
}

#w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b6-5e912c7c {
  grid-area: 5 / 9 / 7 / 12;
  place-self: end;
}

#w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857d5-5e912c7c,
#w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857d7-5e912c7c,
#w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857d9-5e912c7c,
#w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857db-5e912c7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3e60d946-c509-16fe-51d4-b07fca768493-5e912c7c,
#w-node-_3e60d946-c509-16fe-51d4-b07fca768497-5e912c7c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-e461e3a9-a79e-eb74-be41-c461566cfac9-5e912c7c,
#w-node-e461e3a9-a79e-eb74-be41-c461566cface-5e912c7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e461e3a9-a79e-eb74-be41-c461566cfad3-5e912c7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_77282c27-abc6-2482-69ea-568746eb4f6d-5e912c7c {
  grid-area: 1 / 1 / 2 / 10;
  align-self: start;
}

#w-node-_77282c27-abc6-2482-69ea-568746eb4f70-5e912c7c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_82cb152f-79de-c458-b6cf-90d62be62e16-5e912c7c,
#w-node-_82cb152f-79de-c458-b6cf-90d62be62e21-5e912c7c,
#w-node-_82cb152f-79de-c458-b6cf-90d62be62e2c-5e912c7c,
#w-node-_82cb152f-79de-c458-b6cf-90d62be62e37-5e912c7c,
#w-node-_82cb152f-79de-c458-b6cf-90d62be62e42-5e912c7c,
#w-node-_82cb152f-79de-c458-b6cf-90d62be62e4d-5e912c7c {
  place-self: center;
}

#w-node-_442cdae3-b7d6-66d1-dad8-f3d643f9156f-43f91562,
#w-node-_442cdae3-b7d6-66d1-dad8-f3d643f91576-43f91562,
#w-node-_442cdae3-b7d6-66d1-dad8-f3d643f9157f-43f91562 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_442cdae3-b7d6-66d1-dad8-f3d643f91587-43f91562 {
  grid-area: 1 / 5 / 2 / 9;
  align-self: center;
}

#w-node-_442cdae3-b7d6-66d1-dad8-f3d643f91589-43f91562 {
  grid-area: 2 / 4 / 3 / 10;
  align-self: center;
}

#w-node-_442cdae3-b7d6-66d1-dad8-f3d643f9159a-43f91562 {
  grid-area: 3 / 2 / 4 / 12;
  place-self: center;
}

#w-node-_442cdae3-b7d6-66d1-dad8-f3d643f9159f-43f91562 {
  grid-area: 4 / 5 / 5 / 9;
  place-self: center;
}

#w-node-_1a89340e-ff6a-db28-aba0-e3e01fb345bd-1fb345b8 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_1a89340e-ff6a-db28-aba0-e3e01fb345bf-1fb345b8 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: stretch stretch;
}

#w-node-_1a89340e-ff6a-db28-aba0-e3e01fb345cc-1fb345b8 {
  grid-column: span 3 / span 3;
}

#w-node-_96cca5fb-fdcc-d680-0219-9f416dc94d8a-0a5b26d6,
#w-node-_96cca5fb-fdcc-d680-0219-9f416dc94d8c-0a5b26d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3e81e421-cf1b-c76d-09c6-36979a4be701-630c5d44,
#w-node-_3e81e421-cf1b-c76d-09c6-36979a4be713-630c5d44,
#w-node-_9a545ea1-a4ee-d0d4-33bc-4c8641856574-630c5d44,
#w-node-f9cf5779-a938-6325-036a-b03cdf07fbc5-630c5d44,
#w-node-_28d74038-f40f-7014-5874-c0f39a066dc4-630c5d44,
#w-node-_6998d2fa-3511-9e2c-71b8-dee35a028a2f-630c5d44 {
  place-self: center;
}

#w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b0-0a31eb0c {
  grid-area: 1 / 1 / 4 / 4;
  place-self: end;
}

#w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b2-0a31eb0c {
  grid-area: 4 / 1 / 7 / 5;
  place-self: center;
}

#w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b8-0a31eb0c {
  grid-area: 1 / 4 / 7 / 10;
  align-self: center;
}

#w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b4-0a31eb0c {
  grid-area: 2 / 10 / 5 / 13;
  place-self: start end;
}

#w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b6-0a31eb0c {
  grid-area: 5 / 9 / 7 / 12;
  place-self: end;
}

#w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857d5-0a31eb0c,
#w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857d7-0a31eb0c,
#w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857d9-0a31eb0c,
#w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857db-0a31eb0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3e60d946-c509-16fe-51d4-b07fca768493-0a31eb0c,
#w-node-_3e60d946-c509-16fe-51d4-b07fca768497-0a31eb0c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-e461e3a9-a79e-eb74-be41-c461566cfac9-0a31eb0c,
#w-node-e461e3a9-a79e-eb74-be41-c461566cface-0a31eb0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e461e3a9-a79e-eb74-be41-c461566cfad3-0a31eb0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_77282c27-abc6-2482-69ea-568746eb4f6d-0a31eb0c {
  grid-area: 1 / 1 / 2 / 10;
  align-self: start;
}

#w-node-_77282c27-abc6-2482-69ea-568746eb4f70-0a31eb0c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_82cb152f-79de-c458-b6cf-90d62be62e16-0a31eb0c,
#w-node-_82cb152f-79de-c458-b6cf-90d62be62e21-0a31eb0c,
#w-node-_82cb152f-79de-c458-b6cf-90d62be62e2c-0a31eb0c,
#w-node-_82cb152f-79de-c458-b6cf-90d62be62e37-0a31eb0c,
#w-node-_82cb152f-79de-c458-b6cf-90d62be62e42-0a31eb0c,
#w-node-_82cb152f-79de-c458-b6cf-90d62be62e4d-0a31eb0c {
  place-self: center;
}

#w-node-_620ef6d2-b6a2-ba9b-520e-9b01c5dde957-c5dde94a,
#w-node-_620ef6d2-b6a2-ba9b-520e-9b01c5dde95e-c5dde94a,
#w-node-_620ef6d2-b6a2-ba9b-520e-9b01c5dde964-c5dde94a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_620ef6d2-b6a2-ba9b-520e-9b01c5dde96a-c5dde94a {
  grid-area: 1 / 5 / 2 / 9;
  align-self: center;
}

#w-node-_620ef6d2-b6a2-ba9b-520e-9b01c5dde96c-c5dde94a {
  grid-area: 2 / 4 / 3 / 10;
  align-self: center;
}

#w-node-_620ef6d2-b6a2-ba9b-520e-9b01c5dde97d-c5dde94a {
  grid-area: 3 / 2 / 4 / 12;
  place-self: center;
}

#w-node-_620ef6d2-b6a2-ba9b-520e-9b01c5dde982-c5dde94a {
  grid-area: 4 / 5 / 5 / 9;
  place-self: center;
}

#w-node-e856b485-d056-e062-9c45-a9760ab4cea4-0ab4ce9f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-e856b485-d056-e062-9c45-a9760ab4cea6-0ab4ce9f {
  grid-area: 1 / 1 / 2 / 4;
  place-self: stretch stretch;
}

#w-node-e856b485-d056-e062-9c45-a9760ab4ceb5-0ab4ce9f {
  grid-column: span 3 / span 3;
}

#w-node-_3e81e421-cf1b-c76d-09c6-36979a4be701-00b21f97,
#w-node-_3e81e421-cf1b-c76d-09c6-36979a4be713-00b21f97,
#w-node-_9a545ea1-a4ee-d0d4-33bc-4c8641856574-00b21f97,
#w-node-f9cf5779-a938-6325-036a-b03cdf07fbc5-00b21f97,
#w-node-_28d74038-f40f-7014-5874-c0f39a066dc4-00b21f97,
#w-node-_6998d2fa-3511-9e2c-71b8-dee35a028a2f-00b21f97 {
  place-self: center;
}

#w-node-_96cca5fb-fdcc-d680-0219-9f416dc94d8a-daf041ff,
#w-node-_96cca5fb-fdcc-d680-0219-9f416dc94d8c-daf041ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-e461e3a9-a79e-eb74-be41-c461566cfad3-5e912c7c,
  #w-node-e461e3a9-a79e-eb74-be41-c461566cfad3-0a31eb0c {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b0-5e912c7c {
    grid-row-start: 3;
    grid-column-end: 3;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b2-5e912c7c {
    grid-column-end: 3;
    justify-self: start;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b8-5e912c7c {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b4-5e912c7c {
    grid-column: 1 / 3;
    place-self: start;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b6-5e912c7c {
    grid-column: 1 / 3;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857d5-5e912c7c,
  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857d7-5e912c7c,
  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857d9-5e912c7c,
  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857db-5e912c7c {
    grid-column: span 1 / span 1;
  }

  #w-node-_3e60d946-c509-16fe-51d4-b07fca768493-5e912c7c {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_77282c27-abc6-2482-69ea-568746eb4f6d-5e912c7c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_77282c27-abc6-2482-69ea-568746eb4f70-5e912c7c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_442cdae3-b7d6-66d1-dad8-f3d643f91587-43f91562 {
    grid-column: 1 / 3;
  }

  #w-node-_442cdae3-b7d6-66d1-dad8-f3d643f91589-43f91562 {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-_442cdae3-b7d6-66d1-dad8-f3d643f9159a-43f91562 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_442cdae3-b7d6-66d1-dad8-f3d643f9159f-43f91562 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_1a89340e-ff6a-db28-aba0-e3e01fb345bd-1fb345b8 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_1a89340e-ff6a-db28-aba0-e3e01fb345cc-1fb345b8 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b0-0a31eb0c {
    grid-row-start: 3;
    grid-column-end: 3;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b2-0a31eb0c {
    grid-column-end: 3;
    justify-self: start;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b8-0a31eb0c {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b4-0a31eb0c {
    grid-column: 1 / 3;
    place-self: start;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b6-0a31eb0c {
    grid-column: 1 / 3;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857d5-0a31eb0c,
  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857d7-0a31eb0c,
  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857d9-0a31eb0c,
  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857db-0a31eb0c {
    grid-column: span 1 / span 1;
  }

  #w-node-_3e60d946-c509-16fe-51d4-b07fca768493-0a31eb0c {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_77282c27-abc6-2482-69ea-568746eb4f6d-0a31eb0c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_77282c27-abc6-2482-69ea-568746eb4f70-0a31eb0c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_620ef6d2-b6a2-ba9b-520e-9b01c5dde96a-c5dde94a {
    grid-column: 1 / 3;
  }

  #w-node-_620ef6d2-b6a2-ba9b-520e-9b01c5dde96c-c5dde94a {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-_620ef6d2-b6a2-ba9b-520e-9b01c5dde97d-c5dde94a {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_620ef6d2-b6a2-ba9b-520e-9b01c5dde982-c5dde94a {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-e856b485-d056-e062-9c45-a9760ab4cea4-0ab4ce9f {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-e856b485-d056-e062-9c45-a9760ab4ceb5-0ab4ce9f {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b0-5e912c7c {
    grid-row-start: 3;
    justify-self: start;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b2-5e912c7c {
    grid-row-end: 5;
    justify-self: end;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b8-5e912c7c {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b4-5e912c7c {
    grid-row-end: 3;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b6-5e912c7c {
    grid-row-start: 5;
    justify-self: center;
  }

  #w-node-_3e60d946-c509-16fe-51d4-b07fca768493-5e912c7c {
    grid-row: span 2 / span 2;
  }

  #w-node-_77282c27-abc6-2482-69ea-568746eb4f6d-5e912c7c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_82cb152f-79de-c458-b6cf-90d62be62e16-5e912c7c {
    place-self: center;
  }

  #w-node-_442cdae3-b7d6-66d1-dad8-f3d643f9156f-43f91562 {
    justify-self: center;
  }

  #w-node-_442cdae3-b7d6-66d1-dad8-f3d643f91587-43f91562 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1a89340e-ff6a-db28-aba0-e3e01fb345bd-1fb345b8 {
    grid-column-end: 3;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b0-0a31eb0c {
    grid-row-start: 3;
    justify-self: start;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b2-0a31eb0c {
    grid-row-end: 5;
    justify-self: end;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b8-0a31eb0c {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b4-0a31eb0c {
    grid-row-end: 3;
  }

  #w-node-_3fa6a7cb-f2f9-01a7-9873-cd65dfb857b6-0a31eb0c {
    grid-row-start: 5;
    justify-self: center;
  }

  #w-node-_3e60d946-c509-16fe-51d4-b07fca768493-0a31eb0c {
    grid-row: span 2 / span 2;
  }

  #w-node-_77282c27-abc6-2482-69ea-568746eb4f6d-0a31eb0c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_82cb152f-79de-c458-b6cf-90d62be62e16-0a31eb0c {
    place-self: center;
  }

  #w-node-_620ef6d2-b6a2-ba9b-520e-9b01c5dde957-c5dde94a {
    justify-self: center;
  }

  #w-node-_620ef6d2-b6a2-ba9b-520e-9b01c5dde96a-c5dde94a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e856b485-d056-e062-9c45-a9760ab4cea4-0ab4ce9f {
    grid-column-end: 3;
  }
}
