:root {
  --medium-sea-green: #5ab963;
  --menu-height: 70px;
  --black: black;
  --theme-light: white;
  --size-m: 1em;
  --dark-grey: #b3b3b3;
  --palette-blue: #0d1f4e;
  --sea-green: #48944f;
  --vibrant-blue: #3898ec;
  --pink: #c1087b;
  --blue-hover: #1c5e99;
  --pink-hover: #990661;
  --size-xxl: 1.75em;
  --white: #fffc;
  --bg-grey: #fafafa;
  --light-brown: #333;
  --nut-brown: #1c1c1c;
  --size-footer-link: .9em;
  --hero-gradient-1: #1c1c1ccc;
  --hero-gradient-2: #1c1c1cb3;
  --hero-gradient-3: #1c1c1c00;
  --menu-item-bottom-radius: 10px;
  --accordian-dropdown-size: 60px;
  --dark-grey-2: #999;
  --card-dark-blue: #225ac9;
  --card-blue: #19a5cf;
  --bg-warning: #f5ad42;
  --orange: #df4c0e;
  --theme-dark: #1c1c1c;
  --theme-offlight: #fafafa;
  --size-xl: 1.5em;
  --menu-height-offset: -70px;
  --faint-grey: #ebebeb;
  --libre-pink: #ac29e7;
  --size-l: 1.25em;
  --size-h1: 2.28em;
  --size-hero-title: 5.14em;
  --modal-overlay: #000000b3;
  --nut-brown-complement: #4f4c4c;
  --size-s: .75em;
  --size-xxxl: 2em;
}

.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-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@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: #333;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

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

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 100%;
  margin-right: 80px;
  display: inline-block;
}

blockquote {
  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.navigation {
  z-index: 2;
  background-color: #515153ba;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-container {
  width: 100%;
  height: var(--menu-height);
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header {
  background-image: url('../images/home_header.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -90px;
  padding: 210px 30px 120px;
  display: flex;
}

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

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

.navigation-button:hover {
  color: #000;
  background-color: #fff;
}

.header-content {
  perspective: 2000px;
  text-align: center;
  max-width: 770px;
  position: static;
}

.h1 {
  color: var(--black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.h1.long {
  font-size: 60px;
}

.h1.light {
  color: var(--theme-light);
}

.paragraph {
  color: #fff;
  font-family: Libre Baskerville, sans-serif;
  font-size: var(--size-m);
  font-weight: 400;
  line-height: 24px;
}

.paragraph.cc-gray {
  color: #313131;
  text-align: left;
  font-family: Libre Baskerville, sans-serif;
}

.paragraph.cc-gray.whitetext {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.paragraph.cc-gray.list {
  margin-top: 10px;
  padding-left: 12px;
}

.paragraph.cc-gray.job-desc {
  max-width: 400px;
}

.paragraph.cc-gray.featureparagraph {
  margin-bottom: 17px;
  padding-left: 10px;
  font-family: Libre Franklin, sans-serif;
}

.paragraph.cc-gray.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.cc-gray.with-header {
  margin-top: 15px;
}

.paragraph.cc-gray.title, .paragraph.cc-gray.matrix {
  margin-bottom: 0;
}

.paragraph.modal {
  margin-top: 0;
}

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

.button {
  background-color: var(--medium-sea-green);
  color: #fff;
  border-radius: 4px;
  margin-top: 50px;
  padding: 10px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: inline-block;
}

.button:hover {
  background-color: #48944f;
}

.button:active {
  box-shadow: 2px 2px 5px 0 var(--dark-grey);
}

.button.cc-cta {
  margin-top: 0;
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
  align-self: center;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.button.cc-banner.contactbutton {
  order: 1;
  margin-left: 20px;
}

.button.cc-banner.journeybutton {
  background-color: var(--medium-sea-green);
  margin-top: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.journeybutton {
  margin-top: 21px;
}

.button.dvd-order-button {
  margin-top: 0;
}

.button.info {
  background-color: var(--palette-blue);
}

.button.hover {
  background-color: var(--sea-green);
}

.button.small {
  padding: 5px 10px;
}

.button.small.hover {
  background-color: var(--sea-green);
}

.button.marginless {
  margin-top: 0;
  padding: 5px 10px;
}

.button.marginless.hover {
  background-color: var(--sea-green);
}

.button.conditional, .button.retake {
  display: none;
}

.button.textabove {
  margin-top: 10px;
}

.button.support {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.button.matrix {
  margin-top: 0;
}

.button.matrix.color2 {
  background-color: var(--vibrant-blue);
}

.button.matrix.color3 {
  background-color: var(--pink);
}

.button.color2 {
  background-color: var(--vibrant-blue);
}

.button.color2:hover {
  background-color: var(--blue-hover);
}

.button.color3 {
  background-color: var(--pink);
}

.button.color3:hover, .button.color3.hover {
  background-color: var(--pink-hover);
}

.container {
  z-index: 1;
  align-self: center;
  width: 100%;
  max-width: 1170px;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

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

.container.cc-cta {
  display: flex;
}

.container.cc-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  min-height: 150px;
  display: flex;
}

.container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container.cc-contact {
  display: flex;
}

.container.forms {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.form._1-col {
  text-align: center;
  width: 500px;
  min-height: 200px;
  padding-top: 10px;
}

.container.thin {
  min-height: 300px;
}

.container.short {
  min-height: 370px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.features {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.h2 {
  color: var(--black);
  font-family: Libre Franklin, sans-serif;
  font-size: var(--size-xxl);
  object-fit: fill;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 36px;
  display: block;
}

.h2.cc-center {
  text-align: center;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.h2.cc-center.white {
  color: var(--white);
}

.h2.cc-center.center {
  justify-content: center;
  align-items: center;
}

.h2.cc-center.green-bg {
  margin-bottom: 0;
  padding-top: 15px;
}

.h2.cc-2-rows {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}

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

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2.goals {
  text-align: center;
  border: 0 solid #000;
  margin-bottom: 47px;
  font-size: 32px;
}

.h2.job-title {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  font-weight: 800;
}

.h2.cc-left {
  margin-bottom: 40px;
}

.h2.green-header {
  padding-top: 10px;
}

.h2.extra-vert-space {
  margin-bottom: 20px;
}

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

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.h2-container.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.text-span {
  color: #000;
  text-align: center;
  font-weight: 800;
  transition: opacity .2s;
  position: static;
}

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

.text-span.cc-white-text.dark {
  color: var(--black);
}

.text-span.white {
  color: #fff;
  align-self: center;
  padding-left: 0;
}

.text-span.featurelistheader {
  font-size: 32px;
}

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

.text-span.center.cc-gray {
  color: var(--bg-grey);
}

.feature-item-container {
  border: 1px solid #f7f7f7;
  height: 330px;
  padding: 20px 30px 50px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px #0000000d;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  color: var(--medium-sea-green);
  margin-bottom: 0;
}

.h3.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.h3.light {
  color: var(--theme-light);
}

.h3.section-head {
  margin-top: 20px;
}

.slider-section {
  background-color: #fafafa;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.slider {
  flex: 1;
  max-width: 1440px;
  height: 720px;
  margin-top: -360px;
}

.slide {
  background-image: url('../images/image-slider-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  font-size: 6px;
}

.icon {
  width: 30px;
  height: 30px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/image-slider-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/image-slider-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.about {
  background-color: #fafafa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;
}

.link {
  color: var(--medium-sea-green);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.link.right {
  margin-left: 25px;
}

.separator {
  background-color: var(--medium-sea-green);
  min-height: 2px;
  color: var(--medium-sea-green);
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.itemsection {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  transition: opacity .2s;
  display: flex;
}

.itemsection.cc-background {
  background-color: #f6f6f6;
}

.itemsection.cc-background.libre-bg-2 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#00000080, #00000080), url('../images/male_tablet_tester4b.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
}

.itemsection.blackbg {
  background-color: #1c1c1c;
  background-image: linear-gradient(#000c, #000c);
  transition: none;
}

.itemsection.goals {
  background-image: none;
  flex-flow: column;
}

.itemsection.vertical {
  border-radius: 4px;
  flex-flow: column;
  display: flex;
}

.itemsection.vertical.underlay {
  background-color: #fff0;
  margin-bottom: -300px;
}

.itemsection.darkgray {
  background-color: var(--light-brown);
}

.itemsection.darkgray.phonesection {
  display: none;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-text {
  align-self: center;
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  flex: 1;
  max-width: 100%;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row.cc-reverse {
  flex-direction: row-reverse;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  background-color: var(--medium-sea-green);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: var(--nut-brown);
  justify-content: center;
  align-items: center;
  padding: 15px 30px 30px;
  display: flex;
}

.footer-column {
  width: 50%;
  display: flex;
}

.footer-column.cc-footer {
  flex-direction: column;
}

.footer-column.right {
  justify-content: flex-end;
  align-items: stretch;
}

.text-footer-credits {
  color: var(--white);
  font-family: Libre Franklin, sans-serif;
  font-size: var(--size-footer-link);
  margin-top: 15px;
  font-weight: 600;
  line-height: 18px;
}

.footer-links-list {
  flex-direction: column;
  padding-right: 50px;
  display: flex;
}

.link-footer {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-size: var(--size-footer-link);
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: #ffffffb3;
}

.link-footer.social {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-bottom: 28px;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  flex-flow: column;
  justify-content: flex-start;
  width: 15%;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  display: flex;
}

.nav-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
}

.nav-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nav-icon-piece {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.header-inner {
  background-color: var(--nut-brown);
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner.cc-header-extra {
  padding-bottom: 210px;
}

.header-inner.dvd {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 33%, var(--hero-gradient-3)), url('../images/hhvideo_header.jpg');
  -webkit-text-fill-color: inherit;
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
}

.header-inner.mobile {
  background-color: #1c1c1c;
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 30%, var(--hero-gradient-3)), url('../images/hearing_testing_process.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner.contact {
  background-image: linear-gradient(#000c, #000c), url('../images/hearing_unit_entry.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
}

.header-inner.respiratory {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 35%, var(--hero-gradient-3)), url('../images/respiratory_banner4_alt.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner.equipment {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 38%, var(--hero-gradient-3)), url('../images/hearing_imagined.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner.resp {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 38%, var(--hero-gradient-3)), url('../images/exp_training4_alt.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner.forms {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 34%, var(--hero-gradient-3)), url('../images/forms_header.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner.articles {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 35%, var(--hero-gradient-3)), url('../images/articles_header.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner.regulations {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 33%, var(--hero-gradient-3)), url('../images/regulations_header2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner.faq {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 37%, var(--hero-gradient-3)), url('../images/faq_header.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
}

.header-inner.about {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 42%, var(--hero-gradient-3)), url('../images/tk_bldg2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner.caohc {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 36%, var(--hero-gradient-3)), url('../images/caohc_header.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner.genericform {
  padding-top: 30px;
  padding-bottom: 30px;
}

.header-inner.testdrive {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 34%, var(--hero-gradient-3)), url('../images/mytk_demo_header.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner.thin {
  padding-top: 120px;
  padding-bottom: 0;
}

.header-inner.survey {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 36%, var(--hero-gradient-3)), url('../images/survey_header.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner.twacalc {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 35%, var(--hero-gradient-3)), url('../images/twacalc_header.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner.quiz {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 36%, var(--hero-gradient-3)), url('../images/quiz_header.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner.quote {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 40%, var(--hero-gradient-3)), url('../images/quote_header.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner.libre {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 30%, var(--hero-gradient-3)), url('../images/tablet_test_hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
}

.header-inner.mytkgroup {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 39%, var(--hero-gradient-3)), url('../images/mytkgroup_header.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner.error {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 51%, var(--hero-gradient-3)), url('../images/error_header.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner.services {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 34%, var(--hero-gradient-3)), url('../images/unit_bldg_bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner.service-prep {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 35%, var(--hero-gradient-3)), url('../images/unit_bldg_bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner.support {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 34%, var(--hero-gradient-3)), url('../images/support_header.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner.compare {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 34%, var(--hero-gradient-3)), url('../images/service_comparison2.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner-content {
  background-color: var(--nut-brown);
  opacity: .75;
  border-radius: 10px;
  width: 57%;
  margin-right: 30px;
  padding: 20px;
}

.header-inner-content.transparent {
  opacity: .72;
}

.inner-category {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.itemclosing {
  background-image: url('../images/hearing_unit_entry.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  display: flex;
}

.premium-banner-inner {
  background-color: var(--nut-brown);
  opacity: .75;
  border-radius: 10px;
  align-self: center;
  max-width: 390px;
  padding: 21px 40px;
}

.premium-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium-image-banner {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 720px;
  display: flex;
  overflow: hidden;
}

.premium-image-container {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  text-align: center;
  width: 70%;
}

.block-quote {
  color: var(--medium-sea-green);
  border-left: 0 #0000;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.author {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.text-block {
  color: #000;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block {
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.pricing-block:hover {
  box-shadow: 0 5px 20px #00000024;
}

.price {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-block-separator {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  background-color: var(--medium-sea-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.facts {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.fact-block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  box-shadow: 0 5px 20px #0000000d;
}

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

.facts-gray-background {
  background-color: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-questions {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: -30px -10px;
  display: flex;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-intro {
  justify-content: center;
  align-items: center;
  padding: 115px 30px 75px;
  display: flex;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts-item {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px #0000000d;
}

.post-info {
  padding: 30px;
}

.post-date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header-blog {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  max-width: 1440px;
  max-height: 750px;
  position: relative;
}

.header-color {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.contact-intro {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.contact-info-text {
  color: #999;
  width: 25%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-info-text.cc-text-black {
  color: #000;
  width: auto;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  color: #000;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.nav-link {
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.nav-link:hover {
  opacity: 1;
  color: var(--black);
}

.nav-link.w--current {
  color: #fff;
}

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

.nav-link.solo-link:hover {
  background-color: #8a8585;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;
}

.container-2 {
  max-width: 300px;
  min-height: 200px;
}

.image-product {
  box-shadow: 9px 7px 10px -3px #3755a6;
}

.hero-icon {
  width: 50px;
  height: 50px;
}

.logo-text {
  color: #fff;
  align-self: center;
  margin-left: 11px;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  display: flex;
}

.div-block {
  flex-flow: row;
  align-self: center;
  display: flex;
}

.grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.hero2-desc {
  padding: 24px 7px;
}

.div-block-2 {
  background-color: #fffffff7;
  max-width: 100%;
  max-height: 100%;
  padding: 9px 12px;
}

.hearing {
  background-color: #fff;
}

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

.quick-stack {
  grid-row-gap: 114px;
}

.feature-div {
  aspect-ratio: auto;
  object-fit: fill;
  align-self: flex-start;
  max-width: 350px;
}

.feature-div.right {
  align-self: flex-end;
}

.cell-2, .cell-3 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-3 {
  max-width: 100px;
}

.herotextdiv {
  padding-top: 19px;
  padding-bottom: 19px;
}

.grid-2 {
  grid-template-rows: auto;
  place-items: center;
  padding-left: 191px;
  padding-right: 191px;
}

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

.featureliststack {
  grid-column-gap: 70px;
  max-width: 1000px;
}

.productgridrightimage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.productgridrightimage.cell2 {
  flex: 0 auto;
  grid-template-columns: 1fr 1fr;
  align-self: center;
}

.grid-4, .grid-5 {
  grid-template-rows: auto;
}

.grid-6 {
  grid-template-columns: .5fr 1fr 1fr;
}

.feature-desc {
  min-width: 500px;
  max-width: 500px;
  padding-left: 65px;
  padding-right: 65px;
}

.feature-desc.left {
  margin-left: 20px;
}

.feature-desc.left.form {
  float: none;
  position: static;
}

.feature-desc.left.form.center {
  margin-left: auto;
  margin-right: auto;
}

.feature-desc.left.form.alignleft {
  z-index: auto;
  object-fit: fill;
  position: relative;
}

.image-4 {
  margin-left: 70px;
  margin-right: 0;
}

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

.productgridleftimage.cell-2 {
  grid-template-columns: 1fr 1fr;
}

.image-5 {
  margin-right: 0;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr 1fr;
}

.image-6 {
  margin-left: 80px;
  margin-right: 0;
}

.image-7 {
  margin-left: 0;
  margin-right: 100px;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .25fr;
}

.wedge-right {
  margin-left: -20px;
}

.wedge-left {
  margin-left: 40px;
  margin-right: -20px;
}

.cell-4 {
  transition: opacity .2s;
}

.feature-image.left {
  border-radius: 10px;
  max-width: 530%;
  margin-right: 0;
  position: static;
  transform: translate(0);
}

.headerhighlightspan {
  color: #5ab963;
  vertical-align: baseline;
}

.headerhighlightspan.slide-from-right {
  display: inline-block;
}

.image-8 {
  margin-right: 5px;
}

.product-main-photo {
  width: 50%;
}

.features-benefits {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.product-h2 {
  color: #000;
  text-align: center;
  align-self: center;
  font-weight: 800;
  transition: opacity .2s;
  display: inline-block;
  position: static;
}

.product-h2.cc-white-text {
  color: #fff;
}

.product-h2.white {
  color: #fff;
  align-self: center;
  padding-left: 0;
}

.h2-product-container {
  width: 100%;
  margin-bottom: 30px;
}

.h2-product-container.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
}

.h2-product-container.cc-questions {
  margin-bottom: 60px;
}

.div-block-5 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  display: block;
}

.journeygrid {
  background-color: #fff;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  padding: 20px;
}

.journeyimage {
  background-color: #fff;
  max-width: 80%;
  font-size: 20px;
}

.journeylist {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.journeylistdiv {
  align-self: center;
}

.journeylist-copy {
  display: flex;
}

.journeygridpara {
  font-weight: 700;
}

.div-block-6 {
  text-align: center;
  flex-flow: row;
  display: block;
}

.image-9 {
  opacity: 1;
  margin-right: 0;
  position: static;
}

.image-10 {
  border-radius: 10px;
}

.productimage {
  border-radius: 10px;
  max-width: 530px;
}

.productimage.left {
  margin-left: 80px;
  margin-right: 0;
}

.productimage.left.shadow {
  border-radius: 0;
  box-shadow: 2px 2px 5px 1px #0003;
}

.productimage.size500 {
  max-width: 450px;
}

.featurelist {
  color: #fff;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 0;
}

.featurelist.caohc {
  padding-top: 5px;
}

.featurelist.numeric {
  padding-top: 10px;
  list-style-type: decimal;
}

.featurelist.offset1 {
  margin-top: 10px;
}

.featurelist.no-bullet {
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
}

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

.image-11 {
  padding-left: 20px;
}

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

.image-12 {
  padding-left: 10px;
}

.featurelogo {
  flex: 100%;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.featurelogodiv {
  align-self: center;
  display: flex;
}

.olditemsection {
  background-image: linear-gradient(#0003, #0003), url('../images/TrailerInForest_GrayOverlay.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
}

.quotediv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 500px;
  height: 100%;
  padding: 83px;
  display: grid;
}

.quotesection {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

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

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

.form-block {
  padding: 37px;
}

.div-block-9 {
  background-image: url('../images/exp_xplanation.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.quotetitle {
  background-color: #534e4e;
}

.propernoun {
  font-family: Libre Baskerville, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.nav-link-icon {
  color: #fff;
}

.nav-drop-down {
  border-bottom-left-radius: var(--menu-item-bottom-radius);
  border-bottom-right-radius: var(--menu-item-bottom-radius);
  opacity: .9;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fffefe;
  background-color: #444444e6;
}

.dropdown-link {
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--black);
  text-shadow: 0 1px 1px #0003;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.dropdown-link.w--current {
  color: var(--bg-grey);
  text-decoration: none;
}

.dropdown-link.bottom {
  border-bottom-left-radius: var(--menu-item-bottom-radius);
  border-bottom-right-radius: var(--menu-item-bottom-radius);
}

.dropdown-link.separator, .dropdown-link.menu-separator {
  border-bottom: 1px solid var(--white);
}

.dropdown {
  transition: opacity .25s;
}

.dropdown:hover {
  opacity: 1;
  background-color: #8a8585;
}

.dropdown.nav {
  color: var(--bg-grey);
}

.drop-down-toggle {
  color: var(--white);
  font-family: Libre Franklin, sans-serif;
}

.drop-down-toggle:hover {
  opacity: 1;
  color: var(--black);
  background-color: #ffffffe3;
}

.dark-container {
  color: var(--white);
  text-align: center;
  font-family: Libre Franklin, sans-serif;
}

.h3-light {
  color: var(--bg-grey);
}

.link-light {
  color: var(--bg-grey);
  margin-bottom: 7px;
  text-decoration: none;
  display: block;
}

.stack-centered {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
}

.stack-centered.contacts {
  margin-top: 40px;
}

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

.contact-block {
  height: 100px;
}

.contact-icon {
  text-align: center;
  margin-top: 57px;
  margin-left: 0;
  margin-right: 0;
}

.h2-green {
  color: var(--sea-green);
  font-family: Libre Franklin, sans-serif;
}

.header-inner-content-transparent {
  align-self: center;
  max-width: 550px;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 90px;
}

.list-item-2 {
  color: var(--white);
}

.feature-list-item {
  color: #fff;
  margin-bottom: 17px;
  margin-left: 10px;
  font-family: Libre Franklin, sans-serif;
}

.feature-list-item.cc-gray {
  color: var(--black);
}

.bullet-icon-text-span {
  padding-left: 8px;
  position: static;
  left: -10px;
}

.video {
  width: 530px;
}

.dvd-order-div {
  text-align: center;
  margin: 15px;
  display: block;
}

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

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

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

.multipart-section {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.multipart-section.desc {
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 50px;
}

.multipart-section.desc.black-bg {
  background-color: var(--nut-brown);
  color: var(--bg-grey);
  padding-top: 30px;
}

.multipart-section.desc.col-2 {
  background-color: var(--white);
}

.multipart-section.desc.beigebg {
  background-color: var(--bg-grey);
}

.multipart-section.black-bg {
  background-color: var(--nut-brown);
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 30px;
}

.div-block-12 {
  width: 500px;
  height: 400px;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.feature-list-h3 {
  padding-left: 12px;
}

.feature-list-h3.white {
  color: var(--bg-grey);
}

.feature-list-h3.list, .feature-list-h3.list.narrow {
  margin-bottom: 0;
}

.feature-grid-2-col {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-rows: auto;
}

.slider-black-bg {
  background-color: var(--nut-brown);
  width: 550px;
  height: 400px;
}

.image-13 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-image-div {
  text-align: center;
  position: static;
}

.slider-arrow {
  margin-left: 30px;
}

.slider-arrow.left {
  margin-left: 10px;
  margin-right: 30px;
}

.slider-image {
  margin-left: auto;
  margin-right: auto;
}

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

.form-link {
  color: var(--sea-green);
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  text-decoration: none;
  display: block;
}

.form-list {
  padding-left: 0;
  list-style-type: none;
}

.form-section {
  padding: 71px 38px;
}

.form-section.beige {
  background-color: var(--bg-grey);
}

.dropdown-header {
  color: var(--medium-sea-green);
  margin-left: 50px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.accordian {
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
}

.accordian-toggle {
  height: var(--accordian-dropdown-size);
  display: flex;
}

.accordian-list {
  background-color: var(--bg-grey);
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  position: static;
}

.dropdown-link-item {
  color: var(--sea-green);
  font-family: Libre Franklin, sans-serif;
}

.accordian-default-icon {
  display: none;
}

.image-14 {
  position: absolute;
}

.accordian-horz {
  order: 0;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-15, .accordian-vert {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.flex-block-2 {
  justify-content: flex-start;
  align-items: center;
}

.flex-block-2.forms {
  box-sizing: border-box;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.select-field {
  color: var(--black);
}

.tabset {
  min-height: 600px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.tab-link {
  color: var(--bg-grey);
  background-color: #dddddd7a;
  font-weight: 600;
}

.tab-link:hover {
  background-color: #ddddddab;
}

.tab-link.w--current {
  background-color: var(--bg-grey);
  color: var(--black);
}

.tab-link.white-bg {
  opacity: 1;
  background-color: #5ab963c2;
  font-weight: 600;
}

.tab-link.white-bg:hover {
  background-color: #5ab963d9;
}

.tab-link.white-bg.w--current {
  background-color: var(--medium-sea-green);
  opacity: 1;
  color: var(--white);
}

.section-bg-color {
  background-image: linear-gradient(148deg, var(--sea-green) 60%, white);
}

.tabs-content {
  color: var(--black);
}

.tabset-link-item {
  border-bottom: 0px none var(--medium-sea-green);
  color: var(--sea-green);
  cursor: pointer;
  text-decoration: none;
}

.tabset-link-item.white-bg {
  color: var(--sea-green);
  border-bottom-width: 0;
}

.tabset-list {
  max-width: 400px;
  margin-top: 30px;
  padding-left: 0;
  list-style-type: none;
}

.tabset-list.with-header {
  max-width: 100%;
  margin-top: 0;
  padding-bottom: 10px;
  list-style-type: square;
}

.tabset-list.with-header.whitebg {
  color: var(--black);
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 20px;
  list-style-type: square;
}

.tabset-list.with-header.whitebg.sublist {
  margin-top: -10px;
  margin-left: 40px;
  list-style-type: disc;
}

.info-block {
  background-color: var(--white);
  border: 1px solid #f7f7f7;
  border-radius: 1px;
  margin-top: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  transition: box-shadow .2s;
  position: static;
  box-shadow: 0 5px 20px #97999833;
}

.info-block.on-top {
  position: relative;
}

.section {
  border: 1px solid #000;
  box-shadow: 0 5px 20px #0003;
}

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

.tabset-item-generic {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  list-style-type: square;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.management {
  background-image: url('../images/AboutUs.jpg');
  background-position: 0 0;
  background-size: auto;
}

.heading {
  text-align: center;
}

.heading.name {
  border-bottom-style: none;
  border-bottom-width: 1px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.employee-name {
  border-bottom: 1px solid #000;
}

.div-block-14 {
  border-bottom: 1px #000;
  padding-bottom: 0;
}

.div-block-15 {
  margin-top: 10px;
  padding-top: 0;
}

.employee-img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.employee-hilite {
  padding-left: 65px;
  padding-right: 65px;
}

.cell-5 {
  background-image: url('../images/waiting_room.jpg');
  background-position: 50%;
  background-size: auto;
}

.benefit-list-block {
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 2px 5px #0003;
}

.benefit-list-block.black-bg {
  box-shadow: 0 2px 5px 0 var(--dark-grey);
}

.benefit-list-block._2-col {
  padding-top: 0;
  padding-bottom: 10px;
}

.benefit-list-block.padded {
  padding-bottom: 30px;
}

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

.centerbuttondiv {
  text-align: center;
  padding-top: 0;
  padding-bottom: 10px;
}

.title {
  font-family: Libre Franklin, sans-serif;
  font-style: normal;
  font-weight: 800;
}

.about-bg-image {
  background-image: linear-gradient(#e0d9d9e0, #fff), url('../images/potted_philodendron3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.quick-stack-2 {
  grid-column-gap: 25px;
}

.form-div-full-width {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 500px;
  display: grid;
}

.input-halfwidth {
  max-width: 200px;
}

.leftbuttondiv {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.indent20 {
  padding-left: 20px;
}

.button-info {
  margin-bottom: 10px;
  margin-left: 10px;
}

.form-div-2-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form-div-2-col.quiz {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.card-div {
  box-shadow: 0 2px 5px 0 var(--dark-grey-2);
  padding: 20px;
}

.card-div.card-dark-bg {
  background-color: var(--vibrant-blue);
}

.card-div.card-dark-bg.widthmedium {
  background-color: var(--card-dark-blue);
  max-width: 500px;
}

.card-div.card-dark-bg.widthmedium.center {
  text-align: center;
}

.card-div.card-dark-bg.widthmedium.center.verticalcardstack {
  background-color: var(--card-blue);
  margin-top: 50px;
}

.card-div.card-dark-bg.widthmedium.center.verticalcardstack.color2 {
  background-color: var(--bg-warning);
}

.card-div.card-dark-bg.widthmedium.center.verticalcardstack.wide {
  max-width: 100%;
}

.card-div.card-dark-bg.widthmedium.center.verticalcardstack.wide.color4 {
  background-color: var(--card-dark-blue);
}

.card-div.card-dark-bg.widthmedium.center.full {
  max-width: 100%;
}

.card-div.width-34 {
  max-width: 600px;
}

.card-div.spacer {
  margin-bottom: 30px;
}

.card-div.white-bg {
  background-color: var(--white);
}

.card-div.white-bg.overlay {
  background-color: var(--medium-sea-green);
  filter: blur();
  border-radius: 5px;
  max-width: 205px;
}

.card-div.white-bg.overlay.circle {
  border-radius: 50%;
  padding: 50px 40px;
}

.card-div.white-bg.overlay.circle.pink {
  background-color: var(--pink);
  text-align: center;
}

.card-div.white-bg.overlay.circle.orange {
  background-color: var(--orange);
}

.card-div.white-bg.overlay.circle.quote2 {
  background-color: var(--orange);
  text-align: center;
}

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

.input-fullwidth {
  max-width: 400px;
}

.body-2 {
  color: var(--black);
}

.div-block-16 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.grid-12 {
  grid-template-rows: auto auto auto auto;
  display: none;
}

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

.stylesection {
  border-bottom: 2px solid #000;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.stylesection.leaftile {
  background-image: url('../images/leaves.webp');
  background-size: auto;
}

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

.heading-3.box {
  border: 1px solid #000;
}

.heading-3.themedark {
  background-color: var(--theme-dark);
}

.heading-3.themelight {
  background-color: var(--theme-light);
}

.heading-3.themeofflight {
  background-color: var(--theme-offlight);
}

.heading-4 {
  background-color: var(--theme-light);
}

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

.typeface1 {
  font-weight: 400;
}

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

.typeface1.extrabold {
  font-weight: 800;
}

.typeface1.black {
  font-weight: 900;
}

.typeface1.italic {
  font-style: italic;
  font-weight: 400;
}

.typeface2 {
  font-family: Libre Baskerville, sans-serif;
  font-weight: 400;
}

.typeface2.italic {
  font-style: italic;
  font-weight: 400;
}

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

.typeface3 {
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

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

.typeface3.italic {
  font-style: italic;
  font-weight: 400;
}

.typeface4 {
  font-family: EB Garamond, sans-serif;
  font-weight: 400;
}

.typeface4.italic {
  font-style: italic;
  font-weight: 400;
}

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

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

.demo-card-div {
  margin-left: 44px;
  padding-top: 50px;
}

.bottom30 {
  margin-bottom: 30px;
}

.bottom30.wide {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
}

.border {
  border: 1px solid #000;
}

.bottom50 {
  margin-bottom: 50px;
}

.tk-surv-q {
  padding-top: 10px;
  padding-bottom: 20px;
}

.tk-surv-q.ul, .tk-surv-ul {
  list-style-type: none;
}

.paragraph-2 {
  background-color: var(--bg-warning);
  padding: 21px;
}

.tk-errors {
  background-color: var(--bg-warning);
  box-shadow: 0 2px 5px 0 var(--dark-grey);
  color: var(--black);
  padding: 13px 15px;
}

.errorlist {
  background-color: var(--bg-warning);
  box-shadow: 0 2px 5px 0 var(--dark-grey-2);
  color: var(--theme-light);
}

.emphasis {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.form-div-34 {
  grid-template-columns: 1.5fr .5fr;
  justify-content: center;
  justify-items: center;
}

.minimalsection {
  background-color: var(--theme-offlight);
  padding: 40px 30px;
}

.info-div-2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  justify-content: stretch;
  place-items: start center;
}

.info-div-flex {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.card-div-inset {
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px;
}

.radio-block {
  margin-bottom: 30px;
}

._2-col-left {
  padding-left: 31px;
  padding-right: 31px;
}

._2-col-left.quiz {
  max-width: 600px;
}

.modalclose {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.modalclosebtn {
  width: 40px;
  font-size: var(--size-xl);
  text-align: center;
  flex: 0 auto;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  text-decoration: none;
}

.modalclosebtn:hover {
  background-color: var(--palette-blue);
}

.div-inline-500 {
  max-width: 500px;
  display: inline-block;
}

.image-16 {
  text-align: right;
  vertical-align: top;
  margin-bottom: 20px;
  margin-right: 30px;
}

.header-inner-short.form {
  margin-top: var(--menu-height-offset);
  padding-top: var(--menu-height);
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 34%, var(--hero-gradient-3)), url('../images/forms_header.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-inner-short.quote {
  background-image: linear-gradient(90deg, var(--hero-gradient-1), var(--hero-gradient-2) 38%, var(--hero-gradient-3)), url('../images/quote_header.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: -90px;
}

.flex-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  box-shadow: inset 0 2px 10px 0 var(--bg-grey);
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 41px;
}

.flex-block-4 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

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

.circle {
  border-radius: 50%;
  padding: 30px;
}

.circle.teal {
  background-color: #0395a0;
  position: relative;
  bottom: -10px;
}

.circle-teal {
  background-color: #0395a0;
}

.circle {
  min-width: 250px;
}

.circle.magenta {
  background-color: #c1087b;
  position: relative;
  bottom: 40px;
}

.circle.orange {
  background-color: #df4c0e;
  position: relative;
  bottom: -10px;
}

.circle.yellow {
  background-color: #f1b201;
  padding-bottom: 59px;
}

.circle.green {
  background-color: #91b91e;
}

.typeface5 {
  font-family: Sarabun, sans-serif;
  font-weight: 400;
}

.typeface5.italic {
  font-family: Sarabun, sans-serif;
  font-style: italic;
  font-weight: 400;
}

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

.messagemodal {
  background-color: var(--medium-sea-green);
  box-shadow: inset 0 2px 5px 0 var(--white), 0 2px 5px 0 var(--black);
  border: 1px solid #000;
  border-radius: 3px;
  padding: 0;
  display: none;
  position: fixed;
  top: 50%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modalcontent {
  padding: 17px;
}

.modaltitle {
  margin-top: -10px;
}

.tk-stdlist {
  max-width: 800px;
  padding-top: 15px;
  padding-left: 20px;
}

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

.quick-stack-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.div-block-17 {
  margin-left: 15px;
}

.social-icon {
  margin-right: 0;
}

.divider-light {
  background-color: var(--bg-grey);
  height: 1px;
}

.image-19 {
  margin-left: -8px;
}

.benefit-header-green {
  background-color: var(--sea-green);
  background-image: linear-gradient(90deg, var(--sea-green) 19%, var(--medium-sea-green) 63%);
  color: var(--white);
  margin-bottom: 15px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px 15px 15px;
}

.button-blue {
  margin-top: 20px;
}

.button-blue:hover, .button-blue.hover {
  background-color: var(--blue-hover);
}

.div-block-18 {
  padding-top: 20px;
}

.section-header-1 {
  background-image: linear-gradient(90deg, var(--sea-green) 19%, var(--medium-sea-green) 63%);
  margin-bottom: 15px;
  padding: 10px;
}

.section-header-text {
  opacity: 1;
  color: var(--bg-grey);
  margin-top: 10px;
  font-size: 1.8rem;
}

.div-block-19 {
  position: absolute;
}

.anchor {
  margin-top: -25%;
  position: absolute;
}

.flex-full-width {
  flex: 100%;
  margin-bottom: 0;
  padding-top: 0;
}

.itemlogosection {
  margin-top: 100px;
  margin-bottom: -100px;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-2 {
  margin-bottom: 23px;
}

.div-block-21 {
  width: 80%;
  padding-top: 20px;
}

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

.div-block-23 {
  position: relative;
  bottom: 0;
}

.image-20 {
  z-index: -1;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
  bottom: 300px;
}

.intro-card {
  background-color: var(--bg-grey);
  max-width: 100%;
  box-shadow: 0 2px 5px 0 var(--palette-blue);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 45px;
}

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

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

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.support-desc {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.h3-support {
  margin-top: 0;
  margin-bottom: 0;
}

.support-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.comp-matrix {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1000px;
  box-shadow: inset 0 2px 5px 0 var(--vibrant-blue);
  border: 1px solid #000;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.matrix-logo {
  max-width: 100px;
  margin-top: 5px;
  margin-right: 0;
}

.matrix-logo.express {
  margin-top: 10px;
}

.matrix-logo.van {
  margin-top: 10px;
  transition: opacity .2s;
}

.matrix-cell {
  border: 1px solid var(--faint-grey);
  box-shadow: inset 7px 2px 6px -9px var(--vibrant-blue);
  padding: 15px 10px;
}

.matrix-cell.left {
  border-left-style: none;
}

.matrix-heading {
  border-left: 1px solid var(--faint-grey);
  background-color: var(--bg-grey);
  height: 100%;
  padding: 10px;
}

.matrix-heading.accent {
  background-color: var(--libre-pink);
}

.matrix-h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.matrix-icon {
  border-left: 1px solid var(--faint-grey);
  background-color: var(--bg-grey);
}

.matrix-icon.accent {
  background-color: var(--libre-pink);
}

.div-block-26 {
  min-width: 60%;
  margin-top: 30px;
}

.div-block-27 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paypal-block {
  width: 300px;
}

.product-name-highlight {
  background-color: var(--medium-sea-green);
  color: var(--bg-grey);
  border-radius: 18px;
  padding: 10px;
  font-weight: 600;
}

.paragraph-6 {
  width: 300px;
}

.paragraph-7 {
  font-size: var(--size-m);
}

.paragraph-8 {
  font-size: var(--size-l);
}

.paragraph-9 {
  font-size: var(--size-xl);
}

.paragraph-10 {
  font-size: var(--size-xxl);
}

.paragraph-11 {
  font-size: var(--size-h1);
}

.paragraph-12 {
  font-size: var(--size-hero-title);
}

.paragraph-13 {
  color: var(--white);
  font-size: var(--size-xl);
  text-align: left;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 16px;
  font-weight: 600;
  display: block;
}

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

.div-block-29 {
  flex: none;
  width: 80px;
}

.modal-backdrop {
  background-color: var(--modal-overlay);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.background-video {
  justify-content: center;
  align-items: center;
  height: 900px;
  display: flex;
}

.background-video.inside {
  z-index: 1;
  height: 500px;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.centerdescription {
  width: 500px;
  color: var(--white);
}

.centerdescription.inset {
  padding: 30px;
}

.section-2 {
  background-color: var(--bg-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-5 {
  margin-left: 78px;
  margin-right: 78px;
  padding: 0 133px;
}

.container-4 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-32 {
  flex: 0 auto;
  align-self: stretch;
}

.container-5, .container-6 {
  flex-flow: wrap;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .button {
    text-align: center;
  }

  .button:active {
    box-shadow: 2px 2px 5px 0 var(--dark-grey);
  }

  .container.cc-footer {
    flex-flow: wrap;
  }

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .h2.goals {
    object-fit: fill;
  }

  .h2.cc-left {
    text-align: center;
  }

  .h2.cc-left.phone {
    text-align: left;
  }

  .h2-container, .h2-container.cc-center {
    width: 80%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

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

  .itemsection.cc-background.truck-section {
    flex-flow: column;
  }

  .itemsection.blackbg, .itemsection.goals {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .itemsection.vertical.underlay {
    margin-bottom: 0;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse, ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .footer-column.cc-footer {
    text-align: center;
    order: 1;
    width: 100%;
  }

  .footer-column.right {
    width: 100%;
  }

  .footer-links-list {
    width: 25%;
    padding-right: 0;
  }

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .header-inner.libre {
    background-position: 0 0, 50%;
  }

  .header-inner-content {
    width: 80%;
  }

  .itemclosing {
    padding-left: 0;
    padding-right: 0;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    align-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: var(--medium-sea-green);
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

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

  .nav-link.solo-link {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .menu-button:active, .menu-button.w--open {
    background-color: var(--medium-sea-green);
  }

  .productgridrightimage {
    grid-template-columns: .25fr;
  }

  .productgridrightimage.cell2 {
    grid-template-columns: 1fr;
  }

  .feature-desc {
    text-align: center;
    min-width: 90%;
    max-width: 500px;
  }

  .feature-desc.left.form {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-desc.left.cell2 {
    min-width: 100%;
  }

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

  .productgridleftimage.cell-2 {
    grid-template-columns: 1fr;
  }

  .wedge-right, .wedge-left {
    display: none;
  }

  .h2-product-container, .h2-product-container.cc-center {
    width: 80%;
  }

  .journeygrid {
    padding: 20px;
  }

  .productimage {
    margin: 20px auto;
  }

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

  .featurelogo {
    display: none;
  }

  .drop-down-toggle {
    padding-right: 20px;
  }

  .feature-list-item {
    margin-bottom: 20px;
  }

  .video {
    width: 100%;
  }

  .feature-grid-3-col {
    grid-template-columns: 1fr;
  }

  .form-link.phone {
    text-align: left;
  }

  .employee-hilite {
    align-self: center;
  }

  .benefit-list-block {
    margin-bottom: 20px;
  }

  .form-div-2-col {
    flex-flow: column;
  }

  .form-div-2-col.quiz {
    grid-template-columns: 1fr;
  }

  .card-div.card-dark-bg.widthmedium.center {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .demo-card-div {
    margin-left: 0;
  }

  .form-div-34 {
    grid-template-columns: 1.5fr;
  }

  .card-div-inset {
    margin-top: 20px;
  }

  .circle.teal, .circle.magenta {
    bottom: 0;
  }

  .circle.orange {
    align-self: center;
    bottom: 0;
  }

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

  .div-block-17 {
    margin-left: 0;
  }

  .truck-overlay {
    max-width: 80%;
  }

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

  .social-icon, .image-19 {
    margin-right: 0;
  }

  .itemlogosection {
    display: none;
  }

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

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

  .image-20 {
    display: none;
  }

  .quick-stack-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-logo {
    align-self: center;
  }

  .navigation-links {
    display: none;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .h1.long.light {
    line-height: 70px;
  }

  .container.cc-cta, .container.cc-footer {
    flex-wrap: wrap;
  }

  .container.cc-right {
    justify-content: center;
    align-items: stretch;
  }

  .features {
    padding-top: 60px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .feature-item-container {
    height: auto;
    padding-left: 30px;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .itemsection {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .itemsection.cc-background.libre-bg-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .itemsection.darkgray.phonesection {
    display: block;
    position: relative;
  }

  .itemsection.darkgray.desktopsection {
    display: none;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing, ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-column {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    text-align: center;
    order: 1;
    width: 100%;
  }

  .text-footer-credits {
    align-self: center;
  }

  .footer-links-list {
    text-align: center;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 33%;
    padding-right: 0;
  }

  .link-footer.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .link-social {
    margin-right: 0;
  }

  .footer-social {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 33%;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    flex: 1;
    width: 100%;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
  }

  .premium-banner-inner {
    opacity: .9;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .about-intro {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

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

  .contact-intro {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .feature-desc.left.form {
    padding-left: 0;
    padding-right: 0;
  }

  .features-benefits {
    padding-top: 60px;
  }

  .h2-product-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-product-container.cc-center {
    width: 100%;
  }

  .grid-11, .feature-grid-2-col {
    grid-template-columns: 1fr;
  }

  .accordian-toggle {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
  }

  .dropdown-link-item {
    padding-left: 0;
  }

  .accordian-default-icon {
    display: inline-flex;
  }

  .accordian-horz, .accordian-vert {
    margin-right: 40px;
    display: none;
  }

  .card-div.card-dark-bg.widthmedium.center.verticalcardstack {
    background-color: var(--bg-warning);
  }

  .card-div.white-bg.overlay {
    max-width: 60%;
  }

  ._2-col-left.quiz {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-3 {
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex-block-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-17 {
    margin-left: 0;
  }

  .social-icon {
    text-align: center;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-19 {
    margin-right: 0;
  }

  .phoneimage {
    z-index: 1;
    margin-right: 0;
    position: relative;
  }

  .imagetextoverlay {
    z-index: 1;
    color: var(--bg-grey);
    text-align: center;
    background-image: linear-gradient(#00000080, #00000080);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    inset: 30% 20% 60%;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container {
    height: 60px;
  }

  .header {
    height: 100vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .h1.long.light {
    font-size: 48px;
    line-height: 52px;
  }

  .h1.light {
    font-size: 48px;
    line-height: 50px;
  }

  .paragraph.cc-gray {
    text-align: center;
  }

  .paragraph.cc-gray.whitetext {
    text-align: center;
    width: auto;
  }

  .paragraph.cc-gray.list {
    text-align: left;
  }

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

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-span {
    display: inline;
  }

  .feature-item-container.feature1, .feature-item-container.feature2, .feature-item-container.feature3 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  .itemsection.cc-background.truck-section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .itemsection.goals {
    padding-left: 10px;
    padding-right: 10px;
  }

  .itemsection.darkgray.phonesection {
    padding: 10px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .footer-column {
    flex-wrap: wrap;
  }

  .footer-links-list {
    width: 50%;
    padding-right: 0;
  }

  .footer-social {
    text-align: center;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .feature-icon {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .header-inner.equipment {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-image-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner, .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .hero-icon {
    margin-right: 0;
  }

  .productgridrightimage.cell2 {
    flex: 0 auto;
  }

  .feature-desc {
    min-width: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .feature-desc.left {
    min-width: 100%;
    max-width: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-desc.left.form.alignleft {
    width: 100px;
    min-width: 100%;
    max-width: none;
  }

  .feature-desc.left.cell2 {
    min-width: 100%;
  }

  .productgridleftimage {
    grid-template-columns: 0fr;
  }

  .productgridleftimage.cell-2 {
    align-self: center;
    align-items: stretch;
  }

  .productimage {
    border-radius: 0;
    min-width: auto;
    max-width: 100vw;
  }

  .productimage.left {
    border-radius: 0;
  }

  .link-light.reduced {
    font-size: 12px;
  }

  .link-light.hidden {
    display: none;
  }

  .multipart-section.quiz {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-12 {
    text-align: center;
    width: 100%;
    height: 200px;
  }

  .slider-black-bg {
    width: 320px;
    height: 200px;
  }

  .dropdown-header {
    margin-left: 0;
  }

  .accordian-toggle {
    padding-left: 5px;
    padding-right: 5px;
  }

  .accordian-list {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .accordian-default-icon {
    display: none;
  }

  .employee-hilite {
    padding-left: 0;
    padding-right: 0;
  }

  .circle.yellow {
    padding: 30px 20px 80px;
  }

  .div-block-17 {
    flex: 1;
  }

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

  .image-18 {
    margin-right: 0;
  }

  .feature-icon-image {
    vertical-align: baseline;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .benefit-header-green {
    padding-left: 2px;
    padding-right: 2px;
  }

  .shrink {
    font-size: 24px;
  }

  .paragraph-3 {
    display: none;
  }

  .comp-matrix {
    width: 100vw;
  }

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

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

  .div-block-31 {
    flex: 0 auto;
    min-width: 100%;
  }

  .imagetextoverlay {
    padding-top: 5px;
    padding-bottom: 25px;
  }

  .div-block-32 {
    flex: 1;
  }

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

  .div-block-33 {
    flex: 1;
  }
}

#w-node-c2246c2d-9e47-f4bd-c5b7-41a50222dd5e-f3c98f63 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c2246c2d-9e47-f4bd-c5b7-41a50222dd5f-f3c98f63 {
  grid-column: span 3 / span 3;
}

#w-node-fee8740a-015e-fb85-4a9d-cdfe938d9c19-f3c98f63 {
  place-self: center end;
}

#w-node-_7a63e792-9efc-e744-cfb5-8c292c0f77f4-f3c98f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a57cee4-ba00-e4c7-1319-c66d4e2c536d-f3c98f63 {
  place-self: center end;
}

#w-node-_2a249a79-962e-d47e-5dec-9c29730d728b-f3c98f63 {
  align-self: center;
}

#w-node-f294c749-4444-11d7-0755-20d588cd807b-f3c98f63 {
  place-self: center end;
}

#w-node-_00e9b154-ffdf-f00a-9b8a-ecf88a57f03c-f3c98f63 {
  justify-self: end;
}

#w-node-_00e9b154-ffdf-f00a-9b8a-ecf88a57f03d-f3c98f63 {
  align-self: center;
}

#w-node-_36946de5-252a-36c9-c283-9bf400fd855e-f3c98f80 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_36946de5-252a-36c9-c283-9bf400fd855f-f3c98f80 {
  grid-column: span 3 / span 3;
}

#w-node-fa400c31-c31a-4885-2756-034a38cec3bd-f3c98f80 {
  justify-self: end;
}

#w-node-_68b52ee1-64ff-f3f6-0ca2-afca34334ee5-f3c98f80 {
  place-self: center start;
}

#w-node-d669bb5d-09cd-95ff-c62e-8dcead526439-f3c98f80, #w-node-fe806d72-6db3-c7e3-4e5c-485b12f0a045-f3c98f80 {
  place-self: center end;
}

#w-node-_1ae53f57-5a9c-6cdb-65b6-824fc9a925e1-f3c98f80 {
  align-self: center;
}

#w-node-_5e1710d7-84a0-16b7-4dae-50d97e46a2bb-f3c98f80 {
  place-self: center end;
}

#w-node-_36946de5-252a-36c9-c283-9bf400fd855e-03b4b472 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_36946de5-252a-36c9-c283-9bf400fd855f-03b4b472 {
  grid-column: span 3 / span 3;
}

#w-node-e80c7186-9018-cd47-340e-512da9b582fc-03b4b472 {
  place-self: center end;
}

#w-node-_75a064d1-8e02-5f06-937e-618eae73d596-03b4b472 {
  align-self: center;
}

#w-node-_6651d034-fc58-ed68-1990-6266b0a28b17-03b4b472 {
  place-self: center end;
}

#w-node-bd1cbe37-487e-d06f-29a7-d37beec77756-faf86dba {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_162b244b-c5de-3dbe-417f-e16d5ea9e496-faf86dba, #w-node-a4ab89cf-ca9f-78d4-9ff8-a8cd321f9c21-faf86dba {
  grid-column: span 3 / span 3;
}

#w-node-d3a38d91-67e0-6079-0ba5-1518ba75e380-faf86dba {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_36946de5-252a-36c9-c283-9bf400fd855e-c4cfbd4c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_36946de5-252a-36c9-c283-9bf400fd855f-c4cfbd4c {
  grid-column: span 3 / span 3;
}

#w-node-_68b52ee1-64ff-f3f6-0ca2-afca34334ee5-c4cfbd4c {
  place-self: center end;
}

#w-node-fa400c31-c31a-4885-2756-034a38cec3bd-c4cfbd4c {
  place-self: center start;
}

#w-node-fe806d72-6db3-c7e3-4e5c-485b12f0a045-c4cfbd4c {
  place-self: center end;
}

#w-node-_1ae53f57-5a9c-6cdb-65b6-824fc9a925e1-c4cfbd4c {
  align-self: center;
}

#w-node-d669bb5d-09cd-95ff-c62e-8dcead526439-c4cfbd4c {
  place-self: center end;
}

#w-node-_6c9611c1-b2b9-7b97-1b0c-49335a73bbdb-c4cfbd4c {
  place-self: center start;
}

#w-node-b164283b-9cdd-9172-3e76-f72cabd7bac4-c4cfbd4c {
  place-self: center end;
}

#w-node-b164283b-9cdd-9172-3e76-f72cabd7bac5-c4cfbd4c {
  align-self: center;
}

#w-node-_5e1710d7-84a0-16b7-4dae-50d97e46a2bb-c4cfbd4c, #w-node-_00c9ea30-5de8-b02b-04d1-2c82902eddd4-c4cfbd4c {
  place-self: center end;
}

#w-node-_00c9ea30-5de8-b02b-04d1-2c82902eddd5-c4cfbd4c {
  align-self: center;
}

#w-node-_36946de5-252a-36c9-c283-9bf400fd855e-0015b54e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_36946de5-252a-36c9-c283-9bf400fd855f-0015b54e {
  grid-column: span 3 / span 3;
}

#w-node-a53e2311-aaf4-70fc-7bfb-10b7fe71b04e-0015b54e {
  justify-self: end;
}

#w-node-_5c62eb4a-139c-18ca-6857-ce5b627c2769-0015b54e {
  place-self: center end;
}

#w-node-_9018c717-9892-f33c-f25b-1565b70226c3-0015b54e {
  justify-self: center;
}

#w-node-cd22960d-276b-0fd4-50ad-0efded4cbd25-45e7441b, #w-node-_3119fc15-bc55-d4bd-3f34-3f47ce6145d7-45e7441b, #w-node-_54292e3c-9035-3aba-08ac-435d6328e7be-45e7441b, #w-node-_4ce16be7-661d-64f7-012a-fe025b51dfd1-ae7c34e4 {
  place-self: center end;
}

#w-node-_38884e20-2cbb-a467-5093-b5c170d03652-bf417e9e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7be3af45-bd18-d71a-b214-48923c0a5b02-bf417e9e, #w-node-cd22960d-276b-0fd4-50ad-0efded4cbd25-4a660c13, #w-node-cd22960d-276b-0fd4-50ad-0efded4cbd25-25ebcca9 {
  place-self: center end;
}

#w-node-_40d07954-2c74-dfad-b6e9-6bc88cd3dcb5-25ebcca9, #w-node-ad91828d-ab57-4f08-7ffb-9cb45d4ff35f-25ebcca9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36946de5-252a-36c9-c283-9bf400fd855e-8ddaba42 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_36946de5-252a-36c9-c283-9bf400fd855f-8ddaba42 {
  grid-column: span 3 / span 3;
}

#w-node-_7be3af45-bd18-d71a-b214-48923c0a5b02-2ea5eeb3 {
  place-self: center end;
}

#w-node-_40d07954-2c74-dfad-b6e9-6bc88cd3dcb5-1e6fc4a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_40d07954-2c74-dfad-b6e9-6bc88cd3dcb5-ef9b369e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0bbb7f0-0863-549a-5949-1ee5ee738afb-3a10db48 {
  justify-self: end;
}

#w-node-d022faf5-97fd-5909-aca9-8a1d032a0c20-3a10db48 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b16ccdb7-fd0b-eee4-4211-b844243e8420-3a10db48 {
  justify-self: start;
}

#w-node-e0bbb7f0-0863-549a-5949-1ee5ee738afb-77896ee1 {
  justify-self: end;
}

#w-node-d022faf5-97fd-5909-aca9-8a1d032a0c20-77896ee1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b16ccdb7-fd0b-eee4-4211-b844243e8420-77896ee1 {
  justify-self: start;
}

#w-node-b16ccdb7-fd0b-eee4-4211-b844243e8420-73abd93a, #w-node-b16ccdb7-fd0b-eee4-4211-b844243e8420-e59947b6 {
  justify-self: end;
}

#w-node-e0bbb7f0-0863-549a-5949-1ee5ee738afb-e59947b6 {
  justify-self: start;
}

#w-node-b16ccdb7-fd0b-eee4-4211-b844243e8420-ec3087fb {
  justify-self: end;
}

#w-node-e0bbb7f0-0863-549a-5949-1ee5ee738afb-ec3087fb {
  justify-self: start;
}

#w-node-_5c268847-ca0c-35d3-75f5-769abc528e0a-804c5365 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5c268847-ca0c-35d3-75f5-769abc528e0b-804c5365 {
  grid-column: span 3 / span 3;
}

#w-node-_8f28688d-9373-4653-baed-a01fb914592d-804c5365 {
  place-self: center end;
}

#libregif.w-node-_5215d33a-aac6-8f8f-851d-5fd9947edea2-804c5365 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_5215d33a-aac6-8f8f-851d-5fd9947ede99-804c5365 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-fe806d72-6db3-c7e3-4e5c-485b12f0a045-a71d9c47 {
  place-self: center end;
}

#w-node-_1ae53f57-5a9c-6cdb-65b6-824fc9a925e1-a71d9c47 {
  align-self: center;
}

#w-node-d669bb5d-09cd-95ff-c62e-8dcead526439-a71d9c47, #w-node-_59d6a97f-25ca-33f3-dc90-4fe6d3ed3ee0-a71d9c47 {
  place-self: center end;
}

#w-node-_59d6a97f-25ca-33f3-dc90-4fe6d3ed3ee1-a71d9c47 {
  align-self: center;
}

#w-node-_5e1710d7-84a0-16b7-4dae-50d97e46a2bb-a71d9c47, #w-node-c1951a81-e6fd-42fd-1657-60fbda475401-a71d9c47 {
  place-self: center end;
}

#w-node-c1951a81-e6fd-42fd-1657-60fbda475402-a71d9c47 {
  align-self: center;
}

#w-node-_8e2e7731-dbc6-5cb9-678f-31b869243f04-d9e95e59 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ffd98f7b-b8ca-856b-817d-ec0fe8cd6607-d9e95e59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85e03315-736a-b75f-2428-93a2440951c5-c0b2ea48 {
  align-self: center;
}

#w-node-_982a7bdd-a302-8b52-6b11-ad9941414393-c0b2ea48, #w-node-_9f928ed1-7f37-6eab-4cb6-3656b8409581-c0b2ea48 {
  place-self: center;
}

#w-node-bb66cd23-d6a1-80b0-81cd-182a540c568c-c0b2ea48 {
  align-self: center;
}

#w-node-bb66cd23-d6a1-80b0-81cd-182a540c568f-c0b2ea48, #w-node-bb66cd23-d6a1-80b0-81cd-182a540c5692-c0b2ea48 {
  place-self: center;
}

#w-node-_3308a113-fa6d-9d87-4c56-63bf31614db4-c0b2ea48 {
  align-self: center;
}

#w-node-_3308a113-fa6d-9d87-4c56-63bf31614db7-c0b2ea48, #w-node-_3308a113-fa6d-9d87-4c56-63bf31614dba-c0b2ea48 {
  place-self: center;
}

#w-node-_07154c2b-a535-c8a2-00af-c58efc3aaf1f-c0b2ea48 {
  align-self: center;
}

#w-node-_07154c2b-a535-c8a2-00af-c58efc3aaf22-c0b2ea48, #w-node-_07154c2b-a535-c8a2-00af-c58efc3aaf25-c0b2ea48 {
  place-self: center;
}

#w-node-_540a6f3d-1a41-ccc5-c2d6-c33d733dd2e8-5c9afd9c {
  align-self: center;
}

#w-node-_17d5dbc6-39c4-8369-6d4d-79a7031c4df7-5c9afd9c {
  align-self: auto;
}

#w-node-b16ccdb7-fd0b-eee4-4211-b844243e8420-5e33fe8c {
  justify-self: end;
}

#w-node-e0bbb7f0-0863-549a-5949-1ee5ee738afb-5e33fe8c {
  justify-self: start;
}

#w-node-_5c268847-ca0c-35d3-75f5-769abc528e0a-eb27ae07 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5c268847-ca0c-35d3-75f5-769abc528e0b-eb27ae07 {
  grid-column: span 3 / span 3;
}

#w-node-_4d555231-7708-3382-4cc6-47e78aae6dc8-eb27ae07 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#libregif.w-node-_60c17352-7ab6-60b1-d8e8-1252b4a70643-eb27ae07 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_39fc76e9-fc28-c1ab-8b5f-3a11f58e3822-eb27ae07 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c2246c2d-9e47-f4bd-c5b7-41a50222dd5e-f3c98f63 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c2246c2d-9e47-f4bd-c5b7-41a50222dd5f-f3c98f63 {
    grid-column: span 1 / span 1;
  }

  #w-node-fee8740a-015e-fb85-4a9d-cdfe938d9c19-f3c98f63 {
    justify-self: center;
  }

  #w-node-_4a57cee4-ba00-e4c7-1319-c66d4e2c536d-f3c98f63 {
    order: 9999;
  }

  #w-node-_2a249a79-962e-d47e-5dec-9c29730d728b-f3c98f63 {
    justify-self: center;
  }

  #w-node-_00e9b154-ffdf-f00a-9b8a-ecf88a57f03c-f3c98f63 {
    order: 9999;
  }

  #w-node-_00e9b154-ffdf-f00a-9b8a-ecf88a57f03d-f3c98f63 {
    justify-self: center;
  }

  #w-node-_36946de5-252a-36c9-c283-9bf400fd855e-f3c98f80 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_36946de5-252a-36c9-c283-9bf400fd855f-f3c98f80 {
    grid-column: span 1 / span 1;
  }

  #w-node-fa400c31-c31a-4885-2756-034a38cec3bd-f3c98f80 {
    order: 9999;
  }

  #w-node-_68b52ee1-64ff-f3f6-0ca2-afca34334ee5-f3c98f80, #w-node-d669bb5d-09cd-95ff-c62e-8dcead526439-f3c98f80, #w-node-_6c9611c1-b2b9-7b97-1b0c-49335a73bbdb-f3c98f80 {
    justify-self: center;
  }

  #w-node-fe806d72-6db3-c7e3-4e5c-485b12f0a045-f3c98f80 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_1ae53f57-5a9c-6cdb-65b6-824fc9a925e1-f3c98f80, #w-node-_5e1710d7-84a0-16b7-4dae-50d97e46a2bb-f3c98f80, #w-node-_8ac659bf-e9a0-b34e-6114-8fbb80d6476a-f3c98f80 {
    justify-self: center;
  }

  #w-node-_36946de5-252a-36c9-c283-9bf400fd855e-03b4b472 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_36946de5-252a-36c9-c283-9bf400fd855f-03b4b472 {
    grid-column: span 1 / span 1;
  }

  #w-node-e80c7186-9018-cd47-340e-512da9b582fc-03b4b472, #w-node-_9684946f-69f6-d871-2dad-16ed5cab9c0b-03b4b472 {
    justify-self: center;
  }

  #w-node-_75a064d1-8e02-5f06-937e-618eae73d59e-03b4b472 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_75a064d1-8e02-5f06-937e-618eae73d596-03b4b472, #w-node-_6651d034-fc58-ed68-1990-6266b0a28b17-03b4b472, #w-node-_6651d034-fc58-ed68-1990-6266b0a28b1f-03b4b472 {
    justify-self: center;
  }

  #w-node-bd1cbe37-487e-d06f-29a7-d37beec77756-faf86dba {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c56f198b-05e9-2026-9fce-7cc93b6175d1-faf86dba, #w-node-_162b244b-c5de-3dbe-417f-e16d5ea9e496-faf86dba, #w-node-a4ab89cf-ca9f-78d4-9ff8-a8cd321f9c21-faf86dba {
    grid-column: span 2 / span 2;
  }

  #w-node-_36946de5-252a-36c9-c283-9bf400fd855e-c4cfbd4c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_36946de5-252a-36c9-c283-9bf400fd855f-c4cfbd4c {
    grid-column: span 1 / span 1;
  }

  #w-node-_68b52ee1-64ff-f3f6-0ca2-afca34334ee5-c4cfbd4c {
    justify-self: center;
  }

  #w-node-fe806d72-6db3-c7e3-4e5c-485b12f0a045-c4cfbd4c {
    order: 9999;
  }

  #w-node-_1ae53f57-5a9c-6cdb-65b6-824fc9a925e1-c4cfbd4c, #w-node-d669bb5d-09cd-95ff-c62e-8dcead526439-c4cfbd4c, #w-node-_6c9611c1-b2b9-7b97-1b0c-49335a73bbdb-c4cfbd4c {
    justify-self: center;
  }

  #w-node-b164283b-9cdd-9172-3e76-f72cabd7bac4-c4cfbd4c {
    order: 9999;
    justify-self: center;
  }

  #w-node-b164283b-9cdd-9172-3e76-f72cabd7bac5-c4cfbd4c, #w-node-_5e1710d7-84a0-16b7-4dae-50d97e46a2bb-c4cfbd4c, #w-node-_8ac659bf-e9a0-b34e-6114-8fbb80d6476a-c4cfbd4c, #w-node-_00c9ea30-5de8-b02b-04d1-2c82902eddd4-c4cfbd4c, #w-node-_00c9ea30-5de8-b02b-04d1-2c82902eddd5-c4cfbd4c {
    justify-self: center;
  }

  #w-node-_36946de5-252a-36c9-c283-9bf400fd855e-0015b54e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_36946de5-252a-36c9-c283-9bf400fd855f-0015b54e {
    grid-column: span 1 / span 1;
  }

  #w-node-a53e2311-aaf4-70fc-7bfb-10b7fe71b04e-0015b54e, #w-node-_7538f455-98fa-1ef7-a9ea-dc5416628424-0015b54e, #w-node-_5c62eb4a-139c-18ca-6857-ce5b627c2769-0015b54e, #w-node-cd22960d-276b-0fd4-50ad-0efded4cbd25-45e7441b, #w-node-e42cae43-d33d-d566-7107-9c0f73c63da9-45e7441b, #w-node-_3119fc15-bc55-d4bd-3f34-3f47ce6145d7-45e7441b, #w-node-_54292e3c-9035-3aba-08ac-435d6328e7be-45e7441b, #w-node-_54292e3c-9035-3aba-08ac-435d6328e7c6-45e7441b {
    justify-self: center;
  }

  #w-node-_38884e20-2cbb-a467-5093-b5c170d03652-bf417e9e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-cd22960d-276b-0fd4-50ad-0efded4cbd25-4a660c13, #w-node-e42cae43-d33d-d566-7107-9c0f73c63da9-4a660c13 {
    justify-self: center;
  }

  #w-node-_0bf33dc8-3424-9e1f-fa22-e9f39bd7a174-25ebcca9, #w-node-ad91828d-ab57-4f08-7ffb-9cb45d4ff350-25ebcca9, #w-node-_0bf33dc8-3424-9e1f-fa22-e9f39bd7a174-1e6fc4a0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b16ccdb7-fd0b-eee4-4211-b844243e8420-73abd93a, #w-node-e0bbb7f0-0863-549a-5949-1ee5ee738afb-73abd93a, #w-node-b16ccdb7-fd0b-eee4-4211-b844243e8420-e59947b6, #w-node-e0bbb7f0-0863-549a-5949-1ee5ee738afb-e59947b6, #w-node-b16ccdb7-fd0b-eee4-4211-b844243e8420-ec3087fb, #w-node-e0bbb7f0-0863-549a-5949-1ee5ee738afb-ec3087fb {
    justify-self: center;
  }

  #w-node-_5c268847-ca0c-35d3-75f5-769abc528e0a-804c5365 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5c268847-ca0c-35d3-75f5-769abc528e0b-804c5365 {
    grid-column: span 1 / span 1;
  }

  #libregif.w-node-_5215d33a-aac6-8f8f-851d-5fd9947edea2-804c5365 {
    grid-row: 2 / 3;
  }

  #w-node-_5215d33a-aac6-8f8f-851d-5fd9947ede99-804c5365 {
    grid-column: 1 / 2;
  }

  #w-node-fe806d72-6db3-c7e3-4e5c-485b12f0a045-a71d9c47 {
    justify-self: center;
  }

  #w-node-_1ae53f57-5a9c-6cdb-65b6-824fc9a925e1-a71d9c47 {
    order: -9999;
    justify-self: center;
  }

  #w-node-d669bb5d-09cd-95ff-c62e-8dcead526439-a71d9c47, #w-node-_6c9611c1-b2b9-7b97-1b0c-49335a73bbdb-a71d9c47, #w-node-_59d6a97f-25ca-33f3-dc90-4fe6d3ed3ee0-a71d9c47 {
    justify-self: center;
  }

  #w-node-_59d6a97f-25ca-33f3-dc90-4fe6d3ed3ee1-a71d9c47 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_5e1710d7-84a0-16b7-4dae-50d97e46a2bb-a71d9c47, #w-node-_8ac659bf-e9a0-b34e-6114-8fbb80d6476a-a71d9c47, #w-node-c1951a81-e6fd-42fd-1657-60fbda475401-a71d9c47 {
    justify-self: center;
  }

  #w-node-c1951a81-e6fd-42fd-1657-60fbda475402-a71d9c47 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_8e2e7731-dbc6-5cb9-678f-31b869243f04-d9e95e59 {
    grid-column: span 1 / span 1;
  }

  #w-node-_667167b6-cd13-8033-b952-506930d45047-d9e95e59 {
    justify-self: auto;
  }

  #w-node-_17d5dbc6-39c4-8369-6d4d-79a7031c4df7-5c9afd9c {
    align-self: auto;
  }

  #w-node-b16ccdb7-fd0b-eee4-4211-b844243e8420-5e33fe8c, #w-node-e0bbb7f0-0863-549a-5949-1ee5ee738afb-5e33fe8c {
    justify-self: center;
  }

  #w-node-_5c268847-ca0c-35d3-75f5-769abc528e0a-eb27ae07 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5c268847-ca0c-35d3-75f5-769abc528e0b-eb27ae07 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4d555231-7708-3382-4cc6-47e78aae6dc8-eb27ae07 {
    grid-column: 1 / 2;
  }

  #libregif.w-node-_60c17352-7ab6-60b1-d8e8-1252b4a70643-eb27ae07 {
    grid-row: 2 / 3;
  }

  #w-node-_39fc76e9-fc28-c1ab-8b5f-3a11f58e3822-eb27ae07 {
    grid-column: 1 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c2246c2d-9e47-f4bd-c5b7-41a50222dd5e-f3c98f63 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-bd1cbe37-487e-d06f-29a7-d37beec77757-faf86dba, #w-node-bd1cbe37-487e-d06f-29a7-d37beec77758-faf86dba {
    grid-column: span 2 / span 2;
  }

  #w-node-d3a38d91-67e0-6079-0ba5-1518ba75e380-faf86dba {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bd1cbe37-487e-d06f-29a7-d37beec77756-faf86dba {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-bd1cbe37-487e-d06f-29a7-d37beec77757-faf86dba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bd1cbe37-487e-d06f-29a7-d37beec77758-faf86dba {
    grid-column: span 2 / span 2;
  }

  #w-node-d3a38d91-67e0-6079-0ba5-1518ba75e380-faf86dba {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


