:root {
  --black: black;
  --white: white;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-label {
  text-transform: capitalize;
}

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

h1 {
  color: var(--black);
  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, color .2s;
  display: block;
}

a:hover {
  color: #d029bf;
}

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

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

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

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

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

.section {
  margin-left: 0;
  margin-right: 0;
}

.section.cc-cta {
  position: relative;
  isolation: isolate;
  background-color: #eecb34;
  padding-left: 80px;
  padding-right: 80px;
}

/* .section.cc-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/AdobeStock_202533710_cropped_transparent.png");
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  pointer-events: none;
  z-index: -1;
} */

.section.cc-home-wrap {
  overflow: hidden;
}

.section.cc-store-home-wrap {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  background-color: #bd179c;
}

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

.container {
  background-color: #dc045000;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 4rem;
}

.container.text-page-wrap {
  background-color: #fff;
  width: 100%;
  max-width: 65ch;
  margin-top: 3rem;
}

.container.text-page-wrap.contact-page-wrap {
  max-width: 1000px;
}

.container.home-testimonials {
  color: #1a1b1f;
  background-color: #fff;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 6rem;
  transition: opacity .2s;
  display: block;
}

.testimonial-cards {
  display: flex;
  gap: 3rem;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.testimonial-card {
  flex: 1;
  /* background-color: #eecb34; */
  border-radius: 1rem;
  padding: 3rem;
  padding-top: calc(3rem + 7px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

/* .testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7px;
  background-image: url('../images/raindbow_bar.png');
  background-position: 0 0;
  background-size: auto;
  background-repeat: repeat-x;
} */

/* .testimonial-card::before,
.testimonial-card::after {
  font-family: 'Abril Fatface', serif;
  font-size: 6rem;
  line-height: 1;
  color: #d029bf;
  position: absolute;
  pointer-events: none;
}

.testimonial-card::before {
  content: '\201C';
  left: 0.5rem;
  top: -0.1em;
}

.testimonial-card::after {
  content: '\201D';
  right: 1rem;
  bottom: 1.5rem;
} */

.testimonial-card .paragraph {
  text-align: left;
}

.testimonial-card-with-cat {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.testimonial-card-with-cat .testimonial-card {
  flex: 1;
}

.walking-cat {
  position: absolute;
  top: -54px;
  right: 0;
  width: 80px;
  z-index: 10;
}

.cta-with-cat {
  position: relative;
}

.stretching-cat {
  position: absolute;
  top: -60px;
  left: 40px;
  width: 90px;
  z-index: 10;
}

.stretching-cat--alt {
  width: 100px;
  top: -56px;
}

.container.home-image-grid {
  padding-bottom: 0;
}

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

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  text-align: right;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  margin-top: 25px;
  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.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

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

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

.button.cc-contact-us {
  z-index: 5;
  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;
}

.paragraph-light {
  opacity: .8;
  color: var(--black);
  /* text-align: justify; */
}

.lesson-section-heading {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-family: Abril Fatface, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
}

.lesson-section-heading:first-of-type {
  margin-top: 0;
}

.rates-table {
  width: 100%;
  border-collapse: collapse;
  opacity: .8;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.rates-table th,
.rates-table td {
  padding: 10px 16px;
  text-align: left;
  border-bottom: 1px solid #e4e4e4;
}

.rates-table th {
  font-weight: 600;
  width: 40%;
  white-space: nowrap;
}

.rates-table tr:last-child th,
.rates-table tr:last-child td {
  border-bottom: none;
}

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

.heading-jumbo.page-header {
  color: var(--white);
  font-family: Abril Fatface, sans-serif;
  font-size: clamp(3rem, 1.6rem + 7vw, 10rem);
  position: absolute;
  bottom: 1rem;
  line-height: 1;
  left: 3rem;
  text-shadow: -4px -4px 0 #d029bf;
}

@media screen and (max-width: 580px) {
  .heading-jumbo.page-header {
    left: 1rem;
  }
} 

.heading-jumbo-small {
  text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.5rem;
}

.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: flex-end;
  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: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #28553700;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: opacity .2s;
}

.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: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  opacity: 1;
  height: 65vh;
  color: var(--black);
  background-color: #f4f4f4;
  /* background-image: url('../images/Press-Chicago-Apartment-show_noBckgd_v4.jpg'); */
  background-image: url('../images/Homepage_Hero_Background_wPink.webp');
  background-position: 0%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-position: 50% 35%;
  background-size: cover;
  height: 480px;
  position: relative;
}

.intro-header.cc-subpage.lessons-header {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 55%), url('../images/lessons_header.jpg');
  background-position: 50% 20%;
  height: 520px;
}

.intro-header.cc-subpage.about-header {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 55%), url('../images/Sarah_lessons_website_heropic_1.jpg');
  background-position: 50% 35%;
  background-size: cover;
  height: 520px;
}

.intro-header.cc-subpage.gallery-header {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 55%), url('../images/gallery_header_1800px_v6.jpg');
  background-position: 50% 0%;
}

.intro-header.cc-subpage.contact-header {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 55%), url('../images/Space-Kittens-384_adj.jpg');
}

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

.intro-content.cc-homepage {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  width: 45%;
  max-width: 1000px;
  height: auto;
  margin-top: 3rem;
  margin-bottom: 0;
  margin-right: 40px;
  padding: 0 10px 40px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.motto-wrap {
  text-align: center;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  margin: 3rem auto 0 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: 0;
  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: 16px;
  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;
}

.page-404-hero {
  background-color: #C026B0;
  color: #fff;
  text-align: center;
  padding: 6rem 2rem;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-404-inner {
  max-width: 680px;
  margin: 0 auto;
}

.page-404-eyebrow {
  font-family: Abril Fatface, sans-serif;
  font-size: clamp(5rem, 15vw, 10rem);
  line-height: 1;
  color: rgba(255, 255, 255, 0.25);
  margin: 0 0 0.25rem;
}

.page-404-heading {
  font-family: Abril Fatface, sans-serif;
  color: #fff;
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 1.1;
  margin: 0 0 1.25rem;
  text-shadow: -3px -3px 0 #eecb34;
}

.page-404-body {
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 auto 2rem;
  max-width: 480px;
}

.page-404-hero .button-primary {
  background-color: #eecb34;
  color: #1a1b1f;
  display: inline-block;
}

.page-404-hero .button-primary:hover {
  background-color: #fff;
  color: #1a1b1f;
}

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

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

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

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

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

.intro-text {
  width: 80%;
  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;
}

.heading {
  text-align: right;
  white-space: normal;
}

.heading-2 {
  color: var(--black);
  text-align: right;
}

.intro-hero-header-1 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Abril Fatface, sans-serif;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.intro-hero-header-1.home-hero-h1 {
  /* color: #d029bf; */
  color: #fff;
  text-transform: none;
}

.intro-hero-paragraph {
  /* color: var(--black); */
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.slider {
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  clear: none;
  color: #000;
  text-align: center;
  flex-direction: row;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: relative;
  inset: auto;
}

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

.slider-icons {
  color: var(--black);
}

.home-page-grid {
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: 0;
  display: flex;
}

.div-block {
  flex: 0 auto;
  display: flex;
}

.div-block.about-home-block {
  background-color: #0000;
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/Sarah_lessons_website_heropic_1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex: 1;
  height: 100%;
}

.div-block.about-home-block:hover {
  opacity: 1;
  background-color: #b724a8;
}

.div-block.lessons-gallery-home-block {
  height: 100%;
}

.lessons-gallery-home-block {
  flex: 1;
}

.link {
  width: 100%;
  color: var(--white);
  text-align: center;
  align-self: center;
  font-family: Abril Fatface, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.div-block-2 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}



.gallery-block {
  background-image: linear-gradient(#0000003b, #0000003b), url('../images/Gallery_Pic_Cropped.png');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  height: 50%;
  display: flex;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  background-color: #d029bf;
  border-radius: 2rem;
  padding: 12px 25px;
  transition: background-color .4s, color .4s, transform .2s;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
}

.button-primary:hover {
  color: #000;
  background-color: #eecb34;
  transform: translateY(-4px);
}

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

.button-primary {
  text-decoration: none;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.gallery-button {
  padding-left: 4rem;
  padding-right: 4rem;
  background-color: #fff;
  color: #1a1b1f;
}

.gallery-button:hover {
  background-color: #eecb34;
  color: #1a1b1f;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #ff69b4;
}

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

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

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.footer-copyright {
  color: #fff;
  font-size: .85rem;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

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

.footer-light {
  /* background-color: #d029bf; */
  /* background-color: #1c0618; */
  background-color: #330A2E;
  padding: 80px 120px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: flex;
  color: #fff;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.footer-title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-logo {
  margin-bottom: 1rem;
}

.footer-link-two {
  /* color: #1a1b1f; */
  color: #fff;
  margin-top: 20px;
  text-decoration: none;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link-two:hover {
  color: #ff69b4;
}

.footer-email {
    text-transform: lowercase;
    font-size: inherit;
    font-weight: inherit;
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: normal;
}

.footer-location {
  margin-bottom: 0;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-social-link {
  background-color: #0000;
  margin-left: 12px;
}

.footer-social-link:hover {
  filter: brightness(0) invert(62%) sepia(1) saturate(1000%) hue-rotate(290deg);
}

.slide {
  background-color: #be6b6b;
}

.testimonial-name {
  color: var(--black);
  text-transform: uppercase;
}

.home-page-grid-links-new {
  width: 100%;
  color: var(--white);
  text-align: center;
  align-self: center;
  font-family: Abril Fatface, sans-serif;
  font-size: 4rem;
  line-height: 1;
  text-decoration: none;
}

.home-page-grid-links-new:hover {
  color: var(--white);
  border-radius: 5px;
}

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

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  display: block;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 350px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 350px;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.image {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.collection-item {
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.lightbox-link {
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.rainbow-bar {
  background-image: url('../images/raindbow_bar.png');
  background-position: 0 0;
  background-size: auto;
  /* max-width: 1200px; */
  max-width: 100%;
  width: 100%;
  height: 7px;
  max-height: 20px;
  margin: 0 auto;
}

.paragraph-link {
  display: inline;
}

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

.image-2 {
  background-color: #0000;
}

.slider-header {
  color: #1a1b1f;
  /* color: #fff; */
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-family: Abril Fatface, sans-serif;
  /* font-size: 2em; */
  font-weight: 600;
  /* line-height: 1.5em; */
  letter-spacing: .5px;
  font-size: clamp(1.875rem, 3.4vw, 2.5rem);
  line-height: 1.2;
  padding: 0 1rem;
}


/* .testimonials-section * {
  color: #fff;
} */

.link-2, .link-3 {
  display: inline;
}

.slide-nav {
  color: #1a1b1f;
  padding-top: 2rem;
}

.body-2 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8rem;
}

.body-3 {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.homepage-text-banner {
  background-color: #eecb34;
  padding: 40px 10px;
}

.text-block {
  color: #1a1b1f;
  text-align: center;
  font-family: Abril Fatface, sans-serif;
  font-size: 1.333em;
  font-weight: 300;
  line-height: 2em;
}

.div-block-4 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin: 40px 10px;
  display: flex;
}

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

.heading-3 {
  font-family: Abril Fatface, sans-serif;
}

.button-2 {
  background-color: #d029bf;
  border-radius: 2rem;
  transition: background-color .4s, color .4s, transform .2s;
  text-transform: uppercase;
  font-size: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  letter-spacing: .4px;
  font-weight: 600;
  margin-top: 1rem;
}

.button-2:hover {
  color: #000;
  background-color: #fff;
  transform: translateY(-4px);
}

.image-column {
  width: 40%;
  margin-right: 40px;
}

.text-column {
  width: 60%;
}

.three-col-section {
  padding: 60px 40px;
}

.three-col-container {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.three-col-card {
  flex: 1;
  flex-direction: column;
  display: flex;
}

.three-col-image-wrap {
  position: relative;
}

.three-col-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.three-col-content {
  flex: 1;
  flex-direction: column;
  padding: 20px 0;
  display: flex;
}

.three-col-heading {
  font-family: Abril Fatface, sans-serif;
  color: #fff;
  margin: 0;
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
}



@media screen and (max-width: 1500px) {
  .intro-hero-header-1 {
    font-size: 5.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .intro-content.cc-homepage {
    width: 40%;
    max-width: 800px;
    margin-right: 100px;
  }

  /* .intro-hero-header-1.home-hero-h1 {
    font-size: 6.25rem;
  } */

  /* .intro-hero-paragraph {
    max-width: 650px;
    font-size: 2rem;
  } */

  .block-quote {
    width: 50vw;
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

@media screen and (min-width: 2100px) {
  .intro-hero-header-1 {
    font-size: 8rem;
  }
  .intro-content.cc-homepage {
    margin-right: 200px;
  }
}

@media screen and (max-width: 1160px) {
  .intro-hero-header-1 {
    font-size: 4.5rem;
  }
  .intro-header.cc-subpage, .intro-header.cc-subpage.about-header, .intro-header.cc-subpage.lessons-header {
    height: 400px;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .intro-header {
    background-position: 30% 50%;
  }
}

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

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

  .container {
    position: static;
    overflow: hidden;
  }

  .button {
    justify-content: center;
  }

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

  .intro-hero-header-1 {
    font-size: 4rem;
  }

  .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: #fff0;
  }

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

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  /* .intro-header {
    background-position: 100%;
    height: 40vh;
  } */

  .intro-content.cc-homepage {
    flex: 0 auto;
    width: 50%;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 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%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

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

  .intro-hero-paragraph {
    font-size: 1.125rem;
  }

  .paragraph {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .testimonial-card .paragraph {
    padding: 0;
  }

  .home-page-grid {
    clear: both;
    flex-direction: row;
    justify-content: center;
    height: 100%;
    display: block;
  }

  .div-block.about-home-block {
    justify-content: flex-start;
    height: 33vh;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block.lessons-gallery-home-block {
    height: 66vh;
    display: block;
    overflow: hidden;
  }

  .div-block-2 {
    overflow: hidden;
  }

  .lessons-block {
    height: 33vh;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .gallery-block {
    height: 33vh;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-light {
    clear: both;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

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

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

  .body {
    background-color: #fff;
  }

  .homepage-text-banner {
    background-color: #a71598;
  }

  .slide-nav {
    padding-top: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-cards {
    flex-direction: column;
    padding-top: 2rem;
  }

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

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

  /* .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  } */

  .intro-hero-header-1 {
    font-size: 3.25rem;
  }

  .container.text-page-wrap {
    width: 100%;
  }

  .intro-header.cc-subpage, .intro-header.cc-subpage.about-header, .intro-header.cc-subpage.lessons-header {
    height: 300px;
  }

  .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: 1.375rem;
    line-height: 2rem;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .logo-image {
    max-width: 150px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    background-position: 45%;
    justify-content: flex-start;
  }

  .intro-header.cc-subpage.lessons-header, .intro-header.cc-subpage.about-header, .intro-header.cc-subpage.gallery-header, .intro-header.cc-subpage.contact-header {
    justify-content: center;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    width: 46%;
    margin-top: 20px;
    margin-right: 40px;
    /* padding-top: 20px; */
  }

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

  /* .intro-hero-header-1 {
    margin-bottom: 8px;
    font-size: 2.25rem;
  } */

  .intro-hero-paragraph {
    font-size: 1rem;
  }

  .paragraph {
    padding-left: 80px;
    padding-right: 80px;
  }

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

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

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

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

  .gallery-overview {
    padding: 60px 15px;
  }

  .three-col-container {
    flex-direction: column;
  }
}

@media screen and (max-width: 680px) {
  .home-page-hero-section {
    height: calc(95dvh - 74px);
  }

  .intro-header {
    background-image: none;
    background-color: transparent;
    background-position: initial;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    position: relative;
  }

  .home-page-hero-section .intro-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65%;
    background-image: url('../images/Sarah_background_mobile_680px.png');
    background-size: cover;
    background-position: top center;
  }

  .intro-content.cc-homepage {
    position: relative;
    z-index: 1;
    flex: 0 0 35%;
    width: 100%;
    margin: 0;
    padding: 24px;
    align-self: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .intro-hero-header-1 {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 479px) {

  .container {
    overflow: hidden;
  }

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

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header.cc-subpage.contact-header {
    justify-content: center;
  }

  .intro-content.cc-homepage {
    align-self: flex-start;
    width: 100%;
    /* margin-top: 0; */
    margin-left: 0;
    /* padding-top: 0; */
  }

  .intro-hero-header-1 {
    font-size: 3rem;
  }

  .container.home-testimonials {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .about-story-wrap {
    text-align: left;
    width: 90%;
    line-height: 1.5rem;
  }

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

  .intro-header.cc-subpage, .intro-header.cc-subpage.about-header, .intro-header.cc-subpage.lessons-header {
    height: 240px;
  }

  /* .intro-hero-header-1 {
    font-size: 2.25rem;
  } */

  .intro-hero-paragraph {
    font-size: 1em;
  }

  .slider {
    clear: none;
    height: 100%;
    overflow: hidden;
  }

  .paragraph {
    height: 100%;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .testimonial-slide {
    height: 100%;
    overflow: hidden;
  }

  .container-2 {
    position: static;
  }

  .div-block.about-home-block {
    display: flex;
  }

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

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom, .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

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

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

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

  .mask {
    height: 100%;
  }

  .slide-nav {
    position: static;
    padding-top: 0.5rem;
  }
}







.split-section {
  max-width: 1200px;
  margin: 4rem auto 4rem auto;
}

.split-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin: 0 1rem;
}

.split-card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 0 2rem 2rem;
}

.split-card .button-primary {
  margin-top: auto;
}

.split-image {
  width: calc(100% + 4rem);
  margin: 0 -2rem 1.5rem;
  overflow: hidden;
}

.split-image img {
  width: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
}

.split-heading {
  font-family: Abril Fatface, sans-serif;
  font-size: clamp(1.875rem, 3.4vw, 2.5rem);
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}

.quote-section {
  background-color: #eecb34;
  text-align: center;
  padding: 4rem 1rem;
}

.cta-section {
  background-color: #eecb34;
  text-align: center;
  padding: 4rem 2rem;
}

.quote-cta-blockquote {
  border-left: none;
  font-size: clamp(1.25rem, 2vw, 1.4rem);
  line-height: 1.65;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
  font-style: normal;
  position: relative;
  text-align: left;
}

.quote-cta-blockquote::before,
.quote-cta-blockquote::after {
  font-family: 'Abril Fatface', serif;
  font-size: 9rem;
  line-height: 1;
  color: #d029bf;
  position: absolute;
}

.quote-cta-blockquote::before {
  content: '\201C';
  left: 0;
  top: -0.1em;
}

.quote-cta-blockquote::after {
  content: '\201D';
  /* right: 2rem; */
  right: 0;
  bottom: -0.55em;
}

.quote-cta-prompt {
  font-size: clamp(1.25rem, 2.7vw, 2rem);
  line-height: 1.25;
  font-weight: 700;
  margin: 0 auto 1.5rem auto;
  max-width: 1200px;
}

.cta-section-heading {
  font-family: Abril Fatface, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 16px;
}

.cta-section-body {
  font-size: 1.2rem;
  line-height: 1.5;
  max-width: 680px;
  margin: 0 auto 0.5rem auto;
  color: #1a1b1f;
}

@media screen and (max-width: 767px) {
  .cta-section-heading {
    font-size: 2rem;
  }
}

.quote-cta-btn {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .split-two-col {
    grid-template-columns: 1fr;
  }
}


@media screen and (max-width: 580px) {
  .quote-section {
      padding: 4rem 1rem;
  }
  .quote-cta-blockquote::before, .quote-cta-blockquote::after {
    font-size: 6rem;
  }
  .quote-cta-blockquote {
    padding: 0 4rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }

}


.container.text-page-wrap.gallery-text-wrap {
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .container.text-page-wrap.gallery-text-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Gallery page grid */
.gallery-page-section {
  padding: 0 40px 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.gallery-page-item {
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.gallery-page-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease, opacity 0.2s ease;
}

.gallery-page-item:hover img {
  transform: scale(1.04);
  opacity: 0.88;
}

/* Modal lightbox */
.gallery-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.gallery-modal.is-open {
  display: flex;
}

.gallery-modal__img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  display: block;
}

.gallery-modal__close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  line-height: 1;
  padding: 8px 12px;
  opacity: 0.75;
  transition: opacity 0.2s;
}

.gallery-modal__close:hover {
  opacity: 1;
}

.gallery-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
  padding: 12px 20px;
  line-height: 1;
  transition: background 0.2s;
}

.gallery-modal__nav:hover {
  background: rgba(255, 255, 255, 0.28);
}

.gallery-modal__prev { left: 16px; }
.gallery-modal__next { right: 16px; }

.gallery-modal__counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-family: Lato, sans-serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .gallery-page-section {
    padding: 24px 16px 60px;
  }

  .gallery-page-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .gallery-modal__nav {
    font-size: 2rem;
    padding: 10px 14px;
  }
}

@media screen and (max-width: 479px) {
  .gallery-page-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-75f595a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-75f595a5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-da213db2-b0fe-c698-a109-1cd00d371859-fcf595a6, #w-node-_2425817a-d9f2-a2a2-e6ea-616679417c47-fcf595a6, #w-node-b9c2c8e9-2ea2-02c6-9d6d-79dcf0d5bb7b-fcf595a6, #w-node-e7f2d26b-b16c-f11b-b9cf-0bc0becc1889-fcf595a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48fc05e8-b076-c353-d283-3b4d6826314f-22f595a7 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-75f595a5 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

/* Gallery masonry section */
.gallery-masonry-section {
  width: 100%;
  color: #fff;
  /* background-color: rgb(208, 41, 191); */
  background-color: #C026B0;
  padding-bottom: 6px;
}

/* .gallery-masonry-section .button-2 {
  color: #1a1b1f;
  background-color: #eecb34;
} */

.gallery-masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 280px 280px 280px;
  gap: 6px;
  grid-template-areas:
    "img1 img2 img3"
    "img1 img2 img4"
    "img5 img2 img4";
}

.gallery-masonry-item {
  overflow: hidden;
  position: relative;
}

.gallery-masonry-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gm-img1 { grid-area: img1; }
.gm-img2 { grid-area: img2; }
.gm-img3 { grid-area: img3; }
.gm-img3 img { object-position: center 20%; }
.gm-img4 { grid-area: img4; }
.gm-img5 { grid-area: img5; }
.gm-img5 img { object-position: center 20%; }
.gm-img6 { grid-area: img6; }

.gm-text-header {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 1rem 4rem 1rem;
}

.gm-text-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.gm-heading {
  font-family: Abril Fatface, sans-serif;
  font-size: clamp(1.875rem, 3.4vw, 2.5rem);
  margin-top: 0;
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .gallery-masonry-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 220px 220px;
    gap: 5px;
    grid-template-areas:
      "img1 img2"
      "img1 img3"
      "img4 img5";
  }
}

@media screen and (max-width: 767px) {
  .gallery-masonry-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 240px);
    gap: 4px;
    grid-template-areas:
      "img1"
      "img2"
      "img3"
      "img4"
      "img5";
  }
}

/* Lessons teaser section (About + Gallery pages) */
.lessons-teaser-section {
  background-color: #BB25AC;
  text-align: center;
  padding: 4rem 2rem;
  color: #fff;
}

.lessons-teaser-heading {
  font-family: Abril Fatface, sans-serif;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}

.lessons-teaser-body {
  font-size: 1.2rem;
  line-height: 1.5;
  max-width: 680px;
  margin: 0 auto 0.5rem auto;
  opacity: 0.92;
}

.lessons-teaser-section .button-2 {
  color: #1a1b1f;
  background-color: #eecb34;
}

.lessons-teaser-section .button-2:hover {
  color: #000;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .lessons-teaser-section {
    padding: 60px 24px;
  }

  .lessons-teaser-heading {
    font-size: 2rem;
  }
}

/* About page photo collage */
.section.cc-photo-collage {
  background-color: #fff;
  margin-top: -2rem;
}

.photo-collage-container {
  position: relative;
  height: 460px;
  max-width: 960px;
  margin: 0 auto;
}

.collage-photo {
  position: absolute;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
  border: 5px solid #fff;
  border-radius: 2px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, z-index 0s;
}

.collage-photo:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
  z-index: 10 !important;
}

.collage-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collage-photo-1 {
  width: 275px;
  height: 305px;
  left: 8%;
  top: 50px;
  transform: rotate(-6deg);
  z-index: 2;
}

.collage-photo-2 {
  width: 300px;
  height: 300px;
  left: 50%;
  top: 30px;
  transform: translateX(-50%) rotate(3deg);
  z-index: 3;
}

.collage-photo-3 {
  width: 330px;
  height: 195px;
  right: 6%;
  top: 130px;
  transform: rotate(-4deg);
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .photo-collage-container {
    height: 400px;
  }

  .collage-photo-1 {
    width: 240px;
    height: 265px;
    left: 3%;
    top: 40px;
  }

  .collage-photo-2 {
    width: 260px;
    height: 260px;
    top: 20px;
  }

  .collage-photo-3 {
    width: 285px;
    height: 170px;
    right: 2%;
    top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .photo-collage-container {
    height: 540px;
  }

  .collage-photo-1 {
    width: 220px;
    height: 245px;
    left: 5%;
    top: 0;
    transform: rotate(-5deg);
  }

  .collage-photo-2 {
    width: 230px;
    height: 230px;
    left: auto;
    right: 5%;
    top: 80px;
    transform: rotate(4deg);
  }

  .collage-photo-3 {
    width: 240px;
    height: 150px;
    left: 10%;
    right: auto;
    top: 280px;
    transform: rotate(-3deg);
  }
}

@media screen and (max-width: 479px) {
  .photo-collage-container {
    height: 460px;
  }

  .collage-photo-1 {
    width: 180px;
    height: 200px;
    left: 3%;
    top: 0;
  }

  .collage-photo-2 {
    width: 190px;
    height: 190px;
    right: 3%;
    top: 70px;
  }

  .collage-photo-3 {
    width: 200px;
    height: 125px;
    left: 8%;
    top: 230px;
  }
}

.required-asterisk {
  color: #d00;
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

.contact-checkbox-group {
  margin: 0 0 18px;
}

.contact-checkbox-group legend {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

