:root {
  --black: black;
  --main_red: #f2163e;
  --white: white;
  --main_green: #99bf60;
  --dim-grey: #6b6b6b;
  --main_grey: #f2f2f2;
  --fixgym-blue: #357f9e;
  --main_333: #333;
  --blue-violet: #6e2ed8;
  --waves-library-black: #131313;
  --fix-grey: #00000012;
  --walsh--walsh-mid-green: #47888a;
  --walsh--walsh-dark-green: #2c5c5d;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section.center {
  z-index: 0;
  border-bottom: 5px solid var(--black);
  background-image: url('../images/Gym_Scene_1.jpeg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  height: 75vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: sticky;
}

.section.center.aboutus {
  border-bottom-color: var(--main_red);
  background-image: url('../images/Seeds.png'), linear-gradient(#f2163eb3, #f2163eb3);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 60vh;
}

.section.center.service {
  height: 60vh;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  color: var(--white);
  background-color: #0000;
  padding-bottom: 0;
}

.section.wide.purple {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  color: var(--black);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.section.rag {
  margin-bottom: 20px;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 99999999;
  background-color: var(--main_red);
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 10px 10vw 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: #0000;
  font-family: Open Sans, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  border-bottom: 15px solid var(--main_green);
  border-left-width: 11px;
  border-left-color: var(--dim-grey);
  text-align: center;
  background-color: #0000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 325px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.feature-content.icons.homepa {
  background-color: #0000;
  border-bottom-width: 0;
  height: auto;
}

.feature-content.neww {
  width: 100%;
  max-width: none;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  background-color: var(--main_green);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  border: 2px solid var(--main_green);
  color: var(--white);
  background-color: #0000;
}

.button.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  border: 2px solid var(--white);
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.button.new:hover {
  background-color: var(--main_red);
  color: var(--white);
}

.button.different {
  background-color: var(--main_red);
}

.button.different:hover {
  border: 1px solid var(--main_grey);
  color: var(--main_grey);
  background-color: #0000;
}

.button.seethrough {
  border: 2px solid var(--white);
  background-color: #0000;
  border-radius: 5px;
  margin-top: 40px;
}

.button.seethrough:hover {
  background-color: var(--main_red);
  color: var(--white);
}

.button.navh {
  border: 0px solid var(--main_green);
  background-color: var(--fixgym-blue);
  padding: 10px 20px;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.title {
  border-style: solid;
  border-width: 0;
  border-color: black black var(--main_green);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 800;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.image-2 {
  border-radius: 20px;
  flex: none;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 var(--main_green);
  color: #fff;
}

.nav-link.w--current {
  color: var(--white);
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  width: 70%;
  margin-left: 20px;
  padding-left: 75px;
  padding-right: 75px;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 20px;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-wrap.new {
  margin-top: 20px;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.black {
  color: #000;
  font-size: 25px;
  font-weight: 700;
}

.hero-subhead {
  color: #fff;
  max-width: 60%;
  font-size: 30px;
  line-height: 44px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: auto;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--main_333);
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 29px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.seeds {
  mix-blend-mode: overlay;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  background-color: #3339;
  margin-top: 0;
  padding: 50px;
  font-weight: 600;
  line-height: 11vh;
}

.fix-h2 {
  width: auto;
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.fix-h2.white {
  color: var(--white);
  font-size: 3.5rem;
}

.section-2 {
  justify-content: center;
  align-items: center;
  margin: 20px 40px 0;
  padding: 10px;
  display: flex;
}

.section-3 {
  height: auto;
  margin-top: 2rem;
  margin-bottom: 10px;
  padding: 10px;
}

.section-3.mast2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.columns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-5 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
}

.section-5.homep {
  z-index: 0;
  margin-bottom: 60px;
  position: relative;
}

.paragraph-2 {
  text-align: center;
  width: 90%;
  margin-bottom: 0;
  font-size: 18px;
}

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

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.testimonial-stack {
  background-color: #f2f2f2;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three {
  background-color: var(--main_green);
  text-align: center;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.testimonial-slider-large {
  background-color: var(--main_red);
  background-image: linear-gradient(#99bf60b3, #99bf60b3), url('../images/Wavy_Green.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 0 solid #e4ebf3;
  margin-top: 0;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  color: var(--blue-violet);
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

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

.section-8 {
  background-color: #f2efbd;
  margin-left: 300px;
  margin-right: 300px;
  padding: 20px 10px 10px;
}

.columns-2 {
  background-color: #f2efbd;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.footer-dark {
  border-bottom: 15px solid var(--black);
  background-color: #0000;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  max-width: 900px;
  color: var(--black);
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: var(--black);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: var(--black);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--black);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.heading-small.margin-bottom-32px {
  font-size: 38px;
  font-weight: 700;
}

.testimonial-text-four {
  margin-bottom: 32px;
  font-style: normal;
}

.logos-without-title {
  background-color: #0000;
  border-bottom: 0 solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.bold-text {
  color: #333;
}

.image-5, .image-6, .image-7 {
  padding-left: 5px;
  padding-right: 5px;
}

.arrow_down {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span {
  color: var(--main_red);
}

.section-9 {
  background-image: linear-gradient(117deg, #333, #00000069 100%, #fff 100%, #17171775), url('../images/istockphoto-1187179171-1024x1024.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.section-9.mast1 {
  background-image: linear-gradient(117deg, #333, #00000069 100%, #fff 100%, #17171775), url('../images/istockphoto-607479124-1024x1024.jpg');
  background-position: 0 0, 50% 22%;
  background-size: auto, cover;
}

.section-9.mgt1 {
  background-image: linear-gradient(117deg, #333, #00000069 100%, #fff 100%, #17171775), url('../images/istockphoto-607271892-1024x1024.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-9.key1 {
  background-image: linear-gradient(117deg, #333, #00000069 100%, #fff 100%, #17171775), url('../images/istockphoto-607607906-1024x1024.jpg'), url('../images/istockphoto-607463118-1024x1024.jpg');
  background-position: 0 0, 50% 22%, 50%;
  background-size: auto, cover, cover;
}

.paragraph-3 {
  width: 50%;
  color: var(--main_grey);
}

.section-10 {
  padding: 10px;
  display: block;
}

.paragraph-4 {
  text-align: justify;
}

.container-4 {
  padding: 10px;
}

.image-8 {
  color: var(--white);
}

.paragraph-5 {
  color: var(--white);
  font-size: 24px;
  font-weight: 300;
  line-height: 33px;
}

.dropdown-toggle {
  padding-top: 40px;
}

.text-block-3 {
  color: var(--white);
  font-size: 16px;
}

.icon-2 {
  color: var(--white);
  padding-top: 10px;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
  background-color: var(--white);
}

.bold-text-2 {
  color: var(--black);
  font-weight: 600;
}

.navbar-no-shadow {
  z-index: 999;
  background-color: var(--white);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: var(--black);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  box-shadow: 0 5px 0 0 var(--fixgym-blue);
  color: var(--black);
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current {
  color: var(--black);
  font-size: 18px;
}

.nav-link-2.w--current:hover {
  box-shadow: 0 5px 0 0 var(--fixgym-blue);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: var(--black);
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 5px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block-4 {
  color: var(--black);
  font-size: 16px;
}

.icon-3 {
  background-color: var(--main_red);
  border-radius: 5px;
}

.column-5, .column-6 {
  border-left: 0px solid var(--dim-grey);
}

.section-11 {
  margin-bottom: 40px;
  padding: 10px;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 1px #0000001f;
}

.button-2:hover {
  background-color: #489fd9;
}

.button-2.hollow {
  color: #000;
  text-shadow: none;
  background-color: #0000;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #000;
}

.button-2.hollow:hover {
  color: #fff;
  text-shadow: none;
  background-color: #489fd9;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #489fd9;
}

.button-2.hollow.white {
  background-color: #bbae7e;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-field {
  border: 1px solid var(--fixgym-blue);
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-field-2, .text-field-3, .text-field-4 {
  border: 1px solid var(--fixgym-blue);
  border-radius: 5px;
}

.section-12 {
  padding: 10px;
}

.paragraph-6 {
  padding-bottom: 20px;
}

.bouncy_arrow {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.content-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.container-5 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.owner-bios-wrapper {
  justify-content: space-around;
  display: flex;
}

.owner-bio {
  flex-direction: column;
  align-items: center;
  width: 35%;
  display: flex;
}

.owner-avatar-wrapper {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.owner-bio-paragraph {
  border-bottom: 10px solid var(--main_green);
  text-align: center;
  padding-bottom: 20px;
}

.smart_para_light {
  color: #1a1b1fcc;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 60px;
}

.section-13 {
  padding: 11px;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-feature-5 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.waves---grid-features-5 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---paragraph-big {
  color: var(--white);
  margin-top: 20px;
  font-size: 18px;
  line-height: 130%;
}

.waves---limit-510 {
  max-width: 75%;
}

.waves---heading-2-no-margins {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-5, .text-block-6, .text-block-7 {
  color: var(--white);
  font-size: 18px;
}

.fixgym_button {
  border: 2px solid var(--white);
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.fixgym_button:hover {
  background-color: #131313e6;
}

.fixgym_button.transp {
  background-color: #0000;
}

.fixgym_button.blue {
  background-color: var(--fixgym-blue);
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---paragraph-big-2 {
  font-size: 18px;
  line-height: 130%;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-3 {
  border-radius: 24px;
  width: 100%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---section-medium-2 {
  background-color: var(--black);
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-logo-testimonial-2 {
  height: 30px;
}

.waves-divider-testimonial-2 {
  background-color: #13131333;
  width: 1px;
  height: 24px;
}

.waves---paragraph-big-3 {
  font-size: 20px;
  line-height: 130%;
}

.waves-name-wrap-testimonial-2 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-bottom-testimonial-2 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---testimonial-text-big {
  font-size: 32px;
  line-height: 130%;
}

.waves-image-testimonial-2 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  max-height: 400px;
}

.waves-content-testimonial-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 660px;
  display: flex;
}

.waves-flex-testimonial-2 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 110px;
  display: flex;
}

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

.slide-nav-2 {
  justify-content: flex-end;
  margin-bottom: -40px;
  display: flex;
}

.efi-h4 {
  color: var(--black);
}

.tsm-03-text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image-9 {
  border-radius: 20px;
}

.tsm-03-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
  height: 100%;
}

.slide {
  width: 100%;
}

.efi-tsm-03-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.efi-tsm-03-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-tsm-03 {
  padding: 10% 5%;
}

.efi-ft-02-features-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.efi-ft-02-image-wrapper {
  margin-bottom: 75px;
}

.efi-ft-02-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  margin-bottom: 50px;
}

.efi-ft-02-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-02 {
  padding: 150px 5% 100px;
}

.efi-ft-01-feature-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.efi-ft-01-image-wrapper {
  margin-bottom: 25px;
  position: relative;
}

.efi-ft-01-cell {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.efi-ft-01-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.efi-ft-01-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-01 {
  padding: 60px 5%;
}

.div-block-15 {
  z-index: 99;
  text-align: center;
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 5% auto auto 5%;
}

.heading-5 {
  color: var(--white);
  text-align: left;
  font-weight: 300;
}

.heading-5.featureh {
  font-size: 35px;
  font-weight: 600;
}

.div-block-16 {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
}

.div-block-17 {
  background-color: #00000054;
}

.div_cover {
  z-index: 99;
  text-align: center;
  background-color: #00000040;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.efi-paragraph-2 {
  font-size: 18px;
}

.efi-h4-3 {
  color: var(--black);
}

.efi-ft-03-feature-text {
  text-align: center;
}

.efi-ft-03-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.efi-ft-03-features {
  grid-column-gap: 50px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
}

.efi-h2-2 {
  color: var(--black);
}

.efi-ft-03-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 75px;
  display: grid;
}

.efi-ft-03-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-03 {
  padding: 20px 5%;
}

.footer-dark-2 {
  background-color: #f5f7fa;
  border-bottom: 0 solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-3 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-3:hover {
  color: #1a1b1fbf;
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.waves---expand-line {
  background-color: var(--waves-library-black);
  width: 16px;
  height: 2px;
}

.waves---expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.waves-expanded-text {
  margin-bottom: 0;
  font-size: 18px;
}

.waves---expand-space {
  height: 24px;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves---paragraph-regular {
  font-size: 20px;
  line-height: 130%;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expandable-item {
  border-top: 1px solid var(--waves-library-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.waves---expandable-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.waves-expandable-master-faq-1 {
  max-width: 545px;
}

.waves---cta-dark {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---paragraph-big-4 {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---heading-2-no-margins-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves-left-faq-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-grid-faq-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.waves-image-logo-1 {
  opacity: .8;
  margin-left: auto;
  margin-right: auto;
}

.waves-wrap-logos-1 {
  grid-column-gap: 24px;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: flex-end;
  align-items: center;
  max-width: 950px;
  margin-left: 80px;
  display: flex;
}

.waves---paragraph-regular-2 {
  font-size: 18px;
  line-height: 130%;
}

.waves-master-logos-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.section-27 {
  background-color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
}

.columns-10, .column-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-4 {
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-8 {
  color: #fff;
  font-size: 25px;
}

.section-21 {
  background-color: #f5f7fa;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  margin-bottom: 10px;
  padding: 7px;
  text-decoration: none;
}

.text-block-9 {
  color: #333;
  text-align: center;
  text-decoration: none;
}

.section-28 {
  margin-bottom: 40px;
  padding: 10px;
}

.section-29 {
  padding: 10px;
}

.container-30 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-31 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-30 {
  padding: 10px;
}

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

.section-31 {
  margin-top: 1rem;
  padding: 10px 10px 2rem;
}

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

.f-b1 {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-b1:hover {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
}

.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-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: none;
  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: 4rem;
}

.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: var(--black);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.walsh-nav-link-white:hover {
  background-color: var(--fix-grey);
}

.walsh-nav-link-white.w--current {
  color: var(--black);
}

.walsh-nav-wrapper-green {
  z-index: 10;
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-toggle {
  color: var(--black);
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-size: 1.3rem;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle:hover {
  background-color: var(--fix-grey);
}

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

.walsh-dropdown-link {
  color: var(--black);
  white-space: normal;
  word-break: normal;
  border-radius: 2px;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.walsh-dropdown-link:hover {
  background-color: var(--fix-grey);
  color: var(--black);
  border-radius: 3px;
  font-weight: 400;
}

.walsh-dropdown-link.w--current {
  color: var(--black);
}

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

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

.walsh-link-block-transparent-1 {
  box-shadow: inset 1px -1px 0 0 var(--walsh--walsh-mid-green), inset -1px 1px 0 0 var(--walsh--walsh-mid-green), inset -1px -1px 0 0 var(--walsh--walsh-mid-green), inset 1px 1px 0 0 var(--walsh--walsh-mid-green);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-transparent-1:hover {
  box-shadow: none;
  color: var(--walsh--walsh-dark-green);
  background-color: #fff;
}

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

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

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

.walsh-link-block-orange-2 {
  color: #fff;
  text-align: center;
  background-color: #ff7900;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.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-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 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

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

.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-paragraph-serif-left-hero {
  max-width: none;
  color: var(--white);
  margin-bottom: .75em;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
}

.walsh-background-darkgreen {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Gym_Scene_1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 80vh;
  position: relative;
}

.walsh-heading-xxlarge {
  color: #204f58;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

.f-h1 {
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
}

.walsh-link-block-orange-3 {
  color: #fff;
  text-align: center;
  background-color: #ff7900;
  border: 1px solid #ff7900;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-3:hover {
  background-color: #042b48;
  border: 1px solid #fcfcfd;
}

.walsh-hero-p-wrapper-2 {
  width: 100%;
  max-width: none;
}

.ie-h2 {
  color: #2c2c2c;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.25;
}

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

.walsh-rounded-block {
  background-color: #fff;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-container-2 {
  z-index: 2;
  background-color: #042b4803;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.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-rounded-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.fix-text {
  color: var(--black);
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.fix-text.fix {
  height: auto;
  min-height: 20rem;
  font-size: 1.25rem;
}

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

.fix-h3 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

.fix-h3.fix {
  height: 6rem;
}

.bold-text-3, .bold-text-4 {
  font-size: 1.5rem;
  font-weight: 600;
}

.ie-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 3rem 10px 2rem;
  display: flex;
}

.ie-h3 {
  color: #333;
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.qs-values-div {
  margin-top: 0;
}

.uui-layout47_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.ie-container {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.ie-container.pad-right {
  padding-right: 0;
}

.ie-container.pad-left {
  padding-left: 0;
}

.div-pad {
  background-color: #fff0;
  border-bottom: 0 solid #000;
  flex-flow: column;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ie-text {
  color: #000000b3;
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  text-decoration: none;
}

.walsh-card-wrapper-image {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sc-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: none;
  margin: 2rem auto 4rem;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.sc-container.black {
  background-color: #030303;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem;
  overflow: auto;
}

.bold-text-5 {
  color: #1d2342;
  font-family: Oswald, sans-serif;
  font-size: 1.8rem;
}

.walsh-rounded-card {
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  padding: 5px;
  display: flex;
  overflow: hidden;
}

.walsh-heading-regular-2 {
  color: #2c2c2c;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.walsh-main-grid-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  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-cover-image-2 {
  object-fit: cover;
  background-color: #030303;
  border-radius: 1rem;
  flex: 1;
  width: 100%;
  height: auto;
  padding: 10px;
}

.op-text-1 {
  color: #343f40;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

.op-text-1.fixed {
  min-height: 5rem;
  font-size: 1.2rem;
}

.op-text-1.left {
  color: #fff;
  text-align: left;
  padding-left: 0;
  font-size: 1.25rem;
  font-weight: 400;
}

.op-text-1.left.min {
  color: #030303;
  height: 6rem;
}

.op-text-1.left.q {
  padding-left: 0;
}

.fix-section {
  padding: 2rem 10px 1rem;
}

.fix-section.dark {
  background-color: #030303;
}

.fix-section.dark.pad {
  background-color: #030303;
  margin-top: 0;
  padding-top: 2rem;
}

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

.op-heading-1 {
  color: #030303;
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  font-family: Oswald, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.1;
}

.op-heading-1.white {
  color: #fff;
  padding-left: 0;
  font-size: 2.75rem;
}

.db-service-block-wrapper {
  background-color: var(--white);
  border-radius: 1rem;
  width: 100%;
  padding: 0;
}

.db-service-heading {
  color: #030303;
  min-height: 4rem;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  text-decoration: none;
}

.db-service-heading.min {
  min-height: 6rem;
  margin-top: auto;
  margin-bottom: 10px;
  padding: 10px;
}

.db-service-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.db-services-qs {
  padding: 0;
}

.op-section {
  padding: 2rem 10px 1rem;
}

.op-section.services {
  background-color: #030303;
  padding-bottom: 3rem;
}

.db-service-padded-div {
  width: 100%;
  min-height: 32.5vh;
  padding: 10px;
}

.image-20 {
  width: 5rem;
}

.db-padded-div {
  margin-left: 4rem;
  margin-right: 4rem;
}

.uui-layout32_timeline-step-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.uui-layout32_timeline-icon-wrapper-2 {
  z-index: 1;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.text-span-2 {
  font-weight: 700;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.image-21 {
  width: 90%;
  height: 90%;
  padding: 5px;
}

.uui-layout32_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

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

.uui-layout32_timeline-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.uui-layout32_timeline-wrapper-2 {
  position: relative;
}

.uui-icon-featured-outline-large-2 {
  background-color: var(--black);
  color: #008b8b;
  border: .5rem solid #fff0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
}

.uui-layout32_progress-bar-2 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: #ff7900;
  width: 4px;
  height: 100%;
  margin-left: 20px;
}

.uui-heading-medium-2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-layout32_timeline-right-2 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.uui-layout32_content-left-2 {
  position: sticky;
  top: 120px;
}

.ie-footer {
  color: #2c2c2c;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
}

.uui-page-padding-2 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.uui-heading-xxsmall-2 {
  color: #101828;
  letter-spacing: normal;
  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: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout32_progress-bar-wrapper-2 {
  background-color: #fff;
  width: 2px;
  height: 65%;
  position: absolute;
  top: 10%;
  left: 1.75rem;
  right: auto;
}

.accordion-icon_horizontal-line {
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.accordion-icon_component {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.fix-h2a {
  color: #fff;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

.fix-h2a.black {
  color: var(--black);
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  color: #fff;
  -webkit-text-stroke-color: #134d4d;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.uui-faq01_accordion {
  border-bottom: 1px solid #030303;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_component {
  margin-top: 0;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_icon-wrapper {
  color: #7f56d9;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-padding-vertical-xhuge {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.uui-section_faq01 {
  background-color: #030303;
}

.link-block-11 {
  margin-top: 0;
  margin-bottom: .5rem;
  text-decoration: none;
}

.walsh-footer-link {
  color: #fff;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link:hover {
  color: #edf2f4;
  box-shadow: inset 0 -2px #c7dbdb;
}

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

.walsh-footer-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-footer-list {
  grid-row-gap: .8em;
  flex-direction: column;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.text-block-13 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

.walsh-logo-footer {
  width: auto;
  height: 4rem;
  margin-bottom: 0;
}

.bold-text-6 {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.bold-text-6:hover {
  color: #edf2f4;
}

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

.link-block-10 {
  margin-top: .5rem;
  margin-bottom: 0;
  text-decoration: none;
}

.walsh-main-paragraph {
  color: #fff;
  letter-spacing: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

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

.walsh-footer-legal-text {
  color: #030303;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

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

.walsh-heading-small {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-footer-line-divider {
  background-color: #cacaca;
  width: 100%;
  height: 1px;
}

.walsh-main-grid-3 {
  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;
}

.sc-text-1 {
  color: #030303;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
}

.sc-text-1.bold {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.sc-text-1.bold:hover {
  color: #edf2f4;
}

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

.walsh-content-wrapper-white {
  background-color: #030303;
  padding: 2rem;
  position: relative;
}

.brix---footer-bottom-v14-3 {
  color: #6e7191;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.image-24 {
  width: 8rem;
}

.quick-stack-9 {
  padding: 0;
}

.db-label-1-2 {
  line-height: 1.1;
}

.sc-button-3 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sc-button-3:hover {
  box-shadow: none;
  color: #fff;
  background-color: #030303;
}

.walsh-cta-block-dark-green {
  color: #fff;
  background-color: #030303;
  width: 100%;
  padding: 2rem 5.5em 3rem;
  position: relative;
  overflow: hidden;
}

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

.db-text {
  color: #123737;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
}

.db-text.white {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

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

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

.db-heading-2 {
  color: #134d4d;
  text-align: center;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}

.db-heading-2.white {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.walsh-main-grid-4 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.f-b2 {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-b2:hover {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white);
}

.list-item, .list-item-2 {
  font-family: Open Sans, sans-serif;
}

.list-item-3, .list-item-4, .list-item-5 {
  font-size: 1.3rem;
}

.walsh-col-image-wrapper {
  flex: 0 auto;
  width: 50%;
  max-width: none;
}

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

.walsh-flex-horizontal {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

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

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

.walsh-content-wrap-50 {
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 8em 4em;
  display: flex;
}

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

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

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

.uui-padding-vertical-xhuge-17 {
  padding: 20px;
}

.error-text {
  color: #e23939;
}

.uui-form-field-wrapper {
  position: relative;
}

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

.ef-text-section {
  padding: 10px;
}

.ef-text-section.tint {
  background-color: #030303;
  padding-bottom: 2rem;
}

.featured-roles-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.surfista-contact {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.ef-button-nav {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 15px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.ef-button-nav:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-form_input-3 {
  background-color: var(--white);
  color: #030303;
  border: 1px solid #afd1cf;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-top: 5px;
  margin-bottom: 0;
  padding: .75rem .875rem;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-form_input-3:focus {
  color: #101828;
  border-color: #edf2f4;
  box-shadow: 0 0 0 2px #edf2f4;
}

.uui-form_input-3::placeholder {
  color: #667085;
}

.uui-form_input-3.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

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

.uui-form-button-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: .5rem;
  display: flex;
}

.uui-contact01_component-2 {
  flex-direction: column;
  align-items: stretch;
  max-width: 50rem;
  margin: 1rem auto 0;
}

.uui-container-small {
  background-color: #030303;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

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

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.bold-text-7 {
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}

.text-block-14 {
  font-family: Open Sans, sans-serif;
}

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

.walsh-main-grid-5 {
  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;
}

@media screen and (min-width: 1440px) {
  .div-pad {
    max-width: none;
  }

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

  .uui-layout32_timeline-icon-wrapper-2 {
    background-color: #fff0;
  }

  .uui-padding-vertical-xhuge-17 {
    padding-bottom: 1rem;
  }

  .uui-form_input-3 {
    color: #333333c2;
    border-width: .5px;
    border-color: #0e1e33;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
  }

  .uui-contact01_component-2 {
    max-width: 50rem;
    margin-top: 1rem;
  }

  .uui-container-small {
    max-width: 75rem;
  }
}

@media screen and (min-width: 1920px) {
  .div-pad {
    max-width: none;
    position: relative;
  }

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

  .db-service-heading {
    font-size: 2.5rem;
  }

  .db-service-heading.min {
    min-height: 8rem;
  }

  .sc-text-1, .db-text {
    font-size: 1.2rem;
  }

  .uui-form_input-3 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

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

  .section.center {
    flex-direction: column;
    height: 50vh;
    padding-top: 0;
  }

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

  .nav, .nav-inner {
    width: 100vw;
  }

  .button.navh {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
  }

  .button.navh:hover {
    color: var(--main_red);
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .hero-content {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

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

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    text-align: center;
    margin-top: 0;
    padding: 30px;
    font-size: 8vw;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-3 {
    background-color: #fff;
    border-radius: 5px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    color: var(--black);
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-icon {
    color: var(--black);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: var(--fixgym-blue);
    color: #fff;
  }

  .text-block-4, .icon-4 {
    color: var(--black);
  }

  .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .waves---grid-features-5 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-flex-testimonial-2 {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .tsm-03-testimonial {
    margin-bottom: 40px;
  }

  .tsm-03-grid {
    grid-template-columns: 1fr;
  }

  .efi-tsm-03-slider {
    margin-bottom: 20px;
  }

  .efi-ft-02-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .efi-ft-02 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-01-grid {
    grid-template-columns: 1fr;
  }

  .efi-ft-01 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-03-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .efi-ft-03 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .waves-left-faq-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-faq-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves-image-logo-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .waves-wrap-logos-1 {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    justify-content: center;
    width: 100%;
    max-width: 590px;
    margin-left: 0;
  }

  .waves-master-logos-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .f-b1 {
    padding-left: 50px;
  }

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

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

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

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

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

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

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

  .walsh-toggle:hover {
    background-color: #0000;
  }

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

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

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

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

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

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

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

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

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

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

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

  .fix-text.fix {
    min-height: auto;
  }

  .fix-h3.fix {
    height: auto;
  }

  .icon-5 {
    color: var(--black);
    font-size: 2.5rem;
  }

  .uui-layout47_component {
    grid-template-columns: 1fr 1fr;
  }

  .div-pad {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

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

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

  .walsh-heading-regular-2 {
    min-height: auto;
  }

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

  .op-text-1.fixed {
    min-height: auto;
  }

  .op-text-1.left.min {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    height: 10rem;
    display: flex;
  }

  .db-service-heading.min {
    min-height: 8rem;
  }

  .db-padded-div {
    margin-left: 0;
    margin-right: 0;
  }

  .uui-layout32_timeline-step-2 {
    grid-column-gap: 24px;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-layout32_component-2 {
    grid-column-gap: 2rem;
  }

  .uui-layout32_content-left-2 {
    position: static;
  }

  .uui-page-padding-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 1rem;
  }

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

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

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

  .walsh-footer-line-divider {
    margin-bottom: 20px;
  }

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

  .walsh-content-wrapper-white {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

  .f-b2 {
    padding-left: 50px;
  }

  .walsh-col-image-wrapper {
    width: 100%;
  }

  .walsh-flex-horizontal {
    flex-flow: column wrap;
  }

  .walsh-hero-p-wrapper-3 {
    max-width: none;
  }

  .walsh-content-wrap-50 {
    order: -1;
    width: 100%;
    padding: 4em 40px;
  }

  .walsh-hero-p-wrapper-4 {
    max-width: none;
  }

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

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.center {
    height: 55vh;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

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

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .heading-3 {
    margin-top: 20px;
    font-size: 9vw;
    line-height: 9vh;
  }

  .form-block {
    width: 100%;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

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

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-3 {
    width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .owner-bios-wrapper {
    flex-flow: column wrap;
  }

  .owner-bio {
    width: 100%;
    margin-bottom: 45px;
  }

  .smart_para_light {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

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

  .waves-divider-testimonial-2 {
    width: 40px;
    height: 1px;
  }

  .waves-bottom-testimonial-2 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

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

  .waves-content-testimonial-2 {
    text-align: center;
  }

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

  .efi-ft-02-features-grid, .efi-ft-01-grid {
    grid-template-columns: 1fr;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-3:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .text-block-8 {
    font-size: 15px;
  }

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

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

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

  .walsh-center-hero {
    padding-top: 2rem;
  }

  .walsh-rounded-block {
    border-radius: 20px;
  }

  .walsh-container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .uui-layout47_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .div-pad {
    flex-flow: column;
    display: flex;
  }

  .sc-container, .sc-container.black {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

  .op-heading-1 {
    font-size: 3rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }

  .uui-layout32_component-2 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-layout32_progress-bar-2 {
    margin-left: 17.5px;
  }

  .uui-heading-medium-2 {
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .walsh-logo-footer {
    max-height: none;
  }

  .walsh-container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .sc-text-1, .db-text {
    flex-flow: row;
  }

  .db-heading-2 {
    font-size: 3rem;
  }

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

  .walsh-content-wrap-50 {
    justify-content: center;
    align-items: center;
    padding: 2rem 10px;
  }

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

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

  h3 {
    font-size: 16px;
  }

  .section.center {
    height: auto;
    padding-bottom: 10vh;
  }

  .section.wide.purple {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    text-align: center;
    flex-direction: row;
    width: auto;
    display: block;
  }

  .feature-content.icons {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .button.new {
    margin-top: 20px;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .hero-image {
    width: 80%;
  }

  .hero-content {
    width: 99%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-wrap.reverse.ragg, .feature-wrap.mastflip {
    flex-direction: column-reverse;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .heading-3 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .fix-h2 {
    font-size: 2.5rem;
  }

  .section-3 {
    margin-bottom: 0;
  }

  .paragraph-2 {
    width: 95%;
  }

  .container-3 {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .testimonial-slider-large {
    background-image: linear-gradient(#0000, #0000), url('../images/Wavy_Green.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

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

  .footer-link-2:hover {
    color: var(--white);
  }

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

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .logos-without-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-3 {
    text-align: justify;
  }

  .container-4 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-14 {
    text-align: left;
  }

  .nav-menu-3 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .form-3 {
    display: block;
  }

  .smart_para_light {
    padding-left: 10px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-tile-feature-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .waves---limit-510 {
    max-width: 95%;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .fixgym_button.transp {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-logo-testimonial-2 {
    height: auto;
  }

  .waves---testimonial-text-big {
    font-size: 22px;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .efi-tsm-03-slider {
    margin-bottom: 45px;
  }

  .efi-ft-01-image-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .efi-ft-01-grid {
    place-items: center;
  }

  .div-block-15 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 5px;
  }

  .heading-5 {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .heading-5.featureh {
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    display: flex;
  }

  .div_cover {
    align-items: center;
  }

  .efi-paragraph-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .efi-ft-03-features {
    grid-template-columns: 1fr;
  }

  .efi-h2-2 {
    text-align: center;
  }

  .container-6 {
    max-width: none;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

  .waves-expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .waves---expandable-content {
    flex: 0 auto;
    max-width: none;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .waves---section-medium-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .waves-wrap-logos-1 {
    grid-row-gap: 32px;
  }

  .waves---section-medium-5 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-27 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-29 {
    margin-left: -15px;
  }

  .columns-10 {
    flex-flow: column;
    font-size: 26px;
    line-height: 22px;
  }

  .column-15 {
    flex-direction: row;
    padding: 5px 0;
  }

  .link-block-4 {
    margin-left: 0;
    margin-right: 10px;
  }

  .image-19 {
    margin-right: 0;
  }

  .text-block-8 {
    font-size: 12px;
  }

  .f-b1 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

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

  .walsh-nav-menu-green {
    padding-bottom: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .walsh-background-darkgreen {
    background-position: 55%;
    height: 95vh;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .walsh-heading-xxlarge {
    margin-top: 0;
    font-size: 2.5rem;
  }

  .f-h1 {
    margin-top: 0;
    font-size: 3rem;
  }

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

  .ie-h2 {
    font-size: 2.5rem;
  }

  .walsh-center-hero {
    padding-top: 45px;
    font-size: 18px;
  }

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

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

  .fix-h3 {
    font-size: 2.5rem;
  }

  .ie-h3, .ie-text {
    text-align: center;
  }

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

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    justify-content: center;
    align-items: center;
    padding: 0 0 10px;
  }

  .sc-container {
    flex: 0 auto;
    display: flex;
  }

  .walsh-heading-regular-2 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
  }

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

  .op-text-1 {
    text-align: center;
    font-size: 1.1rem;
  }

  .op-text-1.fixed {
    padding-left: 0;
    padding-right: 0;
  }

  .op-text-1.left.min {
    text-align: center;
    height: auto;
  }

  .db-service-heading {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .db-service-heading.min {
    min-height: auto;
  }

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

  .uui-padding-vertical-xhuge-2 {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .uui-container-large-3 {
    max-width: none;
  }

  .uui-icon-featured-outline-large-2 {
    width: 5.5rem;
    height: 5.5rem;
  }

  .uui-layout32_progress-bar-2 {
    -webkit-text-stroke-color: var(--black);
    height: 90%;
    margin-left: 15px;
  }

  .uui-page-padding-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-heading-xxsmall-2 {
    text-align: center;
  }

  .uui-layout32_progress-bar-wrapper-2 {
    height: 67.5%;
  }

  .fix-h2a {
    line-height: 1.1;
  }

  .uui-faq01_component {
    margin-top: 0;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .walsh-footer-link {
    font-size: 1rem;
  }

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

  .walsh-footer-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-13 {
    font-size: 1rem;
  }

  .walsh-logo-footer {
    max-height: none;
  }

  .walsh-container-3 {
    flex-flow: column;
    flex: 0 auto;
    margin-top: 0;
    display: flex;
  }

  .walsh-main-paragraph {
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
  }

  .walsh-main-grid-no-gap-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .walsh-footer-legal-text {
    text-align: center;
    font-size: 1rem;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
    justify-content: flex-start;
    align-items: center;
  }

  .sc-text-1 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .sc-text-1.bold {
    font-size: 1.25rem;
  }

  .walsh-footer-inner {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .walsh-content-wrapper-white {
    flex-flow: column;
    padding-top: 3em;
    padding-bottom: 3em;
    display: flex;
  }

  .sc-button-3 {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.2;
  }

  .walsh-cta-block-dark-green {
    padding-left: 2em;
    padding-right: 2em;
  }

  .db-text {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .walsh-cta-h-wrapper {
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: center;
  }

  .db-heading-2.white {
    font-size: 2.75rem;
    line-height: 1.1;
  }

  .f-b2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .list-item-2 {
    font-size: 1.3rem;
  }

  .walsh-col-image-wrapper {
    width: 100%;
  }

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

  .walsh-flex-horizontal {
    grid-row-gap: 2em;
  }

  .walsh-content-wrap-50 {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding: 30px;
    font-size: 18px;
  }

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

  .ef-button-nav {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .uui-container-small {
    max-width: none;
  }
}

#w-node-ad10fa5f-6162-80fa-30f8-15658701bee4-346b92c1 {
  grid-area: 1 / 1 / 2 / 9;
  align-self: center;
}

#w-node-_8192330d-42e5-0250-8a1b-58e275138905-346b92c1 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-_18fb3798-48e7-28f3-1e63-1380b4e569b8-346b92c1, #w-node-_18fb3798-48e7-28f3-1e63-1380b4e569c2-346b92c1, #w-node-_18fb3798-48e7-28f3-1e63-1380b4e569cc-346b92c1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-fc93284d-72cd-cba1-87a9-6528aa0a37a0-346b92c1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_91ba4744-7dd7-10cc-1d4b-e97c4af5b238-4af5b235 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_91ba4744-7dd7-10cc-1d4b-e97c4af5b23c-4af5b235 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_91ba4744-7dd7-10cc-1d4b-e97c4af5b23d-4af5b235, #w-node-_91ba4744-7dd7-10cc-1d4b-e97c4af5b25d-4af5b235 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_91ba4744-7dd7-10cc-1d4b-e97c4af5b268-4af5b235 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_91ba4744-7dd7-10cc-1d4b-e97c4af5b269-4af5b235 {
  grid-area: 3 / 1 / 4 / 7;
  place-self: center start;
}

#w-node-_91ba4744-7dd7-10cc-1d4b-e97c4af5b26e-4af5b235 {
  grid-area: 3 / 7 / 4 / 13;
  justify-self: end;
}

#w-node-_25df22da-3738-9284-c167-f034e05b5bbd-e05b5bbb {
  grid-area: 1 / 2 / 2 / 12;
  align-self: start;
}

#w-node-_8192330d-42e5-0250-8a1b-58e275138905-b39fd588, #w-node-_8192330d-42e5-0250-8a1b-58e275138905-a434ba07, #w-node-_8192330d-42e5-0250-8a1b-58e275138905-e9ffb3fc, #w-node-_8192330d-42e5-0250-8a1b-58e275138905-78dbdae4, #w-node-_8192330d-42e5-0250-8a1b-58e275138905-77a51b8c {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-_95ba467e-a2a6-6c6d-d2ec-5301479dd600-77a51b8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95ba467e-a2a6-6c6d-d2ec-5301479dd601-77a51b8c {
  justify-self: center;
}

#w-node-e27e6122-b173-d96c-d437-3aba1869324c-18693249 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e27e6122-b173-d96c-d437-3aba18693250-18693249 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-e27e6122-b173-d96c-d437-3aba18693251-18693249, #w-node-e27e6122-b173-d96c-d437-3aba18693271-18693249 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e27e6122-b173-d96c-d437-3aba1869327c-18693249 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-e27e6122-b173-d96c-d437-3aba1869327d-18693249 {
  grid-area: 3 / 1 / 4 / 7;
  place-self: center start;
}

#w-node-e27e6122-b173-d96c-d437-3aba18693282-18693249 {
  grid-area: 3 / 7 / 4 / 13;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-ad10fa5f-6162-80fa-30f8-15658701bee4-346b92c1 {
    grid-area: 1 / 1 / 2 / 9;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ad10fa5f-6162-80fa-30f8-15658701bee4-346b92c1, #w-node-_8192330d-42e5-0250-8a1b-58e275138905-346b92c1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_18fb3798-48e7-28f3-1e63-1380b4e569b8-346b92c1, #w-node-_18fb3798-48e7-28f3-1e63-1380b4e569c2-346b92c1, #w-node-_18fb3798-48e7-28f3-1e63-1380b4e569cc-346b92c1 {
    grid-column: span 2 / span 2;
  }

  #w-node-fc93284d-72cd-cba1-87a9-6528aa0a37a0-346b92c1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_91ba4744-7dd7-10cc-1d4b-e97c4af5b238-4af5b235 {
    grid-column-end: 3;
  }

  #w-node-_91ba4744-7dd7-10cc-1d4b-e97c4af5b23c-4af5b235 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_91ba4744-7dd7-10cc-1d4b-e97c4af5b23d-4af5b235 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_91ba4744-7dd7-10cc-1d4b-e97c4af5b25d-4af5b235 {
    grid-column: span 2 / span 2;
  }

  #w-node-_91ba4744-7dd7-10cc-1d4b-e97c4af5b268-4af5b235 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_91ba4744-7dd7-10cc-1d4b-e97c4af5b269-4af5b235 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_91ba4744-7dd7-10cc-1d4b-e97c4af5b26e-4af5b235 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_25df22da-3738-9284-c167-f034e05b5bbd-e05b5bbb, #w-node-_8192330d-42e5-0250-8a1b-58e275138905-b39fd588, #w-node-_8192330d-42e5-0250-8a1b-58e275138905-a434ba07, #w-node-_8192330d-42e5-0250-8a1b-58e275138905-e9ffb3fc, #w-node-_8192330d-42e5-0250-8a1b-58e275138905-78dbdae4, #w-node-_8192330d-42e5-0250-8a1b-58e275138905-77a51b8c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e27e6122-b173-d96c-d437-3aba1869324c-18693249 {
    grid-column-end: 3;
  }

  #w-node-e27e6122-b173-d96c-d437-3aba18693250-18693249 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e27e6122-b173-d96c-d437-3aba18693251-18693249 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e27e6122-b173-d96c-d437-3aba18693271-18693249 {
    grid-column: span 2 / span 2;
  }

  #w-node-e27e6122-b173-d96c-d437-3aba1869327c-18693249 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-e27e6122-b173-d96c-d437-3aba1869327d-18693249 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-e27e6122-b173-d96c-d437-3aba18693282-18693249 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fc93284d-72cd-cba1-87a9-6528aa0a37a0-346b92c1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad10fa5f-6162-80fa-30f8-15658701bee4-346b92c1, #w-node-_8192330d-42e5-0250-8a1b-58e275138905-346b92c1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fc93284d-72cd-cba1-87a9-6528aa0a37a0-346b92c1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_91ba4744-7dd7-10cc-1d4b-e97c4af5b238-4af5b235 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_91ba4744-7dd7-10cc-1d4b-e97c4af5b23c-4af5b235 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_25df22da-3738-9284-c167-f034e05b5bbd-e05b5bbb, #w-node-_8192330d-42e5-0250-8a1b-58e275138905-b39fd588, #w-node-_8192330d-42e5-0250-8a1b-58e275138905-a434ba07, #w-node-_8192330d-42e5-0250-8a1b-58e275138905-e9ffb3fc, #w-node-_8192330d-42e5-0250-8a1b-58e275138905-78dbdae4, #w-node-_8192330d-42e5-0250-8a1b-58e275138905-77a51b8c, #w-node-e27e6122-b173-d96c-d437-3aba1869324c-18693249 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e27e6122-b173-d96c-d437-3aba18693250-18693249 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


