.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  color: #121212;
  background-color: #121212;
  font-family: Agrandir, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Agrandir, sans-serif;
  font-size: 3.33em;
  font-weight: 900;
  line-height: .96;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Agrandir, sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.08em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caxton;
  font-size: 6.56em;
  font-weight: 700;
  line-height: .9;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Agrandir, sans-serif;
  font-size: 1.67em;
  font-weight: 900;
  line-height: 1.2;
}

h5 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.46em;
  font-weight: 700;
  line-height: .99;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.46em;
  font-weight: 500;
  line-height: 1.2;
}

p {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Agrandir, sans-serif;
  font-size: 1.04em;
  font-weight: 400;
  line-height: 1.4;
}

a {
  text-transform: none;
  font-family: Agrandir, sans-serif;
  line-height: 1.2;
  text-decoration: none;
}

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

em {
  font-style: italic;
}

blockquote {
  border-left: .2em solid #fff;
  margin-bottom: 1em;
  margin-left: 1.2em;
  padding: 1em 2em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  z-index: 1;
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.7em 6.25em;
}

.container.is--hero {
  perspective: 1000px;
  padding-top: 15.42em;
  padding-bottom: 12.95em;
}

.container.is--navbar {
  z-index: 2;
  padding: .8em 2em;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container.is--footer, .container.is--project {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.container.is--project-hero {
  perspective: 1000px;
  padding-top: 5em;
  padding-bottom: 0;
}

.container.is--project-hero.featureimage {
  width: 100vw;
  height: 120vh;
  padding-top: 2em;
  padding-left: 0;
  padding-right: 0;
}

.container.is--project-hero.updatedlayout {
  padding-left: 0;
  padding-right: 0;
}

.container.is--project-body {
  padding-top: 2em;
  padding-bottom: 0;
}

.container.is--navbar-bottom {
  z-index: 20000;
  padding: .8em 2em;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container.is--next-proj {
  padding-top: 0;
}

.container.is--next-project {
  padding-top: 6.25em;
  padding-bottom: 0;
}

.container.work {
  padding-left: 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav-home {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.section.is--nav {
  z-index: 1000;
  padding-bottom: 11px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section.is--nav-bottom {
  z-index: 1000;
  border-bottom: 1px solid #b798c1;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section.is--hero {
  transform: perspective(1000px);
}

.display {
  color: #fff;
  text-transform: uppercase;
  font-family: Agrandir, sans-serif;
  font-size: 4.8em;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.display.is--mail {
  flex-wrap: wrap;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.display.is--mail:hover {
  opacity: .8;
}

.display.is--project {
  width: 100%;
  font-size: 4em;
  line-height: 1.2;
}

.display.case-study {
  margin-bottom: 2rem;
  font-size: 3em;
  font-weight: 900;
}

.grid {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid.is--resources {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.grid.is--footer {
  position: relative;
}

.grid.is--nav {
  justify-content: flex-end;
}

.grid.is--body {
  width: 80%;
}

.grid.is--body.is--hero {
  perspective: 1000px;
  perspective-origin: 50% 0;
  position: relative;
}

.grid.is--nav-top {
  justify-content: space-between;
}

.grid.is--proj {
  width: 80%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 60% 40%;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.is--proj-alt {
  width: 80%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 40% 60%;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.is--nav-bottom {
  z-index: 100000;
  width: 10%;
  justify-content: flex-end;
  margin-right: 0;
}

.grid_item {
  width: 100%;
  color: #000;
  padding: 1.04em;
}

.grid_item.is--social {
  width: 10%;
}

.grid_item.is--footer-copyright {
  color: rgba(183, 152, 193, .3);
  padding-top: 1.64em;
}

.grid_item.is--footer-top {
  width: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.grid_item.is--nav-logo {
  width: 10%;
  flex: none;
  padding-left: 0;
}

.grid_item.is--menu {
  width: 10%;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.grid_item.is--hamburger {
  display: none;
}

.grid_item.is--menu-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.grid_item.is--about__header {
  width: 25%;
  color: #fff;
}

.grid_item.is--about__para-3, .grid_item.is--about__img {
  width: 37.5%;
}

.grid_item.is--about__para-4 {
  width: 50%;
}

.grid_item.is--about__para-5 {
  width: 62.5%;
  margin-left: auto;
}

.grid_item.is--project__text-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.grid_item.is--contact--footer {
  margin-top: 6.04em;
  margin-left: auto;
}

.grid_item.is--contact--footer-caption {
  margin-top: 6.04em;
}

.grid_item.is--project-yr {
  width: 20%;
}

.grid_item.is--project-pos {
  width: 40%;
}

.grid_item.is--proj__img {
  width: 100vh;
  height: auto;
}

.grid_item.is--proj__img.fullpage {
  width: 160vw;
  height: 60vh;
  flex: 0 auto;
  margin-left: -20vw;
  margin-right: -20vw;
  padding-top: 2rem;
  padding-bottom: 0;
  padding-left: 0;
}

.grid_item.is--proj__img.case_study_cover {
  height: 40vh;
  padding-left: 0;
  padding-right: 0;
}

.grid_item.is--proj__img.vhiproject {
  padding-left: 0;
  padding-right: 0;
}

.grid_item.is--hero-text {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.grid_item.is--menu__bottom {
  width: 10%;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
  position: relative;
}

.grid_item.is--sticky-logo {
  width: 10%;
  flex: none;
  display: block;
}

.grid_item.is--service-text {
  width: 100%;
  text-transform: uppercase;
}

.grid_item.is--service-text.hor {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.grid_item.is--service__header {
  width: 100%;
  color: #fff;
}

.grid_item.is--proj-title {
  padding-top: 3em;
}

.grid_item.is--menu {
  width: 10%;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.main-button {
  text-align: center;
  border: 3px solid #b798c1;
  border-radius: 100vw;
  padding: 1.56em;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.merch {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.page-wrapper {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.card {
  width: 100%;
  text-align: center;
  padding: 8.13em 6em;
  position: relative;
  overflow: hidden;
}

.social_link {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.social_circle {
  border: 3px solid rgba(183, 152, 193, .3);
  border-radius: 100vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social_icon {
  width: 2.2em;
  height: 2.8em;
  object-fit: contain;
}

.social_icon.is--apple {
  margin-top: -.6em;
}

.footer_top-img {
  width: 1.1em;
}

.nav_logo, .nav_logo.w--current {
  font-size: 1vw;
}

.menu_link {
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu_button {
  color: #e8e8e8;
  text-align: center;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  font-size: 1vw;
  font-weight: 700;
  transition: color .2s;
  display: none;
}

.menu_button:hover {
  color: #e8e8e8;
}

.menu_button.nav, .menu_button.is--hide {
  display: none;
}

.hamburger_icon {
  width: 100%;
}

.grain {
  z-index: 1;
  opacity: .04;
  background-image: url('../images/noise.gif');
  background-position: 50%;
  background-size: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grain.is--menu {
  display: none;
}

.resources_circle-contain {
  flex: none;
  padding: 3.6em;
}

.main-body {
  height: 100vh;
  background-image: url('../images/Group-3.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  font-family: Agrandir, sans-serif;
}

.main-body.is--project {
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), url('../images/Group-3.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.paragraph-small {
  font-size: 1em;
}

.paragraph-small.white {
  color: #fff;
}

.nav--button {
  width: 7.03em;
  height: 7.03em;
  background-color: #121212;
  border-radius: 100vw 100vw 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.25em;
  display: flex;
}

.nav--button.is--bottom {
  display: none;
}

.button--text {
  letter-spacing: -.02em;
  text-transform: none;
  font-family: Agrandir, sans-serif;
  font-size: 1.46em;
}

.nav--link.is--bp-0-42em {
  padding-bottom: .42em;
  position: relative;
}

.link--text {
  color: #fff;
  font-size: 1.67em;
}

.is--big {
  color: #fff;
  font-size: 1.67em;
  line-height: 1.5;
}

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

.is--pt-4-58em {
  padding-top: 4.58em;
}

.is--caption {
  color: #fffefe;
  text-transform: uppercase;
  font-size: 1.46em;
}

.is--pb-0-83em {
  margin-bottom: .83em;
}

.case__content-top {
  padding-bottom: 1.67em;
}

._w-2 {
  width: 25%;
}

._w-5 {
  width: 62.5%;
}

.padding-bottom-large {
  margin-bottom: 1.2em;
}

.is--project-detail {
  color: #fff;
  text-transform: none;
  font-size: 1.67em;
}

.is--upper-text {
  text-transform: uppercase;
}

.is--pb-4-58em {
  padding-bottom: 4.58em;
}

.proj__rich-text {
  color: #fff;
  font-size: 1.67em;
}

.proj__rich-text p {
  margin-right: 8rem;
}

.proj__rich-text.hidden {
  display: none;
}

.proj__rich-text.small {
  margin-right: 8rem;
  font-size: 1.2em;
}

.hero__element-img {
  width: 10.94em;
  height: 10.94em;
  position: absolute;
}

.hero__element-img._2 {
  z-index: 1;
  margin-top: 4.79em;
  margin-left: -6.5%;
}

.hero__element-img._1 {
  transform-style: preserve-3d;
  margin-top: -4em;
  margin-right: 17.29em;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate3d(0, 0, 105px);
}

.hero__element-img._3 {
  z-index: 0;
  margin-bottom: .83em;
  margin-right: 14em;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.is--5-6em-left {
  margin-left: 5.6em;
}

.heading {
  color: #fff;
  font-size: 1.46em;
  font-weight: 700;
}

.text-block {
  color: #fff;
  font-size: 1.67em;
}

.lottie-animation {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-background {
  z-index: -1;
  background-image: none;
  background-size: auto;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.is--proj-heading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2em;
}

.footer-email {
  margin-top: 2em;
  margin-right: 10px;
}

.footer-email:hover {
  background-image: url('../images/data.json');
  background-position: 0 0;
  background-size: auto;
}

.footer__link {
  align-items: center;
  margin-bottom: 1em;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: inline-block;
  overflow: hidden;
}

.footer__link:hover {
  transform: skew(-20deg);
}

.link-wrapper__content {
  align-items: center;
  margin-left: -4.9em;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  overflow: hidden;
}

.link-wrapper__content:hover {
  margin-left: -.9em;
}

.footer-link__arrow {
  width: 3em;
  margin-left: 1em;
}

.footer-link__arrow.left {
  margin-right: 1em;
}

.link-wrapper__content-copy {
  align-items: center;
  margin-left: -4.9em;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  overflow: hidden;
}

.link-wrapper__content-copy:hover {
  margin-left: -.9em;
}

.menu-button--text {
  letter-spacing: -.02em;
  text-transform: none;
  font-family: Agrandir, sans-serif;
  font-size: 1.46em;
}

.hamburger_desc-text {
  display: none;
}

.is--service-text-content {
  color: #fff;
}

.preloader {
  z-index: 99999999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-container {
  width: 50%;
  height: 100%;
  background-color: #121212;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.preloader-container.is--right {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.lottie {
  width: 20%;
  height: 72px;
}

.preloader-content {
  width: 100%;
  height: 100%;
  background-color: #121212;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation-2 {
  z-index: 2147483647;
  width: 12em;
  position: relative;
}

.pointer-none {
  z-index: 2147483647;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.proj__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 32px rgba(0, 0, 0, .3);
}

.img_project--banner {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.img_project--banner.connectedcare {
  height: 100%;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.is--next-proj {
  color: #fff;
  text-transform: uppercase;
}

.padding-bottom-small {
  margin-bottom: 1.2em;
}

.heading-3, .heading-4 {
  color: #fff;
}

.heading-4.small {
  font-size: 1.2rem;
}

.heading-5, .heading-6, .heading-7 {
  color: #fff;
}

.heading-8 {
  color: #fff;
  font-size: 5em;
}

.heading-9 {
  color: #fff;
  font-size: 4em;
}

.link {
  color: #ff4c00;
  font-size: 2.1em;
  font-weight: 900;
}

.link.w--current {
  color: #ff4c00;
  margin-top: 1.4em;
  font-size: 1.4em;
  line-height: 2;
  display: block;
}

.link-2 {
  color: #ff4c00;
  text-decoration: underline;
}

.nav--button-2 {
  width: 7.03em;
  height: 7.03em;
  background-color: #121212;
  border-radius: 100vw 100vw 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.25em;
  display: flex;
}

.nav--button-2.is--bottom {
  display: none;
}

.menu_button-2 {
  color: #e8e8e8;
  text-align: center;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  font-size: 1vw;
  font-weight: 700;
  transition: color .2s;
  display: none;
}

.menu_button-2:hover {
  color: #e8e8e8;
}

.menu_button-2.nav {
  display: none;
}

.button--text-2, .menu-button--text-2 {
  letter-spacing: -.02em;
  text-transform: none;
  font-size: 1.46em;
}

.display-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 4.8em;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.display-2.is--project {
  width: 100%;
  font-size: 4em;
  line-height: 1.2;
}

.display-2.is--project.update {
  font-family: Agrandir, sans-serif;
  font-size: 3em;
}

.heading-10, .div-block {
  color: #ff4c00;
}

.image {
  max-width: 4%;
  transform-style: preserve-3d;
  margin-bottom: .8em;
  line-height: 0;
  transform: rotateX(10deg)rotateY(0)rotateZ(180deg);
}

.image.hero {
  width: 100%;
  height: 100vh;
  background-image: url('../images/HID2_Tablet.png');
  background-position: 0 0;
  background-size: cover;
  margin-left: -10vw;
  margin-right: -10vw;
}

.case_study_header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 8rem;
  margin-left: 4rem;
  margin-right: 4rem;
  display: block;
}

.paragraph {
  color: #ff4c00;
  font-size: 2em;
}

.paragraph.overview {
  color: #fff;
  font-weight: 400;
  line-height: 3rem;
}

.paragraph.case_study {
  color: #fff;
  margin-bottom: .4rem;
  display: block;
}

.paragraph.case_study.lilheading {
  text-transform: uppercase;
  font-weight: 900;
}

.paragraph.case_study.hidden {
  display: block;
}

.paragraph.case_study.overview {
  line-height: 2rem;
}

.paragraph.white {
  color: #fff;
  font-size: 1.2rem;
}

.paragraph.callout {
  color: #fff;
  font-size: 1.6em;
  font-weight: 400;
}

.paragraph.callout.subheader {
  color: #ff4c00;
}

.button-test:hover {
  background-color: #ff4c00;
}

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

.image-2 {
  font-size: 100%;
}

.cs_overview {
  margin-left: 4rem;
  margin-right: 12rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.quick-stack-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-left: 0;
}

.quick-stack-2.callout {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  margin-bottom: 4rem;
  margin-right: -2rem;
  padding-right: 0;
}

.cell, .cell-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
}

.link-3 {
  width: 100vw;
}

.services-and-deliverables {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.list-item {
  color: #fff;
}

.image-3 {
  max-width: 120%;
  border-radius: 2rem;
  margin-left: 0;
}

.image-3.scheduling {
  max-width: 140%;
  margin-top: 2rem;
  margin-left: -8rem;
}

.image-3.db {
  max-width: 160%;
  margin-left: -10rem;
}

.image-3.chat {
  max-width: 100%;
  margin-left: -3rem;
}

.image-3.notes {
  max-width: 80%;
}

.image-3.patient-db {
  max-width: 140%;
}

.image-3.schedule {
  border-radius: 2rem;
}

.image-3.consult {
  max-width: 140%;
}

.image-3.consult.cc {
  max-width: 100%;
}

.image-3.cc_db {
  max-width: 140%;
}

.image-3.bookings {
  max-width: 170%;
}

.image-3.postconsult {
  max-width: 120%;
}

.ehr {
  max-width: 80%;
}

.infinityloop {
  max-width: 60%;
}

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

.image_container.design-process {
  justify-content: flex-end;
  margin-right: 0;
}

.image_container.vhiwebsite {
  height: 80vh;
  background-image: url('../images/VHI_DESKTOP.png');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 4rem;
}

.image_container.vhi {
  height: 75vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 4rem;
}

.image_container.vhi.website {
  background-image: url('../images/VHI_Web.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.button-sashin {
  background-color: #ff4c00;
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: 10rem;
  display: flex;
}

.cell-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.gallery7_lightbox-link {
  width: 100%;
}

.gallery7_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.padding-section-large {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.gallery7_image-wrapper-large {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery7_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.gallery7_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.gallery7_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

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

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

.container-2 {
  margin-top: 4rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 7.7em;
  }

  h2 {
    font-size: 5em;
  }

  h4 {
    font-size: 3em;
  }

  p {
    font-size: 12px;
  }

  li {
    font-size: 20px;
  }

  blockquote {
    font-size: 24px;
  }

  .container {
    padding: 27px 3em;
  }

  .container.is--hero {
    padding-top: 2em;
    padding-bottom: 6.25em;
  }

  .container.is--navbar {
    padding-bottom: 3.4em;
  }

  .container.is--project-hero {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .container.is--navbar-bottom {
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .display {
    white-space: pre-line;
    font-size: 10em;
    line-height: 1.2;
    display: inline;
  }

  .display.is--mail {
    font-size: 8em;
  }

  .display.is--project {
    font-size: 6em;
  }

  .grid.is--nav {
    justify-content: space-between;
  }

  .grid.is--body {
    width: 90%;
  }

  .grid.is--body.is--hero {
    margin-top: 18.35em;
    margin-bottom: 12.25em;
  }

  .grid.is--nav-top {
    justify-content: space-between;
    align-items: center;
  }

  .grid.is--proj {
    width: 90%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid.is--proj-alt {
    width: 90%;
    grid-template-columns: 100%;
  }

  .grid.is--nav-bottom {
    width: auto;
    justify-content: space-between;
    display: block;
  }

  .grid_item {
    padding-bottom: 7.54em;
  }

  .grid_item.is--social {
    width: 15%;
  }

  .grid_item.is--nav-logo {
    width: 10%;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-bottom: 0;
    display: block;
  }

  .grid_item.is--menu {
    z-index: 0;
    width: 100%;
    height: 100vh;
    background-color: #121212;
    border-bottom: 1px solid #b798c1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 95px 3.94em 48px;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .grid_item.is--hamburger {
    z-index: 1;
    width: 10em;
    height: 10em;
    background-image: linear-gradient(#fff, #fff);
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    margin-left: auto;
    padding: 2.74em;
    display: block;
    position: relative;
  }

  .grid_item.is--menu-bottom {
    z-index: -1;
    width: 100%;
    border-bottom: 1px solid #b798c1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-left: 3.94em;
    padding-right: 0;
    display: none;
  }

  .grid_item.is--about__para-3, .grid_item.is--about__img {
    width: 100%;
  }

  .grid_item.is--about__para-4, .grid_item.is--about__para-5 {
    width: 70%;
  }

  .grid_item.is--project-yr {
    width: 30%;
    padding-bottom: 0;
  }

  .grid_item.is--project-pos {
    width: 40%;
    padding-bottom: 0;
  }

  .grid_item.is--proj__img {
    padding-bottom: 0;
  }

  .grid_item.is--proj__img.case_study_cover {
    height: 40vh;
  }

  .grid_item.is--menu__bottom {
    z-index: -1;
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 8px;
    display: block;
  }

  .grid_item.is--sticky-logo {
    width: 10%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid_item.is--service-text.hor {
    align-self: flex-end;
    align-items: flex-end;
  }

  .grid_item.is--proj-title {
    padding-bottom: 3em;
  }

  .grid_item.is--menu {
    z-index: 0;
    width: 100%;
    height: 100vh;
    background-color: #121212;
    border-bottom: 1px solid #b798c1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 95px 3.94em 48px;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .merch {
    flex-direction: column;
  }

  .menu_link {
    margin-right: 0;
    padding: 5px 16px;
  }

  .menu_button {
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 2em;
    display: block;
  }

  .menu_button.nav, .grain.is--menu {
    display: block;
  }

  .main-body {
    background-image: none;
  }

  .paragraph-small {
    font-size: 2em;
  }

  .nav--button.is--bottom {
    width: 132px;
    height: 132px;
    margin-left: auto;
    display: none;
  }

  .nav--button.menu {
    width: 100%;
  }

  .button--text {
    text-align: center;
    font-size: 3em;
  }

  .is--big {
    font-size: 3em;
  }

  .is--caption {
    font-size: 2.5em;
  }

  .is--pb-0-83em {
    margin-bottom: 1.63em;
  }

  .padding-bottom-large {
    margin-bottom: 2.5em;
  }

  .is--project-detail {
    color: #fff;
    font-size: 3em;
  }

  .proj__rich-text {
    color: #fff;
    font-size: 1vw;
  }

  .proj__rich-text p {
    margin-right: 4rem;
    font-size: 24px;
  }

  .hero__element-img {
    width: 18em;
    height: 18em;
  }

  .hero__element-img._1 {
    margin-right: 4em;
  }

  .hero__element-img._3 {
    margin-bottom: 1.93em;
    margin-right: -4%;
  }

  .heading {
    font-size: 3em;
  }

  .text-block {
    font-size: 3.5em;
  }

  .body-background {
    z-index: -2;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .is--proj-heading {
    color: #fff;
    margin-bottom: 1em;
  }

  .footer__link {
    margin-bottom: 2.5em;
  }

  .link-wrapper__content, .link-wrapper__content:hover {
    margin-left: 0;
  }

  .footer-link__arrow {
    width: 5em;
  }

  .footer-link__arrow.left {
    display: none;
  }

  .link-wrapper__content-copy, .link-wrapper__content-copy:hover {
    margin-left: 0;
  }

  .menu-button--text {
    text-align: center;
    font-size: 5em;
  }

  .lottie-animation-2 {
    width: 24em;
  }

  .padding-bottom-small {
    margin-bottom: 2.5em;
  }

  .heading-4.small {
    align-self: center;
  }

  .link.w--current {
    margin-top: 2em;
    font-size: 2em;
    display: block;
  }

  .nav--button-2.is--bottom {
    width: 132px;
    height: 132px;
    margin-left: auto;
    display: none;
  }

  .nav--button-2.menu {
    width: 100%;
  }

  .menu_button-2 {
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 2em;
    display: block;
  }

  .menu_button-2.nav {
    display: block;
  }

  .button--text-2 {
    text-align: center;
    font-size: 3em;
  }

  .menu-button--text-2 {
    text-align: center;
    font-size: 5em;
  }

  .display-2 {
    white-space: pre-line;
    font-size: 10em;
    line-height: 1.2;
    display: inline;
  }

  .display-2.is--project {
    font-size: 6em;
  }

  .image {
    max-width: 8%;
    margin-bottom: .4rem;
  }

  .case_study_header {
    margin-top: 5rem;
  }

  .paragraph.case_study.overview {
    line-height: 1.4rem;
  }

  .paragraph.callout, .paragraph.callout.subheader {
    font-size: 2em;
  }

  .cs_overview {
    line-height: 1.4;
  }

  .quick-stack-2.callout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .cell {
    align-items: flex-start;
  }

  .link-3 {
    width: 100vw;
  }

  .services-and-deliverables {
    margin-bottom: 0;
  }

  .image-3.chat {
    max-width: 80%;
    margin-left: 0;
  }

  .ehr {
    max-width: 60%;
  }

  .image_container.design-process {
    justify-content: center;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

@media screen and (max-width: 767px) {
  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 8.9em;
  }

  h4 {
    font-size: 5em;
  }

  h5 {
    font-size: 4em;
  }

  h6 {
    font-size: 14px;
  }

  ul, blockquote {
    font-size: 20px;
  }

  .container {
    padding: 48px 4em;
  }

  .container.is--hero {
    padding-top: 2em;
    padding-bottom: 11.25em;
  }

  .container.is--footer {
    padding-top: 12.05em;
  }

  .container.is--project-hero {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .container.is--project-hero.updatedlayout {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container.is--next-proj {
    font-size: 1vw;
  }

  .nav-home {
    display: block;
  }

  .section, .section.is--nav, .section.is--hero {
    padding-top: 0;
  }

  .display.is--mail {
    font-size: 9em;
  }

  .display.is--project {
    font-size: 7em;
  }

  .grid.is--body {
    width: 100%;
  }

  .grid.is--body.is--hero {
    margin-top: 18.1em;
    margin-bottom: 14.95em;
  }

  .grid.is--proj, .grid.is--proj-alt {
    width: 100%;
  }

  .grid_item.is--nav-logo {
    width: 15%;
  }

  .grid_item.is--menu {
    display: none;
  }

  .grid_item.is--hamburger {
    width: 12em;
    height: 12em;
    padding: 3.24em;
    display: block;
  }

  .grid_item.is--menu-bottom {
    padding-bottom: 0;
    padding-left: 0;
  }

  .grid_item.is--contact--footer._w-5 {
    width: 100%;
    margin-top: 2em;
  }

  .grid_item.is--contact--footer-caption._w-2 {
    width: 100%;
    padding-bottom: 8px;
  }

  .grid_item.is--project-yr {
    width: 100%;
    padding-bottom: 4em;
  }

  .grid_item.is--project-pos {
    width: 100%;
    padding-bottom: 3em;
  }

  .grid_item.is--hero-text {
    overflow: hidden;
  }

  .grid_item.is--menu__bottom {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-width: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .grid_item.is--sticky-logo {
    width: 20%;
  }

  .grid_item.is--service__header {
    padding-bottom: 5.54em;
  }

  .grid_item.is--menu {
    display: none;
  }

  .card {
    padding-top: 14.03em;
    padding-bottom: 14.03em;
  }

  .menu_button {
    flex-direction: column-reverse;
    margin-top: 0;
    margin-left: auto;
  }

  .menu_button.nav {
    margin-bottom: 16px;
    margin-left: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu_button.is--hide {
    display: none;
  }

  .hamburger_icon {
    width: 100%;
    height: 100%;
  }

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

  .nav--button.is--bottom {
    width: 108px;
    height: 108px;
    margin-left: auto;
    display: none;
  }

  .button--text {
    text-align: center;
    font-size: 20px;
  }

  .nav--link {
    display: none;
  }

  .is--big {
    font-size: 24px;
  }

  .is--caption {
    font-size: 20px;
  }

  .padding-bottom-large {
    margin-bottom: 4em;
  }

  .is--project-detail {
    color: #fff;
    font-size: 24px;
  }

  .proj__rich-text {
    color: #fff;
  }

  .proj__rich-text p {
    font-size: 20px;
  }

  .heading {
    font-size: 28px;
  }

  .text-block {
    font-size: 24px;
  }

  .is--proj-heading {
    color: #fff;
    font-size: 32px;
  }

  .footer__link {
    margin-bottom: 4em;
  }

  .footer-link__arrow {
    width: 6em;
  }

  .menu-button--text {
    text-align: center;
    padding-bottom: 0;
    font-size: 40px;
  }

  .is--service-text-content {
    font-size: 8em;
  }

  .lottie-animation-2 {
    width: 32em;
  }

  .is--next-proj {
    color: #fff;
    font-size: 32px;
  }

  .padding-bottom-small {
    margin-bottom: 4em;
  }

  .heading-4.small {
    font-size: 3em;
  }

  .link.w--current {
    margin-top: 2em;
    font-size: 3em;
    display: block;
  }

  .nav--button-2.is--bottom {
    width: 108px;
    height: 108px;
    margin-left: auto;
    display: none;
  }

  .menu_button-2 {
    flex-direction: column-reverse;
    margin-top: 0;
    margin-left: auto;
  }

  .menu_button-2.nav {
    margin-bottom: 16px;
    margin-left: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button--text-2 {
    text-align: center;
    font-size: 20px;
  }

  .menu-button--text-2 {
    text-align: center;
    padding-bottom: 0;
    font-size: 40px;
  }

  .display-2.is--project {
    font-size: 7em;
  }

  .image {
    max-width: 8%;
    margin-bottom: .4rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .gallery7_image-wrapper-large {
    padding-top: 100%;
  }

  .gallery7_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .gallery7_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    padding-bottom: .2em;
    font-size: 14.7em;
  }

  h2 {
    font-size: 32px;
  }

  h4 {
    font-size: 8em;
  }

  h5 {
    font-size: 5em;
  }

  .container.is--hero {
    padding-top: 2.25em;
  }

  .container.is--navbar {
    padding-left: 4em;
    padding-right: 4em;
  }

  .container.is--footer {
    padding-top: 72px;
  }

  .container.is--project {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .container.is--project-hero {
    padding-top: 2.25em;
    padding-bottom: 5em;
  }

  .container.is--project-hero.featureimage {
    height: 50vh;
  }

  .container.is--project-body {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .container.is--navbar-bottom {
    z-index: 1000;
    padding-left: 4em;
    padding-right: 4em;
  }

  .container.is--next-project {
    padding-top: 0;
    padding-bottom: 32px;
  }

  .nav-home {
    display: block;
  }

  .section.is--nav {
    position: fixed;
  }

  .section.is--nav-bottom {
    border-bottom-width: 0;
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .display {
    object-fit: fill;
    font-size: 11.7em;
    overflow: visible;
  }

  .display.is--2 {
    z-index: 3;
  }

  .display.case-study {
    font-size: 4em;
  }

  .grid.is--body {
    flex-wrap: wrap;
    overflow: hidden;
  }

  .grid.is--body.is--hero {
    margin-top: 38.75em;
    margin-bottom: 38.75em;
    overflow: visible;
  }

  .grid.is--proj {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid.is--proj-alt {
    width: 100%;
  }

  .grid.is--nav-bottom {
    z-index: 999;
  }

  .grid_item.is--social {
    width: 30%;
  }

  .grid_item.is--footer-copyright {
    padding-top: 16px;
  }

  .grid_item.is--menu {
    height: 80vh;
    display: none;
  }

  .grid_item.is--hamburger {
    width: 64px;
    height: 64px;
    padding: 4.64em;
  }

  .grid_item.is--about__header {
    width: 100%;
  }

  .grid_item.is--about__para-3 {
    font-size: 1vw;
  }

  .grid_item.is--about__para-4.is--pt-4-58em, .grid_item.is--about__para-5.is--pt-4-58em {
    width: 100%;
  }

  .grid_item.is--project__img {
    padding-bottom: 3em;
  }

  .grid_item.is--project__text-content {
    margin-top: 24px;
  }

  .grid_item.is--contact--header {
    margin-bottom: 32px;
  }

  .grid_item.is--contact--footer._w-5 {
    padding-bottom: 24em;
  }

  .grid_item.is--contact--footer-caption._w-2 {
    width: 100%;
    margin-bottom: 8px;
  }

  .grid_item.is--proj__img {
    height: auto;
    margin-bottom: 5em;
    padding-bottom: 0;
  }

  .grid_item.is--hero-text.is--5-6em-left {
    flex-wrap: wrap;
    overflow: visible;
  }

  .grid_item.is--menu__bottom {
    z-index: 200;
    border-bottom-width: 0;
  }

  .grid_item.is--service-text, .grid_item.is--service__header {
    width: 100%;
  }

  .grid_item.is--proj-title {
    padding-bottom: 7em;
  }

  .grid_item.next-proj {
    padding-bottom: 0;
  }

  .grid_item.is--menu {
    height: 80vh;
    display: none;
  }

  .main-button {
    font-size: 12px;
  }

  .card {
    padding-top: 27.43em;
    padding-bottom: 27.43em;
  }

  .social_circle {
    font-size: 2em;
  }

  .footer_top-img {
    width: 2em;
  }

  .menu_button {
    display: block;
  }

  .menu_button.nav {
    margin-bottom: 38px;
    padding-bottom: 0;
  }

  .menu_button.nav.hidden, .menu_button.is--hide {
    display: none;
  }

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

  .nav--button.is--bottom {
    display: none;
  }

  .nav--button.menu {
    display: block;
  }

  .is--big {
    font-size: 24px;
  }

  .is--caption {
    font-size: 20px;
  }

  .is--pb-0-83em {
    margin-bottom: 16px;
  }

  .is--project-detail, .proj__rich-text {
    color: #fff;
  }

  .proj__rich-text p {
    margin-right: 1rem;
  }

  .hero__element-img {
    width: 24em;
    height: 24em;
  }

  .hero__element-img._2 {
    margin-top: -18.01em;
    margin-left: -15%;
  }

  .hero__element-img._1 {
    margin-top: -4.7em;
  }

  .hero__element-img._3 {
    z-index: 4;
    margin-bottom: -11.27em;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .heading, .text-block {
    font-size: 24px;
  }

  .is--proj-heading {
    color: #fff;
  }

  .is--service-text-content {
    align-self: flex-end;
    line-height: 1;
  }

  .lottie-animation-2 {
    width: 62em;
  }

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

  .img_project--banner.vhi.process {
    width: 32%;
  }

  .is--next-proj {
    color: #fff;
    flex-wrap: wrap;
    display: flex;
  }

  .is--next-proj.ctas {
    font-size: .8rem;
  }

  .padding-bottom-small {
    margin-bottom: 0;
    overflow: visible;
  }

  .heading-4.small {
    align-self: flex-start;
    font-size: 6em;
  }

  .link {
    font-size: 4em;
  }

  .link.w--current {
    object-fit: fill;
    margin-top: 2em;
    font-size: 4em;
    display: block;
  }

  .nav--button-2.is--bottom {
    display: none;
  }

  .nav--button-2.menu, .menu_button-2 {
    display: block;
  }

  .menu_button-2.nav {
    margin-bottom: 38px;
    padding-bottom: 0;
  }

  .display-2 {
    object-fit: fill;
    font-size: 11.7em;
    overflow: visible;
  }

  .display-2.is--project.update {
    font-size: 6em;
  }

  .image {
    max-width: 10%;
    margin-bottom: 8px;
  }

  .case_study_header {
    margin-top: 4rem;
    margin-left: 1rem;
    margin-right: 2rem;
  }

  .paragraph.case_study, .paragraph.case_study.lilheading {
    font-size: 3em;
  }

  .paragraph.case_study.overview {
    font-size: 5em;
    line-height: 1.4rem;
  }

  .paragraph.white {
    font-size: 1rem;
  }

  .paragraph.callout, .paragraph.callout.subheader {
    font-size: 6em;
  }

  .cs_overview {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .quick-stack-2.callout {
    margin-left: 0;
    margin-right: 0;
  }

  .cell {
    padding-right: 0;
  }

  .link-3 {
    width: 100vw;
    align-content: flex-start;
    display: flex;
  }

  .image-3 {
    max-width: 100%;
  }

  .image-3.scheduling {
    margin-left: -2rem;
  }

  .image-3.db {
    margin-left: 0;
  }

  .image-3.chat {
    max-width: 100%;
    margin-left: 0;
  }

  .image-3.patient-db {
    max-width: 100%;
  }

  .image-3.consult {
    align-self: center;
  }

  .ehr, .infinityloop {
    max-width: 100%;
  }

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

  .portfolio-item {
    margin-bottom: 4rem;
  }
}

#w-node-_39197585-a7b7-695f-95b6-bff1ec5158ac-4fe47edc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_39197585-a7b7-695f-95b6-bff1ec5158ad-4fe47edc, #w-node-_39197585-a7b7-695f-95b6-bff1ec5158ae-4fe47edc, #w-node-_578bf530-e287-8856-cf2b-434577976ab7-4fe47edc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3987de2-cc73-4981-699d-b2acd44d6c1a-10c1eab1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9d065361-406a-3230-2aa5-2db5447ce289-10c1eab1, #w-node-_9d5c956a-dde1-5f74-027b-53e29d8fc021-10c1eab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be5747d0-6f31-68b5-7a20-ae78ae565920-10c1eab1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-be5747d0-6f31-68b5-7a20-ae78ae565921-10c1eab1, #w-node-be5747d0-6f31-68b5-7a20-ae78ae565935-10c1eab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_897063bf-e93c-619d-461c-6d0ef2e6a110-10c1eab1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_897063bf-e93c-619d-461c-6d0ef2e6a111-10c1eab1, #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a114-10c1eab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd6-10c1eab1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd7-10c1eab1, #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddda-10c1eab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368284bb-fb36-f8c6-d8e5-01668c750124-10c1eab1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_368284bb-fb36-f8c6-d8e5-01668c750125-10c1eab1, #w-node-_368284bb-fb36-f8c6-d8e5-01668c750128-10c1eab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f05-10c1eab1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f06-10c1eab1, #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f09-10c1eab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6a-10c1eab1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6b-10c1eab1, #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6e-10c1eab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_261c4975-1c89-4fff-7955-c5db2d81829b-10c1eab1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_261c4975-1c89-4fff-7955-c5db2d81829c-10c1eab1, #w-node-_261c4975-1c89-4fff-7955-c5db2d81829f-10c1eab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e3-10c1eab1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e4-10c1eab1, #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e7-10c1eab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6ca-10c1eab1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6cb-10c1eab1, #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6cd-10c1eab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3e52c61-86d8-21f3-026c-740c671c91c0-10c1eab1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a3e52c61-86d8-21f3-026c-740c671c91c1-10c1eab1, #w-node-a3e52c61-86d8-21f3-026c-740c671c91c3-10c1eab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9497a23-a544-78d6-7890-feed5922230d-10c1eab1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a9497a23-a544-78d6-7890-feed5922230e-10c1eab1, #w-node-a9497a23-a544-78d6-7890-feed59222310-10c1eab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82aa8951-7183-d918-0b86-c07f83a9f39c-10c1eab1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_82aa8951-7183-d918-0b86-c07f83a9f39d-10c1eab1, #w-node-_82aa8951-7183-d918-0b86-c07f83a9f39f-10c1eab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0021f506-1c90-4b4a-6885-49fb70bdbc1d-10c1eab1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0021f506-1c90-4b4a-6885-49fb70bdbc1e-10c1eab1, #w-node-_0021f506-1c90-4b4a-6885-49fb70bdbc21-10c1eab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18c41805-baf5-0d7c-82e1-31f62065e0da-10c1eab1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_18c41805-baf5-0d7c-82e1-31f62065e0db-10c1eab1, #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0de-10c1eab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3180734b-d9ec-87d0-7df1-f525718568f1-10c1eab1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3180734b-d9ec-87d0-7df1-f525718568f2-10c1eab1, #w-node-_3180734b-d9ec-87d0-7df1-f525718568f5-10c1eab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3987de2-cc73-4981-699d-b2acd44d6c1a-6e05acfc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9d065361-406a-3230-2aa5-2db5447ce289-6e05acfc, #w-node-_9d5c956a-dde1-5f74-027b-53e29d8fc021-6e05acfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be5747d0-6f31-68b5-7a20-ae78ae565920-6e05acfc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-be5747d0-6f31-68b5-7a20-ae78ae565921-6e05acfc, #w-node-be5747d0-6f31-68b5-7a20-ae78ae565935-6e05acfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_897063bf-e93c-619d-461c-6d0ef2e6a110-6e05acfc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_897063bf-e93c-619d-461c-6d0ef2e6a111-6e05acfc, #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a114-6e05acfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd6-6e05acfc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd7-6e05acfc, #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddda-6e05acfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368284bb-fb36-f8c6-d8e5-01668c750124-6e05acfc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_368284bb-fb36-f8c6-d8e5-01668c750125-6e05acfc, #w-node-_368284bb-fb36-f8c6-d8e5-01668c750128-6e05acfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f05-6e05acfc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f06-6e05acfc, #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f09-6e05acfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6a-6e05acfc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6b-6e05acfc, #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6e-6e05acfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_261c4975-1c89-4fff-7955-c5db2d81829b-6e05acfc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_261c4975-1c89-4fff-7955-c5db2d81829c-6e05acfc, #w-node-_261c4975-1c89-4fff-7955-c5db2d81829f-6e05acfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e3-6e05acfc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e4-6e05acfc, #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e7-6e05acfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47efb446-4abe-4ff4-d249-35f9682fb1b4-6e05acfc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_47efb446-4abe-4ff4-d249-35f9682fb1b5-6e05acfc, #w-node-_47efb446-4abe-4ff4-d249-35f9682fb1ba-6e05acfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6ca-6e05acfc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6cb-6e05acfc, #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6cd-6e05acfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3e52c61-86d8-21f3-026c-740c671c91c0-6e05acfc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a3e52c61-86d8-21f3-026c-740c671c91c1-6e05acfc, #w-node-a3e52c61-86d8-21f3-026c-740c671c91c3-6e05acfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0021f506-1c90-4b4a-6885-49fb70bdbc1d-6e05acfc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0021f506-1c90-4b4a-6885-49fb70bdbc1e-6e05acfc, #w-node-_0021f506-1c90-4b4a-6885-49fb70bdbc21-6e05acfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18c41805-baf5-0d7c-82e1-31f62065e0da-6e05acfc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_18c41805-baf5-0d7c-82e1-31f62065e0db-6e05acfc, #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0de-6e05acfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3180734b-d9ec-87d0-7df1-f525718568f1-6e05acfc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3180734b-d9ec-87d0-7df1-f525718568f2-6e05acfc, #w-node-_3180734b-d9ec-87d0-7df1-f525718568f5-6e05acfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3987de2-cc73-4981-699d-b2acd44d6c1a-9c835608 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9d065361-406a-3230-2aa5-2db5447ce289-9c835608, #w-node-_9d5c956a-dde1-5f74-027b-53e29d8fc021-9c835608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be5747d0-6f31-68b5-7a20-ae78ae565920-9c835608 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-be5747d0-6f31-68b5-7a20-ae78ae565921-9c835608, #w-node-be5747d0-6f31-68b5-7a20-ae78ae565935-9c835608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_897063bf-e93c-619d-461c-6d0ef2e6a110-9c835608 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_897063bf-e93c-619d-461c-6d0ef2e6a111-9c835608, #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a114-9c835608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd6-9c835608 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd7-9c835608, #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddda-9c835608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368284bb-fb36-f8c6-d8e5-01668c750124-9c835608 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_368284bb-fb36-f8c6-d8e5-01668c750125-9c835608, #w-node-_368284bb-fb36-f8c6-d8e5-01668c750128-9c835608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f05-9c835608 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f06-9c835608, #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f09-9c835608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6a-9c835608 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6b-9c835608, #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6e-9c835608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_261c4975-1c89-4fff-7955-c5db2d81829b-9c835608 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_261c4975-1c89-4fff-7955-c5db2d81829c-9c835608, #w-node-_261c4975-1c89-4fff-7955-c5db2d81829f-9c835608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e3-9c835608 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e4-9c835608, #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e7-9c835608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47efb446-4abe-4ff4-d249-35f9682fb1b4-9c835608 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_47efb446-4abe-4ff4-d249-35f9682fb1b5-9c835608, #w-node-_47efb446-4abe-4ff4-d249-35f9682fb1ba-9c835608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6ca-9c835608 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6cb-9c835608, #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6cd-9c835608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3e52c61-86d8-21f3-026c-740c671c91c0-9c835608 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a3e52c61-86d8-21f3-026c-740c671c91c1-9c835608, #w-node-a3e52c61-86d8-21f3-026c-740c671c91c3-9c835608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18c41805-baf5-0d7c-82e1-31f62065e0da-9c835608 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_18c41805-baf5-0d7c-82e1-31f62065e0db-9c835608, #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0de-9c835608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3180734b-d9ec-87d0-7df1-f525718568f1-9c835608 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3180734b-d9ec-87d0-7df1-f525718568f2-9c835608, #w-node-_3180734b-d9ec-87d0-7df1-f525718568f5-9c835608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3987de2-cc73-4981-699d-b2acd44d6c1a-b36e3d59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9d065361-406a-3230-2aa5-2db5447ce289-b36e3d59, #w-node-_9d5c956a-dde1-5f74-027b-53e29d8fc021-b36e3d59, #w-node-f3e88f34-7075-4d28-4511-ea3965e8fbe6-b36e3d59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be5747d0-6f31-68b5-7a20-ae78ae565920-b36e3d59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-be5747d0-6f31-68b5-7a20-ae78ae565921-b36e3d59, #w-node-be5747d0-6f31-68b5-7a20-ae78ae565935-b36e3d59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_897063bf-e93c-619d-461c-6d0ef2e6a110-b36e3d59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_897063bf-e93c-619d-461c-6d0ef2e6a111-b36e3d59, #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a114-b36e3d59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd6-b36e3d59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd7-b36e3d59, #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddda-b36e3d59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f05-b36e3d59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f06-b36e3d59, #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f09-b36e3d59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd37377e-2435-0022-1a5f-1e51a85943c7-b36e3d59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cd37377e-2435-0022-1a5f-1e51a85943c8-b36e3d59, #w-node-cd37377e-2435-0022-1a5f-1e51a85943cb-b36e3d59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18c41805-baf5-0d7c-82e1-31f62065e0da-b36e3d59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_18c41805-baf5-0d7c-82e1-31f62065e0db-b36e3d59, #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0de-b36e3d59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3180734b-d9ec-87d0-7df1-f525718568f1-b36e3d59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3180734b-d9ec-87d0-7df1-f525718568f2-b36e3d59, #w-node-_3180734b-d9ec-87d0-7df1-f525718568f5-b36e3d59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-be5747d0-6f31-68b5-7a20-ae78ae565920-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-be5747d0-6f31-68b5-7a20-ae78ae565921-10c1eab1, #w-node-be5747d0-6f31-68b5-7a20-ae78ae565935-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a110-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a111-10c1eab1, #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a114-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd6-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd7-10c1eab1, #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddda-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_368284bb-fb36-f8c6-d8e5-01668c750124-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_368284bb-fb36-f8c6-d8e5-01668c750125-10c1eab1, #w-node-_368284bb-fb36-f8c6-d8e5-01668c750128-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f05-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f06-10c1eab1, #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f09-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6a-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6b-10c1eab1, #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6e-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_261c4975-1c89-4fff-7955-c5db2d81829b-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_261c4975-1c89-4fff-7955-c5db2d81829c-10c1eab1, #w-node-_261c4975-1c89-4fff-7955-c5db2d81829f-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e3-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e4-10c1eab1, #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e7-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6ca-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6cb-10c1eab1, #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6cd-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3e52c61-86d8-21f3-026c-740c671c91c0-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a3e52c61-86d8-21f3-026c-740c671c91c1-10c1eab1, #w-node-a3e52c61-86d8-21f3-026c-740c671c91c3-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a9497a23-a544-78d6-7890-feed5922230d-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a9497a23-a544-78d6-7890-feed5922230e-10c1eab1, #w-node-a9497a23-a544-78d6-7890-feed59222310-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_82aa8951-7183-d918-0b86-c07f83a9f39c-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_82aa8951-7183-d918-0b86-c07f83a9f39d-10c1eab1, #w-node-_82aa8951-7183-d918-0b86-c07f83a9f39f-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0021f506-1c90-4b4a-6885-49fb70bdbc1d-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0021f506-1c90-4b4a-6885-49fb70bdbc1e-10c1eab1, #w-node-_0021f506-1c90-4b4a-6885-49fb70bdbc21-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0da-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0db-10c1eab1, #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0de-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3180734b-d9ec-87d0-7df1-f525718568f1-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3180734b-d9ec-87d0-7df1-f525718568f2-10c1eab1, #w-node-_3180734b-d9ec-87d0-7df1-f525718568f5-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-be5747d0-6f31-68b5-7a20-ae78ae565920-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-be5747d0-6f31-68b5-7a20-ae78ae565921-6e05acfc, #w-node-be5747d0-6f31-68b5-7a20-ae78ae565935-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a110-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a111-6e05acfc, #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a114-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd6-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd7-6e05acfc, #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddda-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_368284bb-fb36-f8c6-d8e5-01668c750124-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_368284bb-fb36-f8c6-d8e5-01668c750125-6e05acfc, #w-node-_368284bb-fb36-f8c6-d8e5-01668c750128-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f05-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f06-6e05acfc, #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f09-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6a-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6b-6e05acfc, #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6e-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_261c4975-1c89-4fff-7955-c5db2d81829b-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_261c4975-1c89-4fff-7955-c5db2d81829c-6e05acfc, #w-node-_261c4975-1c89-4fff-7955-c5db2d81829f-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e3-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e4-6e05acfc, #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e7-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_47efb446-4abe-4ff4-d249-35f9682fb1b4-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_47efb446-4abe-4ff4-d249-35f9682fb1b5-6e05acfc, #w-node-_47efb446-4abe-4ff4-d249-35f9682fb1ba-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6ca-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6cb-6e05acfc, #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6cd-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3e52c61-86d8-21f3-026c-740c671c91c0-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a3e52c61-86d8-21f3-026c-740c671c91c1-6e05acfc, #w-node-a3e52c61-86d8-21f3-026c-740c671c91c3-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0021f506-1c90-4b4a-6885-49fb70bdbc1d-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0021f506-1c90-4b4a-6885-49fb70bdbc1e-6e05acfc, #w-node-_0021f506-1c90-4b4a-6885-49fb70bdbc21-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0da-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0db-6e05acfc, #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0de-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3180734b-d9ec-87d0-7df1-f525718568f1-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3180734b-d9ec-87d0-7df1-f525718568f2-6e05acfc, #w-node-_3180734b-d9ec-87d0-7df1-f525718568f5-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-be5747d0-6f31-68b5-7a20-ae78ae565920-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-be5747d0-6f31-68b5-7a20-ae78ae565921-9c835608, #w-node-be5747d0-6f31-68b5-7a20-ae78ae565935-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a110-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a111-9c835608, #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a114-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd6-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd7-9c835608, #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddda-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_368284bb-fb36-f8c6-d8e5-01668c750124-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_368284bb-fb36-f8c6-d8e5-01668c750125-9c835608, #w-node-_368284bb-fb36-f8c6-d8e5-01668c750128-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f05-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f06-9c835608, #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f09-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6a-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6b-9c835608, #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6e-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_261c4975-1c89-4fff-7955-c5db2d81829b-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_261c4975-1c89-4fff-7955-c5db2d81829c-9c835608, #w-node-_261c4975-1c89-4fff-7955-c5db2d81829f-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e3-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e4-9c835608, #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e7-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_47efb446-4abe-4ff4-d249-35f9682fb1b4-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_47efb446-4abe-4ff4-d249-35f9682fb1b5-9c835608, #w-node-_47efb446-4abe-4ff4-d249-35f9682fb1ba-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6ca-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6cb-9c835608, #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6cd-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3e52c61-86d8-21f3-026c-740c671c91c0-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a3e52c61-86d8-21f3-026c-740c671c91c1-9c835608, #w-node-a3e52c61-86d8-21f3-026c-740c671c91c3-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0da-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0db-9c835608, #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0de-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3180734b-d9ec-87d0-7df1-f525718568f1-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3180734b-d9ec-87d0-7df1-f525718568f2-9c835608, #w-node-_3180734b-d9ec-87d0-7df1-f525718568f5-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-be5747d0-6f31-68b5-7a20-ae78ae565920-b36e3d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-be5747d0-6f31-68b5-7a20-ae78ae565921-b36e3d59, #w-node-be5747d0-6f31-68b5-7a20-ae78ae565935-b36e3d59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a110-b36e3d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a111-b36e3d59, #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a114-b36e3d59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd6-b36e3d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd7-b36e3d59, #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddda-b36e3d59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f05-b36e3d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f06-b36e3d59, #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f09-b36e3d59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd37377e-2435-0022-1a5f-1e51a85943c7-b36e3d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cd37377e-2435-0022-1a5f-1e51a85943c8-b36e3d59, #w-node-cd37377e-2435-0022-1a5f-1e51a85943cb-b36e3d59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0da-b36e3d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0db-b36e3d59, #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0de-b36e3d59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3180734b-d9ec-87d0-7df1-f525718568f1-b36e3d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3180734b-d9ec-87d0-7df1-f525718568f2-b36e3d59, #w-node-_3180734b-d9ec-87d0-7df1-f525718568f5-b36e3d59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a3987de2-cc73-4981-699d-b2acd44d6c1a-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9d065361-406a-3230-2aa5-2db5447ce289-10c1eab1, #w-node-_9d5c956a-dde1-5f74-027b-53e29d8fc021-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-be5747d0-6f31-68b5-7a20-ae78ae565920-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-be5747d0-6f31-68b5-7a20-ae78ae565921-10c1eab1, #w-node-be5747d0-6f31-68b5-7a20-ae78ae565935-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a110-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a111-10c1eab1, #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a114-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd6-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd7-10c1eab1, #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddda-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_368284bb-fb36-f8c6-d8e5-01668c750124-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_368284bb-fb36-f8c6-d8e5-01668c750125-10c1eab1, #w-node-_368284bb-fb36-f8c6-d8e5-01668c750128-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f05-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f06-10c1eab1, #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f09-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6a-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6b-10c1eab1, #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6e-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_261c4975-1c89-4fff-7955-c5db2d81829b-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_261c4975-1c89-4fff-7955-c5db2d81829c-10c1eab1, #w-node-_261c4975-1c89-4fff-7955-c5db2d81829f-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e3-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e4-10c1eab1, #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e7-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6ca-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6cb-10c1eab1, #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6cd-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3e52c61-86d8-21f3-026c-740c671c91c0-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a3e52c61-86d8-21f3-026c-740c671c91c1-10c1eab1, #w-node-a3e52c61-86d8-21f3-026c-740c671c91c3-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a9497a23-a544-78d6-7890-feed5922230d-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a9497a23-a544-78d6-7890-feed5922230e-10c1eab1, #w-node-a9497a23-a544-78d6-7890-feed59222310-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_82aa8951-7183-d918-0b86-c07f83a9f39c-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_82aa8951-7183-d918-0b86-c07f83a9f39d-10c1eab1, #w-node-_82aa8951-7183-d918-0b86-c07f83a9f39f-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0021f506-1c90-4b4a-6885-49fb70bdbc1d-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0021f506-1c90-4b4a-6885-49fb70bdbc1e-10c1eab1, #w-node-_0021f506-1c90-4b4a-6885-49fb70bdbc21-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0da-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0db-10c1eab1, #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0de-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3180734b-d9ec-87d0-7df1-f525718568f1-10c1eab1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3180734b-d9ec-87d0-7df1-f525718568f2-10c1eab1, #w-node-_3180734b-d9ec-87d0-7df1-f525718568f5-10c1eab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3987de2-cc73-4981-699d-b2acd44d6c1a-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9d065361-406a-3230-2aa5-2db5447ce289-6e05acfc, #w-node-_9d5c956a-dde1-5f74-027b-53e29d8fc021-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-be5747d0-6f31-68b5-7a20-ae78ae565920-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-be5747d0-6f31-68b5-7a20-ae78ae565921-6e05acfc, #w-node-be5747d0-6f31-68b5-7a20-ae78ae565935-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a110-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a111-6e05acfc, #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a114-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd6-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd7-6e05acfc, #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddda-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_368284bb-fb36-f8c6-d8e5-01668c750124-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_368284bb-fb36-f8c6-d8e5-01668c750125-6e05acfc, #w-node-_368284bb-fb36-f8c6-d8e5-01668c750128-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f05-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f06-6e05acfc, #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f09-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6a-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6b-6e05acfc, #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6e-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_261c4975-1c89-4fff-7955-c5db2d81829b-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_261c4975-1c89-4fff-7955-c5db2d81829c-6e05acfc, #w-node-_261c4975-1c89-4fff-7955-c5db2d81829f-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e3-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e4-6e05acfc, #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e7-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_47efb446-4abe-4ff4-d249-35f9682fb1b4-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_47efb446-4abe-4ff4-d249-35f9682fb1b5-6e05acfc, #w-node-_47efb446-4abe-4ff4-d249-35f9682fb1ba-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6ca-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6cb-6e05acfc, #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6cd-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3e52c61-86d8-21f3-026c-740c671c91c0-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a3e52c61-86d8-21f3-026c-740c671c91c1-6e05acfc, #w-node-a3e52c61-86d8-21f3-026c-740c671c91c3-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0021f506-1c90-4b4a-6885-49fb70bdbc1d-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0021f506-1c90-4b4a-6885-49fb70bdbc1e-6e05acfc, #w-node-_0021f506-1c90-4b4a-6885-49fb70bdbc21-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0da-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0db-6e05acfc, #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0de-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3180734b-d9ec-87d0-7df1-f525718568f1-6e05acfc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3180734b-d9ec-87d0-7df1-f525718568f2-6e05acfc, #w-node-_3180734b-d9ec-87d0-7df1-f525718568f5-6e05acfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3987de2-cc73-4981-699d-b2acd44d6c1a-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9d065361-406a-3230-2aa5-2db5447ce289-9c835608, #w-node-_9d5c956a-dde1-5f74-027b-53e29d8fc021-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-be5747d0-6f31-68b5-7a20-ae78ae565920-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-be5747d0-6f31-68b5-7a20-ae78ae565921-9c835608, #w-node-be5747d0-6f31-68b5-7a20-ae78ae565935-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a110-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a111-9c835608, #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a114-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd6-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd7-9c835608, #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddda-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_368284bb-fb36-f8c6-d8e5-01668c750124-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_368284bb-fb36-f8c6-d8e5-01668c750125-9c835608, #w-node-_368284bb-fb36-f8c6-d8e5-01668c750128-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f05-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f06-9c835608, #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f09-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6a-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6b-9c835608, #w-node-_7869db29-a141-4c33-ea6e-13b81b3efc6e-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_261c4975-1c89-4fff-7955-c5db2d81829b-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_261c4975-1c89-4fff-7955-c5db2d81829c-9c835608, #w-node-_261c4975-1c89-4fff-7955-c5db2d81829f-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e3-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e4-9c835608, #w-node-_0e689c4e-8ba5-9d79-7eb6-a9c2854a20e7-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_47efb446-4abe-4ff4-d249-35f9682fb1b4-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_47efb446-4abe-4ff4-d249-35f9682fb1b5-9c835608, #w-node-_47efb446-4abe-4ff4-d249-35f9682fb1ba-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6ca-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6cb-9c835608, #w-node-f8bfa0d6-ab11-5ef7-88db-8af873e1c6cd-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3e52c61-86d8-21f3-026c-740c671c91c0-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a3e52c61-86d8-21f3-026c-740c671c91c1-9c835608, #w-node-a3e52c61-86d8-21f3-026c-740c671c91c3-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0da-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0db-9c835608, #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0de-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3180734b-d9ec-87d0-7df1-f525718568f1-9c835608 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3180734b-d9ec-87d0-7df1-f525718568f2-9c835608, #w-node-_3180734b-d9ec-87d0-7df1-f525718568f5-9c835608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3987de2-cc73-4981-699d-b2acd44d6c1a-b36e3d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9d065361-406a-3230-2aa5-2db5447ce289-b36e3d59, #w-node-_9d5c956a-dde1-5f74-027b-53e29d8fc021-b36e3d59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-be5747d0-6f31-68b5-7a20-ae78ae565920-b36e3d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-be5747d0-6f31-68b5-7a20-ae78ae565921-b36e3d59, #w-node-be5747d0-6f31-68b5-7a20-ae78ae565935-b36e3d59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a110-b36e3d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a111-b36e3d59, #w-node-_897063bf-e93c-619d-461c-6d0ef2e6a114-b36e3d59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd6-b36e3d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddd7-b36e3d59, #w-node-_1eaa2e10-f9fb-f119-31fe-304b971dddda-b36e3d59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f05-b36e3d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f06-b36e3d59, #w-node-e1a5e2ba-612a-d5ce-b408-7d67b8697f09-b36e3d59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd37377e-2435-0022-1a5f-1e51a85943c7-b36e3d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cd37377e-2435-0022-1a5f-1e51a85943c8-b36e3d59, #w-node-cd37377e-2435-0022-1a5f-1e51a85943cb-b36e3d59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0da-b36e3d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0db-b36e3d59, #w-node-_18c41805-baf5-0d7c-82e1-31f62065e0de-b36e3d59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3180734b-d9ec-87d0-7df1-f525718568f1-b36e3d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3180734b-d9ec-87d0-7df1-f525718568f2-b36e3d59, #w-node-_3180734b-d9ec-87d0-7df1-f525718568f5-b36e3d59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-GrandLight.otf') format('opentype'), url('../fonts/Agrandir-WideLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir narrow';
  src: url('../fonts/Agrandir-Narrow.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-TextBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir tight';
  src: url('../fonts/Agrandir-Tight.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-WideBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-GrandHeavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}