html {
  overflow-x: hidden;
  font-size: max(0.8vw, 16px);
}
@media (max-width: 1700px) {
  html {
    font-size: max(0.75vw, 14px);
  }
}
@media (max-width: 1600px) {
  html {
    font-size: max(0.7vw, 13px);
  }
}
@media (max-width: 1500px) {
  html {
    font-size: max(0.65vw, 12px);
  }
}
@media (max-width: 1440px) {
  html {
    font-size: max(0.6vw, 11px);
  }
}
@media (max-width: 1350px) {
  html {
    font-size: max(0.55vw, 10px);
  }
}
@media (max-width: 1280px) {
  html {
    font-size: max(0.5vw, 10px);
  }
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

main section::before {
  margin-top: -250px;
}
@media (max-width: 768px) {
  main section {
    margin-bottom: 125px;
  }
}

main .container-bg {
  max-width: 100%;
}

.container {
  max-width: 1400px;
}
@media (max-width: 1920px) {
  .container {
    padding-bottom: 40px;
  }
}
@media (max-width: 1700px) {
  .container {
    max-width: 1240px;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1160px;
  }
}
@media (max-width: 1500px) {
  .container {
    max-width: 1090px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1440px) {
  .container {
    max-width: 1050px;
  }
}
@media (max-width: 1350px) {
  .container {
    max-width: 980px;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 940px;
    padding-bottom: 20px;
  }
}
@media (max-width: 968px) {
  .container {
    padding-bottom: 0px;
  }
}

.squares {
  display: flex;
}

.square {
  width: 16px;
  aspect-ratio: 1;
  background-color: #fe7400;
  margin-right: 16px;
}
.square:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .square {
    width: 6px;
    margin-right: 6px;
  }
}
@media (max-width: 768px) {
  .square {
    width: 10px;
    margin-left: 5px;
  }
}

.img {
  width: 100%;
  height: auto;
}

.main-text-color {
  color: #e3bf74;
}

.award-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 2%;
}
@media (max-width: 1440px) {
  .award-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .award-title {
    margin-bottom: 5%;
    margin-top: 5%;
  }
}
.award-title .award-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: auto;
}
@media (max-width: 1920px) {
  .award-title .award-icon {
    width: 110px;
  }
}
@media (max-width: 1440px) {
  .award-title .award-icon {
    width: 60px;
  }
}
@media (max-width: 968px) {
  .award-title .award-icon {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .award-title .award-icon {
    width: 20%;
  }
}
.award-title .award-icon img {
  width: 150px;
}
@media (max-width: 768px) {
  .award-title .award-icon img {
    width: 60%;
    height: auto;
    margin-left: 40%;
  }
}
.award-title h1 {
  color: #e3bf74;
  font-size: 4.5rem;
  font-weight: 500;
}
@media (max-width: 1700px) {
  .award-title h1 {
    font-size: 4rem;
  }
}
@media (max-width: 1600px) {
  .award-title h1 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1500px) {
  .award-title h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1440px) {
  .award-title h1 {
    font-size: 3.375rem;
  }
}
@media (max-width: 1350px) {
  .award-title h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 1280px) {
  .award-title h1 {
    font-size: 3rem;
  }
}
@media (max-width: 968px) {
  .award-title h1 {
    font-size: 2.25rem;
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .award-title h1 {
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 15%;
  }
}

.teams {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1%;
  padding: 0 1%;
  align-items: stretch;
}
@media (max-width: 768px) {
  .teams {
    grid-template-columns: repeat(1, 1fr);
  }
}
.teams .award-team {
  flex: 1;
  padding: 1.5%;
}
.teams .award-team .team-intro {
  display: flex;
  flex: 1;
  align-items: flex-start;
  gap: 2%;
  max-height: fit-content;
  margin-top: 5%;
}
@media (max-width: 1700px) {
  .teams .award-team .team-intro {
    margin-top: 4.5%;
  }
}
@media (max-width: 1600px) {
  .teams .award-team .team-intro {
    margin-top: 4.1%;
  }
}
@media (max-width: 1500px) {
  .teams .award-team .team-intro {
    margin-top: 3.9%;
  }
}
@media (max-width: 1440px) {
  .teams .award-team .team-intro {
    margin-top: 3.8%;
  }
}
@media (max-width: 1350px) {
  .teams .award-team .team-intro {
    margin-top: 3.5%;
  }
}
@media (max-width: 1280px) {
  .teams .award-team .team-intro {
    margin-top: 3.3%;
  }
}
@media (max-width: 767px) {
  .teams .award-team .team-intro {
    max-height: 100px;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .teams .award-team .team-intro {
    gap: 0px;
  }
}
.teams .award-team .team-intro .group-icon {
  flex: 0 0 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teams .award-team .team-intro .group-icon img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .teams .award-team .team-intro .group-icon img {
    max-width: 80px;
  }
}
.teams .award-team .team-intro .team-name {
  flex: 0 0 70%;
  padding: 0 5%;
}
@media (max-width: 1700px) {
  .teams .award-team .team-intro .team-name {
    padding: 0 4.5%;
  }
}
@media (max-width: 1600px) {
  .teams .award-team .team-intro .team-name {
    padding: 0 4.1%;
  }
}
@media (max-width: 1500px) {
  .teams .award-team .team-intro .team-name {
    padding: 0 3.9%;
  }
}
@media (max-width: 1440px) {
  .teams .award-team .team-intro .team-name {
    padding: 0 3.8%;
  }
}
@media (max-width: 1350px) {
  .teams .award-team .team-intro .team-name {
    padding: 0 3.5%;
  }
}
@media (max-width: 1280px) {
  .teams .award-team .team-intro .team-name {
    padding: 0 3.3%;
  }
}
@media (max-width: 768px) {
  .teams .award-team .team-intro .team-name {
    padding: 0;
  }
}
.teams .award-team .team-intro .team-name h2 {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  text-transform: none;
}
@media (max-width: 968px) {
  .teams .award-team .team-intro .team-name h2 {
    font-size: 1.5625rem;
  }
}
@media (max-width: 768px) {
  .teams .award-team .team-intro .team-name h2 {
    font-size: 0.875rem;
    margin-bottom: 3px;
  }
}
.teams .award-team .team-intro .team-name p {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  text-align: center;
  line-height: 2;
}
@media (max-width: 968px) {
  .teams .award-team .team-intro .team-name p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .teams .award-team .team-intro .team-name p {
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .teams .award-team .team-intro .team-name p {
    font-size: 0.625rem;
  }
}

#result-overview {
  margin-top: 10%;
}
@media (max-width: 1700px) {
  #result-overview {
    margin-top: 8.9%;
  }
}
@media (max-width: 1600px) {
  #result-overview {
    margin-top: 8.3%;
  }
}
@media (max-width: 1500px) {
  #result-overview {
    margin-top: 7.8%;
  }
}
@media (max-width: 1440px) {
  #result-overview {
    margin-top: 7.5%;
  }
}
@media (max-width: 1350px) {
  #result-overview {
    margin-top: 7%;
  }
}
@media (max-width: 1280px) {
  #result-overview {
    margin-top: 6.7%;
  }
}
@media (max-width: 968px) {
  #result-overview {
    margin-top: 1%;
  }
}
#result-overview .container-bg {
  position: relative;
  clip-path: polygon(10% 0, 100% 0, 100% 46%, 91% 100%, 0 100%, 0 49%);
}
@media screen and (max-width: 768px) {
  #result-overview .container-bg {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
#result-overview .container-bg::before {
  max-width: unset;
  content: "";
  position: absolute;
  left: -5%;
  top: 0;
  height: 100%;
  width: 110%;
}
#result-overview .container {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1440px) {
  #result-overview .container {
    padding-bottom: 30px;
  }
}
@media (max-width: 1080px) {
  #result-overview .container {
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  #result-overview .container {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
  }
}
#result-overview .special-line {
  display: flex;
  align-items: center;
  padding-left: 42%;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
#result-overview .special-line .line {
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
#result-overview .special-line .line::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  right: -100%;
  top: 0;
}
#result-overview h1 {
  color: #e3bf74;
  margin-top: 1%;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
  font-size: 4.5rem;
}
@media (max-width: 1280px) {
  #result-overview h1 {
    font-size: 4.25rem;
    margin-top: 0.67%;
  }
}
@media (max-width: 1080px) {
  #result-overview h1 {
    font-size: 2.875rem;
  }
}
@media (max-width: 768px) {
  #result-overview h1 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0;
  }
}
#result-overview .row {
  justify-content: center;
}
@media (max-width: 768px) {
  #result-overview .row .col-10 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
#result-overview .row p {
  font-family: "MHeiHK", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.4;
}
@media (max-width: 1280px) {
  #result-overview .row p {
    font-size: 1.5rem;
  }
}
@media (max-width: 1080px) {
  #result-overview .row p {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  #result-overview .row p {
    font-size: 0.625rem;
    margin-bottom: 0px;
    margin-top: 5px;
  }
}
#result-overview .row .second-p {
  line-height: 2;
}
@media (max-width: 768px) {
  #result-overview .row .second-p {
    line-height: 1;
  }
}
#result-overview img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 24px auto;
}
@media (max-width: 1700px) {
  #result-overview img {
    margin: 21px auto;
  }
}
@media (max-width: 1600px) {
  #result-overview img {
    margin: 20px auto;
  }
}
@media (max-width: 1500px) {
  #result-overview img {
    margin: 19px auto;
  }
}
@media (max-width: 1440px) {
  #result-overview img {
    margin: 18px auto;
  }
}
@media (max-width: 1350px) {
  #result-overview img {
    margin: 17px auto;
  }
}
@media (max-width: 1280px) {
  #result-overview img {
    margin: 16px auto;
  }
}
@media (max-width: 768px) {
  #result-overview img {
    margin: 0px auto;
  }
}

#gold-award .container-bg,
#qualification .container-bg {
  background: transparent;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 1700px) {
  #gold-award .container-bg,
#qualification .container-bg {
    padding-bottom: 36px;
  }
}
@media (max-width: 1600px) {
  #gold-award .container-bg,
#qualification .container-bg {
    padding-bottom: 33px;
  }
}
@media (max-width: 1500px) {
  #gold-award .container-bg,
#qualification .container-bg {
    padding-bottom: 31px;
  }
}
@media (max-width: 1440px) {
  #gold-award .container-bg,
#qualification .container-bg {
    padding-bottom: 30px;
  }
}
@media (max-width: 1350px) {
  #gold-award .container-bg,
#qualification .container-bg {
    padding-bottom: 28px;
  }
}
@media (max-width: 1280px) {
  #gold-award .container-bg,
#qualification .container-bg {
    padding-bottom: 27px;
  }
}
#gold-award .container-bg::before,
#qualification .container-bg::before {
  background: rgba(71, 41, 19, 0.75);
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 15% 100%, 4% 50%);
  max-width: unset;
  content: "";
  position: absolute;
  right: -1%;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  #gold-award .container-bg::before,
#qualification .container-bg::before {
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 13% 100%, 0 85%, 0 15%);
    right: 0%;
  }
}
#gold-award .container,
#qualification .container {
  position: relative;
  z-index: 2;
  text-align: left;
  padding-bottom: 50px;
  width: 90%;
  padding-top: 1%;
}
@media (max-width: 1440px) {
  #gold-award .container,
#qualification .container {
    padding-bottom: 20px;
  }
}
@media (max-width: 1280px) {
  #gold-award .container,
#qualification .container {
    width: 80%;
  }
}
@media (max-width: 968px) {
  #gold-award .container,
#qualification .container {
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  #gold-award .container,
#qualification .container {
    padding-bottom: 0px;
    width: 90%;
  }
}
#gold-award .special-line,
#qualification .special-line {
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  width: 39%;
  margin-left: auto;
  margin-right: 45%;
}
@media (max-width: 968px) {
  #gold-award .special-line,
#qualification .special-line {
    width: 44%;
    margin-right: 40%;
  }
}
@media (max-width: 768px) {
  #gold-award .special-line,
#qualification .special-line {
    width: 52%;
    margin-right: 35%;
  }
}
@media (max-width: 768px) {
  #gold-award .special-line .square,
#qualification .special-line .square {
    width: 6px;
    margin-left: 0px;
    margin-right: 8px;
  }
}
#gold-award .special-line .line,
#qualification .special-line .line {
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
@media (max-width: 768px) {
  #gold-award .special-line .line,
#qualification .special-line .line {
    height: 1px;
  }
}
#gold-award .special-line .line.line-1 .inner-line,
#qualification .special-line .line.line-1 .inner-line {
  content: "";
  width: 200%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  left: 1px;
  top: 1px;
  transform-origin: top left;
}
@media (max-width: 768px) {
  #gold-award .special-line .line.line-1 .inner-line,
#qualification .special-line .line.line-1 .inner-line {
    height: 1px;
  }
}
#gold-award .award-title,
#qualification .award-title {
  margin-top: 0;
}

@media (max-width: 767px) {
  #sliver-award,
#theme {
    margin-top: -30%;
  }
}
#sliver-award .container-bg,
#theme .container-bg {
  background: transparent;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 1700px) {
  #sliver-award .container-bg,
#theme .container-bg {
    padding-bottom: 36px;
  }
}
@media (max-width: 1600px) {
  #sliver-award .container-bg,
#theme .container-bg {
    padding-bottom: 33px;
  }
}
@media (max-width: 1500px) {
  #sliver-award .container-bg,
#theme .container-bg {
    padding-bottom: 31px;
  }
}
@media (max-width: 1440px) {
  #sliver-award .container-bg,
#theme .container-bg {
    padding-bottom: 30px;
  }
}
@media (max-width: 1350px) {
  #sliver-award .container-bg,
#theme .container-bg {
    padding-bottom: 28px;
  }
}
@media (max-width: 1280px) {
  #sliver-award .container-bg,
#theme .container-bg {
    padding-bottom: 27px;
  }
}
#sliver-award .container-bg::before,
#theme .container-bg::before {
  background: rgba(71, 41, 19, 0.75);
  clip-path: polygon(0% 0%, 85% 0, 95% 51%, 85% 100%, 0% 100%);
  max-width: unset;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  #sliver-award .container-bg::before,
#theme .container-bg::before {
    clip-path: polygon(89% 0, 100% 11%, 100% 88%, 88% 100%, 0 100%, 0 0);
    right: 0%;
  }
}
#sliver-award .container,
#theme .container {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 0;
  padding-bottom: 50px;
}
@media (max-width: 1920px) {
  #sliver-award .container,
#theme .container {
    padding-bottom: 45px;
  }
}
@media (max-width: 1440px) {
  #sliver-award .container,
#theme .container {
    padding-bottom: 20px;
  }
}
@media (max-width: 1080px) {
  #sliver-award .container,
#theme .container {
    padding-bottom: 15px;
    width: 70%;
  }
}
@media (max-width: 968px) {
  #sliver-award .container,
#theme .container {
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  #sliver-award .container,
#theme .container {
    width: 80%;
    padding-bottom: 0px;
  }
}
#sliver-award .special-line,
#theme .special-line {
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  #sliver-award .special-line,
#theme .special-line {
    width: 78%;
  }
}
@media (max-width: 768px) {
  #sliver-award .special-line .squares .square,
#theme .special-line .squares .square {
    margin-left: 0px;
    width: 6px;
  }
}
#sliver-award .special-line .line,
#theme .special-line .line {
  width: 200%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
@media (max-width: 768px) {
  #sliver-award .special-line .line,
#theme .special-line .line {
    height: 1px;
  }
}
@media (max-width: 768px) {
  #sliver-award .special-line .line.line-1,
#theme .special-line .line.line-1 {
    height: 1px;
  }
}
#sliver-award .special-line .line.line-1::after,
#theme .special-line .line.line-1::after {
  content: "";
  width: 200%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  left: 1px;
  top: 1px;
  transform: rotate(243deg);
  transform-origin: top left;
}
@media (max-width: 768px) {
  #sliver-award .special-line .line.line-1::after,
#theme .special-line .line.line-1::after {
    height: 1px;
  }
}
#sliver-award .special-line .line.line-2,
#theme .special-line .line.line-2 {
  width: 220%;
}
@media (max-width: 768px) {
  #sliver-award .special-line .line.line-2,
#theme .special-line .line.line-2 {
    height: 1px;
  }
}
#sliver-award .special-line .line.line-2 .inner-line,
#theme .special-line .line.line-2 .inner-line {
  content: "";
  width: 150%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  right: -150%;
  top: 1px;
  transform-origin: top left;
}
@media (max-width: 768px) {
  #sliver-award .special-line .line.line-2 .inner-line,
#theme .special-line .line.line-2 .inner-line {
    height: 1px;
  }
}

#bronze-award .container-bg,
#chance .container-bg {
  background: transparent;
  position: relative;
  padding-bottom: 40px;
}
#bronze-award .container-bg::before,
#chance .container-bg::before {
  background: rgba(71, 41, 19, 0.75);
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 15% 100%, 4% 50%);
  max-width: unset;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  #bronze-award .container-bg::before,
#chance .container-bg::before {
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 13% 100%, 0 85%, 0 15%);
  }
}
#bronze-award .container,
#chance .container {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 0;
  padding-bottom: 50px;
}
@media (max-width: 1920px) {
  #bronze-award .container,
#chance .container {
    padding-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  #bronze-award .container,
#chance .container {
    width: 70%;
    padding-bottom: 20px;
  }
}
@media (max-width: 968px) {
  #bronze-award .container,
#chance .container {
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  #bronze-award .container,
#chance .container {
    width: 80%;
    padding-bottom: 0px;
  }
}
#bronze-award .special-line,
#chance .special-line {
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  width: 73%;
  padding-left: 1.4%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  #bronze-award .special-line,
#chance .special-line {
    width: 78%;
  }
}
@media (max-width: 768px) {
  #bronze-award .special-line .squares .square,
#chance .special-line .squares .square {
    margin-left: 0px;
    width: 6px;
  }
}
#bronze-award .special-line .line,
#chance .special-line .line {
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
@media (max-width: 768px) {
  #bronze-award .special-line .line,
#chance .special-line .line {
    height: 1px;
  }
}
#bronze-award .special-line .line.line-1 .inner-line,
#chance .special-line .line.line-1 .inner-line {
  content: "";
  width: 200%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  left: 1px;
  top: 1px;
  transform-origin: top left;
}
@media (max-width: 768px) {
  #bronze-award .special-line .line.line-1 .inner-line,
#chance .special-line .line.line-1 .inner-line {
    height: 1px;
  }
}
#bronze-award .special-line .line.line-2::after,
#chance .special-line .line.line-2::after {
  content: "";
  width: 150%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  right: -150%;
  top: 1px;
  transform: rotate(-65deg);
  transform-origin: top left;
}
@media (max-width: 768px) {
  #bronze-award .special-line .line.line-2::after,
#chance .special-line .line.line-2::after {
    height: 1px;
    transform: rotate(-60deg);
  }
}

#extra-award .container-bg,
#schedule .container-bg {
  background: transparent;
  position: relative;
  padding-bottom: 40px;
}
#extra-award .container-bg::before,
#schedule .container-bg::before {
  background: rgba(71, 41, 19, 0.75);
  clip-path: polygon(0% 0%, 85% 0, 95% 51%, 85% 100%, 0% 100%);
  max-width: unset;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  #extra-award .container-bg::before,
#schedule .container-bg::before {
    clip-path: polygon(89% 0, 100% 11%, 100% 88%, 88% 100%, 0 100%, 0 0);
  }
}
#extra-award .container,
#schedule .container {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 0;
  padding-bottom: 50px;
}
@media (max-width: 1920px) {
  #extra-award .container,
#schedule .container {
    padding-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  #extra-award .container,
#schedule .container {
    width: 70%;
    padding-bottom: 10px;
  }
}
@media (max-width: 968px) {
  #extra-award .container,
#schedule .container {
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  #extra-award .container,
#schedule .container {
    width: 80%;
    padding-bottom: 0px;
  }
}
#extra-award .container .award-title,
#schedule .container .award-title {
  height: 170px;
}
#extra-award .container .award-title h1,
#schedule .container .award-title h1 {
  font-size: 3.5rem;
}
@media (max-width: 968px) {
  #extra-award .container .award-title h1,
#schedule .container .award-title h1 {
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  #extra-award .container .award-title h1,
#schedule .container .award-title h1 {
    font-size: 1.75rem;
  }
}
@media (max-width: 1920px) {
  #extra-award .container .award-title,
#schedule .container .award-title {
    height: 130px;
  }
}
@media (max-width: 1440px) {
  #extra-award .container .award-title,
#schedule .container .award-title {
    height: 70px;
  }
}
@media (max-width: 968px) {
  #extra-award .container .award-title,
#schedule .container .award-title {
    height: 40px;
  }
}
@media (max-width: 768px) {
  #extra-award .container .award-title,
#schedule .container .award-title {
    height: auto;
  }
}
#extra-award .container .award-title .award-icon img,
#schedule .container .award-title .award-icon img {
  width: 110px;
}
@media (max-width: 1440px) {
  #extra-award .container .award-title .award-icon img,
#schedule .container .award-title .award-icon img {
    width: 50px;
    height: auto;
  }
}
@media (max-width: 968px) {
  #extra-award .container .award-title .award-icon img,
#schedule .container .award-title .award-icon img {
    width: 40px;
  }
}
@media (max-width: 768px) {
  #extra-award .container .award-title .award-icon img,
#schedule .container .award-title .award-icon img {
    width: 50%;
    height: auto;
  }
}
#extra-award .container .teams .award-team .team-intro .team-name,
#schedule .container .teams .award-team .team-intro .team-name {
  padding: 5%;
}
#extra-award .special-line,
#schedule .special-line {
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  width: 73%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.3%;
}
@media (max-width: 768px) {
  #extra-award .special-line,
#schedule .special-line {
    width: 80%;
  }
}
@media (max-width: 768px) {
  #extra-award .special-line .squares .square,
#schedule .special-line .squares .square {
    width: 6px;
    margin-left: 0px;
  }
}
#extra-award .special-line .line,
#schedule .special-line .line {
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
@media (max-width: 768px) {
  #extra-award .special-line .line,
#schedule .special-line .line {
    height: 1px;
  }
}
#extra-award .special-line .line.line-1 .inner-line,
#schedule .special-line .line.line-1 .inner-line {
  content: "";
  width: 150%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  left: 1px;
  top: 1px;
  transform: rotate(-115deg);
  transform-origin: top left;
}
@media (max-width: 768px) {
  #extra-award .special-line .line.line-1 .inner-line,
#schedule .special-line .line.line-1 .inner-line {
    height: 1px;
  }
}
#extra-award .special-line .line.line-2 .inner-line,
#schedule .special-line .line.line-2 .inner-line {
  content: "";
  width: 150%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  right: -150%;
  top: 1px;
  transform: rotate(58deg);
  transform-origin: top left;
}
@media (max-width: 768px) {
  #extra-award .special-line .line.line-2 .inner-line,
#schedule .special-line .line.line-2 .inner-line {
    height: 1px;
  }
}
#extra-award .divider,
#schedule .divider {
  display: none;
}
@media (max-width: 768px) {
  #extra-award .divider,
#schedule .divider {
    display: flex;
  }
}
#extra-award .divider.inner-divider-1,
#schedule .divider.inner-divider-1 {
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
  content: "";
}
#extra-award .divider.inner-divider-2,
#schedule .divider.inner-divider-2 {
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
}

#special-line-section .special-line {
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  width: 100%;
  padding-right: 13%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  #special-line-section .special-line {
    padding-right: 11%;
  }
}
@media (max-width: 768px) {
  #special-line-section .special-line .squares .square {
    width: 6px;
    margin-left: 0px;
    padding-right: 8%;
  }
}
#special-line-section .special-line .line {
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
@media (max-width: 768px) {
  #special-line-section .special-line .line {
    height: 1px;
  }
}
#special-line-section .special-line .line.line-2 {
  width: 78%;
}
@media (max-width: 768px) {
  #special-line-section .special-line .line.line-2 {
    height: 1px;
    width: 80%;
  }
}
#special-line-section .special-line .line.line-2::after {
  content: "";
  width: 150%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  right: -150%;
  top: 1px;
  transform: rotate(-66deg);
  transform-origin: top left;
}
@media (max-width: 768px) {
  #special-line-section .special-line .line.line-2::after {
    height: 1px;
    transform: rotate(-60deg);
  }
}

@media (max-width: 768px) {
  #result-theme {
    margin-bottom: 50px;
  }
}
#result-theme .container-bg {
  background: transparent;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  #result-theme .container-bg {
    padding-bottom: 0px;
  }
}
#result-theme .container-bg::before {
  background: rgba(71, 41, 19, 0.75);
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 15% 100%, 4% 50%);
  max-width: unset;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  #result-theme .container-bg::before {
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 13% 100%, 0 85%, 0 15%);
  }
}
#result-theme .container-bg h1 {
  color: #e3bf74;
  font-size: 4.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  #result-theme .container-bg h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 768px) {
  #result-theme .container-bg h1 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0;
  }
}
#result-theme .container-bg article {
  text-align: center;
  padding: 1% 7%;
}
#result-theme .container-bg article p {
  font-size: 1.5rem;
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  #result-theme .container-bg article p {
    font-size: 0.625rem;
    margin-bottom: 3%;
  }
}
#result-theme .container-bg article img {
  max-width: 100%;
}
@media (max-width: 1280px) {
  #result-theme .container-bg article img {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  #result-theme .container-bg article img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #result-theme .container-bg article .desktop-theme-image {
    display: none;
  }
}
#result-theme .container-bg article .mobile-theme-image {
  display: none;
}
@media (max-width: 768px) {
  #result-theme .container-bg article .mobile-theme-image {
    display: block;
  }
}
#result-theme .container {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 0;
  padding-bottom: 50px;
}
#result-theme .special-line {
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  width: 100%;
  padding-left: 15%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  #result-theme .special-line {
    padding-left: 13%;
  }
}
@media (max-width: 768px) {
  #result-theme .special-line .squares .square {
    width: 6px;
    margin-left: 0px;
  }
}
#result-theme .special-line .line {
  width: 100%;
  height: 2px;
  background-color: #fe7400;
  position: relative;
}
@media (max-width: 768px) {
  #result-theme .special-line .line {
    height: 1px;
  }
}
#result-theme .special-line .line.line-1 {
  width: 65.4%;
}
#result-theme .special-line .line.line-1 .inner-line {
  content: "";
  width: 200%;
  height: 2px;
  background-color: #fe7400;
  position: absolute;
  left: 1px;
  top: 1px;
  transform-origin: top left;
}
@media (max-width: 768px) {
  #result-theme .special-line .line.line-1 .inner-line {
    height: 1px;
  }
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
}
.divider .inner-divider-1,
.divider .inner-divider-2 {
  flex: 1;
  height: 1px;
  background: #fe7400;
}
.divider .square {
  width: 6px;
  height: 6px;
  background: #fe7400;
  margin: 0;
}
.divider .middle-block {
  width: 20%;
  content: "";
  margin: 0 20px;
}

@media (max-width: 768px) {
  footer {
    padding: 0% 5%;
  }
}
footer img {
  width: 100%;
  padding: 0;
}
footer .partner-text {
  display: none;
}
@media (max-width: 768px) {
  footer .partner-text {
    display: block;
    font-size: 0.625rem;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: left;
  }
}
footer .mobile-footer {
  display: none;
}
@media (max-width: 768px) {
  footer .mobile-footer {
    display: block;
  }
}
footer .desktop-footer {
  display: block;
}
@media (max-width: 768px) {
  footer .desktop-footer {
    display: none;
  }
}