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

.w-pagination-previous-icon {
  margin-right: 4px;
}

.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-next-icon {
  margin-left: 4px;
}

body {
  background-color: #fff;
  font-family: proxima-nova, sans-serif;
  color: #151515;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: paralucent, sans-serif;
  font-size: 44px;
  line-height: 60px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: paralucent, sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: paralucent, sans-serif;
  color: #5400ec;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: paralucent, sans-serif;
  color: #5400ec;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: paralucent, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: paralucent, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  margin-bottom: 24px;
  color: #383838;
  font-size: 16px;
  line-height: 24px;
  -webkit-column-span: none;
  column-span: none;
}

a {
  color: #5400ec;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: #1f0655;
  text-decoration: underline;
}

ul {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  font-weight: 500;
}

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

label {
  display: block;
  margin-bottom: 8px;
  font-size: 9px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 16px 40px;
  border-left: 8px solid #ffc300;
  font-size: 24px;
  line-height: 32px;
}

figure {
  margin-top: 48px;
  margin-bottom: 60px;
}

figcaption {
  margin-top: 16px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #151515;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  text-align: center;
}

.section {
  position: relative;
  z-index: 2;
  padding: 32px;
}

.section.top-section {
  margin-top: 32px;
}

.section.post-hero-section {
  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: 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: #fff;
}

.section.big-paddings {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.more {
  margin-bottom: 64px;
}

.section.bottom_section {
  margin-bottom: 64px;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  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: 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;
  background-color: transparent;
}

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

.wrapper.featured {
  display: block;
}

.wrapper.secondary {
  display: block;
}

.wrapper.headline {
  display: block;
}

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

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 8px 24px;
  -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: none;
  border-radius: 6px;
  background-color: #5400ec;
  -webkit-transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  font-family: paralucent, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.button:hover {
  background-color: #4004ad;
  color: #d4b5ff;
  text-decoration: none;
}

.button.small {
  height: 40px;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 20px;
}

.button.white {
  background-color: #fff;
  -webkit-transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  color: #151515;
}

.button.white:hover {
  background-color: #06c25e;
  color: #fff;
}

.button.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  color: #151515;
}

.button.ghost:hover {
  box-shadow: inset 0 0 0 1px #777;
}

.button.ghost-bg {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  color: #fff;
}

.button.ghost-bg:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px transparent;
  color: #151515;
}

.button.big {
  height: 56px;
  padding: 17px 28px 15px 24px;
  font-size: 16px;
  line-height: 20px;
}

.button.form-button {
  padding-top: 14px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.no-margin {
  margin: 0px;
}

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

.no-padding-vertical {
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-wrapper.overflow-visible {
  overflow: visible;
}

.button-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  margin-right: 8px;
  float: left;
  -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;
}

.button-icon.big {
  width: 20px;
  margin-right: 12px;
}

.button-icon.small {
  width: 16px;
  margin-right: 6px;
}

.sg-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  margin-bottom: 88px;
  padding-top: 80px;
  -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;
  text-align: center;
}

.sg-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sg-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 64px 20%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
  background-color: transparent;
  text-align: center;
}

.sg-button-wrapper.dark-bg {
  border-color: transparent;
  background-color: #151515;
  box-shadow: none;
  color: #e1e6ee;
}

.sg-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sg-header-line {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e6e6e6;
}

.sg-title {
  margin-right: 1.5%;
  margin-bottom: 0px;
  margin-left: 1.5%;
}

.sg-block {
  width: 100%;
  padding-right: 12%;
  padding-bottom: 120px;
  padding-left: 12%;
  text-align: left;
}

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

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

.menu-button-old {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 101;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

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

.nav-link-1 {
  position: relative;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 0px;
  float: left;
  clear: left;
  color: #fff;
  font-size: 48px;
  line-height: 40px;
  font-weight: 500;
  text-decoration: none;
}

.input {
  height: 48px;
  margin-bottom: 0px;
  padding: 8px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
  background-color: #f6f6f6;
  box-shadow: none;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-size: 14px;
  line-height: 20px;
}

.input:hover {
  border-color: #d1d1d1;
  background-color: #fff;
}

.input:focus {
  border-color: #06c25e;
  background-color: #fff;
}

.input.search-resuls-input {
  margin-right: 16px;
  margin-bottom: 0px;
  padding-left: 52px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: #e6e6e6;
  background-image: url('../images/search.svg');
  background-position: 16px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.input.search-resuls-input:hover {
  border-color: #d1d1d1;
}

.input.search-resuls-input:focus {
  border-color: #06c25e;
}

.input.margin-bottom {
  margin-bottom: 16px;
}

.full-width {
  width: 100%;
}

.post-card {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thumbnail-medium {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 256px;
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
}

.post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #666;
  line-height: 16px;
}

.post-v2 {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  min-height: 480px;
  -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;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.thumbnail {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  border: 1px solid #ddd;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured {
  z-index: 5;
  -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-radius: 3px;
  color: #fff;
}

.instagram-gradient {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-left: 6%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(21, 21, 21, 0)), color-stop(93%, #151515));
  background-image: linear-gradient(90deg, rgba(21, 21, 21, 0), #151515 93%);
}

.post-rich-text {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.post-rich-text p {
  font-size: 16px;
  line-height: 28px;
}

.post-rich-text h2 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.post-rich-text h3 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.post-rich-text blockquote {
  position: relative;
  left: -64px;
  width: 120%;
  border-left-width: 8px;
  border-left-color: #ffc300;
}

.post-rich-text h4 {
  font-family: paralucent, sans-serif;
}

.post-rich-text figcaption {
  margin-top: 20px;
  margin-bottom: 4px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.post-rich-text img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
}

.up-button {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: rgba(21, 21, 21, 0.6);
  background-image: url('../images/chevrons-up-white.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1);
}

.up-button:hover {
  background-color: #06c25e;
}

.content-with-sidebar {
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.side-posts {
  max-width: 800px;
  margin-right: auto;
  padding-top: 12px;
}

.sidebar {
  max-width: 280px;
  margin-right: 0px;
  margin-left: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sidebar-block {
  margin-bottom: 48px;
}

.sidebar-block.subscribe {
  border-radius: 8px;
  background-color: #5400ec;
}

.sidebar-block.content {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.sidebar-category {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 11px 20px;
  -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: #e6e6e6;
  border-radius: 6px;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #151515;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.sidebar-category:hover {
  border-color: #d1d1d1;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
}

/* TOC styling */
.toc-container .toc{
  margin-bottom: 32px;
}

.toc-list .toc-list-item{
  margin-bottom: 8px;
}

.toc-list .is-collapsible .toc-list-item{
  font-weight: 400 !important;
  font-size: 14px !important;
}

.is-active-link::before {
  background-color: #6706CE !important;
}

/* end of toc */

.header-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding-bottom: 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;
  border-bottom: 2px solid #ffc300;
}

.header-block.side-margins {
  margin-top: -4px;
  margin-right: 15px;
  margin-left: 15px;
  border-bottom-width: 2px;
  border-bottom-color: #ffc300;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}

.header.subscribe {
  margin-bottom: 8px;
  color: #fff;
  font-size: 20px;
}

.sidebar-featured-thumb {
  position: relative;
  overflow: hidden;
  width: 88px;
  height: 88px;
  margin-right: 20px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
}

.button-icon-2 {
  position: absolute;
  z-index: 1;
  display: none;
}

.hero-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  overflow: hidden;
  height: 100vh;
}

.search-close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 88px;
  -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;
}

.post-v5-medium {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 31vw;
  -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;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.post-v5-small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 23vw;
  -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;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.post-v5-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 43vw;
  -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;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.category-v1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 72px;
  margin: 6px;
  padding: 17px 20px 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;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  -webkit-transition: box-shadow 400ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 400ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.category-v1:hover {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
}

.sg-categories {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  max-width: 440px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-left: 2px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(21, 21, 21, 0.16);
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sg-category-link {
  margin-top: 5px;
  margin-right: -1px;
  margin-bottom: 5px;
  padding: 2px 16px;
  border-right: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
  -webkit-transition: color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: color 400ms cubic-bezier(.215, .61, .355, 1);
  font-family: paralucent, sans-serif;
  color: #383838;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.sg-category-link:hover {
  color: #5400ec;
}

.sg-category-link.first {
  border-left-style: none;
  font-family: paralucent, sans-serif;
  color: #383838;
  font-size: 13px;
  font-weight: 400;
}

.sg-category-link.first:hover {
  color: #5400ec;
}

.sg-category-link.last {
  border-right-style: none;
}

.search-result-thumbnail {
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 160px;
  border-radius: 6px;
  background-color: #f6f6f6;
}

.search-results-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-result-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.search-result-info {
  padding-left: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-result-heading {
  display: inline-block;
  margin-bottom: -8px;
  color: #151515;
  text-decoration: none;
  text-transform: capitalize;
}

.search-result-heading:hover {
  text-decoration: underline;
}

.search-result-summary {
  margin-bottom: 8px;
  color: #777;
  font-size: 14px;
  line-height: 24px;
}

.search-result-link {
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #777;
  font-size: 11px;
  line-height: 16px;
  text-decoration: underline;
}

.search-result-link:hover {
  color: #06c25e;
}

.search-result-list {
  margin-bottom: 16px;
}

.instagram-photo-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
}

.category-v2-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 4px 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #151515;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-5 {
  position: relative;
  margin-right: 16px;
  margin-left: 16px;
  padding: 4px 0px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #20242e;
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-5.w--current {
  box-shadow: none;
  color: #20242e;
}

.nav-link-5.w--current:hover {
  color: #20242e;
}

.nav-category-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.protected-card {
  width: 400px;
  padding: 48px 64px;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
}

.thumbnail-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 350px;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  background-color: #f6f6f6;
}

.change-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 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-radius: 50%;
  background-color: #06c25e;
  font-family: 'Noto Sans HK', sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
}

.footer-v2-link {
  position: relative;
  margin-top: 1px;
  margin-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.form-info {
  margin-top: 20px;
  color: #777;
  font-size: 11px;
  line-height: 16px;
}

.form-success {
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #06c25e;
  border-radius: 6px;
  background-color: rgba(6, 194, 94, 0.08);
  color: #06c25e;
  font-size: 12px;
  line-height: 16px;
}

.form-error {
  margin-top: 16px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(250, 52, 90, 0.3);
  border-radius: 6px;
  background-color: rgba(250, 52, 90, 0.08);
  color: #fa345a;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.tag_style {
  position: relative;
  display: block;
  overflow: hidden;
  height: 24px;
  margin-top: 6px;
  margin-right: 8px;
  margin-bottom: 6px;
  padding: 3px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: color 200ms ease, border-color 200ms ease, background-color 300ms ease;
  transition: color 200ms ease, border-color 200ms ease, background-color 300ms ease;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.tag_style:hover {
  border-color: #5400ec;
  background-color: #5400ec;
  color: #fff;
}

.sidebar-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.back-link {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: color 400ms cubic-bezier(.215, .61, .355, 1);
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

.back-link:hover {
  color: #fff;
}

.post-tag {
  position: relative;
  overflow: hidden;
  margin-right: 16px;
  margin-bottom: 7px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #151515;
  font-size: 14px;
  line-height: 20px;
}

.post-tags {
  display: block;
  padding: 16px;
  -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;
}

.post-heading-big {
  min-height: 80px;
  margin-top: 16px;
}

.post-summary {
  margin-bottom: 12px;
  color: #777;
}

.post-mini {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #151515;
  text-decoration: none;
}

.post-mini-thumbnail {
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
}

.post-mini-heading {
  margin-bottom: 4px;
  color: #1f0655;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.post-mini-heading:hover {
  color: #5400ec;
}

.post-mini-heading.sidebar_content {
  color: #1f0655;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.post-mini-heading.sidebar_content:hover {
  color: #5400ec;
}

.post-mini-heading.home-page {
  padding-top: 12px;
  color: #1f0655;
  font-size: 16px;
  text-transform: none;
}

.post-mini-content {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-mini-content.sidebar_content {
  padding-left: 0px;
}

.subscribe-v3-text {
  margin-bottom: 24px;
  color: #fff;
}

.subscribe-v3-text.post {
  margin-bottom: 0px;
  font-size: 18px;
}

.text-link-dark {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #151515;
  text-decoration: underline;
}

.text-link-dark:hover {
  color: #06c25e;
}

.divider-small {
  width: 1px;
  height: 16px;
  margin-right: 12px;
  margin-left: 12px;
  background-color: #ffc300;
}

.divider-small.byline {
  background-color: #ffc300;
}

.more-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #777;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.more-link:hover {
  border-radius: 20px;
  background-color: #f1f2ff;
  box-shadow: 0 0 0 9px #f1f2ff;
  color: #5400ec;
  text-decoration: underline;
}

.post-heading-link {
  min-height: 64px;
  color: #151515;
  text-transform: none;
}

.post-heading-link:hover {
  text-decoration: underline;
}

.post-heading-link.stack {
  min-height: 0px;
  text-transform: none;
}

.post-heading-link.stack:hover {
  color: #5400ec;
}

.thumbnail-small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 160px;
  padding: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
}

.post-card-v2-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 408px;
  padding: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  color: #fff;
}

.post-card-v2-medium {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 432px;
  padding: 32px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  color: #fff;
}

.post-card-v2-small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 320px;
  padding: 24px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  color: #fff;
}

.thumbnail-huge {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 440px;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  background-color: #f6f6f6;
}

.post-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  -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;
  font-family: proxima-nova, sans-serif;
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
}

.post-info-author {
  display: none;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -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-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #5400ec;
  font-size: 18px;
  text-decoration: none;*/
}

.post-info-author:hover {
  color: #151515;
  text-decoration: underline;
}

.post-info-author.featured {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 14px;
}

.post-info-author.featured:hover {
  text-decoration: underline;
}

.post-info-author.featured.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-info-author.featured.top {
  font-size: 16px;
}

.post-v5-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 24px;
  -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;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  color: #151515;
  text-align: center;
}

.slide-v5-thumbnail {
  position: relative;
  overflow: hidden;
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.post-v3-card {
  position: relative;
  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: 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;
}

.post-v3-thumbnail {
  position: relative;
  overflow: hidden;
  width: 40%;
  height: 200px;
  padding: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
}

.post-v3-content {
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-v3-heading {
  margin-top: -4px;
  text-transform: none;
}

.grid-small {
  display: -ms-grid;
  display: grid;
  margin-right: 15px;
  margin-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 0.5fr));
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.grid-big {
  display: -ms-grid;
  display: grid;
  margin-right: 15px;
  margin-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.post-hero-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  background-color: #f7f8fa;
}

.post-hero-content {
  z-index: 3;
  margin: 64px auto 160px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.post-heading {
  margin-top: 12px;
  color: #1f0655;
  text-transform: none;
}

.post {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  -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;
}

.post-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.post-share.author_byline {
  display: none;
}

.post-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 32px 24px;
  -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;
  border-radius: 6px;
  background-color: #f6f6f6;
}

.post-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-top: 16px;
  padding-bottom: 16px;
  -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;
}

.post-avatar {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-avatar.bottom_byline {
  width: 96px;
  height: 96px;
}

.post-author-link {
  margin-top: -8px;
  color: #777;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.post-author-link:hover {
  color: #1f0655;
  text-decoration: underline;
}

.post-content {
  max-width: 700px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-more {
  width: 100%;
}

.grid-mini {
  display: -ms-grid;
  display: grid;
  margin-right: 15px;
  margin-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.post-body {
  -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;
}

.header-text {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.header-text.static {
  padding-right: 4px;
}

.grid-mini-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.subscribe-v2 {
  display: -ms-grid;
  display: grid;
  padding: 32px 64px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
  background-color: #5400ec;
}

.subscribe-v2-heading {
  margin-top: -6px;
  margin-right: 15px;
  margin-bottom: 0px;
  padding-right: 64px;
  color: #fff;
}

.post-card-v2-max {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  color: #fff;
}

.post-card-v3-medium {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 31vw;
  padding: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.slide-v4-thumbnail {
  position: relative;
  overflow: hidden;
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.text-grey {
  color: #777;
}

.team-member-photo {
  height: 248px;
  border-radius: 6px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member {
  text-align: left;
}

.team-member-name {
  margin-top: 0px;
  margin-bottom: 0px;
}

.team-member-bio {
  margin-bottom: 12px;
  color: #777;
  font-size: 16px;
  line-height: 24px;
}

.team-member-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  -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;
}

.subscribe-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -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;
}

.popup {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 96vh;
  max-width: 770px;
  min-height: 428px;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 16px 30px 0 rgba(21, 21, 21, 0.1);
}

.subscribe-popup-image {
  width: 40%;
  background-image: url('../images/ipet-photo-1061142-unsplash.jpg');
  background-position: 46% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.popup-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 48px;
  -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;
  text-align: center;
}

.close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 17px;
  -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-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.close-button:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.subscribe-popup-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 8px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.popup-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(21, 21, 21, 0.4);
}

.search-results {
  margin: 12px;
  padding-right: 16%;
  padding-left: 16%;
  background-color: #fff;
  color: #151515;
}

.empty-state {
  margin-right: 15px;
  margin-left: 15px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
  background-color: #f6f6f6;
  color: #151515;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.side-menu-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  background-color: rgba(21, 21, 21, 0.4);
  cursor: e-resize;
}

.nav-layout {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  -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;
  color: #fff;
  text-align: center;
}

.post-card-v3-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 33vw;
  min-height: 344px;
  padding: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.faq-card {
  overflow: hidden;
  margin-bottom: 16px;
  padding-right: 32px;
  padding-left: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
  cursor: pointer;
}

.thumbnail-max {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 536px;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  background-color: #f6f6f6;
}

.post-popup-thumbnail {
  position: relative;
  overflow: hidden;
  width: 72px;
  height: 72px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
}

.heading {
  color: #5400ec;
}

.heading-2 {
  color: #5400ec;
}

.body {
  color: #666;
}

.default_rich_text {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.default_rich_text a:hover {
  color: #1f0655;
  text-decoration: underline;
}

.default_rich_text li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.cover_image {
  position: relative;
  width: 100%;
  max-height: 676px;
  margin-top: -200px;
  margin-bottom: 32px;
  border: 1px solid #ddd;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.author_byline {
  color: #5400ec;
  font-size: 14px;
}

.author_image {
  margin-right: 24px;
}

.post_info {
  color: #666;
}

.headline_tags {
  color: #5400ec;
  font-weight: 600;
}

.post_footer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.st-custom-button {
  width: 36px;
  height: 36px;
  margin: 12px;
  border-radius: 20px;
  background-color: #d1d1d1;
  font-family: 'Font Awesome Brands', sans-serif;
  color: #1f0655;
  font-size: 20px;
  line-height: 36px;
  font-weight: 900;
  text-align: center;
}

.st-custom-button.email {
  font-family: 'Font Awesome Regular', sans-serif;
  cursor: pointer;
}

.st-custom-button.email:hover {
  background-color: #5400ec;
  color: #fff;
}

.st-custom-button.twitter {
  cursor: pointer;
}

.st-custom-button.twitter:hover {
  background-color: #1da1f2;
  color: #fff;
}

.st-custom-button.facebook {
  cursor: pointer;
}

.st-custom-button.facebook:hover {
  background-color: #1877f2;
  color: #fff;
}

.st-custom-button.linkedin {
  cursor: pointer;
}

.st-custom-button.linkedin:hover {
  background-color: #0077b5;
  color: #fff;
}

.text-block-3 {
  cursor: pointer;
}

.text-block-4 {
  cursor: pointer;
}

.text-block-5 {
  cursor: pointer;
}

.text-block-6 {
  cursor: pointer;
}

.label {
  display: inline-block;
  padding-right: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.label.tag_list {
  font-weight: 400;
}

.subnav_link {
  padding-right: 32px;
  font-weight: 400;
}

.subnav_link:hover {
  color: #1f0655;
  text-decoration: underline;
}

.subnav_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #d1d1d1;
  background-color: #f7f8fa;
}

.h2_inline {
  display: inline-block;
  padding-right: 5px;
}

.subscribe_content {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  margin-top: -55px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding: 32px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subscribe_content.post {
  display: none;
  -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;
}

.primary_button {
  border-radius: 4px;
  background-color: #00ffce;
  font-family: paralucent, sans-serif;
  color: #1f0655;
  font-weight: 600;
  letter-spacing: 1px;
}

.primary_button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.subscribe_post {
  border-radius: 8px;
  background-color: #5400ec;
}

.dropdown-2 {
  display: none;
}

.mobile_tags {
  display: none;
}

.author_about {
  display: none;
}

.author_details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  -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;
}

.nav__link__button--solid.secondarybutton {
  margin-left: 26px;
  background-color: #1f0655;
  color: #fff;
  white-space: nowrap;
}

.promo {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 64px;
  border-radius: 12px;
  background-color: #f1f2ff;
  text-align: left;
}

.promo_text {
  padding-bottom: 24px;
  font-size: 18px;
}

.promo_heading {
  color: #5400ec;
}

.kg-bookmark-container {
  max-width: 700px;
}

.kg-bookmark-title {
  font-family: paralucent, sans-serif;
  color: #5400ec;
  font-size: 18px;
}

.kg-bookmark-metadata {
  color: #5400ec;
  font-weight: 600;
}

.view_all {
  margin-top: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}

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

.sidebar_col {
  max-width: 280px;
  margin-top: -96px;
  margin-right: 0px;
  margin-left: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tag_list {
  width: 100%;
  margin-bottom: 48px;
}

.tag_list_page {
  display: -ms-grid;
  display: grid;
  margin-top: -6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tag_card_text {
  display: block;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  font-weight: 600;
}

.tag_card_text:hover {
  border-color: #5400ec;
  background-color: #5400ec;
  color: #fff;
}

.tag_card {
  width: 100%;
}

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

.div-block-18 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}

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

.image-7 {
  width: 80%;
}

.utility-page-content-2 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  padding: 64px;
  -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;
}

.button-2 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 16px 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 4px;
  background-color: #00ffce;
  box-shadow: 0 3px 3px 0 rgba(0, 96, 78, 0.2);
  font-family: paralucent, sans-serif;
  color: #062455;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.button-2:hover {
  background-color: #01eabd;
  box-shadow: 0 4px 5px 0 rgba(0, 164, 133, 0.22), 0 4px 3px 0 rgba(0, 0, 0, 0.09);
  text-decoration: none;
}

.button-2:active {
  background-color: #00dcb2;
  box-shadow: 0 4px 5px 0 rgba(0, 217, 175, 0.35), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

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

.header--secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
  padding-bottom: 96px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #062455;
  background-image: url('../images/bkgd_flow.svg'), -webkit-gradient(linear, left bottom, left top, from(#7733f4), to(#1f0655));
  background-image: url('../images/bkgd_flow.svg'), linear-gradient(0deg, #7733f4, #1f0655);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  opacity: 1;
}

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

.button__icon {
  padding-right: 12px;
  font-family: 'Font Awesome Regular', sans-serif;
}

.search__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4px;
  padding-left: 4px;
}

.search__container:hover {
  border-radius: 2px;
  background-color: #ddd6fe;
  box-shadow: 0 0 0 8px #ddd6fe;
  text-decoration: none;
}

.search__container:active {
  background-color: #beb0ff;
  box-shadow: 0 0 0 8px #beb0ff;
}

.button__label {
  font-weight: 400;
}

.paginate__button {
  border-color: #d1d1d1;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #5400ec;
}

.paginate__button:hover {
  background-color: #5400ec;
  color: #fff;
  text-decoration: none;
}

.pagination__button__label {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pagination__container {
  margin-top: 32px;
  margin-bottom: 32px;
}

.button__icon__pagination {
  display: inline-block;
  width: 24px;
  padding-right: 4px;
  padding-left: 4px;
  font-family: 'Font Awesome Regular', sans-serif;
  text-align: center;
}

.mobile__menu__button {
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px;
  padding: 12px;
  border: 2px solid #00ffce;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.mobile__menu__button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.nav__main__actions {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.nav__dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-left: 12px;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.nav__dropdown:hover {
  box-shadow: 0 4px 0 -1px #00ffce;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.nav__link__button--solid, .nav__link__button--solid-sidebar {
  display: inline-block;
  padding: 12px;
  border: 2px solid #00ffce;
  border-radius: 4px;
  background-color: #00ffce;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  font-family: paralucent, sans-serif;
  color: #1f0655;
  font-weight: 600;
  letter-spacing: 1.4px;
}

.nav__link__button--solid {
  padding: 6px 12px;
}

.nav__link__button--solid:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-decoration: none;
}

.nav__logo__link {
  position: relative;
  display: inline-block;
  margin-right: 32px;
}

.nav__dropdown__splitgrid {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 8px;
}

.nav__dropdown__container {
  border-radius: 8px;
  background-color: #fff;
}

.nav__dropdown__container.w--open {
  left: -8px;
  padding: 24px 24px 32px 32px;
  border-radius: 8px;
  box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: opacity 575ms ease;
  transition: opacity 575ms ease;
}

.nav--dropdown__heading {
  font-family: paralucent, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav__link {
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px;
  padding: 12px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.nav__link:hover {
  box-shadow: 0 4px 0 -1px #00ffce;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-decoration: none;
}

.nav__text {
  color: #fff;
  font-weight: 600;
}

.menu__button__dropdown {
  display: none;
}

.nav__dropdown__card {
  min-width: 200px;
}

.nav__dropdown__card:hover {
  border-radius: 1px;
  background-color: #e9e9e9;
  box-shadow: 0 0 0 9px #e9e9e9;
  text-decoration: none;
}

.nav__default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 96px;
  -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;
}

.nav__icon {
  position: relative;
  margin-right: 0px;
  padding-left: 8px;
  color: #fff;
}

.nav__logo {
  height: 48px;
  max-width: 120px;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav__icons {
  display: none;
}

.nav__dropdown__cards {
  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-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.rfooter__link {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #af9bce;
  font-weight: 400;
  text-decoration: none;
}

.rfooter__link:hover {
  color: #af9bce;
  text-decoration: underline;
}

.rfooter__column {
  display: block;
}

.rfooter__logo {
  width: auto;
  height: auto;
  max-width: 160px;
  margin-bottom: 24px;
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.rfooter__heading {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #4be2c5;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.rfooter__content--default {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.rf_footer {
  padding: 64px 32px 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1f0655;
  text-align: center;
}

.rfooter__disclaimer {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #af9bce;
  font-size: 14px;
}

.rfooter__links {
  margin-bottom: 32px;
}

.rfooter__container {
  display: -ms-grid;
  display: grid;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.rfooter__li {
  font-weight: 400;
}

.pagination__tag {
  margin: 32px auto;
}

.rfooter__contactblock {
  margin-top: 40px;
}

.rfooter__heading--contact {
  margin-bottom: 8px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.rfooter__link--contact {
  display: block;
  padding-top: 2px;
  padding-bottom: 3px;
  font-family: proxima-nova, sans-serif;
  color: #ffc300;
  font-weight: 600;
}

.rfooter__link--contact:hover {
  color: #ffc300;
}

.text-span-20 {
  display: inline-block;
  width: 16px;
  margin-right: 8px;
  padding-right: 0px;
  font-family: 'Font Awesome Regular', sans-serif;
  font-size: 14px;
  text-align: center;
}

.rfooter__sales {
  max-width: 1200px;
  margin-bottom: 42px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #ffc300;
  border-radius: 12px;
  color: #fff;
}

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

.link-4 {
  color: #00ffce;
}

.link-4:hover {
  color: #00ffce;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  figcaption {
    margin-top: 16px;
  }

  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.top-section {
    margin-top: 24px;
  }

  .section.post-hero-section {
    padding-bottom: 140px;
    background-image: none;
  }

  .section.big-paddings {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .no-margin {
    margin: 0px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sg-header {
    margin-bottom: 64px;
  }

  .sg-button-block {
    width: 50%;
    padding: 8px;
  }

  .sg-button-wrapper {
    padding: 40px 12%;
  }

  .sg-block {
    padding-right: 10%;
    padding-bottom: 96px;
    padding-left: 10%;
  }

  .menu-button-old {
    height: 64px;
    padding: 20px;
    background-color: transparent;
  }

  .nav-link-1 {
    font-size: 40px;
    line-height: 32px;
  }

  .post-card {
    background-color: #fff;
  }

  .thumbnail-medium {
    height: 35vw;
  }

  .instagram-gradient {
    display: none;
  }

  .post-rich-text blockquote {
    position: static;
    width: auto;
  }

  .content-with-sidebar {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-posts {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sidebar {
    display: none;
    width: 50%;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .sidebar.author {
    display: none;
  }

  .sidebar-category:hover {
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  }

  .header-block.side-margins {
    margin-right: 0px;
    margin-left: 0px;
  }

  .header {
    font-size: 18px;
    line-height: 28px;
  }

  .search-close {
    width: 64px;
    height: 64px;
  }

  .post-v5-medium {
    min-height: 46vw;
  }

  .post-v5-small {
    min-height: 46vw;
  }

  .post-v5-big {
    min-height: 46vw;
  }

  .category-v1 {
    height: 56px;
    margin: 4px;
    font-size: 17px;
    line-height: 24px;
  }

  .category-v1:hover {
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  }

  .sg-categories {
    top: 64px;
    display: none;
  }

  .search-result-thumbnail {
    width: 128px;
    height: 96px;
  }

  .search-results-form {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .search-result-info {
    padding-left: 24px;
  }

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

  .nav-link-5 {
    width: 33.33%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 16px 24px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e2e4eb;
  }

  .thumbnail-big {
    height: 300px;
    padding: 20px;
  }

  .post-heading-big {
    min-height: 0px;
  }

  .post-summary {
    line-height: 20px;
  }

  .post-heading-link {
    min-height: 0px;
  }

  .thumbnail-small {
    height: 35vw;
    padding: 20px;
  }

  .post-card-v2-big {
    height: 64vw;
    background-color: #fff;
  }

  .post-card-v2-medium {
    height: 55vw;
    background-color: #fff;
  }

  .post-card-v2-small {
    height: 55vw;
    background-color: #fff;
  }

  .thumbnail-huge {
    height: 35vw;
    padding: 20px;
  }

  .post-v5-card {
    background-color: #fff;
  }

  .post-v3-card {
    background-color: #fff;
  }

  .post-v3-thumbnail {
    width: 34vw;
    height: 26vw;
  }

  .post-v3-content {
    padding-right: 32px;
    padding-left: 24px;
  }

  .grid-small {
    margin-right: 0px;
    margin-left: 0px;
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 0.5fr));
  }

  .grid-big {
    margin-right: 0px;
    margin-left: 0px;
    grid-template-columns: repeat(auto-fit, minmax(80vw, 1fr));
  }

  .post-hero-content {
    max-width: 100%;
    margin-top: 32px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 8px;
    padding-bottom: 20px;
    padding-left: 8px;
  }

  .post {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .post-wrapper {
    padding-top: 24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-share {
    display: none;
    width: 96px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .post-share.author_byline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .post-content {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid-mini {
    margin-right: 8px;
    margin-left: 8px;
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
  }

  .subscribe-v2 {
    -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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .subscribe-v2-heading {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .post-card-v2-max {
    height: 64vw;
    background-color: #fff;
  }

  .post-card-v3-medium {
    height: 60vw;
    background-color: #fff;
  }

  .team-member-photo {
    height: 31vw;
  }

  .team-member-info {
    display: block;
  }

  .subscribe-popup {
    display: none;
  }

  .popup {
    width: 92vw;
  }

  .popup-info {
    padding-right: 40px;
    padding-left: 40px;
  }

  .search-results {
    padding-right: 10%;
    padding-left: 10%;
  }

  .empty-state {
    margin-right: 8px;
    margin-left: 8px;
  }

  .menu-button-2 {
    margin-left: 16px;
    border-left: 1px solid rgba(22, 26, 37, 0.1);
  }

  .menu-button-2.w--open {
    background-color: transparent;
    color: #161a25;
  }

  .post-card-v3-big {
    height: 60vw;
    min-height: 0px;
    background-color: #fff;
  }

  .thumbnail-max {
    height: 60vw;
    padding: 20px;
  }

  .byline {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .post_footer {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .dropdown-2 {
    display: none;
  }

  .mobile_tags {
    display: block;
    margin-bottom: 24px;
  }

  .author_about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 32px;
    padding-bottom: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #ffc300;
  }

  .image-6 {
    width: 100px;
    height: 100px;
    border-radius: 100px;
  }

  .author_details {
    display: block;
    margin-right: 32px;
    margin-left: 32px;
  }

  .sidebar_col {
    display: none;
    width: 50%;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

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

  .mobile__menu__button {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #00ffce;
  }

  .mobile__menu__button:hover {
    border-color: #33eeca;
    background-color: #33eeca;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-decoration: none;
  }

  .mobile__menu__button.secondary {
    margin-right: 0px;
    margin-left: 0px;
    border-color: #4202b8;
    background-color: transparent;
  }

  .mobile__menu__button.secondary:hover {
    background-color: #e3d8f5;
  }

  .nav__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav__link__button--solid {
    display: none;
  }

  .mobile__section__toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav__logo__link {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav__logo__link.w--current {
    display: block;
  }

  .mobile__section__content {
    position: static;
    background-color: transparent;
  }

  .mobile__section__content.w--open {
    display: block;
    margin-top: 16px;
    padding-bottom: 16px;
  }

  .nav--dropdown__heading {
    color: #666;
    font-size: 16px;
    font-weight: 400;
  }

  .nav__link {
    display: none;
  }

  .menu__mobile {
    right: 0px;
  }

  .menu__mobile.w--open {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 24px 24px 24px 32px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 10px 20px rgba(0, 0, 0, 0.19), 0 0 6px 6px rgba(0, 0, 0, 0.23);
  }

  .mobile__menu__icon {
    width: 32px;
    height: 32px;
    font-family: 'Font Awesome Solid', sans-serif;
    color: #666;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
  }

  .nav__text {
    color: #4202b8;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
  }

  .nav__text:hover {
    text-decoration: none;
  }

  .menu__button__dropdown {
    position: static;
    display: block;
  }

  .mobile__menu__footer {
    display: -ms-grid;
    display: grid;
    margin-top: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .nav__default {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 96px;
  }

  .nav__icon--hamburger {
    min-width: 32px;
    font-family: 'Font Awesome Regular', sans-serif;
    color: #00ffce;
    font-size: 32px;
    line-height: 32px;
    cursor: default;
  }

  .menu__toggle {
    padding: 0px;
  }

  .nav__touch {
    display: none;
  }

  .nav__logo {
    display: block;
  }

  .nav__icons {
    display: inline-block;
    min-height: auto;
    min-width: auto;
    padding: 12px;
    text-align: center;
  }

  .nav__icons.w--open {
    background-color: #46005e;
  }

  .mobile__section {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #bbb;
  }

  .mobile__section:hover {
    text-decoration: none;
  }

  .nav__icon--close {
    display: none;
    min-height: 32px;
    min-width: 32px;
    font-family: 'Font Awesome Regular', sans-serif;
    color: #00ffce;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    cursor: default;
  }

  .mobile__section__title {
    font-family: paralucent, sans-serif;
    color: #4202b8;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
  }

  .rfooter__logo {
    margin-top: 0px;
  }

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

  .rfooter__li:hover {
    text-decoration: none;
  }

  .rfooter__li:active {
    border-radius: 0px;
    background-color: rgba(66, 3, 184, 0.3);
    box-shadow: 0 0 0 8px rgba(66, 3, 184, 0.3);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }

  h2 {
    font-size: 22px;
    line-height: 32px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 17px;
    line-height: 26px;
  }

  blockquote {
    padding-right: 32px;
    padding-left: 32px;
    font-size: 20px;
    line-height: 28px;
  }

  figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  figcaption {
    margin-top: 8px;
    font-size: 12px;
  }

  .section {
    padding: 20px 24px;
  }

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

  .section.big-paddings {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .no-margin {
    margin: 0px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sg-button-block {
    width: 100%;
  }

  .sg-button-wrapper {
    padding-right: 25%;
    padding-left: 25%;
  }

  .menu-button-old {
    height: 60px;
    padding: 18px;
  }

  .nav-link-1 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 20px;
  }

  .thumbnail-medium {
    padding: 16px;
  }

  .post-info {
    left: 24px;
    right: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    font-size: 14px;
    line-height: 14px;
  }

  .post-v2 {
    min-height: 400px;
  }

  .post-rich-text p {
    font-size: 15px;
    line-height: 24px;
  }

  .search-close {
    width: 60px;
    height: 60px;
  }

  .category-v1 {
    height: 48px;
    font-size: 14px;
    line-height: 20px;
  }

  .sg-categories {
    display: none;
  }

  .search-result-thumbnail {
    width: 120px;
    height: 92px;
  }

  .search-result-summary {
    font-size: 12px;
    line-height: 20px;
  }

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

  .thumbnail-big {
    padding: 16px;
  }

  .footer-v2-link {
    margin: 4px 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 16px;
  }

  .form-info {
    margin-top: 28px;
  }

  .back-link {
    margin-top: 28px;
  }

  .post-tags {
    padding-bottom: 0px;
  }

  .post-summary {
    font-size: 13px;
  }

  .subscribe-v3-text.post {
    margin-bottom: 24px;
  }

  .divider-small {
    margin-right: 10px;
    margin-left: 10px;
  }

  .thumbnail-small {
    padding: 16px;
  }

  .post-card-v2-medium {
    padding: 24px;
  }

  .thumbnail-huge {
    height: 33vw;
    padding: 16px;
  }

  .post-info-block {
    font-size: 13px;
  }

  .post-info-author.featured {
    font-size: 14px;
  }

  .post-v5-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .post-v3-thumbnail {
    width: 25vw;
    height: 25vw;
  }

  .post-v3-content {
    padding-right: 0px;
    padding-left: 16px;
  }

  .post-v3-heading {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }

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

  .grid-big {
    grid-row-gap: 32px;
  }

  .post-hero-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .post-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .post-share {
    display: none;
  }

  .post-share.author_byline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .post-about {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .post-author {
    width: auto;
    padding-top: 0px;
  }

  .post-avatar {
    width: 36px;
    height: 36px;
    margin-left: 12px;
  }

  .grid-mini {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-list {
    grid-column-gap: 0px;
  }

  .subscribe-v2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .popup {
    max-width: 500px;
    min-height: 0px;
  }

  .subscribe-popup-image {
    display: none;
  }

  .popup-info {
    padding: 48px 12% 40px;
  }

  .subscribe-popup-grid {
    margin-bottom: 0px;
  }

  .search-results {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .post-card-v3-big {
    padding: 32px;
  }

  .faq-card {
    padding-right: 24px;
    padding-left: 24px;
  }

  .thumbnail-max {
    height: 52vw;
    padding: 16px;
  }

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

  .post_mini_mobile {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .subnav_text.dropdown {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .subnav_link {
    display: none;
  }

  .subnav_link.dropdown {
    display: block;
  }

  .subnav_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .text-block-8 {
    font-size: 12px;
  }

  .subscribe_content.post {
    -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;
  }

  .subnav_dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    color: #5400ec;
    font-weight: 600;
  }

  .subnav_dropdown.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .icon {
    position: static;
  }

  .icon.dropdown {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-block-9 {
    padding-right: 8px;
  }

  .dropdown_list {
    position: relative;
    display: none;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: transparent;
  }

  .dropdown-2 {
    z-index: 5;
    display: inline-block;
  }

  .dropdown_grid {
    display: -ms-grid;
    display: grid;
    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;
    grid-template-rows: auto;
  }

  .promo {
    padding: 31px;
  }

  .button-2 {
    padding: 15px 20px;
    font-size: 18px;
  }

  .header--secondary {
    padding-right: 24px;
    padding-left: 24px;
  }

  .button__label {
    font-weight: 600;
  }

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

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

  .rfooter__heading {
    margin-top: 0px;
  }

  .rf_footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rfooter__container {
    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-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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 12px;
    padding-left: 12px;
  }

  .no-margin {
    margin: 0px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sg-button-block {
    width: 100%;
  }

  .sg-button-wrapper {
    padding-right: 20%;
    padding-left: 20%;
  }

  .sg-block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .thumbnail-medium {
    height: 64vw;
  }

  .post-rich-text blockquote {
    padding: 8px 0px 8px 24px;
  }

  .up-button {
    display: none;
  }

  .sidebar {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .post-v5-medium {
    min-height: 90vw;
  }

  .post-v5-small {
    min-height: 90vw;
  }

  .post-v5-big {
    min-height: 90vw;
  }

  .search-result-thumbnail {
    width: 100%;
    height: 64vw;
  }

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

  .search-result-info {
    padding-top: 24px;
    padding-left: 0px;
  }

  .nav-link-5 {
    width: 100%;
  }

  .protected-card {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
    padding: 48px;
  }

  .post-tags {
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .post-summary {
    font-size: 13px;
  }

  .post-mini-heading {
    font-size: 16px;
  }

  .post-heading-link {
    min-height: 0px;
  }

  .thumbnail-small {
    height: 64vw;
  }

  .post-card-v2-big {
    height: 112vw;
    padding: 24px;
  }

  .post-card-v2-medium {
    height: 112vw;
  }

  .post-card-v2-small {
    height: 112vw;
  }

  .thumbnail-huge {
    height: 64vw;
  }

  .post-v3-card {
    display: block;
  }

  .post-v3-thumbnail {
    display: block;
    width: auto;
    height: 64vw;
  }

  .post-v3-content {
    padding-left: 0px;
  }

  .post-v3-heading {
    margin-top: 16px;
    font-size: 16px;
  }

  .grid-small {
    grid-template-columns: repeat(auto-fit, minmax(80vw, 1fr));
  }

  .post-share {
    display: none;
  }

  .post-share.author_byline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid-mini {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .post-body {
    display: block;
  }

  .subscribe-v2 {
    padding: 40px 32px;
  }

  .post-card-v2-max {
    height: 112vw;
    padding: 24px;
  }

  .post-card-v3-medium {
    height: 120vw;
    padding: 24px;
  }

  .team-member-photo {
    height: 60vw;
  }

  .subscribe-popup-grid {
    grid-row-gap: 16px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .search-results {
    margin-right: -8px;
    margin-left: -8px;
    padding: 56px 16px;
  }

  .nav-layout {
    margin-top: 40px;
  }

  .post-card-v3-big {
    height: 120vw;
    padding: 24px;
  }

  .faq-card {
    padding-right: 16px;
    padding-left: 16px;
  }

  .thumbnail-max {
    height: 64vw;
  }

  .subnav_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 24px;
    padding-left: 24px;
  }

  .mobile_tags {
    margin-bottom: 16px;
  }

  .dropdown_grid {
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

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

  .author_details {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .sidebar_col {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

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

  .utility-page-wrap-2 {
    padding: 24px;
  }

  .header--secondary {
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .nav--dropdown__heading {
    margin-top: 20px;
    margin-bottom: 12px;
  }

  .menu__mobile.w--open {
    padding-top: 12px;
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .rfooter__column {
    min-width: 0px;
  }

  .rf_footer {
    padding-right: 24px;
    padding-left: 24px;
    text-align: left;
  }

  .rfooter__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .rfooter__li {
    margin-right: 16px;
  }
}

#w-node-_3a6d75b8-c251-940d-8ed9-73c31209ac7d-98a3acca {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-ff214270-0eb2-53b9-3ec7-e7b75829ace0-b4e9a3c2 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ff214270-0eb2-53b9-3ec7-e7b75829ace0-b4e9a3c2 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  blockquote {
    max-width: 470px;
    overflow: auto;
  }
  .gist-p {max-width:470px; overflow:auto}  
  
  .gist .gist-file {
    margin: auto;
    max-width: 470px;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ff214270-0eb2-53b9-3ec7-e7b75829ace0-b4e9a3c2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_3a6d75b8-c251-940d-8ed9-73c31209ac7d-98a3acca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  blockquote {
    max-width: 350px;
    overflow: auto;
  }
  .gist-p {max-width:350px; overflow:auto}  
  .gist .gist-file {
    margin: auto;
    max-width: 350px;
  }
}

@font-face {
  font-family: 'Font Awesome Light';
  src: url('../fonts/fa-light-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome Regular';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome Solid';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome Brands';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}