.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #292929;
  letter-spacing: -.06px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

h1 {
  color: #141414;
  letter-spacing: -1.2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 130%;
}

h2 {
  color: #141414;
  letter-spacing: -.96px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  color: #141414;
  letter-spacing: -.72px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

h4 {
  color: #141414;
  letter-spacing: -.48px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

h5 {
  color: #141414;
  letter-spacing: -.32px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}

h6 {
  color: #141414;
  letter-spacing: -.24px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
}

p {
  margin-bottom: 16px;
  font-family: Source Serif Pro, sans-serif;
}

a {
  color: #0057e7;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: disc;
}

li {
  font-family: Source Serif Pro, sans-serif;
}

.div-block {
  width: 100%;
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 112px;
  padding-bottom: 40px;
}

.nav {
  width: 100%;
  height: 72px;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
}

.nav-logo {
  color: #141414;
  letter-spacing: -.12px;
  align-items: center;
  padding-right: 20px;
  font-family: DM Serif Display, sans-serif;
  font-size: 40px;
  text-decoration: none;
  display: flex;
}

.section-post {
  justify-content: center;
  padding: 72px 24px 40px;
  display: flex;
}

.text-block {
  font-family: Source Serif Pro, sans-serif;
}

.post-container {
  width: 100%;
  max-width: 1160px;
  grid-column-gap: 64px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.post-main {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 24px;
  display: flex;
}

.post-aside {
  max-width: 368px;
  min-width: 368px;
  border-left: 1px solid #f2f2f2;
  padding-top: 10px;
  padding-left: 40px;
}

.post-publish-date {
  color: #757575;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 24px;
  padding-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.post-category {
  color: #757575;
  letter-spacing: .72px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: -14px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.post-image-wrapper {
  width: 100%;
  margin-top: 32px;
}

.post-image-wrapper.article {
  margin-top: 0;
  margin-bottom: 32px;
}

.post-related-heading {
  color: #141414;
  letter-spacing: -.32px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 4px;
  font-size: 20px;
  font-weight: 800;
  display: inline;
}

.post-category-related {
  border-bottom: 1px solid #f2f2f2;
  padding-top: 32px;
  padding-bottom: 10px;
}

.post-related-title {
  width: 100%;
  color: #292929;
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 140%;
}

.post-related-card {
  grid-column-gap: 16px;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.post-related-card.line {
  border-top: 1px solid #f2f2f2;
  border-bottom: 0 #f2f2f2;
  padding-top: 20px;
}

.post-related-image-wrapper {
  flex: none;
}

.post-related-heading-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  line-height: 130%;
  display: inline-block;
}

.post-excerpt {
  color: #545454;
  letter-spacing: -.72px;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 150%;
}

.post-related-title-wrapper {
  width: 100%;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.post-related-title-category {
  color: #757575;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 100%;
}

.home-container {
  width: 100%;
  max-width: 1160px;
  grid-column-gap: 64px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.collection-item {
  width: 33.33%;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.collection-list {
  flex-flow: wrap;
  display: flex;
}

.post-image-container-article {
  flex-direction: column;
  display: flex;
}

.post-image-article {
  width: 100%;
  display: block;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-home {
  padding-left: 20px;
  padding-right: 20px;
}

.section-post-home {
  justify-content: center;
  padding: 72px 24px 40px;
  display: flex;
}

.post-image-wrapper-article {
  width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
}

.post-faq {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #f2f2f2;
  margin-top: 23px;
  padding-top: 16px;
}

.post-faq h3 {
  margin-bottom: 6px;
  font-weight: 600;
}

.post-faq p {
  line-height: 140%;
}

.post-reference {
  border-top: 1px solid #f2f2f2;
  margin-top: 32px;
  padding-top: 24px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 140%;
  overflow: visible;
}

.post-reference p {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.post-reference h2 {
  font-size: 18px;
}

.post-reference a {
  color: #545454;
}

.heading-4 {
  font-family: Inter, sans-serif;
}

.post-related-image-article {
  width: 80px;
  display: block;
}

.tocitem {
  width: 100%;
  color: #545454;
  letter-spacing: -.32px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 140%;
  display: block;
}

.tocitem.toc-h2 {
  color: #545454;
  font-size: 16px;
}

.tocitem.toc-h3 {
  color: #545454;
  padding-left: 10px;
  font-size: 14px;
}

.toc {
  background-color: #fafafa;
  border: 1px solid #f2f2f2;
  margin-bottom: 24px;
  padding: 16px 16px 12px;
}

.toc-title {
  letter-spacing: -.48px;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.user-review {
  flex-direction: column;
  margin-top: 12px;
  display: flex;
}

.user-review-card {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 16px;
}

.user-review-name {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.user-review-name-wrapper {
  grid-column-gap: 12px;
  color: #545454;
  flex-direction: row;
  align-items: center;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  display: flex;
}

.user-review-text {
  font-size: 18px;
  line-height: 140%;
}

.user-review-rating-wrapper {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.text-block-2 {
  padding-top: 0;
}

.rict-text-rating {
  border-top: 1px solid #f2f2f2;
  margin-top: 24px;
  padding-top: 16px;
}

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

._w-section.orange {
  background-color: #fef6ee;
}

._w-section.ipad {
  background-image: url('../images/bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 0;
}

._w-section.grey {
  background-color: #f9fafb;
}

._w-section.cta {
  background-color: #f6691c;
}

._w-container {
  max-width: 1160px;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

._w-container.center {
  align-items: center;
}

._w-hero-text-container {
  flex-direction: column;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

._w-display-xl {
  color: #101828;
  letter-spacing: -1.2px;
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
}

._w-display-xl.hero {
  color: #932f19;
  text-align: center;
  margin-bottom: 32px;
  line-height: 120%;
}

._w-text-xl {
  color: #475467;
  font-family: Inter, sans-serif;
}

._w-text-xl.hero {
  color: #932f19;
  text-align: center;
}

._w-text-xl.dark {
  color: rgba(255, 255, 255, .8);
}

._w-text-xl.dark.center {
  text-align: center;
}

._w-heading-container {
  width: 65%;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

._w-heading-container.dark {
  align-items: center;
}

._w-display-md {
  color: #101828;
  -webkit-text-stroke-color: #101828;
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

._w-display-md.dark {
  color: #fff;
}

._w-display-md.dark.center {
  text-align: center;
}

._w-eyebrow {
  color: #e04f16;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: none;
}

._w-eyebrow.herp {
  text-align: center;
}

._w-section-image {
  margin-top: 40px;
}

.div-block-2 {
  padding-top: 40px;
  display: flex;
}

.image {
  max-width: 50%;
}

.div-block-3 {
  max-width: 50%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  padding-right: 40px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

._w-text-md {
  color: #475467;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

._w-text-md.hero {
  color: #932f19;
  text-align: center;
}

.image-2 {
  width: 56px;
  height: 56px;
  flex: 0 auto;
}

.heading-5 {
  -webkit-text-stroke-color: #101828;
  margin-top: 12px;
  font-weight: 600;
}

._w-button {
  height: 56px;
  background-color: #f6691c;
  border-radius: 8px;
  align-items: center;
  margin-top: 20px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  display: flex;
}

._w-button.dark {
  color: #f6691c;
  background-color: #fff;
  flex: 0 auto;
}

._w-navbar {
  height: 80px;
  background-color: #fff6ee;
  display: flex;
}

._w-footer-container {
  width: 100%;
  max-width: 1160px;
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-brand {
  align-items: center;
  display: flex;
}

._w-logo {
  height: 34px;
}

._w-footer {
  height: 80px;
  background-color: #fff;
  display: flex;
}

._w-text-md-footer {
  color: #475467;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

._w-text-md-footer.hero {
  color: #932f19;
  text-align: center;
}

._w-navbar-container {
  width: 100%;
  max-width: 1160px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-2-copy {
  flex-direction: column;
  padding-top: 40px;
  display: flex;
}

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

.div-block-4-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.image-2-copy {
  width: 100%;
  flex: 0 auto;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .div-block {
    padding-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-logo {
    font-size: 36px;
  }

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

  .post-container {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .post-main {
    padding-top: 10px;
  }

  .post-aside {
    width: 100%;
    max-width: none;
    min-width: 0;
    border-left-style: none;
    padding-left: 0;
  }

  .post-publish-date {
    padding-bottom: 12px;
    font-size: 14px;
  }

  .post-category {
    font-size: 15px;
  }

  .post-image-wrapper {
    margin-top: 24px;
  }

  .post-image-wrapper.article {
    margin-bottom: 24px;
  }

  .post-related-title {
    font-size: 15px;
  }

  .post-excerpt {
    font-size: 19px;
    line-height: 150%;
  }

  .post-related-title-wrapper {
    grid-row-gap: 4px;
  }

  .post-related-title-category {
    font-size: 12px;
  }

  .home-container {
    flex-direction: column;
  }

  .collection-item {
    width: 100%;
  }

  .section-post-home {
    padding-left: 0;
    padding-right: 0;
  }

  .post-image-wrapper-article {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .post-reference a {
    color: #545454;
  }

  .tocitem {
    padding-top: 4px;
    padding-bottom: 8px;
  }

  .tocitem.toc-h2 {
    margin-bottom: 0;
    font-size: 15px;
  }

  .tocitem.toc-h3 {
    font-size: 12px;
  }

  .toc-title {
    font-size: 18px;
  }

  .user-review-name-wrapper, .user-review-text {
    font-size: 16px;
  }

  ._w-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._w-section.orange {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  ._w-section.ipad {
    background-position: 50% 0;
    background-size: contain;
    padding-top: 0;
  }

  ._w-container.ipad, ._w-hero-text-container {
    padding-left: 0;
    padding-right: 0;
  }

  ._w-display-xl {
    font-size: 36px;
  }

  ._w-display-xl.hero {
    margin-bottom: 20px;
  }

  ._w-hero-ipad {
    padding-left: 0;
  }

  ._w-heading-container {
    width: 100%;
  }

  ._w-display-md {
    font-size: 30px;
  }

  ._w-eyebrow {
    font-size: 14px;
  }

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

  .div-block-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .image {
    max-width: 100%;
  }

  .div-block-3 {
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-right: 0;
  }

  .image-2 {
    width: 48px;
    height: 48px;
  }

  ._w-button {
    height: 48px;
    margin-top: 10px;
    padding-left: 24px;
    padding-right: 24px;
  }

  ._w-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._w-logo {
    height: 28px;
  }

  ._w-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .div-block-6 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-2-copy {
    width: 100%;
  }
}


