/* OVERRIDES */

.section.hero-section .container.hero-container {
  height: 0rem;
}

/* STYLE FIXES */

.section.barometer-section .barometer-desc .container-header::before {
  display: none;
}

.section.barometer-section .barometer-desc .container-header {
  margin: 0 !important ;
}

.section .container .container-header {
  padding: 0 !important;
}

.section.barometer-section .barometer-form .barometer-header {
  margin-bottom: 24px !important;
}

.section.barometer-section .form-pane .form-grid {
  margin-bottom: 24px !important;
}
.form-pane .consent-grid {
  margin-bottom: 24px !important;
}

.section.hero-section .hero-section-bottom-deco {
  height: 17rem;
  background-color: var(--theme-red);
  z-index: unset;
}

@media screen and (max-width: 767px) {
  .section.hero-section {
    background-position-x: 0;
  }

  .section.hero-section .container.hero-container {
    height: 0rem;
  }
}

.section.hero-section {
  background-color: #000 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible !important;
}

.section.hero-section .container.hero-container {
  height: 0;
  padding-top: 9rem !important;
}

@media screen and (max-width: 767px) {
  .section.hero-section .container.hero-container {
    padding-top: 8rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .section.hero-section .container.hero-container {
    padding-top: 10rem !important;
  }
}
/* HERO */

.section.hero-section .container.hero-container .hero-main .hero-p-70 {
  position: relative;
}

.section.hero-section
  .container.hero-container
  .hero-main
  .hero-p-70
  .hero-acc-2 {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(75deg) translate(67.5%, -67.5%);
}

.section.hero-section .container.hero-container .hero-main .hero-acc-6 {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-100%, 432.5%) rotate(-15deg);
  width: 100px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section.hero-section .container.hero-container .hero-main .hero-acc-6 {
    transform: translate(-100%, 267.5%) rotate(45deg);
    width: 150px;
  }
}
/* .section.hero-section .desktop-languages {
  display: none !important;
  } */

@media screen and (min-width: 1024px) {
  .section.hero-section .desktop-languages {
    height: 5.5rem;
    top: 400px !important;
    width: 10rem;
  }

  .section.hero-section .desktop-languages .desktop-languages-curr {
    /* left: 3rem; */
    /* width: 4rem; */
  }

  .section.hero-section .container.hero-container {
    padding-top: 10rem !important;
  }
}

/* PRESS SECTION - CATEGORIES */

.section.press-section {
  background: linear-gradient(
    var(--theme-red) 55%,
    rgba(255, 23, 61, 0) 100%
  ) !important;
  margin-top: -3.6rem;
  position: relative;
  margin-bottom: -10rem;
}

.section.press-section::after {
  background-color: #f6fffa;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.section.press-section .container {
  position: relative;
  top: -22rem;
}

.section.press-section .categories {
  background-color: var(--theme-white);
  border: 1px solid #e0e0e0;
  border-radius: 0 5rem;
  box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 2.5rem;
  padding: 3rem 6rem;
}

.section.press-section .categories .categories-header {
  align-items: center;
  border-bottom: 1px solid #c8c8c8;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.8rem;
  padding-bottom: 1.8rem;
}

.section.press-section .categories .categories-header .categories-header-h2 {
  font-family: "MADE TOMMY", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0;
}

.section.press-section
  .categories
  .categories-header
  .categories-header-counter {
  color: #aaa;
  margin-bottom: 0;
}

.section.press-section .categories .active-categories {
  display: flex;
  flex-wrap: wrap;
}

.section.press-section .categories .active-categories .submenu-node {
  color: #aaa;
  cursor: pointer;
  font-family: "MADE TOMMY", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 2rem 1rem 0;
}

.section.press-section .categories .active-categories .submenu-node.SELECTED {
  color: var(--theme-red);
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .section.press-section {
    margin-top: 0;
  }

  .section.press-section .container {
    top: -14rem;
  }

  .section.press-section .categories {
    border-radius: 0 2.5rem;
    box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, 0.15);
    padding: 3rem 2.5rem;
  }

  .section.press-section .categories .categories-header {
    border-bottom: none;
    flex-direction: column;
    margin-bottom: 3.5rem;
    padding-bottom: 0;
  }

  .section.press-section .categories .categories-header .categories-header-h2 {
    font-size: 2rem;
  }

  .section.press-section
    .categories
    .categories-header
    .categories-header-counter {
    color: var(--theme-black);
    font-size: 1.5rem;
  }

  .section.press-section .categories .active-categories-expand-button {
    align-items: center;
    background: #f9f9f9;
    border: 1px solid var(--theme-gray);
    border-radius: 0 2.5rem;
    display: flex;
    height: 7.5rem;
    font-size: 2rem;
    justify-content: center;
    position: relative;
  }

  .section.press-section .categories .active-categories-expand-button:active {
    top: 0.1rem;
  }

  .section.press-section .categories .active-categories-expand-button img,
  .section.press-section .categories .active-categories-expand-button span {
    margin: 0 0.5rem;
  }

  .section.press-section .categories .active-categories {
    display: none;
    flex-direction: column;
    padding: 4rem 0 3.5rem;
  }

  .section.press-section .categories .active-categories.OPEN {
    display: flex;
  }

  .section.press-section .categories .active-categories-buttons {
    display: none;
  }

  .section.press-section .categories .active-categories-buttons.OPEN {
    display: flex;
    flex-direction: column;
  }

  .section.press-section
    .categories
    .active-categories-buttons
    .main-button.main-button-red {
    background-color: var(--theme-red);
    color: var(--theme-white);
  }

  .section.press-section
    .categories
    .active-categories-buttons
    .main-button.main-button-no-bg {
    text-decoration: underline;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section.press-section .categories {
    border-radius: 0 2.5rem;
    padding: 3rem 5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .section.press-section .categories {
    padding: 3rem 5rem;
  }

  .section.press-section .categories .active-categories .submenu-node:hover {
    color: var(--theme-red);
    text-decoration: underline;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .section.press-section .categories .active-categories .submenu-node:hover {
    color: var(--theme-red);
    text-decoration: underline;
  }
}

@media screen and (min-width: 1680px) {
  .section.press-section .categories .active-categories .submenu-node:hover {
    color: var(--theme-red);
    text-decoration: underline;
  }
}

/* PRESS SECTION - PRESS */

.section.press-section .press {
  background-color: var(--theme-white);
  border: none;
  border-radius: 0 5rem;
  display: grid;
  grid-column-gap: 3rem;
  grid-row-gap: 3.5rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 6rem 6rem 18rem;
  position: relative;
}

.section.press-section .press .press-card {
  backdrop-filter: blur(1rem);
  border: 1px solid var(--theme-gray);
  border-radius: 0 5rem;
  padding: 3rem 3rem 9rem;
  position: relative;
}

.section.press-section .press .press-card .press-card-image {
  background-color: var(--theme-gray);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 3.5rem 0 0;
  height: 18rem;
  margin-bottom: 3.5rem;
  width: 100%;
}

.section.press-section .press .press-card .press-card-date {
  font-family: "MADE TOMMY", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.section.press-section .press .press-card .press-card-header {
  font-family: "MADE TOMMY", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 1.6rem;
}

.section.press-section .press .press-card .press-card-description {
  font-family: "MADE TOMMY", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 0rem;
}

.section.press-section .press .press-card .press-card-button {
  align-items: center;
  background-color: var(--theme-red);
  border-radius: 0 0 0 2.5rem;
  bottom: 0;
  color: var(--theme-white);
  display: flex;
  font-family: "MADE TOMMY", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  height: 5rem;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 15rem;
}

.section.press-section .press .press-card .press-card-button::before {
  background-color: var(--theme-red);
  border-radius: 0 0 0 2.5rem;
  bottom: 0;
  content: "";
  height: 5rem;
  position: absolute;
  right: 0;
  transition: 200ms ease;
  width: 15rem;
  z-index: -1;
}

.section.press-section .press .press-card .press-card-button:hover::before {
  width: 15.75rem;
}

.section.press-section .press .pagination {
  align-items: center;
  bottom: 5rem;
  display: flex;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.section.press-section .press .pagination .page-button {
  background: none;
  border: none;
  margin: 0 6rem;
  outline: none;
}

.section.press-section .press .pagination .page-button img {
  cursor: pointer;
}

.section.press-section .press .pagination .page-button:disabled img {
  cursor: auto;
}

.section.press-section .press .pagination .page-node {
  background-color: transparent;
  border: 0.5px solid var(--theme-black);
  border-radius: 9px;
  cursor: pointer;
  font-family: "MADE TOMMY", sans-serif;
  font-size: 1.5rem;
  height: 4.5rem;
  margin: 0.75rem;
  padding: 0 0 0.15rem;
  transition: 200ms ease;
  width: 4.5rem;
}

.section.press-section .press .pagination .page-node:hover {
  background-color: var(--theme-red);
  border: 0.5px solid var(--theme-red);
  color: var(--theme-white);
}

.section.press-section .press .pagination .page-node.IS-CURRENT {
  background-color: var(--theme-red);
  border: 0.5px solid var(--theme-red);
  border-radius: 0 9px;
  color: var(--theme-white);
}

@media screen and (max-width: 767px) {
  .section.press-section .press {
    border-radius: 0 2.5rem;
    grid-template-columns: 1fr;
    padding: 2rem 2rem 8rem;
  }

  .section.press-section .press .press-card {
    border-radius: 0 1.5rem;
    padding: 2rem 2rem 9rem;
  }

  .section.press-section .press .press-card .press-card-image {
    border-radius: 0 1.5rem 0 0;
  }

  .section.press-section .press .press-card .press-card-date {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .section.press-section .press .press-card .press-card-header {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin-bottom: 2rem;
  }

  .section.press-section .press .press-card .press-card-description {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .section.press-section .press .press-card .press-card-button {
    border-radius: 0 0 0 1.5rem;
  }

  .section.press-section .press .pagination {
    bottom: 1rem;
    transform: scale(0.7);
    left: -3rem;
  }

  .section.press-section .press .pagination .page-button {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section.press-section .press {
    border-radius: 0 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 3rem 3rem 9rem;
  }

  .section.press-section .press .press-card {
    border-radius: 0 1.5rem;
    padding: 2rem 2rem 9rem;
  }

  .section.press-section .press .press-card .press-card-image {
    border-radius: 0 1.5rem 0 0;
  }

  .section.press-section .press .press-card .press-card-date {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .section.press-section .press .press-card .press-card-header {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin-bottom: 2rem;
  }

  .section.press-section .press .press-card .press-card-description {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .section.press-section .press .press-card .press-card-button {
    border-radius: 0 0 0 1.5rem;
  }

  .section.press-section .press .pagination {
    bottom: -3rem;
  }

  .section.press-section .press .pagination .page-button {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .section.press-section .press {
    grid-template-columns: repeat(2, 1fr);
    padding: 3rem 3rem 9rem;
  }

  .section.press-section .press .pagination {
    bottom: 1rem;
  }

  .section.press-section .press .pagination .page-button {
    display: none;
  }
}

/* BAROMETER */

/* ==========================================================================
   BAROMETER 2026
   ========================================================================== */

.section.barometer-section {
  position: relative;
  overflow: hidden;
  background-color: #000 !important;
  color: var(--theme-white);
}

.section.barometer-section .noise {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.35;
}

.section.barometer-section .container.barometer-container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: clamp(32px, 4.5vw, 64px) 0;
  box-sizing: border-box;
  display: flex !important;
}

/* ==========================================================================
   LAYOUT
   ========================================================================== */

.section.barometer-section .barometer-layout {
  display: flex;
  align-items: flex-start;
  gap: clamp(32px, 3.5vw, 64px);
}

.section.barometer-section .barometer-desc {
  flex: 1 1 auto;
  min-width: 0;
}

.section.barometer-section .barometer-form {
  flex: 0 0 45%;

  /* IMPORTANT:
     border belongs to .form-pane, not .barometer-form */
  border: none;
  background: none !important;
  padding: 0 20px !important;
  backdrop-filter: none !important;
}

.section.barometer-section *,
.section.barometer-section *::before,
.section.barometer-section *::after {
  box-sizing: border-box;
}

/* ==========================================================================
   EYEBROW
   ========================================================================== */

.section.barometer-section .barometer-eyebrow {
  margin: 0 0 24px;
  color: var(--theme-red);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

/* ==========================================================================
   TITLE
   ========================================================================== */

.section.barometer-section .barometer-title {
  margin: 0 0 18px;
  color: var(--theme-white);
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.section.barometer-section .barometer-title .span-500 {
  font-weight: 800;
}

/* ==========================================================================
   RED RULE
   ========================================================================== */

.section.barometer-section .barometer-red-rule {
  width: 56px;
  height: 5px;
  margin-bottom: 24px;
  border-radius: 999px;
  background-color: var(--theme-red);
}

/* ==========================================================================
   SUBHEADING
   ========================================================================== */

.section.barometer-section .barometer-subheading {
  margin: 0 0 12px;
  color: var(--theme-white);
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

/* ==========================================================================
   INTRO
   ========================================================================== */

.section.barometer-section .barometer-intro {
  margin-bottom: 32px;
  color: #b9b9c2;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.6;
}

.section.barometer-section .barometer-intro p {
  margin: 0;
}

.section.barometer-section .barometer-intro p + p {
  margin-top: 2px;
}

/* ==========================================================================
   STATISTICS
   ========================================================================== */

.section.barometer-section .barometer-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}

.section.barometer-section .barometer-stat {
  min-width: 0;
}

.section.barometer-section .barometer-stat-rule {
  width: 100%;
  height: 3px;
  margin-bottom: 14px;
  border-radius: 2px;
  background-color: var(--theme-red);
}

.section.barometer-section .barometer-stat-value {
  margin-bottom: 8px;
  color: var(--theme-white);
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1.5px;
}

.section.barometer-section .barometer-stat-text {
  color: #b9b9c2;
  font-size: 11.5px;
  line-height: 1.6;
}

.section.barometer-section .barometer-stat-text p {
  margin: 0;
}

/* ==========================================================================
   CONTENTS HEADING
   ========================================================================== */

.section.barometer-section .barometer-contents-heading {
  margin: 0 0 16px;
  color: var(--theme-white);
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

/* ==========================================================================
   BULLET LIST
   ========================================================================== */

.section.barometer-section .barometer-bullets {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section.barometer-section .barometer-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.section.barometer-section .barometer-bullet-dot {
  width: 6px;
  height: 6px;
  margin-top: 7px;
  flex: 0 0 6px;
  border-radius: 50%;
  background-color: var(--theme-red);
}

.section.barometer-section .barometer-bullets p {
  margin: 0;
  color: #d3d3da;
  font-size: clamp(12px, 0.95vw, 14.5px);
  line-height: 1.65;
}

.section.barometer-section .barometer-bullet-bold {
  color: var(--theme-white);
  font-weight: 700;
}

/* ==========================================================================
   DOWNLOAD CARD
   ========================================================================== */

.section.barometer-section .barometer-form .form-pane {
  width: 100%;
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid #2a2a2e;
  border-radius: 26px;
  background-color: #131316;
  box-sizing: border-box;
}

.section.barometer-section .barometer-form .form-body {
  width: 100%;
}

/* ==========================================================================
   FORM HEADER
   ========================================================================== */

.section.barometer-section .barometer-header {
  margin: 0 0 24px;
}

.section.barometer-section .barometer-header span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-white);
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.section.barometer-section .barometer-header img {
  width: auto;
  height: 30px;
  object-fit: contain;
}

/* ==========================================================================
   HF FORM
   ========================================================================== */

.section.barometer-section .barometer-form form {
  width: 100%;
}

/*
 * Inputs
 */

.section.barometer-section .barometer-form form input[type="text"],
.section.barometer-section .barometer-form form input[type="email"],
.section.barometer-section .barometer-form form input[type="tel"],
.section.barometer-section .barometer-form form input[type="number"],
.section.barometer-section .barometer-form form input[type="url"],
.section.barometer-section .barometer-form form select,
.section.barometer-section .barometer-form form textarea {
  width: 100%;
  height: 54px !important;
  padding: 0 20px !important;

  border: 1px solid #2a2a2e !important;
  border-radius: 13px !important;

  outline: none !important;

  background-color: #1c1c20 !important;
  color: var(--theme-white) !important;

  font-family: inherit !important;
  font-size: 15px !important;

  box-sizing: border-box !important;

  transition:
    border-color 200ms ease,
    background-color 200ms ease;
}

.section.barometer-section .barometer-form form input::placeholder,
.section.barometer-section .barometer-form form textarea::placeholder {
  color: #8a8a93;
  opacity: 1;
}

.section.barometer-section .barometer-form form input:focus,
.section.barometer-section .barometer-form form select:focus,
.section.barometer-section .barometer-form form textarea:focus {
  border-color: #4a4a52;
  background-color: #202025;
}

/*
 * Textarea
 */

.section.barometer-section .barometer-form form textarea {
  height: auto;
  min-height: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*
 * Checkbox
 */

.section.barometer-section .barometer-form form input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;

  width: 17px;
  height: 17px;
  min-width: 17px;

  border: 1px solid #555;
  border-radius: 3px;

  background-color: #1c1c20 !important;

  cursor: pointer;
  position: relative;
}

.section.barometer-section .barometer-form form input[type="checkbox"]:checked {
  background-color: var(--theme-red) !important;
  border-color: var(--theme-red);
}

.section.barometer-section .barometer-form form label {
  color: #b9b9c2;
  font-size: 11.5px;
  line-height: 1.6;
}

.section.barometer-section
  .barometer-form
  form
  input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;

  width: 4px;
  height: 8px;

  left: 5px;
  top: 2px;

  border: solid var(--theme-white);
  border-width: 0 2px 2px 0;

  transform: rotate(45deg);
}

/* ==========================================================================
   SUBMIT BUTTON
   ========================================================================== */

.section.barometer-section .barometer-form form button[type="submit"],
.section.barometer-section .barometer-form form input[type="submit"] {
  width: 100%;
  height: 56px;
  margin-top: 4px;
  padding: 0 20px;

  border: 0;
  border-radius: 13px;

  background-color: var(--theme-white);
  color: var(--theme-black);

  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;

  cursor: pointer;

  transition:
    opacity 200ms ease,
    transform 150ms ease;
}

.section.barometer-section .barometer-form form button[type="submit"]:hover,
.section.barometer-section .barometer-form form input[type="submit"]:hover {
  opacity: 0.9;
}

.section.barometer-section .barometer-form form button[type="submit"]:active,
.section.barometer-section .barometer-form form input[type="submit"]:active {
  opacity: 0.8;
  transform: translateY(1px);
}

/* ==========================================================================
   FORM DIVIDER
   ========================================================================== */

.section.barometer-section .barometer-form-divider {
  width: 100%;
  height: 1px;
  margin: 24px 0;
  background-color: #2a2a2e;
}

/* ==========================================================================
   JOURNALIST
   ========================================================================== */

.section.barometer-section .barometer-journalist-title {
  margin: 0 0 8px;
  color: var(--theme-white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.section.barometer-section .barometer-journalist-text {
  margin: 0 0 16px;
  color: #9a9aa3;
  font-size: 11.5px;
  line-height: 1.65;
}

.form-pane .consent-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 0px;
  align-items: start;
  font-size: 11.5px;
  color: #9a9aa3;
  line-height: 1.65;
}

.section.barometer-section .barometer-pdf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 36px;
  padding: 0 24px;

  border-radius: 999px;

  background-color: var(--theme-red);
  color: var(--theme-white) !important;

  font-size: 13px;
  font-weight: 700;
  line-height: 1;

  text-decoration: none !important;

  transition:
    opacity 200ms ease,
    transform 150ms ease;
}

.section.barometer-section .barometer-pdf-button:hover {
  opacity: 0.9;
}

.section.barometer-section .barometer-pdf-button:active {
  opacity: 0.8;
  transform: translateY(1px);
}

/* ==========================================================================
   SUCCESS STATE
   ========================================================================== */

.section.barometer-section .barometer-submission-done {
  width: 100%;
}

.section.barometer-section .barometer-submission-done .form-success-header {
  display: block;
  color: var(--theme-white);
  line-height: 1.6;
}

.section.barometer-section .form-pane .submission-grid {
  display: block !important;
}

/* ==========================================================================
   TABLET
   ========================================================================== */

@media screen and (max-width: 1199px) {
  .section.barometer-section .container.barometer-container {
    padding: 48px 32px;
  }

  .section.barometer-section .barometer-layout {
    gap: 32px;
  }

  .section.barometer-section .barometer-form {
    flex: 0 1 65%;
    width: auto;
  }

  .section.barometer-section .barometer-form {
    padding: 0px !important;
  }
}

/* ==========================================================================
   MOBILE / TABLET
   ========================================================================== */

@media screen and (max-width: 991px) {
  .section.barometer-section .container.barometer-container {
    padding: 40px 24px;
  }

  .section.barometer-section .barometer-layout {
    flex-direction: column;
    gap: 40px;
  }

  .section.barometer-section .barometer-desc,
  .section.barometer-section .barometer-form {
    flex: 1 1 100%;
    width: 100%;
  }

  .section.barometer-section .barometer-form {
    padding: 0px !important;
  }

  .section.barometer-section .barometer-title {
    font-size: clamp(30px, 7vw, 42px);
  }

  .section.barometer-section .barometer-form .form-pane {
    padding: 28px;
  }
}

/* ==========================================================================
   MOBILE
   ========================================================================== */

@media screen and (max-width: 767px) {
  .section.barometer-section .container.barometer-container {
    padding: 32px 0px;
  }

  .section.barometer-section .barometer-layout {
    gap: 32px;
  }

  .section.barometer-section .barometer-eyebrow {
    margin-bottom: 20px;
    font-size: 10px;
    letter-spacing: 1.8px;
  }

  .section.barometer-section .barometer-title {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 1.1;
  }

  .section.barometer-section .barometer-red-rule {
    width: 48px;
    height: 4px;
    margin-bottom: 20px;
  }

  .section.barometer-section .barometer-subheading {
    font-size: 20px;
  }

  .section.barometer-section .barometer-intro {
    margin-bottom: 28px;
    font-size: 13px;
  }

  /* Statistics */

  .section.barometer-section .barometer-stats {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
  }

  .section.barometer-section .barometer-stat-value {
    font-size: 32px;
  }

  .section.barometer-section .barometer-stat-text {
    font-size: 12px;
  }

  /* Bullets */

  .section.barometer-section .barometer-bullets {
    gap: 16px;
  }

  .section.barometer-section .barometer-bullets li {
    gap: 12px;
  }

  .section.barometer-section .barometer-bullets p {
    font-size: 12.5px;
  }

  /* Form */

  .section.barometer-section .barometer-form {
    padding: 0px !important;
  }

  .section.barometer-section .barometer-form .form-pane {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .section.barometer-section .barometer-header span {
    font-size: 20px;
  }

  .section.barometer-section .barometer-header img {
    height: 24px !important;
  }
}

/* ==========================================================================
   EXTRA SMALL
   ========================================================================== */

@media screen and (max-width: 380px) {
  .section.barometer-section .container.barometer-container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .section.barometer-section .barometer-title {
    font-size: 27px;
  }

  .section.barometer-section .barometer-form {
    padding: 0px !important;
  }

  .section.barometer-section .barometer-form .form-pane {
    padding: 20px 16px;
  }
}

/* REPORTS */

.section.reports-section {
  background-color: #f6fffa;
}

.section.reports-section .container {
  border-top: 1px solid var(--theme-gray);
  margin: 5rem 0;
}

.section.reports-section .container .container-header {
  margin-bottom: 7rem;
}

.section.reports-section
  .container
  .container-header
  .header-h2.reports-header-h2 {
  font-size: 3.5rem;
}

.section.reports-section .container .reports-grid {
  display: grid;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.section.reports-section .container .reports-grid .report-card {
  backdrop-filter: blur(10px);
  border: 1px solid #d4d4d4;
  border-radius: 0 0 0 2.5rem;
  background-color: rgba(237, 237, 237, 0.5);
  min-height: 28rem;
  padding: 6rem 3rem;
  position: relative;
}

.section.reports-section .container .reports-grid .report-card .rep-desc {
  font-family: "MADE TOMMY", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 0.6rem;
}

.section.reports-section .container .reports-grid .report-card .rep-header {
  font-family: "MADE TOMMY", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 0;
}

.section.reports-section .report-card {
  box-sizing: border-box;
}

.section.reports-section
  .container
  .reports-grid
  .report-card
  .report-card-button {
  align-items: center;
  background-color: var(--theme-red);
  border-radius: 0 0 0 2.5rem;
  bottom: 0;
  color: var(--theme-white);
  display: flex;
  font-family: "MADE TOMMY", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  height: 6rem;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 22rem;
}

.section.reports-section
  .container
  .reports-grid
  .report-card
  .report-card-button::before {
  background-color: var(--theme-red);
  border-radius: 0 0 0 2.5rem;
  bottom: 0;
  content: "";
  height: 6rem;
  position: absolute;
  right: 0;
  transition: 200ms ease;
  width: 22rem;
  z-index: -1;
}

.section.reports-section
  .container
  .reports-grid
  .report-card
  .report-card-button:hover::before {
  width: 22.75rem;
}

.section.reports-section
  .container
  .reports-grid
  .report-card
  .report-card-button
  span,
.section.reports-section
  .container
  .reports-grid
  .report-card
  .report-card-button
  img {
  margin: 0 0.75rem;
}

@media screen and (max-width: 767px) {
  .section.reports-section .container .container-header::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .section.reports-section
    .container
    .container-header
    .header-h2.reports-header-h2 {
    font-size: 2.5rem;
    text-align: center;
  }

  .section.reports-section .container .reports-grid {
    grid-template-columns: 1fr;
  }

  .section.reports-section .container .reports-grid .report-card .rep-desc {
    font-size: 1.5rem;
    margin-bottom: 1.8rem;
  }

  .section.reports-section .container .reports-grid .report-card .rep-header {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section.reports-section .container .reports-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section.reports-section .container .reports-grid .report-card .rep-desc {
    font-size: 1.5rem;
    margin-bottom: 1.8rem;
  }

  .section.reports-section .container .reports-grid .report-card .rep-header {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .section.reports-section .container .reports-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* PRESSKIT */

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

.section.presskit-section .container {
  margin: 5rem 0;
}

.section.presskit-section .container .floating-icon-thumbsup {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-250%, 75%);
}

.section.presskit-section .container .floating-icon-bell {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-50%, 300%);
}

.section.presskit-section .container .container-header {
  margin-bottom: 3.5rem;
}

.section.presskit-section
  .container
  .container-header
  .header-h2.reports-header-h2 {
  font-size: 3.5rem;
}

.section.presskit-section .container .presskit-description {
  color: var(--theme-white);
  font-size: 2rem;
  margin-bottom: 5rem;
}

.section.presskit-section .container .presskit-grid {
  display: grid;
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 7.2rem;
  width: 100%;
  max-width: 102.4rem;
}

.section.presskit-section .container .presskit-grid .presskit-card {
  background-color: #252525;
  border: 1px solid #555;
  border-radius: 0 2.5rem;
  color: var(--theme-white);
  display: flex;
  font-size: 2.5rem;
  font-weight: 400;
  padding: 3.2rem;
  width: 100%;
}

.section.presskit-section
  .container
  .presskit-grid
  .presskit-card.presskit-card-red {
  background-color: var(--theme-red);
  border: 1px solid var(--theme-red);
}

.section.presskit-section .container .presskit-grid .presskit-card img,
.section.presskit-section .container .presskit-grid .presskit-card span {
  margin: 0 0.8rem;
}

@media screen and (max-width: 767px) {
  .section.presskit-section .container .floating-icon-thumbsup {
    left: 0;
    right: unset;
    transform: translate(-25%, 125%);
  }

  .section.presskit-section .container .floating-icon-bell {
    display: none;
  }

  .section.presskit-section .container .container-header {
    padding-bottom: 8rem;
  }

  .section.presskit-section .container .container-header::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .section.presskit-section
    .container
    .container-header
    .header-h2.reports-header-h2 {
    font-size: 2.5rem;
    text-align: center;
  }

  .section.presskit-section .container .presskit-description {
    font-size: 1.5rem;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    top: -10.5rem;
  }

  .section.presskit-section .container .presskit-grid {
    grid-template-columns: 1fr;
    margin-bottom: 3.6rem;
    width: 100%;
  }

  .section.presskit-section .container .presskit-grid .presskit-card {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section.presskit-section .container .floating-icon-thumbsup {
    transform: translate(-25%, 25%);
  }

  .section.presskit-section .container .floating-icon-bell {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .section.presskit-section .container .floating-icon-thumbsup {
    transform: translate(-25%, 25%);
  }

  .section.presskit-section .container .floating-icon-bell {
    display: none;
  }
}

.section.barometer-section .barometer-form form input:-webkit-autofill,
.section.barometer-section .barometer-form form input:-webkit-autofill:hover,
.section.barometer-section .barometer-form form input:-webkit-autofill:focus,
.section.barometer-section .barometer-form form textarea:-webkit-autofill,
.section.barometer-section .barometer-form form textarea:-webkit-autofill:hover,
.section.barometer-section
  .barometer-form
  form
  textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--theme-white) !important;
  -webkit-box-shadow: 0 0 0 1000px #1c1c20 inset !important;
  box-shadow: 0 0 0 1000px #1c1c20 inset !important;
  background-color: #1c1c20 !important;
  transition: background-color 9999s ease-out 0s;
}

.section.barometer-section .barometer-form form select:-webkit-autofill {
  -webkit-text-fill-color: var(--theme-white) !important;
  -webkit-box-shadow: 0 0 0 1000px #1c1c20 inset !important;
  box-shadow: 0 0 0 1000px #1c1c20 inset !important;
}

/* ==========================================================================
   FORM SUCCESS / POPUP SUCCESS
   ========================================================================== */

.submission-done.form-success {
  background: #1c1c20 !important;
  background-image: none !important;
  border: 1px solid #2a2a2e !important;
  min-height: 100px !important;
}

.submission-done.form-success .form-success-header {
  font-size: 2.5rem !important;
  font-family: "MADE TOMMY", sans-serif;
}
