:root {
  --white: #fcfcff;
  --black: #21294d;
  --purple: #8762bc;
  --light-purple: #4367ff;
  --back-purple: #f4f6ff;
  --gray: #9c9baa;
  --pale-purple: #e6edff;
  --light-gray: #dddde0;
  --dark-gray: #717084;
  --red: #dd515f;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 43.95px;
  font-weight: 700;
  line-height: 130%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35.16px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28.13px;
  font-weight: 700;
  line-height: 130%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22.5px;
  font-weight: 700;
  line-height: 130%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14.4px;
  font-weight: 700;
  line-height: 130%;
}

p {
  margin-bottom: 0;
  line-height: 150%;
}

a {
  color: var(--purple);
  padding: 0;
  text-decoration: none;
  transition: color .2s;
  overflow: hidden;
}

a:hover {
  color: var(--light-purple);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 34px;
  line-height: 150%;
}

li {
  padding-bottom: 8px;
  padding-left: 4px;
}

label {
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 8px solid var(--purple);
  margin-bottom: 24px;
  padding: 10px 20px;
  font-style: italic;
  line-height: 150%;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container.nav {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: grid;
}

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

.text-large-bold {
  font-size: 22.5px;
  font-weight: 700;
  line-height: 130%;
}

.text-large {
  font-size: 22.5px;
  line-height: 130%;
}

.text-large.text-purple {
  color: var(--purple);
}

.paragraph-large {
  font-size: 22.5px;
}

.paragraph-large.text-dark-gray.is--north-padding {
  padding-top: 16px;
}

.stat-number {
  color: var(--purple);
  font-size: 43.95px;
  font-weight: 700;
  line-height: 130%;
}

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

.rich-text h2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.rich-text p {
  padding-bottom: 24px;
}

.rich-text h3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.rich-text ul {
  padding-bottom: 16px;
  line-height: 150%;
  list-style-type: disc;
}

.rich-text ol {
  padding-bottom: 16px;
  line-height: 150%;
}

.rich-text h4 {
  padding-top: 12px;
  padding-bottom: 10px;
  font-weight: 700;
}

.rich-text blockquote {
  border-left-width: 8px;
  border-left-color: var(--purple);
  margin-bottom: 24px;
  font-style: italic;
  line-height: 150%;
}

.rich-text h5 {
  padding-top: 12px;
  padding-bottom: 8px;
  font-weight: 700;
}

.rich-text h6 {
  padding-top: 12px;
  padding-bottom: 6px;
  font-weight: 700;
}

.rich-text figure {
  margin-bottom: 24px;
}

.section {
  background-image: linear-gradient(#fffffff0, #fffffff0), url('../images/Logo.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.back-purple {
  grid-row-gap: 2px;
  background-color: #faf4ff;
}

.section.footer {
  box-shadow: 0 -12px 50px -4px #21294d0f;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-padding.back-purple {
  background-color: var(--purple);
}

.section.sizing-grow {
  flex: 1;
}

.section.thin-bottom-padding {
  padding-bottom: 60px;
}

.section.thin-top-padding {
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  position: static;
  overflow: visible;
}

.section.thick-bottom-padding {
  padding-bottom: 240px;
}

.section.thin-padding {
  background-image: linear-gradient(#fffffff0, #fffffff0), url('../images/Logo.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.button {
  border: 1px solid var(--purple);
  background-color: var(--purple);
  color: var(--white);
  text-align: center;
  border-radius: 14px;
  justify-content: center;
  align-self: auto;
  padding: 22px 24px;
  font-weight: 500;
  line-height: 100%;
  transition: transform .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  border-color: var(--light-purple);
  color: var(--white);
  transform: scale(.98);
}

.button.secondary {
  border: 1px solid var(--gray);
  color: var(--black);
  background-color: #0000;
}

.button.secondary:hover {
  border-color: var(--purple);
  color: var(--purple);
}

.button.small {
  border-radius: 12px;
  padding: 14px 16px;
}

.button.small.nav {
  background-color: var(--purple);
}

.nav-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  transition: font-size .2s, color .2s;
  display: flex;
  overflow: visible;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--purple);
}

.nav-link.phone {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.nav-dropdown-icon {
  width: 12px;
}

.nav-phone-icon {
  filter: hue-rotate(29deg);
  color: var(--purple);
  height: 24px;
  margin-right: 4px;
}

.social-link {
  background-color: var(--purple);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  transition: background-color .2s;
  display: flex;
}

.social-link:hover {
  background-color: var(--light-purple);
}

.footer-bottom-wrap {
  justify-content: flex-start;
  align-items: center;
  min-height: 232px;
  display: flex;
}

.logo {
  height: 60px;
}

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

.brand {
  transition: transform .2s, filter .2s;
}

.brand:hover {
  filter: brightness(115%);
  transform: scale(.98);
}

.home-hero-image {
  width: 90%;
}

.service-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--pale-purple);
  background-color: var(--white);
  text-align: left;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 48px 40px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 20px #21294d26;
}

.learn-more-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--purple);
  align-items: center;
  font-weight: 500;
  display: flex;
}

.service-card-icon {
  filter: hue-rotate(37deg);
  color: #1935b4;
  width: 56px;
  height: 56px;
}

.benefits-card {
  border: 1px solid var(--pale-purple);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 44px;
  display: flex;
  box-shadow: 3px 3px 20px #21294d26;
}

.benefits-card.w--current {
  background-color: var(--pale-purple);
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.benefits-card-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 40px max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-location-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.home-location-block {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: flex;
}

.mask---review {
  width: 520px;
  overflow: visible;
}

.slide---review {
  margin-right: 24px;
}

.purple {
  color: var(--purple);
}

.review-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--pale-purple);
  background-color: var(--white);
  border-radius: 32px;
  flex-direction: column;
  grid-template-rows: max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 52px 32px;
  display: flex;
  overflow: hidden;
  box-shadow: 3px 3px 20px #21294d26;
}

.slider---review {
  background-color: #0000;
  height: auto;
  position: static;
}

.left-arrow---review {
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  inset: 0 90px auto auto;
  overflow: visible;
}

.home-cta-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #36214d;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 7fr 5fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  margin-top: 30px;
  padding-left: 80px;
  padding-right: 80px;
  transition: transform .2s;
  display: grid;
}

.home-cta-wrap:hover {
  transform: translate(0, -4px);
}

.home-cta-image {
  filter: hue-rotate(37deg);
  margin-top: -30px;
  margin-bottom: 24px;
}

.home-cta-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white);
  text-align: right;
  flex-direction: column;
  grid-template-rows: max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: flex-end end;
  max-width: 312px;
  display: flex;
}

.benefits-icon {
  filter: hue-rotate(37deg);
  max-width: 30px;
  max-height: 30px;
}

.benefits-card-details {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.collection-list---blog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-small {
  font-size: 14.4px;
  line-height: 130%;
}

.text-small.text-700 {
  font-size: 18px;
}

.text-small.text-700:hover {
  color: var(--white);
}

.blog-card-tag {
  background-color: var(--pale-purple);
  color: var(--purple);
  border-radius: 20px;
  align-items: center;
  padding: 6px 12px;
  font-weight: 700;
  display: flex;
}

.slide-arrow-icon {
  filter: hue-rotate(37deg);
  color: var(--purple);
  width: 24px;
}

.learn-more-arrow {
  height: 20px;
  position: relative;
}

.cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 60px 22px;
  display: flex;
}

.cta-content {
  grid-column-gap: 16px;
  grid-row-gap: 26px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  max-width: 600px;
  display: grid;
}

.service-hero-content {
  grid-column-gap: 46px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide---location {
  overflow: hidden;
}

.service-image {
  object-fit: cover;
  border-radius: 24px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.service-hero-text-wrap {
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.service-icon {
  width: 48px;
}

.price-cta-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.price-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.services-details-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 808px;
  display: flex;
}

.services-details-content {
  background-color: var(--back-purple);
  border-radius: 20px;
  justify-content: center;
  padding: 64px 24px;
  display: flex;
}

.collection-list---service {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-content {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 7fr minmax(416px, 5fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.location-contact-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 416px;
  padding: 32px;
  display: flex;
  position: sticky;
  top: 94px;
  box-shadow: 3px 3px 20px #21294d26;
}

.contact-detail-single {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.location-sticky-wrap {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slider---location {
  background-color: #0000;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.mask---location {
  width: 100%;
}

.location-image {
  object-fit: cover;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.contact-detail-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.blog-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-image {
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  height: 100%;
}

.tag-and-date-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.left-arrow---location, .right-arrow---location {
  justify-content: center;
  align-items: center;
  width: 70px;
  display: flex;
}

.collection-list---location {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-card {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  border: 1px solid var(--pale-purple);
  background-color: var(--white);
  color: var(--purple);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: max-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
  box-shadow: 3px 3px 20px #21294d26;
}

.location-card-address {
  color: var(--black);
}

.location-card-text-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  filter: brightness();
  text-align: left;
  grid-template-rows: auto max-content;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  padding: 0 22px 24px;
  display: grid;
}

.location-icon {
  height: 25px;
  margin-top: 2.5px;
}

.location-learn-more-wrap {
  font-weight: 500;
  display: flex;
}

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

.stats-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.stats-card {
  grid-column-gap: 16px;
  grid-row-gap: 3px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-description {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-block {
  background-color: #fff;
  border-radius: 20px;
  min-height: 725px;
  margin-bottom: 0;
  padding: 40px;
  box-shadow: 3px 3px 20px #21294d26;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid var(--light-gray);
  background-color: #0000;
  border-radius: 14px;
  height: 54px;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  transition: border-color .2s;
}

.text-field:hover {
  border-color: var(--gray);
}

.text-field:focus {
  border-color: var(--light-purple);
}

.text-field::placeholder {
  color: var(--gray);
}

.text-field.message-field {
  height: 200px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.form-element {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.contact-text-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 496px;
  margin-right: 24px;
  display: flex;
}

.contact-link {
  background-color: #f9f4ff;
  border-radius: 23px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 76px;
  padding-left: 22px;
  padding-right: 22px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.contact-link:hover {
  background-color: var(--pale-purple);
}

.contact-link-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 392px;
  display: flex;
}

.contact-button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-columns: max-content 1fr;
  width: 100%;
  height: 100%;
}

.contact-detail {
  color: var(--black);
}

.contact-button-icon {
  filter: hue-rotate(37deg);
  width: 100%;
  max-width: 28px;
  height: 100%;
  max-height: 28px;
}

.about-hero-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.other-options-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.service-heading {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.locations-collection-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-purple {
  color: var(--purple);
}

.location-card-image-wrap {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.review-card-image {
  width: 72px;
}

.review-name-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.text-gray {
  color: var(--gray);
}

.review-card-name {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.home-hero-heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.hero-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
  position: static;
}

.dual-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.home-hero-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.benefits-image {
  border-radius: 32px;
  width: 100%;
  max-width: 520px;
}

.slide-arrow-circle {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 56px;
  min-height: 56px;
  transition: transform .2s;
  display: flex;
  box-shadow: 3px 3px 20px #21294d26;
}

.slide-arrow-circle:hover {
  transform: scale(.95);
}

.right-arrow---review {
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  inset: 0 0 auto auto;
  overflow: visible;
}

.section-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  max-width: 648px;
  display: flex;
}

.home-location-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 636px;
  padding: 136px 56px;
  display: flex;
}

.home-location-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.home-about-image {
  background-image: url('../images/64889a2ade1048c8f19184af_Nikki--John-DeCausmaker.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.benefits-card-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.social-icon {
  height: 20px;
}

.benefits-card-heading {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.expand-icon {
  filter: hue-rotate(37deg);
  width: 30px;
  height: 30px;
}

.text-dark-gray {
  color: var(--dark-gray);
}

.service-list ul {
  padding-left: 0;
}

.service-list li {
  background-image: url('../images/Tick.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 27px;
  padding-left: 38px;
  list-style-type: none;
}

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

.heading-style-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.style-label {
  color: var(--dark-gray);
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 130%;
}

.style-heading {
  border-bottom: 1px solid var(--pale-purple);
  margin-bottom: 36px;
  padding-bottom: 16px;
}

.style-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-style-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

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

.rich-text-wrap {
  background-color: var(--back-purple);
  border-radius: 32px;
  max-width: 808px;
  padding: 20px 26px;
}

.color-block {
  border: 1px solid var(--pale-purple);
  background-color: var(--black);
  border-radius: 16px;
  width: 100%;
  height: 100px;
}

.color-block.dark-gray {
  background-color: var(--dark-gray);
}

.color-block.gray {
  background-color: var(--gray);
}

.color-block.white {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.color-block.purple {
  background-color: var(--purple);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.color-block.pale-purple {
  background-color: var(--pale-purple);
}

.color-block.back-purple {
  background-color: var(--back-purple);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.color-block.light-purple {
  background-color: var(--light-purple);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.color-block.light-gray {
  background-color: var(--light-gray);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.color-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.color-grid-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.button-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content;
  grid-auto-columns: max-content;
}

.text-500 {
  font-weight: 500;
}

.paragraph-small {
  font-size: 14.4px;
}

.license-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.license-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  max-width: 760px;
  display: flex;
}

.license-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--pale-purple);
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 24px;
  display: flex;
}

.license-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 808px;
  display: flex;
}

.utility-body {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.changelog-content {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.changelog-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

.hide {
  display: none;
}

.utility-image {
  width: 56px;
}

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

.error-message {
  background-color: var(--red);
  color: var(--white);
  border-radius: 12px;
}

._404 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  max-width: 464px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-services-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.service-card-detail {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.service-card-heading {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--black);
  flex-direction: column;
  display: flex;
}

.benefits-card-paragraph {
  margin-top: 12px;
}

.benefits-details-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.heading-xl {
  font-size: 54.93px;
  line-height: 130%;
}

.review-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.home-blog-content {
  grid-column-gap: 18px;
  grid-row-gap: 48px;
  grid-template-columns: minmax(800px, 1fr) 1fr;
}

.blog-card-detail {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 32px 40px;
  display: flex;
}

.blog-card {
  border: 1px solid var(--pale-purple);
  color: var(--black);
  border-radius: 32px;
  flex-direction: column;
  height: 100%;
  display: flex;
  box-shadow: 3px 3px 20px #21294d26;
}

.blog-card:hover {
  color: var(--black);
}

.blog-card-image-wrap {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image {
  object-fit: cover;
  width: 100%;
}

.navbar {
  border-bottom: 1px solid var(--pale-purple);
  background-color: var(--white);
  align-items: center;
  width: 100%;
  height: 69px;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-link-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-button-wrap-desktop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.dropdown-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--pale-purple);
  background-color: var(--white);
  border-radius: 24px;
  flex-direction: column;
  padding: 32px 24px;
  transition: border-color .2s;
  display: flex;
  box-shadow: 3px 3px 20px #21294d26;
}

.dropdown-wrap:hover {
  border-color: var(--purple);
}

.dropdown-wrap.w--open {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.dropdown {
  height: 100%;
}

.link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--black);
  border-radius: 18px;
  align-items: center;
  padding: 16px 24px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.link-block:hover {
  background-color: var(--back-purple);
  color: var(--purple);
}

.collection-list---services-navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-nav-icon {
  width: 32px;
}

.next {
  border: 1px solid var(--purple);
  background-color: var(--purple);
  color: var(--white);
  text-align: center;
  border-radius: 14px;
  justify-content: center;
  align-self: auto;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 500;
  transition: transform .2s, border-color .2s, background-color .2s;
  display: flex;
}

.next:hover {
  border-color: var(--light-purple);
  background-color: var(--light-purple);
  color: var(--white);
  transform: scale(.98);
}

.previous {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 14px;
  justify-content: center;
  align-self: auto;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 500;
  transition: transform .2s, border-color .2s, background-color .2s;
  display: flex;
}

.previous:hover {
  border-color: var(--purple);
  color: var(--purple);
  transform: scale(.98);
}

.pagination {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.services-collection-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
  margin-top: -10px;
  left: -32px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1272px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 464px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.success-message {
  background-color: var(--back-purple);
  color: var(--purple);
  border-radius: 12px;
}

.blog-collection-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.empty-state {
  background-color: var(--pale-purple);
  border-radius: 12px;
}

.section-divider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.line {
  background-color: var(--pale-purple);
  border-radius: 20px;
  height: 2px;
}

.footer-link-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.footer-link.more-templates {
  color: var(--purple);
  font-style: italic;
  font-weight: 700;
}

.footer-link-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-link-wrap {
  grid-column-gap: 40px;
  display: flex;
}

.footer-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  display: flex;
}

.form-block---subscribe-footer {
  margin-bottom: 0;
}

.submit-button {
  background-color: #0000;
  background-image: url('../images/Send.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  transition: filter .2s;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.submit-button:hover {
  filter: brightness(130%);
}

.form---subscribe-footer {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-top-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  max-width: 448px;
  display: flex;
}

.contact-content {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.social-icon-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.footer-right {
  grid-column-gap: 56px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  margin-left: 100px;
  display: flex;
}

.services-nav-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.buy-template {
  z-index: 1000;
  border: 1px solid var(--pale-purple);
  background-color: var(--purple);
  color: var(--white);
  border-radius: 6px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 10px 40px;
  font-size: 24px;
  transition: transform .2s, color .2s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 1px 1px 5px #00000026;
}

.buy-template:hover {
  color: var(--white);
  transform: translate(0, -2px);
}

.nav-button-wrap-tablet {
  align-items: center;
  display: none;
}

.arrow-icon---location {
  width: 24px;
}

.image {
  filter: hue-rotate(37deg);
}

.rich-text-block {
  color: var(--dark-gray);
}

.container-2 {
  max-width: 1272px;
}

.heading {
  text-align: center;
  margin-bottom: 60px;
  font-size: 60px;
  font-weight: 700;
}

.div-block {
  background-color: #36214d;
  border-radius: 20px;
  margin-bottom: 40px;
}

.section-2 {
  background-color: #faf4ff;
  padding: 100px 20px;
}

.cell {
  justify-content: center;
  align-items: center;
}

.quick-stack-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.paragraph {
  color: #fff;
}

.image-2 {
  margin-bottom: 20px;
}

.button-copy456 {
  border: 1px solid var(--purple);
  background-color: var(--purple);
  color: var(--white);
  text-align: center;
  border-radius: 14px;
  justify-content: center;
  align-self: auto;
  width: 100%;
  padding: 22px 24px;
  font-weight: 500;
  line-height: 100%;
  transition: transform .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-copy456:hover {
  border-color: var(--light-purple);
  background-color: var(--light-purple);
  color: var(--white);
  transform: scale(.98);
}

.button-copy456.secondary {
  border: 1px solid var(--gray);
  color: var(--black);
  background-color: #0000;
}

.button-copy456.secondary:hover {
  border-color: var(--purple);
  color: var(--purple);
}

.button-copy456.small {
  border-radius: 12px;
  padding: 14px 16px;
}

.button-copy456.small.nav {
  background-color: var(--purple);
}

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

.image-3 {
  width: 100%;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.brand-copy {
  transition: transform .2s, filter .2s;
}

.brand-copy:hover {
  filter: brightness(115%);
  transform: scale(.98);
}

.logo-copy {
  height: 60px;
}

.section-3 {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.button-copy11 {
  border: 1px solid var(--purple);
  background-color: var(--purple);
  color: var(--white);
  text-align: center;
  border-radius: 14px;
  justify-content: center;
  align-self: auto;
  width: 250px;
  padding: 22px 24px;
  font-weight: 500;
  line-height: 100%;
  transition: transform .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-copy11:hover {
  border-color: var(--light-purple);
  background-color: var(--light-purple);
  color: var(--white);
  transform: scale(.98);
}

.button-copy11.secondary {
  border: 1px solid var(--gray);
  color: var(--black);
  background-color: #0000;
}

.button-copy11.secondary:hover {
  border-color: var(--purple);
  color: var(--purple);
}

.button-copy11.small {
  border-radius: 12px;
  padding: 14px 16px;
}

.button-copy11.small.nav {
  background-color: var(--purple);
}

.paragraph-2 {
  text-align: center;
  margin-top: 20px;
}

.paragraph-3 {
  margin-top: 40px;
}

.section-4 {
  background-color: var(--purple);
  background-image: linear-gradient(50deg, var(--purple), white);
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.section-5 {
  background-color: #faf4ff;
  padding-top: 60px;
  padding-bottom: 100px;
}

.div-block-2 {
  text-align: center;
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

.div-block-3 {
  width: 80%;
}

.heading-2 {
  margin-top: 100px;
  margin-bottom: 20px;
}

.heading-3 {
  margin-bottom: 20px;
}

.text-block, .text-block-2 {
  color: #fff;
  font-weight: 500;
}

.heading-4 {
  text-align: center;
  margin-top: 100px;
  font-size: 60px;
}

.div-block-4 {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 187.563px;
  padding: 30px;
  display: flex;
  box-shadow: 2px 6px 5px #0003;
}

.heading-5 {
  margin-bottom: 10px;
}

.quick-stack-4 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.heading-6, .bold-text, .list {
  color: #fff;
}

.text-block-3 {
  color: var(--purple);
  margin-top: 40px;
  font-weight: 700;
  text-decoration: underline;
}

.home-location-container-copy473 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--purple);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.heading-7 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
  font-size: 28px;
}

.container-copy429 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-copy429.nav {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: grid;
}

.heading-6-copy447 {
  color: #fff;
  font-size: 24px;
}

.button-copy11-copyj {
  background-color: var(--purple);
  color: var(--white);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 14px;
  justify-content: center;
  align-self: auto;
  width: 150px;
  padding: 10px 24px;
  font-weight: 500;
  line-height: 100%;
  transition: transform .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-copy11-copyj:hover {
  border-color: var(--light-purple);
  background-color: var(--light-purple);
  color: var(--white);
  transform: scale(.98);
}

.button-copy11-copyj.secondary {
  border: 1px solid var(--gray);
  color: var(--black);
  background-color: #0000;
}

.button-copy11-copyj.secondary:hover {
  border-color: var(--purple);
  color: var(--purple);
}

.button-copy11-copyj.small {
  border-radius: 12px;
  padding: 14px 16px;
}

.button-copy11-copyj.small.nav {
  background-color: var(--purple);
}

.section-6 {
  background-color: var(--purple);
  padding: 60px 10px;
}

.heading-9 {
  color: #fff;
  text-align: center;
}

.heading-10 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.html-embed {
  margin-top: 100px;
}

.heading-11-copy {
  margin-top: 60px;
  font-size: 30px;
}

.button-copy11-copyj-copy {
  background-color: var(--purple);
  color: var(--white);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 14px;
  justify-content: center;
  align-self: auto;
  width: 100%;
  padding: 10px 24px;
  font-weight: 500;
  line-height: 100%;
  transition: transform .2s, border-color .2s, background-color .2s;
  display: flex;
}

.button-copy11-copyj-copy:hover {
  border-color: var(--light-purple);
  background-color: var(--light-purple);
  color: var(--white);
  transform: scale(.98);
}

.button-copy11-copyj-copy.secondary {
  border: 1px solid var(--gray);
  color: var(--black);
  background-color: #0000;
}

.button-copy11-copyj-copy.secondary:hover {
  border-color: var(--purple);
  color: var(--purple);
}

.button-copy11-copyj-copy.small {
  border-radius: 12px;
  padding: 14px 16px;
}

.button-copy11-copyj-copy.small.nav {
  background-color: var(--purple);
}

.cell-4 {
  justify-content: center;
  align-items: center;
}

.text-block-4 {
  font-weight: 500;
}

.heading-12 {
  padding-top: 20px;
}

.heading-13 {
  padding-bottom: 10px;
}

.is--calendly-heading-text {
  text-align: center;
  padding-bottom: 10px;
}

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

.is--south-gap-20 {
  padding-bottom: 20px;
}

.is--south-gap-20.is--north-gap-60 {
  padding-top: 60px;
}

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

.is--calculator-form {
  background-color: var(--purple);
  border-radius: 12px;
  padding: 40px 40px 20px;
}

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

.is--calculator-form-style {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.is--form-field {
  border-radius: 12px;
}

.is--white-heading {
  color: var(--white);
}

.is--form-submit-button {
  background-color: var(--black);
  border-radius: 12px;
}

.is--call-boss-referral-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is--purple-text {
  color: var(--purple);
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .container.nav {
    display: flex;
  }

  .container.services-details {
    background-color: var(--back-purple);
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.thin-bottom-padding {
    padding-bottom: 36px;
  }

  .section.thin-top-padding {
    padding-top: 36px;
  }

  .section.thick-bottom-padding {
    padding-bottom: 144px;
  }

  .section.thin-padding {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .button {
    font-size: 17px;
  }

  .button.small.nav {
    margin-top: 6px;
  }

  .nav-link {
    justify-content: flex-start;
    width: 100%;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom-wrap {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .logo {
    height: 40px;
  }

  .brand {
    position: relative;
  }

  .service-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .home-location-wrap {
    grid-row-gap: 22px;
    grid-template-rows: auto auto auto;
    grid-template-columns: max-content;
    width: 100%;
  }

  .home-location-block {
    grid-template-rows: auto;
    grid-template-columns: max-content auto;
    width: 100%;
  }

  .slide---review {
    margin-right: 24px;
  }

  .home-cta-wrap {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: end;
    max-height: none;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-cta-image {
    max-height: 320px;
  }

  .home-cta-heading {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    text-align: center;
    place-items: center;
    max-width: none;
  }

  .collection-list---blog {
    grid-template-columns: 1fr 1fr;
  }

  .cta {
    border-radius: 28px;
    padding-left: 21px;
    padding-right: 21px;
  }

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

  .service-hero-text-wrap {
    max-width: none;
    margin-right: 0;
  }

  .services-details-content {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .location-contact-card {
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
    position: relative;
    top: auto;
  }

  .location-sticky-wrap {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .location-image {
    object-fit: cover;
  }

  .contact-detail-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .blog-image {
    object-fit: cover;
  }

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

  .location-card-text-wrap {
    padding-left: 21px;
    padding-right: 21px;
  }

  .form-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-text-wrap {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    max-width: none;
    margin-right: 0;
  }

  .contact-link {
    padding-left: 21px;
    padding-right: 21px;
  }

  .contact-link-wrap {
    grid-column-gap: 22px;
    flex-direction: row;
    max-width: none;
  }

  .menu-bar-1 {
    background-color: var(--purple);
    border-radius: 100px;
    width: 32px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 19px 0% auto;
  }

  .menu-bar-2 {
    background-color: var(--purple);
    border-radius: 100px;
    width: 32px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 27px 0% auto;
  }

  .menu-bar-3 {
    background-color: var(--purple);
    border-radius: 100px;
    width: 32px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 35px 0% auto;
  }

  .location-card-image-wrap {
    height: 26.1vw;
    max-height: none;
  }

  .home-hero-heading {
    text-align: center;
    align-items: center;
  }

  .hero-content {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
  }

  .section-heading.reviews {
    max-width: 551px;
  }

  .home-location-content {
    max-width: none;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .home-location-container {
    grid-template-columns: 1fr;
  }

  .home-about-image {
    height: 450px;
  }

  .benefits-content {
    grid-template-columns: 1fr;
  }

  .color-grid-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .license-wrap {
    max-width: 100%;
  }

  .heading-xl {
    font-size: 43.95px;
  }

  .home-blog-content {
    grid-column-gap: 22px;
    grid-row-gap: 48px;
    grid-template-columns: minmax(450px, 1fr) 1fr;
  }

  .navbar {
    height: 57px;
    min-height: 57px;
  }

  .nav-link-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-left: 22px;
    padding-right: 22px;
  }

  .nav-menu {
    background-color: var(--white);
    width: 100%;
    height: auto;
    max-height: 100vh;
    padding-top: 16px;
    padding-bottom: 32px;
    position: absolute;
    overflow: auto;
  }

  .menu-button {
    justify-content: flex-end;
    align-items: center;
    width: 32px;
    height: 100%;
    padding: 0;
    display: flex;
  }

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

  .nav-button-wrap-desktop {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 22px;
    padding-right: 22px;
    display: none;
  }

  .dropdown-wrap {
    box-shadow: none;
    border-style: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  .dropdown-wrap:hover {
    border-style: none;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-list {
    margin-top: 0;
    position: relative;
    left: auto;
  }

  .utility-page-content, .section-divider {
    padding-left: 22px;
    padding-right: 22px;
  }

  .footer-left {
    text-align: center;
    align-items: center;
  }

  .contact-content {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .footer-right {
    justify-content: center;
    margin-left: 0;
  }

  .services-nav-content {
    padding-bottom: 16px;
  }

  .nav-button-wrap-tablet {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 22px;
    padding-right: 22px;
    display: flex;
  }

  .button-copy456 {
    font-size: 17px;
  }

  .button-copy456.small.nav {
    margin-top: 6px;
  }

  .brand-copy {
    position: relative;
  }

  .brand-copy.w--current {
    width: 100%;
  }

  .logo-copy {
    width: 100%;
    height: auto;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-copy11 {
    font-size: 17px;
  }

  .button-copy11.small.nav {
    margin-top: 6px;
  }

  .div-block-3 {
    width: 100%;
  }

  .home-location-container-copy473 {
    grid-template-columns: 1fr;
  }

  .container-copy429 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .container-copy429.nav {
    display: flex;
  }

  .container-copy429.services-details {
    background-color: var(--back-purple);
  }

  .button-copy11-copyj {
    font-size: 17px;
  }

  .button-copy11-copyj.small.nav {
    margin-top: 6px;
  }

  .button-copy11-copyj-copy {
    font-size: 17px;
  }

  .button-copy11-copyj-copy.small.nav {
    margin-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 130%;
  }

  h1 {
    font-size: 39.06px;
    line-height: 130%;
  }

  h2 {
    font-size: 31.25px;
    line-height: 130%;
  }

  h3 {
    font-size: 25px;
    line-height: 130%;
  }

  h4 {
    font-size: 20px;
    line-height: 130%;
  }

  h5 {
    font-size: 16px;
    line-height: 130%;
  }

  h6 {
    font-size: 12.8px;
    line-height: 130%;
  }

  blockquote {
    font-size: 16px;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-large-bold, .text-large {
    font-size: 20px;
    line-height: 130%;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .stat-number {
    font-size: 39.06px;
    line-height: 130%;
  }

  .rich-text blockquote {
    font-size: 16px;
    line-height: 150%;
  }

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

  .section.thin-bottom-padding {
    padding-bottom: 32px;
  }

  .section.thin-top-padding {
    padding-top: 32px;
  }

  .section.thick-bottom-padding {
    padding-bottom: 128px;
  }

  .section.thin-padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 130%;
  }

  .home-hero-image {
    max-width: 90%;
  }

  .benefits-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mask---review {
    width: 67vw;
  }

  .slide---review {
    margin-right: 18px;
  }

  .review-card {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .slider---review {
    padding-bottom: 90px;
  }

  .left-arrow---review {
    inset: auto 120px 0 0;
  }

  .collection-list---blog {
    grid-column-gap: 18px;
    grid-row-gap: 32px;
  }

  .text-small {
    font-size: 12.8px;
  }

  .cta {
    border-radius: 26px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .collection-list---service {
    grid-column-gap: 18px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .blog-content {
    grid-template-rows: auto auto auto;
  }

  .collection-list---location {
    grid-column-gap: 18px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .form-block {
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-field {
    font-size: 16px;
  }

  .contact-link-wrap {
    flex-direction: column;
    max-width: 392px;
  }

  .about-hero-content, .locations-collection-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .location-card-image-wrap {
    height: 52vw;
  }

  .hero-content {
    grid-template-columns: 1fr;
  }

  .dual-button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .right-arrow---review {
    inset: auto 0 0 120px;
  }

  .home-location-content {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .home-about-image {
    height: 400px;
  }

  .typography-grid {
    grid-row-gap: 58px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .button-grid {
    grid-template-rows: auto;
    grid-template-columns: max-content max-content;
  }

  .paragraph-small {
    font-size: 12.8px;
  }

  .home-services-content, .benefits-details-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-xl {
    font-size: 39.06px;
  }

  .review-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-blog-content {
    grid-column-gap: 18px;
    grid-row-gap: 40px;
    grid-template-columns: minmax(230px, 1fr) 1fr;
  }

  .blog-card-detail {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .nav-link-wrap, .nav-button-wrap-desktop {
    padding-left: 18px;
    padding-right: 18px;
  }

  .next, .previous {
    font-size: 16px;
  }

  .services-collection-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .utility-page-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .blog-collection-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-divider {
    padding-left: 18px;
    padding-right: 18px;
  }

  .buy-template {
    margin-bottom: 40px;
    margin-right: 40px;
  }

  .nav-button-wrap-tablet {
    padding-left: 18px;
    padding-right: 18px;
  }

  .div-block-4 {
    height: 303px;
  }

  .container-copy429 {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.thin-bottom-padding {
    padding-bottom: 28px;
  }

  .section.thin-top-padding {
    padding-top: 28px;
  }

  .section.thick-bottom-padding {
    padding-bottom: 112px;
  }

  .section.thin-padding {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .button {
    width: 100%;
  }

  .logo {
    height: 40px;
  }

  .brand.w--current {
    width: auto;
    height: 40px;
  }

  .home-hero-image {
    max-width: 95%;
  }

  .service-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .benefits-card {
    background-color: var(--white);
    padding: 32px 20px;
  }

  .home-location-wrap {
    grid-row-gap: 22px;
    grid-template-rows: auto auto auto;
    grid-template-columns: max-content;
  }

  .home-location-block {
    grid-template-rows: auto;
    grid-template-columns: max-content max-content;
  }

  .mask---review {
    width: 100%;
  }

  .slide---review {
    height: auto;
  }

  .review-card {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slider---review {
    padding-bottom: 86px;
  }

  .left-arrow---review {
    right: 100px;
  }

  .collection-list---blog {
    grid-template-columns: 1fr;
  }

  .cta {
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .price-cta-wrap {
    flex-direction: column;
  }

  .collection-list---service {
    grid-row-gap: 25px;
  }

  .location-contact-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .location-sticky-wrap {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .location-card-text-wrap {
    padding-left: 11px;
    padding-right: 11px;
  }

  .stats-wrap {
    grid-row-gap: 28px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .form-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-link {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-link-wrap {
    max-width: none;
  }

  .contact-detail {
    align-items: flex-start;
    display: flex;
    overflow: auto;
  }

  .location-card-image-wrap {
    height: 50.9vw;
  }

  .home-hero-heading {
    align-items: stretch;
  }

  .hero-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .dual-button {
    flex-direction: column;
  }

  .right-arrow---review {
    left: 100px;
  }

  .home-location-content {
    padding: 72px 18px 10px;
  }

  .home-about-image {
    height: 350px;
  }

  .style-wrap {
    width: 100%;
  }

  .color-grid {
    grid-column-gap: 16px;
  }

  .button-grid {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-xl {
    font-size: 28px;
  }

  .home-blog-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .nav-link-wrap, .nav-button-wrap-desktop {
    align-items: stretch;
  }

  .collection-list---services-navbar {
    grid-template-columns: 100%;
  }

  .next, .previous {
    width: 100%;
  }

  .nav-button-wrap-tablet {
    align-items: stretch;
  }

  .rich-text-block {
    margin-left: -20px;
    padding-left: 0;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 30px;
  }

  .button-copy456, .brand-copy.w--current {
    width: 100%;
  }

  .logo-copy {
    height: auto;
  }

  .button-copy11 {
    width: 100%;
  }

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

  .heading-4 {
    font-size: 40px;
  }

  .div-block-4 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-7 {
    font-size: 20px;
  }

  .button-copy11-copyj {
    width: 100%;
  }

  .heading-8 {
    font-size: 20px;
  }

  .button-copy11-copyj-copy {
    width: 100%;
  }
}

#w-node-e7ffc3a9-2300-3664-ff6d-8d933fd34e0a-d8819c70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6e8a653e-5bfa-e2f1-839d-72d3aeb80758-d8819c70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eeaf2d80-31e9-21b9-53c0-41611c584762-d8819c70 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-eeaf2d80-31e9-21b9-53c0-41611c584763-d8819c70, #w-node-eeaf2d80-31e9-21b9-53c0-41611c584764-d8819c70, #w-node-bd397c08-722c-249f-80a4-df2bcf32e4d8-d8819c70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0293fb08-cb73-8bfb-8e37-e3c9c906f273-d8819c70 {
  justify-self: end;
}

#w-node-bf2cf6e9-da2d-73e4-f469-2062400386bb-d8819c70, #w-node-_0293fb08-cb73-8bfb-8e37-e3c9c906f272-d8819c70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b52b0266-3138-1bba-0375-b1c06b24affa-d8819c70 {
  align-self: center;
}

#w-node-_1cf9b4b3-0dec-39e0-e33f-e84502fa19bd-d8819c70, #w-node-_78dd003c-b169-dbc4-d3d8-4a6b5393d5bc-d8819c70, #w-node-_8e335403-f3c1-6ead-b82a-0c86f7628387-d8819c70, #w-node-_626ee060-18f8-159e-b6e8-2a3a5b282253-d8819c70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f361f82d-73e7-9e4d-da57-ca18a1b5f654-d8819c70 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f361f82d-73e7-9e4d-da57-ca18a1b5f655-d8819c70, #w-node-f361f82d-73e7-9e4d-da57-ca18a1b5f656-d8819c70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d322d15-0f50-8f4a-98bf-85cc4ff73e7d-d8819c70 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2d322d15-0f50-8f4a-98bf-85cc4ff73e7e-d8819c70, #w-node-_2d322d15-0f50-8f4a-98bf-85cc4ff73e82-d8819c70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96bb1af8-8930-e452-1442-052141e0b3b7-d8819c70 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_96bb1af8-8930-e452-1442-052141e0b3b8-d8819c70, #w-node-_96bb1af8-8930-e452-1442-052141e0b3bc-d8819c70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_052ed2db-320b-e4e4-910a-6ea2d276b91b-d8819c70 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_052ed2db-320b-e4e4-910a-6ea2d276b91c-d8819c70, #w-node-_052ed2db-320b-e4e4-910a-6ea2d276b920-d8819c70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e8b1309-df9c-d08b-bc2d-612bcf83bfd5-d8819c70 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1e8b1309-df9c-d08b-bc2d-612bcf83bfd6-d8819c70, #w-node-_1e8b1309-df9c-d08b-bc2d-612bcf83bfda-d8819c70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db88f971-828f-4fc3-135f-a494d48761b8-d8819c70 {
  justify-self: end;
}

#w-node-_8002f164-8dcf-2fdd-8818-5138ac9615a0-d8819c70 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8002f164-8dcf-2fdd-8818-5138ac9615a1-d8819c70, #w-node-_8002f164-8dcf-2fdd-8818-5138ac9615a2-d8819c70, #w-node-ee40f840-66c6-825e-8fb0-beb3972ca4a9-d8819c70, #w-node-_6e158a42-9cbe-ceed-8482-9c92ae39f1e2-d8819c70, #w-node-_65500079-a937-8202-d7ac-2073e7a06ff7-d8819c70, #w-node-bc18deb3-4c3a-4e6a-570f-e5bb2e5dd2cc-d8819c70, #w-node-_1c3aa09b-cc8d-876d-d1d6-342706d705dd-d8819c70, #w-node-_28b7faab-89f0-5d3a-9a5b-e15b2061dd65-d8819c70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c576ab4-fa1d-e040-d5ab-33acef1259ce-d8819c70 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9c576ab4-fa1d-e040-d5ab-33acef1259cf-d8819c70, #w-node-_9c576ab4-fa1d-e040-d5ab-33acef1259d0-d8819c70, #w-node-_4227be17-6ba1-4a54-5a1b-9547337c8f7f-d8819c70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_486a0039-1ac5-58a5-adc4-ca12863536b2-d8819c70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_486a0039-1ac5-58a5-adc4-ca12863536b4-d8819c70 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_21ff7d40-a6bd-7cfb-55b3-c0f5e5183be0-e5183bdc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_21ff7d40-a6bd-7cfb-55b3-c0f5e5183be1-e5183bdc, #w-node-_21ff7d40-a6bd-7cfb-55b3-c0f5e5183be4-e5183bdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_127c5b78-5adb-6a7d-f9ed-eed493369b2c-93369b2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a7b44b77-1c0e-3f06-fec1-1096bf0c5c97-93369b2a {
  justify-self: end;
}

#w-node-_7fc6a2fb-0646-7a7a-cc5e-150786706522-d8819c79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_145dbada-2def-aff7-23d6-49960283d897-d8819c79 {
  justify-self: end;
}

#w-node-_145dbada-2def-aff7-23d6-49960283d89e-d8819c79 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_145dbada-2def-aff7-23d6-49960283d89f-d8819c79, #w-node-_145dbada-2def-aff7-23d6-49960283d8a6-d8819c79, #w-node-_145dbada-2def-aff7-23d6-49960283d8ad-d8819c79, #w-node-_145dbada-2def-aff7-23d6-49960283d8b4-d8819c79, #w-node-_145dbada-2def-aff7-23d6-49960283d8bb-d8819c79, #w-node-_145dbada-2def-aff7-23d6-49960283d8c2-d8819c79, #w-node-_145dbada-2def-aff7-23d6-49960283d8c9-d8819c79, #w-node-_145dbada-2def-aff7-23d6-49960283d8d0-d8819c79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_145dbada-2def-aff7-23d6-49960283d8d7-d8819c79 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_145dbada-2def-aff7-23d6-49960283d8d8-d8819c79, #w-node-_145dbada-2def-aff7-23d6-49960283d8da-d8819c79, #w-node-_145dbada-2def-aff7-23d6-49960283d8dc-d8819c79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aeaf909c-cac2-cb19-7792-51759b39168f-d8819c7b, #w-node-aeaf909c-cac2-cb19-7792-51759b391691-d8819c7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_05f28e6d-1d86-7ac5-cc40-0102c8352058-c835203c, #w-node-e7630269-fef1-c82c-c56d-7a1ae523ce40-d8819c7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f63f70a6-e769-d2cd-7d09-417d71099e35-d8819c7c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_0950c0d4-e967-e786-bd6e-49c366fbb708-d8819c7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_0449441d-46f3-f77c-31e4-7c8342128148-d8819c7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_08621703-d4f5-58c8-80a7-426abe089c4d-d8819c7c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center start;
}

#w-node-_08621703-d4f5-58c8-80a7-426abe089c4e-d8819c7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_08621703-d4f5-58c8-80a7-426abe089c50-d8819c7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_93969ef5-aa4a-13ee-a713-6f7e401ec8d6-d8819c7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_940f3941-ffb7-1db1-3920-4d0cf311d835-d8819c7d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_99271b79-7f86-4eb4-7340-f7abfe45a1ee-d8819c7d {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-a2fefbaa-eb3d-86c7-a4d1-c2e5f3ba51a6-d8819c7d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-bcce84df-040c-3f04-930f-076cde0511e1-d8819c7d, #w-node-_2b517f62-3ece-428b-72e5-1feb2f9ff40b-d8819c7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b517f62-3ece-428b-72e5-1feb2f9ff40e-d8819c7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2b517f62-3ece-428b-72e5-1feb2f9ff410-d8819c7d {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-_6660a5da-d825-981e-e032-42b1c3b7556c-d8819c7e, #w-node-_6660a5da-d825-981e-e032-42b1c3b7556e-d8819c7e, #w-node-_6660a5da-d825-981e-e032-42b1c3b7556f-d8819c7e, #w-node-_6660a5da-d825-981e-e032-42b1c3b75571-d8819c7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c06d4e22-6a7a-136a-5b2c-6c27645fd83b-d8819c7f {
  place-self: start;
}

#w-node-_0a081d48-3a34-4e3c-edd2-9721978d791c-d8819c7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_3038529d-bf68-a196-f87a-39b3f54a6f35-d8819c7f, #w-node-_9874b854-5f6a-405d-ba1b-3e129dbf922f-d8819c7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5390ae9-639d-e19c-bea8-e1a0574dbfb9-d8819c7f {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-_60aec58f-9084-cf56-c0d1-5152d7bd7bc7-d8819c7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95b5-d8819c84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_685fcd08-20a3-ba70-30cc-cad1c4ebe226-d8819c84, #w-node-_685fcd08-20a3-ba70-30cc-cad1c4ebe227-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95bb-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95bc-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95c0-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95c1-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95c5-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95c6-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95ca-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95cb-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95cf-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95d0-d8819c84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95d4-d8819c84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95df-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95e0-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95e2-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95da-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95db-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95d5-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95d6-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95d8-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95ee-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95f1-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95e9-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95ec-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95e4-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95e7-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95f3-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95f4-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95f6-d8819c84, #w-node-_67a5d3b9-3729-6aad-d2a7-a90d0e508b91-d8819c84, #w-node-_67a5d3b9-3729-6aad-d2a7-a90d0e508b92-d8819c84, #w-node-_67a5d3b9-3729-6aad-d2a7-a90d0e508b94-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95f8-d8819c84, #w-node-b7a4db16-f914-e60e-13b1-f2cb6adc95f9-d8819c84, #w-node-_5e0b3b91-366f-770f-283d-b8f9c0834079-d8819c84, #w-node-_5e0b3b91-366f-770f-283d-b8f9c083407a-d8819c84, #w-node-_5e0b3b91-366f-770f-283d-b8f9c083407d-d8819c84, #w-node-_5e0b3b91-366f-770f-283d-b8f9c083407e-d8819c84, #w-node-_5e0b3b91-366f-770f-283d-b8f9c0834081-d8819c84, #w-node-_5e0b3b91-366f-770f-283d-b8f9c0834082-d8819c84, #w-node-_5e0b3b91-366f-770f-283d-b8f9c0834085-d8819c84, #w-node-_5e0b3b91-366f-770f-283d-b8f9c0834086-d8819c84, #w-node-b2fa0925-77af-1cfb-116b-d03839118347-d8819c84, #w-node-b2fa0925-77af-1cfb-116b-d03839118348-d8819c84, #w-node-ec97199f-d600-b6fd-696a-243b361ff740-d8819c84, #w-node-ec97199f-d600-b6fd-696a-243b361ff741-d8819c84, #w-node-_162c16c7-efaa-99c6-8a85-8f94157d4a45-d8819c84, #w-node-_162c16c7-efaa-99c6-8a85-8f94157d4a46-d8819c84, #w-node-d56ab307-494f-2b2c-db56-fc1b36d3bde5-d8819c84, #w-node-d56ab307-494f-2b2c-db56-fc1b36d3bde6-d8819c84, #w-node-_9dffa318-6a9d-c181-a561-0f2d6d93b63e-d8819c84, #w-node-_9dffa318-6a9d-c181-a561-0f2d6d93b63f-d8819c84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5c20483-e4dd-07ca-c768-63c6d42ae6cb-d8819c84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e5c20483-e4dd-07ca-c768-63c6d42ae6cc-d8819c84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5c20483-e4dd-07ca-c768-63c6d42ae6d0-d8819c84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e5c20483-e4dd-07ca-c768-63c6d42ae6d1-d8819c84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5c20483-e4dd-07ca-c768-63c6d42ae6d5-d8819c84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e5c20483-e4dd-07ca-c768-63c6d42ae6d6-d8819c84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5c20483-e4dd-07ca-c768-63c6d42ae6da-d8819c84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e5c20483-e4dd-07ca-c768-63c6d42ae6db-d8819c84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fc6a2fb-0646-7a7a-cc5e-150786706522-374bbc4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ab700161-9eb5-d0f5-4fdd-ebc6bacf7adb-374bbc4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc8d09f3-0375-d1dd-69e4-3e8e62f71555-374bbc4c {
  justify-self: center;
}

#w-node-_269f178f-e556-a6b5-9272-82e731fca5ce-374bbc4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6305ef7c-8216-8a64-1bfd-c9e68cd5578a-374bbc4c, #w-node-_9b1d9979-9fed-7fd7-eb17-3efb84e901e7-374bbc4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4c7184f-f2de-b34c-ca91-1af2213a9854-374bbc4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c4c7184f-f2de-b34c-ca91-1af2213a9855-374bbc4c, #w-node-c4c7184f-f2de-b34c-ca91-1af2213a9857-374bbc4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_235f407c-ec90-5514-efa4-ee4cba387b1c-374bbc4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_235f407c-ec90-5514-efa4-ee4cba387b1d-374bbc4c, #w-node-_235f407c-ec90-5514-efa4-ee4cba387b1f-374bbc4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4936c7db-0352-2cb5-3aed-98b106faa2a6-374bbc4c {
  justify-self: center;
}

#w-node-_282a3418-8088-9371-54e3-614d531fe036-bfa931df {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e7ffc3a9-2300-3664-ff6d-8d933fd34e0a-8cf74748 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_486a0039-1ac5-58a5-adc4-ca12863536b2-8cf74748 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_486a0039-1ac5-58a5-adc4-ca12863536b4-8cf74748 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-e7ffc3a9-2300-3664-ff6d-8d933fd34e0a-d8819c70 {
    justify-self: center;
  }

  #w-node-_6e8a653e-5bfa-e2f1-839d-72d3aeb80758-d8819c70 {
    place-self: center;
  }

  #w-node-eeaf2d80-31e9-21b9-53c0-41611c584762-d8819c70 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eeaf2d80-31e9-21b9-53c0-41611c584763-d8819c70, #w-node-eeaf2d80-31e9-21b9-53c0-41611c584764-d8819c70, #w-node-bd397c08-722c-249f-80a4-df2bcf32e4d8-d8819c70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98cdc629-eff9-69d9-b7a8-c7788d97b230-d8819c70, #w-node-db88f971-828f-4fc3-135f-a494d48761b8-d8819c70, #w-node-_145dbada-2def-aff7-23d6-49960283d896-d8819c79, #w-node-_145dbada-2def-aff7-23d6-49960283d897-d8819c79 {
    justify-self: center;
  }

  #w-node-_93969ef5-aa4a-13ee-a713-6f7e401ec8d6-d8819c7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99271b79-7f86-4eb4-7340-f7abfe45a1ee-d8819c7d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a2fefbaa-eb3d-86c7-a4d1-c2e5f3ba51a6-d8819c7d {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: end;
  }

  #w-node-_010ae942-0462-f7bf-a42d-894d439ad7ce-d8819c7d {
    justify-self: start;
  }

  #w-node-bcce84df-040c-3f04-930f-076cde0511e1-d8819c7d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c06d4e22-6a7a-136a-5b2c-6c27645fd83b-d8819c7f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b5390ae9-639d-e19c-bea8-e1a0574dbfb9-d8819c7f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e7ffc3a9-2300-3664-ff6d-8d933fd34e0a-8cf74748 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bf2cf6e9-da2d-73e4-f469-2062400386bb-d8819c70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99271b79-7f86-4eb4-7340-f7abfe45a1ee-d8819c7d {
    justify-self: center;
  }

  #w-node-_010ae942-0462-f7bf-a42d-894d439ad7ce-d8819c7d {
    justify-self: start;
  }

  #w-node-ab700161-9eb5-d0f5-4fdd-ebc6bacf7adb-374bbc4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6e8a653e-5bfa-e2f1-839d-72d3aeb80758-d8819c70 {
    justify-self: center;
  }

  #w-node-f361f82d-73e7-9e4d-da57-ca18a1b5f654-d8819c70 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f361f82d-73e7-9e4d-da57-ca18a1b5f655-d8819c70, #w-node-f361f82d-73e7-9e4d-da57-ca18a1b5f656-d8819c70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d322d15-0f50-8f4a-98bf-85cc4ff73e7d-d8819c70 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2d322d15-0f50-8f4a-98bf-85cc4ff73e7e-d8819c70, #w-node-_2d322d15-0f50-8f4a-98bf-85cc4ff73e82-d8819c70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_96bb1af8-8930-e452-1442-052141e0b3b7-d8819c70 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_96bb1af8-8930-e452-1442-052141e0b3b8-d8819c70, #w-node-_96bb1af8-8930-e452-1442-052141e0b3bc-d8819c70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_052ed2db-320b-e4e4-910a-6ea2d276b91b-d8819c70 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_052ed2db-320b-e4e4-910a-6ea2d276b91c-d8819c70, #w-node-_052ed2db-320b-e4e4-910a-6ea2d276b920-d8819c70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1e8b1309-df9c-d08b-bc2d-612bcf83bfd5-d8819c70 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1e8b1309-df9c-d08b-bc2d-612bcf83bfd6-d8819c70, #w-node-_1e8b1309-df9c-d08b-bc2d-612bcf83bfda-d8819c70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8002f164-8dcf-2fdd-8818-5138ac9615a0-d8819c70 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8002f164-8dcf-2fdd-8818-5138ac9615a1-d8819c70, #w-node-_8002f164-8dcf-2fdd-8818-5138ac9615a2-d8819c70, #w-node-ee40f840-66c6-825e-8fb0-beb3972ca4a9-d8819c70, #w-node-_6e158a42-9cbe-ceed-8482-9c92ae39f1e2-d8819c70, #w-node-_65500079-a937-8202-d7ac-2073e7a06ff7-d8819c70, #w-node-bc18deb3-4c3a-4e6a-570f-e5bb2e5dd2cc-d8819c70, #w-node-_1c3aa09b-cc8d-876d-d1d6-342706d705dd-d8819c70, #w-node-_28b7faab-89f0-5d3a-9a5b-e15b2061dd65-d8819c70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9c576ab4-fa1d-e040-d5ab-33acef1259ce-d8819c70 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9c576ab4-fa1d-e040-d5ab-33acef1259cf-d8819c70, #w-node-_9c576ab4-fa1d-e040-d5ab-33acef1259d0-d8819c70, #w-node-_4227be17-6ba1-4a54-5a1b-9547337c8f7f-d8819c70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_486a0039-1ac5-58a5-adc4-ca12863536b2-d8819c70 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: end;
  }

  #w-node-_486a0039-1ac5-58a5-adc4-ca12863536b4-d8819c70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_21ff7d40-a6bd-7cfb-55b3-c0f5e5183be0-e5183bdc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_21ff7d40-a6bd-7cfb-55b3-c0f5e5183be1-e5183bdc, #w-node-_21ff7d40-a6bd-7cfb-55b3-c0f5e5183be4-e5183bdc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_145dbada-2def-aff7-23d6-49960283d89e-d8819c79 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_145dbada-2def-aff7-23d6-49960283d89f-d8819c79, #w-node-_145dbada-2def-aff7-23d6-49960283d8a6-d8819c79, #w-node-_145dbada-2def-aff7-23d6-49960283d8ad-d8819c79, #w-node-_145dbada-2def-aff7-23d6-49960283d8b4-d8819c79, #w-node-_145dbada-2def-aff7-23d6-49960283d8bb-d8819c79, #w-node-_145dbada-2def-aff7-23d6-49960283d8c2-d8819c79, #w-node-_145dbada-2def-aff7-23d6-49960283d8c9-d8819c79, #w-node-_145dbada-2def-aff7-23d6-49960283d8d0-d8819c79 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_145dbada-2def-aff7-23d6-49960283d8d7-d8819c79 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_145dbada-2def-aff7-23d6-49960283d8d8-d8819c79, #w-node-_145dbada-2def-aff7-23d6-49960283d8da-d8819c79, #w-node-_145dbada-2def-aff7-23d6-49960283d8dc-d8819c79 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0950c0d4-e967-e786-bd6e-49c366fbb708-d8819c7c {
    align-self: end;
  }

  #w-node-_0449441d-46f3-f77c-31e4-7c8342128148-d8819c7c {
    align-self: start;
  }

  #w-node-_08621703-d4f5-58c8-80a7-426abe089c4e-d8819c7c {
    align-self: end;
  }

  #w-node-_08621703-d4f5-58c8-80a7-426abe089c50-d8819c7c {
    align-self: stretch;
  }

  #w-node-_486a0039-1ac5-58a5-adc4-ca12863536b2-8cf74748 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: end;
  }

  #w-node-_486a0039-1ac5-58a5-adc4-ca12863536b4-8cf74748 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


