.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

body {
  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;
  background-color: #fcf6f2;
  font-family: Lora, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #130f31;
  font-size: 2.4em;
  line-height: 1.1;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #130f31;
  font-size: 1.7em;
  line-height: 1.3;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #130f31;
  font-size: 1.6em;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #130f31;
  font-size: 1.5em;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #130f31;
  font-size: 1.4em;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #130f31;
  font-size: 1.3em;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Lora, sans-serif;
  color: #130f31;
  font-size: 1.2em;
  line-height: 1.5;
}

a {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #d7e3c6;
  font-family: Lora, sans-serif;
  color: #130f31;
  font-size: 1em;
  text-decoration: none;
}

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

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

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  border: 1px none #000;
}

.image {
  padding-top: 2.5vh;
  padding-bottom: 2.5vh;
  border: 1px none #000;
  text-decoration: none;
}

.nav-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -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 #000;
  border-bottom: 0.5px solid #130f31;
  background-color: #fcf6f2;
}

.nav-wrapper.home {
  position: -webkit-sticky;
  position: sticky;
  width: 100vw;
  background-color: #fcf6f2;
}

.wrapper--button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  margin: 20px;
  padding: 5px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #130f31;
  border-radius: 20px;
  text-decoration: none;
}

.wrapper--button.mobile {
  width: auto;
  -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;
}

.wrapper--button.mobile:hover {
  border-color: #f1653d;
}

.button--text {
  padding-right: 10px;
  padding-left: 10px;
  border: 1px none #000;
  font-family: 'Playfair Display', sans-serif;
  color: #130f31;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
}

.button--text.mobile:hover {
  color: #f1653d;
}

.main--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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.line {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #130f31;
}

.line.divider {
  display: none;
  overflow: visible;
  width: 85%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-color: #130f31;
}

.line._65 {
  width: 55%;
  margin-right: auto;
  margin-left: auto;
}

.date {
  padding-left: 3%;
  color: #130f31;
}

.article--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 40px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #130f31;
}

.article--wrapper.featured {
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.publish--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.publish--wrapper._55 {
  width: 55%;
}

.publish--text {
  color: #130f31;
  font-size: 1em;
  font-style: italic;
}

.story--image {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.line-vert {
  width: 1px;
  height: 75%;
  margin: auto 10px;
  background-color: #130f31;
}

.line-vert._100 {
  height: 100%;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.grid--wrapper {
  display: -ms-grid;
  display: grid;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 40px;
  padding-right: 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 33vw 33vw;
  grid-template-columns: 33vw 33vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid--wrapper.l2 {
  margin-bottom: 5vh;
}

.collection--wrapper {
  padding-left: 3vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.spinny--boi {
  position: fixed;
  left: 0%;
  top: 35%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  height: 380px;
  max-height: 70%;
  max-width: 28%;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.collection--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 0px 0px;
}

.centre {
  font-weight: 400;
  text-align: center;
}

.centre.big {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  font-size: 4.5em;
}

.text--wrapper {
  padding-left: 50px;
  border: 1px none #000;
}

.featured--image {
  width: auto;
  padding: 47px 47px 47px 65px;
  border: 1px none #000;
}

.top--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.article--image {
  max-width: 100%;
  margin: 50px 0% 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.article--main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rich-text-block {
  width: 70ch;
  margin-right: auto;
  margin-left: auto;
}

.article--summary {
  width: 50ch;
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 400;
  text-align: center;
}

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

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

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

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

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

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

.button {
  height: 44px;
  padding: 0px 20px;
  border-radius: 20px;
  background-color: #d7e3c6;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #130f31;
  line-height: 43px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

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

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

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

.site--description {
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #130f31;
  font-size: 22px;
  text-align: center;
}

.div-block {
  margin-bottom: 2.5vh;
}

.footer--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  margin-top: 10vh;
  margin-bottom: 0vh;
  padding-top: 0vh;
  padding-bottom: 0vh;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #130f31;
  border-bottom: 1px solid #130f31;
}

.text-block-3 {
  font-family: 'Open Sans', sans-serif;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  max-width: 200px;
  padding: 0px 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: 2px;
  border-color: #588057;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 0ms ease-in-out;
  transition: border-color 0ms ease-in-out;
  font-family: 'Open Sans', sans-serif;
  color: #f1653d;
  line-height: 43px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

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

.button-2.form {
  width: auto;
  height: auto;
  border-style: none;
  border-width: 2px;
  border-color: #130f31;
  background-color: transparent;
  font-family: 'Playfair Display', sans-serif;
  color: #588057;
  font-size: 2em;
  font-style: italic;
  font-weight: 600;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  color: #12dda9;
  font-size: 16px;
  font-weight: 700;
}

.text-field {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #130f31;
  border-radius: 0px;
  background-color: #fcf6f2;
  color: #588057;
  font-size: 1em;
  font-style: italic;
  text-align: center;
}

.error-message {
  width: 100%;
  background-color: #fcbebe;
}

.subscribe-form {
  width: 100%;
  height: auto;
  max-width: none;
  margin-bottom: 0px;
  padding-left: 0vh;
}

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

.success-message {
  background-color: transparent;
}

._50--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 0px 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-style: none none none solid;
  border-width: 1px;
  border-color: #130f31;
}

._50--wrapper.links {
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom-style: none;
}

._50--wrapper.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left-style: none;
}

.social--link {
  margin-right: 24px;
  margin-left: 24px;
  border: 1px none #000;
}

.copyright {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  font-style: italic;
  text-align: right;
}

.summary {
  margin-top: 0px;
  margin-bottom: 20px;
}

.pag--text {
  font-family: 'Playfair Display', sans-serif;
  font-size: 1.9em;
  font-style: italic;
  font-weight: 400;
}

.pag-wrap {
  border-style: none;
  border-bottom-color: #130f31;
  background-color: transparent;
}

.pagination {
  display: -ms-grid;
  display: grid;
  width: 75vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 46px;
  grid-row-gap: 0px;
  -ms-grid-columns: 33% 33%;
  grid-template-columns: 33% 33%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lottie-animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  max-width: none;
}

.page--main {
  width: 100vw;
  max-width: none;
  margin: 0vh 0px 5vh;
}

.page--content {
  width: 80ch;
  margin-right: auto;
  margin-left: auto;
}

.spinny--boi--categories {
  position: absolute;
  left: 30%;
  top: 38%;
  z-index: 2;
  font-style: italic;
  font-weight: 500;
}

.spinny--boi--categories.stories {
  position: absolute;
  left: auto;
  top: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fcf6f2;
  font-size: 2em;
  text-align: center;
}

.spinny--boi--categories.featured {
  position: absolute;
  left: auto;
  top: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fcf6f2;
  font-size: 2em;
}

.spinny--boi--categories.guides {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fcf6f2;
  font-size: 2em;
}

.next--post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22ch;
  margin-left: 0%;
  padding: 0px;
  -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;
  border: 1px none #000;
  -webkit-transition: color 475ms ease-in-out;
  transition: color 475ms ease-in-out;
  font-family: 'Playfair Display', sans-serif;
  color: #130f31;
  font-size: 2em;
  font-style: italic;
  text-align: left;
}

.next--post:hover {
  color: #f1653d;
}

.next--post.r {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

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

.legal-link {
  padding-right: 25px;
  padding-left: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom-style: none;
  line-height: 1.5;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  text-decoration: underline;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.next--posts--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 22vh;
  -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;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.brand {
  display: none;
}

.close-buttons {
  display: none;
}

.div-block-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fcf6f2;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #130f31;
  text-align: center;
}

.post--sequence {
  font-family: Lora, sans-serif;
  font-size: 0.8em;
  font-style: italic;
  font-weight: 600;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

._24 {
  max-width: 24ch;
}

.template-heading {
  width: 80vw;
  margin: 40px auto 20px;
  text-align: center;
}

.spinny-roundel {
  max-width: 75%;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #130f31;
}

@media screen and (max-width: 991px) {
  .nav-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1;
    background-color: #fcf6f2;
  }

  .wrapper--button {
    width: 65%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .date {
    font-size: 0.8em;
  }

  .article--wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .article--wrapper.featured {
    padding-right: 0px;
  }

  .publish--text {
    font-size: 0.8em;
  }

  .story--image {
    padding-right: 0px;
    padding-left: 0px;
  }

  .line-vert._100 {
    display: none;
    height: 75px;
    margin-right: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .grid--wrapper {
    padding-right: 20px;
  }

  .spinny--boi {
    left: 2%;
    top: 30%;
  }

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

  .button-2.form {
    max-width: none;
    margin-right: 40px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.1em;
  }

  .text-field {
    width: 75%;
    height: auto;
    font-size: 1em;
    font-style: normal;
  }

  .subscribe-form {
    width: 100%;
    height: auto;
  }

  .form {
    width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  ._50--wrapper {
    width: 100%;
    min-width: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  ._50--wrapper.links {
    width: 100%;
    padding: 15px 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom-style: solid;
  }

  ._50--wrapper.bottom {
    width: 100%;
    padding: 16px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .social--link {
    width: 30px;
    margin-right: 20px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .copyright {
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 0.7em;
  }

  .summary {
    font-size: 1em;
  }

  .page--content {
    max-width: 80vw;
  }

  .spinny--boi--categories.stories {
    font-size: 1.7em;
  }

  .spinny--boi--categories.featured {
    font-size: 1.7em;
  }

  .spinny--boi--categories.guides {
    font-size: 1.7em;
  }

  .legal-link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 0.7em;
  }

  .div-block-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    position: fixed;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0px;
    display: none;
    min-width: 26vw;
    padding: 0px;
    -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;
  }

  .paragraph {
    font-size: 1em;
  }

  .heading {
    font-size: 2em;
  }

  .brand {
    display: none;
  }

  .div-block-3 {
    z-index: 1;
  }

  .div-block-5 {
    -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;
  }
}

@media screen and (max-width: 767px) {
  .logo.w--current {
    width: 65%;
  }

  .image {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }

  .nav-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1;
    background-color: #fcf6f2;
  }

  .wrapper--button.mobile {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .button--text.mobile {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 0.9em;
    line-height: 1;
  }

  .line.divider {
    display: none;
  }

  .date {
    font-size: 0.7em;
  }

  .article--wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .publish--text {
    font-size: 0.7em;
  }

  .grid--wrapper {
    padding-top: 0px;
    -ms-grid-columns: 65vw;
    grid-template-columns: 65vw;
  }

  .collection--item {
    padding-top: 0px;
  }

  .centre {
    font-size: 1.5em;
  }

  .article--main {
    width: 80vw;
  }

  .rich-text-block {
    width: auto;
  }

  .article--summary {
    width: auto;
  }

  .site--description {
    margin-bottom: 5px;
    font-size: 1em;
  }

  .div-block {
    margin-bottom: 7.5px;
  }

  .button-2.form {
    margin-right: 0px;
  }

  .text-field {
    font-size: 13px;
  }

  .subscribe-form {
    width: 100%;
    height: auto;
    max-width: 650px;
    min-width: auto;
  }

  .form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  ._50--wrapper.links {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-left-style: none;
  }

  ._50--wrapper.bottom {
    height: auto;
    border-left-style: none;
  }

  .copyright {
    margin-left: 10px;
  }

  .summary {
    font-size: 0.9em;
  }

  .page--content {
    max-width: 85vw;
  }

  .spinny--boi--categories.stories {
    font-size: 1.25em;
  }

  .spinny--boi--categories.featured {
    font-size: 1.25em;
  }

  .spinny--boi--categories.guides {
    font-size: 1.25em;
  }

  .legal-link {
    padding-right: 0px;
  }

  .paragraph {
    font-size: 0.9em;
  }

  .div-block-3 {
    z-index: 1;
  }

  .paragraph-2 {
    font-size: 0.9em;
  }

  .div-block-5 {
    padding-bottom: 0vh;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    max-width: 90%;
  }

  .logo.w--current {
    width: auto;
    max-width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image {
    max-width: 100%;
    padding: 10px;
  }

  .nav-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1;
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-color: #fcf6f2;
  }

  .nav-wrapper.home {
    position: static;
    width: 50%;
    padding-right: 0%;
    padding-left: 0%;
    -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;
    border-bottom-style: none;
  }

  .wrapper--button {
    width: auto;
    max-width: 85px;
    margin: 0px auto;
    padding-right: 10px;
    padding-bottom: 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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    border-color: #130f31;
    border-radius: 20px;
  }

  .wrapper--button.mobile {
    max-width: none;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-style: none none solid;
    border-bottom-color: #fcf6f2;
    border-radius: 0px;
    color: #fcf6f2;
    font-size: 3em;
  }

  .wrapper--button.menu {
    background-color: #fcf6f2;
  }

  .button--text {
    color: #130f31;
    font-size: 0.7em;
  }

  .button--text.mobile {
    color: #fcf6f2;
    font-size: 1em;
  }

  .main--wrapper {
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .line.divider {
    display: block;
    overflow: visible;
  }

  .line.hide {
    display: none;
  }

  .date {
    padding-left: 0%;
  }

  .article--wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .article--wrapper.featured {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .story--image {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .line-vert {
    display: none;
  }

  .line-vert._100 {
    min-height: 100%;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .grid--wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    justify-items: center;
    -ms-grid-columns: 85vw;
    grid-template-columns: 85vw;
  }

  .collection--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection--wrapper.featured {
    padding-left: 0vw;
  }

  .spinny--boi {
    position: static;
    left: 0%;
    top: 0%;
    width: 50%;
    height: auto;
    max-height: none;
    max-width: none;
    background-color: transparent;
  }

  .collection--item {
    margin-right: auto;
    margin-left: auto;
  }

  .centre.big {
    width: 95%;
    font-size: 2.4em;
  }

  .text--wrapper {
    padding-left: 0px;
  }

  .menu {
    border-bottom: 1px solid #130f31;
  }

  .article--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85vw;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .article--image {
    max-height: 100%;
    margin-top: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .article--main {
    width: 85vw;
    margin-right: auto;
    margin-left: auto;
  }

  .rich-text-block {
    width: auto;
  }

  .article--summary {
    width: auto;
    font-size: 1.2em;
  }

  .site--description {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1em;
  }

  .div-block {
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: 1px none #130f31;
  }

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

  .button-2.form {
    max-width: 150px;
    font-size: 13px;
  }

  .text-field {
    width: 100%;
    min-width: 75%;
    font-size: 11px;
  }

  .subscribe-form {
    width: 100%;
    height: auto;
    max-width: none;
    min-width: auto;
  }

  ._50--wrapper {
    width: 100%;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  ._50--wrapper.links {
    height: auto;
    padding: 10px 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._50--wrapper.bottom {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .copyright {
    margin-left: 10px;
    font-size: 0.6em;
    text-align: left;
  }

  .summary {
    margin-top: 10px;
    font-size: 0.8em;
  }

  .page--main {
    position: relative;
    width: 100vw;
    margin-top: 0vh;
  }

  .page--content {
    width: 85vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 11px;
  }

  .spinny--boi--categories.stories {
    z-index: 1;
    color: #130f31;
    font-size: 1.1em;
  }

  .spinny--boi--categories.featured {
    position: absolute;
    z-index: 1;
    color: #130f31;
    font-size: 1.1em;
  }

  .spinny--boi--categories.guides {
    z-index: 1;
    color: #130f31;
    font-size: 1.1em;
  }

  .next--post {
    font-size: 1em;
  }

  .next--post.r {
    font-size: 1em;
  }

  .legal-link {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 0.6em;
  }

  .navbar {
    position: static;
  }

  .menu-button {
    position: static;
    left: 0%;
    bottom: 25%;
    display: block;
    min-width: 33%;
    padding: 10px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .paragraph {
    font-size: 0.8em;
  }

  .heading {
    text-align: center;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: auto;
    padding-top: 0px;
    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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #588057;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border: 1px none #000;
  }

  .close-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    margin-top: 40px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #fcf6f2;
    border-radius: 20px;
  }

  .close-menu {
    color: #fcf6f2;
  }

  .social {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-3 {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    top: 0px;
    right: auto;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -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;
    border-bottom: 1px solid #130f31;
    background-color: #fcf6f2;
  }

  .body {
    overflow: visible;
  }

  .section {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
  }

  ._24 {
    font-size: 1em;
  }

  .template-heading {
    width: 85vw;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .spinny-roundel {
    display: none;
    max-width: 100%;
  }

  .navigation {
    font-size: 1em;
  }

  .image-2 {
    font-size: 1px;
    line-height: 1;
  }

  .body-2 {
    overflow: visible;
  }
}

#w-node-_4d8bbab2-5fce-036d-5fd5-9e48c782cfdf-d0268349 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d828c378-bff1-f40d-7b2a-30b6171a7a64-d0268349 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cbc3678c-d6eb-df8a-40db-6da4c8613e8f-d0268349 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7e657cab-2867-f6e9-f494-1c2fc5856376-6426834d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_71d3b39d-3b32-a5f3-df21-63fa0c596a70-6426834d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_71d3b39d-3b32-a5f3-df21-63fa0c596a6c-6426834d {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_4d8bbab2-5fce-036d-5fd5-9e48c782cfdf-d0268349 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Argestahairline webfont';
  src: url('../fonts/argestahairline-regularitalic-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Argestahairline webfont';
  src: url('../fonts/argestahairline-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}