/* Breadcrump */
@media (min-width: 1280px) {
  .breadcrumb-section {
    background-color: #f9f7f7;
    padding: 20px 0 0;
  }
}

/* Home Section */
.home-section {
  margin: 0;
}

.home-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
  order: 1;
}

.home-section .title {
  font-size: var(--h1-font-size-mobile);
  font-weight: var(--h1-font-weight);
  line-height: var(--h1-line-height-mobile);
  text-align: left;
}

.home-section .content {
  display: flex;
  flex-direction: column;
}

.home-section .description {
  display: flex;
  flex-direction: column;
}

.home-section .summary {
  font-size: var(--font-size-mobile);
  font-weight: var(--font-weight-mobile);
  line-height: var(--line-height-mobile);
  text-align: left;
}

.home-section .content-image {
  width: 100%;
  max-height: 535px;
  height: auto;
  border-radius: 12px;
  align-self: center;
  background-color: #f9f7f7;
}

.home-section .content-image img {
  width: 100%;
  max-height: 535px;
  height: auto;
  border-radius: 12px;
  display: block;
}

@media (min-width: 1280px) {
  .home-section {
    background-color: #f9f7f7;
    padding: 0;
    margin: 0 0 80px;
    max-width: 100%;
  }

  .home-section .container {
    max-width: 1200px;
    flex-direction: row;
    gap: 0;
    margin: 0 auto;
  }

  .home-section .content {
    justify-content: center;
    gap: 32px;
  }

  .home-section .title {
    font-size: 52px;
    font-weight: 400;
    line-height: 58px;
    text-align: left;
  }

  .home-section .description {
    gap: 16px;
  }

  .home-section .summary {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
  }

  .home-section .register-request-button {
    width: 100%;
    max-width: 250px;
    height: var(--btn-height-mobile);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-radius: var(--border-radius);
    border: none;
    background-color: #df0611;
    color: #ffffff;
  }

  .home-section .register-request-button:hover {
    background-color: #E71F3D;
  }

  .home-section .register-request-button span {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
  }

  .home-section .content-image {
    height: 503px;
    width: 556px;
  }

  .home-section .content-image img {
    height: 503px;
    width: 556px;
  }
}

/* Swiper */
@media (min-width: 1280px) {
  .swiper-button-prev {
    background-image: url("../assets/address/arrow_left.png");
    background-size: 100% 100%;
  }

  .swiper-button-next {
    background-image: url("../assets/address/arrow_right.png");
    background-size: 100% 100%;
  }
}


/* Results Section */
.results-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.results-section .title {
  font-size: var(--h1-font-size-mobile);
  font-weight: 400;
  line-height: var(--h1-line-height-mobile);
  text-align: left;
}

.results-section .content {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.results-section .main-content-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 184px;
}

.results-section .main-content-image img {
  width: 100%;
  min-height: 184px;
  height: auto;
  display: block;
}

.results-section .results-panel {
  display: flex;
  flex-direction: column;
  gap: var(--content-gap);
}

.results-section .result-card {
  border-radius: 12px;
  background-color: #f9f7f7;
  padding: var(--padding-small);
}

.results-section .result-card .content {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.results-section .result-card .content-image {
  height: 16px;
  width: 14px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.results-section .result-card .content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

@media (min-width: 1280px) {
  .results-section .container {
    width: 1200px;
    gap: 60px;
  }

  .results-section .results-panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .results-section .result-card {
    background-color: #f9f7f7;
    width: 582px;
    height: 82px;
    padding: 20px;
    border-radius: 12px;
  }

  .results-section .content {
    flex-direction: row;
  }

  .results-section .main-content-image {
    width: 582px;
    height: 374px;
    border-radius: 12px;
  }

  .results-section .main-content-image img {
    width: 582px;
    height: 374px;
    border-radius: 12px;
  }

  .results-section .result-card .content-image {
    width: 18px;
    height: 28.39px;
  }

  .results-section .result-card .content-image img {
    width: 18px;
    height: 28.39px;
  }
}

/* Club Request CTA Section */
@media (min-width: 1280px) {
  .club-request-section .container {
    width: 1200px;
    flex-direction: row;
    justify-content: space-between;
    background-color: #efefef;
    padding: 0px;
    background-image: url("../assets/club-request/mafia_background.png");
    background-size: 100% 100%;
  }
}

/* Class Structure Section */
.class-structure-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.class-structure-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.class-structure-section .text-red {
  color: #DF0611;
}

.class-structure-section .class-structure-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.class-structure-section .class-structure-card {
  border-radius: 12px;
}

.class-structure-section .without-image {
  background-color: #f9f7f7;
  padding: 20px 16px;
}

.class-structure-section .with-image {
  background-color: transparent;
  padding: 20px 16px 0;
}

.class-structure-section .class-structure-card .content {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  gap: 20px;
}

.class-structure-section .summary {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.class-structure-section .summary h3 {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #353535;
}

.class-structure-section .summary p {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

.class-structure-section .content-image {
  width: 100%;
  max-width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
}

.class-structure-section .content-image img {
  width: 100%;
  height: auto;
  display: block;
}

.class-structure-section .with-background-image-0 {
  background-color: #E6EAED;
}

.class-structure-section .with-background-image-3 {
  background-color: #E7EBE4;
}

.class-structure-section button {
  margin-top: 18px;
}

.class-structure-section button {
  width: 100%;
  height: var(--btn-height-mobile);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-radius: var(--border-radius);
  border: 1px solid #353535;
  background-color: transparent;
  cursor: pointer;
}

.class-structure-section button span {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

.class-structure-section .cta-link {
  margin-top: 18px;
}

.class-structure-section .cta-link {
  width: 100%;
  height: var(--btn-height-mobile);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-radius: var(--border-radius);
  border: 1px solid #353535;
  background-color: transparent;
  cursor: pointer;
}

.class-structure-section .cta-link:hover {
  background-color: #FFFFFF;
}

.class-structure-section .cta-link span {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

@media (min-width: 1280px) {
  .class-structure-section .container {
    width: 1200px;
    gap: 60px;
  }

  .class-structure-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
  }

  .class-structure-section .class-structure-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 36px;
  }

  .class-structure-section .class-structure-card {
    border-radius: 12px;
  }

  .class-structure-section .without-image {
    width: 376px;
    height: 250px;
    padding: 0px;
    border-radius: 12px;
  }

  .class-structure-section .with-image {
    width: 788px;
    height: 250px;
    padding: 0px;
    border-radius: 12px;
  }

  .class-structure-section .with-image .summary p {
    width: 340px;
  }
  
  .class-structure-section .class-structure-card .content {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 20px;
    gap: 0px;
  }
  
  .class-structure-section .summary {
    display: flex;
    flex-direction: column;
    padding: 20px 0px 0px 20px;
    gap: 16px;
  }
  
  .class-structure-section .summary h3 {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    color: #353535;
  }
  
  .class-structure-section .summary p {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    text-align: left;
    color: #353535;
  }
  
  .class-structure-section .content-image {
    width: 340px;
    height: 250px;
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .class-structure-section .content-image img {
    width: 340px;
    height: 250px;
  }

  .class-structure-section button {
    margin: auto 0 32px;
  }

  .class-structure-section button {
    width: 256px;
    height: var(--btn-height-mobile);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-radius: var(--border-radius);
    border: 1px solid #353535;
    background-color: transparent;
  }

  .class-structure-section button:hover {
    background-color: #FFFFFF;
  }
  
  .class-structure-section button span {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #353535;
  }

  .class-structure-section .cta-link {
    margin: auto 0 32px;
  }

  .class-structure-section .cta-link {
    width: 256px;
    height: var(--btn-height-mobile);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-radius: var(--border-radius);
    border: 1px solid #353535;
    background-color: transparent;
  }

  .class-structure-section .cta-link:hover {
    background-color: #FFFFFF;
  }
  
  .class-structure-section .cta-link span {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #353535;
  }
}

/* About Section */
.about-section {
  background-image: url("../assets/about/about/mobile/background.png");
  background-size: 100% 100%;
  padding: 16px;
  margin-bottom: 50px;
}

.about-section .container {
  display: flex;
  flex-direction: column;
}

.about-section .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 16px;
  border-radius: 12px;
  background-color: #FFFFFF;
}

.about-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.about-section .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-section .description,
.about-section .summary {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

.about-section .summary {
  display: block;
}

.about-section .content-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  align-self: center;
}

.about-section .content-image img {
  width: 100%;
  height: auto;
  display: block;
}

.about-section .summary span,
.about-section .description span {
  font-weight: 400;
}

@media (min-width: 1280px) {
  .about-section {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 120px;
    background-image: none;
    background-size: unset;
  }

  .about-section .container {
    width: 1200px;
    height: 464px;
    display: flex;
    background-image: url("../assets/about/about/desktop/background.png");
    background-size: 100% 100%;
  }

  .about-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
    margin-bottom: 32px;
  }

  .about-section .content-wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    padding: 29.5px 48px;
  }
  
  .about-section .content {
    width: 546px;
    height: 392px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0px;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 12px;
  }
  
  .about-section .description,
  .about-section .summary {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #353535;
  }
  
  .about-section .content-image {
    width: 546px;
    height: 392px;
    border-radius: 12px;
  }
  
  .about-section .content-image img {
    width: 546px;
    height: 392px;
    border-radius: 12px;
  }
}

/* BigWig Today Section */
.bigwig-today-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.bigwig-today-section .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.bigwig-today-section .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.bigwig-today-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: var(--main-color);
}

.bigwig-today-section .content-image {
  display: none;
  width: 288px;
  height: 200px;
  border-radius: 12px 12px 0px 0px;
}

.bigwig-today-section .bigwig-today-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bigwig-today-section .card {
  width: 100%;
  border-radius: 12px;
  background-color: #F9F7F7;
}

.bigwig-today-section .card img {
  min-width: 288px;
  width: 100%;
  height: 191.33px;
  border-radius: 8px 8px 0px 0px;
}

.bigwig-today-section .summary {
  display: none;
}

.bigwig-today-section .description-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 16px;
}

.bigwig-today-section .description {
  display: block;

  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 300;
  line-height: 23.4px;
  text-align: left;
  color: var(--main-color)
}

@media (min-width: 1280px) {
  .bigwig-today-section .container {
    width: 1200px;
    flex-direction: row;
    gap: 36px;
  }

  .bigwig-today-section .content-wrapper {
    justify-content: space-between;
  }

  .bigwig-today-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: var(--main-color);
  }

  .bigwig-today-section .content-image {
    display: block;
    width: 535px;
    height: 526px;
    border-radius: 12px;
  }

  .bigwig-today-section .content-image img {
    width: 535px;
    height: 526px;
    border-radius: 12px;
  }

  .bigwig-today-section .bigwig-today-panel {
    width: 629.13px;
    display: flex;
    flex-direction: row-reverse;
    gap: 36px;
  }

  .bigwig-today-section .card {
    width: 296.16px;
    height: 200px;
    border-radius: 12px;
  }

  .bigwig-today-section .card:first-of-type {
    display: none;
  }

  .bigwig-today-section .card img {
    min-width: 296.96px;
    width: 296.96px;
    height: 200px;
    border-radius: 12px;
  }

  .bigwig-today-section .summary {
    display: block;

    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 300;
    line-height: 23.4px;
    text-align: left;
    color: var(--main-color);
  }

  .bigwig-today-section .description-wrapper {
    display: none;
  }

  .bigwig-today-section .description {
    display: none;
  }
}

/* Story Section */
.story-section {
  margin-bottom: 50px;
}

.story-section .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.story-section .heading {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 16px;
}

.story-section .content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  background-image: url("../assets/story/mobile/background.png");
  background-size: 100% 100%;
}

.story-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.story-section .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 16px;
  margin: 16px;
  border-radius: 12px;
  background-color: #FFFFFF;
  border: 1px solid #8EA4B7;
}

.story-section .inner-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.story-section .description {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.story-section .summary {
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 300;
  line-height: 23.4px;
  text-align: left;
  color: #353535;
}

.story-section .content-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  align-self: center;
}

.story-section .content-image img {
  width: 100%;
  height: auto;
  display: block;
}

.story-section .summary span,
.story-section .description span {
  font-weight: 400;
}

.story-section .timeline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.story-section .year {
  width: 136px;
  height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border-radius: 12px;
  color: #353535;
}

.story-section .year.active {
  background-color: #8EA4B7;
  color: #FFFFFF;
}

.story-section .year.active path {
  stroke: #FFFFFF;
}

.story-section .year:hover {
  background-color: #99AABA;
  color: #FFFFFF;
}

.story-section .year:hover svg path {
  stroke: #FFFFFF;
}

.story-section .year span {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: inherit;
}

.story-section .carousel {
  min-width: 288px;
  width: 100%;
  height: 56px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.story-section .carousel-button {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #8EA4B7;
  border-radius: 50%;
  cursor: pointer;
}

.story-section .carousel-button.active {
  border: 1px solid #8EA4B7;
  color: #8EA4B7;
}

.story-section .carousel-button.disabled {
  border: 1px solid #B9B9B9;
  color: #B9B9B9;
}

.story-section .carousel-button.active path {
  stroke: #8EA4B7;
}

.story-section .carousel-button.disabled path {
  stroke: #B9B9B9;
}

@media (min-width: 1280px) {
  .story-section {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 120px;
    background-image: none;
    background-size: unset;
  }

  .story-section .container {
    width: 1200px;
    height: 628px;
    display: flex;
  }

  .story-section .heading {
    padding: 0;
    gap: 0;
  }

  .story-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
    margin-bottom: 32px;
  }

  .story-section .content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    padding: 20px;
    background-image: url("../assets/story/background.png");
    background-size: 100% 100%;
  }
  
  .story-section .content {
    width: 768px;
    height: 480px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 36px;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 12px;
    margin: 0;
  }

  .story-section .inner-content {
    display: flex;
    flex-direction: column;
    gap: 16px
  }
  
  .story-section .description {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    color: #353535;
  }

  .story-section .summary {
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 300;
    line-height: 23.4px;
    text-align: left;
    color: #353535;
  }
  
  .story-section .content-image {
    width: 346px;
    height: 440px;
    border-radius: 12px;
  }
  
  .story-section .content-image img {
    width: 346px;
    height: 440px;
    border-radius: 12px;
  }

  .story-section .carousel {
    min-width: 356px;
    width: 356px;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .story-section .timeline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .story-section .year {
    width: 356px;
    height: 56px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 16px;
    align-items: center;
    padding: 12px 16px;
    border-radius: 12px;
    color: #353535;
    background-color: #EFEFEF;
  }

  .story-section .year:hover {
    background-color: #99AABA;
    color: #FFFFFF;
  }
}

/* Events Section */
.events-section {
  margin-bottom: 50px;
}

.events-section .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.events-section .heading {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 16px;
}

.events-section .content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.events-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.events-section .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 16px;
  margin: 0;
  border-radius: 12px;
  background-color: #FFFFFF;
  border: 1px solid #8EA4B7;
}

.events-section .inner-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.events-section .description {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.events-section .summary {
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 300;
  line-height: 23.4px;
  text-align: left;
  color: #353535;
}

.events-section .content-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  align-self: center;
}

.events-section .content-image img {
  width: 100%;
  height: auto;
  display: block;
}

.events-section .summary span,
.events-section .description span {
  font-weight: 400;
}

.events-section .category-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.events-section .category {
  min-width: 288px;
  width: 100%;
  height: 56px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px 12px 16px;
  border-radius: 56px;
  background-color: #EFEFEF;
  color: #5F6065;
}

.events-section .category.active {
  border: 1px solid #B1BE9E;
  background-color: #B1BE9E;
  color: #FFFFFF;
}

.events-section .category.active path {
  stroke: #FFFFFF;
}

.events-section .category.disabled {
  border: 1px solid #EFEFEF;
  color: #5F6065;
}

.events-section .category.disabled path {
  stroke: #5F6065;
}

.events-section .category:hover {
  border: 1px solid #C0CBB1;
  background-color: #C0CBB1;
  color: #FFFFFF;
}

.events-section .category:hover path {
  stroke: #FFFFFF;
}

.events-section .category span {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: inherit;
}

.events-section .carousel {
  min-width: 288px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.events-section .carousel-button {
  width: 56px;
  height: 56px;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #B1BE9E;
  border-radius: 50%;
  cursor: pointer;
  color: #B1BE9E;
}

.events-section .carousel-button.active {
  border: 1px solid #B1BE9E;
  color: #B1BE9E;
}

.events-section .carousel-button.active path {
  stroke: #B1BE9E;
}

.events-section .carousel-button.disabled {
  border: 1px solid #B9B9B9;
  color: #B9B9B9;
}

.events-section .carousel-button.disabled path {
  stroke: #B9B9B9;
}

.events-section .redirect {
  width: 100%;
  height: var(--btn-height-mobile);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-radius: var(--border-radius);
  border: 1px solid #353535;
  background-color: transparent;
}

.events-section .redirect span {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

@media (min-width: 1280px) {
  .events-section {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 120px;
    background-image: none;
    background-size: unset;
  }

  .events-section .container {
    width: 1200px;
    height: 628px;
    display: flex;
  }

  .events-section .heading {
    padding: 0;
    gap: 0;
  }

  .events-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
    margin-bottom: 32px;
  }

  .events-section .content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    padding: 20px;
    background-image: url("../assets/events/background.png");
    background-size: 100% 100%;
  }
  
  .events-section .content {
    width: 768px;
    height: 480px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 36px;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 12px;
    margin: 0;
  }

  .events-section .inner-content {
    display: flex;
    flex-direction: column;
    gap: 16px
  }
  
  .events-section .description {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    color: #353535;
  }

  .events-section .summary {
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 300;
    line-height: 23.4px;
    text-align: left;
    color: #353535;
  }
  
  .events-section .content-image {
    width: 346px;
    height: 440px;
    border-radius: 12px;
  }
  
  .events-section .content-image img {
    width: 346px;
    height: 440px;
    border-radius: 12px;
  }

  .events-section .carousel {
    min-width: 356px;
    width: 356px;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .events-section .category-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .events-section .category {
    min-width: 356px;
    width: 356px;
    height: 56px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 16px;
    align-items: center;
    padding: 12px 16px;
    border-radius: 12px;
    color: #353535;
    background-color: #FFFFFF;
  }

  .events-section .category:hover {
    background-color: #C0CBB1;
    color: #FFFFFF;
  }

  .events-section .carousel-button {
    width: 56px;
    height: 72.4px;
    display: flex;
  }

  .events-section .redirect {
    order: 6;
    width: 256px;
    height: var(--btn-height-mobile);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-radius: var(--border-radius);
    border: 1px solid #353535;
    background-color: transparent;
    margin-top: 16px;
  }
  
  .events-section .redirect span {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #353535;
  }
}
