@font-face {
  font-family: Cormorant Custom;
  src: url('../fonts/Cormorant-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope Custom;
  src: url('../fonts/Manrope-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope Custom;
  src: url('../fonts/Manrope-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope Custom;
  src: url('../fonts/Manrope-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope Custom;
  src: url('../fonts/Manrope-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope Custom;
  src: url('../fonts/Manrope-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --dim-grey: #707070;
  --white: white;
}

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

body {
  color: var(--black);
  font-family: Manrope Custom, sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.25em;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375em;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  line-height: 1.2em;
}

h5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 3em;
  margin-bottom: 1.1em;
  font-size: 1.2em;
  line-height: 1.2em;
}

h6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  text-decoration: underline;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.p-sm-end {
  padding-bottom: 3em;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.title1 {
  font-size: 4.25em;
  font-weight: 600;
  line-height: 1.1em;
}

.p-xs-start {
  padding-top: 1.6em;
}

.container-w3 {
  width: 100%;
  max-width: 67em;
  margin-left: auto;
  margin-right: auto;
}

.title2 {
  font-size: 3.375em;
  font-weight: 600;
  line-height: 1.1em;
}

.gutter-outside {
  padding-left: 3.75em;
  padding-right: 3.75em;
}

.copy-medium {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.45em;
}

.copy-medium.text-grey {
  color: var(--dim-grey);
}

.p-xxs-end {
  padding-bottom: 1.1em;
}

.p-xl-end {
  padding-bottom: 8.5em;
}

.p-xs-end {
  padding-bottom: 1.6em;
}

.p-xl-start {
  padding-top: 8.5em;
}

.header {
  border-bottom: 0 solid #d3d3d3;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

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

.section-intro {
  background-color: #e6d7cd;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.intro-description {
  padding-top: 2em;
}

.header-button {
  color: #edebd1;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 999em;
  padding: 1em 1.6em;
  font-size: .65em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button.secondary {
  color: var(--black);
  background-color: #0000;
  border-width: 1px;
}

.section-blog-overview {
  overflow: hidden;
}

.blog-header-title {
  perspective: 3em;
  perspective-origin: 50% 0;
  text-align: right;
  text-transform: uppercase;
  justify-content: flex-start;
  font-family: Cormorant Custom, sans-serif;
  font-size: 10em;
  font-weight: 300;
  display: flex;
  position: relative;
}

.blog-overview-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1.75fr 1.75fr 1fr 1fr;
  width: 100%;
}

.blog-teaser-item-wrapper {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.5em 2em;
}

.blog-teaser-item-wrapper.quote {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8em 4em;
  display: flex;
}

.blog-teaser-item-wrapper.page-teaser {
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

.blog-teaser-meta-wrapper {
  justify-content: space-between;
  font-size: 1.2em;
  display: flex;
}

.blog-teaser-category {
  letter-spacing: .05em;
  text-transform: uppercase;
}

.blog-teaser-image-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  overflow: hidden;
}

.blog-teaser-text-wrapper {
  max-height: 4.2em;
  overflow: hidden;
}

.blog-teaser-title {
  font-weight: 700;
  line-height: 1.4em;
  display: inline;
}

.blog-teaser-summary {
  line-height: 1.4em;
  display: inline;
}

.blog-teaser-text-divider {
  margin-left: .3em;
  margin-right: .3em;
  font-weight: 700;
  display: inline;
}

.blog-teaser-quote {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: Cormorant Custom, sans-serif;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.2;
}

.blog-teaser-item {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.blog-teaser-list, .blog-teaser-list-wrapper {
  height: 100%;
}

.blog-teaser-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .8s cubic-bezier(.165, .84, .44, 1);
}

.blog-teaser-title-wrapper {
  color: #000;
  text-decoration: none;
}

.page-teaser-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.page-teaser-text-wrapper {
  z-index: 2;
  color: var(--white);
  text-align: center;
  padding: 6.5em 10.2em;
  position: relative;
}

.page-teaser-title {
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.15em;
}

.social-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.social-title {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.2em;
}

.social-link {
  color: var(--black);
  align-items: center;
  margin-top: .7em;
  margin-bottom: .7em;
  font-size: 1.5em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  color: #f39a0e;
  transform: scale(1.2);
}

.social-icon {
  width: 1.5em;
  height: 1.5em;
}

.quote-author-wrapper {
  margin-top: 1em;
}

.page-teaser-subtitle {
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: Cormorant Custom, sans-serif;
  font-size: 1.15em;
  font-weight: 500;
}

.page-teaser-gradient {
  z-index: 1;
  background-image: linear-gradient(163deg, #fff0 9%, #3c230199 83%);
  position: absolute;
  inset: 0%;
}

.page-teaser-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.blog-header-title-wrapper {
  justify-content: flex-end;
  display: flex;
}

.blog-header-title-letter {
  display: block;
}

.blog-header-divider-wrapper {
  justify-content: center;
  width: 100%;
  height: 1px;
  margin-top: 1em;
  display: flex;
}

.position-realtive {
  position: relative;
}

.grid-border-line-wrapper {
  background-color: var(--white);
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grid-border-line-wrapper.right {
  inset: 0% 0% auto auto;
}

.grid-border-line {
  background-color: var(--black);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-header-divider-inner {
  width: 50%;
  height: 1px;
  position: relative;
}

.blog-header-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-header-divider.right {
  width: 100%;
  inset: 0% auto auto 0%;
}

.blog-teaser-image-inner {
  width: 100%;
  height: 100%;
}

.button {
  color: #000;
  text-align: center;
  letter-spacing: .02em;
  background-color: #fff;
  background-image: linear-gradient(135deg, #ffc260 13%, #fdf89e 50%, #e3fecc 82%, #fff);
  border: 0 #0000;
  border-radius: 999em;
  margin-bottom: 0;
  padding: 1.2em 2.5em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  overflow: hidden;
}

.button:hover {
  transform: scale(1.06);
  box-shadow: inset 1px 1px 30em #f8ffad;
}

.button:active {
  transform: scale(.96);
}

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

.header-button-wrapper {
  margin-right: 1em;
}

.header-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.header-left {
  align-items: center;
  display: flex;
}

.infotext {
  color: var(--dim-grey);
  font-size: .9em;
}

.text-grey {
  color: var(--dim-grey);
}

.video-description {
  margin-top: 1em;
  margin-bottom: 4em;
}

.info-banner {
  z-index: 5;
}

.hide {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .87rem;
  }

  .gutter-outside {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-tutorial {
    border-top: 1px solid #d4d4d4;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .blog-header-title {
    text-align: left;
    font-size: 15vw;
  }

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

  .blog-teaser-item-wrapper {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .blog-teaser-item-wrapper.quote {
    padding: 3em;
  }

  .blog-teaser-quote {
    font-size: 1.7em;
  }

  .page-teaser-text-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .page-teaser-title {
    font-size: 2.8em;
  }

  .social-link:hover {
    color: var(--black);
    transform: none;
  }

  .blog-header-title-wrapper {
    justify-content: flex-start;
  }

  .button:hover {
    box-shadow: none;
    transform: none;
  }

  .button:active {
    transform: scale(.94);
  }

  .header-inner {
    padding-top: 2em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .75rem;
  }

  h1 {
    font-size: 3.2em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: .9em;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .title1 {
    font-size: 3.2em;
  }

  .p-xs-start {
    padding-top: 1.6em;
  }

  .title2 {
    font-size: 2.7em;
  }

  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .p-xs-end {
    padding-bottom: 1.6em;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-header-title {
    font-size: 16vw;
  }

  .blog-overview-grid {
    grid-template-columns: 1fr;
  }

  .blog-teaser-item-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .blog-teaser-item-wrapper.page-teaser {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .page-teaser-title {
    font-size: 2em;
  }

  .page-teaser-subtitle {
    font-size: 1em;
  }

  .header-button-wrapper {
    margin-bottom: 1em;
  }

  .header-left {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .blog-overview-grid {
    overflow: hidden;
  }

  .blog-teaser-item-wrapper.quote {
    padding: 4.5em 1.7em;
  }

  .blog-teaser-quote {
    font-size: 1.4em;
  }
}

#w-node-e2e5467c-c5ae-4ad7-b602-bc8be50db3f5-72ed3015 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_117d1d6a-d362-3aba-1b79-676845fb7535-72ed3015 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_117d1d6a-d362-3aba-1b79-676845fb7547-72ed3015 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_117d1d6a-d362-3aba-1b79-676845fb7559-72ed3015 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_117d1d6a-d362-3aba-1b79-676845fb7560-72ed3015, #w-node-_117d1d6a-d362-3aba-1b79-676845fb7572-72ed3015 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_117d1d6a-d362-3aba-1b79-676845fb7584-72ed3015, #w-node-_117d1d6a-d362-3aba-1b79-676845fb7596-72ed3015, #w-node-_117d1d6a-d362-3aba-1b79-676845fb75a8-72ed3015 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_117d1d6a-d362-3aba-1b79-676845fb75ba-72ed3015 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_117d1d6a-d362-3aba-1b79-676845fb75c7-72ed3015, #w-node-_117d1d6a-d362-3aba-1b79-676845fb75d5-72ed3015 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_117d1d6a-d362-3aba-1b79-676845fb75e7-72ed3015 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_117d1d6a-d362-3aba-1b79-676845fb7535-72ed3015 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_117d1d6a-d362-3aba-1b79-676845fb7547-72ed3015 {
    grid-column: span 1 / span 1;
  }

  #w-node-_117d1d6a-d362-3aba-1b79-676845fb7559-72ed3015 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_117d1d6a-d362-3aba-1b79-676845fb7560-72ed3015, #w-node-_117d1d6a-d362-3aba-1b79-676845fb7572-72ed3015 {
    grid-row: span 1 / span 1;
  }

  #w-node-_117d1d6a-d362-3aba-1b79-676845fb75ba-72ed3015 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_117d1d6a-d362-3aba-1b79-676845fb75c7-72ed3015 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_117d1d6a-d362-3aba-1b79-676845fb75e7-72ed3015 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_117d1d6a-d362-3aba-1b79-676845fb75ba-72ed3015 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_117d1d6a-d362-3aba-1b79-676845fb75c7-72ed3015 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Cormorant Custom';
  src: url('../fonts/Cormorant-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope Custom';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope Custom';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope Custom';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope Custom';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope Custom';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}