@font-face {
  font-family: Cerebrisans;
  src: url('../fonts/CEREBRISANS-BOLD.TTF') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Cerebrisans;
  src: url('../fonts/CEREBRISANS-BOOK.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gainsboro: #e6e6e6;
  --steel-blue: #0575e6;
  --black: #202020;
  --white-smoke: #f9f9f9;
  --dim-grey: #636363;
}

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  color: #202020;
  background-color: #f9f9f9;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding-top: 74px;
  font-family: Cerebrisans, sans-serif;
  font-size: 17px;
  line-height: 25px;
  display: flex;
}

h1 {
  margin-top: 40px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 64px;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 25px;
}

a {
  color: #0575e6;
  text-decoration: none;
}

li {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 26px;
}

.nav-logo {
  width: auto;
  height: 28px;
  margin-right: auto;
}

.brand {
  margin-right: auto;
}

.brand.w--current {
  padding-left: 0;
}

.nav-link {
  color: #0575e6;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Cerebrisans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color .15s;
}

.nav-link:hover {
  color: #0575e6;
  text-decoration: none;
}

.nav-link.mobile-nav-link {
  border-bottom: 2px solid #fff;
  padding: 24px 16px 22px;
}

.nav-link.mobile-nav-link:hover {
  background-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}

.nav-link.mobile-nav-link.w--current {
  color: #0575e6;
  border-bottom: 2px solid #0575e6;
}

.nav-link.mobile-nav-link.mobile-nav-secondary-link {
  display: none;
}

.navbar {
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  position: fixed;
  top: 0;
}

.button-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-group.banner-button-group {
  z-index: 1;
  align-items: center;
  margin-top: 32px;
  display: flex;
  position: relative;
}

.button-group.banner-button-group.features-header {
  z-index: 2;
  justify-content: flex-start;
  margin-top: 24px;
}

.button-group.homepage-button {
  justify-content: flex-start;
}

.button {
  color: #0575e6;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0575e6;
  border-radius: 5px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  max-height: 46px;
  margin-top: 0;
  margin-bottom: 8px;
  margin-right: 8px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 700;
  transition: all .12s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #0575e6;
}

.button.banner-button {
  color: #0575e6;
  background-color: #fff;
  border-style: none;
  border-color: #fff;
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  transition: box-shadow .2s;
}

.button.banner-button:hover {
  border-style: none;
  box-shadow: 0 0 20px #ffffff7a;
}

.button.banner-button.subscribe-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}

.button.banner-button.right-aligned {
  margin-right: 0;
}

.button.secondary-button {
  border: 1px solid var(--gainsboro);
  color: #0575e6;
  background-color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.button.secondary-button.article-row-button {
  margin-bottom: 0;
}

.button.secondary-button.article-tile-read-more-button {
  margin-top: auto;
  margin-bottom: 0;
  margin-right: 0;
}

.button.secondary-button.login-button {
  border-color: var(--gainsboro);
}

.button.board-tile-view-board-button {
  margin-bottom: 0;
  margin-right: 0;
}

.button.compare-list-button {
  margin-right: 0;
}

.button.primary-button {
  color: #fff;
  background-color: #0575e6;
}

.button.primary-button.compare-list-button-group.w--current {
  margin-right: 0;
}

.button.login-button {
  min-height: 42px;
  max-height: 42px;
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.button.secondary-button {
  color: #0575e6;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  line-height: 20px;
}

.button.secondary-button.board-tile-add-to-compare-button {
  margin-top: auto;
  margin-right: 0;
}

.button.success-button {
  color: #73c162;
  border-color: #73c162;
}

.button.success-button:hover {
  color: #fff;
  background-color: #73c162;
  border-style: solid;
  border-color: #73c162;
}

.button.left-align-button {
  align-self: flex-start;
  margin-top: 10px;
}

.title-bar {
  border-bottom: 1px solid #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 48px;
  padding-bottom: 16px;
  display: flex;
}

.title-bar.media-gallery-title-bar {
  align-self: stretch;
  width: auto;
  margin-bottom: 32px;
  margin-left: 48px;
  margin-right: 48px;
}

.title-bar.tutorial-title-bar {
  margin-top: 60px;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.title-bar.board-specifications-title-bar {
  flex-direction: row;
  align-items: center;
  margin-bottom: 32px;
}

.title-bar.shape-details-title-bar {
  margin-bottom: 32px;
}

.link {
  color: #0575e6;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.link:hover {
  text-decoration: underline;
}

.link._3d-link {
  margin-right: 30px;
}

.link.boards-link {
  margin-right: 24px;
}

.board-tile {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.board-tile-image-container {
  align-self: center;
  margin-bottom: 24px;
}

.board-tile-text-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.board-tile-stats {
  justify-content: space-around;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.board-detail-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.small-label {
  color: #636363;
  text-align: left;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.small-label.board-tile-small-label {
  margin-bottom: 0;
}

.small-label.signup-label {
  color: #757575;
  text-align: center;
  align-self: center;
  margin-top: 30px;
}

.small-label.monthly-pricing-details {
  margin-bottom: 25px;
}

.small-label.small-label-white-transparent {
  opacity: .71;
  color: #fff;
}

.small-label.signup-label-social {
  color: #757575;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.small-label.login-label {
  color: #757575;
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.small-label.login-label-social {
  color: #757575;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
}

.divider.mobile-menu-divider {
  display: none;
}

.divider.manufacturer-divider {
  opacity: .3;
  margin-top: 24px;
  margin-bottom: 24px;
}

.footer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 64px;
  padding-top: 0;
  display: flex;
}

.footer.footer-section {
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
}

.footer-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

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

.footer-menu-link {
  color: #202020;
  max-width: 100%;
  margin-bottom: 16px;
  font-weight: 400;
}

.footer-menu-link:hover {
  color: #0575e6;
}

.footer-logo {
  margin-bottom: 32px;
}

.footer-social-block {
  align-items: center;
  display: flex;
}

.footer-social-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 16px;
  display: flex;
}

.legal-text {
  color: #b4b4b4;
  text-align: center;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 14px;
}

.subscribe-container {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.text-field {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

.text-field.subscribe-input {
  color: #fff;
  background-color: #fff6;
  border-width: 0;
  border-radius: 5px 0 0 5px;
  width: 220px;
  min-height: 46px;
  max-height: 46px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 18px;
}

.text-field.subscribe-input::placeholder {
  color: #ffffffa3;
}

.subscribe-form {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.article-tile {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.article-tile-image-container {
  border-radius: 5px;
  justify-content: center;
  align-items: stretch;
  height: 160px;
  margin-bottom: 8px;
  display: flex;
  overflow: hidden;
}

.article-tile-image {
  object-fit: cover;
}

.article-text-container {
  margin-bottom: 8px;
}

.subscribe-input-container {
  align-items: center;
  display: flex;
}

.paragraph {
  color: #636363;
  width: 38ch;
  font-size: 12px;
  line-height: 16px;
}

.paragraph.footer-tagline {
  opacity: .7;
  width: 100%;
  max-width: 28ch;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 18px;
}

.board-tile-compare-button {
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 8px;
  margin-right: 8px;
  transition: all .15s;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.board-tile-compare-button:hover {
  background-color: #0575e6;
}

.section-title {
  text-align: center;
  justify-content: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  display: block;
}

.article-image {
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  width: 100%;
  height: 470px;
  margin-bottom: 32px;
}

.phone-mockup {
  z-index: 1;
  width: 100%;
  margin-bottom: -82px;
  margin-right: -395px;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.value-text-container {
  flex-flow: column;
  display: flex;
}

.compare-dropdown {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  width: 420px;
  margin-right: 0;
  padding: 24px;
  display: none;
  position: absolute;
  top: 64px;
  right: 0;
  box-shadow: 0 10px 20px -6px #0000003d;
}

.compare-list-title {
  margin-top: 0;
  margin-bottom: 8px;
}

.compare-list-text {
  margin-bottom: 32px;
  font-size: 16px;
  display: none;
}

.compare-list-button-group {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.compare-list-cta-text {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
}

.icon-plus {
  color: #0575e6;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.icon-plus:hover {
  color: #fff;
}

.compare-button {
  color: #63636380;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 8px 16px;
}

.compare-button:hover {
  color: var(--steel-blue);
  background-color: #fff;
  border-color: #e6e6e6;
}

.compare-button.w--current {
  color: var(--steel-blue);
  background-color: #fff;
}

.compare-button.w--current:hover {
  border-color: #e6e6e6;
}

.compare-button.compare-button-left {
  margin-right: 10px;
}

.input-field {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  min-height: 46px;
  max-height: 46px;
  padding: 8px 12px;
  display: flex;
}

.input-field.textarea {
  min-height: 84px;
  max-height: 84px;
  margin-bottom: 32px;
}

.input-field.card-number {
  margin-top: 10px;
  margin-bottom: 10px;
}

.board-image.compare-list-image {
  width: 60px;
  margin-right: 16px;
}

.nav-menu {
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.banner-container {
  background-image: linear-gradient(315deg, #0156ac, #0575e6);
  border-radius: 13px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 48px;
  display: flex;
}

.component-section {
  width: 100%;
  padding: 32px 32px 60px;
}

.component-section.legal-component {
  background-color: #f9f9f9;
  padding-top: 16px;
  padding-bottom: 16px;
}

.component-section.component-section-video {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: stretch;
  display: flex;
}

.component-section.success {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  display: flex;
}

.banner-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
}

.banner-paragraph {
  opacity: .7;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 40ch;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.banner-paragraph.banner-paragraph-left-aligned {
  z-index: 2;
  text-align: left;
  text-align: left;
  width: 100%;
  position: static;
}

.banner-button-group {
  align-items: center;
  display: flex;
}

.banner-link {
  opacity: .7;
  color: #fff;
  margin-top: 16px;
  font-size: 16px;
  text-decoration: underline;
}

.toggle-button {
  color: #63636380;
  text-align: center;
  background-color: #0000;
  border-right: 1px solid #e6e6e6;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  overflow: hidden;
}

.toggle-button.toggle-button-selected {
  color: #0575e6;
  background-color: #fff;
  font-weight: 700;
}

.toggle-button.toggle-button-selected.last-toggle-button {
  border-right-width: 0;
}

.legal-container {
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.newsletter-cta-container {
  background-image: linear-gradient(270deg, #0156ac, #0575e6);
  border-radius: 13px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 48px;
  display: flex;
}

.nav-container {
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.article-container {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.article-row-container {
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.article-row-content-container {
  color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.article-row-image-container {
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  justify-content: center;
  align-items: stretch;
  height: 179px;
  margin-bottom: 0;
  margin-right: 24px;
  display: flex;
  overflow: hidden;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  width: auto;
  display: flex;
  position: static;
}

.textarea {
  border-radius: 5px;
}

.button-toggle-container {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  align-items: stretch;
  min-height: 42px;
  max-height: 42px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.button-toggle-container.unit-of-measure-button-toggle {
  margin-left: 8px;
  display: none;
}

.subheader-text {
  color: #636363;
  text-align: left;
  margin-bottom: 0;
}

.subheader-text.article-details-subheader {
  text-align: center;
}

.component-container {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  font-weight: 400;
  display: flex;
}

.list {
  list-style-type: decimal;
}

.list.list-indent {
  padding-left: 80px;
}

.paragraph-container {
  width: 100%;
  max-width: 80ch;
}

.section-title-container {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
}

.board-tile-name {
  text-align: center;
  margin-bottom: 0;
}

.board-tile-manufacturer-name {
  color: #636363;
  text-align: center;
}

.header-1-reverse {
  color: #fff;
}

.header-1-reverse.banner-header {
  text-align: center;
  max-width: 25ch;
  margin-top: 0;
}

.header-1-reverse.banner-header.manufacturer-header {
  text-align: left;
  margin-bottom: 0;
}

.header-1-reverse.banner-title.about-the-app-title {
  z-index: 1;
  text-align: right;
  width: 100%;
  max-width: 25ch;
  position: relative;
}

.header-1-reverse.banner-title.about-the-app-title.left-aligned-heading {
  z-index: 2;
  text-align: left;
}

.header-1-reverse.banner-heading {
  text-align: center;
  max-width: 25ch;
  margin-top: 0;
}

.header-1-reverse.banner-heading.manufacturer-header {
  text-align: left;
  margin-bottom: 0;
}

.article-title.faq {
  flex: 1;
  margin-bottom: 26px;
}

.board-tile-detail-value {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 22px;
}

.article-details-title {
  text-align: center;
  margin-top: 0;
}

.article-details-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 80ch;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
}

.article-details-title-container {
  margin-bottom: 40px;
}

.value-section-title {
  max-width: 20ch;
  margin-top: 0;
}

.value-section-text {
  color: #636363;
  text-align: left;
  width: 100%;
  max-width: 35ch;
  font-size: 20px;
  line-height: 25px;
}

.form-block {
  width: 50%;
}

.legal-button {
  opacity: .5;
  color: #202020;
  margin-left: 16px;
  font-size: 14px;
  line-height: 18px;
}

.legal-button:hover {
  opacity: 1;
  color: #0575e6;
}

.compare-list-rows {
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  width: 100%;
  height: 333px;
  max-height: 90vh;
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 12px;
  overflow: auto;
}

.compare-row {
  border-bottom: 1px solid #e6e6e6;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: flex;
}

.compare-list-manufacturer-name {
  color: #636363;
  margin-bottom: 0;
}

.compare-list-board-name {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.compare-list-checkbox {
  cursor: pointer;
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  padding: 6px;
  display: flex;
}

.compare-list-checkbox-selected {
  background-color: #0575e6;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

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

.body {
  background-color: #d6d2d9;
  justify-content: space-between;
}

.image {
  padding: 40px;
}

.value-text-container-center {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  display: flex;
}

.quote {
  color: #636363;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}

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

.value-section-text-grid {
  color: #636363;
  text-align: center;
  width: 100%;
  max-width: 40ch;
  font-size: 20px;
  line-height: 25px;
}

.value-block-container-align-top {
  background-image: linear-gradient(270deg, #fff, #f9f9f9);
  border-radius: 13px;
  flex-flow: wrap;
  place-content: space-between center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 110px 20px;
  display: flex;
}

.value-block-container-align-top.value-block-container-rotated-background {
  background-image: linear-gradient(to right, #fff, #f9f9f9);
  flex-direction: row-reverse;
}

.div-block-feature-left {
  order: 0;
  margin-right: 50px;
}

.div-block-feature-left.custom-webpage-left {
  border: 1px solid var(--gainsboro);
  border-radius: 7px;
  overflow: hidden;
}

.div-block-feature-right {
  margin-left: 50px;
  margin-right: 0;
}

.div-block-feature-right.image-border {
  border: 1px solid var(--gainsboro);
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}

.value-section-title-centered {
  text-align: center;
  margin-top: 0;
}

.text-header {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.tabs {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

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

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

.banner-paragraph-black {
  opacity: .7;
  width: 100%;
  max-width: 40ch;
  color: var(--black);
  text-align: center;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.div-block-testimonial {
  justify-content: space-between;
  margin-top: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-brand {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  padding: 0 20px 20px;
  display: block;
}

.text-span {
  font-size: 40%;
  display: inline;
  position: relative;
  top: -30px;
  right: 2px;
}

.quote-copy {
  color: #636363;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}

.div-block-brand-list {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.subscription-savings {
  margin-top: 16px;
}

.subscription-heading {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 28px;
}

.subscription-feature-text {
  color: #636363;
  text-align: left;
  width: auto;
  max-width: 35ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 30px;
}

.price-2 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 100%;
}

.text-span-4 {
  color: #0575e6;
  font-size: 120%;
}

.div-block-subscription-plain {
  position: static;
}

.div-block-subscription-feature-2 {
  width: 100%;
}

.div-block-subscription-feature-2:hover {
  background-color: var(--white-smoke);
}

.subscription-column-3 {
  flex-wrap: nowrap;
  align-items: stretch;
  margin-bottom: 5px;
  display: flex;
}

.subscription-column-3.get-started-pricing-buttons {
  margin-top: 60px;
}

.subscription-feature-text-details-2 {
  color: #202020;
  text-align: left;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 25px;
}

.subscription-details-heading {
  margin-top: 40px;
  margin-bottom: 5px;
}

.form-block-signup {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.signup-heading {
  margin-top: 0;
}

.component-container-subscription {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  flex-direction: column;
  align-items: stretch;
  min-width: 400px;
  max-width: 1200px;
  margin: 0 auto 48px;
  padding: 48px;
  font-weight: 400;
  display: flex;
}

.subscription-div {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  min-width: auto;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.poa {
  margin-top: 25px;
  margin-bottom: 29px;
  font-size: 60px;
  line-height: 100%;
}

.youtube-div {
  border-radius: 13px 13px 0 0;
  width: 100%;
  overflow: hidden;
}

.list-2 {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 20px;
  list-style-type: disc;
}

.button-2 {
  color: #0575e6;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0575e6;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  max-height: 46px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 700;
  transition: all .12s;
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #0575e6;
}

.button-2.secondary-button {
  color: #0575e6;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  line-height: 20px;
}

.button-2.secondary-button.article-row-button {
  margin-bottom: 0;
}

.button-2.secondary-button.board-tile-add-to-compare-button {
  margin-top: auto;
  margin-right: 0;
}

.button-2.banner-button {
  color: #0575e6;
  background-color: #fff;
  border-style: none;
  border-color: #fff;
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  transition: box-shadow .2s;
}

.button-2.banner-button:hover {
  border-style: none;
  box-shadow: 0 0 20px #ffffff7a;
}

.button-2.banner-button.subscribe-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}

.button-2.board-tile-view-board-button {
  margin-bottom: 0;
  margin-right: 0;
}

.button-2.manufacturer-button {
  color: #fff;
  background-color: #ffffff3d;
  border-width: 0;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.button-2.manufacturer-button:hover {
  background-color: #ffffff52;
}

.accordion {
  width: 66.66%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  width: 100%;
  min-width: 100px;
  margin-bottom: 48px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion.js-accordion.tutorial-accordion {
  margin-bottom: 0;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  width: 100%;
  min-width: 100%;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  box-shadow: none;
  border-bottom: 1px solid var(--gainsboro);
  border-radius: 0;
  padding-bottom: 20px;
  transition-property: none;
}

.accordion__item.js-accordion-item.tutorial-accordian {
  padding: 0;
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.component-container-faq {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  flex-direction: column;
  align-items: stretch;
  min-width: 400px;
  max-width: 1200px;
  margin: 0 auto 48px;
  padding: 48px;
  font-weight: 400;
  display: block;
}

.tutorial-link {
  color: var(--black);
  align-items: center;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.tutorial-link:hover {
  text-decoration: underline;
}

.success-container {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  min-width: auto;
  max-width: 800px;
  margin: 140px auto;
  padding: 20px 40px 40px;
  font-weight: 400;
  display: flex;
}

.image-3 {
  margin: 44px 60px 60px;
}

.banner-features-container {
  z-index: 0;
  text-align: left;
  background-image: linear-gradient(270deg, #0156ac, #0575e6);
  border-radius: 13px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 156px 64px 156px 84px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-4 {
  margin-top: 7px;
}

.recaptcha {
  margin-bottom: 20px;
}

.dropdown-text {
  margin-right: 27px;
}

.dropdown-link {
  background-color: #fff;
  transition: opacity .2s;
}

.dropdown-link:hover {
  background-color: #f8f8f8;
}

.font-awesome {
  color: var(--dim-grey);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.font-awesome-light {
  color: var(--gainsboro);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

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

.subscription-main-feature {
  color: #636363;
  text-align: left;
  width: 100%;
  max-width: 35ch;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 30px;
}

.subscription-extra-text {
  color: #636363;
  text-align: left;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 30px;
}

.blue-small-fa {
  color: var(--steel-blue);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 10px;
}

.faq-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.new-account-header {
  background-color: #0575e6;
  border-bottom: 1px #e6e6e6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-bottom: 0;
  padding: 60px 20px 0;
  display: flex;
}

.body-signup {
  padding-top: 0;
}

.form-2 {
  flex-direction: column;
  display: flex;
}

.buttom-image {
  margin-right: 15px;
}

.component-container-new-account {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  flex-direction: column;
  align-items: stretch;
  min-width: 400px;
  max-width: 1200px;
  margin: -80px auto 140px;
  padding: 40px;
  font-weight: 400;
  display: flex;
}

.button-3 {
  color: #0575e6;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0575e6;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  max-height: 46px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 700;
  transition: all .12s;
  display: flex;
}

.button-3:hover {
  color: #fff;
  background-color: #0575e6;
}

.button-3.form-button {
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 0;
  margin-right: 0;
}

.button-3.form-button.card-button {
  margin-top: 40px;
}

.button-3.secondary-button {
  color: #0575e6;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  line-height: 20px;
}

.button-3.secondary-button.link-block-button:hover {
  border-color: #0575e6;
}

.button-3.secondary-button.link-block-button.facebook-button {
  margin-bottom: 40px;
}

.checkbox {
  margin-top: 7px;
}

.checkbox-label {
  color: #202020bf;
  font-size: 15px;
  font-weight: 400;
}

.checkbox-field {
  margin-top: 5px;
  margin-bottom: 20px;
}

.component-container-pricing {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  flex-direction: column;
  align-items: stretch;
  min-width: 400px;
  max-width: 1200px;
  margin: -80px auto 140px;
  padding: 40px;
  font-weight: 400;
  display: flex;
}

.tab-pane-tab-2 {
  flex: 0 auto;
}

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

.notice {
  -webkit-text-fill-color: inherit;
  background-color: #f9f9f9;
  background-clip: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
}

.small-label-form {
  color: #636363;
  text-align: left;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.component-container-login {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  flex-flow: column;
  align-items: stretch;
  min-width: 400px;
  max-width: 400px;
  margin: -147px auto 140px;
  padding: 40px;
  display: flex;
}

.warning {
  text-align: center;
  background-color: #ffdede;
  display: none;
}

.checkbox-field-2 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.order-pricing-column {
  justify-content: flex-end;
  display: flex;
}

.paragraph-2 {
  width: auto;
  margin-right: 4px;
}

.div-block-15 {
  display: flex;
}

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

.board-detail-label {
  color: #636363;
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.dropdown-label {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: 12px;
}

.spec-text-container {
  margin-left: 0;
}

.spec-icon {
  margin-right: 16px;
}

.spec-icon.spec-icon-board {
  margin-left: 7px;
  margin-right: 24px;
}

.board-selection-dropdown-container {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.specification-detail-container {
  align-items: center;
  display: flex;
}

.board-row-detail-text {
  text-align: left;
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 22px;
}

.board-specs-container {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr minmax(1px, 1px) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.vertical-divider {
  background-color: #e6e6e6;
  height: 100%;
}

.component-section-2 {
  width: 100%;
  padding: 32px 32px 0;
}

.bar-line {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  position: absolute;
}

.gradient-bar {
  background-image: linear-gradient(270deg, #0575e6, #00d2dd);
  border-radius: 20px;
  width: 50%;
  height: 9px;
  position: relative;
}

.usage-bar-container {
  align-items: center;
  width: auto;
  margin-top: 10px;
  margin-left: 45px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.pricing-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.component-section-portal {
  width: 100%;
  padding: 32px 32px 0;
}

.pricing-feature {
  display: flex;
}

.features-block {
  margin-top: 20px;
  margin-bottom: 30px;
}

.tooltip-trigger {
  background-color: #0000;
  border-radius: 50%;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  display: flex;
  position: relative;
}

.tooltip {
  z-index: 10;
  background-color: var(--gainsboro);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 10px;
  display: flex;
  position: absolute;
  inset: auto 0 135% -45px;
}

.plus-icon {
  color: var(--steel-blue);
  margin-right: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
}

.body-5 {
  font-size: 13px;
}

.tooltip-arrow {
  background-color: var(--gainsboro);
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -5px;
  transform: rotate(45deg);
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10 {
  text-decoration: line-through;
}

.subscribe-form-newsletter {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.discount-price {
  margin-top: -10px;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 100%;
}

.discount-price.discount-free {
  margin-top: 58px;
}

.discount-cents {
  font-size: 50%;
  position: relative;
  top: -27px;
  left: 3px;
}

.ratio-box {
  background-color: #dee8eb;
  border-radius: 8px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.ratio-box._21-9 {
  background-color: #0000;
  border-radius: 0;
  margin-top: 25px;
  padding-top: 32%;
}

.content-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.html-3d-embed {
  margin-bottom: 0;
}

.ar-image-inline {
  background-image: url('../images/ar_1ar.png');
  background-position: 0 0;
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin-bottom: -6px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.enquire-container {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 32px;
  padding: 24px;
  display: flex;
}

.enquire-title {
  margin-top: 0;
}

.enquire-title.enquire-left {
  margin-top: 15px;
  margin-right: auto;
}

.enquire-links-container {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column dense;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

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

.body-6 {
  padding-top: 0;
}

.div-block-17 {
  display: flex;
}

.board-tile-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.manufacturer-cta {
  background-color: #0156ac;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.tutorial-img-div {
  background-color: #0575e621;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 25px;
  padding: 25px;
  display: flex;
}

.numbered-list {
  align-self: flex-start;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 36px;
  padding-left: 0;
  list-style-type: decimal;
}

.numbered-list.lesson-list {
  margin-bottom: 40px;
}

.lesson-list-item {
  margin-bottom: 4px;
}

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

.tutorial-lightbox {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.symbol-block {
  width: 100%;
}

.tutorial-image-hero {
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  display: block;
}

.fb-image-inline {
  background-image: url('../images/fb-business.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 200px;
  height: 24px;
  margin-bottom: -6px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.how-to-grid {
  grid-row-gap: 19px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
}

.how-to-grid.faq {
  align-self: center;
  max-width: 80ch;
}

.how-to-tile-image {
  object-fit: cover;
}

.how-to-title {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 18px;
}

.how-to-tile {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.how-to-lightbox {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 166px;
  margin-bottom: 8px;
  display: flex;
  overflow: hidden;
}

.how-to-paragraph {
  margin-bottom: 0;
  margin-right: auto;
}

.single-image-container {
  border: 1px solid var(--gainsboro);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 10px 0 20px;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.tutorial-lightbox-single {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tutorial-single-block {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
}

.tutorial-heading-container {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.tutorial-tip-container {
  border-style: none none none solid;
  border-width: 1px 1px 1px 5px;
  border-color: black black black var(--steel-blue);
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 5px 15px;
  display: flex;
}

.tutorial-small-image {
  border-radius: 5px;
}

.warning-block {
  background-color: #0575e626;
  width: 100%;
  padding: 8px 10px 4px;
}

.tutorial-single-img {
  border: 1px solid var(--gainsboro);
  border-radius: 5px;
}

.laptop-video {
  z-index: 1;
  width: 543px;
  margin-bottom: 182px;
  margin-right: 90px;
  position: absolute;
  inset: auto 58px -112px auto;
  overflow: hidden;
}

.laptop-block {
  flex: none;
  position: relative;
  inset: auto 148px auto auto;
}

.home-banner {
  z-index: 0;
  text-align: left;
  background-image: linear-gradient(270deg, #0156ac, #0575e6);
  border-radius: 13px;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 95px 0 95px 60px;
  display: flex;
  overflow: hidden;
}

.home-banner-block {
  z-index: 2;
  flex-direction: column;
  min-width: 500px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.homepage-title {
  color: #fff;
  max-width: 25ch;
  margin-top: 0;
  font-size: 80px;
  line-height: 75px;
}

.div-block-3d {
  justify-content: center;
  align-self: center;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-24 {
  max-width: 1200px;
}

.html-3d-embed-2 {
  background-color: #f5aaaa;
  width: 30vw;
  height: 70vh;
  margin-bottom: 0;
  display: block;
}

.column-container {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 80ch;
  margin-bottom: 48px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 48px 48px;
  display: flex;
}

.grid-7 {
  grid-template-columns: 1fr .75fr;
}

.div-block-3d-columns {
  width: 100%;
  display: flex;
}

.article-details-column {
  flex-direction: column;
  align-items: center;
  max-width: 80ch;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px 48px 48px;
  display: flex;
}

.html-embed-6 {
  margin-right: 48px;
}

.sticky-image-border {
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  overflow: hidden;
}

.sticky-image-border.custom-webpage {
  height: 300px;
}

.home-block {
  background-image: linear-gradient(270deg, #fff, #f9f9f9);
  border-radius: 13px;
  flex-flow: row;
  place-content: space-between center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 110px 48px;
  display: flex;
}

.home-block.home-block-rotated {
  background-image: linear-gradient(to right, #fff, #f9f9f9);
  position: relative;
}

.home-block.home-block-rotated-vertical {
  background-image: linear-gradient(#fff, #f9f9f9);
}

.grid-block-home {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.home-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin: 60px 48px 40px;
  display: grid;
}

.image-8 {
  max-height: 320px;
}

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

.home-grid-image-block {
  justify-content: center;
  align-items: stretch;
  max-height: 90px;
  margin-bottom: 20px;
  display: flex;
  overflow: visible;
}

.grid-bock-header {
  height: 160px;
  margin-bottom: 10px;
}

.section-title-container-2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
}

.button-unit-container {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  align-items: center;
  min-height: 46px;
  max-height: 46px;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  display: flex;
  overflow: hidden;
}

.banner-paragraph-2 {
  opacity: .7;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 40ch;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.banner-paragraph-2.banner-paragraph-left-aligned {
  text-align: left;
  width: 100%;
}

.board-tile-link-block {
  align-self: center;
  margin-bottom: 24px;
  display: block;
}

.unit-button {
  color: #63636380;
  text-align: center;
  background-color: #0000;
  border-right: 1px #e6e6e6;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  overflow: hidden;
}

.unit-button.unit-ft {
  border-right-style: solid;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 5px 15px 5px 4px;
}

.unit-button.unit-button-selected {
  color: #0575e6;
  background-color: #fff;
  font-weight: 700;
}

.button_icon {
  margin-right: 6px;
}

.divider-2 {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  display: none;
}

.divider-2.manufacturer-divider {
  opacity: .3;
  margin-top: 24px;
  margin-bottom: 24px;
}

.featured-title-block {
  display: flex;
}

.component-section-3 {
  width: 100%;
  margin-top: 0;
  padding: 32px 0 60px;
}

.board-tile-text-container-2 {
  flex-direction: column;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.section-title-2 {
  text-align: center;
  justify-content: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  display: block;
}

.board-tile-name-2 {
  color: #202020;
  text-align: center;
  max-width: 312px;
  min-height: 24px;
  max-height: 24px;
  margin-bottom: 0;
  overflow: hidden;
}

.board-tile-detail-value-2 {
  max-width: 120px;
  min-height: 22px;
  max-height: 22px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 22px;
  overflow: hidden;
}

.board-tile-brand-name {
  color: #636363;
  text-align: center;
  max-width: 312px;
  min-height: 25px;
  max-height: 25px;
  overflow: hidden;
}

.body-signup-type {
  flex-flow: column;
  padding-top: 0;
}

.component-container-login-all {
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  width: 100%;
  display: flex;
}

.component-container-split {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  flex-flow: column;
  align-items: stretch;
  min-width: 400px;
  max-width: 400px;
  margin: 140px 20px;
  padding: 40px;
  display: flex;
}

.dropdown-list {
  margin-top: -8px;
}

.dropdown-list.w--open {
  margin-top: 156px;
}

.dropdown-list-2 {
  background-color: #0000;
}

.dropdown-list-2.w--open {
  z-index: 7;
  border-radius: 15px;
  min-width: 460px;
  padding-top: 15px;
}

.dropdown-list-2.dropdown-pill {
  min-width: 360px;
  left: -30px;
}

.dropdown-list-2.dropdown-pill.w--open {
  min-width: 240px;
  padding-top: 8px;
  left: 0;
}

.dropdown-list-2.dropdown-pill.dropdown-pill-support.w--open {
  margin-top: -7px;
  padding-top: 0;
}

.paragraph-small {
  color: #b1b1b1;
  letter-spacing: -.2px;
  max-width: 450px;
  margin-bottom: 0;
  font-size: 14px;
}

.feature-wrap {
  border-radius: 10px;
  align-items: flex-start;
  padding: 15px 12px 15px 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: #484dff08;
}

.feature-icon {
  width: 28px;
  margin-top: 5px;
  margin-right: 16px;
}

.feature-icon.support-icon {
  margin-top: 1px;
}

.dropdown-column {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.dropdown-column.login-button-mobile {
  display: none;
}

.dropdown-list-wrap {
  z-index: 9;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  padding: 15px 12px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 9px #2c3e501a;
}

.short-title {
  color: #2e3642;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.title-wrap-horizontal {
  align-items: center;
  display: flex;
}

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

.dropdown-list-3 {
  background-color: #0000;
}

.dropdown-list-3.w--open {
  z-index: 7;
  border-radius: 15px;
  min-width: 460px;
  padding-top: 15px;
}

.dropdown-list-3.dropdown-pill {
  min-width: 360px;
  left: -30px;
}

.dropdown-list-3.dropdown-pill.w--open {
  min-width: 240px;
  padding-top: 8px;
  left: 0;
}

.button-4 {
  color: #0575e6;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0575e6;
  border-radius: 5px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  max-height: 46px;
  margin-top: 0;
  margin-bottom: 8px;
  margin-right: 8px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 700;
  transition: all .12s;
  display: flex;
}

.button-4:hover {
  color: #fff;
  background-color: #0575e6;
}

.button-4.secondary-button {
  color: #0575e6;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  line-height: 20px;
}

.button-4.secondary-button.login-button {
  margin-bottom: 0;
  margin-left: 0;
}

@media screen and (min-width: 1280px) {
  .phone-mockup {
    margin-right: -382px;
  }

  .header-1-reverse.banner-title.about-the-app-title {
    max-width: 24ch;
  }

  .banner-features-container {
    padding-left: 110px;
    padding-right: 110px;
  }

  .tutorial-tip-container {
    border-bottom-style: none;
    border-right-style: none;
  }

  .home-banner {
    padding-left: 110px;
    padding-right: 110px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .button {
    font-size: 16px;
    line-height: 22px;
  }

  .button:hover {
    border-color: #399afd;
  }

  .button.banner-button.subscribe-button {
    font-size: 16px;
  }

  .button.secondary-button {
    font-size: 16px;
    line-height: 22px;
  }

  .button.secondary-button:hover {
    border-color: #0575e6;
  }

  .text-field.subscribe-input {
    width: 280px;
    height: 48px;
  }

  .article-tile-image-container {
    height: 190px;
  }

  .board-tile-compare-button {
    display: none;
  }

  .article-row-image-container {
    height: 190px;
  }

  .button-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .button-2:hover {
    border-color: #399afd;
  }

  .button-2.secondary-button {
    font-size: 16px;
    line-height: 22px;
  }

  .button-2.secondary-button:hover {
    border-color: #0575e6;
  }

  .button-2.banner-button.subscribe-button {
    font-size: 16px;
  }

  .button-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .button-3:hover {
    border-color: #399afd;
  }

  .button-3.secondary-button {
    font-size: 16px;
    line-height: 22px;
  }

  .button-3.secondary-button:hover {
    border-color: #0575e6;
  }

  .board-row-detail-text {
    font-size: 18px;
    line-height: 22px;
  }

  .board-tile-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-4 {
    font-size: 16px;
    line-height: 22px;
  }

  .button-4:hover {
    border-color: #399afd;
  }

  .button-4.secondary-button {
    font-size: 16px;
    line-height: 22px;
  }

  .button-4.secondary-button:hover {
    border-color: #0575e6;
  }
}

@media screen and (min-width: 1920px) {
  .success-container {
    min-width: auto;
    max-width: 800px;
  }

  .bar-line {
    background-color: #e6e6e6;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .gradient-bar {
    background-image: linear-gradient(270deg, #00d2dd, #0575e6);
    border-radius: 50px;
    width: 50%;
    height: 9px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .usage-bar-container {
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .nav-logo {
    height: 26px;
  }

  .nav-link.mobile-nav-link {
    width: 100%;
    padding: 16px 0;
    font-size: 24px;
    line-height: 26px;
  }

  .nav-link.mobile-nav-link:hover {
    background-color: #fff;
    width: 100%;
  }

  .nav-link.mobile-nav-link.w--current {
    border-bottom-style: none;
  }

  .nav-link.mobile-nav-link.mobile-nav-secondary-link {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: block;
  }

  .button-group.banner-button-group {
    margin-bottom: 16px;
  }

  .button-group.banner-button-group.features-header {
    margin-top: 24px;
  }

  .button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.banner-button {
    margin-left: 4px;
    margin-right: 4px;
  }

  .button.banner-button.subscribe-button {
    margin-left: 0;
  }

  .button.secondary-button.login-button, .button.login-button {
    margin-left: 0;
    display: none;
  }

  .button.secondary-button {
    font-size: 16px;
    line-height: 20px;
  }

  .button.get-started {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-bar.media-gallery-title-bar {
    margin-left: 32px;
    margin-right: 32px;
  }

  .title-bar.tutorial-title-bar, .title-bar.shape-details-title-bar {
    margin-bottom: 24px;
  }

  .divider.mobile-menu-divider {
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
  }

  .footer-column.footer-fourth-column {
    margin-top: 32px;
  }

  .article-tile-image-container {
    height: 100px;
  }

  .section-title {
    font-size: 26px;
    line-height: 30px;
  }

  .article-image {
    height: 320px;
  }

  .phone-mockup {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    inset: 211px 0% 0%;
  }

  .compare-dropdown {
    display: none;
  }

  .compare-button {
    margin-right: 8px;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .menu-button {
    width: 42px;
    max-width: 42px;
    height: 42px;
    max-height: 42px;
    margin-left: 8px;
    padding: 10px 6px 6px 9px;
  }

  .menu-button.w--open {
    background-color: #0575e6;
    border-radius: 5px;
  }

  .banner-paragraph.banner-paragraph-left-aligned {
    text-align: center;
  }

  .nav-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .article-row-image-container {
    height: 120px;
  }

  .button-toggle-container {
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .button-toggle-container.unit-of-measure-button-toggle {
    margin-left: 0;
    display: none;
  }

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

  .component-container {
    padding: 32px;
    overflow: hidden;
  }

  .header-1-reverse.banner-title.about-the-app-title {
    text-align: right;
    margin-bottom: 0;
  }

  .header-1-reverse.banner-title.about-the-app-title.left-aligned-heading {
    text-align: center;
  }

  .form-block {
    width: 100%;
  }

  .value-text-container-center {
    max-width: 70%;
  }

  .value-text-container-center.grid {
    max-width: none;
  }

  .quote {
    text-align: center;
  }

  .value-block-container-align-top {
    padding: 40px 20px;
  }

  .div-block-feature-left {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-feature-right {
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .div-block-feature-right.image-border {
    margin-left: 20px;
  }

  .value-section-title-centered.grid-heading {
    font-size: 22px;
  }

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

  .subscription-heading {
    font-size: 22px;
  }

  .subscription-feature-text {
    font-size: 15px;
    line-height: 20px;
  }

  .subscription-details-heading {
    font-size: 17px;
  }

  .form-block-signup {
    width: 100%;
  }

  .component-container-subscription {
    padding: 32px 20px;
    overflow: hidden;
  }

  .button-2.secondary-button {
    font-size: 16px;
    line-height: 20px;
  }

  .button-2.banner-button {
    margin-left: 4px;
    margin-right: 4px;
  }

  .button-2.banner-button.subscribe-button {
    margin-left: 0;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .component-container-faq, .success-container {
    padding: 32px;
    overflow: hidden;
  }

  .banner-features-container {
    align-items: center;
    padding: 64px 64px 210px;
    overflow: hidden;
  }

  .subscription-main-feature {
    font-size: 15px;
    line-height: 20px;
  }

  .subscription-extra-text {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .faq-grid {
    margin: 60px 30px;
  }

  .component-container-new-account {
    padding: 32px;
    overflow: hidden;
  }

  .button-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-3.secondary-button {
    font-size: 16px;
    line-height: 20px;
  }

  .component-container-pricing, .component-container-login {
    padding: 32px;
    overflow: hidden;
  }

  .warning {
    border-radius: 5px;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px;
    display: block;
  }

  .pricing-grid {
    grid-column-gap: 10px;
    justify-items: center;
  }

  .board-tile-grid {
    grid-column-gap: 32px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr 1fr;
  }

  .manufacturer-cta {
    padding: 24px;
  }

  .how-to-grid {
    grid-row-gap: 25px;
  }

  .how-to-lightbox {
    height: auto;
  }

  .laptop-video {
    width: 485px;
    bottom: -119px;
    right: 42px;
  }

  .laptop-block {
    min-width: 750px;
    max-width: 750px;
    right: auto;
  }

  .home-banner {
    flex-direction: column;
    align-items: center;
    padding: 50px 64px;
    overflow: hidden;
  }

  .home-banner-block {
    order: 1;
    align-items: center;
    min-width: auto;
    margin-top: 30px;
  }

  .homepage-title {
    font-size: 70px;
  }

  .home-block {
    padding: 40px 20px;
  }

  .home-grid {
    grid-column-gap: 10px;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .home-grid-image-block {
    max-height: 70px;
  }

  .grid-bock-header {
    height: 190px;
    margin-bottom: 0;
  }

  .divider-2 {
    display: block;
  }

  .section-title-2 {
    font-size: 26px;
    line-height: 30px;
  }

  .component-container-split {
    padding: 32px;
    overflow: hidden;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .feature-wrap.mobile-login-wrap {
    border-radius: 5px;
    flex-flow: row;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .dropdown-column.login-button-mobile {
    margin-bottom: 7px;
    display: flex;
  }

  .button-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-4.secondary-button {
    font-size: 16px;
    line-height: 20px;
  }

  .button-4.secondary-button.login-button {
    margin-left: 0;
  }

  .dropdown, .dropdown-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-logo {
    height: 26px;
  }

  .brand {
    padding-left: 0;
  }

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

  .button-group.banner-button-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button.banner-button {
    width: 100%;
    margin-bottom: 8px;
  }

  .button.banner-button.subscribe-button {
    margin-bottom: 0;
    margin-left: 0;
  }

  .button.secondary-button.article-row-button {
    margin-top: 16px;
  }

  .title-bar {
    flex-direction: column;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }

  .title-bar.tutorial-title-bar {
    margin-bottom: 24px;
  }

  .title-bar.board-specifications-title-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .title-bar.shape-details-title-bar {
    margin-bottom: 24px;
  }

  .link.boards-link {
    margin-bottom: 13px;
    margin-right: 0;
  }

  .footer.footer-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-column.footer-first-column {
    margin-bottom: 32px;
    padding-top: 32px;
  }

  .footer-column.footer-fourth-column {
    margin-top: 0;
  }

  .legal-text {
    flex-direction: column;
    align-items: center;
    margin-bottom: 8px;
    margin-left: auto;
    display: flex;
  }

  .article-tile-image-container {
    height: 180px;
  }

  .section-title {
    font-size: 24px;
    line-height: 28px;
  }

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

  .phone-mockup {
    margin-top: 9px;
    top: 283px;
  }

  .value-text-container {
    margin-left: 32px;
    margin-right: 32px;
  }

  .compare-dropdown {
    border-radius: 0;
    width: 100%;
    display: none;
    top: 74px;
  }

  .compare-button:hover {
    color: #fff;
    background-color: #0575e6;
    border-color: #0575e6;
  }

  .nav-menu {
    padding-left: 24px;
    padding-right: 24px;
  }

  .banner-container {
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .component-section {
    padding: 16px 16px 0;
  }

  .banner-title {
    text-align: left;
    font-size: 32px;
    line-height: 38px;
  }

  .banner-paragraph {
    text-align: center;
    width: 33ch;
    max-width: 100%;
    font-size: 19px;
    line-height: 23px;
  }

  .banner-paragraph.banner-paragraph-left-aligned {
    font-size: 18px;
  }

  .banner-button-group {
    flex-direction: column;
    align-items: stretch;
  }

  .legal-container {
    flex-direction: column;
    align-items: center;
  }

  .nav-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .article-row-container {
    flex-direction: column;
  }

  .article-row-image-container {
    width: 100%;
    height: 170px;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .subheader-text, .subheader-text.article-details-subheader {
    text-align: left;
  }

  .section-title-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-1-reverse.banner-header {
    font-size: 34px;
    line-height: 40px;
  }

  .header-1-reverse.banner-header.manufacturer-header {
    font-size: 27px;
    line-height: 32px;
  }

  .header-1-reverse.banner-title.about-the-app-title {
    text-align: right;
  }

  .header-1-reverse.banner-heading {
    font-size: 34px;
    line-height: 40px;
  }

  .header-1-reverse.banner-heading.manufacturer-header {
    font-size: 27px;
    line-height: 32px;
  }

  .article-details-title {
    text-align: left;
  }

  .article-details-container {
    margin-bottom: 0;
    padding: 32px;
  }

  .value-text-container-center {
    margin-left: 32px;
    margin-right: 32px;
  }

  .value-section-text-grid {
    max-width: 30ch;
  }

  .value-block-container-align-top {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-feature-left, .div-block-feature-left.custom-webpage-left {
    margin-right: 10px;
  }

  .div-block-feature-right, .div-block-feature-right.image-border {
    margin-left: 10px;
  }

  .tabs-menu {
    margin-bottom: 0;
    margin-left: 23px;
    margin-right: 23px;
  }

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

  .tabs-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .banner-paragraph-black {
    text-align: center;
    width: 33ch;
    max-width: 100%;
    font-size: 19px;
    line-height: 23px;
  }

  .subscription-details-heading, .component-container-subscription {
    margin-top: 20px;
  }

  .button-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-2.secondary-button.article-row-button {
    margin-top: 16px;
  }

  .button-2.banner-button {
    width: 100%;
    margin-bottom: 8px;
  }

  .button-2.banner-button.subscribe-button {
    margin-bottom: 0;
    margin-left: 0;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .component-container-faq {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-features-container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .new-account-header {
    flex-direction: column;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }

  .button-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Area";
  }

  .board-selection-dropdown-container {
    margin-top: 8px;
  }

  .component-section-2 {
    padding: 16px 16px 0;
  }

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

  .component-section-portal {
    padding: 16px 16px 0;
  }

  .board-tile-grid {
    grid-column-gap: 24px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr 1fr;
  }

  .tutorial-img-div {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .how-to-grid {
    grid-column-gap: 19px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .how-to-tile {
    width: 100%;
  }

  .single-image-container {
    padding: 0;
  }

  .tutorial-lightbox-single {
    width: 100%;
    overflow: hidden;
  }

  .tutorial-single-block {
    width: 100%;
  }

  .tutorial-heading-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .tutorial-small-image, .tutorial-single-img {
    width: 100%;
  }

  .laptop-video {
    width: 337px;
    bottom: -138px;
    right: 2px;
  }

  .laptop-block {
    min-width: 520px;
    max-width: 520px;
  }

  .home-banner {
    padding-left: 48px;
    padding-right: 48px;
  }

  .homepage-title {
    font-size: 60px;
  }

  .column-container {
    margin-bottom: 0;
    padding: 32px;
  }

  .div-block-3d-columns {
    flex-direction: column;
    align-items: center;
  }

  .article-details-column {
    margin-bottom: 0;
    padding: 32px;
  }

  .html-embed-6 {
    order: -1;
  }

  .home-block {
    flex-direction: column;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-block.home-block-rotated {
    flex-direction: column-reverse;
    align-items: center;
  }

  .home-block.home-block-rotated-vertical {
    align-items: center;
  }

  .home-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .grid-bock-header {
    height: 150px;
  }

  .section-title-container-2.home-title-container {
    align-items: flex-start;
  }

  .banner-paragraph-2 {
    text-align: center;
    width: 33ch;
    max-width: 100%;
    font-size: 19px;
    line-height: 23px;
  }

  .featured-title-block {
    flex-direction: column;
    align-items: flex-end;
  }

  .component-section-3 {
    padding: 16px 16px 0;
  }

  .section-title-2 {
    margin-bottom: auto;
    font-size: 24px;
    line-height: 28px;
  }

  .button-4 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 479px) {
  .nav-logo {
    flex: none;
    width: 150px;
    height: auto;
  }

  .brand.w--current {
    align-items: center;
    display: flex;
  }

  .brand.footer-logo {
    margin-left: auto;
  }

  .nav-link.mobile-nav-link {
    width: 100%;
    padding: 12px 0;
  }

  .navbar {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-group.banner-button-group {
    flex-direction: column;
    align-items: stretch;
    margin-top: 24px;
  }

  .button-group.banner-button-group.features-header {
    align-items: center;
  }

  .button.banner-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.banner-button.subscribe-button {
    border-radius: 5px;
    margin-top: 8px;
    margin-left: 0;
  }

  .button.banner-button.right-aligned {
    max-height: 100px;
  }

  .button.secondary-button.article-row-button {
    margin-top: 0;
  }

  .button.secondary-button.article-tile-read-more-button {
    margin-right: 0;
  }

  .button.secondary-button.login-button, .button.login-button {
    margin-left: 0;
  }

  .title-bar {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 24px;
  }

  .title-bar.media-gallery-title-bar {
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .title-bar.tutorial-title-bar {
    margin-bottom: 16px;
  }

  .title-bar.board-specifications-title-bar {
    align-items: stretch;
    margin-bottom: 24px;
  }

  .title-bar.shape-details-title-bar {
    margin-bottom: 16px;
  }

  .link.boards-link {
    margin-top: 4px;
  }

  .board-tile-image-container {
    justify-content: center;
    display: flex;
  }

  .small-label.small-label-white-transparent {
    text-align: center;
  }

  .divider.mobile-menu-divider {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .footer.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-container {
    margin-top: 0;
    padding-bottom: 0;
  }

  .footer-column.footer-second-column, .footer-column.footer-third-column {
    align-items: center;
  }

  .footer-column.footer-fourth-column {
    align-items: center;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .footer-menu-link {
    margin-bottom: 8px;
  }

  .footer-social-block {
    margin-left: auto;
    margin-right: auto;
  }

  .text-field.subscribe-input {
    border-radius: 5px;
    width: 100%;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-tile-image-container {
    height: 160px;
  }

  .article-text-container {
    margin-bottom: 0;
  }

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

  .section-title {
    font-size: 20px;
    line-height: 24px;
  }

  .article-image {
    height: 180px;
  }

  .phone-mockup {
    padding: 35px 0 0;
    inset: 60% 0% 0%;
  }

  .value-text-container {
    max-width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .compare-dropdown {
    margin-right: 0;
    display: none;
  }

  .compare-button {
    margin-right: 8px;
  }

  .compare-button.w--current {
    justify-content: center;
  }

  .board-image {
    width: 100%;
    padding: 0 32px;
  }

  .board-image.compare-list-image {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    height: 100vh;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button {
    justify-content: center;
    padding-bottom: 6px;
    padding-right: 6px;
  }

  .menu-button.w--open {
    background-color: #0575e6;
    border-radius: 5px;
  }

  .banner-container {
    align-items: center;
    padding: 32px 24px;
  }

  .component-section {
    padding: 8px;
  }

  .banner-paragraph {
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .banner-button-group {
    flex-direction: column;
    align-items: stretch;
  }

  .newsletter-cta-container {
    align-items: center;
    padding: 32px 24px;
  }

  .nav-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .article-container {
    align-items: flex-start;
  }

  .article-row-image-container {
    height: 160px;
    margin-bottom: 16px;
  }

  .button-toggle-container.unit-of-measure-button-toggle {
    margin-left: 0;
  }

  .subheader-text {
    font-size: 16px;
    line-height: 22px;
  }

  .component-container {
    padding: 24px;
  }

  .section-title-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-1-reverse.banner-header {
    font-size: 30px;
    line-height: 34px;
  }

  .header-1-reverse.banner-title.about-the-app-title {
    text-align: center;
    margin-bottom: 19px;
    font-size: 28px;
    line-height: 32px;
  }

  .header-1-reverse.banner-heading {
    font-size: 30px;
    line-height: 34px;
  }

  .article-title {
    margin-top: 0;
  }

  .article-details-title {
    font-size: 26px;
    line-height: 28px;
  }

  .article-details-container {
    padding: 24px;
  }

  .article-details-title-container {
    margin-bottom: 32px;
  }

  .value-section-title {
    text-align: left;
    font-size: 28px;
    line-height: 32px;
  }

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

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

  .compare-list-manufacturer-name {
    margin-right: 8px;
  }

  .value-text-container-center {
    max-width: 100%;
  }

  .value-section-text-grid {
    text-align: center;
  }

  .value-block-container-align-top {
    flex-direction: column;
    padding: 30px 16px;
  }

  .div-block-feature-left, .div-block-feature-left.custom-webpage-left {
    margin-right: 0;
  }

  .div-block-feature-right, .div-block-feature-right.image-border {
    margin-left: 0;
  }

  .value-section-title-centered {
    font-size: 28px;
    line-height: 32px;
  }

  .tabs-menu {
    margin-bottom: 5px;
  }

  .tabs {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-centered {
    font-size: 35px;
  }

  .banner-paragraph-black {
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .subscription-feature-text, .subscription-feature-text-details-2 {
    text-align: left;
  }

  .component-container-subscription {
    min-width: auto;
    padding: 24px 15px;
  }

  .subscription-div {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .button-2.secondary-button.article-row-button {
    margin-top: 0;
  }

  .button-2.banner-button.subscribe-button {
    border-radius: 5px;
    margin-top: 8px;
    margin-left: 0;
  }

  .button-2.manufacturer-button {
    margin-top: 32px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .component-container-faq {
    min-width: auto;
    padding: 24px 15px;
  }

  .success-container {
    padding: 24px 16px;
  }

  .banner-features-container {
    padding: 24px 24px 130px;
  }

  .subscription-main-feature {
    text-align: left;
  }

  .subscription-extra-text {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-grid {
    margin-left: 5px;
    margin-right: 5px;
  }

  .new-account-header {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .component-container-new-account, .component-container-pricing, .component-container-login {
    min-width: auto;
    padding: 24px;
  }

  .board-selection-dropdown-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .board-specs-container {
    grid-template-columns: 1fr;
  }

  .vertical-divider {
    display: none;
  }

  .component-section-2 {
    padding: 8px;
  }

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

  .component-section-portal {
    padding: 8px;
  }

  .subscribe-form-newsletter {
    flex-direction: column;
    align-items: flex-start;
  }

  .enquire-links-container {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .board-tile-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .symbol-block {
    overflow: visible;
  }

  .how-to-grid {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .how-to-title {
    margin-top: 0;
  }

  .tutorial-heading-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .laptop-video {
    width: 270px;
    bottom: -151px;
    right: -26px;
  }

  .laptop-block {
    min-width: 400px;
    max-width: 400px;
  }

  .home-banner {
    padding: 30px 24px;
  }

  .homepage-title {
    font-size: 45px;
  }

  .column-container, .article-details-column {
    padding: 24px;
  }

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

  .sticky-image-border.custom-webpage {
    height: 400px;
  }

  .home-block {
    flex-direction: column;
    padding: 30px 16px;
  }

  .home-block.home-block-rotated-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .home-grid {
    grid-row-gap: 49px;
    grid-template-columns: 1fr;
  }

  .home-grid-image-block {
    max-height: 60px;
  }

  .section-title-container-2.home-title-container {
    flex-direction: column;
  }

  .button-unit-container {
    min-width: auto;
  }

  .banner-paragraph-2 {
    max-width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .board-image-2 {
    padding: 0;
  }

  .featured-title-block {
    align-items: stretch;
    width: 100%;
  }

  .component-section-3 {
    padding: 8px;
  }

  .section-title-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .component-container-split {
    min-width: auto;
    padding: 24px;
  }

  .button-4.secondary-button.login-button {
    margin-left: 0;
  }
}

#w-node-_2b191907-c711-e9f6-a168-a3ad6a8e43f7-6a8e43f3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2b191907-c711-e9f6-a168-a3ad6a8e4408-6a8e43f3, #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e4413-6a8e43f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b191907-c711-e9f6-a168-a3ad6a8e441c-6a8e43f3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_40809afd-acf3-788f-0f23-7510ccba6b43-ccba6b43 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_117d68be-9579-8522-c136-4d0550cec56e-50cec56d, #w-node-_117d68be-9579-8522-c136-4d0550cec58a-50cec56d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e43f7-6a8e43f3 {
    grid-column: span 6 / span 6;
  }

  #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e4408-6a8e43f3 {
    order: 0;
    grid-column: span 3 / span 3;
  }

  #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e4413-6a8e43f3 {
    grid-column: span 3 / span 3;
  }

  #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e441c-6a8e43f3 {
    grid-column: span 12 / span 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e43f7-6a8e43f3 {
    grid-column: span 12 / span 12;
  }

  #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e4408-6a8e43f3, #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e4413-6a8e43f3 {
    grid-column: span 6 / span 6;
  }

  #w-node-_117d68be-9579-8522-c136-4d0550cec571-50cec56d, #w-node-_117d68be-9579-8522-c136-4d0550cec576-50cec56d, #w-node-_117d68be-9579-8522-c136-4d0550cec57b-50cec56d, #w-node-_117d68be-9579-8522-c136-4d0550cec580-50cec56d, #w-node-_117d68be-9579-8522-c136-4d0550cec585-50cec56d, #w-node-_117d68be-9579-8522-c136-4d0550cec58d-50cec56d, #w-node-_117d68be-9579-8522-c136-4d0550cec592-50cec56d, #w-node-_117d68be-9579-8522-c136-4d0550cec597-50cec56d, #w-node-_117d68be-9579-8522-c136-4d0550cec59c-50cec56d, #w-node-_117d68be-9579-8522-c136-4d0550cec5a1-50cec56d, #w-node-_117d68be-9579-8522-c136-4d0550cec5a8-50cec56d, #w-node-c2c218c3-545f-ca9f-79dd-c5f5ca12053a-50cec56d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e43f7-6a8e43f3 {
    order: -9999;
    grid-column: span 12 / span 12;
    justify-self: center;
  }

  #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e4408-6a8e43f3, #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e4413-6a8e43f3 {
    grid-column: span 12 / span 12;
  }
}


@font-face {
  font-family: 'Cerebrisans';
  src: url('../fonts/CEREBRISANS-BOLD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Cerebrisans';
  src: url('../fonts/CEREBRISANS-BOOK.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}