@font-face {
  font-family: "Oswald (UPLOAD)";
  src: url("/assets/fonts/oswald-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #1e1e1e;
  --red: #dc4028;
  --white: white;
  --chocolate: #ff6a00;
  --chocolate-2: #da610b;
  --chocolate-3: #c05000;
  --black-2: #333;
  --white-smoke: #f9f9f9;
  --medium-sea-green: #6fca78;
  --royal-blue: #004cff;
  --midnight-blue: #000a41;
  --sea-green: #00916b;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

.w-pagination-next-icon {
  margin-left: 4px;
}

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

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
}

h4 {
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #333;
  margin-bottom: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

a {
  color: var(--red);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  line-height: 28px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 28px;
}

.body {
  background-color: var(--white);
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 59px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.paragraph-logo {
  color: var(--black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 29px;
}

.menu-button {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  padding: 13px 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.image {
  width: 32px;
  height: 32px;
  margin-top: 0;
}

.container {
  background-color: #0000;
  border-bottom: 1px solid #00000014;
}

.brand {
  margin-top: 5px;
  margin-left: 55px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brand.w--current {
  margin-top: 5px;
  padding-left: 0;
}

.collection-list {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.collection-item {
  align-self: auto;
  padding: 18px 7px;
}

.link {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: "Oswald (UPLOAD)", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.image-2 {
  opacity: .75;
  width: 10px;
  margin-top: -5px;
  margin-left: 7px;
}

.collection-list-wrapper {
  width: 100%;
  margin-left: 18px;
  display: inline-block;
}

.button {
  float: right;
  background-color: var(--chocolate);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 10px;
  padding: 10px 20px 11px;
  font-family: "Oswald (UPLOAD)", sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all .2s;
  position: absolute;
  inset: 9px 0% auto auto;
}

.button:hover {
  background-color: var(--chocolate-2);
}

.collection-list-wrapper-2 {
  display: none;
}

.nav-menu {
  z-index: 1001;
  background-color: var(--white);
  object-fit: fill;
  width: 100%;
  margin-top: 1px;
  position: absolute;
}

.nav-link {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.nav-link:hover {
  color: var(--chocolate-3);
}

.nav-link.w--current {
  color: var(--black);
}

.close-menu {
  width: 32px;
  height: 32px;
  display: none;
}

.section-footer {
  color: #333;
  background-color: #fff;
  border-top: 1px solid #b8b8b8;
  padding-left: 20px;
  padding-right: 20px;
}

.link-block {
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
}

.link-block.w--current {
  margin-bottom: 20px;
  display: inline-block;
}

.container-footer {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 50px;
}

.link-footer {
  color: var(--black);
  letter-spacing: 1px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
  text-decoration: none;
  display: inline-block;
}

.link-footer:hover {
  text-decoration: underline;
}

.div-footer-links {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.link-footer-2 {
  color: var(--black);
  letter-spacing: 1px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 12px;
  text-decoration: none;
}

.paragraph-2 {
  opacity: 1;
  color: var(--black);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
}

.section-article {
  margin-top: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.article-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 57px;
}

.author-info {
  color: #747474;
  margin-bottom: 0;
  margin-left: 2px;
  margin-right: 2px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.article-bylines {
  text-align: center;
  width: 100%;
  margin-bottom: 28px;
}

.people {
  border-bottom: 1px solid var(--red);
  color: var(--red);
  text-transform: none;
  margin-left: 2px;
  margin-right: 2px;
  font-family: Georgia, Times, Times New Roman, serif;
  text-decoration: none;
}

.people:hover {
  color: #e98575;
  border-bottom-style: none;
  border-bottom-width: 0;
  text-decoration: none;
}

.people.caps {
  color: var(--chocolate);
}

.article-columns {
  margin-top: 25px;
}

.heading {
  color: var(--chocolate);
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.div-block {
  width: 25%;
  height: 100%;
  min-height: 50px;
  display: inline-block;
}

.collection-item-3 {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}

.link-block-2 {
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-block-2.w--current {
  flex-wrap: nowrap;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.div-block-2 {
  width: 75%;
  min-height: 50px;
  padding-left: 10px;
  display: inline-block;
}

.paragraph-4 {
  color: var(--black-2);
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.collection-list-3 {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.article {
  padding-bottom: 40px;
  padding-right: 20px;
}

.heading-2 {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Oswald (UPLOAD)", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-5 {
  text-align: center;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.toc-style {
  background-color: #b8b8b826;
  border: 1px solid #0000001a;
  border-radius: 0;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 10px;
}

.tocs {
  padding-top: 10px;
  padding-bottom: 20px;
  display: none;
}

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

.rich-text-block h3 {
  color: var(--black);
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.rich-text-block h4 {
  color: var(--black);
}

.rich-text-block h5 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 24px;
}

.rich-text-block h6 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  line-height: 24px;
}

.rich-text-block p {
  line-height: 33px;
}

.rich-text-block h2 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.rich-text-block ul {
  font-size: 20px;
  line-height: 33px;
}

.rich-text-block blockquote {
  border-left-color: var(--chocolate);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  line-height: 33px;
}

.rich-text-block a {
  color: var(--chocolate);
}

.rich-text-block ol {
  line-height: 33px;
}

.link-category {
  color: #747474;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.link-category:hover {
  border-bottom: 1px solid var(--red);
  color: #404040bf;
  text-decoration: none;
}

.collection-list-4 {
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
}

.collection-item-4 {
  border-right: 1px solid var(--red);
  border-left: 1px solid var(--red);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: -1px;
  padding-left: 8px;
  padding-right: 9px;
}

.section-home {
  background-color: var(--white-smoke);
  min-height: 100vh;
  margin-top: 59px;
  padding: 20px 20px 80px;
}

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

.collection-item-5 {
  width: 33.33%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.clw-home-atf {
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
}

.newsletter {
  color: #fff;
  background-color: #4b4b4b;
  width: 100%;
  min-height: 100px;
  margin-top: 0;
  margin-bottom: 30px;
  display: inline-block;
  box-shadow: 1px 1px 3px #0000000d;
}

.image-7 {
  width: 100%;
  height: auto;
}

.paragraph-7 {
  float: none;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.text-field {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 70%;
  height: 50px;
  margin-top: 4px;
  padding-top: 6px;
  padding-left: 15px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  display: inline-block;
}

.submit-button {
  background-color: var(--chocolate);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  height: 50px;
  margin-left: -1px;
  font-family: "Oswald (UPLOAD)", sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.submit-button:hover {
  background-color: var(--chocolate-2);
}

.form-block {
  text-align: center;
  padding-left: 0;
}

.trending-block {
  background-color: #fff;
  width: 100%;
  min-height: 100px;
  text-decoration: none;
  display: flex;
}

.div-trending-image {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
  width: 50%;
  min-height: auto;
  display: inline-block;
}

.div-trending-info {
  width: 50%;
  min-height: 100px;
  padding: 50px;
  display: inline-block;
}

.heading-4 {
  color: var(--black-2);
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: "Oswald (UPLOAD)", sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.paragraph-8 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
}

.image-8 {
  width: 20px;
  height: 20px;
  margin-top: -4px;
  margin-right: 4px;
}

.paragraph-9 {
  margin-bottom: 0;
  font-size: 18px;
  display: inline-block;
}

.collection-list-wrapper-3 {
  margin-top: 0;
  margin-bottom: 30px;
}

.div-posts {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-5 {
  text-align: center;
  margin-bottom: 30px;
  font-family: "Oswald (UPLOAD)", sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.collection-item-6 {
  width: 33.33%;
  min-height: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.empty-state {
  background-color: #0000;
  width: 0;
  padding-left: 0;
  padding-right: 0;
}

.collection-item-7 {
  padding-bottom: 10px;
}

.empty-state-2, .empty-state-3 {
  background-color: #0000;
}

.section {
  margin-top: 59px;
  padding: 20px 20px 80px;
}

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

.link-block-4 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #0000000d;
  width: 100%;
  min-width: 50px;
  min-height: 50px;
  padding: 20px 5px;
  text-decoration: none;
  transition: transform .2s;
}

.link-block-4:hover {
  transform: scale(1.015);
  box-shadow: 4px 4px 15px #0000001a;
}

.collection-item-8 {
  width: 25%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.heading-6 {
  color: var(--black);
  margin-top: 10px;
  font-family: "Oswald (UPLOAD)", sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.image-9 {
  max-width: 50px;
}

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

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

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

.collection-list-wrapper-4 {
  display: inline-block;
}

.show {
  float: right;
  background-color: var(--chocolate);
  color: #fff;
  text-transform: none;
  margin-top: -42px;
  padding-left: 7px;
  padding-right: 7px;
  line-height: 32px;
  text-decoration: none;
  display: block;
}

.hide {
  float: right;
  background-color: var(--chocolate);
  color: #fff;
  margin-top: -42px;
  padding-left: 7px;
  padding-right: 7px;
  line-height: 32px;
  text-decoration: none;
  display: none;
}

.heading-7 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 6px #000;
  margin-bottom: 30px;
  font-family: "Oswald (UPLOAD)", sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.div-block-header {
  z-index: 2;
  background-image: linear-gradient(#5034064a, #5034064a), var(--image-291b24e5);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 30px 20px 20px;
  font-family: Oswald, sans-serif;
  display: flex;
  position: relative;
}

.paragraph-10 {
  color: var(--black);
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
  line-height: 20px;
}

.collection-item-9 {
  margin-bottom: 30px;
}

.heading-8 {
  color: var(--black);
  text-align: center;
  border-bottom: 1px solid #0000001a;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: "Oswald (UPLOAD)", sans-serif;
}

.heading-9 {
  color: var(--black);
  font-family: "Oswald (UPLOAD)", sans-serif;
}

.heading-9:hover {
  color: var(--red);
}

.image-10 {
  border-radius: 100px;
  max-width: 75px;
}

.success-message {
  background-color: var(--medium-sea-green);
  margin-left: 20px;
}

.text-block {
  color: var(--black);
}

.error-message {
  margin-left: 20px;
}

.text-block-2 {
  color: var(--black);
}

.div-block-3 {
  text-align: center;
  border-bottom: 1px solid #00000026;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.author-image {
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.paragraph-11 {
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.heading-10 {
  color: var(--black);
  text-align: left;
  font-weight: 700;
}

.paragraph-12 {
  color: var(--black);
  text-align: left;
}

.image-11 {
  background-color: #0000;
  border-radius: 5px 5px 5px 40px;
  width: 117px;
  max-width: 100%;
  height: 117px;
}

.columns {
  border-top: 1px solid #ffffff40;
  border-bottom: 1px solid #ffffff40;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.image-13 {
  width: 252px;
  height: 150px;
  margin-bottom: 0;
}

.column-5 {
  padding-bottom: 20px;
}

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

.collection-item-11 {
  width: 33.33%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.collection-item-12 {
  text-align: center;
  width: 100%;
  margin-top: -85px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-14 {
  border-radius: 500px;
  width: 150px;
  margin-bottom: -315px;
}

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

.paragraph-13 {
  background-color: var(--black);
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
}

.link-2 {
  color: var(--chocolate);
  margin-bottom: 20px;
  display: block;
}

.link-3 {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-4 {
  z-index: 3;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 20px;
  position: relative;
}

.image-16 {
  border: 4px solid #fff;
  border-radius: 100px;
  width: 100px;
}

.collection-list-wrapper-5 {
  margin-top: 20px;
}

.div-block-6 {
  height: 40px;
}

.rich-text-block-about h2 {
  color: var(--chocolate);
  margin-top: 250px;
  margin-bottom: 20px;
  font-family: "Oswald (UPLOAD)", sans-serif;
}

.rich-text-block-about h3 {
  font-family: "Oswald (UPLOAD)", sans-serif;
}

.div-block-7 {
  z-index: 1;
  position: relative;
}

.image-17 {
  border-radius: 100px;
  width: 100%;
  max-width: 125px;
}

.image-18 {
  width: 100%;
  min-width: 100%;
  height: 56.25%;
}

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

.heading-13 {
  color: #fff;
  letter-spacing: -1px;
  text-shadow: 2px 2px 6px #000;
  margin-top: 0;
  margin-bottom: -15px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 28px;
}

.heading-14 {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: "Oswald (UPLOAD)", sans-serif;
}

.paragraph-23 {
  background-color: var(--black);
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 400;
}

.link-block-6 {
  width: 100%;
}

.image-25 {
  width: 100%;
  min-width: 100%;
  height: 56.25%;
}

.div-block-16 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 40px;
}

._300x250-mobile {
  width: 300px;
  height: 250px;
  display: block;
}

.paragraph-24 {
  color: #868686;
  margin-bottom: 0;
  padding-bottom: 3px;
  font-size: 11px;
  line-height: 18px;
}

._300x250-link-mobile {
  display: none;
}

.image-28 {
  width: 728px;
  height: 90px;
  display: block;
}

.button-2 {
  display: none;
}

.link-block-7 {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
}

.link-block-7:hover {
  transform: scale(1.015);
  box-shadow: 4px 4px 7px #00000026;
}

.div-block-17 {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 56.25%;
}

.div-block-18 {
  width: 100%;
  height: auto;
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
}

.heading-28 {
  color: #222;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

.paragraph-70 {
  color: #1d2025;
  text-align: left;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.link-block-8 {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
}

.link-block-8:hover {
  transform: scale(1.015);
  box-shadow: 4px 4px 7px #00000026;
}

.image-29 {
  object-fit: cover;
  width: 100%;
  height: 56.25%;
  min-height: 56.25%;
  max-height: none;
  margin-bottom: 10px;
  padding-top: 0;
}

.image-30 {
  width: 100%;
  margin-bottom: 15px;
}

.link-7 {
  color: var(--red);
}

.link-8, .link-9 {
  color: var(--chocolate);
}

.paragraph-71 {
  color: var(--chocolate);
  letter-spacing: -1px;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.div-dynamic {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 20px 20px;
  display: flex;
}

.main {
  background-color: #0000;
  justify-content: center;
  margin-top: 59px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.article-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 730px;
  min-height: 100px;
  display: flex;
}

.breadcrumbs {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
}

.collection-item-13 {
  border-left: 1px solid #dc4028;
  border-right: 1px solid #dc4028;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: -1px;
  padding-left: 5px;
  padding-right: 6px;
}

.headings {
  width: 100%;
}

.fact-checked {
  text-align: center;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 0;
}

.affiliate-disclosure {
  text-align: center;
  background-color: #5e612f0f;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 25px;
  display: flex;
}

.disclosure {
  color: #606060;
  max-width: none;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-style: italic;
}

.italic-text {
  color: #505050;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.article-intro {
  width: 100%;
  min-height: auto;
}

.div-block-19 {
  width: 100%;
}

.primary-image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: auto;
  margin-bottom: 15px;
  overflow: visible;
}

.advertisement {
  margin-top: 75px;
  margin-bottom: 0;
}

.image-31, .image-32 {
  width: 100%;
}

.link-10 {
  color: var(--chocolate);
  font-family: Georgia, Times, Times New Roman, serif;
}

.heading-29 {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: "Oswald (UPLOAD)", sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.image-33 {
  width: 18px;
  height: 18px;
  margin-right: 1px;
}

.textarea {
  min-height: 150px;
  padding-top: 12px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-2 {
  min-height: 50px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-3 {
  min-height: 50px;
}

.submit-button-2 {
  background-color: var(--chocolate);
  width: 100%;
  padding-top: 14px;
  padding-bottom: 15px;
  font-family: "Oswald (UPLOAD)", sans-serif;
  font-size: 18px;
}

.success-message-2 {
  background-color: #00916b1a;
}

.div-block-20 {
  background-color: #5e612f0f;
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 15px 15px 10px;
  display: flex;
}

.div-block-21 {
  border-right: 0 #0000;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-height: 100px;
  padding-top: 0;
  padding-right: 10px;
  display: flex;
}

.image-34 {
  width: 60px;
  margin-right: 20px;
}

.paragraph-72 {
  text-align: center;
  margin-top: -5px;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 700;
}

.paragraph-72:hover {
  text-decoration: none;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 100px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-22:hover {
  color: var(--chocolate);
  text-decoration: underline;
}

.paragraph-73 {
  border-right: 3px solid var(--chocolate);
  margin-top: -5px;
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 700;
}

.image-35 {
  border: 4px solid #fff;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  box-shadow: 1px 1px 3px #0003;
}

.caps {
  text-transform: uppercase;
}

.image-36 {
  object-fit: cover;
  width: 100%;
  height: 56.25%;
  overflow: visible;
}

.post-featured-image {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 1200px;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding-top: 56.25%;
}

.image-37 {
  width: 250px;
}

.image-38 {
  margin-top: -44px;
}

.paragraph-74 {
  margin-bottom: 0;
  margin-left: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.image-39 {
  width: 100%;
  margin-bottom: 20px;
}

.heading-30 {
  text-align: center;
  font-family: "Oswald (UPLOAD)", sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.paragraph-75 {
  color: var(--chocolate);
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
}

.link-11 {
  color: var(--black);
}

.toc-old2 {
  border: 1px solid var(--chocolate);
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  height: auto;
  min-height: 50px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 6px 5px;
  display: flex;
}

.div-block-29 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
}

.paragraph-79 {
  margin-bottom: 0;
  margin-left: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.link-block-10 {
  align-self: flex-start;
  margin-top: 2px;
  margin-right: 4px;
}

.image-42 {
  opacity: .75;
  width: 25px;
  height: 25px;
}

.toc {
  border: 1px solid var(--black);
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 50px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 6px 5px;
  display: flex;
}

.toc-h2 {
  color: #5a5a5a;
  background-color: #0000;
  border-radius: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 4px 10px;
  text-decoration: none;
  display: block;
}

.toc-h2:hover {
  background-color: #ebebeb;
}

.toc-h2.tocitem {
  color: var(--black);
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.toc-h2.tocitem:hover {
  text-decoration: underline;
}

.toc-h3 {
  color: #5a5a5a;
  background-color: #0000;
  border-radius: 4px;
  margin-left: 20px;
  padding: 4px 10px;
  display: block;
}

.toc-h3:hover {
  background-color: #ebebeb;
}

.toc-h3.tocitem {
  color: var(--black);
  margin-left: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  display: block;
}

.toc-h3.tocitem:hover {
  text-decoration: underline;
}

.rich-text-block-2 {
  text-align: center;
}

.paragraph-80 {
  margin-top: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.cta {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 35px 25px;
  font-size: 40px;
  transition: all .2s;
}

.cta:hover {
  color: #fff;
  background-color: #0744d5;
  transform: scale(1.05);
}

.cta:visited {
  color: #fff;
}

.cta.w--current {
  color: #fff;
  background-color: #09589a;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 45px;
  line-height: 40px;
}

.cta.w--current:hover {
  background-color: #2a80ca;
}

.div-block-30 {
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.rich-text-offer {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-offer p {
  font-family: Open Sans, sans-serif;
  line-height: 40px;
}

.rich-text-offer ul {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 40px;
}

.rich-text-offer a {
  color: var(--royal-blue);
}

.rich-text-offer h2 {
  line-height: 50px;
}

.offer-link-image {
  transition: all .2s;
}

.offer-link-image:hover {
  transform: scale(1.03);
}

.heading-3 {
  color: #09589a;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

._20px-spacer {
  height: 20px;
}

.offer-container {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.heading-31 {
  color: #000;
  text-align: center;
  letter-spacing: -3px;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 58px;
}

.white-bg {
  background-color: #fff;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.link-block-11 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  text-decoration: none;
  display: flex;
}

.heading-32 {
  color: var(--chocolate);
  margin-top: 10px;
}

.image-43 {
  object-fit: contain;
  border-radius: 1000px;
  width: 150px;
  height: 150px;
}

.collection-item-14 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.link-12 {
  color: var(--chocolate);
  font-size: 18px;
}

.key-takeaways {
  background-color: #ffffff12;
  border: 4px solid #1e1e1e;
  border-radius: 6px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 20px;
}

.key-takeaways p {
  color: #1e1e1e;
  margin-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 33px;
}

.key-takeaways ul {
  border-left: 4px #44b7d8;
  font-size: 18px;
  font-weight: 400;
}

.key-takeaways li {
  margin-bottom: 10px;
  line-height: 28px;
}

.div-block-45 {
  background-color: #d3d3d326;
  border: 1px solid #0000001a;
  margin-bottom: 10px;
  padding: 3px 10px;
}

.paragraph-107 {
  color: #5a5a5a;
  text-align: center;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.link-block-12 {
  border: 4px solid var(--chocolate);
  background-color: var(--white-smoke);
  border-radius: 10px;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  text-decoration: none;
  display: flex;
}

.image-44 {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 250px;
  height: 250px;
}

.div-block-46 {
  width: 100%;
  min-height: 100px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-108 {
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

.paragraph-109 {
  color: #09589a;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.button-3 {
  background-color: var(--chocolate);
  width: 100%;
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  transition: all .2s;
}

.button-3:hover {
  transform: scale(1.03);
}

.div-block-49 {
  background-color: #d3d3d326;
  border: 1px solid #0000001a;
  margin-bottom: 10px;
  padding: 3px 10px;
}

.paragraph-110 {
  color: #5a5a5a;
  text-align: center;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .navbar {
    height: 100px;
    bottom: 0;
  }

  .link {
    color: #fff;
    font-size: 13px;
  }

  .image-2 {
    margin-left: 5px;
  }

  .collection-list-wrapper {
    display: none;
  }

  .button {
    float: right;
  }

  .collection-list-wrapper-2 {
    width: 100%;
    margin-top: 59px;
    display: block;
  }

  .collection-list-2 {
    background-color: var(--black);
    flex-wrap: nowrap;
    justify-content: center;
    padding: 10px 25px;
    display: flex;
  }

  .collection-item-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-menu {
    z-index: 1001;
    margin-top: 0;
    position: absolute;
  }

  .section-article {
    margin-top: 0;
    padding-top: 0;
  }

  .toc-style {
    width: 90%;
  }

  .section-home {
    margin-top: 100px;
  }

  .newsletter {
    padding-bottom: 15px;
  }

  .paragraph-7 {
    margin-right: 20px;
  }

  .text-field {
    margin-top: 3px;
  }

  .form-block {
    padding-left: 0;
  }

  .column-2 {
    display: none;
  }

  .collection-item-6 {
    padding-bottom: 10px;
  }

  .section {
    margin-top: 100px;
  }

  .collection-item-8 {
    width: 50%;
  }

  .div-block-header {
    height: auto;
  }

  .image-11 {
    width: 88px;
    height: 88px;
  }

  .image-18, .image-25 {
    width: 100%;
    min-width: 100%;
    height: 56.25%;
  }

  .link-block-7, .link-block-8 {
    height: auto;
  }

  .main {
    margin-top: 99px;
  }

  .advertisement {
    margin-top: 120px;
  }

  .toc-old2 {
    width: 80%;
  }

  .toc {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    margin-left: 0;
  }

  .brand {
    margin-top: 9px;
    padding-left: 0;
  }

  .brand.w--current {
    margin-top: 9px;
  }

  .link {
    font-size: 12px;
  }

  .image-2 {
    display: none;
  }

  .button {
    margin-top: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .collection-list-wrapper-2 {
    display: block;
  }

  .collection-list-2 {
    padding-top: 11px;
  }

  .nav-link {
    text-align: center;
  }

  .section-article {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .article-columns {
    margin-top: 0;
  }

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

  .sidebar {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .toc-style {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .clw-home-atf {
    margin-left: -5px;
    margin-right: -5px;
  }

  .newsletter {
    padding-bottom: 10px;
  }

  .paragraph-7 {
    font-size: 20px;
  }

  .form-block {
    padding-left: 0;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .div-trending-image {
    width: 33.33%;
  }

  .div-trending-info {
    width: 66.66%;
  }

  .column-4 {
    padding-bottom: 10px;
  }

  .collection-item-7 {
    width: 50%;
  }

  .div-block-header {
    height: auto;
  }

  .image-11 {
    width: 150px;
    height: 150px;
  }

  .image-18 {
    width: 100%;
    min-width: 100%;
    height: 56.25%;
  }

  .column-6 {
    margin-bottom: 20px;
  }

  .image-25 {
    width: 100%;
    height: 56.25%;
  }

  ._300x250-link-mobile {
    text-align: center;
    display: inline-block;
  }

  ._728x90-link {
    display: none;
  }

  .link-block-7 {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .div-block-18 {
    font-size: 24px;
  }

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

  .link-block-8 {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .main {
    padding-top: 20px;
  }

  .affiliate-disclosure {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .div-block-20 {
    flex-direction: column;
    margin-top: 55px;
  }

  .div-block-21 {
    flex-direction: column;
    width: 100%;
    min-height: auto;
    padding-bottom: 10px;
  }

  .image-34 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-block-22 {
    width: 100%;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-73 {
    border-right: 0 #0000;
    border-bottom: 3px solid var(--red);
    text-align: center;
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .image-35 {
    width: 90px;
    height: 90px;
    margin-top: -55px;
    margin-bottom: 15px;
  }

  .image-37 {
    width: 200px;
  }

  .cta {
    font-size: 30px;
  }

  .cta.w--current {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-3 {
    margin-top: 15px;
  }

  .link-block-12 {
    flex-direction: column;
  }

  .image-44 {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: auto;
  }

  .div-block-46 {
    text-align: center;
    padding-bottom: 20px;
  }

  .paragraph-108 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 59px;
    bottom: 0;
  }

  .paragraph-logo {
    font-size: 29px;
  }

  .menu-button {
    margin-right: 2px;
  }

  .brand {
    margin-top: 6px;
    margin-left: 50px;
  }

  .brand.w--current {
    margin-top: 8px;
  }

  .button {
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    display: none;
  }

  .collection-list-wrapper-2 {
    display: none;
  }

  .nav-menu {
    margin-top: 1px;
  }

  .link-footer {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .section-article {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .article-title {
    font-size: 40px;
    line-height: 45px;
  }

  .author-info, .people {
    font-size: 12px;
  }

  .heading-2 {
    text-align: center;
    padding-left: 20px;
  }

  .toc-style {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .link-category {
    font-size: 10px;
    line-height: 15px;
  }

  .collection-item-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-home {
    margin-top: 59px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-item-5 {
    width: 100%;
  }

  .newsletter {
    margin-top: 10px;
  }

  .text-field {
    width: 100%;
  }

  .submit-button {
    border-radius: 3px;
    width: 100%;
    margin-left: 0;
  }

  .form-block {
    padding-left: 0;
  }

  .trending-block {
    flex-direction: column;
  }

  .div-trending-image {
    width: 100%;
    height: 200px;
    min-height: auto;
  }

  .div-trending-info {
    width: 100%;
    padding: 20px 30px;
  }

  .heading-5 {
    font-size: 40px;
    line-height: 42px;
  }

  .collection-item-6 {
    width: 100%;
  }

  .section {
    margin-top: 59px;
  }

  .collection-item-8 {
    width: 100%;
  }

  .show {
    margin-top: -42px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 26px;
    display: block;
  }

  .hide {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 26px;
  }

  .heading-7 {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }

  .div-block-header {
    height: auto;
  }

  .form {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-11 {
    border-bottom-left-radius: 20px;
    width: 75px;
    height: 75px;
  }

  .collection-item-11 {
    width: 50%;
  }

  .paragraph-13 {
    line-height: 30px;
  }

  .link-3 {
    font-size: 30px;
    line-height: 35px;
  }

  .image-18 {
    width: 100%;
    min-width: 100%;
    height: 56.25%;
  }

  .image-25 {
    width: 100%;
    height: 56.25%;
  }

  ._300x250-mobile {
    width: 300px;
    height: 250px;
    display: block;
  }

  ._300x250-link-mobile {
    display: inline-block;
  }

  ._728x90-link {
    display: none;
  }

  .button-2 {
    float: right;
    background-color: var(--chocolate);
    color: #fff;
    width: auto;
    height: 42px;
    margin-top: 8px;
    margin-right: 10px;
    padding: 10px 10px 11px;
    font-family: "Oswald (UPLOAD)", sans-serif;
    font-size: 15px;
    transition: all .2s;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .button-2:hover {
    background-color: var(--chocolate-2);
  }

  .link-block-7 {
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-28 {
    font-size: 20px;
    line-height: 25px;
  }

  .link-block-8 {
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-29 {
    object-fit: cover;
    height: 56.25%;
    min-height: 56.25%;
    margin-bottom: 10px;
  }

  .paragraph-71 {
    font-size: 40px;
    line-height: 40px;
  }

  .main {
    margin-top: 59px;
  }

  .disclosure {
    font-size: 14px;
    line-height: 24px;
  }

  .advertisement {
    margin-top: 80px;
  }

  .heading-29 {
    text-align: left;
    padding-left: 20px;
  }

  .div-block-20 {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .div-block-21, .paragraph-73 {
    padding-right: 0;
  }

  .image-35 {
    width: 90px;
    height: 90px;
    margin-top: -50px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image-37 {
    width: 150px;
  }

  .paragraph-74 {
    font-size: 10px;
  }

  .paragraph-75 {
    font-size: 18px;
  }

  .toc-old2, .toc {
    width: 100%;
  }

  .cta {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 30px;
  }

  .cta.w--current {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-3 {
    margin-top: 15px;
  }

  .heading-31 {
    font-size: 40px;
    line-height: 48px;
  }

  .key-takeaways, .key-takeaways ul {
    padding-left: 20px;
  }

  .paragraph-108 {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-109 {
    font-size: 20px;
    line-height: 25px;
  }
}

#w-node-d5e95ec2-6fd9-a733-ea8a-5849358523e3-b502fde0, #w-node-c7126254-7952-f45a-166d-8660b4e356bb-b502fde0, #w-node-ba1b20a7-484a-0287-cde2-4753763491cf-b502fde0, #w-node-ba1b20a7-484a-0287-cde2-4753763491d0-b502fde0, #w-node-ab33bab1-614d-f58d-1bac-be336cb000b9-b502fde0, #w-node-ab33bab1-614d-f58d-1bac-be336cb000ba-b502fde0, #w-node-_8e773074-21e1-403f-98ef-657de0256909-b502fde0, #w-node-_8e773074-21e1-403f-98ef-657de025690a-b502fde0, #w-node-_34abc2db-f1a2-0316-7b7f-4194f510d7f8-b502fde0, #w-node-_34abc2db-f1a2-0316-7b7f-4194f510d7f9-b502fde0, #w-node-_866d63ff-4caa-3212-6fa0-dc2ff3d031a0-b502fde0, #w-node-_866d63ff-4caa-3212-6fa0-dc2ff3d031a1-b502fde0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Oswald (UPLOAD)';
  src: url("/assets/fonts/oswald-bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}