@import url(https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@300;400;500;600;700&family=Inter:wght@300;400;500;700&family=Public+Sans:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Vollkorn:wght@400;500;600;700;800;900&display=swap);
@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #fff;
}

@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
main {
  min-height: 100%;
}

* {
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
  font-family: "Inter", sans-serif;
}

figure {
  margin: 0;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

input {
  border: none;
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
}

a {
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 110%; /* 67.1px */
}

h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
}

h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 110%; /* 42.9px */
}

h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 115%; /* 35.65px */
  letter-spacing: -0.31px;
}

h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%; /* 30px */
}

h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

picture {
  width: 100%;
}

.o-cm-container {
  width: 100%;
  padding: 0px 16px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .o-cm-container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .o-cm-container {
    max-width: 768px;
    padding: 0px 40px;
  }
}
@media (min-width: 1024px) {
  .o-cm-container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .o-cm-container {
    max-width: 1280px;
  }
}
@media (min-width: 1360px) {
  .o-cm-container {
    max-width: 1360px;
  }
}
@media (min-width: 1440px) {
  .o-cm-container {
    max-width: 1440px;
  }
}

.o-disable-container-mobile {
  margin: 0px -16px;
}
@media (min-width: 1024px) {
  .o-disable-container-mobile {
    margin: unset;
    width: 100%;
  }
}
.o-disable-container-mobile.set-center {
  padding: unset;
}

.site {
  position: relative;
}

.o-sticky-header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
}
.o-sticky-header .c-default-navbar {
  position: unset;
}

.o-divider {
  width: 100%;
  height: 1px;
  background-color: #c8cdd1;
}

/* Style for focus outline on keyboard navigation */
:focus:not(:focus-visible) {
  outline: none;
}

/* Style for focus outline on mouse click */
:focus-visible {
  outline: 2px solid blue;
}

/* Apply outline to the focused and active card */
li.glide__slide--active a:focus-visible {
  outline: 2px solid blue; /* Adjust the color and style as needed */
}

/* Remove the default outline for other cards */
li.glide__slide a:focus:not(:focus-visible) {
  outline: none;
}

textarea:focus,
input:focus {
  outline: none;
}

.cky-consent-container a {
  color: #ffffff;
  text-decoration-line: underline;
}

.rounded-0 {
  border-radius: unset;
}

.o-attachment-media-section {
  padding-top: 117px;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.o-container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.o-container-fluid {
  padding: 0 24px;
  width: 100%;
}

.box {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.box > * {
  box-sizing: border-box;
  flex-basis: 100%;
  line-height: 0;
}
.box > *.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 320px) {
  .box > *.mb-col-1 {
    flex: 0 0 calc((1 * 100%) / 12);
  }
  .box > *.mb-col-2 {
    flex: 0 0 calc((2 * 100%) / 12);
  }
  .box > *.mb-col-3 {
    flex: 0 0 calc((3 * 100%) / 12);
  }
  .box > *.mb-col-4 {
    flex: 0 0 calc((4 * 100%) / 12);
  }
  .box > *.mb-col-5 {
    flex: 0 0 calc((5 * 100%) / 12);
  }
  .box > *.mb-col-6 {
    flex: 0 0 calc((6 * 100%) / 12);
  }
  .box > *.mb-col-7 {
    flex: 0 0 calc((7 * 100%) / 12);
  }
  .box > *.mb-col-8 {
    flex: 0 0 calc((8 * 100%) / 12);
  }
  .box > *.mb-col-9 {
    flex: 0 0 calc((9 * 100%) / 12);
  }
  .box > *.mb-col-10 {
    flex: 0 0 calc((10 * 100%) / 12);
  }
  .box > *.mb-col-11 {
    flex: 0 0 calc((11 * 100%) / 12);
  }
  .box > *.mb-col-12 {
    flex: 0 0 calc((12 * 100%) / 12);
  }
}
@media (min-width: 769px) {
  .box > *.tb-col-1 {
    flex: 0 0 calc((1 * 100%) / 12);
  }
  .box > *.tb-col-2 {
    flex: 0 0 calc((2 * 100%) / 12);
  }
  .box > *.tb-col-3 {
    flex: 0 0 calc((3 * 100%) / 12);
  }
  .box > *.tb-col-4 {
    flex: 0 0 calc((4 * 100%) / 12);
  }
  .box > *.tb-col-5 {
    flex: 0 0 calc((5 * 100%) / 12);
  }
  .box > *.tb-col-6 {
    flex: 0 0 calc((6 * 100%) / 12);
  }
  .box > *.tb-col-7 {
    flex: 0 0 calc((7 * 100%) / 12);
  }
  .box > *.tb-col-8 {
    flex: 0 0 calc((8 * 100%) / 12);
  }
  .box > *.tb-col-9 {
    flex: 0 0 calc((9 * 100%) / 12);
  }
  .box > *.tb-col-10 {
    flex: 0 0 calc((10 * 100%) / 12);
  }
  .box > *.tb-col-11 {
    flex: 0 0 calc((11 * 100%) / 12);
  }
  .box > *.tb-col-12 {
    flex: 0 0 calc((12 * 100%) / 12);
  }
}
@media (min-width: 924px) {
  .box > *.dt-col-1 {
    flex: 0 0 calc((1 * 100%) / 12);
  }
  .box > *.dt-col-2 {
    flex: 0 0 calc((2 * 100%) / 12);
  }
  .box > *.dt-col-3 {
    flex: 0 0 calc((3 * 100%) / 12);
  }
  .box > *.dt-col-4 {
    flex: 0 0 calc((4 * 100%) / 12);
  }
  .box > *.dt-col-5 {
    flex: 0 0 calc((5 * 100%) / 12);
  }
  .box > *.dt-col-6 {
    flex: 0 0 calc((6 * 100%) / 12);
  }
  .box > *.dt-col-7 {
    flex: 0 0 calc((7 * 100%) / 12);
  }
  .box > *.dt-col-8 {
    flex: 0 0 calc((8 * 100%) / 12);
  }
  .box > *.dt-col-9 {
    flex: 0 0 calc((9 * 100%) / 12);
  }
  .box > *.dt-col-10 {
    flex: 0 0 calc((10 * 100%) / 12);
  }
  .box > *.dt-col-11 {
    flex: 0 0 calc((11 * 100%) / 12);
  }
  .box > *.dt-col-12 {
    flex: 0 0 calc((12 * 100%) / 12);
  }
}

.c-old-articles {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .c-old-articles {
    gap: 48px;
  }
}
.c-old-articles .content p,
.c-old-articles .content h1,
.c-old-articles .content h2,
.c-old-articles .content h3,
.c-old-articles .content h4,
.c-old-articles .content h5,
.c-old-articles .content h6,
.c-old-articles .content ul {
  margin: 0 0 1.5em;
}
.c-old-articles .content ul li {
  margin: 0 0 1em;
}
.c-old-articles .content .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 10px;
  font-style: italic;
}
.c-old-articles .content .buy-link,
.c-old-articles .content .learn-button {
  background-color: #000;
  color: #fff;
  padding: 8px 16px;
  margin-bottom: 40px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.nav {
  display: flex;
  flex-direction: column;
}
@media (min-width: 924px) {
  .nav {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .nav {
    justify-content: center;
  }
}

.c-default-navbar {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #000;
  border-bottom: 1px solid #a3acb2;
}
.c-default-navbar__menu {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  height: 64px;
  display: flex;
  background-color: #000;
}
@media (min-width: 1024px) {
  .c-default-navbar__menu {
    background-color: #fff;
  }
}
.c-default-navbar__menu .sidebar-w-logo {
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  padding: 0px 16px;
}
@media (min-width: 1024px) {
  .c-default-navbar__menu .sidebar-w-logo {
    gap: 16px;
    width: 274px;
    justify-content: center;
    padding: unset;
  }
}
.c-default-navbar__menu .sidebar-w-logo button {
  background-color: transparent;
}
.c-default-navbar__menu .sidebar-w-logo button .close-icon {
  display: none;
}
.c-default-navbar__menu .sidebar-w-logo .logo {
  width: 194px;
  height: 40px;
}
.c-default-navbar__menu .sidebar-w-logo .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-default-navbar__menu .sidebar-w-logo .search {
  display: block;
  height: 24px;
}
@media (min-width: 1024px) {
  .c-default-navbar__menu .sidebar-w-logo .search {
    display: none;
  }
}
.c-default-navbar__menu .center-links {
  width: 100%;
  display: none;
  overflow: unset;
}
@media (min-width: 1024px) {
  .c-default-navbar__menu .center-links {
    display: flex;
    overflow: auto;
    overflow-y: hidden;
  }
}
@media (min-width: 1280px) {
  .c-default-navbar__menu .center-links {
    overflow: unset;
  }
}
.c-default-navbar__menu .center-links ul {
  flex: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 1025px) {
  .c-default-navbar__menu .center-links ul {
    justify-content: start;
  }
}
.c-default-navbar__menu .center-links ul li a {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 100%; /* 16px */
  color: #000;
  padding: 24px 24px;
}
.c-default-navbar__menu .center-links ul li a.active {
  border-bottom: 4px solid #000;
  padding-bottom: 20px;
}
.c-default-navbar__menu .center-links ul li a:hover {
  border-bottom: 4px solid #000;
  padding-bottom: 20px;
}
.c-default-navbar__menu .search-btn {
  width: 64px;
  height: 64px;
  background-color: transparent;
  display: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-default-navbar__menu .search-btn {
    display: flex;
  }
}
.c-default-navbar__menu .search-btn .close-icon {
  display: none;
}
.c-default-navbar__menu .insta {
  flex-shrink: 0;
  width: 64px;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #18191b;
}
@media (min-width: 1024px) {
  .c-default-navbar__menu .insta {
    display: flex;
  }
}
.c-default-navbar__menu .insta a {
  width: 24px;
  height: 24px;
}
.c-default-navbar__menu .subs {
  display: none;
}
@media (min-width: 1024px) {
  .c-default-navbar__menu .subs {
    display: flex;
  }
}
.c-default-navbar__menu .subs button {
  width: 129px;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.8px;
  color: #fff;
  background-color: #000;
}

.c-sidebar {
  position: fixed;
  transform: translateX(-1000px);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  transition: all 0.2s ease-in;
  display: flex;
  opacity: 0;
}
@media (min-width: 1024px) {
  .c-sidebar {
    transform: translateX(-1920px);
  }
}
@media (min-width: 1920px) {
  .c-sidebar {
    transform: translateX(-3000px);
  }
}
.c-sidebar.active {
  opacity: 1;
  transform: translateX(0);
}
.c-sidebar__menu {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .c-sidebar__menu {
    width: 477px;
  }
}
.c-sidebar__menu .header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  gap: 23px;
  background-color: #000;
  flex-shrink: 0;
  padding: 0px 16px;
}
@media (min-width: 1024px) {
  .c-sidebar__menu .header {
    gap: 74px;
  }
}
.c-sidebar__menu .header button {
  background-color: transparent;
  width: 32px;
  height: 32px;
}
.c-sidebar__menu .header .logo {
  width: 233px;
  height: 48px;
}
.c-sidebar__menu .header .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-sidebar__menu .scroll-wrapper {
  width: 100%;
  height: 100%;
  margin-top: 16px;
  position: relative;
  overflow-y: hidden;
}
@media (min-width: 1024px) {
  .c-sidebar__menu .scroll-wrapper {
    margin-top: 40px;
  }
}
.c-sidebar__menu .scroll-wrapper .body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  margin-right: unset;
}
.c-sidebar__menu .scroll-wrapper .body::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .c-sidebar__menu .scroll-wrapper .body {
    justify-content: unset;
  }
}
.c-sidebar__menu .scroll-wrapper .body .links {
  display: flex;
  flex-direction: column;
  padding-bottom: 51px;
  flex: 1;
}
.c-sidebar__menu .scroll-wrapper .body .bottom {
  background-color: #f2f2f3;
  position: relative;
  width: 100%;
  padding: 0px 16px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .c-sidebar__menu .scroll-wrapper .body .bottom {
    padding: 0px 32px;
  }
}
.c-sidebar__menu .scroll-wrapper .body .bottom button {
  display: block;
  width: 100%;
  height: 58px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: 1.8px;
  color: #fff;
  background-color: #000;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .c-sidebar__menu .scroll-wrapper .body .bottom button {
    display: none;
  }
}
.c-sidebar__menu .scroll-wrapper .body .bottom__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 24px;
}
@media (min-width: 1024px) {
  .c-sidebar__menu .scroll-wrapper .body .bottom__links {
    padding-top: 32px;
    gap: 8px;
  }
}
.c-sidebar__menu .scroll-wrapper .body .bottom__links li a {
  text-transform: capitalize;
  color: #4f5b66;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
.c-sidebar__menu .scroll-wrapper .body .bottom__socials {
  margin-top: 24px;
  width: 100%;
  height: 56px;
  position: relative;
  border-top: 1px solid #c8cdd1;
  margin-bottom: 22px;
}
@media (min-width: 1024px) {
  .c-sidebar__menu .scroll-wrapper .body .bottom__socials {
    margin-bottom: 32px;
  }
}
.c-sidebar__menu .scroll-wrapper .body .bottom__socials ul {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 24px;
}
.c-sidebar__menu .scroll-wrapper .body .bottom__socials ul li a {
  display: flex;
}
.c-sidebar__menu .scroll-wrapper .body .bottom__socials ul li a svg {
  width: 40px;
  height: 40px;
}
@media (min-width: 1024px) {
  .c-sidebar__menu .scroll-wrapper .body .bottom__socials ul li a svg {
    width: 32px;
    height: 32px;
  }
}
.c-sidebar__backdrop {
  width: 100%;
  height: 100%;
  background-color: rgba(231, 252, 242, 0.95);
  display: none;
}
@media (min-width: 1024px) {
  .c-sidebar__backdrop {
    display: block;
  }
}

.c-sb-accordion {
  width: 100%;
  cursor: pointer;
}
.c-sb-accordion__section .section-header {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 54px;
}
.c-sb-accordion__section .section-header .line {
  width: 23px;
  height: 1px;
  background-color: #c8cdd1;
  transition: all 0.3s ease-in-out;
}
.c-sb-accordion__section .section-header span {
  text-transform: capitalize;
  font-size: 23px;
  font-weight: 600;
  line-height: 120%; /* 30px */
  color: #000;
}
@media (min-width: 1024px) {
  .c-sb-accordion__section .section-header span {
    font-size: 25px;
  }
}
.c-sb-accordion__section .section-header .icon {
  transition: all 0.3s ease-in-out;
}
.c-sb-accordion__section .section-content {
  padding-left: 54px;
  transition: all 0.3s ease-in-out;
  height: 0px;
  opacity: 0;
  overflow: hidden;
}
.c-sb-accordion__section .section-content ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-sb-accordion__section .section-content ul li a {
  color: #4f5b66;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
}
.c-sb-accordion.active .section-header .line {
  width: 46px;
  height: 2px;
  background-color: #05e77e;
}
.c-sb-accordion.active .section-content {
  height: 100%;
  opacity: 1;
  padding-bottom: 12px;
  padding-top: 12px;
}
.c-sb-accordion.active .icon {
  transform: rotate(180deg);
}

.c-category-page-heading {
  width: 100%;
  height: auto;
}
.c-category-page-heading .o-cm-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 32px;
}
.c-category-page-heading .o-cm-container.has-spacing {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .c-category-page-heading .o-cm-container.has-spacing {
    padding-top: 64px;
  }
}
.c-category-page-heading .o-cm-container.sub-category {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .c-category-page-heading .o-cm-container.sub-category {
    padding-bottom: 64px;
  }
}
.c-category-page-heading h1 {
  text-transform: capitalize;
  color: #000;
  font-size: 57px;
  font-weight: 700;
  line-height: 110%; /* 79.8px */
  letter-spacing: -0.76px;
  -webkit-text-decoration: #05e77e underline;
          text-decoration: #05e77e underline;
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* Safari-specific styles */
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .c-category-page-heading h1 {
    text-underline-offset: -2px;
  }
}
@supports (-moz-appearance: none) {
  .c-category-page-heading h1 {
    text-underline-offset: -2px;
  }
}
@media (min-width: 1024px) {
  .c-category-page-heading h1 {
    font-size: 76px;
    line-height: 105%; /* 79.8px */
  }
}
.c-category-page-heading p {
  max-width: 668px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%; /* 24px */
  color: #343d46;
}

.c-sub-categories-nav {
  width: 100%;
  height: 54px;
  position: sticky;
  top: 64px; /* Adjust the top value as needed */
  border-top: 1px solid #c8cdd1;
  border-bottom: 1px solid #c8cdd1;
  background-color: #fff;
  z-index: 2;
}
.c-sub-categories-nav.is-sticky-active {
  background-color: #f2f2f3;
}
.c-sub-categories-nav.is-sticky-active .o-cm-container {
  display: flex;
  justify-content: center;
}
.c-sub-categories-nav.is-sticky-active ul li::after {
  display: none;
}
.c-sub-categories-nav .o-cm-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-right: unset;
}
@media (min-width: 1024px) {
  .c-sub-categories-nav .o-cm-container {
    padding-right: 16px;
  }
}
.c-sub-categories-nav ul {
  height: 100%;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: start;
  gap: 16px;
  scrollbar-width: none;
}
.c-sub-categories-nav ul::-webkit-scrollbar {
  display: none;
}
.c-sub-categories-nav ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}
.c-sub-categories-nav ul li::after {
  content: "";
  width: 1px;
  height: 22px;
  background-color: #c8cdd1;
  display: block;
  flex-shrink: 0;
}
.c-sub-categories-nav ul li a {
  text-transform: capitalize;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  padding: 16px 0px;
}
.c-sub-categories-nav ul li a.active {
  border-bottom: 4px solid #05e77e;
  padding-bottom: 12px;
}
.c-sub-categories-nav ul li a:hover {
  border-bottom: 4px solid #05e77e;
  padding-bottom: 12px;
}
.c-sub-categories-nav ul li:last-child::after {
  display: none;
}

.c-category-image-banner {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .c-category-image-banner {
    height: 810px;
  }
}
.c-category-image-banner img {
  width: 100%;
  height: 211px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-category-image-banner img {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .c-category-image-banner img {
    height: 100%;
  }
}
.c-category-image-banner .card {
  background-color: #fff;
  max-width: 668px;
  width: 100%;
  margin-top: -40px;
  position: relative;
}
@media (min-width: 1024px) {
  .c-category-image-banner .card {
    width: unset;
    top: 50%;
    left: unset;
    transform: translate(0, -50%);
    position: absolute;
  }
}
.c-category-image-banner .card .tag {
  padding-top: 24px;
}
.c-category-image-banner .card .body {
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .c-category-image-banner .card .body {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-category-image-banner .card .body .title-author {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-category-image-banner .card .body .title-author a {
  font-size: 39px;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-category-image-banner .card .body .title-author a {
    font-size: 48px;
    -webkit-line-clamp: 3; /* Number of lines to show */
  }
}
.c-category-image-banner .card .body .title-author .author {
  display: flex;
  gap: 2px;
  font-size: 14px;
  line-height: 130%; /* 18.2px */
}
.c-category-image-banner .card .body .title-author .author a {
  cursor: pointer;
  font-size: 14px;
  line-height: 130%; /* 18.2px */
  font-weight: 700;
  text-transform: capitalize;
}
.c-category-image-banner .card .body .categories ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  max-height: 48.38px;
  overflow: hidden;
}
.c-category-image-banner .card .body .categories ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  color: #343d46;
  text-transform: capitalize;
  -webkit-text-decoration: #05e77e underline;
          text-decoration: #05e77e underline;
  text-underline-offset: 3px;
}

.c-category-three-column-cards {
  width: 100%;
  position: relative;
  padding: 40px 16px 0px 16px;
  border-bottom: 1px solid #c8cdd1;
}
@media (min-width: 1024px) {
  .c-category-three-column-cards {
    padding: 56px 0px;
  }
}
.c-category-three-column-cards .cards-desktop {
  display: none;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-category-three-column-cards .cards-desktop {
    display: flex;
  }
}
.c-category-three-column-cards .cards-desktop .o-cm-container {
  display: flex;
  gap: 24px;
}
.c-category-three-column-cards .cards-desktop .c-category-card__body p:first-child {
  -webkit-line-clamp: 4; /* Number of lines to show */
}
.c-category-three-column-cards__slider-cards {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-category-three-column-cards__slider-cards {
    display: none;
  }
}
.c-category-three-column-cards__slider-cards .glide {
  max-width: 100%;
  height: 100%;
}
.c-category-three-column-cards__slider-cards .glide__track {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}
.c-category-three-column-cards__slider-cards .glide__slides {
  display: flex;
  width: 100%;
}
.c-category-three-column-cards__slider-cards .controls {
  width: 219px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-category-three-column-cards__slider-cards .controls button {
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.c-category-three-column-cards__slider-cards .controls button.right {
  transform: rotate(180deg);
}
.c-category-three-column-cards__slider-cards .controls .counter {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  color: #000;
}
.c-category-three-column-cards__slider-cards .controls .counter span {
  font-family: "Public Sans", serif;
}
.c-category-three-column-cards__slider-cards .controls .counter .divider {
  font-family: "Public Sans", serif;
  color: #13bf70;
}

.c-latest-stories {
  padding: 40px 0px;
  width: 100%;
  height: 100%;
}
.c-latest-stories__header h2 {
  text-transform: capitalize;
  -webkit-text-decoration: #05e77e underline;
          text-decoration: #05e77e underline;
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* Safari-specific styles */
  font-size: 48px;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
  letter-spacing: -0.48px;
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .c-latest-stories__header h2 {
    text-underline-offset: -2px;
  }
}
@supports (-moz-appearance: none) {
  .c-latest-stories__header h2 {
    text-underline-offset: -2px;
  }
}
@media (min-width: 1024px) {
  .c-latest-stories__header h2 {
    font-size: 61px;
    line-height: 105%; /* 64.05px */
    letter-spacing: -0.61px;
  }
}
.c-latest-stories h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
  letter-spacing: -0.48px;
  color: #000;
}
.c-latest-stories__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  height: 100%;
  margin-top: 32px;
  scroll-margin-top: 200px;
}
.c-latest-stories__content .loading-section {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  align-items: center;
  max-width: 898px;
  height: auto;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .c-latest-stories__content .loading-section {
    max-width: 610px;
  }
}
@media (min-width: 1280px) {
  .c-latest-stories__content .loading-section {
    max-width: 898px;
  }
}
.c-latest-stories__content .loading-section img {
  width: 32px;
  height: 32px;
}
.c-latest-stories__content .loading-section span {
  color: #818f99;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}
.c-latest-stories__content .infinite-section {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: unset;
}
.c-latest-stories__content .infinite-section:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .c-latest-stories__content .infinite-section {
    gap: 32px;
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .c-latest-stories__content .infinite-section {
    gap: 93px;
  }
}
.c-latest-stories__content .infinite-section .left {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 100%;
  gap: 40px;
}
@media (min-width: 1024px) {
  .c-latest-stories__content .infinite-section .left {
    max-width: 610px;
  }
}
@media (min-width: 1280px) {
  .c-latest-stories__content .infinite-section .left {
    max-width: 898px;
  }
}
.c-latest-stories__content .infinite-section .left .item {
  display: flex;
  justify-content: unset;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-latest-stories__content .infinite-section .left .item {
    flex-direction: row;
    justify-content: space-between;
    align-items: unset;
  }
}
.c-latest-stories__content .infinite-section .right {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .c-latest-stories__content .infinite-section .right {
    width: 300px;
  }
}
.c-latest-stories__content .infinite-section .right .ad-box {
  margin: 40px 0px;
  width: 300px;
  height: 250px;
}
@media (min-width: 1024px) {
  .c-latest-stories__content .infinite-section .right .ad-box {
    margin: unset;
  }
}
.c-latest-stories__content .infinite-section .right .ad-box a {
  display: flex;
  width: 100%;
  height: 100%;
}
.c-latest-stories__content .infinite-section .right .ad-box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-latest-stories .load-more-section {
  max-width: 898px;
  display: none;
  align-items: center;
  justify-content: unset;
  order: 1;
  flex-direction: column;
  gap: 32px;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .c-latest-stories .load-more-section {
    flex-direction: row;
    gap: unset;
    justify-content: space-between;
  }
}
.c-latest-stories .load-more-section .load-more {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 20px 24px 20px 32px;
  background-color: #000;
  color: #fff;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-latest-stories .load-more-section .load-more {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-latest-stories .load-more-section .load-more span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: 1.8px;
}
.c-latest-stories .load-more-section .scroll-top {
  display: flex;
  gap: 8px;
  justify-content: center;
  border-bottom: 1px solid #65737e;
  background-color: transparent;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1024px) {
  .c-latest-stories .load-more-section .scroll-top {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-latest-stories .load-more-section .scroll-top span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; /* 16px */
  color: #000;
  padding-bottom: 8px;
}
.c-latest-stories .load-more-section-v2 {
  max-width: 100%;
  display: none;
  justify-content: center;
  order: 1;
}
@media (min-width: 1024px) {
  .c-latest-stories .load-more-section-v2 {
    max-width: 615px;
    margin-top: 24px;
  }
}
@media (min-width: 1280px) {
  .c-latest-stories .load-more-section-v2 {
    margin-top: 24px;
    max-width: 898px;
  }
}
.c-latest-stories .load-more-section-v2 .load-more-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
  background-color: #f2f2f3;
  color: #000;
  width: 100%;
  border-bottom: #65737e 1px solid;
}
@media (min-width: 1024px) {
  .c-latest-stories .load-more-section-v2 .load-more-v2 {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-latest-stories .load-more-section-v2 .load-more-v2 span {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; /* 16px */
}

.c-latest-stories-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-latest-stories-card__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  max-width: 898px;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .c-latest-stories-card__wrapper {
    flex-direction: row;
    gap: 56px;
  }
}
.c-latest-stories-card__wrapper__content {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .c-latest-stories-card__wrapper__content {
    max-width: 310px;
  }
}
@media (min-width: 1280px) {
  .c-latest-stories-card__wrapper__content {
    max-width: 495px;
  }
}
.c-latest-stories-card__wrapper__content .card {
  display: flex;
  flex-direction: column;
}
.c-latest-stories-card__wrapper__content .card .tag {
  padding: 4px 12px;
  background-color: #000;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
  display: none;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .c-latest-stories-card__wrapper__content .card .tag {
    display: block;
  }
}
.c-latest-stories-card__wrapper__content .card .tag span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}
.c-latest-stories-card__wrapper__content .card h5 {
  color: #000;
  font-size: 27px;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-latest-stories-card__wrapper__content .card h5 {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .c-latest-stories-card__wrapper__content .card h5 {
    -webkit-line-clamp: 2; /* Number of lines to show */
  }
}
.c-latest-stories-card__wrapper__content .card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  color: #343d46;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-latest-stories-card__wrapper__content .author {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  margin-bottom: 16px;
}
.c-latest-stories-card__wrapper__content .author a {
  font-weight: 700;
  color: #000000;
}
.c-latest-stories-card__wrapper__content .tags ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  max-height: 48.38px;
  overflow: hidden;
}
.c-latest-stories-card__wrapper__content .tags ul li a {
  color: #343d46;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  -webkit-text-decoration: #05e77e underline;
          text-decoration: #05e77e underline;
  text-underline-offset: 3px;
}
.c-latest-stories-card__wrapper__thumbnail {
  width: 100%;
  height: 192px;
  position: relative;
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-latest-stories-card__wrapper__thumbnail {
    height: 100%;
    height: 396px;
  }
}
@media (min-width: 1024px) {
  .c-latest-stories-card__wrapper__thumbnail {
    width: 347px;
    height: 195px;
  }
}
.c-latest-stories-card__wrapper__thumbnail .longform-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .c-latest-stories-card__wrapper__thumbnail .longform-desktop {
    display: flex;
  }
}
.c-latest-stories-card__wrapper__thumbnail .longform-mobile {
  display: flex;
}
@media (min-width: 1024px) {
  .c-latest-stories-card__wrapper__thumbnail .longform-mobile {
    display: none;
  }
}
.c-latest-stories-card__wrapper__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  color: #000;
}
.c-latest-stories-card__wrapper__thumbnail .tag {
  padding: 4px 12px;
  background-color: #000;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .c-latest-stories-card__wrapper__thumbnail .tag {
    display: none;
  }
}
.c-latest-stories-card__wrapper__thumbnail .tag span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}
.c-latest-stories-card .divider {
  width: 100%;
  height: 32px;
  border-bottom: 1px solid #c8cdd1;
}
@media (min-width: 1024px) {
  .c-latest-stories-card .divider {
    height: 40px;
  }
}

.c-category-card {
  display: flex;
  gap: 16px;
  flex-direction: column;
  width: 100%;
}
.c-category-card__thumbnail {
  width: 100%;
  height: 192px;
  position: relative;
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-category-card__thumbnail {
    width: 100%;
    height: 396px;
  }
}
@media (min-width: 1024px) {
  .c-category-card__thumbnail {
    height: 244px;
  }
}
.c-category-card__thumbnail .longform-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .c-category-card__thumbnail .longform-desktop {
    display: flex;
  }
}
.c-category-card__thumbnail .longform-mobile {
  display: flex;
}
@media (min-width: 1024px) {
  .c-category-card__thumbnail .longform-mobile {
    display: none;
  }
}
.c-category-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-category-card__thumbnail .category {
  padding: 8px 16px;
  background-color: #18191b;
  position: absolute;
  top: 16px;
  left: 0;
}
.c-category-card__thumbnail .category span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  text-transform: capitalize;
}
.c-category-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-category-card__body a {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-category-card__body a h5 {
  font-size: 27px;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  letter-spacing: -0.31px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-category-card__body a h5 {
    font-size: 24px;
    -webkit-line-clamp: 2; /* Number of lines to show */
  }
}
.c-category-card__body a p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  color: #343d46;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-category-card__body a p.max-5-line {
  -webkit-line-clamp: 5;
}
.c-category-card__body .author {
  font-size: 14px;
  font-weight: 300;
  line-height: 130%; /* 18.2px */
  display: flex;
  color: #000;
  gap: 4px;
}
.c-category-card__body .author span {
  color: #000;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-category-card__categories {
  display: flex;
}
.c-category-card__categories ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  max-height: 48.38px;
  overflow: hidden;
}
.c-category-card__categories ul li a {
  text-transform: capitalize;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  color: #343d46;
  -webkit-text-decoration: #05e77e underline;
          text-decoration: #05e77e underline;
  text-underline-offset: 3px;
}

.c-default-footer {
  border-top: solid 1px #c8cdd1;
  padding-top: 40px;
}
.c-default-footer__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-default-footer__content {
    flex-direction: row;
    padding: 24px 0px;
  }
}
.c-default-footer__content .left-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 24px;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .c-default-footer__content .left-wrapper {
    margin-right: 80px;
    margin-bottom: unset;
    margin-top: unset;
    width: 233px;
  }
}
.c-default-footer__content .left-wrapper .logo {
  max-width: 100%;
  width: 100%;
  height: 71px;
}
@media (min-width: 1024px) {
  .c-default-footer__content .left-wrapper .logo {
    height: 48px;
    max-width: 233px;
  }
}
.c-default-footer__content .left-wrapper .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .c-default-footer__content .left-wrapper .logo img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-default-footer__content .center-wrapper {
  display: flex;
  gap: 24px;
  flex: 1;
  flex-direction: column;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .c-default-footer__content .center-wrapper {
    flex-direction: row;
    margin-bottom: unset;
    gap: 40px;
  }
}
.c-default-footer__content .center-wrapper .links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1024px) {
  .c-default-footer__content .center-wrapper .links {
    gap: 4px;
  }
}
.c-default-footer__content .center-wrapper .links .head {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%; /* 24px */
}
.c-default-footer__content .center-wrapper .links:first-child ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  max-height: unset;
}
@media (min-width: 1024px) {
  .c-default-footer__content .center-wrapper .links:first-child ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 100%;
    flex-wrap: unset;
  }
}
.c-default-footer__content .center-wrapper .links ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-wrap: wrap;
  max-height: 124px;
}
@media (min-width: 1024px) {
  .c-default-footer__content .center-wrapper .links ul {
    gap: 4px;
    max-height: 100%;
    flex-wrap: unset;
  }
}
.c-default-footer__content .center-wrapper .links ul li a {
  text-transform: capitalize;
  color: #4f5b66;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.c-default-footer__content .center-wrapper .links .nowrap {
  flex-wrap: nowrap;
}
.c-default-footer__content .right-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .c-default-footer__content .right-wrapper {
    width: 176px;
    margin-right: 115px;
    margin-bottom: unset;
  }
}
.c-default-footer__content .right-wrapper ul {
  width: auto;
  border-top: 1px solid #c8cdd1;
  border-bottom: 1px solid #c8cdd1;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}
@media (min-width: 1024px) {
  .c-default-footer__content .right-wrapper ul {
    gap: 16px;
  }
}
.c-default-footer__content .right-wrapper ul li a {
  display: flex;
}
.c-default-footer__content .right-wrapper ul li a svg {
  width: 40px;
  height: 40px;
}
@media (min-width: 1024px) {
  .c-default-footer__content .right-wrapper ul li a svg {
    width: 32px;
    height: 32px;
  }
}
.c-default-footer__bottom-section {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-color: #f2f2f3;
  padding: 32px 16px;
}
@media (min-width: 1024px) {
  .c-default-footer__bottom-section {
    padding: 24px 0px;
  }
}
.c-default-footer__bottom-section p {
  text-align: center;
  max-width: 896px;
  color: #343d46;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}
.c-default-footer__bottom-section .links {
  display: flex;
  gap: 12px;
  align-items: center;
}
.c-default-footer__bottom-section .links a {
  color: #343d46;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 22.4px */
}
.c-default-footer__bottom-section .links .vertical-line {
  height: 18px;
  width: 1px;
  background-color: #343d46;
}
.c-default-footer__bottom-section .copyright span {
  color: #343d46;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}

.c-footer-newsletter .o-cm-container {
  padding: unset;
}
.c-footer-newsletter__wrapper {
  background-color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 40px 16px;
  gap: 24px;
  flex-direction: column;
  align-items: end;
}
@media (min-width: 1024px) {
  .c-footer-newsletter__wrapper {
    max-height: 324px;
    gap: 64px;
    flex-direction: row;
    padding: 56px 32px;
  }
}
@media (min-width: 1280px) {
  .c-footer-newsletter__wrapper {
    max-height: 324px;
    gap: 64px;
    flex-direction: row;
    padding: 56px 92.5px;
  }
}
.c-footer-newsletter__wrapper .left-content {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .c-footer-newsletter__wrapper .left-content {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1080px) {
  .c-footer-newsletter__wrapper .left-content {
    gap: 5px;
  }
}
@media (min-width: 1280px) {
  .c-footer-newsletter__wrapper .left-content {
    max-width: 558px;
    gap: 16px;
  }
}
.c-footer-newsletter__wrapper .left-content h5 {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 120%; /* 32.4px */
}
@media (min-width: 1024px) {
  .c-footer-newsletter__wrapper .left-content h5 {
    font-size: 24px;
    letter-spacing: -0.31px;
  }
}
.c-footer-newsletter__wrapper .left-content .logo {
  width: 160px;
  height: 33px;
}
.c-footer-newsletter__wrapper .left-content .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-footer-newsletter__wrapper .left-content .footnote p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.c-footer-newsletter__wrapper .right-content {
  width: 100%;
}
@media (min-width: 1024px) {
  .c-footer-newsletter__wrapper .right-content {
    flex-basis: 50%;
  }
}
@media (min-width: 1280px) {
  .c-footer-newsletter__wrapper .right-content {
    max-width: 553px;
  }
}
.c-footer-newsletter .mc4wp-response {
  display: none;
}

.c-newsletter-form {
  width: 100%;
}
.c-newsletter-form__items {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-newsletter-form__items .input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  flex-direction: column;
  padding: 20px 6px 6px 6px;
  gap: 22px;
}
@media (min-width: 1024px) {
  .c-newsletter-form__items .input {
    flex-direction: row;
    padding: 0px 6px 0px 12px;
    padding-right: 6px;
    height: 64px;
    gap: unset;
  }
}
.c-newsletter-form__items .input input {
  width: 100%;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}
.c-newsletter-form__items .input input::-moz-placeholder {
  color: #4f5b66;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.c-newsletter-form__items .input input::placeholder {
  color: #4f5b66;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.c-newsletter-form__items .input button {
  border-radius: 6px;
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  height: 52px;
  width: 100%;
  background-color: #05e77e;
  color: #000;
  justify-content: center;
  align-items: center;
  /* Global/Button */
  font-size: 18px;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: 1.8px;
}
@media (min-width: 1024px) {
  .c-newsletter-form__items .input button {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 16px;
  }
}
@media (min-width: 1280px) {
  .c-newsletter-form__items .input button {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 40px;
  }
}
.c-newsletter-form__items .input button span {
  display: block;
}
.c-newsletter-form__items .input button:disabled {
  background-color: #e1e2e2;
  color: #a3acb2;
  cursor: default;
}
.c-newsletter-form__items .error {
  display: none;
  width: 100%;
}
.c-newsletter-form__items .error span {
  display: block;
  color: #e62222;
  /* Global/Meta */
  font-size: 12px;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  margin-bottom: 12px;
}
.c-newsletter-form__items .footnote {
  width: 100%;
}
.c-newsletter-form__items .footnote p {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.c-newsletter-form__items .footnote a {
  color: #fff;
  text-decoration-line: underline;
}
.c-newsletter-form__items .checkboxes {
  display: flex;
  flex-direction: column;
  margin-top: 22px;
  margin-bottom: 12px;
  gap: 12px;
}
.c-newsletter-form__items .checkboxes .checkbox-input {
  display: flex;
  gap: 13px;
  align-items: start;
}
.c-newsletter-form__items .checkboxes .checkbox-input label {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
}
.c-newsletter-form__items .checkboxes .checkbox-input .custom-checkbox {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: white;
  transition: background-color 0.3s;
}
.c-newsletter-form__items .checkboxes .checkbox-input .custom-checkbox:checked + label {
  color: #fff;
}
.c-newsletter-form__items .checkboxes .checkbox-input .custom-checkbox:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.c-newsletter-form__items .checkboxes .checkbox-input .custom-checkbox:checked:after {
  display: block;
}
.c-newsletter-form__success {
  display: none;
  background-color: #18191b;
  width: 100%;
  height: auto;
  padding: 32px 16px;
  gap: 8px;
}
@media (min-width: 1024px) {
  .c-newsletter-form__success {
    padding: 32px;
  }
}
.c-newsletter-form__success svg {
  display: flex;
  flex-shrink: 0;
}
.c-newsletter-form__success__message {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-newsletter-form__success__message .header {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%; /* 24px */
}
.c-newsletter-form__success__message .body {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.c-sub-newsletter-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 200;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(231, 252, 242, 0.95);
}
.c-sub-newsletter-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  color: white;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .c-sub-newsletter-modal .modal-content {
    width: 970px;
    height: 570px;
  }
}
@media (min-width: 1280px) {
  .c-sub-newsletter-modal .modal-content {
    width: 1130px;
    height: 570px;
  }
}
.c-sub-newsletter-modal .modal-content h3 {
  margin-bottom: 16px;
  font-size: 27px;
  font-weight: 700;
  line-height: 120%; /* 32.4px */
}
@media (min-width: 1024px) {
  .c-sub-newsletter-modal .modal-content h3 {
    font-size: 31px;
    letter-spacing: -0.31px;
  }
}
.c-sub-newsletter-modal .modal-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.c-sub-newsletter-modal .modal-content__form {
  width: 100%;
  height: 100%;
  background-color: #000;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 40px 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .c-sub-newsletter-modal .modal-content__form {
    padding: 55px 53px;
  }
}
@media (min-width: 1280px) {
  .c-sub-newsletter-modal .modal-content__form {
    padding: 55px 108px;
  }
}
.c-sub-newsletter-modal .modal-content__form .email-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}
.c-sub-newsletter-modal .modal-content__form .mobile-btn {
  display: block;
  position: absolute;
  top: 16px;
  right: 0;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .c-sub-newsletter-modal .modal-content__form .mobile-btn {
    display: none;
  }
}
.c-sub-newsletter-modal .modal-content__form .logo {
  width: 160px;
  height: 33px;
  margin-bottom: 16px;
}
.c-sub-newsletter-modal .modal-content__form .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-sub-newsletter-modal .modal-content__background {
  width: 439px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: none;
}
@media (min-width: 1024px) {
  .c-sub-newsletter-modal .modal-content__background {
    display: block;
  }
}
.c-sub-newsletter-modal .modal-content__background button {
  background-color: #000;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.c-sub-newsletter-modal .c-newsletter-form .input {
  margin: 32px 0px;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.c-hero-banner {
  padding-top: 104px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .c-hero-banner {
    gap: unset;
    flex-direction: row;
    padding-top: 84px;
    padding-bottom: 56px;
  }
}
.c-hero-banner .o-cm-container {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-hero-banner .o-cm-container {
    flex-direction: row;
  }
}
.c-hero-banner__first-article {
  max-width: 899px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-hero-banner__first-article .article-bg {
  position: relative;
  width: 100%;
  max-height: 466px;
}
.c-hero-banner__first-article .article-bg .longform-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .c-hero-banner__first-article .article-bg .longform-desktop {
    display: flex;
  }
}
.c-hero-banner__first-article .article-bg .longform-mobile {
  display: flex;
}
@media (min-width: 1024px) {
  .c-hero-banner__first-article .article-bg .longform-mobile {
    display: none;
  }
}
.c-hero-banner__first-article .article-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-hero-banner__first-article .article-bg .tag-position {
  position: absolute;
  top: 16px;
  left: 0px;
}
@media (min-width: 1024px) {
  .c-hero-banner__first-article .article-bg .tag-position {
    left: 16px;
  }
}
.c-hero-banner__first-article .article-headings {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 32px;
}
@media (min-width: 1024px) {
  .c-hero-banner__first-article .article-headings {
    padding-bottom: unset;
  }
}
.c-hero-banner__first-article .article-headings h3 {
  font-size: 33px;
  line-height: 115%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
  color: #272d33;
}
@media (min-width: 1024px) {
  .c-hero-banner__first-article .article-headings h3 {
    font-size: 36px;
    line-height: 110%; /* 52.8px */
    letter-spacing: -0.48px;
    -webkit-line-clamp: 2;
    color: #000;
  }
}
.c-hero-banner__first-article .article-headings p {
  color: #343d46;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  align-self: stretch;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-hero-banner__first-article .article-headings p {
    font-size: 16px;
  }
}
.c-hero-banner__second-third-article {
  max-width: 437px;
  display: none;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .c-hero-banner__second-third-article {
    display: flex;
    max-width: 280px;
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .c-hero-banner__second-third-article {
    max-width: 437px;
  }
}
.c-hero-banner__second-third-article .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.c-hero-banner__second-third-article .card .article-bg {
  width: 100%;
  position: relative;
  max-height: 240px;
}
.c-hero-banner__second-third-article .card .article-bg .longform-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .c-hero-banner__second-third-article .card .article-bg .longform-desktop {
    display: flex;
  }
}
.c-hero-banner__second-third-article .card .article-bg .longform-mobile {
  display: flex;
}
@media (min-width: 1024px) {
  .c-hero-banner__second-third-article .card .article-bg .longform-mobile {
    display: none;
  }
}
.c-hero-banner__second-third-article .card .article-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-hero-banner__second-third-article .card .article-bg .tag-position {
  position: absolute;
  top: 16px;
  left: 0;
}
.c-hero-banner__second-third-article .card .article-headings h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-hero-banner__mobile-second-third-article {
  display: block;
}
@media (min-width: 1024px) {
  .c-hero-banner__mobile-second-third-article {
    display: none;
  }
}
.c-hero-banner__mobile-second-third-article.swiper {
  width: 100%;
  height: 100%;
  overflow-x: auto;
}
.c-hero-banner__mobile-second-third-article.swiper .swiper-wrapper {
  display: flex;
  gap: 16px;
}
@media (min-width: 768px) {
  .c-hero-banner__mobile-second-third-article.swiper .swiper-wrapper {
    justify-content: center;
  }
}
.c-hero-banner__mobile-second-third-article.swiper .swiper-wrapper .swiper-slide {
  width: 343px !important;
}
@media (min-width: 810px) {
  .c-hero-banner__mobile-second-third-article.swiper .swiper-wrapper .swiper-slide {
    width: 50% !important;
  }
}
.c-hero-banner__mobile-second-third-article.swiper .swiper-wrapper .swiper-slide .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-shrink: 0;
  gap: 16px;
}
.c-hero-banner__mobile-second-third-article.swiper .swiper-wrapper .swiper-slide .card .article-bg {
  width: 100%;
  height: 193px;
  position: relative;
}
.c-hero-banner__mobile-second-third-article.swiper .swiper-wrapper .swiper-slide .card .article-bg .longform-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .c-hero-banner__mobile-second-third-article.swiper .swiper-wrapper .swiper-slide .card .article-bg .longform-desktop {
    display: flex;
  }
}
.c-hero-banner__mobile-second-third-article.swiper .swiper-wrapper .swiper-slide .card .article-bg .longform-mobile {
  display: flex;
}
@media (min-width: 1024px) {
  .c-hero-banner__mobile-second-third-article.swiper .swiper-wrapper .swiper-slide .card .article-bg .longform-mobile {
    display: none;
  }
}
.c-hero-banner__mobile-second-third-article.swiper .swiper-wrapper .swiper-slide .card .article-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-hero-banner__mobile-second-third-article.swiper .swiper-wrapper .swiper-slide .card .article-bg .tag-position {
  position: absolute;
  top: 16px;
  left: 0;
}
.c-hero-banner__mobile-second-third-article.swiper .swiper-wrapper .swiper-slide .card .article-headings h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  color: #000;
  align-self: stretch;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-promo-bar {
  width: 100%;
  height: 104px;
  background-color: #18191b;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-promo-bar {
    height: 60px;
    padding: unset;
  }
}
.c-promo-bar a {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%; /* 24px */
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-promo-bar a {
    -webkit-line-clamp: 1; /* Number of lines to show */
  }
}

.c-our-selects {
  width: 100%;
  height: auto;
}
.c-our-selects .o-cm-container {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .c-our-selects .o-cm-container {
    margin-bottom: 40px;
    margin-top: 56px;
  }
}
.c-our-selects__headings {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-our-selects__headings h2 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 105%; /* 64.05px */
  letter-spacing: -0.61px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-decoration: #05e77e underline;
          text-decoration: #05e77e underline;
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* Safari-specific styles */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .c-our-selects__headings h2 {
    text-underline-offset: -2px;
  }
}
@supports (-moz-appearance: none) {
  .c-our-selects__headings h2 {
    text-underline-offset: -2px;
  }
}
@media (min-width: 1024px) {
  .c-our-selects__headings h2 {
    font-size: 61px;
  }
}
.c-our-selects__cards {
  margin-top: 32px;
  display: none;
  gap: 24px;
}
@media (min-width: 1024px) {
  .c-our-selects__cards {
    display: flex;
  }
}
.c-our-selects__small-cards {
  margin-top: 40px;
  display: none;
  gap: 24px;
}
@media (min-width: 1024px) {
  .c-our-selects__small-cards {
    display: flex;
  }
}
.c-our-selects__slider-cards {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  .c-our-selects__slider-cards {
    display: none;
  }
}
.c-our-selects__slider-cards .swiper {
  width: 100%;
  height: 100%;
}
.c-our-selects__slider-cards .swiper .swiper-wrapper {
  display: flex;
}
.c-our-selects__slider-cards .swiper .swiper-wrapper .swiper-slide {
  width: 263px;
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-our-selects__slider-cards .swiper .swiper-wrapper .swiper-slide {
    width: 614px;
  }
}
.c-our-selects__slider-cards .controls-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}
.c-our-selects__slider-cards .controls-wrapper .controls {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 40px;
  max-width: 219px;
}
.c-our-selects__slider-cards .controls-wrapper .controls button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: #fff;
}
.c-our-selects__slider-cards .controls-wrapper .controls button.right {
  transform: rotate(180deg);
}
.c-our-selects__slider-cards .controls-wrapper .controls .counter {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  color: #000;
}
.c-our-selects__slider-cards .controls-wrapper .controls .counter span {
  font-family: "Public Sans", serif;
}
.c-our-selects__slider-cards .controls-wrapper .controls .counter .divider {
  font-family: "Public Sans", serif;
  color: #13bf70;
}

.c-our-select-card {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-our-select-card__bg {
  position: relative;
  width: 100%;
  height: 375px;
}
.c-our-select-card__bg .longform-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .c-our-select-card__bg .longform-desktop {
    display: flex;
  }
}
.c-our-select-card__bg .longform-mobile {
  display: flex;
}
@media (min-width: 1024px) {
  .c-our-select-card__bg .longform-mobile {
    display: none;
  }
}
.c-our-select-card__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-our-select-card__bg .tag-position {
  position: absolute;
  top: 15px;
  left: 0px;
}
.c-our-select-card__headings {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-our-select-card__headings h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-our-select-card__headings p {
  color: #343d46;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}

.c-our-select-small-card {
  width: 50%;
  height: 100%;
  display: flex;
  gap: 24px;
}
.c-our-select-small-card__thumbnail {
  width: 50%;
  height: 100%;
  display: flex;
  flex-shrink: 0;
}
@media (min-width: 1280px) {
  .c-our-select-small-card__thumbnail {
    width: 322px;
  }
}
.c-our-select-small-card__thumbnail .longform-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .c-our-select-small-card__thumbnail .longform-desktop {
    display: flex;
  }
}
.c-our-select-small-card__thumbnail .longform-mobile {
  display: flex;
}
@media (min-width: 1024px) {
  .c-our-select-small-card__thumbnail .longform-mobile {
    display: none;
  }
}
.c-our-select-small-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-our-select-small-card__headings {
  display: flex;
  flex-direction: column;
}
.c-our-select-small-card__headings h5 {
  padding-top: 12px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-our-select-small-card__headings .author-info {
  display: flex;
  gap: 2px;
  padding-top: 8px;
}
.c-our-select-small-card__headings .author-info span {
  display: block;
}
.c-our-select-small-card__headings .author-info .extra {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.c-our-select-small-card__headings .author-info .author {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 18.2px */
}

.c-our-select-slider-card {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-our-select-slider-card__bg {
  position: relative;
  width: 100%;
  height: 148px;
}
.c-our-select-slider-card__bg .longform-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .c-our-select-slider-card__bg .longform-desktop {
    display: flex;
  }
}
.c-our-select-slider-card__bg .longform-mobile {
  display: flex;
}
@media (min-width: 1024px) {
  .c-our-select-slider-card__bg .longform-mobile {
    display: none;
  }
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-our-select-slider-card__bg {
    width: 100%;
    height: 375px;
  }
}
.c-our-select-slider-card__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-our-select-slider-card__bg .tag-position {
  position: absolute;
  top: 15px;
  left: 0px;
}
.c-our-select-slider-card__headings {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .c-our-select-slider-card__headings {
    gap: 8px;
  }
}
.c-our-select-slider-card__headings h5 {
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  color: #000;
}
.c-our-select-slider-card__headings p {
  color: #343d46;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-ad-unit-section {
  width: 100%;
  height: 170px;
  background-color: #f2f2f3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-ad-unit-section.white-bg {
  background-color: #fff;
}
.c-ad-unit-section.top-border {
  border-top: 1px solid #c8cdd1;
}
.c-ad-unit-section .ad-box {
  width: 728px;
  height: 90px;
  display: none;
}
@media (min-width: 1024px) {
  .c-ad-unit-section .ad-box {
    display: block;
  }
}
.c-ad-unit-section .ad-box a {
  display: flex;
  width: 100%;
  height: 100%;
}
.c-ad-unit-section .ad-box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-ad-unit-section .ad-box-mobile {
  width: 320px;
  height: 100px;
  display: block;
}
@media (min-width: 1024px) {
  .c-ad-unit-section .ad-box-mobile {
    display: none;
  }
}
.c-ad-unit-section .ad-box-mobile a {
  display: flex;
  width: 100%;
  height: 100%;
}
.c-ad-unit-section .ad-box-mobile a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-newsletter-section {
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-newsletter-section {
    height: 324px;
  }
}
.c-newsletter-section__input-form {
  margin: 0 auto;
  max-width: 1128px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  gap: 32px;
  padding: 40px 16px;
  align-items: end;
}
@media (min-width: 1024px) {
  .c-newsletter-section__input-form {
    flex-direction: row;
    padding: 0px 40px;
    gap: 17px;
  }
}
@media (min-width: 1280px) {
  .c-newsletter-section__input-form {
    flex-direction: row;
    padding: unset;
    gap: 17px;
  }
}
.c-newsletter-section__input-form .left-content {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .c-newsletter-section__input-form .left-content {
    max-width: 500px;
  }
}
@media (min-width: 1280px) {
  .c-newsletter-section__input-form .left-content {
    max-width: 558px;
  }
}
.c-newsletter-section__input-form .left-content .email-icon {
  margin-bottom: 16px;
}
.c-newsletter-section__input-form .left-content .logo {
  width: 160px;
  height: 33px;
  margin-bottom: 16px;
}
.c-newsletter-section__input-form .left-content .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-newsletter-section__input-form .left-content h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  color: #fff;
  margin-bottom: 12px;
}
.c-newsletter-section__input-form .left-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.c-newsletter-section__input-form .right-content {
  width: 100%;
}

.c-featured-deals {
  width: 100%;
  height: auto;
  padding: 40px 0px;
  background-color: #18191b;
}
@media (min-width: 1024px) {
  .c-featured-deals {
    padding: 56px 0px;
  }
}
@media (max-width: 768px) {
  .c-featured-deals .o-cm-container {
    padding: 0px 0px;
  }
}
.c-featured-deals__headings {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 16px;
}
@media (min-width: 1024px) {
  .c-featured-deals__headings {
    padding: unset;
  }
}
.c-featured-deals__headings span {
  width: 73px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}
.c-featured-deals__headings h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 110%; /* 67.1px */
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-featured-deals__headings h2 {
    font-size: 61px;
  }
}
.c-featured-deals__slider {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-featured-deals__slider {
    padding-top: 40px;
  }
}
.c-featured-deals__slider .glide {
  width: 100%;
  height: 100%;
}
.c-featured-deals__slider .glide__track {
  width: 100%;
}
.c-featured-deals__slider .glide__slides {
  width: 100%;
  height: 100%;
  display: flex;
}
.c-featured-deals__slider .glide__slide {
  color: #fff;
  width: 100%;
  height: 100%;
  transform: translateY(40px);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.c-featured-deals__slider .glide__slide--active {
  opacity: 1;
  transform: translateY(0px);
}
.c-featured-deals__slider .controls {
  width: 219px;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c-featured-deals__slider .controls {
    margin-top: 40px;
    padding: unset;
  }
}
@media (min-width: 1024px) {
  .c-featured-deals__slider .controls {
    margin-top: 40px;
    padding: unset;
  }
}
@media (min-width: 1280px) {
  .c-featured-deals__slider .controls {
    margin-top: 40px;
  }
}
.c-featured-deals__slider .controls button {
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.c-featured-deals__slider .controls button.right {
  transform: rotate(180deg);
}
.c-featured-deals__slider .controls .counter {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  color: #fff;
  gap: 8px;
}
.c-featured-deals__slider .controls .counter span {
  font-family: "Public Sans", serif;
  display: block;
}
.c-featured-deals__slider .controls .counter .divider {
  font-family: "Public Sans", serif;
  color: #13bf70;
}

.c-featured-deals-card {
  width: 100%;
  background-color: #fff;
}
.c-featured-deals-card__thumbnail {
  width: 100%;
  height: 253px;
  position: relative;
}
@media (min-width: 1024px) {
  .c-featured-deals-card__thumbnail {
    height: 289px;
  }
}
@media (min-width: 1280px) {
  .c-featured-deals-card__thumbnail {
    height: 437px;
  }
}
.c-featured-deals-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  color: #000;
}
.c-featured-deals-card__thumbnail .discount {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 4px solid #05e77e;
  background-color: #18191b;
  width: 80px;
  height: 80px;
}
.c-featured-deals-card__thumbnail .discount .title {
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  letter-spacing: -0.31px;
}
.c-featured-deals-card__thumbnail .discount .off {
  font-size: 12px;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  color: #818f99;
}
.c-featured-deals-card__content {
  padding: 16px 16px 0px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .c-featured-deals-card__content {
    padding: 16px 24px 0px 24px;
  }
}
.c-featured-deals-card__content .title-price {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.c-featured-deals-card__content .title-price h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 120%; /* 37.2px */
  letter-spacing: -0.31px;
  min-height: 74.39px;
}
@media (min-width: 1024px) {
  .c-featured-deals-card__content .title-price h5 {
    font-size: 24px;
    min-height: 57.59px;
  }
}
@media (min-width: 1280px) {
  .c-featured-deals-card__content .title-price h5 {
    min-height: 74.39px;
    font-size: 31px;
  }
}
.c-featured-deals-card__content .title-price .prices {
  display: flex;
  gap: 16px;
  align-items: center;
  min-height: 30px;
}
.c-featured-deals-card__content .title-price .prices .current {
  font-size: 23px;
  font-weight: 600;
  line-height: 120%; /* 30px */
  color: #000;
}
@media (min-width: 1024px) {
  .c-featured-deals-card__content .title-price .prices .current {
    font-size: 25px;
  }
}
.c-featured-deals-card__content .title-price .prices .previous {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  color: #343d46;
  text-decoration: line-through;
  text-decoration-color: #05e77e;
}
.c-featured-deals-card__content .expiry {
  border-top: 1px solid #c8cdd1;
  padding: 16px 0px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.c-featured-deals-card__content .expiry span {
  color: #343d46;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  color: #818f99;
}
@media (min-width: 1024px) {
  .c-featured-deals-card__content .expiry span {
    font-size: 14px;
  }
}
.c-featured-deals-card__content .expiry span strong {
  font-weight: 500;
  color: #343d46;
}

.c-featured-banner {
  width: 100%;
  height: 800px;
  position: relative;
}
@media (min-width: 1024px) {
  .c-featured-banner {
    height: 810px;
  }
}
.c-featured-banner__content {
  margin: 0 auto;
  max-width: 1360px;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .c-featured-banner__content {
    padding: 0 40px;
  }
}
.c-featured-banner__content .title {
  position: absolute;
  top: 149px;
  left: 16px;
  max-width: 783px;
}
@media (min-width: 1024px) {
  .c-featured-banner__content .title {
    top: 40px;
  }
}
.c-featured-banner__content .title h2 {
  font-family: "Vollkorn", serif;
  color: #fff;
  font-weight: 700;
  line-height: 100%;
  font-size: 39px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-featured-banner__content .title h2 {
    font-size: 61px;
  }
}
.c-featured-banner__content .logo-position {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 16px;
  right: unset;
  width: 108px;
  height: auto;
  background-color: #000;
}
@media (min-width: 1024px) {
  .c-featured-banner__content .logo-position {
    right: 120px;
    left: unset;
  }
}
.c-featured-banner__content .logo-position .logo {
  width: 108px;
  height: 103px;
}
.c-featured-banner__content .logo-position .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-featured-banner__content .logo-position span {
  width: 100%;
}
.c-featured-banner__content .bottom-cta {
  position: absolute;
  right: unset;
  max-width: 668px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  bottom: 16px;
  left: 16px;
}
@media (min-width: 1024px) {
  .c-featured-banner__content .bottom-cta {
    bottom: 40px;
    right: 0;
    left: unset;
  }
}
.c-featured-banner__content .bottom-cta p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-featured-banner__content .bottom-cta p {
    -webkit-line-clamp: 3; /* Number of lines to show */
  }
}
.c-featured-banner__content .bottom-cta a {
  text-transform: capitalize;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  color: #fff;
  padding: 24px 24px 24px 32px;
}
.c-featured-banner__content .bottom-cta a span {
  display: block;
  margin-right: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: 1.8px;
}
.c-featured-banner__content .bottom-cta a svg {
  display: flex;
  flex-shrink: 0;
}

.c-curated-articles {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
@media (min-width: 1024px) {
  .c-curated-articles {
    height: 672px;
  }
}
.c-curated-articles__extra-box {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #f2f2f3;
  z-index: -1;
  display: none;
}
@media (min-width: 1024px) {
  .c-curated-articles__extra-box {
    display: block;
  }
}
.c-curated-articles .o-cm-container {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-curated-articles .o-cm-container {
    flex-direction: row;
    padding-top: 56px;
    gap: 40px;
    padding-bottom: unset;
  }
}
.c-curated-articles__left-content {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .c-curated-articles__left-content {
    max-width: 430px;
  }
}
@media (min-width: 1280px) {
  .c-curated-articles__left-content {
    max-width: 553px;
  }
}
.c-curated-articles__left-content h2 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%; /* 64.05px */
  letter-spacing: -0.48px;
  -webkit-text-decoration: #05e77e underline;
          text-decoration: #05e77e underline;
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* Safari-specific styles */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .c-curated-articles__left-content h2 {
    text-underline-offset: -2px;
  }
}
@supports (-moz-appearance: none) {
  .c-curated-articles__left-content h2 {
    text-underline-offset: -2px;
  }
}
@media (min-width: 1024px) {
  .c-curated-articles__left-content h2 {
    -webkit-line-clamp: 2;
    font-size: 61px;
    line-height: 105%; /* 64.05px */
    letter-spacing: -0.61px;
  }
}
@media (min-width: 1280px) {
  .c-curated-articles__left-content h2 {
    -webkit-line-clamp: 1;
    font-size: 61px;
    line-height: 105%; /* 64.05px */
    letter-spacing: -0.61px;
  }
}
.c-curated-articles__left-content p {
  color: #343d46;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}
.c-curated-articles__right-content {
  max-width: 100%;
  display: flex;
  margin-top: 24px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-curated-articles__right-content {
    gap: 24px;
    margin-top: unset;
    max-width: 767px;
  }
}
.c-curated-articles__right-content .cards {
  gap: 16px;
  display: flex;
  flex-direction: column;
  overflow: scroll;
  width: 100%;
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-curated-articles__right-content .cards {
    max-width: 555px;
  }
}
@media (min-width: 1024px) {
  .c-curated-articles__right-content .cards {
    gap: 24px;
  }
}
.c-curated-articles__right-content .cards::-webkit-scrollbar {
  display: none;
}

.c-curated-articles-card {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-curated-articles-card {
    flex-direction: row;
    gap: 25px;
  }
}
.c-curated-articles-card__thumbnail {
  width: 100%;
  height: auto;
  display: flex;
  flex-shrink: 0;
  position: relative;
}
.c-curated-articles-card__thumbnail .longform-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .c-curated-articles-card__thumbnail .longform-desktop {
    display: flex;
  }
}
.c-curated-articles-card__thumbnail .longform-mobile {
  display: flex;
}
@media (min-width: 1024px) {
  .c-curated-articles-card__thumbnail .longform-mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-curated-articles-card__thumbnail {
    width: 304px;
    height: 171px;
  }
}
.c-curated-articles-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-curated-articles-card__thumbnail .counter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #18191b;
  font-size: 25px;
  font-weight: 600;
  line-height: 120%; /* 30px */
  position: absolute;
  top: 15px;
  right: 8px;
  left: unset;
}
@media (min-width: 1024px) {
  .c-curated-articles-card__thumbnail .counter {
    top: 8px;
    left: 8px;
    right: unset;
  }
}
.c-curated-articles-card__thumbnail .mobile-tag {
  position: absolute;
  top: 16px;
  left: 0;
  display: flex;
}
@media (min-width: 1024px) {
  .c-curated-articles-card__thumbnail .mobile-tag {
    display: none;
  }
}
.c-curated-articles-card__headings {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .c-curated-articles-card__headings {
    max-width: 438px;
  }
}
.c-curated-articles-card__headings span {
  display: none;
}
@media (min-width: 1024px) {
  .c-curated-articles-card__headings span {
    display: block;
  }
}
.c-curated-articles-card__headings p {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%; /* 24px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}

.c-partner-spotlight {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #c8cdd1;
  overflow: hidden;
}
.c-partner-spotlight__heading {
  display: flex;
  justify-content: center;
  background-color: #000;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .c-partner-spotlight__heading {
    padding: 40px 0px;
  }
}
.c-partner-spotlight__heading h2 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 110%; /* 67.1px */
  font-size: 48px;
}
@media (min-width: 1024px) {
  .c-partner-spotlight__heading h2 {
    font-size: 61px;
    line-height: 105%; /* 64.05px */
  }
}
.c-partner-spotlight__sliders {
  padding-top: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .c-partner-spotlight__sliders {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .c-partner-spotlight__sliders {
    padding-left: unset;
    padding-right: unset;
  }
}
.c-partner-spotlight__sliders .glide {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}
.c-partner-spotlight__sliders .glide__track {
  width: 100%;
  height: 100%;
}
.c-partner-spotlight__sliders .glide__slides {
  width: 100%;
  height: 100%;
  display: flex;
}
.c-partner-spotlight__sliders .glide__slide {
  color: #000;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.c-partner-spotlight__sliders .glide__slide--active {
  opacity: 1;
}
.c-partner-spotlight__sliders .controls {
  width: 100%;
  max-width: 219px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.c-partner-spotlight__sliders .controls button {
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.c-partner-spotlight__sliders .controls .counter {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  color: #000;
  gap: 8px;
}
.c-partner-spotlight__sliders .controls .counter span {
  display: block;
  font-family: "Public Sans", serif;
}
.c-partner-spotlight__sliders .controls .counter .divider {
  color: #13bf70;
  font-family: "Public Sans", serif;
}

.c-partner-spotlight-card {
  display: flex;
  gap: 24px;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-partner-spotlight-card {
    flex-direction: row;
  }
}
.c-partner-spotlight-card__thumbnail {
  width: 100%;
  height: 192px;
  display: flex;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-partner-spotlight-card__thumbnail {
    width: 100%;
    height: 396px;
  }
}
@media (min-width: 1024px) {
  .c-partner-spotlight-card__thumbnail {
    width: 304px;
    height: 171px;
  }
}
.c-partner-spotlight-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-partner-spotlight-card__thumbnail .mobile-tag {
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
}
@media (min-width: 1024px) {
  .c-partner-spotlight-card__thumbnail .mobile-tag {
    display: none;
  }
}
.c-partner-spotlight-card__content {
  display: flex;
  flex-direction: column;
}
.c-partner-spotlight-card__content span {
  display: none;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .c-partner-spotlight-card__content span {
    display: block;
  }
}
.c-partner-spotlight-card__content h6 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%; /* 24px */
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-partner-spotlight-card__content p {
  color: #343d46;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}

.c-shortform-hero-banner .o-cm-container {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .c-shortform-hero-banner .o-cm-container {
    max-width: 944px;
  }
}
@media (min-width: 1280px) {
  .c-shortform-hero-banner .o-cm-container {
    max-width: 1130px;
  }
}
.c-shortform-hero-banner .o-cm-container .wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-shortform-hero-banner .o-cm-container .wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.c-shortform-hero-banner__category {
  color: #fff;
  background-color: #000;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: capitalize;
  margin-bottom: 16px;
  display: flex;
}
.c-shortform-hero-banner__title {
  max-width: 100%;
  font-weight: 700;
  line-height: 110%;
  color: #000;
  margin-bottom: 16px;
  font-size: 48px;
}
@media (min-width: 1024px) {
  .c-shortform-hero-banner__title {
    max-width: 650px;
    font-size: 36px;
  }
}
@media (min-width: 1280px) {
  .c-shortform-hero-banner__title {
    max-width: 784px;
  }
}
.c-shortform-hero-banner__description {
  max-width: 784px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .c-shortform-hero-banner__description {
    font-size: 16px;
  }
}
.c-shortform-hero-banner__author-date {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .c-shortform-hero-banner__author-date {
    flex-direction: row;
  }
}
.c-shortform-hero-banner__author-date span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.c-shortform-hero-banner__author-date span strong {
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.c-shortform-hero-banner__author-date span a {
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.c-shortform-hero-banner__author-date .extra-line {
  display: flex;
  flex-shrink: 0;
  background-color: #c8cdd1;
  width: 18px;
  height: 1px;
}
@media (min-width: 1024px) {
  .c-shortform-hero-banner__author-date .extra-line {
    width: 1px;
    height: 18px;
  }
}
.c-shortform-hero-banner__author-date .date {
  color: #343d46;
}
.c-shortform-hero-banner__thumbnail {
  width: 100%;
  height: 192px;
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-shortform-hero-banner__thumbnail {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .c-shortform-hero-banner__thumbnail {
    height: 634px;
  }
}
.c-shortform-hero-banner__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-category-breadcrumbs {
  display: flex;
}
.c-category-breadcrumbs.has-spacing {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .c-category-breadcrumbs.has-spacing {
    padding-top: 64px;
  }
}
.c-category-breadcrumbs .o-cm-container {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .c-category-breadcrumbs .o-cm-container {
    padding-bottom: 32px;
  }
}
.c-category-breadcrumbs__parent {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: 5.6px;
  text-transform: uppercase;
  color: #818f99;
}
.c-category-breadcrumbs svg {
  display: flex;
  flex-shrink: 0;
}
.c-category-breadcrumbs__child {
  color: #343d46;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: 5.6px;
  text-transform: uppercase;
}

.c-socials-share-box {
  width: 100%;
  height: 88px;
  border-top: 1px solid #c8cdd1;
  border-bottom: 1px solid #c8cdd1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-direction: row;
  position: relative;
}
@media (min-width: 1024px) {
  .c-socials-share-box {
    flex-direction: column;
    justify-content: center;
    height: 142px;
    width: 276px;
  }
}
.c-socials-share-box__title span {
  /* Global/Body 2 — Bold */
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  color: #343d46;
}
.c-socials-share-box__social-icons {
  display: flex;
  gap: 12px;
}

.c-socials-share-section {
  width: 100%;
  height: 88px;
  border-top: 1px solid #c8cdd1;
  border-bottom: 1px solid #c8cdd1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-direction: row;
  position: relative;
}
@media (min-width: 1024px) {
  .c-socials-share-section {
    flex-direction: column;
    justify-content: center;
    height: 142px;
  }
}
.c-socials-share-section__title span {
  /* Global/Body 2 — Bold */
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  color: #343d46;
}
.c-socials-share-section__social-icons {
  display: flex;
  gap: 12px;
}

.c-shortform-article {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .c-shortform-article {
    padding-top: 64px;
  }
}
.c-shortform-article .o-cm-container {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .c-shortform-article .o-cm-container {
    max-width: 944px;
  }
}
@media (min-width: 1280px) {
  .c-shortform-article .o-cm-container {
    max-width: 1130px;
  }
}
.c-shortform-article__content {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1024px) {
  .c-shortform-article__content {
    flex-direction: row;
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
.c-shortform-article__content .left-content {
  display: flex;
  max-width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-shortform-article__content .left-content {
    max-width: 600px;
    gap: 48px;
  }
}
@media (min-width: 1280px) {
  .c-shortform-article__content .left-content {
    max-width: 668px;
  }
}
.c-shortform-article__content .left-content h5 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%; /* 30px */
}
.c-shortform-article__content .left-content p {
  /* Global/Body 1 — Regular */
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  color: #343d46;
}
.c-shortform-article__content .left-content .tags-socials {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .c-shortform-article__content .left-content .tags-socials {
    gap: 32px;
  }
}
.c-shortform-article__content .right-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: unset;
}
@media (min-width: 1024px) {
  .c-shortform-article__content .right-content {
    width: 300px;
    align-items: center;
  }
}
.c-shortform-article .c-category-three-column-cards .cards-desktop {
  padding-top: unset;
}

.c-shortform-related-tags {
  width: 100%;
  margin-bottom: unset;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-shortform-related-tags {
    margin-bottom: 40px;
  }
}
.c-shortform-related-tags .mobile-heading {
  flex-shrink: 0;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #18191b;
}
@media (min-width: 1024px) {
  .c-shortform-related-tags .mobile-heading {
    display: none;
  }
}
.c-shortform-related-tags .mobile-heading h4 {
  font-size: 33px;
  font-weight: 700;
  line-height: 115%; /* 37.95px */
  color: #fff;
}
.c-shortform-related-tags__lists {
  display: flex;
  padding: 40px 16px;
  background-color: #f2f2f3;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .c-shortform-related-tags__lists {
    padding: 32px 24px;
    gap: 24px;
  }
}
.c-shortform-related-tags__lists__card {
  display: flex;
  flex-direction: column;
  color: #000;
}
.c-shortform-related-tags__lists__card .tag {
  margin-bottom: 12px;
}
.c-shortform-related-tags__lists__card a {
  display: flex;
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
}
.c-shortform-related-tags__lists__card a span {
  display: flex;
  font-size: 23px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  color: #000;
  max-width: 271px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-shortform-related-tags__lists__card a span {
    max-width: 172px;
    font-size: 20px;
    font-weight: 700;
  }
}
.c-shortform-related-tags__lists__card .divider {
  width: 100%;
  height: 32px;
  border-bottom: 1px solid #c8cdd1;
}
@media (min-width: 1024px) {
  .c-shortform-related-tags__lists__card .divider {
    height: 24px;
  }
}
.c-shortform-related-tags__lists__card:last-child .divider {
  border: unset;
  height: 0px;
}

.c-custom-scrollbar {
  /* Track */
  /* Handle */
}
.c-custom-scrollbar__track {
  position: absolute;
  width: 12px;
  height: 100%;
  background-color: transparent; /* Track color */
  right: 24px;
  top: 0;
  z-index: 10;
  display: none;
  justify-content: center;
}
.c-custom-scrollbar__track::after {
  content: "";
  display: flex;
  width: 1px;
  height: 100%;
  background-color: #c8cdd1;
}
.c-custom-scrollbar__thumb {
  position: absolute;
  width: 4px;
  background-color: #000; /* Thumb color */
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.c-share-article-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 200;
  background: rgba(231, 252, 242, 0.95);
  z-index: 20;
}
.c-share-article-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  width: 343px;
  align-items: center;
  padding: 32px 16px;
}
@media (min-width: 1024px) {
  .c-share-article-modal__content {
    width: 668px;
    padding: 56px;
  }
}
.c-share-article-modal__content .close-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: transparent;
  width: 32px;
  height: 32px;
}
@media (min-width: 1024px) {
  .c-share-article-modal__content .close-icon {
    top: 16.6px;
    right: 16px;
  }
}
.c-share-article-modal__content h4 {
  font-size: 33px;
  font-weight: 700;
  line-height: 115%; /* 44.85px */
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .c-share-article-modal__content h4 {
    margin-bottom: 32px;
    font-size: 39px;
  }
}
.c-share-article-modal__content p {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  margin-bottom: 16px;
}
.c-share-article-modal__content .socials {
  width: 100%;
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-share-article-modal__content .socials {
    flex-direction: row;
    margin-bottom: 32px;
  }
}
.c-share-article-modal__content .socials a {
  color: #fff;
  width: 100%;
  height: 52px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: 1.8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #000;
}
@media (min-width: 1024px) {
  .c-share-article-modal__content .socials a {
    width: 50%;
  }
}
.c-share-article-modal__content .line {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-share-article-modal__content .line {
    margin-bottom: 32px;
  }
}
.c-share-article-modal__content .line .divider {
  width: 50%;
  height: 2px;
  background-color: #c8cdd1;
}
.c-share-article-modal__content .line span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: 5.6px;
  text-transform: uppercase;
}
.c-share-article-modal__content .footnote {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-share-article-modal__content .footnote .copy-input {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #000;
  background-color: #f2f2f3;
  width: 100%;
  height: 125px;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
}
@media (min-width: 1024px) {
  .c-share-article-modal__content .footnote .copy-input {
    flex-direction: row;
    height: 65px;
    justify-content: unset;
    padding-left: unset;
    padding-right: unset;
    padding-bottom: unset;
  }
}
.c-share-article-modal__content .footnote .copy-input input {
  display: flex;
  background-color: transparent;
  height: 25px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  margin-top: 20px;
  padding-left: unset;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-share-article-modal__content .footnote .copy-input input {
    padding-left: 12px;
    margin-top: unset;
    flex: 1;
  }
}
.c-share-article-modal__content .footnote .copy-input button {
  color: #fff;
  height: 52px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: 1.8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #000;
  padding-left: 24px;
  padding-right: 16px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-share-article-modal__content .footnote .copy-input button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-share-article-modal__content .footnote .copy-input button .success {
  display: none;
}
.c-share-article-modal__content .footnote .copy-input button.active {
  background-color: rgba(231, 252, 242, 0.95);
  color: #000;
}
.c-share-article-modal__content .footnote .copy-input button.active .success {
  display: block;
}
.c-share-article-modal__content .footnote .copy-input button.active .default {
  display: none;
}
.c-share-article-modal__content .footnote .copy-input button.active svg {
  display: none;
}
.c-share-article-modal.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.c-shortform-guide-variation {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .c-shortform-guide-variation {
    padding-top: 56px;
  }
}
.c-shortform-guide-variation__wrapper {
  max-width: 668px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .c-shortform-guide-variation__wrapper {
    padding: 56px 0px;
    gap: 48px;
  }
}
.c-shortform-guide-variation__wrapper .tags-socials {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .c-shortform-guide-variation__wrapper .tags-socials {
    gap: 24px;
  }
}
@media (max-width: 810px) {
  .c-shortform-guide-variation .c-title-w-paragraph h5 {
    font-size: 33px;
    font-weight: 700;
    line-height: 110%; /* 36.3px */
  }
}

.c-title-w-paragraph {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-title-w-paragraph h5 {
  font-size: 23px;
  font-weight: 700;
  line-height: 120%; /* 30px */
  color: #000;
}
@media (min-width: 1024px) {
  .c-title-w-paragraph h5 {
    font-size: 24px;
  }
}
.c-title-w-paragraph p {
  color: #343d46;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.c-title-w-paragraph p a {
  color: #343d46;
}
.c-title-w-paragraph__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .c-title-w-paragraph__content {
    gap: 32px;
  }
}

.c-product-cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.c-product-cards__card {
  display: flex;
  flex-direction: column;
}
.c-product-cards__card .wrapper {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-product-cards__card .wrapper {
    flex-direction: row;
  }
}
.c-product-cards__card .wrapper .thumbnail {
  width: 100%;
  height: 343px;
  position: relative;
  display: flex;
  flex-shrink: 0;
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-product-cards__card .wrapper .thumbnail {
    height: 412px;
  }
}
@media (min-width: 1024px) {
  .c-product-cards__card .wrapper .thumbnail {
    width: 192px;
    height: 192px;
  }
}
.c-product-cards__card .wrapper .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-product-cards__card .wrapper .thumbnail .counter {
  position: absolute;
  top: 0;
  left: 0;
}
.c-product-cards__card .wrapper .thumbnail .counter span {
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 25px;
  font-weight: 600;
  line-height: 120%; /* 30px */
}
.c-product-cards__card .wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-product-cards__card .wrapper .content h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  color: #000;
  margin: unset;
}
.c-product-cards__card .wrapper .content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  overflow: hidden;
  color: #343d46;
  margin: unset;
}
.c-product-cards__card .wrapper .content p a {
  padding: unset;
  background-color: unset;
  margin: unset;
}
.c-product-cards__card .wrapper .content a {
  width: 100%;
  padding: 14px 16px 14px 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .c-product-cards__card .wrapper .content a {
    margin-top: 4px;
  }
}
.c-product-cards__card .wrapper .content a span {
  font-size: 18px;
  line-height: 100%; /* 18px */
  letter-spacing: 1.8px;
}
@media (min-width: 1024px) {
  .c-product-cards__card .wrapper .content a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-product-cards__card .divider {
  width: 100%;
  height: 32px;
  border-bottom: 1px solid #c8cdd1;
}
.c-product-cards__card:last-child .divider {
  display: none;
}

.c-tags-list ul {
  display: flex;
  gap: 8px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.c-tags-list ul a {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  color: #343d46;
  border-bottom: 1px solid #13bf70;
}

.c-buyer-article-cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .c-buyer-article-cards {
    gap: 40px;
  }
}
.c-buyer-article-cards__card {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.c-buyer-article-cards__card .wrapper {
  display: flex;
  gap: 16px;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .c-buyer-article-cards__card .wrapper {
    flex-direction: row;
    gap: 56px;
    justify-content: space-between;
  }
}
.c-buyer-article-cards__card .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1024px) {
  .c-buyer-article-cards__card .content {
    width: 265px;
  }
}
.c-buyer-article-cards__card .content .category {
  display: none;
  margin-bottom: 4px;
}
@media (min-width: 1024px) {
  .c-buyer-article-cards__card .content .category {
    display: block;
  }
}
.c-buyer-article-cards__card .content a {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-buyer-article-cards__card .content a h5 {
  color: #000;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 27px;
  font-weight: 700;
  line-height: 120%; /* 32.4px */
}
@media (min-width: 1024px) {
  .c-buyer-article-cards__card .content a h5 {
    font-size: 24px;
    letter-spacing: -0.31px;
  }
}
.c-buyer-article-cards__card .content a p {
  color: #343d46;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-buyer-article-cards__card .content .author {
  display: flex;
  gap: 2px;
}
.c-buyer-article-cards__card .content .author span {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.c-buyer-article-cards__card .content .author a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%; /* 18.2px */
}
.c-buyer-article-cards__card .thumbnail {
  width: 100%;
  height: 192px;
  position: relative;
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-buyer-article-cards__card .thumbnail {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .c-buyer-article-cards__card .thumbnail {
    width: 347px;
    height: 195px;
  }
}
.c-buyer-article-cards__card .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-buyer-article-cards__card .thumbnail .category {
  display: block;
  margin-bottom: 4px;
  position: absolute;
  top: 16px;
  left: 0;
}
@media (min-width: 1024px) {
  .c-buyer-article-cards__card .thumbnail .category {
    display: none;
  }
}
.c-buyer-article-cards__card .divider {
  height: 32px;
  width: 100%;
  border-bottom: 1px solid #c8cdd1;
}
@media (min-width: 1024px) {
  .c-buyer-article-cards__card .divider {
    height: 40px;
  }
}
.c-buyer-article-cards__card:last-child .divider {
  display: none;
}

.c-more-articles {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .c-more-articles {
    padding: 56px 0px;
    gap: 40px;
  }
}
.c-more-articles__headings {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-more-articles__headings h2 {
  text-transform: capitalize;
  -webkit-text-decoration: #05e77e underline;
          text-decoration: #05e77e underline;
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* Safari-specific styles */
  font-size: 48px;
  font-weight: 700;
  line-height: 105%; /* 64.05px */
  letter-spacing: -0.61px;
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .c-more-articles__headings h2 {
    text-underline-offset: -2px;
  }
}
@supports (-moz-appearance: none) {
  .c-more-articles__headings h2 {
    text-underline-offset: -2px;
  }
}
@media (min-width: 1024px) {
  .c-more-articles__headings h2 {
    font-size: 61px;
  }
}
.c-more-articles__headings__link {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  border-bottom: 1px solid #65737e;
  text-transform: capitalize;
}
.c-more-articles__headings__link span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  margin-bottom: 8px;
  text-transform: ca;
}
.c-more-articles__headings__link svg {
  display: flex;
  margin-bottom: 8px;
}
.c-more-articles .desktop-btn {
  display: none;
}
@media (min-width: 1024px) {
  .c-more-articles .desktop-btn {
    display: block;
  }
}
.c-more-articles .mobile-btn {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 72px;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-more-articles .mobile-btn {
    display: none;
  }
}
.c-more-articles .c-category-three-column-cards {
  border: unset;
  padding: 0px 16px;
}
@media (min-width: 1024px) {
  .c-more-articles .c-category-three-column-cards {
    padding: unset;
  }
}

.c-image-with-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1024px) {
  .c-image-with-content {
    gap: unset;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
}
.c-image-with-content__thumbnail {
  width: 343px;
  height: 343px;
  display: flex;
  flex-shrink: 0;
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-image-with-content__thumbnail {
    width: 100%;
    height: 412px;
  }
}
@media (min-width: 1024px) {
  .c-image-with-content__thumbnail {
    width: 322px;
    height: 322px;
  }
}
.c-image-with-content__thumbnail picture {
  width: 100%;
  height: 100%;
}
.c-image-with-content__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-image-with-content__content {
  border-top: 1px solid #c8cdd1;
  border-bottom: 1px solid #c8cdd1;
  padding: 24px 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .c-image-with-content__content {
    max-width: 306px;
  }
}
.c-image-with-content__content h5 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%; /* 30px */
  color: #000;
}
@media (min-width: 1024px) {
  .c-image-with-content__content h5 {
    font-size: 24px;
  }
}
.c-image-with-content__content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  color: #343d46;
}
.c-image-with-content.right-position {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-image-with-content.right-position {
    flex-direction: row-reverse;
  }
}

.c-bulleted-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-bulleted-list h5 {
  font-size: 23px;
}
@media (min-width: 1024px) {
  .c-bulleted-list h5 {
    font-size: 24px;
  }
}
.c-bulleted-list__title {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%; /* 30px */
}
.c-bulleted-list__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-bulleted-list__content li {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-bulleted-list__content li .title-col {
  display: flex;
  gap: 16px;
}
.c-bulleted-list__content li .title-col .box {
  width: 12px;
  height: 12px;
  background-color: #13bf70;
  display: flex;
  flex-shrink: 0;
  margin-top: 6.5px;
}
.c-bulleted-list__content li .title-col .title {
  color: #343d46;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
}
.c-bulleted-list__content li .description {
  color: #343d46;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.c-video-embed {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .c-video-embed {
    gap: 24px;
  }
}
.c-video-embed__video {
  width: 100%;
  height: 211px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-video-embed__video {
    height: 412px;
  }
}
@media (min-width: 1024px) {
  .c-video-embed__video {
    height: 376px;
  }
}
.c-video-embed__video iframe,
.c-video-embed__video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-video-embed__video img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.c-video-embed__video .icon {
  z-index: 2;
  position: absolute;
  width: 64px;
  height: 64px;
  background-color: #272d33;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-video-embed__description-caption {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0px 16px;
}
@media (min-width: 1024px) {
  .c-video-embed__description-caption {
    padding: unset;
  }
}
.c-video-embed__description-caption .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  color: #343d46;
}
.c-video-embed__description-caption .caption {
  font-size: 12px;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  color: #818f99;
}

.c-image-carousel {
  width: 100%;
  position: relative;
}
.c-image-carousel__sliders {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .c-image-carousel__sliders {
    gap: 24px;
  }
}
.c-image-carousel__sliders .glide {
  max-width: 100%;
  height: 100%;
}
.c-image-carousel__sliders .glide__track {
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .c-image-carousel__sliders .glide__track {
    max-width: 668px;
  }
}
.c-image-carousel__sliders .glide__slides {
  display: flex;
  width: 100%;
}
.c-image-carousel__sliders .glide__slide {
  width: 100%;
  height: 211px;
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-image-carousel__sliders .glide__slide {
    height: 412px;
  }
}
@media (min-width: 1024px) {
  .c-image-carousel__sliders .glide__slide {
    height: 376px;
  }
}
.c-image-carousel__sliders .glide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-image-carousel__sliders .glide__slide span {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-image-carousel__sliders .glide__slide span .description p {
  color: #343d46;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.c-image-carousel__sliders .glide__slide span .caption {
  display: none;
}
@media (min-width: 1024px) {
  .c-image-carousel__sliders .glide__slide span .caption {
    display: block;
  }
}
.c-image-carousel__sliders .glide__slide span .caption p {
  color: #818f99;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}
.c-image-carousel__sliders .glide-2 {
  padding: 0px 16px;
}
@media (min-width: 1024px) {
  .c-image-carousel__sliders .glide-2 {
    padding: unset;
  }
}
.c-image-carousel__sliders .controls-position {
  display: flex;
  justify-content: center;
  width: 100%;
  top: 227px;
}
@media (min-width: 1024px) {
  .c-image-carousel__sliders .controls-position {
    top: 400px;
  }
}
.c-image-carousel__sliders .controls-position .controls {
  width: 219px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-image-carousel__sliders .controls-position .controls button {
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.c-image-carousel__sliders .controls-position .controls button.right {
  transform: rotate(180deg);
}
.c-image-carousel__sliders .controls-position .controls .counter {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  color: #000;
  gap: 8px;
}
.c-image-carousel__sliders .controls-position .controls .counter span {
  display: block;
  font-family: "Public Sans", serif;
}
.c-image-carousel__sliders .controls-position .controls .counter .divider {
  font-family: "Public Sans", serif;
  color: #13bf70;
}

.c-product-lists {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.c-product-lists__card .thumbnail {
  width: 100%;
  height: 211px;
  margin-bottom: 24px;
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-product-lists__card .thumbnail {
    height: 412px;
  }
}
@media (min-width: 1024px) {
  .c-product-lists__card .thumbnail {
    height: 420px;
  }
}
@media (min-width: 1024px) {
  .c-product-lists__card .thumbnail {
    height: 376px;
  }
}
.c-product-lists__card .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-product-lists__card .content {
  padding: 0px 16px;
}
@media (min-width: 1024px) {
  .c-product-lists__card .content {
    padding: unset;
  }
}
.c-product-lists__card .content h5 {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 30px */
  margin-bottom: 16px;
  color: #000;
}
@media (min-width: 1024px) {
  .c-product-lists__card .content h5 {
    font-size: 24px;
  }
}
.c-product-lists__card .content p {
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  margin-bottom: 32px;
  color: #343d46;
}
.c-product-lists__card .content a {
  background-color: #f2f2f3;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; /* 16px */
  border-bottom: 2px solid #65737e;
}
@media (min-width: 1024px) {
  .c-product-lists__card .content a {
    width: 140px;
  }
}

.c-category-tag {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  background-color: #18191b;
  padding: 4px 12px;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.c-shortform-advertorial {
  width: 100%;
  padding-top: 104px;
}
@media (min-width: 1024px) {
  .c-shortform-advertorial {
    padding-top: 120px;
  }
}
.c-shortform-advertorial__wrapper {
  max-width: 668px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .c-shortform-advertorial__wrapper {
    padding: 56px 0px;
    gap: 48px;
  }
}
.c-shortform-advertorial__wrapper .tags-socials {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .c-shortform-advertorial__wrapper .tags-socials {
    gap: 32px;
  }
}

.c-single-image {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .c-single-image {
    gap: 24px;
  }
}
.c-single-image__thumbnail {
  width: 100%;
  height: 211px;
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-single-image__thumbnail {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .c-single-image__thumbnail {
    height: 376px;
  }
}
.c-single-image__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-single-image .description-caption {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0px 16px;
}
@media (min-width: 1024px) {
  .c-single-image .description-caption {
    padding: unset;
  }
}
.c-single-image .description-caption .description {
  color: #343d46;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.c-single-image .description-caption .caption {
  color: #818f99;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}

.c-longform.pt-64 {
  padding-top: 64px;
}
.c-longform.legal-page span a {
  color: #05e77e;
}
.c-longform.legal-page p a {
  color: #05e77e;
}
.c-longform.legal-page li {
  display: flex;
  flex-wrap: wrap;
}
.c-longform.legal-page li a {
  color: #05e77e;
}
.c-longform__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 0px;
}
@media (min-width: 1024px) {
  .c-longform__wrapper {
    gap: 48px;
    padding: 56px 0px;
  }
}
.c-longform .tags-socials {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .c-longform .tags-socials {
    gap: 32px;
  }
}
.c-longform .o-cm-container.no-padding {
  padding: unset;
}
.c-longform .ad-section-more-articles {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .c-longform .ad-section-more-articles {
    flex-direction: column;
  }
}

.set-center {
  max-width: 668px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 0px 16px;
}
@media (min-width: 1024px) {
  .set-center {
    padding: unset;
  }
}

.c-numbered-list__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-numbered-list__content li {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-numbered-list__content li .title-col {
  display: flex;
  gap: 4px;
  align-items: center;
}
.c-numbered-list__content li .title-col .counter {
  font-size: 23px;
  font-weight: 700;
  line-height: 120%; /* 30px */
  color: #13bf70;
}
@media (min-width: 1024px) {
  .c-numbered-list__content li .title-col .counter {
    font-size: 25px;
  }
}
.c-numbered-list__content li .title-col .title {
  color: #343d46;
  font-size: 23px;
  font-weight: 700;
  line-height: 120%; /* 24px */
}
@media (min-width: 1024px) {
  .c-numbered-list__content li .title-col .title {
    font-size: 25px;
  }
}
.c-numbered-list__content li .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.c-image-carousel-full-width {
  width: 100%;
  position: relative;
}
.c-image-carousel-full-width__sliders {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .c-image-carousel-full-width__sliders {
    gap: 24px;
  }
}
.c-image-carousel-full-width__sliders .glide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.c-image-carousel-full-width__sliders .glide__track {
  max-width: 1360px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.c-image-carousel-full-width__sliders .glide__slides {
  display: flex;
  width: 100%;
}
.c-image-carousel-full-width__sliders .glide__slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-image-carousel-full-width__sliders .glide__slide img {
  width: 100%;
  height: 211px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-image-carousel-full-width__sliders .glide__slide img {
    height: 412px;
  }
}
@media (min-width: 1024px) {
  .c-image-carousel-full-width__sliders .glide__slide img {
    height: 765px;
  }
}
.c-image-carousel-full-width__sliders .glide__slide span {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-image-carousel-full-width__sliders .glide__slide span .description p {
  color: #343d46;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.c-image-carousel-full-width__sliders .glide__slide span .caption {
  display: none;
}
@media (min-width: 1024px) {
  .c-image-carousel-full-width__sliders .glide__slide span .caption {
    display: block;
  }
}
.c-image-carousel-full-width__sliders .glide__slide span .caption p {
  color: #818f99;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}
.c-image-carousel-full-width__sliders .glide-2 {
  max-width: 668px;
  margin: 0 auto;
  padding: 0px 16px;
}
@media (min-width: 1024px) {
  .c-image-carousel-full-width__sliders .glide-2 {
    padding: unset;
  }
}
.c-image-carousel-full-width__sliders .controls-position {
  display: flex;
  justify-content: center;
  width: 100%;
  top: 227px;
}
@media (min-width: 1024px) {
  .c-image-carousel-full-width__sliders .controls-position {
    top: 400px;
  }
}
.c-image-carousel-full-width__sliders .controls-position .controls {
  width: 219px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-image-carousel-full-width__sliders .controls-position .controls button {
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.c-image-carousel-full-width__sliders .controls-position .controls button.right {
  transform: rotate(180deg);
}
.c-image-carousel-full-width__sliders .controls-position .controls .counter {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  color: #000;
  gap: 8px;
}
.c-image-carousel-full-width__sliders .controls-position .controls .counter span {
  font-family: "Public Sans", serif;
  display: block;
}
.c-image-carousel-full-width__sliders .controls-position .controls .counter .divider {
  font-family: "Public Sans", serif;
  color: #13bf70;
}
.c-image-carousel-full-width.about-us {
  padding: 0 0 40px 0;
}
@media (min-width: 924px) {
  .c-image-carousel-full-width.about-us {
    padding: 0 0 48px 0;
  }
}
.c-image-carousel-full-width.about-us .glide-2 {
  padding: 0 32px;
}
.c-image-carousel-full-width.about-us .glide-2 span {
  color: #343d46;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-size: 18px;
}

.c-pull-quote {
  width: 100%;
  position: relative;
  margin-top: 56px;
  padding: 0px 16px;
}
.c-pull-quote__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #f2f2f3;
  padding: 64px 24px 40px 24px;
}
@media (min-width: 1024px) {
  .c-pull-quote__content {
    padding: 96px 48px 40px 48px;
  }
}
.c-pull-quote__content h3 {
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 42.9px */
  word-break: break-all;
  font-size: 27px;
}
@media (min-width: 1024px) {
  .c-pull-quote__content h3 {
    font-size: 39px;
  }
}
.c-pull-quote__content .author {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  color: #343d46;
  display: flex;
  gap: 4px;
}
@media (min-width: 1024px) {
  .c-pull-quote__content .author {
    font-size: 18px;
  }
}
.c-pull-quote__content .author .line {
  color: #818f99;
}
.c-pull-quote__icon {
  position: absolute;
  top: -40px;
  left: 0;
  width: 88px;
  height: 88px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-pull-quote__icon {
    width: 96px;
    height: 96px;
    left: -40px;
  }
}

.c-stats-cards {
  display: flex;
  gap: 24px 16px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-stats-cards {
    gap: 24px;
    flex-wrap: nowrap;
    justify-content: start;
  }
}
.c-stats-cards__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 163px;
}
.c-stats-cards__card.only {
  width: 100%;
}
@media (min-width: 1024px) {
  .c-stats-cards__card {
    width: 100%;
  }
}
.c-stats-cards__card .stat {
  padding: 16px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 4px solid #05e77e;
}
.c-stats-cards__card .stat h2 {
  color: #000;
  font-size: 33px;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
}
@media (min-width: 1024px) {
  .c-stats-cards__card .stat h2 {
    font-size: 48px;
  }
}
.c-stats-cards__card .description p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.c-single-image-full-width {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .c-single-image-full-width {
    gap: 24px;
  }
}
.c-single-image-full-width__thumbnail {
  width: 100%;
  height: 211px;
  max-width: 1360px;
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-single-image-full-width__thumbnail {
    height: 412px;
  }
}
@media (min-width: 1024px) {
  .c-single-image-full-width__thumbnail {
    height: 765px;
  }
}
.c-single-image-full-width__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-single-image-full-width .description-caption {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0px 16px;
}
@media (min-width: 1024px) {
  .c-single-image-full-width .description-caption {
    padding: unset;
  }
}
.c-single-image-full-width .description-caption .description {
  color: #343d46;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.c-single-image-full-width .description-caption .caption {
  color: #818f99;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}

.c-product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-product-card__caption {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: 4.2px;
  text-transform: uppercase;
  color: #13bf70;
  margin-bottom: 8px;
}
.c-product-card__title {
  font-size: 23px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
  /* 30px */
}
@media (min-width: 924px) {
  .c-product-card__title {
    font-size: 24px;
  }
}
.c-product-card__thumbnail {
  width: 100%;
  height: 274px;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-product-card__thumbnail {
    height: 412px;
  }
}
@media (min-width: 1024px) {
  .c-product-card__thumbnail {
    height: 376px;
  }
}
.c-product-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-product-card__thumbnail .discount {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 80px;
  height: 80px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 4px solid #05e77e;
  padding: 4px 8px;
}
.c-product-card__thumbnail .discount span {
  padding-top: 14.5px;
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  letter-spacing: -0.31px;
}
.c-product-card__thumbnail .discount p {
  font-size: 12px;
  font-weight: 500;
  color: #818f99;
  text-transform: uppercase;
}
.c-product-card__price_exp {
  display: flex;
  margin-bottom: 24px;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .c-product-card__price_exp {
    justify-content: space-between;
    flex-direction: row;
    gap: unset;
  }
}
.c-product-card__price_exp .price {
  display: flex;
  gap: 16px;
  align-items: center;
}
.c-product-card__price_exp .price h6 {
  color: #000;
  font-size: 23px;
  font-weight: 600;
  line-height: 120%; /* 30px */
}
@media (min-width: 1024px) {
  .c-product-card__price_exp .price h6 {
    font-size: 25px;
  }
}
.c-product-card__price_exp .price .prev-price {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  text-decoration: line-through;
  text-decoration-color: #05e77e;
  color: #343d46;
}
.c-product-card__price_exp .price .empty-line {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-product-card__price_exp .price .empty-line .line {
  width: 34px;
  height: 2px;
  background-color: #05e77e;
}
.c-product-card__price_exp .expiration {
  display: flex;
}
.c-product-card__price_exp .expiration span {
  width: 100%;
  background-color: #e7fcf2;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  padding: 6px 16px;
  color: #343d46;
}
@media (min-width: 1024px) {
  .c-product-card__price_exp .expiration span {
    width: unset;
  }
}
.c-product-card__cta a {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 24px 32px;
  background-color: #f2f2f3;
  border-bottom: 2px solid #65737e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  color: #000;
}
@media (min-width: 1024px) {
  .c-product-card__cta a {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.c-two-column-bulleted-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .c-two-column-bulleted-list {
    flex-direction: row;
    gap: 64px;
  }
}
.c-two-column-bulleted-list__item h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  margin-bottom: 24px;
  text-transform: capitalize;
}
.c-two-column-bulleted-list__item ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .c-two-column-bulleted-list__item ul {
    max-width: 302px;
  }
}
.c-two-column-bulleted-list__item ul li {
  display: flex;
  gap: 16px;
}
.c-two-column-bulleted-list__item ul li .box {
  width: 8px;
  height: 8px;
  background-color: #13bf70;
  display: flex;
  flex-shrink: 0;
  margin-top: 8.5px;
}
.c-two-column-bulleted-list__item ul li span {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.c-get-related-tags-section {
  display: flex;
  flex-direction: column;
}
.c-get-related-tags-section__heading {
  width: 100%;
  background-color: #000;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-get-related-tags-section__heading {
    height: 93px;
  }
}
.c-get-related-tags-section__heading h4 {
  color: #fff;
  font-size: 33px;
  font-weight: 700;
  line-height: 115%; /* 44.85px */
}
@media (min-width: 1024px) {
  .c-get-related-tags-section__heading h4 {
    font-size: 39px;
  }
}
.c-get-related-tags-section__card-list {
  background-color: #f2f2f3;
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-get-related-tags-section__card-list {
    padding: 56px 0px;
  }
}
.c-get-related-tags-section__card-list .cards {
  max-width: 898px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0px 16px;
}
@media (min-width: 1024px) {
  .c-get-related-tags-section__card-list .cards {
    padding: unset;
  }
}
.c-get-related-tags-section__card-list .cards .card {
  display: flex;
  flex-direction: column;
  color: #000;
}
.c-get-related-tags-section__card-list .cards .card .content {
  display: flex;
  flex-direction: column;
}
.c-get-related-tags-section__card-list .cards .card .content .texts {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .c-get-related-tags-section__card-list .cards .card .content .texts {
    gap: 32px;
  }
}
.c-get-related-tags-section__card-list .cards .card .content .texts h5 {
  font-size: 23px;
  font-weight: 600;
  line-height: 120%; /* 37.2px */
  letter-spacing: -0.31px;
  max-width: 818px;
}
@media (min-width: 1024px) {
  .c-get-related-tags-section__card-list .cards .card .content .texts h5 {
    font-size: 24px;
    font-weight: 700;
  }
}
.c-get-related-tags-section__card-list .cards .card .content .texts .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-get-related-tags-section__card-list .cards .card .divider {
  width: 100%;
  height: 32px;
  border-bottom: 1px solid #c8cdd1;
}
.c-get-related-tags-section__card-list .cards .card:last-child .divider {
  border: unset;
  height: 0px;
}

.c-longform-hero-banner {
  padding-top: 64px;
}
.c-longform-hero-banner__thumbnail {
  width: 100%;
  height: 610px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .c-longform-hero-banner__thumbnail {
    height: 710px;
  }
}
.c-longform-hero-banner__box-content {
  width: 100%;
  margin-top: -310px;
  background-color: #fff;
  border-bottom: 2px solid #000;
  padding: 24px;
  display: none;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .c-longform-hero-banner__box-content {
    display: flex;
  }
}
.c-longform-hero-banner__box-content h1 {
  font-family: "Vollkorn", serif;
  font-weight: 700;
  line-height: 100%; /* 61px */
  letter-spacing: -0.61px;
  font-size: 61px;
}
.c-longform-hero-banner__box-content .author-date {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
.c-longform-hero-banner__box-content .author-date .author {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  display: flex;
  gap: 2px;
}
.c-longform-hero-banner__box-content .author-date .author a {
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.c-longform-hero-banner__box-content .author-date .line {
  width: 1px;
  height: 16px;
  background-color: #000;
}
.c-longform-hero-banner__box-content .author-date .date {
  color: #343d46;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.c-longform-hero-banner__box-content .socials-description {
  display: flex;
  justify-content: space-between;
}
.c-longform-hero-banner__box-content .socials-description .socials {
  position: relative;
}
.c-longform-hero-banner__box-content .socials-description .socials .social-box {
  position: absolute;
  bottom: -24px;
  left: 0;
  padding: 32px;
  border-top: 1px solid #c8cdd1;
  display: flex;
  align-items: center;
  gap: 32px;
}
.c-longform-hero-banner__box-content .socials-description .socials .social-box span {
  color: #343d46;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}
.c-longform-hero-banner__box-content .socials-description .socials .social-box .icons {
  display: flex;
  gap: 12px;
}
.c-longform-hero-banner__box-content .socials-description .description {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .c-longform-hero-banner__box-content .socials-description .description {
    max-width: 535px;
  }
}
@media (min-width: 1280px) {
  .c-longform-hero-banner__box-content .socials-description .description {
    max-width: 759px;
  }
}
.c-longform-hero-banner__box-content .socials-description .description p {
  color: #343d46;
  font-family: "Vollkorn", serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 115%; /* 35.65px */
  letter-spacing: -0.31px;
}
.c-longform-hero-banner__box-content-mobile {
  display: flex;
  flex-direction: column;
  margin-top: -90px;
  background-color: #fff;
  border-bottom: 2px solid #000;
  padding: 40px 16px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .c-longform-hero-banner__box-content-mobile {
    display: none;
  }
}
.c-longform-hero-banner__box-content-mobile .c-category-tag {
  margin-bottom: 16px;
}
.c-longform-hero-banner__box-content-mobile h1 {
  font-family: "Vollkorn", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: -0.48px;
  margin-bottom: 32px;
}
.c-longform-hero-banner__box-content-mobile p {
  font-family: "Vollkorn", serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 115%; /* 31.05px */
  letter-spacing: -0.27px;
  margin-bottom: 32px;
}
.c-longform-hero-banner__box-content-mobile .author-date {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
.c-longform-hero-banner__box-content-mobile .author-date .author {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  display: flex;
  gap: 2px;
}
.c-longform-hero-banner__box-content-mobile .author-date .author a {
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.c-longform-hero-banner__box-content-mobile .author-date .line {
  width: 16px;
  height: 1px;
  background-color: #000;
}
.c-longform-hero-banner__box-content-mobile .author-date .date {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.c-longform-hero-banner__box-content-mobile .social-box {
  padding: 32px;
  border-top: 1px solid #c8cdd1;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: -40px;
}
.c-longform-hero-banner__box-content-mobile .social-box span {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}
.c-longform-hero-banner__box-content-mobile .social-box .icons {
  display: flex;
  gap: 12px;
}

.c-steals__three-cards {
  display: flex;
  justify-content: center;
}
.c-steals__three-cards .o-cm-container {
  display: flex;
  padding: 40px 16px;
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-steals__three-cards .o-cm-container {
    padding: 56px 40px;
    flex-direction: row;
  }
}

.c-steals-card {
  width: 100%;
  height: 515px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-steals-card {
    width: 343px;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .c-steals-card {
    height: 526px;
    width: 33.3%;
  }
}
@media (min-width: 1280px) {
  .c-steals-card {
    height: 657px;
    width: 33.3%;
  }
}
.c-steals-card__thumbnail {
  width: 100%;
  height: 343px;
  position: relative;
}
@media (min-width: 1024px) {
  .c-steals-card__thumbnail {
    height: 298.66px;
  }
}
@media (min-width: 1280px) {
  .c-steals-card__thumbnail {
    height: 437px;
  }
}
.c-steals-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-steals-card__thumbnail .discount {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 4px solid #05e77e;
  background-color: #18191b;
  width: 80px;
  height: 80px;
}
.c-steals-card__thumbnail .discount .title {
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  letter-spacing: -0.31px;
}
.c-steals-card__thumbnail .discount .off {
  font-size: 12px;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  color: #818f99;
}
.c-steals-card__title-price {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.c-steals-card__title-price h5 {
  font-size: 23px;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  letter-spacing: -0.31px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-steals-card__title-price h5 {
    font-size: 24px;
  }
}
.c-steals-card__title-price .prices {
  display: flex;
  gap: 16px;
  align-items: center;
}
.c-steals-card__title-price .prices .current {
  font-size: 23px;
  font-weight: 600;
  line-height: 120%; /* 30px */
  color: #000;
}
@media (min-width: 1024px) {
  .c-steals-card__title-price .prices .current {
    font-size: 25px;
  }
}
.c-steals-card__title-price .prices .previous {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  color: #343d46;
  text-decoration: line-through;
  text-decoration-color: #05e77e;
}
.c-steals-card__code-expiry {
  display: flex;
  flex-direction: column;
  padding: 16px 0px;
  border-top: 1px solid #c8cdd1;
  gap: 4px;
}
.c-steals-card__code-expiry .code {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #343d46;
}
.c-steals-card__code-expiry .code strong {
  font-weight: 500;
}
.c-steals-card__code-expiry .expiry {
  font-size: 12px;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  color: #818f99;
}
.c-steals-card__code-expiry .expiry strong {
  font-weight: 500;
  color: #343d46;
}

.c-steals-carousel {
  width: 100%;
  padding: 56px 0px;
  background-color: #18191b;
}
.c-steals-carousel__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.c-steals-carousel__content h3 {
  max-width: 320px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
  letter-spacing: -0.48px;
  color: #fff;
}
@media (min-width: 768px) {
  .c-steals-carousel__content h3 {
    max-width: 430px;
  }
}
@media (min-width: 810px) {
  .c-steals-carousel__content h3 {
    max-width: 430px;
  }
}
@media (min-width: 1024px) {
  .c-steals-carousel__content h3 {
    max-width: unset;
  }
}
.c-steals-carousel__slider {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-steals-carousel__slider {
    padding-top: 40px;
  }
}
.c-steals-carousel__slider .glide {
  width: 100%;
  height: 100%;
}
.c-steals-carousel__slider .glide__track {
  width: 100%;
}
.c-steals-carousel__slider .glide__slides {
  width: 100%;
  height: 100%;
  display: flex;
}
.c-steals-carousel__slider .glide__slide {
  color: #fff;
  width: 100%;
  transform: translateY(40px);
  opacity: 0.5;
  transition: all 0.5s ease-in;
}
.c-steals-carousel__slider .glide__slide--active {
  opacity: 1;
  transform: translateY(0px);
}
.c-steals-carousel__slider .controls {
  width: 227px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 0px 16px;
  margin-top: 64px;
}
@media (min-width: 1024px) {
  .c-steals-carousel__slider .controls {
    margin-top: 58px;
    padding: unset;
  }
}
.c-steals-carousel__slider .controls button {
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.c-steals-carousel__slider .controls button.right {
  transform: rotate(180deg);
}
.c-steals-carousel__slider .controls .counter {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  color: #fff;
  gap: 8px;
}
.c-steals-carousel__slider .controls .counter span {
  display: block;
  font-family: "Public Sans", serif;
}
.c-steals-carousel__slider .controls .counter .divider {
  color: #13bf70;
  font-family: "Public Sans", serif;
}

.c-steals-carousel-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 410px;
  background-color: #fff;
  justify-content: space-between;
}
@media (min-width: 810px) {
  .c-steals-carousel-card {
    height: 580px;
  }
}
@media (min-width: 1024px) {
  .c-steals-carousel-card {
    height: 415px;
  }
}
.c-steals-carousel-card__thumbnail {
  width: 100%;
  height: 171px;
  position: relative;
}
@media (min-width: 810px) {
  .c-steals-carousel-card__thumbnail {
    width: 100%;
    height: 350px;
  }
}
@media (min-width: 1024px) {
  .c-steals-carousel-card__thumbnail {
    height: 171px;
  }
}
.c-steals-carousel-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-steals-carousel-card__thumbnail .brand-logo {
  position: absolute;
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Move back half of the child's size */
}
.c-steals-carousel-card__thumbnail .brand-logo img {
  width: 100%;
  filter: unset !important;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-steals-carousel-card .has-brand-logo img {
  filter: brightness(50%) saturate(140%);
}
.c-steals-carousel-card__content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .c-steals-carousel-card__content {
    padding: 24px;
  }
}
.c-steals-carousel-card__content h6 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 120%; /* 30px */
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-steals-carousel-card__content h6 {
    font-size: 23px;
  }
}
.c-steals-carousel-card__content p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  color: #818f99;
}
.c-steals-carousel-card__content .code-expiry {
  width: 100%;
  height: 68px;
  border-top: 1px solid #c8cdd1;
  padding: 16px 0px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.c-steals-carousel-card__content .code-expiry .code {
  color: #343d46;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
.c-steals-carousel-card__content .code-expiry .expiry {
  font-size: 12px;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  color: #818f99;
}
.c-steals-carousel-card__content .code-expiry .expiry strong {
  font-weight: 500;
  color: #343d46;
}

.c-steals-infinite {
  padding: 40px 0px;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .c-steals-infinite {
    padding: 56px 0px;
  }
}
.c-steals-infinite__header h2 {
  text-transform: capitalize;
  font-size: 61px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.22px;
  -webkit-text-decoration: #05e77e underline;
          text-decoration: #05e77e underline;
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* Safari-specific styles */
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .c-steals-infinite__header h2 {
    text-underline-offset: -2px;
  }
}
@supports (-moz-appearance: none) {
  .c-steals-infinite__header h2 {
    text-underline-offset: -2px;
  }
}
.c-steals-infinite h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
  letter-spacing: -0.48px;
  color: #000;
}
.c-steals-infinite__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  height: 100%;
  scroll-margin-top: 200px;
}
.c-steals-infinite__content .loading-section {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  align-items: center;
  max-width: 898px;
  height: auto;
  margin-top: 24px;
}
.c-steals-infinite__content .loading-section img {
  width: 32px;
  height: 32px;
}
.c-steals-infinite__content .loading-section span {
  color: #818f99;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}
.c-steals-infinite__content .infinite-section {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.c-steals-infinite__content .infinite-section:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .c-steals-infinite__content .infinite-section {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .c-steals-infinite__content .infinite-section {
    gap: 92px;
    justify-content: unset;
  }
}
.c-steals-infinite__content .infinite-section .left {
  max-width: 899px;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 24px; /* Vertical gap */
}
@media (min-width: 1024px) {
  .c-steals-infinite__content .infinite-section .left {
    max-width: 615px;
    grid-row-gap: 40px; /* Vertical gap */
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px; /* Horizontal gap */
  }
}
@media (min-width: 1280px) {
  .c-steals-infinite__content .infinite-section .left {
    max-width: 807px;
    grid-row-gap: 40px; /* Vertical gap */
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px; /* Horizontal gap */
  }
}
@media (min-width: 1440px) {
  .c-steals-infinite__content .infinite-section .left {
    max-width: 899px;
    grid-template-columns: repeat(3, 284px);
  }
}
.c-steals-infinite__content .infinite-section .right {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .c-steals-infinite__content .infinite-section .right {
    width: 300px;
  }
}
.c-steals-infinite__content .infinite-section .right .ad-box {
  margin: 32px 0px;
  width: 300px;
  height: 250px;
}
@media (min-width: 1024px) {
  .c-steals-infinite__content .infinite-section .right .ad-box {
    margin-top: unset;
  }
}
.c-steals-infinite__content .infinite-section .right .ad-box a {
  width: 100%;
  height: 100%;
}
.c-steals-infinite__content .infinite-section .right .ad-box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-steals-infinite .load-more-section {
  max-width: 898px;
  display: none;
  align-items: center;
  justify-content: unset;
  order: 1;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .c-steals-infinite .load-more-section {
    margin-top: 24px;
    flex-direction: row;
    gap: unset;
    justify-content: space-between;
  }
}
.c-steals-infinite .load-more-section .load-more {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 20px 24px 20px 32px;
  background-color: #000;
  color: #fff;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-steals-infinite .load-more-section .load-more {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-steals-infinite .load-more-section .load-more span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: 1.8px;
}
.c-steals-infinite .load-more-section .scroll-top {
  display: flex;
  gap: 8px;
  justify-content: center;
  border-bottom: 1px solid #65737e;
  background-color: transparent;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1024px) {
  .c-steals-infinite .load-more-section .scroll-top {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-steals-infinite .load-more-section .scroll-top span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; /* 16px */
  color: #000;
  padding-bottom: 8px;
}
.c-steals-infinite .load-more-section-v2 {
  justify-content: center;
  order: 1;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .c-steals-infinite .load-more-section-v2 {
    max-width: 615px;
    gap: unset;
    margin-top: 24px;
  }
}
@media (min-width: 1280px) {
  .c-steals-infinite .load-more-section-v2 {
    margin-top: 24px;
    gap: unset;
    max-width: 898px;
  }
}
.c-steals-infinite .load-more-section-v2 .load-more-v2 {
  display: flex;
  padding: 24px 32px;
  background-color: #f2f2f3;
  color: #000;
  width: 100%;
  border-bottom: #65737e 1px solid;
  justify-content: center;
}
@media (min-width: 1024px) {
  .c-steals-infinite .load-more-section-v2 .load-more-v2 {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-steals-infinite .load-more-section-v2 .load-more-v2 span {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; /* 16px */
}

.c-steals-card-small {
  width: 100%;
  height: 543px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .c-steals-card-small {
    height: 416px;
  }
}
@media (min-width: 1290px) {
  .c-steals-card-small {
    height: 478px;
  }
}
.c-steals-card-small__thumbnail {
  width: 100%;
  height: 343px;
  position: relative;
}
@media (min-width: 1024px) {
  .c-steals-card-small__thumbnail {
    height: 193.34px;
  }
}
@media (min-width: 1280px) {
  .c-steals-card-small__thumbnail {
    height: 284px;
  }
}
.c-steals-card-small__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-steals-card-small__thumbnail .discount {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 4px solid #05e77e;
  background-color: #18191b;
  width: 80px;
  height: 80px;
}
@media (min-width: 1024px) {
  .c-steals-card-small__thumbnail .discount {
    width: 44px;
    height: 44px;
  }
}
.c-steals-card-small__thumbnail .discount .title {
  color: #fff;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  letter-spacing: -0.31px;
}
@media (min-width: 1024px) {
  .c-steals-card-small__thumbnail .discount .title {
    font-size: 16px;
    line-height: 140%; /* 22.4px */
    letter-spacing: unset;
  }
}
.c-steals-card-small__thumbnail .discount .off {
  font-size: 12px;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  color: #818f99;
}
.c-steals-card-small__title-price {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.c-steals-card-small__title-price h5 {
  font-size: 23px;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-steals-card-small__title-price h5 {
    font-size: 24px;
  }
}
.c-steals-card-small__title-price .prices {
  display: flex;
  gap: 16px;
  align-items: center;
}
.c-steals-card-small__title-price .prices .current {
  font-size: 23px;
  font-weight: 600;
  line-height: 120%; /* 30px */
  color: #000;
}
@media (min-width: 1024px) {
  .c-steals-card-small__title-price .prices .current {
    font-size: 25px;
  }
}
.c-steals-card-small__title-price .prices .previous {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  color: #343d46;
  text-decoration: line-through;
  text-decoration-color: #05e77e;
}
.c-steals-card-small__code-expiry {
  display: flex;
  flex-direction: column;
  padding: 16px 0px;
  border-top: 1px solid #c8cdd1;
  gap: 4px;
}
.c-steals-card-small__code-expiry .code {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #343d46;
}
.c-steals-card-small__code-expiry .code strong {
  font-weight: 500;
}
.c-steals-card-small__code-expiry .expiry {
  font-size: 12px;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  color: #818f99;
}
.c-steals-card-small__code-expiry .expiry strong {
  font-weight: 500;
  color: #343d46;
}

.c-search-modal {
  width: 100%;
  height: 100%;
  display: none;
  z-index: 5;
}
.c-search-modal.active {
  display: flex;
}
.c-search-modal__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.c-search-modal__content__search-box {
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 2;
  padding-top: 56px;
}
@media (min-width: 1024px) {
  .c-search-modal__content__search-box {
    padding-top: 128px;
    height: auto;
  }
}
.c-search-modal__content__search-box.default-state {
  padding-bottom: 56px;
  max-height: 177px;
}
@media (min-width: 1024px) {
  .c-search-modal__content__search-box.default-state {
    padding-bottom: 128px;
    max-height: unset;
  }
}
.c-search-modal__content__search-box.loading-state {
  padding-bottom: 188px;
}
.c-search-modal__content__search-box.loading-state .loading-icon {
  display: block;
}
.c-search-modal__content__search-box.success-state {
  padding-bottom: unset;
}
@media (min-width: 1024px) {
  .c-search-modal__content__search-box.success-state {
    padding-bottom: 64px;
  }
}
.c-search-modal__content__search-box.success-state .wrapper {
  display: flex;
}
.c-search-modal__content__search-box .o-cm-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.c-search-modal__content__search-box .input-box {
  background-color: #fff;
  max-width: 1040px;
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 12px;
  flex-shrink: 0;
}
.c-search-modal__content__search-box .input-box input {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  color: #000;
  height: unset;
}
@media (min-width: 1280px) {
  .c-search-modal__content__search-box .input-box input {
    height: 24px;
  }
}
.c-search-modal__content__search-box .input-box input::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #4f5b66;
}
.c-search-modal__content__search-box .input-box input::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #4f5b66;
}
.c-search-modal__content__search-box .loading-icon {
  display: none;
  margin-top: 172px;
}
@media (min-width: 1024px) {
  .c-search-modal__content__search-box .loading-icon {
    margin-top: 153px;
  }
}
.c-search-modal__content__search-box .wrapper {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  height: calc(100% - 121px);
  justify-content: center;
}
@media (min-width: 1024px) {
  .c-search-modal__content__search-box .wrapper {
    height: auto;
  }
}
.c-search-modal__content__search-box .wrapper .top-gradient {
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 58px;
  position: absolute;
  top: 0;
  border-radius: 0px;
  z-index: 2;
  display: flex;
}
@media (min-width: 1024px) {
  .c-search-modal__content__search-box .wrapper .top-gradient {
    display: none;
  }
}
.c-search-modal__content__search-box .wrapper .bottom-gradient {
  background: linear-gradient(0deg, #000 18.75%, rgba(0, 0, 0, 0.79) 61.91%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 58px;
  position: absolute;
  bottom: 0;
  border-radius: 0px;
  z-index: 2;
  display: flex;
}
@media (min-width: 1024px) {
  .c-search-modal__content__search-box .wrapper .bottom-gradient {
    display: none;
  }
}
.c-search-modal__content__search-box .wrapper .search-list {
  display: flex;
  max-width: 1040px;
  margin-top: unset;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 24px;
}
@media (min-width: 1024px) {
  .c-search-modal__content__search-box .wrapper .search-list {
    overflow-y: unset;
    overflow-x: unset;
    margin-top: 32px;
    padding-top: 0;
  }
}
.c-search-modal__content__search-box .wrapper .search-list .extra-top-space {
  width: 100%;
  height: 26px;
  display: flex;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .c-search-modal__content__search-box .wrapper .search-list .extra-top-space {
    display: none;
  }
}
.c-search-modal__content__search-box .wrapper .search-list .extra-bottom-space {
  width: 100%;
  height: 32px;
  display: flex;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .c-search-modal__content__search-box .wrapper .search-list .extra-bottom-space {
    display: none;
  }
}
.c-search-modal__content__search-box .wrapper .search-list .suggestion {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.c-search-modal__content__search-box .wrapper .search-list .suggestion p {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%; /* 24px */
  white-space: nowrap;
}
.c-search-modal__content__search-box .wrapper .search-list .suggestion .line {
  max-width: 792px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.c-search-modal__content__search-box .wrapper .search-list .results {
  display: flex;
  gap: 24px;
  height: auto;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-search-modal__content__search-box .wrapper .search-list .results {
    flex-direction: row;
    height: 214px;
    gap: 40px;
  }
}
.c-search-modal__content__search-box .wrapper .search-list .results .posts {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-search-modal__content__search-box .wrapper .search-list .results .posts {
    max-width: 480px;
  }
}
.c-search-modal__content__search-box .wrapper .search-list .results .posts ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-search-modal__content__search-box .wrapper .search-list .results .posts ul li a {
  display: flex;
  gap: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%; /* 24px */
  color: #fff;
  align-items: start;
}
.c-search-modal__content__search-box .wrapper .search-list .results .posts ul li a svg {
  display: flex;
  flex-shrink: 0;
}
.c-search-modal__content__search-box .wrapper .search-list .results .posts ul li a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-search-modal__content__search-box .wrapper .search-list .results .line {
  background-color: #65737e;
  height: 1px;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-search-modal__content__search-box .wrapper .search-list .results .line {
    width: 1px;
    height: 100%;
  }
}
.c-search-modal__content__search-box .wrapper .search-list .results .steals {
  max-width: 480px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 16px; /* Vertical gap */
  align-content: start;
}
@media (min-width: 1024px) {
  .c-search-modal__content__search-box .wrapper .search-list .results .steals {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px; /* Horizontal gap */
    grid-row-gap: 32px; /* Vertical gap */
  }
}
.c-search-modal__content__search-box .wrapper .search-list .results .steals__card {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
}
.c-search-modal__content__search-box .wrapper .search-list .results .steals__card .thumbnail {
  width: 91px;
  height: 91px;
  display: flex;
  flex-shrink: 0;
}
.c-search-modal__content__search-box .wrapper .search-list .results .steals__card .thumbnail img {
  color: #000;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-search-modal__content__search-box .wrapper .search-list .results .steals__card .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
}
.c-search-modal__content__search-box .wrapper .search-list .results .steals__card .content p {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%; /* 18.2px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-search-modal__content__search-box .wrapper .search-list .results .steals__card .content span {
  font-size: 12px;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}
.c-search-modal__content__search-box .wrapper .search-list .no-results {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 495px;
  padding-top: 8px;
  display: none;
}
.c-search-modal__content__search-box .wrapper .search-list .no-results p {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  line-height: 120%; /* 30px */
  color: #fff;
}
@media (min-width: 1024px) {
  .c-search-modal__content__search-box .wrapper .search-list .no-results p {
    font-size: 25px;
  }
}
.c-search-modal__content__search-box .wrapper .search-list .no-results span {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.c-search-modal__content__search-box .wrapper .search-list .steals-results-desktop {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-search-modal__content__search-box .wrapper .search-list .steals-results-desktop {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
.c-search-modal__content__search-box .wrapper .search-list .steals-results-desktop .steals__card {
  display: flex;
  gap: 16px;
  align-items: center;
}
.c-search-modal__content__search-box .wrapper .search-list .steals-results-desktop .steals__card .thumbnail {
  width: 91px;
  height: 91px;
  display: flex;
  flex-shrink: 0;
}
.c-search-modal__content__search-box .wrapper .search-list .steals-results-desktop .steals__card .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-search-modal__content__search-box .wrapper .search-list .steals-results-desktop .steals__card .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
}
.c-search-modal__content__search-box .wrapper .search-list .steals-results-desktop .steals__card .content p {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%; /* 18.2px */
}
.c-search-modal__content__search-box .wrapper .search-list .steals-results-desktop .steals__card .content span {
  font-size: 12px;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}
.c-search-modal__content__search-box .wrapper .search-list .redirect {
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; /* 16px */
  display: flex;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #65737e;
}
.c-search-modal__content__backdrop {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 252, 242, 0.95);
}
@media (min-width: 1024px) {
  .c-search-modal__content__backdrop {
    display: flex;
  }
}
.c-search-modal ::-webkit-scrollbar {
  width: 4px;
}
.c-search-modal ::-webkit-scrollbar-thumb {
  background: #fff;
}
.c-search-modal ::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
  border-left: 1.5px solid transparent;
  border-right: 1.5px solid transparent;
}
.c-search-modal .steals-suggestion-text {
  display: none;
}

.c-404-page {
  width: 100%;
  background-color: #FFF;
  padding: 311px 16px 246px;
}
@media (min-width: 769px) {
  .c-404-page {
    padding: 224px 40px 160px 155px;
  }
}
.c-404-page .text-container {
  width: 100%;
}
@media (min-width: 769px) {
  .c-404-page .text-container {
    max-width: 668px;
  }
}
.c-404-page .text-container h1 {
  font-weight: 700;
  font-size: 57px;
  line-height: 62.7px;
  width: 100%;
  max-width: 246px;
  margin-bottom: 16px;
  -webkit-text-decoration: #05e77e underline;
          text-decoration: #05e77e underline;
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* Safari-specific styles */
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .c-404-page .text-container h1 {
    text-underline-offset: -2px;
  }
}
@supports (-moz-appearance: none) {
  .c-404-page .text-container h1 {
    text-underline-offset: -2px;
  }
}
@media (min-width: 769px) {
  .c-404-page .text-container h1 {
    max-width: 562px;
    font-size: 76px;
    line-height: 83.6px;
  }
}
.c-404-page .text-container p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #343D46;
}
.c-404-page .text-container .o-button {
  display: flex;
  padding: 24px;
  background-color: #000000;
  width: 100%;
  justify-content: center;
}
@media (min-width: 769px) {
  .c-404-page .text-container .o-button {
    max-width: 187px;
  }
}
.c-404-page .text-container .o-button span {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 10%;
}

.c-contact-us {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 64px;
}
@media (min-width: 769px) {
  .c-contact-us {
    max-width: 1440px;
  }
}
.c-contact-us .container {
  padding: 40px 16px;
  border-bottom: 1px solid #c8cdd1;
}
@media (min-width: 769px) {
  .c-contact-us .container {
    padding: 56px 40px;
  }
}
.c-contact-us .container h1 {
  text-transform: capitalize;
  color: #000;
  font-size: 57px;
  font-weight: 700;
  line-height: 110%;
  -webkit-text-decoration: #05e77e underline;
          text-decoration: #05e77e underline;
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* Safari-specific styles */
  letter-spacing: -0.57px;
  font-style: normal;
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .c-contact-us .container h1 {
    text-underline-offset: -2px;
  }
}
@supports (-moz-appearance: none) {
  .c-contact-us .container h1 {
    text-underline-offset: -2px;
  }
}
@media (min-width: 769px) {
  .c-contact-us .container h1 {
    font-size: 76px;
    letter-spacing: -0.76px;
    line-height: 105%;
  }
}
.c-contact-us .wrapper {
  display: flex;
  flex-direction: column;
  padding: 40px 16px;
}
@media (min-width: 769px) {
  .c-contact-us .wrapper {
    gap: 32px;
    padding: 56px 40px;
  }
}
@media (min-width: 924px) {
  .c-contact-us .wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1208px) {
  .c-contact-us .wrapper {
    gap: 139px;
  }
}
.c-contact-us .wrapper .text-content {
  padding-bottom: 40px;
}
@media (min-width: 924px) {
  .c-contact-us .wrapper .text-content {
    max-width: 668px;
    padding-bottom: 0;
  }
}
.c-contact-us .wrapper .text-content h4 {
  color: #000;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  padding-bottom: 24px;
  border-bottom: 1px solid #c8cdd1;
}
@media (min-width: 769px) {
  .c-contact-us .wrapper .text-content h4 {
    font-size: 39px;
  }
}
.c-contact-us .wrapper .text-content .details {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
  gap: 56px;
}
@media (min-width: 769px) {
  .c-contact-us .wrapper .text-content .details {
    padding-top: 32px;
    gap: 0;
  }
}
.c-contact-us .wrapper .text-content .details .email {
  flex-basis: 50%;
}
.c-contact-us .wrapper .text-content .details .pitch {
  flex-basis: 50%;
  padding-top: 0;
}
@media (min-width: 769px) {
  .c-contact-us .wrapper .text-content .details .pitch {
    padding-top: 24px;
  }
}
.c-contact-us .wrapper .text-content .details .mailing {
  padding-top: 0;
}
@media (min-width: 769px) {
  .c-contact-us .wrapper .text-content .details .mailing {
    padding-top: 24px;
  }
}
.c-contact-us .wrapper .text-content .details .email div,
.c-contact-us .wrapper .text-content .details .pitch div,
.c-contact-us .wrapper .text-content .details .editorial div,
.c-contact-us .wrapper .text-content .details .mailing div {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-top: 12px;
}
@media (min-width: 769px) {
  .c-contact-us .wrapper .text-content .details .email div,
.c-contact-us .wrapper .text-content .details .pitch div,
.c-contact-us .wrapper .text-content .details .editorial div,
.c-contact-us .wrapper .text-content .details .mailing div {
    padding-top: 16px;
  }
}
.c-contact-us .wrapper .text-content .details .email span,
.c-contact-us .wrapper .text-content .details .pitch span,
.c-contact-us .wrapper .text-content .details .editorial span,
.c-contact-us .wrapper .text-content .details .mailing span {
  color: #343d46;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.c-contact-us .wrapper .text-content .details .email span a:link,
.c-contact-us .wrapper .text-content .details .pitch span a:link,
.c-contact-us .wrapper .text-content .details .editorial span a:link,
.c-contact-us .wrapper .text-content .details .mailing span a:link {
  color: #343d46;
}
.c-contact-us .wrapper picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 924px) {
  .c-contact-us .wrapper picture {
    max-width: 554px;
    min-height: 257px;
  }
}

.c-advertise-with-us {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 64px;
}
@media (min-width: 769px) {
  .c-advertise-with-us {
    max-width: 1440px;
  }
}
.c-advertise-with-us .wrapper-2-col {
  display: flex;
  flex-direction: column;
}
@media (min-width: 924px) {
  .c-advertise-with-us .wrapper-2-col {
    padding: 48px 0 40px 40px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.c-advertise-with-us .wrapper-2-col .text-content {
  padding: 40px 16px;
}
@media (min-width: 1208px) {
  .c-advertise-with-us .wrapper-2-col .text-content {
    max-width: 436px;
  }
}
@media (min-width: 924px) {
  .c-advertise-with-us .wrapper-2-col .text-content {
    max-width: 536px;
    padding: 0;
  }
}
.c-advertise-with-us .wrapper-2-col .text-content h1 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  -webkit-text-decoration: #05e77e underline;
          text-decoration: #05e77e underline;
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* Safari-specific styles */
  letter-spacing: -0.57px;
  padding-bottom: 16px;
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .c-advertise-with-us .wrapper-2-col .text-content h1 {
    text-underline-offset: -2px;
  }
}
@supports (-moz-appearance: none) {
  .c-advertise-with-us .wrapper-2-col .text-content h1 {
    text-underline-offset: -2px;
  }
}
@media (min-width: 924px) {
  .c-advertise-with-us .wrapper-2-col .text-content h1 {
    font-size: 56px;
  }
}
@media (min-width: 1208px) {
  .c-advertise-with-us .wrapper-2-col .text-content h1 {
    font-size: 76px;
    letter-spacing: -0.76px;
  }
}
.c-advertise-with-us .wrapper-2-col .text-content .description {
  color: #343d46;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.c-advertise-with-us .wrapper-2-col .text-content .description a {
  color: #343d46;
}
@media (min-width: 924px) {
  .c-advertise-with-us .wrapper-2-col .text-content .description {
    font-size: 20px;
  }
}
.c-advertise-with-us .wrapper-2-col picture {
  height: 211px;
}
.c-advertise-with-us .wrapper-2-col picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-advertise-with-us .wrapper-2-col picture {
    height: 100%;
  }
}
@media (min-width: 924px) {
  .c-advertise-with-us .wrapper-2-col picture {
    max-width: 528px;
  }
}
@media (min-width: 1208px) {
  .c-advertise-with-us .wrapper-2-col picture {
    max-width: 628px;
  }
}
@media (min-width: 1400px) {
  .c-advertise-with-us .wrapper-2-col picture {
    max-width: 728px;
  }
}

.c-ad-box {
  width: 100%;
  padding: 32px 0px;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 100px;
}
@media (min-width: 1024px) {
  .c-ad-box {
    padding: unset;
  }
}
.c-ad-box__box {
  width: 300px;
  height: 250px;
}
.c-ad-box__box a {
  display: flex;
  width: 100%;
  height: 100%;
}
.c-ad-box__box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-ad-unit-box-mobile {
  display: flex;
  width: 100%;
  padding: 32px 0px;
  justify-content: center;
}
@media (min-width: 1024px) {
  .c-ad-unit-box-mobile {
    display: none;
  }
}
.c-ad-unit-box-mobile__box {
  width: 300px;
  height: 250px;
}
.c-ad-unit-box-mobile__box a {
  display: flex;
  width: 100%;
  height: 100%;
}
.c-ad-unit-box-mobile__box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-about-us {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 64px;
}
@media (min-width: 769px) {
  .c-about-us {
    max-width: 1440px;
  }
}
.c-about-us__container {
  padding: 40px 16px;
  border-bottom: 1px solid #c8cdd1;
}
@media (min-width: 769px) {
  .c-about-us__container {
    padding: 64px 40px;
    width: 100%;
    max-width: 708px;
  }
}
.c-about-us__container h1 {
  text-transform: capitalize;
  color: #000;
  font-size: 57px;
  font-weight: 700;
  line-height: 110%;
  -webkit-text-decoration: #05e77e underline;
          text-decoration: #05e77e underline;
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* Safari-specific styles */
  letter-spacing: -0.57px;
  padding-bottom: 16px;
  font-style: normal;
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .c-about-us__container h1 {
    text-underline-offset: -2px;
  }
}
@supports (-moz-appearance: none) {
  .c-about-us__container h1 {
    text-underline-offset: -2px;
  }
}
@media (min-width: 769px) {
  .c-about-us__container h1 {
    font-size: 76px;
    letter-spacing: -0.76px;
    line-height: 105%;
  }
}
.c-about-us__container p {
  color: #343d46;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: 20px;
}
.c-about-us__full-width-img img {
  width: 100%;
  height: 211px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 924px) {
  .c-about-us__full-width-img img {
    height: 400px;
    max-width: 1440px;
  }
}
.c-about-us__grey-text-layout {
  background-color: #f2f2f3;
  width: 100%;
  padding: 40px 16px 32px;
}
@media (min-width: 924px) {
  .c-about-us__grey-text-layout {
    padding: 56px 0 32px;
  }
}
.c-about-us__grey-text-layout .content h4 {
  color: #000;
  font-style: normal;
  font-size: 27px;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: -0.31px;
  padding-bottom: 16px;
}
@media (min-width: 924px) {
  .c-about-us__grey-text-layout .content h4 {
    font-size: 31px;
  }
}
.c-about-us__grey-text-layout .content p {
  color: #343d46;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 924px) {
  .c-about-us__grey-text-layout .content p {
    font-size: 18px;
  }
}
.c-about-us__grey-text-layout .content p a {
  color: #343d46;
}
@media (min-width: 924px) {
  .c-about-us__grey-text-layout .content {
    max-width: 898px;
    margin: 0 auto;
  }
}
.c-about-us__img-w-description {
  padding: 24px 16px;
}
@media (min-width: 924px) {
  .c-about-us__img-w-description {
    padding: 48px 0;
  }
}
.c-about-us__img-w-description .wrapper {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 924px) {
  .c-about-us__img-w-description .wrapper {
    margin: 0 auto;
    max-width: 1130px;
    gap: 48px;
  }
}
.c-about-us__img-w-description .wrapper img {
  height: 193px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 924px) {
  .c-about-us__img-w-description .wrapper img {
    width: 100%;
    height: 637px;
  }
}
.c-about-us__img-w-description .wrapper span {
  margin: 0 auto;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-size: 18px;
}
@media (min-width: 924px) {
  .c-about-us__img-w-description .wrapper span {
    color: #343d46;
    max-width: 668px;
  }
}
.c-about-us__alternate-image-with-content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  padding: 0 16px 40px;
  gap: 24px;
}
@media (min-width: 924px) {
  .c-about-us__alternate-image-with-content {
    max-width: 898px;
    padding: 0 80px 56px;
    gap: 48px;
  }
}
.c-about-us__alternate-image-with-content .wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
@media (min-width: 924px) {
  .c-about-us__alternate-image-with-content .wrapper {
    gap: 32px;
  }
}
.c-about-us__alternate-image-with-content .wrapper picture {
  height: 428px;
  width: 100%;
}
.c-about-us__alternate-image-with-content .wrapper picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 924px) {
  .c-about-us__alternate-image-with-content .wrapper picture img {
    height: 449px;
  }
}
@media (min-width: 924px) {
  .c-about-us__alternate-image-with-content .wrapper picture {
    max-width: 360px;
    height: 449px;
  }
}
.c-about-us__alternate-image-with-content .wrapper.left {
  flex-direction: column;
}
@media (min-width: 924px) {
  .c-about-us__alternate-image-with-content .wrapper.left {
    flex-direction: row;
  }
}
.c-about-us__alternate-image-with-content .wrapper.right {
  flex-direction: column;
}
@media (min-width: 924px) {
  .c-about-us__alternate-image-with-content .wrapper.right {
    flex-direction: row-reverse;
  }
}
.c-about-us__alternate-image-with-content .wrapper .text-content {
  border-top: 2px solid #c8cdd1;
  border-bottom: 2px solid #c8cdd1;
  padding: 24px 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (min-width: 924px) {
  .c-about-us__alternate-image-with-content .wrapper .text-content {
    padding: 32px 0px;
    max-width: 346px;
  }
}
.c-about-us__alternate-image-with-content .wrapper .text-content h5 {
  color: #000;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (min-width: 924px) {
  .c-about-us__alternate-image-with-content .wrapper .text-content h5 {
    font-size: 25px;
  }
}
.c-about-us__alternate-image-with-content .wrapper .text-content p {
  color: #343d46;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.c-about-us__additional_component {
  padding: 40px 0;
}
@media (min-width: 924px) {
  .c-about-us__additional_component {
    padding: 80px 40px;
  }
}
.c-about-us__additional_component__paragraph {
  max-width: 668px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px 40px;
}
.c-about-us__additional_component__paragraph:last-child {
  padding-bottom: 0;
}
@media (min-width: 924px) {
  .c-about-us__additional_component__paragraph {
    padding: 0 0 48px;
  }
}
.c-about-us__additional_component__paragraph h5 {
  color: #000;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  padding-bottom: 16px;
}
@media (min-width: 924px) {
  .c-about-us__additional_component__paragraph h5 {
    font-size: 39px;
    padding-bottom: 24px;
  }
}
.c-about-us__additional_component__paragraph .content {
  color: #343d46;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 924px) {
  .c-about-us__additional_component__paragraph .content {
    gap: 24px;
  }
}
.c-about-us__additional_component__bulleted-list {
  padding: 0 16px 40px;
}
.c-about-us__additional_component__bulleted-list:last-child {
  padding-bottom: 0;
}
@media (min-width: 924px) {
  .c-about-us__additional_component__bulleted-list {
    padding: 0 0 48px 0;
  }
}
.c-about-us__additional_component__bulleted-list .content {
  max-width: 668px;
  width: 100%;
  margin: 0 auto;
}
.c-about-us__additional_component__bulleted-list .content .heading {
  color: #000;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  padding-bottom: 24px;
}
@media (min-width: 924px) {
  .c-about-us__additional_component__bulleted-list .content .heading {
    font-size: 39px;
  }
}
.c-about-us__additional_component__img_plus_text_cta {
  padding: 0 0 40px 0;
}
.c-about-us__additional_component__img_plus_text_cta:last-child {
  padding-bottom: 0;
}
@media (min-width: 924px) {
  .c-about-us__additional_component__img_plus_text_cta {
    padding: 0 0 48px 0;
  }
}
.c-about-us__additional_component__img_plus_text_cta .content {
  max-width: 668px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 0 16px;
}
@media (min-width: 924px) {
  .c-about-us__additional_component__img_plus_text_cta .content {
    gap: 40px;
    padding: 0;
  }
}
.c-about-us__additional_component__img_plus_text_cta .content.left {
  flex-direction: column-reverse;
}
@media (min-width: 924px) {
  .c-about-us__additional_component__img_plus_text_cta .content.left {
    flex-direction: row-reverse;
  }
}
.c-about-us__additional_component__img_plus_text_cta .content.right {
  flex-direction: column-reverse;
}
@media (min-width: 924px) {
  .c-about-us__additional_component__img_plus_text_cta .content.right {
    flex-direction: row;
  }
}
.c-about-us__additional_component__img_plus_text_cta .content .text-content {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #c8cdd1;
  border-bottom: 2px solid #c8cdd1;
  padding: 24px 0;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 924px) {
  .c-about-us__additional_component__img_plus_text_cta .content .text-content {
    max-width: 306px;
  }
}
.c-about-us__additional_component__img_plus_text_cta .content .text-content h4 {
  color: #000;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: -0.31px;
  padding-bottom: 16px;
}
.c-about-us__additional_component__img_plus_text_cta .content .text-content p {
  color: #343d46;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 32px;
}
.c-about-us__additional_component__img_plus_text_cta .content .text-content .cta {
  max-width: 100%;
  text-decoration: none;
  padding: 24px 32px;
  border-bottom: 2px solid #65737E;
  background: #f2f2f3;
  text-align: center;
  color: #000;
}
@media (min-width: 924px) {
  .c-about-us__additional_component__img_plus_text_cta .content .text-content .cta {
    max-width: 150px;
  }
}
.c-about-us__additional_component__img_plus_text_cta .content .text-content .cta a {
  width: 100%;
}
.c-about-us__additional_component__img_plus_text_cta .content .text-content .cta a:link {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.c-about-us__additional_component__img_plus_text_cta .content picture img {
  width: 100%;
  height: 100%;
}
@media (min-width: 924px) {
  .c-about-us__additional_component__img_plus_text_cta .content picture {
    max-width: 322px;
    height: 322px;
    width: 100%;
  }
}

.c-search-filter-sub-nav {
  width: 100%;
  height: 54px;
  position: sticky;
  top: 64px; /* Adjust the top value as needed */
  border-top: 1px solid #c8cdd1;
  background-color: #fff;
  z-index: 2;
}
.c-search-filter-sub-nav.is-sticky-active {
  background-color: #f2f2f3;
}
.c-search-filter-sub-nav.is-sticky-active .o-cm-container {
  display: flex;
  justify-content: center;
}
.c-search-filter-sub-nav.is-sticky-active ul li::after {
  display: none;
}
.c-search-filter-sub-nav .o-cm-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-right: unset;
}
.c-search-filter-sub-nav ul {
  height: 100%;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: start;
  gap: 16px;
  scrollbar-width: none;
}
.c-search-filter-sub-nav ul::-webkit-scrollbar {
  display: none;
}
.c-search-filter-sub-nav ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}
.c-search-filter-sub-nav ul li::after {
  content: "";
  width: 1px;
  height: 22px;
  background-color: #c8cdd1;
  display: block;
  flex-shrink: 0;
}
.c-search-filter-sub-nav ul li a {
  cursor: pointer;
  background-color: transparent;
  text-transform: capitalize;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  padding: 16px 0px;
}
.c-search-filter-sub-nav ul li a.active {
  border-bottom: 4px solid #05e77e;
  padding-bottom: 12px;
}
.c-search-filter-sub-nav ul li a:hover {
  border-bottom: 4px solid #05e77e;
  padding-bottom: 12px;
}
.c-search-filter-sub-nav ul li:last-child::after {
  display: none;
}

.c-table {
  display: grid;
}
.c-table .scroll {
  display: flex;
  align-items: center;
  margin: 0 0 16px 16px;
}
@media (min-width: 769px) {
  .c-table .scroll {
    display: none;
  }
}
.c-table .scroll p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18.2px;
  margin: 0 8px 0 5px;
}
.c-table p {
  font-family: "Public Sans", serif;
  font-size: 16px;
  line-height: 22.4px;
}
.c-table p strong {
  font-weight: 700;
}
.c-table.set-center {
  margin: 40px auto;
  max-width: 1127px;
  gap: unset;
}
@media (min-width: 769px) {
  .c-table.set-center {
    margin: 48px auto;
  }
}
.c-table .table {
  overflow: scroll;
}
@media (min-width: 769px) {
  .c-table .table {
    overflow: unset;
  }
}
.c-table .table .row {
  display: flex;
  width: 1127px;
}
@media (min-width: 769px) {
  .c-table .table .row {
    width: unset;
  }
}
.c-table .table .row:first-child .col {
  display: flex;
  align-items: center;
}
.c-table .table .row:last-child .col {
  border-bottom: 1px solid #C8CDD1;
}
.c-table .table .col {
  width: 223.75px;
  padding: 24px;
  border: 1px solid #C8CDD1;
}
@media (min-width: 769px) {
  .c-table .table .col {
    width: 25%;
  }
}
.c-table .table .col.border-y-1 {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.c-table .table .col.border-y-0 {
  border-top-width: 0;
  border-bottom-width: 0;
}
.c-table .table .col.border-l-0 {
  border-left-width: 0;
}
.c-table .table .col.border-r-0 {
  border-right-width: 0;
}
.c-table .table .col ul {
  list-style-type: none; /* Remove default list item marker */
  padding-left: 10px;
}
.c-table .table .col ul li {
  position: relative;
  padding-left: 20px; /* Adjust as needed based on the circle size */
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25.2px;
  color: #343D46;
}
.c-table .table .col ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
  width: 5px; /* Adjust the circle size */
  height: 5px; /* Adjust the circle size */
  background-color: #343D46; /* Choose the shading color */
  border-radius: 50%;
  display: block;
}

.c-title.set-center {
  margin: 40px 0;
  max-width: unset;
}
@media (min-width: 769px) {
  .c-title.set-center {
    margin: 64px 0 80px;
  }
}
.c-title h1 {
  font-size: 57px;
  font-weight: 700;
  line-height: 62.7px;
  -webkit-text-decoration: #05e77e underline;
          text-decoration: #05e77e underline;
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* Safari-specific styles */
}
@media (min-width: 769px) {
  .c-title h1 {
    font-size: 76px;
    line-height: 79.8px;
  }
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .c-title h1 {
    text-underline-offset: -2px;
  }
}
@supports (-moz-appearance: none) {
  .c-title h1 {
    text-underline-offset: -2px;
  }
}

.c-bulleted-list-with-title .heading-title {
  margin-bottom: 16px;
  font-size: 23px;
  line-height: 27.6px;
}
@media (min-width: 769px) {
  .c-bulleted-list-with-title .heading-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
  }
}
.c-bulleted-list-with-title .description {
  margin-bottom: 24px;
}
.c-bulleted-list-with-title .bottom-description {
  margin-top: 24px;
}
.c-bulleted-list-with-title .bottom-description a {
  color: #343d46;
}
.c-bulleted-list-with-title__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-bulleted-list-with-title__content li {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-bulleted-list-with-title__content li .title-col {
  display: flex;
  gap: 16px;
  align-items: baseline;
}
.c-bulleted-list-with-title__content li .title-col .box {
  width: 8px;
  height: 8px;
  background-color: #13bf70;
  display: flex;
  flex-shrink: 0;
}
.c-bulleted-list-with-title__content li .title-col .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px; /* 24px */
}

.c-author-banner {
  display: flex;
  flex-direction: column;
  padding: 40px 16px;
  gap: 24px;
}
@media (min-width: 1024px) {
  .c-author-banner {
    padding: 56px 0px;
    flex-direction: row;
    gap: 32px;
  }
}
.c-author-banner__avatar {
  width: 136px;
  height: 136px;
}
.c-author-banner__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-author-banner__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .c-author-banner__info {
    margin-top: 29px;
  }
}
.c-author-banner__info .summary {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-author-banner__info .summary h1 {
  color: #000;
  font-weight: 700;
  line-height: 105%; /* 79.8px */
  letter-spacing: -0.76px;
  -webkit-text-decoration: #05e77e underline;
          text-decoration: #05e77e underline;
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* Safari-specific styles */
  letter-spacing: -0.57px;
  font-size: 57px;
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .c-author-banner__info .summary h1 {
    text-underline-offset: -2px;
  }
}
@supports (-moz-appearance: none) {
  .c-author-banner__info .summary h1 {
    text-underline-offset: -2px;
  }
}
@media (min-width: 1024px) {
  .c-author-banner__info .summary h1 {
    font-size: 76px;
  }
}
.c-author-banner__info .summary .divider {
  width: 20px;
  height: 24px;
  display: flex;
  align-items: center;
}
.c-author-banner__info .summary .divider .line {
  background-color: #818f99;
  width: 100%;
  height: 2px;
}
.c-author-banner__info .biography {
  max-width: 954px;
  color: #343d46;
  font-weight: 700;
  line-height: 115%; /* 35.65px */
  letter-spacing: -0.31px;
  font-size: 23px;
}
@media (min-width: 1024px) {
  .c-author-banner__info .biography {
    font-size: 31px;
  }
}

.c-author-page .c-latest-stories {
  padding: 40px 0px;
}
@media (min-width: 1024px) {
  .c-author-page .c-latest-stories {
    padding: 56px 0px;
  }
}
.c-author-page .c-latest-stories__content {
  margin-top: unset;
  gap: 32px;
}
@media (min-width: 1024px) {
  .c-author-page .c-latest-stories__content {
    gap: 40px;
  }
}
.c-author-page .c-latest-stories__content .infinite-section {
  justify-content: unset;
  margin-top: unset;
}
.c-author-page .c-latest-stories__content .infinite-section .left {
  gap: 32px;
}
@media (min-width: 1024px) {
  .c-author-page .c-latest-stories__content .infinite-section .left {
    gap: 40px;
  }
}
.c-author-page .c-latest-stories__content .infinite-section .right .ad-box {
  margin: 32px 0px;
}
@media (min-width: 1024px) {
  .c-author-page .c-latest-stories__content .infinite-section .right .ad-box {
    margin: unset;
  }
}

.c-latest-articles .c-latest-stories {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .c-latest-articles .c-latest-stories {
    padding-top: 80px;
  }
}
.c-latest-articles .c-latest-stories__content {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .c-latest-articles .c-latest-stories__content {
    margin-top: 32px;
  }
}
@media (max-width: 810px) {
  .c-latest-articles .c-latest-stories__content .infinite-section {
    margin-top: unset;
  }
}
@media (max-width: 810px) {
  .c-latest-articles .c-latest-stories__content .infinite-section:last-child .right .ad-box {
    margin: 32px 0px;
  }
}
.c-latest-articles .c-latest-stories__content .left {
  gap: 24px;
}
@media (min-width: 1024px) {
  .c-latest-articles .c-latest-stories__content .left {
    gap: 40px;
  }
}
@media (max-width: 810px) {
  .c-latest-articles .c-latest-stories .load-more-section {
    margin-top: unset;
  }
}

.c-advertorial-disclaimer p {
  color: #818f99;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}

.c-cookie {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 99;
  max-width: 100%;
  bottom: 56px;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (min-width: 924px) {
  .c-cookie {
    bottom: 80.69px;
    left: 0;
    right: 0;
    padding: 0;
  }
}
.c-cookie__container {
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #000;
  margin: 0 16px;
}
@media (min-width: 924px) {
  .c-cookie__container {
    flex-direction: row;
    padding: 32px;
    gap: 40px;
    max-width: 795px;
    margin: 0;
  }
}
.c-cookie__container .cookie-content {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.c-cookie__container .cookie-content a {
  text-decoration: underline;
  color: #fff;
}
.c-cookie__container .line {
  height: 1px;
  width: 100%;
  background-color: #C8CDD1;
  display: block;
}
@media (min-width: 924px) {
  .c-cookie__container .line {
    display: none;
  }
}
.c-cookie__container .cookie-cta {
  padding: 24px 32px;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border-bottom: 2px solid #65737E;
  background: #f2f2f3;
}
@media (min-width: 924px) {
  .c-cookie__container .cookie-cta {
    max-width: 106px;
  }
}

.c-editorial-submission {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 64px;
}
@media (min-width: 769px) {
  .c-editorial-submission {
    max-width: 1440px;
  }
}
.c-editorial-submission .c-about-us__full-width-img {
  width: 100%;
  height: 211px;
}
@media (min-width: 924px) {
  .c-editorial-submission .c-about-us__full-width-img {
    height: 400px;
    max-width: 1440px;
  }
}
.c-editorial-submission .c-about-us__full-width-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-editorial-submission__container {
  padding: 40px 16px;
  border-bottom: 1px solid #c8cdd1;
}
@media (min-width: 769px) {
  .c-editorial-submission__container {
    padding: 64px 40px;
    width: 100%;
  }
}
.c-editorial-submission__container h1 {
  width: 100%;
  text-transform: capitalize;
  color: #000;
  font-size: 57px;
  font-weight: 700;
  line-height: 110%;
  -webkit-text-decoration: #05e77e underline;
          text-decoration: #05e77e underline;
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* Safari-specific styles */
  letter-spacing: -0.57px;
  padding-bottom: 16px;
  font-style: normal;
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .c-editorial-submission__container h1 {
    text-underline-offset: -2px;
  }
}
@supports (-moz-appearance: none) {
  .c-editorial-submission__container h1 {
    text-underline-offset: -2px;
  }
}
@media (min-width: 769px) {
  .c-editorial-submission__container h1 {
    font-size: 76px;
    letter-spacing: -0.76px;
    line-height: 105%;
  }
}
.c-editorial-submission__container p {
  color: #343d46;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: 20px;
}
@media (min-width: 769px) {
  .c-editorial-submission__container p {
    max-width: 668px;
  }
}
.c-editorial-submission__container p a {
  color: #343d46;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: 20px;
}
.c-editorial-submission__full-width-img {
  height: 100%;
}
.c-editorial-submission__full-width-img img {
  width: 100%;
  height: 211px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 924px) {
  .c-editorial-submission__full-width-img img {
    height: 400px;
    max-width: 1440px;
  }
}
.c-editorial-submission__pitch-guide {
  padding: 40px 16px;
}
@media (min-width: 924px) {
  .c-editorial-submission__pitch-guide {
    padding: 96px 40px;
  }
}
.c-editorial-submission__pitch-guide .container {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 924px) {
  .c-editorial-submission__pitch-guide .container {
    max-width: 668px;
  }
}
.c-editorial-submission__pitch-guide .container .text-block {
  padding-bottom: 32px;
}
@media (min-width: 924px) {
  .c-editorial-submission__pitch-guide .container .text-block {
    padding-bottom: 56px;
  }
}
.c-editorial-submission__pitch-guide .container .text-block h5 {
  color: #000;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 8px;
}
@media (min-width: 924px) {
  .c-editorial-submission__pitch-guide .container .text-block h5 {
    font-size: 24px;
    letter-spacing: -0.31px;
  }
}
.c-editorial-submission__pitch-guide .container .text-block p {
  color: #343d46;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.c-editorial-submission__pitch-guide .container .notes {
  padding: 16px;
  background: #f2f2f3;
  margin-bottom: 40px;
}
@media (min-width: 924px) {
  .c-editorial-submission__pitch-guide .container .notes {
    margin-bottom: 40px;
  }
}
.c-editorial-submission__pitch-guide .container .heading {
  color: #343d46;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  padding-bottom: 16px;
}
.c-editorial-submission__pitch-guide .container p, .c-editorial-submission__pitch-guide .container a {
  color: #343d46;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.c-editorial-submission__pitch-guide .container p > a {
  text-decoration-line: underline;
}
.c-editorial-submission__pitch-guide .guidelines {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 924px) {
  .c-editorial-submission__pitch-guide .guidelines {
    gap: 40px;
  }
}
.c-editorial-submission__pitch-guide .guidelines div {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.c-editorial-submission__pitch-guide .guidelines div svg {
  width: 32px;
  height: 32px;
}
.c-editorial-submission__pitch-guide .guidelines div p {
  width: 100%;
  border-bottom: 1px solid #c8cdd1;
  padding-bottom: 24px;
}

.c-steals-page-heading {
  width: 100%;
  height: auto;
  padding: 40px 0px;
  border-bottom: 1px solid #c8cdd1;
}
@media (min-width: 1024px) {
  .c-steals-page-heading {
    padding: 64px 0px;
  }
}
.c-steals-page-heading .o-cm-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-steals-page-heading h1 {
  text-transform: capitalize;
  color: #000;
  font-size: 57px;
  font-weight: 700;
  line-height: 110%; /* 79.8px */
  letter-spacing: -0.76px;
  -webkit-text-decoration: #05e77e underline;
          text-decoration: #05e77e underline;
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* Safari-specific styles */
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .c-steals-page-heading h1 {
    text-underline-offset: -2px;
  }
}
@supports (-moz-appearance: none) {
  .c-steals-page-heading h1 {
    text-underline-offset: -2px;
  }
}
@media (min-width: 1024px) {
  .c-steals-page-heading h1 {
    font-size: 76px;
    line-height: 105%; /* 79.8px */
  }
}
.c-steals-page-heading p {
  max-width: 668px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%; /* 24px */
  color: #343d46;
}

.c-category-page .c-category-three-column-cards {
  padding: 40px 16px;
}
@media (min-width: 1024px) {
  .c-category-page .c-category-three-column-cards {
    padding: 56px 0px;
  }
}
@media (min-width: 1024px) {
  .c-category-page .c-latest-stories {
    padding: 56px 0px;
  }
}
.c-category-page .c-latest-stories__content {
  margin-top: unset;
}
.c-category-page .c-latest-stories__content .c-latest-stories-card__wrapper__content p {
  -webkit-line-clamp: 3;
}
@media (min-width: 1024px) {
  .c-category-page .c-latest-stories__content .c-latest-stories-card__wrapper__content p {
    -webkit-line-clamp: 2;
  }
}

.c-featured-product-small {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-featured-product-small {
    gap: unset;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
}
.c-featured-product-small__thumbnail {
  width: 343px;
  height: 343px;
  display: flex;
  flex-shrink: 0;
}
@media screen and (max-width: 810px) and (min-width: 768px) {
  .c-featured-product-small__thumbnail {
    width: 100%;
    height: 412px;
  }
}
@media (min-width: 1024px) {
  .c-featured-product-small__thumbnail {
    width: 322px;
    height: 322px;
  }
}
.c-featured-product-small__thumbnail picture {
  width: 100%;
  height: 100%;
}
.c-featured-product-small__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-featured-product-small__content {
  border-top: 1px solid #c8cdd1;
  border-bottom: 1px solid #c8cdd1;
  padding: 24px 0px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .c-featured-product-small__content {
    max-width: 306px;
    min-width: 306px;
  }
}
.c-featured-product-small__content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  color: #343d46;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8; /* Number of lines to show */
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-featured-product-small__content a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  border-bottom: 2px solid #65737e;
  background-color: #f2f2f3;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; /* 16px */
  color: #000;
}
@media (min-width: 1024px) {
  .c-featured-product-small__content a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-featured-product-small.right-position {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-featured-product-small.right-position {
    flex-direction: row-reverse;
  }
}

.c-divider-green-variation {
  width: 100%;
  height: 4px;
  background-color: #cee5da;
  display: flex;
  flex-shrink: 0;
}

.c-button-link.set-center {
  margin: 40px 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .c-button-link.set-center {
    margin: 48px auto 80px;
  }
}
.c-button-link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #65737E;
}
.c-button-link a span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  margin-right: 8px;
}
.c-button-link a::after {
  content: ""; /* Create an empty pseudo-element for the border */
  display: block;
  border-bottom: 1px solid #65737E; /* Set your desired border color */
  margin-top: 32px; /* Add space between text and border */
}

.c-title-w-number {
  display: flex;
  gap: 4px;
}
.c-title-w-number.set-center {
  margin: 24px auto;
}
.c-title-w-number h6 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  color: #343D46;
}
.c-title-w-number h6.number {
  color: #13BF70;
}

.c-title-w-paragraph-h6 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .c-title-w-paragraph-h6 {
    gap: 24px;
  }
}
.c-title-w-paragraph-h6 h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 30px */
  color: #000;
}
.c-title-w-paragraph-h6 p {
  color: #343d46;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.c-title-w-paragraph-h6 p a {
  color: #343d46;
}
.c-title-w-paragraph-h6__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .c-title-w-paragraph-h6__content {
    gap: 32px;
  }
}

.c-tag-page .c-latest-stories {
  padding: 40px 0px;
}
@media (min-width: 1024px) {
  .c-tag-page .c-latest-stories {
    padding: 56px 0px;
  }
}
.c-tag-page .c-latest-stories__content {
  margin: unset;
}
.c-tag-page .c-latest-stories__content .infinite-section {
  justify-content: unset;
}

.c-product-card-numbered {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.c-product-card-numbered__heading {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (min-width: 924px) {
  .c-product-card-numbered__heading {
    gap: 32px;
  }
}
.c-product-card-numbered__heading .box {
  width: 49px;
  height: 49px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 39px;
  font-weight: 700;
  line-height: 110%; /* 42.9px */
}
@media (min-width: 924px) {
  .c-product-card-numbered__heading .box {
    width: 72px;
    height: 72px;
  }
}
.c-product-card-numbered__heading .title p {
  font-size: 23px;
  font-weight: 700;
  line-height: 120%; /* 27.6px */
}
@media (min-width: 1024px) {
  .c-product-card-numbered__heading .title p {
    font-size: 25px;
  }
}
.c-product-card-numbered__thumbnail {
  width: 100%;
  height: 274px;
}
@media (min-width: 1024px) {
  .c-product-card-numbered__thumbnail {
    height: 376px;
  }
}
.c-product-card-numbered__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-product-card-numbered__prices {
  display: flex;
  align-items: center;
  gap: 16px;
}
.c-product-card-numbered__prices .price p {
  color: #000000;
  font-size: 23px;
  font-weight: 600;
  line-height: 120%; /* 30px */
}
@media (min-width: 1024px) {
  .c-product-card-numbered__prices .price p {
    font-size: 25px;
  }
}
.c-product-card-numbered__prices .lines {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-product-card-numbered__prices .lines .line {
  background-color: #05e77e;
  width: 34px;
  height: 2px;
}
.c-product-card-numbered__cta a {
  display: flex;
  border-bottom: 2px solid #65737e;
  background-color: #f2f2f3;
  width: 100%;
  padding: 24px 32px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; /* 16px */
  justify-content: center;
}
@media (min-width: 1024px) {
  .c-product-card-numbered__cta a {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.c-highlights {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.c-highlights__title h5 {
  font-size: 23px;
}
@media (min-width: 1024px) {
  .c-highlights__title h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%; /* 30px */
  }
}
.c-highlights__topics {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 16px;
}
@media (min-width: 1024px) {
  .c-highlights__topics {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-highlights__topics .item {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.c-highlights__topics .item .text {
  display: flex;
  gap: 8px;
}
.c-highlights__topics .item .text .topic-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  color: #343d46;
}
.c-highlights__topics .item .text .content {
  color: #343d46;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.c-search-page__no-results {
  max-width: 1440px;
  margin: 0 auto;
}
.c-search-page__no-results .main-wrapper {
  display: flex;
  gap: 120px;
  align-items: center;
  flex-direction: column;
  padding: 40px 16px;
}
@media (min-width: 1024px) {
  .c-search-page__no-results .main-wrapper {
    padding: 56px 64px 56px 64px;
    gap: 50px;
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .c-search-page__no-results .main-wrapper {
    padding: 56px 109px 56px 242px;
    gap: 294px;
    flex-direction: row;
  }
}
.c-search-page__no-results .main-wrapper .left-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 495px;
}
.c-search-page__no-results .main-wrapper .left-wrapper h5 {
  text-align: center;
  color: #000;
  font-size: 27px;
  font-weight: 700;
  line-height: 120%; /* 32.4px */
}
@media (min-width: 1024px) {
  .c-search-page__no-results .main-wrapper .left-wrapper h5 {
    font-size: 31px;
    letter-spacing: -0.31px;
  }
}
.c-search-page__no-results .main-wrapper .left-wrapper p {
  text-align: center;
  color: #343d46;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.c-search-page__no-results .main-wrapper .right-wrapper .ad-box {
  width: 300px;
  height: 240px;
}
.c-search-page__no-results .main-wrapper .right-wrapper .ad-box a {
  display: flex;
  width: 100%;
  height: 100%;
}
.c-search-page__no-results .main-wrapper .right-wrapper .ad-box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-search-page .c-category-page-heading {
  padding: 40px 0px;
  border-bottom: #c8cdd1 1px solid;
}
@media (min-width: 1024px) {
  .c-search-page .c-category-page-heading {
    padding: 64px 0px;
  }
}
.c-search-page .c-category-page-heading .o-cm-container {
  padding: unset;
  padding-left: 16px;
}
@media (min-width: 1024px) {
  .c-search-page .c-category-page-heading .o-cm-container {
    padding-left: 16px;
  }
}
@media (min-width: 1280px) {
  .c-search-page .c-category-page-heading .o-cm-container {
    padding-left: unset;
  }
}
.c-search-page .c-steals-infinite .o-cm-container {
  padding-top: 24px;
}

.c-heading h2 {
  font-size: 39px;
}
@media (min-width: 769px) {
  .c-heading h2 {
    font-size: 48px;
  }
}

.nav-skip {
  background-color: #000000;
  padding: 20px 24px;
  border-radius: 6px;
  position: fixed;
  left: 20px;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  opacity: 0;
  top: -58px;
}
.nav-skip.active {
  top: 80px;
  opacity: 1;
}

.c-editorial-tab .c-category-page-heading {
  padding: 40px 0px;
  border-bottom: #c8cdd1 1px solid;
}
@media (min-width: 1024px) {
  .c-editorial-tab .c-category-page-heading {
    padding: 64px 0px;
  }
}
.c-editorial-tab .c-category-page-heading .o-cm-container {
  padding: unset;
  padding-left: 16px;
}
@media (min-width: 1024px) {
  .c-editorial-tab .c-category-page-heading .o-cm-container {
    padding-left: 16px;
  }
}
@media (min-width: 1280px) {
  .c-editorial-tab .c-category-page-heading .o-cm-container {
    padding-left: unset;
  }
}
.c-editorial-tab__posts {
  padding: 32px 0px;
}
@media (min-width: 1024px) {
  .c-editorial-tab__posts .load-more-section {
    max-width: 610px;
  }
}
@media (min-width: 1280px) {
  .c-editorial-tab__posts .load-more-section {
    max-width: 898px;
  }
}
@media (max-width: 810px) {
  .c-editorial-tab__posts .load-more-section {
    margin-top: unset;
  }
  .c-editorial-tab__posts .c-latest-stories {
    padding: unset;
  }
}

.c-steals-tab .c-category-page-heading {
  padding: 40px 0px;
  border-bottom: #c8cdd1 1px solid;
}
@media (min-width: 1024px) {
  .c-steals-tab .c-category-page-heading {
    padding: 64px 0px;
  }
}
.c-steals-tab .c-category-page-heading .o-cm-container {
  padding: unset;
  padding-left: 16px;
}
@media (min-width: 1024px) {
  .c-steals-tab .c-category-page-heading .o-cm-container {
    padding-left: 16px;
  }
}
@media (min-width: 1280px) {
  .c-steals-tab .c-category-page-heading .o-cm-container {
    padding-left: unset;
  }
}
.c-steals-tab__steals {
  padding: 32px 0px;
}
@media (min-width: 1024px) {
  .c-steals-tab__steals .load-more-section {
    max-width: 610px;
  }
}
@media (min-width: 1280px) {
  .c-steals-tab__steals .load-more-section {
    max-width: 898px;
  }
}
.c-steals-tab__steals .c-steals-infinite .o-cm-container {
  padding-top: 32px;
}
@media (max-width: 810px) {
  .c-steals-tab__steals .c-steals-infinite {
    padding-bottom: unset;
  }
  .c-steals-tab__steals .c-steals-infinite .o-cm-container {
    padding-left: unset;
    padding-right: unset;
  }
}

.c-shopmore-cta {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  gap: 12px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .c-shopmore-cta {
    max-width: 276px;
  }
}
.c-shopmore-cta__button {
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #000000;
}
@media (min-width: 1024px) {
  .c-shopmore-cta__button {
    width: 276px;
  }
}
.c-shopmore-cta__button span {
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: 1.8px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .u-dn-mb {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 924px) {
  .u-dn-tb {
    display: none;
  }
}
@media screen and (min-width: 925px) and (max-width: 2000px) {
  .u-dn-dt {
    display: none;
  }
}
@media (min-width: 320px) {
  .u-df-mb {
    display: flex;
  }
  .u-df-mb-fd-r {
    flex-direction: row;
  }
  .u-df-mb-fd-rr {
    flex-direction: row-reverse;
  }
  .u-df-mb-fd-c {
    flex-direction: column;
  }
  .u-df-mb-fd-cr {
    flex-direction: column-reverse;
  }
  .u-df-mb-jc-s {
    justify-content: start;
  }
  .u-df-mb-jc-e {
    justify-content: end;
  }
  .u-df-mb-jc-c {
    justify-content: center;
  }
  .u-df-mb-jc-sb {
    justify-content: space-between;
  }
  .u-df-mb-jc-sa {
    justify-content: space-around;
  }
  .u-df-mb-jc-se {
    justify-content: space-evenly;
  }
  .u-df-mb-nw {
    flex-wrap: nowrap;
  }
  .u-df-mb-w {
    flex-wrap: wrap;
  }
  .u-df-mb-wr {
    flex-wrap: wrap-reverse;
  }
  .u-df-mb-ac-s {
    align-content: flex-start;
  }
  .u-df-mb-ac-e {
    align-content: flex-end;
  }
  .u-df-mb-ac-c {
    align-content: center;
  }
  .u-df-mb-ac-sa {
    align-content: space-around;
  }
  .u-df-mb-ac-str {
    align-content: stretch;
  }
  .u-df-mb-as-s {
    align-self: flex-start;
  }
  .u-df-mb-as-e {
    align-self: flex-end;
  }
  .u-df-mb-as-c {
    align-self: center;
  }
  .u-df-mb-as-b {
    align-self: baseline;
  }
  .u-df-mb-as-str {
    align-self: stretch;
  }
  .u-ta-mb-c {
    text-align: center;
  }
  .u-ta-mb-l {
    text-align: left;
  }
  .u-ta-mb-r {
    text-align: right;
  }
  .u-ta-mb-j {
    text-align: justify;
  }
}
@media (min-width: 320px) {
  .mb-p-0 {
    padding: 0px;
  }
  .mb-pt-0 {
    padding-top: 0px;
  }
  .mb-pb-0 {
    padding-bottom: 0px;
  }
  .mb-pl-0 {
    padding-left: 0px;
  }
  .mb-pr-0 {
    padding-right: 0px;
  }
  .mb-m-0 {
    margin: 0px;
  }
  .mb-mt-0 {
    margin-top: 0px;
  }
  .mb-mb-0 {
    margin-bottom: 0px;
  }
  .mb-ml-0 {
    margin-left: 0px;
  }
  .mb-mr-0 {
    margin-right: 0px;
  }
  .mb-p-5 {
    padding: 5px;
  }
  .mb-pt-5 {
    padding-top: 5px;
  }
  .mb-pb-5 {
    padding-bottom: 5px;
  }
  .mb-pl-5 {
    padding-left: 5px;
  }
  .mb-pr-5 {
    padding-right: 5px;
  }
  .mb-m-5 {
    margin: 5px;
  }
  .mb-mt-5 {
    margin-top: 5px;
  }
  .mb-mb-5 {
    margin-bottom: 5px;
  }
  .mb-ml-5 {
    margin-left: 5px;
  }
  .mb-mr-5 {
    margin-right: 5px;
  }
  .mb-p-10 {
    padding: 10px;
  }
  .mb-pt-10 {
    padding-top: 10px;
  }
  .mb-pb-10 {
    padding-bottom: 10px;
  }
  .mb-pl-10 {
    padding-left: 10px;
  }
  .mb-pr-10 {
    padding-right: 10px;
  }
  .mb-m-10 {
    margin: 10px;
  }
  .mb-mt-10 {
    margin-top: 10px;
  }
  .mb-mb-10 {
    margin-bottom: 10px;
  }
  .mb-ml-10 {
    margin-left: 10px;
  }
  .mb-mr-10 {
    margin-right: 10px;
  }
  .mb-p-15 {
    padding: 15px;
  }
  .mb-pt-15 {
    padding-top: 15px;
  }
  .mb-pb-15 {
    padding-bottom: 15px;
  }
  .mb-pl-15 {
    padding-left: 15px;
  }
  .mb-pr-15 {
    padding-right: 15px;
  }
  .mb-m-15 {
    margin: 15px;
  }
  .mb-mt-15 {
    margin-top: 15px;
  }
  .mb-mb-15 {
    margin-bottom: 15px;
  }
  .mb-ml-15 {
    margin-left: 15px;
  }
  .mb-mr-15 {
    margin-right: 15px;
  }
  .mb-p-20 {
    padding: 20px;
  }
  .mb-pt-20 {
    padding-top: 20px;
  }
  .mb-pb-20 {
    padding-bottom: 20px;
  }
  .mb-pl-20 {
    padding-left: 20px;
  }
  .mb-pr-20 {
    padding-right: 20px;
  }
  .mb-m-20 {
    margin: 20px;
  }
  .mb-mt-20 {
    margin-top: 20px;
  }
  .mb-mb-20 {
    margin-bottom: 20px;
  }
  .mb-ml-20 {
    margin-left: 20px;
  }
  .mb-mr-20 {
    margin-right: 20px;
  }
  .mb-p-25 {
    padding: 25px;
  }
  .mb-pt-25 {
    padding-top: 25px;
  }
  .mb-pb-25 {
    padding-bottom: 25px;
  }
  .mb-pl-25 {
    padding-left: 25px;
  }
  .mb-pr-25 {
    padding-right: 25px;
  }
  .mb-m-25 {
    margin: 25px;
  }
  .mb-mt-25 {
    margin-top: 25px;
  }
  .mb-mb-25 {
    margin-bottom: 25px;
  }
  .mb-ml-25 {
    margin-left: 25px;
  }
  .mb-mr-25 {
    margin-right: 25px;
  }
  .mb-p-30 {
    padding: 30px;
  }
  .mb-pt-30 {
    padding-top: 30px;
  }
  .mb-pb-30 {
    padding-bottom: 30px;
  }
  .mb-pl-30 {
    padding-left: 30px;
  }
  .mb-pr-30 {
    padding-right: 30px;
  }
  .mb-m-30 {
    margin: 30px;
  }
  .mb-mt-30 {
    margin-top: 30px;
  }
  .mb-mb-30 {
    margin-bottom: 30px;
  }
  .mb-ml-30 {
    margin-left: 30px;
  }
  .mb-mr-30 {
    margin-right: 30px;
  }
  .mb-p-35 {
    padding: 35px;
  }
  .mb-pt-35 {
    padding-top: 35px;
  }
  .mb-pb-35 {
    padding-bottom: 35px;
  }
  .mb-pl-35 {
    padding-left: 35px;
  }
  .mb-pr-35 {
    padding-right: 35px;
  }
  .mb-m-35 {
    margin: 35px;
  }
  .mb-mt-35 {
    margin-top: 35px;
  }
  .mb-mb-35 {
    margin-bottom: 35px;
  }
  .mb-ml-35 {
    margin-left: 35px;
  }
  .mb-mr-35 {
    margin-right: 35px;
  }
  .mb-p-40 {
    padding: 40px;
  }
  .mb-pt-40 {
    padding-top: 40px;
  }
  .mb-pb-40 {
    padding-bottom: 40px;
  }
  .mb-pl-40 {
    padding-left: 40px;
  }
  .mb-pr-40 {
    padding-right: 40px;
  }
  .mb-m-40 {
    margin: 40px;
  }
  .mb-mt-40 {
    margin-top: 40px;
  }
  .mb-mb-40 {
    margin-bottom: 40px;
  }
  .mb-ml-40 {
    margin-left: 40px;
  }
  .mb-mr-40 {
    margin-right: 40px;
  }
  .mb-p-45 {
    padding: 45px;
  }
  .mb-pt-45 {
    padding-top: 45px;
  }
  .mb-pb-45 {
    padding-bottom: 45px;
  }
  .mb-pl-45 {
    padding-left: 45px;
  }
  .mb-pr-45 {
    padding-right: 45px;
  }
  .mb-m-45 {
    margin: 45px;
  }
  .mb-mt-45 {
    margin-top: 45px;
  }
  .mb-mb-45 {
    margin-bottom: 45px;
  }
  .mb-ml-45 {
    margin-left: 45px;
  }
  .mb-mr-45 {
    margin-right: 45px;
  }
  .mb-p-50 {
    padding: 50px;
  }
  .mb-pt-50 {
    padding-top: 50px;
  }
  .mb-pb-50 {
    padding-bottom: 50px;
  }
  .mb-pl-50 {
    padding-left: 50px;
  }
  .mb-pr-50 {
    padding-right: 50px;
  }
  .mb-m-50 {
    margin: 50px;
  }
  .mb-mt-50 {
    margin-top: 50px;
  }
  .mb-mb-50 {
    margin-bottom: 50px;
  }
  .mb-ml-50 {
    margin-left: 50px;
  }
  .mb-mr-50 {
    margin-right: 50px;
  }
}
@media (min-width: 769px) {
  .u-df-tb {
    display: flex;
  }
  .u-df-tb-fd-r {
    flex-direction: row;
  }
  .u-df-tb-fd-rr {
    flex-direction: row-reverse;
  }
  .u-df-tb-fd-c {
    flex-direction: column;
  }
  .u-df-tb-fd-cr {
    flex-direction: column-reverse;
  }
  .u-df-tb-jc-s {
    justify-content: start;
  }
  .u-df-tb-jc-e {
    justify-content: end;
  }
  .u-df-tb-jc-c {
    justify-content: center;
  }
  .u-df-tb-jc-sb {
    justify-content: space-between;
  }
  .u-df-tb-jc-sa {
    justify-content: space-around;
  }
  .u-df-tb-jc-se {
    justify-content: space-evenly;
  }
  .u-df-tb-nw {
    flex-wrap: nowrap;
  }
  .u-df-tb-w {
    flex-wrap: wrap;
  }
  .u-df-tb-wr {
    flex-wrap: wrap-reverse;
  }
  .u-df-tb-ac-s {
    align-content: flex-start;
  }
  .u-df-tb-ac-e {
    align-content: flex-end;
  }
  .u-df-tb-ac-c {
    align-content: center;
  }
  .u-df-tb-ac-sa {
    align-content: space-around;
  }
  .u-df-tb-ac-str {
    align-content: stretch;
  }
  .u-df-tb-as-s {
    align-self: flex-start;
  }
  .u-df-tb-as-e {
    align-self: flex-end;
  }
  .u-df-tb-as-c {
    align-self: center;
  }
  .u-df-tb-as-b {
    align-self: baseline;
  }
  .u-df-tb-as-str {
    align-self: stretch;
  }
  .u-ta-tb-c {
    text-align: center;
  }
  .u-ta-tb-l {
    text-align: left;
  }
  .u-ta-tb-r {
    text-align: right;
  }
  .u-ta-tb-j {
    text-align: justify;
  }
}
@media (min-width: 769px) {
  .tb-p-0 {
    padding: 0px;
  }
  .tb-pt-0 {
    padding-top: 0px;
  }
  .tb-pb-0 {
    padding-bottom: 0px;
  }
  .tb-pl-0 {
    padding-left: 0px;
  }
  .tb-pr-0 {
    padding-right: 0px;
  }
  .tb-m-0 {
    margin: 0px;
  }
  .tb-mt-0 {
    margin-top: 0px;
  }
  .tb-mb-0 {
    margin-bottom: 0px;
  }
  .tb-ml-0 {
    margin-left: 0px;
  }
  .tb-mr-0 {
    margin-right: 0px;
  }
  .tb-p-5 {
    padding: 5px;
  }
  .tb-pt-5 {
    padding-top: 5px;
  }
  .tb-pb-5 {
    padding-bottom: 5px;
  }
  .tb-pl-5 {
    padding-left: 5px;
  }
  .tb-pr-5 {
    padding-right: 5px;
  }
  .tb-m-5 {
    margin: 5px;
  }
  .tb-mt-5 {
    margin-top: 5px;
  }
  .tb-mb-5 {
    margin-bottom: 5px;
  }
  .tb-ml-5 {
    margin-left: 5px;
  }
  .tb-mr-5 {
    margin-right: 5px;
  }
  .tb-p-10 {
    padding: 10px;
  }
  .tb-pt-10 {
    padding-top: 10px;
  }
  .tb-pb-10 {
    padding-bottom: 10px;
  }
  .tb-pl-10 {
    padding-left: 10px;
  }
  .tb-pr-10 {
    padding-right: 10px;
  }
  .tb-m-10 {
    margin: 10px;
  }
  .tb-mt-10 {
    margin-top: 10px;
  }
  .tb-mb-10 {
    margin-bottom: 10px;
  }
  .tb-ml-10 {
    margin-left: 10px;
  }
  .tb-mr-10 {
    margin-right: 10px;
  }
  .tb-p-15 {
    padding: 15px;
  }
  .tb-pt-15 {
    padding-top: 15px;
  }
  .tb-pb-15 {
    padding-bottom: 15px;
  }
  .tb-pl-15 {
    padding-left: 15px;
  }
  .tb-pr-15 {
    padding-right: 15px;
  }
  .tb-m-15 {
    margin: 15px;
  }
  .tb-mt-15 {
    margin-top: 15px;
  }
  .tb-mb-15 {
    margin-bottom: 15px;
  }
  .tb-ml-15 {
    margin-left: 15px;
  }
  .tb-mr-15 {
    margin-right: 15px;
  }
  .tb-p-20 {
    padding: 20px;
  }
  .tb-pt-20 {
    padding-top: 20px;
  }
  .tb-pb-20 {
    padding-bottom: 20px;
  }
  .tb-pl-20 {
    padding-left: 20px;
  }
  .tb-pr-20 {
    padding-right: 20px;
  }
  .tb-m-20 {
    margin: 20px;
  }
  .tb-mt-20 {
    margin-top: 20px;
  }
  .tb-mb-20 {
    margin-bottom: 20px;
  }
  .tb-ml-20 {
    margin-left: 20px;
  }
  .tb-mr-20 {
    margin-right: 20px;
  }
  .tb-p-25 {
    padding: 25px;
  }
  .tb-pt-25 {
    padding-top: 25px;
  }
  .tb-pb-25 {
    padding-bottom: 25px;
  }
  .tb-pl-25 {
    padding-left: 25px;
  }
  .tb-pr-25 {
    padding-right: 25px;
  }
  .tb-m-25 {
    margin: 25px;
  }
  .tb-mt-25 {
    margin-top: 25px;
  }
  .tb-mb-25 {
    margin-bottom: 25px;
  }
  .tb-ml-25 {
    margin-left: 25px;
  }
  .tb-mr-25 {
    margin-right: 25px;
  }
  .tb-p-30 {
    padding: 30px;
  }
  .tb-pt-30 {
    padding-top: 30px;
  }
  .tb-pb-30 {
    padding-bottom: 30px;
  }
  .tb-pl-30 {
    padding-left: 30px;
  }
  .tb-pr-30 {
    padding-right: 30px;
  }
  .tb-m-30 {
    margin: 30px;
  }
  .tb-mt-30 {
    margin-top: 30px;
  }
  .tb-mb-30 {
    margin-bottom: 30px;
  }
  .tb-ml-30 {
    margin-left: 30px;
  }
  .tb-mr-30 {
    margin-right: 30px;
  }
  .tb-p-35 {
    padding: 35px;
  }
  .tb-pt-35 {
    padding-top: 35px;
  }
  .tb-pb-35 {
    padding-bottom: 35px;
  }
  .tb-pl-35 {
    padding-left: 35px;
  }
  .tb-pr-35 {
    padding-right: 35px;
  }
  .tb-m-35 {
    margin: 35px;
  }
  .tb-mt-35 {
    margin-top: 35px;
  }
  .tb-mb-35 {
    margin-bottom: 35px;
  }
  .tb-ml-35 {
    margin-left: 35px;
  }
  .tb-mr-35 {
    margin-right: 35px;
  }
  .tb-p-40 {
    padding: 40px;
  }
  .tb-pt-40 {
    padding-top: 40px;
  }
  .tb-pb-40 {
    padding-bottom: 40px;
  }
  .tb-pl-40 {
    padding-left: 40px;
  }
  .tb-pr-40 {
    padding-right: 40px;
  }
  .tb-m-40 {
    margin: 40px;
  }
  .tb-mt-40 {
    margin-top: 40px;
  }
  .tb-mb-40 {
    margin-bottom: 40px;
  }
  .tb-ml-40 {
    margin-left: 40px;
  }
  .tb-mr-40 {
    margin-right: 40px;
  }
  .tb-p-45 {
    padding: 45px;
  }
  .tb-pt-45 {
    padding-top: 45px;
  }
  .tb-pb-45 {
    padding-bottom: 45px;
  }
  .tb-pl-45 {
    padding-left: 45px;
  }
  .tb-pr-45 {
    padding-right: 45px;
  }
  .tb-m-45 {
    margin: 45px;
  }
  .tb-mt-45 {
    margin-top: 45px;
  }
  .tb-mb-45 {
    margin-bottom: 45px;
  }
  .tb-ml-45 {
    margin-left: 45px;
  }
  .tb-mr-45 {
    margin-right: 45px;
  }
  .tb-p-50 {
    padding: 50px;
  }
  .tb-pt-50 {
    padding-top: 50px;
  }
  .tb-pb-50 {
    padding-bottom: 50px;
  }
  .tb-pl-50 {
    padding-left: 50px;
  }
  .tb-pr-50 {
    padding-right: 50px;
  }
  .tb-m-50 {
    margin: 50px;
  }
  .tb-mt-50 {
    margin-top: 50px;
  }
  .tb-mb-50 {
    margin-bottom: 50px;
  }
  .tb-ml-50 {
    margin-left: 50px;
  }
  .tb-mr-50 {
    margin-right: 50px;
  }
}
@media (min-width: 924px) {
  .u-df-dt {
    display: flex;
  }
  .u-df-dt-fd-r {
    flex-direction: row;
  }
  .u-df-dt-fd-rr {
    flex-direction: row-reverse;
  }
  .u-df-dt-fd-c {
    flex-direction: column;
  }
  .u-df-dt-fd-cr {
    flex-direction: column-reverse;
  }
  .u-df-dt-jc-s {
    justify-content: start;
  }
  .u-df-dt-jc-e {
    justify-content: end;
  }
  .u-df-dt-jc-c {
    justify-content: center;
  }
  .u-df-dt-jc-sb {
    justify-content: space-between;
  }
  .u-df-dt-jc-sa {
    justify-content: space-around;
  }
  .u-df-dt-jc-se {
    justify-content: space-evenly;
  }
  .u-df-dt-nw {
    flex-wrap: nowrap;
  }
  .u-df-dt-w {
    flex-wrap: wrap;
  }
  .u-df-dt-wr {
    flex-wrap: wrap-reverse;
  }
  .u-df-dt-ac-s {
    align-content: flex-start;
  }
  .u-df-dt-ac-e {
    align-content: flex-end;
  }
  .u-df-dt-ac-c {
    align-content: center;
  }
  .u-df-dt-ac-sa {
    align-content: space-around;
  }
  .u-df-dt-ac-str {
    align-content: stretch;
  }
  .u-df-dt-as-s {
    align-self: flex-start;
  }
  .u-df-dt-as-e {
    align-self: flex-end;
  }
  .u-df-dt-as-c {
    align-self: center;
  }
  .u-df-dt-as-b {
    align-self: baseline;
  }
  .u-df-dt-as-str {
    align-self: stretch;
  }
  .u-ta-dt-c {
    text-align: center;
  }
  .u-ta-dt-l {
    text-align: left;
  }
  .u-ta-dt-r {
    text-align: right;
  }
  .u-ta-dt-j {
    text-align: justify;
  }
}
@media (min-width: 924px) {
  .dt-p-0 {
    padding: 0px;
  }
  .dt-pt-0 {
    padding-top: 0px;
  }
  .dt-pb-0 {
    padding-bottom: 0px;
  }
  .dt-pl-0 {
    padding-left: 0px;
  }
  .dt-pr-0 {
    padding-right: 0px;
  }
  .dt-m-0 {
    margin: 0px;
  }
  .dt-mt-0 {
    margin-top: 0px;
  }
  .dt-mb-0 {
    margin-bottom: 0px;
  }
  .dt-ml-0 {
    margin-left: 0px;
  }
  .dt-mr-0 {
    margin-right: 0px;
  }
  .dt-p-5 {
    padding: 5px;
  }
  .dt-pt-5 {
    padding-top: 5px;
  }
  .dt-pb-5 {
    padding-bottom: 5px;
  }
  .dt-pl-5 {
    padding-left: 5px;
  }
  .dt-pr-5 {
    padding-right: 5px;
  }
  .dt-m-5 {
    margin: 5px;
  }
  .dt-mt-5 {
    margin-top: 5px;
  }
  .dt-mb-5 {
    margin-bottom: 5px;
  }
  .dt-ml-5 {
    margin-left: 5px;
  }
  .dt-mr-5 {
    margin-right: 5px;
  }
  .dt-p-10 {
    padding: 10px;
  }
  .dt-pt-10 {
    padding-top: 10px;
  }
  .dt-pb-10 {
    padding-bottom: 10px;
  }
  .dt-pl-10 {
    padding-left: 10px;
  }
  .dt-pr-10 {
    padding-right: 10px;
  }
  .dt-m-10 {
    margin: 10px;
  }
  .dt-mt-10 {
    margin-top: 10px;
  }
  .dt-mb-10 {
    margin-bottom: 10px;
  }
  .dt-ml-10 {
    margin-left: 10px;
  }
  .dt-mr-10 {
    margin-right: 10px;
  }
  .dt-p-15 {
    padding: 15px;
  }
  .dt-pt-15 {
    padding-top: 15px;
  }
  .dt-pb-15 {
    padding-bottom: 15px;
  }
  .dt-pl-15 {
    padding-left: 15px;
  }
  .dt-pr-15 {
    padding-right: 15px;
  }
  .dt-m-15 {
    margin: 15px;
  }
  .dt-mt-15 {
    margin-top: 15px;
  }
  .dt-mb-15 {
    margin-bottom: 15px;
  }
  .dt-ml-15 {
    margin-left: 15px;
  }
  .dt-mr-15 {
    margin-right: 15px;
  }
  .dt-p-20 {
    padding: 20px;
  }
  .dt-pt-20 {
    padding-top: 20px;
  }
  .dt-pb-20 {
    padding-bottom: 20px;
  }
  .dt-pl-20 {
    padding-left: 20px;
  }
  .dt-pr-20 {
    padding-right: 20px;
  }
  .dt-m-20 {
    margin: 20px;
  }
  .dt-mt-20 {
    margin-top: 20px;
  }
  .dt-mb-20 {
    margin-bottom: 20px;
  }
  .dt-ml-20 {
    margin-left: 20px;
  }
  .dt-mr-20 {
    margin-right: 20px;
  }
  .dt-p-25 {
    padding: 25px;
  }
  .dt-pt-25 {
    padding-top: 25px;
  }
  .dt-pb-25 {
    padding-bottom: 25px;
  }
  .dt-pl-25 {
    padding-left: 25px;
  }
  .dt-pr-25 {
    padding-right: 25px;
  }
  .dt-m-25 {
    margin: 25px;
  }
  .dt-mt-25 {
    margin-top: 25px;
  }
  .dt-mb-25 {
    margin-bottom: 25px;
  }
  .dt-ml-25 {
    margin-left: 25px;
  }
  .dt-mr-25 {
    margin-right: 25px;
  }
  .dt-p-30 {
    padding: 30px;
  }
  .dt-pt-30 {
    padding-top: 30px;
  }
  .dt-pb-30 {
    padding-bottom: 30px;
  }
  .dt-pl-30 {
    padding-left: 30px;
  }
  .dt-pr-30 {
    padding-right: 30px;
  }
  .dt-m-30 {
    margin: 30px;
  }
  .dt-mt-30 {
    margin-top: 30px;
  }
  .dt-mb-30 {
    margin-bottom: 30px;
  }
  .dt-ml-30 {
    margin-left: 30px;
  }
  .dt-mr-30 {
    margin-right: 30px;
  }
  .dt-p-35 {
    padding: 35px;
  }
  .dt-pt-35 {
    padding-top: 35px;
  }
  .dt-pb-35 {
    padding-bottom: 35px;
  }
  .dt-pl-35 {
    padding-left: 35px;
  }
  .dt-pr-35 {
    padding-right: 35px;
  }
  .dt-m-35 {
    margin: 35px;
  }
  .dt-mt-35 {
    margin-top: 35px;
  }
  .dt-mb-35 {
    margin-bottom: 35px;
  }
  .dt-ml-35 {
    margin-left: 35px;
  }
  .dt-mr-35 {
    margin-right: 35px;
  }
  .dt-p-40 {
    padding: 40px;
  }
  .dt-pt-40 {
    padding-top: 40px;
  }
  .dt-pb-40 {
    padding-bottom: 40px;
  }
  .dt-pl-40 {
    padding-left: 40px;
  }
  .dt-pr-40 {
    padding-right: 40px;
  }
  .dt-m-40 {
    margin: 40px;
  }
  .dt-mt-40 {
    margin-top: 40px;
  }
  .dt-mb-40 {
    margin-bottom: 40px;
  }
  .dt-ml-40 {
    margin-left: 40px;
  }
  .dt-mr-40 {
    margin-right: 40px;
  }
  .dt-p-45 {
    padding: 45px;
  }
  .dt-pt-45 {
    padding-top: 45px;
  }
  .dt-pb-45 {
    padding-bottom: 45px;
  }
  .dt-pl-45 {
    padding-left: 45px;
  }
  .dt-pr-45 {
    padding-right: 45px;
  }
  .dt-m-45 {
    margin: 45px;
  }
  .dt-mt-45 {
    margin-top: 45px;
  }
  .dt-mb-45 {
    margin-bottom: 45px;
  }
  .dt-ml-45 {
    margin-left: 45px;
  }
  .dt-mr-45 {
    margin-right: 45px;
  }
  .dt-p-50 {
    padding: 50px;
  }
  .dt-pt-50 {
    padding-top: 50px;
  }
  .dt-pb-50 {
    padding-bottom: 50px;
  }
  .dt-pl-50 {
    padding-left: 50px;
  }
  .dt-pr-50 {
    padding-right: 50px;
  }
  .dt-m-50 {
    margin: 50px;
  }
  .dt-mt-50 {
    margin-top: 50px;
  }
  .dt-mb-50 {
    margin-bottom: 50px;
  }
  .dt-ml-50 {
    margin-left: 50px;
  }
  .dt-mr-50 {
    margin-right: 50px;
  }
}
.img-responsive, .img-responsive--full {
  width: auto;
  max-width: 100%;
  height: auto;
}
.img-responsive--full {
  width: 100%;
}
