/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

.blog-template {
  min-height: calc(100vh - 400px); }

.separator {
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto; }
  .separator svg {
    display: block;
    width: 100%;
    height: 10rem; }
  .separator.svg-green-800 svg {
    fill: #1d4444; }
  .separator.svg-nude-200 svg {
    fill: #fff2ee; }
  .separator.svg-white svg {
    fill: #ffffff; }
  .separator.background-green-800 {
    background-color: #1d4444; }
  .separator.background-nude-200 {
    background-color: #fff2ee; }
  .separator.background-white {
    background-color: #ffffff; }

.body-container--blog-index .blog-header,
.body-container--blog-index .blog-content,
.body-container--blog-index .blog-recentposts {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%; }

.body-container--blog-index .blog-header__inner,
.body-container--blog-index .blog-content__inner,
.body-container--blog-index .blog-recentposts__inner {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 0.5rem;
  padding: 0 2rem; }

.body-container--blog-index .blog-header {
  background-color: #fff2ee;
  overflow: hidden; }

.body-container--blog-index .blog-header__inner {
  padding-top: 8.5rem;
  padding-bottom: 0; }

.body-container--blog-index .blog-header__title {
  grid-column: 1/-1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .body-container--blog-index .blog-header__title h1 {
    position: relative;
    text-align: center;
    display: inline-block;
    color: #1d4444;
    font-family: "Rubik", Georgia, "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 4.5rem;
    margin: 0; }
    @media (min-width: 36rem) {
      .body-container--blog-index .blog-header__title h1 {
        font-size: 3.75rem;
        line-height: 4.5rem; } }
  .body-container--blog-index .blog-header__title img {
    display: inline-block;
    width: 5.625rem;
    margin-left: 0.5rem;
    margin-top: 1.5rem; }

.body-container--blog-index .blog-content {
  padding-top: 3.5rem; }

.body-container--blog-index .blog-categories {
  grid-column: 1/-1;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 4rem; }
  .body-container--blog-index .blog-categories li > a {
    display: inline-block;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-decoration: none;
    font-weight: lighter;
    border-radius: 2.5rem;
    padding: 0.5rem 1rem;
    color: #1d4444;
    background: #f8f7fa; }
    @media (min-width: 36rem) {
      .body-container--blog-index .blog-categories li > a {
        font-size: 1rem;
        line-height: 1.5rem; } }
    .body-container--blog-index .blog-categories li > a.selected {
      color: #ffffff;
      background: #1d4444; }
    .body-container--blog-index .blog-categories li > a.all {
      background: transparent;
      border: 2px solid #1d4444; }
  .body-container--blog-index .blog-categories li.all_li {
    padding-right: 1rem;
    border-right: 1px solid #ebeaed; }

.body-container--blog-index .blog-content__wrapper {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column; }

.body-container--blog-index a.blog-index__post {
  text-decoration: none;
  padding-bottom: 2.5rem; }
  .body-container--blog-index a.blog-index__post:not(:last-of-type) {
    border-bottom: 1px solid #ebeaed; }
  .body-container--blog-index a.blog-index__post:not(:first-of-type) {
    padding-top: 2.5rem; }
  .body-container--blog-index a.blog-index__post * {
    text-decoration: none; }
  .body-container--blog-index a.blog-index__post .blog-index__post-content {
    display: flex;
    flex-direction: column;
    margin: 0; }
    .body-container--blog-index a.blog-index__post .blog-index__post-content * {
      color: #1d4444; }
    .body-container--blog-index a.blog-index__post .blog-index__post-content .author {
      font-family: "Rubik", Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 1.5rem;
      margin: 0 0 1rem;
      display: flex; }
      @media (min-width: 36rem) {
        .body-container--blog-index a.blog-index__post .blog-index__post-content .author {
          font-size: 1rem;
          line-height: 1.5rem; } }
      .body-container--blog-index a.blog-index__post .blog-index__post-content .author * {
        font-family: "Rubik", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 1.5rem;
        font-weight: 500;
        margin: 0; }
        @media (min-width: 36rem) {
          .body-container--blog-index a.blog-index__post .blog-index__post-content .author * {
            font-size: 1rem;
            line-height: 1.5rem; } }
      .body-container--blog-index a.blog-index__post .blog-index__post-content .author .publish {
        position: relative;
        opacity: 0.5;
        padding-left: 1rem;
        font-weight: 400; }
        .body-container--blog-index a.blog-index__post .blog-index__post-content .author .publish::before {
          content: '';
          position: absolute;
          height: 0.25rem;
          width: 0.25rem;
          left: 0.375rem;
          top: 50%;
          margin-top: -2px;
          background-color: #1d4444;
          border-radius: 100%; }
    .body-container--blog-index a.blog-index__post .blog-index__post-content h2 {
      font-family: "Rubik", Georgia, "Times New Roman", Times, serif;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 2rem;
      margin: 0 0 1rem; }
      @media (min-width: 36rem) {
        .body-container--blog-index a.blog-index__post .blog-index__post-content h2 {
          font-size: 1.75rem;
          line-height: 2.5rem; } }
      .body-container--blog-index a.blog-index__post .blog-index__post-content h2 * {
        margin: 0; }
    .body-container--blog-index a.blog-index__post .blog-index__post-content .desc {
      font-family: "Rubik", Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.5rem;
      margin: 0 0 2rem; }
      @media (min-width: 36rem) {
        .body-container--blog-index a.blog-index__post .blog-index__post-content .desc {
          font-size: 1.125rem;
          line-height: 2rem; } }
    .body-container--blog-index a.blog-index__post .blog-index__post-content .tags {
      display: flex;
      gap: 0 1rem; }
    .body-container--blog-index a.blog-index__post .blog-index__post-content .tag {
      font-family: "Rubik", Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 0.25rem 1rem;
      background-color: #f8f7fa;
      border-radius: 2.5rem; }
      @media (min-width: 36rem) {
        .body-container--blog-index a.blog-index__post .blog-index__post-content .tag {
          font-size: 1.125rem;
          line-height: 2rem; } }
      .body-container--blog-index a.blog-index__post .blog-index__post-content .tag.current {
        color: #ffffff;
        background-color: #1d4444; }
    .body-container--blog-index a.blog-index__post .blog-index__post-content .bottom {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .body-container--blog-index a.blog-index__post .blog-index__post-content .readmore {
      display: flex;
      align-items: center; }
      .body-container--blog-index a.blog-index__post .blog-index__post-content .readmore p {
        font-family: "Rubik", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 1.5rem;
        color: #1d4444;
        font-weight: bold;
        line-height: 1.2 !important;
        text-transform: uppercase;
        margin: 0 1rem; }
        @media (min-width: 36rem) {
          .body-container--blog-index a.blog-index__post .blog-index__post-content .readmore p {
            font-size: 1rem;
            line-height: 1.5rem; } }
      .body-container--blog-index a.blog-index__post .blog-index__post-content .readmore svg {
        transform: translateX(-8px);
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out; }
  .body-container--blog-index a.blog-index__post:hover .blog-index__post-content .readmore svg {
    transform: translateX(0); }

@media (min-width: 36rem) {
  .body-container--blog-index .blog-header__inner,
  .body-container--blog-index .blog-content__inner,
  .body-container--blog-index .blog-recentposts__inner {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0 1rem;
    padding: 0 2.5rem; }
  .body-container--blog-index .blog-header__inner {
    padding-top: 9rem; }
  .body-container--blog-index .blog-content {
    padding-top: 4rem; }
  .body-container--blog-index article.blog-index__post {
    padding-bottom: 3rem; }
    .body-container--blog-index article.blog-index__post:not(:first-of-type) {
      padding-top: 3rem; } }

@media (min-width: 67.5rem) {
  .body-container--blog-index .blog-header__inner,
  .body-container--blog-index .blog-content__inner,
  .body-container--blog-index .blog-recentposts__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0 2rem;
    padding: 0 7rem;
    max-width: 1440px; }
  .body-container--blog-index .blog-header__inner {
    padding-top: 9.5rem; }
  .body-container--blog-index .blog-content {
    padding-top: 4.5rem; }
  .body-container--blog-index .blog-categories {
    grid-column: 1/4;
    margin-bottom: 0;
    flex-direction: column; }
    .body-container--blog-index .blog-categories li.all_li {
      padding-right: 0;
      padding-bottom: 1.5rem;
      margin-bottom: 0.5rem;
      border-bottom: 1px solid #ebeaed;
      border-right: none; }
  .body-container--blog-index .blog-content__wrapper {
    grid-column: 4/-1; }
  .body-container--blog-index article.blog-index__post {
    padding-bottom: 3.5rem; }
    .body-container--blog-index article.blog-index__post:not(:first-of-type) {
      padding-top: 3.5rem; } }

.body-container--blog-post .blog-header,
.body-container--blog-post .blog-content,
.body-container--blog-post .blog-recentposts,
.body-container--blog-post .bottom-banner__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%; }

.body-container--blog-post .blog-header__inner,
.body-container--blog-post .blog-content__inner,
.body-container--blog-post .blog-recentposts__inner,
.body-container--blog-post .bottom-banner__wrapper__inner {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 0.5rem;
  padding: 0 2rem; }

.body-container--blog-post .blog-header {
  background-color: #fff2ee; }

.body-container--blog-post .blog-header__inner {
  padding-top: 8.5rem;
  padding-bottom: 0; }

.body-container--blog-post .blog-header__wrapper {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column; }

.body-container--blog-post .blog-header__author_tag {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center; }

.body-container--blog-post .blog-header__author * {
  text-align: left;
  color: #1d4444;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 0;
  font-weight: 500; }
  @media (min-width: 36rem) {
    .body-container--blog-post .blog-header__author * {
      font-size: 1rem;
      line-height: 1.5rem; } }

.body-container--blog-post .blog-header__author span {
  opacity: 0.5;
  font-weight: 400; }

.body-container--blog-post .blog-header__tag {
  display: none;
  margin-left: auto; }
  .body-container--blog-post .blog-header__tag * {
    display: inline-block;
    text-decoration: none;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: lighter;
    border-radius: 2.5rem;
    padding: 0 1rem;
    color: #ffffff;
    background: #1d4444; }
    @media (min-width: 36rem) {
      .body-container--blog-post .blog-header__tag * {
        font-size: 1.125rem;
        line-height: 2rem; } }

.body-container--blog-post .blog-header__title * {
  text-align: left;
  display: inline-block;
  color: #1d4444;
  font-family: "Rubik", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 2.875rem;
  line-height: 3.5rem;
  margin: 0; }
  @media (min-width: 36rem) {
    .body-container--blog-post .blog-header__title * {
      font-size: 3.375rem;
      line-height: 4rem; } }

.body-container--blog-post .blog-header__intro {
  margin: 1.5rem 0 0; }
  .body-container--blog-post .blog-header__intro * {
    text-align: left;
    display: inline-block;
    color: #1d4444;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 0; }
    @media (min-width: 36rem) {
      .body-container--blog-post .blog-header__intro * {
        font-size: 1.375rem;
        line-height: 2rem; } }

.body-container--blog-post article.blog-post {
  grid-column: 1/-1;
  padding-top: 3.5rem;
  padding-bottom: 0; }
  .body-container--blog-post article.blog-post * {
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1d4444; }
    @media (min-width: 36rem) {
      .body-container--blog-post article.blog-post * {
        font-size: 1.125rem;
        line-height: 2rem; } }
  .body-container--blog-post article.blog-post h1,
  .body-container--blog-post article.blog-post h2 {
    font-family: "Rubik", Georgia, "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 2rem; }
    @media (min-width: 36rem) {
      .body-container--blog-post article.blog-post h1,
      .body-container--blog-post article.blog-post h2 {
        font-size: 2.375rem;
        line-height: 3rem; } }
    .body-container--blog-post article.blog-post h1:not(:first-child),
    .body-container--blog-post article.blog-post h2:not(:first-child) {
      margin-top: 2rem; }
  .body-container--blog-post article.blog-post h3,
  .body-container--blog-post article.blog-post h4,
  .body-container--blog-post article.blog-post h5,
  .body-container--blog-post article.blog-post h6 {
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    margin-bottom: 2rem; }
    @media (min-width: 36rem) {
      .body-container--blog-post article.blog-post h3,
      .body-container--blog-post article.blog-post h4,
      .body-container--blog-post article.blog-post h5,
      .body-container--blog-post article.blog-post h6 {
        font-size: 1.125rem;
        line-height: 2rem; } }
    .body-container--blog-post article.blog-post h3:not(:first-child),
    .body-container--blog-post article.blog-post h4:not(:first-child),
    .body-container--blog-post article.blog-post h5:not(:first-child),
    .body-container--blog-post article.blog-post h6:not(:first-child) {
      margin-top: 2rem; }
  .body-container--blog-post article.blog-post p,
  .body-container--blog-post article.blog-post a {
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal; }
    @media (min-width: 36rem) {
      .body-container--blog-post article.blog-post p,
      .body-container--blog-post article.blog-post a {
        font-size: 1.125rem;
        line-height: 2rem; } }
    .body-container--blog-post article.blog-post p b,
    .body-container--blog-post article.blog-post p strong,
    .body-container--blog-post article.blog-post a b,
    .body-container--blog-post article.blog-post a strong {
      font-weight: 500; }
  .body-container--blog-post article.blog-post ul,
  .body-container--blog-post article.blog-post ol {
    padding-left: 1.5rem; }
    .body-container--blog-post article.blog-post ul li,
    .body-container--blog-post article.blog-post ol li {
      font-family: "Rubik", Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: normal; }
      @media (min-width: 36rem) {
        .body-container--blog-post article.blog-post ul li,
        .body-container--blog-post article.blog-post ol li {
          font-size: 1.125rem;
          line-height: 2rem; } }
      .body-container--blog-post article.blog-post ul li b,
      .body-container--blog-post article.blog-post ul li strong,
      .body-container--blog-post article.blog-post ol li b,
      .body-container--blog-post article.blog-post ol li strong {
        font-weight: 500; }
  .body-container--blog-post article.blog-post img {
    display: block;
    margin: 0 auto;
    border-radius: 0.5rem;
    max-width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem; }

.body-container--blog-post .bottom-banner__wrapper__inner > div {
  grid-column: 1/-1; }

.body-container--blog-post .blog-recentposts {
  background-color: #fff2ee; }

.body-container--blog-post .blog-recentposts__inner {
  padding-top: 0;
  padding-bottom: 0; }

.body-container--blog-post .blog-recent-posts__list {
  grid-column: 1/-1; }

.body-container--blog-post .blog-recent-posts__post {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 100%;
  display: block;
  text-decoration: none; }
  .body-container--blog-post .blog-recent-posts__post:not(:last-of-type) {
    border-bottom: 1px solid #ffcbbc; }

.body-container--blog-post .blog-recent-posts__author {
  margin: 0 0 1rem; }
  .body-container--blog-post .blog-recent-posts__author * {
    color: #1d4444;
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 500;
    margin: 0; }
    @media (min-width: 36rem) {
      .body-container--blog-post .blog-recent-posts__author * {
        font-size: 1rem;
        line-height: 1.5rem; } }
  .body-container--blog-post .blog-recent-posts__author .publish {
    position: relative;
    opacity: 0.5;
    padding-left: 1rem;
    font-weight: 400; }
    .body-container--blog-post .blog-recent-posts__author .publish::before {
      content: '';
      position: absolute;
      height: 0.25rem;
      width: 0.25rem;
      left: 0.375rem;
      top: 50%;
      margin-top: -2px;
      background-color: #1d4444;
      border-radius: 100%; }

.body-container--blog-post .blog-recent-posts__title {
  color: #1d4444;
  font-family: "Rubik", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 0 1rem; }
  @media (min-width: 36rem) {
    .body-container--blog-post .blog-recent-posts__title {
      font-size: 1.75rem;
      line-height: 2.5rem; } }

.body-container--blog-post .blog-recent-posts__summary {
  color: #1d4444;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 2rem; }
  @media (min-width: 36rem) {
    .body-container--blog-post .blog-recent-posts__summary {
      font-size: 1.125rem;
      line-height: 2rem; } }

.body-container--blog-post .blog-recent-posts__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0 0; }

.body-container--blog-post .blog-recent-posts__tags {
  display: flex;
  gap: 0 0.5rem; }

.body-container--blog-post .blog-recent-posts__tag {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: lighter;
  border-radius: 2.5rem;
  padding: 0 1rem;
  color: #ffffff;
  background: #1d4444; }
  @media (min-width: 36rem) {
    .body-container--blog-post .blog-recent-posts__tag {
      font-size: 1.125rem;
      line-height: 2rem; } }

.body-container--blog-post .blog-recent-posts__readmore {
  display: flex;
  align-items: center; }
  .body-container--blog-post .blog-recent-posts__readmore p {
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #1d4444;
    font-weight: bold;
    line-height: 1.2 !important;
    text-transform: uppercase;
    margin: 0 1rem; }
    @media (min-width: 36rem) {
      .body-container--blog-post .blog-recent-posts__readmore p {
        font-size: 1rem;
        line-height: 1.5rem; } }
  .body-container--blog-post .blog-recent-posts__readmore svg {
    transform: translateX(-8px);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }

.body-container--blog-post .blog-recent-posts__post:hover .blog-recent-posts__readmore svg {
  transform: translateX(0); }

@media (min-width: 36rem) {
  .body-container--blog-post .blog-header__inner,
  .body-container--blog-post .blog-content__inner,
  .body-container--blog-post .blog-recentposts__inner,
  .body-container--blog-post .bottom-banner__wrapper__inner {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0 1rem;
    padding: 0 2.5rem; }
  .body-container--blog-post .blog-header__intro {
    padding-bottom: 0; }
  .body-container--blog-post .blog-header__tag {
    display: block; }
  .body-container--blog-post article.blog-post {
    padding-top: 4rem; }
  .body-container--blog-post .blog-recent-posts__post {
    padding-top: 3rem;
    padding-bottom: 3rem; } }

@media (min-width: 67.5rem) {
  .body-container--blog-post .blog-header__inner,
  .body-container--blog-post .blog-content__inner,
  .body-container--blog-post .blog-recentposts__inner,
  .body-container--blog-post .bottom-banner__wrapper__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0 2rem;
    padding: 0 7rem;
    max-width: 1440px; }
  .body-container--blog-post .blog-header__inner {
    padding-top: 9.5rem; }
  .body-container--blog-post .blog-header__wrapper {
    grid-column: 2/-2; }
  .body-container--blog-post article.blog-post {
    grid-column: 2/-2;
    padding-top: 4.5rem; }
  .body-container--blog-post .bottom-banner__wrapper__inner > div {
    grid-column: 2/-2; }
  .body-container--blog-post .blog-recent-posts__list {
    grid-column: 2/-2; }
  .body-container--blog-post .blog-recent-posts__post {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; } }
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
/* * * * * * * * * * *
/* FONT FACES
/* * * * * * * * * * */
@font-face {
  font-family: 'Wonder';
  src: url('https://f.hubspotusercontent20.net/hubfs/9239422/Whitebird/general/fonts/Wonder-Medium.woff2')
      format('woff2'),
    url('https://f.hubspotusercontent20.net/hubfs/9239422/Whitebird/general/fonts/Wonder-Medium.woff')
      format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wonder';
  src: url('https://f.hubspotusercontent20.net/hubfs/9239422/Whitebird/general/fonts/Wonder-MediumItalic.woff2')
      format('woff2'),
    url('https://f.hubspotusercontent20.net/hubfs/9239422/Whitebird/general/fonts/Wonder-MediumItalic.woff')
      format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Wonder';
  src: url('https://f.hubspotusercontent20.net/hubfs/9239422/Whitebird/general/fonts/Wonder-LightItalic.woff2')
      format('woff2'),
    url('https://f.hubspotusercontent20.net/hubfs/9239422/Whitebird/general/fonts/Wonder-LightItalic.woff')
      format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Wonder';
  src: url('https://f.hubspotusercontent20.net/hubfs/9239422/Whitebird/general/fonts/Wonder-Light.woff2')
      format('woff2'),
    url('https://f.hubspotusercontent20.net/hubfs/9239422/Whitebird/general/fonts/Wonder-Light.woff')
      format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.dnd-section,
.content-wrapper--vertical-spacing,
.dnd-section .dnd-column {
  padding: 0;
}
.dnd-section > .row-fluid {
  max-width: 100%;
}

/* Nav */
body .navigation {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 1000;
}
body .navigation.fixed {
  position: fixed;
}
body .footer.fixed {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100vw;
}

/* Hero Section */
main.landing-main .hero-section {
  position: relative;
  z-index: 1;
  /* padding-top: 84px; */
}

/* Contact Page */
main.contact-main {
  min-height: 100vh;
}