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

body {
  background-color: #f7f7f7;
  font-family: Poppins, sans-serif;
  color: #161c27;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
}

h1 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 5vw;
  line-height: 0.8;
  font-weight: 400;
  letter-spacing: -6px;
  text-transform: capitalize;
}

h2 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 4vw;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -2px;
}

h3 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -2px;
  text-transform: capitalize;
}

h4 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: capitalize;
}

h5 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -1px;
}

h6 {
  position: relative;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

p {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 16px;
}

a {
  position: relative;
  -webkit-transition: color 300ms ease, opacity 200ms ease;
  transition: color 300ms ease, opacity 200ms ease;
  color: #0f7c90;
  text-decoration: none;
}

a:hover {
  color: #000;
}

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

blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  border-left: 1px solid #0f7c90;
  font-family: 'Playfair Display', sans-serif;
  font-size: 40px;
  line-height: 1;
}

figcaption {
  margin-top: 5px;
  margin-bottom: 40px;
  opacity: 0.5;
  text-align: center;
}

.styleguide-left-column-sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 400px;
}

.styleguide-colour-wrapper {
  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;
}

.section {
  position: relative;
  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-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;
}

.section.bg-accent-one {
  background-color: #ebe5d1;
}

.section.section-padding {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.section.section-padding._120-vh {
  height: 120vh;
}

.section.no-min {
  min-height: auto;
}

.section.no-min.bg-main-new {
  background-color: #f7f7f7;
}

.section.bg-main-new {
  background-color: #f7f7f7;
}

.section.books {
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #f7f7f7;
}

.section.books.list {
  padding-top: 40px;
  background-color: #fff;
}

.styleguide-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  border-bottom: 1px solid rgba(202, 143, 71, 0.6);
}

.styleguide-section-wrapper.headings {
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-smaller {
  font-size: 14px;
  line-height: 22px;
}

.paragraph-smaller.paragraph-lighter {
  opacity: 0.5;
}

.styleguide-colour-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.styleguide-colours {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.styleguide-left-column {
  width: 20%;
}

.styleguide-right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.styleguide-class-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-top: 20px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -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-radius: 3px;
  background-color: #ebe5d1;
  font-size: 12px;
  line-height: 1;
}

.styleguide-class-label.class-label-no-margin {
  margin-top: 0px;
}

.styleguide-colour {
  width: 200px;
  height: 200px;
}

.styleguide-colour.bg-accent-one {
  background-color: #ebe5d1;
}

.styleguide-colour.bg-accent-two {
  background-color: #0f7c90;
}

.styleguide-colour.bg-darkest {
  background-color: #161c27;
}

.styleguide-colour.bg-accent-three {
  background-color: #6b3630;
}

.styleguide-colour.bg-accent-three-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.styleguide-colour.bg-accent-two-40 {
  background-color: rgba(202, 143, 71, 0.6);
}

.styleguide-colour.bg-main-new {
  background-color: #f7f7f7;
}

.styleguide-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 2000px;
  padding: 5vw 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.container.container-padding {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.button-basic-one {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  min-height: 70px;
  padding-right: 40px;
  padding-left: 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-style: solid;
  border-width: 1px;
  border-color: #0f7c90;
  background-color: #0f7c90;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Krona One', sans-serif;
  color: #f7f7f7;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

.button-basic-one:hover {
  opacity: 0.8;
  color: #212504;
}

.button-basic-one.button-wide {
  width: 100%;
}

.button-basic-one.small {
  height: 50px;
  min-height: 50px;
  padding-right: 30px;
  padding-left: 30px;
}

.button-basic-one.small.top-margin-larger {
  margin-top: 10px;
}

.button-wrapper {
  position: relative;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.label-button {
  position: relative;
  z-index: 1;
  font-family: 'Krona One', sans-serif;
}

.button-basic-two-outlined {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 20px;
  padding-left: 20px;
  -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-style: solid;
  border-width: 1px;
  border-color: #161c27;
  color: #212504;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

.button-basic-two-outlined.small {
  height: 50px;
}

.labels-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-basic-two {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 40px;
  padding-left: 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;
  background-color: #161c27;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Krona One', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

.button-basic-two:hover {
  opacity: 0.8;
  color: #fff;
}

.button-basic-two.button-wide {
  width: 100%;
}

.button-basic-two.small {
  height: 50px;
  min-height: 50px;
  padding-right: 30px;
  padding-left: 30px;
}

.button-basic-one-outlined {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-right: 50px;
  padding-left: 50px;
  -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-style: solid;
  border-width: 1px;
  border-color: #0f7c90;
  background-color: transparent;
  color: #0f7c90;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.styleguide-two-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-bigger {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 31px;
  font-weight: 400;
  letter-spacing: 0px;
}

.paragraph-bigger.fairplay {
  font-family: 'Playfair Display', sans-serif;
}

.paragraph-smallest {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-smallest.paragraph-lighter.search-results-link {
  margin-top: 10px;
}

.styleguide-content-wrapper._02 {
  padding: 20px;
}

.styleguide-content-wrapper._02.bg-accent-two {
  background-color: #0f7c90;
}

.paragraph-lighter {
  opacity: 0.5;
  font-weight: 300;
}

.styleguide-all-sections-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

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

.no-margin.small-top-margin {
  margin-top: 20px;
}

.link-light {
  color: #f7f7f7;
}

.link-light:hover {
  opacity: 0.7;
  color: #f7f7f7;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  margin-top: -4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand.w--current {
  z-index: 1;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.cart-search {
  z-index: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.nav-link-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40px;
  margin-right: 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;
  cursor: pointer;
}

.nav-link-wrapper.w--current {
  overflow: hidden;
  border-bottom: 1px none #326660;
  color: #326660;
}

.nav-link-hover {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 30%;
  height: 1px;
  margin-bottom: 6px;
  background-color: #0f7c90;
  color: transparent;
}

.nav-wrapper.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.line-horizontal {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  background-color: #161c27;
}

.line-horizontal.line-top-margin {
  margin-top: 40px;
}

.line-horizontal.line-absolut {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}

.line-horizontal.line-absolut.line-rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-input {
  width: 100%;
  height: 36px;
  margin-bottom: 0px;
  padding: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: transparent transparent #3d3a31;
  background-color: transparent;
  font-style: italic;
}

.search-input:active {
  background-color: transparent;
}

.search-input::-webkit-input-placeholder {
  font-family: Italiana;
  color: rgba(61, 58, 49, 0.5);
}

.search-input:-ms-input-placeholder {
  font-family: Italiana;
  color: rgba(61, 58, 49, 0.5);
}

.search-input::-ms-input-placeholder {
  font-family: Italiana;
  color: rgba(61, 58, 49, 0.5);
}

.search-input::placeholder {
  font-family: Italiana;
  color: rgba(61, 58, 49, 0.5);
}

.search-button {
  width: 46px;
  height: 36px;
  background-color: transparent;
  background-image: var(--image-i52db0cdd);
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.search-button:hover {
  opacity: 1;
}

.search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 40px;
}

.search-wrapper.mobile {
  display: none;
}

.search-wrapper.desktop {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.category-image-width {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  max-width: 600px;
}

.category-image-width:hover {
  opacity: 1;
}

.featured-product-image {
  position: relative;
  cursor: pointer;
}

.top-margin {
  position: relative;
  margin-top: 40px;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.footer-grid {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo {
  width: 200px;
}

.link-footer {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #212504;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-footer:hover {
  color: #0f7c90;
}

.footer-links-wrapper {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-get-in-touch {
  position: relative;
  z-index: 2;
  width: 100%;
}

.newsletter-grid {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field {
  width: 100%;
  height: 70px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #161c27;
  border-radius: 0px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
}

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

.field.no-margin::-webkit-input-placeholder {
  font-family: Poppins, sans-serif;
}

.field.no-margin:-ms-input-placeholder {
  font-family: Poppins, sans-serif;
}

.field.no-margin::-ms-input-placeholder {
  font-family: Poppins, sans-serif;
}

.field.no-margin::placeholder {
  font-family: Poppins, sans-serif;
}

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

.field.field-border {
  border-style: solid;
  border-color: #161c27;
}

.copyright-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 10px 5vw;
  -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-top: 1px solid #161c27;
}

.copyright-wrapper.bg-darkest {
  background-color: #161c27;
}

.copyright {
  margin-right: 40px;
  color: #0f7c90;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-white {
  color: #f7f7f7;
  font-size: 9px;
}

.link-white:hover {
  color: #0f7c90;
}

.empty {
  width: 1px;
  height: 1px;
}

.wide-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  border: 1px none #000;
  background-color: rgba(98, 64, 64, 0.8);
}

.wide-line.bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.wide-line.top {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.faq-collapsed {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
  cursor: pointer;
}

.section-empty {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: transparent;
}

.section-empty.bg-main {
  background-color: #f7f7f7;
}

.section-empty.bg-main-new {
  background-color: #f7f7f7;
}

.section-empty.bg-main-new.invisible-mobile {
  background-color: #f7f7f7;
}

.faq-collapsed-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
  cursor: pointer;
}

.search-results-wrapper {
  width: 100%;
}

.search-result-item {
  position: relative;
  width: 33.333333333333336%;
  padding-right: 10vw;
  padding-bottom: 80px;
  padding-left: 0px;
}

.search-result-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-results-title {
  font-family: Ibarrarealnova;
  color: #212504;
  font-size: 30px;
  font-style: italic;
}

.search-results-image {
  margin-bottom: 60px;
  padding-bottom: 130%;
  background-image: var(--image-7b40fadb);
  background-position: 50% 50%;
  background-size: cover;
}

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

.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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap.bg-main-new {
  background-color: #f7f7f7;
}

.utility-page-wrap.bg-main-new.password-page {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  max-width: 850px;
  padding: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-content.bg-accent-one {
  background-color: #ebe5d1;
}

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

.bg-main {
  background-color: #f7f7f7;
}

.nav-bar-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo-wrapper {
  width: 70px;
}

.success-message {
  background-color: rgba(145, 134, 126, 0.2);
}

.close-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  -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-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.announcement {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f7c90;
}

.text-info-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.empty-div {
  width: 1px;
  height: 1px;
}

.loading-animation {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.loading-animation.bg-accent-one {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #ebe5d1;
}

.loading-logo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.loading-image {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

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

.text-italic {
  position: relative;
  font-family: 'Playfair Display', sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -1px;
}

.text-bold {
  font-weight: 600;
}

.image-vertical {
  position: relative;
  width: 100%;
  padding-bottom: 140%;
  background-image: var(--image-7b40fadb);
  background-position: 50% 50%;
  background-size: cover;
}

.image-vertical.info-c01-image-01 {
  background-image: var(--image-i50508d7e);
}

.image-vertical.opt-in-c04-image-01 {
  background-image: var(--image-i504275fd);
}

.image-vertical.hero-02-image-01 {
  background-image: var(--image-i3424910a);
}

.image-vertical.hero-02-image-01._2 {
  background-image: var(--image-i66154383);
}

.image-vertical.info-c01-image-02 {
  background-image: var(--image-i504275fd);
}

.caps {
  text-transform: uppercase;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding: 10px 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.intro-c01-image-01-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.home-overview-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: #000 #161c27 #161c27 #000;
  cursor: pointer;
}

.intruduction-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.four-square-grid-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-right: 1px solid #161c27;
  border-bottom: 1px solid #161c27;
  text-align: center;
  cursor: pointer;
}

.courses-grid-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 7vw 10vw 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-right: 1px solid #161c27;
  border-bottom: 1px solid #161c27;
  text-align: center;
  cursor: pointer;
}

.bundle-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding-right: 80px;
  -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;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #161c27 #161c27 #f7f7f7;
  cursor: pointer;
}

.services-wrapper {
  width: 90%;
  max-width: 1100px;
  margin-bottom: 40px;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #161c27;
  background-color: #f7f7f7;
}

.loading-logo {
  width: 300px;
  padding: 5px;
}

.nav-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.logo-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.introduction-content-image-wrapper {
  overflow: hidden;
  width: 60%;
  margin-bottom: 40px;
}

.about-me-feature-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000;
}

.home-main-features-content-wrapper {
  position: relative;
  padding: 5vw;
  border-style: solid none none solid;
  border-width: 1px;
  border-color: #161c27;
}

.course-image-wrapper {
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid #000;
  border-radius: 2000px;
}

.course-wrapper {
  width: 90%;
  max-width: 1100px;
  margin-bottom: 40px;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #161c27;
  background-color: #f7f7f7;
}

.testimonials-grid-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #161c27;
  border-right: 1px solid #161c27;
  border-bottom: 1px none #161c27;
  text-align: center;
}

.featured-blog-post-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button-hover-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #6b3630;
}

.button-hover {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 90vw;
  height: 90vw;
  border-radius: 70vw;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-hover.bg-accent-two {
  background-color: #0f7c90;
  opacity: 0.2;
}

.button-hover.bg-darkest {
  background-color: #161c27;
  opacity: 0.1;
}

.field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-success-2 {
  background-color: transparent;
}

.opt-in-form-04 {
  width: 100%;
}

.opt-in-form-04.form-top-margin {
  max-width: 1000px;
  margin-top: 40px;
  color: #f6f7f0;
}

.form-error {
  background-color: hsla(0, 100%, 81%, 0.4);
}

.form-notification-soil-2 {
  color: #f6f7f0;
  font-size: 14px;
  text-align: center;
}

.logotype-image {
  width: 100%;
}

.container-paddings {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.container-paddings.books {
  position: static;
  display: block;
  background-color: #f7f7f7;
}

.container-paddings.book {
  max-width: 1334px;
  margin-right: 5vh;
  margin-left: 5vh;
  padding: 100px 50px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.caps-accent {
  font-family: 'Krona One', sans-serif;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.container-max {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.opt-in-c02-content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.opt-in-c02-content-wrapper.cta-03-layout {
  padding: 5vw;
  cursor: auto;
}

.int-01-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25%;
  padding-right: 40px;
  padding-left: 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-top: 1px solid #6b3630;
  text-align: center;
  cursor: pointer;
}

.int-c02-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 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;
  color: #161c27;
  text-align: center;
  cursor: pointer;
}

.int-03-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15vh;
  padding-right: 40px;
  padding-left: 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-bottom: 1px solid #6b3630;
  text-align: center;
  cursor: pointer;
}

.invisible {
  display: none;
}

.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.opt-in-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.opt-in-form-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.opt-in-03-wrapper {
  position: relative;
  width: 70%;
  height: 100%;
  text-align: center;
}

.show-01-image-01-wrapper {
  overflow: hidden;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #6b3630;
}

.show-02-image-wrapper {
  width: 100%;
  cursor: pointer;
}

.show-02-image-03-wrapper {
  overflow: hidden;
}

.title-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -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;
}

.italic {
  margin-top: 0px;
  margin-bottom: 0px;
  font-style: italic;
}

.link-category-wrapper {
  padding: 15px;
  text-align: left;
  cursor: pointer;
}

.opt-in-04-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.opt-in-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 15vw;
  padding-bottom: 15vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.opt-in-04.bg-accent-one {
  background-color: #ebe5d1;
}

.accent-one {
  font-family: 'Krona One', sans-serif;
  color: #0f7c90;
  font-size: 30px;
  line-height: 0.8;
  font-style: italic;
}

.caps-small-accent {
  font-family: 'Krona One', sans-serif;
  font-size: 11px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph-accent-one {
  font-family: Poppins, sans-serif;
}

.hero-c04 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.hero-c04.bg-main-new {
  background-color: #f7f7f7;
}

.hero-c04-split-image {
  width: 100%;
  height: 100vh;
  background-image: var(--image-7b40fadb);
  background-position: 50% 50%;
  background-size: cover;
}

.hero-c04-split-image.hero-c04-split-image-01 {
  background-image: var(--image-i3552a674);
  background-position: 100% 50%;
}

.hero-c04-split-left-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-c04-split-right-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 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;
}

.hero-c04-split-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
}

.hero-c04-split-wrapper._100-vh {
  height: 100vh;
}

.hero-c04-split-info-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 5vw 10vw 5vw 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.intro-c01-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-c01-content-wrapper {
  position: relative;
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-c01-image-01-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-c01-image-wrapper {
  position: relative;
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.accent-c01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.accent-c01-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw;
  -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;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000 rgba(98, 64, 64, 0.8);
}

.accent-c02-grid {
  z-index: 2;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 40px 1fr 40px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #161c27;
}

.accent-c02-grid.bg-main.no-border {
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 40px 1fr;
  border-style: none;
}

.accent-c02-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw;
  -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;
  border-width: 1px;
  border-color: #000 rgba(98, 64, 64, 0.8);
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
}

.accent-c02-content-wrapper.no-left-border {
  border-left-style: none;
}

.accent-c02-line-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  background-image: var(--image-7af48ec9);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 90%;
  border: 1px solid #000;
  border-radius: 2000px;
}

.accent-c06-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 90%;
  border-radius: 2000px;
}

.info-c01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info-c01.bg-main-new {
  background-color: #f7f7f7;
}

.info-c01-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 50vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 25% 8vw 1fr;
  grid-template-columns: 25% 8vw 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-menu-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 12vw;
  height: 100%;
  margin-right: 20px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.int-c05-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid none;
  border-width: 1px;
  border-color: rgba(98, 64, 64, 0.8);
}

.buttondarkgreen {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 40px;
  padding-left: 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-style: solid;
  border-width: 1px;
  border-color: #565541;
  background-color: #565541;
  color: #f6f7f0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
}

.buttondarkgreen:hover {
  color: #f6f7f0;
}

.button-basic-one-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 40px;
  padding-left: 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-style: solid;
  border-width: 1px;
  border-color: #a8846a;
  background-color: #a8846a;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Poppins, sans-serif;
  color: #f6f7f0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
}

.button-basic-one-2:hover {
  opacity: 0.8;
  color: #fff;
}

.show-c03-content-wrapper {
  color: #161c27;
  cursor: pointer;
}

.full-image-video-wrapper-parallax {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 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;
}

.tools-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2px;
  padding: 5vw;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #161c27;
  text-align: left;
}

._100 {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(202, 143, 71, 0.6)), to(rgba(202, 143, 71, 0.6)));
  background-image: linear-gradient(180deg, rgba(202, 143, 71, 0.6), rgba(202, 143, 71, 0.6));
}

.cta-02-form {
  width: 100%;
  margin-bottom: 0px;
}

.opt-in-04-grid {
  width: 100%;
  grid-column-gap: 10vw;
  -ms-grid-columns: 24% 1fr;
  grid-template-columns: 24% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.opt-in-c04-content-wrapper {
  -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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.accent-c08 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.accent-c08-content-wrapper {
  position: relative;
  bottom: -5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-style: solid;
  border-width: 1px;
  border-color: rgba(98, 64, 64, 0.8);
  text-align: center;
}

.accent-c08-content-wrapper.bg-white {
  background-color: #fff;
}

.opt-in-c04-image-01-wrapper {
  overflow: hidden;
  width: 100%;
}

.field-name-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 180px;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #6b3630;
}

.field-name-top::-webkit-input-placeholder {
  color: #989378;
  font-size: 16px;
}

.field-name-top:-ms-input-placeholder {
  color: #989378;
  font-size: 16px;
}

.field-name-top::-ms-input-placeholder {
  color: #989378;
  font-size: 16px;
}

.field-name-top::placeholder {
  color: #989378;
  font-size: 16px;
}

.field-get-in-touch {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #161c27;
  border-radius: 0px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #161c27;
}

.full-video-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  height: 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;
}

.accent-c09-inside-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 30vw;
  min-height: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 35% auto 1fr;
  grid-template-columns: 35% auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.accent-c09-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.accent-c09-content-wrapper.relative {
  right: -5vw;
  cursor: pointer;
}

.info-c01-content {
  position: absolute;
  left: 15vw;
  top: auto;
  right: auto;
  bottom: 0vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15vw;
  min-width: 60vh;
  -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-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  text-align: center;
}

.intro-c06-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px 10px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #6b3630;
  border-bottom: 1px solid #6b3630;
  border-left: 1px none #6b3630;
  color: #161c27;
  text-align: center;
  cursor: pointer;
}

.intro-c05-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #6b3630;
  border-bottom: 1px solid #6b3630;
  border-left: 1px none #6b3630;
  color: #161c27;
  text-align: center;
  cursor: pointer;
}

.statement-2 {
  position: relative;
}

.hero-02-image-01-wrapper {
  position: relative;
  left: 10vw;
  bottom: -80px;
  width: 100%;
}

.hero-02 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.hero-02-paragraph-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5vw;
  -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;
}

.container-max-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 2000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-02-grid {
  width: 100%;
  min-height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 10vw 40vw 30vw 1fr;
  grid-template-columns: 10vw 40vw 30vw 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 2000px;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.accent-text-one {
  font-size: 5.5vw;
  letter-spacing: -6px;
}

.accent-text-two {
  font-family: 'Playfair Display', sans-serif;
  font-size: 4vw;
  line-height: 0.9;
  letter-spacing: -2px;
}

.accent-c09-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.accent-text-three {
  font-family: 'Playfair Display', sans-serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: capitalize;
}

.link-reversed {
  color: #161c27;
}

.link-reversed:hover {
  color: #0f7c90;
}

.show-02-image-wrapper {
  overflow: hidden;
}

.handwritten-accent-pages {
  position: absolute;
  left: auto;
  top: -5vw;
  right: auto;
  bottom: auto;
  z-index: 4;
  width: 30%;
  font-family: 'Mr De Haviland', sans-serif;
  color: #0f7c90;
  font-size: 7vw;
  line-height: 0.7;
  text-align: center;
}

.container-max-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.show-01-image-wrapper-02 {
  width: 100%;
  cursor: pointer;
}

.blog-01-content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.blog-01-content-wrapper.cta-03-layout {
  padding: 5vw;
  cursor: auto;
}

.blog-c03-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #6b3630;
  border-bottom: 1px solid #6b3630;
  border-left: 1px none #6b3630;
  color: #161c27;
  text-align: center;
  cursor: pointer;
}

.accent-text-four {
  font-family: 'Playfair Display', sans-serif;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.hero-animation-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 0%;
  height: 100%;
  background-color: #f7f7f7;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.book-title {
  max-width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 4em;
  line-height: 1.2em;
  letter-spacing: 2px;
}

.heading-2 {
  color: #161c27;
}

.products-card {
  width: 100%;
  height: 100%;
  max-width: 430px;
  padding: 15px 15px 30px;
  background-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.445, .05, .55, .95);
  transition: all 350ms cubic-bezier(.445, .05, .55, .95);
}

.products-card:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.card-inner-block {
  position: relative;
  max-width: 400px;
  text-decoration: none;
}

.book-icon {
  width: 20px;
  margin-right: 15px;
}

.author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.card-link {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #161c27;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
}

.card-link:hover {
  text-decoration: none;
}

.author-image {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  background-image: var(--image-i5b484102);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.category-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 15px;
  -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-radius: 3px;
  background-color: #0f7c90;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-link:hover {
  background-color: #0d6069;
  color: #fff;
  text-decoration: none;
}

.category-link.red {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #e95352;
}

.category-link.red:hover {
  background-color: #ba4241;
}

.paragraph {
  width: 100%;
  max-width: 750px;
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.paragraph.small {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #555;
  font-size: 16px;
  line-height: 25px;
}

.author-name-2 {
  font-family: Poppins, sans-serif;
  color: #0f7c90;
  font-size: 16px;
  font-weight: 500;
}

.author-name-2.grey {
  color: #555;
  font-weight: 400;
}

.author-name-2.margin-left {
  margin-left: 5px;
}

.card-info {
  padding-right: 20px;
  padding-left: 20px;
}

.book-cover {
  width: 100%;
  max-width: 400px;
}

.book-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 10vw;
  padding-left: 10vw;
  -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;
}

.book-hero {
  overflow: hidden;
  margin-top: 80px;
  padding-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #f7f7f7;
}

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

.info-block.cover {
  margin-right: 30px;
}

.info-block.book {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-main-image-wrapper {
  position: relative;
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
}

.download-link {
  position: absolute;
  left: -60px;
  top: -60px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -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-radius: 50%;
  background-color: #e95352;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.download-link:hover {
  background-color: #ba4241;
  color: #fff;
  text-decoration: none;
}

.download-link.grey {
  background-color: #e6e6e6;
}

.download-link.grey.small {
  left: -25px;
  top: -25px;
  width: 90px;
  height: 90px;
}

.download-link.grey.fab {
  left: 70px;
}

.info {
  color: #73767d;
  font-size: 14px;
  font-weight: 600;
}

.info.margin-right {
  margin-right: 4px;
  color: #555;
}

.info.margin-right.margin-left {
  margin-left: 10px;
}

.book-facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #f7f7f7;
}

.book-feature-wrapper {
  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;
}

.book-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.book-specs-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.book-icon-2 {
  width: 13px;
}

.book-name {
  max-width: 500px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.book-specs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.info-icon {
  width: 18px;
  margin-right: 6px;
}

.product-description {
  width: 100%;
  max-width: 610px;
  margin-top: 16px;
  margin-bottom: 0px;
  color: #555;
  font-size: 16px;
  line-height: 25px;
}

.buy-buttons {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.buy-padding {
  padding: 10px 5vh;
}

.book-buy {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.book-buy:hover {
  border-style: dashed;
  border-color: rgba(15, 124, 144, 0.7);
}

.dropdown-2 {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  padding: 0px;
  color: #444;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.down-arrow {
  width: 10px;
  margin-top: 2px;
  margin-left: 7px;
}

.dropdown-list {
  background-color: #bba4a4;
}

.dropdown-list.w--open {
  background-color: transparent;
}

.dropdown-link-wrapper {
  position: relative;
  width: 275px;
  margin-top: 25px;
  padding: 20px 25px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background-color: #fff;
}

.dropdown-link {
  display: block;
  padding: 10px 0px;
  background-image: var(--image-5046a475);
  background-position: 100% 50%;
  background-size: 6.5px;
  background-repeat: no-repeat;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  color: #444;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #0f7c90;
  text-decoration: none;
}

.nav-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  color: #444;
  font-size: 15px;
  font-weight: 500;
}

.nav-link-2:hover {
  color: #0f7c90;
  text-decoration: none;
}

.nav-link-2.w--current {
  color: #0f7c90;
}

.book-section {
  overflow: hidden;
  padding-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #f7f7f7;
}

.rich-text p {
  font-family: Poppins, sans-serif;
}

.content-wrapper-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1234px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.content-wrapper-2.hero {
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.hero-column-4 {
  width: 19%;
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-column {
  width: 19%;
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 11, 31, 0.5)), to(rgba(6, 11, 31, 0.5))), -webkit-gradient(linear, left top, right top, color-stop(47%, rgba(6, 11, 31, 0.9)), to(transparent));
  background-image: linear-gradient(180deg, rgba(6, 11, 31, 0.5), rgba(6, 11, 31, 0.5)), linear-gradient(90deg, rgba(6, 11, 31, 0.9) 47%, transparent);
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  padding: 170px 80px;
  -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;
}

.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.button {
  padding: 18px 60px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: background-color 350ms ease-in-out;
  transition: background-color 350ms ease-in-out;
  color: #222;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #8ed1dc;
  color: #161c27;
  text-decoration: none;
}

.hero-book {
  width: 100%;
  margin-bottom: 10px;
}

.hero-column-5 {
  width: 19%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-absolute {
  position: absolute;
  top: -5%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.title {
  width: 100%;
  max-width: 840px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.hero-column-2 {
  width: 19%;
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-column-3 {
  width: 19%;
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.insta {
  width: 100%;
  max-width: 100%;
}

.tools-grid-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.appearances {
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: 1px;
}

.time {
  margin-bottom: 20px;
}

.milkyway {
  width: 20px;
  margin-right: 10px;
}

.interviews {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 7vw;
    letter-spacing: -2px;
  }

  h2 {
    font-size: 5vw;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 24px;
  }

  p {
    margin-bottom: 20px;
  }

  .section.no-min {
    min-height: auto;
  }

  .button-basic-two-outlined {
    text-align: center;
  }

  .button-basic-two {
    text-align: center;
  }

  .button-basic-one-outlined {
    text-align: center;
  }

  .brand.w--current {
    z-index: 20;
  }

  .navbar {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: #f7f7f7;
  }

  .nav-link-wrapper {
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link-hover {
    display: none;
  }

  .menu-button {
    width: 50px;
    margin-left: 20px;
    padding: 0px;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 110vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .nav-wrapper.horizontal {
    position: relative;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ebe5d1;
  }

  .menu-icon-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .line-horizontal._01 {
    height: 2px;
    background-color: #000;
  }

  .line-horizontal._02 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    height: 2px;
    background-color: #000;
  }

  .search {
    width: 100%;
  }

  .search-button {
    background-size: 24px;
  }

  .search-wrapper.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .search-wrapper.desktop {
    display: none;
  }

  .category-image-width {
    width: 40vw;
  }

  .footer-grid {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-wrapper {
    margin-bottom: 40px;
  }

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

  .copyright-wrapper.bg-darkest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copyright {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .copyright.bottom-margin-mobile {
    margin-bottom: 20px;
  }

  .div-block {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-empty.bg-main-new.invisible-mobile {
    display: none;
  }

  .search-result-item {
    padding-right: 5vw;
  }

  .close-icon-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    opacity: 0.4;
  }

  .navbar-wrapper {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .intro-c01-image-01-wrapper {
    width: 100%;
  }

  .courses-grid-wrapper {
    padding-right: 5vw;
    padding-bottom: 10vw;
    padding-left: 5vw;
  }

  .nav-menu-wrapper {
    width: 100%;
    margin-left: 0px;
    -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;
  }

  .cart-menu-button {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .course-wrapper {
    width: 100%;
    margin-bottom: 0px;
  }

  .featured-blog-post-wrapper {
    padding: 40px;
  }

  .container-paddings {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .container-paddings.book {
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .int-01-link {
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    border-right: 1px solid #6b3630;
    border-top-style: none;
  }

  .opt-in-03-wrapper {
    width: 100%;
  }

  .dropdown {
    width: 100%;
  }

  .opt-in-04-wrapper {
    width: 100%;
  }

  .hero-c04 {
    height: auto;
  }

  .hero-c04-split-left-column {
    width: 100%;
    height: 60vh;
  }

  .hero-c04-split-right-column {
    width: 100%;
    -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;
  }

  .hero-c04-split-wrapper {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-c04-split-wrapper._100-vh {
    height: auto;
  }

  .hero-c04-split-info-wrapper {
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .intro-c01-content-wrapper {
    padding: 5vw;
  }

  .info-c01-content-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .info-c01-content-wrapper.invisible-mobile {
    display: none;
  }

  .info-c01-image-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .accent-c02-grid.bg-main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .accent-c02-content-wrapper {
    border-bottom-style: solid;
    border-bottom-color: #6b3630;
  }

  .accent-c02-line-wrapper.invisible-mobile {
    display: none;
  }

  .featured-image-wrapper {
    width: 100%;
  }

  .accent-c06-image-wrapper {
    width: 100%;
  }

  .info-c01 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .info-c01-grid {
    grid-column-gap: 5vw;
    -ms-grid-columns: 35% 60fr;
    grid-template-columns: 35% 60fr;
  }

  .nav-menu-photo {
    width: 23vw;
    margin-right: 8px;
    margin-left: 8px;
  }

  .int-c05-tab {
    height: auto;
    -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;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
  }

  .buttondarkgreen {
    margin-top: 40px;
  }

  .opt-in-04-grid {
    width: 100%;
  }

  .accent-c08 {
    padding-top: 0vw;
    -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;
  }

  .accent-c08-content-wrapper {
    bottom: 10vw;
    z-index: 4;
    width: 90%;
  }

  .accent-c08-content-wrapper.bg-white {
    bottom: -12.7vw;
  }

  .full-video-wrapper {
    width: 100%;
  }

  .accent-c09-inside-grid {
    margin-top: 40px;
  }

  .intro-c06-line {
    text-align: left;
  }

  .hero-02-image-01-wrapper {
    left: 0vw;
    bottom: 0px;
    width: 80%;
  }

  .hero-02-content {
    padding-bottom: 10vw;
  }

  .hero-02-paragraph-wrapper {
    margin-left: 0vw;
  }

  .hero-02-grid {
    -ms-grid-columns: 5vw 40vw 1fr 0%;
    grid-template-columns: 5vw 40vw 1fr 0%;
  }

  .grid-content-wrapper {
    overflow: hidden;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .accent-text-one {
    font-size: 5.5vw;
    letter-spacing: -2px;
  }

  .accent-text-two {
    font-size: 4vw;
    letter-spacing: -2px;
  }

  .accent-text-three {
    font-size: 36px;
    letter-spacing: -2px;
  }

  .handwritten-accent-pages {
    font-size: 10vw;
  }

  .blog-c03-line {
    text-align: left;
  }

  .accent-text-four {
    font-size: 26px;
    line-height: 1;
    letter-spacing: -2px;
  }

  .category-link.red {
    margin-bottom: 20px;
  }

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

  .info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .info-block.cover {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
  }

  .info-block.book {
    margin-top: 40px;
  }

  .product-main-image-wrapper {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .download-link {
    left: -20px;
  }

  .book-features {
    -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;
  }

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

  .nav-link-2 {
    margin-top: 20px;
    margin-right: 0px;
  }

  .title {
    font-size: 50px;
    line-height: 60px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 8vw;
  }

  h2 {
    font-size: 7vw;
  }

  h3 {
    font-size: 38px;
  }

  .styleguide-section-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .styleguide-left-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .styleguide-right-column {
    width: 100%;
    padding-left: 0vw;
  }

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

  .styleguide-all-sections-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar {
    padding-top: 0px;
  }

  .nav-wrapper.horizontal {
    height: 100vh;
  }

  .line-horizontal.line-absolut {
    background-color: #6b3630;
  }

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

  .search-wrapper {
    width: 40vw;
  }

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

  .field {
    margin-right: 0px;
  }

  .field.no-margin.no-right-margin {
    margin-top: 10px;
  }

  .field.no-margin.field-border {
    margin-top: 10px;
  }

  .copyright {
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

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

  .search-result-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .search-result-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-results-image {
    width: 100px;
    height: 230px;
    margin-right: 60px;
    margin-bottom: 0px;
    padding-bottom: 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .search-results-content-wrapper {
    width: 50%;
  }

  .close-icon-wrapper {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    z-index: 2;
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-right: 10px;
    opacity: 1;
    font-size: 30px;
  }

  .announcement {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    min-height: auto;
    padding: 30px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .text-info-line {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .intruduction-content {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .four-square-grid-wrapper {
    padding: 5vw;
  }

  .courses-grid-wrapper {
    padding-bottom: 20vw;
  }

  .introduction-content-image-wrapper {
    width: 40%;
  }

  .about-me-feature-wrapper {
    padding-top: 10vw;
    padding-bottom: 10vw;
    border-bottom-style: solid;
    border-bottom-color: #161c27;
  }

  .caps-accent {
    position: relative;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .opt-in-c02-content-wrapper {
    padding-bottom: 5vw;
  }

  .horizontal {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .hero-c04-split-right-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-c04-split-wrapper {
    height: 120vh;
  }

  .hero-c04-split-info-wrapper {
    width: 100%;
  }

  .info-c01-content-wrapper {
    margin-top: 5vw;
  }

  .info-c01-content-wrapper.invisible-mobile {
    display: none;
  }

  .accent-c01 {
    padding-bottom: 40px;
  }

  .accent-c01-content-wrapper {
    padding-top: 10vw;
    padding-bottom: 10vw;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-left-style: none;
  }

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

  .accent-c02-grid.bg-main.no-border {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .accent-c02-content-wrapper {
    padding-top: 10vw;
    padding-bottom: 10vw;
    border-bottom-style: solid;
    border-bottom-color: #000;
  }

  .accent-c02-line-wrapper {
    padding-top: 10vw;
    padding-bottom: 10vw;
    border-bottom-style: solid;
    border-bottom-color: #000;
  }

  .info-c01 {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .info-c01-grid {
    -ms-grid-columns: 60fr;
    grid-template-columns: 60fr;
  }

  .nav-menu-photo {
    width: 45vw;
    height: 50%;
  }

  .buttondarkgreen {
    width: 100%;
  }

  .tools-content {
    margin-top: 0px;
    margin-bottom: 0px;
    -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-bottom-style: none;
    text-align: center;
  }

  .opt-in-04-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .field-get-in-touch {
    margin-right: 0px;
  }

  .accent-c09-inside-grid {
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 30vh auto auto;
    grid-template-rows: 30vh auto auto;
  }

  .accent-c09-content-wrapper {
    padding: 0vw;
  }

  .accent-c09-content-wrapper.relative {
    right: 0vw;
  }

  .intro-c06-line {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .intro-c05-line {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .hero-02-image-01-wrapper {
    left: 0vw;
    display: none;
    width: 40%;
  }

  .hero-02 {
    padding-top: 70px;
  }

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

  .grid-content-wrapper {
    padding: 5vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-content-wrapper.invisible-mobile {
    display: none;
  }

  .accent-text-one {
    font-size: 5.5vw;
    line-height: 1;
    letter-spacing: 0px;
  }

  .accent-text-two {
    font-size: 6vw;
    letter-spacing: 0px;
  }

  .accent-c09-image-wrapper {
    padding: 0vw;
  }

  .accent-text-three {
    font-size: 36px;
    letter-spacing: 0px;
  }

  .handwritten-accent-pages {
    font-size: 16vw;
  }

  .blog-c03-line {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .accent-text-four {
    font-size: 26px;
    letter-spacing: 0px;
  }

  .products-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-link {
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 28px;
  }

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

  .info-block.cover {
    max-width: 100%;
  }

  .download-link {
    left: -10px;
  }

  .info {
    font-size: 12px;
  }

  .info.margin-right.margin-left {
    font-size: 12px;
  }

  .book-specs {
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-section {
    padding: 120px 25px;
  }

  .title {
    font-size: 40px;
    line-height: 50px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 41px;
  }

  h2 {
    font-size: 12vw;
  }

  h3 {
    font-size: 30px;
  }

  blockquote {
    font-size: 25px;
    line-height: 1.2;
  }

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

  .styleguide-colour {
    width: 100%;
  }

  .button-basic-one {
    width: 100%;
  }

  .button-wrapper {
    width: 100%;
  }

  .button-basic-two {
    width: 100%;
  }

  .button-basic-two.top-margin {
    margin-top: 40px;
  }

  .styleguide-two-column-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-bigger {
    font-size: 20px;
    line-height: 24px;
  }

  .brand {
    z-index: 20;
    width: 150px;
    padding-left: 0px;
  }

  .brand.w--current {
    width: 150px;
  }

  .nav-link-wrapper {
    margin-bottom: 0px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
  }

  .menu-button.w--open {
    z-index: 2;
  }

  .nav-wrapper.horizontal {
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .category-image-width {
    width: 90vw;
  }

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

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

  .footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    text-align: center;
  }

  .footer-wrapper.no-border {
    border-bottom-style: none;
  }

  .footer-links-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .field.no-margin {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-empty.bg-main {
    min-height: 80px;
  }

  .search-result-item {
    padding-right: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-results-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    padding-bottom: 100%;
  }

  .search-results-content-wrapper {
    width: 100%;
  }

  .announcement {
    padding-right: 60px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .text-info-line {
    text-align: left;
  }

  .home-overview-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .four-square-grid-wrapper {
    padding-top: 10vw;
    padding-bottom: 15vw;
  }

  .courses-grid-wrapper {
    padding-top: 10vw;
  }

  .bundle-wrapper {
    padding: 10vw 20vw 10vw 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .loading-logo {
    width: 150px;
  }

  .nav-menu-wrapper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
  }

  .logo-nav-menu {
    position: static;
    z-index: 1;
  }

  .featured-blog-post-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .field-wrapper {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .opt-in-form-04.form-top-margin {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .container-paddings {
    padding-top: 25px;
  }

  .container-paddings.books {
    padding-top: 20px;
  }

  .container-paddings.book {
    padding-right: 20px;
    padding-left: 20px;
  }

  .int-01-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .int-c02-link {
    height: 10vh;
    padding-right: 10px;
    padding-left: 10px;
  }

  .announcement-link-wrapper {
    text-align: center;
  }

  .dropdown {
    width: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .caps-small-accent {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .paragraph-accent-one {
    font-size: 15px;
    line-height: 22px;
  }

  .hero-c04-split-info-wrapper {
    padding-bottom: 15vw;
  }

  .info-c01-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .accent-c01 {
    padding-top: 60px;
  }

  .buttondarkgreen {
    width: 100%;
  }

  .button-basic-one-2 {
    width: 100%;
  }

  .opt-in-04-grid {
    grid-row-gap: 5vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .field-name-top {
    height: auto;
    min-width: 100px;
    padding-right: 0px;
  }

  .accent-c09-inside-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-02-image-01-wrapper {
    left: 0vw;
    width: 50%;
  }

  .hero-02-paragraph-wrapper {
    margin-left: 0vw;
  }

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

  .grid-content-wrapper.bg-main-mobile {
    background-color: #f6f7f4;
  }

  .accent-text-one {
    font-size: 41px;
  }

  .accent-text-two {
    font-size: 34px;
  }

  .accent-text-three {
    font-size: 28px;
  }

  .handwritten-accent-pages {
    width: 50%;
    font-size: 24vw;
  }

  .accent-text-four {
    font-size: 24px;
  }

  .book-title {
    font-size: 2em;
  }

  .category-link {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 26px;
  }

  .paragraph.small {
    font-size: 14px;
    line-height: 20px;
  }

  .author-name-2 {
    font-size: 14px;
  }

  .card-info {
    padding-right: 0px;
    padding-left: 0px;
  }

  .book-hero {
    padding-right: 15px;
    padding-left: 15px;
  }

  .info {
    font-size: 11px;
  }

  .info.margin-right.margin-left {
    font-size: 11px;
  }

  .book-facts {
    display: -ms-grid;
    display: grid;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .product-description {
    font-size: 14px;
    line-height: 22px;
  }

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

  .dropdown-link-wrapper {
    width: 180px;
    padding: 15px;
  }

  .hero-column-4 {
    display: none;
  }

  .button {
    padding: 15px 30px;
  }

  .hero-column-5 {
    display: none;
  }

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

#w-node-_53485d33-8859-1397-90ba-86289bba415f-ca875311 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_53485d33-8859-1397-90ba-86289bba4170-ca875311 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a5805f50-dc71-9bca-91e3-7d2897f6d0b3-ca875311 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_00c45e24-d4ef-93eb-3083-01a6eb4a465b-e0875244 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_404fd523-c74e-edd4-3d5d-3a5828b20d0a-28b20d07 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_00c45e24-d4ef-93eb-3083-01a6eb4a465b-e0875244 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_404fd523-c74e-edd4-3d5d-3a5828b20d0a-28b20d07 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_31ad7d69-7805-78ca-3956-b7fccb70417f-378752d8 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-e53a469a-155a-b1f0-2336-57ac09c10a23-10875318 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_5276ecb9-0a8a-c0e0-4604-46a6de1daf04-748ba8f0 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_404fd523-c74e-edd4-3d5d-3a5828b20d0a-28b20d07 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

