body {
  line-height: 150%;
  font-size: 14px;
  line-height: 150%;
  font-family: 'Montserrat';
  letter-spacing: -0.02em;
}
a {
  text-decoration: underline;
  color: #F04187;
}
a:hover,
a:visited,
a.text-black:hover,
a.text-black:visited  {
  color: #C72968;
}
a.text-black {
  color: #000000 !important;
}
.container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.byn-super-wrap {
  transition: all 0.2s ease 0s;
}

/* Component
--------------------------------- */

/* <> Heading label <> */
.ctx-sec-label {
  opacity: 0.6;
}

/* <> Heading <> */
h1 {
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.04em;
}
h2 {
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.04em;
}
h3 {
  font-size: 26px;
  line-height: 110%;
  letter-spacing: -0.04em;
}


/* <> Shortcut <> */
.scroll-shortcut {
  display: none;

  position: absolute;
  right: -156px;
  bottom: 80px;
  transform: rotate(-90deg);
  transform-origin: center left;
  transition: all .3s;
  width: 200px;
  text-decoration: none;
}
.scroll-shortcut svg {
  margin-right: 15px;
}
.scroll-shortcut:hover {
  color: #F04187;
  text-decoration: none;
}
.scroll-shortcut svg path,
.scroll-shortcut svg line {
  stroke: #111;
  transition: all .3s;
}
.scroll-shortcut:hover svg path,
.scroll-shortcut:hover svg line {
  stroke: #F04187;
}

/* Header
--------------------------------- */
.ctx-sec-header {
 background-image: url(../images/240424-custekTechday-lp-masthead.webp); background-size:cover!important;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  color: #ffffff;
  min-height: auto;
  max-height: auto;
}
.ctx-sec-header .overlay {
  height: 200px;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.ctx-sec-header .ctx-sec-nav .ctx-brand {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ctx-sec-header .ctx-sec-nav .ctx-brand figure img {
  display: block;
}
.ctx-sec-header .ctx-sec-nav .ctx-brand .logo-lenovo {
  height:55px;
  width: auto;
}
.ctx-sec-header .ctx-header .logo-event {
  display: flex;
  align-items: center;
}
.ctx-sec-header .ctx-header .logo-event img {
  width: 100%;
  max-width: 136px;
  height: auto;
}
.ctx-sec-header .ctx-header .logo-event .event-details {
  padding: 0 0 0 20px;
  margin-left: 20px;
  border-left: solid 2px #fff;
  min-height: 55px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ctx-sec-header .ctx-header h1 {
  font-size: 45px;
  line-height: 50px;
  max-width: 580px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}

.ctx-sec-header .event-details {
  font-size: 20px;
  line-height: 22px;
  color: #4D144A;
}
.ctx-sec-header .event-tagline {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #4D144A;
}
.ctx-sec-header .ctx-main-kv .ctx-col-inner picture {
  display: flex;
  justify-content: flex-start;
}
.ctx-sec-header .ctx-main-kv .ctx-col-inner img {
  width: 100%;
  
}
.ctx-sec-header .ctx-main-kv .ctx-col-inner img.d-mobile {
  display: block;
}.ctx-sec-header .ctx-main-kv .ctx-col-inner img.d-desktop {
  display: none;
}
.ctx-alliance .logo-intel img {
  width: 140px;
}
.ctx-alliance .logo-windows img {
  width: 188px;
}
.ctx-sec-header .ctx-sec-tagline .ctx-header {
  z-index: 3;
}

/* Navigation
--------------------------------- */
.ctx-sec-nav {
  position: relative;
  z-index: 2;
}
.ctx-sec-nav.scroll {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(30px) brightness(115%);
}
.ctx-sec-nav.scroll .ctx-brand {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ctx-nav {
  display: none;
}
.ctx-nav ul {
  text-align: right;
  margin-right: 50px;
}
.ctx-nav ul li {
  display: inline-block;
  margin-left: 30px;
}
.ctx-nav ul li a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: all .3s ease;
}
.ctx-nav ul li a:hover {
  text-decoration:underline;
}
.ctx-icon-hamburger {
  cursor: pointer;
  fill: #fff;
}
  .ctx-icon-hamburger .ham-close {
    display: none;
  }
  .ctx-icon-hamburger.active .ham-close {
    display: block;
    position: absolute;
    z-index: 9;
    top: 30px;
    right: 150px;
  }
  .ctx-icon-hamburger.active .ham-open {
    display: none;
  }

/* Mobile nav */
.ctx-nav.active {
  display: block;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  background: #111;
  width: 200px;
  height: 100vh;
  padding-top: 80px;
  font-size: 1em !important;
}
.ctx-nav.active ul {
  margin-left: 30px;
}
.ctx-nav.active span {
  margin-left: 30px;
}
.ctx-nav.active li {
  display: block;
  margin-left: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255, 0.2);
  text-align: left;
}
  .ctx-nav.active li:last-child {
    border: 0;
  }
.ctx-nav.active li a br {
  display: none;
}

/* Sections
--------------------------------- */

.ctx-section .sec-header .header-title {
  margin-bottom: 30px;
}

/* <> Intro <> */
.ctx-sec-whyattend .sec-header{
  margin-bottom: 60px;
}


/* <> event detail <> */
.ctx-sec-eventDetail{
  background-image: url(https://pages.lenovo.com/rs/183-WCT-620/images/240424-custekTechday-lp-img-bg-event.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #4D144A;
}
.ctx-sec-eventDetail .date-detail{
  font-size: 58px;
  line-height: 110%;
  margin-bottom: 24px;
  font-weight: bold;
}
.ctx-sec-eventDetail #countdown-over{
  display: none;
}
.ctx-sec-eventDetail .show-date{
  display: block !important;
}
.ctx-sec-eventDetail .hide-countdown{
  display: none !important;
}
.ctx-sec-eventDetail .countdown-part {
  font-size: 58px;
  line-height: 110%;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #4D144A;
  border-radius: 3px;
  font-weight: bold;
}
.opacity-40{
  opacity: 0.4;
}

/* <> Freebie <> */
.ctx-sec-freebies {
  background: linear-gradient(#FAECEB, #F0C7BF);
  color: #ffffff;
}

.ctx-sec-freebies .sec-freebie {
  height: 100%;
  position: absolute;
  right: 0;
  top:-70px;
}

.ctx-sec-freebies .sec-freebie img{
  max-width: 436px;
  height: auto;
  width: 100%;
}



/* <> Speakers <> */
#keyspeakers {
  margin-top:0;
}

.ctx-sec-speaker .sec-content img{
  width: 140px;
  height: auto;
}

.ctx-sec-speaker .featured-detail{
  max-width: 300px;
  width: 100%;
}

.ctx-sec-speaker .sec-content .featured{
 background: rgb(39,77,150);
background: -moz-linear-gradient(90deg, rgba(39,77,150,1) 13%, rgba(41,78,149,0) 57%);
background: -webkit-linear-gradient(90deg, rgba(39,77,150,1) 13%, rgba(41,78,149,0) 57%);
background: linear-gradient(90deg, rgba(39,77,150,1) 13%, rgba(41,78,149,0) 57%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#274d96",endColorstr="#294e95",GradientType=1);
}

.ctx-sec-speaker .sec-content .title{
  font-size: 22px;
}

.ctx-sec-speaker .sec-content .speaker-description{
   color: #444444;
   opacity: 0.7;
}

/* <> Agenda <> */

.ctx-sec-agenda .year{
  font-size: 58px;
  line-height: 110%;
}
.ctx-sec-agenda .year span{
  font-size: 84px;
  line-height: 110%;
}
.ctx-sec-agenda .sec-header {
  max-width: 375px;
}
.ctx-sec-agenda .sec-header p {
  opacity: .8;
}
.ctx-sec-agenda .sec-agenda {
  padding-left:50px;
}
.sec-agenda .acc-container {
  width: 100%;
}
.sec-agenda .acc-container .acc {
  display: flex;
  border-top: 1px solid #CCCCCC;
  padding-top: 45px;
  justify-content: space-between;
}
.sec-agenda .acc-container .acc:last-child::before {
  display: none;
}

.sec-agenda .acc-container .acc .list-agenda {
  flex: 0 0 60%;
  padding-bottom:28px;
  padding-right: 180px;
}

.sec-agenda .acc-container .acc:first-child {
  margin-top: 0;
}
.sec-agenda ul.tabs{
  margin: 0 0 40px 0;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  width: 100%;
  border-bottom: solid 1px rgba(255,255,255, .3);
}
.sec-agenda ul.tabs li{
  background-color: transparent;
  color: rgba(255,255,255, .5);
  display: inline-block;
  cursor: pointer;
  margin: 0 70px 0 0;
  padding: 0 0 24px 0;
  transition: all .3s ease;
  position: relative;
}
.sec-agenda ul.tabs li.current{
  color: #F04187;
  transition: all .3s ease;
}
.sec-agenda ul.tabs li.current:after {
  content:'';
  border-bottom: solid 6px #F04187;
  position: absolute;
  width: 100%;
  bottom: -3px;
}
.sec-agenda .tab-content{
  display: none;
  background: transparent;
  min-height: 500px;
  margin-top: 0;
}
.sec-agenda .tab-content.current{
  display: inherit;
}
.list-agenda time > * {
  line-height: 100%;
}
.acc .time p{
  font-weight: 600;
}
.list-agenda .author {
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
}
.list-agenda .summary .morecontent span {
  display: none;
}
.list-agenda .summary .morelink {
  display: block;
}

.list-agenda .summary{
  color: #B5B5B5;
}
.list-agenda .morelink {
  color: #ffffff;
  
}
.list-agenda .morelink {
  font-weight: bold;
  font-size: 10px;
  margin-top: 16px;
}

/* <> Event Details  <> */
.ctx-sec-agenda .bg-events-top {
  display: flex;
  align-items: flex-end;
}
.ctx-sec-agenda .bg-events-top .bg-event-left,
.ctx-sec-agenda .bg-events-top .bg-event-top,
.ctx-sec-agenda .bg-events-top .bg-event-right {
  display: flex;
}
.ctx-sec-agenda .bg-events-top .bg-event-left,
.ctx-sec-agenda .bg-events-top .bg-event-right {
  flex:0 0 11%;
}
.ctx-sec-agenda .bg-events-top .bg-event-top {
  flex:0 0 78%;
}
.ctx-sec-agenda .bg-events-top .bg-event-left img,
.ctx-sec-agenda .bg-events-top .bg-event-top img,
.ctx-sec-agenda .bg-events-top .bg-event-right img {
  width:100%;
}
.ctx-sec-event-details .bg-events {
  background-image: url(https://pages.lenovo.com/rs/183-WCT-620/images/240424-custekTechday-lp-BgEvent.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  color: #ffffff;
  width: 78%;
  margin: 0 auto;
  text-align: center;
  padding:80px 0;
}
.ctx-sec-event-details .bg-events .sec-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.ctx-sec-event-details .bg-events .sec-content .event-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin:0 40px;
}

/* <> Registration <> */
.ctx-sec-register{
  background-image: url(https://pages.lenovo.com/rs/183-WCT-620/images/240424-custekTechday-lp-form-bg-form-bg.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
 
}
.ctx-sec-register .sec-header {
  margin-bottom:30px;
  
}
.ctx-sec-register .header-desc {
  margin:0 auto;
  color: #444444;
}

.thank-you{
  background-image: url(https://pages.lenovo.com/rs/183-WCT-620/images/240424-custekTechday-lp-form-bg-ty.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 48%;
}

/* Form
--------------------------------- */
#mktoContainer{
  padding-right: 100px;
}
.thank-you #mktoContainer{
  padding-right: 0;
  padding-left: 0 !important;
}
#mktoContainer .mktoForm .mktoFormRow input,
#mktoContainer .mktoForm .mktoFormRow select,
#mktoContainer .mktoForm .mktoFormRow textarea {
  border-radius: 3px;
}

#mktoContainer .mktoForm .mktoRequiredField label.mktoLabel,
#mktoContainer .mktoForm label.mktoLabel {
  font-size: 14px;
  line-height: 150%;
}
#mktoContainer .mktoForm .mktoFormRow.ctxemailPermissionStatus {
  margin-bottom: 10px;
}
#mktoContainer .mktoForm .mktoFormRow.ctxemailPermissionStatus .mktoFieldWrap label {
  display: block;
}
#mktoContainer .mktoForm .mktoFormRow.ctxemailPermissionStatus .mktoFieldWrap label a {
  color: #000000;
  padding: 0;
}

/* Footer
--------------------------------- */
.ctx-sec-footer .logo-event {
  display: flex;
}
.ctx-sec-footer .logo-event img  {
  width: 100%;
  max-width: 350px;
  height: auto;
}
.ctx-sec-footer .logo-event .logo-utpop {
  border-left:solid 1px #cccccc;
  margin-left: 25px;
  padding-left:25px;
}
.ctx-sec-footer .logo-event .logo-utpop img {
  width: auto;
  height: auto;
}
.ctx-sec-footer .ctx-colophon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ctx-sec-footer .ctx-colophon .ctx-socials li {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-right: 15px;
}

.agend_sepreters{width:100%; height:auto; overflow:hidden; float:left; border-top:1px #ccc solid;     padding-top: 48px;
    padding-bottom: 40px; color:#000;}

.time_slt{width:150px; height:auto; overflow:hidden; float:left; font-weight:bold;}
.time_rght{width: calc(100% - 150px); height:auto; overflow:hidden; float:left;}
.topic_st{
    font-size: 1.375em;
    line-height: 140%; width:100%; height:auto; overflow:hidden; float:left; font-weight:bold; color:#000;
}
