:root {
  --walsh--walsh-dark-green: #2c5c5d;
  --_colors---blue-25: #d2d6ec;
  --_colors---blue-100: #252a64;
  --_colors---blue-50: #5159b3;
  --kütüp-library--dim-grey: #6e6e6e;
  --walsh--black: #2c2c2c;
  --walsh--walsh-dark-green-2: #204f58;
  --walsh--walsh-light-green: #80c3f7;
  --walsh--walsh-mid-green: #47888a;
  --kütüp-library--burntsienna: #e76f51;
  --kütüp-library--dark-slate-grey: #264653;
}

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

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: transform .2s ease-in-out, background-color .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #d2d6ec;
  transform: translate(0)scale(1.02);
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button {
  color: #252a64;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

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

.walsh-main-nav {
  background-color: #0000;
}

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

.walsh-nav-logo {
  height: 3rem;
}

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

.walsh-nav-menu-green {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-nav-link-white {
  color: #fff;
  border-radius: 8px;
  margin: 20px;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.walsh-nav-wrapper-green {
  z-index: 10;
  background-color: #252a64;
  position: sticky;
  top: 0;
}

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

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

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

.walsh-background-darkgreen {
  background-color: var(--walsh--walsh-dark-green);
  background-image: url('../images/freepik__a-friendly-cleancut-male-pool-maintenance-technici__95652.png');
  background-position: 50% 30%;
  background-size: cover;
  height: 70em;
  position: relative;
}

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

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 70em;
}

.walsh-paragraph-serif-left-hero {
  color: #fffc;
  font-family: Merriweather, serif;
  font-size: 2em;
  line-height: 1.5em;
}

.walsh-left-hero {
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 8rem;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.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 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: 8rem;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-main-paragraph {
  color: #0009;
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  overflow: visible;
}

.walsh-profile-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.walsh-text-small-left {
  color: #00000080;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-info-wrap {
  text-align: left;
}

.walsh-flex-col-wide {
  grid-column-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-rounded-box {
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30rem;
  height: 20rem;
  padding: 40px;
  display: flex;
}

.walsh-ratings-wrapper {
  align-items: center;
  padding-top: .125rem;
  padding-bottom: 7px;
  display: flex;
}

.walsh-image-ratings {
  max-height: 16px;
  margin-right: 5px;
}

.walsh-heading-small {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-quote-image {
  opacity: .26;
  height: 56px;
}

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

.walsh-container--2 {
  z-index: 2;
  background-color: #252a64;
  flex-flow: column;
  flex: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
  position: relative;
}

.walsh-cta-green-wrapper {
  background-color: #252a64;
}

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

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

.walsh-link-block {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: transform .2s ease-in-out, background-color .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block:hover {
  background-color: var(--_colors---blue-25);
  color: #000;
  transform: scale(1.02);
}

.walsh-cta-center-wrapper {
  grid-row-gap: 3em;
  color: #2c5c5d;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-heading-large-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-main-paragraph-white {
  color: #fffc;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.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-legal-text {
  color: #fff;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.walsh-icon-social {
  max-height: 40px;
}

.walsh-logo-footer {
  margin-bottom: 0;
}

.walsh-content-wrapper-white {
  background-color: #252a64;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
}

.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;
  display: flex;
}

.walsh-footer-link-social {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: transform .2s ease-in-out;
  display: flex;
}

.walsh-footer-link-social:hover {
  transform: scale(1.1);
}

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

.walsh-footer-link-center {
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.walsh-footer-link-center:hover {
  color: #777676;
}

.walsh-link-block-blue {
  background-color: var(--_colors---blue-100);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: transform .2s ease-in-out, background-color .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-blue:hover {
  background-color: var(--_colors---blue-50);
  transform: scale(1.02);
}

.walsh-label-button-copy {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.kutup-display-2 {
  color: #252a64;
  margin-top: 0;
  margin-bottom: .25rem;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-small-top-text {
  color: #252a64;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-faq-title {
  color: #252a64;
  font-size: 21px;
  font-weight: 700;
}

.kutup-paragraph {
  color: var(--kütüp-library--dim-grey);
  font-size: 16px;
  font-weight: 700;
}

.walsh-main-grid-copy {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  display: block;
  position: relative;
}

.walsh-container-2 {
  z-index: 2;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.walsh-main-grid-2 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-heading-regular-2 {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-main-paragraph-2 {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-cover-image-2 {
  object-fit: cover;
  flex: 1;
  height: 100%;
}

.walsh-card-wrapper-image {
  background-image: url('../images/tmpink7ktw2.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 25em;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform .2s ease-in-out;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-card:hover {
  transform: scale(1.05);
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.section {
  background-color: #252a64;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.walsh-cta-green-wrapper-2 {
  background-color: #fff;
}

.walsh-cta-h-wrapper {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

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

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

.walsh-quote-image-2 {
  opacity: .26;
  height: 56px;
}

.walsh-heading-medium-white {
  color: #252a64;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.heading {
  color: #fff;
  margin-bottom: 4rem;
  font-family: Montserrat, sans-serif;
  font-size: 3.8em;
  font-weight: 700;
  line-height: 1.2em;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-wrapper {
  background-color: #0000;
  border: .1rem #fff;
  border-left: 1px #000;
  border-right: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  overflow: hidden;
}

.marquee-contents {
  border: .1rem #fff;
  border-width: .1rem 0;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  min-height: auto;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
  overflow: hidden;
}

.marquee-track-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: visible;
}

.marquee-codes {
  display: none;
}

.marquee-content {
  flex-flow: column;
}

.icon {
  font-family: Material Icons, sans-serif;
}

.icon.accordion-icon {
  color: #252a64;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.icon.popup-icon {
  color: #252a64;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
  transition: transform .2s ease-in-out;
}

.icon.popup-icon:hover {
  transform: scale(1.1);
}

.accordion-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-faq {
  background-color: #fff;
  padding: 90px 5%;
}

.accordion-item-trigger {
  cursor: pointer;
  border-bottom: 1px solid #29335c26;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
  margin-bottom: 2rem;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 700px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  padding: 24px 30px 14px;
}

.div-block-61 {
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  max-width: 90vw;
  max-height: 75vh;
  margin-top: 18vh;
  padding: 1rem;
  display: flex;
}

.popup {
  z-index: 9;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000000c7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.div-block-69 {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-width: auto;
  min-height: auto;
  margin-top: 1rem;
  display: flex;
  overflow: visible;
}

.div-block-70 {
  justify-content: flex-end;
  display: flex;
}

.div-block-71 {
  background-color: #fff;
  width: 0%;
  height: 1px;
  margin-top: 1px;
}

.walsh-background-darkgreen-copy {
  background-image: url('../images/freepik__a-friendly-cleancut-male-pool-maintenance-technici__95652.png');
  background-position: 50% 30%;
  background-size: cover;
  height: 70em;
  position: relative;
}

.code-embed {
  display: none;
}

.div-block-72 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  min-width: 50rem;
  height: 100%;
  display: block;
  overflow: hidden scroll;
}

.code-embed-3 {
  width: 80vw;
  height: 75vh;
  margin-top: 1rem;
}

@media screen and (min-width: 1920px) {
  .walsh-inner-card-bottom {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-61 {
    margin-top: 5vh;
  }

  .popup {
    flex-flow: row;
  }

  .div-block-69 {
    min-width: 100%;
    max-height: 100%;
  }

  .code-embed-3 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }
}

@media screen and (max-width: 991px) {
  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-button-hover-fill {
    display: none;
  }

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

  .walsh-inner-nav {
    justify-content: space-between;
    display: flex;
  }

  .walsh-nav-menu-green {
    grid-column-gap: 0px;
    background-color: #323d81;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .walsh-nav-link-white {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .walsh-nav-link-white:hover {
    background-color: #0000;
  }

  .walsh-flex-nav-buttons {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    display: flex;
  }

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

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

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

  .walsh-background-darkgreen {
    background-position: 60% 30%;
  }

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

  .walsh-paragraph-serif-left-hero {
    width: 80%;
    max-width: none;
    font-size: 2.5em;
    line-height: 1;
  }

  .walsh-left-hero {
    padding-left: 10px;
  }

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

  .walsh-heading-xlarge-white {
    font-size: 6rem;
    line-height: 1;
  }

  .walsh-main-grid {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .walsh-container-padding-large {
    flex: 0 auto;
    width: auto;
    padding-top: 8em;
    padding-bottom: 8em;
  }

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

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

  .walsh-logo-footer {
    width: 50%;
  }

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

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

  .walsh-footer-inner-menu {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
  }

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

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

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

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

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

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

  .walsh-container-padding-medium {
    flex: 0 auto;
    width: auto;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .heading {
    text-align: center;
  }

  .marquee-wrapper {
    overflow: hidden;
  }

  .marquee-contents {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .marquee-track-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-right: 0;
    display: flex;
  }

  .div-block-61 {
    width: 80vw;
  }

  .div-block-71 {
    display: none;
  }

  .icon-2 {
    font-size: 40px;
  }

  .walsh-background-darkgreen-copy {
    background-position: 60% 30%;
  }
}

@media screen and (max-width: 767px) {
  .walsh-brand-block {
    padding-left: 0;
  }

  .walsh-background-darkgreen {
    background-position: 65% 30%;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 2em;
  }

  .walsh-left-hero {
    margin-top: 14rem;
    padding-top: 3em;
    padding-bottom: 0;
  }

  .walsh-heading-xlarge-white {
    font-size: 5rem;
  }

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

  .walsh-rounded-box {
    grid-row-gap: 1.5em;
  }

  .walsh-container-padding-large {
    padding: 6em 3.5em;
  }

  .walsh-cta-center-wrapper {
    grid-row-gap: 1.5em;
  }

  .walsh-heading-large-white {
    font-size: 3.3em;
  }

  .kutup-display-2 {
    font-size: 3.3rem;
  }

  .kutup-small-top-text {
    font-size: 1rem;
  }

  .kutup-faq-title {
    font-size: 1.4rem;
  }

  .kutup-paragraph {
    font-size: 1.1rem;
  }

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

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

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }

  .walsh-container-padding-medium {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

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

  .accordion-item-content {
    margin-right: 0;
  }

  .div-block-61 {
    width: 90vw;
    padding: 1rem;
  }

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

  .walsh-background-darkgreen-copy {
    background-position: 65% 30%;
  }
}

@media screen and (max-width: 479px) {
  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-nav-logo {
    height: 45px;
  }

  .walsh-nav-link-white {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

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

  .walsh-background-darkgreen {
    background-position: 65%;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.4em;
  }

  .walsh-left-hero {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 12rem;
    padding-top: 30px;
    padding-left: 0;
    font-size: 18px;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .walsh-heading-xlarge-white {
    text-align: center;
    font-size: 4rem;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-text-small-left {
    font-size: 13px;
  }

  .walsh-flex-col-wide {
    grid-row-gap: 1.25em;
    flex-wrap: wrap;
  }

  .walsh-rounded-box {
    width: 20rem;
    padding: 20px;
  }

  .walsh-heading-small {
    font-size: 1em;
  }

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

  .walsh-container-padding-large {
    flex: 0 auto;
    width: 100%;
    padding: 4em 2.5em;
  }

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

  .walsh-link-block {
    padding-left: 30px;
    padding-right: 25px;
  }

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

  .walsh-heading-large-white {
    font-size: 2.5em;
    line-height: 1.2;
  }

  .walsh-main-paragraph-white {
    font-size: 1.2em;
  }

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

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

  .walsh-logo-footer {
    width: 70%;
  }

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

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

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

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

  .walsh-label-button-copy {
    font-size: 16px;
  }

  .kutup-display-2 {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .kutup-small-top-text {
    font-size: 1rem;
  }

  .kutup-faq-title {
    font-size: 1.4rem;
  }

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

  .walsh-heading-regular-2 {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-main-paragraph-2 {
    font-size: 1em;
  }

  .walsh-card-wrapper-image {
    align-items: flex-end;
    height: auto;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    padding: 0 30px 45px;
  }

  .walsh-cta-h-wrapper {
    grid-row-gap: 1em;
  }

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

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

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

  .heading {
    font-size: 3.5em;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .div-block-61 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1rem;
  }

  .icon-2 {
    display: block;
  }

  .walsh-background-darkgreen-copy {
    background-position: 65%;
  }
}

#w-node-_684b5fe9-3297-bbe9-8bb1-d36129dc7db4-1e9b3a37 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-b5d0ba8b-b0c9-3dd0-3275-3a2934a16751-1e9b3a37 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: center;
}

#w-node-_1fb7b5f6-bae2-fd41-b93a-4b096c7d232e-1e9b3a37 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1fb7b5f6-bae2-fd41-b93a-4b096c7d233a-1e9b3a37, #w-node-_1fb7b5f6-bae2-fd41-b93a-4b096c7d2346-1e9b3a37, #w-node-fcba4912-6be3-6074-12ab-784813419108-1e9b3a37, #w-node-ede760be-ceb5-28db-56cb-618e04884f56-1e9b3a37, #w-node-cab79f46-611e-3b24-ef19-48429120d33d-1e9b3a37, #w-node-_3d6007bc-95a8-2040-286f-79c95d69d3e0-1e9b3a37, #w-node-a969f54f-1484-1363-5086-e7daf74d7ef4-1e9b3a37, #w-node-_53e6ddb4-8afc-ccbb-89dd-158c32e9a5c3-1e9b3a37 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-a4cf0a32-7df3-bc54-3aac-01386029956b-1e9b3a37, #w-node-ff8c26c4-cf2c-6b88-a5fe-8b532e187aa1-1e9b3a37, #w-node-_2642f576-6348-be09-f465-a3d2c2e0f58e-1e9b3a37, #w-node-_93dcd381-82e8-4d90-b267-3f36be4bb4a1-1e9b3a37, #w-node-_25d977b1-c9b8-27a0-6af8-447beafddd8b-1e9b3a37, #w-node-ef499c98-804d-34db-b9ce-8c4af4cf7054-1e9b3a37, #w-node-_5fde3c5b-f117-7dfc-d7dd-3d360606c2fd-1e9b3a37, #w-node-_66d17edc-1c0b-d74f-205a-88d54aaeece7-1e9b3a37, #w-node-aec529a3-0129-fa04-ca0e-1f7b4cad2a1f-1e9b3a37, #w-node-d80524d0-e8fc-5158-52ed-4801057eaf46-1e9b3a37, #w-node-_360d2957-f0d8-51ce-8f44-a81429c77c83-1e9b3a37, #w-node-_4caed8c7-5801-57cc-3b5c-4b9b9e45d243-1e9b3a37 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_9dba66d2-5194-2425-f886-98561e007804-1e9b3a37 {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_089a270c-c0bf-a4c4-3fe3-03e9f5ba7a7e-1e9b3a37 {
  grid-area: 1 / 5 / 2 / 9;
  align-self: center;
}

#w-node-_6d5367e1-fbe0-1b8a-e6b4-aae64394fa60-1e9b3a37 {
  grid-area: 2 / 4 / 3 / 10;
  align-self: center;
}

#w-node-_6d5367e1-fbe0-1b8a-e6b4-aae64394fa4f-1e9b3a37 {
  grid-area: 3 / 4 / 4 / 10;
  place-self: center;
}

#w-node-_6d5367e1-fbe0-1b8a-e6b4-aae64394fa56-1e9b3a37 {
  grid-area: 4 / 5 / 5 / 9;
  place-self: center;
}

#w-node-_6d5367e1-fbe0-1b8a-e6b4-aae64394fa58-1e9b3a37 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_684b5fe9-3297-bbe9-8bb1-d36129dc7db4-1e9b3a37 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b5d0ba8b-b0c9-3dd0-3275-3a2934a16751-1e9b3a37 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_1fb7b5f6-bae2-fd41-b93a-4b096c7d232e-1e9b3a37, #w-node-_1fb7b5f6-bae2-fd41-b93a-4b096c7d233a-1e9b3a37, #w-node-_1fb7b5f6-bae2-fd41-b93a-4b096c7d2346-1e9b3a37, #w-node-fcba4912-6be3-6074-12ab-784813419108-1e9b3a37, #w-node-ede760be-ceb5-28db-56cb-618e04884f56-1e9b3a37, #w-node-cab79f46-611e-3b24-ef19-48429120d33d-1e9b3a37, #w-node-_3d6007bc-95a8-2040-286f-79c95d69d3e0-1e9b3a37, #w-node-a969f54f-1484-1363-5086-e7daf74d7ef4-1e9b3a37, #w-node-_53e6ddb4-8afc-ccbb-89dd-158c32e9a5c3-1e9b3a37 {
    grid-column: span 2 / span 2;
  }

  #w-node-a4cf0a32-7df3-bc54-3aac-01386029956b-1e9b3a37, #w-node-ff8c26c4-cf2c-6b88-a5fe-8b532e187aa1-1e9b3a37, #w-node-_2642f576-6348-be09-f465-a3d2c2e0f58e-1e9b3a37, #w-node-_93dcd381-82e8-4d90-b267-3f36be4bb4a1-1e9b3a37, #w-node-_25d977b1-c9b8-27a0-6af8-447beafddd8b-1e9b3a37, #w-node-ef499c98-804d-34db-b9ce-8c4af4cf7054-1e9b3a37, #w-node-_5fde3c5b-f117-7dfc-d7dd-3d360606c2fd-1e9b3a37, #w-node-_66d17edc-1c0b-d74f-205a-88d54aaeece7-1e9b3a37, #w-node-aec529a3-0129-fa04-ca0e-1f7b4cad2a1f-1e9b3a37, #w-node-d80524d0-e8fc-5158-52ed-4801057eaf46-1e9b3a37, #w-node-_360d2957-f0d8-51ce-8f44-a81429c77c83-1e9b3a37, #w-node-_4caed8c7-5801-57cc-3b5c-4b9b9e45d243-1e9b3a37 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9dba66d2-5194-2425-f886-98561e007804-1e9b3a37 {
    grid-column: 1 / 3;
  }

  #w-node-_6d5367e1-fbe0-1b8a-e6b4-aae64394fa60-1e9b3a37 {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-_6d5367e1-fbe0-1b8a-e6b4-aae64394fa4f-1e9b3a37 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_6d5367e1-fbe0-1b8a-e6b4-aae64394fa56-1e9b3a37 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b5d0ba8b-b0c9-3dd0-3275-3a2934a16751-1e9b3a37 {
    grid-row-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_684b5fe9-3297-bbe9-8bb1-d36129dc7db4-1e9b3a37 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b5d0ba8b-b0c9-3dd0-3275-3a2934a16751-1e9b3a37 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_9dba66d2-5194-2425-f886-98561e007804-1e9b3a37 {
    grid-column: 1 / 5;
  }
}


