/* ===== CSS VARIABLES ===== */
:root {
  /* Primary Colors */
  --primary-light: #c2a95e;
  --primary-dark: #364a4f;

  /* Secondary Colors */
  --secondary-light: #7aa59c;
  --secondary-dark: #526669;

  /* Highlight Colors */
  --highlight-green: #1fd18f;
  --highlight-light: #d3f7ef;

  /* Neutral */
  --gray: #f0f0f0;
  --gray-2: #f0eeef;
  --gray-3: #d9d9d9;
  --white: #ffffff;
  --black: #000000;
  --green-2: #c6dbd6;
}

b,
strong {
  font-weight: 600;
}

i {
  font-style: italic;
}

body {
  padding-top: 80px;
}

body.menu-open {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  body {
    padding-top: 100px;
  }
}

body.in-iframe {
  padding-top: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.w-full {
  width: 100%;
}

.display-flex {
  display: flex;
}

/* Base typography styles */

h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 38px;
  letter-spacing: 0%;
  margin-bottom: 40px;
  color: var(--primary-dark);
}

@media screen and (min-width: 768px) {
  h1 {
    font-family: Roboto;
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -2%;
    margin-bottom: 50px;
    font-family: Roboto;
  }
}

h2 {
  font-size: 34px;
  color: var(--primary-dark);
  margin-bottom: 25px;
  line-height: 38px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

h3 {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

p {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

p:not(:last-child) {
  margin-bottom: 25px;
}

button {
  border: none;
  background: none;
}

a {
  color: var(--highlight-green);
}

a:visited {
  color: var(--secondary-dark);
}

.dem-modulbox {
  min-width: 100px;
}

.bg-gray {
  background-color: var(--gray-2);
}

.bg-gray:has(> div > div) {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bg-green:has(> div > div) {
  padding-top: 80px;
  padding-bottom: 100px;
}

.bg-green {
  background-color: var(--highlight-green);
  color: #fff;
}

.bg-green h2,
.bg-green a {
  color: #fff;
}

.button {
  display: inline-block;
  color: #fff;
  background: var(--highlight-green);
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 15px;
  line-height: 1.5;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.button:visited {
  color: #fff;
}

.button:hover {
  box-shadow: 0px 3px 12px 0px #00000040;
}

.button.gray {
  background: var(--gray);
  color: var(--primary-dark);
}
.button.white {
  background: var(--white);
  color: var(--highlight-green);
}

.container-l {
  max-width: 1120px;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (min-width: 1160px) {
  .container-l {
    margin-left: auto;
    margin-right: auto;
  }
}

.content-wrapper {
  max-width: 740px;
  margin-left: 20px;
  margin-right: 20px;
}

.content-wrapper.main-content:has(> *) {
  padding-top: 80px;
  padding-bottom: 80px;
}

.header + .content-wrapper.main-content:has(> *) {
  padding-top: 40px;
}

.container-l .content-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.main-content {
  font-size: 18px;
  line-height: 1.5;
}

.content-wrapper.main-content img.img-responsive,
.content-wrapper.main-content img[style*="width"] {
  width: 100% !important;
  height: auto !important;
}

/* Styling for unordered lists inside .content */
.content-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: disc;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .content-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 15;
  padding: 20px 0;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 80px;
  transition: transform 0.3s ease;
}

.header > .container-l {
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
  margin: 0 auto;
}

.header-container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.header .brand {
  display: block;
  margin-right: 20px;
}

.header .brand img {
  height: 48px;
  width: auto;
}

.header-nav-container {
  position: fixed;
  top: -100vh;
  left: 0;
  display: flex;
  z-index: 102;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  padding-left: 40px;
  background: #fff;
  background-color: var(--white);
  z-index: 100;
  transition: top 0.3s ease;
}

.header-nav-container.active {
  top: 0;
}

.header-nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
}

.header-nav ul li {
  list-style: none;
}

.header-nav ul li a {
  font-size: 28px;
  color: var(--primary-dark);
  text-decoration: none;
  transition: color 0.2s ease;
}

.header-nav ul li a:hover,
.header-nav ul li a.active,
.header-nav ul li a.fw-nav-selected {
  color: var(--black);
}

.header-nav ul li a.active,
.header-nav ul li a.fw-nav-selected {
  font-weight: 600;
}

.header-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  gap: 20px;
}

.header-buttons a.contact {
  font-size: 28px;
  color: var(--primary-dark);
  text-decoration: none;
  transition: color 0.2s ease;
  text-decoration: none;
}

.header-buttons .button.publications {
  color: #fff;
  background: var(--highlight-green);
  font-size: 25px;
  border-radius: 30px;
}

.close-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 28px;
  right: 20px;
}

/* Nav toggle/hamburger button */
.nav-toggle {
  height: 24px;
  margin-left: auto;
  cursor: pointer;
}

.header .social-links {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .header {
    height: 100px;
  }

  .header .brand img {
    max-width: 184px;
  }

  .header-nav-container {
    position: static;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    padding-left: 0;
    background-color: transparent;
  }

  .header .nav-toggle {
    display: none;
  }

  .header-nav ul {
    flex-direction: row;
    gap: 15px;
    text-align: center;
  }

  .header-buttons {
    margin-top: 0;
    margin-left: 20px;
  }

  .header-buttons a.contact {
    display: none;
  }

  .header-buttons .button.publications {
    background: var(--gray);
    color: var(--primary-dark);
    border-radius: 20px;
  }

  .nav-toggle {
    display: none;
  }

  .close-button {
    display: none;
  }

  .header .social-links {
    display: none;
  }

  .header-nav ul li a {
    font-size: 15px;
  }

  .header-buttons a.contact {
    font-size: 15px;
  }

  .header-buttons .button.publications {
    font-size: 15px;
  }
}

/* Social links start */

.social-links {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
}

.social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  background: no-repeat center center;
  background-size: cover;
}

.social-link.web {
  background-image: url(https://mypage.netlive.ch/demandit/files/M_BB941CC4DCEF687AD98/dms/File/top100_2025_web_icon.svg);
}

.social-link.linkedin {
  background-image: url(https://mypage.netlive.ch/demandit/files/M_BB941CC4DCEF687AD98/dms/File/top100_2025_ln_icon.svg);
}

.social-links.white .social-link.linkedin {
  background-image: url(https://mypage.netlive.ch/demandit/files/M_BB941CC4DCEF687AD98/dms/File/top100_2025_ln_white.svg);
}

.social-link.instagram {
  background-image: url(https://mypage.netlive.ch/demandit/files/M_BB941CC4DCEF687AD98/dms/File/top100_2025_ig.svg);
}

.social-links.white .social-link.instagram {
  background-image: url(https://mypage.netlive.ch/demandit/files/M_BB941CC4DCEF687AD98/dms/File/top100_2025_ig_white.svg);
}

.social-link.x {
  background-image: url(https://mypage.netlive.ch/demandit/files/M_BB941CC4DCEF687AD98/dms/File/top100_2025_x.svg);
}

.social-links.white .social-link.x {
  background-image: url(https://mypage.netlive.ch/demandit/files/M_BB941CC4DCEF687AD98/dms/File/top100_2025_x_white.svg);
}

.social-link.facebook {
  background-image: url(https://mypage.netlive.ch/demandit/files/M_BB941CC4DCEF687AD98/dms/File/top100_2025_fb.svg);
}

.social-links.white .social-link.facebook {
  background-image: url(https://mypage.netlive.ch/demandit/files/M_BB941CC4DCEF687AD98/dms/File/top100_2025_fb_white.svg);
}

/* Hero Carousel Navigation */
.custom-carousel-wrapper {
  position: relative;
}

.custom-carousel {
  position: relative;
  overflow: hidden;
}

.custom-carousel-arrow {
  display: none;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%) rotate(180deg);
  top: 50%;
  left: -140px;
  z-index: 10;
}

.custom-carousel-arrow.right {
  right: -140px;
  left: auto;
  transform: translateY(-50%);
}

@media screen and (min-width: 900px) {
  .custom-carousel-arrow {
    display: block;
    left: -70px;
  }

  .custom-carousel-arrow.right {
    right: -70px;
  }
}

@media screen and (min-width: 1040px) {
  .custom-carousel-arrow {
    left: -140px;
  }

  .custom-carousel-arrow.right {
    right: -140px;
  }
}

.custom-carousel-tracks {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  transition: all 0.3s ease;
  width: 100%;
  touch-action: pan-y;
  -webkit-user-select: none;
}

.custom-carousel-track {
  flex: 0 0 100%;
}

.custom-carousel-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 10;
  width: 100%;
  margin-top: 30px;
}

.custom-carousel-nav-item {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--gray-3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-carousel-nav-item.active {
  background-color: var(--primary-light);
}

/* ===== HERO SECTION START ===== */

.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  flex-shrink: 0;
}

.hero img {
  display: block;
  width: 100%;
  height: 100vw;
  margin-bottom: 20px;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero h1 {
  color: var(--primary-dark);
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .hero {
    position: relative;
    height: 500px;
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .hero-content {
    position: relative;
    z-index: 2;
  }

  .hero h1 {
    color: var(--white);
    font-size: 42px;
    max-width: 566px;
  }

  .hero-carousel .custom-carousel-nav {
    position: absolute;
    bottom: 20px;
  }

  .hero-carousel .custom-carousel-nav-item:not(.active) {
    background: #fff;
  }
}
/* ===== HERO SECTION END ===== */

/* ===== BACKGROUND IMAGE START ===== */
.bg-image {
  position: relative;
  overflow: hidden;
}

.bg-image > img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.bg-image .content {
  position: relative;
  z-index: 1;
}
/* ===== BACKGROUND IMAGE END ===== */

/* ===== TESTIMONIALS SECTION START ===== */
.testimonials {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 15px -20px 0;
  padding: 0 20px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scroll-snap-type: x mandatory;
}

.testimonials-item {
  display: flex;
  flex: 0 0 300px;
  flex-direction: column;
  background-color: var(--secondary-dark);
  padding: 25px 20px 25px;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.testimonials-item p {
  color: var(--primary-light);
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 30px;
}

.testimonials-item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  object-fit: cover;
  object-position: center;
}

.testimonials-item span {
  color: var(--white);
  font-size: 15px;
  line-height: 1.35;
  display: block;
}

.testimonials-author {
  margin-top: auto;
}

.testimonials-nav {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff
    url("/demandit/files/M_BB941CC4DCEF687AD98/dms/File/top100_2025_arrow_gold.svg")
    no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -65px;
  z-index: 10;
  cursor: pointer;
}

.testimonials-nav.next {
  left: auto;
  right: -65px;
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (min-width: 768px) {
  .testimonials-wrapper {
    position: relative;
    padding: 0 70px;
  }

  .testimonials-nav {
    display: block;
    left: 0;
  }

  .testimonials-nav.next {
    left: auto;
    right: 0;
  }

  .testimonials {
    flex-wrap: nowrap;
    overflow-x: visible;
    justify-content: flex-start;
  }

  .testimonials-item {
    flex: 0 0 calc(100% / 3 - 40px / 3);
  }

  .testimonials-item p {
    font-size: 24px;
  }

  .testimonials-item img {
    width: 120px;
    height: 120px;
  }
}

@media screen and (min-width: 1265px) {
  .testimonials-wrapper {
    padding: 0;
  }

  .testimonials-nav {
    left: -65px;
  }

  .testimonials-nav.next {
    left: auto;
    right: -65px;
  }
}
/* ===== TESTIMONIALS SECTION END ===== */

/* ===== ARTICLE LIST SECTION START ===== */
.article-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: nowrap;
}

.article-item {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  box-shadow: 10px 10px 30px 0px #00000040;
}

.bg-gray .article-item {
  box-shadow: none;
}

.article-item img {
  width: 100%;
  aspect-ratio: 8/5;
  object-fit: cover;
  object-position: center;
}

.article-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px 15px 20px;
}

.article-content h4 {
  color: var(--primary-dark);
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}

.article-content p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--black);
}

.article-content p:last-of-type {
  margin-bottom: 40px;
}

.article-content .read-more {
  display: flex;
  align-items: center;
  margin-top: auto;
  gap: 10px;
  color: var(--highlight-green);
  text-decoration: none;
  font-size: 15px;
}

.article-content .read-more::before {
  content: "";
  display: block;
  width: 30px;
  height: 1.5px;
  background-color: var(--highlight-green);
}

@media screen and (min-width: 768px) {
  .article-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .article-list:not(:has(> .article-item:nth-child(4))) {
    justify-content: center;
  }

  .article-item {
    max-width: calc(25% - 15px);
    min-width: calc(25% - 15px);
  }
}
/* ===== ARTICLE LIST SECTION END ===== */

/* Input fields styling */
.form-response {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: -1%;
}

.newsletter-form-error-msg.form-response {
  display: inline-block;
  padding: 4px;
  background: #fff;
  color: #da5bd6;
  font-weight: 600;
  font-style: Italic;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1%;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .form-response {
    font-size: 24px;
  }
}

.form-field {
  position: relative;
  margin-bottom: 50px;
}

input.form_bg_color_false {
  padding-right: 50px;
}

.form-field:has(> .form_bg_color_false):after {
  position: absolute;
  right: 0;
  top: -10px;
  width: 36px;
  height: 36px;
  content: "";
  background: url(/demandit/files/M_BB941CC4DCEF687AD98/dms/File/top100_2025_form_error.svg)
    no-repeat center;
}

input[type="text"],
input[type="email"] {
  border: none;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 12px;
  font-size: 18px;
  color: var(--text-color);
  background: transparent;
  width: 100%;
  outline: none;
  height: 35px;
}

input[type="text"].form_bg_color_false,
input[type="email"].form_bg_color_false {
  padding-right: 50px;
}

/* White form variant */
form.white input[type="text"],
form.white input[type="email"] {
  border-bottom: 2px solid #fff;
  color: #fff;
}

form .form-field {
  position: relative;
}

form.white .form-field:has(> select) {
  border-bottom: 2px solid #fff;
}

form.white .form-field:has(> select):before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  transform: rotate(45deg);
  transform-origin: center;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  z-index: 10;
}

form.white select {
  appearance: none;
  border: none;
  height: 35px;
  padding-bottom: 12px;
  padding-left: 25px;
  font-size: 18px;
  color: var(--text-color);
  background: transparent;
  width: 100%;
  outline: none;
  position: relative;
  z-index: 5;
}

form.white select option {
  color: #000;
}

form.white input[type="text"]::placeholder,
form.white input[type="email"]::placeholder {
  color: #fff;
}

form.white,
form.white h2,
form.white p {
  color: #fff;
}

/* Contact section styling */
.contact-section {
  border-color: var(--green-2);
  border-style: solid;
  border-left-width: 15px;
  border-right-width: 15px;
  border-top-width: 20px;
  border-bottom-width: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 80px 30px 90px;
}

.contact-page.contact-section {
  margin-top: -40px;
}

@media screen and (min-width: 768px) {
  .contact-section {
    border-left-width: 30px;
    border-right-width: 30px;
    border-top-width: 30px;
    border-bottom-width: 30px;
    padding-bottom: 180px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .contact-page.contact-section {
    margin-top: 0px;
  }
}

.contact-section h2 {
  margin-bottom: 40px;
}

.contact-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}

.contact-main a:first-of-type {
  margin-top: 20px;
  margin-bottom: 5px;
}

.contact-main span {
  display: block;
  font-size: 18px;
}

.contact-main a {
  text-decoration: none;
  color: var(--highlight-green);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 45px;
  font-size: 18px;
}

.contact-main a::before {
  content: "";
  display: block;
  width: 30px;
  border-top: 2px solid var(--highlight-green);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact-main span {
  font-size: 18px;
  line-height: 1.5;
}

.contact-info {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .contact-main {
    flex-direction: row;
  }

  .contact-main img {
    max-width: 25%;
  }

  .contact-main p {
    font-size: 24px;
  }
}

/* Footer styling */
.footer {
  padding-top: 80px;
  padding-bottom: 30px;
  background-color: var(--secondary-dark);
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

/* Footer div styling */
.footer > div,
.footer > div > .dem-modulbox {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 50px;
  flex-wrap: wrap;
}

.footer > div > .dem-modulbox {
  flex: 1;
}

.footer > div > .dem-modulbox > div,
.footer > div > div:not(.dem-modulbox) {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 5px;
  min-width: 100%;
}

.footer > div > .dem-modulbox > div:last-child,
.footer > div > div:not(.dem-modulbox):last-child {
  gap: 0;
}

.footer > div > div:nth-child(2),
.footer > div > div:nth-child(3) {
  min-width: calc(100% / 2 - 25px);
  max-width: calc(100% / 2 - 25px);
}

.footer img {
  max-width: 180px;
  width: 100%;
  margin-bottom: 10px;
}

.footer .social-links {
  margin-top: 10px;
}

.footer-policies {
  display: flex;
  gap: 35px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 75px;
}

@media screen and (min-width: 768px) {
  .footer > div {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }

  .footer > div > .dem-modulbox > div,
  .footer > div > div:not(.dem-modulbox) {
    min-width: auto;
    flex: 0 0 auto;
  }

  .footer > div > div:nth-child(2),
  .footer > div > div:nth-child(3) {
    min-width: auto;
    max-width: auto;
  }

  .footer .social-links {
    margin-top: 0px;
  }

  .footer-policies {
    margin-top: 130px;
  }
}

.event-intro-date {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

@media screen and (max-width: 420px) {
  .event-intro-date {
    gap: 10px;
    flex-direction: column;
  }
}

.news-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 20px 0;
}

.news-filters .button {
  flex-shrink: 0;
}

@media screen and (min-width: 600px) {
  .news-filters {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }
}

/* Fullscreen image */

.image-full > img,
.image-full > .dem-modulbox > img {
  width: 100%;
  height: 100vw;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .image-full > img,
  .image-full > .dem-modulbox > img {
    height: 500px;
  }
}

/* Past event list  */
ul.link-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  border-top: 1px solid var(--primary-dark);
}

.link-list li {
  border-bottom: 1px solid var(--primary-dark);
}

.link-list li a {
  font-size: 20px;
  line-height: 2.74;
  text-decoration: none;
  color: var(--primary-light);
}

/* Profile track */

.profile-track {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.profile-track img {
  width: 100%;
  height: auto;
}

/* Jury list */

.jury-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.jury-list .jury-item {
  flex: 0 0 calc(100% / 2 - 10px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.35;
}

.jury-list img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  margin-bottom: 15px;
}

.jury-item a {
  position: relative;
  padding-left: 45px;
  font-size: 18px;
}

.jury-item a::before {
  content: "";
  display: block;
  width: 30px;
  border-top: 2px solid var(--highlight-green);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .jury-list {
    padding-bottom: 20px;
  }

  .jury-list img {
    margin-bottom: 25px;
  }

  .jury-list .jury-item {
    flex: 0 0 calc(100% / 4 - 20px * 3 / 4);
    font-size: 22px;
    line-height: 1.25;
  }
}

/* Contact maps */
.map-list {
  display: flex;
  gap: 50px;
  flex-direction: column;
  padding: 0 20px;
}

.map-item {
  display: flex;
  flex-direction: column-reverse;
  flex: 1;
}

.map-item address {
  font-size: 18px;
  line-height: 1.5;
}

.map-list .map-item-container {
  position: relative;
  padding-top: 100%;
  margin-bottom: 20px;
}

.map-list .map-item-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 768px) {
  .map-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .map-item {
    max-width: 265px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .map-item address {
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 1.25;
  }

  .map-list .map-item-container {
    margin-top: auto;
    margin-bottom: 0;
  }

  .map-list .map-item iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
}

/* magazine list*/

.magazine-wrapper {
  background: var(--gray);
  padding: 80px 0 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.magazine-reel {
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: all 0.3s ease;
}

.magazine-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: all 0.3s ease;
  align-items: flex-start;
}

.magazine-nav-container {
  position: absolute;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  z-index: 5;
  left: 20px;
  right: 20px;
  top: 28%;
}

.magazine-nav {
  transform: rotate(180deg);
  width: 50px;
  height: 50px;
  padding: 0;
  display: block;
}

.magazine-nav img {
  width: 100%;
  height: 100%;
}

.magazine-nav.magazine-nav_right {
  transform: rotate(0deg);
}

.magazine-item {
  width: 100%;
  padding-bottom: 20px;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.magazine-item > img {
  width: calc(100% - 166px);
}

@media screen and (min-width: 768px) {
  .magazine-nav-container {
    max-width: 740px;
    margin: 0 auto;
    top: 209px;
  }

  .magazine-item img {
    width: 358px;
    height: auto;
  }
}

/* Rankings */

.rankings-mobile-filters {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  margin: 40px 0;
}

.rankings-mobile-filters button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  width: 100px;
  padding: 6px 18px;
  border-radius: 18px;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-weight: 15px;
  line-height: 1.5;
}

.rankings-mobile-filters button span {
  width: 11px;
  height: 11px;
  border-top: 2.5px solid #000;
  border-right: 2.5px solid #000;
  transform-origin: center;
  transform: rotate(45deg);
  position: relative;
  left: 3px;
}

.rankings-mobile-filters button.active {
  background: var(--highlight-green);
  color: #fff;
}

.rankings-mobile-filters button.active span {
  border-top-color: #fff;
  border-right-color: #fff;
}

.rankings-mobile-filters_years {
  position: relative;
  z-index: 10;
}

.rankings-mobile-filters_years-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  padding: 10px 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 12px 0px #00000040;
  border-radius: 18px;
  flex-direction: column;
  gap: 10px;
}

.rankings-mobile-filters_years-dropdown.active {
  display: flex;
}

.rankings-mobile-filters_years-dropdown a {
  width: 100%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-weight: 15px;
  line-height: 1.5;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .rankings-mobile-filters {
    display: none;
  }

  .rankings-mobile-filters_years-dropdown {
    display: none;
  }
}

.ranking-years-wrapper {
  display: none;
  overflow: hidden;
  position: relative;
  margin: 40px auto 50px;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 18px;
}

.ranking-years {
  display: flex;
  flex: 1;
  flex-direction: row;
  gap: 12px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  background: #fff;
}

.ranking-years-links {
  flex: 1;
  overflow: hidden;
  display: flex;
}

.ranking-years a {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 75px;
  border-radius: 18px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  background: #fff;
  color: var(--secondary-dark);
}

.ranking-years a.active {
  background: var(--highlight-green);
  color: #fff;
}

.ranking-years-nav {
  display: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: #fff
    url("/demandit/files/M_BB941CC4DCEF687AD98/dms/File/top100_2025_arrow_gold.svg")
    no-repeat center;
  border-radius: 50%;
  background-size: 25%;
  z-index: 10;
}

.ranking-years-nav.next {
  display: block;
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .ranking-years-wrapper {
    display: flex;
    overflow: hidden;
  }
}

.rankings-content {
  flex: 1;
}

.rankings-content:only-child {
  width: 100%;
  margin: 0 auto;
}

.ranking-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #000000;
  padding: 25px 0;
  border-bottom: 10px solid #fff;
  font-size: 15px;
  line-height: 1.35;
  text-decoration: none;
}

.ranking-row.ranking-row_header {
  border-bottom: none;
}

.ranking-row.ranking-row_header + .ranking-row {
  border-top: 10px solid #fff;
}

.ranking-row.hidden {
  display: none;
}

.ranking-row > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.ranking-row > div > span:first-child {
  min-width: 115px;
  max-width: 115px;
  font-weight: bold;
}

.ranking-row > div > span {
  flex: 1;
}

.ranking-row.ranking-row_header {
  display: none;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .ranking-row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 18px;
    line-height: 1.5;
    border-top: 0;
    border-bottom: 1px solid #000000;
    padding: 15px 0;
  }

  .ranking-row.ranking-row_header {
    display: flex;
    margin-bottom: 15px;
    padding: 0;
  }

  .ranking-row.ranking-row_header + .ranking-row {
    border-top: 1px solid #000000;
  }

  .ranking-row:not(.ranking-row_header):hover {
    background: var(--gray-3);
  }

  .ranking-row .rank {
    max-width: 75px;
    min-width: 75px;
  }

  .ranking-row div {
    flex: 1;
  }

  .ranking-row > div > span:first-child {
    display: none;
  }
}

.rankings-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .rankings-wrapper {
    gap: 20px;
  }
}

.rankings-filter {
  position: fixed;
  top: calc(-100vh - 100%);
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100vw;
  height: 100vh;
  padding: 40px 20px;
  background: #fff;
  overflow: auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  transition: all 0.3s ease;
}

.rankings-filter.active {
  top: 0;
  z-index: 101;
}

.ranking-filter_close {
  position: absolute;
  top: 43px;
  right: 30px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  background: var(--highlight-green);
}

.ranking-filter_close:after,
.ranking-filter_close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ranking-filter_close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.rankings-filter h4 {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.ranking-filters h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.ranking-filter-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.ranking-filter-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ranking-filter-item-header button {
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}

.ranking-filter-item-header button.active {
  transform: rotate(0deg);
}

.ranking-filter-item-content {
  display: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0%;
}

.ranking-filter-item-content.active {
  display: block;
}

.ranking-filter-item-content > div:not(:last-child) {
  margin-bottom: 14px;
}

.ranking-filter-item-content label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.ranking-filter-item-content label div {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1.5px solid var(--secondary-dark);
  background: #fff;
  flex-shrink: 0;
}

.ranking-filter-item-content label input[type="checkbox"] {
  display: none;
}

.ranking-filter-item-content label input[type="checkbox"]:checked + div {
  background: var(--highlight-green);
}

@media screen and (min-width: 768px) {
  .ranking-filters {
    width: 265px;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .rankings-filter {
    background: transparent;
    position: static;
    padding: 0;
    height: auto;
    width: 100%;
  }

  .ranking-filter_close {
    display: none;
  }
}

.jquery-modal.blocker {
  z-index: 100;
}

.jquery-modal.blocker:has(> .fullscreen) {
  padding: 0;
}

.jquery-modal .modal {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.jquery-modal .modal.highlight {
  background: var(--highlight-green);
  color: #fff;
}

.jquery-modal .modal.highlight h2 {
  color: #fff;
  margin-bottom: 65px;
}

.jquery-modal .modal.fullscreen {
  max-width: 100%;
  width: 100vw;
  height: 100vh;
}

.modal-main {
  max-width: 550px;
  margin: 0 auto;
  padding-top: 70px;
  color: #fff;
}

.modal-main p,
.modal-main h2 {
  color: #fff;
}

.jquery-modal .modal .close-modal {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  top: 20px;
  right: 20px;
}

.jquery-modal .modal .close-modal:after,
.jquery-modal .modal .close-modal:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 2px;
  background-color: var(--highlight-green);
  transform-origin: center;
}

.jquery-modal .modal .close-modal:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.jquery-modal .modal .close-modal:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .jquery-modal .modal .close-modal {
    top: 70px;
    right: 75px;
  }
}

@media screen and (min-width: 1024px) {
  .jquery-modal .modal .close-modal {
    right: 224px;
  }
}

/* start profile  */
.startup-profile-header {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.startup-profile-header {
  flex: 1;
}

.startup-profile-header > div:first-child img {
  width: 100%;
  height: 100%;
  max-width: 280px;
  max-height: 90px;
  object-fit: contain;
  object-position: left;
}

@media screen and (min-width: 768px) {
  .startup-profile-header {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
  }

  .startup-profile-header > div {
    flex: 0 0 calc(100% / 2 - 30px);
  }

  .startup-profile-header > div:first-child img {
    max-width: 320px;
  }
}

/* Company News list */
.company-news-list li:first-child {
  border-top: 1px solid var(--primary-dark);
}

.company-news-list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 25px 0;
  border-bottom: 1px solid var(--primary-dark);
}

.company-news-list span {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: var(--primary-dark);
}

.company-news-list a {
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -2%;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .company-news-list li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 60px;
    padding: 20px 0;
  }

  .company-news-list a {
    flex: 1;
  }

  .company-news-list span {
    font-size: 22px;
    min-width: 135px;
    max-width: 135px;
  }
}
