:root {
  --blue-main: #431ce0;
  --blueblack: #383d57;
  --lavender: #e9e9e9;
  --dark-slate-gray-3: #333;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #edeff2;
  --white-smoke-3: #f3f3f3;
  --light-gray: #d4d4d4;
  --dim-gray-3: #5d5d5d;
  --white-smoke-4: #f0f0f0;
  --dark-gray: #aaa;
  --dark-gray-2: #969696;
  --ddd: #ddd;
  --blue-accent: var(--blue-main);
  --blue-sky-accent: #57bcf5;
}

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

body {
  color: #383d57;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  line-height: 135%;
}

h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 46px;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 135%;
}

h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

h5 {
  text-transform: none;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
}

a {
  color: var(--blue-main);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
}

li {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  list-style-type: disc;
}

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

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 0 solid #e2e2e2;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  color: #aaa;
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
}

.button {
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px #ddd;
}

.button:hover {
  box-shadow: 0 0 0 1px #333;
}

.button.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #aaa;
  margin-left: 25px;
  padding: 15px 0;
  font-size: 14px;
  text-decoration: none;
}

.navigation-link:hover, .navigation-link.w--current {
  color: #333;
}

.navigation-bar {
  background-color: #0000;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.nav-menu-all {
  float: none;
  background-color: #c8c8c800;
  margin-top: 80px;
}

.section {
  background-color: #fff;
  padding-top: 63px;
  padding-bottom: 63px;
  position: relative;
}

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  color: #fff;
  background-color: #5d5d5d;
}

.header-section {
  background-color: #333;
  padding-top: 65px;
  padding-bottom: 65px;
}

.social-button {
  background-color: #000;
  border-radius: 100px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  transition: opacity .3s;
}

.social-button:hover {
  opacity: .7;
}

.social-button.border {
  background-color: #0000;
  border: 1px solid #0000005c;
  padding: 6px;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  opacity: .41;
  justify-content: center;
  align-items: center;
  width: 80px;
  padding: 14px;
  transition: opacity .2s;
  display: flex;
}

.social-icon-link:hover {
  opacity: .8;
}

.side_nav-link-all {
  color: var(--blueblack);
  letter-spacing: .5px;
  text-transform: none;
  border-left: 2px solid #0000;
  margin-top: 6px;
  margin-bottom: 8px;
  padding: 0 0 0 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 145%;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.side_nav-link-all:hover, .side_nav-link-all.w--current {
  color: #000;
  border-left: 2px solid #000;
}

.side_nav-link-all.float-right {
  float: right;
  margin-right: 0;
}

.side_nav-link-all.big {
  opacity: 1;
  color: var(--blueblack);
  margin-top: 20px;
  padding-left: 8px;
  font-size: 13px;
  font-weight: 400;
}

.side_nav-link-all.big:hover {
  border-left-color: #0000;
}

.side_nav-link-all.sub {
  padding-left: 32px;
  font-size: 12px;
  font-weight: 400;
}

.side_nav-link-all.medium {
  padding-left: 8px;
  font-size: 12px;
  font-weight: 700;
}

.side_nav-link-all.about {
  padding-left: 0;
}

.side_nav-link-all.active {
  color: #a5a5a5;
}

.side_nav-link-all.hide_lik {
  display: none;
}

.side_nav-link-all.next {
  opacity: .3;
  font-weight: 400;
}

.side_nav-link-all.soon {
  opacity: .3;
  font-style: italic;
}

.side_nav-link-all.soon.hide {
  display: none;
}

.side_nav-link-all.draft_article {
  opacity: .6;
}

.side_nav-link-all.draft_article.w--current {
  color: var(--blue-main);
  font-weight: 600;
}

.site-name {
  color: #333;
  margin-top: 13px;
  font-size: 24px;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.site-name.w--current {
  font-family: PT Serif, serif;
  font-weight: 700;
}

.post-wrapper {
  background-color: #fff;
  border: 1px #000;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.post-summary {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 144%;
  display: block;
}

.post-info {
  color: #969696;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 12px;
  line-height: 125%;
  display: inline-block;
}

.post-info.when-link {
  text-decoration: none;
}

.post-info.when-link:hover {
  color: #333;
}

.blog-title-link {
  color: #333;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.blog-title-link:hover {
  opacity: .61;
}

.txt_rt_rich_body-text_highlight {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.txt_rt_rich_body-text_highlight p {
  font-size: 15px;
  line-height: 140%;
}

.txt_rt_rich_body-text_highlight img {
  border-radius: 3px;
  max-width: 500px;
  display: block;
}

.txt_rt_rich_body-text_highlight a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.txt_rt_rich_body-text_highlight a:hover {
  text-decoration: underline;
}

.txt_rt_rich_body-text_highlight li {
  margin-top: 8px;
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 170%;
}

.txt_rt_rich_body-text_highlight blockquote {
  color: #6671ad;
  border-left-width: 0;
  border-left-color: #333;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 120%;
}

.txt_rt_rich_body-text_highlight figure {
  margin-bottom: 20px;
}

.success-message {
  background-color: #f0f0f0;
  border-radius: 3px;
  padding-top: 49px;
  padding-bottom: 49px;
}

.success-text {
  margin-bottom: 0;
  font-size: 17px;
}

.text-field {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 15px;
}

.text-field.text-area {
  min-height: 110px;
}

.social-link-group {
  margin-top: 20px;
  margin-bottom: 0;
}

.button-wrapper {
  color: green;
  text-align: center;
  margin-top: 50px;
}

.blog-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
}

.white-wrapper {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 0 0 1px #ddd;
}

.circle-profile {
  border-radius: 500px;
  width: 70%;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-header {
  text-align: left;
  text-transform: capitalize;
  background-color: #fff;
  border-bottom: 1px solid #d3d3d3;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.main-subheading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 150%;
  display: block;
}

.footer {
  background-color: #333;
  padding-top: 29px;
  padding-bottom: 29px;
}

.button-round {
  color: #3b99d9;
  background-color: #fff;
  border: 0 #d3d3d3;
  border-radius: 0;
  padding: 5px 12px 5px 0;
  font-size: 12px;
  font-weight: 600;
  transition: border .2s, color .2s;
}

.button-round:hover {
  color: #333;
  border-color: #333;
}

.post-info-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px;
}

.sidebar-copy h1 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 125%;
}

.sidebar-copy p {
  margin-bottom: 10px;
  font-size: 12px;
}

.sidebar-copy h2, .sidebar-copy h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 125%;
}

.header-links {
  color: #969696;
  letter-spacing: .5px;
  margin-bottom: 20px;
  margin-right: 16px;
  font-family: Domine;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.header-links:hover, .header-links.w--current {
  color: #ebebeb;
}

.header-links.blog-name {
  color: #ebebeb;
  letter-spacing: 1px;
  margin-right: 25px;
  font-size: 25px;
  font-weight: 700;
  line-height: 23px;
}

.content---right {
  width: 75%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  position: static;
  inset: 0% auto 0% 0%;
}

.footer-text {
  color: #969696;
  letter-spacing: .5px;
  margin-right: 22px;
  font-size: 12px;
  display: inline-block;
}

.post-title-section {
  text-align: center;
  border-bottom: 1px solid #dadada;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.body-wrapper {
  max-width: 1400px;
  height: 100%;
  display: flex;
}

.sidebar-column {
  background-color: #f2f2f2;
  width: 23%;
  min-width: 240px;
  max-width: 280px;
  height: auto;
  min-height: 1000px;
  padding: 50px 24px;
  position: sticky;
  top: 0;
}

.logo-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.logo-link {
  float: none;
  margin-bottom: 16px;
  display: block;
}

.li {
  background-color: #d8d8d8;
  width: 40%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.li.small {
  width: 40%;
  margin-top: 8px;
  margin-bottom: 8px;
  display: none;
}

.blog-list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.collection-list {
  flex-wrap: wrap;
  align-content: space-between;
  display: flex;
}

.collection-item {
  width: 260px;
  margin-right: 40px;
}

.sidebar-coll---main-categories {
  margin-top: 33px;
}

.sidebar-nav-link-color {
  width: 10px;
  height: 10px;
  margin-left: 0;
  margin-right: 16px;
  padding-right: 0;
}

.collection-item-2 {
  align-items: center;
  display: flex;
}

.breadcrumb {
  display: flex;
}

.link {
  font-size: 16px;
}

.link.ispadded, .slash {
  padding-left: 8px;
  padding-right: 8px;
}

.daily, .healthy, .wealthy, .wise {
  display: block;
}

.dailycolllist {
  display: none;
}

.c_3col-test {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.col_3col {
  min-width: 240px;
  max-width: 280px;
}

.container_main_full {
  height: 120px;
}

.c_footer {
  z-index: 10;
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
  position: relative;
}

.img_blog_article_top {
  object-fit: cover;
  width: 100%;
  min-height: 400px;
  max-height: 500px;
  display: block;
}

.html-subscribe-ck_hide {
  border: 1px solid #0000000d;
  min-height: 200px;
  margin-top: 24px;
  display: none;
}

.c_space_bottom_last {
  height: 100px;
}

.c_space_bottom_last.double_it {
  height: 200px;
}

.c_main_body_2col {
  justify-content: space-between;
  display: flex;
}

.image {
  width: 100%;
  max-width: 120px;
  display: block;
}

.sy_c_article_end {
  padding-top: 0;
}

.button_main {
  background-color: var(--blue-main);
  color: var(--lavender);
  padding: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button_main:hover {
  background-color: #4e45ffcc;
}

.button_main.radiused {
  border-radius: 5px;
}

.button_main.radiused.outlines {
  border: 1px solid var(--blue-main);
  color: var(--blue-main);
  background-color: #fff;
}

.button_main.radiused.outlines:hover {
  background-color: #f1edff;
}

.button_main.radiused.outlines.small {
  font-size: 15px;
}

.button_main.smaller_buy {
  font-size: 14px;
}

.body {
  font-family: Work Sans, sans-serif;
}

.c_coffeee_sub {
  margin-bottom: 24px;
}

.social_mine {
  display: flex;
}

.art_intro {
  margin-top: 60px;
}

.after {
  margin-bottom: 120px;
}

.c_page_link_drops {
  flex-direction: column;
  max-width: 900px;
  margin: 24px auto 64px;
  display: flex;
}

.lnk_page_link-to-sections {
  color: var(--blue-main);
  margin-top: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.lnk_page_link-to-sections.small--paragraph {
  font-size: 16px;
}

.embed-ultra-marathon {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 150%;
}

.heading {
  color: var(--blueblack);
}

.main-first {
  margin-top: 48px;
}

.spacer_endarticle {
  height: 90px;
}

.rich-text-block {
  font-style: normal;
}

.block-quote {
  color: #5e5e5e;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

.block-quote.hide_quote {
  display: none;
}

.img_doantyhing {
  box-sizing: border-box;
  object-fit: contain;
  width: 100%;
  max-width: 560px;
  height: 100%;
  max-height: 630px;
  margin: 20px auto;
}

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

.div-block {
  background-color: var(--blue-main);
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text-max-500 {
  max-width: 500px;
}

.rich-text-max-500._650 {
  max-width: 650px;
}

.rich-text-max-500._900 {
  max-width: 900px;
}

.hide_div {
  display: none;
}

.c_article_title {
  margin-bottom: 64px;
}

.s_txt_subtitle_page {
  font-size: 22px;
  line-height: 140%;
}

.text-block {
  font-size: 18px;
}

.newsletter {
  display: block;
}

.newsletter.hidenewsletter {
  display: none;
}

.spacer_small_80 {
  height: 80px;
}

.text_bottom {
  margin-bottom: 24px;
}

.iglinks {
  flex-direction: column;
  width: 90%;
  max-width: 600px;
  min-height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ig_logo {
  width: 100px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 20px;
}

.spacer_mid {
  height: 40px;
}

.socials {
  max-width: 500px;
  margin-bottom: 24px;
}

.image-links-blog {
  object-fit: cover;
  border-radius: 20px;
  min-height: 300px;
  display: block;
}

.link-block {
  justify-content: center;
  display: flex;
}

.spacer_h48px {
  height: 48px;
}

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

.col_pricing {
  border: 1px solid #0003;
  padding: 20px;
}

.text-block-3 {
  font-size: 32px;
  line-height: 130%;
}

.text-block-4 {
  margin-bottom: 32px;
  font-weight: 600;
}

.pricing-text--nomney-back {
  margin-top: 30px;
}

.spacer_underimage_60 {
  height: 60px;
}

.how {
  margin-top: 80px;
}

.buttonspacer-20 {
  height: 20px;
}

.spacer8 {
  height: 16px;
}

.faq-draft {
  margin-top: 24px;
}

.block-faq {
  margin-top: 80px;
}

.explanation-price {
  opacity: .6;
  font-size: 14px;
  line-height: 120%;
}

.c_dropdown_toggle {
  border-bottom: 1px solid #2a2a2a0d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 8px;
  display: flex;
}

.h3-faq {
  margin-top: 16px;
  margin-bottom: 4px;
  padding-left: 0;
  font-size: 16px;
}

.icon {
  margin-top: 24px;
  margin-left: 60px;
  margin-right: 60px;
  position: static;
}

.c_dropdown_text {
  color: #000;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 24px 40px 24px 0;
  display: none;
}

.s_richtxt_faq_asnwer {
  opacity: 1;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 140%;
}

.why-n {
  margin-top: 80px;
}

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

._5poeple {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 110%;
}

.grid-5-people {
  border: 1px solid #0003;
  padding: 24px;
}

._3grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
}

.c_3card {
  min-height: 280px;
}

.text-span {
  opacity: .3;
}

.grid_products {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 60px;
  display: grid;
}

.c_product_card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 400px;
  display: flex;
}

.line1px {
  background-color: #0000001a;
  height: 1px;
}

.image-3 {
  object-fit: contain;
  width: 100%;
}

.paragraph {
  font-size: 13px;
}

.link-product {
  margin-top: 8px;
  display: block;
}

.spacer_subtitle {
  height: 32px;
}

.imgcontainer {
  width: 100%;
  display: flex;
}

.c_grid-2col_richtext {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c_why_column {
  border: 1px solid #0000001a;
  max-width: 400px;
  padding: 25px;
}

.c__main_full_page-landing_1440 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.c_logo_top {
  width: 100%;
  max-width: 120px;
  height: 100%;
}

.c_center_all_thank {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.h1_small {
  font-size: 32px;
}

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

.thanks {
  margin-top: 120px;
}

.card_fast_track {
  background-color: #bbdfb94d;
  border-radius: 30px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 16px 72px 40px;
}

.gm3text {
  width: 100%;
  max-width: 600px;
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}

.c_mail-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 280px;
  display: grid;
}

.mail_button {
  color: #001708;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 160px;
  max-width: 360px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  font-size: 16px;
  display: flex;
}

.mail_button:hover {
  border-width: 1px;
  border-color: #d6d6d6;
  text-decoration: none;
}

.email_logo {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.c_2col-general {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.c_col_thanks {
  min-width: 280px;
  max-width: 340px;
  margin-top: 40px;
}

.c_col_thanks.right_centercol {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c_spacer_h60 {
  height: 60px;
}

.h2small {
  font-size: 23px;
}

.h2small.h2_small_center {
  text-align: center;
  font-size: 24px;
}

.c_socials {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

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

.c_3grid_socials.hidefornow {
  display: none;
}

.c_social_img {
  max-width: 80px;
}

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

.merch {
  margin-bottom: 60px;
}

.block_quote_small {
  color: #737cad;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.block_quote_small.spacedout {
  margin-top: 0;
  padding-bottom: 24px;
}

.paragraph-2_expl {
  opacity: .5;
  padding-left: 24px;
  padding-right: 20px;
  font-size: 13px;
}

.h2_quotesonly {
  margin-top: 80px;
  font-size: 22px;
}

.grid_3col {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
}

.incaseof {
  display: none;
}

.c_top_text {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-article-cover-text {
  z-index: 5;
  color: #fff;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
  position: static;
  inset: 0%;
}

.heading-article-cover-text.small {
  font-size: 24px;
}

.c_text_box_abs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.c_grid_philo_n_mov.hide_grid {
  display: none;
}

.txt_para_card {
  width: 100%;
  min-height: 120px;
  margin-top: 16px;
  font-size: 13px;
}

.c_hide_image {
  display: none;
}

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

.lnk_card {
  font-size: 13px;
  display: none;
}

.c_card_read_more {
  width: 100%;
  height: 100%;
}

.lnk_block_card_read_more {
  color: var(--dark-slate-gray-3);
}

.lnk_block_card_read_more:hover {
  color: var(--blue-main);
}

.lnk_blk_small-13 {
  font-size: 13px;
}

.lnk_blk_small-13.soon {
  opacity: .5;
  font-style: italic;
  font-weight: 400;
}

.lnk_block_card {
  color: var(--dark-slate-gray-3);
  border: 1px solid #0000000d;
  padding: 16px;
  transition: all .4s;
}

.lnk_block_card:hover {
  border-color: var(--blue-main);
  color: var(--blue-main);
}

.text-block-5 {
  color: var(--blue-main);
}

.spacer_s_16 {
  height: 16px;
}

.grid_3col_standard {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  margin-bottom: 24px;
  display: grid;
}

.c_card_hwwi {
  max-width: 180px;
}

.grid-3col-articles {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 24px;
  display: grid;
}

.c_card_article {
  max-width: 320px;
  height: 380px;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 220px;
}

.paragraph-2 {
  color: var(--dark-slate-gray-3);
  margin-top: 8px;
  font-size: 14px;
}

.heading-2 {
  margin-top: 10px;
}

.intro_2col {
  margin-top: 80px;
  margin-bottom: 64px;
  display: flex;
}

.p-intro {
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
}

.image-5 {
  object-fit: cover;
  border-top-right-radius: 100px;
  width: 50%;
  max-width: 380px;
  max-height: 430px;
  padding-left: 24px;
}

.social_icon_28x28 {
  color: var(--dark-slate-gray-3);
  width: 28px;
  height: 28px;
}

.image-6 {
  display: none;
}

.image-7 {
  width: 28px;
  height: 28px;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    text-align: center;
  }

  .navigation-bar {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-all {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 0;
    margin-right: 0;
    padding: 20px 10%;
    box-shadow: 0 4px 20px #0000001a;
  }

  .header-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .side_nav-link-all {
    text-align: left;
    font-size: 13px;
  }

  .post-wrapper {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .txt_rt_rich_body-text_highlight figure {
    margin-left: auto;
    margin-right: auto;
  }

  .button-wrapper {
    margin-top: 30px;
  }

  .white-wrapper {
    padding: 14px;
  }

  .menu-button {
    color: #000;
    background-color: #ffffff1a;
    border-radius: 5px;
    padding: 13px 11px 11px;
  }

  .menu-button.w--open {
    color: #333;
    background-color: #f0f0f0;
  }

  .section-header {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .main-subheading {
    margin-top: 0;
  }

  .content---right {
    width: 90%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px;
  }

  .sidebar-column {
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 0;
    padding: 20px 0;
    position: static;
  }

  .logo-text {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .logo-link {
    float: left;
  }

  .li {
    width: 30%;
    margin: 14px auto;
    display: block;
  }

  .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .c_main_body_2col {
    flex-direction: column;
  }

  .image-links-blog {
    min-height: 270px;
  }

  .grid_products {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .nav-menu-all {
    margin-top: 20px;
  }

  .header-section {
    padding: 30px 20px;
  }

  .side_nav-link-all {
    display: block;
  }

  .side_nav-link-all.float-right {
    float: none;
    margin-left: 0;
  }

  .side_nav-link-all.draft_article.hide_div {
    display: none;
  }

  .post-wrapper {
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 20px;
  }

  .txt_rt_rich_body-text_highlight blockquote {
    margin-left: 0;
  }

  .txt_rt_rich_body-text_highlight figure {
    width: 100%;
  }

  .button-wrapper {
    text-align: center;
    margin-top: 20px;
  }

  .blog-title {
    font-size: 27px;
    line-height: 36px;
  }

  .white-wrapper {
    margin-top: 20px;
    padding: 34px;
  }

  .section-header {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .main-subheading {
    width: auto;
  }

  .footer {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .content---right {
    padding: 20px 10px;
  }

  .footer-text {
    margin-right: 10px;
  }

  .post-title-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .sidebar-column {
    padding: 10px;
  }

  .logo-text {
    margin-top: 5px;
  }

  .logo-link {
    padding-left: 0;
  }

  .grid_3col_pricing {
    grid-template-columns: 1fr;
  }

  .icon {
    margin-left: 24px;
    margin-right: 24px;
  }

  .grid-2, ._3grid {
    grid-template-columns: 1fr;
  }

  .c_3card {
    min-height: 0;
    margin-bottom: 16px;
  }

  .c_grid-2col_richtext {
    grid-template-columns: 1fr;
  }

  .c_mail-buttons {
    width: 100%;
    max-width: none;
  }

  .c_2col-general {
    grid-auto-flow: column;
  }

  .c_grid_philo_n_mov {
    grid-template-columns: 1fr;
  }

  .lnk_block_card {
    width: 100%;
    height: 100%;
  }

  .text-block-5 {
    color: var(--blue-main);
  }

  .grid_3col_standard {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-all {
    margin-right: 2%;
    padding-left: 2%;
  }

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

  .side_nav-link-all {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .social-link-group {
    margin-top: 0;
  }

  .blog-title {
    margin-top: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .white-wrapper {
    padding: 20px;
  }

  .main-subheading {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 150%;
  }

  .footer {
    text-align: center;
  }

  .header-links {
    margin-bottom: 14px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
  }

  .header-links.blog-name {
    margin-bottom: 11px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .content---right {
    margin-top: 40px;
  }

  .logo-link.w--current {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .img_blog_article_top {
    min-height: 320px;
  }

  .image-links-blog {
    min-height: 150px;
  }

  .grid_3col_pricing {
    grid-template-columns: 1fr;
  }

  .h3-faq {
    font-size: 18px;
  }

  .icon {
    margin-left: 16px;
    margin-right: 8px;
  }

  .grid_products {
    grid-template-columns: 1fr;
  }

  .grid-3col-articles {
    grid-template-columns: 1fr;
    height: 100%;
    margin-top: 60px;
  }

  .c_card_article {
    height: 100%;
    margin-bottom: 60px;
  }

  .intro_2col {
    flex-flow: column-reverse;
    width: 100%;
    margin-top: 0;
  }

  .p-intro {
    width: 100%;
  }

  .image-5 {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0;
  }
}


