:root {
  --blue-grey: #282c34;
  --more-party-magenta: #e11979;
  --white: white;
  --text: #5e6167;
  --pastel-magenta: #fdf3f7;
  --sky-blue: #119aba;
  --opacity--transparent: #fff0;
  --sunray: #e5b769;
  --sand: #f4e8d5;
  --opacity--10-neutral: #282c341a;
  --light-magenta: #f3a3c9;
  --medium-tan: #f5f2ec;
  --opacity--50-white: #ffffff80;
  --gainsboro: #dfdfdf;
  --light-gray: #f6f6f7;
  --opacity--50-neutral: #282c3480;
  --_typography---body: Montserrat, sans-serif;
  --light-tan: #f7f6f4;
  --large: 40px;
  --_radius---radius-lg: 24px;
  --opacity--70-white: #ffffffb5;
  --_radius---radius-md: 12px;
  --_radius---radius-sm: 8px;
  --60-white: #fff9;
  --20-white: #fff3;
  --_ui-styles---small: 1.5rem;
  --_radius---radius-0: 0px;
  --_radius---radius-xs: 4px;
  --_radius---size: 0px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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-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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-pagination-previous {
  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;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

.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-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

body {
  color: var(--blue-grey);
  background-color: #f7f6f4;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--blue-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: new-spirit, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: var(--blue-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: new-spirit, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: var(--blue-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  color: var(--blue-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  color: var(--blue-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: new-spirit, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

p {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: var(--more-party-magenta);
  overflow-wrap: anywhere;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

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

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

.navbar-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1304px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-container {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
}

.logo {
  object-fit: contain;
}

.logo.footer {
  width: 225px;
}

.navbar {
  background-color: var(--white);
  color: var(--blue-grey);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  position: relative;
  inset: 0% 0% auto;
}

.dropdown-list {
  background-color: #b89595;
}

.dropdown-list.w--open {
  grid-row-gap: 2px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  align-items: stretch;
  width: 300px;
  padding: 24px;
  font-weight: 500;
  display: flex;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 5px 20px #0003;
}

.block-heading {
  margin-bottom: 6px;
  font-weight: 700;
  text-decoration: none;
}

.block-heading.nomargin {
  margin-bottom: 0;
}

.dropdown-linkblock {
  color: var(--text);
  padding: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.dropdown-linkblock:hover {
  background-color: #282c341a;
  border-radius: 8px;
}

.content-wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 12px;
  position: relative;
}

.content-wrapper.nopadding {
  padding-top: 0;
  padding-bottom: 0;
}

.content-wrapper.magentapadding {
  padding-top: 24px;
  padding-bottom: 0;
}

.content-wrapper.industriespage {
  max-width: 1304px;
  padding: 18px 12px;
}

.content-wrapper.header {
  padding-top: 132px;
}

.content-wrapper.featuredresource {
  margin-top: -10rem;
}

.content-wrapper._100vh {
  height: 100vh;
}

.content-wrapper.stateofdental {
  max-width: 1000px;
}

.content-wrapper.stickypiechartanimator-1 {
  max-width: 1000px;
  height: 500vh;
}

.content-wrapper.middlepadding {
  padding-top: 24px;
  padding-bottom: 24px;
}

.content-container {
  position: relative;
}

.content-container.content-container-addedmargin {
  margin-bottom: 64px;
}

.content-container.pastelmagenta {
  z-index: 1;
  background-color: var(--pastel-magenta);
}

.content-container.pastelmagenta.addedpadding {
  padding-top: 16px;
  padding-bottom: 16px;
}

.bluegrey-header-wave-image {
  background-color: #282c34;
  position: absolute;
  inset: 0%;
}

.bluegrey-header-wave-image.stickyformlandingpage {
  height: 750px;
}

.bluegrey-header-wave-image.stateofdental {
  background-image: url('../images/BluegreyRorkval-StateofDentalHeader.svg');
}

.navbar_dropdown-toggle {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.navbar_dropdown-toggle:hover {
  color: var(--more-party-magenta);
}

.button {
  border: 1px solid var(--more-party-magenta);
  background-color: var(--more-party-magenta);
  color: var(--white);
  text-align: center;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  position: static;
}

.button:hover {
  background-color: #c21669;
  border-color: #c21669;
}

.button.navbar-button {
  margin-bottom: 0;
}

.button.centered {
  margin-left: auto;
  margin-right: auto;
}

.button.full-width {
  text-align: center;
  width: 100%;
}

.button.is-blue {
  background-color: var(--sky-blue);
  order: 0;
  justify-content: center;
  min-width: auto;
  margin-top: 20px;
  font-size: 16px;
  display: flex;
}

.button.is-blue:hover {
  background-color: #119abacc;
}

.button.is-link {
  color: var(--more-party-magenta);
  background-color: #fff0;
  border-style: none;
  padding: .25rem 0;
}

.button.is-link:hover {
  opacity: .53;
}

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

.button.is-link.text-color-white:hover {
  color: #ffffff80;
}

.button.is-link.is-alternate {
  color: var(--white);
}

.button.is-link.is-icon-only.pink {
  color: var(--more-party-magenta);
}

.button.is-secondary {
  background-color: var(--white);
  color: var(--more-party-magenta);
  border-style: none;
}

.button.is-secondary:hover {
  background-color: var(--more-party-magenta);
  color: var(--white);
}

.button.is-secondary.is-icon {
  justify-content: center;
  align-items: center;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: .55rem;
  padding-right: .55rem;
}

.button.is-tertiary {
  border-color: var(--opacity--transparent);
  background-color: var(--opacity--transparent);
  color: var(--more-party-magenta);
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-white {
  background-color: var(--white);
  color: var(--more-party-magenta);
}

.button.is-white:hover {
  opacity: .7;
}

.login-button {
  border: 1px none var(--blue-grey);
  height: 56px;
  color: var(--blue-grey);
  text-align: center;
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  font-size: 16px;
  font-weight: 600;
  transition: all .25s;
  display: flex;
}

.login-button:hover {
  border-color: var(--more-party-magenta);
  color: var(--more-party-magenta);
}

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

.grid-hero.page-product {
  grid-column-gap: 54px;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.h1-white {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.h1-white.center {
  max-width: 700px;
  color: var(--white);
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.h1-white.resourcepagetitle {
  margin-bottom: 28px;
}

.paragraph-white {
  color: #fff;
}

.paragraph-white.center.heropadding {
  padding-left: 241px;
  padding-right: 241px;
}

.paragraph-white.center.lpsf-padding {
  padding-left: 140px;
  padding-right: 140px;
}

.secondary-button {
  border: 2px solid var(--more-party-magenta);
  min-height: 56px;
  color: var(--more-party-magenta);
  background-color: #0000;
  border-radius: 8px;
  padding: 16px 32px;
  font-weight: 700;
  transition: all .25s;
}

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

.secondary-button.dark:hover {
  border-color: var(--blue-grey);
  color: var(--blue-grey);
}

.margin-bottom-32 {
  margin-bottom: 0;
}

.hero-image-home {
  margin-top: -36px;
  margin-bottom: -164px;
}

.textspan-magenta {
  color: var(--more-party-magenta);
}

.divblock-flex-vertalign {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.divblock-flex-vertalign.industriespage {
  padding-left: 240px;
  padding-right: 240px;
}

.divblock-flex-vertalign.integrations-padding {
  padding: 36px;
}

.divblock-flex-vertalign.fill {
  height: 100%;
}

.divblock-flex-horizontalalign {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.divblock-flex-horizontalalign.leftalign-items {
  justify-content: flex-start;
}

.divblock-flex-horizontalalign.leftalign-items.testimonialitems {
  margin-bottom: 12px;
}

.divblock-flex-horizontalalign.stackmobile-vertical.partnerpadding {
  margin-bottom: 28px;
}

.image-swellstackshadow {
  width: 64px;
  margin: 18px;
}

.image-swellstackshadow.nomargin {
  margin: 0;
}

.image-swellstackshadow.header {
  width: 172px;
  margin: 0;
  display: none;
}

.content-wrapper-hero {
  opacity: 1;
  outline-offset: 0px;
  outline: 3px #5e6167;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 200px 12px;
  position: relative;
}

.content-wrapper-hero.industriespage {
  padding-top: 124px;
  padding-bottom: 124px;
}

.content-wrapper-hero.stickyformlandingpage {
  padding-bottom: 32px;
}

.content-wrapper-hero.resourcespage {
  max-width: 1304px;
  padding: 120px 12px 92px;
}

.grid-threecolumn {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
  margin-bottom: 64px;
}

.grid-threecolumn.productpage {
  align-items: start;
  margin-top: 24px;
  margin-bottom: 24px;
}

.grid-threecolumn.pricingpage {
  margin-bottom: 44px;
}

.grid-threecolumn.center {
  place-items: center;
}

.divblock-grid-threecolumn {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.divblock-grid-threecolumn.whatcanyoudo {
  grid-row-gap: 20px;
  align-items: flex-start;
}

.textblock-stat-number {
  text-align: center;
  font-family: new-spirit, sans-serif;
  font-size: 112px;
  font-weight: 700;
  line-height: 124px;
}

.divblock-background-pastelmagenta {
  z-index: -1;
  background-color: var(--pastel-magenta);
  border-radius: 100%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -35px;
  left: 67.0938px;
}

.textblock-stat-summary {
  text-align: center;
}

.placeholder-dentalpractices {
  z-index: -2;
  background-color: var(--pastel-magenta);
  display: block;
  position: absolute;
  inset: 0%;
}

.backgroundimage {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.backgroundimage.homepage-logos {
  object-fit: cover;
  object-position: 50% 52%;
  height: 100%;
  display: block;
}

.divblock-nooverflow {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.divblock-clientslider {
  border-left: 6px solid var(--sunray);
  padding-left: 24px;
  padding-right: 575px;
}

.capterra-grid {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.image-badge {
  object-fit: contain;
  flex: 0 auto;
  height: 132px;
}

.image-badge.quinn {
  flex: 0 auto;
  display: inline-block;
}

.divblock-margin {
  margin-top: 48px;
  margin-bottom: 48px;
}

.grid-leftcontentwithimage {
  grid-column-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  width: 100%;
}

.image-fillgrid {
  border: 3px solid var(--blue-grey);
  border-radius: 20px;
}

.divblock-leftcontent {
  grid-row-gap: 20px;
  flex-direction: column;
  padding-right: 112px;
  display: flex;
  position: relative;
}

.divblock-leftcontent.productpage-features {
  padding-right: 42px;
}

.divblock-leftcontent.pricingpage {
  padding-right: 0;
}

.button-product {
  border: 2px solid var(--more-party-magenta);
  color: var(--more-party-magenta);
  background-color: #0000;
  border-radius: 8px;
  margin-bottom: 12px;
  margin-right: 12px;
  padding: 8px 32px;
  transition: all .25s;
}

.button-product:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 4px #282c3480;
}

.blockquote {
  border-left: 4px solid #f3a3c9;
  margin-top: 16px;
  padding: 10px 20px;
  line-height: 24px;
}

.blocktext-blockquote-writer {
  margin-top: 8px;
  font-weight: 700;
}

.blocktext-blockquote-writer.bottommargin {
  margin-top: 0;
  margin-bottom: 18px;
}

.blocktext-blockquote-source {
  color: var(--sky-blue);
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
}

.divblock-background-sand {
  z-index: -1;
  background-color: var(--sand);
  border-radius: 100%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -30px;
  left: -90px;
}

.divblock-background-sand.rightcontent {
  left: 27px;
}

.divblock-background-sand.productpage-features {
  width: 50px;
  height: 50px;
  top: -3px;
  left: -24px;
}

.grid-rightcontentwithimage {
  grid-column-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: center;
  width: 100%;
}

.divblock-rightcontent {
  grid-row-gap: 20px;
  flex-direction: column;
  padding-left: 112px;
  display: flex;
  position: relative;
}

.divblock-rightcontent.nopadding {
  padding-left: 0;
}

.divblock-pastelmagenta-top {
  z-index: -3;
  background-image: url('../images/PastelMagentaRorkval-Footer.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 164px;
  position: relative;
}

.divblock-pastelmagenta-bottom {
  z-index: -3;
  background-image: url('../images/PastelMagentaRorkval-Header-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 164px;
  position: relative;
}

.center {
  text-align: center;
}

.center.bold {
  font-weight: 700;
}

.text-color-magenta {
  color: var(--more-party-magenta);
}

.text-color-magenta.is-inline-block {
  display: inline-block;
}

.divblock-background-white {
  z-index: -1;
  background-color: var(--white);
  border-radius: 100%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -53px;
  left: 387px;
}

.divblock-background-white.rightcontent {
  top: -26px;
  left: 29px;
}

.divblock-background-white.pricingpage {
  width: 75px;
  height: 75px;
  top: -1px;
  left: -24px;
}

.paragraph-testimonials {
  text-align: center;
  margin-bottom: 56px;
  padding-left: 232px;
  padding-right: 232px;
}

.tabs-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 96px;
  font-family: new-spirit, sans-serif;
  font-size: 32px;
  line-height: 38px;
  display: flex;
}

.tabs {
  display: flex;
}

.tabs-content {
  width: 66%;
}

.video-placeholder {
  border: 3px solid var(--blue-grey);
  border-radius: 12px;
  width: 80%;
  margin-right: auto;
}

.tabs-tablink {
  background-color: #0000;
  transition: all .6s;
}

.tabs-tablink.w--current {
  border-left: 60px solid var(--more-party-magenta);
  color: var(--more-party-magenta);
  background-color: #0000;
  padding-left: 16px;
  padding-right: 16px;
}

.divblock-testimonialspadding {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 80px;
  display: flex;
}

.image-testimonials-icon {
  width: 18px;
  margin-right: 8px;
}

.textblock-testimonials {
  margin-right: 24px;
}

.image-consultationbubbles {
  margin-bottom: 0;
}

.bluegrey-footer-wave-image {
  background-image: url('../images/BluegreyRorkval-Footer.svg');
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.footer_top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-bottom: 120px;
  display: flex;
}

.divblock-flex-vertleftalign {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.divblock-flex-vertleftalign.topofresourcecard {
  padding-bottom: 24px;
}

.divblock-flex-vertleftalign.resourcepage {
  padding-right: 42px;
}

.link-footer {
  color: var(--white);
  margin-bottom: 12px;
  text-decoration: none;
  transition: all .25s;
  display: block;
}

.link-footer:hover {
  color: var(--more-party-magenta);
}

.textblock-subscribefooter {
  color: var(--more-party-magenta);
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.h3-footer {
  color: var(--more-party-magenta);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.divblock-divider {
  border-top: 1px solid var(--opacity--10-neutral);
}

.divblock-divider.white {
  border-width: 1px;
  border-color: var(--white);
}

.divblock-divider.white.footer {
  border-color: #ffffff54;
}

.divblock-divider._100lightbluegrey {
  border-color: var(--opacity--10-neutral);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.divblock-divider._100lightbluegrey.nomargin {
  margin-bottom: 0;
}

.divblock-divider._100lightbluegrey.topmargin {
  margin-top: 10px;
}

.divblock-divider.reputation {
  border-top-width: 2px;
  border-top-color: var(--more-party-magenta);
}

.divblock-flex-horizontalfull {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.divblock-flex-horizontalfull.is-footer {
  margin-top: 72px;
}

.link-footer-legal {
  color: var(--white);
  text-decoration: none;
  transition: all .25s;
}

.link-footer-legal:hover {
  color: var(--more-party-magenta);
}

.image-sociallink {
  width: 24px;
}

.linkblock-socialfooter.row-end {
  margin-right: 0;
}

.pink-highlight {
  color: var(--more-party-magenta);
}

.pink-highlight.center {
  color: var(--pastel-magenta);
  mix-blend-mode: normal;
  position: static;
}

.pink-highlight.center.industriestitle {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 54px;
}

.image-industriesbadge {
  width: 200px;
}

.grid-integrations-industriespage {
  grid-column-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 32px;
}

.textblock-integrations {
  color: var(--sky-blue);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.divblock-lightmagentadivider {
  border: 1px solid var(--light-magenta);
  width: 100%;
  margin-bottom: 12px;
}

.divblock-lightmagentadivider.width-66 {
  width: 66%;
}

.paragraph-integrations {
  text-align: center;
  padding-left: 152px;
  padding-right: 152px;
}

.lightgrey-background {
  z-index: -1;
  background-color: #f5f5f5;
  position: absolute;
  inset: 0%;
}

.lightgrey-background.integrations {
  background-color: #fafafa;
  border-radius: 12px;
}

.image-integrationsgear {
  width: 124px;
  position: absolute;
  inset: -14% auto auto 4%;
}

.image-testimonialslogocard {
  height: 100px;
}

.divblock-grid-testimonialscard {
  grid-row-gap: 16px;
  border: 2px solid var(--sand);
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.divblock-grid-testimonialscard:hover {
  box-shadow: 0 8px 12px 0 var(--opacity--10-neutral);
  transform: scale(1.05);
}

.divblock-grid-testimonialscard.pricingcard {
  border-width: 3px;
  justify-content: space-around;
  align-items: flex-start;
  padding: 40px 20px;
}

.divblock-grid-testimonialscard.pricingcard:hover {
  box-shadow: none;
  transform: none;
}

.divblock-grid-testimonialscard.pricingcard.multilocation {
  border-color: var(--sunray);
}

.divblock-grid-testimonialscard.comparisoncard {
  border-color: var(--blue-grey);
  align-items: flex-start;
  padding: 40px 24px;
}

.divblock-grid-testimonialscard.comparisoncard:hover {
  transform: none;
}

.divblock-grid-testimonialscard.comparisoncard.swellcard {
  border-width: 3px;
  border-color: var(--more-party-magenta);
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.textblock-testimonialscard {
  color: var(--more-party-magenta);
  font-weight: 700;
}

.divblock-productpage-herosection {
  margin-bottom: -120px;
}

.divblock-lottieanimation-productpage {
  border: 2px solid var(--blue-grey);
  background-color: var(--white);
  border-radius: 12px;
  margin-bottom: -172px;
  padding: 24px;
}

.grid-productwhatyousee {
  align-items: start;
}

.grid-productwhatyousee.insightpage {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-left: 350px;
  padding-right: 350px;
}

.grid-productfeatures {
  grid-column-gap: 42px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 32px;
}

.image-productwhatyousee {
  object-fit: contain;
  height: 400px;
}

.h2-magenta {
  color: var(--more-party-magenta);
}

.image-thankyoucheckmark {
  width: 200px;
}

.grid-twocolumn {
  grid-template-rows: auto;
  align-items: start;
  margin-top: 0;
  position: relative;
}

.grid-twocolumn.pricingcolumns {
  grid-column-gap: 79px;
  margin-top: -200px;
}

.h3-pricingcard {
  margin-top: 0;
}

.list-pricinglist {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

.divblock-vsbadge {
  z-index: 1;
  border: 6px solid var(--sunray);
  width: 72px;
  height: 72px;
  box-shadow: 2px 2px 4px 0 var(--opacity--10-neutral);
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: new-spirit, sans-serif;
  font-size: 175%;
  display: flex;
  position: absolute;
  top: 34%;
  bottom: 0%;
  left: 47%;
}

.white-text, .white-text h2, .white-text h1, .white-text h4, .white-text h3 {
  color: var(--white);
}

.navbar_link {
  padding-left: 10px;
  padding-right: 10px;
}

.navbar_link:hover {
  color: var(--more-party-magenta);
}

.navbar_link.w--current {
  color: var(--sky-blue);
}

.image-industriespagebadge {
  object-fit: contain;
  width: 125px;
}

.collection-legaldoclist {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.link-legaldoclist {
  color: var(--blue-grey);
  text-decoration: none;
  transition: all .2s;
}

.link-legaldoclist:hover {
  color: var(--more-party-magenta);
}

.richtext-legaldocpage {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-footer {
  max-width: 1304px;
  margin-left: auto;
  margin-right: auto;
  padding: 196px 12px 98px;
  position: relative;
}

.content-wrapper-footer.landingpage {
  padding-top: 124px;
  padding-bottom: 48px;
}

.collectionitem-legaldoclist {
  margin-bottom: 10px;
}

.grid-stickyformlandingpage {
  grid-column-gap: 48px;
  grid-template-columns: 2fr 1fr;
}

.divblock-stickyformwrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.divblock-stickyformcontainer {
  box-shadow: 4px 4px 12px 0 var(--opacity--10-neutral);
  object-fit: fill;
  background-color: #fff;
  border-radius: 8px;
  padding: 18px 60px;
  position: sticky;
  top: 84px;
}

.lottie-bouncingarrow {
  width: 45px;
  margin-left: auto;
  margin-right: auto;
}

.divblock-blockquotecontainer {
  border: 2px solid var(--more-party-magenta);
  box-shadow: 4px 4px 6px 1px var(--opacity--10-neutral);
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
}

.textblock-quote {
  text-align: center;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.textblock-quoteauthor {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.textblock-quoteauthorbusiness {
  color: var(--sky-blue);
  text-align: center;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.textblock-stat {
  color: var(--more-party-magenta);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.image-swelllogopartnerpage {
  width: 300px;
}

.textblock-pluspartnerpage {
  color: var(--white);
  margin: 32px;
  font-family: new-spirit, sans-serif;
  font-size: 64px;
}

.image-partnerlogo {
  object-fit: contain;
  max-width: 300px;
  max-height: 200px;
}

.richtext-white, .richtext-white h2, .richtext-white h4, .richtext-white h1, .richtext-white h3 {
  color: var(--white);
}

.divblock-fullscreenform-wrapper {
  z-index: 101000;
  background-color: #00000080;
  display: none;
  position: fixed;
  inset: 0%;
}

.divblock-slideoutformcontainer {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 24px;
  display: flex;
  position: static;
  inset: 0%;
}

.h3-magenta {
  color: var(--more-party-magenta);
}

.h3-magenta.mainform {
  text-align: center;
  margin-top: 0;
}

.h3-magenta.smallblogsignup {
  font-size: 24px;
  line-height: 30px;
}

.divblock-closeform {
  background-color: var(--opacity--10-neutral);
  border-top-right-radius: 12px;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 4px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.divblock-closeform:hover {
  background-color: #282c3433;
}

.image-closemenu {
  object-fit: scale-down;
  width: 40px;
  height: 40px;
}

.image-formicon {
  width: 70px;
}

.textspan-white-h3 {
  color: var(--white);
  font-size: 36px;
}

.h3-white {
  color: var(--white);
}

.grid-webinarsummaryandphoto {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.listitem-webinarpage {
  font-size: 18px;
  font-weight: 600;
}

._100coverimage {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-webinarspeakers {
  grid-template-rows: auto;
  align-items: start;
  margin-bottom: 12px;
}

.speakercard {
  border-radius: 12px;
  padding: 28px;
  box-shadow: 4px 4px 9px #252a3333;
}

.speakercard-grid {
  grid-column-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.speakerheadshot {
  margin-bottom: 12px;
}

.h3-speakername {
  text-align: center;
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 26px;
}

.h4-speakerdetails {
  text-align: center;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.divblock-webinarform {
  background-color: #fff;
  border-radius: 12px;
  margin: -155px 224px 32px;
  padding: 32px;
  box-shadow: 4px 4px 9px #252a3333;
}

.nomargin {
  margin-bottom: 0;
}

.divblock-resources-featuredcontentcard {
  background-color: var(--white);
  border-radius: 12px;
  padding: 24px;
  transition: all .4s;
  box-shadow: 4px 4px 12px 12px #adc3ee1a;
}

.grid-resources-featuredcontent {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  place-items: center start;
}

.divblock-fill-nooverflow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.h4-magenta {
  color: var(--more-party-magenta);
}

.textblock-resourceauthor {
  margin-left: 4px;
}

.h3-featuredresource {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 2rem;
}

.h3-featuredresource:hover {
  color: var(--more-party-magenta);
}

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

.image-blogfill.resourcecard {
  height: 200px;
}

.image-blogfill.round {
  border-radius: 20px;
}

.linkblock-resources {
  color: var(--blue-grey);
  text-decoration: none;
  transition: all .5s cubic-bezier(1, 0, 0, 1);
}

.linkblock-resources:hover {
  transform: scale(1.05);
}

.linkblock-resources.resourcecard {
  flex-direction: column;
  height: 100%;
  transition-duration: .25s;
  display: flex;
}

.linkblock-resources.resourcecard:hover {
  transform: scale(1.03);
}

.linkblock-resources.recentcontent {
  max-height: 30vh;
  color: var(--more-party-magenta);
  margin-bottom: 8px;
}

.paragraph-resourcemeta:hover {
  color: var(--more-party-magenta);
}

.divblock-resources-card {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12px;
  transition: all .4s;
  display: flex;
  box-shadow: 4px 4px 12px 12px #adc3ee1a;
}

.divblock-resources-card.recentcontent {
  box-shadow: none;
  color: var(--blue-grey);
  justify-content: flex-start;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
}

.divblock-resources-card.recentcontent:hover {
  color: var(--more-party-magenta);
}

.divblock-floatleft {
  float: left;
}

.textblock-resourcedate {
  color: #282c34b3;
  margin-left: 10px;
  font-size: 14px;
  display: block;
}

.textblock-formheader {
  color: var(--more-party-magenta);
  text-align: center;
  font-family: new-spirit, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.embed-stickyform {
  margin-top: 12px;
}

.richtextblock-partners {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.overlaybackground {
  z-index: -10;
  width: 100%;
  height: 100%;
  position: fixed;
}

.stickybackgroundimage {
  z-index: -6;
  position: absolute;
  inset: auto 0% 0%;
}

.ebookheader {
  padding-top: 60px;
  padding-bottom: 60px;
}

.maxw-div {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.divblock-heroebook {
  margin-top: auto;
  margin-bottom: auto;
}

.newspirit-h1 {
  color: #282c34;
  font-family: new-spirit, sans-serif;
}

.ebooksectionheader {
  background-image: url('../images/BluegreyRorkval-Header.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.linkblock-ebookcontents-menuanchorlink {
  width: 100%;
  padding: 4px 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: border-radius .2s;
}

.linkblock-ebookcontents-menuanchorlink:hover {
  border-left: 3px solid #e21979;
}

.magentathindivider {
  border: 1px solid #e21979;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ebooksection-div {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 12px -3px #0000004d;
}

.divblock-anchor {
  height: 0;
}

.ebooksection-heading1 {
  color: #fff;
  margin-top: 0;
  padding: 40px 40px 70px;
  font-family: new-spirit, sans-serif;
  line-height: 52px;
}

.ebooksection {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.stickyebook-menu {
  object-fit: fill;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  position: sticky;
  top: 12px;
  box-shadow: 0 6px 12px -3px #0000004d;
}

.newspiritrichtext {
  border-radius: 8px;
  padding: 10px 40px 40px;
}

.stickyebookmenu-div {
  object-fit: fill;
  position: static;
  top: 100px;
}

.ebookgrid {
  grid-column-gap: 40px;
  grid-template-columns: .25fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.textblock-ebooknavigator {
  color: #282c34;
  text-decoration: none;
}

.h2-ebookcontentsmenu {
  color: #e21979;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.divblock-signupblogcard {
  background-color: var(--blue-grey);
  border-radius: 12px;
  margin-bottom: 3rem;
  box-shadow: 4px 4px 12px 12px #adc3ee1a;
}

.grid-signupblog {
  grid-column-gap: 30px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: center;
  padding: 40px 28px;
}

.grid-signupblog.resourcepagesmall {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 16px;
}

.textblock-posttype {
  border: 2px solid var(--sky-blue);
  color: var(--sky-blue);
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
}

.next, .previous {
  border-width: 2px;
  border-color: var(--blue-grey);
  background-color: var(--white);
  color: var(--blue-grey);
  border-radius: 8px;
}

.collection-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-mainresource {
  object-fit: cover;
  border-radius: 12px;
  width: 50%;
  height: 100%;
}

.textblock-white {
  color: var(--white);
}

.textblock-white.authorpadding {
  margin-right: 4px;
}

.grid-resourcespagegrid {
  grid-column-gap: 98px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
}

.textblock-recentcontenttitle {
  font-family: new-spirit, sans-serif;
  text-decoration: none;
}

.image-recentcontent {
  object-fit: cover;
  width: 100%;
  height: 55%;
  margin-bottom: 12px;
}

.embed-nomargin {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.embed-einform {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

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

.divblock-videoframe {
  border-radius: 12px;
  margin-top: 32px;
  margin-bottom: 24px;
  overflow: hidden;
}

.paragraph-termsandconditions {
  color: var(--text);
  font-size: 12px;
  line-height: 20px;
}

.div-block-136 {
  padding-left: 20px;
}

.div-block-136.background {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  overflow: hidden;
  box-shadow: 4px 4px 12px 1px #252a3333;
}

.html-embed-6 {
  margin-bottom: 0;
}

.divblock-sitewidth-container {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.divblock-fullscreenform-wrapper-2 {
  z-index: 101000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.divblock-fullscreenform-wrapper-3, .divblock-fullscreenform-wrapper-4 {
  z-index: 101000;
  background-color: #00000080;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.paragraph-popupform.hideonmobile {
  display: block;
}

.video {
  border-radius: 12px;
  overflow: hidden;
}

.listitem-swellsolution {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.grid-webchatdemo {
  grid-column-gap: 60px;
  grid-template-columns: .66fr 1fr;
  align-items: start;
  margin-top: 80px;
  margin-bottom: 40px;
}

.grid-webchatdemo-content {
  grid-column-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-80 {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
  position: sticky;
  top: 100px;
  box-shadow: 0 14px 18px -5px #0000003d;
}

.div-block-80.webdemopage {
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.divblock-offerwrapper {
  z-index: 1;
  background-color: var(--more-party-magenta);
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 75px 0% auto;
}

.textblock-magentaoffer {
  color: var(--white);
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

.confetti-button {
  border: 3px solid var(--blue-grey);
  background-color: var(--pastel-magenta);
  box-shadow: 4px 4px 0 0 var(--opacity--10-neutral);
  color: var(--blue-grey);
  border-radius: 10px;
  padding: 14px 24px;
  font-weight: 700;
  transition: all .2s;
}

.confetti-button:hover {
  background-color: var(--light-magenta);
  transform: scale(1.05);
}

.confetti-button:active {
  box-shadow: 0 0 0 0 var(--opacity--10-neutral);
  transform: scale(.9);
}

.textblock-signatureplaceholder {
  font-family: Great Vibes, cursive;
  font-size: 60px;
  line-height: 60px;
}

.divblock-notecard {
  grid-row-gap: 16px;
  width: 75%;
  box-shadow: 8px 8px 0 0 var(--opacity--10-neutral);
  outline-color: var(--sand);
  outline-offset: 0px;
  border-radius: 20px;
  outline-width: 3px;
  outline-style: solid;
  flex-direction: column;
  padding: 32px 36px;
  display: flex;
}

.grid-64 {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.image-icon75px {
  width: 75px;
  margin-right: 18px;
}

.image-icon75px.maxheight {
  width: 50px;
  max-height: 75px;
  margin-right: 24px;
}

.divblock-flex-horizontalleftalign {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divblock-flex-horizontalleftalign.takeawayssection {
  background-image: url('../images/Asset-7.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 24px;
}

.divblock-flex-horizontalleftalign.takeawayssection.listitem {
  background-image: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.divblock-takeawayscard {
  background-color: var(--white);
  box-shadow: 8px 8px 0 0 var(--opacity--10-neutral);
  outline-color: var(--light-magenta);
  outline-offset: 0px;
  border-radius: 20px;
  outline-width: 3px;
  outline-style: solid;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1-largerbottommargin {
  margin-bottom: 32px;
}

.takeawayscard-paragraph {
  margin-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.h2-nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

.h2-nomargin.bottommargin {
  margin-bottom: 12px;
}

.grid-thirdsstateofdental {
  grid-column-gap: 32px;
  border: 2px solid var(--more-party-magenta);
  background-color: var(--white);
  box-shadow: 4px 4px 0 0 var(--opacity--10-neutral);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.divblock-linegraphback {
  background-color: var(--opacity--10-neutral);
  border-radius: 15px;
  width: 100%;
  height: 30px;
  margin-top: 12px;
  margin-bottom: 12px;
  position: relative;
}

.divblock-chartgraph {
  background-color: var(--more-party-magenta);
  border-radius: 15px;
  height: 30px;
}

.divblock-chartgraph._88 {
  background-color: var(--more-party-magenta);
  width: 88%;
}

.divblock-chartgraph._76 {
  background-color: var(--sky-blue);
  width: 76%;
}

.divblock-chartgraph._83 {
  background-color: var(--blue-grey);
  width: 83%;
}

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

.textspan-magentachartheading {
  color: var(--more-party-magenta);
  font-family: new-spirit, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.textspan-skybluechartheading {
  color: var(--sky-blue);
  font-family: new-spirit, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.textspan-bluegreychartheading {
  font-family: new-spirit, sans-serif;
  font-size: 24px;
}

.grid-stateofdentalblockquotes {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 12px;
  margin-bottom: 12px;
}

.blockquote-heading {
  color: var(--more-party-magenta);
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}

.divblock-spacedivider {
  border: 2px solid var(--opacity--10-neutral);
  margin-top: 48px;
  margin-bottom: 48px;
}

.divblock-stickypiechartcontainer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 976px;
  height: 850px;
  display: flex;
  position: sticky;
  top: 25px;
}

.divblock-piegraphic {
  background-color: var(--pastel-magenta);
  border-radius: 100%;
  width: 350px;
  height: 350px;
  margin-top: 12px;
  position: relative;
  overflow: visible;
}

.image-absolute {
  position: absolute;
  inset: 0%;
}

.blocktext-piechartstat {
  border: 6px solid var(--more-party-magenta);
  background-color: var(--light-magenta);
  width: 240px;
  height: 240px;
  box-shadow: 0 6px 0 0 var(--opacity--10-neutral);
  color: var(--white);
  text-align: center;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: new-spirit, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 225px;
}

.blocktext-piechartstat-2 {
  border: 6px solid var(--more-party-magenta);
  background-color: var(--sunray);
  width: 240px;
  height: 240px;
  box-shadow: 0 6px 0 0 var(--opacity--10-neutral);
  color: var(--white);
  text-align: center;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: new-spirit, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 225px;
  position: relative;
}

.blocktext-piechartstat-3 {
  border: 6px solid var(--more-party-magenta);
  background-color: var(--blue-grey);
  width: 240px;
  height: 240px;
  box-shadow: 0 6px 0 0 var(--opacity--10-neutral);
  color: var(--white);
  text-align: center;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: new-spirit, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 225px;
  position: relative;
}

.textblock-piegraphstat {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: new-spirit, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.textblock-piegraphquote {
  text-align: center;
  max-width: 70%;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.piechart-bottomtext {
  width: 100%;
  margin-top: -142px;
  display: block;
  position: absolute;
}

.piechart-bottomtext._3 {
  display: block;
}

.divblock-relativeflexcenter {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.divblock-progressbarright {
  background-color: var(--more-party-magenta);
  width: 5px;
  position: absolute;
  inset: 0% 13px auto auto;
}

.div-progressblip {
  border: 6px solid var(--more-party-magenta);
  background-color: var(--white);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 10% 0 auto auto;
}

.div-progressblip._2 {
  top: 43%;
}

.div-progressblip._3 {
  top: 73%;
}

.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;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-1 {
  justify-content: center;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.container-1.align-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 164px;
  display: flex;
}

.home_hero-section {
  padding-top: 0;
  overflow: hidden;
}

.home_hero-section.quinn {
  background-color: var(--blue-grey);
  background-image: url('../images/hero-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 149px;
}

.section-paddings-medium {
  padding-top: 100px;
  padding-bottom: 100px;
  line-height: 1.2;
}

.padding-global {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.padding-global.is-grey {
  background-color: var(--blue-grey);
}

.padding-global.medium-tan {
  background-color: var(--medium-tan);
}

.padding-global.medium-tan.blue-gradient {
  background-image: radial-gradient(circle at 93% 129%, #119aba52, #119aba00 37%);
}

.padding-global.blue-gradient {
  background-image: radial-gradient(circle, #119aba4d, #119aba00 53%);
}

.padding-global.blue-gradient.right {
  background-image: radial-gradient(circle at 70%, #119aba4d, #119aba00 53%);
}

.padding-global.blue-gradient.right.small {
  background-image: radial-gradient(circle at 70%, #119aba4d, #119aba00 30%);
}

.padding-global.blue-gradient.bottom {
  background-image: radial-gradient(circle at 50% 69%, #119aba4d, #119aba00 53%);
}

.padding-global.blue-gradient.bottom.small {
  background-image: radial-gradient(circle at 50% 59%, #119aba4d, #119aba00 47%);
}

.padding-global.blue-gradient.bottom.large {
  background-image: radial-gradient(circle at 50% 69%, #119aba30, #119aba00 83%);
}

.padding-global.blue-gradient.product {
  background-image: none;
}

.padding-global.blue-gradient.left {
  background-image: radial-gradient(circle at 30%, #119aba4d, #119aba00 53%);
}

.padding-global.blue-gradient.left.small {
  background-image: radial-gradient(circle at 30%, #119aba4d, #119aba00 30%);
}

.padding-global.blue {
  background-color: var(--sky-blue);
}

.padding-global.blue._100-height {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.padding-global.is-light {
  background-color: var(--opacity--50-white);
}

.max-width-560 {
  max-width: 560px;
}

.max-width-560.centered {
  justify-content: flex-start;
  align-items: center;
}

.buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buttons.is-center {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
}

.buttons.quinn {
  justify-content: center;
  margin-top: 58px;
}

.margin-bottom-44 {
  margin-bottom: 0;
}

.home-hero_text-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-hero_img-slider {
  background-color: #0000;
  flex: 1;
  max-width: 55%;
  height: auto;
  margin-top: 53px;
  margin-right: -5%;
}

.hide {
  display: none;
}

.how_item {
  border: 1px solid var(--gainsboro);
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  padding: 60px 22px;
  display: flex;
}

.how_item:hover {
  border-color: #0000;
  box-shadow: 0 13px 70px #282c341a;
}

.how_icon {
  max-height: 100%;
}

.how_preheading {
  color: var(--sky-blue);
  font-family: new-spirit, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.formula_wrapper {
  grid-column-gap: 24px;
  border-bottom: 1px solid #282c3480;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 120px;
  margin-bottom: 90px;
  display: flex;
}

.numbers_item {
  grid-row-gap: 26px;
  background-image: url('../images/circle-bg.svg');
  background-position: 25% 30%;
  background-repeat: no-repeat;
  background-size: 120px 120px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 280px;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.formula-section {
  background-color: var(--blue-grey);
  color: var(--pastel-magenta);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.align-center {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.formula_item {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.formula_icon-wrapper {
  justify-content: center;
  align-items: flex-end;
  height: 100px;
  margin-bottom: 32px;
  display: flex;
}

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

.margin-bottom-16.h3-white {
  margin-top: 31px;
  margin-bottom: 31px;
}

.margin-bottom-26 {
  margin-bottom: 26px;
}

.other-features-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  display: flex;
}

.other-features-wrapper.no-margin {
  margin-top: 0;
}

.other-features-content-1 {
  grid-column-gap: 60px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.other-features-content {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.solutions_heading {
  color: var(--blue-grey);
  font-size: 36px;
}

.solutions_img {
  width: 100%;
}

.solutions_description {
  max-width: 400px;
}

.solution_circle {
  z-index: -1;
  background-color: #fdf1f7;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  position: absolute;
  inset: -30px auto auto 0;
}

.footer {
  color: var(--blue-grey);
}

.footer_wrapper {
  flex-flow: column;
  display: flex;
}

.footer_nav {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_bottom {
  grid-column-gap: 32px;
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 44px;
  padding-bottom: 44px;
  line-height: 1.5;
  display: flex;
}

.footer_social-list {
  grid-column-gap: 32px;
  flex: none;
  align-items: center;
  display: flex;
}

.icon-1x1-medium {
  width: 32px;
  height: 32px;
  color: var(--blue-grey);
  flex: 0 auto;
  align-self: auto;
}

.social_icon {
  width: 24px;
  height: 24px;
  color: var(--white);
}

.social_icon:hover {
  color: var(--more-party-magenta);
}

.text-color-black {
  color: var(--blue-grey);
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.max-width-900 {
  max-width: 900px;
}

.use_item {
  grid-row-gap: 26px;
  background-image: url('../images/circle-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 120px 120px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 280px;
  padding-top: 50px;
  display: flex;
  position: relative;
}

.reputation_tabs {
  align-items: center;
  display: flex;
}

.reputation_tabs-menu {
  grid-row-gap: 18px;
  flex-direction: column;
  max-width: 45%;
  margin-right: 10%;
  display: flex;
}

.reputation_tabs-block {
  margin-bottom: 195px;
}

.reputation_text {
  color: #5e6167;
  margin-top: 24px;
  font-size: 18px;
}

.reputation_tab-img {
  object-fit: contain;
  position: sticky;
  overflow: visible;
}

.reputation_tab-img.is-mobile {
  display: none;
}

.tab_link {
  color: var(--blue-grey);
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 28px;
}

.tab_link.w--current {
  color: var(--more-party-magenta);
  background-color: #0000;
}

.experience_item {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  text-align: center;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  padding: 60px 22px;
  transition: box-shadow .3s;
  display: flex;
}

.experience_item:hover {
  border-color: #0000;
  box-shadow: 0 13px 70px #282c341a;
}

.reputation_text-wrapper {
  overflow: hidden;
}

.partner_form-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  max-width: 700px;
  box-shadow: 0 10px 40px -17px #282c3433;
}

.partner_form-section {
  padding-bottom: 100px;
  position: relative;
}

.partner_hero-section {
  background-image: url('../images/BluegreyRorkval-Header.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 300px;
}

.partner_logo {
  margin-bottom: 32px;
}

.flex-vertical-20 {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.image {
  margin-right: 6px;
}

.html-embed-8 {
  width: 90px;
  margin-right: 8px;
  display: inline-block;
}

.trademarks {
  opacity: .5;
  text-align: left;
  max-width: 350px;
  margin-top: 40px;
  font-size: 12px;
}

.superscript-12px {
  font-size: 12px;
}

.superscript-11px {
  font-size: 11px;
}

.simple-rich-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.simple-rich-text h2 {
  font-size: 2rem;
}

.simple-rich-text h1 {
  font-size: 2.5rem;
}

.simple-rich-text h4 {
  font-size: 1.6rem;
}

.spaser-16 {
  width: 16px;
  height: 16px;
}

.banner_c {
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner_c.padding-global.tall_ban {
  background-image: url('../images/hero-bg.svg');
  background-position: 0 0;
  background-size: auto;
}

.section {
  pointer-events: auto;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section.gray {
  background-color: var(--light-gray);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.bubbles {
  background-image: url('../images/bubbles.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 191px;
  padding-bottom: 191px;
}

.section.blue-grey {
  background-color: var(--blue-grey);
}

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

.section-3 {
  background-color: #fff;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-3 {
  text-align: center;
  max-width: 1280px;
}

.heading-2 {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
}

.section-4 {
  background-color: var(--white);
}

.section-4.product_sec {
  margin-bottom: 0;
  padding-bottom: 100px;
}

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

.pink_heading {
  margin-bottom: 60px;
}

.product_col.product_col2, .product_col.product_col3 {
  padding-top: 80px;
}

.product_col.product_col4 {
  padding-top: 40px;
}

.text-block-2 {
  color: #282c34;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

.list {
  padding-left: 20px;
}

.image-2 {
  margin-top: 0;
  margin-bottom: 40px;
}

.container-5 {
  max-width: 1280px;
}

.section-5 {
  background-color: var(--white);
}

.section-5.accordian_sec {
  padding-top: 40px;
  padding-bottom: 100px;
}

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

.dropdown-toggle {
  width: 100%;
  max-width: 100%;
  color: var(--blue-grey);
  border-bottom: 0 solid #000;
  font-style: normal;
}

.heading-3 {
  text-align: center;
  padding-bottom: 20px;
}

.dropdown-list-2 {
  background-color: #0000;
  transition: opacity 2s cubic-bezier(.55, .055, .988, .03);
}

.dropdown-link-2 {
  border-bottom: 0 solid #000;
  padding-top: 0;
  padding-bottom: 20px;
  transition: opacity .2s;
}

.dropdown-2 {
  transition: opacity .2s;
}

.dropdown-link-3 {
  border-bottom: 0 solid #000;
  padding-top: 0;
  padding-bottom: 20px;
}

.dropdown-list-3, .dropdown-list-4, .dropdown-list-5 {
  background-color: #0000;
  border-bottom: 0 solid #000;
}

.dropdown-link-4, .dropdown-link-5 {
  padding-top: 0;
  padding-bottom: 20px;
}

.html-embed-9 {
  background-color: var(--white);
}

.open_pop {
  color: #119aba;
  background-color: #0000;
  margin-top: 10px;
}

.heading-4 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.list-2 {
  padding-left: 10px;
}

.list-3 {
  padding-left: 20px;
}

.list-4 {
  padding-left: 30px;
}

.quick-stack {
  margin-top: 0;
  padding: 0;
}

.badge-quinn {
  margin-top: -57px;
  margin-bottom: 88px;
}

.h2-quinn {
  padding-top: 36px;
  padding-bottom: 36px;
}

.div-block-139 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-7 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-6 {
  width: 153px;
}

.paragraph-quinn {
  text-align: left;
  margin-top: 28px;
  font-size: 20px;
  line-height: 1.4;
}

.paragraph-quinn._28pt {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  font-weight: 400;
}

.quick-stack-2 {
  margin-top: 0;
  margin-bottom: 172px;
  padding: 83px 0;
}

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

.text-color-magenta-2 {
  color: #fff;
}

.div-block-138 {
  text-align: center;
  background-color: #fff;
  width: 90%;
  padding: 73px;
}

.image-5 {
  width: 163px;
}

.features-quinn {
  background-image: url('../images/circle-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 120px;
  margin-bottom: 78px;
}

.h3-quinn {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: new-spirit, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.form-with-quote {
  background-color: var(--opacity--10-neutral);
}

.tab_link-2 {
  color: #282c34;
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 28px;
}

.tab_link-2.w--current {
  color: #e11979;
  background-color: #0000;
}

.heading-5 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
}

.how_icon-2 {
  max-width: 90px;
  max-height: 100%;
}

.formula-section-2 {
  color: #fdf3f7;
  background-color: #282c34;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 154px;
  padding-bottom: 154px;
}

.quick-stack-4 {
  grid-column-gap: 88px;
  margin-top: 74px;
}

.text-span {
  color: var(--more-party-magenta);
}

.cell-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.html-embed-10 {
  text-align: left;
}

.bottom-demo {
  text-align: center;
  background-color: #fff;
  width: 60%;
  padding: 73px;
  display: block;
}

.div-block-140 {
  margin-top: 32px;
}

.div-block-142 {
  padding-right: 93px;
}

.cell-11 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 68px;
  display: flex;
}

.cell-12 {
  justify-content: center;
}

.quick-stack-6 {
  margin-top: 67px;
}

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

.container-1320 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  display: flex;
}

.container-1320._648 {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  align-items: center;
  max-width: 648px;
}

.left-column-40 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 40%;
  display: flex;
}

.badge {
  max-height: 152px;
}

.right-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.badge-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.hero-heading {
  margin-top: 17px;
  margin-bottom: 17px;
  padding-left: 0;
  padding-right: 0;
}

.magenta {
  color: var(--more-party-magenta);
}

.section-header {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._3cb-column {
  z-index: 1;
  background-image: url('../images/blue-circle.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  padding-top: 69px;
  padding-left: 46px;
  position: relative;
}

._3cb-wrapper {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 124px;
  padding-right: 124px;
  display: flex;
}

.qb-h2 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.qb-h2.lef-right-padding {
  padding-left: 256px;
  padding-right: 256px;
}

.full-section-button {
  justify-content: center;
  align-items: center;
  margin-top: 59px;
  margin-bottom: 59px;
  display: flex;
}

.chip-group {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  font-size: 30px;
  display: flex;
}

.feedback-text {
  color: var(--text);
  margin-top: 13px;
  margin-left: 43px;
  font-size: 18px;
}

.video-2 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cell-drop-shadow {
  box-shadow: 0 2px 29px 6px var(--opacity--10-neutral);
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  padding: 63px;
  display: flex;
}

.more-features {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
}

.qb-h3 {
  margin-bottom: 24px;
}

.qb-h3.white-text {
  margin-top: 24px;
}

.div-block-153 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1694px;
  display: block;
}

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

.list-item:hover {
  color: var(--opacity--50-neutral);
}

.hero-image {
  width: 100%;
  position: relative;
}

.chip {
  background-color: #fff;
  border: 1px #0000001a;
  border-radius: 8px;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 12px;
  padding: 16px 24px;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.f-logo-shadow {
  background-color: #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

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

.quick-stack-11 {
  grid-column-gap: 179px;
  grid-row-gap: 179px;
}

.image-14 {
  height: 100px;
}

.faq {
  background-color: #fff;
  border-bottom: 1px solid #f2eeee;
  flex-direction: column;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.container-small {
  z-index: 5;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon {
  color: #160042;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.t-modal-form-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.t-modal-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
  position: relative;
  inset: auto;
}

.modal-wrapper {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-background {
  cursor: pointer;
  background-color: #282c34b3;
  position: absolute;
  inset: 0%;
}

.modal-close {
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  width: auto;
  padding: 4px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.padding-section-large {
  float: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.margin-bottom.margin-xxlarge {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-tiny, .margin-bottom.margin-0, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.margin-bottom.margin-xlarge, .margin-bottom.margin-huge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-custom1, .margin-bottom.margin-custom2, .margin-bottom.margin-custom3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin: 0 0 2rem;
}

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

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

.text-size-medium {
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
}

.text-size-medium.text-weight-bold {
  margin-bottom: 0;
}

.text-size-medium.align-left-desktop {
  text-align: left;
}

.text-align-center {
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
}

.text-align-center.negative-margin-1rem {
  margin-top: -1rem;
}

.header102_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.header102_content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 35rem;
  display: flex;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-0, .margin-top.margin-xxsmall, .margin-top.margin-xsmall {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-large {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-large.align-center {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-top.margin-xlarge, .margin-top.margin-huge, .margin-top.margin-xhuge, .margin-top.margin-xxhuge, .margin-top.margin-custom1, .margin-top.margin-custom2, .margin-top.margin-custom3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  margin: 1.5rem 0 0;
}

.margin-top.margin-tiny {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.pricing20_feature-list-button {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.pricing20_feature-list-button.is-center {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
}

.header102_slider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  width: 100%;
  min-height: 88vh;
}

.header102_slide-wrapper {
  flex-direction: column;
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 100%;
  display: flex;
}

.header102_slide-image-wrapper {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--sky-blue), #119aba00 59%);
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header102_slide-image {
  object-fit: cover;
  position: absolute;
}

.header102_slide-content {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header102_slide-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.header102_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: static;
  inset: auto 2rem 2rem auto;
}

.header102_arrow.is-left {
  position: relative;
  right: 4rem;
}

.product-header7_arrow-icon-copy {
  width: 1rem;
  height: 1rem;
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header102_slide-nav {
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  font-size: .5rem;
  display: flex;
  position: relative;
  inset: auto auto 2.625rem 2rem;
}

.certifications {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.footer-nav-wrapper {
  flex-flow: row;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.page-wrapper {
  overflow: clip;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #000;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: #fff;
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: #000;
  background-color: #fff;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #000;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #eee;
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2 {
  color: var(--blue-grey);
  font-size: 3rem;
  line-height: 1.2;
}

.heading-style-h2.text-align-center {
  color: var(--more-party-magenta);
  -webkit-text-stroke-color: var(--blue-grey);
  margin-bottom: 20px;
}

.heading-style-h2.text-align-center.text-color-black {
  color: var(--blue-grey);
}

.heading-style-h2.align-left-desktop {
  text-align: left;
}

.heading-style-h3 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.heading-style-h4 {
  font-family: new-spirit, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.is-alternate {
  color: var(--white);
  display: flex;
}

.text-size-regular.columns-2 {
  column-count: 2;
  column-gap: 3rem;
}

.text-size-small {
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.text-weight-semibold.text-style-allcaps {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

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

.text-weight-normal {
  font-weight: 400;
}

.text-weight-light {
  font-weight: 300;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-allcaps._50 {
  color: #ffffff80;
  font-size: .75rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-style-muted {
  opacity: .6;
}

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

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

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  font-family: var(--_typography---body);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.text-rich-text h4 {
  font-family: var(--_typography---body);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.text-rich-text h5 {
  font-family: var(--_typography---body);
  margin-top: 1.25px;
  margin-bottom: 1rem;
  font-weight: 500;
}

.text-rich-text h6 {
  font-family: var(--_typography---body);
  text-transform: none;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

.text-rich-text blockquote {
  border-left-width: .1875rem;
  border-left-color: var(--more-party-magenta);
  font-family: var(--_typography---body);
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.text-rich-text ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.text-rich-text li {
  margin-top: .25rem;
  margin-bottom: 0;
  padding-left: .5rem;
  font-size: 1.25rem;
}

.text-rich-text figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--blue-grey);
  font-family: var(--_typography---body);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.background-color-black {
  background-color: #000;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.background-color-white, .background-color-primary {
  background-color: #fff;
}

.background-color-secondary {
  background-color: #eee;
}

.background-color-tertiary {
  background-color: #aaa;
}

.background-color-alternative {
  background-color: #000;
}

.text-color-white {
  color: #fff;
}

.text-color-white._50 {
  color: #ffffff80;
}

.text-color-primary, .text-color-secondary {
  color: #000;
}

.text-color-alternate {
  color: #fff;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

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

.form_input.is-select-input {
  background-image: none;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-label {
  margin-bottom: 0;
}

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-height-xxsmall {
  height: 1rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-medium {
  height: 3rem;
}

.icon-height-large {
  height: 5rem;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-embed-small.is-pink {
  color: var(--more-party-magenta);
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  display: flex;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-styleguide_spacing {
  border: 1px dashed #000;
}

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

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

.max-width-full {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.padding-bottom, .padding-bottom.padding-0, .padding-bottom.padding-tiny, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xsmall, .padding-bottom.padding-small, .padding-bottom.padding-medium, .padding-bottom.padding-large, .padding-bottom.padding-xlarge, .padding-bottom.padding-xxlarge, .padding-bottom.padding-huge, .padding-bottom.padding-xhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.padding-bottom.padding-custom1, .padding-bottom.padding-custom2, .padding-bottom.padding-custom3 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top, .padding-top.padding-0, .padding-top.padding-tiny, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-small, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-xlarge, .padding-top.padding-xxlarge, .padding-top.padding-huge, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-custom1, .padding-top.padding-custom2, .padding-top.padding-custom3 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-tiny, .padding-vertical.padding-xxsmall, .padding-vertical.padding-xsmall, .padding-vertical.padding-small, .padding-vertical.padding-medium, .padding-vertical.padding-large, .padding-vertical.padding-xlarge, .padding-vertical.padding-xxlarge, .padding-vertical.padding-huge, .padding-vertical.padding-xhuge, .padding-vertical.padding-xxhuge, .padding-vertical.padding-custom1, .padding-vertical.padding-custom2, .padding-vertical.padding-custom3 {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-0, .padding-horizontal.padding-tiny, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-small, .padding-horizontal.padding-medium, .padding-horizontal.padding-large, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-huge, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-custom2, .padding-horizontal.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-left, .padding-left.padding-0, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-xsmall, .padding-left.padding-small, .padding-left.padding-medium, .padding-left.padding-large, .padding-left.padding-xlarge, .padding-left.padding-xxlarge, .padding-left.padding-huge, .padding-left.padding-xhuge, .padding-left.padding-xxhuge, .padding-left.padding-custom1, .padding-left.padding-custom2, .padding-left.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-0, .padding-right.padding-tiny, .padding-right.padding-xxsmall, .padding-right.padding-xsmall, .padding-right.padding-small, .padding-right.padding-medium, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-xxlarge, .padding-right.padding-huge, .padding-right.padding-xhuge, .padding-right.padding-xxhuge, .padding-right.padding-custom1, .padding-right.padding-custom2, .padding-right.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-vertical, .margin-vertical.margin-0, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xsmall, .margin-vertical.margin-large, .margin-vertical.margin-xlarge, .margin-vertical.margin-huge, .margin-vertical.margin-xhuge, .margin-vertical.margin-xxhuge, .margin-vertical.margin-custom1, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-0, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-custom2, .margin-horizontal.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left, .margin-left.margin-0, .margin-left.margin-xxsmall, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-xlarge, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-right.margin-small, .margin-right.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-right.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-right.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-right.margin-0, .margin-right.margin-xxsmall, .margin-right.margin-xsmall, .margin-right.margin-large, .margin-right.margin-xlarge, .margin-right.margin-huge, .margin-right.margin-xhuge, .margin-right.margin-xxhuge, .margin-right.margin-custom1, .margin-right.margin-custom2, .margin-right.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.pointer-events-auto {
  pointer-events: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

.z-index-2 {
  z-index: 2;
  position: relative;
}

.margin-top-auto {
  margin-top: auto;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.logo-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.newsletter {
  align-items: stretch;
  width: 100%;
}

.cell-22 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.cell-23 {
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 225px;
}

.certifications-wrapper.margin-top.margin-large {
  width: 31.6rem;
  margin-top: 0;
}

.section_logo3 {
  overflow: hidden;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 1rem;
  display: flex;
}

.logo3_wrapper {
  background-color: var(--blue-grey);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 201px;
  min-height: 89px;
  padding: 1rem;
  display: flex;
}

.logo3_logo {
  max-width: 95%;
}

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

.layout294_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

._72 {
  font-family: new-spirit, sans-serif;
  font-size: 5rem;
}

.div-block-160 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_header1 {
  text-align: left;
  overflow: clip;
}

.header1_component {
  grid-column-gap: 4.4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-bottom: 0;
  display: grid;
}

.header1_image-wrapper {
  overflow: visible;
}

.header1_image {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.section_gallery14 {
  overflow: hidden;
}

.gallery14_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.gallery14_mask {
  overflow: visible;
}

.gallery14_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery14_image-wrapper {
  width: 100%;
}

.gallery14_image-wrapper:focus {
  opacity: .5;
}

.gallery14_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.gallery14_arrow {
  border: 1px solid var(--opacity--10-neutral);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery14_arrow.hide-mobile-landscape {
  bottom: 4rem;
}

.gallery14_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--more-party-magenta);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery14_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.magin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.navbar11_component {
  z-index: 10;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffffbf;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: sticky;
  inset: 0 0 auto;
}

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

.navbar11_logo-link.w--current {
  align-self: center;
}

.navbar11_logo-link.w--current:hover {
  opacity: 1;
}

.navbar11_logo {
  max-width: 145px;
  color: var(--blue-grey);
  display: flex;
}

.navbar11_logo:hover {
  opacity: .73;
}

.navbar11_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar11_link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: .5rem 1rem;
  font-size: clamp(14px, 1rem, 1vw);
}

.navbar11_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar11_link.text-weight-semibold {
  padding-left: clamp(4px, .8vw, 1rem);
  padding-right: clamp(4px, .8vw, 1rem);
  font-size: clamp(12px, 1vw, 1rem);
}

.navbar11_link.text-weight-semibold:hover {
  background-color: var(--medium-tan);
  border-radius: 8px;
}

.navbar11_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  align-items: center;
  padding: .5rem clamp(8px, .8vw, 1rem) .5rem clamp(4px, .8vw, 1rem);
  font-size: clamp(12px, 1vw, 1rem);
  display: flex;
}

.navbar11_dropdown-toggle:hover {
  background-color: var(--medium-tan);
  border-radius: 8px;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar11_dropdown-list.w--open {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--white);
  border-radius: 16px;
  width: 20.9rem;
  padding: 1rem;
  box-shadow: 0 0 48px #0003;
}

.navbar11_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar11_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  color: var(--blue-grey);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .25rem .25rem .25rem .85rem;
  text-decoration: none;
  display: flex;
}

.navbar11_dropdown-link:hover {
  background-color: #f7f6f4;
  border-radius: 4px;
}

.navbar11_dropdown-link.w--current {
  background-color: var(--medium-tan);
}

.navbar11_icon-wrapper {
  flex: none;
}

.navbar11_text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar11_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar11_menu-button {
  padding: 0;
}

.contact22_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.contact22_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.layout239_component {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

.layout239_item {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.layout239_image-wrapper {
  border-radius: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial13_component {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial13_client-image-wrapper {
  background-image: url('../images/PFDM-Team-Social.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  min-height: 519px;
  overflow: hidden;
}

.testimonial13_client-image {
  min-width: 791px;
}

.testimonial13_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial13_rating-wrapper {
  display: flex;
}

.testimonial13_rating-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial13_client {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial13_divider {
  background-color: var(--opacity--10-neutral);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial13_logo-wrapper {
  width: 179px;
}

.banner7_component {
  background-color: #20242a;
  position: relative;
}

.banner7_content-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner7_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.banner7_text-wrapper {
  margin-right: 1.5rem;
}

.heading-16 {
  font-weight: 400;
}

.section_layout242.industry-container-large {
  margin-top: 5rem;
}

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

.layout242_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout242_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.other-features-img-wrapper {
  background-image: radial-gradient(circle, #ece0ce 22%, #fff0 56%);
  justify-content: center;
  align-items: center;
}

.pricing12_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.pricing12_plan {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--light-tan);
  border-radius: 24px;
  padding: 4rem 2rem;
}

.stats44_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.stats44_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.stats44_item {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.stats44_item-content {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stats44_divider {
  background-color: #b9adad;
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.flex-block-10 {
  grid-column-gap: 52px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.navbar-qb {
  z-index: 10;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.other-features-content-2 {
  grid-column-gap: 60px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout402_component {
  flex-direction: column;
  display: flex;
}

.layout402_tabs-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
  overflow: auto;
}

.layout402_tabs-menu.no-scrollbar {
  flex-flow: wrap;
  width: 427px;
}

.layout402_tab-link {
  color: var(--pastel-magenta);
  background-color: #0000;
  border-bottom: 1.5px solid #0000;
  flex: none;
  padding: .5rem 0;
  font-weight: 600;
}

.layout402_tab-link.w--current {
  border-bottom-width: 2px;
  border-bottom-color: var(--more-party-magenta);
  background-color: #0000;
}

.layout402_tabs-content {
  overflow: visible;
}

.layout402_tab-wrapper {
  grid-column-gap: 2.8rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.layout402_image-wrapper {
  aspect-ratio: 1;
  background-image: radial-gradient(circle, #f4e8d54d, #fff0 60%);
  margin-top: -252px;
  margin-left: auto;
  overflow: clip;
}

.layout402_image {
  max-height: 700px;
}

.header1-hero_img {
  max-width: 127%;
}

.banner10_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  position: relative;
}

.layout406_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.layout406_tabs-menu {
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.layout406_tab-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  background-color: #0000;
  border-bottom: 1.5px solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 1rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.layout406_tab-link.w--current {
  border-bottom-width: 3px;
  border-bottom-color: var(--more-party-magenta);
  background-color: #0000;
  margin: 1rem;
}

.layout406_tab-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.layout406_image-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.section-copy {
  pointer-events: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonial3_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial3_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial3_logo-wrapper {
  max-height: 67px;
  margin-bottom: 2rem;
}

.testimonial3_logo {
  mix-blend-mode: multiply;
  max-height: 3rem;
}

.testimonial3_title-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.flex-block-11 {
  flex-flow: row;
}

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

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

.layout299_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section_header70 {
  background-color: var(--blue-grey);
  position: relative;
}

.section_faq.light {
  background-color: var(--opacity--50-white);
}

.faq3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: start;
  display: grid;
}

.faq3_list {
  border-bottom-style: none;
  border-bottom-color: var(--opacity--10-neutral);
}

.faq3_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq3_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px none var(--opacity--10-neutral);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq3_question:hover {
  opacity: .7;
}

.faq3_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq3_answer {
  overflow: hidden;
}

.partner-login {
  z-index: 999;
  background-color: var(--sand);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 132px;
  padding: 5px 13px;
  font-size: .7rem;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

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

.pricing20_plan {
  border: 1px solid #5e616726;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
}

.pricing20_content {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.pricing20_divider {
  background-color: var(--opacity--10-neutral);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing20_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing20_feature {
  display: flex;
}

.pricing20_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.pricing-modal_component {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.pricing-modal_content-wrapper {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: scroll;
  box-shadow: 0 2px 50px #0003;
}

.pricing-modal-content {
  width: 100%;
  height: 150vh;
}

.modal1_close-button {
  position: absolute;
  inset: 24px 24px auto auto;
}

.show-mobile-landscape {
  display: block;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pricing-enterprise {
  align-self: stretch;
  margin-top: 2rem;
}

.pricing20_product-image {
  max-height: 40px;
}

.pricing-modal-cell {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
}

.pricing-modal-table-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.pricing-modal-list {
  padding-left: 20px;
}

.gallery15_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
}

.gallery15_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.gallery15_mask {
  overflow: hidden;
}

.gallery15_image-wrapper {
  width: 100%;
}

.gallery15_image-wrapper:focus {
  opacity: .5;
}

.gallery15_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery15_arrow {
  border-style: solid;
  border-width: 1px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery15_arrow.hide-mobile-landscape {
  background-color: var(--white);
  position: absolute;
  inset: auto auto 0% 0%;
}

.gallery15_arrow.hide-mobile-landscape.right {
  inset: auto 0% 0% auto;
}

.gallery15_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--more-party-magenta);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.layout406_image {
  width: 100%;
  height: 100%;
}

.video_lightbox {
  display: flex;
  position: relative;
}

.section_cta25 {
  position: relative;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
}

.text-span-2 {
  color: var(--more-party-magenta);
}

.line-divider {
  background-color: var(--\<unknown\|relume-variable-border-color-1\>);
  width: 100%;
  height: 1px;
}

.footer5_top-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 2.5fr) 1fr 1fr 1fr 1fr;
  align-items: start;
}

.footer5_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer5_link-list.text-color-white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.navbar11_dropdown-link-list-copy {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content auto auto;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar11_dropdown-link-copy {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  color: var(--white);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem;
  text-decoration: none;
  display: flex;
}

.navbar11_dropdown-link-copy:hover {
  opacity: .7;
}

.navbar11_dropdown-link-copy.w--current {
  opacity: .5;
}

.code-embed {
  width: 25rem;
}

.div-block-163 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-right: 60px;
  display: flex;
}

.div-block-164 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.layout406_comntent-wrapper {
  text-align: center;
  max-width: 38.4rem;
}

.layou406_tab-logo-wrapper {
  max-height: 52px;
}

.section_header1_product-logo {
  height: 52px;
}

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

.contact6_content.form {
  background-color: var(--white);
  background-color: #fff;
  border-radius: 20px;
  padding: 4rem;
}

.contact6_content.form-copy {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  padding: 4rem;
}

.layout18_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.1rem;
  color: var(--white);
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.layout18_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.layout18_item-icon-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--blue-grey);
  flex-flow: row;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
  display: flex;
}

.layout18_item-icon-wrapper.text-color-white {
  color: var(--white);
}

.section_layout276 {
  background-color: var(--blue-grey);
  position: relative;
}

.section_layout276.text-color-alternate {
  display: block;
}

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

.layout276_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout276_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  display: flex;
}

.layout276_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.layout276_item-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.layout276_background-video-wrapper {
  z-index: 0;
  background-color: var(--blue-grey);
  display: block;
  position: absolute;
  inset: 0%;
}

.text-style-tagline {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.text-align-center {
  margin-bottom: 20px;
  display: block;
}

.employee-experience-insights_feature-4_component {
  flex-direction: column;
  align-items: center;
}

.employee-experience-insights_feature-4_image {
  width: 100%;
  height: 100%;
}

.section_employee-experience-insights_cta {
  overflow: hidden;
}

.layout408_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: sticky;
  top: 0;
}

.layout408_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--light-tan);
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  margin-bottom: 10vh;
  display: grid;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.layout408_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.layout408_image-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 697px;
  display: flex;
}

.layout408_image {
  max-width: 60%;
}

.section_layout484 {
  max-height: 100vh;
}

.layout484_text.white-text {
  font-family: Montserrat, sans-serif;
}

.layout484_split-text {
  display: none;
}

.text-color-60alpha {
  opacity: .6;
}

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

.layout1_component.max-width-1000 {
  width: 1000px;
}

.layout1_image {
  width: 100%;
  height: 100%;
}

.layout406_tab-subhead {
  justify-content: flex-start;
  align-items: center;
}

.layout406-tab-link-logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout406_tab-link-logo {
  max-height: 52px;
}

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

.gallery-15_content-left, .layout1_cell-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: flex-start;
}

.layout1_quickstack {
  padding: 0;
}

.pricing20_integrations-button {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
}

.medium-tan {
  background-color: var(--medium-tan);
  justify-content: center;
  align-items: center;
}

.integration_section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.integration_quickstack {
  border-top: 1px solid var(--text);
  padding: 1.5rem 0 0;
}

.image-22 {
  text-align: left;
  margin-top: 50px;
}

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

.ticketing_layout-1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.ticketing_layout-1_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: var(--large);
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.ticketing_layout-3_component {
  flex-direction: column;
  align-items: center;
}

.ticketing_layout-3_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.ticketing_layout-3_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ticketing_layout-4_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.ticketing_layout-4_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: var(--large);
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.footer2_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer2_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

.footer2_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer2_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer2_right-wrapper {
  flex-direction: column;
  display: flex;
}

.footer2_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer2_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

.divider-horizontal {
  background-color: var(--opacity--10-neutral);
  width: 100%;
  height: 2px;
}

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

.footer2_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer2_credit-text {
  font-size: .875rem;
}

.footer2_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer2_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.footer2_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer5_left-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-right: 60px;
  display: flex;
}

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

.header26_image-wrapper {
  aspect-ratio: auto;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.header26_image-wrapper.is-bkg {
  aspect-ratio: auto;
  border-radius: var(--_radius---radius-lg);
  background-image: linear-gradient(0deg, #119aba3b, #119aba00 64%);
}

.header26_image {
  border-radius: var(--_radius---radius-lg);
}

.navbar1_component {
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  border-radius: 0;
  padding: .5rem;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.section_listing_feature-1 {
  position: relative;
}

.listing_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.listing_feature-1_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.listing_feature-1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.listing_feature-2_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.listing_feature-2_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.listing_feature-2_item-icon-wrapper {
  flex-flow: row;
  display: flex;
}

.listing_feature-2_image-wrapper {
  border-radius: 0;
}

.listing_feature-2_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.listing_feature-3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.listing_feature-3_image-wrapper {
  border-radius: 0;
}

.listing_feature-3_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.listing_feature-3_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.listing_feature-3_item-icon-wrapper {
  display: inline-block;
}

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

.listing_layout_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.listing_layout_card {
  border-radius: var(--large);
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.listing_layout_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.listing_layout_item-icon-wrapper {
  display: flex;
}

.section_cta17 {
  position: relative;
}

.section_cta17.text-color-white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

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

.cta17_background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.cta17_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blue-gradient {
  background-image: radial-gradient(circle, #119aba54, #119aba00 61%);
}

.div-block-165 {
  aspect-ratio: 1;
}

.divider {
  flex-flow: row;
  display: block;
}

.section_cta13.pink {
  background-color: var(--more-party-magenta);
}

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

.div-block-166 {
  background-color: var(--blue-grey);
}

.ticketing_header_left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.ticketing_header {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.ticketing_header-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: flex;
}

.banner2_wrapper {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner2_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.banner2_icon-wrapper {
  flex: none;
}

.banner2_close-button {
  margin-left: 1rem;
}

.banner7_icon-wrapper {
  flex: none;
}

.banner7_close-button {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
}

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

.paragraph-4, .paragraph-5, .paragraph-6, .heading-18, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .heading-19 {
  align-self: flex-start;
}

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

.other-feature-image {
  width: 80%;
  max-width: none;
}

.paragraph-12 {
  color: var(--white);
  text-align: center;
}

.paragraph-13 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog1-header_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.blog1-header_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog1-header_category-menu.no-scrollbar {
  flex-flow: wrap;
  width: 427px;
}

.blog1-header_menu-link {
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.blog1-header_menu-link.w--current {
  border-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog1-header_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog1-header_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog1-header_image-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: var(--_radius---radius-lg);
  background-color: var(--opacity--70-white);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog1-header_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.blog1-header_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog1-header_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog1-header_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog1-header_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog1-header_author-image-wrapper {
  margin-right: 1rem;
}

.blog1-header_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog1-header_date-wrapper {
  display: flex;
}

.blog1-header_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.section_blog1-cta {
  position: relative;
}

.blog1-cta_form {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.success-message {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

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

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

.error-text {
  color: #e23939;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

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

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

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

.footer1_credit-text {
  font-size: .875rem;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

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

.blog1-header_collection-item {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section_blog-post2-header {
  position: relative;
}

.blog-post2-header_title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-post2-header_category-link {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  margin-bottom: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post2-header_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog-post2-header_author-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-post2-header_author-image-wrapper {
  margin-bottom: 1rem;
}

.blog-post2-header_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post2-header_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.text-divider.text-color-white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.blog-post2-header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: var(--opacity--transparent);
  background-image: linear-gradient(0deg, var(--blue-grey), #282c3470);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.blog-post2-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-post2-content_content-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.blog-post2-content_breadcrumb {
  align-items: center;
  width: 100%;
  display: flex;
}

.breadcrumb-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  text-decoration: none;
}

.breadcrumb-link:hover {
  opacity: .5;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.blog-post2-content_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blog-post2-content_share.content-top {
  margin-top: 0;
}

.blog-post2-content_social-link {
  border-radius: 20px;
  padding: .25rem;
}

.blog-post2-content_social-link:hover {
  opacity: .5;
}

.blog-post2-content_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blog-post2-content_content {
  margin-bottom: 4rem;
}

.blog-post2-content_content-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-post2-content_share-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-post2-content_tag-list-wrapper {
  width: 100%;
}

.blog-post2-content_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.blog-post2-content_tag-item {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post2-content_tag-item.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog-post2-content_divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.blog-post2-content_author-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-post2-content_author-image-wrapper {
  margin-bottom: 1rem;
}

.blog-post2-content_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.section_blog-post2-cta {
  position: relative;
}

.blog-post2-cta_form {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.blog-post2-related_component {
  flex-direction: column;
  align-items: center;
}

.blog-post2-related_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-post2-related_item {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.blog-post2-related5_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog-post2-related_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog-post2-related_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post2-related_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog-post2-related_category-wrapper {
  margin-bottom: .5rem;
  display: flex;
}

.blog-post2-related_title-wrapper {
  margin-bottom: .5rem;
}

.blog-post2-related_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog-post2-related_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post2-related_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog-post2-related_date-wrapper {
  display: flex;
}

.blog-post2-related_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post2-header_logo-wrapper-hero {
  border-radius: var(--_radius---radius-md);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 276px;
  padding: 15px;
  display: flex;
}

.stats1_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.stats1_list.text-color-white {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.stats1_item {
  border-left: 2px solid var(--more-party-magenta);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  display: flex;
}

.stats1_item.text-color-white {
  text-align: left;
}

.stats1_number {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-20 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.heading-21 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.heading-22 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.heading-23 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-24 {
  text-transform: none;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

.block-quote {
  font-family: var(--_typography---body);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: .75rem 1.25rem;
}

.list-5 {
  margin-top: 1rem;
}

.list-6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.rich-text-stat h3 {
  color: var(--white);
  margin-bottom: 1rem;
  font-family: new-spirit, sans-serif;
  font-size: 2.5rem;
}

.blog1-header_image-logo-wrapper {
  border-radius: var(--_radius---radius-sm);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 30%;
  display: flex;
  position: absolute;
  inset: auto;
}

.blog1-header_image-logo-wrapper.is-transparent {
  background-color: var(--opacity--transparent);
}

.blog1-header_logo {
  width: 80%;
}

.breadcrumb_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-167 {
  aspect-ratio: 3 / 2;
  background-color: var(--medium-tan);
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog1-header_collection-item-top {
  width: 100%;
}

.section_header92 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.header92_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 2px solid var(--opacity--10-neutral);
  border-radius: var(--_radius---radius-lg);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.header92_image-wrapper {
  aspect-ratio: 1;
  background-color: var(--opacity--50-white);
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header92_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header92_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.section_faq2 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.faq2_component {
  width: 100%;
}

.faq2_list {
  border-bottom: 1px #000;
}

.faq2_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq2_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 2px solid var(--opacity--10-neutral);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq2_question:hover {
  opacity: .5;
}

.faq2_icon-wrapper {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq2_answer {
  overflow: hidden;
}

.header92_logo-wrapper {
  width: 300px;
}

.header92_logo {
  width: 100%;
}

.header92_logo-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
}

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

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

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

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

.modal1_component {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper {
  background-color: var(--light-tan);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: scroll;
}

.modal-content-replace-this-div {
  border: 2px dashed #0000001a;
  width: 100%;
  height: 150vh;
}

.pop-up {
  z-index: 10;
  background-color: var(--opacity--50-neutral);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-item {
  border-radius: var(--_radius---radius-lg);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 420px;
  padding: 3.4rem;
  position: relative;
}

.bio {
  height: 180px;
  padding-right: 20px;
  overflow: auto;
}

.close {
  position: absolute;
  inset: 20px 20px auto auto;
}

.layout192_component {
  margin-top: 60px;
}

.layout192_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout192_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.layout192_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.layout237_item {
  border-radius: var(--_radius---radius-lg);
  background-color: var(--60-white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.layout237_item-icon-wrapper {
  vertical-align: middle;
  display: block;
}

.icon-1x1-48 {
  width: 3rem;
  height: 3rem;
}

.section_gallery17 {
  overflow: hidden;
}

.gallery17_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  width: 100%;
}

.gallery17_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

.gallery17_mask {
  width: 50%;
  overflow: visible;
}

.gallery17_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery17_lightbox-link {
  width: 100%;
}

.gallery17_image-wrapper {
  border-radius: var(--_radius---radius-lg);
  width: 100%;
  overflow: hidden;
}

.gallery17_image-wrapper.is-blue-gradient {
  background-image: linear-gradient(#119aba0d, #119aba33);
}

.gallery17_image-wrapper.is-gray-gradient {
  background-image: linear-gradient(180deg, var(--opacity--10-neutral), #282c340d);
}

.gallery17_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-arrow {
  background-color: var(--white);
  width: 3rem;
  height: 3rem;
  color: var(--more-party-magenta);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow.is-centre-next.hide-mobile-landscape {
  background-color: var(--white);
  position: absolute;
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery17_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.gallery17_content-bottom {
  margin-top: 1rem;
}

.section_timeline14 {
  background-color: var(--blue-grey);
  color: var(--white);
}

.component-instructions-delete {
  z-index: 1;
  background-color: var(--\<unknown\|relume-variable-neutral-shade-1\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  text-align: left;
  padding: 2rem;
  display: none;
  position: relative;
}

.component-instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.component-instructions-image {
  margin-top: 1.5rem;
}

.timeline14_component {
  position: relative;
}

.timeline14_tab-change {
  display: none;
}

.timeline14_progress-bar {
  z-index: 1;
  background-color: var(--more-party-magenta);
  width: 17%;
  height: 3px;
  transition: width .2s;
  position: absolute;
  top: 3.5rem;
}

.timeline14_tabs-menu {
  color: var(--\<unknown\|relume-variable-neutral-shade-4\>);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
  overflow: auto;
}

.timeline14_tabs-menu.no-scrollbar {
  flex-flow: wrap;
}

.timeline14_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--opacity--transparent);
  color: var(--20-white);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .5rem 0;
  transition: color .2s;
  display: flex;
}

.timeline14_tab-link:hover {
  color: var(--white);
}

.timeline14_tab-link.w--current {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.timeline14_fade-overlay-left {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--blue-grey), #fff0);
  width: 4rem;
  height: 6px;
  position: absolute;
  bottom: .75rem;
  left: 0%;
}

.timeline14_tab-progress-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.timeline14_tab-progress {
  background-color: var(--opacity--50-white);
  opacity: .15;
  width: 100%;
  height: 3px;
}

.timeline14_circle {
  z-index: 2;
  width: .9375rem;
  height: .9375rem;
  box-shadow: 0 0 0 8px var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline14_fade-overlay-right {
  z-index: 2;
  background-image: linear-gradient(90deg, #fff0, var(--blue-grey));
  width: 4rem;
  height: .5rem;
  position: absolute;
  bottom: .75rem;
  right: 0%;
}

.timeline14_tab-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.timeline14_left-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.timeline14_image-wrapper {
  border-radius: var(--_radius---radius-lg);
  overflow: hidden;
}

.timeline14_image-wrapper.is-bkg {
  background-color: #fff3;
  background-image: none;
}

.timeline14_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

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

.timeline14_fade-overlay-right-2 {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--blue-grey), #fff0);
  width: 4rem;
  height: 6px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cta55_card {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta55_card.text-color-white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.cta55_card-content {
  z-index: 1;
  position: relative;
}

.cta55_background-video-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.cta55_background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_cta51 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

.cta51_card {
  border-radius: var(--_radius---radius-lg);
  background-color: var(--more-party-magenta);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  overflow: hidden;
}

.layout108_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.layout108_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.timeline14_left-content_bottm {
  margin-top: var(--_ui-styles---small);
}

.div-block-169 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.paragraph-14 {
  float: none;
  text-align: left;
}

.paragraph-15, .paragraph-16, .paragraph-17 {
  float: none;
}

.heading-25 {
  color: var(--blue-grey);
}

.text-size-medium-copy {
  font-size: 1.125rem;
}

.heading-26, .heading-27, .heading-28, .heading-29 {
  color: var(--more-party-magenta);
}

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

.header92_image-wrapper-2 {
  aspect-ratio: 1;
  color: var(--blue-grey);
  object-fit: cover;
  background-color: #f7f6f4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.list-7 {
  text-align: left;
  object-fit: fill;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 21px;
  padding-right: 21px;
  text-decoration: none;
  display: block;
}

.heading-32 {
  margin-left: 40px;
  margin-right: 40px;
}

.heading-32.text-align-center {
  color: var(--more-party-magenta);
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}

.heading-33 {
  color: var(--white);
  text-align: center;
  align-self: center;
}

.heading-34 {
  margin-top: 0;
  margin-bottom: 20px;
}

.quick-stack-14 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.code-embed-2 {
  max-width: 100%;
  overflow: hidden;
}

.cell-24 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-170 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

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

.container-1321 {
  margin-bottom: 40px;
}

.cell-25 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

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

.section-contact5 {
  padding: 0;
}

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

.contact5_comp {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: center stretch;
  margin-top: 80px;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.rich-text-block {
  text-align: center;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 400;
  display: block;
}

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

.div-block-171 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 40px;
  display: flex;
}

.list-item-3, .list-item-4, .list-item-5 {
  text-align: left;
}

.div-block-172 {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.core-product-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.rich-text-block-2 {
  overflow-wrap: anywhere;
}

.compare-header_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-wrap: balance;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding: 0;
  display: flex;
}

.comp_table-embed {
  border-radius: 12px;
}

.comparison_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.comparison_grid:where(.w-variant-6ba1f18b-fffd-82c5-0d5f-fd4f701b3778) {
  grid-template-columns: 1fr 1fr 1fr;
}

.comparison_card-link {
  border-radius: var(--_radius---radius-lg);
  color: var(--blue-grey);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.comparison_card-link:hover {
  background-color: #282c340d;
}

.width-100 {
  width: 100%;
}

.quick-stack-16 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  margin-top: 50px;
}

.section-10 {
  padding-top: 100px;
}

.list-8 {
  margin-top: 20px;
}

.text-block-3 {
  margin-left: 0;
  padding-top: 10px;
  padding-left: 0;
}

.demo {
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
}

.code-embed-3 {
  color: var(--more-party-magenta);
  background-color: #282c34;
  margin-top: 100px;
  margin-left: 40px;
  margin-right: 100px;
}

.demo-form {
  color: var(--blue-grey);
  background-color: #282c34;
  padding-bottom: 100px;
}

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

.code-embed-4 {
  background-color: #f4e8d5;
}

.container-1323 {
  margin-top: 100px;
}

.container-1324 {
  color: var(--blue-grey);
  background-color: #fdfbfb;
  border-radius: 20px;
  padding: 20px;
}

.column {
  color: var(--blue-grey);
  margin-top: 60px;
}

.heading-style-h2-2 {
  color: #f8f8fa;
  font-size: 3rem;
  line-height: 1.2;
}

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

.demo_lp {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  color: var(--blue-grey);
  background-color: #282c34;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin: 40px;
  padding: 40px 60px;
  display: grid;
}

.contact6_content-copy.form {
  background-color: var(--white);
  background-color: #fff;
  border-radius: 20px;
  padding: 4rem;
}

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

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .paragraph-19 {
  color: var(--blue-grey);
}

.heading-36 {
  color: var(--blue-grey);
  text-align: center;
}

.text-span-3 {
  color: var(--more-party-magenta);
}

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

.code-embed-5 {
  margin-top: 60px;
}

.text-span-4, .text-span-5 {
  color: var(--more-party-magenta);
}

.text-size-medium--faq {
  color: var(--blue-grey);
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.125rem;
  display: block;
}

.text-size-medium--faq.text-align-center {
  color: var(--blue-grey);
  font-size: 1.5rem;
}

.text-size-medium--faq.text-weight-bold {
  margin-top: 20px;
  margin-bottom: 0;
}

.text-block-5 {
  flex: 1;
}

.industry-page-wrapper {
  overflow: clip;
}

.industry-padding-global {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.industry-padding-global.is-grey {
  background-color: var(--blue-grey);
}

.industry-padding-global.medium-tan {
  background-color: var(--medium-tan);
}

.industry-padding-global.medium-tan.blue-gradient {
  background-image: radial-gradient(circle at 93% 129%, #119aba52, #119aba00 37%);
}

.industry-padding-global.blue-gradient {
  background-image: radial-gradient(circle, #119aba4d, #119aba00 53%);
}

.industry-padding-global.blue-gradient.right {
  background-image: radial-gradient(circle at 70%, #119aba4d, #119aba00 53%);
}

.industry-padding-global.blue-gradient.right.small {
  background-image: radial-gradient(circle at 70%, #119aba4d, #119aba00 30%);
}

.industry-padding-global.blue-gradient.bottom {
  background-image: radial-gradient(circle at 50% 69%, #119aba4d, #119aba00 53%);
}

.industry-padding-global.blue-gradient.bottom.small {
  background-image: radial-gradient(circle at 50% 59%, #119aba4d, #119aba00 47%);
}

.industry-padding-global.blue-gradient.bottom.large {
  background-image: radial-gradient(circle at 50% 69%, #119aba30, #119aba00 83%);
}

.industry-padding-global.blue-gradient.product {
  background-image: none;
}

.industry-padding-global.blue-gradient.left {
  background-image: radial-gradient(circle at 30%, #119aba4d, #119aba00 53%);
}

.industry-padding-global.blue-gradient.left.small {
  background-image: radial-gradient(circle at 30%, #119aba4d, #119aba00 30%);
}

.industry-padding-global.blue {
  background-color: var(--sky-blue);
}

.industry-padding-global.blue._100-height {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.industry-padding-global.is-light {
  background-color: var(--opacity--50-white);
}

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

.industry-padding-section-large {
  float: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.industry-header-component {
  flex-direction: column;
  align-items: center;
}

.industry-header-image {
  aspect-ratio: auto;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.industry-header-image.is-bkg {
  aspect-ratio: auto;
  border-radius: var(--_radius---radius-lg);
  background-image: linear-gradient(0deg, #119aba3b, #119aba00 64%);
}

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

.industry-container-small {
  z-index: 5;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.max-width-large-industry.align-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.margin-bottom-industry {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.margin-bottom-industry.margin-xxlarge {
  margin: 0;
  padding-bottom: 60px;
}

.margin-bottom-industry.margin-small, .margin-bottom-industry.margin-tiny, .margin-bottom-industry.margin-0, .margin-bottom-industry.margin-xxsmall, .margin-bottom-industry.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-industry.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.margin-bottom-industry.margin-xlarge, .margin-bottom-industry.margin-huge, .margin-bottom-industry.margin-xhuge, .margin-bottom-industry.margin-xxhuge, .margin-bottom-industry.margin-custom1, .margin-bottom-industry.margin-custom2, .margin-bottom-industry.margin-custom3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-industry.margin-medium {
  margin: 0 0 2rem;
}

.industry-standard-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 60px;
  display: grid;
}

.image-25 {
  padding: 60px;
}

.image-26 {
  text-align: center;
  object-fit: fill;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 50%;
  display: inline-block;
}

.text-size-medium-copy {
  color: var(--blue-grey);
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.125rem;
  display: block;
}

.text-size-medium-copy.text-align-center {
  color: var(--blue-grey);
  font-size: 1.5rem;
}

.text-size-medium-copy.text-weight-bold {
  margin-bottom: 0;
}

.section-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-product_tabs {
  background-color: var(--medium-tan);
  justify-content: center;
  align-items: center;
}

.text-wrap-balance {
  text-wrap: balance;
}

.margin-bottom-7rem {
  margin-bottom: 7rem;
}

.page-wrapper-lp {
  overflow: clip;
}

.padding-global-lp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.padding-global-lp.is-grey {
  background-color: var(--blue-grey);
}

.padding-global-lp.medium-tan {
  background-color: var(--medium-tan);
}

.padding-global-lp.medium-tan.blue-gradient {
  background-image: radial-gradient(circle at 93% 129%, #119aba52, #119aba00 37%);
}

.padding-global-lp.blue-gradient {
  background-image: radial-gradient(circle, #119aba4d, #119aba00 53%);
}

.padding-global-lp.blue-gradient.right {
  background-image: radial-gradient(circle at 70%, #119aba4d, #119aba00 53%);
}

.padding-global-lp.blue-gradient.right.small {
  background-image: radial-gradient(circle at 70%, #119aba4d, #119aba00 30%);
}

.padding-global-lp.blue-gradient.bottom {
  background-image: radial-gradient(circle at 50% 69%, #119aba4d, #119aba00 53%);
}

.padding-global-lp.blue-gradient.bottom.small {
  background-image: radial-gradient(circle at 50% 59%, #119aba4d, #119aba00 47%);
}

.padding-global-lp.blue-gradient.bottom.large {
  background-image: radial-gradient(circle at 50% 69%, #119aba30, #119aba00 83%);
}

.padding-global-lp.blue-gradient.product {
  background-image: none;
}

.padding-global-lp.blue-gradient.left {
  background-image: radial-gradient(circle at 30%, #119aba4d, #119aba00 53%);
}

.padding-global-lp.blue-gradient.left.small {
  background-image: radial-gradient(circle at 30%, #119aba4d, #119aba00 30%);
}

.padding-global-lp.blue {
  background-color: var(--sky-blue);
}

.padding-global-lp.blue._100-height {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.padding-global-lp.is-light {
  background-color: var(--opacity--50-white);
}

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

.padding-section-large-lp {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: block;
}

.demo-hero-section-lp {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.demo-hero-section-lp.padding-global-lp {
  background-color: #d11e8fa3;
}

.demo-hero-content.form {
  background-color: var(--white);
  background-color: #fff;
  border-radius: 20px;
  padding: 4rem;
}

.demo-hero-content.form-copy {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  padding: 4rem;
}

.demo-hero-form-container.form {
  background-color: var(--white);
  background-color: #fff;
  border-radius: 20px;
  padding: 4rem;
}

.demo-hero-form-container.form-copy {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  padding: 4rem;
}

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

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

.layout_list_demo {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.demo_lp_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--_radius---radius-lg);
  background-color: var(--60-white);
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.paragraph-20, .paragraph-21, .paragraph-22 {
  margin-top: 20px;
}

.heading-h3-new-spirit {
  font-family: new-spirit, sans-serif;
}

.bold-text-5 {
  color: var(--more-party-magenta);
}

.feature_card_lp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--_radius---radius-lg);
  background-color: var(--60-white);
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding: 24px;
  display: flex;
}

.listings_item {
  grid-column-gap: 1rem;
  grid-row-gap: 2.1rem;
  color: var(--white);
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.listings_icon_wrappers {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--blue-grey);
  flex-flow: row;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
  display: flex;
}

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

.listing_paragraph {
  float: none;
}

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

.listing_content.form {
  background-color: var(--white);
  background-color: #fff;
  border-radius: 20px;
  padding: 4rem;
}

.listing_content.form-copy {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  padding: 4rem;
}

.listing_item_list_layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.listings_demo_form.form {
  background-color: var(--white);
  background-color: #fff;
  border-radius: 20px;
  padding: 4rem;
}

.listings_demo_form.form-copy {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  padding: 4rem;
}

.paragraph-23 {
  margin-bottom: 40px;
}

.div-block-173 {
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 100px;
    padding-bottom: 40px;
    position: fixed;
    inset: 0 0% 0%;
    overflow: auto;
  }

  .navbar-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-container {
    height: 78px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-list {
    position: static;
  }

  .dropdown-list.w--open {
    width: 100%;
    box-shadow: none;
    background-color: #dfdfdf33;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    transform: none;
  }

  .content-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .navbar_dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .dropdown {
    display: block;
  }

  .grid-hero, .grid-hero.page-product {
    grid-template-columns: 1fr;
  }

  .paragraph-white.center.heropadding {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-white.center.lpsf-padding {
    padding-left: 72px;
    padding-right: 72px;
  }

  .hero-image-home {
    margin-top: 40px;
  }

  .divblock-flex-vertalign.industriespage {
    padding-left: 0;
    padding-right: 0;
  }

  .divblock-flex-vertalign.integrations-padding {
    padding-top: 60px;
  }

  .content-wrapper-hero {
    padding-left: 32px;
    padding-right: 32px;
  }

  .content-wrapper-hero.resourcespage {
    padding: 60px 48px;
  }

  .grid-threecolumn {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .backgroundimage {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .divblock-clientslider {
    padding-right: 128px;
  }

  .image-badge {
    height: 80px;
  }

  .image-badge.quinn {
    height: 150px;
  }

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

  .divblock-leftcontent {
    padding-right: 0;
  }

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

  .divblock-rightcontent {
    padding-left: 0;
  }

  .paragraph-testimonials {
    padding-left: 72px;
    padding-right: 72px;
  }

  .tabs-menu {
    width: 100%;
    padding-bottom: 64px;
  }

  .tabs {
    display: block;
  }

  .tabs-content {
    width: 100%;
  }

  .divblock-testimonialspadding {
    margin-left: 0;
  }

  .footer_top {
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 80px;
  }

  .divblock-flex-horizontalfull.is-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .divblock-flex-horizontalfull.mobileflex-vertical {
    flex-direction: column;
  }

  .image-fillgrid-noborder.partnerimages {
    height: 450px;
  }

  .grid-integrations-industriespage {
    grid-template-columns: 1fr;
  }

  .paragraph-integrations {
    padding-left: 0;
    padding-right: 0;
  }

  .image-integrationsgear {
    top: -10%;
  }

  .divblock-productpage-herosection {
    margin-bottom: -80px;
  }

  .divblock-lottieanimation-productpage {
    display: none;
  }

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

  .grid-productwhatyousee.insightpage {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-productfeatures, .grid-twocolumn {
    grid-template-columns: 1fr;
  }

  .grid-twocolumn.pricingcolumns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .divblock-vsbadge {
    display: none;
    top: 47%;
    left: 44%;
  }

  .white-text {
    flex: 1;
  }

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

  .richtext-legaldocpage {
    width: 90%;
  }

  .content-wrapper-footer {
    padding-left: 48px;
    padding-right: 48px;
  }

  .content-wrapper-footer.landingpage {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .grid-stickyformlandingpage {
    grid-template-columns: 2fr;
  }

  .divblock-slideoutformcontainer {
    width: 95%;
  }

  .grid-webinarsummaryandphoto, .grid-webinarspeakers {
    grid-template-columns: 1fr;
  }

  .divblock-webinarform {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-resources-featuredcontent {
    grid-template-columns: 1fr;
  }

  .linkblock-resources.recentcontent {
    max-height: 100vh;
  }

  .overlaybackground {
    overflow: hidden;
  }

  .ebookheader {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .ebooksection {
    padding-left: 40px;
    padding-right: 40px;
  }

  .stickyebook-menu, .stickyebookmenu-div {
    position: static;
  }

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

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

  .image-mainresource {
    width: 100%;
    margin-top: 32px;
  }

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

  .textblock-recentcontenttitle {
    font-size: 24px;
    line-height: 30px;
  }

  .embed-einform {
    width: 100%;
  }

  .div-block-136 {
    padding-left: 0;
  }

  .menu-button {
    z-index: 2;
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--more-party-magenta);
    border-radius: 2000%;
  }

  .paragraph-popupform.hideonmobile {
    display: none;
  }

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

  .grid-thirdsstateofdental {
    align-items: start;
  }

  .home_hero-section {
    padding-top: 0;
  }

  .home_hero-section.quinn {
    padding-bottom: 0;
  }

  .section-paddings-medium {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-paddings-medium.quinn {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .padding-global.blue-gradient.right.small {
    background-image: radial-gradient(circle at 50% 60%, #119aba4d, #119aba00 46%);
  }

  .home-hero_img-slider {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .formula_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
  }

  .numbers_item {
    grid-row-gap: 12px;
    flex: 1;
    min-height: 25vw;
  }

  .formula_item {
    align-items: center;
  }

  .other-features-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-top: 100px;
  }

  .other-features-content-1 {
    grid-row-gap: 2rem;
    flex-flow: wrap-reverse;
    grid-template-columns: 2fr;
    display: flex;
  }

  .other-features-content {
    flex-flow: wrap;
    padding-left: 0;
  }

  .footer {
    background-image: none;
  }

  .footer_nav {
    justify-content: space-between;
    width: 100%;
  }

  .use_item {
    grid-row-gap: 12px;
    flex: 1;
    min-height: 25vw;
  }

  .reputation_tabs {
    margin-top: 31px;
    margin-bottom: 103px;
  }

  .reputation_tabs-menu {
    max-width: 50%;
    margin-right: 5%;
  }

  .reputation_tabs-block {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .reputation_text {
    margin-top: 16px;
    font-size: 14px;
  }

  .tab_link {
    font-size: 20px;
  }

  .hero_img {
    max-width: 100%;
  }

  .partner_form-wrapper {
    margin-top: -200px;
    padding: 60px;
  }

  .partner_hero-section {
    padding-bottom: 200px;
  }

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

  .section.gray {
    padding-top: 31px;
    padding-bottom: 31px;
  }

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

  .cell-4 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 72px;
  }

  .tab_link-2 {
    font-size: 20px;
  }

  .heading-5.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .formula-section-2 {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .quick-stack-4 {
    grid-column-gap: 20px;
    margin-top: 23px;
    position: static;
  }

  .bottom-demo {
    margin-top: 81px;
    margin-bottom: 81px;
    padding: 38px;
  }

  .div-block-140 {
    margin-top: 27px;
    margin-bottom: 90px;
  }

  .div-block-142 {
    padding-right: 0;
  }

  .cell-7 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .container-1320 {
    align-items: stretch;
    width: 95%;
    margin-top: 50px;
  }

  .left-column-40 {
    width: 100%;
  }

  .badge {
    max-height: 111px;
  }

  .right-column {
    width: 100%;
    padding-left: 0;
  }

  .hero {
    flex-direction: column;
  }

  ._3cb-column {
    background-size: 115px;
    padding-top: 18px;
  }

  ._3cb-wrapper {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    flex-direction: column;
    padding-left: 23px;
    padding-right: 23px;
  }

  .qb-h2._2-lines, .qb-h2.lef-right-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .chip-group {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 74px;
  }

  .feedback-text {
    margin-top: 0;
    font-size: 16px;
  }

  .cell-drop-shadow {
    padding: 42px;
  }

  .more-features {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .qb-h3 {
    font-size: 24px;
  }

  .hero-image {
    left: 0;
  }

  .cell-19 {
    padding-right: 0;
  }

  .quick-stack-11 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
  }

  .image-14 {
    height: 73px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium.align-left-desktop {
    text-align: center;
  }

  .header102_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

  .header102_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing20_feature-list-button.align-left {
    justify-content: flex-start;
    align-items: center;
  }

  .header102_slider {
    width: 100vw;
    max-width: 100%;
  }

  .header102_slide-wrapper {
    grid-template-rows: 60% 40%;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h2.align-left-desktop {
    text-align: center;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .text-size-regular.columns-2 {
    column-count: 1;
  }

  .text-rich-text h1 {
    font-size: 3.25rem;
  }

  .text-rich-text h2 {
    font-size: 2.75rem;
  }

  .text-rich-text h3 {
    font-size: 2.25rem;
  }

  .text-rich-text h4 {
    font-size: 1.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .hide-tablet {
    display: none;
  }

  .logo3_list {
    grid-column-gap: 2.9rem;
  }

  .logo3_wrapper {
    min-height: 81px;
  }

  .logo3_logo {
    max-width: 81%;
  }

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

  .header1_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    margin-bottom: 84px;
  }

  .gallery14_image-wrapper {
    padding-top: 66.66%;
  }

  .gallery14_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .navbar11_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar11_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar11_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar11_link.text-weight-semibold {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5rem;
  }

  .navbar11_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar11_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.5rem;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar11_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar11_dropdown-list.w--open {
    width: auto;
    box-shadow: none;
    border-style: none;
    padding: 0;
  }

  .navbar11_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar11_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

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

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: var(--more-party-magenta);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--more-party-magenta);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    background-color: var(--more-party-magenta);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .contact22_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout239_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial13_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    min-height: auto;
  }

  .testimonial13_client-image-wrapper {
    min-height: 335px;
  }

  .layout242_list {
    grid-column-gap: 2rem;
  }

  .other-features-img-wrapper {
    width: 100%;
  }

  .stats44_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .other-features-content-2 {
    grid-row-gap: 2rem;
    flex-flow: wrap-reverse;
    grid-template-columns: 2fr;
  }

  .layout402_tabs-menu.no-scrollbar {
    width: auto;
  }

  .layout402_tab-wrapper {
    grid-column-gap: 3rem;
  }

  .layout402_image-wrapper {
    margin-top: 0;
  }

  .header1-hero_img {
    max-width: 100%;
  }

  .layout406_tabs-menu {
    width: 100%;
    margin-bottom: 2rem;
  }

  .layout406_tab-link, .layout406_tab-link.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .layout406_tab-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .testimonial3_component {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .testimonial3_logo {
    max-height: 2.5rem;
  }

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

  .faq3_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .faq3_content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .pricing20_component {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing20_plan {
    width: 60vw;
    display: flex;
  }

  .pricing20_content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pricing-modal_component {
    display: none;
  }

  .pricing-modal_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .pricing20_product-image {
    max-width: 63%;
  }

  .gallery15_slide {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .gallery15_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .footer5_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navbar11_dropdown-link-list-copy {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .layou406_tab-logo-wrapper {
    max-height: 42px;
  }

  .contact5_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout276_list {
    grid-column-gap: 2rem;
  }

  .layout408_card-content {
    padding: 2rem;
  }

  .layout408_image {
    max-width: 75%;
  }

  .layout1_component.max-width-1000.align-center {
    width: auto;
  }

  .layout1_image {
    width: 60%;
    display: block;
  }

  .layout406_tab-link-logo {
    max-height: 36px;
  }

  .gallery-15_content-left, .layout1_cell-left, .layout1_cell-right {
    justify-content: center;
    align-items: center;
  }

  .layout1_cell-left-content {
    text-align: center;
  }

  .ticketing_layout-1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .ticketing_layout-1_list {
    grid-template-columns: 1fr 1fr;
  }

  .ticketing_layout-4_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer2_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer2_left-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer2_social-list {
    margin-bottom: 2rem;
  }

  .header26_image.test {
    max-width: 714px;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-background-color-1\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

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

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .listing_feature_content, .listing_feature-2_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .listing_feature-3_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .listing_layout_card-content {
    padding: 2rem;
  }

  .cta17_content, .cta13_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .ticketing_header_left {
    justify-content: flex-start;
    align-items: center;
  }

  .ticketing_header, .ticketing_header-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .banner2_icon-wrapper, .banner7_icon-wrapper {
    display: none;
  }

  .other-feature-image {
    width: 100%;
  }

  .blog1-header_category-menu.no-scrollbar {
    width: auto;
  }

  .blog1-header_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .blog-post2-content_content {
    margin-bottom: 3rem;
  }

  .blog-post2-related_list {
    grid-template-columns: 1fr 1fr;
  }

  .stats1_list {
    grid-column-gap: 2rem;
  }

  .stats1_number {
    font-size: 4rem;
  }

  .header92_card {
    border-style: none;
    flex-flow: column;
    grid-template-columns: 1fr;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .header92_image-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    aspect-ratio: auto;
    background-color: var(--opacity--transparent);
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2.3rem 0;
  }

  .header92_card-content {
    padding: 0;
  }

  .header92_logo-wrapper {
    width: 231px;
  }

  .header92_logo-content {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: row;
    width: 400px;
    margin-bottom: 1rem;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .layout192_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout237_list {
    grid-column-gap: 2rem;
  }

  .slider-arrow.is-centre-next.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .timeline14_tabs-menu.no-scrollbar {
    width: auto;
  }

  .timeline14_tab-link {
    cursor: pointer;
  }

  .timeline14_tab-wrapper {
    grid-column-gap: 3rem;
  }

  .header47_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .cta55_card, .cta51_card {
    padding: 3rem;
  }

  .header92_image-wrapper-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    aspect-ratio: auto;
    background-color: #fff0;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .list-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact5_comp {
    grid-template-columns: 1fr;
    margin-bottom: 80px;
    padding-bottom: 4px;
  }

  .div-block-171, .compare-header_content {
    padding: 0;
  }

  .comp_table-embed {
    width: 100%;
    overflow: scroll;
  }

  .comparison_grid {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .quick-stack-16 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 0;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .dental_lp, .demo_lp {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .industry-padding-global.blue-gradient.right.small {
    background-image: radial-gradient(circle at 50% 60%, #119aba4d, #119aba00 46%);
  }

  .industry-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom-industry {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .industry-standard-layout {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-global-lp.blue-gradient.right.small {
    background-image: radial-gradient(circle at 50% 60%, #119aba4d, #119aba00 46%);
  }

  .padding-section-large-lp {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .demo-hero-section-lp {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout_list_dental, .layout_list_demo {
    grid-column-gap: 2rem;
  }

  .listings_contact_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 1.5rem;
  }

  .navbar-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .content-wrapper.nopadding.really-nopadding {
    padding-left: 0;
    padding-right: 0;
  }

  .bluegrey-header-wave-image.stickyformlandingpage {
    height: 900px;
  }

  .paragraph-white.center.lpsf-padding {
    padding-left: 42px;
    padding-right: 42px;
  }

  .secondary-button.dark {
    text-align: center;
  }

  .divblock-flex-horizontalalign.stackmobile-vertical {
    flex-direction: column;
  }

  .image-swellstackshadow.header {
    width: 96px;
  }

  .image-badge.quinn {
    height: 132px;
  }

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

  .image-integrationsgear {
    width: 76px;
    top: -5%;
  }

  .h2-magenta.lessmargin {
    margin-bottom: 0;
  }

  .divblock-vsbadge {
    left: 42%;
  }

  .content-wrapper-footer.landingpage {
    padding-top: 32px;
    padding-bottom: 12px;
  }

  .divblock-stickyformcontainer {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-partnerlogo {
    margin-bottom: 32px;
  }

  .image-formicon {
    display: none;
  }

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

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

  .div-block-80 {
    margin-top: 40px;
  }

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

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

  .padding-global {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-global.is-grey {
    padding-bottom: 0;
  }

  .how_preheading {
    margin-bottom: 8px;
  }

  .formula_wrapper {
    margin-bottom: 60px;
  }

  .numbers_item {
    background-position: 25% 15%;
    padding-top: 60px;
  }

  .formula_item {
    max-width: 500px;
  }

  .other-features-wrapper {
    grid-row-gap: 80px;
    margin-top: 40px;
  }

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

  .other-features-content {
    padding-top: 0;
  }

  .solutions_heading {
    font-size: 32px;
  }

  .solution_circle {
    width: 120px;
    height: 120px;
    top: -20px;
    left: -44px;
  }

  .footer_nav {
    grid-column-gap: 24px;
  }

  .footer_bottom {
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_social-list {
    grid-column-gap: 40px;
  }

  .social_icon {
    width: 32px;
    height: 32px;
  }

  .use_item {
    background-position: 25% 15%;
    padding-top: 60px;
  }

  .reputation_tabs-menu {
    grid-row-gap: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .reputation_text {
    margin-top: 0;
  }

  .reputation_tab-img.is-mobile {
    height: auto;
    display: block;
  }

  .tab_link {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .tab_link.w--current {
    grid-row-gap: 9px;
    color: var(--blue-grey);
  }

  .reputation_tabs-content {
    display: none;
  }

  .hero_img {
    max-width: 100%;
  }

  .partner_form-wrapper {
    padding: 30px;
  }

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

  .partner_hero-section {
    padding-top: 140px;
  }

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

  .quick-stack {
    margin-top: -39px;
  }

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

  .tab_link-2 {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .tab_link-2.w--current {
    color: #282c34;
  }

  .formula-section-2.quinn {
    padding-top: 0;
    padding-bottom: 0;
  }

  .quick-stack-4 {
    position: static;
  }

  .badge {
    max-height: 93px;
  }

  ._3cb-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .qb-h2 {
    padding: 32px 0;
  }

  .chip-group {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .feedback-text {
    margin-left: 0;
  }

  .feedback-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
  }

  .cell-drop-shadow {
    padding: 28px;
  }

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

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

  .chip {
    margin: 3px 4px;
    padding: 12px 20px;
  }

  .cell-19 {
    align-items: center;
  }

  .quick-stack-11 {
    grid-column-gap: 0px;
    grid-row-gap: 57px;
    overflow: visible;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .header102_component {
    padding-top: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header102_slide-wrapper {
    grid-template-rows: 70% 30%;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .header102_arrow.is-left {
    right: 3.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .text-rich-text h1 {
    font-size: 2.5rem;
  }

  .text-rich-text h2 {
    font-size: 2.25rem;
  }

  .text-rich-text h3 {
    font-size: 2rem;
  }

  .text-rich-text h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-rich-text h5 {
    font-size: 1.25rem;
  }

  .text-rich-text h6 {
    font-size: 1.125rem;
  }

  .text-rich-text p, .text-rich-text li {
    font-size: 1rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .cell-23 {
    padding-right: 0;
  }

  .logo3_list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .layout294_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .header1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .gallery14_slider {
    padding-bottom: 3rem;
  }

  .gallery14_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .navbar11_component {
    min-height: 4rem;
  }

  .navbar11_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar11_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar11_dropdown-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .contact22_component {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout239_list, .testimonial13_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial13_client {
    align-items: center;
    width: 100%;
  }

  .banner7_content-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .banner7_content {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }

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

  .layout242_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .pricing12_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .stats44_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .other-features-content-2 {
    grid-row-gap: 32px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    display: flex;
  }

  .layout402_tabs-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .layout402_tab-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .header1-hero_img {
    max-width: 100%;
  }

  .layout406_tabs-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
  }

  .layout406_tab-link {
    width: 70%;
    margin: 0;
    padding: .5rem 0;
  }

  .layout406_tab-link.w--current {
    margin: 0;
    padding: .5rem 0;
  }

  .section-copy {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .testimonial3_component, .layout299_list, .faq3_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq3_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq3_icon-wrapper {
    width: 1.75rem;
  }

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

  .pricing20_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing-modal_component {
    align-items: flex-start;
  }

  .pricing-modal_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .show-mobile-landscape {
    display: block;
  }

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

  .sectioin_heder1_product-logo-wrapper {
    width: 100%;
  }

  .gallery15_slider {
    padding-bottom: 3rem;
  }

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

  .footer5_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .navbar11_dropdown-link-list-copy {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar11_dropdown-link-copy {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .contact5_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact6_content.form, .contact6_content.form-copy {
    padding: 1.7rem;
  }

  .layout276_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout408_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout408_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .layout408_card-content {
    padding: 1.5rem;
  }

  .layout408_image-wrapper {
    min-height: 0;
  }

  .layout408_image {
    max-width: 100%;
    margin-bottom: 88px;
  }

  .layout406_tab-link-logo {
    max-height: 30px;
  }

  .gallery-15_content-left {
    padding: 0;
  }

  .layout1_quickstack {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .integration_quickstack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: .5rem;
  }

  .ticketing_layout-1_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .ticketing_layout-1_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .ticketing_layout-4_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer2_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer2_left-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer2_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .footer2_credit-text {
    margin-top: 1rem;
  }

  .header26_image.test {
    max-width: 519px;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .listing_feature_content {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .listing_feature-2_content, .listing_feature-3_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .listing_layout_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .listing_layout_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .listing_layout_card-content {
    padding: 1.5rem;
  }

  .cta17_content, .cta13_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .ticketing_header-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
  }

  .banner2_wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
  }

  .banner2_content {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 1.75rem;
  }

  .banner2_close-button, .banner7_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .blog1-header_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog1-header_menu-link.last-link {
    margin-right: 2rem;
  }

  .blog1-header_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .blog-post2-content_content-top, .blog-post2-content_content {
    margin-bottom: 2rem;
  }

  .blog-post2-content_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blog-post2-related_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .stats1_number {
    font-size: 3.5rem;
  }

  .header92_image-wrapper {
    aspect-ratio: auto;
    object-fit: cover;
  }

  .faq2_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq2_icon-wrapper {
    width: 1.75rem;
    height: 1.75rem;
  }

  .header92_logo-content {
    display: flex;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .modal1_component {
    align-items: flex-start;
  }

  .modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .industry_section_layout.color-scheme-1 {
    overflow: scroll;
  }

  .layout192_content, .layout237_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .gallery17_slider {
    padding-bottom: 3rem;
  }

  .gallery17_mask {
    width: 100%;
  }

  .gallery17_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .timeline14_progress-bar {
    top: 3.175rem;
  }

  .timeline14_tabs-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .timeline14_tab-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .header47_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .cta55_card, .cta51_card {
    padding: 2rem;
  }

  .header92_image-wrapper-2 {
    aspect-ratio: auto;
    object-fit: cover;
  }

  .comparison_grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .quick-stack-16 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .dental_lp, .demo_lp {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact6_content-copy.form {
    padding: 1.7rem;
  }

  .text-size-medium--faq {
    font-size: 1rem;
  }

  .industry-padding-global {
    padding-top: 0;
  }

  .industry-padding-global.is-grey {
    padding-bottom: 0;
  }

  .industry-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom-industry {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .industry-standard-layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-copy {
    font-size: 1rem;
  }

  .padding-global-lp {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-global-lp.is-grey {
    padding-bottom: 0;
  }

  .padding-section-large-lp {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .demo-hero-section-lp {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .demo-hero-content.form, .demo-hero-content.form-copy, .demo-hero-form-container.form, .demo-hero-form-container.form, .demo-hero-form-container.form, .demo-hero-form-container.form, .demo-hero-form-container.form, .demo-hero-form-container.form-copy {
    padding: 1.7rem;
  }

  .layout_list_dental, .layout_list_demo, .listings_contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .listing_content.form, .listing_content.form-copy, .listings_demo_form.form, .listings_demo_form.form, .listings_demo_form.form, .listings_demo_form.form, .listings_demo_form.form, .listings_demo_form.form-copy {
    padding: 1.7rem;
  }
}

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

  h2 {
    font-size: 32px;
    line-height: 38px;
  }

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

  p {
    font-size: 1rem;
  }

  a {
    overflow-wrap: anywhere;
  }

  .navbar-container {
    justify-content: space-between;
    height: 71px;
    display: flex;
  }

  .content-wrapper {
    padding: 24px;
  }

  .content-wrapper.nopadding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-wrapper.integrationspadding {
    padding-left: 8px;
    padding-right: 8px;
  }

  .content-wrapper.noeffects {
    padding: 0;
  }

  .content-wrapper.stickypiechartanimator-1 {
    position: static;
  }

  .bluegrey-header-wave-image.stickyformlandingpage {
    height: 730px;
  }

  .button.is-link.is-icon-only.pink {
    padding: 0;
  }

  .paragraph-white.center.lpsf-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .divblock-flex-vertalign.integrations-padding {
    padding: 40px 18px 18px;
  }

  .divblock-flex-horizontalalign.stackmobile-vertical {
    flex-direction: column;
    max-width: 100%;
  }

  .content-wrapper-hero.stickyformlandingpage, .content-wrapper-hero.resourcespage {
    padding-left: 24px;
    padding-right: 24px;
  }

  .divblock-clientslider {
    padding-left: 12px;
    padding-right: 0;
  }

  .capterra-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
    width: 100vw;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: auto;
  }

  .image-badge.quinn {
    max-width: 115px;
  }

  .paragraph-testimonials {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs {
    flex-direction: column;
    display: flex;
  }

  .video-placeholder {
    width: 100%;
  }

  .tabs-tablink, .tabs-tablink.w--current {
    font-size: 20px;
    line-height: 28px;
  }

  .footer_top {
    padding-bottom: 32px;
  }

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

  .divblock-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .pink-highlight.center.industriestitle {
    font-size: 48px;
  }

  .image-industriesbadge {
    width: 150px;
  }

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

  .image-productwhatyousee {
    height: 200px;
  }

  .list-pricinglist {
    padding-left: 20px;
  }

  .divblock-vsbadge {
    width: 60px;
    height: 60px;
    top: 48%;
    left: 36%;
  }

  .richtext-legaldocpage {
    width: 80%;
  }

  .content-wrapper-footer {
    padding: 200px 24px 24px;
  }

  .divblock-stickyformcontainer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .image-swelllogopartnerpage {
    width: 250px;
  }

  .image-partnerlogo {
    max-width: 250px;
  }

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

  .richtextblock-partners {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .divblock-nooverflow-body {
    overflow: hidden;
  }

  .ebooksection-heading1 {
    font-size: 24px;
    line-height: 32px;
  }

  .ebooksection {
    padding-left: 8px;
    padding-right: 8px;
  }

  .newspiritrichtext {
    padding-left: 12px;
    padding-right: 12px;
  }

  .grid-signupblog {
    padding-left: 18px;
    padding-right: 18px;
  }

  .div-block-136 {
    padding-left: 0;
  }

  .grid-webchatdemo {
    width: 100%;
  }

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

  .div-block-80 {
    margin-top: -145px;
  }

  .div-block-80.webdemopage {
    width: 100%;
  }

  .divblock-offerwrapper {
    padding: 12px;
  }

  .textblock-magentaoffer {
    font-size: 14px;
    line-height: 18px;
  }

  .divblock-piegraphic {
    width: 250px;
    height: 250px;
  }

  .blocktext-piechartstat-3 {
    width: 180px;
    height: 180px;
    font-size: 40px;
    line-height: 170px;
  }

  .piechart-bottomtext, .divblock-progressbarright, .div-progressblip {
    display: none;
  }

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

  .container-1.align-center {
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .container-1.quinn {
    padding: 56px 20px 20px;
  }

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

  .padding-global.blue-gradient.right.small {
    background-image: radial-gradient(circle at 50% 70%, #119aba4d, #119aba00 36%);
  }

  .home-hero_text-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .how_item {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .formula_wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .numbers_item {
    padding-bottom: 0;
  }

  .margin-bottom-16.h3-white {
    text-align: center;
  }

  .other-features-wrapper {
    grid-row-gap: 6.6rem;
  }

  .other-features-content-1 {
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
  }

  .other-features-content {
    grid-row-gap: 20px;
  }

  .solutions_heading {
    font-size: 24px;
  }

  .footer {
    padding-top: 0;
  }

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

  .footer_bottom {
    margin-top: 2rem;
    padding-top: 2rem;
    font-size: 14px;
  }

  .use_item {
    padding-bottom: 0;
  }

  .tab_link {
    grid-row-gap: 12px;
  }

  .experience_item {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .image {
    max-width: 70px;
  }

  .html-embed-8 {
    width: 70px;
  }

  .simple-rich-text {
    width: 100%;
  }

  .section.gray {
    padding: 20px;
  }

  .section.bubbles {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quick-stack {
    align-self: auto;
    margin-top: 20px;
  }

  .div-block-139 {
    order: 0;
    justify-content: space-around;
    align-self: auto;
    width: 100%;
    display: flex;
  }

  .container-7 {
    padding-top: 40px;
    padding-bottom: 34px;
  }

  .image-6 {
    width: 38%;
  }

  .paragraph-quinn._28pt {
    font-size: 20px;
  }

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

  .cell-4 {
    padding-bottom: 0;
  }

  .div-block-138 {
    width: 100%;
    padding: 0;
  }

  .image-5 {
    width: 50%;
  }

  .formula-section-2.quinn {
    padding: 20px;
  }

  .quick-stack-4 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    align-self: auto;
    padding: 0;
  }

  .cell-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    display: grid;
  }

  .bottom-demo {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 28px;
  }

  .cell-7 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .cell-11 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container-1320 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .badge {
    max-height: 90px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .badge-group {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
  }

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

  ._3cb-column {
    background-size: 86px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
  }

  .qb-h2 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 28px;
  }

  .full-section-button {
    margin-top: 41px;
    margin-bottom: 41px;
  }

  .chip-group {
    align-self: auto;
    padding-left: 9px;
    padding-right: 0;
  }

  .feedback-text {
    margin-left: 0;
  }

  .feedback-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
  }

  .video-2 {
    border-radius: 8px;
  }

  .cell-drop-shadow {
    margin-left: 26px;
    margin-right: 26px;
  }

  .more-features {
    padding-left: 0;
    padding-right: 0;
  }

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

  .cell-19 {
    align-items: flex-start;
  }

  .quick-stack-11 {
    padding-bottom: 0;
  }

  .image-16 {
    order: 2;
  }

  .t-modal-container {
    padding: 48px 24px 24px;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header102_component {
    overflow: hidden;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header102_slide-wrapper {
    grid-template-rows: auto auto;
  }

  .header102_slide-content {
    align-content: flex-end;
    width: 100%;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .header102_slide-content-wrapper {
    flex-direction: column;
  }

  .certifications {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-nav-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .heading-style-h4 {
    font-size: 1.4rem;
  }

  .text-size-regular.is-alternate.announcemet-bar {
    justify-content: flex-start;
    align-items: center;
    font-size: .7rem;
  }

  .text-rich-text h1, .text-rich-text h2, .text-rich-text h3 {
    line-height: 1.2;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .logo3_list {
    justify-content: center;
  }

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

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

  ._72 {
    font-size: 3rem;
  }

  .header1_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .header1_image {
    margin-top: -27px;
  }

  .navbar11_component {
    position: sticky;
    top: 0;
  }

  .navbar11_dropdown-list.w--open {
    box-shadow: none;
  }

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

  .testimonial13_component {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .testimonial13_client-image-wrapper {
    min-width: 100%;
    min-height: 283px;
  }

  .testimonial13_client-image {
    width: 100%;
    min-width: 0;
  }

  .testimonial13_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .banner7_content-wrapper {
    flex: 1;
  }

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

  .stats44_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .stats44_item-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .stats44_item {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .stats44_divider {
    margin-bottom: .5rem;
  }

  .flex-block-10 {
    grid-row-gap: 2.8rem;
    grid-template-columns: 1fr;
  }

  .other-features-content-2 {
    grid-row-gap: 20px;
  }

  .layout402_tabs-menu.no-scrollbar {
    grid-column-gap: 1.5rem;
    grid-row-gap: .3rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 1.3rem;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .layout406_tabs-menu {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
  }

  .layout406_tab-link {
    padding: 1.2rem 0;
  }

  .layout406_tab-link.w--current {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .layout406_tab-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .layout299_list, .faq3_component {
    grid-template-columns: 1fr;
  }

  .pricing20_plan {
    flex: 1;
    width: auto;
  }

  .pricing-modal_component {
    display: none;
  }

  .pricing-modal_content-wrapper {
    margin: 3%;
  }

  .modal1_close-button {
    top: 1.6rem;
    right: 1.6rem;
  }

  .pricing-enterprise {
    align-self: stretch;
  }

  .pricing20_product-image {
    max-width: 80%;
  }

  .footer5_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .div-block-163 {
    padding-right: 0;
    overflow: hidden;
  }

  .div-block-164 {
    flex-flow: column;
  }

  .layou406_tab-logo-wrapper {
    max-height: 34px;
  }

  .section_header1_product-logo {
    height: 42px;
  }

  .contact5_component, .layout276_list {
    grid-template-columns: 1fr;
  }

  .layout1_image {
    width: 80%;
  }

  .layout406_tab-link-logo {
    max-height: 35px;
  }

  .ticketing_layout-1_content, .ticketing_layout-1_list, .ticketing_layout-4_list {
    grid-template-columns: 1fr;
  }

  .footer2_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer2_left-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer2_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer5_left-column {
    padding-right: 0;
    overflow: hidden;
  }

  .header26_image {
    max-width: 297px;
  }

  .header26_image.test {
    max-width: 99%;
  }

  .listing_feature_content, .listing_feature-2_content, .listing_feature-2_item-list, .listing_feature-3_content, .listing_feature-3_item-list, .listing_layout_row, .cta17_content, .cta13_content {
    grid-template-columns: 1fr;
  }

  .ticketing_header, .ticketing_header-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .blog1-header_category-menu.no-scrollbar {
    grid-column-gap: 1.5rem;
    grid-row-gap: .3rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 1.3rem;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .blog-post2-content_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .breadcrumb-link {
    flex: 0 auto;
  }

  .blog-post2-content_share.content-top {
    margin-top: 2rem;
  }

  .blog-post2-content_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post2-content_share-wrapper, .blog-post2-content_tag-list-wrapper {
    width: 100%;
  }

  .blog-post2-content_tag-list {
    justify-content: flex-start;
  }

  .blog-post2-related_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog-post2-header_logo-wrapper-hero {
    padding: 7px;
  }

  .blog-post2-header_logo {
    height: 72%;
  }

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

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

  .breadcrumb_component {
    flex-flow: wrap;
  }

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

  .header92_logo-content {
    width: 300px;
  }

  .container {
    max-width: none;
  }

  .modal1_component {
    display: none;
  }

  .layout192_content, .layout237_list {
    grid-template-columns: 1fr;
  }

  .timeline14_tabs-menu.no-scrollbar {
    grid-column-gap: 0rem;
    grid-row-gap: .3rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 1.3rem;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .timeline14_tab-wrapper {
    grid-row-gap: 3rem;
  }

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

  .timeline14_left-content_bottm {
    margin-top: 2rem;
  }

  .code-embed-2 {
    width: 100%;
    overflow: auto;
  }

  .rich-text-block-2 {
    overflow-wrap: anywhere;
  }

  .comp_table-embed {
    background-color: var(--blue-grey);
    width: 100%;
    overflow: auto;
  }

  .dental_lp, .demo_lp {
    grid-template-columns: 1fr;
  }

  .industry-padding-global.blue-gradient.right.small {
    background-image: radial-gradient(circle at 50% 70%, #119aba4d, #119aba00 36%);
  }

  .industry-section-gallery {
    max-width: 100%;
  }

  .margin-bottom-industry {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .industry-standard-layout {
    grid-template-columns: 1fr;
  }

  .margin-bottom-7rem {
    margin-bottom: 7rem;
  }

  .padding-global-lp.blue-gradient.right.small {
    background-image: radial-gradient(circle at 50% 70%, #119aba4d, #119aba00 36%);
  }

  .padding-section-large-lp {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .demo-hero-section-lp, .layout_list_dental, .layout_list_demo, .listings_contact_component {
    grid-template-columns: 1fr;
  }
}

#w-node-_35d747d7-f318-8884-a58c-b631dbf4558d-a8129670 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_35d747d7-f318-8884-a58c-b631dbf45599-a8129670 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_314aa336-60e7-4262-0fb4-407657f10e7d-a8129670, #w-node-_314aa336-60e7-4262-0fb4-407657f10e7f-a8129670, #w-node-_314aa336-60e7-4262-0fb4-407657f10e81-a8129670, #w-node-_314aa336-60e7-4262-0fb4-407657f10e83-a8129670, #w-node-_314aa336-60e7-4262-0fb4-407657f10e85-a8129670, #w-node-_314aa336-60e7-4262-0fb4-407657f10e87-a8129670, #w-node-_314aa336-60e7-4262-0fb4-407657f10e89-a8129670, #w-node-_314aa336-60e7-4262-0fb4-407657f10e8b-a8129670, #w-node-_314aa336-60e7-4262-0fb4-407657f10e8e-a8129670, #w-node-_314aa336-60e7-4262-0fb4-407657f10e90-a8129670, #w-node-_314aa336-60e7-4262-0fb4-407657f10e92-a8129670, #w-node-_314aa336-60e7-4262-0fb4-407657f10e94-a8129670, #w-node-_314aa336-60e7-4262-0fb4-407657f10e96-a8129670, #w-node-_314aa336-60e7-4262-0fb4-407657f10e98-a8129670, #w-node-_314aa336-60e7-4262-0fb4-407657f10e9a-a8129670, #w-node-_314aa336-60e7-4262-0fb4-407657f10e9c-a8129670 {
  justify-self: center;
}

#w-node-_82352913-45fc-e97d-e471-a7d6e672dc65-744a615c, #w-node-_9af9bad6-ffc0-fa98-15a4-a6f184ab3d04-a81296b3, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b1a-a81296b3, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b21-a81296b3, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b26-a81296b3, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b27-a81296b3, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b3d-a81296b3, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b4c-a81296b3, #w-node-bba4a2f0-122a-d182-2ba1-3711133d5688-a8129708, #w-node-_0e387ba8-c819-85b8-1f50-3b5d52af9494-a8129708, #w-node-_57689fc5-7e7a-bbef-3abc-15a851ad12f7-a8129708, #w-node-_00eded97-6670-9d6d-6ca2-2cd06fe671ff-a8129708, #w-node-af2e8a02-7fab-24c9-8f63-22dd45bccf72-a8129708, #w-node-_54541a61-c33c-35c6-7908-cf815f331d1f-a8129708, #w-node-_9679c074-4cc9-f38b-fedc-9381b6e66487-a8129708, #w-node-_36af91e7-9a87-6a3c-dc80-69816781a46b-a8129708, #w-node-_36af91e7-9a87-6a3c-dc80-69816781a47d-a8129708 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41280cb4-bf03-e999-3f71-f3dd885264aa-a812970a {
  justify-self: center;
}

#w-node-_9af9bad6-ffc0-fa98-15a4-a6f184ab3d04-a812970b, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b1a-a812970b, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b21-a812970b, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b26-a812970b, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b27-a812970b, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b3d-a812970b, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b4c-a812970b, #w-node-d5681220-4607-8c57-9906-756b63911046-a812970b, #w-node-_02a7d085-eac6-9897-600d-90bbc1b60b3c-a812970b, #w-node-_33330da9-f88a-4ac5-7eb3-b3161db18404-a812970b, #w-node-b8c67409-1a50-fbc3-6e14-cf71b1727213-a812970b, #w-node-dae9097f-10eb-7741-c8c1-00aa7a77dcdc-a812970b, #w-node-_7f5d6e62-703b-f481-50b5-00f12837f5c2-a812970b, #w-node-_215ce8b6-08f4-13bb-aa37-8759906a6841-a812970b, #w-node-_6d78cb9e-6b04-2bf5-9d3b-2595aca4f011-a812970b, #w-node-_345ddf07-3ec2-9d95-bb9d-595357cb06eb-a812970b, #w-node-_3a9cae67-4d75-3f32-8843-95b12e9b164d-a812970c, #w-node-_3a9cae67-4d75-3f32-8843-95b12e9b1652-a812970c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2051033-b736-8fc4-7f82-2b84fc9f3a4b-a812970c {
  grid-area: 1 / 1 / 11 / 2;
}

#w-node-d2051033-b736-8fc4-7f82-2b84fc9f3a4d-a812970c, #w-node-_453e9c7a-ec14-8108-cde9-0e214c54c0e1-a812970f, #w-node-e7dd55e8-b0c5-607a-2c83-0a832a793320-a8129710, #w-node-e7dd55e8-b0c5-607a-2c83-0a832a79332a-a8129710, #w-node-e7dd55e8-b0c5-607a-2c83-0a832a79332c-a8129710, #w-node-e7dd55e8-b0c5-607a-2c83-0a832a79332d-a8129710, #w-node-e7dd55e8-b0c5-607a-2c83-0a832a79332e-a8129710, #w-node-e7dd55e8-b0c5-607a-2c83-0a832a793333-a8129710, #w-node-e7dd55e8-b0c5-607a-2c83-0a832a793339-a8129710, #w-node-e7dd55e8-b0c5-607a-2c83-0a832a79333c-a8129710, #w-node-e7dd55e8-b0c5-607a-2c83-0a832a79333d-a8129710, #w-node-e7dd55e8-b0c5-607a-2c83-0a832a793350-a8129710, #w-node-e7dd55e8-b0c5-607a-2c83-0a832a79335b-a8129710, #w-node-_2d01408a-3aed-a2c9-8148-2af9586462ad-a8129710, #w-node-_2d01408a-3aed-a2c9-8148-2af9586462ae-a8129710 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7dd55e8-b0c5-607a-2c83-0a832a793367-a8129710 {
  grid-area: 1 / 2 / 8 / 3;
}

#w-node-_97fad11e-8c5c-e4ec-d95e-cced67b9b29f-a8129731, #w-node-_97fad11e-8c5c-e4ec-d95e-cced67b9b2b8-a8129731, #w-node-_97fad11e-8c5c-e4ec-d95e-cced67b9b2c0-a8129731, #w-node-_97fad11e-8c5c-e4ec-d95e-cced67b9b2d1-a8129731, #w-node-_97fad11e-8c5c-e4ec-d95e-cced67b9b2d4-a8129731, #w-node-_97fad11e-8c5c-e4ec-d95e-cced67b9b2d5-a8129731, #w-node-_97fad11e-8c5c-e4ec-d95e-cced67b9b2ea-a8129731, #w-node-_97fad11e-8c5c-e4ec-d95e-cced67b9b2fb-a8129731 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97fad11e-8c5c-e4ec-d95e-cced67b9b307-a8129731 {
  grid-area: 1 / 2 / 8 / 3;
}

#w-node-_7169febd-d158-f565-b24d-e78596efacc2-a8129771, #w-node-e7b43e62-6268-8dbf-7595-04ac18a7145d-a8129771, #w-node-d9b1dba7-5969-47b1-fee0-9eaafad6530b-a8129771, #w-node-_496d356d-efbe-42ec-c9c5-f5717087aa6b-a8129771, #w-node-c1505de9-6f17-0252-a28d-f1bf38c2cd48-a8129771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40474150-b0ea-f7a5-d0cb-e749d78f973e-a8129774, #w-node-f1e664be-27ba-cdfd-8b1f-54a1a9ef7684-a8129774 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_44e6e5bc-d893-1e88-2e58-6daad1e79bcf-a8129774 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fd0734cd-b9ea-8e57-0df5-4efbdf8164ff-a8129774 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6187ca5e-aa08-2a37-42f6-8ca61e12de3e-a8129775, #w-node-_5f00991a-2a16-aea3-00c5-6489126e70ec-a8129776, #w-node-_83db4f1f-95b6-bf66-ec09-f0fe224b2593-a8129776, #w-node-_9de1dc3a-586c-90b8-d2f2-3dc441805493-a8129776, #w-node-_5f00991a-2a16-aea3-00c5-6489126e70f7-a8129776, #w-node-_5f00991a-2a16-aea3-00c5-6489126e7100-a8129776, #w-node-fa79f333-8804-acc5-e022-6a813187e447-a8129776, #w-node-_9af9bad6-ffc0-fa98-15a4-a6f184ab3d04-a8129777, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b1a-a8129777, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b21-a8129777, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b26-a8129777, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b27-a8129777, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b3d-a8129777, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b4c-a8129777, #w-node-_9af9bad6-ffc0-fa98-15a4-a6f184ab3d04-a8129778, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b1a-a8129778, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b21-a8129778, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b26-a8129778, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b27-a8129778, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b3d-a8129778, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b4c-a8129778, #w-node-d5681220-4607-8c57-9906-756b63911046-a8129778, #w-node-_02a7d085-eac6-9897-600d-90bbc1b60b3c-a8129778, #w-node-_33330da9-f88a-4ac5-7eb3-b3161db18404-a8129778, #w-node-b8c67409-1a50-fbc3-6e14-cf71b1727213-a8129778, #w-node-dae9097f-10eb-7741-c8c1-00aa7a77dcdc-a8129778, #w-node-_7f5d6e62-703b-f481-50b5-00f12837f5c2-a8129778, #w-node-_215ce8b6-08f4-13bb-aa37-8759906a6841-a8129778, #w-node-_6d78cb9e-6b04-2bf5-9d3b-2595aca4f011-a8129778, #w-node-_345ddf07-3ec2-9d95-bb9d-595357cb06eb-a8129778, #w-node-_17124254-848e-b5f4-762e-7b6080453b26-a8129779, #w-node-_37e082ba-81d5-ece8-cbe6-7d8a8d3f50c0-a8129779, #w-node-_79f193e6-527e-5e36-2867-33c12bfdd2d8-a8129779, #w-node-_0d2e8a40-1f8c-fd90-0025-8df4b3829cdb-a8129779, #w-node-_99d08ca8-6259-174a-83f7-b0b14fd7a80e-a8129779, #w-node-_402d719d-005a-e14b-bae5-28a0d09d9feb-d09d9fca, #w-node-_402d719d-005a-e14b-bae5-28a0d09d9fef-d09d9fca, #w-node-_402d719d-005a-e14b-bae5-28a0d09d9ffd-d09d9fca, #w-node-_402d719d-005a-e14b-bae5-28a0d09da001-d09d9fca, #w-node-_402d719d-005a-e14b-bae5-28a0d09da00f-d09d9fca, #w-node-_402d719d-005a-e14b-bae5-28a0d09da013-d09d9fca, #w-node-_44d36f85-9db2-bc14-a723-621e98007f39-98007f2d, #w-node-_44d36f85-9db2-bc14-a723-621e98007f4d-98007f2d, #w-node-_44d36f85-9db2-bc14-a723-621e98007f50-98007f2d, #w-node-_44d36f85-9db2-bc14-a723-621e98007f51-98007f2d, #w-node-_44d36f85-9db2-bc14-a723-621e98007f65-98007f2d, #w-node-_44d36f85-9db2-bc14-a723-621e98007f77-98007f2d, #w-node-_7966b43c-b1e1-bf84-617e-06430d6d7612-0d6d760a, #w-node-_7966b43c-b1e1-bf84-617e-06430d6d7618-0d6d760a, #w-node-_7966b43c-b1e1-bf84-617e-06430d6d761e-0d6d760a, #w-node-_536c3753-9836-c6c1-35e6-1977673a55c5-673a55c1, #w-node-_536c3753-9836-c6c1-35e6-1977673a55d1-673a55c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e28e12ce-727b-1ed7-2f44-d2530791a12a-a812977a, #w-node-e28e12ce-727b-1ed7-2f44-d2530791a133-a812977a, #w-node-e28e12ce-727b-1ed7-2f44-d2530791a13c-a812977a, #w-node-e28e12ce-727b-1ed7-2f44-d2530791a145-a812977a, #w-node-e28e12ce-727b-1ed7-2f44-d2530791a14e-a812977a {
  align-self: start;
}

#w-node-_330f8aeb-5aa0-a0c8-b178-8cd34795b5ca-a812977b, #w-node-dee496f2-393a-f7bd-ea15-4a01fd3e0fe8-a812977b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_37e082ba-81d5-ece8-cbe6-7d8a8d3f50c0-a812977b, #w-node-_79f193e6-527e-5e36-2867-33c12bfdd2d8-a812977b, #w-node-_0d2e8a40-1f8c-fd90-0025-8df4b3829cdb-a812977b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#demo.w-node-_2256125a-c423-c769-d837-2356a4c99f50-a812977b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a78e0880-8204-56e0-9cac-ed1a687163e2-a812977b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5f00991a-2a16-aea3-00c5-6489126e70ec-a812977b, #w-node-_5f00991a-2a16-aea3-00c5-6489126e70f4-a812977b, #w-node-_5f00991a-2a16-aea3-00c5-6489126e70f6-a812977b, #w-node-_5f00991a-2a16-aea3-00c5-6489126e70f7-a812977b, #w-node-_5f00991a-2a16-aea3-00c5-6489126e7100-a812977b, #w-node-_5f00991a-2a16-aea3-00c5-6489126e7108-a812977b, #w-node-_5f00991a-2a16-aea3-00c5-6489126e710a-a812977b, #w-node-_5f00991a-2a16-aea3-00c5-6489126e710b-a812977b, #w-node-bcc5d12f-ff04-709c-d321-59d3a880fbfa-a812977d, #w-node-fcba663f-0b6e-0476-d1d2-bde8865c47c4-a812977d, #w-node-fcba663f-0b6e-0476-d1d2-bde8865c47cb-a812977d, #w-node-fcba663f-0b6e-0476-d1d2-bde8865c47d0-a812977d, #w-node-fcba663f-0b6e-0476-d1d2-bde8865c47d1-a812977d, #w-node-fcba663f-0b6e-0476-d1d2-bde8865c47e7-a812977d, #w-node-fcba663f-0b6e-0476-d1d2-bde8865c47f6-a812977d, #w-node-_169407c7-d431-9a45-1ea7-029c44ed6eb6-a812977d, #w-node-_169407c7-d431-9a45-1ea7-029c44ed6eb7-a812977d, #w-node-_0043b466-1993-9d02-909d-021bff279647-a812977d, #w-node-_0043b466-1993-9d02-909d-021bff27964f-a812977d, #w-node-_39c8b718-b606-9bc2-ae53-f0beff3a8e23-a812977d, #w-node-_39c8b718-b606-9bc2-ae53-f0beff3a8e24-a812977d, #w-node-_28c267bc-5f30-e07e-7f51-d05322bfdfe9-a812977d, #w-node-_28c267bc-5f30-e07e-7f51-d05322bfdff1-a812977d, #w-node-f861c6b4-5122-f8bd-d6b3-74170cbc8b96-a812977e, #w-node-_39a04cd8-38ab-e1b9-8184-82bf786ca267-a812977e, #w-node-fac4508c-4647-1d2f-cf7e-f697556ddfe6-a812977e, #w-node-_7d9c151e-d7d1-e3be-5e9b-7f8868179451-a812977e, #w-node-_296cabdf-c560-2ccb-758e-4d45f8768c7d-a812977e, #w-node-_70e14a6f-f9c9-ade7-800d-a0f93763070a-a812977e, #w-node-_45a11c6a-b5bf-e51e-cf4e-407beb242457-a812977e, #w-node-_87f2f133-6010-5ef9-5521-61d6f1cc1944-a812977e, #w-node-f540a3f1-f3f2-f29e-3b15-cd00b7a8d2c5-a812977e, #w-node-_85466d3d-b27c-fc02-a67d-6357fc4dde64-a812977e, #w-node-fd11e451-0b30-5f70-48d5-8a0439c3b00e-a812977e, #w-node-_4dbf586f-fc74-0335-1109-953069cae47f-a812977e, #w-node-ac6bc466-9140-ce16-bea6-e583df3519f0-a812977e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26be57a1-07d9-4e51-c517-03aeb4f5336e-a812977f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4d568eb6-0be1-0b31-2d25-d0771df6b49e-a812977f, #w-node-_9181203a-0ec0-4632-307c-421e3a834237-a812977f, #w-node-f8ede272-daa5-3d33-1605-1ed0a57574ee-a812977f, #w-node-_29c6c944-9828-16a5-ca28-ebb7cb58dc65-a812977f {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

#w-node-f58d4ae0-0eec-81ad-7b0e-2b4657015b93-a812979c, #w-node-_47834c68-b143-acc0-423a-355839bef26b-a81297a0, #w-node-_47834c68-b143-acc0-423a-355839bef26d-a81297a0, #w-node-_47834c68-b143-acc0-423a-355839bef27d-a81297a0, #w-node-_47834c68-b143-acc0-423a-355839bef27f-a81297a0, #w-node-_47834c68-b143-acc0-423a-355839bef28f-a81297a0, #w-node-_47834c68-b143-acc0-423a-355839bef291-a81297a0, #w-node-_184df164-c2b6-3093-a556-c2f4085e8e45-a81297a1, #w-node-f861c6b4-5122-f8bd-d6b3-74170cbc8b96-a81297a2, #w-node-_39a04cd8-38ab-e1b9-8184-82bf786ca267-a81297a2, #w-node-fac4508c-4647-1d2f-cf7e-f697556ddfe6-a81297a2, #w-node-_7d9c151e-d7d1-e3be-5e9b-7f8868179451-a81297a2, #w-node-_296cabdf-c560-2ccb-758e-4d45f8768c7d-a81297a2, #w-node-_72dd8135-1cb9-308d-4ff1-cf4b63a20287-a81297a2, #w-node-_72dd8135-1cb9-308d-4ff1-cf4b63a2028b-a81297a2, #w-node-_70e14a6f-f9c9-ade7-800d-a0f93763070a-a81297a2, #w-node-_45a11c6a-b5bf-e51e-cf4e-407beb242457-a81297a2, #w-node-_87f2f133-6010-5ef9-5521-61d6f1cc1944-a81297a2, #w-node-f540a3f1-f3f2-f29e-3b15-cd00b7a8d2c5-a81297a2, #w-node-_85466d3d-b27c-fc02-a67d-6357fc4dde64-a81297a2, #w-node-fd11e451-0b30-5f70-48d5-8a0439c3b00e-a81297a2, #w-node-_15a2a9ee-713d-881c-f55b-b69f43ac7b07-a81297a2, #w-node-ac6bc466-9140-ce16-bea6-e583df3519f0-a81297a2, #w-node-c6d7d9c5-57c3-c241-1914-751becf7a256-a81297a2, #w-node-_4dbf586f-fc74-0335-1109-953069cae47f-a81297a2, #w-node-_86a1017d-950a-b33b-edf7-f1b1ea4c6a38-a81297a2, #w-node-b59a9e4d-0f82-62f0-0996-fdeb84c80c3a-a81297a2, #w-node-f58d4ae0-0eec-81ad-7b0e-2b4657015b93-a81297a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3007cde6-7a1c-b119-c426-6c59e8991fa0-a81297a4 {
  justify-self: center;
}

#w-node-_5f00991a-2a16-aea3-00c5-6489126e70ec-a81297a4, #w-node-b770f289-2525-8402-1d78-c1e2d82f40be-a81297a4, #w-node-_8d203825-c3d5-6c5a-a521-ade9eab9a786-a81297a4, #w-node-_5f00991a-2a16-aea3-00c5-6489126e70f7-a81297a4, #w-node-_5f00991a-2a16-aea3-00c5-6489126e7100-a81297a4, #w-node-c0407f3e-736b-f079-2137-610f9f5f6a8c-a81297a4, #w-node-_4f4b44b8-0cd0-c39f-c2c1-bd5cc5638898-a81297a4, #w-node-_5f00991a-2a16-aea3-00c5-6489126e710b-a81297a4, #w-node-_8e2cf2e0-90ba-ab39-7b81-585a979f17e2-a81297a5, #w-node-_8e2cf2e0-90ba-ab39-7b81-585a979f17e4-a81297a5, #w-node-_70689d12-8145-362e-b955-0a5e3c2b727e-a81297a5, #w-node-_70689d12-8145-362e-b955-0a5e3c2b7280-a81297a5, #w-node-_8de39521-0454-08e1-506b-ddd9fae51da9-a81297a5, #w-node-_8de39521-0454-08e1-506b-ddd9fae51dab-a81297a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19443d1e-b1af-d481-7a6b-1d6e261b0859-a81297a8 {
  justify-self: center;
}

#w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b19e-a81297a8, #w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b1a5-a81297a8, #w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b1a9-a81297a8, #w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b1ab-a81297a8, #w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b1b4-a81297a8, #w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b1bb-a81297a8, #w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b1bf-a81297a8, #w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b1c1-a81297a8, #w-node-f861c6b4-5122-f8bd-d6b3-74170cbc8b96-a81297a9, #w-node-_39a04cd8-38ab-e1b9-8184-82bf786ca267-a81297a9, #w-node-fac4508c-4647-1d2f-cf7e-f697556ddfe6-a81297a9, #w-node-_7d9c151e-d7d1-e3be-5e9b-7f8868179451-a81297a9, #w-node-_296cabdf-c560-2ccb-758e-4d45f8768c7d-a81297a9, #w-node-_72dd8135-1cb9-308d-4ff1-cf4b63a20287-a81297a9, #w-node-_72dd8135-1cb9-308d-4ff1-cf4b63a2028b-a81297a9, #w-node-_70e14a6f-f9c9-ade7-800d-a0f93763070a-a81297a9, #w-node-_45a11c6a-b5bf-e51e-cf4e-407beb242457-a81297a9, #w-node-_87f2f133-6010-5ef9-5521-61d6f1cc1944-a81297a9, #w-node-f540a3f1-f3f2-f29e-3b15-cd00b7a8d2c5-a81297a9, #w-node-_85466d3d-b27c-fc02-a67d-6357fc4dde64-a81297a9, #w-node-fd11e451-0b30-5f70-48d5-8a0439c3b00e-a81297a9, #w-node-_155d13df-2dda-3b0c-6c24-acbb55d018e6-a81297a9, #w-node-dd358882-5030-241a-a9fd-7c40e1467b90-a81297a9, #w-node-_726e08f8-6117-1fbe-4a9c-624f10e0f909-a81297a9, #w-node-f58d4ae0-0eec-81ad-7b0e-2b4657015b93-a81297aa, #w-node-_5e08c236-0f7b-e9bb-6be4-c5576a3ae129-a81297aa, #w-node-_720a09c7-3569-b284-8a2a-1278b002993d-a81297aa, #w-node-b2d503a4-bb05-241c-21d2-545f2d5b375d-a81297aa, #w-node-_016c9ded-3b46-69fa-e1f9-519c8fc08388-a81297aa, #w-node-df7b6b8b-6453-a6ef-c8c8-bab1eed2fafc-a81297aa, #w-node-_0aa56555-6275-873e-e145-c848e83c02f7-a81297aa, #w-node-_2137f3d2-1bc6-9422-5541-86b1f67cde33-a81297aa, #w-node-_2137f3d2-1bc6-9422-5541-86b1f67cde40-a81297aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e8d6e69-9cb2-01e7-9ad7-c9a2606330c6-a81297ab, #w-node-_2e8d6e69-9cb2-01e7-9ad7-c9a2606330cb-a81297ab, #w-node-_2e8d6e69-9cb2-01e7-9ad7-c9a2606330d0-a81297ab, #w-node-_93e1a6b8-ec59-bd69-4c6b-b1b2da0f3f94-a81297ab, #w-node-affb5e50-94cb-eea7-520d-2a47876389ac-a81297ab, #w-node-_5917de40-4a80-4844-6bcf-68d0c61ff307-a81297ab, #w-node-b30eb9c0-f20e-f09c-d923-4e4a3b8f423d-a81297ab, #w-node-f865af1b-569f-cce4-d09b-4d98ee303090-a81297ab, #w-node-_36605191-4266-3abd-30bf-b477162fec72-a81297ab, #w-node-_2e8d6e69-9cb2-01e7-9ad7-c9a2606330e9-a81297ab, #w-node-_2e8d6e69-9cb2-01e7-9ad7-c9a2606330ee-a81297ab, #w-node-_2e8d6e69-9cb2-01e7-9ad7-c9a2606330f3-a81297ab, #w-node-_2e8d6e69-9cb2-01e7-9ad7-c9a2606330f8-a81297ab, #w-node-_4edf84df-2694-80ad-d75e-705a01ef3a54-a81297ab {
  align-self: start;
}

#w-node-_0e3b85a3-0b26-ae15-6c5d-3c23015b321e-a81297ab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_2e8d6e69-9cb2-01e7-9ad7-c9a260633111-a81297ab, #w-node-_2e8d6e69-9cb2-01e7-9ad7-c9a260633116-a81297ab, #w-node-_2e8d6e69-9cb2-01e7-9ad7-c9a26063311b-a81297ab, #w-node-_2e8d6e69-9cb2-01e7-9ad7-c9a260633120-a81297ab, #w-node-_2e8d6e69-9cb2-01e7-9ad7-c9a260633125-a81297ab {
  align-self: start;
}

#w-node-b8118d26-7cc0-9d38-4907-a135ac66ab17-a81297ab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_35b92f93-e521-4f53-fe78-4791e51dea6b-a81297ab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_5a06a8ef-3bc9-b148-78c6-a50895c730e0-a81297ab, #w-node-_5a06a8ef-3bc9-b148-78c6-a50895c730e5-a81297ab, #w-node-_5a06a8ef-3bc9-b148-78c6-a50895c730ea-a81297ab, #w-node-_5a06a8ef-3bc9-b148-78c6-a50895c730ef-a81297ab, #w-node-_5a06a8ef-3bc9-b148-78c6-a50895c730f4-a81297ab, #w-node-_3345dcff-36bc-b80c-c742-8ed74534089e-a81297ab, #w-node-_3345dcff-36bc-b80c-c742-8ed7453408a3-a81297ab, #w-node-_9c639d84-6c0b-4d41-ed86-0201f9014a8a-a81297ab, #w-node-_9c639d84-6c0b-4d41-ed86-0201f9014a8f-a81297ab, #w-node-d637e4b1-34fe-fccc-f593-9eea8ce41980-a81297ab, #w-node-d637e4b1-34fe-fccc-f593-9eea8ce41985-a81297ab {
  align-self: start;
}

#w-node-_77b017e6-862d-36d9-4e77-633912d7bf70-a81297ac {
  place-self: stretch stretch;
}

#w-node-_55c84629-abbd-96e8-4d86-a68db27759ad-a81297ae, #w-node-_55c84629-abbd-96e8-4d86-a68db27759b3-a81297ae, #w-node-_55c84629-abbd-96e8-4d86-a68db27759b9-a81297ae, #w-node-_265ef1e9-4214-2abd-2428-60ea53ccc81a-a81297ae {
  align-self: start;
}

#w-node-_18b4ae2a-92ce-37b0-4179-2d8dbaa4a0b9-a81297af, #w-node-_9167c12e-bb3c-cce0-0869-7b6bd17f8dac-a81297af, #w-node-e251b18e-e5ec-7fce-a036-4f61574405ab-a81297af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65003617-8ae6-d6b3-dc2a-63b74d9ac7e3-a81297af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d3f48a95-a6b0-4ec0-b28f-39a27530227b-a81297af {
  place-self: stretch stretch;
}

#w-node-_2013cdaa-202f-19a4-c327-0b6cb227f2ce-a81297af, #w-node-_2013cdaa-202f-19a4-c327-0b6cb227f2d0-a81297af, #w-node-_9af9bad6-ffc0-fa98-15a4-a6f184ab3d04-a81297b0, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b1a-a81297b0, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b21-a81297b0, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b26-a81297b0, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b27-a81297b0, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b3d-a81297b0, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b4c-a81297b0, #w-node-f861c6b4-5122-f8bd-d6b3-74170cbc8b96-a81297b1, #w-node-_39a04cd8-38ab-e1b9-8184-82bf786ca267-a81297b1, #w-node-fac4508c-4647-1d2f-cf7e-f697556ddfe6-a81297b1, #w-node-_7d9c151e-d7d1-e3be-5e9b-7f8868179451-a81297b1, #w-node-_296cabdf-c560-2ccb-758e-4d45f8768c7d-a81297b1, #w-node-_72dd8135-1cb9-308d-4ff1-cf4b63a20287-a81297b1, #w-node-_72dd8135-1cb9-308d-4ff1-cf4b63a2028b-a81297b1, #w-node-_70e14a6f-f9c9-ade7-800d-a0f93763070a-a81297b1, #w-node-_45a11c6a-b5bf-e51e-cf4e-407beb242457-a81297b1, #w-node-_87f2f133-6010-5ef9-5521-61d6f1cc1944-a81297b1, #w-node-f540a3f1-f3f2-f29e-3b15-cd00b7a8d2c5-a81297b1, #w-node-_85466d3d-b27c-fc02-a67d-6357fc4dde64-a81297b1, #w-node-fd11e451-0b30-5f70-48d5-8a0439c3b00e-a81297b1, #w-node-_4dbf586f-fc74-0335-1109-953069cae47f-a81297b1, #w-node-ac6bc466-9140-ce16-bea6-e583df3519f0-a81297b1, #w-node-c6d7d9c5-57c3-c241-1914-751becf7a256-a81297b1, #w-node-f861c6b4-5122-f8bd-d6b3-74170cbc8b96-a81297b2, #w-node-_39a04cd8-38ab-e1b9-8184-82bf786ca267-a81297b2, #w-node-fac4508c-4647-1d2f-cf7e-f697556ddfe6-a81297b2, #w-node-_7d9c151e-d7d1-e3be-5e9b-7f8868179451-a81297b2, #w-node-_296cabdf-c560-2ccb-758e-4d45f8768c7d-a81297b2, #w-node-_72dd8135-1cb9-308d-4ff1-cf4b63a20287-a81297b2, #w-node-_72dd8135-1cb9-308d-4ff1-cf4b63a2028b-a81297b2, #w-node-_70e14a6f-f9c9-ade7-800d-a0f93763070a-a81297b2, #w-node-_45a11c6a-b5bf-e51e-cf4e-407beb242457-a81297b2, #w-node-_87f2f133-6010-5ef9-5521-61d6f1cc1944-a81297b2, #w-node-f540a3f1-f3f2-f29e-3b15-cd00b7a8d2c5-a81297b2, #w-node-_85466d3d-b27c-fc02-a67d-6357fc4dde64-a81297b2, #w-node-fd11e451-0b30-5f70-48d5-8a0439c3b00e-a81297b2, #w-node-_9af9bad6-ffc0-fa98-15a4-a6f184ab3d04-a81297b3, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b1a-a81297b3, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b21-a81297b3, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b26-a81297b3, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b27-a81297b3, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b3d-a81297b3, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b4c-a81297b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d22bf820-0631-ca2a-a094-b1260d15b3e3-a81297b4 {
  justify-self: center;
}

#w-node-_1e4e75cf-a83b-56b7-6553-b97868417f83-a81297b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e40c2337-014b-266e-bf0f-ce0c8676ab33-a81297ca {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f861c6b4-5122-f8bd-d6b3-74170cbc8b96-a81297cb, #w-node-_39a04cd8-38ab-e1b9-8184-82bf786ca267-a81297cb, #w-node-fac4508c-4647-1d2f-cf7e-f697556ddfe6-a81297cb, #w-node-_7d9c151e-d7d1-e3be-5e9b-7f8868179451-a81297cb, #w-node-_296cabdf-c560-2ccb-758e-4d45f8768c7d-a81297cb, #w-node-_72dd8135-1cb9-308d-4ff1-cf4b63a20287-a81297cb, #w-node-_72dd8135-1cb9-308d-4ff1-cf4b63a2028b-a81297cb, #w-node-_70e14a6f-f9c9-ade7-800d-a0f93763070a-a81297cb, #w-node-_45a11c6a-b5bf-e51e-cf4e-407beb242457-a81297cb, #w-node-_87f2f133-6010-5ef9-5521-61d6f1cc1944-a81297cb, #w-node-f540a3f1-f3f2-f29e-3b15-cd00b7a8d2c5-a81297cb, #w-node-_85466d3d-b27c-fc02-a67d-6357fc4dde64-a81297cb, #w-node-fd11e451-0b30-5f70-48d5-8a0439c3b00e-a81297cb, #w-node-_155d13df-2dda-3b0c-6c24-acbb55d018e6-a81297cb, #w-node-dd358882-5030-241a-a9fd-7c40e1467b90-a81297cb, #w-node-_7dae0178-3841-4e1b-958e-df6a9c93c087-9c93c082, #w-node-_7dae0178-3841-4e1b-958e-df6a9c93c0a0-9c93c082, #w-node-_7dae0178-3841-4e1b-958e-df6a9c93c0a3-9c93c082, #w-node-_7dae0178-3841-4e1b-958e-df6a9c93c0a8-9c93c082, #w-node-_7dae0178-3841-4e1b-958e-df6a9c93c0b9-9c93c082, #w-node-_7dae0178-3841-4e1b-958e-df6a9c93c0bc-9c93c082, #w-node-_7dae0178-3841-4e1b-958e-df6a9c93c0bd-9c93c082, #w-node-_7dae0178-3841-4e1b-958e-df6a9c93c0d2-9c93c082, #w-node-_7dae0178-3841-4e1b-958e-df6a9c93c0e3-9c93c082 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dae0178-3841-4e1b-958e-df6a9c93c0ef-9c93c082 {
  grid-area: 1 / 2 / 8 / 3;
}

#w-node-f5ee953a-132b-8e18-dd30-15481e655b55-a81297cf, #w-node-ac54740a-5e35-6610-27c5-9000d07e7fa7-a81297cf, #w-node-ac54740a-5e35-6610-27c5-9000d07e7fa9-a81297cf, #w-node-ac54740a-5e35-6610-27c5-9000d07e7faa-a81297cf, #w-node-ac54740a-5e35-6610-27c5-9000d07e7fb1-a81297cf, #w-node-ac54740a-5e35-6610-27c5-9000d07e7fb4-a81297cf, #w-node-ac54740a-5e35-6610-27c5-9000d07e7fb6-a81297cf, #w-node-ac54740a-5e35-6610-27c5-9000d07e7fb7-a81297cf, #w-node-ac54740a-5e35-6610-27c5-9000d07e7fbf-a81297cf, #w-node-f58d4ae0-0eec-81ad-7b0e-2b4657015b93-a81297d1, #w-node-_38e515bd-4d83-dc20-65d1-16deafff83e8-afff83e2, #w-node-_38e515bd-4d83-dc20-65d1-16deafff83f3-afff83e2, #w-node-_38e515bd-4d83-dc20-65d1-16deafff83f8-afff83e2, #w-node-_38e515bd-4d83-dc20-65d1-16deafff83f9-afff83e2, #w-node-_38e515bd-4d83-dc20-65d1-16deafff8410-afff83e2, #w-node-_38e515bd-4d83-dc20-65d1-16deafff841c-afff83e2, #w-node-_9af9bad6-ffc0-fa98-15a4-a6f184ab3d04-a81297d3, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b1a-a81297d3, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b21-a81297d3, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b26-a81297d3, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b27-a81297d3, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b3d-a81297d3, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b4c-a81297d3, #w-node-_9af9bad6-ffc0-fa98-15a4-a6f184ab3d04-a81297d5, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b1a-a81297d5, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b21-a81297d5, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b26-a81297d5, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b27-a81297d5, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b3d-a81297d5, #w-node-b87c54a6-8cdb-a58f-faf5-32f890aa0b4c-a81297d5, #w-node-f861c6b4-5122-f8bd-d6b3-74170cbc8b96-a81297eb, #w-node-_39a04cd8-38ab-e1b9-8184-82bf786ca267-a81297eb, #w-node-fac4508c-4647-1d2f-cf7e-f697556ddfe6-a81297eb, #w-node-_7d9c151e-d7d1-e3be-5e9b-7f8868179451-a81297eb, #w-node-_296cabdf-c560-2ccb-758e-4d45f8768c7d-a81297eb, #w-node-_72dd8135-1cb9-308d-4ff1-cf4b63a20287-a81297eb, #w-node-_72dd8135-1cb9-308d-4ff1-cf4b63a2028b-a81297eb, #w-node-_70e14a6f-f9c9-ade7-800d-a0f93763070a-a81297eb, #w-node-_45a11c6a-b5bf-e51e-cf4e-407beb242457-a81297eb, #w-node-_87f2f133-6010-5ef9-5521-61d6f1cc1944-a81297eb, #w-node-f540a3f1-f3f2-f29e-3b15-cd00b7a8d2c5-a81297eb, #w-node-_85466d3d-b27c-fc02-a67d-6357fc4dde64-a81297eb, #w-node-fd11e451-0b30-5f70-48d5-8a0439c3b00e-a81297eb, #w-node-_15a2a9ee-713d-881c-f55b-b69f43ac7b07-a81297eb, #w-node-ac6bc466-9140-ce16-bea6-e583df3519f0-a81297eb, #w-node-c6d7d9c5-57c3-c241-1914-751becf7a256-a81297eb, #w-node-_4dbf586f-fc74-0335-1109-953069cae47f-a81297eb, #w-node-ae16ad09-4895-fdcc-6b8f-2eb07d44d913-a81297ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99102b05-bdb2-0c1c-1c31-197b5ce1f2c3-a81297ec {
  align-self: start;
}

#w-node-ae16ad09-4895-fdcc-6b8f-2eb07d44d913-a81297ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99102b05-bdb2-0c1c-1c31-197b5ce1f2c3-a81297ed {
  align-self: start;
}

#w-node-ae16ad09-4895-fdcc-6b8f-2eb07d44d913-a81297ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99102b05-bdb2-0c1c-1c31-197b5ce1f2c3-a81297ee {
  align-self: start;
}

#w-node-ae16ad09-4895-fdcc-6b8f-2eb07d44d913-a81297ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99102b05-bdb2-0c1c-1c31-197b5ce1f2c3-a81297ef {
  align-self: start;
}

#w-node-f5ee953a-132b-8e18-dd30-15481e655b55-a81297f0, #w-node-ac54740a-5e35-6610-27c5-9000d07e7fa7-a81297f0, #w-node-ac54740a-5e35-6610-27c5-9000d07e7fa9-a81297f0, #w-node-ac54740a-5e35-6610-27c5-9000d07e7faa-a81297f0, #w-node-ac54740a-5e35-6610-27c5-9000d07e7fb1-a81297f0, #w-node-ac54740a-5e35-6610-27c5-9000d07e7fb4-a81297f0, #w-node-ac54740a-5e35-6610-27c5-9000d07e7fb6-a81297f0, #w-node-ac54740a-5e35-6610-27c5-9000d07e7fb7-a81297f0, #w-node-ac54740a-5e35-6610-27c5-9000d07e7fbf-a81297f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386cc6-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386cc8-42b52a12 {
  justify-self: center;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386cdc-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386cdd-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ce1-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ce2-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ce6-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ce7-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ceb-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386cec-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386cf0-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386cf1-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386cf5-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386cf6-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d00-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d01-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d05-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d06-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d0a-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d0b-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d0f-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d10-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d14-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d15-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d19-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d1a-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d24-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d25-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d29-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d2a-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d2e-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d2f-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d33-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d34-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d3d-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d3e-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d47-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d48-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d5a-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d5b-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d5f-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d60-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d64-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d65-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d69-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d6a-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d6e-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d6f-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d79-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d7a-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d7e-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d7f-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d83-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d84-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d88-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d89-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d8d-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d8e-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d92-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d93-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d9e-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386d9f-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386da3-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386da4-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386da8-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386da9-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386dad-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386dae-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386db2-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386db3-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386db7-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386db8-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386dbc-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386dbd-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386dc1-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386dc2-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386dc6-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386dc7-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386dd1-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386dd2-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386dd6-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386dd7-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ddb-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ddc-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386de3-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386de4-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e25-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e28-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e29-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e2c-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e2d-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e30-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e34-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e35-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e38-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e39-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e3c-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e43-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e44-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e49-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e4a-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e4e-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e4f-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e53-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e54-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e58-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e59-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e69-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e6c-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e6d-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e70-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e71-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e74-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e75-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e79-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e7c-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e7d-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e80-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e81-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e84-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e8c-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e8d-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e8e-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e90-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e93-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e94-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e95-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e99-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e9c-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e9d-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386e9e-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ea2-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ea6-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ea7-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ead-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386eb0-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386eb1-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386eb2-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386eb6-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386eb9-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386eba-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ebb-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ec1-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ec5-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ec6-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386eca-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ecd-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ed2-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ed3-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ed4-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ed8-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386edb-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386edc-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386edd-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ee3-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ee6-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ee7-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ee8-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386eee-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ef1-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ef2-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386ef3-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386efb-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386efe-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386eff-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f00-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f0c-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f0d-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f0e-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f12-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f17-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f18-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f19-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f1f-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f24-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f25-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f26-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f2c-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f31-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f32-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f33-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f3b-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f41-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f42-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f48-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f4d-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f4e-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f4f-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f53-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f56-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f57-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f58-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f5e-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f61-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f62-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f63-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f69-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f6c-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f6d-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f6e-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f76-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f79-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f7a-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f7b-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f81-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f84-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f85-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f86-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f8e-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f92-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f93-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386f99-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fa1-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fa2-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fa3-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fa4-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fa6-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fa9-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fad-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fae-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386faf-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fb8-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fb9-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fba-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fc3-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fc4-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fc5-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fc6-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fcc-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fcd-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fce-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fcf-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fd1-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fd5-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fd6-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fd7-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fd8-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa386fda-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387048-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38704c-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38704d-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38704f-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387051-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387052-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387054-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387056-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387057-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387059-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38705b-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38705c-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38705e-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387060-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387061-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387063-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387065-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387066-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387068-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38706a-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38706c-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38706e-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387070-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387071-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387073-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387074-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387076-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387077-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387079-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38707a-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38707c-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38707d-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38707f-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387080-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387082-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387083-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387085-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38708b-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38708f-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387090-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387092-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387094-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387095-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387097-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387099-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38709a-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38709c-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38709e-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38709f-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870a1-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870a3-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870a4-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870a6-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870a8-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870a9-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870ab-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870ad-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870ae-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870b0-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870b2-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870b3-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870b5-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870b7-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870b8-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870ba-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870bc-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870bd-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870bf-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870c1-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870c2-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870c4-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870c9-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870cd-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870cf-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870d2-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870d7-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870dc-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870e1-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870e6-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870ed-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870ee-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870f0-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870f1-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870f3-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870f4-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870f6-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870f7-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870f9-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870fa-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870fc-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870fd-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3870ff-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387100-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387102-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387103-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387105-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387106-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387108-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387109-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38710b-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38710c-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38710e-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38710f-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387111-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387112-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387114-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387115-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387117-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387118-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38711a-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38711b-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38711d-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38711e-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387120-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387121-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387123-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387124-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387126-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387127-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387129-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38712a-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38712c-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38712d-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38712f-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387130-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387132-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387133-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387135-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387136-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387138-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387139-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38713b-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38713c-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38713e-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38713f-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387141-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387142-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387144-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387145-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38714a-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38714e-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387150-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387153-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387158-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38715d-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387162-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387167-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38716e-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38716f-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387171-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387172-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387174-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387175-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387177-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387178-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38717a-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38717b-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38717d-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38717e-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387180-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387181-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387183-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387184-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387186-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387187-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387189-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38718a-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38718c-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38718d-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38718f-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387190-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387192-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387193-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387195-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387196-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387198-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387199-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38719b-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38719c-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38719e-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38719f-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871a1-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871a2-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871a4-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871a5-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871a7-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871a8-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871aa-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871ab-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871ad-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871ae-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871b0-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871b1-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871b3-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871b4-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871b6-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871b7-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871b9-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871ba-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871bc-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871bd-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871bf-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871c0-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871c2-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871c3-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871c5-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871c6-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871cb-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871ce-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871cf-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871d1-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871d2-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871d4-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871d5-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871d7-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871d8-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871da-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871db-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871dd-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871de-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871e0-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871e1-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871e3-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871e4-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871e6-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871e7-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871e9-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871ea-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871ec-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871ed-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871ef-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871f0-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871f2-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871f3-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871f5-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871f6-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871f8-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871f9-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871fb-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871fc-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871fe-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa3871ff-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387201-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387202-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387204-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387205-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387207-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387208-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38720a-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38720b-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38720d-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38720e-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387300-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa387304-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387305-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387309-42b52a12, #w-node-_2cf073f4-6794-5c30-a9e7-a688aa38730b-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38730c-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387310-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387311-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387315-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387316-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38731a-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38731b-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38731f-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387320-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387324-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387325-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387329-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38732a-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38732e-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38732f-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387333-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387334-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387338-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387339-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38733c-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38733d-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387341-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387342-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387346-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387347-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38734b-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38734c-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387350-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387351-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387355-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387356-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38735a-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38735b-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38735f-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387360-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387364-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387365-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa387369-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38736a-42b52a12 {
  justify-self: start;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38736e-42b52a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cf073f4-6794-5c30-a9e7-a688aa38736f-42b52a12 {
  justify-self: start;
}

#w-node-c308136b-dc73-eba6-b675-d9e53bb2417a-0847bbbf {
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
}

#w-node-e8139331-8618-8607-b1d7-4dee244f0c87-0847bbbf, #w-node-_5ef3ac1a-2d56-cdd7-b239-402b08389cbc-0847bbbf {
  order: -9999;
}

#w-node-b9b22ce6-ac68-3b63-d696-aea6bab19124-bab1911d, #w-node-_6dd283c1-cee0-70a1-1e28-65d54f9cad41-bab1911d, #w-node-b9b22ce6-ac68-3b63-d696-aea6bab19126-bab1911d, #w-node-b9b22ce6-ac68-3b63-d696-aea6bab19128-bab1911d, #w-node-de199ced-9aa2-5dd4-16ff-ebc255dac93d-bab1911d, #w-node-b9b22ce6-ac68-3b63-d696-aea6bab1912a-bab1911d, #w-node-b9b22ce6-ac68-3b63-d696-aea6bab1912c-bab1911d, #w-node-d2eddb04-75ec-008c-e70e-95da4d3406ce-bab1911d, #w-node-e8ed6cb9-12c4-1fe5-8af6-6ede2154a00c-bab1911d, #w-node-e8ed6cb9-12c4-1fe5-8af6-6ede2154a00e-bab1911d, #w-node-e8ed6cb9-12c4-1fe5-8af6-6ede2154a010-bab1911d, #w-node-e8ed6cb9-12c4-1fe5-8af6-6ede2154a012-bab1911d, #w-node-e8ed6cb9-12c4-1fe5-8af6-6ede2154a015-bab1911d, #w-node-e8ed6cb9-12c4-1fe5-8af6-6ede2154a017-bab1911d, #w-node-e8ed6cb9-12c4-1fe5-8af6-6ede2154a019-bab1911d, #w-node-e8ed6cb9-12c4-1fe5-8af6-6ede2154a01b-bab1911d, #w-node-d5d59fa1-7d54-b0b5-70d4-6e80f5f30d22-bab1911d, #w-node-d5d59fa1-7d54-b0b5-70d4-6e80f5f30d24-bab1911d, #w-node-d5d59fa1-7d54-b0b5-70d4-6e80f5f30d26-bab1911d, #w-node-d5d59fa1-7d54-b0b5-70d4-6e80f5f30d28-bab1911d, #w-node-d5d59fa1-7d54-b0b5-70d4-6e80f5f30d2b-bab1911d, #w-node-d5d59fa1-7d54-b0b5-70d4-6e80f5f30d2d-bab1911d, #w-node-d5d59fa1-7d54-b0b5-70d4-6e80f5f30d2f-bab1911d, #w-node-d5d59fa1-7d54-b0b5-70d4-6e80f5f30d31-bab1911d, #w-node-_48f87dc4-ebee-3896-16cf-0c076038de6b-bab1911d, #w-node-_48f87dc4-ebee-3896-16cf-0c076038de6d-bab1911d, #w-node-_48f87dc4-ebee-3896-16cf-0c076038de6f-bab1911d, #w-node-_48f87dc4-ebee-3896-16cf-0c076038de71-bab1911d, #w-node-_48f87dc4-ebee-3896-16cf-0c076038de74-bab1911d, #w-node-_48f87dc4-ebee-3896-16cf-0c076038de76-bab1911d, #w-node-_48f87dc4-ebee-3896-16cf-0c076038de78-bab1911d, #w-node-_48f87dc4-ebee-3896-16cf-0c076038de7a-bab1911d {
  justify-self: center;
}

#w-node-_22312747-1562-b645-84ef-11c1a2ec0711-83b7171b, #w-node-_22312747-1562-b645-84ef-11c1a2ec071a-83b7171b, #w-node-_22312747-1562-b645-84ef-11c1a2ec0723-83b7171b, #w-node-_22312747-1562-b645-84ef-11c1a2ec072c-83b7171b, #w-node-_22312747-1562-b645-84ef-11c1a2ec0735-83b7171b {
  align-self: start;
}

#w-node-_647e24ce-2d53-ec1a-8ac7-62b7a67692e1-83b7171b, #w-node-b321805e-55cf-5443-d13e-7bbbc48995f4-83b7171b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_55c84629-abbd-96e8-4d86-a68db27759ad-a14a35c7, #w-node-_55c84629-abbd-96e8-4d86-a68db27759b3-a14a35c7, #w-node-_55c84629-abbd-96e8-4d86-a68db27759b9-a14a35c7, #w-node-_265ef1e9-4214-2abd-2428-60ea53ccc81a-a14a35c7, #w-node-_55c84629-abbd-96e8-4d86-a68db27759ad-43da9f80, #w-node-_55c84629-abbd-96e8-4d86-a68db27759b3-43da9f80, #w-node-_55c84629-abbd-96e8-4d86-a68db27759b9-43da9f80, #w-node-_265ef1e9-4214-2abd-2428-60ea53ccc81a-43da9f80 {
  align-self: start;
}

#w-node-_74e91e77-c0f5-4f05-df9f-1005a0f26176-f67be42f {
  align-self: end;
}

#w-node-_77b017e6-862d-36d9-4e77-633912d7bf70-a2f998fb {
  place-self: stretch stretch;
}

#w-node-_55c84629-abbd-96e8-4d86-a68db27759ad-f8876423, #w-node-_55c84629-abbd-96e8-4d86-a68db27759b3-f8876423, #w-node-_55c84629-abbd-96e8-4d86-a68db27759b9-f8876423, #w-node-_265ef1e9-4214-2abd-2428-60ea53ccc81a-f8876423 {
  align-self: start;
}

#w-node-_481ba037-4194-21a6-c325-bf3b93807af0-93807ada {
  align-self: end;
}

#w-node-_481ba037-4194-21a6-c325-bf3b93807b13-93807ada {
  align-self: start;
}

#w-node-_55c84629-abbd-96e8-4d86-a68db27759ad-3902265a, #w-node-_55c84629-abbd-96e8-4d86-a68db27759b3-3902265a, #w-node-_55c84629-abbd-96e8-4d86-a68db27759b9-3902265a, #w-node-_265ef1e9-4214-2abd-2428-60ea53ccc81a-3902265a {
  place-self: start;
}

#w-node-_94f1b1cb-e3d1-6e62-9f91-89875ea494c5-ac6ae37c, #w-node-_7bd6d922-9151-985e-84f9-e40803825234-ac6ae37c, #w-node-_31f01916-3bd8-c7fe-9ce2-672418699f87-ac6ae37c, #w-node-_63df088c-9701-6eed-3939-3e85db6e2fc8-ac6ae37c, #w-node-_4117e046-76c8-23e8-b9d4-bbd7172b795e-ac6ae37c, #w-node-_66dae001-309e-4f9d-a0e7-675d567a87cc-ac6ae37c, #w-node-_51dab406-fcf9-14b1-5907-214caade09c4-ac6ae37c, #w-node-_51dab406-fcf9-14b1-5907-214caade09c6-ac6ae37c, #w-node-_51dab406-fcf9-14b1-5907-214caade09c8-ac6ae37c, #w-node-_51dab406-fcf9-14b1-5907-214caade09ca-ac6ae37c, #w-node-_51dab406-fcf9-14b1-5907-214caade09cc-ac6ae37c, #w-node-_51dab406-fcf9-14b1-5907-214caade09ce-ac6ae37c, #w-node-_4767ef17-b87f-a92c-4028-ebb9f8be29fc-ac6ae37c, #w-node-_4767ef17-b87f-a92c-4028-ebb9f8be29fe-ac6ae37c, #w-node-_4767ef17-b87f-a92c-4028-ebb9f8be2a00-ac6ae37c, #w-node-_4767ef17-b87f-a92c-4028-ebb9f8be2a02-ac6ae37c, #w-node-_4767ef17-b87f-a92c-4028-ebb9f8be2a04-ac6ae37c, #w-node-_4767ef17-b87f-a92c-4028-ebb9f8be2a06-ac6ae37c {
  justify-self: center;
}

#w-node-afdb3b38-acbf-fc51-46b1-e9937651106c-ac6ae37c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_49b9b407-5736-4790-74a3-4accdabb86d1-1c86661c {
  align-self: end;
}

#w-node-_49b9b407-5736-4790-74a3-4accdabb86f4-1c86661c, #w-node-_1816a256-1b85-f4a9-ec6a-9a949766b895-1c86661c, #w-node-_1816a256-1b85-f4a9-ec6a-9a949766b89a-1c86661c, #w-node-_1816a256-1b85-f4a9-ec6a-9a949766b89f-1c86661c, #w-node-_1816a256-1b85-f4a9-ec6a-9a949766b8a4-1c86661c {
  align-self: start;
}

#w-node-_3007cde6-7a1c-b119-c426-6c59e8991fa0-fb6a746c {
  justify-self: center;
}

#w-node-_5f00991a-2a16-aea3-00c5-6489126e70ec-fb6a746c, #w-node-b770f289-2525-8402-1d78-c1e2d82f40be-fb6a746c, #w-node-_8d203825-c3d5-6c5a-a521-ade9eab9a786-fb6a746c, #w-node-_5f00991a-2a16-aea3-00c5-6489126e70f7-fb6a746c, #w-node-_5f00991a-2a16-aea3-00c5-6489126e7100-fb6a746c, #w-node-c0407f3e-736b-f079-2137-610f9f5f6a8c-fb6a746c, #w-node-_4f4b44b8-0cd0-c39f-c2c1-bd5cc5638898-fb6a746c, #w-node-_5f00991a-2a16-aea3-00c5-6489126e710b-fb6a746c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19443d1e-b1af-d481-7a6b-1d6e261b0859-40eef379 {
  justify-self: center;
}

#w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b19e-40eef379, #w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b1a5-40eef379, #w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b1a9-40eef379, #w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b1ab-40eef379, #w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b1b4-40eef379, #w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b1bb-40eef379, #w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b1bf-40eef379, #w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b1c1-40eef379 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_35d747d7-f318-8884-a58c-b631dbf4558d-a8129670 {
    justify-self: start;
  }

  #w-node-_3a9cae67-4d75-3f32-8843-95b12e9b1652-a812970c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d2051033-b736-8fc4-7f82-2b84fc9f3a4b-a812970c {
    grid-row-end: 2;
  }

  #w-node-e7dd55e8-b0c5-607a-2c83-0a832a793367-a8129710 {
    grid-area: span 5 / span 1 / span 5 / span 1;
  }

  #w-node-_97fad11e-8c5c-e4ec-d95e-cced67b9b2d1-a8129731 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_97fad11e-8c5c-e4ec-d95e-cced67b9b2d4-a8129731 {
    justify-self: center;
  }

  #w-node-_97fad11e-8c5c-e4ec-d95e-cced67b9b2fb-a8129731 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_97fad11e-8c5c-e4ec-d95e-cced67b9b307-a8129731 {
    grid-area: span 5 / span 1 / span 5 / span 1;
  }

  #w-node-_44e6e5bc-d893-1e88-2e58-6daad1e79bcf-a8129774 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr minmax(200px, 1fr);
  }

  #w-node-fd0734cd-b9ea-8e57-0df5-4efbdf8164ff-a8129774 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_44d36f85-9db2-bc14-a723-621e98007f4d-98007f2d, #w-node-_44d36f85-9db2-bc14-a723-621e98007f77-98007f2d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_330f8aeb-5aa0-a0c8-b178-8cd34795b5ca-a812977b, #w-node-dee496f2-393a-f7bd-ea15-4a01fd3e0fe8-a812977b, #demo.w-node-_2256125a-c423-c769-d837-2356a4c99f50-a812977b, #w-node-_0e3b85a3-0b26-ae15-6c5d-3c23015b321e-a81297ab, #w-node-b8118d26-7cc0-9d38-4907-a135ac66ab17-a81297ab, #w-node-_35b92f93-e521-4f53-fe78-4791e51dea6b-a81297ab {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9167c12e-bb3c-cce0-0869-7b6bd17f8dac-a81297af {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e40c2337-014b-266e-bf0f-ce0c8676ab33-a81297ca {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7dae0178-3841-4e1b-958e-df6a9c93c0ef-9c93c082 {
    grid-area: span 5 / span 1 / span 5 / span 1;
  }

  #w-node-c308136b-dc73-eba6-b675-d9e53bb2417a-0847bbbf {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-a7478286-9c38-b6f4-d02c-dd82ec754aa5-0847bbbf {
    order: -1;
  }

  #w-node-dddc0dff-beb8-efac-a710-22cbf40e3ee8-0847bbbf {
    order: -9999;
  }

  #w-node-_647e24ce-2d53-ec1a-8ac7-62b7a67692e1-83b7171b, #w-node-b321805e-55cf-5443-d13e-7bbbc48995f4-83b7171b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_896a4756-d6e1-aec8-2d27-c8449ec41bad-3614b792 {
    order: 9999;
  }

  #w-node-da485a3b-4eac-3089-7576-441d2a297b4b-e009e313, #w-node-da485a3b-4eac-3089-7576-441d2a297b4b-7b2da46b, #w-node-da485a3b-4eac-3089-7576-441d2a297b4b-75af5479 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-afdb3b38-acbf-fc51-46b1-e9937651106c-ac6ae37c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f1e664be-27ba-cdfd-8b1f-54a1a9ef7684-a8129774 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_44e6e5bc-d893-1e88-2e58-6daad1e79bcf-a8129774 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_83db4f1f-95b6-bf66-ec09-f0fe224b2593-a8129776, #w-node-_5f00991a-2a16-aea3-00c5-6489126e70f4-a8129776, #w-node-fa79f333-8804-acc5-e022-6a813187e447-a8129776, #w-node-_5f00991a-2a16-aea3-00c5-6489126e7108-a8129776, #w-node-cfd072db-4c71-525c-b41d-cf76f491fdb8-f491fdb3 {
    order: -9999;
  }

  #w-node-a78e0880-8204-56e0-9cac-ed1a687163e2-a812977b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_5f00991a-2a16-aea3-00c5-6489126e70f4-a812977b, #w-node-_5f00991a-2a16-aea3-00c5-6489126e7108-a812977b {
    order: -9999;
  }

  #w-node-_26be57a1-07d9-4e51-c517-03aeb4f5336e-a812977f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4d568eb6-0be1-0b31-2d25-d0771df6b49e-a812977f, #w-node-_9181203a-0ec0-4632-307c-421e3a834237-a812977f, #w-node-f8ede272-daa5-3d33-1605-1ed0a57574ee-a812977f, #w-node-_29c6c944-9828-16a5-ca28-ebb7cb58dc65-a812977f {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-b770f289-2525-8402-1d78-c1e2d82f40be-a81297a4, #w-node-_5f00991a-2a16-aea3-00c5-6489126e70f4-a81297a4, #w-node-c0407f3e-736b-f079-2137-610f9f5f6a8c-a81297a4, #w-node-_5f00991a-2a16-aea3-00c5-6489126e7108-a81297a4, #w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b1a5-a81297a8, #w-node-f494b06b-1089-afb7-d220-0089f9fba80f-a81297a8, #w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b1bb-a81297a8, #w-node-_62202c3f-c59c-e935-87a7-1b104acbceec-a81297a8, #w-node-_754aa26a-3ab2-55b4-efb4-a7fcb1c30e01-a81297a8 {
    order: -9999;
  }

  #w-node-c308136b-dc73-eba6-b675-d9e53bb2417a-0847bbbf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cb30be08-04b4-cc35-44ad-d39289d75004-89d74ffe {
    order: -9999;
  }

  #w-node-_93934432-fa3f-eb02-acda-a65fe77516ff-83b7171b {
    order: 9999;
  }

  #w-node-_896a4756-d6e1-aec8-2d27-c8449ec41b94-3614b792, #w-node-_896a4756-d6e1-aec8-2d27-c8449ec41b96-3614b792, #w-node-_896a4756-d6e1-aec8-2d27-c8449ec41bda-3614b792, #w-node-_896a4756-d6e1-aec8-2d27-c8449ec41bdc-3614b792, #w-node-_08cb72aa-6c11-6209-6066-7e117362edfa-7362edf2, #w-node-_6db1e8a9-bf8f-9138-7498-c35203807fbd-1c86661c, #w-node-b770f289-2525-8402-1d78-c1e2d82f40be-fb6a746c, #w-node-_5f00991a-2a16-aea3-00c5-6489126e70f4-fb6a746c, #w-node-c0407f3e-736b-f079-2137-610f9f5f6a8c-fb6a746c, #w-node-_5f00991a-2a16-aea3-00c5-6489126e7108-fb6a746c, #w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b1a5-40eef379, #w-node-f494b06b-1089-afb7-d220-0089f9fba80f-40eef379, #w-node-_9e07b0a7-7bd3-74bc-087a-f8ecddb3b1bb-40eef379, #w-node-_62202c3f-c59c-e935-87a7-1b104acbceec-40eef379, #w-node-_754aa26a-3ab2-55b4-efb4-a7fcb1c30e01-40eef379 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_82352913-45fc-e97d-e471-a7d6e672dc65-744a615c {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_82352913-45fc-e97d-e471-a7d6e672dc73-744a615c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f1e664be-27ba-cdfd-8b1f-54a1a9ef7684-a8129774 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fd0734cd-b9ea-8e57-0df5-4efbdf8164ff-a8129774 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-dee496f2-393a-f7bd-ea15-4a01fd3e0fe8-a812977b, #w-node-a78e0880-8204-56e0-9cac-ed1a687163e2-a812977b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_55c84629-abbd-96e8-4d86-a68db27759b3-a81297ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-e40c2337-014b-266e-bf0f-ce0c8676ab33-a81297ca {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_55c84629-abbd-96e8-4d86-a68db27759b3-a14a35c7, #w-node-_55c84629-abbd-96e8-4d86-a68db27759b3-43da9f80, #w-node-_55c84629-abbd-96e8-4d86-a68db27759b3-f8876423, #w-node-_55c84629-abbd-96e8-4d86-a68db27759b3-3902265a, #w-node-_1816a256-1b85-f4a9-ec6a-9a949766b89a-1c86661c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}


