body {
  font-family: Roboto, sans-serif;
  color: #222;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-bottom: 10px;
  font-family: Fabrik, sans-serif;
  font-size: 55px;
  line-height: 1.2em;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fabrik, sans-serif;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fabrik, sans-serif;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fabrik, sans-serif;
  color: #222;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fabrik, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fabrik, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 400;
}

p {
  margin-bottom: 1.6em;
  font-size: 15px;
  line-height: 1.6em;
}

a {
  border-radius: 0px;
  background-color: transparent;
  font-family: Fabrik, sans-serif;
  color: #222;
  font-size: 17px;
  line-height: 1.6em;
  text-decoration: underline;
}

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

li {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 13px;
  font-family: Fabrik, sans-serif;
  font-size: 17px;
  list-style-type: square;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 2px solid #464646;
  font-family: Fabrik, sans-serif;
  font-size: 19px;
  line-height: 1.6em;
  font-weight: 700;
}

figure {
  margin-bottom: 10px;
}

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

.project-hero-copy {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-headline {
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 400;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-label {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-label.cc-box {
  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;
}

.style-guide-section {
  position: relative;
  margin: 20px;
  padding: 60px 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.body {
  font-size: 15px;
  line-height: 1.6em;
}

.button {
  height: 44px;
  padding: 0px 20px;
  border-style: none none solid;
  border-width: 0px 0px 2px 2px;
  border-color: #000;
  border-radius: 1px;
  background-color: transparent;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: Fabrik, sans-serif;
  color: #000;
  line-height: 43px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.button:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.project-content {
  display: block;
}

.project-content figure {
  margin-top: 10px;
  margin-bottom: 50px;
}

.project-content img {
  display: block;
}

.project-hero-section {
  padding-top: 60px;
}

.project-hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-details-container {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.project-services {
  padding-left: 0px;
}

.project-services ul {
  padding-left: 20px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.project-hero-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 60px;
  -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;
}

.navbar {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1000px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.back-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  color: #222;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.type-column-1 {
  padding-right: 20px;
}

.style-guide-title {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 18px;
  color: #222;
  font-size: 22px;
  line-height: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.color-block {
  height: 70px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-brand-color-1 {
  background-color: #bd2323;
}

.color-block.cc-brand-color-2 {
  background-color: #fa8f2c;
}

.color-block.cc-brand-color-3 {
  background-color: #ffd950;
}

.color-block.cc-brand-color-4 {
  background-color: #44ad44;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.style-guide-title-section {
  margin-bottom: 10px;
}

.style-guide-subhead {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
}

.style-guide-label-column {
  min-height: 44px;
}

.style-guide-wrap {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f3f3f5;
}

.style-guide-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0px 0px;
  background-size: 16px;
}

.style-guide-logo-box.cc-dark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/transparent_1transparent.gif');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/transparent_1transparent.gif');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f3f3f5;
}

.link {
  display: block;
  float: right;
}

.style-guide-label-link {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  text-decoration: none;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.input {
  height: 44px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #ccc #ccc #000;
  border-radius: 3px;
  background-color: #fff;
  font-family: Fabrik, sans-serif;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.form-success {
  background-color: #1cec88;
  color: #1cec88;
}

.success-message {
  border-radius: 4px;
  background-color: rgba(32, 206, 123, 0.1);
  color: #20ce7b;
}

.error-message {
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
  text-align: center;
}

.card {
  margin: 15px;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.card-title {
  margin-top: 0px;
}

.card-paragraph {
  margin-bottom: 0px;
  font-family: Fabrik, sans-serif;
}

.card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f3f3f5;
}

.card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.tab-pane {
  padding: 30px 40px 40px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tab-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 0px;
  background-color: transparent;
  color: #aaa;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #333;
  color: #222;
}

.tab-menu {
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 0 #ccc;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.heading {
  font-family: Fabrik, sans-serif;
  font-size: 20px;
}

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

.paragraph {
  font-family: Fabrik, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.link-2 {
  background-color: transparent;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
  margin-left: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.navbar-2 {
  background-color: transparent;
}

.menu-link {
  padding-right: 21px;
  padding-left: 21px;
  background-color: #fa8f2c;
  box-shadow: 8px 8px 0 0 #bd2323;
  color: #a12323;
  font-size: 20px;
  font-weight: 400;
}

.image {
  margin-right: 2vw;
}

.div-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  text-decoration: none;
}

.heading-3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 23px;
  text-align: left;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-subs {
  display: inline-block;
  margin-top: 0px;
  padding-right: 3px;
  padding-left: 3px;
  color: #fa8f2c;
  font-size: 20px;
  font-weight: 400;
}

.heading-5 {
  display: inline-block;
}

.div-block-2 {
  padding-right: 9px;
  padding-left: 9px;
  background-color: #bd2323;
  box-shadow: 8px 8px 0 2px #fa8f2c;
  text-align: right;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fa8f2c;
  font-weight: 400;
}

.heading-7 {
  font-weight: 400;
}

.section {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5vw;
  margin-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, transparent, #fff 86%, #fff);
}

.heading-8 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid {
  position: relative;
  grid-auto-flow: row dense;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-2 {
  position: relative;
  left: 0vw;
  top: 0.2vw;
  min-width: 27vw;
  padding-right: 0px;
}

.image-3 {
  -webkit-filter: brightness(151%) saturate(73%);
  filter: brightness(151%) saturate(73%);
}

.image-4 {
  position: relative;
  left: 0vw;
  bottom: -1.7vw;
  z-index: 3;
  min-width: 23vw;
}

.image-5 {
  position: relative;
  left: 0vw;
  top: 4.4vw;
  z-index: 2;
  min-width: 23vw;
}

.image-6 {
  position: relative;
  top: 4.8vw;
  right: 1.2vw;
  z-index: 1;
  overflow: hidden;
  min-width: 28vw;
  box-shadow: 1px 1px 3px 0 #000;
}

.twentytwenty-container {
  height: 100px;
}

.tr {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 30vh;
  background-image: url('../images/Vägg-med-trä.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.textile {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 30vh;
  background-image: url('../images/Wand-pure.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.section-2 {
  position: relative;
  height: 30vh;
}

.line {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4px;
  margin-left: -2px;
  -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-color: #000;
}

.grid-2 {
  position: relative;
}

.div3 {
  position: relative;
  z-index: 10;
}

.slider {
  z-index: 2;
  width: 85vw;
  height: 80vh;
  background-color: transparent;
}

.heading-9 {
  margin-top: 3px;
  margin-bottom: 0px;
}

.heading-10 {
  margin-top: 6px;
  margin-bottom: 0px;
  font-size: 40px;
  text-align: center;
}

.feature {
  margin-top: 3px;
  margin-right: 112px;
  margin-left: 112px;
  font-weight: 400;
  text-align: center;
}

.grid-3 {
  position: relative;
  justify-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.icon {
  color: #bd2323;
}

.div-block-3 {
  position: relative;
  margin-top: 14px;
  color: #bd2323;
}

.slide-nav {
  position: relative;
  display: none;
}

.section-3 {
  margin-right: 4vw;
  margin-left: 4vw;
}

.left-arrow {
  left: 4vw;
}

.right-arrow {
  margin-right: 4vw;
}

.body-2 {
  color: #222;
  text-align: center;
}

.section-4 {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 6vh;
  margin-left: 4vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-4 {
  position: relative;
  z-index: 0;
  width: 80vw;
  height: 80vh;
  margin-left: 2.5vw;
  float: left;
  clear: left;
  background-color: #fa8f2c;
  box-shadow: 17px 11px 0 6px #bd2323;
  color: #bd2323;
}

.div-block-5 {
  height: 1.8em;
}

.heding-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 55px;
  font-weight: 700;
}

.heading-12 {
  color: #fa8f2b;
}

.grid-4 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  text-align: left;
}

.heading-14 {
  margin-bottom: 0px;
  text-align: left;
}

.block-quote {
  margin-top: 2vh;
  margin-right: 12vw;
  font-weight: 400;
  text-align: left;
}

.block-quote.bigmargin {
  width: 86vw;
  margin-top: 13vh;
  margin-left: 0vw;
}

.image-7 {
  position: relative;
  overflow: visible;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.image-8 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-top: 4vh;
  text-align: left;
}

.container-5 {
  color: #222;
  text-align: left;
}

.bold-text {
  color: #222;
}

.text-block {
  margin-top: 1vh;
  padding-right: 11vw;
  font-family: Fabrik, sans-serif;
  font-size: 17px;
  text-align: left;
}

.rich-text-block {
  font-family: Fabrik, sans-serif;
  font-size: 17px;
}

.bold-text-2 {
  font-size: 55px;
  text-align: left;
}

.heading-15 {
  margin-bottom: 0px;
  line-height: 1em;
  text-align: left;
}

.div-block-6 {
  margin-top: 14vh;
}

.html-embed {
  display: none;
  margin: 8vh 2vw 0vh 4vw;
  text-align: left;
}

.html-embed.desktop {
  display: block;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.heading-16 {
  margin-top: 0px;
  font-size: 18px;
  text-align: left;
}

.heading-17 {
  margin-top: 10vh;
  margin-bottom: 0px;
  color: #222;
  text-align: left;
}

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

.heading-18 {
  position: absolute;
  left: 4%;
  top: 7%;
  right: auto;
  bottom: auto;
  color: #fff;
  font-size: 30px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8vh;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.linkblock {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-2 {
  margin-top: 14px;
  font-family: Fabrik, sans-serif;
  font-size: 17px;
}

.jsmail {
  margin-top: 17px;
  margin-bottom: 0px;
  padding-left: 0px;
  background-color: #fff;
  color: #222;
  font-weight: 700;
}

.div-block-10 {
  margin-top: 0vh;
  margin-right: 6.3vw;
}

.bold-text-3 {
  font-size: 30px;
}

.list {
  margin-top: 17px;
  margin-bottom: 0px;
  text-align: left;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.heading-20 {
  font-size: 25px;
}

.image-9 {
  margin-right: 29px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 33px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.list-item {
  margin-bottom: 0px;
}

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

.div-block-14 {
  position: static;
  display: -ms-grid;
  display: grid;
  margin-left: 4vw;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-15 {
  position: static;
  left: 4%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  margin-left: 4vw;
  background-color: #fff;
  opacity: 1;
}

.text-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Fabrik, sans-serif;
  text-align: center;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Fabrik, sans-serif;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .heading-13 {
    font-size: 38px;
  }
  .heading-14 {
    font-size: 50px;
  }
  .block-quote {
    margin-right: 19vw;
  }
  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-11 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-20 {
    font-size: 23px;
  }
  .lightbox-link-2 {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .image-10 {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .image-11 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .card-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .heading-3 {
    font-size: 18px;
  }
  .heading-13 {
    font-size: 26px;
  }
  .heading-14 {
    font-size: 35px;
  }
  .block-quote {
    font-size: 16px;
  }
  .block-quote.bigmargin {
    margin-top: 11vh;
  }
  .image-7 {
    width: 100vw;
  }
  .bold-text {
    font-size: 16px;
  }
  .html-embed {
    display: block;
  }
  .html-embed.desktop {
    display: none;
  }
  .list {
    padding-left: 19px;
  }
  .div-block-11 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-14 {
    margin-left: 0vw;
  }
}

@media screen and (max-width: 479px) {
  .heading-3 {
    margin-top: 3px;
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 14px;
    text-align: left;
  }
  .heading-13 {
    font-size: 18px;
  }
  .heading-14 {
    font-size: 25px;
  }
  .block-quote {
    margin-left: 0px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .image-7 {
    width: 100vw;
  }
  .image-8 {
    display: block;
  }
  .text-block {
    font-size: 16px;
  }
  .bold-text-2 {
    font-size: 25px;
  }
  .heading-17 {
    font-size: 35px;
  }
  .list {
    padding-left: 16px;
  }
  .div-block-11 {
    margin-left: 0px;
  }
  .heading-20 {
    text-align: left;
  }
  .div-block-12 {
    margin-top: 26px;
    margin-right: 2px;
    margin-left: 2px;
  }
  .div-block-13 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-14 {
    margin-left: 0vw;
  }
  .text-block-3-copy {
    margin-top: -17px;
  }
  .list-item-2 {
    font-size: 16px;
  }
}

#w-node-1beb8f313801-b59d8aeb {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-375aaab6e559-b59d8aeb {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-5f0c90fea034-b59d8aeb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-1beb8f313801-b59d8aeb {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
  #w-node-375aaab6e559-b59d8aeb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-1beb8f313801-b59d8aeb {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-375aaab6e559-b59d8aeb {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
}

@font-face {
  font-family: 'Fabrik';
  src: url('../fonts/Fabrik-Bold.woff2') format('woff2'), url('../fonts/Fabrik-Bold.eot') format('embedded-opentype'), url('../fonts/Fabrik-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Fabrik';
  src: url('../fonts/Fabrik-Regular.woff2') format('woff2'), url('../fonts/Fabrik-Regular.eot') format('embedded-opentype'), url('../fonts/Fabrik-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}