:root {
  --red: red;
  --black: black;
  --white: white;
  --white-smoke: #f3f3f3;
  --light-grey: lightgrey;
  --firebrick: #aa0505;
  --dark-red: #df1414;
  --light-red: #ff4646;
  --dim-grey: #5e5e5e;
  --misty-rose: #ffdede;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

@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: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--red);
  margin-top: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Bebas Neue, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1em;
}

h3 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Bebas Neue, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1em;
}

h4 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Bebas Neue, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
}

h5 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Bebas Neue, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1em;
}

h6 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Bebas Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}

p {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  line-height: 1.5em;
}

a {
  color: var(--black);
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Bebas Neue, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: color .325s;
  display: inline-block;
}

a:hover {
  color: var(--red);
}

ul {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Inter, sans-serif;
  line-height: 1.4em;
}

ol {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Inter, sans-serif;
}

li {
  color: var(--black);
  margin-bottom: 8px;
  font-size: 14px;
}

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

label {
  color: var(--red);
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px solid var(--red);
  color: var(--black);
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

figure {
  color: var(--black);
  width: 100%;
  min-width: 100%;
  margin-bottom: 20px;
}

figcaption {
  color: var(--black);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}

.text-box {
  max-width: 750px;
}

.text-box._300px {
  background-color: var(--red);
  max-width: 800px;
  max-height: none;
  display: flex;
}

.text-box._550px {
  max-width: 550px;
}

.text-box._350px.right-aligned {
  text-align: right;
  margin-left: auto;
}

.text-box._350px.auto {
  margin-left: auto;
  margin-right: auto;
}

.text-box._400px {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  min-width: auto;
  max-width: 800px;
  display: flex;
  position: static;
}

.text-box.center-align {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-box._350px {
  max-width: 350px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.text-box.admin {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.text-box._375px {
  max-width: 375px;
}

.section {
  width: 100%;
  min-height: 100%;
}

.section.medium-top-bottom-padding {
  aspect-ratio: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.medium-top-bottom-padding.page-hero {
  padding-top: 0;
}

.section.medium-top-bottom-padding.about-us-introduction {
  margin-top: 187px;
}

.section.popular-topics {
  padding-top: 70px;
  padding-bottom: 130px;
}

.section.large-top-bottom-padding {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section.no-padding {
  margin-top: 84px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.homepage-hero {
  min-height: 100%;
  padding-bottom: 45px;
}

.section.team-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container {
  width: 100%;
  max-width: 1450px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.container.overflow-hidden {
  display: block;
  overflow: hidden;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.featured-post-hero {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: 15px 15px 20px 20px;
  display: flex;
}

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

.collection-list {
  width: 100%;
  min-height: 100%;
}

.button {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  flex: none;
  padding: 10px 54px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button:hover {
  background-color: #006aa2;
}

.button:active {
  background-color: #004e77;
  transform: translate(0, 2px);
  box-shadow: 0 0 #20202000;
}

.button.primary {
  box-shadow: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 22px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button.primary:hover {
  color: #fff;
  background-color: #000;
}

.button.subscribe {
  box-shadow: none;
  color: var(--white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 20px;
  transition: background-color .325s;
  display: flex;
}

.button.subscribe:hover {
  background-color: #000;
}

.button.password-primary {
  box-shadow: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 22px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button.password-primary:hover {
  color: #fff;
  background-color: #000;
}

.rich-text {
  text-align: left;
  padding-bottom: 0;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.style-guide {
  width: 75%;
}

.horizontal-line {
  background-color: #f4f0ed;
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.style-guide-section-header {
  margin-bottom: 50px;
}

.style-guide-block {
  margin-bottom: 28px;
  font-family: Bebas Neue, sans-serif;
  font-size: 18px;
}

.paragraph {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.paragraph.large {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}

.paragraph.small {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4em;
}

.paragraph.small.white-text-color {
  text-transform: uppercase;
  font-family: Pragmatica Extended Extra, sans-serif;
  font-weight: 700;
  display: flex;
}

.paragraph.extra-large {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 1.4em;
}

.paragraph.xsmall {
  font-size: 12px;
}

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

.paragraph.medium {
  opacity: 1;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.4em;
}

.paragraph.medium.white-text-color {
  text-align: left;
  margin-top: 0;
}

.paragraph.team-member-summary {
  color: #fff;
  font-size: 14px;
}

.paragraph.right-reserved-text {
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4em;
}

.paragraph.author-bio {
  color: #fff;
  font-size: 14px;
}

.spacer {
  height: 48px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._16 {
  background-color: #0000;
  flex: none;
  width: 16px;
  height: 16px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._17 {
  background-color: #f4f0ed00;
  height: 17px;
}

.spacer._15 {
  height: 15px;
}

.spacer._30 {
  height: 30px;
}

.spacer._75 {
  height: 75px;
}

.style-guide-cover-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.heading {
  font-weight: 400;
  display: block;
}

.heading.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 1em;
}

.heading.h1.xl {
  color: #fff;
  margin-bottom: 8px;
  line-height: 1em;
}

.heading.h1.big-hero-heading {
  text-align: center;
  font-size: 200px;
  line-height: .8em;
}

.heading.h3 {
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 45px;
  line-height: 1.1em;
  display: block;
}

.heading.h2 {
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 70px;
  line-height: 1em;
  display: block;
}

.heading.h2.admin-heading {
  color: var(--red);
  font-size: 45px;
}

.heading.h2._404-text {
  color: var(--red);
  font-size: 200px;
}

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

.heading.h2.contact-title {
  margin-bottom: 9px;
  font-size: 55px;
}

.heading.h2.white-text-color {
  background-color: var(--red);
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Pragmatica Extended Extra, sans-serif;
  font-weight: 700;
  display: flex;
  overflow: visible;
}

.heading.h2.blog-article-title {
  color: #fff;
  margin-top: 14px;
  font-size: 65px;
}

.heading.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 30px;
  line-height: 1.1em;
}

.heading.xl {
  font-size: 80px;
}

.style-guide-small-title {
  color: #000;
  margin-bottom: 8px;
  font-family: Bebas Neue, sans-serif;
  font-size: 25px;
  line-height: 1em;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

._12-columns.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.style-guide-content {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 48px 60px;
  position: relative;
}

.style-guide-content.header {
  background-color: var(--red);
  color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
}

.style-guide-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.color-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.style-guide-navigation {
  background-color: var(--white-smoke);
  color: #fff;
  width: 240px;
  padding-top: 40px;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.style-guide-menu-brand {
  width: 160px;
  margin-bottom: 50px;
  margin-left: 30px;
}

.style-guide-menu {
  width: 100%;
}

.style-guide-menu-link {
  color: var(--black);
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 27px;
}

.style-guide-menu-link:hover {
  color: var(--red);
}

.style-guide-menu-link.w--current {
  background-color: var(--light-grey);
  color: #202020;
  padding-right: 0;
  font-weight: 500;
}

.color-block {
  background-color: var(--firebrick);
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.dark-red {
  background-color: var(--dark-red);
}

.color-block.red {
  background-color: var(--red);
}

.color-block.light-red {
  background-color: var(--light-red);
}

.color-block.grey {
  background-color: var(--light-grey);
}

.color-block.light-grey {
  background-color: var(--white-smoke);
}

.color-block.dark-grey {
  background-color: var(--dim-grey);
}

.color-block.white {
  background-color: #fff;
  border: 1px #f0f2f3;
}

.color-block.white.visible {
  background-color: var(--white);
  border-style: solid;
}

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

.color-block.lightest-red {
  background-color: var(--misty-rose);
}

.spacer-2 {
  background-color: #ece7e0;
  height: 48px;
}

.spacer-2._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.category-tag-text-link {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: red;
  border-radius: 80px;
  padding: 9px 33px;
  font-size: 17px;
  text-decoration: none;
  transition: background-color .325s;
  display: inline-block;
}

.category-tag-text-link:hover {
  background-color: var(--black);
  color: var(--white);
}

.category-tag-text-link.absolute {
  z-index: 3;
  border-style: none;
  border-color: var(--red);
  background-color: var(--red);
  text-transform: uppercase;
  border-radius: 80px;
  padding: 9px 33px;
  font-family: Bebas Neue, sans-serif;
  font-size: 17px;
  transition: background-color .325s;
  position: absolute;
  bottom: 5%;
  left: 4%;
}

.category-tag-text-link.absolute:hover {
  background-color: #000;
  border-color: #fff;
}

.category-tag-text-link.absolute.small-slider-image {
  transition: background-color .325s;
  bottom: 7%;
}

.category-tag-text-link.full-width {
  background-color: var(--red);
  color: var(--white);
  border-style: none;
  width: 100%;
  min-width: 100%;
  padding: 11px 0;
  font-size: 22px;
  transition: background-color .325s;
}

.category-tag-text-link.full-width:hover {
  color: #fff;
  background-color: #000;
}

.category-tag-text-link.fixed-width-mobile.white {
  color: var(--red);
  background-color: #fff;
  border-style: none;
  transition: color .325s, background-color .325s;
}

.category-tag-text-link.fixed-width-mobile.white:hover {
  background-color: var(--black);
  color: var(--white);
}

.page-wrapper {
  width: 100%;
}

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

.navigation-logo-image-link {
  transition: opacity .2s;
}

.navigation-logo-image-link:hover {
  opacity: .75;
}

.navigation-logo-image-link.footer {
  width: 250px;
  padding-top: 0;
}

.navigation-logo-image-link.footer.w--current {
  transition-duration: .325s;
}

.navigation-logo-image-link.footer.w--current:hover {
  opacity: .72;
}

.category-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--red);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.category-list.footer-categories {
  flex-direction: column;
  align-items: flex-start;
}

.category-item {
  font-size: 22px;
}

.category-navigation-link {
  color: var(--red);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
  transition: color .325s;
  display: inline-block;
}

.category-navigation-link:hover {
  color: var(--black);
}

.left-arrow-image {
  width: 30px;
  min-width: 30px;
}

.slider {
  background-color: #ddd0;
  height: 100%;
}

.project-slider-arrow-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.slider-right-arrow {
  background-color: var(--red);
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-top: 60px;
  transition: background-color .325s;
  display: flex;
  inset: -13% 0% auto auto;
}

.slider-right-arrow:hover {
  background-color: #000;
}

.trending-post {
  width: 100%;
}

.slider-mask {
  width: 40%;
  height: auto;
  overflow: visible;
}

.slider-nav {
  display: none;
}

.slide {
  background-color: #fff;
  margin-right: 45px;
}

.right-arrow-image {
  width: 30px;
  min-width: 30px;
}

.slider-left-arrow {
  background-color: var(--red);
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-top: 60px;
  padding-top: 0;
  transition: background-color .325s;
  display: flex;
  inset: -13% 7% auto auto;
}

.slider-left-arrow:hover {
  background-color: #000;
}

.collection-card {
  position: relative;
}

.thumbnail-image-link {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .325s;
  position: relative;
}

.thumbnail-image-link:hover {
  opacity: .82;
}

.thumbnail-image-link.small-height {
  width: 100%;
  height: 350px;
}

.thumbnail-image-link.medium-height {
  width: 100%;
  height: 450px;
}

.thumbnail-image-link.short-height {
  height: 23vh;
}

.image-color-overlay {
  z-index: 2;
  opacity: .28;
  transition: opacity .425s, background-color .425s;
  position: absolute;
  inset: 0%;
}

.image-color-overlay:hover {
  opacity: .28;
  background-color: red;
}

.text-box-link-content {
  max-width: 80%;
  transition-property: opacity;
}

.text-box-link-content:hover {
  opacity: .76;
}

.text-box-link-content.full-width {
  max-width: 100%;
}

.h3.blog-title {
  background-color: var(--black);
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 900;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.cover-image.author {
  border-radius: 80px;
  width: 66px;
  height: 66px;
  margin-right: 12px;
}

.cover-image.full-height-width {
  height: 100%;
}

.heading-box._450px {
  max-width: 450px;
  margin-right: auto;
}

.heading-box._450px.auto {
  margin-left: auto;
  margin-right: auto;
}

.heading-box.related-posts {
  color: var(--red);
  margin-bottom: 44px;
}

.heading-box.author-hero {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.heading-box.about-us-hero {
  position: absolute;
  bottom: -10%;
  left: 0%;
  right: 0%;
}

.heading-box-wrapper {
  display: inline-block;
}

._2-1-5-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-block.about-info-grid {
  grid-row-gap: 55px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-box-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-box-content-wrapper.absolute {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: static;
  inset: auto auto 4% 2%;
}

.text-box-content-wrapper.footer {
  grid-row-gap: 5px;
  color: var(--black);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
}

.text-box-content-wrapper.subscribe-form {
  max-width: 450px;
}

.text-box-content-wrapper.events {
  align-items: flex-start;
  height: auto;
  padding-bottom: 22px;
}

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

.big-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 191px;
  padding-bottom: 10px;
}

.red-text-color {
  color: var(--red);
}

.white-text-color {
  color: var(--white);
}

.h2.big-heading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 200px;
  font-weight: 400;
  line-height: .9em;
}

.h2.cta-heading {
  color: var(--red);
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
}

.h2.home-slide-title {
  padding-top: 6px;
  font-family: Pragmatica Extended Extra, sans-serif;
}

.image-content-wrapper.popular-topic-image-01 {
  width: 100%;
  max-width: 175px;
  position: absolute;
  top: 10%;
  left: 21%;
  transform: rotate(-18deg);
}

.image-content-wrapper.popular-topic-image-02 {
  width: 100%;
  max-width: 175px;
  position: absolute;
  top: 9%;
  right: 22%;
  transform: rotate(16deg);
}

.image-content-wrapper.staff-member {
  height: 340px;
}

.image-content-wrapper.blog-post {
  z-index: 2;
  height: 700px;
  padding-right: 35px;
  position: relative;
}

.content-image-link {
  transition: opacity .325s;
}

.content-image-link:hover {
  opacity: .76;
}

.grid-wrapper.popular-topics {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-link {
  text-decoration: none;
  transition: transform .325s;
  position: absolute;
  inset: auto 3% 3% auto;
}

.lightbox-link:hover {
  transform: scale(1.1);
}

.interview-image {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  height: 115%;
  display: block;
  position: relative;
}

.image-content-overlay {
  z-index: 2;
  opacity: .28;
  height: auto;
  transition: opacity .425s, background-color .425s;
  position: absolute;
  inset: 0%;
}

.image-content-overlay:hover {
  opacity: .28;
  background-color: red;
}

.image-content-overlay.interview {
  opacity: 1;
  color: #fff;
  background-image: linear-gradient(#0000001f, #0000001f);
  padding: 15px;
  font-family: Bebas Neue, sans-serif;
  font-size: 35px;
}

.image-content-overlay.interview:hover {
  background-color: #f000;
}

.interview-content-wrapper {
  z-index: 0;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  width: 100%;
  height: 590px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.play-button-icon {
  width: 66px;
}

.image-content {
  cursor: pointer;
  border-radius: 0;
  width: auto;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.image-content.interview-content-03 {
  border-radius: 0;
  width: 21%;
  overflow: hidden;
}

.image-content.interview-content-01 {
  flex: 1;
  width: 21%;
  overflow: hidden;
}

.image-content.interview-content-02 {
  border-radius: 0;
  width: 21%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.cta-banner-wrapper {
  padding: 0;
}

.cta-banner-wrapper.red-background {
  background-color: var(--red);
  width: 100%;
  padding: 40px;
}

.cta-banner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-banner.white-background {
  grid-column-gap: 15px;
  background-color: var(--white);
  color: #fff;
  border: 2px solid red;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 130px 96px;
  display: flex;
}

.icon-image {
  width: 38px;
}

.email-form {
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.email-subscribe {
  border: 2px red;
  border-radius: 0;
  width: 100%;
  display: flex;
}

.email-input {
  border: 1px solid var(--dim-grey);
  color: var(--black);
  min-height: 48px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: border-color .225s;
}

.email-input:hover {
  border-color: var(--red);
}

.email-input:focus {
  border: 1px solid var(--red);
}

.email-input::placeholder {
  color: var(--black);
  font-weight: 400;
}

.email-button {
  background-color: var(--red);
  color: var(--white);
  flex: none;
  min-height: 48px;
  padding: 12px 36px;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .325s;
}

.email-button:hover {
  color: var(--white);
  background-color: #000;
}

.email-button:active {
  background-color: #000;
}

.card-block.red-background {
  background-color: var(--red);
  flex-direction: column;
  width: 100%;
  padding: 20px 25px 45px;
  display: flex;
}

.divider-line {
  height: 2px;
  margin-top: 11px;
  margin-bottom: 20px;
}

.divider-line.color-white {
  background-color: #fff;
}

.divider-line.homepage {
  background-color: var(--red);
}

.text-box-wrapper.podcast-and-event-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.background-image-wrapper.red-cross {
  background-image: url('../images/385698597_338049715287864_8916643815075654626_n.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  height: 800px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.background-image-wrapper.about-us-hero {
  background-image: url('../images/About-Us-Hero-Image.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.link-circle-button {
  color: #fff;
  text-align: center;
  background-color: #f000;
  border: 2px solid #fff;
  border-radius: 150px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 0;
  padding: 6px 16px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  transition: color .325s, background-color .325s;
  display: flex;
}

.link-circle-button:hover {
  color: red;
  background-color: #fff;
  border-style: solid;
}

.link-circle-button:active {
  background-color: #0a3092;
}

.link-circle-button.absolute {
  z-index: 2;
  border-color: var(--white);
  margin-bottom: 0;
  position: absolute;
  bottom: 4%;
  right: 4%;
}

.link-circle-button.absolute:active {
  background-color: var(--white);
}

.footer {
  padding-top: 50px;
}

.footer-container {
  width: 100%;
  max-width: 1230px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

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

._5-grid.footer {
  grid-column-gap: 58px;
  width: 100%;
  padding-top: 0;
}

.social-link-block {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: transform .325s;
  display: flex;
}

.social-link-block:hover {
  color: #fff;
  background-color: #f000;
  transform: scale(1.2);
}

.social-links {
  margin-top: 9px;
  display: flex;
}

.social-links.author {
  margin: 0 auto 20px;
}

.footer-navigation-link-list.footer-menu-links {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  font-size: 19px;
}

.footer-link.red-text-color {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
  transition: background-color .325s;
  display: inline-block;
}

.footer-link.red-text-color:hover {
  color: var(--black);
}

.flex-horizontal {
  display: flex;
}

.footer-bottom {
  border-top: 1px solid var(--red);
  border-radius: 2px;
  margin-top: 32px;
  padding-top: 20px;
  padding-bottom: 8px;
}

.footer-bottom.red-text-color {
  border-top-width: 2px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.content-wrapper.overflow-hidden {
  display: block;
  overflow: hidden;
}

.content-wrapper.contact-form {
  grid-column-gap: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrapper.author {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 58px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.grid-image-wrapper.homepage-top-pick {
  height: 650px;
  position: relative;
}

.hidden {
  display: none;
}

.navigation-content {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-bar {
  z-index: 200;
  border-bottom: 1px none var(--white);
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.logo-link-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 350px;
}

.menu-category-list {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.search-button {
  background-color: var(--red);
  height: 45px;
  padding: 7px 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  transition: background-color .325s;
}

.search-button:hover {
  background-color: #000;
}

.search-button:active {
  background-color: #004e77;
  transform: translate(0, 2px);
  box-shadow: 0 0 #20202000;
}

.menu-button {
  background-image: url('../images/Menu-Burger-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 64px;
  height: 64px;
  margin-left: auto;
  padding: 0;
}

.menu-button.w--open {
  color: #096ad033;
  background-color: #fff;
  background-image: url('../images/Menu-Close-Icon.svg');
}

.search-bar {
  border: 1px solid var(--dim-grey);
  background-color: #0000;
  background-image: url('../images/magnifying-glass-1.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 0;
  flex: 1;
  height: 45px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 41px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  transition: border-color .25s;
}

.search-bar:hover {
  border-color: var(--red);
  background-image: url('../images/magnifying-glass.svg');
}

.search-bar:focus {
  border-color: var(--red);
}

.search-bar::placeholder {
  color: var(--black);
  font-family: Inter, sans-serif;
}

.menu-category-list-wrapper {
  display: none;
}

.search-section {
  color: var(--red);
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.navigation-logo {
  width: 100%;
}

.search {
  color: var(--red);
  min-width: 90%;
  max-width: 90px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.search:focus-visible {
  color: var(--red);
}

.search[data-wf-focus-visible] {
  color: var(--red);
}

.nav-cta-button-wrapper {
  align-items: center;
}

.navigation-container {
  border-bottom: 2px solid var(--red);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 12px;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.navigation-logo-link {
  width: 100%;
  transition: opacity .225s;
}

.navigation-logo-link:hover {
  opacity: .75;
}

.navigation-logo-link.w--current {
  transition-duration: .325s;
}

.category-banner-section {
  z-index: 100;
  color: #3f3c38;
  background-color: #fff;
  border-bottom: 1px #f7f6f5;
  align-items: center;
  height: 60px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.category-banner-container {
  flex: 1;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.category-banner {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 1.4em;
  display: flex;
}

.navigation-link {
  color: var(--red);
  font-size: 19px;
}

.navigation-link.red-text-color {
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
  display: inline-block;
}

.navigation-link.red-text-color:hover {
  color: var(--black);
}

.popular-topics-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.top-pick-grid.border {
  border-right: 2px solid var(--red);
  width: 100%;
  max-width: 100%;
}

.top-pick-collection-list {
  display: flex;
}

.text-block.interview-name-title {
  font-family: Bebas Neue, sans-serif;
  font-size: 30px;
  line-height: 1.1em;
}

.text-block.staff-member-name {
  color: #fff;
  font-family: Bebas Neue, sans-serif;
  font-size: 40px;
  line-height: 1.1em;
}

.text-block.blog-article-info {
  font-size: 17px;
  display: inline-block;
}

.text-block.author {
  color: #fff;
  font-size: 23px;
}

.text-block.contact-info {
  font-size: 25px;
  line-height: 1em;
}

.text-block.sucess-message {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.text-block.team-member-role {
  color: #fff;
}

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

.absolute {
  position: absolute;
}

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

.line-symbol {
  padding-left: 12px;
}

.staff-card {
  background-color: red;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.staff-member-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.staff-corner-block {
  border: 1.75rem solid #e9edec00;
  border-color: #e9edec00 #e9edec00 red red;
  position: absolute;
  bottom: 0;
  left: 0;
}

.staff-card-top {
  z-index: 2;
  position: relative;
}

.staff-card-text-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding: 28px 16px 16px;
  display: flex;
}

.overflow-hidden {
  display: inline-block;
  overflow: hidden;
}

.red-background {
  background-color: var(--red);
}

.red-background.absolute.author-hero {
  z-index: -1;
  inset: 0% 0% 15%;
}

.red-background-content-wrapper {
  background-color: var(--red);
  width: 100%;
  padding: 47px 32px;
}

.red-background-content-wrapper.non-blog, .red-background-content-wrapper.blog-categories {
  width: 100%;
  padding-top: 113px;
}

.blog-post-hero-grid {
  grid-template-rows: auto;
}

.blog-post-hero-grid.white-text-color {
  grid-column-gap: 52px;
  grid-template-columns: 1.25fr 1.5fr;
}

.post-info-box {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dot-space {
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}

.blog-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.article-text-wrapper {
  width: 100%;
  max-width: 800px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

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

.related-posts {
  width: 100%;
  max-width: 800px;
  margin-top: 83px;
  margin-left: auto;
  margin-right: auto;
}

.license-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.license-image.contain {
  object-fit: contain;
}

.licencing-image-item {
  height: 250px;
}

.licencing-image-item.icon {
  width: 70px;
  height: 70px;
}

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

.licensing-link {
  color: #434343;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .3s;
}

.licensing-link.text {
  color: var(--red);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 21px;
  transition: color .325s;
  display: inline-block;
}

.licensing-link.text:hover {
  color: var(--black);
}

.licensing-subtext {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.admin-info {
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.license-icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.utility-page-wrap {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

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

.h4.blog-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
}

.email-form-wrapper {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.white-background-content-wrapper {
  background-color: #fff;
  width: 100%;
  margin-top: -155px;
  padding: 82px 82px 47px;
}

.white-background-content-wrapper.non-blog, .white-background-content-wrapper.blog-categories {
  width: 100%;
  margin-top: 160px;
  padding: 42px;
}

.white-background-content-wrapper.author {
  margin-top: 160px;
  padding: 42px;
}

.white-background-content-wrapper.author.no-top-margin {
  width: 100%;
  margin-top: 0;
  padding-top: 85px;
}

.page-hero-content-wrapper.center-align {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1.page-hero-heading {
  color: #fff;
  text-align: center;
  text-align: center;
  font-size: 130px;
  font-weight: 400;
}

.h1.author-name {
  color: #fff;
  text-align: center;
}

.h1.password-heading {
  text-align: left;
  margin-bottom: 0;
  font-size: 65px;
}

.first-name {
  width: 48%;
}

.form-email {
  width: 100%;
  margin-bottom: 25px;
}

.contact-email {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-form-block {
  width: 100%;
}

.success-message {
  background-color: var(--red);
  border-radius: 6px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.contact-email-and-phone-wrapper {
  margin-top: 60px;
}

.last-name {
  width: 48%;
}

.contact-form {
  width: 100%;
}

.form-brief {
  width: 100%;
  margin-bottom: 25px;
}

.form-field {
  background-color: var(--white-smoke);
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
  transition: border-color .225s;
}

.form-field:hover {
  border-style: solid;
  border-color: var(--red);
}

.form-field::placeholder {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.form-field.message-input {
  background-color: var(--white-smoke);
  padding-top: 14px;
  padding-bottom: 100px;
}

.form-field.email {
  background-color: var(--white-smoke);
}

.form-input-wrapper.first-name-last-name {
  grid-column-gap: 15px;
  margin-bottom: 25px;
  font-family: Bebas Neue, sans-serif;
  display: flex;
}

.error-message {
  border-radius: 4px;
  margin-top: 30px;
  padding: 20px;
}

.email-image-wrapper {
  width: 32px;
  height: 32px;
  margin-right: 19px;
}

.form-label {
  color: var(--red);
  margin-bottom: 12px;
  font-family: Bebas Neue, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3em;
}

.contact-right {
  width: 55%;
  max-width: 575px;
}

.contact-left {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.admin-sub-paragraph {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.text-box-link-lightbox {
  padding-bottom: 22px;
  transition: opacity .325s;
}

.text-box-link-lightbox:hover {
  opacity: .81;
}

.author-bio {
  text-align: center;
}

.author-info-link-block {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  transition: transform .325s;
  display: flex;
}

.author-info-link-block:hover {
  transform: scale(1.1);
}

.style-guide-section-title {
  color: #000;
  margin-bottom: 8px;
  font-family: Bebas Neue, sans-serif;
  font-size: 50px;
  line-height: 1em;
}

.powered-by-webflow-text-link {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  text-decoration: underline;
}

.title.footer-menu {
  color: var(--black);
  margin-bottom: 15px;
  font-family: Bebas Neue, sans-serif;
  font-size: 30px;
  line-height: 1em;
}

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

.password-title {
  text-align: left;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1em;
  display: block;
}

.password-input {
  border: 1px solid var(--black);
  color: var(--black);
  min-height: 45px;
}

.password-input:focus {
  border-color: var(--red);
}

.password-input::placeholder {
  color: var(--black);
}

.h2-blog-title.collection {
  color: var(--red);
  font-size: 35px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.heading-2 {
  background-color: #fff;
}

.text-span, .text-span-2 {
  background-color: var(--red);
  color: var(--white);
}

.heading-3 {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Pragmatica Extended Extra, sans-serif;
  position: relative;
  top: 270px;
}

.text-span-3 {
  background-color: var(--red);
}

.container-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.background-video {
  max-height: none;
  display: block;
}

.bold-text {
  text-align: center;
  font-family: Pragmatica Extended Extra, sans-serif;
  font-size: 28px;
  display: flex;
}

.section-2 {
  background-color: var(--red);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.text-span-4 {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  font-family: Pragmatica Extended Extra, sans-serif;
  display: flex;
}

.container-4 {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  display: block;
}

.heading-5 {
  color: var(--black);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--red);
  font-size: 60px;
  line-height: .9em;
  text-decoration: underline;
}

.rich-text-block {
  font-family: Pragmatica Extended Extra, sans-serif;
}

.bold-text-2 {
  text-transform: uppercase;
  font-family: Pragmatica Extended Extra, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: .9em;
}

.heading-6 {
  font-size: 35px;
  line-height: .6em;
}

.bold-text-3 {
  text-transform: uppercase;
  font-family: Pragmatica Extended Extra, sans-serif;
  font-size: 54px;
  line-height: 1em;
  display: flex;
}

.container-5 {
  max-width: 1200px;
}

.heading-7 {
  color: var(--white);
  padding-top: 99px;
  padding-left: 69px;
  font-family: Pragmatica Extended Extra, sans-serif;
  font-size: 95px;
  line-height: .65em;
}

.text-span-5 {
  font-size: 140px;
}

.text-span-6 {
  font-size: 48px;
}

.text-span-7 {
  font-size: 54px;
}

.section-3 {
  margin-top: 40px;
}

.quick-stack {
  background-color: var(--red);
  min-width: auto;
  min-height: auto;
  max-height: 80%;
  overflow: clip;
}

.image-2 {
  object-fit: contain;
}

.section-4 {
  max-width: none;
  margin-top: 60px;
}

.rich-text-block-2 {
  font-family: Pragmatica Extended Extra, sans-serif;
}

.heading-8 {
  font-family: Pragmatica Extended Extra, sans-serif;
  font-size: 48px;
}

.heading-9 {
  color: var(--black);
  text-align: center;
  object-fit: fill;
  padding-top: 10px;
  font-family: Pragmatica Extended Extra, sans-serif;
  font-size: 40px;
}

.container-6 {
  background-color: var(--red);
  max-width: 1300px;
}

.image-3 {
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
  object-fit: scale-down;
  max-width: none;
}

.container-7 {
  float: right;
  aspect-ratio: auto;
  text-align: center;
  max-width: none;
}

.section-5 {
  background-color: var(--black);
}

.rich-text-block-3 {
  color: var(--white);
  max-width: none;
  display: block;
}

.paragraph-2 {
  color: var(--white);
  max-width: none;
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-3 {
  color: var(--white);
}

.heading-10 {
  color: var(--white);
  text-transform: uppercase;
  flex: 1;
  order: 0;
  padding-left: 140px;
  padding-right: 140px;
  font-family: Pragmatica Extended Extra, sans-serif;
  font-size: 50px;
  display: block;
  position: static;
  overflow: clip;
}

.heading-11 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Pragmatica Extended Extra, sans-serif;
  font-size: 54px;
}

.text-span-8 {
  color: var(--black);
  font-size: 30px;
}

.button-2 {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  font-family: Pragmatica Extended Extra, sans-serif;
  font-weight: 700;
  display: inline-block;
}

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

.section-7 {
  background-image: url('../images/Screenshot-2024-09-26-132423.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 60px;
  font-family: Pragmatica Extended Extra, sans-serif;
}

.heading-12 {
  color: var(--white);
  padding-top: 60px;
  padding-bottom: 100px;
  font-family: Pragmatica Extended Extra, sans-serif;
  font-size: 54px;
}

.container-8 {
  margin-left: 0;
  margin-right: 0;
}

.section-8 {
  aspect-ratio: 1;
  background-image: url('../images/Screenshot-2024-09-26-133036.png');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  overflow: visible;
}

@media screen and (min-width: 1280px) {
  .category-banner-container {
    max-width: 1450px;
  }

  .error-message {
    border-radius: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .section.popular-topics {
    padding-top: 10vh;
    padding-bottom: 17vh;
  }

  .container {
    max-width: 1450px;
  }

  .heading.h2 {
    font-size: 75px;
  }

  .slider-left-arrow {
    right: 5%;
  }

  .text-box-link-content {
    max-width: 70%;
  }

  .h2.cta-heading {
    font-size: 70px;
  }

  .h2.home-slide-title {
    font-size: 75px;
  }

  .image-content-wrapper.popular-topic-image-01 {
    max-width: 200px;
    top: 8%;
  }

  .image-content-wrapper.popular-topic-image-02 {
    max-width: 200px;
    top: 5%;
  }

  .footer-container, .navigation-container, .category-banner-container {
    max-width: 1450px;
  }

  .top-pick-grid.border {
    padding-left: 18px;
  }

  .h4.blog-title {
    font-size: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .section.medium-top-bottom-padding.about-us-introduction {
    margin-top: 235px;
  }

  .section.popular-topics {
    padding-top: 11vh;
    padding-bottom: 213px;
  }

  .container {
    max-width: 1630px;
  }

  .heading.h1.big-hero-heading {
    font-size: 260px;
  }

  .slider-mask {
    width: 30%;
  }

  .slider-left-arrow {
    right: 4.5%;
  }

  .text-box-content-wrapper.events {
    height: auto;
  }

  .image-content-wrapper.popular-topic-image-01 {
    max-width: 200px;
    top: 9%;
    left: 26%;
  }

  .image-content-wrapper.popular-topic-image-02 {
    max-width: 200px;
    top: 6%;
    right: 25%;
  }

  .image-content-wrapper.staff-member {
    height: 450px;
  }

  .interview-content-wrapper {
    height: 800px;
  }

  .cta-banner.white-background {
    padding-left: 148px;
    padding-right: 148px;
  }

  .footer-container {
    max-width: 1630px;
  }

  .grid-image-wrapper.homepage-top-pick {
    height: 55vh;
  }

  .navigation-container {
    max-width: 1530px;
    padding-top: 16px;
    padding-bottom: 11px;
  }

  .category-banner-container {
    max-width: 1630px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .article-text-wrapper {
    max-width: 1230px;
  }

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

  .related-posts {
    max-width: 1230px;
  }

  .password-title {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 10px;
  }

  h5, h6 {
    margin-top: 0;
  }

  .text-box.center-align {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button {
    position: relative;
  }

  .column {
    width: 50%;
  }

  .style-guide-block {
    margin-bottom: 40px;
  }

  .paragraph {
    font-size: 15px;
  }

  .heading.h1.big-hero-heading {
    font-size: 150px;
  }

  .heading.h2 {
    font-size: 70px;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .style-guide-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .style-guide-section {
    margin-left: 0;
    position: static;
  }

  .style-guide-navigation {
    z-index: 10;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: sticky;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .style-guide-menu-brand {
    margin-bottom: 0;
    top: 5px;
  }

  .style-guide-menu {
    z-index: 500;
    background-color: var(--white-smoke);
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    position: absolute;
    inset: 80px auto auto 0%;
  }

  .style-guide-menu-button {
    color: #202020;
    margin-right: 12px;
    top: auto;
  }

  .style-guide-menu-button.w--open {
    background-color: var(--black);
    border-radius: 40px;
  }

  .category-tag-text-link.absolute {
    padding-left: 27px;
    padding-right: 27px;
  }

  .logo-image {
    width: 100%;
  }

  .navigation-logo-image-link {
    flex: 1;
  }

  .navigation-logo-image-link.footer {
    width: 200px;
  }

  .left-arrow-image {
    width: 22px;
    min-width: 22px;
  }

  .slider-right-arrow {
    width: 45px;
    height: 45px;
    top: -15%;
  }

  .slider-mask {
    width: 55%;
  }

  .right-arrow-image {
    width: 22px;
    min-width: 22px;
  }

  .slider-left-arrow {
    width: 45px;
    height: 45px;
    top: -15%;
    right: 8%;
  }

  .thumbnail-image-link.short-height {
    height: 26vh;
  }

  .text-box-link-content {
    max-width: 95%;
  }

  .h2.big-heading {
    line-height: .8em;
  }

  .image-content-wrapper.popular-topic-image-01 {
    top: 9%;
    left: 5%;
  }

  .image-content-wrapper.popular-topic-image-02 {
    max-width: 175px;
    top: 6%;
    right: 8%;
  }

  .image-content-wrapper.blog-post {
    height: 600px;
    padding-left: 35px;
  }

  .interview-content-wrapper {
    flex-direction: column;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-content {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-content.interview-content-03 {
    width: 100%;
    min-width: 100%;
    height: 435px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-content.interview-content-01 {
    flex: 0 auto;
    width: 100%;
    height: 435px;
  }

  .image-content.interview-content-02 {
    width: 100%;
    min-width: 100%;
    height: 435px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-banner-wrapper {
    padding: 0;
  }

  .cta-banner.white-background {
    padding: 116px 35px;
  }

  .link-circle-button {
    position: relative;
  }

  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-wrapper.contact-form {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-image-wrapper.homepage-top-pick {
    height: 55vh;
  }

  .navigation-content {
    align-items: center;
  }

  .navigation-bar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-link-wrapper {
    flex: 0 auto;
    width: 300px;
  }

  .search-button {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .search-bar {
    background-image: none;
    width: 175px;
    padding-left: 12px;
    font-size: 14px;
  }

  .navigation-logo {
    width: 100%;
  }

  .nav-cta-button-wrapper {
    display: none;
  }

  .navigation-container {
    max-width: 1190px;
  }

  .navigation-logo-link {
    flex: 1;
  }

  .category-banner-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .category-banner-container {
    text-align: center;
  }

  .popular-topics-grid {
    grid-row-gap: 21px;
    grid-template-columns: 1fr 1fr;
  }

  .top-pick-grid.border {
    border-bottom: 2px solid var(--red);
    border-right-style: none;
    grid-template-columns: 1fr .75fr;
    padding-bottom: 20px;
  }

  .top-pick-collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .about-us-intro-grid {
    grid-template-columns: 1fr;
  }

  .staff-member-grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .staff-card-top {
    height: auto;
    padding: 0;
    position: relative;
    inset: auto;
  }

  .staff-card-text-wrapper {
    height: auto;
    margin-top: 0;
  }

  .red-background-content-wrapper.non-blog, .red-background-content-wrapper.blog-categories {
    padding-top: 95px;
  }

  .blog-post-hero-grid.white-text-color {
    grid-template-columns: 1.25fr;
  }

  .post-info-box {
    padding-left: 35px;
  }

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

  .licensing-link {
    font-size: 50px;
  }

  .licensing-link.text {
    font-size: 23px;
  }

  .h4.blog-title {
    font-size: 35px;
  }

  .white-background-content-wrapper {
    padding-left: 39px;
    padding-right: 39px;
  }

  .white-background-content-wrapper.non-blog, .white-background-content-wrapper.blog-categories, .white-background-content-wrapper.author {
    margin-top: 130px;
    padding: 32px;
  }

  .contact-right {
    width: 100%;
  }

  .contact-left {
    width: 100%;
    margin-bottom: 60px;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .heading-4 {
    background-color: var(--red);
    color: var(--white);
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: Pragmatica Extended Extra, sans-serif;
    display: flex;
  }

  .section-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 65px;
  }

  h2 {
    font-size: 55px;
  }

  h3 {
    font-size: 45px;
  }

  h4 {
    font-size: 35px;
  }

  h5 {
    font-size: 25px;
  }

  h6 {
    font-size: 22px;
  }

  .section.medium-top-bottom-padding.about-us-introduction {
    margin-top: 89px;
  }

  .section.popular-topics {
    padding-top: 56px;
    padding-bottom: 89px;
  }

  .section.large-top-bottom-padding {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .button.subscribe {
    flex: 1;
    height: 55px;
  }

  .rich-text {
    padding-bottom: 19px;
  }

  .column.style-guide {
    width: 100%;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph.extra-large {
    font-size: 20px;
  }

  .spacer {
    height: 32px;
  }

  .style-guide-cover-block {
    width: 25%;
  }

  .heading.h1 {
    font-size: 65px;
  }

  .heading.h1.xl {
    font-size: 70px;
    line-height: .9em;
  }

  .heading.h1.big-hero-heading {
    font-size: 110px;
  }

  .heading.h3 {
    font-size: 35px;
  }

  .heading.h2 {
    margin-bottom: 8px;
    font-size: 55px;
  }

  .heading.h4 {
    font-size: 29px;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  ._12-columns.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .style-guide-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .style-guide-section {
    margin-left: 0;
  }

  .style-guide-menu-brand {
    margin-left: 20px;
    padding-left: 0;
  }

  .style-guide-menu-brand.w--current {
    margin-top: 14px;
  }

  .spacer-2 {
    height: 32px;
  }

  .logo-image {
    width: 160px;
  }

  .category-list {
    grid-column-gap: 4px;
    justify-content: center;
  }

  .slider {
    width: 90%;
  }

  .slider-right-arrow {
    top: -14%;
    right: -9%;
  }

  .slider-mask {
    width: 55%;
  }

  .slider-left-arrow {
    top: -14%;
    right: 4%;
  }

  .thumbnail-image-link.short-height {
    height: 300px;
  }

  ._2-1-5-grid {
    grid-template-columns: 2fr;
  }

  .text-box-content-wrapper {
    grid-column-gap: 17px;
    grid-row-gap: 0px;
    align-items: flex-start;
    padding-bottom: 9px;
  }

  .text-box-content-wrapper.events {
    grid-row-gap: 0px;
  }

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

  .h2.big-heading {
    font-size: 175px;
    line-height: .8em;
  }

  .h2.cta-heading {
    text-align: center;
    font-size: 55px;
  }

  .h2.home-slide-title {
    font-size: 55px;
  }

  .image-content-wrapper.popular-topic-image-01 {
    max-width: 160px;
    top: 3%;
  }

  .image-content-wrapper.popular-topic-image-02 {
    max-width: 160px;
    right: 5%;
  }

  .image-content-wrapper.blog-post {
    height: 400px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-content.interview-content-01 {
    flex: 0 auto;
    height: 376px;
  }

  .cta-banner.white-background {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .card-block.red-background {
    padding-bottom: 8px;
    padding-left: 14px;
  }

  .background-image-wrapper.red-cross {
    height: 750px;
  }

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

  ._5-grid.footer {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-grid-block.red-text-color {
    margin-bottom: 15px;
  }

  .content-wrapper.author {
    padding-left: 50px;
    padding-right: 50px;
  }

  .navigation-content {
    background-color: #fff;
    border-top: 1px #f4f0ed;
    flex-direction: column;
    height: 100vh;
    margin-left: 0;
    padding: 20px 20px 100px;
    position: absolute;
    overflow: auto;
  }

  .navigation-bar {
    border-bottom: 2px none var(--red);
  }

  .logo-link-wrapper {
    width: 250px;
  }

  .menu-category-list {
    grid-column-gap: 20px;
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: flex-start stretch;
    display: flex;
  }

  .search-button {
    height: 50px;
    padding: 9px 30px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
  }

  .search-bar {
    background-image: url('../images/magnifying-glass-1.svg');
    background-position: 6px;
    width: 100%;
    height: 50px;
    padding-left: 41px;
  }

  .search-bar:focus {
    background-image: url('../images/magnifying-glass.svg');
  }

  .menu-category-list-wrapper {
    border-bottom: 1px solid var(--red);
    margin-top: 64px;
    margin-bottom: 30px;
    padding-bottom: 36px;
    display: block;
  }

  .search-section {
    z-index: 4;
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    top: 24px;
    left: 0;
    right: 0;
  }

  .navigation-logo {
    width: 100%;
  }

  .search {
    margin-right: 0;
    display: flex;
  }

  .nav-cta-button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: flex-start start;
    display: block;
  }

  .navigation-container {
    align-items: center;
    margin-bottom: 8px;
    padding-top: 13px;
    padding-bottom: 16px;
  }

  .navigation-logo-link {
    flex: 0 auto;
    width: 100%;
  }

  .category-banner-section {
    margin-top: -78px;
    top: 12px;
  }

  .category-banner-container {
    text-align: left;
  }

  .navigation-link {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 35px;
    line-height: 1.3em;
    display: inline-block;
  }

  .navigation-link.red-text-color {
    font-size: 32px;
    line-height: 1.1em;
  }

  .top-pick-grid {
    grid-template-columns: 1fr;
  }

  .top-pick-grid.border {
    grid-row-gap: 15px;
    border-right-style: none;
    grid-template-columns: 1fr;
  }

  .text-block.staff-member-name {
    font-size: 30px;
  }

  .about-us-intro-grid {
    grid-template-columns: 1fr;
  }

  .staff-member-grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .post-info-box {
    grid-row-gap: 10px;
    padding-left: 16px;
  }

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

  .licencing-image-item {
    height: 200px;
  }

  .licencing-image-item.icon {
    width: 50px;
    height: 50px;
  }

  .licensing-link {
    font-size: 40px;
  }

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

  .h4.blog-title {
    font-size: 35px;
  }

  .white-background-content-wrapper {
    padding-bottom: 22px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .white-background-content-wrapper.non-blog, .white-background-content-wrapper.blog-categories, .white-background-content-wrapper.author {
    padding: 32px;
  }

  .h1.page-hero-heading {
    font-size: 120px;
  }

  .h1.page-hero-heading.blog {
    font-size: 85px;
  }

  .h1.page-hero-heading {
    font-size: 120px;
    line-height: .9em;
  }

  .email-image-wrapper {
    width: 25px;
    height: 25px;
  }

  .title.footer-menu {
    font-size: 29px;
  }

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

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-family: Inter, sans-serif;
  }

  h1 {
    font-size: 65px;
  }

  h2 {
    font-size: 55px;
  }

  h3 {
    font-size: 45px;
  }

  h4 {
    font-size: 35px;
  }

  h5 {
    font-size: 25px;
  }

  .text-box._400px {
    justify-content: flex-start;
    align-items: center;
    padding-left: 7px;
    padding-right: 7px;
  }

  .section.medium-top-bottom-padding {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section.medium-top-bottom-padding.about-us-introduction {
    margin-top: 74px;
  }

  .section.popular-topics {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section.large-top-bottom-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.team-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .featured-post-hero {
    padding-left: 15px;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

.rich-text, .rich-text.post-body {
  padding-bottom: 0;
}

/* Enhanced styles for post body content */
.post-body {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}

.post-body h1 {
  font-size: 2.5em;
}

.post-body h2 {
  font-size: 2em;
}

.post-body h3 {
  font-size: 1.75em;
}

.post-body h4 {
  font-size: 1.5em;
}

.post-body h5 {
  font-size: 1.25em;
}

.post-body h6 {
  font-size: 1em;
}

.post-body p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}

.post-body blockquote {
  margin: 2em 0;
  padding: 1.5em 2em;
  border-left: 4px solid var(--red, #df1414);
  background-color: #f9f9f9;
  font-style: italic;
  color: #555;
}

.post-body strong {
  font-weight: 700;
  color: #000;
}

.post-body a {
  color: var(--red, #df1414);
  text-decoration: underline;
}

.post-body a:hover {
  color: var(--dark-red, #aa0505);
}

.post-body figure {
  margin: 2em 0;
  text-align: center;
}

.post-body figure img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.post-body ul,
.post-body ol {
  margin: 1.5em 0;
  padding-left: 2em;
}

.post-body li {
  margin-bottom: 0.5em;
  line-height: 1.8;
}

.post-body img {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
  border-radius: 4px;
}

/* Responsive styles for post body */
@media screen and (max-width: 767px) {
  .post-body {
    font-size: 16px;
  }
  
  .post-body h1 {
    font-size: 2em;
  }
  
  .post-body h2 {
    font-size: 1.75em;
  }
  
  .post-body h3 {
    font-size: 1.5em;
  }
  
  .post-body h4 {
    font-size: 1.25em;
  }
  
  .post-body blockquote {
    padding: 1em 1.5em;
    margin: 1.5em 0;
  }
}

  .column {
    margin-bottom: 0;
  }

  .heading.h1.xl {
    font-size: 60px;
  }

  .heading.h1.big-hero-heading {
    min-width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 22vw;
  }

  .heading.h2 {
    font-size: 55px;
  }

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

  .heading.h2.white-text-color {
    box-sizing: border-box;
    min-width: auto;
    max-width: 458px;
    min-height: auto;
    font-size: 35px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .heading.h2.blog-article-title {
    font-size: 40px;
  }

  ._12-columns.flex-horizontal {
    flex-direction: row;
  }

  .style-guide-content {
    padding-bottom: 2px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .style-guide-menu-brand {
    margin-left: 19px;
    padding-left: 0;
  }

  .style-guide-menu-button {
    margin-right: 6px;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .category-tag-text-link {
    max-height: 40px;
  }

  .category-tag-text-link.full-width {
    font-size: 20px;
  }

  .logo-image {
    width: 150px;
  }

  .category-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .category-item {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .slider {
    width: 100%;
  }

  .slider-right-arrow {
    width: 45px;
    height: 45px;
    top: -10%;
    right: 1%;
  }

  .slider-mask {
    width: 80%;
  }

  .slider-left-arrow {
    width: 45px;
    height: 45px;
    display: flex;
    top: -10%;
    right: 18%;
    overflow: visible;
  }

  .thumbnail-image-link.short-height {
    width: 200%;
    max-width: 100%;
    height: 205px;
  }

  .h3.blog-title {
    font-size: 30px;
  }

  .cover-image.author {
    width: 66px;
  }

  .heading-box.about-us-hero {
    bottom: -5%;
  }

  .grid-block.about-info-grid {
    grid-row-gap: 0px;
  }

  .text-box-content-wrapper.footer {
    padding-top: 0;
  }

  .h2.big-heading {
    margin-bottom: 35px;
    font-size: 100px;
  }

  .h2.cta-heading {
    text-align: center;
    font-size: 45px;
  }

  .h2.home-slide-title {
    flex-direction: column;
    padding-top: 20px;
    font-size: 24px;
    display: flex;
  }

  .image-content-wrapper.popular-topic-image-01 {
    max-width: 140px;
    top: 9%;
    left: 3%;
  }

  .image-content-wrapper.popular-topic-image-02 {
    max-width: 140px;
    top: 8%;
    right: 4%;
  }

  .image-content-wrapper.blog-post {
    height: 350px;
  }

  .grid-wrapper.popular-topics {
    width: 100%;
  }

  .image-content {
    border-radius: 0;
  }

  .image-content.interview-content-03 {
    height: auto;
  }

  .image-content.interview-content-01 {
    width: 100%;
    height: auto;
  }

  .image-content.interview-content-02 {
    height: auto;
  }

  .cta-banner-wrapper {
    padding: 0;
  }

  .cta-banner-wrapper.red-background {
    padding: 20px;
  }

  .cta-banner.white-background {
    padding: 45px 20px;
  }

  .icon-image {
    width: 34px;
  }

  .email-subscribe {
    border-style: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }

  .email-input {
    border: 2px solid var(--red);
    border-radius: 0;
    min-height: 56px;
    margin-bottom: 18px;
    padding: 16px 24px;
  }

  .card-block.red-background {
    padding-right: 12px;
  }

  .divider-line.color-white {
    margin-top: 15px;
  }

  .background-image-wrapper.red-cross {
    height: 700px;
    padding-left: 16px;
    padding-right: 10px;
  }

  .background-image-wrapper.about-us-hero {
    background-position: 70%;
  }

  .link-circle-button.absolute {
    font-size: 22px;
  }

  .footer-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._5-grid.footer {
    grid-column-gap: 12px;
    grid-row-gap: 37px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom.red-text-color {
    flex-direction: column;
    padding-top: 11px;
    padding-bottom: 9px;
    display: block;
  }

  .content-wrapper.contact-form {
    flex-direction: column;
    padding-left: 7px;
    padding-right: 7px;
  }

  .content-wrapper.author {
    padding-top: 42px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navigation-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-link-wrapper {
    width: 200px;
  }

  .menu-category-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .search-button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-button {
    flex: 0 auto;
  }

  .search-bar, .navigation-logo {
    width: 100%;
  }

  .menu-category-icon {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .navigation-container {
    padding-top: 6px;
    padding-bottom: 5px;
  }

  .navigation-logo-link {
    width: 100%;
  }

  .category-banner-section {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .category-banner {
    justify-content: space-between;
  }

  .navigation-link {
    line-height: 1.1em;
  }

  .popular-topics-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .top-pick-grid.border {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
  }

  .top-pick-collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block.blog-article-info {
    font-size: 15px;
  }

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

  .staff-member-grid {
    grid-template-columns: 1fr;
  }

  .red-background-content-wrapper {
    padding: 24px 10px 11px;
  }

  .red-background-content-wrapper.non-blog, .red-background-content-wrapper.blog-categories {
    padding-top: 73px;
    padding-bottom: 11px;
  }

  .post-info-box {
    grid-row-gap: 10px;
    padding-right: 0;
  }

  .licencing-image-item {
    height: 150px;
  }

  .licencing-image-item.icon {
    width: 40px;
    height: 40px;
  }

  .licencing-images-grid {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-link {
    font-size: 30px;
  }

  .licensing-subtext {
    margin-top: 8px;
    line-height: .7em;
  }

  .license-icon-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 14px;
    display: grid;
  }

  .utility-page-content {
    width: 300px;
  }

  .email-form-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .white-background-content-wrapper {
    padding-top: 51px;
  }

  .white-background-content-wrapper.non-blog {
    margin-top: 90px;
    padding: 15px 11px 11px;
  }

  .white-background-content-wrapper.blog-categories, .white-background-content-wrapper.author {
    margin-top: 90px;
    padding: 11px;
  }

  .white-background-content-wrapper.author.no-top-margin {
    padding-top: 38px;
  }

  .h1.page-hero-heading.blog {
    font-size: 55px;
  }

  .h1.page-hero-heading {
    font-size: 80px;
  }

  .h1.author-name {
    line-height: .9em;
  }

  .h1.password-heading {
    font-size: 40px;
  }

  .first-name {
    width: 100%;
    margin-bottom: 25px;
  }

  .success-message {
    width: 250px;
  }

  .last-name {
    width: 100%;
  }

  .form-input-wrapper.first-name-last-name {
    flex-direction: column;
  }

  .admin-sub-paragraph {
    margin-top: 10px;
  }

  .author-info-link-block {
    justify-content: flex-start;
    width: 100%;
  }

  .h2-blog-title.collection {
    font-size: 30px;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .heading-3 {
    text-align: center;
    padding-bottom: 0;
    font-size: 40px;
  }

  .background-video {
    justify-content: center;
    align-items: flex-start;
    max-height: none;
    display: flex;
  }

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

  .section-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-span-4 {
    font-size: 35px;
    line-height: 1em;
  }

  .image {
    order: -1;
  }

  .heading-5 {
    text-transform: uppercase;
    font-family: Pragmatica Extended Extra, sans-serif;
    font-size: 40px;
  }

  .bold-text-3 {
    font-size: 32px;
    line-height: 1em;
  }

  .container-5 {
    display: block;
  }

  .heading-7 {
    text-align: left;
    padding-left: 0;
    font-size: 75px;
    line-height: .6em;
  }

  .text-span-5 {
    text-align: center;
    font-size: 110px;
  }

  .text-span-6 {
    text-align: center;
    font-size: 36px;
  }

  .text-span-7 {
    font-size: 40px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
    position: static;
  }

  .image-2 {
    object-fit: fill;
  }

  .heading-8 {
    font-size: 32px;
  }

  .heading-9 {
    font-size: 18px;
  }

  .image-3 {
    max-width: 60%;
    display: block;
  }

  .container-7 {
    clear: left;
    max-width: none;
    position: static;
  }

  .section-5 {
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .rich-text-block-3 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: none;
    display: block;
    position: static;
  }

  .paragraph-2 {
    box-sizing: border-box;
    clear: none;
    object-fit: fill;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    max-width: none;
    max-height: none;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    overflow: visible;
  }

  .heading-10 {
    align-self: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    overflow: visible;
  }

  .heading-11 {
    background-color: var(--white-smoke);
    font-size: 30px;
    line-height: 1em;
  }

  .text-span-8 {
    font-size: 18px;
    line-height: 1em;
  }

  .section-7 {
    object-fit: fill;
    background-image: url('../images/Screenshot-2024-09-26-132423.png');
    background-position: 50% 0;
    background-size: auto;
    background-attachment: scroll;
  }

  .heading-12 {
    text-align: left;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    font-family: Pragmatica Extended Extra, sans-serif;
    font-size: 30px;
    overflow: visible;
  }

  .text-span-9, .text-span-10 {
    background-color: var(--red);
  }
}

#w-node-_7d960ed7-bd99-ae05-a784-a0cb991f5988-71fd76da, #w-node-b1445f5c-dbac-bc8b-66cc-c3f5991be200-71fd76da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f35734d3-2620-c604-f019-1fbf80d4c65e-71fd76da, #w-node-a2f1f5f1-5a44-d96b-3f96-8e2b0d7e795c-71fd76da, #w-node-_834cc072-ca38-fc87-c1ae-5948d2664eb8-71fd76da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6aac392b-016c-1267-dc74-7daeef7d02ca-71fd76da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6e045a04-3518-91d8-de90-fd9584b33ed7-71fd76da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad551fbe-c66e-e356-1192-3aff8ca51719-71fd771d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_78c06b9a-8082-dc6e-8b50-e89cb4a90a16-71fd771d, #w-node-cad60dbd-337a-1abc-5a90-6bc3126a2c09-71fd771d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ba1a9e6-3a0f-3b28-6364-c4b2672bf39a-71fd771d, #w-node-_14757372-e011-9ff0-164d-e300865e6647-71fd771d, #w-node-_1bba1af9-2daa-d084-6e0a-4789e18b0b14-71fd771d, #w-node-e46729a0-a65f-68f7-5a54-c03469ac8a37-71fd771d, #w-node-fa0f77f0-a85c-d593-d0b8-a6e11ec84f11-71fd771d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-e453869b-e759-8418-90dc-0ed2874a1553-874a1550 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-e453869b-e759-8418-90dc-0ed2874a1561-874a1550, #w-node-e453869b-e759-8418-90dc-0ed2874a156b-874a1550 {
  justify-self: center;
}

#w-node-e453869b-e759-8418-90dc-0ed2874a1577-874a1550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4ba59793-1593-fd36-c79e-e1ccc251e103-71fd7737, #w-node-_3767a1b1-179d-cedf-5ab0-bc4107a1f83a-71fd7737, #w-node-fb67cd24-568a-3cd7-1f03-53011832086e-71fd7737 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_6aac392b-016c-1267-dc74-7daeef7d02ca-71fd76da {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6aac392b-016c-1267-dc74-7daeef7d02ca-71fd76da {
    place-self: center start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_230c93ff-636d-ed60-623c-66c97266c5fa-7266c5e5 {
    justify-self: auto;
  }

  #w-node-e453869b-e759-8418-90dc-0ed2874a1553-874a1550 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-e453869b-e759-8418-90dc-0ed2874a1561-874a1550 {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7d960ed7-bd99-ae05-a784-a0cb991f5989-71fd76da {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_7d960ed7-bd99-ae05-a784-a0cb991f598a-71fd76da {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b1445f5c-dbac-bc8b-66cc-c3f5991be200-71fd76da {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_81b82e53-17ef-5f9a-d24e-ea0497f87f1b-71fd76da {
    justify-self: stretch;
  }

  #w-node-e453869b-e759-8418-90dc-0ed2874a1553-874a1550 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-e453869b-e759-8418-90dc-0ed2874a1561-874a1550 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-e453869b-e759-8418-90dc-0ed2874a156b-874a1550 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-e453869b-e759-8418-90dc-0ed2874a1577-874a1550 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Pragmatica Extended Extra';
  src: url('../fonts/Pragmatica_Extended-Extra-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}