.u-cf {
    clear: both;
    float: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  background: #162033;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Spartan", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}

h3.largeHeading {
  font-size: 120px;
  line-height: 1em;
  letter-spacing: -1px;
}

h2 {
  font-size: 24px;
  margin: 45px 0 10px;
}

h6 {
  font-size: 13px;
}

p,ul,ol,li,span,div {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

a:hover {
  color: #F25A03;
}

.orange {
  color: #F25A03;
}
.light-orange {
  color: #F68B4E;
}

#app,
.page {
  min-height: 100%;
}

.alert {
    padding: 1.5em 2em;
    border-radius: 5px;
    margin: 0 0 1em;
    position: relative;
    border: 1px solid transparent;
}

.alert.red {
    background: #f8d7da;
    color: #721c24;
}

.button,
button.button {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 12px 15px;
  font-size: 14px;
  border-radius: 0 !important;
  letter-spacing: 0 !important;
  border: none;
  line-height: 1em;
  height: auto;
  letter-spacing: 0px;
  min-width: 150px;
  transition: all 0.2s;
}
.button.blue {
  background: #0061F2;
  color: #fff;
  border: solid 2px rgba(255,255,255,0);
}
.button.blue.invert {
  border: solid 2px #fff;
  padding: 12px 15px;
  background: none;
}
.button.blue.link {
  border: none;
  padding: 12px 15px;
  background: none;
}
.button.blue:focus,
.button.blue:active,
.button.blue:hover {
  border: solid 2px #0061F2;
  background: none;
  color: #0061F2;
}
.button.blue.invert:hover {
  background: #0061F2;
  color: #fff;
  border: solid 2px rgba(255,255,255,0);
}
.button.medium {
  height: 50px;
  line-height: 44px;
  font-size: 14px;
  padding: 0 15px;
}
.button.small {
  height: 33px !important;
  line-height: 27px !important;
  font-size: 12px !important;
  padding: 0 5px !important;
}

.button.white-hover:hover {
  border-color: #fff;
  color: #fff;
}

.button.orange {
  color: : #fff;
  background-color: #F25A03;
}
.button.orange.disabled:focus,
.button.orange.disabled:hover {
    color: #fff;
    cursor: default;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 100px;
  background-repeat: no-repeat;
}

.header-space{
  height: 50px;
  width: 1px;
}

.section-wrapper {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 0 10px;
}
.section {
  padding: 3em 0;
  margin: 0 auto;
}

.container {
    max-width: 1110px;
}

.fullpage {
  width: 100%;
  min-height: 100vh;
}
.absmiddle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.center-text {
  text-align: center;
}

#logo {
  width: 15.0rem;
  transition: all 0.1s;
}

.fullpage-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100vw;
  opacity: 0;
  z-index: 8;
  justify-content: flex-start;
  background: #292B2F;
  transition: all 0.2s;
}
.fullpage-nav.open {
  left: 0;
  opacity: 1;
}

.fullpage-nav,
.fullpage-nav a,
.fullpage-nav p {
  color: #fff;
  text-decoration: none;
}

#navbar {
  position: fixed;
  z-index: 9;
  transition: top 0.3s;
  width: 100%;
  padding: 5px 20px;
}
#navbar:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -85px;
  left: 0;
  width: 100%;
  height: 85px;
  background-color: #0D1F40;
  transition: all 0.2s;
}
#navbar.sticky:before {
  top: 0;
}
#navbar #logo,
#navbar .menu-btn {
  position: relative;
  z-index: 2;
}
#navbar #logo {
  float: left;
}
#navbar .menu-btn {
  float: right;
  margin-top: 15px;
}
#nav li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 5px 0;
}
#nav a {
  display: block;
  padding: 5px 0;
  color: #F25A03;
  font-family: "Spartan", sans-serif;
  text-transform: uppercase;
  opacity: 0.8;
  transition: all 0.1s;
}
#nav a:hover {
  opacity: 1;
}

.boxed {
  background: #fff;
  color: #F25A03;
  padding: 30px;
}
.boxed h2 {
  font-size: 35px;
}
.boxed.slim {
  max-width: 550px;
}

/* ACCORDION */

.accordion dt {
  background: #f0f0f0;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #ccc;
  margin: 0;
  text-align: left;
}

.accordion dd {
  margin: 0;
  padding: 10px;
  border: 1px solid #ccc;
  border-top: none;
  background: #fafafa;
  text-align: left;
  font-size: 13px;
}



/* FORM */

label {
  color: #0D2348;
  font-size: 14px;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea, select {
  border-radius: 0;
  background: #EFF3F9;
  padding: 5px 10px;
  border: none;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
select {
  height: 50px;
  line-height: 50px;
  font-size: 13px;
}
textarea {
  padding: 10px;
  font-size: 13px;
}

.payway-credit-card-iframe {
  background: none;
  border-radius: 0;
  width: 100%;
}

/*****/


/* HOMEPAGE - Speaker */

.speaker-quickprofiles {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.speaker-quickprofile {
  margin-bottom: 2em;
  cursor: pointer;
  width: calc(50% - 10px);
}
.speaker-quickprofile .photo {
  border-radius: 100%;
  width: 250px;
  height: 250px;
  overflow: hidden;
  margin: 0 0 2.0rem;
}
.speaker-quickprofile .photo img {
  width: 100%;
}
.speaker-quickprofile .linkedin-icon {
  display: block;
  width: 20px;
}
.speaker-quickprofile .linkedin-icon img {
  width: 100%;
}
.profile h3,
.profile h5 {
  color: #F25A03;
}
.profile h3 {
  font-size: 27px;
  text-transform: uppercase;
}
.profile h5 {
  font-size: 15px;
  margin: 0 0 10px;
  min-height: 45px;
}
.profile .linkedin-icon {
  width: 30px;
  margin: 10px 0;
}

/******/

/* HOMEPAGE */

#main-logo {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 40px auto 20px;
}

.pricing {
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto 10px;
  width: 100%;
}
  .pricing .price {
    width: calc(50% - 20px);
    padding: 40px;
    margin: 0;
    border: solid 2px #fff;
    text-align: center;
    border-radius: 8px;
    text-transform: uppercase;
  }
  .pricing .price span {
    font-size: 65px;
    font-weight: 900;
    display: block;
    line-height: 0.9em;
    margin: 10px 0 0;
  }
  .announcement {
    background: #111;
    color: #F25A03;
    padding: 8px 12px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    margin: 15px 0 0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

.stp-logo {
  display: block;
  width: 100%;
  max-width: 550px;
  margin: 15px auto 10px;
}

h4.highlight {
  padding: 12px 15px 8px;
  margin: 15px auto 30px;
  max-width: 300px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1em;
  border: solid 2px #fff;
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
  margin-top: 25px;
}
.highlight-benefit {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(50% - 20px);
  min-height: 80px;
  background: #fff;
  color: #111;
  border-radius: 15px;
  margin: 0 10px 20px;
  line-height: 1.5em;
  overflow: hidden;
}
  .highlight-benefit.full-w {
    width: 100%;
    max-height: 300px;
    flex-wrap: nowrap;
  }
  .highlight-benefit > div {
    padding: 30px 25px;
  }
  .highlight-benefit.full-w > img {
    max-width: 400px;
  }
  .highlight-benefit div.highlight-hero {
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
  }
  .highlight-benefit div.highlight-content {
    height: 100%;
  }
  .highlight-benefit p {
    margin: 0 0 10px;
    font-size: 13px;
  }
  .highlight-benefit .card-heading {
    font-size: 22px;
    margin: 0 0 20px;
    font-weight: 700;
    letter-spacing: -1px;
  }

.snapshot {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
  .snapshot > div p {
    margin: 0 0 10px;
  }
  .snapshot > div ul {
    list-style-position: outside;
    margin: 0 0 0 15px;
  }
  .snapshot div ul li {
    margin: 0 0 5px;
  }
  .snapshot > div:first-child {
    margin-right: 10px;
    width: calc(50% - 10px);
  }
  .snapshot > div:last-child {
    margin-left: 10px;
    width: calc(50% - 10px);
  }

/* HOMEPAGE - Schedule */

table.schedule {
  width: 100%;
  margin: 20px 0 50px;
}

table.schedule td {
  vertical-align: top;
  border: none;
  padding: 0;
}
table.schedule > tbody > tr > td {
  padding-top: 20px;
  border-top: solid 1px rgba(242,90,3,0.4);
}
table.schedule > tbody > tr:first-child > td {
  border-top: none;
}
table.schedule > tbody > tr > td:first-child {
  width: 40%;
  padding-right: 20px;
}
table.day-schedule {
  width: 100%;
}
table.day-schedule > tbody > tr > td {
  border-top: solid 1px rgba(242,90,3,0.4);
  padding: 20px 0;
}
table.day-schedule > tbody > tr:first-child > td {
  border-top: none;
  padding-top: 0;
}
table.day-schedule > tbody > tr > td:last-child {
  width: 100px;
  text-align: left;
  padding-right: 0;
  font-size: 14px;
}

table.schedule > tbody > tr > td {
  font-size: 16px;
  font-weight: 500;
}
table.schedule h6 {
  color: #F68B4E;
  font-size: 25px;
  margin: 5px 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
table.day-schedule p {
  color: #eee;
  margin: 0 0 10px;
}
table.day-schedule ul {
  color: #eee;
  list-style-position: outside;
  margin: 15px 0 15px 15px;
}
table.day-schedule ul li {
  margin: 0 0 5px;
}

.timer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px 0 60px;
}
.timer > div {
  margin: 0 15px 0 0;
}
.timer > div.days {
  margin-right: 40px;
}
.timer span {
  font-family: "Spartan", sans-serif;
  display: block;
  color: #F68B4E;
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-size: 30px;
}
.timer span.number {
  color: #fff;
  font-size: 120px;
  font-weight: 900;
}

/******/

/* HOMEPAGE - Stats */

.stats {
  padding: 20px 0;
}

.stats span {
  font-family: "Spartan", sans-serif;
  display: block;
  color: rgba(255,255,255,0.7);
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-size: 25px;
  text-transform: uppercase;
}
.stats span.number {
  color: #fff;
  font-size: 120px;
  font-weight: 900;
}
.stats p {
  margin-top: 10px;
}

/******/

/* HOMEPAGE - Sponsors */

#sponsor-wrapper {
/*  max-width: 850px;*/
}
#sponsor-wrapper h5 {
  clear: both;
  float: none;
  margin: 0 0 30px;
}
.sponsors.major {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sponsor {
  float: left;
  width: 19%;
  margin: 0 1% 1% 0;
  padding: 20px;
  background: #fff;
}
.sponsor.major {
  width: 29%;
}
.sponsor:nth-child(3n) {
  margin-left: 0;
}
.sponsor img {
  width: 100%;
}

/******/

/* TICKET */

.ticket-btn {
  display: block;
  border: solid 3px #0061F2;
  padding: 30px 15px;
  color: #0061F2;
  margin: 0 0 10px;
  min-height: 105px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s;
  position: relative;
}
.ticket-btn:before {
  border-style: solid;
  border-width: 5px 5px 0 0;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -10px 0 0;
  transform: rotate(-45deg);
  vertical-align: top;
  transform: rotate(45deg);
}
.ticket-btn.disabled {
  background: #F2F2F2 !important;
  border-color: #F2F2F2 !important;
  color: rgba(0,0,0,0.3) !important;
}
.ticket-btn:hover {
  background: #0061F2;
  color: #fff;
}
.ticket-btn span {
  font-size: 15px;
  font-family: "Spartan", sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.4em;
  width: 51%;
  display: block;
}
.ticket-btn span.price {
  width: 45%;
  padding: 0 25px 0 0;
  text-align: right;
}
.ticket-btn span.price span {
    font-size: 0.75em;
    text-transform: uppercase;
    width: 100%;
    padding-top: 3px;
}
.ticket-btn.disabled span {
  background: #F2F2F2 !important;
  border-color: #F2F2F2 !important;
  color: rgba(0,0,0,0.3) !important;
  padding-left: 0 !important;
}

/** SPEAKERS **/

.speakers .profile {
  width: 50%;
  float: left;
  padding: 20px;
}
.speakers .profile .button {
  margin: 20px 0 30px;
}
#speakerFull {
  background: #333;
  position: fixed;
  top: 100vh;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s;
}
#speakerFull.active {
  top: 0;
  opacity: 1;
  z-index: 99;
}
#speakerFull .columns {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#speakerFull .speaker-bio {
  height: 100vh;
  padding: 4em 4em 20px 0;
  overflow: auto;
  color: #fff;
}

/** SESSIONS **/


.swiper-container {
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
}
.swiper-container img {
    width: 100%;
}

.sessions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.sessions .session {
  order: 0;
  grid-column: span 1 / span 1;
  background-color: #F2F2F2;
  color: #969FAE;
  padding: 25px;
  font-weight: 600;
}

.sessions .resource-session {
  grid-column: span 2 / span 2;
  order: 1;
  padding: 20px 30px;
  background-image: url('/images/resource-centre-session-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.sessions .resource-session a {
  text-decoration: none;
  color:white;
  display: flex;
  gap: 20px;
  align-items: center;
}

.session .backstage-session {
  grid-column: span 2 / span 2;
  order: 2;
}

.session.absmiddle {
  flex-wrap: nowrap;
  gap: 10px;
}

.session-head-wrapper {
  width: 100%;
  min-height: 70vh;
  background-image: url(/images/session-bg-header.jpg);
  background-size: cover;
  color: #fff;
}

.session-content {
  width: 100%;
  padding: 20px;
  max-width: calc(100% - 320px);
  margin: 0 auto;
}

.arrowback {
  position: relative;
  padding-left: 35px;
}
.arrowback:before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -7px 0 0;
  transform: rotate(135deg);
  vertical-align: top;
  transform: rotate(-135deg);
}

.left-content {
  float: left;
}
.right-content {
  float: right;
}

.video.large-video {
  width: 100%;
  margin-bottom: 5em;
}

.video .screenshot {
  background-repeat: none;
  background-position: 50% 50%;
  margin: 0 0 10px;
}

.video .screenshot {
  width: 100%;
  height: 150px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video.large-video .screenshot {
  height: 300px;
}

.video-description p {
  font-size: 13px;
}

.video .screenshot img {
  width: 50px;
}

.video-description h4 {
  color: #F25A03;
  text-transform: uppercase;
  margin: 15px 0 10px;
  font-size: 25px;
}

/*RESOURCES*/
.resource-category {
    background: #fff;
    -webkit-box-shadow: 0px 0px 28px -9px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 28px -9px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 28px -9px rgba(0,0,0,0.1);
    padding: 20px 20px;
    margin: 0 0 40px;
  }

  .resource-category h4 {
    color: #F25A03;
    margin: 25px 0px 20px;
    text-align: center;
  }

  .resources {
    display:grid;
    grid-template-columns: 1fr;
  }

  .resource {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 15px 0px 10px;
    border-bottom: 1px solid lightgrey;
  }

  .resource-desc {
    flex-grow: 1;
  }

  .resource-desc h5 {
    font-size: 1.8rem;
  }

  .resource-desc p {
    margin-bottom: 0;
  }

  .resource a {
    margin: 0;
  }

/** CONTACT **/

.contact-wrap {
  background: #fff;
  padding: 40px;
}

/******/

.footer {
  padding: 20px;
  height: 200px;
  background: #162033;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer ul.footer-nav li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.footer ul.footer-nav li a {
  color: rgba(255,255,255,0.7);
  display: block;
  padding: 3px 5px;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
}

.presentedby span {
  font-size: 11px;
  margin-right: 20px;
}

.footer .copyright {
  font-size: 11px;
  margin-top: 25px;
}


/** IMPORTED **/

.menu-btn {
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .2s ease-in-out;
  /* position: fixed; */
  /* top: 2rem; */
  /* right: 5rem; */
  flex-direction: column;
  z-index: 9;
  margin-left: auto;
}

.menu-btn__burger {
  width: 40px;
  height: 3px;
  background: #fff;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}

.menu-btn__burger::before,
.menu-btn__burger::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: #fff;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}

.menu-btn__burger::before {
  transform: translateY(-12px);
}

.menu-btn__burger::after {
  transform: translateY(12px);
}


.menu-btn.open .menu-btn__burger {
  transform: translateX(-40px);
  background: transparent;
}

.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
  background: #fff;
}

.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
  background: #fff;
}

.close {
  position: absolute;
  right: 0px;
  top: 5px;
  width: 45px;
  height: 45px;
  opacity: 0.3;
  z-index: 100;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 22px;
  content: ' ';
  height: 45px;
  width: 2px;
  background-color: #fff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.ft15 {
    font-size: 1.25rem;
}
.ft24 {
    font-size: 2rem;
}
.ft160 {
    font-size: 12.34rem;
}

.content-height{
    min-height: calc(100vh - 300px);
    margin: 0;
}

.show-more ,
.show-less{
    position: relative;
}


.show-more:before
{
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -30px;
  top: 54%;
  margin: -3px 0 0;
  vertical-align: top;
  transform: rotate(-45deg);
}

.show-less:before  {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -30px;
  top: 35%;
  margin: -3px 0 0;
  vertical-align: top;
  transform: rotate(135deg);
}

.countdown h3{
  font-size: 2.5rem;
}

.dark-bg{
  background-color: #0D1F40;
}

.overlay-video {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
}
.overlay-video.active {
    z-index: 9999;
    opacity: 1;
}
.overlay-video .close {
    opacity: 1;
    top: 10px;
    right: 10px;
    background: #fff;
    cursor: pointer;
}
.close:before, .close:after {
  background-color: #fff;
}
.overlay-video .close:before,
.overlay-video .close:after {
  background-color: #333;
}

.session-head h5 {
  font-size: 27px;
  margin: 0 0 20px;
}
.session-head h1 {
  font-size: 110px;
  line-height: 1.3em;
  padding: 0;
  margin: 3px 0;
  letter-spacing: -8px;
}
.session-head p {
  line-height: 1.6em;
  font-size: 0.9em;
  width: 80%;
}


.offer {
    background: #fff;
    -webkit-box-shadow: 0px 0px 28px -9px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 28px -9px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 28px -9px rgba(0,0,0,0.1);
    padding: 30px 20px;
    margin: 0 0 40px;
}
.offer-logo {
    float: left;
    width: 250px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.offer-logo span.name {
    font-size: 30px;
    display: block;
    width: 100%;
}
.offer-logo a {
    display: block;
    width: 100%;
}
.offer-logo img {
  max-width: 200px;
  max-height: 200px;
}
.offer-description {
    float: left;
    width: calc(100% - 250px);
    padding-left: 40px;
}
.offer-description h5 {
    color: #F68B4E;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 15px;
}
.offer-description p {
    margin: 0 0 5px
}
.offer-description a {
    color: #0061F2;
    text-decoration: none;
    padding: 10px 0;
}
.offer-description .offering {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}
.offer-description .offering span {
    display: inline-block;
    line-height: 1.2em;
}
.offer-description .offering a {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    margin-left: 30px;
}
.offer-description .offering .code {
    font-size: 22px;
    font-weight: 600;
    float: left;
    width: 200px;
    text-align: center;
    border: dashed 2px rgba(0,0,0,0.1);
    display: inline-block;
    padding: 10px;
}

.sponsor-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.backstage-logo {
  flex-basis: 250px;
  border: solid 1px rgba(0,0,0,0.05);
  height: 250px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin: 10px;
  position: relative;
}

.footer-logo {
  flex-basis: 150px;
  border: solid 1px rgba(0,0,0,0.05);
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin: 20px 20px 20px 0;
  position: relative;
}

.break-sponsor-footer {
    width: 100%;
}

.footer-logo a, .backstage-logo a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.footer-logo img , .backstage-logo img {
  width: 100%;
}


@media (max-width: 768px) {
  h2 {
    font-size: 30px !important;
  }
  .section-wrapper {
    padding: 0 20px;
  }
    .speaker-quickprofile {
        width: 100%;
        text-align: center;
    }
    .speakers-wrap h3.orange {
        margin: 1em 0 1em;
    }
    .speakers-wrap .four.columns,
    .speakers-wrap .eight.columns {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    table.schedule > tbody > tr > td:first-child {
        padding-right: 30px;
    }
    .offers {
        padding: 0 20px;
    }

    .pricing .price {
      width: 100%;
      margin: 0 0 20px;
    }
    .announcement,
    .announcement a {
      display: block;
    }
    .announcement a {
      margin: 10px auto 15px;
    }
    .highlight-benefit.full-w {

    }
    .highlight-sales {
      width: 100% !important;
    }
    .highlight-benefit {
      width: 100%;
    }
    .highlight-benefit div.highlight-content {
      height: auto;
    }
    .snapshot > div:first-child,
    .snapshot > div:last-child {
      width: 100%;
      margin: auto;
    }
    .sponsors .sponsor {
      width: 49%;
    }
    .sessions .session {
      grid-column: span 2 / span 2;
    }
}

@media (max-width: 1024px) {
  .swiper-container {
    margin-top: -2em;
  }

  .swiper-container img {
    width: 100%;
  }
  .session-head {
    padding: 80px 0 0;
  }
  .session-head h1 {
    font-size: 80px;
  }
  .session-wrapper > .container {
    max-width: none !important;
    width: 100%;
  }
  .session-content .columns {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .announcement,
  .announcement a {
    display: block;
  }
  .announcement a {
    margin: 10px auto 5px;
  }
  .highlight-benefit.full-w > img {
    max-width: none;
    width: 100%;
  }
  .highlight-benefit.full-w {
    flex-wrap: wrap;
      max-height: none;
  }
    .hero {
      width: 100% !important;
      margin-right: 0 !important;
    }
}

@media (max-width: 375px) {
  html {
    font-size: 5px;
  }
  .boxed h2 {
    font-size: 27px;
  }
  h3.largeHeading {
    font-size: 50px;
  }
  .desktop{
    display: none;
  }
  .section-wrapper {
    padding: 0 0 10px;
    margin: 0;
  }
  .section-wrapper > .section {
    padding: 0px !important;
    width: 95%;
    max-width: none;
    margin: 0 auto !important;
  }
  .container {
    width: 100%;
  }
  .ticket-container {
    padding-top: 80px !important;
  }
  #navlogo {
    display: none !important;
  }
  .fullpage-nav {
    align-items: flex-start;
  }
  .presentedby {
    margin-top: 100px;
  }
  .footer .presentedby {
    margin-top: 0;
  }
  #navbar #logo {
    width: 120px;
    margin: 5px 0 0;
  }
  .home-logo{
   top: 30px;
  }
  #main-logo {
    margin: 120px auto 40px;
  }
  .speaker-quickprofile {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
  .section h3 {
    text-align: center;
    font-size: 40px;
    margin: 20px 0 30px;
  }
  .profile h3 {
    font-size: 25px;
    margin: 0;
  }
  .profile h5 {
    text-align: center;
  }
  .profile .linkedin-icon {
    display: block;
    margin: 0 auto;
  }
  table.schedule > tbody > tr > td:first-child {
    width: 100%;
    background: rgba(242,90,3,0.4);
    padding: 8px;
    color: #fff;
  }
  table.schedule > tbody > tr > td {
    display: block;
    width: 100%;
    border: none;
  }

  h4{
    font-size: 3.5rem;
    margin: 30px 0 20px !important;
  }
  #sponsor-wrapper {
    padding: 20px;
  }
  #sponsor-wrapper h4 {
    margin-top: 0 !important;
  }
  .sponsor {
    width: 47%;
  }
  .sponsor:nth-child(2n) {
    margin-left: 0;
  }
  .sponsor:nth-child(3n) {
    margin-left: 1.5%;
  }
  h5 {
    font-size: 4rem;
    margin: 20px 0 10px;
  }
  h5.ft18 {
    font-size: 15px;
    line-height: 1.6em;
  }
  .stats .columns {
    float: none;
    width: 100%;
    margin: 20px 0 30px;
  }
  table.day-schedule h6{
    font-size: 3rem;
  }
  .speaker-quickprofile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sessions .event {
    width: 100%;
    margin: 0 0 20px;
  }
  .speakers .profile {
    width: 100%;
  }
  .speakers .photo {
    width: 250px;
    height: 250px;
    margin: 0 auto 30px;
  }
  .speakers h3,
  #speakerFull h3,
  .speakers h5,
  #speakerFull h5,
  .speakers a.linkedin-icon,
  #speakerFull a.linkedin-icon {
    text-align: left;
    margin-left: 0;
  }
  #speakerFull {
    height: 100%;
    overflow: auto;
  }
  #speakerFull .close {
    position: fixed;
    background: #000;
    opacity: 1;
    right: 0;
    top: 0;
  }
  #speakerFull .columns {
    height: auto;
    padding: 15px;
    overflow: visible;
    float: none;
  }
  #speakerFull .columns:first-child {
    height: 85%;
    display: block;
  }
  .contact-wrap {
    padding: 10px;
  }
  .countdown h3{
    font-size: 3.5rem;
  }
  .ticket-btn {
    flex-direction: column;
  }
  .ticket-btn span,
  .ticket-btn span.price {
    display: block;
    width: 100%;
    padding-right: 10%;
    float: none;
    text-align: left;
  }
  .ticket-btn span.price {
    padding-top: 10px;
  }

  /* SESSION */

  .swiper-container {
    margin-top: 0;
  }

  .session-head-wrapper {
    height: auto;
    padding: 20px;
  }
  .session-head {
    height: auto;
    padding: 100px 10px 10px;
  }

  .section-wrapper > .section.session-wrapper {
    padding: 20px 10px !important;
  }

  .session-head h5 {
    font-size: 18px;
  }
  .session-head h1 {
    font-size: 35px;
    letter-spacing: 0;
    margin: 0 0 30px;
  }
  .session-head p {
    width: 100%;
    margin: 0 0 15px;
  }

  .session-content {
    max-width: none;
    padding: 0;
  }

  .session-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .session-content {
    order: 1;
  }
  .side-content.left-content {
    order: 2;
  }
  .side-content.right-content {
    order: 3;
  }


  /* OFFER */

  .offer h5 {
    font-size: 25px;
  }

  .offer-logo,
  .offer-description {
    float: none;
    width: 100%;
  }
  .offer-logo {
    text-align: center;
  }
  .offering span.title,
  .offering span.code {
    width: 100% !important;
    float: none;
    display: block;
    text-align: left !important;
    font-size: 19px !important;
    margin: 0 0 10px;
  }
}

/*****/
