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: 38px;
  line-height: 100%;
  letter-spacing: -0.04em;
}
h2 {
  font-size: 34px;
  line-height: 110%;
  letter-spacing: -0.04em;
}
h3 {
  font-size: 26px;
  line-height: 110%;
  letter-spacing: -0.04em;
}

/* <> List items <> */
.ctx-list-bigpoint li {
  margin-bottom: 30px;
  padding-left: 50px;
  position: relative;
}
.ctx-list-bigpoint li:after {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 34px;
  height: 34px;
  
  background-size: cover;
}

/* <> 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(https://pages.lenovo.com/rs/183-WCT-620/images/230328-channel-evolve-masthead-mob.png); /*mobile*/
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  color: #ffffff;
  min-height: auto;
  max-height: auto;
}
.ctx-sec-header .overlay {
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.5889706224286589) 0%, rgba(255,255,255,0) 100%);
  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: 43px;
  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: 245px;
  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: 60px;
  max-width: 580px;
}
.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-sec-header .ctx-alliance .logo-intel img {
  width: 141px;
}
.ctx-sec-header .ctx-alliance .logo-microsoft img {
  width: 187px;
}
.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: #111;
}
.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;
  text-transform: uppercase;
  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;
}



.ctx-sec-whyattend .sec-content .benefit{
  background: #4E444E;
  color: #ffffff;
  min-height: 200px;
}
.ctx-sec-whyattend .sec-content .benefit .icon img {
  width: 70px;
  height: auto;
}
.ctx-sec-whyattend .sec-content .benefit h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}


/* <> Freebie <> */
.ctx-sec-freebies {
  background-image: url(https://pages.lenovo.com/rs/183-WCT-620/images/230328-channel-price-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
.ctx-sec-freebies .sec-header {
  padding:60px 0 60px 0;
}

.ctx-sec-freebies a{
  color:#ffffff;
}

.ctx-sec-freebies .sec-freebie {
  height: 100%;
  position: absolute;
  right: 0;
  top:-70px;
}

.ctx-sec-freebies .sec-freebie img{
  max-width: 400px;
  height: auto;
  width: 100%;
}



/* <> Speakers <> */
#keyspeakers {
  margin-top:0;
}
.ctx-sec-speaker {
  background-image: url(https://pages.lenovo.com/rs/183-WCT-620/images/230328-channel-speakers-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: #ffffff;
}

.ctx-sec-speaker .sec-content img{
  min-width: 160px;
  max-width: 160px;
  height: auto;
}

.ctx-sec-speaker .featured-detail{
  max-width: 300px;
  width: 100%;
}

.ctx-sec-speaker .sec-content .featured{
background: rgb(135,28,35);
background: -moz-linear-gradient(90deg, rgba(135,28,35,1) 13%, rgba(135,28,35,0) 57%);
background: -webkit-linear-gradient(90deg, rgba(135,28,35,1) 13%, rgba(135,28,35,0) 57%);
background: linear-gradient(90deg, rgba(135,28,35,1) 13%, rgba(135,28,35,0) 57%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#871c23",endColorstr="#871c23",GradientType=1);
}

.ctx-sec-speaker .sec-content .title{
  font-size: 22px;
}

.ctx-sec-speaker .sec-content .speaker-description{
   color: #B5B5B5;
}

/* <> Agenda <> */
.ctx-sec-agenda {

  background-image: url(https://pages.lenovo.com/rs/183-WCT-620/images/230328-channel-evolve-agenda-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  color: #ffffff;
  
}

.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;
}
.sec-agenda .acc-container .acc:last-child::before {
  display: none;
}
.sec-agenda .acc-container .acc:before {
  content:'';
  border-left: solid 2px #ffffff;
  margin-top: 25px;
}
.sec-agenda .acc-container .acc .time {
  flex:0 0 20%;
  padding-left: 20px;
  position: relative;
}
.sec-agenda .acc-container .acc .time:before {
  content:'';
  background-color: #ffffff;
  border-radius: 50%;
  border:solid 2px #ffffff;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -9px;
  top: 5px;
}
.sec-agenda .acc-container .acc .list-agenda {
  flex: 0 0 80%;
  padding-bottom:60px;
  padding-left: 40px;
}

.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%;
}
.list-agenda .title {
  margin-bottom: 10px;
}
.list-agenda .author {
  text-transform: uppercase;
}
.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 .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/230328-channel-evolve-form-bg.png);
  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/230328-channel-evolve-form-bg-ty.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 48%;
}

/* Form
--------------------------------- */
#mktoContainer{
  padding-right: 100px;
}
#mktoContainer .mktoForm .mktoFormRow input,
#mktoContainer .mktoForm .mktoFormRow select,
#mktoContainer .mktoForm .mktoFormRow textarea {
  border-radius: 0;
}

#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: 300px;
  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;
}
.ctx-sec-footer .ctx-colophon .ctx-socials li a {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: 200px;
  background: url(https://pages.lenovo.com/rs/183-WCT-620/images/230328-channel-fb.svg) no-repeat center center;
  background-size: cover;
}
.ctx-sec-footer .ctx-colophon .ctx-socials li.icon-twitter a {
  background-image: url(https://pages.lenovo.com/rs/183-WCT-620/images/230328-channel-tw.svg);
}
.ctx-sec-footer .ctx-colophon .ctx-socials li.icon-instagram a {
  background-image: url(https://pages.lenovo.com/rs/183-WCT-620/images/230328-channel-ig.svg);
}
.ctx-sec-footer .ctx-colophon .ctx-socials li.icon-youtube a {
  background-image: url(https://pages.lenovo.com/rs/183-WCT-620/images/230328-channel-yt.svg);
}
.ctx-sec-footer .terms-condition ol {
  list-style: auto !important;
  padding-left: 15px;
}
