@font-face {
  font-family: 'Metropolis-Black';
  src: url('../fonts/Metropolis-Black.otf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis-Bold';
  src: url('../fonts/Metropolis-Bold.otf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis-Medium';
  src: url('../fonts/Metropolis-Medium.otf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis-Regular';
  src: url('../fonts/Metropolis-Regular.otf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis-Light';
  src: url('../fonts/Metropolis-Light.otf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis-MediumItalic';
  src: url('../fonts/Metropolis-RegularItalic.otf') format('truetype');
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #254F37;
}

p.mainpp {
  text-align: center;
  width: 100%;
  font-size: 1.35vw;
  font-family: 'Metropolis-Bold';
  color: #0A3F15;
  padding: 1rem 0;
  opacity: 0;
  position: absolute;
  top: 61%;
}

p {
  font-family: 'Metropolis-Regular';
  font-size: 0.9rem;
}

.topgap {
  height: 106px;
}

.cd_wrapper {
  position: absolute;
  top: 74%;
  left: 0;
  right: 0;
  opacity: 0;
}

.pos-main-content {
  position: absolute;
  top: -13%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  align-content: center;
  width: 100%;
}

.coex_1 {
  margin-top: -1rem;
  display: block;
  width: 69vw;
  opacity: 0;
}

.img-mask {
  width: 100%;
  height: 93lvh;
  display: block;
  background: radial-gradient(circle, #1c5b37 0%, #254F37 60%);
}

/* main {
	background-color: #254F37;
  } */
.mainw {
  width: 100%;
  height: 93lvh;
  object-fit: cover;
  opacity: 0;
  clip-path: circle(0% at 50% 50%);
  /* Starts as a small dot */
  transition: opacity 0.5s ease-out;
}

main {
  border-radius: 0 0 4rem 4rem;
  overflow: hidden;
  height: 93lvh;
}

h1.mainhd {
  color: #254F37;
  font-family: 'Metropolis-Medium';
  font-size: 1.5vw;
  position: absolute;
  top: 70%;
}

.countdown {
  display: flex;
  justify-content: space-around;
  font-size: 2rem;
  max-width: 34vw;
  margin: auto;
  color: #254F37;
  font-family: 'Metropolis-Medium';
  align-items: center;
}

.time-unit {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.time-unit span {
  display: block;
  /* font-family: monospace;     */
  font-family: 'Metropolis-Medium';
  letter-spacing: 3px;
  font-size: 4vw;
}



/* Smooth transition effect */
.odometer-inner {
  display: inline-block;
  transform: translateY(0);
  transition: transform 0.3s ease-out;
}

.time-unit label {
  font-size: 1rem;
}

h1 {
  font-family: 'Metropolis-Bold';
  color: #fff;
  font-size: 2.8vw;
  margin-bottom: 0.5rem;
}

h2 {
  font-family: 'Metropolis-Bold';
  color: #fff;
  font-size: 2.5rem;
}

h3 {
  font-family: 'Metropolis-Bold';
  color: #fff;
  font-size: 2.5rem;
}

.max-p-ab {
  max-width: 78ch;
  text-align: justify;
  margin: auto;
}
.potrait-img.shrink-imgs {
  padding:  2rem;
}
.potrait-img.shrink-imgs2 {
  padding:  2rem;
}
ol.ubcul {
  padding-left: 1rem;
}

ol.ubcul li {
  font-family: 'Metropolis-Regular';
  font-size: 0.9rem;
  margin-bottom: 6px;
  line-height: 1.5;
  text-align: start;
}

.vdplacehodler {
  margin-top: 6ch;
  width: 38vw;
  height: 20vw;
  object-fit: contain;
}

.fom_cta {
  position: relative;
  background-color: #758977;
  padding: 10px 20px;
  border-radius: 7px;
  font-family: 'Metropolis-Medium';
  display: inline-flex;
  width: fit-content;
  align-items: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  font-size: 18px;
}

.fom_cta:hover {

  box-shadow: -4px 5px 1px #63c16d, -8px 9px 1px #549c54;

}

.fom_cta::after {
  display: inline-block;
  padding-left: 10px;
  content: "";
  background-image: url('../images/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 21px;
  transition: transform 0.3s ease-out;
  background-position: right;
  pointer-events: none;
}

.fom_cta:hover::after {
  transform: translateX(6px)
}

.dg_cta {
  position: relative;
  background-color: #142E20;
  color: #fff;
  padding: 10px 20px;
  border-radius: 7px;
  font-family: 'Metropolis-Medium';
  display: inline-flex;
  width: fit-content;
  align-items: center;
  font-size: 18px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.dg_cta:hover {
  box-shadow: -4px 5px 1px green, -8px 9px 1px #60a160;
}

.dg_cta::after {
  display: inline-block;
  padding-left: 10px;
  content: "";
  background-image: url('../images/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 21px;
  transition: transform 0.3s ease-out;
  background-position: right;
  pointer-events: none;
}

.dg_cta:hover::after {
  transform: translateX(6px)
}

p.spk_p {

  max-width: 52ch;
  margin: auto;
  text-align: center;
  font-size: 0.9rem;

}

.bxitem p {
  font-family: 'Metropolis-Medium';
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 1.2rem;
  min-height: 2.5rem;
  -webkit-text-stroke: 1px #D8D8D8;
  text-stroke: 1px #D8D8D8;
  position: relative;
  z-index: 2;
}

.bxitem {
  text-align: center;
  width: 24vw;
  font-size: 2ch;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem;

}

.bxitem h4.odometer {
  letter-spacing: 0.06em;
  font-size: 6vw;
  line-height: normal;
  font-family: 'Metropolis-Medium';
  margin-bottom: 0;
  -webkit-text-stroke: 2px #D8D8D8;
  text-stroke: 2px #D8D8D8;
  text-align: center;
}

.bxitem h4.pls {
  letter-spacing: 0.06em;
  font-size: 6vw;
  line-height: normal;
  font-family: 'Metropolis-Medium';
  margin-bottom: 0;
  -webkit-text-stroke: 2px #D8D8D8;
  text-stroke: 2px #D8D8D8;
}

.w_bg {
  background-color: #EDEDED;
  margin-top: -2px;
}

.txtgre {
  color: #142E20;

}

.potrait-img {
  width: 20vw;
  height: auto;
}

.potr-inner {
  /* background-color: #142E20; */
  width: 20vw;
  padding: 1vw;
  border-radius: 10px;

}

.potr-inner3 {
  width: 100%;
  /* padding: 1vw; */
  text-align: center;
  font-family: 'Metropolis-Bold';
}

.rem_1 {
  position: absolute;
  bottom: -10%;
  left: 46.7%;
}

.rem_2 {
  position: absolute;
  bottom: -10%;
  left: 72.4%;
}

.sec__spk {
  margin-top: -3%;
  z-index: 99;
  position: relative;
}

.potr2-wrapper {
  display: flex;
  row-gap: 1rem;
  column-gap: 0.9vw;
  justify-content: space-around;
  flex-wrap: wrap;
}

.potr-inner2 {
  position: relative;
  background-color: none;
  padding: 1vw;
  border-radius: 10px;
    width: 25%;
  overflow: hidden;
  z-index: 0;
   transition: transform 0.4s ease;

}

.potr-inner2:hover {
  transform: translateY(-10px); /* Moves the element up by 5px */
}

@keyframes borderSpin {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}




.potr-inner2 img.potrait-img {
  width: 100%;
  border-radius: 10px;
  display: block;
  transition: transform 0.4s ease;
}

p.pid-hd {
  font-family: 'Metropolis-Bold';
  text-align: center;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 6px !important;
}

p.pid-hd2 {
  font-family: 'Metropolis-Bold';
  text-align: center;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.2;
  margin-bottom: 6px !important;
}

p.pid-sm {
  margin-bottom: 6px;
  font-family: 'Metropolis-Light';
  text-align: center;
   font-size: 0.9rem;
  color: #000;
  line-height: 1.2;
}

.potr-inner-desc {
  min-height: 107px;
  padding-top: 1vw;
}

.sponsor_box {
  max-width: 20%;
  padding: 0 1vw;
}

.spns_img {
  border-radius: 10px;
  width: 20vw;
  background: #ffffff;
}

.category-tag {
  font-family: 'Metropolis-Regular';
  font-size: 0.9rem;
  text-align: left;
  margin-bottom: 0.5rem;
  color: #fff;
}

p.sb_hd {
  font-size: 1.2rem;
  margin-bottom: 0;
  font-family: 'Metropolis-Medium';
  color: #fff;
  min-height: 1.6vw;
  padding-top: 10px;
  line-height: normal;
}

p.sb_sub {
  font-size: 0.75rem;
  margin-bottom: 0;
  font-family: 'Metropolis-Medium';
  color: #fff;
  padding-top: 10px;
  text-align: justify;
  line-height: normal;
}

.speaker-carousel::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, #EDEDED, transparent);
  width: 12%;
  height: 100%;
  z-index: 1;
}

.speaker-carousel::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, #EDEDED, transparent);
  width: 12%;
  height: 100%;
  z-index: 1;
}

#partners::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/73588c76-9c8b-417b-6dea-251000519300/1200);
  background-size: 100%;
  background-position: right;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
}

/* .bg-btfly {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0%;
  mix-blend-mode: luminosity;
  pointer-events: none;
  z-index: 0;
  object-position: right;
} */

#partners>div {
  z-index: 2;
  position: relative;
}

/* 
  #our-speakers::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 7vw;
    background: linear-gradient(to top, #c6c4c4, transparent);
    z-index: 0;
  }  */

.w_bg2 {
  margin-top: -2px;
  background-color: #fff;
}


.ubc_main {
  max-width: 45vw;
  display: block;
  margin: auto;
  margin-top: 12px;
  height: 25vw;
  object-fit: contain;
  width: 100%;
}

.dgrid-agenda {
  display: grid;
  grid-template-columns: 10% 90%;
  row-gap: 0.5rem;
}

.our-agenda {
  background: #EDEDED;
  margin-top: -1px;
}

.divider-line {
  width: 70%;
  display: block;
  margin: auto;
  height: 2px;
  background: #9B9B9B;
}

.icon-clock {
  background: url(../images/clock.svg);
  background-size: contain;
  width: 1.2vw;
  height: 1.2vw;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-clock-lite {
  background: url(../images/clock-white.svg);
  background-size: contain;
  width: 1.2vw;
  height: 1.2vw;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
}

.timeslot {
  display: inline-flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-family: 'Metropolis-Regular';
  font-size: 0.94rem;
}

.timeslot>div>span {
  gap: 3px;
}

.timeslot>div:first-child {
  width: 15vw;
}

.timeline-details {
  background-color: #F7F7F7;
  border: 2px solid #D8D8D8;
  border-radius: 15px;
  padding: 0.6rem 1.6rem;
  color: #0A3F15;
}

.timeline-details:hover,
.timeline-details .green-theme:hover {
  box-shadow: 1px 1px 10px #D8D8D8;
}

.timeline-details.green-theme {
  background-color: #0A3F15;
  border: 1px solid #D8D8D8;
  color: #fff;
}

.timeline-details.green-theme {
  background-color: #142E20;
  border: 1px solid #D8D8D8;
  color: #fff;
}

.timeline-details.green-theme>.tml_hd {
  color: #fff
}

.tml_hd {
  font-family: 'Metropolis-Bold';
  color: #0A3F15;
  font-size: 1rem;
  line-height: 1.3;
}

.tml_hd_lh {
  font-family: 'Metropolis-Bold';
  color: #0A3F15;
  font-size: 1rem;
  line-height: 1.3;
}

.tml_sub_em {
  font-family: 'Metropolis-MediumItalic';
  color: rgb(10, 63, 21);
  font-size: 0.9rem;
}

.timeline-time {
  font-family: 'Metropolis-Bold';
  color: #0A3F15;
  font-size: 1rem;

}

.timeslot>div {
  gap: 8px;
  display: flex;
  align-items: center;
}

.our-agenda::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #c6c4c4, transparent);
  z-index: 0;
}

.regsec {
  background-color: #223A27;
}

.reg_wrapper {
  padding: 1rem;
  display: flex;
  flex-direction: row;

}

.collapse:not(.in) {
  display: block !important;
}

.collapse:not(.show) {
  display: none !important;
}

.regsec {
  background-color: #223A27;
}

.content_git {
  background-color: rgb(255, 255, 255);
  width: 50%;
  padding: 1rem 1.8rem;
}

h5.cc_hd {
  font-size: 0.9rem;
  font-family: 'Metropolis-Bold';
  color: #142E20;
  padding-bottom: 2.6px;
}

.content_form {
  width: 100%;
  padding: 1rem;
  background-color: #142E20;
}

.ic-wrap {
  width: 4ch;
  height: 5ch;
  object-fit: contain;
  object-position: top;
}
#frmLeadGen {
  max-width: 36rem;
  margin: auto;
}
#frmLeadGen input {
  display: block;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 1.1rem;
  font-family: 'Metropolis-Regular';
  font-size: 0.8rem;
  line-height: normal;
  --tw-text-opacity: 1;
  color: #000;
  border-radius: 5px;
  text-align: left;
  box-shadow: 3px 5px 7px 1px #2222224f;
  width: 100%;

}

label.form-label {
  font-family: 'Metropolis-Regular';
  font-size: 0.8rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 2.2;
  padding-left: 1.1rem;
  display: none;
}


.contentreg01 {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  overflow: hidden;
  width: 96%;
  margin: auto;
}


h4.cu_hd {
  font-family: 'Metropolis-Bold';
  color: #142E20;
  margin-bottom: 1rem;
}

textarea.message_inp {
  font-family: 'Metropolis-Regular';
  color: #142E20;
  border-radius: 5px;
  text-align: left;
  box-shadow: 3px 5px 7px 1px #2222224f;
  padding-left: 1.1rem;
  font-size: 0.8rem;

}

.cjbc label {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-family: 'Metropolis-Regular';
  font-size: 11px;
}

#frmLeadGen input.checkbox {
  width: unset;
  display: inline-block;
  margin-bottom: 0;
  box-shadow: none;

}

.content_git p {
  line-height: 1.2;
}

.info-contasct p {
  line-height: 1.5;
  font-size: 0.8rem;
}

.submit-btn {
width: fit-content;
    border: 2px solid #758977;
    background: #758977;
    font-family: 'Metropolis-Regular';
    padding: 10px 5rem;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}

.submit-btn:hover {
  background: #4fb55b;
  transform: translateY(-2px);
  border: 2px solid #26c639;
  box-shadow: -4px 5px 1px #34803d, -8px 9px 1px #16631f;
}

.frame-gmap {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}


/* About Us */
.max-xo {
  max-width: 53rem;
  margin: auto;
}

.content-au p {
  line-height: 1.7;
  text-align: justify;
  /* font-size: 1.02rem; */
}

h6.au_hc {
  font-family: 'Metropolis-Bold';
  color: #195B19;
  font-size: 1.18rem;
}

.line-svg {
  top: 1.69%;
  left: 0;
  right: 0;
  height: 100%;
  object-fit: contain;
}

.icons-svg {
  top: 17px;
  left: 0;
  right: 0;
  object-fit: contain;
}

.animate-icons {
  animation: glowPulse 3s ease-in-out infinite;
}

@keyframes glowPulse {
  0% {
    filter: drop-shadow(0 0 0px #07d337);
  }

  50% {
    filter: drop-shadow(0 0 3px #07d337)
  }

  100% {
    filter: drop-shadow(0 0 0px #07d337);
  }
}

.animate-line {
  clip-path: inset(0 100% 0 0);
  animation: clipReveal 15s ease-in-out infinite;
  filter: drop-shadow(0 0 6px #b1e1b1);
}

@keyframes clipReveal {
  0% {
    clip-path: inset(0 100% 0 0);
    filter: drop-shadow(0 0 0px #b1e1b1);
  }

  50% {
    clip-path: inset(0 0% 0 0);
    filter: drop-shadow(0 0 10px #b1e1b1);
  }

  100% {
    clip-path: inset(0 100% 0 0);
    filter: drop-shadow(0 0 0px #b1e1b1);
  }
}


.hd_ribbon_2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #142E20;
  width: 50%;
  display: block;
  height: 4.8vw;
  border-radius: 0 2.5rem 2.5rem 0;
  z-index: 0;
}

.hd_ribbon {
  background: #142E20;
  width: fit-content;
  padding: 2vw 11vw 2vw 2vw;
  /* border-radius: 0 2.5rem 2.5rem 0; */
}

h1.mch1 {
  margin-bottom: 0;
  font-size: 2.4vw;
  position: relative;
  z-index: 6;
  padding: 0.85rem 0;
}

.aboutus_sc {
  background: #EDEDED;
  width: 100%;
  padding-top: 2rem;
}

h2.mch1 {
  margin-bottom: 0;
  font-size: 2.4vw;
  position: relative;
  z-index: 6;
  padding: 0.85rem 0;
}

.wrapper-thix {
  max-width: 53vw;
  margin: auto;
}

.coex-img {
  max-width: 53rem;
  margin: auto;
}

/* End About Us  */

.allhd_main {
  width: 100%;
  height: 93lvh;
  object-fit: cover;
}

.allhd_main2 {
  width: 73%;
  height: 51lvh;
  object-fit: contain;
  margin: auto;

}

.brbottom {
  border-bottom: 1px solid #000;
}

.speaker_sc {
  background: #EDEDED;
}

.mains_subs {
  position: relative;
}

.mains_subs::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11vw;
  background: linear-gradient(to bottom, transparent, #EDEDED);
}

.feat_image {
  border-radius: 100%;
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.feat_cont {
  max-width: 600px;
}

.mdl_head {
  color: #000;
  font-family: 'Metropolis-Medium';
  font-size: 1.1rem;
  margin-bottom: 0;
}

.mdl_head_sub {
  color: #000;
  font-family: 'Metropolis-Medium';
  font-size: 0.85rem;
  line-height: normal;
  margin-bottom: 0;
}

.mdl_sub_sm {
  color: #000;
  text-align: left;
  margin-top: 1rem;
  font-size: 12px;
}

.mdl_sub_sm.overlimit {
  height: 50vh;
  overflow: hidden;
  overflow-y: auto;
}

.wrp_mx_speaker>.potr2-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 24%);
  row-gap: 1rem;
  column-gap: 0.9vw;
  justify-content: center;
  flex-wrap: wrap;
}

.wrp_mx_speaker>.potr2-wrapper>.potr-inner2 {
  width: 100%;
}

h2.spk_hd {
  color: #000;
  /* font-family: 'Metropolis-Light'; */
}

h2.spk_hd2 {
  color: #000;
  font-family: 'Metropolis-Light';
  font-size: 1.28rem;
}

.agenda_sc {
  background: #EDEDED;
}

ul {
  font-family: 'Metropolis-Regular';
  font-size: 0.9rem;
}

ul.tmb_list_style {
  font-family: 'Metropolis-Regular';
  padding-left: 1rem;
  color: rgb(10, 63, 21);
  font-size: 0.89rem;
}

.tmb_more_details>p {
  font-size: 0.89rem;
  margin-bottom: 8px;
}

.partnerships_sc {
  background: #EDEDED;
}

.txtgre2 {
  color: #007E05;
}

.pts_hd {
  color: #007E05;
  font-family: 'Metropolis-Bold';
  font-size: 1.5rem;
  margin-bottom: 0;
}

.pts_subtxt p {
  line-height: 1.7;

}

span.txt_forbold {
  font-family: 'Metropolis-Bold';
}

.pts_cta {
  position: relative;
  background-color: #007E05;
  color: #fff;
  padding: 10px 20px;
  border-radius: 7px;
  font-family: 'Metropolis-Medium';
  display: inline-flex;
  width: fit-content;
  align-items: center;
  font-size: 18px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.pts_cta:hover {
  box-shadow: -4px 5px 1px #41ae41, -8px 9px 1px #68e568;
}


.pts_cta::after {
  display: inline-block;
  padding-left: 10px;
  content: "";
  background-image: url('../images/arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 21px;
  transition: transform 0.3s ease-out;
  background-position: right;
  pointer-events: none;
}

.pts_cta:hover::after {
  transform: translateX(6px)
}

.exhb_wrapper {
  width: 32%;
}

.wrapper-thix2 {
  max-width: 53vw;
}

.feat-exb-img {
  border-radius: 100%;
  width: 200px;
  height: 200px;
  object-fit: contain;
  object-position: center;
  border: 1px solid #000;
}

.contactus_sc {
  background-color: #EDEDED;
  background-image: url(../images/bg-layered-cu.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  margin-top: -4%;
}

.wrapper_forcus {
  margin-top: -25%;
}

.cus-frame-gmap {
  height: 39ch;
  border-radius: 10px;
  overflow: hidden;
  width: 97%;
  margin: auto;
  border: 1px solid #000;
}

.draggable2 {
  width: 100%;
  overflow: auto;
  position: relative;
  margin-top: -1.2rem;
}

.draggable .image {
  width: 159vw;
  max-width: unset;
}

.draggable2 .image2 {
  width: 382vw;
  max-width: unset;
}

.note_tct {
  color: #007E05;
  font-family: 'Metropolis-Bold';
  font-size: 0.8rem;
  line-height: 1;
}

.gif-drag {
  width: 62px;
}

.lay_overlya {
  position: absolute;
  top: 0;
  z-index: 0;
  right: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
}

p.mailttxt2 {
    font-size: 0.75rem;
}

.wrp_mx_speaker {}

.speaker_tab {
    display: flex;
    justify-content: center;
    gap: 1rem;
    max-width: 59%;
    margin: auto;
}

.speaker_tabitem {
  width: 100%;
  text-align: center;
  background: transparent;
  padding: 1rem;
  cursor: pointer;
  font-family: 'Metropolis-Bold';
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  position: relative;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

/* short line under text */
.speaker_tabitem::after {
  content: "";
  display: block;
  width: 90%;
  height: 3px;
  background: transparent;
  margin: 8px auto 0 auto;
  transition: background 0.3s ease;
}

.speaker_tabitem:hover::after {
  background: #000;
}
.speaker_tabitem:hover {
  transform: scale(0.9);
}

.speaker_tabitem.active::after {
  background: #000;
}


/* #this-slider-1 .speaker-carousel  .splide__arrow--prev {
    top: 35%;
    left: -34px;
} */
ol.agendalist {
  padding-left: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 786px) {
  .polygon-img {
    margin-top: -5rem;
  }

  .see-more-btn {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .mainw {
    width: 100%;
    height: auto;
  }

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

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

  main {
    height: auto;
    border-radius: 0 0 2rem 2rem;
  }

}

@media screen and (min-width: 1400px) {
  .potr-inner-desc {
    min-height: 118px;
  }
}

@media screen and (min-width: 1517px) {
  p.pid-sm {
    font-size: 12.8px;
  }
}

@media screen and (max-width: 786px) {
  .mainw {
    width: 100%;
    height: 47ch;
  }

  p.mainpp {
    font-size: 3vw;
    top: 59%;
    padding: 0;
  }


  .time-unit label {
    font-size: 11px;
  }

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

  .coex_1 {
    width: 96%;
  }

  main {
    height: auto;
    border-radius: 0 0 2rem 2rem;
  }

  .countdown {
    display: flex;
    justify-content: space-evenly;
    font-size: 4rem;
    max-width: 86%;
  }

  .time-unit span {
    letter-spacing: 3px;
    font-size: 9vw;
  }

  .topgap {
    height: 115px;
  }

  .sponsor_box {
    max-width: 50%;
    margin-bottom: 1rem;
  }

  .vdplacehodler {
    margin-top: 0;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }

  h1 {
    font-family: 'Metropolis-Bold';
    color: #fff;
    font-size: 7vw;
  }

  h2 {
    font-size: 7vw;
  }

  .splide__slide img {
    vertical-align: bottom;
  }

  .potrait-img {
    width: 100%;
    height: auto;
  }
  .potr-inner p.pid-hd {
    text-align: center;
    margin: auto;
  }
  .potr-inner2 p.pid-hd {
    text-align: left;
  }
  .potr-inner p.pid-hd2 {
    text-align: center;
  }
  .potr-inner .potr-inner-desc {
    min-height: 22vw;
    padding-top: 2vw;
    max-width: 100%;
    margin: auto;
    display: block;
    text-align:center;
  }



  .potr-inner  p.pid-hd, .potr-inner p.pid-sm {
               font-size: 0.9rem;
        text-align: center;
    }
  .potr-inner {
    padding: 2vw;
    width: 52vw;
  }

  .potr-inner2 {
    padding: 2vw;
    width: 100%;
  }

  .potr-inner-desc {
    padding: 2vw 3vw;
    max-width: 100%;
    margin: 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

  p.pid-sm {
    text-align: left;
  }

  p.pid-hd,
  p.pid-sm {
             font-size: 0.9rem;
  }

  p.pid-hd {
    max-width: 19ch;
           margin: 0 0;
  }

  p.pid-hd2 {
    max-width: 100%;
    margin: 0 0;
            font-size: 0.9rem;
    text-align: left;
  }

  .p.pid-sm {
    padding: 0 10px;
  }

  .bxitem {
    width: 50%;
  }

  .bxitem h4.odometer {
    letter-spacing: 0.06em;
    font-size: 12vw;
    height: 18vw;
  }

  .bxitem h4.pls {
    font-size: 12vw;
  }

  .spns_img {
    width: 100%;
  }

  p.sb_sub {
    overflow: hidden;
    max-height: 9.5ch;
    transition: max-height 0.3s ease;
    text-align: left;
    font-size: 0.58rem;
  }

  p.sb_sub.expanded {
    max-height: 1000px;
  }

  .see-more-btn {
    display: inline-block;
    background: none;
    border: none;
    color: #7cff2a;
    padding: 0;
    font-size: 13px;
    text-decoration: underline;
  }

  .category-tag {
    font-size: 3.7vw;
    margin-bottom: 0.2em;
  }

  p.sb_hd {
    font-size: 4vw;
  }

  .dg_cta,
  .fom_cta,
  .submit-btn {
    font-size: 13.5px;
  }

  .bxitem p {
    -webkit-text-stroke: 0.3px #D8D8D8;
    text-stroke: 0.3px #D8D8D8;
    line-height: 1.3;
    font-size: 14px;
  }

  ol.ubcul li {
    line-height: 1.4;
  }

  .timeslot>div:first-child {
    width: auto;
  }

  .icon-clock,
  .icon-clock-lite {
    width: 15px;
    height: 15px;
  }

  .timeslot {
    gap: 0;
    font-size: 3.02vw;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.6rem;
    justify-content: space-between;
  }

  .tml_hd,
  .tml_hd_lh {
    font-size: 3.5vw;
    line-height: 1.4;

  }

  .tml_sub_em {
    font-size: 0.7rem;
  }

  .dgrid-agenda {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
  }

  .timeline-details {
    padding: 0.6rem 1.1rem;
  }

  .timeline-time {
font-family: 'Metropolis-Bold';
        color: #142e20;
        font-size: 3vw;
        text-align: start;
        line-height: normal;
        display: flex
;
        align-items: center;
        background: unset;
        height: auto;
        border-radius: 10px;
        padding: 10px;
        margin-right: 0;
        width: fit-content;
  }

  .contentreg01 {
    display: flex;
    flex-direction: column-reverse;
  }

  .content_git {
    width: 100%;
  }

  .content_form {
    width: 100%;
    padding: 1rem;
    background-color: #142E20;
  }

  .frame-gmap {
    height: 40ch;
    overflow: hidden;
    margin-top: 1rem;
  }

  .speaker-carousel::after {
    right: -1ch;
    background: linear-gradient(to left, #EDEDED 20%, transparent);
  }

  .speaker-carousel::before {
    left: -1ch;
    background: linear-gradient(to right, #EDEDED 20%, transparent);
  }

  textarea.message_inp {
    font-size: 0.8rem;
  }

  h4.cu_hd {
    font-size: 1.15rem;
  }

  .bg-btfly {
    right: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: -6%;
    object-position: top right;
  }

  h1.mch1 {
    margin-bottom: 0;
    font-size: 5.5vw;
  }

  h2.mch1 {
    margin-bottom: 0;
    font-size: 5.5vw;
  }

  .hd_ribbon_2::after {
    width: 88%;
    display: block;
    height: 14vw;
    border-radius: 0 2.5rem 2.5rem 0;
    z-index: 0;
  }

  .ubc_main {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 8%;
    max-width: 76%;
    height: auto;
  }

  .wrapper-thix {
    max-width: 100%;
    margin-top: 0;
  }

  .feat_image {
    margin: auto;
    display: block;
    width: 140px;
    height: 140px;
    margin-bottom: 1rem;
  }

  .feat_cont {
    max-width: 100%;
    overflow: auto;
    height: 27ch;
  }

  .potr2-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;

  }

  .allhd_main {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .mdl_head {
    font-size: 1rem;
    line-height: normal;
  }

  .tmb_more_details>p {
    margin-bottom: 8px;
    line-height: 1.4;
    font-size: 3.5vw;
  }

  ul.tmb_list_style {
    line-height: 1.4;
    font-size: 3.5vw;
  }

  .exhb_wrapper {
    width: 47%;
  }

  .feat-exb-img {
    margin: auto;
    display: block;
    width: 140px;
    height: 140px;
    margin-bottom: 1rem;
  }

  .wrapper_forcus {
    margin-top: -52%;
  }

  p.spk_p {
    max-width: 25ch;
  }

  p.cof-ad {
    max-width: 25ch;
    margin: auto;
  }

  .pts_hd {
    font-size: 1.18rem;
  }

  .pts_cta {
    font-size: 13.5px;
  }

  .line-svg {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: contain;
    width: 382vw;
    max-width: unset;
  }

  .lay_overlya {
    object-fit: contain;
  }

  p.mailttxt {
    word-break: break-word;
    overflow-wrap: break-word;
  }

  p.mailttxt2 {
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 0.8rem;
  }

  .max-xo {
    max-width: 100%;
    margin: auto;
  }

  #partners::before {
    background-size: cover;
    background-position: 48% 100%;
    background-repeat: no-repeat;
  }

  .coex-img {
    margin: 1.5rem 0;
  }

  .max-p-ab {
    max-width: 100%;
    text-align: left;
    margin: auto;
  }

  .potr-inner3 {
    padding: 1vw;
    text-align: center;
    font-family: 'Metropolis-Bold';
    width: 50%;
    font-size: 0.68rem;
    margin-bottom: 1.5rem;
  }

  .rem_1 {
    display: none;
  }

  .rem_2 {
    display: none;
  }

  .ic-wrap {
    width: 3ch;
    height: 3ch;
  }

  .wrp_mx_speaker {
    max-width: 100%;
    margin: auto;
  }

  .wrp_mx_speaker>.potr2-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .wrp_mx_speaker>.potr2-wrapper>.potr-inner2 {
    padding: 2vw;
    width: 47%;
  }

  .mdl_sub_sm.overlimit {
    height: auto;
    overflow: unset;
    overflow-y: unset;
  }

  .potr-inner2 img.potrait-img {
    width: 37%;
  }

  .ptr_frame {
    display: flex;
    justify-content: start;
    align-items: center;
  }

  select#select_speaker {
    max-width: 32rem;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 1rem;
    border-radius: 8px;
    display: block;
    font-family: 'Metropolis-Bold';
    letter-spacing: -0.025em;
    width: 100%;
    color: #000000;
    outline: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #000000;
    background-image: url(../images/arrowdown.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: content-box;
    background-clip: initial;
    text-align: center;
    background-size: 16px;
    background-color: transparent !important;
    padding: 0.5rem 0;
  }
  .potrait-img.shrink-imgs2 {
  padding:  0;
}
.potrait-img.shrink-imgs {
  padding: 1rem;
}
}