:root {
  --black: #1e1e1e;
  --black50: rgba(0, 0, 0, 0.50);
  --black20: rgba(0, 0, 0, 0.20);
  --black5: rgba(0, 0, 0, 0.05);
  --white: #FFFDF7;
  --white50: rgba(255, 255, 255, 0.5);
  --white20: rgba(255, 255, 255, 0.2);
  --gray: #999999;
  --orange: #F1B41B;
  --filterInvert: invert(0%);
  --offcanvaswhite: #ffffff;
  --bgprimer: #F1EEE6;
  --bgupimg: #eaeaea;
  --bgkuning: #D7DF65;
  --bgcstmabout: #F1EEE6;
  --bgmenumobile: #242424;
  --bgcardtiket: #ffffff;
  --dash20: rgba(0, 0, 0, 0.20);
}

html[data-theme=dark] {
  --black: #ffffff;
  --black50: rgba(255, 255, 255, 0.5);
  --white: #000000;
  --gray: #e0e0e0;
  --filterInvert: invert(100%);
  --offcanvaswhite: #494949;
  --bgprimer: #1D1D1F;
  --bgupimg: #3d3d3d;
  --bgkuning: rgb(101 105 39);
  --bgcstmabout: #515151;
  --bgcardtiket: #4d4d4d;
  --dash20: rgba(255, 255, 255, 0.2);
}

a {
  text-decoration: none !important;
  color: var(--black);
}

hr {
  border-top: 1px solid var(--black);
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}

ol,
ul {
  padding-left: 1.2rem !important;
}

@keyframes uptodown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bi-clock,
.bi-calendar4,
.bi-geo-alt,
.bi-eye-slash-fill,
.bi-eye-fill {
  color: var(--black50);
  font-size: 16px;
  font-weight: 700 !important;
}

body {
  scroll-behavior: smooth;
  background: var(--white) !important;
  font-family: "Reddit Sans", sans-serif;
}
body .navbar {
  background-color: var(--white) !important;
  padding: 10px;
}
body .navbar .navbar-brand {
  text-transform: uppercase;
  color: var(--black);
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 575px) {
  body .navbar .navbar-brand {
    font-size: 12px;
  }
}
body .navbar .hideondesktop {
  display: none;
}
@media (max-width: 575px) {
  body .navbar .hideonmobile {
    display: none;
  }
  body .navbar .hideondesktop {
    display: block;
  }
}
body .navbar .account {
  padding: 6px 15px;
  border-radius: 5px;
  background: var(--black);
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
body .navbar .offcanvas-body .account {
  width: 85%;
  position: absolute;
  bottom: 37px;
  left: 50%;
  transform: translate(-50%, 0%);
}
body .navbar .navmenu {
  display: flex;
  gap: 25px;
}
body .navbar .navbar-toggler {
  padding: unset;
  border: unset;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  body .navbar .navbar-toggler svg {
    width: 32px;
    height: 32px;
  }
}
body .navbar .navbar-toggler:focus {
  box-shadow: unset;
}
body .navbar .offcanvas-header {
  justify-content: center;
  height: 82.17px;
}
body .navbar .offcanvas-body ul {
  padding-left: unset !important;
}
body .navbar .offcanvas.offcanvas-end {
  width: 280px;
}
body .navbar .offcanvas-header .btn-close {
  margin: unset;
}
body .navbar .nav-link {
  padding: 16px;
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  body .navbar .nav-link {
    font-size: 12px;
    padding: 10px 10px 0px 10px;
  }
}
body .navbar .dropdown-toggle::after {
  content: unset;
}
body .navbar .dropdown ul {
  padding: unset !important;
}
body .navbar .dropdown .dropdown-menu {
  padding: unset;
  border: unset;
}
body .navbar .dropdown .dropdown-item {
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  body .navbar .dropdown .dropdown-item {
    font-size: 12px;
  }
}
body .navbar .dropdown .dropdown-item:active {
  background-color: unset;
}
body .section1 {
  position: relative;
  background-color: black;
}
body .section1 .slider_banner .slick-slide,
body .section1 .slider_banner .slick-list {
  margin: unset;
}
body .section1 .bg {
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .section1 .bg .layer_bg {
  width: 100%;
  height: 100vh;
}
@media (max-width: 575px) {
  body .section1 .bg .layer_bg {
    height: calc(90vh - 34.6px);
  }
}
body .section1 .logopadc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .section1 .logopadc img {
  width: 122px;
}
@media (max-width: 992px) {
  body .section1 .logopadc img {
    width: 80px;
  }
}
body .section1 .logoplatinumasia {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .section1 .logoplatinumasia .display {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  body .section1 .logoplatinumasia .display img {
    height: 44px;
  }
}
body .section2 .padding {
  padding: 100px 0px 0px 0px;
}
@media (max-width: 992px) {
  body .section2 .padding {
    padding: 75px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  body .section2 .padding {
    padding: 50px 0px 0px 0px;
  }
}
body .section2 .padding .text1 {
  color: var(--black);
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  body .section2 .padding .text1 {
    padding-bottom: 5px;
    font-size: 19px;
  }
}
body .section2 .padding .text2 {
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  body .section2 .padding .text2 {
    margin-bottom: 75px;
  }
}
@media (max-width: 768px) {
  body .section2 .padding .text2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  body .section2 .padding .text2 {
    font-size: 14px;
    line-height: 21px;
  }
}
body .section2 .padding img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .section3 {
  margin-top: 100px;
  padding: 20px 0px 20px 0px;
  background: var(--orange);
}
@media (max-width: 992px) {
  body .section3 {
    margin-top: 75px;
  }
}
@media (max-width: 768px) {
  body .section3 {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  body .section3 {
    position: sticky;
    bottom: 0;
    padding: 15px 0px 15px 0px;
  }
}
body .section3 .display {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .section3 .display .display_botton {
  display: flex;
  gap: 31px;
}
@media (max-width: 575px) {
  body .section3 .display .display_botton {
    gap: 15px;
  }
}
body .section3 .display .display_botton .botton1 {
  cursor: pointer;
  padding: 6px 15px;
  border-radius: 5px;
  background: var(--black);
}
body .section3 .display .display_botton .botton1 .txt {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  body .section3 .display .display_botton .botton1 .txt {
    font-size: 14px;
  }
}
body .section3 .display .display_botton .botton2 {
  cursor: pointer;
  padding: 6px 15px;
  border-radius: 5px;
  border: 1px solid var(--black);
}
body .section3 .display .display_botton .botton2 .txt {
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  body .section3 .display .display_botton .botton2 .txt {
    font-size: 14px;
  }
}
body .section4 .padding {
  padding: 100px 0px 100px 0px;
}
@media (max-width: 992px) {
  body .section4 .padding {
    padding: 75px 0px 75px 0px;
  }
}
@media (max-width: 992px) {
  body .section4 .padding {
    padding: 50px 0px 50px 0px;
  }
}
body .section4 .padding .text1 {
  color: var(--black);
  text-align: center;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  body .section4 .padding .text1 {
    font-size: 19px;
  }
}
body .section4 .padding .display_juror {
  margin-top: 50px;
  display: flex;
  gap: 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  body .section4 .padding .display_juror {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  body .section4 .padding .display_juror {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  body .section4 .padding .display_juror {
    margin-top: 25px;
    display: grid;
    gap: 40px;
    justify-content: center;
  }
}
body .section4 .padding .display_juror a {
  color: var(--color-primary);
  text-decoration: none;
  transition: 0.3s;
}
body .section4 .padding .display_juror a .dis {
  display: flex;
  justify-content: center;
}
body .section4 .padding .display_juror a .dis .juri_border {
  border-radius: 100%;
  border: 1px solid var(--orange);
  padding: 0.75rem;
  margin-bottom: 2rem;
  display: inline-block;
  position: relative;
}
@media (max-width: 575px) {
  body .section4 .padding .display_juror a .dis .juri_border {
    margin-bottom: 10px;
  }
}
body .section4 .padding .display_juror a .dis .juri_border img {
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 200px;
  height: 200px;
}
body .section4 .padding .display_juror .juri_text {
  text-align: center;
}
body .section4 .padding .display_juror .juri_text h3 {
  font-size: 19px;
  color: var(--black);
}
@media (max-width: 575px) {
  body .section4 .padding .display_juror .juri_text h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
body .section4 .padding .display_juror .juri_text p {
  color: var(--gray);
  font-size: 16px;
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  body .section4 .padding .display_juror .juri_text p {
    font-size: 12px;
  }
}
body .section5 .padding {
  background: #FAFAFA;
  padding: 100px 0px 100px 0px;
}
@media (max-width: 992px) {
  body .section5 .padding {
    padding: 75px 0px 75px 0px;
  }
}
@media (max-width: 768px) {
  body .section5 .padding {
    padding: 50px 0px 50px 0px;
  }
}
body .section5 .padding .text1 {
  color: var(--black);
  text-align: center;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  body .section5 .padding .text1 {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  body .section5 .padding .text1 {
    font-size: 19px;
  }
}
body .section5 .padding .Timeline {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 216px;
}
@media (max-width: 992px) {
  body .section5 .padding .Timeline {
    display: unset;
    height: unset;
  }
  body .section5 .padding .Timeline .hideonmobile {
    display: none;
  }
}
body .section5 .padding .Timeline .event1,
body .section5 .padding .Timeline .event2,
body .section5 .padding .Timeline .event3 {
  position: relative;
}
body .section5 .padding .Timeline .event1 .event1Bubble,
body .section5 .padding .Timeline .event2 .event1Bubble,
body .section5 .padding .Timeline .event3 .event1Bubble {
  position: absolute;
  width: 300px;
  height: 104px;
  top: -95px;
  left: 4.2px;
  border-left: 2px solid var(--orange);
}
@media (max-width: 1200px) {
  body .section5 .padding .Timeline .event1 .event1Bubble,
  body .section5 .padding .Timeline .event2 .event1Bubble,
  body .section5 .padding .Timeline .event3 .event1Bubble {
    width: 252px;
  }
}
@media (max-width: 992px) {
  body .section5 .padding .Timeline .event1 .event1Bubble,
  body .section5 .padding .Timeline .event2 .event1Bubble,
  body .section5 .padding .Timeline .event3 .event1Bubble {
    height: unset;
    position: unset;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  body .section5 .padding .Timeline .event1 .event1Bubble,
  body .section5 .padding .Timeline .event2 .event1Bubble,
  body .section5 .padding .Timeline .event3 .event1Bubble {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
body .section5 .padding .Timeline .event1 .event2Bubble,
body .section5 .padding .Timeline .event2 .event2Bubble,
body .section5 .padding .Timeline .event3 .event2Bubble {
  position: absolute;
  width: 300px;
  height: 104px;
  left: 4.3px;
  top: 18px;
  border-left: 2px solid var(--orange);
}
@media (max-width: 1200px) {
  body .section5 .padding .Timeline .event1 .event2Bubble,
  body .section5 .padding .Timeline .event2 .event2Bubble,
  body .section5 .padding .Timeline .event3 .event2Bubble {
    width: 252px;
  }
}
@media (max-width: 992px) {
  body .section5 .padding .Timeline .event1 .event2Bubble,
  body .section5 .padding .Timeline .event2 .event2Bubble,
  body .section5 .padding .Timeline .event3 .event2Bubble {
    height: unset;
    position: unset;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  body .section5 .padding .Timeline .event1 .event2Bubble,
  body .section5 .padding .Timeline .event2 .event2Bubble,
  body .section5 .padding .Timeline .event3 .event2Bubble {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
body .section5 .padding .Timeline .event1 .event2Bubble .display,
body .section5 .padding .Timeline .event2 .event2Bubble .display,
body .section5 .padding .Timeline .event3 .event2Bubble .display {
  display: flex;
  align-items: end;
  height: 100%;
}
@media (max-width: 992px) {
  body .section5 .padding .Timeline .event1 .event2Bubble .display,
  body .section5 .padding .Timeline .event2 .event2Bubble .display,
  body .section5 .padding .Timeline .event3 .event2Bubble .display {
    display: unset;
  }
}
body .section5 .padding .Timeline .event1 .event2Bubble .display .eventTitle,
body .section5 .padding .Timeline .event2 .event2Bubble .display .eventTitle,
body .section5 .padding .Timeline .event3 .event2Bubble .display .eventTitle {
  color: var(--black);
  font-size: 19px;
  text-transform: uppercase;
  display: flex;
  font-weight: 700;
  flex: 1;
  align-items: center;
  margin-left: 12px;
}
@media (max-width: 575px) {
  body .section5 .padding .Timeline .event1 .event2Bubble .display .eventTitle,
  body .section5 .padding .Timeline .event2 .event2Bubble .display .eventTitle,
  body .section5 .padding .Timeline .event3 .event2Bubble .display .eventTitle {
    font-size: 14px;
  }
}
body .section5 .padding .Timeline .event1 .event1Bubble:after,
body .section5 .padding .Timeline .event1 .event1Bubble:before,
body .section5 .padding .Timeline .event1 .event2Bubble:after,
body .section5 .padding .Timeline .event1 .event2Bubble:before,
body .section5 .padding .Timeline .event2 .event1Bubble:after,
body .section5 .padding .Timeline .event2 .event1Bubble:before,
body .section5 .padding .Timeline .event2 .event2Bubble:after,
body .section5 .padding .Timeline .event2 .event2Bubble:before,
body .section5 .padding .Timeline .event3 .event1Bubble:after,
body .section5 .padding .Timeline .event3 .event1Bubble:before,
body .section5 .padding .Timeline .event3 .event2Bubble:after,
body .section5 .padding .Timeline .event3 .event2Bubble:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}
body .section5 .padding .Timeline .event1,
body .section5 .padding .Timeline .event2,
body .section5 .padding .Timeline .event3 svg {
  width: 10px;
  margin-top: -7px;
}
@media (max-width: 992px) {
  body .section5 .padding .Timeline .event1,
  body .section5 .padding .Timeline .event2,
  body .section5 .padding .Timeline .event3 svg {
    margin-top: unset;
  }
}
body .section5 .padding .Timeline .eventTime {
  display: flex;
}
body .section5 .padding .Timeline .Day {
  font-size: 16px;
  margin-left: 12px;
  font-weight: 500;
  margin-top: 0px;
  color: var(--black);
}
@media (max-width: 575px) {
  body .section5 .padding .Timeline .Day {
    font-size: 12px;
  }
}
body .section5 .padding .Timeline .eventTitle {
  color: var(--black);
  font-size: 19px;
  text-transform: uppercase;
  display: flex;
  font-weight: 700;
  flex: 1;
  align-items: center;
  margin-left: 12px;
}
@media (max-width: 575px) {
  body .section5 .padding .Timeline .eventTitle {
    font-size: 14px;
  }
}
body .section5 .padding .Timeline .now {
  background-color: var(--black);
  color: var(--white);
  border-radius: 7px;
  margin: 5px;
  padding: 4px 4px 2px 4px;
  font-size: 10px;
  border: 2px solid var(--white);
  font-weight: bold;
  box-shadow: 0 0 0 2px var(--black);
}
body .section5 .padding .Timeline .futureGray {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
body .section5 .padding .Timeline .futureOpacity {
  filter: opacity(0.3);
}
body .section6 .padding {
  padding: 100px 0px 100px 0px;
}
@media (max-width: 992px) {
  body .section6 .padding {
    padding: 75px 0px 75px 0px;
  }
}
@media (max-width: 768px) {
  body .section6 .padding {
    padding: 50px 0px 50px 0px;
  }
}
body .section6 .padding .row_no_spaces {
  margin: 0px;
}
body .section6 .padding .row_no_spaces .no_padding_left {
  padding-left: unset;
}
body .section6 .padding .disc {
  align-items: center;
}
body .section6 .padding .disc .display_prize {
  width: 100%;
  display: flex;
  align-items: center;
}
body .section6 .padding .disc .display_prize .text1 {
  margin-right: 66px;
  text-transform: uppercase;
  color: var(--black);
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 992px) {
  body .section6 .padding .disc .display_prize .text1 {
    margin-right: 55px;
  }
}
@media (max-width: 768px) {
  body .section6 .padding .disc .display_prize .text1 {
    margin-right: 17px;
  }
}
@media (max-width: 575px) {
  body .section6 .padding .disc .display_prize .text1 {
    font-size: 19px;
  }
}
body .section6 .padding .disc .total {
  margin-bottom: 24px;
  padding-left: 80px;
  background-color: var(--white);
  z-index: 1;
}
@media (max-width: 992px) {
  body .section6 .padding .disc .total {
    padding-left: 55px;
  }
}
@media (max-width: 768px) {
  body .section6 .padding .disc .total {
    padding-left: 4px;
  }
}
@media (max-width: 575px) {
  body .section6 .padding .disc .total {
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: unset;
  }
}
body .section6 .padding .disc .total .text2 {
  color: var(--gray);
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  body .section6 .padding .disc .total .text2 {
    font-size: 12px;
  }
}
body .section6 .padding .disc .total .text3 {
  width: -moz-fit-content;
  width: fit-content;
  --clr-bg: transparent;
  --clr-underline: var(--orange);
  --clr-pos-from: 55%;
  --clr-pos-to: 85%;
  transition: all 0.1s ease-in;
  background: linear-gradient(180deg, var(--clr-bg) 0 var(--clr-pos-from), var(--clr-underline) var(--clr-pos-from) var(--clr-pos-to), var(--clr-bg) var(--clr-pos-to) 100%);
  color: var(--black);
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 1200px) {
  body .section6 .padding .disc .total .text3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  body .section6 .padding .disc .total .text3 {
    font-size: 16px;
  }
}
body .section6 .padding .disc .juara1 .text2,
body .section6 .padding .disc .juara2 .text2,
body .section6 .padding .disc .juara3 .text2,
body .section6 .padding .disc .juara4 .text2 {
  padding-top: 33px;
  text-align: left;
  color: var(--gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 992px) {
  body .section6 .padding .disc .juara1 .text2,
  body .section6 .padding .disc .juara2 .text2,
  body .section6 .padding .disc .juara3 .text2,
  body .section6 .padding .disc .juara4 .text2 {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  body .section6 .padding .disc .juara1 .text2,
  body .section6 .padding .disc .juara2 .text2,
  body .section6 .padding .disc .juara3 .text2,
  body .section6 .padding .disc .juara4 .text2 {
    font-size: 12px;
  }
}
body .section6 .padding .disc .juara1 .text3,
body .section6 .padding .disc .juara2 .text3,
body .section6 .padding .disc .juara3 .text3,
body .section6 .padding .disc .juara4 .text3 {
  padding-bottom: 33px;
  color: var(--black);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media (max-width: 1200px) {
  body .section6 .padding .disc .juara1 .text3,
  body .section6 .padding .disc .juara2 .text3,
  body .section6 .padding .disc .juara3 .text3,
  body .section6 .padding .disc .juara4 .text3 {
    font-size: 19px;
  }
}
@media (max-width: 992px) {
  body .section6 .padding .disc .juara1 .text3,
  body .section6 .padding .disc .juara2 .text3,
  body .section6 .padding .disc .juara3 .text3,
  body .section6 .padding .disc .juara4 .text3 {
    padding-bottom: 9px;
  }
}
@media (max-width: 575px) {
  body .section6 .padding .disc .juara1 .text3,
  body .section6 .padding .disc .juara2 .text3,
  body .section6 .padding .disc .juara3 .text3,
  body .section6 .padding .disc .juara4 .text3 {
    font-size: 12px;
  }
}
body .section6 .padding .disc .txtt .text2 {
  padding-top: 33px;
  padding-left: 80px;
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.5px;
}
@media (max-width: 1200px) {
  body .section6 .padding .disc .txtt .text2 {
    font-size: 19px;
  }
}
@media (max-width: 992px) {
  body .section6 .padding .disc .txtt .text2 {
    padding-left: unset;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  body .section6 .padding .disc .txtt .text2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  body .section6 .padding .disc .txtt .text2 {
    font-size: 12px;
    line-height: 17px;
  }
}
@media (max-width: 992px) {
  body .section6 .padding .disc .txtt {
    border-right: unset;
    border-bottom: 1px solid var(--black);
  }
}
@media (max-width: 575px) {
  body .section6 .padding .disc .txtt {
    border-right: unset;
  }
}
body .section6 .padding .disc .juara1 {
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}
@media (max-width: 992px) {
  body .section6 .padding .disc .juara1 {
    border-right: unset;
  }
}
@media (max-width: 575px) {
  body .section6 .padding .disc .juara1 {
    border-right: unset;
  }
}
body .section6 .padding .disc .juara2 {
  padding-left: 80px;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}
@media (max-width: 992px) {
  body .section6 .padding .disc .juara2 {
    border-right: unset;
    padding-left: unset;
  }
}
@media (max-width: 575px) {
  body .section6 .padding .disc .juara2 {
    border-right: unset;
  }
}
body .section6 .padding .disc .juara3 {
  padding-left: 80px;
  border-bottom: 1px solid var(--black);
}
@media (max-width: 992px) {
  body .section6 .padding .disc .juara3 {
    padding-left: unset;
    border-right: unset;
  }
}
@media (max-width: 575px) {
  body .section6 .padding .disc .juara3 {
    border-right: unset;
  }
}
body .section6 .padding .disc .juara4 {
  border-right: 1px solid var(--black);
}
@media (max-width: 992px) {
  body .section6 .padding .disc .juara4 {
    border-bottom: 1px solid var(--black);
    border-right: unset;
  }
}
@media (max-width: 575px) {
  body .section6 .padding .disc .juara4 {
    border-right: unset;
  }
}
body .section7 {
  background-color: var(--black);
}
@media (max-width: 768px) {
  body .section7 .regis .text1 {
    font-size: 29px !important;
    margin-bottom: 33px !important;
  }
}
body .section7 .padding {
  padding: 100px 0px 300px 0px;
  color: var(--white);
}
@media (max-width: 992px) {
  body .section7 .padding {
    padding: 43px 0px 100px 0px;
  }
}
body .section7 .padding .text1 {
  font-size: 45px;
  font-weight: 500;
  line-height: 53px;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  body .section7 .padding .text1 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  body .section7 .padding .text1 {
    font-size: 29px;
    line-height: 36px;
    margin-bottom: 6px;
  }
  body .section7 .padding .text1 .hideonmobile {
    display: none;
  }
}
@media (max-width: 768px) {
  body .section7 .padding .text1 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 0px;
  }
}
body .section7 .padding .hastag a {
  color: var(--orange);
}
@media (max-width: 992px) {
  body .section7 .padding .hastag {
    margin-bottom: 37px;
  }
}
@media (max-width: 768px) {
  body .section7 .padding .hastag {
    font-size: 16px;
  }
}
body .section7 .padding .padding_pw {
  margin-top: 32px !important;
}
body .section7 .padding .padding_tmbl {
  margin-top: 32px !important;
}
@media (max-width: 575px) {
  body .section7 .padding .padding_tmbl .hideondesktop {
    display: block !important;
  }
}
body .section7 .padding .padding_tmbl .btn_form {
  background: var(--white) !important;
  border: unset;
  width: 100%;
  cursor: pointer;
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  height: 56px;
  line-height: 56px;
  padding: 0 18px;
  width: 100%;
  color: var(--black);
}
@media (max-width: 768px) {
  body .section7 .padding .padding_tmbl .btn_form {
    font-size: 16px;
  }
}
body .section7 .padding .padding_tmbl .forgot {
  display: flex;
  justify-content: center;
}
body .section7 .padding .padding_tmbl .forgot a {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline !important;
}
@media (max-width: 768px) {
  body .section7 .padding .padding_tmbl .forgot a {
    font-size: 14px;
  }
}
body .section7 .padding .form_label {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  body .section7 .padding .form_label {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
body .section7 .padding .input_element {
  position: relative;
}
body .section7 .padding .input_element input {
  padding-left: 44px !important;
  padding-right: 44px !important;
}
body .section7 .padding .input_element input:focus {
  outline: none;
}
body .section7 .padding .input_element .form_control {
  width: 100%;
  border: 1px solid var(--black);
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  height: 56px;
  line-height: 54px;
  padding: 0 16px;
}
body .section7 .padding .input_element .icon {
  background-size: 18px 14px;
  height: 14px;
  left: 17px;
  margin-top: -7px;
  position: absolute;
  top: 28px;
  width: 18px;
}
body .section7 .padding .input_element .eye-icon {
  background: url(/assets/images/eye-icon.svg) no-repeat;
  background-size: 18px 14px;
  cursor: pointer;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 18px;
  top: 28px;
  width: 18px;
}
body .section7 .padding .input_element .eye-icon.unsee:before {
  background: var(--black);
  content: "";
  height: 2px;
  left: -3px;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 24px;
}
body .section7 .padding .input_element .eye-icon-confirm {
  background: url(/assets/images/eye-icon.svg) no-repeat;
  background-size: 18px 14px;
  cursor: pointer;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 18px;
  top: 28px;
  width: 18px;
}
body .section7 .padding .input_element .eye-icon-confirm.unsee:before {
  background: var(--black);
  content: "";
  height: 2px;
  left: -3px;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 24px;
}
body .section8 .padding {
  padding: 100px 0px 100px 0px;
}
body .section8 .padding .display_button {
  display: flex;
  justify-content: end;
}
@media (max-width: 575px) {
  body .section8 .padding .display_button {
    justify-content: center;
  }
}
body .section8 .padding .display_button button {
  background-color: var(--black);
  color: var(--white);
  padding: 12px 32px;
  border-radius: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
body .section8 .padding .display {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
body .section8 .padding .display .nav-pills .nav-link {
  cursor: pointer;
  color: var(--gray);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  background-color: unset;
}
body .section8 .padding .display .nav-pills .nav-link.active {
  color: var(--black);
}
body .section8 .padding .card_form {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid var(--black);
  display: grid;
  margin-bottom: calc(var(--bs-gutter-x) * 0.5 + var(--bs-gutter-x) * 0.5);
}
@media (max-width: 575px) {
  body .section8 .padding .card_form {
    padding: 20px;
  }
}
body .section8 .padding .card_form .number_display {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .section8 .padding .card_form .number_display .text1 {
  color: var(--black);
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
body .section8 .padding .card_form .number_display .text2 {
  width: -moz-fit-content;
  width: fit-content;
  --clr-bg: transparent;
  --clr-underline: var(--orange);
  --clr-pos-from: 55%;
  --clr-pos-to: 85%;
  transition: all 0.1s ease-in;
  background: linear-gradient(180deg, var(--clr-bg) 0 var(--clr-pos-from), var(--clr-underline) var(--clr-pos-from) var(--clr-pos-to), var(--clr-bg) var(--clr-pos-to) 100%);
  color: var(--black);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
body .section8 .padding .card_form .display {
  display: flex;
  justify-content: space-between;
}
body .section8 .padding .card_form .btn_upload_file {
  display: flex;
  cursor: pointer;
  border-radius: 5px;
  border: 1px dashed var(--black);
  margin: 0;
  margin-bottom: 15px;
}
body .section8 .padding .card_form .btn_upload_file .eye-icon {
  height: 100%;
  display: flex;
  justify-content: end;
}
body .section8 .padding .card_form .btn_upload_file .eye-icon img {
  width: 17px;
  margin-right: 16px;
}
body .section8 .padding .card_form .btn_upload_file label {
  display: flex;
  align-items: center;
  width: 40%;
  font-weight: 400;
  padding: 10px 16px 10px 16px;
  color: var(--gray);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  border-right: 1px solid var(--black);
  margin-bottom: 1px;
}
@media (max-width: 1200px) {
  body .section8 .padding .card_form .btn_upload_file label {
    width: 51%;
  }
}
@media (max-width: 992px) {
  body .section8 .padding .card_form .btn_upload_file label {
    border-right: unset;
    width: 100%;
  }
}
@media (max-width: 768px) {
  body .section8 .padding .card_form .btn_upload_file label {
    width: 45%;
    border-right: 1px solid var(--black);
  }
}
@media (max-width: 575px) {
  body .section8 .padding .card_form .btn_upload_file label {
    border-right: unset;
    width: 100%;
  }
}
body .section8 .padding .card_form .btn_upload_file span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 32px;
  width: 60%;
  padding: 10px 16px 10px 16px;
  color: var(--gray);
  font-size: 14px;
}
@media (max-width: 1200px) {
  body .section8 .padding .card_form .btn_upload_file span {
    width: 49%;
  }
}
@media (max-width: 992px) {
  body .section8 .padding .card_form .btn_upload_file span {
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 16px 10px 16px;
    height: 23px;
  }
}
@media (max-width: 768px) {
  body .section8 .padding .card_form .btn_upload_file span {
    width: 55%;
    height: 32px;
    padding: 10px 16px 10px 16px;
  }
}
@media (max-width: 575px) {
  body .section8 .padding .card_form .btn_upload_file span {
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 16px 10px 16px;
    height: 23px;
  }
}
body .section8 .padding .card_form .btn_upload_file .hitam {
  color: var(--black);
}
body .section8 .padding .card_form .member {
  color: var(--orange);
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-bottom: 28px;
}
body .section8 .padding .card_form label {
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
body .section8 .padding .card_form label .note {
  font-size: 12px;
}
body .section8 .padding .card_form select {
  background-color: var(--white);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--black);
}
body .section8 .padding .card_form input {
  background-color: var(--white);
  padding: 10px 16px 10px 16px;
  border-radius: 5px;
  border: 1px solid var(--black);
  margin-bottom: 25px;
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
}
body .section8 .padding .card_form input::-moz-placeholder {
  color: var(--gray);
  font-size: 14px;
  font-weight: 500;
}
body .section8 .padding .card_form input::placeholder {
  color: var(--gray);
  font-size: 14px;
  font-weight: 500;
}
body .section8 .padding .submission .display_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .section8 .padding .submission .display_button .text1 {
  color: var(--gray);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
}
body .section8 .padding .submission .display_button .text2 {
  color: var(--black);
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
body .section8 .padding .submission .card_form .number_display {
  margin-bottom: 13px;
}
body .section8 .padding .submission .card_form .btn_upload_file {
  margin-top: 2px;
  margin-bottom: 0px;
}
body .section8 .padding .submission .card_form .btn_upload_file label {
  width: 20%;
}
body .section8 .padding .submission .card_form .btn_upload_file label span {
  display: unset;
  height: unset;
  width: unset;
  padding: unset;
  color: var(--gray);
  font-size: 14px;
}
@media (max-width: 575px) {
  body .section8 .padding .submission .card_form .btn_upload_file label span {
    margin-bottom: 0px;
  }
}
@media (max-width: 992px) {
  body .section8 .padding .submission .card_form .btn_upload_file label {
    width: 20%;
    border-right: 1px solid var(--black);
  }
}
@media (max-width: 768px) {
  body .section8 .padding .submission .card_form .btn_upload_file label {
    width: 30%;
  }
}
@media (max-width: 575px) {
  body .section8 .padding .submission .card_form .btn_upload_file label {
    border-right: unset;
    width: 100%;
  }
}
@media (max-width: 992px) {
  body .section8 .padding .submission .card_form .btn_upload_file span {
    width: 49%;
    margin-bottom: 0px;
    padding: 10px 16px 10px 16px;
    height: 38px;
  }
}
@media (max-width: 768px) {
  body .section8 .padding .submission .card_form .btn_upload_file span {
    width: 70%;
  }
}
@media (max-width: 575px) {
  body .section8 .padding .submission .card_form .btn_upload_file span {
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 16px 10px 16px;
    height: 23px;
  }
}
body .section8 .padding .submission .card_form input {
  border: 1px dashed var(--black);
}
body .section9 .padding {
  padding: 100px 0px 100px 0px;
  height: 100vh;
}
@media (max-width: 575px) {
  body .section9 .padding {
    padding: 150px 0px 100px 0px;
  }
}
body .section9 .padding .countdown {
  height: unset;
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 48px;
  gap: 0px;
}
@media (max-width: 992px) {
  body .section9 .padding .countdown {
    gap: 2px;
  }
}
@media (max-width: 575px) {
  body .section9 .padding .countdown {
    margin-bottom: 24px;
  }
}
body .section9 .padding .countdown .display {
  width: 260px;
}
@media (max-width: 575px) {
  body .section9 .padding .countdown .display {
    width: 81px;
  }
}
body .section9 .padding .countdown .display .time {
  text-align: center;
  color: var(--black);
  font-size: 150px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 992px) {
  body .section9 .padding .countdown .display .time {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  body .section9 .padding .countdown .display .time {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  body .section9 .padding .countdown .display .time {
    font-size: 40px;
  }
}
body .section9 .padding .countdown .display .text {
  margin-top: -36px;
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 992px) {
  body .section9 .padding .countdown .display .text {
    margin-top: -6px;
  }
}
@media (max-width: 768px) {
  body .section9 .padding .countdown .display .text {
    margin-top: -6px;
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  body .section9 .padding .countdown .display .text {
    font-size: 16px;
  }
}
body .section9 .padding .lolos {
  position: sticky;
  margin: 20px 0px 80px 0px;
  border-radius: 24px;
  border: 4px solid #F1B41B;
  padding: 24px 52px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  display: none;
}
@media (max-width: 768px) {
  body .section9 .padding .lolos {
    padding: 24px 29px;
  }
}
body .section9 .padding .lolos .text1 {
  color: var(--black);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  body .section9 .padding .lolos .text1 {
    font-size: 19.2px;
  }
}
@media (max-width: 575px) {
  body .section9 .padding .lolos .text1 {
    font-size: 13.33px;
  }
}
body .section9 .padding .lolos .text2 {
  color: var(--black);
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body .section9 .padding .lolos .text2 {
    font-size: 27.65px;
    margin-bottom: 17px;
  }
}
@media (max-width: 575px) {
  body .section9 .padding .lolos .text2 {
    font-size: 19.2px;
  }
}
body .section9 .padding .lolos .text3 {
  color: #B1B1B1;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  body .section9 .padding .lolos .text3 {
    font-size: 13.33px;
  }
}
@media (max-width: 575px) {
  body .section9 .padding .lolos .text3 {
    font-size: 11.11px;
  }
}
body .section9 .padding .gagal {
  position: sticky;
  margin: 20px 0px 80px 0px;
  border-radius: 24px;
  border: 4px solid rgba(187, 17, 187, 0.07);
  padding: 24px 52px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  display: none;
}
@media (max-width: 768px) {
  body .section9 .padding .gagal {
    padding: 24px 29px;
  }
}
body .section9 .padding .gagal .text1 {
  color: var(--black);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  body .section9 .padding .gagal .text1 {
    font-size: 19.2px;
  }
}
@media (max-width: 575px) {
  body .section9 .padding .gagal .text1 {
    font-size: 13.33px;
  }
}
body .section9 .padding .gagal .text2 {
  color: var(--black);
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body .section9 .padding .gagal .text2 {
    font-size: 27.65px;
    margin-bottom: 17px;
  }
}
@media (max-width: 575px) {
  body .section9 .padding .gagal .text2 {
    font-size: 19.2px;
  }
}
body .section9 .padding .gagal .text3 {
  color: #B1B1B1;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  body .section9 .padding .gagal .text3 {
    font-size: 13.33px;
  }
}
@media (max-width: 575px) {
  body .section9 .padding .gagal .text3 {
    font-size: 11.11px;
  }
}
body .section9 .padding .showhidetop8 {
  padding: 30px 52px;
}
@media (max-width: 992px) {
  body .section9 .padding .showhidetop8 {
    padding: 35px 52px;
  }
}
@media (max-width: 768px) {
  body .section9 .padding .showhidetop8 {
    padding: 12px 29px;
  }
}
body .section9 .padding .showhidetop8 .top8 {
  color: var(--black);
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  body .section9 .padding .showhidetop8 .top8 {
    font-size: 27.65px;
  }
}
@media (max-width: 575px) {
  body .section9 .padding .showhidetop8 .top8 {
    font-size: 19.2px;
    margin-bottom: 8px;
  }
}
body .section9 .padding .showhidetop8 .desc {
  color: var(--gray);
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  body .section9 .padding .showhidetop8 .desc {
    font-size: 13.33px;
  }
}
body .section10 {
  position: relative;
  background-color: var(--white);
}
body .section10 .slider_banner .slick-slide,
body .section10 .slider_banner .slick-list {
  margin: unset;
}
body .section10 .layer_bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 720px;
}
@media (max-width: 575px) {
  body .section10 .layer_bg {
    height: calc(50vh - 34.6px);
  }
}
body .section10 .texttop {
  width: 100%;
  text-align: center;
  z-index: 3;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  body .section10 .texttop {
    top: 33%;
  }
}
body .section10 .texttop .text {
  text-transform: uppercase;
  color: #F1B41B;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 1200px) {
  body .section10 .texttop .text {
    font-size: 47.78px;
  }
}
@media (max-width: 575px) {
  body .section10 .texttop .text {
    font-size: 33.78px;
  }
}
body .section10 .photojudge {
  z-index: 2;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (max-width: 992px) {
  body .section10 .photojudge {
    bottom: 0%;
  }
}
@media (max-width: 575px) {
  body .section10 .photojudge {
    bottom: -14%;
  }
}
body .section10 .photojudge img {
  width: auto;
  height: 700px;
}
@media (max-width: 1200px) {
  body .section10 .photojudge img {
    width: auto;
    height: 600px;
  }
}
@media (max-width: 992px) {
  body .section10 .photojudge img {
    width: 100%;
    height: unset;
  }
}
body .section11 {
  background-color: var(--white);
  position: relative;
  z-index: 3;
}
body .section11 .paddingg {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 1200px) {
  body .section11 .paddingg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body .section11 .paddingg .text1 {
  font-size: 13.33px;
  color: #B1B1B1;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}
body .section11 .paddingg .text1.custom {
  margin-top: 32px;
}
body .section11 .paddingg .text2 {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.5px;
}
body .section11 .text3 {
  color: var(--black);
  font-size: 33.18px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  /* 130% */
  letter-spacing: -0.08px;
}
@media (max-width: 1200px) {
  body .section11 .text3 {
    font-size: 23.04px;
    line-height: unset;
  }
}
body .section11 .img_projects {
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}
body .section11 .img_projects img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  body .section11 .img_projects img {
    height: 200px;
  }
}
@media (max-width: 575px) {
  body .section11 .img_projects img {
    height: 250px;
  }
}
body .section11 .display {
  display: grid;
  gap: 16px;
}
@media (max-width: 575px) {
  body .section11 .display {
    gap: unset;
  }
}
body .section11 .display.right .text1 {
  color: #B1B1B1;
  text-align: right;
  font-size: 13.33px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  body .section11 .display.right .text1 {
    text-align: left;
    margin-bottom: 16px;
  }
}
body .section11 .display.right .text2 {
  color: var(--black);
  text-align: right;
  font-size: 13.33px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  body .section11 .display.right .text2 {
    text-align: left;
    font-size: 16px;
  }
}
body .section11 .display.right .text3 {
  color: var(--black);
  text-align: right;
  font-size: 13.33px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  body .section11 .display.right .text3 {
    text-align: left;
    font-size: 16px;
  }
}
body .section11 .display.left .text1 {
  color: #B1B1B1;
  text-align: left;
  font-size: 13.33px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  body .section11 .display.left .text1 {
    text-align: left;
    margin-bottom: 16px;
  }
}
body .section11 .display.left .text2 {
  color: var(--black);
  text-align: left;
  font-size: 13.33px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  body .section11 .display.left .text2 {
    text-align: left;
    font-size: 16px;
  }
}
body .section11 .display.left .text3 {
  color: var(--black);
  text-align: left;
  font-size: 13.33px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  body .section11 .display.left .text3 {
    text-align: left;
    font-size: 16px;
  }
}
body .past-edition .breadcrumbs {
  padding: 140px 0 60px 0;
  min-height: 30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body .past-edition .breadcrumbs h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-primary);
}
body .past-edition .breadcrumbs:before {
  content: "";
  background-color: rgba(27, 47, 69, 0.7);
  position: absolute;
  inset: 0;
}
body .past-edition section {
  overflow: hidden;
  padding: 75px 0 75px 0;
}
body .past-edition section .section-header {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 12px;
}
body .past-edition section .section-header h2 {
  color: black;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
body .past-edition section .section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  /* width: 60px; */
  /* height: 2px; */
  /* background: #f0a500; */
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
body .past-edition section .team-member {
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 25px -15px rgb(66, 68, 90);
  border-radius: 10px;
}
body .past-edition section .team-member .member-img {
  position: relative;
  overflow: hidden;
}
body .past-edition section .team-member .member-img img {
  width: 100%;
}
body .past-edition section .team-member .member-info {
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  height: 150px;
  text-align: left !important;
  padding: 25px 15px 19px 15px;
  text-align: center;
}
body .past-edition section .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--color-secondary);
}
body .past-edition section .team-member .member-info span {
  padding-bottom: 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #6c757d;
}
@media (max-width: 992px) {
  body .footer.announcement {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}
body .footer {
  padding: 40px 0px 40px 0px;
  background: var(--black);
}
body .footer .display {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .footer .display .logo_footer img {
  width: 60px;
}
@media (max-width: 575px) {
  body .footer .display .logo_footer img {
    width: 32px;
  }
}
body .footer .display .logo_botton {
  display: flex;
  gap: 14px;
}
body .footer .display .logo_botton a {
  color: var(--white);
}
body .footer .display .logo_botton a img {
  width: 30px;
}
body .col-left {
  border-bottom: 1px solid var(--black);
}
body .col-left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  /* Tempel di garis border kanan */
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--black);
  border-radius: 50%;
}

.single {
  background-color: var(--black) !important;
}
.single .fixed-top {
  position: unset;
}
.single .navbar {
  background-color: var(--black) !important;
}
.single .navbar-brand {
  color: var(--white) !important;
}
.single .navbar-toggler {
  color: var(--white) !important;
}
.single .navbar-toggler svg {
  filter: invert(100%);
}
.single .account {
  background: var(--white) !important;
  color: var(--black) !important;
}
@media (max-width: 575px) {
  .single .account {
    background: var(--black) !important;
    color: var(--white) !important;
  }
}
.single .footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  border-top: 1px solid var(--black);
  background: var(--white);
  padding: 32px 0;
}
@media (max-width: 768px) {
  .single .footer {
    padding: 20px 0px 40px 0px;
  }
}
.single .footer .logo_botton img {
  filter: invert(100%);
}

.modal_custom .adobe_dc_view {
  height: 65vh;
}
@media (max-width: 992px) {
  .modal_custom .adobe_dc_view {
    height: 55vh;
  }
}
.modal_custom .modal {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
}
.modal_custom .modal .modal-dialog {
  max-width: 50% !important;
}
@media (max-width: 992px) {
  .modal_custom .modal .modal-dialog {
    max-width: 100% !important;
  }
}
.modal_custom .modal .modal-dialog .modal-content {
  border: 1px solid var(--black);
  border-radius: 0;
  box-shadow: none;
}
.modal_custom .modal .modal-dialog .modal-content .modal-title {
  color: var(--black);
  font-size: 24px;
  line-height: 24px;
}
.modal_custom .modal .modal-dialog .modal-content .btn-close {
  border-radius: 0;
  height: 24px;
  margin: 0;
  opacity: 1;
  padding: 0;
  width: 24px;
}
.modal_custom .modal .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid var(--black);
  justify-content: space-between;
  padding: 23px 24px 24px;
  text-align: left;
}
.modal_custom .modal .modal-dialog .modal-content .modal-body {
  padding: 23px 23px 24px;
}
.modal_custom .modal .modal-dialog .modal-content .modal-body .msg .card_msg {
  overflow: hidden;
  position: relative;
  text-align: left;
  border-radius: unset;
  background-color: var(--white);
}
.modal_custom .modal .modal-dialog .modal-content .modal-body .msg .card_msg .header {
  padding: 1.25rem 0 0 0;
}
.modal_custom .modal .modal-dialog .modal-content .modal-body .msg .card_msg .header .div_image_v {
  background: var(--orange);
  border-bottom: none;
  position: relative;
  text-align: center;
  margin: -20px -20px 0;
  border-radius: 5px 5px 0 0;
  padding: 24px;
}
.modal_custom .modal .modal-dialog .modal-content .modal-body .msg .card_msg .header .div_image_v .image {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff5dd;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  animation: animate 0.6s linear alternate-reverse infinite;
  transition: 0.6s ease;
}
.modal_custom .modal .modal-dialog .modal-content .modal-body .msg .card_msg .header .div_image_v .image svg {
  color: var(--orange);
  width: 2rem;
  height: 2rem;
}
.modal_custom .modal .modal-dialog .modal-content .modal-body .msg .card_msg .header .content {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.modal_custom .modal .modal-dialog .modal-content .modal-body .msg .card_msg .header .content .title {
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5rem;
}
.modal_custom .modal .modal-dialog .modal-content .modal-body .msg .card_msg .header .content .message {
  margin-top: 0.5rem;
  color: var(--black);
  font-size: 20px;
  margin-bottom: unset;
}
@keyframes animate {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.09);
  }
}
.modal_custom .modal .modal-dialog .modal-content .modal-body .form_label {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 8px;
}
.modal_custom .modal .modal-dialog .modal-content .modal-body .input_element {
  position: relative;
}
.modal_custom .modal .modal-dialog .modal-content .modal-body .input_element input {
  padding-left: 44px !important;
  padding-right: 44px !important;
}
.modal_custom .modal .modal-dialog .modal-content .modal-body .input_element input:focus {
  outline: none;
}
.modal_custom .modal .modal-dialog .modal-content .modal-body .input_element .form_control {
  width: 100%;
  border: 1px solid var(--black);
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  height: 56px;
  line-height: 54px;
  padding: 0 16px;
}
.modal_custom .modal .modal-dialog .modal-content .modal-body .input_element .icon {
  background-size: 18px 14px;
  height: 14px;
  left: 17px;
  margin-top: -7px;
  position: absolute;
  top: 28px;
  width: 18px;
}
.modal_custom .modal .modal-dialog .modal-content .modal-footer {
  border-top: 1px solid var(--black);
  padding: 24px;
}
.modal_custom .modal .modal-dialog .modal-content .modal-footer .btn_form {
  border: unset;
  font-size: 20px;
  font-weight: 700;
  height: 56px;
  line-height: 56px;
  padding: 0 18px;
  width: 100%;
  background: var(--black);
  border-color: var(--black);
  border-radius: 0;
  color: var(--white);
  margin: unset;
}/*# sourceMappingURL=padc.css.map */