:root {
  --siboney_green: #57ac4b;
  --white: white;
  --siboney_red: #761623;
  --black: black;
  --waves-library-black: #131313;
  --waves-library--white: white;
  --walsh--walsh-mid-green: #47888a;
  --waves-library-dark-elevation: #ede0d8;
  --walsh--walsh-dark-green: #2c5c5d;
}

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-bottom: 40px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  display: block;
  overflow: hidden;
}

.section.cc-cta {
  background-color: var(--siboney_green);
  border-radius: 20px;
  margin-bottom: 0;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: var(--white);
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  font-size: 22px;
  font-weight: 500;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.siboney_big_button {
  background-color: var(--siboney_green);
  border-radius: 20px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.siboney_big_button:hover {
  background-color: var(--white);
  color: #333;
}

.button.siboney_big_button.cc-jumbo-white {
  background-color: var(--siboney_green);
  color: #000;
  border-radius: 20px;
}

.button.siboney_big_button.cc-jumbo-white:hover {
  background-color: var(--siboney_red);
}

.button.siboney_big_button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.siboney_big_button.cta {
  color: var(--siboney_red);
  background-color: #ffffff96;
}

.button.siboney_big_button.cta:hover {
  color: var(--white);
}

.button.cc-contact-us {
  z-index: 5;
  background-color: var(--siboney_red);
  color: var(--white);
  border: 2px solid #b41111;
  border-radius: 20px;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .9;
  color: var(--black);
  font-size: 16px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

.heading-jumbo-small {
  color: var(--white);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/shutterstock_693068743.jpg'), url('../images/shutterstock_1937559394.jpg'), url('../images/Siboney-Banner.jpeg');
  background-position: 0 0, 50%, 50%, 50%;
  background-size: auto, cover, cover, cover;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.about-grid {
  grid-column-gap: 44px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 2fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.text-block {
  color: var(--white);
  font-weight: 500;
}

.section-15 {
  background-color: #0000000a;
  margin-bottom: 40px;
  padding: 20px 10px;
}

.columns-9 {
  border-bottom: 0 solid #333;
}

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

._81_heading {
  color: #333;
  text-align: center;
  border-radius: 100px;
  padding-top: 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 40px;
}

._81_text {
  color: #1d1f2eb3;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

._81_button {
  color: #ececed;
  background-color: #048abf;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  display: flex;
}

._81_button:hover {
  color: #000;
  background-color: #0000;
  border: 1px solid #048abf;
}

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

.div-block-9 {
  text-align: center;
}

.siboney_read_more {
  background-color: var(--siboney_green);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.siboney_read_more:hover {
  background-color: var(--siboney_red);
  color: var(--white);
}

.siboney_read_more.contactus {
  background-color: var(--siboney_red);
  padding-left: 35px;
  padding-right: 35px;
  font-size: 18px;
}

.siboney_read_more.contactus:hover {
  background-color: var(--siboney_green);
  color: var(--white);
}

.siboney_read_more.greyy {
  background-color: var(--siboney_red);
}

.div-block-10 {
  text-align: center;
}

.container-2 {
  padding: 0;
}

.siboney_treatments_four {
  background-color: #0000000a;
  margin-bottom: 0;
  padding: 40px 10px 20px;
}

.siboney_treatments_three {
  background-color: #0000000a;
  margin-bottom: 40px;
  padding: 20px 10px;
}

.image {
  object-fit: cover;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  overflow: hidden;
}

.image-2 {
  border-radius: 50%;
  width: 400px;
  height: 400px;
  overflow: hidden;
}

.testimonial-stack {
  border-bottom: 0 solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

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

.testimonial-card-three {
  text-align: center;
  background-color: #0000;
  padding: 20px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  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 {
  color: var(--siboney_red);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

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

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

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

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-link.w--current {
  font-size: 18px;
}

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

.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 {
  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-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.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-2 {
  font-size: 18px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 60px;
  padding: 50px 30px 10px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  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 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

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

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

.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: 20px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
}

.section-16 {
  display: none;
}

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

.section-17 {
  margin-bottom: 50px;
}

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

.siboney_heading_blk {
  color: #333;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  display: flex;
}

.image-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.heading-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.waves-image-gallery-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

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

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

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

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

.waves-stars-testimonial-3 {
  color: #1f1d1a;
}

.waves-tile-testimonial-3 {
  grid-row-gap: 32px;
  background-color: #0000000d;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.waves-grid-testimonials-3 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---heading-2-no-margins {
  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;
}

.siboney_thumbnail {
  border-radius: 20px;
}

.service_header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/shutterstock_1747475081.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-bottom: 100px;
  display: flex;
}

.service_header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.service_header.about {
  background-image: url('../images/shutterstock_2107220165.jpg');
  background-position: 50%;
  background-size: cover;
}

.service_header.massage {
  background-image: url('../images/shutterstock_1937559394.jpg');
  background-position: 50%;
  background-size: cover;
}

.service_header.remedial {
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/shutterstock_1937559394.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service_header.reflex {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/shutterstock_658904914.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service_header.nlp {
  background-image: url('../images/shutterstock_558908494.jpg'), linear-gradient(#0000004d, #0000004d), url('../images/shutterstock_102865385.jpg');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
}

.service_header.facial {
  background-image: url('../images/shutterstock_1747475081.jpg'), linear-gradient(#0000004d, #0000004d);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.service_header.hypno {
  background-image: url('../images/shutterstock_1195623739.jpg');
  background-position: 50%;
  background-size: cover;
}

.service_header.pain {
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/shutterstock_1246921087.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.service_header.contact {
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/shutterstock_1937559394.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service_header.events {
  background-image: linear-gradient(#0003, #0003), url('../images/Health-Banner.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.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: 16px;
}

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

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

.waves---paragraph-regular {
  font-size: 18px;
  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-16 {
  margin-top: 16px;
}

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

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

.waves---heading-2-no-margins-2 {
  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-2 {
  padding-top: 60px;
  padding-bottom: 100px;
}

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

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

.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;
  grid-auto-flow: column;
  margin-top: 40px;
}

.waves---limit-510 {
  max-width: 510px;
}

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

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

.section-19 {
  padding: 10px;
}

.price_headline {
  padding: 40px 10px;
}

.grid-2 {
  grid-template-rows: auto;
}

.heading-3 {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: 600;
  display: flex;
}

.heading-3.left {
  justify-content: flex-start;
  font-weight: 600;
}

.heading-3.right {
  justify-content: flex-end;
  padding-right: 10px;
  font-weight: 600;
}

.container-7 {
  color: #736635;
  background-color: #57ac4be6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-4 {
  color: var(--white);
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  display: flex;
}

.italic-text-2 {
  color: var(--white);
  padding-left: 10px;
}

.button-primary-2 {
  color: #231f10;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #736635;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-2.tt {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.button-primary-2.tt.pl_button {
  margin-top: 20px;
  margin-left: 10px;
}

.quick-stack {
  background-color: #73663526;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cell-4 {
  color: #231f10;
}

.paragraph-4 {
  margin-bottom: 0;
}

.cell-3, .cell-5, .cell-6 {
  align-items: flex-end;
}

.container-8 {
  color: #736635;
  background-color: #231f10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-5 {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: 600;
  display: flex;
}

.button-primary-3 {
  color: #231f10;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #736635;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-3.tt {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.button-primary-3.tt.pl_button {
  margin-top: 20px;
  margin-left: 10px;
}

.cell-7, .cell-8, .cell-9, .cell-10 {
  align-items: flex-end;
}

.container-9 {
  color: #736635;
  background-color: #231f10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-6 {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: 600;
  display: flex;
}

.cell-11 {
  align-items: flex-end;
}

.container-10 {
  color: #736635;
  background-color: #231f10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-7 {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: 600;
  display: flex;
}

.paragraph-11 {
  color: #736635;
}

.italic-text-7 {
  padding-left: 10px;
}

.siboney_pricelist {
  color: var(--siboney_red);
  text-align: center;
  background-color: #ffffffb3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  display: flex;
}

.siboney_pricelist:hover {
  color: var(--white);
  background-color: #761623b3;
}

.siboney_pricelist.contactus {
  background-color: var(--siboney_red);
  padding-left: 35px;
  padding-right: 35px;
}

.siboney_pricelist.contactus:hover {
  background-color: var(--siboney_green);
  color: var(--white);
}

.paragraph-12 {
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.heading-8 {
  font-size: 75px;
  font-weight: 700;
  line-height: 80px;
}

.features-table {
  border-bottom: 0 solid #e4ebf3;
  margin-bottom: 0;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 0 solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.bottom_image {
  z-index: 1;
  position: relative;
}

.blog_grid3 {
  height: auto;
  margin: 20px 100px;
  padding: 10px;
}

.link {
  font-style: normal;
  text-decoration: none;
}

.top_image {
  z-index: 2;
  position: absolute;
}

.grid_column {
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.column-left, .column-middle, .column-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.paragraph-2 {
  font-size: 13px;
}

.paragraph-2.elaine2 {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-9 {
  color: #372d2f;
  font-size: 22px;
}

.heading-9.elaine1 {
  margin-top: 0;
  margin-bottom: 10px;
}

.link-2 {
  text-decoration: none;
}

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

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

.link-3 {
  text-decoration: none;
}

.top_div {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.button-2 {
  color: #f5e5dc;
  background-color: #372d2f;
}

.button-2.elaine3 {
  color: #fff;
}

.button-2.elaine3:hover {
  color: #fff;
  background-color: #f5e5dc;
}

.section-20 {
  margin: 60px 100px;
  padding: 10px;
}

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

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

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

.image-5, .image-6, .image-7 {
  border-radius: 20px;
}

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

.container-13, .container-14, .container-15 {
  justify-content: center;
  display: flex;
}

.div-block-14 {
  padding: 10px;
}

.div-block-15 {
  padding: 11px;
}

.div-block-16 {
  padding: 10px;
}

.italic-text-8 {
  font-size: 18px;
  line-height: 120%;
}

.container-16 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.siboney_treatments_five {
  background-color: #0000000a;
  margin-bottom: 0;
  padding: 40px 10px 20px;
}

.waves---nav-cta {
  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;
  display: flex;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link {
  padding: 12px 16px;
  font-size: 18px;
}

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

.waves---nav-link.w--current:hover {
  color: var(--siboney_red);
}

.waves---dropdown-link {
  text-align: center;
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves---nav-menu, .waves-right-nav-1 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---brand {
  max-width: none;
  height: 100%;
}

.waves---nav-brand-link {
  height: 150px;
}

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

.waves---nav-container {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-1 {
  z-index: 105;
  background-color: var(--waves-library--white);
  border-bottom: 0 solid #13131333;
  height: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: sticky;
  inset: 0% 0% auto;
}

.text-block-3 {
  font-size: 18px;
}

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

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

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

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

.walsh-label-button {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

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

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

.walsh-link-block-orange:hover {
  background-color: var(--siboney_green);
}

.walsh-link-block-transparent-1 {
  border: 1px solid var(--siboney_red);
  color: var(--siboney_red);
  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 {
  background-color: var(--siboney_red);
  box-shadow: none;
  color: var(--white);
}

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

.walsh-dropdown-link {
  color: var(--siboney_red);
  border-radius: 2px;
  font-size: 18px;
  font-weight: 400;
}

.walsh-dropdown-link:hover {
  color: var(--siboney_green);
  background-color: #eee;
  border-radius: 3px;
}

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

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

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

.walsh-toggle:hover {
  background-color: var(--white);
  color: var(--siboney_green);
}

.walsh-dropdown {
  color: #fff;
}

.walsh-nav-link-white {
  color: var(--siboney_red);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.walsh-nav-link-white.w--current {
  color: var(--siboney_red);
  font-weight: 600;
}

.walsh-nav-menu-green-left {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: flex;
}

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

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

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

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

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

.walsh-nav-wrapper-green {
  z-index: 10;
  background-color: var(--white);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  position: sticky;
  top: 0;
}

.text-block-4 {
  font-size: 18px;
  font-weight: 400;
}

.text-block-5 {
  font-size: 18px;
}

.paragraph-13 {
  padding: 10px 20px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .intro-header {
    height: auto;
    margin-bottom: 1rem;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-content-wrap {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr;
    justify-items: center;
    margin-bottom: 1rem;
    display: flex;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  ._81_text {
    align-self: center;
  }

  .image {
    display: block;
  }

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

  .navbar-no-shadow-container {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .container-regular {
    min-height: auto;
  }

  .navbar-wrapper {
    margin-right: 0;
  }

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

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .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(--siboney_green);
    color: #fff;
  }

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

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

  .waves-grid-testimonials-3 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .blog_grid3 {
    margin: 0 10px 10px;
  }

  .waves---hamburger-icon {
    background-color: var(--siboney_green);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--siboney_green);
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .walsh-brand-block {
    width: 20%;
  }

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

  .icon {
    color: var(--siboney_red);
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .intro-header {
    height: auto;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

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

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

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

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

  .nav-link {
    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;
  }

  .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:hover {
    color: #1a1b1fbf;
  }

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

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

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

  .siboney_heading_blk {
    font-size: 30px;
    line-height: 52px;
  }

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

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

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

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

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

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

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

  .quick-stack {
    margin-left: 10px;
    margin-right: 10px;
  }

  .features-table {
    padding: 60px 15px;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

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

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

  .section.cc-cta {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section.cc-store-home-wrap {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .intro-header {
    height: auto;
    margin-bottom: 1rem;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .about-grid {
    text-align: center;
    margin-bottom: 40px;
  }

  ._81_heading {
    font-weight: 700;
  }

  ._81_text {
    text-align: justify;
  }

  .siboney_read_more.contactus {
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .image {
    width: 250px;
    height: 250px;
    overflow: hidden;
  }

  .image-2 {
    width: 250px;
    height: 250px;
  }

  .container-3 {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container-4 {
    max-width: none;
  }

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

  .section-17 {
    margin-bottom: 10px;
  }

  .heading {
    text-align: center;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

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

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

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

  .service_header.about, .service_header.massage, .service_header.remedial, .service_header.reflex, .service_header.nlp, .service_header.facial, .service_header.hypno, .service_header.pain, .service_header.events {
    margin-bottom: 1rem;
  }

  .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-2 {
    font-size: 34px;
  }

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

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

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

  .grid-2 {
    font-size: 14px;
  }

  .heading-3 {
    text-align: center;
    align-items: center;
    display: flex;
  }

  .heading-3.left, .heading-3.right {
    font-size: 30px;
  }

  .container-7 {
    align-items: center;
  }

  .heading-4 {
    text-align: center;
    align-items: center;
    display: flex;
  }

  .italic-text-2 {
    text-align: center;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

  .container-8 {
    align-items: center;
  }

  .heading-5 {
    text-align: center;
    align-items: center;
    display: flex;
  }

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

  .container-9 {
    align-items: center;
  }

  .heading-6 {
    text-align: center;
    align-items: center;
    display: flex;
  }

  .container-10 {
    align-items: center;
  }

  .heading-7 {
    text-align: center;
    align-items: center;
    display: flex;
  }

  .heading-8 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .container-11 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .column-middle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section_elaine {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .section-20 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .waves---nav-cta {
    display: none;
  }

  .waves---hamburger-icon {
    background-color: var(--white);
    color: var(--black);
  }

  .waves---nav-brand-link.w--current {
    height: 100px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .waves---nav-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .walsh-link-block-transparent-1 {
    width: 100%;
    padding-left: 30px;
    padding-right: 25px;
  }

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

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

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

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

  .walsh-brand-block {
    width: auto;
  }

  .walsh-container-nav {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-wrapper-green {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-9467c36f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-9467c36f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-9467c36f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-9467c36f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_0bbd582d-df25-4e64-6b9a-c6e93b7c9f90-9467c36f, #w-node-_0bbd582d-df25-4e64-6b9a-c6e93b7c9f97-9467c36f, #w-node-_0bbd582d-df25-4e64-6b9a-c6e93b7c9f9e-9467c36f, #w-node-_7f814df2-7d6b-4dd2-eaa7-b7569cebbf68-9467c36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_892251c0-5572-a700-255f-20c37d388bcd-9467c36f, #w-node-_892251c0-5572-a700-255f-20c37d388bcf-9467c36f, #w-node-_892251c0-5572-a700-255f-20c37d388bd1-9467c36f, #w-node-_892251c0-5572-a700-255f-20c37d388bd3-9467c36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_892251c0-5572-a700-255f-20c37d388bd6-9467c36f, #w-node-_892251c0-5572-a700-255f-20c37d388bd8-9467c36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_892251c0-5572-a700-255f-20c37d388bda-9467c36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_892251c0-5572-a700-255f-20c37d388bdc-9467c36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f4f5ff83-098c-264c-ff7a-6207ad65b4ed-9467c36f, #w-node-f4f5ff83-098c-264c-ff7a-6207ad65b4f6-9467c36f, #w-node-f4f5ff83-098c-264c-ff7a-6207ad65b4ff-9467c36f, #w-node-_427174ce-b8d5-e076-0915-e35d78664cba-78664cb4, #w-node-_427174ce-b8d5-e076-0915-e35d78664ccc-78664cb4, #w-node-_427174ce-b8d5-e076-0915-e35d78664cd1-78664cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2220671-9e1d-5536-1848-48df2cfc1cf3-2cfc1cef {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-c2220671-9e1d-5536-1848-48df2cfc1cf5-2cfc1cef {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-e233aef8-8c5c-aef0-e2f8-e01db941b93f-85b01e36, #w-node-e233aef8-8c5c-aef0-e2f8-e01db941b942-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac13c7a6-1244-668e-215c-0a4c495cff3e-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ac13c7a6-1244-668e-215c-0a4c495cff3f-85b01e36, #w-node-ac13c7a6-1244-668e-215c-0a4c495cff42-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a455763a-a9f6-bbe8-f5c6-70a1564afe31-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a455763a-a9f6-bbe8-f5c6-70a1564afe32-85b01e36, #w-node-a455763a-a9f6-bbe8-f5c6-70a1564afe35-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed5b983f-44a1-88fb-dd55-6393aa68ddc8-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ed5b983f-44a1-88fb-dd55-6393aa68ddc9-85b01e36, #w-node-ed5b983f-44a1-88fb-dd55-6393aa68ddcd-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31eb6c75-5db3-de0a-c283-1c0b7e5a7a8f-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_31eb6c75-5db3-de0a-c283-1c0b7e5a7a90-85b01e36, #w-node-_31eb6c75-5db3-de0a-c283-1c0b7e5a7a93-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8abc4d7e-7f88-6abd-1fcf-13b7569588dc-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8abc4d7e-7f88-6abd-1fcf-13b7569588dd-85b01e36, #w-node-_8abc4d7e-7f88-6abd-1fcf-13b7569588e0-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81357468-bfa4-6b1c-ba06-c6d41e5022c3-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_81357468-bfa4-6b1c-ba06-c6d41e5022c4-85b01e36, #w-node-_81357468-bfa4-6b1c-ba06-c6d41e5022c7-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3fba755-a6dd-2859-2eec-88f791f9db7e-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c3fba755-a6dd-2859-2eec-88f791f9db7f-85b01e36, #w-node-c3fba755-a6dd-2859-2eec-88f791f9db82-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f65e025-48c4-b322-639b-29719cf61d63-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7f65e025-48c4-b322-639b-29719cf61d64-85b01e36, #w-node-_7f65e025-48c4-b322-639b-29719cf61d67-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a524845-1728-5073-e12b-c0039866775e-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5a524845-1728-5073-e12b-c0039866775f-85b01e36, #w-node-_5a524845-1728-5073-e12b-c00398667762-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86c55363-d3aa-ec5f-c952-1bf153ad824c-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_86c55363-d3aa-ec5f-c952-1bf153ad824d-85b01e36, #w-node-_86c55363-d3aa-ec5f-c952-1bf153ad8250-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b34a806-5310-16ba-d938-beb089cb0ccc-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8b34a806-5310-16ba-d938-beb089cb0ccd-85b01e36, #w-node-_8b34a806-5310-16ba-d938-beb089cb0cd0-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b54bf3be-fe98-79cb-413a-2fb1774db0b0-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b54bf3be-fe98-79cb-413a-2fb1774db0b1-85b01e36, #w-node-b54bf3be-fe98-79cb-413a-2fb1774db0b5-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68bf6249-37e6-10af-c72a-9f9eaf039ea0-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_68bf6249-37e6-10af-c72a-9f9eaf039ea1-85b01e36, #w-node-_68bf6249-37e6-10af-c72a-9f9eaf039ea5-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfe24ccb-8546-341a-0af7-8145cdf891ac-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bfe24ccb-8546-341a-0af7-8145cdf891ad-85b01e36, #w-node-bfe24ccb-8546-341a-0af7-8145cdf891b0-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e1fc588-b15e-af05-d808-178a73dd8902-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8e1fc588-b15e-af05-d808-178a73dd8903-85b01e36, #w-node-_8e1fc588-b15e-af05-d808-178a73dd8906-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd14f88d-1f70-603b-0b13-bc31eeb4a974-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bd14f88d-1f70-603b-0b13-bc31eeb4a975-85b01e36, #w-node-bd14f88d-1f70-603b-0b13-bc31eeb4a978-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c7665da-4a24-6146-a19e-bd040efd886c-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7c7665da-4a24-6146-a19e-bd040efd886d-85b01e36, #w-node-_7c7665da-4a24-6146-a19e-bd040efd8870-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10cfb45c-6f9b-46bc-1097-cb37aa0c78ce-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_10cfb45c-6f9b-46bc-1097-cb37aa0c78cf-85b01e36, #w-node-_10cfb45c-6f9b-46bc-1097-cb37aa0c78d2-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f3f3a29-9468-02b1-0531-413658009c85-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3f3f3a29-9468-02b1-0531-413658009c86-85b01e36, #w-node-_3f3f3a29-9468-02b1-0531-413658009c89-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14f2e748-3f62-76aa-d01e-33c89d5becab-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_14f2e748-3f62-76aa-d01e-33c89d5becac-85b01e36, #w-node-_14f2e748-3f62-76aa-d01e-33c89d5becaf-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74e4c916-0bc2-37a0-a4fc-2c3d46164450-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_74e4c916-0bc2-37a0-a4fc-2c3d46164451-85b01e36, #w-node-_74e4c916-0bc2-37a0-a4fc-2c3d46164454-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_152c3647-d2cf-383b-2f58-41ef14c610c9-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_152c3647-d2cf-383b-2f58-41ef14c610ca-85b01e36, #w-node-_152c3647-d2cf-383b-2f58-41ef14c610cd-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f37e568-b549-7859-488e-ccf488e8fe31-85b01e36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1f37e568-b549-7859-488e-ccf488e8fe32-85b01e36, #w-node-_1f37e568-b549-7859-488e-ccf488e8fe35-85b01e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1c61412-3160-52ab-66f6-9a4bc5ef87de-85b01e36 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b6065e1c-9757-048f-2449-2167da376be6-85b01e36 {
  grid-column: span 2 / span 2;
}

#w-node-_53de32d5-61ca-f3f4-f808-d9051f151cdf-85b01e36 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_53de32d5-61ca-f3f4-f808-d9051f151ce7-85b01e36 {
  grid-column: span 2 / span 2;
}

#w-node-a2a86156-9e5e-3de9-590b-6dce20cfd452-85b01e36 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a2a86156-9e5e-3de9-590b-6dce20cfd45a-85b01e36 {
  grid-column: span 2 / span 2;
}

#w-node-_21beb7a6-8ecd-9005-ce7d-4843ab5a536b-85b01e36 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_21beb7a6-8ecd-9005-ce7d-4843ab5a5373-85b01e36 {
  grid-column: span 2 / span 2;
}

#w-node-ffb651c6-526f-6497-ae66-0b3d45962f62-85b01e36 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ffb651c6-526f-6497-ae66-0b3d45962f6a-85b01e36 {
  grid-column: span 2 / span 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-4f87bdc4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-4f87bdc4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-4f87bdc4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-4f87bdc4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_94daad6a-9c7d-ebce-eb3b-6bd65346f1b6-4f87bdc4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_94daad6a-9c7d-ebce-eb3b-6bd65346f1be-4f87bdc4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_4b502077-9b58-9310-b431-769c13b153a5-4f87bdc4, #w-node-_4b502077-9b58-9310-b431-769c13b153a8-4f87bdc4, #w-node-_4b502077-9b58-9310-b431-769c13b153ab-4f87bdc4, #w-node-_4b502077-9b58-9310-b431-769c13b153ae-4f87bdc4, #w-node-_4b502077-9b58-9310-b431-769c13b153b1-4f87bdc4, #w-node-_4b502077-9b58-9310-b431-769c13b153b4-4f87bdc4, #w-node-af42fa3f-9828-85b8-87cf-681b5f501a54-4f87bdc4, #w-node-f4a10b42-f190-db07-8f11-e458a45e0b62-4f87bdc4, #w-node-_23f39cde-98ec-945c-1f22-d7469ffb8a53-4f87bdc4, #w-node-_6e935aca-c3af-3264-8c5f-54a3dfbd0abd-4f87bdc4, #w-node-_71fa81b8-0bb5-d478-6b29-bf92049e84a4-4f87bdc4, #w-node-_98701391-6740-c903-376f-a7e5232532e6-4f87bdc4, #w-node-_37b1c19a-ce41-4c92-1df7-600b4b2d0f97-4f87bdc4, #w-node-_8bd9e0c4-27fa-cd85-ddab-69baac33929c-4f87bdc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bd9e0c4-27fa-cd85-ddab-69baac3392a5-4f87bdc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-a850c587 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-a850c587 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-a850c587 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-a850c587 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_89717b2b-8852-8ddf-ea04-9e20dcfddbcb-a850c587, #w-node-_89717b2b-8852-8ddf-ea04-9e20dcfddbce-a850c587, #w-node-_89717b2b-8852-8ddf-ea04-9e20dcfddbd1-a850c587, #w-node-_89717b2b-8852-8ddf-ea04-9e20dcfddbd4-a850c587, #w-node-_89717b2b-8852-8ddf-ea04-9e20dcfddbd7-a850c587, #w-node-_89717b2b-8852-8ddf-ea04-9e20dcfddbda-a850c587, #w-node-_89717b2b-8852-8ddf-ea04-9e20dcfddbdd-a850c587, #w-node-_89717b2b-8852-8ddf-ea04-9e20dcfddbe0-a850c587, #w-node-_89717b2b-8852-8ddf-ea04-9e20dcfddbe3-a850c587, #w-node-_89717b2b-8852-8ddf-ea04-9e20dcfddbe6-a850c587 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-4f951a52 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-4f951a52 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-4f951a52 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-4f951a52 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-c6dca59f-b4e1-0413-2ce2-6007870fc7d1-4f951a52 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c6dca59f-b4e1-0413-2ce2-6007870fc7da-4f951a52 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-b735911c-2933-0a64-d65e-5befc64c1a7d-4f951a52, #w-node-b735911c-2933-0a64-d65e-5befc64c1a84-4f951a52, #w-node-b735911c-2933-0a64-d65e-5befc64c1a8b-4f951a52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-0afc2d4e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-0afc2d4e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-0afc2d4e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-0afc2d4e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_705b8083-959e-e930-9bf6-c114f21815e5-0afc2d4e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_705b8083-959e-e930-9bf6-c114f21815ed-0afc2d4e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_4cbdc819-c694-4c4d-9ff9-fe00eecc6e2f-0afc2d4e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4cbdc819-c694-4c4d-9ff9-fe00eecc6e37-0afc2d4e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-d8d17b7d-aca9-975f-f378-1d4235884a8d-0afc2d4e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d8d17b7d-aca9-975f-f378-1d4235884a95-0afc2d4e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-e03c71f2-de65-13f3-ef80-0bfd0fb46271-0afc2d4e, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb46276-0afc2d4e, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb4627b-0afc2d4e, #w-node-f76816cf-3bc8-d97d-0de6-e7e258a17c16-0afc2d4e, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb46280-0afc2d4e, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb46285-0afc2d4e, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb4628a-0afc2d4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-c5d71673 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-c5d71673 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-c5d71673 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-c5d71673 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_705b8083-959e-e930-9bf6-c114f21815e5-c5d71673 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_705b8083-959e-e930-9bf6-c114f21815ed-c5d71673 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_4cbdc819-c694-4c4d-9ff9-fe00eecc6e2f-c5d71673 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4cbdc819-c694-4c4d-9ff9-fe00eecc6e37-c5d71673 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-d8d17b7d-aca9-975f-f378-1d4235884a8d-c5d71673 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d8d17b7d-aca9-975f-f378-1d4235884a95-c5d71673 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_474a1ed4-69cc-e6c1-2fe4-fca43aa673c9-c5d71673 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_474a1ed4-69cc-e6c1-2fe4-fca43aa673d1-c5d71673 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-e03c71f2-de65-13f3-ef80-0bfd0fb46271-c5d71673, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb46276-c5d71673, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb4627b-c5d71673, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb46280-c5d71673, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb46285-c5d71673, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb4628a-c5d71673 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-e10db70a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-e10db70a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-e03c71f2-de65-13f3-ef80-0bfd0fb46271-e10db70a, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb46276-e10db70a, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb4627b-e10db70a, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb46280-e10db70a, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb46285-e10db70a, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb4628a-e10db70a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f586b17c-a92b-edb4-59e2-f27c1cf7a783-76d83771 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f586b17c-a92b-edb4-59e2-f27c1cf7a796-76d83771 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-76d83771 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-76d83771 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-c8b41a68-d660-4f1e-72e5-62799bd130ca-76d83771 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c8b41a68-d660-4f1e-72e5-62799bd130dd-76d83771 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_4df8f8c6-fcff-e670-8e47-c28a744d2646-76d83771 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4df8f8c6-fcff-e670-8e47-c28a744d2656-76d83771 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-76d83771 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-76d83771 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-e03c71f2-de65-13f3-ef80-0bfd0fb46271-76d83771, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb46276-76d83771, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb4627b-76d83771, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb46280-76d83771, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb46285-76d83771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-45215478 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-45215478 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-e03c71f2-de65-13f3-ef80-0bfd0fb46271-45215478, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb46276-45215478, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb4627b-45215478, #w-node-e03c71f2-de65-13f3-ef80-0bfd0fb46280-45215478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-9ab08468 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-9ab08468 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-9ab08468 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-9ab08468 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-9467c36f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-9467c36f {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-9467c36f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-9467c36f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c2220671-9e1d-5536-1848-48df2cfc1cf3-2cfc1cef {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-4f87bdc4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-4f87bdc4 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-4f87bdc4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-4f87bdc4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_94daad6a-9c7d-ebce-eb3b-6bd65346f1b6-4f87bdc4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_94daad6a-9c7d-ebce-eb3b-6bd65346f1be-4f87bdc4 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_8bd9e0c4-27fa-cd85-ddab-69baac33929c-4f87bdc4, #w-node-_8bd9e0c4-27fa-cd85-ddab-69baac3392a5-4f87bdc4 {
    justify-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-a850c587 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-a850c587 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-a850c587 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-a850c587 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-4f951a52 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-4f951a52 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-4f951a52 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-4f951a52 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c6dca59f-b4e1-0413-2ce2-6007870fc7d1-4f951a52 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c6dca59f-b4e1-0413-2ce2-6007870fc7da-4f951a52 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-0afc2d4e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-0afc2d4e {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-0afc2d4e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-0afc2d4e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_705b8083-959e-e930-9bf6-c114f21815e5-0afc2d4e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_705b8083-959e-e930-9bf6-c114f21815ed-0afc2d4e {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_4cbdc819-c694-4c4d-9ff9-fe00eecc6e2f-0afc2d4e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4cbdc819-c694-4c4d-9ff9-fe00eecc6e37-0afc2d4e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d8d17b7d-aca9-975f-f378-1d4235884a8d-0afc2d4e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d8d17b7d-aca9-975f-f378-1d4235884a95-0afc2d4e {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-c5d71673 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-c5d71673 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-c5d71673 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-c5d71673 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_705b8083-959e-e930-9bf6-c114f21815e5-c5d71673 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_705b8083-959e-e930-9bf6-c114f21815ed-c5d71673 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_4cbdc819-c694-4c4d-9ff9-fe00eecc6e2f-c5d71673 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4cbdc819-c694-4c4d-9ff9-fe00eecc6e37-c5d71673 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d8d17b7d-aca9-975f-f378-1d4235884a8d-c5d71673 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d8d17b7d-aca9-975f-f378-1d4235884a95-c5d71673 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_474a1ed4-69cc-e6c1-2fe4-fca43aa673c9-c5d71673 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_474a1ed4-69cc-e6c1-2fe4-fca43aa673d1-c5d71673 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-e10db70a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-e10db70a {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-f586b17c-a92b-edb4-59e2-f27c1cf7a783-76d83771 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f586b17c-a92b-edb4-59e2-f27c1cf7a796-76d83771 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-76d83771 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-76d83771 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-c8b41a68-d660-4f1e-72e5-62799bd130ca-76d83771 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c8b41a68-d660-4f1e-72e5-62799bd130dd-76d83771 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4df8f8c6-fcff-e670-8e47-c28a744d2646-76d83771 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4df8f8c6-fcff-e670-8e47-c28a744d2656-76d83771 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-76d83771 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-76d83771 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-45215478 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-45215478 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-9ab08468 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-9ab08468 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-9ab08468 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-9ab08468 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d3f-9467c36f, #w-node-_86e64837-0616-515b-4568-76c147234d3f-4f87bdc4, #w-node-_94daad6a-9c7d-ebce-eb3b-6bd65346f1be-4f87bdc4, #w-node-_86e64837-0616-515b-4568-76c147234d3f-a850c587, #w-node-_86e64837-0616-515b-4568-76c147234d3f-4f951a52, #w-node-c6dca59f-b4e1-0413-2ce2-6007870fc7da-4f951a52, #w-node-_86e64837-0616-515b-4568-76c147234d3f-0afc2d4e, #w-node-_705b8083-959e-e930-9bf6-c114f21815ed-0afc2d4e, #w-node-d8d17b7d-aca9-975f-f378-1d4235884a95-0afc2d4e, #w-node-_86e64837-0616-515b-4568-76c147234d3f-c5d71673, #w-node-_705b8083-959e-e930-9bf6-c114f21815ed-c5d71673, #w-node-d8d17b7d-aca9-975f-f378-1d4235884a95-c5d71673, #w-node-_86e64837-0616-515b-4568-76c147234d3f-e10db70a, #w-node-_86e64837-0616-515b-4568-76c147234d3f-76d83771, #w-node-_4df8f8c6-fcff-e670-8e47-c28a744d2656-76d83771, #w-node-_86e64837-0616-515b-4568-76c147234d3f-45215478, #w-node-_86e64837-0616-515b-4568-76c147234d3f-9ab08468 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d3f-9467c36f {
    place-self: center;
  }

  #w-node-c2220671-9e1d-5536-1848-48df2cfc1cf3-2cfc1cef {
    grid-column-end: 3;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-4f87bdc4, #w-node-_94daad6a-9c7d-ebce-eb3b-6bd65346f1be-4f87bdc4, #w-node-_86e64837-0616-515b-4568-76c147234d3f-a850c587, #w-node-_86e64837-0616-515b-4568-76c147234d3f-4f951a52, #w-node-c6dca59f-b4e1-0413-2ce2-6007870fc7da-4f951a52, #w-node-_86e64837-0616-515b-4568-76c147234d3f-0afc2d4e, #w-node-_705b8083-959e-e930-9bf6-c114f21815ed-0afc2d4e, #w-node-d8d17b7d-aca9-975f-f378-1d4235884a95-0afc2d4e, #w-node-_86e64837-0616-515b-4568-76c147234d3f-c5d71673, #w-node-_705b8083-959e-e930-9bf6-c114f21815ed-c5d71673, #w-node-d8d17b7d-aca9-975f-f378-1d4235884a95-c5d71673, #w-node-_86e64837-0616-515b-4568-76c147234d3f-e10db70a, #w-node-_86e64837-0616-515b-4568-76c147234d3f-76d83771, #w-node-_4df8f8c6-fcff-e670-8e47-c28a744d2656-76d83771, #w-node-_86e64837-0616-515b-4568-76c147234d3f-45215478, #w-node-_86e64837-0616-515b-4568-76c147234d3f-9ab08468 {
    place-self: center;
  }
}


