:root {
  --black: #141416;
  --green: #729A65;
  --white_bg: #F6F6F6;
  --white: #F6F6F6;
  --gray: #B5B5B5;
  --filterInvert: invert(0%);
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: unset;
}

.delay_reload {
  opacity: 0;
}

body {
  letter-spacing: 0.5px;
  background-color: var(--white_bg);
  width: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body .intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 435435;
}
body .intro .controls {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-height: 40px;
}
body .intro .controls .controls button {
  margin: 0 8px;
  padding: 12px 24px;
}
body .intro .intro__content {
  display: flex;
  align-items: center;
}
body .intro .intro__content .dsf {
  font-family: "Cal Sans", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 320px;
  font-weight: 800;
  text-align: center;
  width: 100%;
  mix-blend-mode: difference;
  z-index: 1200000;
  color: rgb(176, 176, 176);
}
body .intro .intro__content .box-container {
  width: 100vw;
  height: 100vh;
  position: relative;
  margin: 24px auto;
  overflow: hidden;
  /*border: .2rem solid black;*/
}
body .intro .intro__content .box-container .box {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
  z-index: 0;
}
body .intro .intro__content .box-container .box img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
body .intro .intro__content .box-container .box01 {
  left: 0%;
}
body .header {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.4s;
  font-family: "Cal Sans", sans-serif;
  z-index: 3;
  height: 90px;
  background: var(--green);
}
body .header .display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
body .header .display .logo img {
  width: 60px;
}
@media (max-width: 992px) {
  body .header .display .logo img {
    width: 47px;
  }
}
@media (max-width: 768px) {
  body .header .display .logo img {
    width: 49px;
  }
}
body .header .display .menu {
  display: flex;
  gap: 80px;
}
@media (max-width: 992px) {
  body .header .display .menu {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  body .header .display .menu {
    gap: 20px;
  }
}
body .header .display .menu .txt {
  cursor: pointer;
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  body .header .display .menu .txt {
    font-size: 19.2px;
  }
}
@media (max-width: 768px) {
  body .header .display .menu .txt {
    font-size: 16px;
  }
}
body .col-2-5 {
  width: 20%;
  float: left;
}

.section1 {
  height: 100% !important;
  padding-top: 128px;
}
@media (max-width: 575px) {
  .section1 .desktop {
    display: none;
  }
}
.section1 .mobile {
  display: none;
}
@media (max-width: 575px) {
  .section1 .mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .section1 {
    padding-top: 115px;
  }
}
.section1 .with_margin {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .section1 .with_margin {
    margin-top: 26px;
  }
}
.section1 .card_speaker {
  margin-bottom: 40px;
}
.section1 .card_speaker .photo img {
  width: 100%;
}
.section1 .card_speaker .txt1 {
  font-family: "Cal Sans", sans-serif;
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .section1 .card_speaker .txt1 {
    line-height: 18px;
  }
}
@media (max-width: 1199px) {
  .section1 .card_speaker .txt1 {
    font-size: 16px;
  }
}
.section1 .card_speaker .txt2 {
  color: var(--black);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (max-width: 1199px) {
  .section1 .card_speaker .txt2 {
    font-size: 13.33px;
  }
}
.section1 .card_speaker .txt3 {
  color: var(--black);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 1199px) {
  .section1 .card_speaker .txt3 {
    font-size: 13.33px;
  }
}
.section1 .custom_margin {
  z-index: 2;
  padding-top: 70px;
  background-color: var(--white_bg);
  margin-bottom: 0px !important;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .section1 .custom_margin {
    display: flex;
    flex-direction: column-reverse;
  }
}
.section1 .custom_margin .clients-section {
  margin-top: 50px;
}
@media (max-width: 575px) {
  .section1 .custom_margin .clients-section {
    margin-bottom: 70px;
  }
}
.section1 .custom_margin .clients-section .clients {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.section1 .custom_margin .clients-section .clients li {
  margin: 0 63px;
  width: 160px;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 992px) {
  .section1 .custom_margin .clients-section .clients li {
    margin: 0 31px;
  }
}
.section1 .custom_margin .clients-section .clients li img {
  margin-bottom: 93px;
  width: 160px;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 9;
}
.section1 .custom_margin .sub_h1 {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.section1 .custom_margin .sub_h1 .txt1 {
  color: var(--black);
  font-family: "Cal Sans", sans-serif;
  font-size: 47.78px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1199px) {
  .section1 .custom_margin .sub_h1 .txt1 {
    font-size: 39.81px;
  }
}
@media (max-width: 992px) {
  .section1 .custom_margin .sub_h1 .txt1 {
    font-size: 33.18px;
  }
}
@media (max-width: 575px) {
  .section1 .custom_margin .sub_h1 .txt1 {
    font-size: 21px;
  }
}
.section1 .custom_margin .sub_h1 .txt2 img {
  width: 60px;
}
@media (max-width: 992px) {
  .section1 .custom_margin .sub_h1 .txt2 img {
    width: 47px;
  }
}
@media (max-width: 768px) {
  .section1 .custom_margin .sub_h1 .txt2 img {
    width: 49px;
  }
}
.section1 .custom_margin .tickets {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section1 .custom_margin .tickets .day {
  display: flex;
  justify-content: space-between;
  font-family: "Cal Sans", sans-serif;
}
.section1 .custom_margin .tickets .day .txt1 {
  color: var(--black);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .section1 .custom_margin .tickets .day .txt1 {
    font-size: 19.2px;
  }
}
.section1 .custom_margin .tickets .day .txt2 {
  color: var(--black);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .section1 .custom_margin .tickets .day .txt2 {
    font-size: 19.2px;
  }
}
.section1 .custom_margin .height_ticket {
  height: 100%;
  min-height: calc(100vh - 306px);
}
@media (max-width: 768px) {
  .section1 .custom_margin .height_ticket {
    height: unset;
    min-height: calc(100vh - 295px);
  }
}
.section1 .custom_margin .height_ticket .card_schedule {
  padding-top: 13px;
}
.section1 .custom_margin .height_ticket .card_schedule .row {
  padding-left: 28px;
  padding-right: 28px;
}
@media (max-width: 575px) {
  .section1 .custom_margin .height_ticket .card_schedule .row {
    padding-left: 15px;
    padding-right: 28px;
  }
}
@media (max-width: 575px) {
  .section1 .custom_margin .height_ticket .card_schedule .right {
    text-align: left;
  }
}
.section1 .custom_margin .height_ticket .ticket {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .section1 .custom_margin .height_ticket .ticket {
    margin-bottom: 30px;
  }
}
.section1 .custom_margin .height_ticket .ui-accordion-content {
  height: 428px;
}
@media (max-width: 1199px) {
  .section1 .custom_margin .height_ticket .ui-accordion-content {
    height: 506px;
  }
}
@media (max-width: 992px) {
  .section1 .custom_margin .height_ticket .ui-accordion-content {
    height: 362px;
  }
}
@media (max-width: 768px) {
  .section1 .custom_margin .height_ticket .ui-accordion-content {
    height: 420px;
  }
}
.section1 .custom_margin .height_ticket .sub_h1 {
  margin-bottom: 30px;
}
.section1 .custom_margin .height_ticket .sub_h1 .txt2 {
  color: var(--black);
  font-family: "Cal Sans", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1199px) {
  .section1 .custom_margin .height_ticket .sub_h1 .txt2 {
    font-size: 33px;
  }
}
@media (max-width: 992px) {
  .section1 .custom_margin .height_ticket .sub_h1 .txt2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .section1 .custom_margin .height_ticket .sub_h1 .txt2 {
    font-size: 21px;
  }
}
.section1 .custom_margin .height_ticket .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.section1 .custom_margin .height_ticket .panel .mt-top {
  margin-top: 23px;
}
.section1 .custom_margin .height_ticket .panel .mt-top .row {
  padding: 0 32px;
}
@media (max-width: 575px) {
  .section1 .custom_margin .height_ticket .panel .mt-top .row {
    padding: 0 15px;
  }
}
.section1 .custom_margin .height_ticket .linee {
  margin-top: 16px;
  margin-bottom: 32px;
  border-bottom: 2px solid var(--green);
}
@media (max-width: 992px) {
  .section1 .custom_margin .height_ticket .linee {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .section1 .custom_margin .height_ticket .linee {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.section1 .custom_margin .ticket {
  border: 1px solid var(--green);
  display: flex;
  padding: 24px 28px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-bottom: 30px;
  font-family: "Cal Sans", sans-serif;
}
@media (max-width: 575px) {
  .section1 .custom_margin .ticket {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.section1 .custom_margin .ticket .txt1 {
  color: var(--black);
  font-size: 23.04px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket .txt1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .section1 .custom_margin .ticket .txt1 {
    font-size: 14px;
  }
}
.section1 .custom_margin .ticket .btn {
  padding: 8px 12px;
  background: var(--green);
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0px;
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket .btn {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .section1 .custom_margin .ticket .btn {
    font-size: 14px;
  }
}
.section1 .custom_margin .ticket_detail {
  margin-bottom: 30px;
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_left {
  border: 1px solid var(--green);
  padding: 20px 20px 30px 20px;
  font-family: "Cal Sans", sans-serif;
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_left {
    margin-bottom: 30px;
  }
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_left select {
  font-family: "Helvetica Neue", sans-serif;
  border: 1px solid var(--green);
  background-color: var(--white);
  display: inline-block;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 35px;
  width: 100%;
  padding: 10px;
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_left select {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_left select.classic {
  background-image: linear-gradient(45deg, transparent 50%, var(--green) 50%), linear-gradient(135deg, var(--green) 50%, transparent 50%), linear-gradient(to right, var(--white), var(--white));
  background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_left .txt1 {
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_left .txt1 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_left .txt2 {
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 20px 0px 0px 0px;
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_left .txt2 {
    padding: 0px;
    font-size: 16px;
    margin-bottom: 7px;
  }
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_left .txt3 {
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_left .txt3 {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_left .input {
  font-family: "Helvetica Neue", sans-serif;
  border: 1px solid var(--green);
  margin-bottom: 35px;
  width: 100%;
  padding: 10px;
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_left .input {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_left input {
  background-color: var(--white);
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_left ::-moz-placeholder {
  color: var(--black);
  opacity: 0.25;
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_left ::placeholder {
  color: var(--black);
  opacity: 0.25;
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_left input:focus {
  outline: none;
  border: 1px solid var(--green);
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_left .custom_padding_left {
  margin-bottom: 0px;
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_left .card_phone {
  display: flex;
  margin-bottom: 35px;
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_left .card_phone {
    margin-bottom: 18px;
    font-size: 16px;
  }
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_left .card_phone .select_phone {
  border-top: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
  border-left: 1px solid var(--green);
  border-right: none;
  padding-left: 10px;
  background-color: var(--white);
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_left .card_phone select:focus {
  outline: 1px solid var(--green);
  border: 1px solid var(--green);
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_left .card_phone .input_phone {
  font-family: "Helvetica Neue", sans-serif;
  background-color: var(--white);
  border-top: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
  border-left: 1px solid var(--green);
  border-right: 1px solid var(--green);
  width: 100%;
  padding: 10px;
}
@media (max-width: 768px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_left .card_phone .input_phone {
    padding: 15px;
  }
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_right {
  border: 1px solid var(--green);
  padding: 20px 20px 30px 20px;
  display: grid;
  justify-content: space-between;
  height: 100%;
  font-family: "Cal Sans", sans-serif;
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_right {
    height: unset;
  }
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_right .display {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_right .txt1 {
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_right .txt1 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_right .txt2 {
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_right .txt2 {
    font-size: 16px;
  }
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_right .input {
  border: 1px solid var(--green);
  margin-bottom: 25px;
  width: 100%;
  padding: 10px;
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_img_seat {
  border: 1px solid var(--green);
  padding: 20px;
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_img_seat {
    padding: 10px;
  }
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_img_seat .display_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_img_seat .display_img img {
  width: 422px;
  margin: 3px 0px 7px 0px;
}
@media (max-width: 1399px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_img_seat .display_img img {
    width: 441px;
  }
}
@media (max-width: 1199px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_img_seat .display_img img {
    width: 428px;
  }
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_img_seat .display_img img {
    width: 270px;
  }
}
@media (max-width: 768px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_img_seat .display_img img {
    width: 100%;
  }
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_right .display_select {
  margin-top: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--green);
  padding: 8.3px 10px;
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1399px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_right .display_select {
    margin-top: 34px;
  }
}
@media (max-width: 1199px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_right .display_select {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_right .display_select {
    margin-top: 26px;
    font-size: 16px;
  }
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_right .display_select .seat {
  color: var(--gray);
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_payasyouwish {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--green);
  padding: 10px;
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1399px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_payasyouwish {
    margin-top: 24px;
  }
}
@media (max-width: 1199px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_payasyouwish {
    margin-top: 28px;
  }
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_payasyouwish {
    margin-top: 23px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_payasyouwish {
    display: grid;
  }
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_payasyouwish #rphilang {
  padding-right: 6px;
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_payasyouwish .left {
  width: 100%;
  border-right: 1px solid var(--green);
}
@media (max-width: 575px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_payasyouwish .left {
    border-right: unset;
    padding-bottom: 5px;
  }
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_payasyouwish .right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 575px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_payasyouwish .right {
    justify-content: start;
  }
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_payasyouwish .right input {
  background-color: var(--white);
  padding: 0px 0px 0px 10px;
  border: none;
}
@media (max-width: 575px) {
  .section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_payasyouwish .right input {
    padding: 0px 0px 0px 0px;
  }
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_payasyouwish .right input:focus {
  outline: none;
  border: none;
}
.section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_payasyouwish .right input[type=number]::-webkit-inner-spin-button,
.section1 .custom_margin .ticket_detail .card_ticket_detail_right .card_payasyouwish .right input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.section1 .custom_margin .ticket_detail .card_payment {
  display: flex;
  justify-content: end;
  align-items: end;
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket_detail .card_payment {
    margin-top: 44px;
  }
}
@media (max-width: 768px) {
  .section1 .custom_margin .ticket_detail .card_payment {
    margin-top: unset;
  }
}
.section1 .custom_margin .ticket_detail .card_payment .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section1 .custom_margin .ticket_detail .card_payment .top .txt1 {
  font-family: "Helvetica Neue", sans-serif;
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket_detail .card_payment .top .txt1 {
    font-size: 16px;
  }
}
.section1 .custom_margin .ticket_detail .card_payment .top .txt2 {
  font-family: "Helvetica Neue", sans-serif;
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 5px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket_detail .card_payment .top .txt2 {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket_detail .card_payment .button_paynow {
    margin-top: 0px;
  }
}
.section1 .custom_margin .ticket_detail .card_payment .button_paynow .btn_paynow {
  width: 100%;
  padding: 10px;
  margin: 10px 0px 0px 0px;
  background-color: var(--green);
  border: 1px;
  font-family: "Cal Sans", sans-serif;
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section1 .custom_margin .ticket_detail .card_payment .term {
  display: flex;
  justify-content: end;
  font-family: "Helvetica Neue", sans-serif;
  color: var(--black);
  font-style: italic;
  font-size: 20px;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 992px) {
  .section1 .custom_margin .ticket_detail .card_payment .term {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .section1 .custom_margin .ticket_detail .card_payment .term {
    margin-top: 20px;
  }
}
.section1 .custom_margin .ticket_detail .card_payment .term p {
  margin-bottom: 0px;
  margin-left: 5px;
  cursor: pointer;
  color: var(--green);
}
.section1 .custom_margin .my_ticket {
  height: 100%;
  min-height: calc(100vh - 250px);
}
@media (max-width: 768px) {
  .section1 .custom_margin .my_ticket {
    height: unset;
    min-height: calc(100vh - 295px);
  }
}
.section1 .custom_margin .my_ticket .title {
  font-family: "Cal Sans", sans-serif;
  color: var(--black);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .section1 .custom_margin .my_ticket .title {
    font-size: 19.2px;
  }
}
.section1 .custom_margin .my_ticket .card_input {
  border: 1px solid var(--green);
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.section1 .custom_margin .my_ticket .card_input input {
  border: none;
  width: 100%;
  font-family: "Helvetica Neue", sans-serif;
  background-color: var(--white_bg);
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .section1 .custom_margin .my_ticket .card_input input {
    font-size: 19.2px;
  }
}
@media (max-width: 992px) {
  .section1 .custom_margin .my_ticket .card_input input {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .section1 .custom_margin .my_ticket .card_input input {
    width: 151px;
  }
}
.section1 .custom_margin .my_ticket .card_input input:-internal-autofill-selected {
  background-color: var(--white_bg) !important;
}
.section1 .custom_margin .my_ticket .card_input input:focus {
  outline: none;
  border: none;
}
.section1 .custom_margin .my_ticket .card_input ::-moz-placeholder {
  color: var(--black);
  opacity: 0.25;
}
.section1 .custom_margin .my_ticket .card_input ::placeholder {
  color: var(--black);
  opacity: 0.25;
}
.section1 .custom_margin .my_ticket .card_input .btn_paynow {
  border: none;
  padding: 10px 25px;
  background-color: var(--green);
  cursor: pointer;
  font-family: "Cal Sans", sans-serif;
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .section1 .custom_margin .my_ticket .card_input .btn_paynow {
    font-size: 19.2px;
  }
}
@media (max-width: 768px) {
  .section1 .custom_margin .my_ticket .card_input .btn_paynow {
    font-size: 16px;
  }
}
.section1 .custom_margin .my_ticket #searchResults {
  margin-top: 20px;
  font-family: "Cal Sans", sans-serif;
  color: var(--black);
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 25px;
}
.section1 .custom_margin .my_ticket .card_ticket {
  margin-top: 38px;
  margin-bottom: 50px;
  padding: 55px;
  border: 1px solid #729A65;
}
@media (max-width: 992px) {
  .section1 .custom_margin .my_ticket .card_ticket {
    padding: 30px;
  }
}
.section1 .custom_margin .my_ticket .card_ticket .txt1 {
  color: var(--black);
  font-family: "Cal Sans", sans-serif;
  font-size: 47.78px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .section1 .custom_margin .my_ticket .card_ticket .txt1 {
    font-size: 39.81px;
  }
}
@media (max-width: 992px) {
  .section1 .custom_margin .my_ticket .card_ticket .txt1 {
    font-size: 33.18px;
  }
}
.section1 .custom_margin .my_ticket .card_ticket .txt3 {
  color: var(--black);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 7px;
}
@media (max-width: 992px) {
  .section1 .custom_margin .my_ticket .card_ticket .txt3 {
    font-size: 16px;
  }
}
.section1 .custom_margin .my_ticket .card_ticket .txt4 {
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: var(--black);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .section1 .custom_margin .my_ticket .card_ticket .txt4 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .section1 .custom_margin .my_ticket .card_ticket .txt4 {
    margin-bottom: 16px;
  }
}
.section1 .custom_margin .my_ticket .card_ticket .txt5 {
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: var(--black);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 992px) {
  .section1 .custom_margin .my_ticket .card_ticket .txt5 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .section1 .custom_margin .my_ticket .card_ticket .qr_code {
    margin-top: 29px;
    margin-bottom: 30px;
  }
}
.section1 .custom_margin .my_ticket .card_ticket .qr_code img {
  width: 217px;
}
@media (max-width: 992px) {
  .section1 .custom_margin .my_ticket .card_ticket .qr_code img {
    width: 178px;
  }
}
.section1 .custom_margin .my_ticket .card_ticket .status {
  display: grid;
  justify-content: start;
  align-items: center;
  height: 100%;
}
.section1 .custom_margin .my_ticket .card_ticket .status button {
  border: none;
  padding: 10px 25px;
  background-color: var(--green);
  cursor: pointer;
  font-family: "Cal Sans", sans-serif;
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .section1 .custom_margin .my_ticket .card_ticket .status button {
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 5px;
  }
}
.section1 .custom_margin .my_ticket .card_ticket .status .txt {
  color: var(--black);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 200;
  line-height: normal;
  text-align: center;
}
@media (max-width: 992px) {
  .section1 .custom_margin .my_ticket .card_ticket .status .txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .section1 .custom_margin .my_ticket .card_ticket .status .txt {
    margin-bottom: 30px;
  }
}
.section1 .custom_margin .my_ticket .buymore {
  display: flex;
  justify-content: end;
  margin: 0px 15px;
}
.section1 .custom_margin .my_ticket .buymore .btn_more {
  padding: 10px 25px;
  background-color: var(--green);
  cursor: pointer;
  font-family: "Cal Sans", sans-serif;
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section1 .custom_margin .my_ticket .animated-element {
  opacity: 0;
}
@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.section1 .custom_margin .my_ticket .choicebuymore {
  margin: 0px 15px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section1 .custom_margin .my_ticket .choicebuymore {
    margin: 0px;
  }
}
.section1 .custom_margin .my_ticket .choicebuymore select {
  background-color: var(--white);
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.section1 .custom_margin .my_ticket .choicebuymore select.classic {
  background-image: linear-gradient(45deg, transparent 50%, var(--green) 50%), linear-gradient(135deg, var(--green) 50%, transparent 50%), linear-gradient(to right, var(--white), var(--white));
  background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.section1 .custom_margin .my_ticket .choicebuymore select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.section1 .custom_margin .my_ticket .choicebuymore .left {
  display: flex;
  justify-content: start;
}
.section1 .custom_margin .my_ticket .choicebuymore .left select {
  width: 240px;
  padding: 10px 25px;
  background-color: var(--white);
  border: 1px solid var(--green);
  cursor: pointer;
  font-family: "Cal Sans", sans-serif;
  color: var(--green);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .section1 .custom_margin .my_ticket .choicebuymore .left select {
    margin: 0px 0px 20px 0px;
    width: 100%;
  }
}
.section1 .custom_margin .my_ticket .choicebuymore .center {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .section1 .custom_margin .my_ticket .choicebuymore .center {
    justify-content: start;
  }
}
.section1 .custom_margin .my_ticket .choicebuymore .center select {
  width: 240px;
  padding: 10px 25px;
  background-color: var(--white);
  border: 1px solid var(--green);
  cursor: pointer;
  font-family: "Cal Sans", sans-serif;
  color: var(--green);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .section1 .custom_margin .my_ticket .choicebuymore .center select {
    margin: 0px 0px 20px 0px;
    width: 100%;
  }
}
.section1 .custom_margin .my_ticket .choicebuymore .right {
  display: flex;
  justify-content: end;
}
@media (max-width: 768px) {
  .section1 .custom_margin .my_ticket .choicebuymore .right {
    justify-content: start;
  }
}
.section1 .custom_margin .my_ticket .choicebuymore .right .btn_more {
  border: none;
  padding: 10px 25px;
  background-color: var(--green);
  cursor: pointer;
  font-family: "Cal Sans", sans-serif;
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .section1 .custom_margin .my_ticket .choicebuymore .right .btn_more {
    margin-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section1 .custom_margin .my_ticket .choicebuymore .right .btn_more {
    margin-bottom: unset;
  }
}
.section1 .custom_margin .my_ticket .cta_brands {
  margin: 50px 0px;
}
@media (max-width: 575px) {
  .section1 .custom_margin .my_ticket .cta_brands {
    margin: 0px 0px;
  }
}
.section1 .custom_margin .my_ticket .cta_brands .txt_our {
  font-family: "Cal Sans", sans-serif;
  color: var(--black);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .section1 .custom_margin .my_ticket .cta_brands .txt_our {
    font-size: 19.2px;
  }
}
.section1 .custom_margin .my_ticket .cta_brands .display_grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: 20px;
}
.section1 .custom_margin .my_ticket .cta_brands .display_grid .border_grid {
  border: 1px solid var(--green);
  grid-column: auto/span 4;
}
@media (max-width: 992px) {
  .section1 .custom_margin .my_ticket .cta_brands .display_grid .border_grid {
    grid-column: auto/span 6;
  }
}
@media (max-width: 575px) {
  .section1 .custom_margin .my_ticket .cta_brands .display_grid .border_grid {
    grid-column: auto/span 12;
  }
}
.section1 .custom_margin .my_ticket .cta_brands .display_grid .card_brand {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 30px 0px 60px 0px;
}
@media (max-width: 992px) {
  .section1 .custom_margin .my_ticket .cta_brands .display_grid .card_brand {
    padding: 14px 0px 27px 0px;
  }
}
@media (max-width: 768px) {
  .section1 .custom_margin .my_ticket .cta_brands .display_grid .card_brand {
    padding: 7px 0px 24px 0px;
  }
}
.section1 .custom_margin .my_ticket .cta_brands .display_grid .card_brand .logo {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 130px;
}
@media (max-width: 575px) {
  .section1 .custom_margin .my_ticket .cta_brands .display_grid .card_brand .logo {
    height: 106px;
    padding: 15px 0px;
  }
}
.section1 .custom_margin .my_ticket .cta_brands .display_grid .card_brand .logo img {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .section1 .custom_margin .my_ticket .cta_brands .display_grid .card_brand .logo img {
    width: 86px;
  }
}
.section1 .custom_margin .my_ticket .cta_brands .display_grid .card_brand .logo .daalderop {
  width: 160px;
}
@media (max-width: 575px) {
  .section1 .custom_margin .my_ticket .cta_brands .display_grid .card_brand .logo .daalderop {
    width: 126px;
  }
}
.section1 .custom_margin .my_ticket .cta_brands .display_grid .card_brand .logo .owens {
  width: 100px;
}
@media (max-width: 575px) {
  .section1 .custom_margin .my_ticket .cta_brands .display_grid .card_brand .logo .owens {
    width: 78px;
  }
}
.section1 .custom_margin .my_ticket .cta_brands .display_grid .card_brand .logo .estica {
  width: 132px;
}
@media (max-width: 575px) {
  .section1 .custom_margin .my_ticket .cta_brands .display_grid .card_brand .logo .estica {
    width: 110px;
  }
}
.section1 .custom_margin .my_ticket .cta_brands .display_grid .card_brand .txt_msg {
  text-align: center;
  color: var(--black);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #729A65;
  padding: 8px 20px;
}
@media (max-width: 768px) {
  .section1 .custom_margin .my_ticket .cta_brands .display_grid .card_brand .txt_msg {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .section1 .custom_margin .my_ticket .cta_brands .display_grid .card_brand .txt_msg {
    font-size: 10px;
  }
}
.section1 .custom_margin .digital_panel {
  height: 100%;
  min-height: calc(100vh - 250px);
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .section1 .custom_margin .digital_panel {
    height: unset;
    min-height: calc(100vh - 295px);
  }
}
.section1 .custom_margin .digital_panel .title {
  font-family: "Cal Sans", sans-serif;
  color: var(--black);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .section1 .custom_margin .digital_panel .title {
    font-size: 19.2px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .section1 .custom_margin .digital_panel .title {
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .section1 .custom_margin .digital_panel .title {
    font-size: 16px;
  }
}
.section1 .custom_margin .digital_panel .embed_responsive {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .section1 .custom_margin .digital_panel .embed_responsive {
    margin-top: 20px;
  }
}
.section1 .custom_margin .digital_panel .embed_responsive iframe {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
}
.section1 .custom_margin .digital_panel .display {
  display: grid;
  height: 100%;
}
@media (max-width: 992px) {
  .section1 .custom_margin .digital_panel .display {
    margin-top: 25px;
  }
}
@media (max-width: 992px) {
  .section1 .custom_margin .digital_panel .display .display_title {
    display: flex;
  }
}
@media (max-width: 768px) {
  .section1 .custom_margin .digital_panel .display .display_title {
    display: grid;
  }
}
.section1 .custom_margin .digital_panel .display .display_title .adalah {
  display: none;
}
@media (max-width: 992px) {
  .section1 .custom_margin .digital_panel .display .display_title .adalah {
    display: block;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .section1 .custom_margin .digital_panel .display .display_title .adalah {
    display: none;
  }
}
.section1 .custom_margin .digital_panel .display .display_title .title {
  text-align: right;
}
@media (max-width: 992px) {
  .section1 .custom_margin .digital_panel .display .display_title .title {
    text-align: left;
  }
}
.section1 .custom_margin .digital_panel .display .center {
  display: grid;
  align-items: center;
}
.section1 .custom_margin .digital_panel .display .center .sub1 {
  color: var(--black);
  text-align: right;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .section1 .custom_margin .digital_panel .display .center .sub1 {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .section1 .custom_margin .digital_panel .display .center .sub1 {
    margin-top: 13px;
  }
}
@media (max-width: 575px) {
  .section1 .custom_margin .digital_panel .display .center .sub1 {
    font-size: 16px;
  }
}
.section1 .custom_margin .digital_panel .display .center .desc {
  color: var(--black);
  text-align: right;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .section1 .custom_margin .digital_panel .display .center .desc {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .section1 .custom_margin .digital_panel .display .center .desc {
    font-size: 12px;
  }
}
.section1 .custom_margin .digital_panel .display .btn_show_digital {
  display: flex;
  justify-content: end;
  align-items: end;
  cursor: pointer;
}
@media (max-width: 992px) {
  .section1 .custom_margin .digital_panel .display .btn_show_digital {
    margin-top: 20px;
    justify-content: start;
    align-items: center;
  }
}
.section1 .custom_margin .digital_panel .display .btn_show_digital .btn {
  background: var(--green);
  padding: 10px 20px;
  color: var(--white);
  text-align: right;
  font-family: "Cal Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 575px) {
  .section1 .custom_margin .digital_panel .display .btn_show_digital .btn {
    font-size: 14px;
    padding: 6px 12px;
  }
}
.section1 .custom_margin .digital_panel .pdf_show {
  margin-top: 40px;
  height: 80vh;
  width: 100%;
  display: none;
}

.gotoSchedule {
  margin-top: 50px;
  margin-bottom: 0px;
}

.card_schedule .left {
  color: var(--black);
  font-family: "Cal Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .card_schedule .left {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .card_schedule .left {
    font-size: 12px;
  }
}
.card_schedule .center_custom {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
  margin-left: 0px;
}
@media (max-width: 1399px) {
  .card_schedule .center_custom {
    margin-left: 0px;
  }
}
@media (max-width: 1199px) {
  .card_schedule .center_custom {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .card_schedule .center_custom {
    display: grid;
    gap: 10px;
    margin-left: 54px;
  }
}
@media (max-width: 575px) {
  .card_schedule .center_custom {
    margin-left: 0px;
  }
}
.card_schedule .center_custom .width_left {
  width: 303px;
}
@media (max-width: 1199px) {
  .card_schedule .center_custom .width_left {
    width: 478px;
  }
}
@media (max-width: 768px) {
  .card_schedule .center_custom .width_left {
    width: 211px;
  }
}
.card_schedule .center_custom .width_right {
  width: 290px;
}
@media (max-width: 768px) {
  .card_schedule .center_custom .width_right {
    width: 305px;
  }
}
.card_schedule .center_custom .txt1 {
  color: var(--black);
  font-family: "Cal Sans", sans-serif;
  font-size: 23.04px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .card_schedule .center_custom .txt1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .card_schedule .center_custom .txt1 {
    font-size: 14px;
  }
}
.card_schedule .center_custom .txt2 {
  color: var(--black);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 23.04px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .card_schedule .center_custom .txt2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .card_schedule .center_custom .txt2 {
    font-size: 14px;
  }
}
.card_schedule .center {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .card_schedule .center {
    display: grid;
    gap: 3px;
  }
}
.card_schedule .center .txt1 {
  color: var(--black);
  font-family: "Cal Sans", sans-serif;
  font-size: 23.04px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .card_schedule .center .txt1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .card_schedule .center .txt1 {
    font-size: 14px;
  }
}
.card_schedule .center .txt2 {
  color: var(--black);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 23.04px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .card_schedule .center .txt2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .card_schedule .center .txt2 {
    font-size: 14px;
  }
}
.card_schedule .right {
  color: var(--black);
  text-align: right;
  font-family: "Cal Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .card_schedule .right {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .card_schedule .right {
    font-size: 12px;
  }
}
.card_schedule .line {
  margin-top: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid var(--green);
}
@media (max-width: 992px) {
  .card_schedule .line {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.schedule {
  margin-top: 50px;
}

footer {
  height: 270px;
}
@media (max-width: 768px) {
  footer {
    height: 315px;
  }
}
@media (max-width: 575px) {
  footer {
    height: 310px;
  }
}
footer .display {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .display {
    display: grid;
  }
}
@media (max-width: 575px) {
  footer .display {
    gap: 40px;
    justify-content: center;
    display: flex;
  }
}
footer .display .left {
  display: flex;
  gap: 150px;
}
@media (max-width: 1199px) {
  footer .display .left {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  footer .display .left {
    gap: 40px;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  footer .display .left {
    display: grid;
  }
}
footer .display .left .grid1 img {
  width: 100%;
}
@media (max-width: 768px) {
  footer .display .left .grid1 img {
    width: 100px;
  }
}
@media (max-width: 575px) {
  footer .display .left .grid1 img {
    width: 100%;
  }
}
footer .display .left .grid2 .txt1 {
  margin-bottom: 12px;
  color: var(--black);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 992px) {
  footer .display .left .grid2 .txt1 {
    font-size: 19.2px;
  }
}
footer .display .left .grid2 .txt2 {
  color: var(--black);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
footer .display .left .grid2 .txt3 {
  color: var(--black);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 575px) {
  footer .display .left .grid3 {
    display: none;
  }
}
footer .display .left .grid3 a {
  color: var(--black);
  text-decoration: none;
}
footer .display .left .grid3 .txt1 {
  color: var(--black);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  footer .display .left .grid3 .txt1 {
    font-size: 19.2px;
  }
}
footer .display .left .grid3 .grid_socials {
  display: flex;
  gap: 15px;
}
footer .display .right {
  color: var(--black);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 992px) {
  footer .display .right {
    font-size: 19.2px;
  }
}
@media (max-width: 575px) {
  footer .display .right {
    margin-top: 13px;
    text-align: right;
  }
}
footer .display .right .grid3 {
  margin-top: 26px;
  display: none;
}
@media (max-width: 575px) {
  footer .display .right .grid3 {
    display: block;
  }
}
footer .display .right .grid3 a {
  color: var(--black);
  text-decoration: none;
}
footer .display .right .grid3 .txt1 {
  color: var(--black);
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  footer .display .right .grid3 .txt1 {
    font-size: 19.2px;
  }
}
footer .display .right .grid3 .grid_socials {
  display: flex;
  gap: 15px;
}

.type_2,
.type_3 {
  display: none;
}

#Terms_Conditions {
  font-family: "Helvetica Neue", sans-serif;
}
#Terms_Conditions .modal-dialog {
  width: 60%;
  max-width: unset;
}
@media (max-width: 992px) {
  #Terms_Conditions .modal-dialog {
    width: 100%;
    margin: unset;
  }
}
#Terms_Conditions .modal-content {
  width: 100%;
}
#Terms_Conditions .text_terms {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  #Terms_Conditions .text_terms {
    padding: 0px;
    font-size: 16px;
    margin-bottom: 7px;
  }
}
#Terms_Conditions ul {
  margin-bottom: 20px;
}
#Terms_Conditions ul li {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 24px;
}
#Terms_Conditions ul li a {
  cursor: pointer;
  color: var(--green);
}
@media (max-width: 992px) {
  #Terms_Conditions ul li {
    padding: 0px;
    font-size: 16px;
  }
}

.succesregis img {
  width: 100%;
}
.succesregis .modal-dialog {
  width: 900px;
}
@media (max-width: 575px) {
  .succesregis .modal-dialog {
    width: 100%;
    margin: unset;
  }
}
.succesregis .modal-dialog .modal-content {
  border-radius: 12px;
}
.succesregis .modal-dialog .modal-content .modal-body {
  font-family: "Helvetica Neue", sans-serif;
  text-align: left;
  padding: 0px 0px 49px 0px;
}
.succesregis .modal-dialog .modal-content .modal-body .display {
  padding: 49px 49px 24px 49px;
  display: flex;
  align-items: end;
  gap: 30px;
}
@media (max-width: 575px) {
  .succesregis .modal-dialog .modal-content .modal-body .display {
    padding: 49px 22px 24px 22px;
    display: grid;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .succesregis .modal-dialog .modal-content .modal-body .display .svg {
    display: flex;
    justify-content: center;
  }
}
.succesregis .modal-dialog .modal-content .modal-body .display .txt1 {
  font-family: "Cal Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 11px;
}
@media (max-width: 575px) {
  .succesregis .modal-dialog .modal-content .modal-body .display .txt1 {
    text-align: center;
  }
}
.succesregis .modal-dialog .modal-content .modal-body .display .txt2 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 575px) {
  .succesregis .modal-dialog .modal-content .modal-body .display .txt2 {
    text-align: center;
  }
}
.succesregis .modal-dialog .modal-content .modal-body .button {
  display: flex;
  justify-content: center;
}
.succesregis .modal-dialog .modal-content .modal-body .button .check {
  padding: 6px 20px 5px 20px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--green);
  color: var(--white);
}/*# sourceMappingURL=dsf.css.map */