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

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

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

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

body {
  color: #333;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  transition: all .2s ease-in-out;
}

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

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

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

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

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

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

.walsh-link-block-orange {
  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 .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.walsh-nav-link-white {
  color: #000;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-white:hover {
  background-color: rgba(0, 0, 0, .35);
}

.walsh-nav-link-white.w--current {
  color: #9d1f60;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px rgba(0, 0, 0, .05);
}

.walsh-icon-dropdown {
  margin-right: 12px;
}

.walsh-toggle {
  color: #fff;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle:hover {
  background-color: rgba(0, 0, 0, .35);
}

.walsh-dropdown {
  color: #fff;
}

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

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

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

.walsh-container-nav {
  max-width: 1200px;
  padding-left: 1em;
  padding-right: 1em;
}

.walsh-main-nav {
  background-color: rgba(0, 0, 0, 0);
}

.walsh-nav-wrapper-green {
  z-index: 10;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, .3);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.walsh-button-circle {
  width: 14em;
  height: 7em;
  background-color: #ff715b;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-button-circle:hover {
  background-color: #fcb55e;
}

.walsh-paragraph-serif-left-hero {
  text-align: center;
  text-shadow: 0 4px 6px rgba(0, 0, 0, .5);
  margin-bottom: .75em;
  font-size: 1.5em;
  line-height: 1.5;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 60rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 1em;
  padding: 1em;
}

.walsh-text-marker-green {
  color: #9d1f60;
  background-image: url('../images/span-marker-2.svg');
  background-repeat: no-repeat;
  background-size: contain;
  padding: .1em;
  line-height: 1.3;
  display: inline-block;
}

.walsh-heading-xlarge-white {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 5em;
  font-weight: 700;
  line-height: 1;
}

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

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

.walsh-background-darkgreen {
  background-color: #204f58;
  position: relative;
}

.walsh-background-darkgreen.default-radius {
  border-radius: 1em;
}

.walsh-background-darkgreen.bgheroimage {
  height: 85svh;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(105, 112, 29, .6)), url('../images/cyclist-pedaling-racing-bike-outdoors.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-image-logo {
  height: 100%;
  object-fit: contain;
  padding: 20px 30px;
}

.walsh-logo-wrapper-ticker {
  width: 100%;
  height: 14em;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 1px rgba(255, 255, 255, .2), inset 1px 1px rgba(211, 211, 211, .2);
}

.walsh-logo-cloud-grid-border {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: rgba(255, 255, 255, .1);
  border-right: 1px solid rgba(255, 255, 255, .2);
  border-radius: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  margin-bottom: -40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .2);
}

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

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

.walsh-footer-link-social {
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  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;
  align-items: center;
  justify-items: start;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  display: flex;
}

.walsh-footer-legal-link {
  color: #a5a5a5;
  text-decoration: none;
}

.walsh-footer-legal-link:hover {
  color: #000;
}

.walsh-footer-legal-text {
  color: #6e6e6e;
  font-size: 13px;
}

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

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

.walsh-footer-link-center {
  color: rgba(0, 0, 0, .54);
  font-size: 16px;
  text-decoration: none;
}

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

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

.walsh-text-small-left {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  line-height: 1.5;
}

.walsh-heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-heading-small.thin {
  opacity: .85;
  font-weight: 400;
}

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

.walsh-cover-image {
  width: 100%;
  object-fit: contain;
}

.walsh-profile-v-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.walsh-main-paragraph {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  font-size: 1.2em;
  line-height: 1.5;
}

.walsh-heading-regular {
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-heading-regular.brand {
  color: #9d1f60;
}

.walsh-quote-inner-center {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.walsh-content-wrapper-center {
  height: 100%;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

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

.walsh-rounded-box {
  grid-row-gap: 1.2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

.walsh-link-wrapper {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

.walsh-rounded-card {
  height: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.walsh-rounded-card:hover {
  background-color: #fafafa;
  transform: translate(0, -5px);
}

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

.default-section.happy-clycling {
  perspective: 1262px;
  border-bottom: 110px solid #b1bf1a;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 0;
  transform: perspective(1612px);
  box-shadow: 0 10px #899416;
}

.graybg {
  background-color: #ebebeb;
}

.flh-justify-sb {
  justify-content: space-between;
  display: flex;
}

.walsh-form-error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-form-wrapper {
  width: 100%;
}

.walsh-heading-large {
  color: #2c2c2c;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-label-tag {
  color: rgba(0, 0, 0, .6);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.walsh-tag {
  text-align: left;
  background-color: rgba(81, 170, 118, .1);
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  display: flex;
  overflow: hidden;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-content-wrapper-gap.center-text {
  align-items: center;
}

.walsh-main-grid-2 {
  width: 100%;
  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;
  position: relative;
}

.walsh-form-success-rounded {
  color: #313d17;
  background-color: #c4f85c;
  border-radius: 35px;
}

.walsh-button-light-green {
  z-index: 5;
  text-align: center;
  white-space: nowrap;
  background-color: #9d1f60;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-light-green:hover {
  color: #fff;
  background-color: #0b6b38;
}

.walsh-text-field-auto {
  width: 100%;
  height: auto;
  min-height: 65px;
  min-width: auto;
  background-color: #f1f1f1;
  border: 1px solid #fff;
  border-radius: 6px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.walsh-form-block-center {
  width: 100%;
  text-align: center;
  flex: 1;
  margin-bottom: 0;
}

.walsh-center-wrapper-gap {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.map-embeded {
  width: 100%;
  height: 400px;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  overflow: hidden;
}

.combine-icon_color2 {
  color: #0b6b38;
}

.combine-text-size-regular {
  color: #5f6570;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_color1 {
  color: #204f58;
}

.combine-container-large {
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 20px;
}

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

.combine-footer2_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.combine-footer2_social-link:hover {
  color: #9e97ff;
}

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

.combine-contact2_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.combine-contact2_feature.top {
  align-items: flex-start;
}

.combine-contact2_content {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-contact2_component {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  justify-content: center;
  display: flex;
}

.combine-icon_color3 {
  color: #b1bf1a;
}

.walsh-text-area {
  width: 100%;
  height: auto;
  min-height: 150px;
  min-width: auto;
  background-color: #f1f1f1;
  border: 1px solid #fff;
  border-radius: 6px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.mb-20 {
  margin-bottom: 20px;
}

.walsh-cta-block-white {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.walsh-cta-block-white.neg-margin {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: -50px;
  padding-bottom: 0;
}

.walsh-link-wrapper-2 {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-2:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

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

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

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

.walsh-label-button-2 {
  font-size: 1.2em;
}

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

.walsh-link-block-green {
  color: #fff;
  text-align: center;
  background-color: #9d1f60;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.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-inner-rounded-banner {
  height: 100%;
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  padding: 6em;
  display: flex;
}

.walsh-inner-rounded-img-float {
  max-width: 50%;
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-right: 4em;
  display: flex;
}

.walsh-rounded-box-banner {
  width: 100%;
  max-width: 1480px;
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.howerlink:hover {
  background-color: rgba(0, 0, 0, .2);
}

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

.store-gallery-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  transition: all .2s;
  display: grid;
}

.image {
  width: 100%;
  height: 16svw;
  filter: none;
  object-fit: cover;
  transition-property: none;
}

.image:hover {
  filter: none;
}

.div-block-2 {
  width: 100dvw;
  max-width: 100dvw;
  margin-top: 70px;
  margin-bottom: -100px;
  overflow: hidden;
}

.lottie-animation {
  width: 100%;
  height: 450px;
}

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

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}

.cycle-slider {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slide {
  width: 100%;
}

.walsh-icon-arrow-3 {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper-animated {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-animated:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

.walsh-main-paragraph-4 {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-label-tag-2 {
  color: rgba(0, 0, 0, .6);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

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

.cycle-card {
  height: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.cycle-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}

.walsh-card-wrapper-image-medium {
  width: 100%;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  margin-top: 1rem;
  display: flex;
  overflow: hidden;
}

.default-padding {
  padding: 20px;
}

.cycles-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
}

.tabs-content {
  overflow: visible;
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(0, 0, 0, .1);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  padding: .5rem;
  display: grid;
}

.tab-link {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .3rem;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.tab-link:hover {
  background-color: rgba(157, 31, 96, .1);
}

.tab-link.w--current {
  color: #fff;
  background-color: #9d1f60;
}

.flh-justify-start {
  justify-content: flex-start;
  display: flex;
}

.flh-justify-start.grow {
  flex: 1;
}

.mt-20 {
  margin-top: 2rem;
}

.light {
  background-color: #f7f7f7;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.contentview {
  background-color: #fff;
  border-radius: 1rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding: 4rem;
  overflow: auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

.cycle-details {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.desc-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  grid-template-rows: auto;
  grid-template-columns: .5fr 10px 1fr;
  grid-auto-columns: 1fr;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: grid;
}

.brand-title {
  color: #9d1f60;
  line-height: 1.2;
}

.horizontal-line {
  height: 1px;
  opacity: .25;
  background-color: #2c2c2c;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.green-base {
  z-index: -1;
  height: 80px;
  background-color: #b1bf1a;
  margin-top: -44px;
  position: relative;
  box-shadow: 0 20px #77810a;
}

.flh-align-bottom {
  align-items: flex-end;
  display: flex;
}

.grow {
  flex: 1;
}

@media screen and (max-width: 991px) {
  .walsh-menu-button {
    color: #000;
    order: 1;
  }

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

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

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

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

  .walsh-nav-link-white {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-white:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .walsh-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-nav-menu-green {
    background-color: #b1bf1a;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

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

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

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

  .walsh-image-logo {
    height: 100%;
    max-width: 100%;
    padding: 10px;
  }

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

  .walsh-logo-cloud-grid-border {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

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

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

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

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

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

  .walsh-button-light-green {
    padding: 18px 40px;
  }

  .walsh-button-light-green:hover {
    background-color: rgba(128, 128, 128, .2);
  }

  .walsh-text-field-auto {
    min-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .walsh-form-block-center {
    padding-right: 0;
  }

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

  .combine-contact2_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .walsh-text-area {
    min-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

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

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

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

  .walsh-inner-rounded-banner {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-inner-rounded-img-float {
    max-width: none;
    padding-left: 4em;
  }

  .walsh-rounded-box-banner {
    flex-direction: column;
  }

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

  .image {
    height: 30svw;
  }

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

  .walsh-card-wrapper-image-medium {
    height: 15em;
    margin-top: 1rem;
  }

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

  .contentview {
    padding: 2rem;
  }

  .cycle-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1.75fr;
  }

  .brand-title {
    font-size: 32px;
  }

  .green-base {
    height: 60px;
    margin-top: -35px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

  .walsh-button-light-green {
    width: 100%;
    font-size: 16px;
  }

  .walsh-text-field-auto {
    text-align: left;
  }

  .walsh-form-block-center {
    width: 100%;
  }

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

  .combine-contact2_component {
    flex-direction: column;
  }

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

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

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

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

  .inner-card-bottom {
    padding-bottom: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .walsh-card-wrapper-image-medium {
    height: auto;
  }

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

  .contentview {
    padding: 2rem 1rem 1rem;
  }

  .cycle-details {
    grid-template-columns: 1fr;
  }

  .green-base {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 479px) {
  .walsh-label-button {
    font-size: 16px;
  }

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

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

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

  .walsh-toggle {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-brand-block {
    width: 200px;
  }

  .walsh-button-circle {
    width: 5em;
    height: 5em;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1em;
  }

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

  .walsh-logo-wrapper-ticker {
    height: 8em;
  }

  .walsh-logo-cloud-grid-border {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

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

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

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

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

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

  .walsh-rounded-box {
    padding: 30px;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .default-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .default-section.happy-clycling {
    padding-top: 20px;
  }

  .walsh-form-wrapper {
    width: 100%;
  }

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

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

  .walsh-button-light-green {
    width: 100%;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .walsh-text-field-auto {
    text-align: left;
  }

  .walsh-center-wrapper-gap {
    grid-row-gap: 1em;
    font-size: 18px;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .walsh-link-wrapper-2, .walsh-label-button-2 {
    font-size: 16px;
  }

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

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

  .walsh-inner-rounded-img-float {
    padding: 30px;
  }

  .walsh-center-hero {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    font-size: 18px;
  }

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

  .image {
    height: 50svw;
  }

  .walsh-link-wrapper-animated {
    font-size: 16px;
  }

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

  .inner-card-bottom {
    grid-row-gap: 1em;
  }

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

  .tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contentview {
    box-shadow: none;
    border-radius: 0;
    margin: 0 -1em;
  }

  .brand-title {
    font-size: 24px;
  }
}

#w-node-_2a92c8c1-d555-3698-b906-16687450caae-55e4dcb5 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: center;
}

#w-node-_83b171c0-edd0-ba3e-ea0d-344e1641f4aa-55e4dcb5, #w-node-_3229f7a7-f3c1-a26e-5b5f-2f2383c6ce6a-55e4dcb5, #w-node-_3b08b360-c68c-6c1a-2de4-b61c6fd6720c-55e4dcb5, #w-node-f5f2497d-f968-f3ad-1d26-22fbc415b586-55e4dcb5, #w-node-_6cd36072-5edf-e753-7324-b2f7605fce3b-55e4dcb5, #w-node-_21cb1369-fafa-f1a2-2cf1-f430a97de248-55e4dcb5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32d1abd2-581e-b591-445e-663667501e24-55e4dcb5 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
  justify-self: center;
}

#w-node-efa9b377-1fe4-a7f3-033a-590da7d57fe8-55e4dcb5, #w-node-efa9b377-1fe4-a7f3-033a-590da7d58000-55e4dcb5, #w-node-efa9b377-1fe4-a7f3-033a-590da7d58018-55e4dcb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-cc165421-12e1-8c99-f621-6230e87c860d-55e4dcb5, #w-node-_6648c45e-4d0a-348d-fbbc-692fcbdbf50a-55e4dcb5, #w-node-fc08a7e9-9ce5-bd2e-e1fb-ec6410ee7563-55e4dcb5, #w-node-e26e0883-763e-90c5-4456-844272c530a1-55e4dcb5, #w-node-_40eb4cc9-c60f-89c3-3ab3-30770ff346f4-55e4dcb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fac1d06-e259-edab-1489-246ac88aed6c-55e4dcb5 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_8d5484c5-d566-8cce-f94d-683036a60ffd-36a60ff9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_8d5484c5-d566-8cce-f94d-683036a60fff-36a60ff9, #w-node-_8d5484c5-d566-8cce-f94d-683036a61006-36a60ff9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
  justify-self: center;
}

#w-node-_8d5484c5-d566-8cce-f94d-683036a6100a-36a60ff9 {
  justify-self: center;
}

#w-node-_8d5484c5-d566-8cce-f94d-683036a6100c-36a60ff9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_941f2409-4b0e-45ac-cc2f-aac551965665-712bac03 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-b70cb077-cce5-b410-1251-39e5a1f39d0d-407ab8f4, #w-node-fe465423-cac6-e53e-6223-a198a38b8027-407ab8f4, #w-node-_9bb3cffb-492b-a57d-a954-8f1b524f4c20-407ab8f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-df32ca24-ced1-e815-d37b-94a1ab0941dc-0d3af429 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2a92c8c1-d555-3698-b906-16687450caae-55e4dcb5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_83b171c0-edd0-ba3e-ea0d-344e1641f4aa-55e4dcb5, #w-node-_3229f7a7-f3c1-a26e-5b5f-2f2383c6ce6a-55e4dcb5, #w-node-_3b08b360-c68c-6c1a-2de4-b61c6fd6720c-55e4dcb5, #w-node-f5f2497d-f968-f3ad-1d26-22fbc415b586-55e4dcb5, #w-node-_6cd36072-5edf-e753-7324-b2f7605fce3b-55e4dcb5, #w-node-_21cb1369-fafa-f1a2-2cf1-f430a97de248-55e4dcb5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_32d1abd2-581e-b591-445e-663667501e24-55e4dcb5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efa9b377-1fe4-a7f3-033a-590da7d57fe8-55e4dcb5, #w-node-efa9b377-1fe4-a7f3-033a-590da7d58000-55e4dcb5, #w-node-efa9b377-1fe4-a7f3-033a-590da7d58018-55e4dcb5, #w-node-_0fac1d06-e259-edab-1489-246ac88aed6c-55e4dcb5, #w-node-_8d5484c5-d566-8cce-f94d-683036a60ffd-36a60ff9 {
    grid-column: 1 / 3;
  }

  #w-node-_8d5484c5-d566-8cce-f94d-683036a60fff-36a60ff9 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_8d5484c5-d566-8cce-f94d-683036a61006-36a60ff9 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_8d5484c5-d566-8cce-f94d-683036a6100c-36a60ff9 {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-_941f2409-4b0e-45ac-cc2f-aac551965665-712bac03 {
    grid-column: 1 / 3;
  }

  #w-node-b70cb077-cce5-b410-1251-39e5a1f39d0d-407ab8f4, #w-node-fe465423-cac6-e53e-6223-a198a38b8027-407ab8f4, #w-node-_9bb3cffb-492b-a57d-a954-8f1b524f4c20-407ab8f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2a92c8c1-d555-3698-b906-16687450caae-55e4dcb5 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_32d1abd2-581e-b591-445e-663667501e24-55e4dcb5, #w-node-_8d5484c5-d566-8cce-f94d-683036a60ffd-36a60ff9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b70cb077-cce5-b410-1251-39e5a1f39d0d-407ab8f4, #w-node-fe465423-cac6-e53e-6223-a198a38b8027-407ab8f4, #w-node-_9bb3cffb-492b-a57d-a954-8f1b524f4c20-407ab8f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


