@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Variable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  font-optical-sizing: auto;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../css/fonts/inter/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Anonymous Pro";
  src: url("../css/fonts/anonymous-pro/anonymous-pro-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gloock";
  src: url("../css/fonts/gloock/gloock-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../css/fonts/gilroy/gilroy-light.woff") format("woff"), url("../css/fonts/gilroy/gilroy-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../css/fonts/gilroy/gilroy-extrabold.woff") format("woff"), url("../css/fonts/gilroy/gilroy-extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Black.eot");
  src: local("Graphik LCG Black"), local("GraphikLCG-Black"), url("./fonts/GraphikLCG-Black.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Black.woff2") format("woff2"), url("./fonts/GraphikLCG-Black.woff") format("woff"), url("./fonts/GraphikLCG-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Super.eot");
  src: local("Graphik LCG Super"), local("GraphikLCG-Super"), url("./fonts/GraphikLCG-Super.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Super.woff2") format("woff2"), url("./fonts/GraphikLCG-Super.woff") format("woff"), url("./fonts/GraphikLCG-Super.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Regular.eot");
  src: local("Graphik LCG Regular"), local("GraphikLCG-Regular"), url("./fonts/GraphikLCG-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Regular.woff2") format("woff2"), url("./fonts/GraphikLCG-Regular.woff") format("woff"), url("./fonts/GraphikLCG-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Medium.eot");
  src: local("Graphik LCG Medium"), local("GraphikLCG-Medium"), url("./fonts/GraphikLCG-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Medium.woff2") format("woff2"), url("./fonts/GraphikLCG-Medium.woff") format("woff"), url("./fonts/GraphikLCG-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Semibold.eot");
  src: local("Graphik LCG Semibold"), local("GraphikLCG-Semibold"), url("./fonts/GraphikLCG-Semibold.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Semibold.woff2") format("woff2"), url("./fonts/GraphikLCG-Semibold.woff") format("woff"), url("./fonts/GraphikLCG-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Bold.eot");
  src: local("Graphik LCG Bold"), local("GraphikLCG-Bold"), url("./fonts/GraphikLCG-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Bold.woff2") format("woff2"), url("./fonts/GraphikLCG-Bold.woff") format("woff"), url("./fonts/GraphikLCG-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Graphik LCG", sans-serif;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
  height: 100%;
}

a:hover {
  color: #ea53d3;
}

body {
  background: #000000;
  color: white;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Ensure body takes at least full viewport height */
  font-family: "Graphik LCG", sans-serif;
}

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

h1, h2, h3 {
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 1em;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.section_caption_h2 {
  margin-top: 10px;
  font-weight: 900;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #fff;
}

.row {
  width: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100%; /* Ensure the wrapper takes at least full height */
}

.head-foot-container {
  width: 342px;
}
@media (max-width: 339px) {
  .head-foot-container {
    width: 310px !important;
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  .head-foot-container {
    width: 342px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .head-foot-container {
    width: 640px !important;
  }
}
@media (min-width: 1024px) {
  .head-foot-container {
    width: 1360px;
  }
}
@media (max-width: 1023px) {
  .head-foot-container {
    width: 95%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .head-foot-container {
    width: 95%;
  }
}

.container {
  width: 335px;
  overflow: visible;
}
@media (max-width: 339px) {
  .container {
    width: 300px !important;
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  .container {
    width: 335px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 600px !important;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1280px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .container {
    width: 90%;
  }
}

.breadcrumbs {
  display: flex;
  margin-top: 37px;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.breadcrumbs a {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ea53d3;
}

.breadcrumbs img {
  height: 11px;
  margin: -1px 7px -1px 2px;
}

@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Black.eot");
  src: local("Graphik LCG Black"), local("GraphikLCG-Black"), url("./fonts/GraphikLCG-Black.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Black.woff2") format("woff2"), url("./fonts/GraphikLCG-Black.woff") format("woff"), url("./fonts/GraphikLCG-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Super.eot");
  src: local("Graphik LCG Super"), local("GraphikLCG-Super"), url("./fonts/GraphikLCG-Super.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Super.woff2") format("woff2"), url("./fonts/GraphikLCG-Super.woff") format("woff"), url("./fonts/GraphikLCG-Super.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Regular.eot");
  src: local("Graphik LCG Regular"), local("GraphikLCG-Regular"), url("./fonts/GraphikLCG-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Regular.woff2") format("woff2"), url("./fonts/GraphikLCG-Regular.woff") format("woff"), url("./fonts/GraphikLCG-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Medium.eot");
  src: local("Graphik LCG Medium"), local("GraphikLCG-Medium"), url("./fonts/GraphikLCG-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Medium.woff2") format("woff2"), url("./fonts/GraphikLCG-Medium.woff") format("woff"), url("./fonts/GraphikLCG-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Semibold.eot");
  src: local("Graphik LCG Semibold"), local("GraphikLCG-Semibold"), url("./fonts/GraphikLCG-Semibold.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Semibold.woff2") format("woff2"), url("./fonts/GraphikLCG-Semibold.woff") format("woff"), url("./fonts/GraphikLCG-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("./fonts/GraphikLCG-Bold.eot");
  src: local("Graphik LCG Bold"), local("GraphikLCG-Bold"), url("./fonts/GraphikLCG-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/GraphikLCG-Bold.woff2") format("woff2"), url("./fonts/GraphikLCG-Bold.woff") format("woff"), url("./fonts/GraphikLCG-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Graphik LCG", sans-serif;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
  height: 100%;
}

a:hover {
  color: #ea53d3;
}

body {
  background: #000000;
  color: white;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Ensure body takes at least full viewport height */
  font-family: "Graphik LCG", sans-serif;
}

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

h1, h2, h3 {
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 1em;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.section_caption_h2 {
  margin-top: 10px;
  font-weight: 900;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #fff;
}

.row {
  width: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100%; /* Ensure the wrapper takes at least full height */
}

.head-foot-container {
  width: 342px;
}
@media (max-width: 339px) {
  .head-foot-container {
    width: 310px !important;
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  .head-foot-container {
    width: 342px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .head-foot-container {
    width: 640px !important;
  }
}
@media (min-width: 1024px) {
  .head-foot-container {
    width: 1200px;
  }
}
@media (max-width: 1023px) {
  .head-foot-container {
    width: 95%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .head-foot-container {
    width: 95%;
  }
}

.container {
  width: 335px;
  overflow: visible;
}
@media (max-width: 339px) {
  .container {
    width: 300px !important;
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  .container {
    width: 335px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 600px !important;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1280px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .container {
    width: 90%;
  }
}

.breadcrumbs {
  display: flex;
  margin-top: 37px;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.breadcrumbs a {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ea53d3;
}

.breadcrumbs img {
  height: 11px;
  margin: -1px 7px -1px 2px;
}

.essays {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1024px) {
  .essays {
    margin: 0 auto;
    padding-left: 0px;
    width: 100%;
    max-width: 1280px;
    margin-top: 200px;
  }
}

.carts {
  margin-top: 24px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: left;
}

.carts_item {
  margin-bottom: 32px;
  width: 335px;
}
@media (min-width: 1024px) {
  .carts_item {
    width: 417px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .carts_item {
    width: 305px;
  }
}
@media (max-width: 1023px) {
  .carts_item {
    width: 100%;
  }
}

.carts_cover {
  width: 100%;
  border-radius: 8px;
}

.carts_desc {
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.5);
}

h3 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.breadcrumbs ol {
  display: flex;
}

.essay_page {
  background: white !important;
  color: black;
  background-color: white;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.essay_page .wrapper {
  position: relative;
}
.essay_page header {
  background: #000000;
}
.essay_page header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000000;
  height: 73px;
}
.essay_page .input-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 4px;
  border-radius: 8px;
  background-color: rgb(249, 250, 251);
  border: 2px solid rgb(3, 7, 18);
}
@media (min-width: 640px) {
  .essay_page .input-wrapper {
    flex-direction: row;
  }
}
.essay_page .email-input-container {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: rgb(249, 250, 251);
}
.essay_page .email-input {
  z-index: 10;
  width: 100%;
  border: none;
  background: transparent;
  font-family: Arial;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: rgb(17, 24, 39);
  padding: 12px 12px;
  outline: none;
}
.essay_page .email-input:focus {
  outline: none;
}
.essay_page .submit-button {
  min-height: 52px;
  cursor: pointer;
  padding: 12px 20px;
  width: 100%;
  border-radius: 6px;
  background-color: rgb(3, 7, 18);
  color: rgb(249, 250, 251);
  font-family: Arial;
  line-height: 1.75rem;
  font-size: 1.125rem;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  border: none;
  transition: all 0.2s ease;
  font-weight: 600;
}
@media (min-width: 640px) {
  .essay_page .submit-button {
    width: auto;
  }
}
.essay_page .submit-button:hover {
  background-color: rgb(17, 24, 39);
}
.essay_page .submit-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 7, 18, 0.2);
}
.essay_page .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0px;
}
@media (min-width: 1024px) {
  .essay_page .container {
    max-width: 1152px;
    padding: unset;
  }
}
.essay_page .author-avatar {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
}
.essay_page .load-more-btn:hover:not(:disabled) {
  background: #333;
  transform: translateY(-1px);
}

.single-essays-beehiiv .container {
  max-width: 672px;
}
.single-essays-beehiiv .carts_desc {
  margin-top: 1px;
}
.single-essays-beehiiv .news-essays {
  border-top: unset;
  border-bottom: unset;
}
.single-essays-beehiiv .news-essays .news-cart-item {
  gap: 0px;
  flex-direction: column;
}
.single-essays-beehiiv .news-essays .cart-content {
  padding: 16px;
}
.single-essays-beehiiv .news-essays .news-cart-caption {
  font-size: 16px;
}
.single-essays-beehiiv .news-essays .news-cart-desc {
  font-weight: 300;
  font-size: 14px;
}
.single-essays-beehiiv .news-essays .news-cart-cover {
  max-width: 100%;
}
.single-essays-beehiiv button.reaction-btn {
  width: 100%;
}
.single-essays-beehiiv .reaction-buttons {
  flex-direction: column;
  gap: 0px;
}
.single-essays-beehiiv span.breadcrumb-item {
  white-space: nowrap;
}
.single-essays-beehiiv .container {
  padding: 0 0px;
}
@media (min-width: 1024px) {
  .single-essays-beehiiv .container {
    padding: 0 15px;
  }
  .single-essays-beehiiv .news-essays .carts {
    flex-direction: column;
  }
  .single-essays-beehiiv .news-essays .news-cart-item {
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    gap: 16px;
  }
  .single-essays-beehiiv .news-essays .news-cart-cover {
    max-width: 319px;
    max-height: 167px;
  }
  .single-essays-beehiiv .news-essays .cart-content {
    gap: 0px;
    padding: unset;
  }
  .single-essays-beehiiv .news-essays .news-cart-caption {
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #030712;
    margin-top: 12px;
  }
  .single-essays-beehiiv .news-essays .news-cart-desc {
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #030712;
  }
  .single-essays-beehiiv button.reaction-btn {
    background-color: transparent;
    border: unset;
    padding: 0;
    opacity: 0.8;
    color: #030712;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    list-style-type: none;
    margin-left: 25px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-style: italic;
    text-decoration: underline;
  }
  .single-essays-beehiiv button.reaction-btn span {
    font-family: "Helvetica", Arial, sans-serif;
  }
  .single-essays-beehiiv .news-essays {
    margin-top: 32px;
    padding: unset;
  }
  .single-essays-beehiiv .news-essays .section_caption_h2 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.1px;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    color: #030712;
  }
  .single-essays-beehiiv .news-essays .carts {
    gap: 0px;
  }
}
.single-essays-beehiiv .reaction-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .single-essays-beehiiv .reaction-buttons {
    flex-direction: row;
  }
}
.single-essays-beehiiv .social-icon-small {
  width: 28px;
  height: 28px;
}
.single-essays-beehiiv .bh__byline_social_wrapper a {
  display: block;
  width: 28px;
}
.single-essays-beehiiv .bh__byline_social_wrapper {
  display: flex;
  gap: 16px;
}
.single-essays-beehiiv .author-section-single {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  margin-top: 1px;
}
@media (min-width: 1024px) {
  .single-essays-beehiiv .author-section-single {
    flex-direction: row;
    gap: unset;
    justify-content: space-between;
    align-items: center;
  }
}
.single-essays-beehiiv .author-row {
  display: flex;
  gap: 16px;
  align-items: center;
}
.single-essays-beehiiv .author-info {
  display: flex;
}
.single-essays-beehiiv p.author-text {
  display: flex;
  flex-direction: column;
  margin-bottom: unset;
}
.single-essays-beehiiv p.author-text span {
  position: relative;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: var(--wt-text-on-background-color);
  margin: 0px;
  line-height: 20px;
}
.single-essays-beehiiv p.author-text span.text-wt-text-on-background {
  opacity: 0.7;
  font-weight: 400;
}
.single-essays-beehiiv h1.main-title {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 2.5rem;
  padding-bottom: 8px;
  margin-top: 24px;
}
.single-essays-beehiiv h2.subtitle {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1.75rem;
  padding-bottom: 20px;
  font-weight: 400;
}
.single-essays-beehiiv article {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .single-essays-beehiiv article {
    margin-top: 32px;
  }
}
.single-essays-beehiiv article img {
  max-width: 100%;
  height: auto;
  padding: 20px 0 0 0;
}
.single-essays-beehiiv article ul ::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: auto !important;
}
.single-essays-beehiiv article p {
  padding-bottom: 12px;
  padding-top: 12px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: var(--wt-text-on-background-color) !important;
  font-family: "Arial", Helvetica, sans-serif;
  line-height: 24px;
  text-align: left;
  margin-bottom: unset;
}
.single-essays-beehiiv article h2 {
  padding-bottom: 7px;
  padding-top: 20px;
  font-family: "Arial", Helvetica, sans-serif !important;
}
.single-essays-beehiiv article h3 {
  margin-bottom: 4px;
  margin-top: 16px;
}
.single-essays-beehiiv .breadcrumbs {
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.single-essays-beehiiv .breadcrumbs::-webkit-scrollbar {
  display: none;
}
.single-essays-beehiiv .breadcrumbs img {
  opacity: 0.5;
  margin: 0px 6px;
}
.single-essays-beehiiv span.breadcrumb-item {
  opacity: 0.7;
  font-size: 12px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-weight: 600;
  line-height: 1rem;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
.single-essays-beehiiv span.breadcrumb-item:last-child {
  opacity: 1;
}
.single-essays-beehiiv .reaction-title {
  color: var(--wt-text-on-background-color);
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin-top: 15px;
  text-align: left;
}
.single-essays-beehiiv .reaction-buttons {
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  padding-bottom: 12px;
  padding-left: 22px;
  padding-right: 12px;
  padding-top: 12px;
  text-decoration: underline;
  font-style: italic;
}

.single-essays-beehiiv .author-avatar {
  width: 40px;
  height: 40px;
  margin-top: 4px;
}

a.viewmore_btn {
  border: unset;
  display: flex;
  white-space: nowrap;
  background: unset;
  padding-left: 20px;
  align-items: center;
  gap: 4px;
}
@media (min-width: 1024px) {
  a.viewmore_btn {
    padding-left: 0px;
  }
}
a.viewmore_btn svg {
  width: 12px;
  height: 12px;
}

.essay_page .paywall-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50vh;
  min-height: 400px;
  background: linear-gradient(to top, white 70%, rgba(255, 255, 255, 0.95) 85%, rgba(255, 255, 255, 0.7) 95%, transparent 100%);
  z-index: 9999;
  display: flex;
  align-items: end;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 1023px) {
  .essay_page .paywall-overlay {
    height: 60vh;
    min-height: 350px;
  }
}
.essay_page .paywall-overlay.hidden {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}
@supports (-webkit-appearance: none) {
  .essay_page .paywall-overlay {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    top: auto;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .essay_page .paywall-overlay {
    position: fixed !important;
    bottom: 0 !important;
    top: auto !important;
  }
}
@supports (-webkit-appearance: none) and (not (-moz-appearance: none)) {
  .essay_page .paywall-overlay {
    position: fixed !important;
    bottom: 0 !important;
    top: auto !important;
  }
}

.essay_page .paywall-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
@media (max-width: 1023px) {
  .essay_page .paywall-container {
    padding: 30px 16px;
  }
}

.essay_page .paywall-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 1023px) {
  .essay_page .paywall-content {
    gap: 20px;
    max-width: 100%;
  }
}
.essay_page .paywall-header p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: rgb(75, 85, 99);
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .essay_page .paywall-header p {
    font-size: 15px;
  }
}

.essay_page .paywall-form-section {
  width: 100%;
}
.essay_page .paywall-form-section .paywall-subscribe-form {
  width: 100%;
}
.essay_page .paywall-form-section .input-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 4px;
  border-radius: 8px;
  background-color: rgb(249, 250, 251);
  border: 2px solid rgb(3, 7, 18);
}
@media (min-width: 640px) {
  .essay_page .paywall-form-section .input-wrapper {
    flex-direction: row;
  }
}
.essay_page .paywall-form-section .email-input-container {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: rgb(249, 250, 251);
}
.essay_page .paywall-form-section .email-input {
  z-index: 10;
  width: 100%;
  border: none;
  background: transparent;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: rgb(17, 24, 39);
  padding: 12px 16px;
  outline: none;
}
.essay_page .paywall-form-section .email-input:focus {
  outline: none;
}
.essay_page .paywall-form-section .submit-button {
  cursor: pointer;
  padding: 12px 20px;
  font-weight: 600;
  width: 100%;
  font-size: 1rem;
  border-radius: 6px;
  background-color: rgb(3, 7, 18);
  color: rgb(249, 250, 251);
  font-family: Arial, sans-serif;
  border: none;
  transition: all 0.2s ease;
  font-weight: 600;
}
@media (min-width: 640px) {
  .essay_page .paywall-form-section .submit-button {
    width: auto;
  }
}
.essay_page .paywall-form-section .submit-button:hover {
  background-color: rgb(17, 24, 39);
}
.essay_page .paywall-form-section .submit-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 7, 18, 0.2);
}

.essay_page .paywall-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.essay_page .paywall-links p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: rgb(17, 24, 39);
  margin: 0;
}

/* Удаляем стили для старой полосы прогресса */
.site_header {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .site_header {
    justify-content: center;
  }
}

.site_header {
  height: 73px;
}

.logo {
  width: 62px;
}
@media (min-width: 1024px) {
  .logo {
    width: 100px;
  }
}

@media (min-width: 1024px) {
  .logo_wrapper {
    display: flex;
    margin-right: -100px;
  }
}

.main_navigation {
  z-index: 88;
  align-items: center;
  justify-self: flex-start;
}
@media (min-width: 1024px) {
  .main_navigation {
    display: flex;
    margin: 0 0 0 auto;
  }
}

.main_navigation ul {
  display: none;
}
@media (min-width: 1024px) {
  .main_navigation ul {
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-left: 24px;
  }
}

.main_navigation li {
  margin-left: 16px;
}

.menu li:hover {
  color: #ea53d3;
}

.burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1024px) {
  .burger {
    display: none;
  }
}

.burger div {
  width: 20px;
  height: 2px;
  background-color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.bg2 {
  margin-top: 6px;
}
.open-header {
  position: fixed;
  height: 100vh !important;
  background-color: black;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 40px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}

.open-header .main_navigation ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 78px;
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.open-header .main_navigation {
  display: flex;
}

.open-header .logo_wrapper {
  display: none;
}

.open-header .burger {
  position: absolute;
  top: 27px;
  right: 16px;
  z-index: 9999999;
}

.open-header .burger .bg1 {
  transform: rotate(45deg) translate(3px, 3px);
}

.open-header .burger .bg2 {
  transform: rotate(-45deg) translate(3px, -3px);
}

.open-header .main_navigation {
  width: 100%;
  overflow: auto;
  padding-bottom: 125px;
  padding-top: 125px;
}

.open-header .main_navigation li {
  margin-left: 0px;
  width: 100%;
}

.open-header .navigation-divider {
  display: none;
}

.open-header .navigation-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 0 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  min-height: 69px;
  justify-content: unset;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.open-header .navigation-link:hover {
  color: #ea53d3;
}

body.menu-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}

input[type=email] {
  outline: none;
  border: none;
}

input[type=email]:focus {
  outline: none;
  border: none;
}

/* Contact Form Styles */

/* Loading state */
/* Prevent popular-news-item from lifting on hover */

.news-essays {
  margin-top: 32px;
  border-top: 1px solid rgba(8, 11, 22, 0.1);
}
@media (min-width: 1024px) {
  .news-essays {
    margin-top: 24px;
    padding: 24px 0;
  }
}
.news-essays .section_caption_h2 {
  font-family: "Graphik LCG";
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 32px;
  color: #000000;
}
@media (max-width: 1023px) {
  .news-essays .section_caption_h2 {
    font-size: 24px;
  }
}
.news-essays .carts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
@media (max-width: 1023px) {
  .news-essays .carts {
    flex-direction: column;
  }
}
.news-essays .cart-link {
  flex: 1;
  text-decoration: none;
  color: inherit;
}
.news-essays .news-cart-item {
  max-width: 333px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.news-essays .news-cart-cover {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
}
.news-essays .news-cart-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-essays .cart-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.news-essays .news-cart-caption {
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: #000000;
}
.news-essays .news-cart-desc {
  font-family: "Graphik LCG";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}

.copy-notification-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #000;
  padding: 16px;
  border-radius: 16px;
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .copy-notification-message {
    font-size: 18px;
  }
}

/* Styles for category tags */

/* Ensure proper spacing within news items */

/* Casino Pages Styles */

/* Table of Contents Styles */

/* Top 10 Casinos Styles */

/* Casino Card Styles */

/* Casino Comparison Styles */

/* Custom Single Page Styles */
/* Review Hero Section Styles */

/* Video Review Section Styles */

/* Financial Information Section Styles */

/* Estimated Ratings Section Styles */

/* Expert Thoughts Section Styles */

/* Advantages and Disadvantages Section Styles */

/* Betway Reviews Section Styles */

/* Additional Text Section Styles */

/* Bookmaker License and Reliability Section Styles */

/* Tennis Betting Section Styles */

/* Best USA Casinos Banner Styles */

/* Registration and Login Section Styles */

/* How to Make a Deposit Section Styles */

/* FAQ Section Styles */

/* Author Section Styles */

/* Other Crypto Casinos Section Styles */

/* Оптимизация шрифтов для iframe Captivate.fm */
/* Font-display optimization for external iframe fonts */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap; /* Optimize font loading */
  src: local("Poppins Regular"), local("Poppins-Regular");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap; /* Optimize font loading */
  src: local("Poppins Medium"), local("Poppins-Medium");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap; /* Optimize font loading */
  src: local("Poppins SemiBold"), local("Poppins-SemiBold");
}
/* Стили для iframe подкаста для улучшения производительности */
.about-us-page article ul li::marker {
  /* Отключаем стандартный маркер в современных браузерах */
  content: "";
}

/* Casino Pages Styles */

/* Table of Contents Styles */

/* Top 10 Casinos Styles */

/* Casino Card Styles */

/* Casino Comparison Styles */

/* Casino Pages Styles */

/* Table of Contents Styles */

/* Top 10 Casinos Styles */

/* Casino Card Styles */

/* Casino Comparison Styles */

.copy-notification-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #000;
  padding: 16px;
  border-radius: 16px;
  font-family: "Graphik LCG";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .copy-notification-message {
    font-size: 18px;
  }
}

/* Video Page Performance Optimizations */
/* Оптимизация для iframe подкастов Captivate.fm */
/* Font optimization для внешних шрифтов */
/* Переопределяем Poppins с font-display: swap */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins Regular"), local("Poppins-Regular");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium"), local("Poppins-Medium");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Оптимизация для видео страниц */

/* Responsive optimizations */
/* Preload hint для критических ресурсов */

/* Desktop Navigation Styles - как в template-home-copy.php */
@media (min-width: 1024px) {
  .main_navigation ul {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1em;
    letter-spacing: 1%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-left: 24px;
  }
  
  .main_navigation li {
    display: flex;
    align-items: center;
    margin-left: 0;
  }
  
  .navigation-link {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1em;
    letter-spacing: 1%;
    text-transform: uppercase;
    text-align: center;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0;
    transition: color 0.2s ease;
  }
  
  .navigation-link:hover {
    color: #EA53D3;
  }
  
  .navigation-dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .navigation-dropdown .navigation-link {
   
  }
  
  .navigation-divider {
    width: 0;
    height: 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    list-style: none;
    display: none!important;
  }
  
  .navigation-divider::before {
    content: '';
  }
}

/* Footer Styles */
.footer-section {
    background-color: #202020;
    color: #FFFFFF;
    padding: 48px 0;
    width: 100%;
}

.footer-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.footer-information {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-logo-img {
    width: 90px;
    height: 32px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-social-link {
    display: block;
    width: 32px;
    height: 32px;
}

.footer-social-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-email {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
}

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

.footer-description {
    color: #F8F9F9;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57em;
    text-align: left;
}

.footer-copyright {
    display: none; /* Hidden on mobile, shown on desktop */
    color: rgba(255, 255, 255, 0.5);
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.57em;
    letter-spacing: -0.5%;
    text-align: left;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    margin: 0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 24px;
    width: 100%;
}

.footer-links-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-basis: calc(50% - 12px);
    flex-grow: 1;
}

.footer-link {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1em;
    letter-spacing: 1%;
    text-transform: uppercase;
    text-align: left;
    height: 20px;
    display: flex;
    align-items: center;
}

.footer-link:hover {
    color: #EA53D3;
}

.footer-copyright-mobile {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.57em;
    letter-spacing: -0.5%;
    text-align: left;
    padding: 0 16px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 16px;
}

/* Desktop Footer Styles */
@media (min-width: 1024px) {
    .footer-section {
        padding: 50px 0;
    }
    
    .footer-container {
        flex-direction: row;
        align-items: center;
        gap: 48px;
    }
    
    .footer-information {
        flex: 1;
    }

    .footer-logo-section {
        padding-right: 66px;
    }
    
    .footer-email {
        color: #ea53d3;
    }

    .footer-copyright {
        display: block;
    }
    
    .footer-divider {
        display: none;
    }
    
    .footer-links {
        flex: 1.5;
        flex-wrap: nowrap;
        gap: 48px;
    }

    .footer-links-column {
        gap: 20px;
        flex-basis: auto;
    }
    
    .footer-copyright-mobile {
        display: none;
    }
}

/* Company News Section Styles */

/* Responsive Design for Company News */

/* Desktop Gambling Mega Menu */

/* Left Column - Parent Categories */

/* Right Column - Children Categories */

/* Mobile Gambling Menu */

/* Add arrow icon to Gambling menu item in mobile */
@media (max-width: 1023px) {
    
    /* Hide main mobile menu when gambling submenu is active */
    
    /* Override: keep bg2 visible in burger when gambling menu is active */
}

/*# sourceMappingURL=index.css.map */