.row {
  width: 100%;
}

.col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  box-sizing: border-box;
}

.col {
  flex: 0 0 100%;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
}
.pr0 {
  padding-right: 0 !important;
}

.var19.theme23.home .main-content .container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px);
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 1300px) {
  .var19.theme23.home .main-content .container {
    max-width: 1240px;
  }
}
.var19.theme23.home h1, .var19.theme23.home .h1 {
  font-size: 57px;
  font-weight: 50;
  line-height: 72px;
  margin-bottom: 0.5rem;
  text-transform: none;
}
@media (max-width: 768px) {
  .var19.theme23.home h1, .var19.theme23.home .h1 {
    font-size: 35px;
    line-height: 43px;
  }
}
.var19.theme23.home h2 {
  font-size: 37px;
  font-weight: bold;
  line-height: 1.14;
  margin: 10px 0 14px;
}
.var19.theme23.home h3 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0 0 15px;
  text-transform: none;
}
.var19.theme23.home .text {
  font-size: 17px;
  line-height: 25px;
  margin: 0 0 23px;
}
/*.var19.theme23.home a.button {
  background-color: #fff;
  background-image: url("/c/dam/r/ciscolive/assets/home/2023/i/Arrow-Icon.svg");
  background-position: right 24px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  border: 3px solid #00bceb;
  border-radius: 21.9px !important;
  color: #0d274d;
  display: inline-block;
  font-size: 16px !important;
  font-weight: normal;
  letter-spacing: 0 !important;
  line-height: 1;
  margin: 12px 0 35px;
  padding: 11px 49px 11px 30px !important;
  text-align: center;
  text-decoration: none;
}
.var19.theme23.home a.button:hover {
  background-color: #00bceb;
  border-color: #00bceb;
  color: #0d274d;
  text-decoration: none;
}
.var19.theme23.home a.button.sky-blue {
  background-color: #00bceb;
  color: #0d274d;
}
.var19.theme23.home a.button.sky-blue:hover {
  background-color: transparent;
  border-color: #00bceb;
  color: #fff;
}
.var19.theme23.home a.button.orange {
  border-color: #fbab2c;
}
.var19.theme23.home a.button.orange:hover {
  background-color: #fbab2c;
}
.var19.theme23.home a.button.hollow {
  background-color: transparent;
  border: 2px solid #0076d5;
  color: #0076d5;
}
.var19.theme23.home a.button.hollow:hover {
  background-color: #0076d5;
  color: #fff;
}
.var19.theme23.home a.button.hollow.white {
  border-color: #fff;
  color: #fff;
}
.var19.theme23.home a.button.hollow.white:hover {
  background-color: #fff;
  color: #000c21;
}
.var19.theme23.home a.button.hollow.blue {
  border-color: #00bceb;
  color: #00bceb;
}
.var19.theme23.home a.button.hollow.blue:hover {
  background-color: #00bceb;
  color: #000c21;
}
.var19.theme23.home a.button.hollow.sky-blue {
  border-color: #00bceb;
  color: #00bceb;
}
.var19.theme23.home a.button.hollow.sky-blue:hover {
  background-color: #00bceb;
  color: #fff;
}*/
.var19.theme23.home .arrow-underline {
  border-bottom: 2px solid #fff;
}
.var19.theme23.home .arrow-underline:hover {
  text-decoration: none;
}
.var19.theme23.home .arrow-underline::after {
  background: transparent url("/c/dam/r/ciscolive/assets/home/2023/i/arrow-right.svg") no-repeat center center;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 4px;
  width: 14px;
}
.var19.theme23.home .arrow-underline.dark {
  border-bottom-color: #494949;
}
.var19.theme23.home .arrow-underline.dark::after {
  background-image: url("/c/dam/r/ciscolive/assets/home/2023/i/arrow-right-dark.svg");
}
.var19.theme23.home .custom-fade-left {
  transform: translate3d(100px, 0, 0);
  transition: transform 0.4s linear 1s, opacity 1s linear 0s;
}
.var19.theme23.home .custom-fade-up {
  transform: translate3d(0, 50px, 0);
  transition: transform 0.5s linear 1s, opacity 1s linear 0s;
}
.var19.theme23.home .custom-fade-left,
.var19.theme23.home .custom-fade-up {
  opacity: 0;
}
.var19.theme23.home .custom-fade-left.delay-1,
.var19.theme23.home .custom-fade-up.delay-1 {
  transition-delay: 0.7s;
}
.var19.theme23.home .custom-fade-left.delay-2,
.var19.theme23.home .custom-fade-up.delay-2 {
  transition-delay: 0.8s;
}
.var19.theme23.home .custom-fade-left.delay-3,
.var19.theme23.home .custom-fade-up.delay-3 {
  transition-delay: 0.9s;
}
.var19.theme23.home .custom-fade-left.delay-400-1,
.var19.theme23.home .custom-fade-up.delay-400-1 {
  transition-delay: 0.2s;
}
.var19.theme23.home .custom-fade-left.delay-400-2,
.var19.theme23.home .custom-fade-up.delay-400-2 {
  transition-delay: 0.3s;
}
.var19.theme23.home .custom-fade-left.delay-400-3,
.var19.theme23.home .custom-fade-up.delay-400-3 {
  transition-delay: 0.4s;
}
.var19.theme23.home .custom-fade-left.delay-1250-1,
.var19.theme23.home .custom-fade-up.delay-1250-1 {
  transition-delay: 0.75s;
}
.var19.theme23.home .custom-fade-left.delay-1250-2,
.var19.theme23.home .custom-fade-up.delay-1250-2 {
  transition-delay: 0.85s;
}
.var19.theme23.home .custom-fade-left.delay-1250-3,
.var19.theme23.home .custom-fade-up.delay-1250-3 {
  transition-delay: 0.95s;
}
.var19.theme23.home .custom-fade-left.delay-1500-1,
.var19.theme23.home .custom-fade-up.delay-1500-1 {
  transition-delay: 1s;
}
.var19.theme23.home .custom-fade-left.delay-1500-2,
.var19.theme23.home .custom-fade-up.delay-1500-2 {
  transition-delay: 1.1s;
}
.var19.theme23.home .custom-fade-left.delay-1500-3,
.var19.theme23.home .custom-fade-up.delay-1500-3 {
  transition-delay: 1.2s;
}
.var19.theme23.home .custom-fade-left.delay-1750-1,
.var19.theme23.home .custom-fade-up.delay-1750-1 {
  transition-delay: 1.25s;
}
.var19.theme23.home .custom-fade-left.delay-1750-2,
.var19.theme23.home .custom-fade-up.delay-1750-2 {
  transition-delay: 1.35s;
}
.var19.theme23.home .custom-fade-left.delay-1750-3,
.var19.theme23.home .custom-fade-up.delay-1750-3 {
  transition-delay: 1.45s;
}
.var19.theme23.home .custom-fade-left.delay-2000-1,
.var19.theme23.home .custom-fade-up.delay-2000-1 {
  transition-delay: 1.5s;
}
.var19.theme23.home .custom-fade-left.delay-2000-2,
.var19.theme23.home .custom-fade-up.delay-2000-2 {
  transition-delay: 1.6s;
}
.var19.theme23.home .custom-fade-left.delay-2000-3,
.var19.theme23.home .custom-fade-up.delay-2000-3 {
  transition-delay: 1.7s;
}
.var19.theme23.home a.custom-fade-left, .var19.theme23.home a.custom-fade-up {
  display: inline-block;
}
.var19.theme23.home .custom-parent-fade-left.aos-animate .custom-fade-left,
.var19.theme23.home .custom-parent-fade-left.aos-animate .custom-fade-up,
.var19.theme23.home .custom-parent-fade-up.aos-animate .custom-fade-left,
.var19.theme23.home .custom-parent-fade-up.aos-animate .custom-fade-up {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#section-hero {
  color: #0d274d;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#section-hero h1 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.16;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  #section-hero h1 {
    font-size: 45px;
    font-weight: 200;
  }
}
#section-hero h4 {
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 7px;
}
#section-hero p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 23px;
  padding: 0;
}
#section-hero #lottie-lets-go {
  bottom: 0;
  left: -445%;
  position: absolute;
  right: -340%;
  top: -60%;
}
@media screen and (min-width: 280px) {
  #section-hero #lottie-lets-go {
    left: -419%;
    right: -340%;
    top: -60%;
  }
}
@media screen and (min-width: 300px) {
  #section-hero #lottie-lets-go {
    left: -400%;
    right: -340%;
    top: -60%;
  }
}
@media screen and (min-width: 320px) {
  #section-hero #lottie-lets-go {
    left: -384%;
  }
}
@media screen and (min-width: 340px) {
  #section-hero #lottie-lets-go {
    left: -365%;
  }
}
@media screen and (min-width: 360px) {
  #section-hero #lottie-lets-go {
    left: -345%;
  }
}
@media screen and (min-width: 390px) {
  #section-hero #lottie-lets-go {
    left: -640px;
    right: -403px;
    top: -770px;
  }
	/*left: -585px;*/
}
@media screen and (min-width: 440px) {
  #section-hero #lottie-lets-go {
    left: -564px;
    top: -755px;
  }
	/*left: -530px;*/
}
@media screen and (min-width: 520px) {
  #section-hero #lottie-lets-go {
    left: -500px;
    top: -735px;
  }
	/*left: -564px;*/
}
@media screen and (min-width: 576px) {
  #section-hero #lottie-lets-go {
    left: -460px;
    top: -690px;
  }
	/*left: -522px;*/
}
@media screen and (min-width: 768px) {
  #section-hero #lottie-lets-go {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
#section-hero #lottie-lets-go video {
  object-fit: cover;
  object-position: left -1075px top -15px;/*v2024 sd video*/
  transform: scale(1);
}/*v1 object-position: left -1055px top -198px;transform: scale(0.25);*/
@media screen and (min-width: 390px) {
  #section-hero #lottie-lets-go video {
    object-position: left 105.2% top 300px;/*v2024 sd video*/
    transform: scale(1);
  }
}/*v1 object-position: left 52.2% top 0;*/
@media screen and (min-width: 768px) {
  #section-hero #lottie-lets-go video {
    object-position: left 52.2% top 0;
    transform: scale(1);
  }
}
@media screen and (min-width: 992px) {
  #section-hero #lottie-lets-go video {
    object-position: left 52.2% top 0;
  }
}
@media screen and (min-width: 1152px) {
  #section-hero #lottie-lets-go video {
    object-position: left 56% top 0;
  }
}
@media screen and (min-width: 1300px) {
  #section-hero #lottie-lets-go video {
    object-position: left 66% top 0;
  }
}
@media screen and (min-width: 2000px) {
  #section-hero #lottie-lets-go video {
    transform: translateX(-8%);
  }
}
#section-hero .hero-top {
  align-items: center;
  display: flex;
  padding-top: 90px;
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  #section-hero .hero-top {
  padding-top: 90px;
  padding-bottom: 65px;
  }
}
@media screen and (min-width: 992px) {
  #section-hero .hero-top {
  padding-top: 90px;
  padding-bottom: 65px;
  }
}
#section-hero .hero-text {
  background: #f8ceba url("/c/dam/r/ciscolive/assets/home/2023/i/Intro-border.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 13px 15px;
}
#section-hero .hero-text .hero-text-inner {
  background-color: #fff;
  padding: 50px 40px 30px;
}
#section-hero .hero-text .location-date {
  color: #0051af;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 19px;
}
#section-hero .first-12 {
  mask-image: linear-gradient(to right, #fff 0%, #fff 100%);
  mask-position: 100vw 0%;
  mask-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to right, #fff 0%, #fff 100%);
  -webkit-mask-position: 100vw 0%;
  -webkit-mask-repeat: no-repeat;
  position: relative;
  opacity: 0;
  transition: mask-position 1.2s ease-out, opacity 0.8s linear;
  -webkit-transition: -webkit-mask-position 1.2s ease-out, opacity 0.8s linear;
}
@media screen and (min-width: 1169px) {
  #section-hero .first-12 .container {
    margin-left: 0;
  }
}
#section-hero .registration-packages,
#section-hero .section-session-catalog {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  #section-hero .registration-packages,
#section-hero .section-session-catalog {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#section-hero .registration-packages.aos-animate .first-12,
#section-hero .section-session-catalog.aos-animate .first-12 {
  -webkit-mask-position: 0vw 0%;
  mask-position: 0vw 0%;
  opacity: 1;
}
#section-hero .registration-packages .first-12 {
  background-color: #0d274d;
  color: #fff;
  overflow: hidden;
  padding-bottom: 70px;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  #section-hero .registration-packages .first-12 {
    padding-bottom: 60px;
    padding-top: 50px;
  }
}
#section-hero .registration-packages .first-12 h2,
#section-hero .registration-packages .first-12 p {
  max-width: 500px;
}
#section-hero .registration-packages .first-12 p {
  margin-bottom: 18px;
}
#section-hero .registration-packages .first-12 a {
  line-height: 1.04em;
}
/*#section-hero .registration-packages .first-12 a {
  color: #01bcea;
  text-decoration-thickness: 2px;
}
#section-hero .registration-packages .first-12 a:hover {
  color: #fbab2c;
}*/
#section-hero .registration-packages #lottie-registration {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(3.4);
}
@media screen and (min-width: 768px) {
  #section-hero .registration-packages #lottie-registration {
    left: 60%;
  }
}
#section-hero .registration-packages #lottie-registration svg {
  width: 200% !important;
}
/*@media screen and (min-width: 576px) {
  #section-hero .registration-packages #lottie-registration svg {
    width: 200% !important;
  }
}*/
@media screen and (min-width: 992px) {
  #section-hero .registration-packages #lottie-registration svg {
    width: 135% !important;
  }
}
@media screen and (min-width: 1300px) {
  #section-hero .registration-packages #lottie-registration svg {
    width: 100% !important;
  }
}
#section-hero .registration-packages .reg-logos {
  background-color: #0d274d;
  border-radius: 57.5px;
  display: inline-flex;
  list-style-type: none;
  margin: 0 0 22px;
  padding: 28px 52px 28px 45px;
}
#section-hero .registration-packages .reg-logos li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-right: 15px;
  width: 50px;
}
@media screen and (min-width: 992px) {
  #section-hero .registration-packages .reg-logos li {
    height: 60px;
    margin-right: 30px;
    width: 60px;
  }
}
#section-hero .registration-packages .reg-logos li.logo-1 {
  background-image: url("/c/dam/r/ciscolive/assets/home/2023/i/Reg-Logo-1.svg");
}
#section-hero .registration-packages .reg-logos li.logo-2 {
  background-image: url("/c/dam/r/ciscolive/assets/home/2023/i/Reg-Logo-2.svg");
}
#section-hero .registration-packages .reg-logos li.logo-3 {
  background-image: url("/c/dam/r/ciscolive/assets/home/2023/i/Reg-Logo-3.svg");
  margin-right: 0;
}
#section-hero .section-session-catalog .first-12 {
  background-color: #fff;
  background-size: 68%;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  #section-hero .section-session-catalog .first-12 {
    background-position: 45px -100px;
    background-size: 96%;
  }
}
@media screen and (min-width: 800px) {
  #section-hero .section-session-catalog .first-12 {
    background-size: 78%;
  }
}
@media screen and (min-width: 992px) {
  #section-hero .section-session-catalog .first-12 {
    background-position: 500px top;
    background-size: 100%;
    padding-bottom: 149px;
  }
}
@media screen and (min-width: 1300px) {
  #section-hero .section-session-catalog .first-12 {
    background-position: 700px center;
  }
}
#section-hero .section-session-catalog #lottie-session-catalog {
  bottom: 425px;
  left: 30px;
  position: absolute;
  right: 0;
  top: -45px;
  transform: scale(1.1);
}
@media screen and (min-width: 545px) {
  #section-hero .section-session-catalog #lottie-session-catalog {
    bottom: 400px;
    top: -40px;
  }
}
@media screen and (min-width: 768px) {
  #section-hero .section-session-catalog #lottie-session-catalog {
    bottom: 390px;
    top: -80px;
  }
}
@media screen and (min-width: 992px) {
  #section-hero .section-session-catalog #lottie-session-catalog {
    bottom: 110px;
    left: 50%;
    right: auto;
    top: 0;
    transform: scale(1.3);
  }
}
@media screen and (min-width: 1300px) {
  #section-hero .section-session-catalog #lottie-session-catalog {
    left: 800px;
  }
}
#section-hero .section-session-catalog #lottie-session-catalog svg {
  width: 66% !important;
}
@media screen and (min-width: 992px) {
  #section-hero .section-session-catalog #lottie-session-catalog svg {
    width: 100% !important;
  }
}
#section-hero .section-session-catalog h2 {
  font-size: 60px;
  font-weight: 100;
  line-height: 0.91;
  margin: 270px 0 25px 5px;
}
.post #section-hero .section-session-catalog h2 {
  font-size: 45px !important;
}
@media screen and (min-width: 768px) {
  #section-hero .section-session-catalog h2 {
    font-size: 70px;
    margin-top: 390px;
  }
}
@media screen and (min-width: 992px) {
  #section-hero .section-session-catalog h2 {
    font-size: 90px;
    margin-top: 120px;
  }
}
#section-hero .section-session-catalog p {
  color: #101820;
  line-height: 23px;
  margin: 0 0 10px;
  max-width: 550px;
}

.var19.theme23.home .section-testimonial {
  background-color: #0d274d;
  color: #fff;
  margin-top: -750px;
  mask-position: left top;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  overflow: hidden;
  padding: 800px 0 220px;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 576px) {
  .var19.theme23.home .section-testimonial {
    padding-bottom: 330px;
  }
}
@media only screen and (min-width: 768px) {
  .var19.theme23.home .section-testimonial {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .var19.theme23.home .section-testimonial {
    font-size: 22px;
  }
}
.var19.theme23.home .section-testimonial .background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 2s linear;
}
.var19.theme23.home .section-testimonial.aos-animate {
  z-index: 1;
}
.var19.theme23.home .section-testimonial.aos-animate .background {
  background-color: #0d274d;
}
.var19.theme23.home .section-testimonial #lottie-testimonial {
  bottom: -4px;
  left: -31%;
  opacity: 0;
  position: absolute;
  transition: opacity 2s linear;
}
.var19.theme23.home .section-testimonial #lottie-testimonial.aos-animate {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .var19.theme23.home .section-testimonial #lottie-testimonial {
    left: -50%;
  }
}
@media screen and (min-width: 992px) {
  .var19.theme23.home .section-testimonial #lottie-testimonial {
    left: -400px;
  }
}
@media screen and (min-width: 1600px) {
  .var19.theme23.home .section-testimonial #lottie-testimonial {
    left: -250px;
  }
}
.var19.theme23.home .section-testimonial h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.68;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .var19.theme23.home .section-testimonial h3 {
    font-size: 22px;
  }
}
.var19.theme23.home .section-testimonial h3 .author {
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.56;
  margin-top: 18px;
}

.var19.theme23.home .section-about {
  background-color: #0d274d;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .var19.theme23.home .section-about {
    padding-top: 100px;
  }
}
.var19.theme23.home .section-about .container-fluid {
  align-items: stretch;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.var19.theme23.home .col {
  flex: 0 0 100%;
}
@media screen and (min-width: 992px) {
  .var19.theme23.home .section-about .container-fluid {
    display: flex;
  }
}
.var19.theme23.home .section-about .container-fluid .row {
  width: 100%;
}
.var19.theme23.home .section-about .container-fluid .col {
  padding: 0;
  position: relative;
}
.var19.theme23.home .section-about .container-fluid .lottie-about-bg {
  margin-bottom: 150px;
}/*195px*/
@media screen and (min-width: 1300px) {
  .var19.theme23.home .section-about .container-fluid .col-lg-5 {
    max-width: 43.6%;
  }
  .var19.theme23.home .section-about .container-fluid .col-lg-7 {
    max-width: 56.3%;
  }
}
@media screen and (min-width: 1900px) {
  .var19.theme23.home .section-about .container-fluid .col-lg-5 {
    max-width: 46.6%;
  }
  .var19.theme23.home .section-about .container-fluid .col-lg-7 {
    max-width: 53.3%;
  }
}
.var19.theme23.home .section-about #lottie-about {
  background: transparent url("/c/dam/r/ciscolive/assets/home/2023/i/about-cisco-bg.png") no-repeat right center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.var19.theme23.home .section-about .container {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .var19.theme23.home .section-about .container {
    margin-left: auto;
    max-width: calc(100% - 30px);
    padding-left: 15px;
  }
}
@media screen and (min-width: 1300px) {
  .var19.theme23.home .section-about .container {
    margin-left: auto;
    max-width: 1240px;
    padding-left: 15px;
  }
}
.var19.theme23.home .section-about .container > .row {
  position: relative;
  z-index: 1;
}
.var19.theme23.home .section-about a {
  text-decoration: none;
}
.var19.theme23.home .section-about .about-live {
  background: transparent url("/c/dam/r/ciscolive/assets/home/2023/i/about-cisco-bg.png") no-repeat right center;
  background-size: cover;
  color: #101820;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .var19.theme23.home .section-about .about-live {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 992px) {
  .var19.theme23.home .section-about .about-live {
    background-image: none;
    padding-top: 0;
  }
}
.var19.theme23.home .section-about .about-live h2 {
  margin: 18px 0 23px;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .var19.theme23.home .section-about .about-live h2 {
    padding-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .var19.theme23.home .section-about .about-live h2 {
    padding-top: 0;
  }
}
.var19.theme23.home .section-about .about-live p {
  line-height: 1.56;
  margin-bottom: 12px;
}
.var19.theme23.home .section-about .lets-celebrate {
  background: transparent url("/c/dam/r/ciscolive/assets/home/2023/i/lets-celebrate-bg.png") no-repeat center bottom;
  background-size: cover;
  color: #fff;
  min-height: 728px;
  padding-bottom: 160px;
  padding-top: 70px;
}
.var19.theme23.home.post .section-about .lets-celebrate {
  background: url("/c/dam/r/ciscolive/assets/home/2023/i/las-vegas-sign-bg.png") no-repeat center bottom;
}
@media screen and (min-width: 768px) {
  .var19.theme23.home .section-about .lets-celebrate,
  .var19.theme23.home.post .section-about .lets-celebrate {
    background-position: right top;
    background-size: contain;
    margin-top: -200px;
    min-height: 0;
    padding-top: 318px;
    z-index: -1;
  }
}
@media screen and (min-width: 992px) {
  .var19.theme23.home .section-about .lets-celebrate,
  .var19.theme23.home.post .section-about .lets-celebrate {
    background-image: none;
    margin-top: 0;
    min-height: 800px;
    padding-bottom: 0;
    padding-top: 0;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .var19.theme23.home.post .section-about .lets-celebrate {
	margin-top: 120px;
  }
  .var19.theme23.home.post .section-about .lets-celebrate .mobile {
	margin-top: -140px;
	padding-left: 15px;
	padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .var19.theme23.home.post .section-about .lets-celebrate {
	margin-top: 0;
  }
  .var19.theme23.home.post .section-about .lets-celebrate .mobile {
	max-width: 55%;
	margin-top: -250px;
	padding-left: 15px;
	padding-right: 15px;
  }
}
.var19.theme23.home .section-about .lets-celebrate h2 {
  font-size: 60px;
  font-weight: 100;
  line-height: 0.91;
  margin: 0 0 30px;
}
.var19.theme23.home.post .section-about .lets-celebrate h2 {
  font-size: 45px;
}
@media screen and (min-width: 768px) {
  .var19.theme23.home .section-about .lets-celebrate h2 {
    font-size: 70px;
  }
}
@media screen and (min-width: 992px) {
  .var19.theme23.home .section-about .lets-celebrate h2 {
    font-size: 90px;
  }
}
.var19.theme23.home .section-about .lets-celebrate p {
  line-height: 1.56;
  margin: 0 0 30px;
}
.var19.theme23.home .section-about .lets-celebrate a {
  line-height: 1.04em;
}
/*.var19.theme23.home .section-about .lets-celebrate a {
  color: #01bcea;
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
}
.var19.theme23.home .section-about .lets-celebrate a:hover {
  color: #fbab2c;
}*/
.var19.theme23.home .section-about .lets-celebrate-bg {
  background: url("/c/dam/r/ciscolive/assets/home/2023/i/lets-celebrate-bg.png") no-repeat left bottom;
  background-size: contain;
  min-height: 900px;
}
.var19.theme23.home.post .section-about .lets-celebrate-bg {
  background: url("/c/dam/r/ciscolive/assets/home/2023/i/las-vegas-sign-bg.png") no-repeat left bottom;
}
.var19.theme23.home .section-about #lottie-about-live {
  margin-top: 30px;
  max-width: 346px;
}
@media screen and (min-width: 992px) {
  .var19.theme23.home .section-about #lottie-about-live {
    margin-top: 0;
  }
}
.var19.theme23.home .section-about #lottie-about-live svg {
  max-height: 309px;
}

.var19.theme23.home .section-keynotes {
  background-color: #0d274d;
  color: #101820;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  padding: 90px 0 90px;
  position: relative;
}
.var19.theme23.home .section-keynotes #lottie-speakers {
  left: 0;
  margin-top: -130px;
  position: absolute;
}
.var19.theme23.home .section-keynotes #lottie-speakers svg {
  height: auto !important;
  width: 395% !important;
}
@media screen and (min-width: 768px) {
  .var19.theme23.home .section-keynotes #lottie-speakers svg {
    width: 252% !important;
  }
}
@media screen and (min-width: 992px) {
  .var19.theme23.home .section-keynotes #lottie-speakers svg {
    width: 200% !important;
  }
}
@media screen and (min-width: 1170px) {
  .var19.theme23.home .section-keynotes #lottie-speakers svg {
    width: 152% !important;
  }
}
.var19.theme23.home .section-keynotes .container {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.var19.theme23.home .section-keynotes h2 {
  font-size: 60px;
  font-weight: 100;
  line-height: 0.91;
  margin-bottom: 21px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .var19.theme23.home .section-keynotes h2 {
    font-size: 70px;
  }
}
@media screen and (min-width: 992px) {
  .var19.theme23.home .section-keynotes h2 {
    font-size: 90px;
  }
}
.var19.theme23.home .section-keynotes .intro-text p {
  margin-bottom: 15px;
  max-width: 575px;
}
.var19.theme23.home .section-keynotes .intro-text a {
  line-height: 1.04em;
}
/*.var19.theme23.home .section-keynotes .intro-text a {
  color: #01bcea;
  text-decoration: underline;
}
.var19.theme23.home .section-keynotes .intro-text a:hover {
  color: #fbab2c;
}*/
.var19.theme23.home .section-keynotes .tns-controls {
  background-color: #0d274d;
  border-radius: 51.7px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  padding: 27px 33px;
  width: 155px;
}
.var19.theme23.home .section-keynotes [data-controls=prev],
.var19.theme23.home .section-keynotes [data-controls=next] {
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 39px;
}
.var19.theme23.home .section-keynotes .prev,
.var19.theme23.home .section-keynotes .next {
  background: url("/c/dam/r/ciscolive/assets/home/2023/i/Carousel-arrow.png") no-repeat center center;
  background-size: contain;
  height: 39px;
  text-indent: -999em;
  width: 20px;
}
.var19.theme23.home .section-keynotes .next {
  transform: scaleX(-1);
}
.var19.theme23.home .section-keynotes .speakers {
  color: #fff;
  margin-left: -15px;
  margin-right: -30px;
}
@media screen and (min-width: 992px) {
  .var19.theme23.home .section-keynotes .speakers {
    margin-left: 0;
    margin-right: 0;
  }
}
.var19.theme23.home .section-keynotes .speakers .col-sm-12 {
  margin-bottom: 45px;
}
.var19.theme23.home .section-keynotes .speakers .speaker-slider {
  padding-top: 53px;
}
.var19.theme23.home .section-keynotes .speakers .col-speakers {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .var19.theme23.home .section-keynotes .speakers .col-speakers {
    padding: 0 15px;
  }
}
.var19.theme23.home .section-keynotes .speakers .img-container {
  margin-bottom: 20px;
}
@media screen and (min-width: 410px) {
  .var19.theme23.home .section-keynotes .speakers .img-container {
    min-height: 310px;
  }
}
@media screen and (min-width: 992px) {
  .var19.theme23.home .section-keynotes .speakers .img-container {
    min-height: 310px;
  }
}
.var19.theme23.home .section-keynotes .speakers h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 12px;
}
.var19.theme23.home .section-keynotes .speakers p {
  font-size: 16px;
  line-height: 1.56;
}
.var19.theme23.home .section-keynotes .tns-item {
  transition: transform 0.3s;
}
.var19.theme23.home .section-keynotes .tns-item:hover {
  transform: translateY(-30px);
}
.var19.theme23.home .section-keynotes .text-center {
  padding: 0 22px;
}
.var19.theme23.home .section-keynotes img {
  margin: 0 auto 3px;
  max-width: 100%;
}

.var19.theme23.home .section-social {
  color: #101820;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
}
.var19.theme23.home .section-social #lottie-social {
  position: absolute;
  top: 0;
  transform: scale(2.3);
}
.var19.theme23.home .section-social #lottie-social svg {
  width: 525% !important;
  transform: translate3d(-375px, 75px, 0px) !important;
}
@media screen and (min-width: 576px) {
  .var19.theme23.home .section-social #lottie-social svg {
    width: 425% !important;
	transform: translate3d(-700px, 110px, 0px) !important;
  }
}
@media screen and (min-width: 768px) {
  .var19.theme23.home .section-social #lottie-social svg {
    width: 225% !important;
	transform: translate3d(-600px, 0px, 0px) !important;
  }
}
@media screen and (min-width: 992px) {
  .var19.theme23.home .section-social #lottie-social svg {
    width: 121% !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media screen and (min-width: 1300px) {
  .var19.theme23.home .section-social #lottie-social svg {
    width: 100% !important;
  }
}
.var19.theme23.home .section-social h2 {
  margin-bottom: 29px;
}
.var19.theme23.home .section-social p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 14px;
}
.var19.theme23.home .section-social .button {
  margin-bottom: 0;
}
.var19.theme23.home .section-social .social-icons .col {
  flex-basis: 0;
  flex-grow: 0;
  padding-bottom: 23px;
  padding-left: 5px;
  padding-right: 5px;
}
.var19.theme23.home .section-social .social-icons img {
  max-width: 40px;
}
@media screen and (min-width: 576px) {
  .var19.theme23.home .section-social .social-icons img {
    max-width: 60px;
  }
}
@media screen and (min-width: 768px) {
  .var19.theme23.home .section-social .social-icons img {
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .var19.theme23.home .section-social .social-icons img {
    max-width: 75px;
  }
}
@media screen and (min-width: 1300px) {
  .var19.theme23.home .section-social .social-icons img {
    max-width: none;
  }
}
.var19.theme23.home .section-social .ciscolive-text-first {
  margin-bottom: 15px;
}
.var19.theme23.home .section-social .ciscolive-text a.txt-cta {
  color: #101820;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.25;
}
.var19.theme23.home .section-social .ciscolive-text a.txt-cta:hover {
  color: #101820;
}

