body {
  line-height: 150%;
  font-size: 14px;
  line-height: 150%;
  font-family: 'Montserrat';
  letter-spacing: -0.02em;
}

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;
}

/* ----- Modal ----- */
.modal-backdrop.show {
    opacity: .85 !important;
}
.modal .modal-header {
    display: flex;
    justify-content: flex-end;
    padding:0;
    position: absolute;
    width: 100%;
  }
.modal .modal-header .ci-btn-close {
    background-color: white;
    box-shadow: 0 0 3px 1px #00000008;
    border:none;
    cursor: pointer;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .3;
    padding: 6px 12px !important;
    transform:scale(1);
    transition: all .3s;
    z-index: 1;
  }
.modal .modal-header .ci-btn-close:hover {
    opacity:1;
    box-shadow: 0 0 4px 0 #0002, 0 0 3px 1px #0001;
    transform:scale(1.1);
}

.image-gallery img {
  cursor: pointer;
}


/* 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/250625-eventKit-techday25-masthead-mobile.jpg); /*mobile*/
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  color: #4D144A;
  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: 20px;
  padding-bottom: 20px;
}
.ctx-sec-header .ctx-sec-nav .ctx-brand figure img {
  display: block;
}
.ctx-sec-header .ctx-sec-nav .ctx-brand .logo-lenovo {
  height: 80px;
  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: 230px;
  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: 52px;
  line-height: 50px;
  max-width: 520px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 50px;
}

.ctx-sec-header .event-details {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
}
.ctx-sec-header .event-tagline {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
}
.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: 190px;
}
.ctx-sec-header .ctx-sec-tagline .ctx-header {
  z-index: 3;
}

/* Navigation
--------------------------------- */
.ctx-sec-nav {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
  background-image: url(https://pages.lenovo.com/rs/183-WCT-620/images/250625-eventKit-techday25-bgNavbar.jpg);
}
.ctx-sec-nav.scroll {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}

.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: #4D144A;
  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: #4D144A;
  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;
}

.lenovo-logo{
  position: absolute;
  bottom:55px;
  right:0;
}
.lenovo-logo img {
  width:203px;
  height:auto;
}

.lenovo-logo-mob img {
  width:100px;
  margin-bottom: 20px;
}

/* <> 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/250625-eventKit-techday25-img-bg-event.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
.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: white;
  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 .speakers-container{
  background: linear-gradient(90deg, #dba1c3 0%, #e4cfe3 50%, #a4b5dc 100%);
  /*display: flex;
  flex-direction: row;
  flex-wrap: wrap;*/
  border-radius: 3px;
}

.ctx-sec-speaker .sec-content .speakers-container .speaker-img img{
/*  width: 147px;*/
   height: auto;
   border-top-left-radius: 4px;
   display: block;
   border-bottom-left-radius: 4px;
}

.speakers-container .speaker-desc{
  color: #4D144A;
  padding: 30px 16px 30px 16px;
}

.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;
}


/* <> 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;
  padding-top: 45px;
}
.sec-agenda .acc-container .acc:last-child::before {
  display: none;
}

.sec-agenda .acc-container .acc .list-agenda {
  flex: 0 0 80%;
  padding-bottom:60px;
  padding-left: 30px;
}

.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/220412-custek-cac-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;
}

/* <> Prize <> */
.ctx-linked-text{
  color: #FFFFFF;
  opacity: 0.8;
  text-decoration: underline;
}
.ctx-sec-prize{
  background-image: url(https://pages.lenovo.com/rs/183-WCT-620/images/250625-eventKit-techday25-BGprize.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}



/* <> Registration <> */

.ctx-sec-register .sec-header {
  margin-bottom:30px;
  
}
.ctx-sec-register .header-desc {
  margin:0 auto;
  color: #444444;
}


/* 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: 133px;
  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-colophon p:first-child {
  position: relative;
  padding-right: 30px;
}


.ctx-colophon p:first-child:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;  
  background-color: rgba(112, 112, 112, 0.3);
}

.ctx-sec-footer .ctx-colophon .ctx-socials li {
  display: inline-block;
  width: 30px;
  height: 14px;
  margin-right: 15px;
}

.ctx-sec-footer .ctx-colophon .ctx-socials li a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: 200px;
  background-size: cover;
  background-repeat: no-repeat center center;
}
.ctx-sec-footer .ctx-colophon .ctx-socials li.icon-facebook a {
  background-image: url(https://pages.lenovo.com/rs/183-WCT-620/images/250625-eventKit-techday25-social-icon-1.png);
}
.ctx-sec-footer .ctx-colophon .ctx-socials li.icon-twitter a {
  background-image: url(https://pages.lenovo.com/rs/183-WCT-620/images/250625-eventKit-techday25-social-icon-3.png);
}
.ctx-sec-footer .ctx-colophon .ctx-socials li.icon-instagram a {
  background-image: url(https://pages.lenovo.com/rs/183-WCT-620/images/250625-eventKit-techday25-social-icon-2.png);
}
.ctx-sec-footer .ctx-colophon .ctx-socials li.icon-youtube a {
  background-image: url(https://pages.lenovo.com/rs/183-WCT-620/images/250625-eventKit-techday25-social-icon-4.png);
}