.legends .lofty_legends {
  width: 100%;
  height: 617px;
}

.legends .lofty_legends .banner-video {
  height: 617px;
  background: linear-gradient(163.47deg, #1355fe 4.83%, #6b26db 94.97%);
}

.legends .lofty_legends .banner-video video {
  width: 100%;
  height: 617px;
  object-fit: cover;
  opacity: 0.1;
}

.legends .lofty_legends .banner {
  height: 100%;
  position: relative;
  top: -100%;
}

.legends .lofty_legends .banner img {
  width: 100%;
  height: 100%;
}

.legends .lofty_legends .banner .redefine {
  width: 100%;
  max-width: 1200px;
  height: 576px;
  margin: 0 auto;
}

.legends .lofty_legends .banner .redefine .logo {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  margin-top: 100px;
}

.legends .lofty_legends .banner .redefine h1 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  color: var(--solid-black-ffffff, white);
}

.legends .lofty_legends .banner .redefine .text-bg {
  height: 40px;
  margin-top: 30px;
}

.legends .lofty_legends .banner .redefine .bg {
  width: 55%;
  opacity: 0.6;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 46.78%, rgba(255, 255, 255, 0) 100%);
  margin: 0 auto;
  height: 40px;
  position: relative;
}

.legends .lofty_legends .banner .redefine p {
  color: var(--solid-black-ffffff, white);
  font-weight: 400;
  font-size: 20px;
  line-height: 27.32px;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 55%;
  height: 27px;
  position: relative;
  margin-top: -33.5px;
}

.legends .lofty_legends .banner .redefine .content {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  width: 900px;
  color: var(--solid-black-ffffff, white);
}

.legends .card-bg {
  background: #ebeffc;
  width: 100%;
}

.legends .card {
  padding-bottom: 82px;
  padding-top: 81px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.legends .card h1 {
  font-weight: 600;
  font-size: 34px;
  line-height: 38.86px;
  text-align: center;
  color: var(--solid-black-202437, #202437);
}

.legends .card .des {
  width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--solid-black-202437, #202437);
  padding-bottom: 10px;
}

.legends .card .card-cards {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.legends .card .card-cards .cards {
  width: calc((100% - 60px) / 3);
  height: 250px;
  margin-top: 30px;
  padding: 0 10px;
  background: white;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.legends .card .card-cards .cards .cards-img {
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.legends .card .card-cards .cards .cards-img img {
  width: 70px;
  height: 70px;
}

.legends .card .card-cards .cards .caption {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--solid-black-202437, #202437);
}

.legends .card .card-cards .cards .description {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  color: var(--solid-black-202437, #202437);
  margin-top: 10px;
}

.legends .award-winners {
  padding: 100px 0px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.legends .award-winners h1 {
  font-weight: 600;
  font-size: 34px;
  line-height: 38.86px;
  text-align: center;
  color: var(--solid-black-202437, #202437);
}

.legends .award-winners .award-table {
  width: 90%;
  border-radius: 20px;
  border: 2px solid var(--solid-black-e-1-e-2-e-6, #e1e2e6);
  margin: 0 auto;
  margin-top: 40px;
  background: white;
}

.legends .award-winners .award-table .search {
  display: flex;
  padding: 25px 40px;
  justify-content: space-between;
  align-items: center;
}

.legends .award-winners .award-table .search .filter {
  display: flex;
  justify-content: space-between;
}

.legends .award-winners .award-table .search .web-cate {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #202437;
}

.legends .award-winners .award-table .search .select {
  height: 44px;
  border-radius: 6px;
  border: 1px solid #e1e2e6;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.legends .award-winners .award-table .search .select label {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #202437;
}

.legends .award-winners .award-table .search .select .arrow-img {
  width: 16px;
  height: 16px;
  margin: auto 0;
}

.legends .award-winners .award-table .search .select .arrow-img img {
  width: 100%;
  height: 100%;
}

.legends .award-winners .award-table .search .select .cate,
.legends .award-winners .award-table .search .select .seg {
  display: flex;
  justify-content: space-between;
}

.legends .award-winners .award-table .search .search-category {
  width: 250px;
  position: relative;
}

.legends .award-winners .award-table .search .search-segment {
  margin-left: 10px;
  position: relative;
}

.legends .award-winners .award-table .search .search-segment .custom-dropdown {
  width: 160px;
}

.legends .award-winners .award-table .search .cate,
.legends .award-winners .award-table .search .seg {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.legends .award-winners .award-table .search .dropdown-label {
  margin-right: 5px;
  font-weight: bold;
}

.legends .award-winners .award-table .search .arrow-img {
  display: flex;
  align-items: center;
}

.legends .award-winners .award-table .search .arrow-icon {
  transition: transform 0.3s ease;
}

.legends .award-winners .award-table .search .custom-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.legends .award-winners .award-table .search .custom-dropdown.hidden {
  visibility: hidden;
  opacity: 0;
}

.legends .award-winners .award-table .search .custom-dropdown.show {
  visibility: visible;
  opacity: 1;
}

.legends .award-winners .award-table .search .dropdown-options {
  list-style: none;
  padding: 0;
  margin: 0;
}

.legends .award-winners .award-table .search .dropdown-options li {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.legends .award-winners .award-table .search .dropdown-options li .icon-container {
  display: none;
}

.legends .award-winners .award-table .search .dropdown-options li .icon-container img {
  width: 16px;
}

.legends .award-winners .award-table .search .dropdown-options li:hover {
  color: var(--solid-theme-3-b-5-cde-primary, #3b5cde);
}

.legends .award-winners .award-table .search .dropdown-options li.selected {
  color: var(--solid-theme-3-b-5-cde-primary, #3b5cde);
}

.legends .award-winners .award-table .search .dropdown-options li.selected .icon-container {
  display: flex;
}

.legends .award-winners .award-table .search .cate:hover .arrow-icon {
  transform: rotate(180deg);
}

.legends .award-winners .award-table .search .seg:hover .arrow-icon {
  transform: rotate(180deg);
}

.legends .award-winners .award-table .search .search-segment {
  width: 160px;
}

.legends .award-winners .award-table .table-container {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}

.legends .award-winners .award-table .table-container .lead-generation-table {
  width: 100%;
  border-collapse: collapse;
}

.legends .award-winners .award-table .table-container .lead-generation-table td:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

.legends .award-winners .award-table .table-container .lead-generation-table thead {
  height: 60px;
  background: var(--solid-black-f-6-f-7-fb, #f6f7fb);
}

.legends .award-winners .award-table .table-container .lead-generation-table thead tr th {
  font-weight: 400;
  font-size: 15px;
  line-height: 60px;
  color: var(--solid-black-515666-common, #515666);
  text-align: left;
  padding: 0 20px;
}

.legends .award-winners .award-table .table-container .lead-generation-table thead tr th:first-child {
  width: 25%;
}

.legends .award-winners .award-table .table-container .lead-generation-table thead tr th:last-child {
  padding-right: 40px;
  text-align: right;
}

.legends .award-winners .award-table .table-container .lead-generation-table thead tr th:nth-child(2) {
  width: 330px;
}

.legends .award-winners .award-table .table-container .lead-generation-table tbody tr:first-child {
  border: none;
}

.legends .award-winners .award-table .table-container .lead-generation-table tbody tr {
  border-top: 1px solid var(--solid-black-ebecf-1, #ebecf1);
}

.legends .award-winners .award-table .table-container .lead-generation-table tbody tr td {
  height: 100px;
  padding: 0 20px;
}

.legends .award-winners .award-table .table-container .lead-generation-table tbody tr td:nth-child(1) img {
  height: 40px;
}

.legends .award-winners .award-table .table-container .lead-generation-table tbody tr td:nth-child(2) {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #202437;
}

.legends .award-winners .award-table .table-container .lead-generation-table tbody tr td:nth-child(3) {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--solid-black-202437, #202437);
}

.legends .award-winners .award-table .table-container .lead-generation-table tbody tr td:nth-child(4) {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  padding-right: 40px;
  color: var(--solid-black-202437, #202437);
  width: 200px;
}

.legends .award-winners .table-mobile {
  display: none;
}

.legends .award-winners .table-mobile .search {
  display: flex;
}

.legends .award-winners .table-mobile .search .search-segment {
  margin-left: 60px;
}

.legends .award-winners .table-mobile .search .search-segment .custom-dropdown {
  width: 135px;
}

.legends .award-winners .table-mobile .search .cate,
.legends .award-winners .table-mobile .search .seg {
  display: flex;
  align-items: center;
}

.legends .award-winners .table-mobile .search .cate label,
.legends .award-winners .table-mobile .search .seg label {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
}

.legends .award-winners .table-mobile .search .cate .arrow-img,
.legends .award-winners .table-mobile .search .seg .arrow-img {
  display: flex;
  align-items: center;
}

.legends .award-winners .table-mobile .search .cate .arrow-img img,
.legends .award-winners .table-mobile .search .seg .arrow-img img {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.legends .award-winners .table-mobile .search .cate:hover .arrow-icon {
  transform: rotate(180deg);
}

.legends .award-winners .table-mobile .search .seg:hover .arrow-icon {
  transform: rotate(180deg);
}

.legends .award-winners .table-mobile .search .custom-dropdown {
  position: absolute;
  width: 210px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.legends .award-winners .table-mobile .search .custom-dropdown .dropdown-options {
  list-style: none;
  padding: 0;
  margin: 0;
}

.legends .award-winners .table-mobile .search .custom-dropdown .dropdown-options li {
  padding: 0 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  line-height: 32px;
}

.legends .award-winners .table-mobile .search .custom-dropdown .dropdown-options li .icon-container {
  display: none;
}

.legends .award-winners .table-mobile .search .custom-dropdown .dropdown-options li .icon-container img {
  width: 16px;
  height: 20px;
}

.legends .award-winners .table-mobile .search .custom-dropdown .dropdown-options li:hover {
  color: var(--solid-theme-3-b-5-cde-primary, #3b5cde);
}

.legends .award-winners .table-mobile .search .custom-dropdown .dropdown-options li.selected {
  color: var(--solid-theme-3-b-5-cde-primary, #3b5cde);
}

.legends .award-winners .table-mobile .search .custom-dropdown .dropdown-options li.selected .icon-container {
  display: flex;
  align-items: center;
}

.legends .award-winners .table-mobile .search .custom-dropdown.hidden {
  visibility: hidden;
  opacity: 0;
}

.legends .award-winners .table-mobile .search .custom-dropdown.show {
  visibility: visible;
  opacity: 1;
}

.legends .award-winners .table-mobile .mobile-container {
  border-radius: 10px;
  border: 2px solid var(--solid-black-e-1-e-2-e-6, #e1e2e6);
}

.legends .award-winners .table-mobile .mobile-container .web-cate {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
}

.legends .award-winners .table-mobile .mobile-container table {
  width: 100%;
  border-collapse: collapse;
}

.legends .award-winners .table-mobile .mobile-container table tbody tr:first-child {
  border: none;
}

.legends .award-winners .table-mobile .mobile-container table tbody tr {
  border-top: 1px solid var(--solid-black-ebecf-1, #ebecf1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 140px;
  padding: 20px 0;
}

.legends .award-winners .table-mobile .mobile-container table tbody tr td:nth-child(1) img {
  height: 40px;
}

.legends .award-winners .table-mobile .mobile-container table tbody tr td:nth-child(2) {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #202437;
}

.legends .award-winners .table-mobile .mobile-container table tbody tr td:nth-child(3) {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: var(--solid-black-797-e-8-b, #797e8b);
}

.legends .award-winners .table-mobile .mobile-container table tbody tr .dot {
  font-size: 5cap;
  color: var(--solid-black-c-6-c-8-d-1, #c6c8d1);
  display: inline-block;
  height: 20px;
  vertical-align: bottom;
}

.legends .award-winners .cap {
  margin: 0 auto;
  width: 90%;
  margin-top: 30px;
}

.legends .award-winners .cap span {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: var(--solid-black-202437, #202437);
}

@media (max-width: 800px) {
  .legends .lofty_legends .banner-video {
    width: 100%;
    height: 617px;
  }
  .legends .lofty_legends .banner-video video {
    width: 100%;
    height: 617px;
    object-fit: cover;
  }
  .legends .lofty_legends .banner {
    width: 100%;
    height: auto;
  }
  .legends .lofty_legends .banner .redefine .logo {
    width: 120px;
    height: 120px;
  }
  .legends .lofty_legends .banner .redefine h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .legends .lofty_legends .banner .redefine .bg {
    width: 335px;
  }
  .legends .lofty_legends .banner .redefine p {
    font-size: 16px;
    width: 90%;
  }
  .legends .lofty_legends .banner .redefine .content {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
  }
  .legends .card {
    padding: 50px 20px;
  }
  .legends .card h1 {
    font-size: 24px;
  }
  .legends .card .des {
    width: 100%;
    padding-bottom: 0;
  }
  .legends .card .card-cards {
    width: 100%;
    gap: 0;
    flex-direction: column;
  }
  .legends .card .card-cards .cards {
    width: 100%;
    margin-top: 20px;
  }
  .legends .card .card-cards .cards .description {
    padding: 0 auto;
  }
  .legends .award-winners {
    padding: 50px 20px;
  }
  .legends .award-winners h1 {
    font-size: 24px;
    line-height: 38.86px;
    margin-bottom: 20px;
  }
  .legends .award-winners .award-table {
    display: none;
  }
  .legends .award-winners .table-mobile {
    display: block;
  }
  .legends .award-winners .table-mobile .mobile-container {
    margin-top: 20px;
  }
  .legends .award-winners .cap {
    margin-top: 20px;
    width: 100%;
    padding: 0;
  }
  .legends .award-winners .cap span {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: var(--solid-black-202437, #202437);
  }
}

@media (min-width: 801px) {
  main.body-container-wrapper {
    min-width: unset !important;
  }
}

@media (min-width: 801px) and (max-width: 970px) {
  .content {
    width: 95% !important;
    font-size: 18px !important;
  }
  .cards {
    height: 280px !important;
  }
}
