body {
  background-color: #fafafa;
  font-family: europa, sans-serif;
  color: #262f1c;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

h1 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

p {
  margin-bottom: 1em;
  line-height: 1.5;
}

a {
  color: #262f1c;
  font-weight: 700;
  text-decoration: none;
}

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

figure {
  margin-bottom: 10px;
}

.container {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nav-link {
  color: #ebebeb;
  font-weight: 700;
}

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

.navbar {
  background-color: hsla(0, 0%, 98%, 0);
}

.section {
  margin-bottom: 128px;
}

.color-secondary {
  color: #adbc79;
}

.content {
  max-width: 600px;
}

.article-meta {
  color: #a4a4a4;
  font-size: 16px;
}

.footer {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #0d0d0d;
  font-size: 18px;
}

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-link {
  color: #ebebeb;
  font-weight: 700;
  text-decoration: none;
}

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

.footer-social {
  padding-left: 32px;
}

.page-header-wrapper {
  max-width: 600px;
}

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

.page-header {
  font-size: 42px;
  line-height: 1.3;
}

.small-caps {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.padding-bottom-xxl {
  padding-bottom: 64px;
}

.articles-heading {
  display: block;
  max-width: 740px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 36px;
  line-height: 48px;
  text-decoration: none;
}

.hr {
  margin-top: 48px;
  margin-bottom: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(38, 47, 28, 0.1);
}

.rt-article em {
  display: inline-block;
  margin-bottom: 64px;
  font-size: 24px;
  line-height: 36px;
  font-style: normal;
}

.rt-article p {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  line-height: 34px;
}

.rt-article figure {
  margin-top: 52px;
  margin-bottom: 52px;
}

.rt-article h3 {
  max-width: 740px;
  margin: 48px auto 24px;
}

.rt-article h4 {
  max-width: 740px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 20px;
}

.rt-article h2 {
  max-width: 740px;
  margin: 48px auto 24px;
}

.rt-article ul {
  max-width: 740px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  line-height: 36px;
}

.rt-article li {
  margin-bottom: 24px;
}

.rt-article a {
  color: #869942;
}

.rt-article a:hover {
  text-decoration: underline;
}

.rt-display-heading strong {
  color: #adbc79;
}

.body-3 {
  color: #262f1c;
}

.button {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding: 0.7em 2em;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #8b9b54;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ebebeb;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #3b4d27;
}

.button.is--secondary {
  background-color: #efefef;
  color: #000;
}

.button.is--secondary:hover {
  background-color: #cbcbcb;
}

.no-margin-top {
  margin-top: 0px;
}

.article-hero {
  width: 100%;
}

.article-header {
  padding-bottom: 48px;
}

.article-comments {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.name {
  color: #262f1c;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
}

.text-secondary {
  color: #adbc79;
}

.work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
}

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

.styleguide-sidebar {
  position: fixed;
  width: 15rem;
  height: 100%;
  -webkit-box-flex: 25%;
  -webkit-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  border-right: 1px solid #000;
}

.styleguide-main {
  padding-top: 64px;
  padding-left: 15rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 76%;
  -ms-flex: 0 76%;
  flex: 0 76%;
}

.styleguide-navblock {
  padding-bottom: 24px;
}

.styleguide-navitem {
  display: block;
  padding: 12px;
}

.styleguide-navitem.w--current {
  background-color: #e7e7e7;
}

.styleguide-navheader {
  margin-left: 12px;
  padding-top: 32px;
}

.styleguide-example {
  margin-left: 48px;
  padding: 16px;
}

.styleguide-block {
  margin-bottom: 64px;
}

.class {
  padding-right: 2px;
  padding-left: 2px;
  background-color: rgba(167, 50, 5, 0.05);
  font-family: Inconsolata, monospace;
  color: #a73205;
  font-weight: 400;
}

.styleguide-typeface {
  color: #262f1c;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.styleguide-navbody {
  padding-bottom: 24px;
}

.background-primary {
  background-color: #adbc79;
}

.styleguide-colorcard {
  margin-bottom: 8px;
  padding: 24px;
}

.background-secondary {
  background-color: #262f1c;
  color: #ebebeb;
}

.background-paragraph {
  background-color: #5d6059;
  color: #ebebeb;
}

.heading-7 {
  line-height: 39px;
}

.styleguide-table {
  display: block;
}

.styleguide-tablerow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e7e7e7;
}

.styleguide-tablecell {
  padding: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.space-xxs {
  width: 8px;
  height: 8px;
}

.styleguide-spacingbox {
  display: inline-block;
  background-color: #adbc79;
}

.space-xs {
  width: 12px;
  height: 12px;
}

.space-s {
  width: 16px;
  height: 16px;
}

.space-m {
  width: 24px;
  height: 24px;
}

.space-l {
  width: 32px;
  height: 32px;
}

.space-xl {
  width: 48px;
  height: 48px;
}

.space-xxl {
  width: 64px;
  height: 64px;
}

.p-xxs {
  padding: 8px;
}

.space-h {
  width: 80px;
  height: 80px;
}

.space-xh {
  width: 96px;
  height: 96px;
}

.styleguide-utilitywrapper {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0px;
  -ms-flex: 0 0 0px;
  flex: 0 0 0px;
  background-color: #f3f3f3;
  font-size: 12px;
}

.p-xs {
  padding: 12px;
}

.p-s {
  padding: 16px;
}

.p-m {
  padding: 24px;
}

.p-l {
  padding: 32px;
}

.p-xl {
  padding: 48px;
}

.p-xxl {
  padding: 64px;
}

.p-h {
  padding: 80px;
}

.p-xh {
  padding: 96px;
}

.p-h-xxs {
  padding-right: 8px;
  padding-left: 8px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-h-xs {
  padding-right: 12px;
  padding-left: 12px;
}

.p-h-s {
  padding-right: 16px;
  padding-left: 16px;
}

.p-h-m {
  padding-right: 24px;
  padding-left: 24px;
}

.p-h-l {
  padding-right: 32px;
  padding-left: 32px;
}

.p-h-xl {
  padding-right: 48px;
  padding-left: 48px;
}

.p-h-xxl {
  padding-right: 64px;
  padding-left: 64px;
}

.p-h-h {
  padding-right: 64px;
  padding-left: 80px;
}

.p-h-xh {
  padding-right: 96px;
  padding-left: 96px;
}

.p-v-xxs {
  padding-top: 8px;
  padding-bottom: 8px;
}

.p-v-xs {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-v-s {
  padding-top: 16px;
  padding-bottom: 16px;
}

.p-v-m {
  padding-top: 24px;
  padding-bottom: 24px;
}

.p-v-l {
  padding-top: 32px;
  padding-bottom: 32px;
}

.p-v-xl {
  padding-top: 48px;
  padding-bottom: 48px;
}

.p-v-xxl {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-v-h {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-v-xh {
  padding-top: 96px;
  padding-bottom: 96px;
}

.p-r-xxs {
  padding-right: 8px;
}

.p-r-xs {
  padding-right: 12px;
}

.p-r-s {
  padding-right: 16px;
}

.p-r-m {
  padding-right: 24px;
}

.p-r-l {
  padding-right: 32px;
}

.p-r-xl {
  padding-right: 48px;
}

.p-r-xxl {
  padding-right: 64px;
}

.p-r-h {
  padding-right: 80px;
}

.p-r-xh {
  padding-right: 96px;
}

.p-l-xxs {
  padding-left: 8px;
}

.p-l-xs {
  padding-left: 12px;
}

.p-l-s {
  padding-left: 16px;
}

.p-l-m {
  padding-left: 24px;
}

.p-l-l {
  padding-left: 32px;
}

.p-l-xl {
  padding-left: 48px;
}

.p-l-xxl {
  padding-left: 64px;
}

.p-l-h {
  padding-left: 80px;
}

.p-l-xh {
  padding-left: 96px;
}

.p-t-xxs {
  padding-top: 8px;
}

.p-t-xs {
  padding-top: 12px;
}

.p-t-s {
  padding-top: 16px;
}

.p-t-m {
  padding-top: 24px;
}

.p-t-l {
  padding-top: 32px;
}

.p-t-xl {
  padding-top: 48px;
}

.p-t-xxl {
  padding-top: 64px;
}

.p-t-h {
  padding-top: 80px;
}

.p-t-xh {
  padding-top: 96px;
}

.p-b-xxs {
  padding-bottom: 8px;
}

.p-b-xs {
  padding-bottom: 12px;
}

.p-b-s {
  padding-bottom: 16px;
}

.p-b-m {
  padding-bottom: 24px;
}

.p-b-l {
  padding-bottom: 32px;
}

.p-b-xl {
  padding-bottom: 48px;
}

.p-b-xxl {
  padding-bottom: 64px;
}

.p-b-h {
  padding-bottom: 80px;
}

.p-b-xh {
  padding-bottom: 96px;
}

.m-xxs {
  margin: 8px;
}

.m-xs {
  margin: 12px;
}

.m-s {
  margin: 16px;
}

.m-m {
  margin: 24px;
}

.m-l {
  margin: 32px;
}

.m-xl {
  margin: 48px;
}

.m-xxl {
  margin: 64px;
}

.m-h {
  margin: 80px;
}

.m-xh {
  margin: 96px;
}

.m-h-xxs {
  margin-right: 8px;
  margin-left: 8px;
}

.m-h-xs {
  margin-right: 12px;
  margin-left: 12px;
}

.m-h-s {
  margin-right: 16px;
  margin-left: 16px;
}

.m-h-m {
  margin-right: 24px;
  margin-left: 24px;
}

.m-h-l {
  margin-right: 32px;
  margin-left: 32px;
}

.m-h-xl {
  margin-right: 48px;
  margin-left: 48px;
}

.m-h-xxl {
  margin-right: 64px;
  margin-left: 64px;
}

.m-h-h {
  margin-right: 80px;
  margin-left: 80px;
}

.m-h-xh {
  margin-right: 96px;
  margin-left: 96px;
}

.m-v-xxs {
  margin-top: 8px;
  margin-bottom: 8px;
}

.m-v-xs {
  margin-top: 12px;
  margin-bottom: 12px;
}

.m-v-s {
  margin-top: 16px;
  margin-bottom: 16px;
}

.m-v-m {
  margin-top: 24px;
  margin-bottom: 24px;
}

.m-v-l {
  margin-top: 32px;
  margin-bottom: 32px;
}

.m-v-xl {
  margin-top: 48px;
  margin-bottom: 48px;
}

.m-v-xxl {
  margin-top: 64px;
  margin-bottom: 64px;
}

.m-v-h {
  margin-top: 80px;
  margin-bottom: 80px;
}

.m-c-xh {
  margin-top: 96px;
  margin-bottom: 96px;
}

.m-r-xxs {
  margin-right: 8px;
}

.m-r-xs {
  margin-right: 12px;
}

.m-r-s {
  margin-right: 16px;
}

.m-r-m {
  margin-right: 24px;
}

.m-r-l {
  margin-right: 32px;
}

.m-r-xl {
  margin-right: 48px;
}

.m-r-xxl {
  margin-right: 64px;
}

.m-r-h {
  margin-right: 80px;
}

.m-r-xh {
  margin-right: 96px;
}

.m-l-xxs {
  margin-left: 8px;
}

.m-l-xs {
  margin-left: 12px;
}

.m-l-s {
  margin-left: 16px;
}

.m-l-m {
  margin-left: 24px;
}

.m-l-l {
  margin-left: 32px;
}

.m-l-xl {
  margin-left: 48px;
}

.m-l-xxl {
  margin-left: 64px;
}

.m-l-h {
  margin-left: 80px;
}

.m-l-xh {
  margin-left: 96px;
}

.m-t-xxs {
  margin-top: 8px;
}

.m-t-xs {
  margin-top: 12px;
}

.m-t-s {
  margin-top: 16px;
}

.m-t-m {
  margin-top: 24px;
}

.m-t-l {
  margin-top: 32px;
}

.m-t-xl {
  margin-top: 48px;
}

.m-t-xxl {
  margin-top: 64px;
}

.m-t-h {
  margin-top: 80px;
}

.m-t-xh {
  margin-top: 96px;
}

.m-b-xxs {
  margin-bottom: 8px;
}

.m-b-xs {
  margin-bottom: 12px;
}

.m-b-s {
  margin-bottom: 16px;
}

.m-b-m {
  margin-bottom: 24px;
}

.m-b-l {
  margin-bottom: 32px;
}

.m-b-xl {
  margin-bottom: 48px;
}

.m-b-xxl {
  margin-bottom: 64px;
}

.m-b-h {
  margin-bottom: 80px;
}

.m-b-xh {
  margin-bottom: 96px;
}

.max-width-xxl {
  max-width: 1120px;
}

.max-width-xl {
  max-width: 960px;
}

.max-width-l {
  max-width: 800px;
}

.max-width-m {
  max-width: 640px;
}

.max-width-s {
  display: block;
  max-width: 480px;
}

.max-width-xs {
  max-width: 320px;
}

.max-width-xxs {
  max-width: 160px;
}

.media {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.media.media-16-9 {
  padding-top: 56.25%;
}

.media img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.media.media-1 {
  padding-top: 100%;
}

.media.media-1-2 {
  padding-top: 200%;
}

.media.media-9-16 {
  padding-top: 177.77%;
}

.media.media-9-14 {
  padding-top: 155.55%;
}

.media.media-2-3 {
  padding-top: 150%;
}

.media.media-3-4 {
  padding-top: 133.33%;
}

.media.media-4-5 {
  padding-top: 125%;
}

.media.media-4-3 {
  padding-top: 75%;
}

.media.media-3-2 {
  padding-top: 66.66%;
}

.media.media-5-4 {
  padding-top: 80%;
}

.media.media-2-1 {
  padding-top: 50%;
}

.flex-basis-2-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 40%;
  -ms-flex: 0 40%;
  flex: 0 40%;
}

.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-basis-3-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
}

.flex-basis-1-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.flex-basis-1-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33%;
  -ms-flex: 0 33.33%;
  flex: 0 33.33%;
}

.flex-basis-2-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 66%;
  -ms-flex: 0 66%;
  flex: 0 66%;
}

.width-l-up-1-2 {
  width: 50%;
}

.width-l-up-1-4 {
  width: 25%;
}

.flex-basis-1-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column.is-1-3 {
  width: 33.33%;
}

.column.is-1-2 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.is-1-4 {
  width: 25%;
}

.m-n-xxs {
  margin: -8px;
}

.m-n-xs {
  margin: -12px;
}

.m-n-s {
  margin: -16px;
}

.m-n-m {
  margin: -24px;
}

.m-n-l {
  margin: -32px;
}

.m-n-xl {
  margin: -48px;
}

.m-n-xxl {
  margin: -64px;
}

.body-4 {
  color: #0d0d0d;
}

.no-margin {
  margin: 0px;
}

.no-padding {
  padding: 0px;
}

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

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

.text-lowercase {
  text-transform: none;
}

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

.text-capitalize {
  text-transform: capitalize;
}

.paragraph-5 {
  padding-top: 0px;
}

.no-padding-vertical {
  padding-top: 0px;
  padding-bottom: 0px;
}

.no-padding-horizontal {
  padding-right: 0px;
  padding-left: 0px;
}

.no-padding-top {
  padding-top: 0px;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.no-padding-left {
  padding-left: 0px;
}

.no-padding-right {
  padding-right: 0px;
}

.no-margin-vertical {
  margin-top: 0px;
  margin-bottom: 0px;
}

.no-margin-horizontal {
  margin-right: 0px;
  margin-left: 0px;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.no-margin-left {
  margin-left: 0px;
}

.no-margin-right {
  margin-right: 0px;
}

.h1 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 300;
}

.h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 300;
}

.h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 300;
}

.h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.h5 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.heading-8 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1;
}

.heading-9 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/contourmapping_2i-1-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.card {
  width: 516px;
  border-radius: 6px;
  background-color: #fafafa;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.16);
}

.body {
  background-color: #ececec;
}

.card__product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card__product-image {
  width: 114px;
}

.card__product-image.is-success {
  width: 91px;
}

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.header__brand {
  width: 107px;
  margin: 20px;
}

@media screen and (max-width: 991px) {
  .columns.m-n-m {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .column.is-1-4 {
    width: 50%;
  }

  .h1 {
    font-size: 6.5vw;
    line-height: 1.2;
  }

  .h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  p {
    margin-bottom: 0px;
  }

  .articles-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .menu-button {
    font-size: 36px;
  }

  .flex.flex-m-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .width-l-up-1-2 {
    width: auto;
  }

  .width-l-up-1-4 {
    width: auto;
  }

  .column.is-1-3 {
    width: 50%;
  }

  .h2 {
    font-size: 28px;
  }

  .h4 {
    font-size: 18px;
  }

  .card {
    width: 554px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .navbar {
    padding-top: 32px;
    padding-bottom: 58px;
  }

  .page-header {
    max-width: 100%;
    font-size: 26px;
    line-height: 1.3;
  }

  .articles-heading {
    font-size: 26px;
  }

  .nav-menu {
    background-color: #272626;
  }

  .styleguide-sidebar {
    display: none;
  }

  .styleguide-main {
    padding-left: 0rem;
  }

  .icon {
    font-size: 36px;
  }

  .flex.flex-m-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h1 {
    font-size: 42px;
  }

  .card__product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

