:root {
  --new-text-color: #2d323c;
  --red: #ff2f5b;
  --new-dark-color: #192438;
  --white: white;
  --main-blue: #040887;
  --light-blue: #17dee2;
  --misty-rose: #ffe6e1;
  --haze: #f7f6fa;
  --red-2: #ff2f5b;
  --dodger-blue: #509ad7;
  --new-dark-color2: #12142b;
  --white-2: #6cb4f0;
  --dark-blue: #0e1249;
  --misty-rose-2: #f7d4cd;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--new-text-color);
  height: 500px;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: var(--red);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 600;
}

ol {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-weight: 600;
}

li {
  color: var(--new-text-color);
  padding-top: 10px;
  padding-left: 4px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

strong {
  color: var(--new-dark-color);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

blockquote {
  border-left: 3px solid var(--red);
  max-width: 770px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 12px 0 12px 28px;
  font-size: 20px;
  line-height: 28px;
}

.body {
  color: #000;
  font-family: Archivo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.section {
  z-index: 0;
  color: #0000;
  text-align: center;
  white-space: normal;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 70px 80px 60px;
  font-size: 15px;
  display: flex;
  position: relative;
  top: auto;
}

.section.dark.no-vertical-paddings {
  background-color: #0e1249;
}

.section.dark.no-vertical-paddings.last {
  padding-left: 0;
  padding-right: 0;
}

.section.haze {
  text-align: center;
  padding-bottom: 0;
}

.section.haze.no-padding-top {
  background-color: var(--white);
}

.section.haze.no-padding-top.contact {
  padding-top: 140px;
  padding-bottom: 160px;
}

.section.haze.no-padding-top.speakers-page {
  padding-bottom: 0;
}

.section.page-header {
  color: #fff;
  background-color: #0000;
  padding-top: 111px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.page-header.big-header {
  padding-bottom: 0;
}

.section.page-header.speakers2023 {
  padding-top: 161px;
  padding-bottom: 85px;
}

.section.hero-section {
  background-color: var(--main-blue);
  color: #fff;
  justify-content: center;
  height: 100vh;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.hero-section.home-page {
  background-image: url('../images/newsletter_impactfirst_2025.png');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
  padding-top: 120px;
}

.section.bg-image-section {
  background-color: var(--light-blue);
  color: #fff;
  background-image: none;
  display: none;
  overflow: hidden;
}

.section.bg-image-section.hide {
  display: none;
}

.section.media-grid {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding: 100px 0;
}

.section.media-grid.images {
  padding-bottom: 0;
}

.section.hide {
  display: none;
}

.section.form {
  z-index: 2;
  justify-content: flex-start;
}

.section.last-events {
  margin-top: -200px;
  margin-bottom: 0;
}

.section.who-should-attend {
  padding-bottom: 220px;
}

.section.speakers2022 {
  align-items: flex-start;
  width: 1300px;
  max-width: 1300px;
  margin: 60px auto;
  padding: 0;
  font-family: Inter, sans-serif;
}

.section.sessions-page {
  padding-bottom: 0;
}

.section.attend {
  flex-direction: row;
  align-items: stretch;
  padding: 100px 0 40px;
}

.section.attend.registration {
  z-index: 1;
  background-color: var(--white);
  flex-flow: column;
  height: 35px;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.section.attend.registration.policy {
  z-index: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.organizers {
  padding: 0;
  display: block;
}

.section.video {
  background-color: #fddfd8;
  padding-bottom: 70px;
}

.section.aboutsummir {
  color: var(--white);
  background-color: #fce4de;
  padding: 100px 0;
}

.section.aboutsummir.policy {
  padding-top: 0;
  padding-bottom: 85px;
}

.section.aboutsummir.policy.terms {
  background-color: var(--white);
  padding-bottom: 100px;
}

.section.video2022 {
  background-color: var(--white);
  padding: 100px 0 50px;
}

.section.pasteditions {
  z-index: 1;
  padding: 0;
}

.section.location {
  padding: 0;
}

.section.speakerform {
  padding-top: 140px;
  padding-left: 0;
  padding-right: 0;
}

.section.spinsorform {
  padding: 80px 0 40px;
  display: block;
}

.section.spinsorform.sponsorstats {
  background-color: var(--main-blue);
  background-image: linear-gradient(#040887e6, #040887e6), url('../images/IMG_2086.JPG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 30px;
  display: block;
  overflow: visible;
}

.section.spinsorform.sponsorstats.traveltipsheader {
  padding-bottom: 85px;
}

.section.spinsorform.travelsection {
  padding-top: 40px;
  display: block;
}

.section.spinsorform.hide.hidesponsor {
  display: block;
}

.section.overview {
  background-color: var(--misty-rose);
  padding-bottom: 70px;
}

.section.picture-section {
  object-fit: cover;
  background-color: #0e1249;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.speakers-new-section {
  align-self: flex-start;
}

.section.archive-page {
  background-color: #040887;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.archive-page.overview-section {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 65px;
  padding-left: 0;
  padding-right: 0;
}

.section.navbar-archive {
  align-items: flex-start;
  margin-top: 140px;
}

.section.overview-section {
  background-color: var(--white);
  margin-top: 0%;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.sessions {
  background-color: var(--misty-rose);
  align-items: flex-start;
  margin: 0 100px 0 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.sessions.margin {
  background-color: var(--haze);
  padding-top: 100px;
}

.section.sessions.other {
  background-color: var(--white);
  padding-bottom: 100px;
}

.section.photos {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.ccb {
  margin-top: 0;
  padding: 70px 0 0;
  display: none;
}

.section.sponsors {
  max-width: 1300px;
  margin-top: 140px;
}

.section.sponsors.archivesponsors {
  clear: none;
  flex-flow: row;
  place-content: stretch center;
  align-items: stretch;
  display: flex;
}

.wrapper {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.wrapper.nav-bar-wrapper {
  z-index: 0;
  background-color: #040887;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.wrapper.text-white {
  max-width: none;
}

.wrapper.text-white.new {
  padding-left: 30px;
  padding-right: 30px;
}

.wrapper.hero-wrapper {
  z-index: 1;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  margin-bottom: 100px;
  padding-top: 0;
}

.wrapper.hero-wrapper.form {
  justify-content: flex-start;
  align-items: center;
}

.wrapper.hero-wrapper.form.sponsor2 {
  margin-bottom: 0;
  display: block;
}

.wrapper.hero-wrapper.form.sponsor2.disclaimer-wrapper {
  display: block;
}

.wrapper.hero-wrapper.form.sponsor2.disclaimer-wrapper.presentations {
  display: none;
}

.wrapper.hero-wrapper.form.sponsor2.hidesponsortop {
  display: block;
}

.wrapper.hero-wrapper.pastevents {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.wrapper.side-paddings {
  flex: 0 auto;
  width: 100%;
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}

.wrapper.side-paddings.agenda {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.wrapper.left {
  align-items: flex-start;
}

.wrapper.left.side-paddings {
  color: #0000;
  justify-content: center;
  align-items: flex-start;
}

.wrapper.width {
  max-width: 1300px;
}

.wrapper.pasteditions {
  z-index: 0;
  margin-top: 150px;
}

.wrapper.attend {
  align-self: center;
  max-width: none;
  display: block;
}

.wrapper.registration {
  z-index: 3;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.wrapper.policy {
  color: var(--white);
  background-color: #040887;
  border-top: 1px #d8d6db;
  border-left: 1px #d8d6db;
  border-right: 1px #d8d6db;
  max-width: 1200px;
  padding: 35px 35px 30px;
}

.wrapper.ticketrefund {
  border-right: 1px solid var(--red);
  border-bottom: 1px solid var(--red);
  border-left: 1px solid var(--red);
  max-width: 1200px;
  padding-top: 0;
}

.wrapper.archive-wrapper {
  margin-left: 200px;
  margin-right: 200px;
}

.wrapper.sessions-wrapper {
  align-self: center;
}

.wrapper.speakers-wrapper {
  align-items: flex-start;
  max-width: 1300px;
  margin-top: 0;
  display: flex;
}

.wrapper.pictures-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1300px;
  margin-bottom: 45px;
}

.wrapper.sessions-wrapper {
  align-self: flex-start;
  align-items: flex-start;
  max-width: 1300px;
  margin-top: 0;
}

.wrapper.ccb {
  margin-top: 20px;
  margin-bottom: 70px;
}

.wrapper.slidder-wrapper {
  max-width: 1300px;
  height: 70%;
  margin-top: 0;
}

.wrapper.slidder-wrapper.paddingwrapper {
  padding-bottom: 80px;
}

.wrapper.speakers2023 {
  align-items: flex-start;
  max-width: 13005px;
}

.wrapper.training-wrapper, .wrapper.overview {
  max-width: 1300px;
}

.wrapper.sponsorwrapper {
  margin-top: 60px;
}

.wrapper.sponsorwrapper.hide {
  display: none;
}

.wrapper.imagepresentation {
  margin-top: 100px;
}

.button {
  color: #000;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #fff;
  height: 48px;
  padding: 12px 28px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: box-shadow .2s, transform .2s;
  display: none;
  box-shadow: inset 0 0 0 2px #000, 2px 2px #000;
}

.button:hover {
  text-decoration: none;
  transform: translate(-1px, -1px);
  box-shadow: inset 0 0 0 2px #000, 3px 3px #000;
}

.button:active {
  transform: translate(2px, 2px);
  box-shadow: inset 0 0 0 2px #000, 0 0 #000;
}

.button.color-button {
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  transition-property: none;
  display: block;
}

.button.color-button:hover {
  box-shadow: inset 0 0 0 2px #fff, 3px 3px #fff;
}

.button.color-button:active {
  box-shadow: inset 0 0 0 2px #fff, 0 0 #fff;
}

.button.color-button.subscribe-button {
  box-shadow: none;
  color: var(--white);
  flex: 1;
  margin-left: 12px;
  margin-right: 12px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  display: block;
}

.button.color-button.subscribe-button.header {
  color: var(--white);
}

.button.color-button.header-subscription {
  text-align: center;
}

.button.color-button.padding {
  padding-left: 36px;
  padding-right: 36px;
}

.button.full-width {
  width: 100%;
}

.button.header {
  box-shadow: none;
  outline-color: var(--red);
  outline-offset: 0px;
  color: var(--red);
  outline-width: 1px;
  outline-style: solid;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.button.header.color-button.home {
  box-shadow: none;
  outline-offset: 0px;
  border: 1px #000;
  outline: 1px #fff;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.button.header.color-button.home.ticketsbutton {
  border: 1px solid var(--red);
  background-color: var(--white);
  box-shadow: none;
  color: var(--red-2);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
  display: block;
  position: static;
}

.button.header.color-button.home.ticketsbutton.fixed {
  z-index: 0;
  position: fixed;
}

.button.header.color-button.home.ticketsbutton.fixed.hide {
  display: none;
}

.button.header.color-button.home.ticketsbutton.transparent {
  color: #0000;
  background-color: #0000;
  border-color: #0000;
}

.button.header.color-button.home.ticketsbutton.transparent.hide {
  display: none;
  position: relative;
}

.button.header.color-button.home.ticketsbutton.hide {
  display: none;
}

.button.header.color-button.home.past-events {
  margin-left: 20px;
  margin-right: 20px;
}

.button.header.color-button.home.past-events.w--current {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.button.header.color-button.home.primary {
  color: var(--white);
}

.button.header.color-button.home.primary.homepaage.agenda {
  margin-bottom: 100px;
  display: none;
}

.button.header.color-button.home.primary.homepaage.hide {
  display: none;
}

.button.header.color-button.home.primary._2022-event.show-less {
  margin-top: 40px;
}

.button.header.color-button.home.primaary {
  color: var(--haze);
}

.button.header.color-button.tickets {
  box-shadow: none;
  color: var(--red-2);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.button.header.color-button.home.primary {
  margin-top: 30px;
  display: none;
}

.button.header.color-button.home.primary.sponsor {
  display: none;
}

.button.header.pagetickets {
  margin-bottom: 13px;
  margin-left: 0;
}

.button.header.pagetickets.color-button.primary.home {
  margin-bottom: 60px;
  display: none;
}

.button.header.watch-more {
  margin-top: 25px;
}

.button.header.subscribe2.join {
  background-color: var(--red);
  outline-color: var(--red);
  outline-offset: 0px;
  color: var(--white);
  outline-width: 1px;
  outline-style: none;
  padding-left: 40px;
  padding-right: 40px;
}

.button.header.subscribe2.join.hide {
  display: none;
}

.button.header.secondary {
  margin-left: 30px;
  padding-left: 55px;
  padding-right: 55px;
}

.button.header.secondary.hide {
  display: none;
}

.button.header.primary {
  background-color: var(--red);
  color: var(--white);
}

.button.header.primary.register-2 {
  padding-left: 45px;
  padding-right: 45px;
}

.button.forms {
  background-color: var(--red-2);
  box-shadow: none;
  color: var(--haze);
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.button.forms.fullwith {
  flex: 1;
}

.button.forms.sponsorbtn {
  text-align: center;
  vertical-align: baseline;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 291px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.button.forms.sponsorbtn.hide {
  display: none;
}

.button.forms.sponsorbtn.joinbtn {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.button.home.color-button.primary {
  box-shadow: none;
  transition-property: none;
}

.style-block {
  text-align: left;
  padding: 40px 15px;
}

.paragraph-small {
  font-size: 13px;
  line-height: 20px;
  display: none;
}

.paragraph-small.text-grey {
  color: var(--new-text-color);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.paragraph-small.text-grey.homepage {
  color: var(--white);
  text-align: center;
  padding-top: 0;
}

.paragraph-small.text-grey.homepage.quote {
  color: var(--haze);
  text-align: left;
}

.paragraph-small.quote {
  text-align: left;
}

.paragraph-small.text-grey {
  padding-top: 0;
}

.button-styles {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 40px;
  padding: 24px 15px;
  display: flex;
}

.button-style-wrapper {
  text-align: center;
  flex: 0 auto;
  width: 50%;
  padding: 48px 15px;
}

.button-style-wrapper.dark-bg {
  background-color: #6233ef;
  background-image: linear-gradient(#6233efcc, #6233efcc), url('../images/mcdobbie-hu-424584.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.color-button {
  background-color: var(--red);
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff, 2px 2px #fff;
}

.color-button.button.download-button {
  width: 300px;
  max-width: 300px;
}

.nav-bar {
  z-index: 2;
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #ffffff40;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 75px;
  margin-top: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.hide {
  display: none;
}

.nav-link {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60%;
  margin: auto 15px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  position: relative;
}

.nav-link:hover {
  border-bottom: 2px solid var(--red);
  border-radius: 0;
  height: 60%;
  margin-top: auto;
  margin-bottom: auto;
}

.nav-link.w--current {
  border-bottom: 2px solid var(--red);
  color: #fff;
  border-radius: 0;
  flex: 1;
  height: 60%;
  margin: auto 20px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link.hide {
  display: none;
}

.nav-link.your-stay {
  border-bottom: 1px solid var(--light-blue);
  align-items: flex-end;
  padding-left: 50px;
  display: block;
}

.nav-link.become-a-speaker {
  display: block;
}

.nav-link.speakers-page {
  display: flex;
}

.nav-link.speakers-page.link {
  display: none;
}

.nav-link.bacome-a-sponsor {
  display: block;
}

.nav-link.programlink {
  display: none;
}

.nav-link.tickets {
  margin-bottom: 37px;
  display: block;
}

.nav-link.pastnew {
  display: none;
}

.text-white {
  color: #fff;
}

.text-link {
  color: var(--red);
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.bg {
  color: #fff;
  background-image: linear-gradient(#040887d9, #040887d9), url('../images/al-nik-383735.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.utility-page-wrap.bg.agenda {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
  display: block;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 370px;
  display: flex;
}

.utility-page-content.agenda {
  align-items: center;
  width: 600px;
  margin-top: 50px;
  margin-bottom: 90px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.tooltip {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e0dee9;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  padding: 6px 11px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: absolute;
  bottom: 34px;
  box-shadow: 1px 1px 6px #1111111a;
}

.tooltip.change-tooltip {
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 600;
  bottom: 50px;
}

.tooltip-text {
  display: block;
}

.tooltip-arrow {
  background-color: #fff;
  border-bottom: 1px solid #e0dee9;
  border-right: 1px solid #e0dee9;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.haze {
  background-color: var(--haze);
}

.text-grey {
  color: var(--new-text-color);
  text-align: left;
  padding-top: 25px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 25px;
}

.no-margin {
  margin: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.section-intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: flex;
}

.section-intro.margin {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 60px;
  display: flex;
}

.section-intro.margin.agenda {
  margin-bottom: 32px;
}

.section-intro.margin.tickets {
  margin-bottom: 15px;
}

.section-intro.margin.tickets.agenda {
  margin-bottom: 100px;
}

.section-intro.margin.program-day-1 {
  max-width: 100%;
  margin-top: 0;
}

.section-intro.margin.program-day-2 {
  width: 100%;
  max-width: 100%;
}

.section-intro.margin.confirmed-speakers {
  margin-bottom: 15px;
}

.section-intro.margin {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin-bottom: 64px;
}

.dark {
  background-color: #000;
}

.text-center {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.text-center.agenda {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.title {
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
}

.title.text-grey {
  letter-spacing: .5px;
  font-family: Roboto, sans-serif;
  font-style: normal;
}

.title.big {
  font-size: 16px;
}

.title.text-grey {
  color: var(--dodger-blue);
  letter-spacing: 0;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Inter, sans-serif;
}

.no-vertical-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.footer {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  display: flex;
}

.footer-links {
  flex-direction: column;
  align-items: flex-start;
  width: 16.66%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-links.hide.footer {
  display: none;
}

.footer-links.footer {
  justify-content: space-between;
  align-self: center;
  margin-top: -50px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.footer-link {
  color: #ffffffe6;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: #fff;
  text-decoration: none;
}

.footer-link.first {
  color: #ffffffe6;
  padding-top: 0;
}

.footer-link.first.w--current {
  padding-top: 0;
}

.footer-link.first.ticketssfooter, .footer-link.hide, .footer-link.become-a-speaker, .footer-link.bacome-a-sponsor {
  display: none;
}

.footer-bottom {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  width: 100%;
  margin-top: 64px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.text-white-faded {
  color: var(--haze);
  text-align: left;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.text-white-faded.margin-left {
  margin-left: 20px;
}

.brand {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: -5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.brand:hover {
  text-decoration: none;
}

.brand.w--current {
  margin-bottom: 0;
}

.changelog {
  flex-direction: column;
  width: 66.66%;
  margin-bottom: 80px;
  display: flex;
}

.change {
  border-top: 1px solid #e0dee9;
  border-bottom: 1px solid #e0dee9;
  align-items: center;
  margin-bottom: -1px;
  padding: 32px;
  display: flex;
}

.change-icon {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.change-icon.release {
  background-color: #6233ef;
}

.change-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

.nav-menu {
  border-top: 1px none var(--light-blue);
  flex-direction: row;
  align-items: center;
  display: flex;
}

.radio-button {
  text-align: center;
  border: 2px solid #e0dee9;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 16px 12px 32px;
  display: flex;
  position: relative;
}

.radio-bullet {
  opacity: 1;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}

.radio-text {
  z-index: 1;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}

.radio-buttons {
  flex: 80%;
  margin: 4px -8px 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.paragraph-big {
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
}

.paragraph-big.text-grey {
  color: var(--new-dark-color);
  margin-bottom: 0;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
}

.hero-intro {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 60px;
  padding-top: 69px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.about {
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.about.agenda {
  flex-direction: column;
  align-items: center;
  margin-top: 140px;
}

.about.past-events {
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.about.home-page {
  flex-direction: column;
  align-items: center;
  max-width: 1300px;
}

.about-photo-wrapper {
  z-index: 1;
  flex: 1;
  margin-left: 0;
  margin-right: 0%;
  position: relative;
}

.about-photo-wrapper.past-events {
  margin-right: 0;
}

.about-info {
  z-index: 1;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  width: 58.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.about-info.home {
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  width: 100%;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.about-info.home.agenda {
  margin-left: 0;
  margin-right: 20px;
}

.about-info.home.policy {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.about-info.about {
  margin-right: 80px;
  padding-bottom: 120px;
}

.about-info.about.past-events {
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 40px;
  padding-bottom: 0;
}

.about-photo {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  display: inline-block;
}

.about-photo.home {
  margin-bottom: 0;
}

.about-photo.about {
  width: 100%;
  height: auto;
  margin-bottom: 19px;
}

.social-icon {
  opacity: .7;
  justify-content: center;
  align-items: center;
  max-width: 30px;
  padding: 8px;
  transition: opacity .2s;
  display: flex;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.dark-icon {
  opacity: .4;
}

.social-icon.dark-icon:hover {
  opacity: 1;
}

.divider {
  background-color: var(--red);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 70px;
  height: 5px;
  margin-top: 2px;
  margin-bottom: 24px;
  display: none;
  position: static;
}

.divider.numbers-divider {
  background-color: #fff;
  margin-top: 12px;
  margin-bottom: 24px;
}

.divider.margins {
  margin-top: 20px;
  margin-bottom: 24px;
}

.divider.hero-divider {
  background-color: #fff;
  margin-top: 4px;
  margin-bottom: 20px;
}

.divider.sign-up {
  margin-left: 60px;
}

.divider.spnsors {
  align-self: center;
}

.about-bg-text {
  color: #e0dee980;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 136px;
  font-weight: 700;
  line-height: 120px;
  display: none;
  position: absolute;
  top: 144px;
  left: 29%;
}

.about-bg-text.past-events {
  top: 168px;
}

.about-bg-text.hide {
  display: none;
}

.arrow-link {
  color: var(--new-dark-color2);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-image: url('../images/arrow-red-icon.svg');
  background-position: 0;
  background-repeat: no-repeat;
  padding: 10px 8px 8px 22px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.arrow-link:hover {
  text-decoration: underline;
}

.arrow-link.footer-link {
  color: #ffffffe6;
  font-family: Inter, sans-serif;
  font-size: 14px;
  transition: color .2s;
}

.arrow-link.footer-link:hover {
  color: var(--red);
  text-decoration: none;
}

.arrow-link.footer-link.link {
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.arrow-link.footer-link.link:hover {
  color: var(--red);
}

.arrow-link.event-schedule-link {
  margin-top: 16px;
  margin-bottom: 32px;
}

.tab-link {
  color: #e0dee9;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 28px;
  margin-right: 28px;
  padding: 4px 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  transition: color .4s;
  display: flex;
}

.tab-link:hover {
  color: #000;
  text-decoration: none;
}

.tab-link.w--current {
  box-shadow: inset 0 -3px 0 0 var(--red);
  color: var(--new-dark-color2);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.schedule-tabs {
  width: 83.33%;
  margin-bottom: 80px;
  padding-bottom: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.schedule-tabs-menu {
  justify-content: center;
  margin-top: -8px;
  margin-bottom: 72px;
  display: flex;
}

.schedule-event {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  cursor: auto;
  border-top: 1px solid #e0dee9;
  border-bottom: 1px solid #e0dee9;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 24px 18px;
  transition: background-color .1s, border .1s, color .2s;
  display: flex;
}

.schedule-event:hover {
  background-color: var(--haze);
  text-decoration: none;
}

.schedule-event.marker, .schedule-event.marker.speakers-page {
  flex-direction: row;
}

.schedule-event-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  margin-right: 20px;
  font-size: 16px;
  display: flex;
}

.schedule-event-time {
  color: var(--new-text-color);
  text-align: left;
  flex: none;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.schedule-speaker {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
  display: block;
  position: relative;
}

.schedule-speaker:hover {
  z-index: 1;
  position: relative;
}

.tabs-content {
  padding-bottom: 1px;
  overflow: visible;
}

.schedule-speaker-image {
  object-fit: cover;
  border-radius: 50%;
}

.numbers {
  perspective: 1000px;
  justify-content: center;
  width: 100%;
  max-width: 970px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.numbers-info {
  flex-wrap: wrap;
  flex: 1;
  padding-right: 0;
  display: flex;
}

.numbers-info.right-side {
  padding-left: 8.33%;
  padding-right: 0%;
}

.numbers-info-block {
  width: 33%;
  margin-top: 20px;
  margin-bottom: 4px;
  padding-left: 15px;
  padding-right: 40px;
  font-family: Roboto, sans-serif;
}

.big-number {
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

.numbers-card {
  background-color: var(--red);
  border: 6px solid #fff;
  align-items: center;
  width: 270px;
  padding: 50px 32px 60px;
  display: flex;
  position: relative;
}

.numbers-date {
  margin-left: -8px;
  font-size: 72px;
  font-weight: 700;
  line-height: 144px;
}

.numbers-month {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  position: absolute;
  top: 24px;
  left: 26px;
}

.numbers-year {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  top: 24px;
  right: 26px;
}

.numbers-card-text {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  bottom: 24px;
  left: 26px;
  right: 26px;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.speakers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  flex: none;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: start stretch;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.speakers.no-margin-bottom {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
}

.speakers.no-margin-bottom.past-speakers {
  text-align: left;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.speakers.home-archive {
  grid-column-gap: 21px;
  grid-template-rows: auto auto;
  grid-template-columns: 250px 250px 250px;
  justify-items: stretch;
  margin-right: 100px;
}

.speakers.home-archive.first-draft {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: stretch stretch;
  width: auto;
  margin-bottom: 25px;
  margin-right: 0;
  display: flex;
}

.speaker-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.speaker-item.big {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 21%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.speaker-card {
  color: #000;
  border-radius: 0;
  flex-direction: column;
  width: 200px;
  height: 200px;
  display: block;
}

.speaker-card:hover {
  text-decoration: none;
}

.speaker-card.aechive-page, .speaker-card.speakers-page {
  display: block;
}

.speaker-card.home-archive {
  display: none;
}

.speaker-card-bio {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-top: -4px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
}

.speaker-card-avatar {
  border-radius: 200px;
  width: 100%;
  margin-bottom: 12px;
  display: block;
  position: relative;
  overflow: hidden;
}

.speaker-card-avatar.speakers-page {
  display: block;
}

.cta {
  border-left: 2px none var(--white);
  color: #fff;
  align-items: stretch;
  width: auto;
  height: 100%;
  display: flex;
}

.cta-info {
  border-left: 0 #000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 16px 4% 24px;
  display: flex;
}

.cta-heading {
  text-align: left;
  margin-top: 16px;
  margin-bottom: 28px;
  font-family: Inter, sans-serif;
  font-size: 30px;
}

.footer-about {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 40%;
  padding-left: 15px;
  padding-right: 6%;
  display: flex;
}

.footer-heading {
  margin-top: 6px;
  margin-bottom: 22px;
}

.footer-heading.hide {
  display: none;
}

.footer-instagram {
  flex-direction: column;
  align-items: flex-end;
  width: 25%;
  margin-left: 8.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-bottom-text {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-bottom-social {
  align-items: center;
  padding-right: 24px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.social-icons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-instagram-photos {
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 8px -6px 24px;
  display: flex;
}

.footer-instagram-photos.hide {
  display: none;
}

.instagram-photo {
  flex: 0 auto;
  width: 33.33%;
  padding: 6px;
  position: relative;
  overflow: hidden;
}

.photo-hover {
  background-color: #6233efcc;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 6px;
}

.no-padding {
  padding: 0;
}

.media-video {
  text-align: center;
  background-color: #6233ef;
  background-image: linear-gradient(#6233efcc, #6233efcc), url('../images/video-preview.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px 40px 32px;
  text-decoration: none;
  display: flex;
}

.media-video:hover {
  text-decoration: none;
}

.media-video.hide {
  display: none;
}

.play-button {
  background-color: var(--red);
  background-image: url('../images/play-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  width: 56px;
  height: 40px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: inset 0 0 0 2px #fff, 3px 3px #fff;
}

.play-button:hover {
  transform: translate(-1px, -1px);
}

.play-button:active {
  transform: translate(2px, 2px);
  box-shadow: inset 0 0 0 2px #fff, 0 0 #fff;
}

.play-button.big {
  background-size: auto 16px;
  width: 72px;
  height: 56px;
}

.play-button.center {
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.madia-video-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 30px;
}

.gallery-image {
  cursor: auto;
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: opacity .2s;
}

.gallery-image.edition-gallery {
  height: 100%;
}

.gallery-image.about {
  width: 100%;
  height: 100%;
}

.gallery-block {
  z-index: 0;
  perspective: 1000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
  position: relative;
}

.gallery-block.big {
  width: 33.33%;
}

.media-testimonials {
  background-color: var(--main-blue);
  border-top: 15px #17dee2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 16px 8% 16px 10%;
  display: flex;
}

.media-testimonials._2022 {
  background-color: var(--main-blue);
  width: 95%;
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 60px;
}

.media-testimonials._2022.other {
  display: none;
}

.media-testimonials.color {
  background-color: var(--red);
}

.media-review {
  max-width: 470px;
  position: relative;
}

.media-review._2022 {
  max-width: 600px;
}

.media-review-text {
  color: var(--white);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 32px;
}

.media-review-text._2022 {
  color: var(--haze);
}

.media-review-text.colored {
  color: var(--white);
}

.media-review-icon {
  position: absolute;
  top: 0;
  left: -13%;
}

.media-review-author {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.media-review-author.quote {
  color: var(--haze);
  text-align: left;
}

.tickets-button {
  border-bottom: 3px solid var(--red);
  background-color: var(--white-2);
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  transition: border-width .2s;
  display: flex;
}

.tickets-button:hover {
  border-bottom-width: 16px;
  border-bottom-color: var(--red);
  text-decoration: none;
}

.subscribe {
  color: #fff;
  background-color: #040887;
  width: 100%;
  max-width: 100%;
  padding: 100px 8.33% 60px;
}

.subscribe.agenda {
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 0%;
  padding: 95px 2% 40px;
}

.subscribe.agenda.past-events {
  max-width: 1200px;
  margin-top: -259px;
  margin-bottom: 0;
  padding-bottom: 95px;
}

.subscribe-form {
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 36px;
  display: flex;
}

.subscribe-form.header-form {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.input {
  background-color: var(--haze);
  color: var(--new-text-color);
  border-style: none;
  height: 48px;
  margin-bottom: 24px;
  padding: 13px 20px 12px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  box-shadow: inset 0 -2px #e0dee9;
}

.input::placeholder {
  color: #a5a6af;
}

.input.subscribe-input {
  box-shadow: none;
  background-color: #fff;
  flex: 1;
  margin-bottom: 0;
  margin-left: 12px;
  margin-right: 12px;
  font-family: Inter, sans-serif;
}

.input.subscribe-input.stroke {
  border: 2px solid #e9e9e9;
  padding-right: 167px;
}

.input.subscribe-input.stroke.header {
  border-width: 1px;
  border-color: #cac8cf;
  flex: none;
  width: 500px;
  margin-left: 12px;
}

.input.subscribe-input.border {
  border: 1px solid #d4d4d4;
}

.input.subscribe-input.border.hide {
  display: none;
}

.input.text-area {
  height: auto;
  min-height: 120px;
}

.input.two {
  margin-left: 20px;
}

.input.message {
  height: 180px;
}

.input.message.sponsor-form {
  margin-bottom: 0;
}

.form-success {
  background-color: #0000;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-success.contact-success {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.form-error {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  margin-top: 24px;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 16px;
}

.form-error.header {
  color: var(--red);
  background-color: #0000;
  margin-top: 2px;
  padding-bottom: 0;
}

.event-card {
  width: 100%;
  position: relative;
}

.page-header-intro {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  padding-left: 0;
  padding-right: 15px;
  display: flex;
}

.event-card-image {
  width: 100%;
  display: block;
}

.event-card-description {
  color: #706b81;
  margin-bottom: 16px;
}

.pricing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  display: none;
}

.pricing-card {
  border: 1px solid #e0dee9;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 4% 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-card.margin {
  margin-top: 18px;
}

.pricing-ticket {
  color: var(--new-text-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.pricing-tag {
  color: var(--new-dark-color2);
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

.pricing-tag.earlybird {
  color: var(--new-dark-color2);
  font-family: Inter, sans-serif;
}

.pricing-features {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.pricing-feature {
  color: var(--new-text-color);
  background-image: none;
  background-repeat: repeat;
  border-top: 1px solid #e0dee9;
  border-bottom: 1px solid #e0dee9;
  margin-bottom: -1px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: none;
}

.pricing-feature.no {
  background-image: url('../images/close-icon-color.svg');
  background-position: 0 20px;
  background-size: auto;
  text-decoration: line-through;
  display: none;
}

.pricing-feature.last {
  border-bottom-style: none;
  margin-bottom: 3px;
}

.pricing-feature.last.hide {
  display: none;
}

.video-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}

.slide-nav {
  margin-top: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 9px;
}

.arrow {
  color: #a5a6af;
  width: 64px;
  margin-bottom: 152px;
  font-size: 24px;
  transition: color .2s;
}

.arrow:hover {
  color: #000;
}

.arrow.left {
  left: -64px;
}

.arrow.right {
  right: -64px;
}

.video {
  color: #000;
  padding-bottom: 24px;
  text-decoration: none;
}

.video:hover {
  text-decoration: none;
}

.video-slide {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.video-preview {
  margin-bottom: 20px;
  position: relative;
}

.popup-window {
  z-index: 1;
  background-color: #fff;
  width: 570px;
  padding: 56px 64px 64px;
  position: relative;
}

.popup {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.buy-form {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.form-label {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
}

.checkbox {
  align-items: center;
  margin-bottom: 32px;
  padding-left: 0;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.checkbox-field {
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
  font-size: 24px;
}

.buy-input-wrapper {
  width: 50%;
}

.buy-input-wrapper.padding-right {
  padding-right: 8px;
}

.buy-input-wrapper.padding-left {
  padding-left: 8px;
}

.popup-close {
  background-color: #000;
  background-image: url('../images/close-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transition: background-color .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.popup-close:hover {
  background-color: var(--red);
}

.popup-overlay {
  background-color: #00000080;
  position: fixed;
  inset: 0;
}

.hero-date-card {
  border: 2px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 290px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 29px;
  display: flex;
}

.hero-date-card.past-events {
  border-color: var(--white);
  flex-direction: column;
  justify-content: center;
  width: 300px;
  height: 50%;
  padding-bottom: 0;
  display: none;
}

.hero-info {
  border-left: 2px #fff;
  flex: 1;
  max-width: 770px;
  margin-left: 32px;
  padding-top: 30px;
  padding-bottom: 3px;
  padding-left: 48px;
  font-family: Roboto, sans-serif;
}

.hero-info.margin {
  height: 100%;
  margin-left: 44px;
  padding-top: 0;
  padding-left: 0;
}

.hero-heading {
  color: var(--white);
  margin-top: -12px;
  font-family: Inter, sans-serif;
  font-size: 50px;
}

.hero-heading.head {
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 700;
  line-height: 75px;
}

.hero-scroll-link {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  width: 50px;
  margin-left: -6px;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  font-size: 12px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  bottom: 60px;
  left: 50%;
  right: 50%;
  transform: rotate(90deg);
}

.hero-scroll-link:hover {
  background-color: #ffffff0d;
  text-decoration: none;
}

.hero-scroll-link.w--current {
  color: #fff;
}

.hero-scroll-link.hide {
  border-radius: 0;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 358px;
  padding-bottom: 2px;
  padding-left: 0;
  left: 50%;
  right: 0%;
}

.hero-scroll-link.hide:hover {
  border-radius: 0;
  width: 60px;
  height: 60px;
  margin-left: 0;
  padding-bottom: 2px;
  line-height: 24px;
}

.speaker {
  z-index: 1;
  background-color: #fff;
  border: 1px #e0dee9;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 120px 0 56px;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
}

.speaker._2022 {
  padding-bottom: 0;
}

.speaker-media {
  flex-direction: column;
  width: 270px;
  margin-right: 0;
  display: flex;
}

.speaker-avatar {
  object-fit: cover;
  border-radius: 200px;
  width: 270px;
  max-width: none;
  height: 270px;
  margin-bottom: 40px;
}

.speaker-info {
  flex: 1;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.speaker-social {
  color: var(--new-text-color);
  border-top: 1px solid #e0dee9;
  border-bottom: 1px solid #e0dee9;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 44px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
}

.speaker-social-link {
  opacity: .6;
  color: #706b81;
  align-items: center;
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.speaker-social-link:hover {
  opacity: 1;
}

.speaker-social-icon {
  opacity: .5;
  width: 16px;
  margin-top: -2px;
  margin-right: 10px;
}

.text-block {
  color: #000;
  font-family: Roboto, sans-serif;
}

.speaker-about-heading {
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
}

.events {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.events.no-margin-bottom {
  margin-bottom: 0;
}

.event-item {
  width: 33.33%;
  padding-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
}

.event-item.big {
  width: 50%;
}

.licence-items {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.licence-item {
  background-color: #fff;
  border-top: 1px solid #e0dee9;
  border-bottom: 1px solid #e0dee9;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.licence-item-image {
  width: 170px;
}

.licence-item-info {
  flex: 1;
  padding-bottom: 8px;
  padding-left: 40px;
}

.licence-item-dot {
  background-color: #e0dee9;
  border-radius: 50px;
  width: 3px;
  height: 3px;
  margin-bottom: 3px;
  margin-left: 12px;
  margin-right: 12px;
  display: inline-block;
}

.schedule {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.schedule.day-1.small-agenda {
  margin-bottom: 10px;
}

.schedule.day-2 {
  flex-direction: row;
  margin-bottom: 60px;
  padding-top: 0;
}

.card-info {
  color: #fff;
  text-transform: none;
  background-color: #04088700;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 0 20px 5px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-info.archive-page {
  display: none;
}

.card-info.speakers-page {
  display: block;
}

.event-card-preview {
  margin-bottom: 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

.event {
  width: 100%;
}

.event-info {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.event-about {
  text-align: left;
  flex: 0 auto;
  width: 100%;
  padding-bottom: 8px;
  padding-right: 0;
}

.event-image {
  flex: 0 auto;
  width: 50%;
  max-width: 570px;
}

.event-more {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.event-description {
  flex: 1;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 64px;
}

.event-more-info {
  flex-direction: column;
  width: 300px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.event-speaker {
  color: #000;
  align-items: flex-start;
  width: 1005%;
  margin-top: 32px;
  padding-bottom: 40px;
  display: flex;
}

.event-speaker:hover {
  text-decoration: none;
}

.event-speaker-avatar {
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 100px;
  max-width: none;
  height: 100px;
  max-height: none;
  margin-right: 20px;
}

.event-speaker-name {
  color: var(--new-dark-color2);
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
}

.event-info-cell {
  border: 1px solid #e0dee9;
  align-items: center;
  margin-bottom: -1px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.event-info-cell-icon {
  border-right: 1px solid #e0dee9;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  padding-right: 1px;
  display: flex;
}

.event-more-heading {
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.event-more-divider {
  background-color: #e0dee9;
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.schedule-event-description {
  opacity: .7;
  margin-bottom: -4px;
}

.map {
  height: 480px;
}

.contact {
  z-index: 1;
  background-color: #fff;
  border: 1px #e0dee9;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 120px;
  display: flex;
  position: relative;
}

.contact-form-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 0 0 32px;
  display: flex;
}

.form.hide {
  display: none;
}

.contact-cards {
  flex-wrap: wrap;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 80px;
  display: flex;
}

.contact-card {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e0dee9;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 56px 4% 64px;
  display: flex;
}

.big-icon {
  margin-bottom: 16px;
}

.full-width {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  height: 200px;
  display: block;
}

.full-width.speakers2022 {
  width: 200px;
  display: block;
}

.scroll-down-icon {
  margin-bottom: 10px;
  margin-left: 0;
}

.password-window {
  color: #000;
  background-color: #fff;
  width: 470px;
  padding: 48px;
  box-shadow: 6px 6px 24px #00000026;
}

.checkbox-text {
  margin-top: 1px;
  margin-bottom: 0;
}

.page-wrapper {
  font-family: Roboto, sans-serif;
  position: relative;
  overflow: visible;
}

.pricing-ribbon {
  z-index: 1;
  background-color: var(--red);
  color: #fff;
  text-align: center;
  width: 160px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  position: absolute;
  top: 20px;
  right: -50px;
  transform: rotate(45deg);
}

.hero-contacts-wrapper {
  z-index: 1;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-contact {
  color: #000;
  align-items: flex-start;
  width: 33.33%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 31px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.hero-contact.hide {
  display: none;
}

.hero-contact-icon {
  width: 48px;
  margin-right: 11px;
}

.hero-contacts {
  z-index: 1;
  background-color: #fff;
  width: 75%;
  padding-top: 25px;
  padding-bottom: 8px;
  display: none;
  position: relative;
}

.hero-contacts.hide {
  background-color: #0000;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: block;
  position: static;
}

.hero-contacts.hide.draft-home-page {
  height: 100%;
  padding-top: 19px;
  padding-bottom: 0;
  display: flex;
}

.hero-contacts-bg {
  background-color: #fff;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.hero-contacts-bg.hide {
  display: block;
}

.link-color {
  color: #6233ef;
  font-family: Open Sans, sans-serif;
  transition: color .1s;
}

.hero-social {
  text-align: left;
  border: 1px solid #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 138px;
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.hero-social-link {
  border: 1px solid var(--haze);
  color: #fff;
  background-color: #0000;
  align-items: center;
  min-width: 136px;
  height: 40px;
  padding-left: 16px;
  padding-right: 24px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 20px;
  transition: background-color .1s;
  display: flex;
  position: static;
}

.hero-social-link:hover {
  background-color: #ffffff14;
  text-decoration: none;
}

.hero-social-link.no-border {
  border-width: 1px;
}

.hero-social-icon {
  width: 12px;
  margin-right: 16px;
}

.hero-bg-text {
  z-index: 1;
  color: #ffffff24;
  font-family: Roboto, sans-serif;
  font-size: 11vw;
  font-weight: 700;
  line-height: 120px;
  position: absolute;
  top: 18%;
  right: -32px;
}

.nav-underline {
  background-color: #fff;
  flex: 1;
  align-self: center;
  width: 32px;
  height: 2px;
  position: absolute;
  bottom: 0;
}

.nav-underline.hide {
  background-color: var(--red);
  color: var(--red);
  width: 0%;
  display: block;
}

.nav-underline.hide.logo, .menu-button {
  display: none;
}

.gallery-lightbox {
  object-fit: cover;
  flex: 1;
  width: 100%;
  position: relative;
}

.subscribe-wrapper {
  background-color: var(--main-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.subscribe-wrapper.agenda {
  background-color: #0000;
  justify-content: flex-end;
  margin-top: 120px;
}

.tickets-icon {
  width: 72px;
  margin-top: 16px;
  margin-bottom: 12px;
}

.top-button {
  z-index: 100;
  background-color: var(--new-dark-color);
  background-image: url('../images/arrow-up-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: background-color .3s;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.top-button:hover {
  background-color: var(--red);
}

.bg-image {
  object-fit: fill;
  background-image: url('../images/Archive-header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 40%;
  position: absolute;
}

.bg-image.hero-slide-1 {
  background-image: linear-gradient(#6233efb3, #6233efb3), url('../images/alex-kotliarskyi-361099.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 125%;
  top: 0;
}

.bg-image.hero-slide-3 {
  background-image: linear-gradient(#6233efcc, #6233efcc), url('../images/al-nik-383735.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 125%;
  top: 0;
}

.bg-image.hero-slide-2 {
  background-image: linear-gradient(#6233efcc, #6233efcc), url('../images/kai-oberhauser-167204.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 125%;
  top: 0;
}

.bg-image.header-image {
  z-index: 0;
  background-image: linear-gradient(#040887d9, #040887d9), url('../images/SAM_2098-copy.JPG');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  margin-left: 0;
}

.bg-image.header-image.about-page {
  background-image: linear-gradient(#040887d9, #040887d9), url('../images/louis-paulin-HXowJK9BoSU-unsplash.jpg');
  background-position: 0 0, 50%;
  margin-bottom: 100px;
  margin-left: 0;
  padding-bottom: 140px;
}

.bg-image.header-image.about-page.past-events {
  object-fit: fill;
  background-image: linear-gradient(#040887cc, #040887cc), url('../images/pablo-velasquez-qwzlyFCHrLA-unsplash.jpg');
  flex: 0 auto;
  margin-top: 70px;
  inset: 0%;
}

.bg-image.header-image.sponsor-page {
  background-image: linear-gradient(#040887d9, #040887d9), url('../images/IMG_7929.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  height: 300px;
  margin-top: 148px;
  margin-left: 0;
}

.bg-image.header-image.pricing-page {
  background-image: linear-gradient(#040887d9, #040887d9), url('../images/ccb.jpeg');
  background-position: 0 0, 50%;
}

.bg-image.header-image.contact {
  background-image: linear-gradient(#040887d9, #040887d9), url('../images/Photo_17_v1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.bg-image.cta-image {
  background-color: #040887;
  background-image: none;
}

.bg-image.hero-image {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/DSC02987.png');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  height: auto;
  margin-top: 0;
  display: block;
  inset: 0% 0% auto;
}

.bg-image.counters-image {
  background-image: linear-gradient(#6233efcc, #6233efcc), url('../images/sergey-zolkin-192937.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.cta-image {
  background-image: linear-gradient(#6233efb3, #6233efb3), url('../images/mcdobbie-hu-424584.jpg');
  background-position: 0 0, 50% -140px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sponsor-logotype {
  opacity: 1;
  max-height: 36px;
}

.sponsor {
  background-color: #fff;
  border: 1px solid #e0dee9;
  flex: 30%;
  justify-content: center;
  align-items: center;
  margin: 6px;
  padding: 56px 32px;
  transition: border-color .3s;
  display: flex;
}

.sponsor:hover {
  border-color: #a5a6af;
}

.sponsors-info {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.33%;
  max-width: 400px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 5%;
  display: flex;
}

.sponsors {
  display: flex;
}

.sponsors-logotypes {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.heading {
  color: #1a1725;
}

.card-info-arrow {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 10px;
  display: none;
  position: relative;
  inset: 0%;
}

.link-dark {
  color: #000;
  text-decoration: none;
}

.link-dark:hover {
  text-decoration: underline;
}

.event-card-speaker-info {
  border-top: 1px solid #e0dee9;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.event-card-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.slider-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  display: flex;
}

.hero-slide {
  text-align: center;
  background-color: #525b73;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 32px;
  padding-left: 88px;
  padding-right: 88px;
  display: flex;
}

.slider-arrow-button {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  transition: border .3s, transform .3s;
  display: flex;
}

.slider-arrow-button.left {
  padding-left: 8px;
  transform: translate(-8px);
}

.slider-arrow-button.left:hover {
  transform: translate(0);
}

.slider-arrow-button.right {
  padding-right: 8px;
  transform: translate(8px);
}

.slider-arrow-button.right:hover {
  transform: translate(0);
}

.hero-slider-nav {
  justify-content: center;
  align-items: center;
  height: 96px;
  font-size: 9px;
  display: flex;
}

.hero-slider {
  color: #fff;
  height: 100vh;
}

.slide-info {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 970px;
  display: flex;
}

.hero-social-text {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.schedule-speaker-name {
  color: var(--new-text-color);
  text-align: center;
  width: 100%;
  padding-top: 10px;
  font-size: 12px;
  line-height: 15px;
  display: block;
}

.preloader {
  z-index: 1000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.loading-icon {
  width: 35px;
  display: block;
  position: relative;
}

.loading-text {
  color: var(--main-blue);
  letter-spacing: .2em;
  text-transform: none;
  margin-top: 12px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.text-block-3, .text-block-4, .text-block-5 {
  font-family: Roboto, sans-serif;
}

.heading-2 {
  color: var(--new-dark-color2);
  margin-top: 0;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.text-block-6 {
  font-family: Inter, sans-serif;
}

.heading-3 {
  color: var(--new-dark-color2);
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.heading-3.program2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.heading-3.subtitle {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 35px;
}

.heading-3.who {
  margin-bottom: 0;
}

.heading-3.video2022 {
  color: var(--white);
}

.heading-4 {
  font-family: Inter, sans-serif;
  font-size: 45px;
}

.heading-5 {
  color: var(--new-dark-color2);
  font-family: Inter, sans-serif;
  font-size: 40px;
}

.heading-5.speak {
  margin-bottom: 47px;
  font-size: 35px;
  line-height: 45px;
}

.heading-6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.image {
  margin-bottom: 28px;
}

.contact-card-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e0dee9;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 56px 4% 40px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.attend {
  color: var(--new-dark-color2);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.media-video-2 {
  text-align: center;
  background-color: #040887cc;
  background-image: linear-gradient(#040887cc, #040887cc), url('../images/Screenshot-2022-06-14-at-09.44.21.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px 40px 32px;
  text-decoration: none;
  display: flex;
}

.media-video-2:hover {
  text-decoration: none;
}

.media-video-2.footer {
  background-image: linear-gradient(#040887cc, #040887cc), url('../images/Screenshot-2022-06-14-at-09.44.21.png');
  background-size: auto, cover;
  width: 100%;
  height: 70%;
}

.media-video-2.video-2 {
  object-fit: cover;
  background-image: url('../images/Screenshot-2022-06-15-at-12.21.04.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.media-video-2.video-2.homepage {
  background-image: url('../images/IMG_5915-2_1.jpg');
  background-position: 50% 100%;
}

.play-button-2 {
  background-color: #ff2f5b;
  background-image: url('../images/play-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  width: 56px;
  height: 40px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: inset 0 0 0 2px #fff, 3px 3px #fff;
}

.play-button-2:hover {
  transform: translate(-1px, -1px);
}

.play-button-2:active {
  transform: translate(2px, 2px);
  box-shadow: inset 0 0 0 2px #fff, 0 0 #fff;
}

.play-button-2.big {
  background-color: var(--red);
  box-shadow: none;
  background-size: auto 16px;
  width: 72px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
}

.play-button-2.big.link {
  justify-content: center;
  align-items: stretch;
  width: 60px;
  height: 40px;
  margin-top: 70px;
  margin-bottom: auto;
  display: inline-block;
  position: static;
  inset: 0% 0% auto;
}

.play-button-2.big.test {
  align-items: center;
  display: flex;
}

.play-button-2.center {
  box-shadow: none;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.play-button-2.home-archive {
  float: none;
  clear: none;
  object-fit: contain;
  object-position: 50% 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 60px auto auto;
  padding-top: 9px;
  display: block;
  position: static;
  inset: 0%;
}

.play-button-2.home-archive.big-video {
  margin-top: 277px;
  padding-top: 0;
  display: block;
}

.heading-7 {
  color: var(--main-blue);
  text-align: center;
  align-self: center;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.heading-7.sponsor-page {
  align-self: center;
}

.directions {
  color: var(--white);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.directions.date {
  margin-top: 18px;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.directions.date.on-site {
  color: var(--red);
}

.directions.date.training {
  color: var(--new-dark-color2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

.directions.date.hide {
  display: none;
}

.directions.home {
  margin-top: 57px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 36px;
}

.directions.home.join {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.container {
  flex-flow: column;
  flex: 0 auto;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 95%;
  max-width: 1350px;
  margin-bottom: auto;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.container.sponsor-banner {
  background-color: var(--haze);
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 30px;
  display: flex;
}

.link-6 {
  color: var(--red);
  font-weight: 400;
}

.sponsor-image {
  align-self: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sponsor-image.bigger-sponor {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 70px;
  margin-top: 22px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.sponsor-image.bigger-sponor.zenysis {
  width: auto;
  margin-top: 30px;
  margin-right: 0;
}

.sponsor-image.bigger-sponor.viamo {
  width: auto;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.sponsor-image.bigger-sponor.unlockaid {
  width: auto;
  margin-left: 0;
  margin-right: auto;
}

.sponsor-image.padding-right {
  width: 150px;
  height: 60px;
  margin-right: 20px;
}

.sponsor-image.padding-left {
  width: 170px;
  height: 60px;
  margin-left: 20px;
}

.sponsor-image.sponsor {
  background-color: #0000;
  border-style: none;
  flex-direction: column;
  width: 80%;
  max-width: 100%;
  margin-top: 7px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 32px;
  display: flex;
}

.sponsor-image.sponsor._2 {
  margin-top: 40px;
}

.sponsor-image.bigger-sponor {
  flex-direction: row;
  width: auto;
  height: auto;
}

.sponsor-image.bigger-sponor.third {
  padding-top: 12px;
}

.sponsor-image.bigger-sponor.smaller-sponsor {
  width: 200px;
}

.sponsor-image.bigger-sponor.smaller-sponsor.psi {
  width: 120px;
}

.sponsor-image.bigger-sponor.cardno {
  padding-top: 10px;
}

.sponsor-image.bigger-sponor.abt {
  width: 150px;
  margin-top: -31px;
}

.sponsor-image.bigger-sponor._2019 {
  flex-direction: column;
  width: 700px;
  height: auto;
  margin-top: 40px;
}

.row {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.row.sponsor-row {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-right: 0;
  display: flex;
}

.row.sponsor-row.hide {
  display: none;
}

.row.sponsor-row.sponsors {
  flex-direction: column;
  max-width: 1300px;
  margin-bottom: 58px;
  display: flex;
}

.row.sponsor-row.sponsors.hide {
  display: none;
}

.image-2 {
  object-fit: cover;
  border-radius: 0;
  width: 400px;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: none;
}

.image-2.fill {
  color: #0000;
  object-fit: fill;
  flex: none;
  align-self: center;
  width: 50%;
  height: 60%;
  padding-right: 0;
  display: block;
}

.paragraph-sponsor {
  color: var(--new-text-color);
  max-width: 750px;
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  display: none;
}

.paragraph-sponsor.sponsor-paragraph {
  margin-top: 0;
}

.heading-8 {
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.container-3 {
  align-self: center;
  width: 95%;
  max-width: 1350px;
  position: relative;
}

.container-3.promo-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(600px, 1fr);
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 60px;
  display: grid;
  position: relative;
}

.container-3.promo-grid.become {
  z-index: auto;
  grid-template-columns: 1fr minmax(600px, 1fr);
  align-self: auto;
  width: 95%;
  max-width: 1350px;
  padding-top: 0;
}

.summ {
  color: var(--new-text-color);
  text-align: left;
  text-indent: 0;
  align-self: flex-start;
  max-width: 1100px;
  margin: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.summ.space {
  margin-top: 12px;
}

.summ.before-list {
  text-align: left;
  align-self: flex-start;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
}

.summ.before-list.after-list {
  margin-top: 25px;
}

.summ.listsumm {
  margin-top: 10px;
  margin-bottom: 0;
}

.summ.summtop {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1200px;
  max-width: 1100px;
  margin-top: 40px;
  margin-bottom: -21px;
  display: block;
}

.summ.summtop.benefits {
  width: auto;
  margin-bottom: 20px;
}

.summ.summtop.graphs {
  margin-top: -15px;
  margin-bottom: -3px;
}

.summ.summtop.graphs.ccb {
  margin-top: 0;
  margin-bottom: 20px;
}

.summ.summtop.graphs.ccb.disclaimer {
  background-color: var(--haze);
  color: var(--new-dark-color2);
  margin-bottom: 0;
  padding: 20px;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 19px;
}

.summ.summtop.links {
  margin-top: 0;
  margin-bottom: 20px;
}

.summ.summtop.links.linklast {
  margin-bottom: 40px;
}

.summ.summtop.sponsorpage {
  align-self: auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.summ.summtop.transportation {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 26px;
}

.summ.summtop.column-text {
  width: 100%;
  margin: 0;
  font-size: 17px;
  display: block;
}

.summ.summtop.column-text.transportationmethod {
  font-size: 20px;
}

.summ.summtop.column-text.hotel {
  margin-bottom: 40px;
}

.summ.benefitssubtitle {
  color: var(--red);
  align-self: flex-start;
  margin-top: 20px;
  margin-left: 0;
  font-size: 21px;
  font-weight: 700;
}

.summ.benefitssubtitle.toptitle {
  color: var(--red);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 26px;
}

.summ.kittop {
  max-width: 1300px;
  margin-top: 0;
}

.summ.sponsorpage {
  margin-top: 12px;
}

.summ.speakerpage {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}

.summ.summ1 {
  margin-top: 30px;
}

.summ.travelsumm {
  margin-left: 0;
}

.summ.hide {
  display: none;
}

.summ.closed-message {
  text-align: center;
  font-weight: 700;
}

.button-7 {
  background-color: #0000;
  border: 1px #00ada4;
  border-radius: 0;
}

.heading-9 {
  color: var(--new-dark-color2);
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  display: block;
}

.heading-9.archive {
  color: #0e1249;
  display: block;
}

.heading-9.benefits-title {
  color: var(--light-blue);
}

.heading-9.kittitle {
  color: var(--white);
}

.heading-31 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.heading-31.speakerform {
  color: var(--new-dark-color2);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 700;
  display: flex;
}

.last {
  margin-bottom: 35px;
}

.contact-form-block {
  width: 100%;
  margin-bottom: 0;
}

.contact-form-block.no-max-width-tablet {
  color: #1e1f21;
  text-align: left;
  width: 100%;
  max-width: none;
  font-family: Roboto, sans-serif;
}

.contact-form-2 {
  background-color: #0000;
  border-radius: 4px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 25px;
  display: flex;
}

.contact-form-2.speaker {
  margin-top: 40px;
}

.contact-form-2.speaker.form {
  color: #1e1f21;
  text-align: left;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 5px 0 0;
  display: flex;
}

.contact-form-2.speaker.form.become {
  border-style: none;
  padding-top: 0;
}

.contact-form-2.speaker.form.become.hiden {
  display: none;
}

.contact-form-2.speaker.form {
  background-color: #0000;
  margin-top: 0;
  padding: 0;
}

.icon-7 {
  direction: ltr;
  color: var(--red);
}

.text-block-11 {
  color: var(--main-blue);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.heading-32 {
  color: var(--new-dark-color2);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 700;
  display: block;
}

.heading-32.headingkit {
  text-align: left;
  align-self: flex-start;
  line-height: 48px;
}

.column-2 {
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  display: flex;
  top: 100px;
}

.column-2.about-column {
  z-index: 2;
  clear: none;
  object-fit: fill;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-top: 75px;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.text-2 {
  color: var(--new-text-color);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.row-4 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.row-4.space-between-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

.row-4.space-between-row.wrap {
  border: 1px #192438;
  margin-bottom: 0;
}

.row-4.space-between-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.row-4.space-between-row.wrap {
  margin-bottom: 0;
}

.success-2 {
  background-color: #fff;
  border-radius: 0;
  height: 400px;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-18.forms {
  color: var(--white);
  justify-content: flex-start;
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-span-3 {
  color: #fff;
  font-weight: 400;
}

.heading-33 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 45px;
}

.hero-contact-2 {
  border-top: 3px solid var(--white);
  color: #1a1725;
  align-items: flex-start;
  width: 100%;
  padding: 56px 16px 16px;
  display: flex;
}

.hero-contact-2.date {
  border-style: none;
  border-width: 1px 3px 1px 1px;
  border-color: var(--main-blue) var(--white) black black;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 31px;
  padding-bottom: 34px;
  display: none;
}

.hero-contact-2.past-events {
  border-top-style: solid;
  border-top-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 18px;
  display: none;
}

.text-block-12 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-block-12.date {
  padding-top: 10px;
  font-size: 25px;
}

.text-block-12.date.past-events {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-12.past-events {
  color: var(--white);
  justify-content: center;
  align-items: flex-end;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.prices {
  color: var(--new-text-color);
  text-align: left;
  text-indent: 0;
  column-count: 1;
  width: 100%;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: block;
}

.map-2 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: block;
  position: sticky;
  top: auto;
  overflow: visible;
}

.transportation {
  padding-left: 0;
  padding-right: 0;
}

.metro-image {
  width: 20%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.viva-card {
  margin-top: 30px;
}

.how-to-get-there-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.heading-38 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-3 {
  padding: 0 80px 120px;
}

.section-3.call {
  padding-bottom: 0;
  display: none;
}

.faq {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq.aboutpage {
  display: none;
}

.div-block-19 {
  flex: none;
  position: sticky;
  top: 140px;
}

.div-block-20 {
  text-align: left;
  column-count: 0;
}

.paragraph-3 {
  width: 50%;
}

.div-block-21 {
  display: flex;
}

.image-3 {
  object-fit: cover;
  width: auto;
  max-width: 50%;
  margin-top: -17px;
  margin-right: 60px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.list-item {
  text-align: left;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  list-style-type: square;
}

.list-item.benefitslist {
  color: var(--white);
  -webkit-text-stroke-color: var(--red);
  font-weight: 500;
  list-style-type: square;
}

.list-item.benefitslist._10countries {
  list-style-type: decimal;
}

.list-item.benefitslist._10countries.list-item-13 {
  padding-top: 0;
}

.list-item.benefitslist.kitsociallist {
  pointer-events: auto;
  cursor: auto;
  background-image: url('../images/Linkedin_white_icon_v2-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  height: 25px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-left: 50px;
  list-style-type: none;
  display: flex;
}

.list-item.benefitslist.kitsociallist.facebook {
  background-image: url('../images/facebook-icon-white.svg');
}

.list-item.captionlist {
  margin-bottom: 10px;
}

.list {
  width: 60%;
}

.heading-39 {
  margin-top: 0;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 45px;
}

.heading-faq {
  color: var(--new-dark-color2);
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.paragraph-faq {
  color: var(--new-text-color);
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.paragraph-faq.bullet {
  margin-bottom: 5px;
}

.quation {
  color: var(--new-dark-color2);
  text-align: left;
  width: 60%;
  font-family: Inter, sans-serif;
  font-size: 30px;
}

.indent {
  color: var(--new-text-color);
  margin-bottom: 7px;
  margin-left: 56px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  list-style-type: square;
}

.indent.last {
  margin-bottom: 25px;
}

.item {
  color: var(--new-text-color);
  margin-bottom: 7px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  list-style-type: square;
}

.list-2 {
  margin-top: 0;
}

.heading-10 {
  color: var(--new-dark-color2);
  margin-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.heading-10.form-header {
  color: var(--red);
}

.text-block-13 {
  color: var(--red-2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-13.early {
  color: var(--new-dark-color2);
  margin-bottom: 35px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: block;
}

.text-block-13.early.early2 {
  width: 400px;
  margin-top: 16px;
}

.text-block-13.early.early2.hide {
  display: none;
}

.heading-40 {
  color: var(--main-blue);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.image-4 {
  flex: 0 auto;
}

.pricing-info {
  color: var(--new-text-color);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: block;
}

.pricing-info.space {
  text-align: left;
  flex: none;
  margin-bottom: 10px;
  display: flex;
}

.heading-41 {
  color: var(--new-dark-color2);
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  display: flex;
}

.pricing-information {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: flex;
}

.pricing-information.refund {
  margin-top: 45px;
}

.covid-10-safety {
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}

.refund-policy {
  margin-top: 20px;
}

.list-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40px;
}

.link-7 {
  flex: none;
  position: static;
}

.paragraph-4 {
  color: var(--new-text-color);
  text-align: left;
  margin-top: 13px;
  margin-bottom: 39px;
  padding-right: 19px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.paragraph-4.playlist {
  text-align: left;
}

.paragraph-4.links {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
}

.paragraph-4.agenda {
  color: var(--white);
  text-align: center;
}

.paragraph-4._2021 {
  text-align: center;
}

.paragraph-4.second {
  padding-right: 0;
}

.paragraph-4.hide {
  color: var(--new-dark-color2);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-4.hide.policy {
  background-color: #0000;
  border: 1px #fddfd8;
  border-top: 0 #d8d6db;
  padding: 0;
  font-size: 14px;
  line-height: 23px;
}

.paragraph-4.hide.policy.terms {
  border-style: solid none none;
  border-color: var(--red);
  border-top-width: 1px;
  margin-top: 0;
  padding: 40px 35px 35px;
}

.paragraph-4.hide.policy.second {
  padding-top: 0;
  padding-left: 0;
}

.bold-text {
  font-family: Roboto, sans-serif;
}

.disclaimer {
  margin-top: 20px;
}

.text-block-14 {
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.list-item-2 {
  font-family: Roboto, sans-serif;
}

.list-item-2.space {
  margin-bottom: 0;
}

.text-block-15 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.text-block-16-1 {
  font-weight: 500;
  display: block;
}

.text-block-16-1.nav-bar-hide {
  display: none;
}

.text-block-18.new {
  border-bottom: 1px none var(--light-blue);
  color: var(--light-blue);
  padding: 10px 0 5px 70px;
  text-decoration: none;
  display: none;
}

.text-block-18.new:hover {
  color: var(--red-2);
  text-decoration: none;
}

.text-block-18.new:focus {
  color: var(--light-blue);
}

.text-block-19 {
  color: var(--light-blue);
  font-family: Roboto, sans-serif;
}

.text-block-20 {
  font-family: Roboto, sans-serif;
}

.success {
  color: var(--main-blue);
  text-align: left;
}

.div-block-24 {
  font-family: Roboto, sans-serif;
}

.div-block-24.button-home {
  flex-direction: row;
  align-items: flex-end;
  margin-top: 48px;
  display: flex;
}

.div-block-24.button-home.hidden {
  display: none;
}

.bold-text-3 {
  color: var(--haze);
  font-size: 20px;
}

.italic-text {
  color: var(--new-text-color);
  text-align: left;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.list-item-3 {
  color: var(--new-text-color);
  text-align: left;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.div-block-26 {
  flex-direction: column;
  display: flex;
}

.current-underline {
  background-color: var(--red-2);
  color: var(--red-2);
  flex: 1;
  align-self: center;
  width: 100%;
  height: 2px;
  display: none;
  position: absolute;
  bottom: 0;
}

.heading-42 {
  font-family: Inter, sans-serif;
  font-size: 40px;
}

.heading-42.agenda {
  flex-direction: column;
  align-self: center;
  align-items: center;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  display: flex;
}

.paragraph-5 {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.heading-43 {
  color: var(--new-dark-color2);
  text-align: left;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
}

.heading-44 {
  color: var(--new-dark-color2);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 30px;
  display: flex;
}

.heading-44.title-sessions {
  font-size: 18px;
}

.heading-45 {
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-16.sessions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 35px;
  display: grid;
}

.div-block-16.sessions.full-sessions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link {
  flex-flow: wrap;
  place-content: space-around center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 0;
  display: block;
  position: relative;
}

.lightbox-link._1 {
  display: flex;
}

.lightbox-link.grid {
  cursor: auto;
  display: block;
}

.image-6 {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  overflow: hidden;
}

.div-block-9 {
  background-image: url('../images/triangle-right.svg'), linear-gradient(#040887bf, #040887bf);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 40px, auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-9:hover {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  box-shadow: 1px 1px 13px #0003;
}

.div-block-9:active {
  background-image: linear-gradient(#040887bf, #040887bf);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.link-8 {
  text-align: left;
}

.div-block-27 {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.bold-text-4, .bold-text-5 {
  font-size: 17px;
}

.section-4 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 120px 80px 100px;
  display: flex;
  position: relative;
}

.section-4.hide {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-2 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
}

.wrapper-2.agenda {
  margin-top: 25px;
}

.wrapper-2.left {
  align-items: flex-start;
}

.wrapper-2.left.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.wrapper-2.numbers {
  height: auto;
  display: flex;
}

.wrapper-2.videos-archive {
  max-width: 1000px;
}

.wrapper-2.videos-archive.caroussel {
  max-width: 1300px;
}

.wrapper-2.logos {
  align-items: flex-start;
  max-width: 1600px;
}

.divider-2 {
  background-color: #ff2f5b;
  width: 70px;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 24px;
  display: none;
}

.featured-events {
  width: 50%;
  padding-left: 6%;
  padding-right: 6%;
}

.featured-events.padding-top {
  padding-top: 40px;
}

.featured-event {
  padding-bottom: 64px;
}

.featured-events-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-8 {
  color: #1a1725;
  text-align: center;
  background-color: #fff;
  height: 48px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: box-shadow .2s, transform .2s;
  box-shadow: inset 0 0 0 2px #1a1725, 2px 2px #1a1725;
}

.button-8:hover {
  text-decoration: none;
  transform: translate(-1px, -1px);
  box-shadow: inset 0 0 0 2px #1a1725, 3px 3px #1a1725;
}

.button-8:active {
  transform: translate(2px, 2px);
  box-shadow: inset 0 0 0 2px #1a1725, 0 0 #1a1725;
}

.button-8.color-button:hover {
  box-shadow: inset 0 0 0 2px #fff, 3px 3px #fff;
}

.button-8.color-button:active {
  box-shadow: inset 0 0 0 2px #fff, 0 0 #fff;
}

.image-7 {
  object-fit: cover;
  border-radius: 200px;
  width: 200px;
  height: 200px;
}

.text-block-21 {
  color: var(--new-dark-color2);
  text-align: left;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 4px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.text-block-22 {
  color: var(--new-text-color);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.text-block-23 {
  color: var(--new-text-color);
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.link-9 {
  font-family: Roboto, sans-serif;
}

.text-block-24 {
  color: #000;
  margin-top: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.link-10 {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.link-10.agenda {
  font-size: 16px;
}

.link-11 {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.div-block-28 {
  padding-bottom: 15px;
}

.section-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  display: none;
}

.image-8 {
  width: 110px;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 0;
}

.image-8.baologo {
  width: 250px;
  margin: 0 0 23px;
  padding-top: 0;
}

.image-8.baologo.sponsors {
  width: 180px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-8.baologo.sponsors.viamologo {
  padding-top: 0;
  padding-bottom: 0;
}

.image-8.baologo.sponsors.smaller {
  width: 130px;
}

.image-8.baologo.sponsors.down {
  margin-bottom: 11px;
}

.image-8.baologo.unlockaid {
  width: 240px;
  margin-left: 30px;
  margin-right: 40px;
  padding-top: 8px;
  padding-bottom: 32px;
}

.image-8.baologo.bigger {
  width: 220px;
}

.image-8.unlock {
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 20px;
}

.image-8.fhi360 {
  width: 244px;
  margin-left: auto;
  margin-right: 29px;
  padding-top: 22px;
}

.image-8.parsyl {
  width: 100px;
  padding-top: 0;
}

.image-8.palladium {
  width: 150px;
}

.image-8.viamologo {
  width: 180px;
  padding-top: 30px;
  padding-bottom: 10px;
}

.image-8.polygon {
  width: 100%;
  padding-top: 23px;
}

.image-8.crssponsor {
  width: 127px;
  display: inline-block;
}

.image-8.crssponsor.broadreach {
  width: 244px;
  padding-top: 32px;
}

.image-8.crssponsor.unlock {
  width: 135px;
  padding-top: 49px;
}

.image-8.crssponsor2 {
  width: 134px;
}

.image-8.crssponsor2.broadreach {
  width: 244px;
  padding-top: 31px;
}

.image-8.crssponsor2.unlock {
  width: 152px;
  padding-top: 49px;
}

.image-9 {
  padding-bottom: 20px;
}

.text-block-25 {
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.paragraph-6 {
  color: var(--new-dark-color2);
  max-width: 1200px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-6.speakers-page {
  display: none;
}

.paragraph-6.fees {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 15px;
}

.paragraph-6.sales {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-bottom: 0;
  display: flex;
}

.paragraph-6.sales.hide {
  display: none;
}

.heading-46 {
  font-family: Inter, sans-serif;
  font-size: 45px;
}

.div-block-29, .div-block-30, .div-block-31 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.div-block-31.pagecontact {
  justify-content: flex-start;
}

.divider-3 {
  background-color: #ff2f5b;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 70px;
  height: 5px;
  margin-top: 8px;
  margin-bottom: 24px;
  display: flex;
  position: static;
}

.div-block-32 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.image-10 {
  z-index: 2;
  width: 150px;
  max-width: none;
  position: absolute;
  top: 476.789px;
  right: 1359px;
}

.image-11 {
  z-index: 2;
  width: 150px;
  max-width: none;
  position: absolute;
  top: 402px;
  left: 207px;
  right: 12px;
}

.image-12 {
  z-index: 2;
  width: 150px;
  max-width: none;
  position: absolute;
  bottom: 364.578px;
  left: 293.047px;
  right: 25px;
}

.image-12.aboutpage {
  width: 150px;
  bottom: 525.578px;
  left: 1108px;
  right: 0;
}

.image-13 {
  z-index: 2;
  width: 150px;
  max-width: none;
  padding-left: 0;
  position: absolute;
  top: 75px;
  bottom: 0;
  left: 1089px;
}

.image-14 {
  z-index: 2;
  width: 150px;
  max-width: none;
  position: absolute;
  bottom: 347px;
  right: 1152px;
}

.image-15 {
  z-index: 2;
  width: 150px;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 275px;
  right: 1134px;
}

.image-16 {
  width: 150px;
  max-width: none;
  position: absolute;
  top: 444px;
  left: auto;
  right: -57px;
}

.image-17 {
  z-index: 2;
  width: 150px;
  max-width: none;
  position: absolute;
  top: 127px;
  left: 1241px;
  right: 0;
}

.image-18 {
  z-index: 2;
  width: 150px;
  max-width: none;
  position: absolute;
  bottom: 296px;
  left: 1205px;
}

.image-19 {
  z-index: 2;
  width: 150px;
  max-width: none;
  position: absolute;
  top: -71px;
  left: -155px;
}

.image-20 {
  z-index: 2;
  width: 150px;
  max-width: none;
  position: absolute;
  top: 277px;
  right: 372px;
}

.image-21 {
  width: 150px;
  max-width: none;
  position: absolute;
  top: 359px;
  left: 94px;
}

.image-22 {
  width: 150px;
  max-width: none;
  position: absolute;
  top: 139.75px;
  left: 1142px;
}

.image-23 {
  width: 150px;
  max-width: none;
  position: absolute;
  top: 470.75px;
  right: 1189px;
}

.image-24 {
  width: 150px;
  max-width: none;
  position: absolute;
  top: 396.75px;
  left: -155px;
}

.image-25 {
  z-index: 2;
  width: 150px;
  max-width: none;
  position: absolute;
  top: 733px;
  bottom: 0;
  left: 1151px;
}

.image-26 {
  z-index: 3;
  width: 150px;
  max-width: none;
  position: absolute;
  top: 145px;
  left: -82px;
}

.image-27 {
  z-index: 2;
  width: 150px;
  max-width: none;
  position: absolute;
  top: 265px;
  left: -62px;
}

.image-28 {
  width: 150px;
  max-width: none;
  position: absolute;
  bottom: 487.5px;
  left: 993px;
}

.image-29 {
  width: 150px;
  max-width: none;
  position: absolute;
  bottom: 398.5px;
  left: 1015px;
}

.container-4 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.your-stay-link {
  border-bottom: 1px solid var(--light-blue);
}

.div-block-33 {
  display: flex;
}

.div-block-34 {
  justify-content: flex-end;
  display: flex;
}

.link-your-stay {
  border-bottom: 1px solid var(--light-blue);
}

.top-bar {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  display: none;
}

.link-12 {
  border-left: 1px solid var(--white);
  color: var(--white);
  letter-spacing: .1em;
  cursor: pointer;
  background-color: #0000;
  justify-content: flex-end;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 0 0 10px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
  display: inline-block;
}

.link-12:hover {
  color: var(--white);
}

.link-12._2 {
  color: #0000;
  cursor: pointer;
  border-left-style: none;
  padding-right: 10px;
  display: block;
}

.link-12._2:hover {
  color: var(--white);
}

.link-12._2:active {
  flex: 0 auto;
}

.link-12.your_stay {
  display: block;
}

.div-block-35 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 30px;
  padding-right: 20px;
  display: block;
}

.sponsored-by {
  color: var(--new-dark-color2);
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.sponsored-by.sponsor-title {
  margin-top: 60px;
}

.text-block-26 {
  color: var(--main-blue);
  text-align: center;
  align-self: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-26.golden {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-26.home {
  text-align: center;
  padding-bottom: 17px;
}

.past-event-title {
  font-family: Roboto, sans-serif;
}

.past-events-section {
  margin-bottom: 120px;
  padding-top: 0;
}

.past-events-container {
  max-width: 1200px;
  margin-top: 40px;
}

.text-block-27 {
  font-family: Roboto, sans-serif;
}

.button-9 {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #00ada4;
  border: 0 #000;
  border-radius: 100px;
  align-self: auto;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: background-position .3s, box-shadow .3s, transform .3s cubic-bezier(.23, 1, .32, 1);
  display: block;
  position: static;
  bottom: auto;
}

.button-9:hover {
  background-image: none;
  box-shadow: -2px 3px 10px 2px #00000017;
}

.container-5 {
  background-color: #0000;
  flex: 0 auto;
  align-self: auto;
  width: 95%;
  max-width: 1350px;
  margin-bottom: auto;
  position: static;
}

.container-5.sponsor-banner {
  text-align: center;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 100px;
  display: flex;
}

.image-30 {
  object-fit: cover;
  border-radius: 0;
  width: 400px;
  height: 100%;
  display: block;
}

.image-30.fill {
  object-fit: fill;
  width: 40%;
  height: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.image-30.fill.abt {
  width: 150px;
}

.image-30.fill.abt._2 {
  width: 140px;
}

.image-30.fill.eshift {
  width: 40%;
  padding-right: 20px;
}

.image-30.fill.bjr.chemonics._2019 {
  width: 40%;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.image-30.fill.psi {
  width: 20%;
  padding-right: 20px;
}

.image-30.fill._2019, .image-30.fill._2019.bao {
  width: 50%;
}

.image-30.fill.cardno {
  padding-top: 24px;
}

.line {
  background-color: #d3d3d3;
  width: 100%;
  height: 1px;
}

.max-520 {
  color: var(--new-text-color);
  max-width: 600px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7em;
}

.big-label {
  color: #838383;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

.big-label.black-text {
  color: var(--new-dark-color);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.big-label.black-text.margin-50 {
  color: var(--new-dark-color);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 19px;
}

.row-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-5.sponsor-row {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.row-5.sponsor-row.sponsor {
  background-color: #0000;
  border-style: none;
  flex-direction: column;
  max-width: 100%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 32px;
  padding-left: 0;
}

.row-5.sponsor-row.sponsor._2 {
  margin-top: 40px;
}

.row-5.why-attend {
  align-items: flex-start;
}

.row-5.button-row {
  flex-wrap: nowrap;
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  padding-right: 0;
}

.section-2 {
  background-color: #f6f7fa;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-2.bigger-top-padding {
  z-index: 2;
  padding-top: 100px;
}

.section-2.bigger-top-padding.videos {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.section-2.bigger-top-padding.videos._2019 {
  padding-top: 100px;
}

.link-4 {
  color: var(--red-2);
  font-size: 18px;
  font-weight: 400;
}

.link-4._2022, .link-4._2021 {
  font-size: 15px;
}

.container-6 {
  flex: 0 auto;
  align-self: auto;
  width: 95%;
  max-width: 1350px;
  margin-bottom: auto;
  position: static;
}

.container-6.promo-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(600px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.container-6.promo-grid.sessions {
  max-width: 1200px;
  display: block;
}

.container-6.promo-grid.sessions._2022 {
  padding-top: 0;
}

.container-6.main-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
  position: relative;
}

.container-6.banner-email {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 120px;
  margin-top: 23px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-47 {
  color: var(--new-dark-color);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.div-block-36 {
  cursor: pointer;
  background-image: url('../images/triangle-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-36:hover {
  background-image: url('../images/triangle-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  box-shadow: 1px 1px 13px #0003;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item, .collection-list-wrapper {
  max-width: 1200px;
}

.section-7 {
  text-align: center;
}

.container-7 {
  max-width: 1200px;
  margin-bottom: 0;
  padding-top: 0;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-2 {
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-3 {
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  display: block;
}

.collection-list-wrapper-2 {
  object-fit: contain;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  margin-bottom: 40px;
  display: grid;
}

.image-31 {
  object-fit: cover;
}

.image-32 {
  max-width: 130%;
  margin-top: 20px;
  padding-right: 0;
}

.div-block-37 {
  max-width: 120px;
}

.container-8 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin-bottom: 40px;
  display: flex;
}

.image-and-bigtext {
  background-color: var(--haze);
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
}

.rich-text-block {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: 80px;
  margin-right: 25px;
  padding-left: 0;
  display: flex;
}

.sticky-why {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
  position: static;
  top: 150px;
}

.heading-48 {
  color: #000;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.max-521 {
  color: #000;
  max-width: 600px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em;
}

.link-13 {
  color: var(--red-2);
  font-size: 18px;
  font-weight: 400;
}

.link-14 {
  color: var(--red-2);
  font-size: 15px;
  font-weight: 400;
}

.heading-49 {
  color: var(--new-dark-color);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.sticky-why-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
  position: sticky;
  top: 150px;
}

.max-522 {
  color: var(--new-text-color);
  max-width: 600px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7em;
}

.featured-icon-wrap {
  min-width: 65px;
  min-height: 65px;
  margin-right: 30px;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: auto;
  margin-bottom: auto;
  display: grid;
  position: relative;
}

.column.why-attend {
  max-width: 500px;
  margin-bottom: 0;
}

.margin-50 {
  color: var(--new-text-color);
  margin-bottom: 50px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.image-33 {
  object-fit: cover;
  width: auto;
  max-width: 80%;
  height: auto;
  margin-top: 0;
  margin-right: 0;
}

.div-block-38 {
  text-align: center;
  object-fit: cover;
  justify-content: center;
  align-items: flex-start;
  width: 900px;
  height: 100%;
  margin-top: 0;
  margin-right: 40px;
  display: flex;
}

.hero-date-card-2 {
  border: 2px #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.hero-contact-3 {
  color: #1a1725;
  border-top: 3px solid #fff;
  align-items: flex-start;
  width: 100%;
  padding: 56px 16px 16px;
  display: flex;
}

.hero-contact-3.date {
  border: 1px #000;
  padding-top: 31px;
  padding-bottom: 34px;
}

.text-block-28 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-28.date {
  padding-top: 10px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-29 {
  color: var(--white);
  padding-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.icon-9 {
  color: var(--white);
}

.dropdown {
  justify-content: center;
  align-items: center;
  display: block;
}

.dropdown.linkhide {
  display: none;
}

.dropdown-link, .dropdown-link-2 {
  color: var(--white);
  background-color: #04088780;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
}

.dropdown-link-3 {
  background-color: var(--main-blue);
  color: var(--white);
}

.dropdown-list {
  margin-top: 5px;
}

.dropdown-list.w--open {
  background-color: #0000;
  margin-top: 0;
}

.dropdown-toggle {
  margin-bottom: 0;
  padding-top: 27px;
  padding-bottom: 27px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: block;
}

.image-34 {
  width: 700px;
  padding-top: 80px;
}

.div-block-39 {
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.lottie-animation {
  width: 600px;
  margin-top: 100px;
}

.rich-text-block-2 {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.section-9 {
  background-color: var(--haze);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.section-9.gallery {
  padding-bottom: 300px;
}

.text-block-30 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.div-block-41 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-43 {
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.div-block-44 {
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.div-block-45 {
  flex-direction: column;
  align-self: center;
  margin-bottom: 20px;
  padding-top: 40px;
  display: flex;
}

.div-block-46 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-46.hide {
  display: none;
}

.div-block-47 {
  align-self: center;
  width: 22.5581%;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-47.hide {
  display: none;
}

.bold-text-6 {
  color: var(--haze);
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.text-span-4 {
  color: var(--new-text-color);
  font-size: 17px;
}

.bold-text-7 {
  color: var(--new-dark-color2);
  font-size: 20px;
}

.bold-text-8 {
  color: var(--new-dark-color2);
  font-family: Inter, sans-serif;
}

.bold-text-8.text {
  font-weight: 300;
}

.bold-text-8.early {
  color: var(--red);
}

.bold-text-9 {
  color: var(--new-text-color);
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.list-item-4 {
  color: var(--new-text-color);
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.list-item-5, .list-item-6 {
  color: var(--new-text-color);
  font-weight: 300;
}

.bold-text-10 {
  color: var(--new-dark-color2);
  margin-top: 60px;
  font-family: Inter, sans-serif;
  font-size: 25px;
}

.bold-text-10.ticket {
  margin-top: 40px;
  font-size: 25px;
}

.bold-text-10.type-ticket {
  margin-top: 0;
  font-size: 20px;
}

.list-item-7 {
  color: var(--new-text-color);
  font-weight: 300;
}

.bold-text-11 {
  color: var(--new-dark-color2);
  margin-top: 60px;
  font-family: Inter, sans-serif;
  font-size: 25px;
}

.bold-text-12, .bold-text-13 {
  color: var(--new-dark-color2);
  margin-top: 60px;
  font-size: 25px;
}

.bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17 {
  color: var(--new-dark-color2);
  font-size: 18px;
  font-weight: 600;
}

.bold-text-18 {
  color: var(--new-dark-color2);
  font-size: 20px;
}

.bold-text-19, .bold-text-20, .bold-text-21 {
  font-size: 20px;
}

.bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25 {
  color: var(--new-dark-color2);
  font-size: 20px;
}

.link-15 {
  font-weight: 400;
}

.tabs-menu-5 {
  background-color: var(--main-blue);
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-block-31 {
  color: #c7aeff;
  text-align: center;
  letter-spacing: .1px;
  text-transform: none;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 820px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3em;
  display: flex;
}

.button-10 {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(95deg, #4667ed, #c7aeff);
  border: 3px #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 15px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: background-position .3s, box-shadow .3s, transform .3s cubic-bezier(.23, 1, .32, 1);
  display: block;
  position: static;
  bottom: auto;
}

.button-10:hover {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(77deg, #4667ed, #6f7ef3 21%, #b8a6fd 51%, #c7aeff);
  box-shadow: -2px 3px 10px 2px #00000017;
}

.button-10.home {
  align-items: center;
  display: block;
}

.button-10.home.tickets {
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.button-10.home.tickets.agenda {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
}

.tab-link-tab-2-3 {
  color: #091238;
  background-color: #17dee2cc;
  flex: none;
  margin-bottom: 0;
  padding: 30px 40px;
}

.tab-link-tab-2-3:hover {
  color: #fff;
  background-color: #121e5a;
}

.tab-link-tab-2-3.w--current {
  color: #fff;
  background-color: #121e5a;
  margin-bottom: 0;
  padding: 30px 40px;
}

.tab-link-tab-2-3.w--current:hover {
  background-color: #121e5a;
}

.heading-50 {
  text-align: center;
  align-self: center;
  max-width: 820px;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 55px;
}

.heading-50.title-home {
  font-size: 30px;
  font-weight: 700;
  display: block;
}

.tabs-4 {
  flex: none;
  align-self: center;
  width: 100%;
}

.full-agenda {
  display: none;
}

.full-agenda.bootcamp {
  margin-top: 40px;
  display: none;
}

.full-agenda._2019, .full-agenda._2021 {
  display: block;
}

.full-agenda._2k19, .full-agenda._2k21 {
  display: none;
}

.container-9 {
  width: 95%;
  max-width: 1350px;
  position: relative;
}

.container-9.center-content {
  text-align: center;
  flex-direction: column;
  align-self: flex-start;
  align-items: stretch;
  width: 95%;
  max-width: 820px;
  margin-top: 40px;
  display: flex;
}

.container-9.center-content.bootcamp-agenda {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-9.grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: relative;
}

.container-9.grid-3.z-index-2 {
  z-index: 0;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  width: 100%;
  max-width: 1300px;
  margin-top: 0;
  display: grid;
}

.container-9.promo-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .75fr) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 39px;
  padding-top: 0;
  display: grid;
  position: relative;
}

.container-9.promo-grid.about-the-symposium {
  width: 55%;
  padding-top: 0;
}

.container-9.promo-grid.socialmediakit {
  grid-template-columns: minmax(200px, .75fr) 1fr 1fr;
}

.container-9.promo-grid.formcontainer, .container-9.promo-grid.speakerform {
  grid-template-columns: minmax(200px, 1fr) 1fr;
}

.container-9.grid-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partial-agenda {
  flex: 0 auto;
  display: block;
}

.partial-agenda.full-width.bootcamp {
  flex: none;
}

.partial-agenda._2019, .partial-agenda._2021 {
  display: block;
}

.text-block-38 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.text-block-38:hover {
  color: #fff;
}

.tabs-content-4 {
  background-color: var(--main-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.text-block-37 {
  color: #fff;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-37:hover {
  color: #fff;
  background-color: #0000;
  padding: 0;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: .005em;
  background-color: #000;
  background-image: url('../images/White-Right-Arrow.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1px #000;
  border-radius: 4px;
  height: auto;
  margin-bottom: 0;
  padding: 15px 60px 15px 40px;
  font-weight: 500;
  line-height: 1em;
  transition: background-position .3s, box-shadow .3s, transform .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button-4:hover {
  background-position: 83%;
  transform: translate(0, -3px);
  box-shadow: -6px 8px 20px 2px #00000026;
}

.button-4.secondary-button {
  color: #000;
  background-color: #0000;
  background-image: url('../images/Card-Arrow.svg');
  background-size: 15px;
  border-style: solid;
}

.button-4.secondary-button.full-agenda-trigger {
  background-image: url('../images/Downward-Arrow.svg');
  background-size: 10px;
  border-style: none;
}

.button-4.secondary-button.full-agenda-trigger.agenda-button {
  color: #c7aeff;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-image: url('../images/arrow-down.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-attachment: scroll;
  border-radius: 20px;
  margin-top: 23px;
  font-family: Open Sans, sans-serif;
}

.button-4.secondary-button.full-agenda-trigger.agenda-button:hover {
  box-shadow: none;
  background-image: url('../images/arrow-down.png');
  background-position: 90%;
  background-size: 25px;
}

.button-4.secondary-button.full-agenda-trigger.agenda-button.hide {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.section-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-15.agenda {
  flex-direction: column;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 100px;
  display: block;
}

.main-agenda {
  text-align: left;
  flex: 1;
}

.container-24 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-24.container, .container-24.container.agenda {
  display: block;
}

.text-block-36 {
  text-align: center;
  flex: none;
  align-self: center;
  width: 820px;
}

.collection-list-5 {
  display: block;
}

.tab-link-tab-1-4 {
  color: #ffffff70;
  background-color: #091238;
  flex: none;
  margin-bottom: 0;
  padding: 30px 40px;
}

.tab-link-tab-1-4:hover {
  color: #fff;
  background-color: #121e5a;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-link-tab-1-4:focus {
  background-color: #091238;
  flex: none;
}

.tab-link-tab-1-4.w--current {
  background-color: var(--main-blue);
  color: #fff;
  flex: none;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.tab-link-tab-1-4.w--current:hover, .tab-link-tab-1-4.w--current:active, .tab-link-tab-1-4.w--current:focus {
  background-color: #121e5a;
}

.div-block-22 {
  flex: none;
  align-self: center;
  width: auto;
  max-width: 820px;
  margin-bottom: 14px;
  padding-left: 0;
  padding-right: 0;
}

.image-35 {
  object-fit: cover;
  border-radius: 200px;
}

.text-block-39 {
  font-weight: 700;
}

.collection-item-4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-48 {
  text-align: left;
  display: block;
}

.div-block-49 {
  padding-right: 100px;
  display: block;
}

.section-16 {
  justify-content: center;
  align-items: center;
  padding: 120px 80px 0;
  display: flex;
}

.div-block-50 {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  margin-right: 20px;
  padding-right: 0;
  display: flex;
}

.text-block-40 {
  color: var(--new-dark-color);
  text-align: center;
  width: 100%;
  padding-top: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.text-block-41 {
  color: var(--main-blue);
  font-size: 14px;
  font-weight: 300;
  display: none;
}

.heading-51 {
  color: var(--new-text-color);
  text-align: left;
  flex: none;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.heading-51.comp-intem {
  color: #2d323ccc;
}

.heading-52 {
  font-size: 50px;
}

.heading-53 {
  color: var(--new-dark-color2);
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.rich-text-block-3 {
  color: var(--new-text-color);
  text-align: left;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-block-42 {
  color: var(--new-dark-color2);
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.text-block-42.company {
  font-weight: 300;
}

.div-block-51 {
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
}

.div-block-52 {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.collection-item-5 {
  width: 100%;
}

.div-block-53 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
}

.div-block-53.speaker {
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.heading-54 {
  font-family: Inter, sans-serif;
  font-size: 50px;
}

.text-block-43 {
  color: var(--new-dark-color);
  text-align: left;
  margin-top: 7px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.text-block-44 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.heading-55 {
  color: var(--new-dark-color2);
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.heading-56 {
  text-align: left;
  text-transform: none;
  flex: 1;
  max-width: 100%;
  margin-right: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.div-block-54 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-54.speakers-page {
  display: block;
}

.text-block-45 {
  color: var(--main-blue);
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.speakers-collection {
  flex: none;
  align-self: center;
  width: 100%;
}

.speakers-collection.full {
  display: none;
}

.speakers-collection.home-archive {
  width: 100%;
  margin-top: 60px;
}

.speakers-collection.jetboost-list-wrapper-p1rw {
  width: auto;
}

.collection-list-wrapper-4 {
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  display: block;
}

.heading-57 {
  color: var(--new-dark-color2);
  margin-top: 0;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.speaker-item-2 {
  width: 20%;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.speaker-item-2.big {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-7 {
  color: #2d323c;
  font-family: Inter, sans-serif;
}

.speakers-2 {
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: flex;
}

.speakers-2.no-margin-bottom {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 40px;
}

.text-span-5 {
  color: var(--red);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}

.image-36 {
  flex: 0 auto;
  max-width: 416px;
  height: auto;
  position: relative;
}

.heading-58 {
  color: var(--new-dark-color2);
}

.div-block-55 {
  z-index: auto;
  background-color: var(--main-blue);
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-56 {
  z-index: 3;
  background-color: #101250cc;
  width: 100%;
  height: 100%;
  max-height: none;
  display: none;
  position: fixed;
}

.div-block-56.popup {
  display: none;
}

.div-block-57 {
  background-color: var(--haze);
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 400px;
  margin: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-46 {
  color: var(--new-dark-color);
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.text-block-46.block {
  padding-bottom: 18px;
  font-weight: 400;
}

.text-block-46.block.up {
  padding-bottom: 9px;
  font-weight: 700;
}

.image-37 {
  filter: invert();
  text-align: center;
  cursor: pointer;
  display: block;
  position: static;
  inset: 0% 0% auto auto;
}

.image-37.popup-close {
  width: 20px;
  height: 20px;
}

.div-block-58 {
  justify-content: flex-end;
  width: 100%;
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-47 {
  color: var(--new-text-color);
  text-align: left;
  flex: 0 auto;
  width: auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.link-16 {
  color: var(--red);
  text-decoration: underline;
}

.image-38 {
  width: 80%;
  height: 100%;
}

.div-block-59 {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.div-block-60 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-25 {
  flex-direction: row;
  flex: none;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.div-block-61 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.div-block-62 {
  margin-top: 0;
  display: flex;
}

.div-block-63 {
  display: flex;
}

.day-2 {
  color: var(--new-dark-color2);
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-59 {
  color: var(--new-dark-color2);
  text-align: center;
}

.program {
  color: var(--new-text-color);
  text-align: center;
  width: 600px;
}

.div-block-64 {
  margin-bottom: 60px;
}

.comp-item {
  font-family: Inter, sans-serif;
}

.text-block-48 {
  color: var(--new-text-color);
  font-size: 15px;
}

.text-block-48.instruction {
  display: none;
}

.heading-60 {
  color: var(--red);
  letter-spacing: .1rem;
  font-size: 12px;
  font-weight: 500;
}

.heading-60.panel {
  color: var(--new-dark-color2);
  font-size: 12px;
}

.heading-60.breakout {
  letter-spacing: .1rem;
  font-size: 12px;
  font-weight: 500;
}

.collection-list-6 {
  width: 90%;
  margin-bottom: 100px;
}

.collection-list-6.speakers-page {
  width: 100%;
}

.collection-list-6.homepage {
  margin-bottom: 20px;
}

.collection-list-7 {
  width: 90%;
}

.text-block-49 {
  font-size: 13px;
}

.the-speaker {
  color: var(--new-dark-color2);
  margin-top: 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.the-speaker.expansion {
  margin-top: 0;
}

.the-speaker.archive-page {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 4px;
  display: block;
}

.the-company {
  color: var(--new-text-color);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.the-company.archive-page {
  color: var(--white);
}

.the-job {
  color: var(--new-text-color);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.the-job.archive-page {
  color: var(--white);
}

.speaker-collection-div {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.text-block-53 {
  flex: none;
  font-weight: 700;
}

.text-block-54 {
  color: var(--new-text-color);
  flex: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.tabs-menu-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1-5 {
  font-family: Roboto, sans-serif;
}

.tab-link-tab-1-5.w--current {
  background-color: var(--red-2);
  color: var(--white);
  flex: 0 auto;
  font-family: Inter, sans-serif;
}

.text-block-55 {
  color: var(--white);
  font-family: Inter, sans-serif;
}

.tab-link-tab-2-4 {
  background-color: #ff2f5b80;
}

.tab-link-tab-2-4:hover {
  background-color: #ff2f5b;
}

.tabs-content-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.tab-pane-tab-1 {
  flex: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.tab-pane-tab-2 {
  width: 100%;
  max-width: 1200px;
}

.agenda-at-homepage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
}

.div-block-66 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-left: 39px;
  display: block;
}

.text-block-56 {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 40px;
}

.heading-covid {
  color: var(--new-dark-color2);
  margin-top: 100px;
}

.list-4 {
  padding-bottom: 20px;
}

.link-17 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: inline-block;
}

.list-item-8, .list-item-9 {
  text-align: left;
}

.div-block-67 {
  z-index: 3;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-67.white-bar {
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  height: 150px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-67.white-bar.home-page {
  width: 50%;
  height: 100px;
  display: none;
}

.div-block-68 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.white-bar-text {
  color: var(--new-dark-color2);
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

.white-bar-text.location {
  padding-left: 0;
}

.block {
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 10px;
  display: flex;
}

.speaker-home-page {
  width: 60px;
  height: 60px;
}

.speaker-home-page._2, .speaker-home-page.location {
  width: 50px;
  height: 50px;
}

.blocks {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.image-39 {
  width: 50px;
  height: 50px;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1200px;
  max-width: 1200px;
}

.registration-type {
  color: var(--new-dark-color2);
  text-align: center;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
}

.ticket-type {
  color: var(--new-text-color);
  text-align: center;
  border-top: 1px solid #e0dee9;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.ticket-type.not-visible {
  color: var(--white);
}

.columns-2 {
  text-align: left;
  width: 770px;
  max-width: 1200px;
  margin-top: 40px;
  padding-bottom: 47px;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.text-registration {
  color: var(--new-text-color);
  text-align: center;
  width: 1200px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 700;
  display: block;
}

.text-registration.text-registration-2 {
  display: none;
}

.column-6, .column-7 {
  padding-left: 0;
  padding-right: 0;
}

.bold-text-26 {
  font-size: 25px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.ticket-type-div {
  padding-left: 0;
  padding-right: 0;
}

.link-19 {
  color: var(--new-text-color);
}

.div-block-69 {
  padding-right: 40px;
}

.text-block-57 {
  padding-left: 10px;
}

.text-block-57.rooms {
  color: var(--new-text-color);
  font-size: 13px;
  display: none;
}

.div-block-70 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

._2022-videos {
  display: block;
}

.div-block-71 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-40 {
  height: 100%;
  display: block;
}

.div-block-72 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-73 {
  flex-direction: column;
  display: none;
}

.text-block-58 {
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.div-block-74 {
  padding-top: 0;
  padding-bottom: 140px;
  display: flex;
}

.div-block-75 {
  object-fit: contain;
  width: 100%;
  height: 50%;
}

.div-block-76 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.div-block-76._2022 {
  margin-top: 0;
}

.collection-list-8 {
  width: auto;
  max-width: 1200px;
  padding-top: 40px;
}

.collection-list-wrapper-5 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  display: block;
}

.collection-item-6 {
  object-fit: none;
  padding-left: 0;
}

.image-41 {
  object-fit: contain;
}

.collection-2022 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  display: grid;
}

.div-block-77 {
  object-fit: cover;
  flex: none;
  width: 100%;
  max-width: none;
  height: 600px;
  margin-bottom: 40px;
}

.div-block-77.homepage {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  display: flex;
}

.div-block-77.homepage.home {
  height: 700px;
}

.lightbox-link-2 {
  background-color: var(--main-blue);
  background-image: url('../images/Temporary_thumbnail.png');
  background-position: 0 0;
  background-size: auto;
  width: 500px;
  height: 300px;
}

.collection-gallery-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.collection-list-wrapper-6 {
  margin-top: 20px;
}

.collection-list-wrapper-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.collection-list-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-8 {
  margin-top: 20px;
}

.image-42, .image-43, .image-44, .image-45 {
  object-fit: cover;
}

.div-block-78 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-79 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 40px;
  display: flex;
}

.div-block-80 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-81 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -150px;
  margin-bottom: 120px;
  padding-top: 0;
  display: flex;
}

.text-block-59 {
  font-size: 19px;
  font-weight: 500;
}

.text-block-60 {
  color: var(--new-dark-color2);
  margin-top: 40px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.div-block-82 {
  display: flex;
}

.link-block {
  margin-bottom: auto;
  position: relative;
}

.div-block-83 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Artboard-1_4.png');
  background-size: cover;
  background-clip: padding-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.link-block-2 {
  width: 50%;
  height: auto;
  display: flex;
}

.link-block-3 {
  background-image: url('../images/Artboard-1_4.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 180px;
  position: static;
}

.subscribe-form-input {
  outline-offset: 0px;
  object-fit: fill;
  border: 1px #828385;
  outline: 3px #333;
  width: 300px;
  min-width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
}

.heading-61 {
  color: var(--new-dark-color2);
  text-align: left;
  align-self: stretch;
  height: auto;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 10px;
}

.form-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-3 {
  object-fit: fill;
  border: 1px solid #cdcfd1;
  flex: 0 auto;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-right: 10px;
  padding-right: 0;
}

.subscribe-form-top {
  flex-flow: row;
  flex: 1;
  place-content: space-around center;
  align-items: flex-end;
  width: auto;
  min-width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.success-message {
  background-color: #0000;
}

.button-11 {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #00ada4;
  border: 0 #000;
  border-radius: 100px;
  height: auto;
  margin-bottom: 0;
  padding: 15px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: background-position .3s, box-shadow .3s, transform .3s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.button-11:hover {
  background-image: none;
  box-shadow: -2px 3px 10px 2px #00000017;
}

.button-11.link-button {
  color: var(--new-dark-color2);
  background-color: #0000;
  border-style: none;
  border-width: 0;
  border-radius: 100px;
  flex-wrap: nowrap;
  min-width: auto;
  margin-top: 17px;
  margin-left: 0;
  padding: 5px 30px 5px 0;
  transition: background-position .2s;
  display: flex;
  position: static;
  top: 205.5px;
  left: 31.555px;
}

.button-11.link-button:hover {
  box-shadow: none;
  background-position: 38%;
  transform: none;
}

.heading-62 {
  color: var(--new-dark-color2);
  text-align: left;
  width: auto;
  margin-right: 0;
}

.hero-contact-4 {
  color: #1a1725;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 31px;
  display: flex;
}

.hero-contact-4.home-draft {
  padding-top: 10px;
  padding-bottom: 17px;
}

.scroll-down-icon-2 {
  width: 20px;
  margin-bottom: 13px;
  margin-left: 0;
}

.link-color-2 {
  color: var(--red);
  transition: color .1s;
}

.hero-scroll-link-2 {
  color: #fff;
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 58px;
  font-size: 12px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
  position: static;
  bottom: 60px;
  right: -110px;
  transform: rotate(90deg);
}

.hero-scroll-link-2:hover {
  background-color: #ffffff0d;
  text-decoration: none;
}

.hero-scroll-link-2.w--current {
  color: #fff;
}

.hero-scroll-link-2.test {
  margin-bottom: 124px;
}

.hero-scroll-link-2.test.hide {
  display: none;
}

.hero-contact-icon-2 {
  width: 22%;
  height: 80%;
  margin-right: 20px;
}

.hero-contact-icon-2.training-icon {
  align-self: flex-end;
  width: 100px;
  max-width: none;
  height: 70px;
  padding-bottom: 20px;
}

.hero-contact-icon-2.sessions-icon {
  padding-bottom: 4px;
}

.hero-contacts-bg-2 {
  background-color: #fff;
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.form-block-2 {
  display: block;
}

.heading-63 {
  color: var(--new-dark-color2);
  padding-right: 12px;
  font-family: Inter, sans-serif;
}

.header-form {
  width: 100%;
  margin-bottom: 0;
  padding-right: 20px;
}

.header-form.header {
  display: none;
}

.heading-64 {
  color: var(--new-dark-color2);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.text-block-61 {
  letter-spacing: .5px;
  font-family: Inter, sans-serif;
}

.text-block-61.hide {
  display: none;
}

.text-block-62 {
  clear: none;
  color: var(--new-dark-color2);
  text-align: left;
  white-space: normal;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: block;
}

.list-item-10 {
  padding-top: 0;
}

.no-margin-2 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
}

.no-margin-2.ticketspolicy {
  font-size: 28px;
  line-height: 38px;
}

.no-margin-2.paragraph10 {
  margin-top: 10px;
  margin-bottom: 24px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.faq-items {
  margin-bottom: 20px;
}

.faq-items:last-child {
  margin-bottom: 0;
}

.section-17 {
  text-align: left;
  background-color: #fce4de;
  flex-direction: column;
  align-items: center;
  padding: 100px 80px;
  display: flex;
}

.section-17.hide {
  display: none;
}

.view-more {
  color: #ff5c5c;
  letter-spacing: .02em;
  text-transform: capitalize;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.faq-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 29px;
  display: flex;
}

.faq-answer {
  overflow: hidden;
}

.big-paragraph {
  font-size: 22px;
  line-height: 1.4em;
}

.big-paragraph.margin-10 {
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
}

.grey-1-text {
  color: #3f3f3f;
}

.grey-1-text.max-620.margin-10 {
  color: var(--new-dark-color2);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.faq-arrow {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 10px;
  margin-left: 15px;
  display: none;
}

.image-46 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.read-more-wrap {
  cursor: pointer;
  align-items: center;
  display: none;
  position: relative;
}

.view-less {
  color: #ff5c5c;
  letter-spacing: .5px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  display: none;
  position: absolute;
}

.rich-text-block-4 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.div-block-84, .div-block-85 {
  width: auto;
}

.div-block-86 {
  flex-flow: column wrap;
  align-items: stretch;
  width: 100%;
  display: none;
}

.section-18 {
  flex-direction: row;
  align-items: center;
  padding: 100px 80px;
  display: flex;
}

.max-523 {
  color: #121e5a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 650px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em;
  display: flex;
}

.max-523.summ {
  color: #12142b;
  align-self: auto;
  align-items: flex-start;
  max-width: 500px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  display: block;
}

.heading-65 {
  color: #12142b;
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.column-8 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.column-8.about-column {
  color: #12142b;
  max-width: 1300px;
  min-height: auto;
  position: static;
  top: 150px;
}

.column-8.about-column-copy {
  color: #12142b;
  flex-flow: wrap;
  max-width: none;
  min-height: auto;
  padding-left: 0;
  position: static;
  top: 150px;
}

.section-19 {
  background-color: #f2f4f8;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-19.bigger-top-padding {
  z-index: 0;
  background-color: var(--white);
  background-image: none;
  width: 100%;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.html-embed {
  margin-bottom: 0;
}

.arrow-link-2 {
  clear: none;
  color: #1a1725;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-image: url('../images/arrow-red-icon.svg');
  background-position: 0;
  background-repeat: no-repeat;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 8px 8px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.arrow-link-2:hover {
  color: var(--red);
  text-decoration: none;
}

.column-9 {
  padding-left: 0;
}

.navbar {
  flex-direction: row;
  display: flex;
}

.paragraph-8 {
  text-align: left;
}

.list-5 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 40px;
}

.navbar-2 {
  background-color: var(--main-blue);
}

.pasteditions {
  color: var(--new-dark-color2);
  text-align: left;
  width: 100%;
  margin-bottom: 7px;
  padding-top: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
}

.link-block-4 {
  width: 100%;
}

.div-block-87 {
  width: 100%;
  margin-top: 0;
}

.image-47 {
  width: 100%;
}

.navbar-3 {
  margin-top: 76px;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.nav-menu-2 {
  flex-direction: column;
  display: flex;
}

.navbar-4 {
  z-index: 2;
  width: 100%;
}

.nav-menu-3 {
  z-index: 1;
}

.div-block-88 {
  position: absolute;
}

.cta-heading-2 {
  color: var(--white);
  margin-top: 16px;
  margin-bottom: 28px;
  font-weight: 700;
}

.cta-heading-2.join {
  line-height: 45px;
}

.cta-price {
  border-right: 1px solid var(--red);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-right: 8%;
  padding-top: 16px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Inter, sans-serif;
  display: flex;
}

.cta-price.image2 {
  border-right-style: none;
  height: 100%;
  margin-right: 0%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-20 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  display: flex;
  position: relative;
}

.section-20.bg-image-section {
  color: #fff;
  background-color: #040887;
  display: block;
  overflow: hidden;
}

.section-20.bg-image-section.earlybird {
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-20.bg-image-section.earlybird.speakers {
  background-color: var(--dark-blue);
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.section-20.bg-image-section.earlybird.hide {
  display: none;
}

.cta-2 {
  color: #fff;
  align-items: stretch;
  width: auto;
  display: flex;
}

.cta-info-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 4% 50px 15px;
  font-family: Inter, sans-serif;
  display: flex;
}

.cta-price-tag {
  color: var(--white);
  margin-bottom: 12px;
  font-size: 80px;
  font-weight: 600;
  line-height: 72px;
}

.heading-66 {
  color: var(--white);
  font-weight: 600;
}

.heading-66.hide {
  display: none;
}

.video-2 {
  color: #1a1725;
  padding-bottom: 24px;
  text-decoration: none;
}

.video-2:hover {
  text-decoration: none;
}

.arrow-2 {
  color: #a5a6af;
  width: 64px;
  margin-bottom: 152px;
  font-size: 24px;
  transition: color .2s;
}

.arrow-2:hover {
  color: #1a1725;
}

.arrow-2.left {
  left: -64px;
}

.arrow-2.right {
  right: -64px;
}

.divider-4 {
  background-color: #ff2f5b;
  width: 70px;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.full-width-2 {
  width: 100%;
  display: block;
}

.heading-67, .heading-68 {
  font-weight: 700;
  line-height: 23px;
}

.collection-list-12 {
  font-size: 16px;
  line-height: 29px;
}

.div-block-89 {
  font-size: 16px;
}

.text-field {
  color: #091238;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #b5becf;
  border-radius: 0;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 18px;
  padding-right: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1em;
}

.text-field::placeholder {
  color: #c7aeff;
}

.text-field.message {
  color: #192438;
  height: 180px;
  padding-top: 16px;
  padding-left: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.text-field.half {
  background-color: #fff;
  border: 1px solid #b5becf;
  border-radius: 0;
  margin-right: 20px;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 400;
}

.text-field.half::placeholder {
  font-size: 14px;
}

.contact-form-block-2 {
  width: 100%;
  margin-bottom: 0;
}

.error-state-ticket {
  color: #ff5f5f;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 15px;
  padding: 15px;
  font-weight: 500;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.heading-19 {
  color: #12142b;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.success-text {
  color: #091238;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.link-23 {
  direction: ltr;
  color: #f97830;
  text-transform: none;
  flex: 0 auto;
  margin-bottom: 0;
  font-weight: 400;
  position: static;
}

.contact-form {
  background-color: #0000;
  border-radius: 4px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 25px;
  display: flex;
}

.contact-form.form {
  background-color: #0000;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-12 {
  color: #091238;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #c7aeff;
  background-image: none;
  border: 3px #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 15px 50px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-position .3s, box-shadow .3s, transform .3s cubic-bezier(.23, 1, .32, 1);
  display: block;
  position: static;
  bottom: auto;
}

.button-12:hover {
  color: #fff;
  background-color: #c7aeff;
  background-image: none;
  box-shadow: -2px 3px 10px 2px #00000017;
}

.button-12.form {
  color: #091238;
  background-color: #c7aeff;
  background-image: none;
  border-radius: 0;
  width: 100%;
}

.button-12.form:hover {
  color: #fff;
}

.section-21 {
  background-color: #f2f2f2;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-21.top-padding {
  padding-top: 0;
}

.rich-text {
  text-align: left;
}

.pricing-card-2 {
  text-align: center;
  background-color: #0000;
  border: 1px #e0dee9;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-ticket-2 {
  color: #706b81;
  letter-spacing: 1px;
  margin-top: 8px;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

.pricing-tag-2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

.pricing-features-2 {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.pricing-feature-2 {
  border-top: 1px solid var(--red);
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-align: left;
  background-image: url('../images/Google-Icon-White.svg');
  background-position: 0 20px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  margin-bottom: -1px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 32px;
  font-size: 16px;
}

.pricing-feature-2.no {
  background-image: url('../images/close-icon-color.svg');
  background-position: 0 20px;
  background-size: auto;
  text-decoration: line-through;
}

.pricing-feature-2.first {
  color: var(--white);
  background-image: url('../images/Google-Icon-White.svg');
  background-size: 16px 16px;
  border-top-style: none;
}

.about-photo-info {
  color: #fff;
  background-color: #6233efcc;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px 8px 20px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.about-2 {
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.about-bg-text-2 {
  color: #e0dee980;
  text-transform: uppercase;
  font-size: 136px;
  font-weight: 600;
  line-height: 120px;
  position: absolute;
  top: 144px;
  left: 29%;
}

.about-photo-2 {
  width: 100%;
}

.about-info-2 {
  z-index: 1;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  width: 58.33%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.about-photo-wrapper-2 {
  z-index: 1;
  flex: 1;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 8.66%;
  display: flex;
  position: relative;
}

.arrow-link-3 {
  color: #1a1725;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-image: url('../images/arrow-red-icon.svg');
  background-position: 0;
  background-repeat: no-repeat;
  padding: 10px 8px 8px 22px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.arrow-link-3:hover {
  text-decoration: underline;
}

.about-photo-text {
  flex: 1;
}

.about-text {
  color: #706b81;
  column-count: 2;
  column-gap: 2em;
}

.text-link-2 {
  color: #ff2f5b;
  text-decoration: none;
}

.text-link-2:hover {
  text-decoration: underline;
}

.div-block-90 {
  text-align: left;
}

.image-48 {
  filter: invert();
  margin-bottom: 3px;
}

.bold-text-27, .bold-text-28, .bold-text-29 {
  font-size: 16px;
}

.div-block-91 {
  width: 100%;
  margin-top: 0;
}

.column-10 {
  border-right: 1px solid var(--red);
  background-color: var(--white);
  padding: 35px 30px 35px 35px;
}

.columns-3 {
  margin-bottom: 0;
  padding-left: 0;
}

.list-item-11, .list-item-12 {
  color: var(--new-dark-color2);
  text-align: left;
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.list-6 {
  margin-top: 23px;
  margin-bottom: 0;
  padding-left: 14px;
}

.column-11 {
  background-color: var(--white);
  height: 100%;
  padding: 35px 30px 35px 35px;
}

.div-block-92 {
  border-top: 1px none var(--red);
  background-color: #0000;
}

.italic-text-2 {
  font-size: 14px;
  line-height: 19px;
}

.italic-text-3 {
  font-size: 14px;
  line-height: 20px;
}

.italic-text-4 {
  color: var(--dodger-blue);
}

.text-span-6 {
  color: var(--red);
  font-size: 14px;
  line-height: 20px;
}

.text-span-7 {
  line-height: 28px;
}

.headingvideos {
  line-height: 23px;
}

.text-span-8 {
  color: var(--new-dark-color2);
  font-weight: 700;
}

.navbar-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--main-blue);
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.nav-link-2 {
  color: var(--haze);
}

.nav-link-3, .nav-link-4 {
  color: var(--white);
}

.brand-2 {
  display: inline;
}

.image-49 {
  margin-top: 13px;
  margin-bottom: 13px;
  margin-left: 13px;
}

.header-paragraph {
  float: left;
  color: var(--white);
  justify-content: flex-start;
  margin: 0 200px 100px 0;
  font-size: 19px;
  line-height: 34px;
  display: flex;
}

.heading-69 {
  float: left;
  margin-top: 100px;
  margin-bottom: 0;
  margin-left: 40px;
  font-size: 43px;
}

.image-50 {
  float: left;
  width: 198.08px;
  height: 200px;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 100px;
}

.container-26 {
  background-image: url('../images/Archive-header.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: row;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-70 {
  clear: both;
  flex: 0 auto;
  position: relative;
}

.archive-text {
  color: #0e1249;
  text-align: left;
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 40px;
  font-size: 16px;
  line-height: 28px;
  display: flex;
}

.archive-text.hiden {
  color: var(--new-dark-color2);
  margin-right: 0;
  font-size: 15px;
  line-height: 28px;
}

.archive-text.column-left {
  color: var(--new-dark-color2);
  margin-right: 40px;
  line-height: 28px;
}

.archive-text.new-layout {
  text-align: left;
  margin-right: 100px;
  padding-top: 20px;
}

.archive-text.speakers {
  color: var(--white);
}

.archive-text.dates {
  margin-bottom: 18px;
}

.archive-title {
  color: var(--new-dark-color);
  text-align: left;
  align-self: flex-start;
  margin-top: 34px;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
  display: block;
}

.archive-title.hiden {
  display: none;
}

.archive-title.past-speakers {
  margin-bottom: 100px;
}

.archive-title.speakers {
  color: var(--white);
  margin-bottom: 10px;
  line-height: 45px;
}

.archive-title.subtitlearchive {
  font-size: 25px;
  line-height: 35px;
}

.grid-7 {
  grid-template-rows: 1fr auto 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.speaker-name {
  color: #0e1249;
  margin-bottom: 20px;
  font-size: 14px;
}

.speaker-name.hide {
  font-size: 16px;
}

.archive-header {
  background-image: url('../images/Archive-header.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 36%;
  min-height: 34%;
  margin-top: 70px;
  padding-left: 220px;
  padding-right: 220px;
  display: flex;
}

.header-image {
  height: 200px;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 250px;
}

.header-image.hiden {
  height: 55%;
  margin-left: 400px;
}

.heaader-title {
  color: var(--white);
  margin-top: 100px;
  margin-bottom: 50px;
  margin-left: 0;
  font-size: 43px;
  font-weight: 700;
}

.overview-archive, .speakers-archive {
  margin: 100px;
}

.column-archive {
  z-index: auto;
  clear: left;
  display: block;
  position: sticky;
  top: 140px;
}

.overview-right {
  padding-left: 0;
  display: block;
}

.header-container {
  flex: 1;
}

.image-archive {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: none;
  position: static;
  overflow: visible;
}

.image-archive.hide {
  height: 290px;
  min-height: 100px;
  max-height: 100%;
  overflow: visible;
}

.image-archive.hide.new {
  height: 340px;
}

.overview-left {
  padding-right: 0;
}

.take-a-look-archive {
  margin: 100px;
  padding-left: 0;
}

.archive-image {
  object-fit: cover;
}

.archive-image.overview {
  margin-bottom: 20px;
}

.speakers-archive-2 {
  margin: 100px;
}

.speaakers-grid {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: 1fr auto 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
}

.column-15 {
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-93 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-54 {
  float: none;
  clear: left;
  min-width: 200px;
  margin-bottom: 5px;
  margin-left: 10px;
  display: block;
}

.image-55 {
  width: 730px;
  min-width: 0;
  max-width: none;
}

.image-56 {
  min-width: 200px;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.sessions {
  margin: 100px;
}

.video-3 {
  min-width: 400px;
  max-width: 730px;
}

.video-4 {
  min-width: 200px;
  min-height: 100px;
  max-height: 300px;
}

.columns-5, .columns-6 {
  flex: 1;
}

.video-5, .video-6 {
  margin-bottom: 20px;
}

.overview-image {
  min-width: 330px;
  margin-bottom: 10px;
  display: block;
}

.overview-image.hiden {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin-bottom: 40px;
}

.overview-image.hiden._2nd {
  margin-bottom: 0;
}

.image-58 {
  min-width: 330px;
  max-width: 330px;
}

.image-58.hiden {
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin-bottom: 40px;
}

.image-58.hiden._2nd {
  margin-bottom: 0;
}

.text-block-64 {
  margin-top: 10px;
}

.text-block-65 {
  margin-top: 50px;
  font-weight: 700;
}

.see-more {
  color: var(--red-2);
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.see-more.column-button {
  margin-top: 0;
}

.text-block-66 {
  margin-bottom: 50px;
  font-size: 0;
}

.title-and-search {
  width: 100%;
  max-width: 1300px;
  margin: 33px auto 16px;
  padding-left: 10px;
  display: block;
}

.search {
  clear: both;
  outline-offset: 0px;
  color: var(--new-dark-color2);
  letter-spacing: normal;
  border: 0 solid #000;
  border-radius: 0;
  outline: 3px #333;
  flex-flow: row;
  justify-content: flex-end;
  width: 70%;
  min-width: 50%;
  max-width: 100%;
  min-height: 120%;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  display: flex;
}

.search-button {
  background-color: var(--red);
  border-bottom: 1px #000;
  border-radius: 0;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.search-column {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.archive-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1300px;
  max-width: 1300px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-9 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.title-column-left {
  align-self: flex-start;
  padding-left: 0;
}

.title-and-search-column {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.back-to-archive {
  color: var(--red-2);
  background-color: #0000;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.title-and-pics {
  width: 1300px;
  max-width: 1300px;
  margin: 150px auto;
}

.grid-10 {
  grid-column-gap: 0px;
}

.image-59 {
  width: 50%;
}

.image-60 {
  width: 25%;
  padding-left: 20px;
  display: inline-block;
  position: static;
}

.image-61 {
  width: 25%;
  display: inline-block;
  position: static;
  inset: auto 0% 0% auto;
}

.image-62 {
  width: 10.5403%;
}

.program-archive {
  margin: 100px 0 50px;
}

.column-19 {
  background-color: #0000;
  padding-left: 0;
  display: block;
}

.column-20 {
  background-color: #0000;
  padding-left: 10px;
  padding-right: 0;
}

.columns-8 {
  display: block;
}

.archive-subtitle {
  background-color: #0000;
  margin: 0;
  padding: 30px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-68 {
  background-color: var(--misty-rose);
  margin: 0;
  padding: 30px;
}

.session-years {
  font-size: 16px;
}

.text-block-69 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.session-name {
  color: var(--new-dark-color2);
  text-align: left;
  background-color: #0000;
  padding: 20px 0 10px;
  font-size: 18px;
  font-weight: 700;
}

.session-content {
  color: var(--new-dark-color2);
  text-align: left;
  background-color: #0000;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 21px;
}

.program-grid {
  grid-column-gap: 50px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin: 0 100px 100px;
}

.program-grid._2022 {
  grid-column-gap: 49px;
  margin-left: 0;
  margin-right: 0;
}

.program-grid._2021 {
  grid-column-gap: 50px;
  margin-left: 0;
  margin-right: 0;
}

.program-grid._2019 {
  margin-left: 0;
  margin-right: 0;
}

.program-day {
  background-color: #eaeaea;
  padding: 30px;
}

.grid-11 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-63 {
  object-fit: cover;
  min-width: 100%;
  height: 50%;
  max-height: 50%;
  display: block;
  position: static;
}

.take-a-look-grid {
  object-fit: cover;
  grid-template-rows: 300px 300px 300px 300px 300px 300px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.take-a-look-grid.archive-take-a-look {
  grid-template-rows: 300px auto auto auto;
}

.take-a-look-grid.archive-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: minmax(290px, 290px) minmax(290px, 290px);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 91%;
}

.image-grid {
  object-fit: cover;
  width: 100%;
}

.image-grid-tall {
  height: 100%;
}

.session-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr;
}

.video-7 {
  width: 100%;
  height: 58.6811%;
}

.archive-navbar {
  background-color: #040887;
  width: 1%;
  height: 36%;
  margin-top: 220px;
  margin-bottom: 220px;
  margin-left: 100px;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.archive-navbar._2nd {
  background-color: #0000;
  width: 15%;
  margin-left: 140px;
}

.nav-menu-4 {
  clear: none;
  flex-flow: column;
  align-items: flex-end;
  width: 25%;
  display: flex;
  position: sticky;
}

.nav-link-5 {
  background-color: var(--red);
  flex: 1;
  order: 1;
  justify-content: center;
  align-self: baseline;
  align-items: baseline;
  width: 1%;
  height: 9%;
  display: flex;
  inset: 0;
}

.nav-link-5._2nd {
  clear: left;
  color: #0e1249;
  background-color: #0000;
  flex: 1;
  order: 1;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  margin: 45px 0 45px 20px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: static;
}

.container-28 {
  float: left;
  text-align: left;
  object-fit: cover;
  flex-direction: column-reverse;
  align-items: flex-start;
  display: inline-block;
}

.grid-12 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-image {
  width: 45%;
}

.grid-13 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.image-64 {
  object-fit: cover;
  width: 100%;
}

.image-65 {
  object-fit: cover;
}

.grid-14 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.sessions-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 100px;
}

.sessions-grid-2.new {
  margin-top: 0;
  margin-bottom: 50px;
}

.sessions-div-block {
  background-color: #0e1249;
}

.sessions-div-block.hiden {
  background-color: var(--misty-rose);
}

.sessions-paragraph {
  color: var(--new-dark-color2);
  margin: 40px;
  font-size: 15px;
  line-height: 28px;
}

.see-more-button {
  color: var(--red);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: flex-end;
  align-self: flex-start;
  margin: 30px 30px 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.see-more-button.pink {
  color: var(--red);
  margin-top: 30px;
  margin-left: 0;
}

.see-more-button.sessions {
  margin-top: 0;
  margin-bottom: 100px;
}

.see-more-button.back-to-archive-button {
  color: var(--red);
  justify-content: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.see-more-button.speakers-section {
  color: var(--red);
  text-align: left;
  background-color: #0000;
  margin-top: 0%;
  margin-bottom: 0;
}

.see-more-button.agenda {
  text-align: center;
  justify-content: center;
  align-self: center;
  width: 100%;
  margin-top: 30px;
}

.see-more-button.agenda.close {
  display: none;
}

.see-more-button.training-banner {
  justify-content: center;
  width: 100%;
  margin-top: 19px;
  margin-right: 0;
}

.side-nav-archive {
  background-color: #0000;
  border-left: 1px solid #040887;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.archive-nav {
  color: #040887;
  width: 100%;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  font-size: 15px;
  font-weight: 400;
}

.archive-nav.overview-nav.w--current {
  padding-left: 20px;
}

.nav-link-7 {
  color: var(--white);
}

.nav-link-8 {
  color: var(--white);
  flex-direction: column;
  display: flex;
}

.side-nav-menu {
  object-fit: fill;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
}

.side-nav-container {
  width: 100%;
  margin-left: 0;
  position: sticky;
  right: auto;
}

.page-divider {
  text-align: left;
  flex-direction: row;
  width: 1300px;
  max-width: 1300px;
  margin: 150px 0 0;
  display: flex;
}

.page-divider.new-archive-home {
  display: none;
}

.overview-archive-new {
  margin-bottom: 100px;
}

.speakers-archive-new {
  margin-top: 200px;
  margin-bottom: 100px;
}

.take-a-look-archive-new {
  width: 100%;
  margin-top: 200px;
  margin-bottom: 100px;
  display: none;
}

.take-a-look-archive-new.new {
  width: 100%;
  display: block;
}

.sessions-archive-new {
  margin-top: 200px;
  margin-bottom: 100px;
}

.navbar-7 {
  flex-direction: column;
  display: flex;
}

.container-30 {
  align-self: flex-start;
}

.nav-menu-6 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-58-copy {
  min-width: 330px;
  max-width: 330px;
}

.image-58-copy.hiden {
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin-bottom: 40px;
}

.image-58-copy.hiden._2nd {
  margin-bottom: 0;
}

.column-21 {
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: sticky;
  top: 100px;
}

.grid-15 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  min-width: auto;
  height: 170px;
  min-height: auto;
}

.grid-15.old {
  height: 140px;
}

.column-22 {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.session-year-button {
  color: var(--new-dark-color2);
  background-color: #0000;
  margin-right: 60px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 700;
}

.button-13 {
  margin-top: 100px;
  margin-bottom: 70px;
}

.container-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: block;
}

.archive-header-section {
  width: 100%;
  margin-top: 70px;
  display: none;
}

.column-23 {
  display: none;
}

.archive {
  object-fit: cover;
  width: 100%;
  height: 700px;
}

.archive.new-home-page {
  height: 700px;
}

.archive.old {
  height: 600px;
}

.overview-column {
  width: 100%;
  margin-top: 50px;
}

.speakers-styling {
  width: auto;
}

.section-22 {
  margin-top: 220px;
}

.collection-list-wrapper-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 170%;
  display: block;
}

.collection-item-7 {
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.grid-16 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-67 {
  height: auto;
}

.collection-item-speaker {
  width: 25%;
  height: auto;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 15px;
  display: block;
}

.collection-list-speakers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin: 0;
  display: grid;
}

.collection-list-speakers.home-archive {
  width: 100%;
}

.speaker-s-name {
  text-align: left;
  justify-content: center;
  width: 100%;
  font-weight: 700;
  display: block;
}

.text-block-71 {
  text-align: center;
  font-size: 14px;
}

.company-name {
  text-align: left;
  justify-content: center;
  width: 196px;
  max-width: 225px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.speaker-image {
  filter: grayscale();
  text-align: left;
  object-fit: cover;
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  height: 280px;
  min-height: 280px;
  max-height: 280px;
  margin-bottom: 20px;
  margin-left: 0%;
  padding-left: 0;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.speaker-image.expanded {
  width: 330px;
  height: 330px;
}

.speaker-image.archive-page {
  filter: grayscale();
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 248.336px;
  min-height: auto;
  max-height: none;
  overflow: hidden;
}

.collection-wrapper-speakers {
  width: 1300px;
  margin-bottom: 100px;
  display: none;
}

.collection-item-8 {
  margin-bottom: 30px;
}

.title-and-back-to-archive {
  margin-left: 100px;
}

.archive-block {
  width: 1300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.session-columns {
  background-color: var(--misty-rose);
  padding-top: 30px;
  padding-left: 30px;
  display: block;
}

.session-columns.one {
  background-color: #e2e2e2;
  padding-top: 30px;
  padding-left: 30px;
}

.columns-10 {
  margin-left: 200px;
  margin-right: 200px;
}

.session-day {
  color: var(--new-dark-color2);
  text-align: left;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  font-size: 23px;
  font-weight: 700;
}

.session-program-grid {
  background-color: #e1e1e1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-left: 200px;
  margin-right: 200px;
}

.session-hour {
  color: var(--new-dark-color2);
  text-align: left;
  padding: 15px 0 5px;
  font-size: 20px;
  font-weight: 700;
}

.collection-item-9 {
  padding-top: 0;
}

.div-block-94 {
  margin-bottom: 220px;
}

.grid-17 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.body-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-block-archive {
  background-image: url('../images/Thumbnails-01.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 600px;
}

.link-block-archive._2nd, .link-block-archive._2nd.old {
  height: 100%;
}

.link-block-archive._3rd {
  background-image: url('../images/Thumbnails-04.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 170px;
}

.link-block-archive._3rd.old {
  height: 100%;
}

.link-block-archive.new {
  height: 700px;
}

.image-68 {
  width: auto;
  height: auto;
  display: block;
}

.link-block-5 {
  background-image: url('../images/Thumbnails-03.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
}

.link-block-5.old {
  height: 100%;
}

.link-block-6 {
  background-image: url('../images/Thumbnails-05.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.speakers-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--main-blue);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 80px 100px;
  display: flex;
}

.section-23 {
  width: 1300px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-96 {
  width: 1300px;
  max-width: 1300px;
  margin-top: 152px;
  margin-left: auto;
  margin-right: auto;
}

.pictures-archive-grid {
  object-fit: cover;
  grid-template-columns: 1fr 1fr 1fr;
  height: 600px;
}

.pictures-archive-grid.home-archive {
  grid-column-gap: 20px;
  grid-row-gap: 21px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 700px;
  margin-bottom: 40px;
  display: grid;
}

.pictures-archive-grid.home-archive.old {
  height: 600px;
}

.pictures-archive-grid.archive-pictures {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 6000px;
  display: grid;
}

.image-69 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-70, .image-71 {
  object-fit: cover;
}

.image-72 {
  object-fit: cover;
  width: 100%;
  height: 290px;
}

.image-73 {
  object-fit: cover;
}

.image-74 {
  width: 90%;
  height: 90%;
  margin-top: 17px;
}

.columns-11 {
  display: flex;
}

.columns-12 {
  width: 1500px;
}

.speakers-section {
  background-color: var(--misty-rose);
  flex-direction: column;
  width: 100%;
  margin-top: 5%;
  display: flex;
}

.image-75 {
  width: 40%;
}

.homepage-image {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.column-26 {
  flex-direction: column;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.column-27 {
  margin-top: 0;
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 100px;
}

.grid-18 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.collection-list-wrapper-10 {
  width: 600px;
}

.grid-19 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.image-76, .image-77 {
  object-fit: cover;
  width: 100%;
  height: 340px;
}

.archive-line-navbar {
  background-color: var(--red);
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 64px;
  margin-top: -3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: sticky;
  top: 0;
}

.archive-nav-menu {
  float: none;
  clear: both;
  object-fit: fill;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 64px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.archive-nav-container {
  border: 1px #000;
  margin-left: 0;
}

.archive-nav-container.option-one {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.archive-section {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 70px 80px 60px;
  display: flex;
  position: relative;
}

.overview-nav {
  padding-left: 0;
}

.archive-nav-link {
  opacity: 1;
  color: var(--white);
  mix-blend-mode: normal;
  margin: auto 20px;
  padding: 20px 0 5px;
  font-size: 16px;
  font-weight: 500;
  transition: none;
}

.archive-nav-link:hover {
  border-bottom: 1px solid var(--white);
}

.archive-nav-link:focus {
  color: var(--white);
  text-decoration: none;
}

.archive-nav-link:visited {
  color: var(--white);
  text-decoration: underline;
}

.archive-nav-link.w--current {
  border-bottom: 1px solid var(--haze);
  color: var(--haze);
}

.nav-link-9 {
  color: var(--new-dark-color);
}

.archive-wrapper {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 77px;
}

.collection-list-wrapper-11 {
  margin-left: 100px;
  margin-right: 100px;
}

.column-28 {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.image-78 {
  width: 80%;
}

.columns-13 {
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.the-biography {
  float: left;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  padding-left: 0%;
  padding-right: 2%;
  font-weight: 300;
  display: flex;
  position: relative;
  overflow: scroll;
}

.text-block-72 {
  color: var(--new-dark-color2);
  text-align: left;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-73, .text-block-74 {
  text-align: left;
}

.grid-20 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.speaker-expansion {
  margin: 5% 10%;
}

.the-expansion {
  background-color: var(--white);
  width: 1061px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.the-expansion.test {
  display: block;
}

.div-block-98 {
  width: 400%;
  display: block;
}

.rich-text-block-5 {
  position: relative;
}

.column-29 {
  background-color: #0000;
}

.div-block-99 {
  width: 303px;
}

.pop-up-div-block {
  z-index: 3;
  background-color: #19243896;
  width: 100vw;
  height: 100vh;
  margin-top: -205px;
  padding-right: 0;
  display: none;
  position: fixed;
}

.pop-up-div-block.with-collection {
  margin-top: -400px;
  display: block;
  position: sticky;
}

.pop-up-main-div {
  background-color: var(--white);
  width: 1150px;
  height: 450px;
  margin: auto;
  padding: 20px;
  position: absolute;
  inset: 0%;
  overflow: scroll;
}

.expansion-collumns {
  height: auto;
  padding: 3%;
  position: static;
  overflow: scroll;
}

.expansion-right-column {
  padding-left: 3%;
  padding-right: 0;
  overflow: scroll;
}

.close-div {
  width: 20%;
  height: 30%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-button {
  float: right;
  color: var(--light-blue);
  background-color: #040887c9;
  width: 70px;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 20px;
  display: inline-block;
}

.columns-15 {
  width: 100%;
  display: flex;
}

.training-section {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 80px;
  display: block;
}

.training-section.hide {
  display: none;
}

.column-31 {
  background-image: url('../images/Untitled-2-04.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-left: 100px;
  padding-right: 0;
}

.column-32 {
  background-color: #0e1249;
  padding-left: 0;
  padding-right: 0;
}

.training-title {
  float: right;
  clear: right;
  color: var(--white);
  text-align: left;
  justify-content: flex-start;
  width: 300px;
  margin-top: 30px;
  margin-bottom: 0;
  margin-right: 30px;
  padding: 30px 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  display: flex;
  position: relative;
}

.training-title.subtitle {
  clear: none;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.training-title.training-text {
  clear: right;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.training-title.training-text.last-paragraph {
  margin-bottom: 60px;
  display: block;
}

.training-question {
  float: left;
  color: var(--white);
  flex-direction: column;
  width: 100%;
  max-width: 867px;
  margin: 60px 60px 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.training-question._2nd {
  margin-top: 40px;
}

.training-subtitle {
  clear: none;
  color: var(--white);
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 433px;
  margin-top: 22px;
  padding-right: 30px;
  font-weight: 700;
  display: flex;
}

.training-left-column {
  clear: left;
  flex-direction: row;
  width: 300px;
  margin-right: 0;
  display: inline;
}

.right-training-column {
  width: 850px;
}

.training-text {
  color: var(--white);
  margin-top: 0;
  margin-left: 60px;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.training-text._2nd {
  margin-bottom: 60px;
}

.columns-16 {
  width: 100%;
  display: flex;
}

.training-title-white-background {
  color: #000;
  text-align: left;
  height: 135px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.t-question {
  color: var(--new-dark-color2);
  text-align: left;
  width: 100%;
  margin-top: 15px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 29px;
}

.t-paragraph {
  color: var(--new-dark-color2);
  text-align: left;
  padding-top: 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.column-33 {
  padding-top: 0;
  padding-left: 15px;
}

.training-header-image {
  height: 135px;
  margin-bottom: 70px;
}

.column-34 {
  padding-left: 0;
}

.dhis2-logotype {
  float: left;
  text-align: left;
  width: 200px;
  margin-bottom: 16px;
  margin-right: 115px;
}

.t-info {
  color: var(--new-dark-color2);
  text-align: left;
  margin-top: 14px;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 29px;
}

.t-information {
  color: var(--new-dark-color2);
  text-align: left;
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 29px;
}

.t-description {
  color: var(--new-dark-color2);
  text-align: left;
  margin-top: -5px;
  font-family: Inter, sans-serif;
  line-height: 25px;
}

.dhis2-info-div {
  border: 1px solid #0080d4;
  border-left: 1px #000;
  border-right: 1px #000;
  width: 85%;
  margin-bottom: 0;
  padding-top: 19px;
  padding-bottom: 20px;
}

.training-image {
  object-fit: cover;
  width: 100%;
  height: 230px;
  max-height: 230px;
  margin-bottom: 0;
  display: block;
}

.training-questions {
  padding-top: 52px;
}

.training-info-div {
  margin-top: 19px;
}

.expansion-left-column {
  padding-left: 0;
  padding-right: 0;
  position: static;
  overflow: hidden;
}

.pop-up-item {
  object-fit: contain;
  background-color: #12142b7d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.grid-21 {
  display: none;
}

.collection-item-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.collection-list-wrapper-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.collection-list-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-79 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 5%;
  padding-right: 0%;
}

.slider {
  width: 100%;
  height: 750px;
  display: none;
}

.image-80 {
  width: 100%;
}

.slide-one {
  background-image: url('../images/IMG_7227.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-two {
  background-image: url('../images/IMG_6507.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-three {
  background-image: url('../images/IMG_6964.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-four {
  background-image: url('../images/IMG_7341.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-five {
  background-image: url('../images/IMG_6309.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-six {
  background-image: url('../images/IMG_5915-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-seven {
  background-image: url('../images/IMG_7219.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-eight {
  background-image: url('../images/IMG_6578.png');
  background-position: 50%;
  background-size: cover;
}

.slide-nine {
  background-image: url('../images/tempImagegsUWgL.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-ten {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-eleven {
  background-image: url('../images/tempImagecNuDMB.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-twelve {
  background-image: url('../images/IMG_7884.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-thirteen {
  background-image: url('../images/IMG_6475.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-fourteen {
  background-image: url('../images/IMG_6090.png');
  background-position: 50%;
  background-size: cover;
}

.slide-fifteen {
  background-image: url('../images/IMG_7286.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-sixteen {
  background-image: url('../images/IMG_7911.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-seventeen {
  background-image: url('../images/IMG_7389.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-eighteen {
  background-image: url('../images/IMG_8001.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nineteen {
  background-image: url('../images/IMG_8181.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-twenty {
  background-image: url('../images/IMG_6403.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon-12, .icon-13 {
  color: var(--light-blue);
  background-color: #0000;
}

.slide-nav-2 {
  color: #0000;
  background-color: #0408877a;
}

.div-block-100 {
  display: grid;
}

.grid-22 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.right-arrow {
  width: 7%;
}

.div-block-101 {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: static;
  overflow: scroll;
}

.collection-list-wrapper-13 {
  width: 100%;
}

.collection-item-11 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 350px;
  display: flex;
}

.collection-list-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-2 {
  height: 750px;
  margin-top: 195px;
  display: none;
  position: absolute;
  inset: 0%;
}

.link-block-7 {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.recaptcha {
  margin-top: 33px;
}

.recaptcha-2 {
  margin-bottom: 24px;
}

.text-block-75 {
  color: var(--new-dark-color2);
}

.pink-title {
  color: var(--red);
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 14px;
  padding: 0;
  font-size: 14px;
}

.pink-title.program {
  text-align: left;
  padding: 10px 10px 10px 15px;
  font-size: 15px;
}

.text-block-76 {
  color: var(--new-dark-color2);
  margin-bottom: 40px;
  padding: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 68px;
}

.text-block-77 {
  color: var(--new-dark-color2);
  margin-top: 13px;
  margin-bottom: 45px;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  display: none;
}

.video-9 {
  width: 100%;
  height: 600px;
}

.videos-grid {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.session-duration {
  color: var(--red);
  text-align: left;
  margin-bottom: 15px;
  font-size: 12px;
}

.year-filter-grid {
  grid-column-gap: 0px;
  background-color: #0000;
  border: 1px #f592a7;
  grid-template-rows: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: start;
  justify-items: start;
  width: 30%;
  margin-top: 24px;
  padding-top: 0;
  font-size: 14px;
}

.years-filter {
  border-right: 1px none var(--white);
  color: var(--new-dark-color2);
  text-align: left;
  background-color: #0000;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  display: block;
}

.years-filter._2022 {
  color: var(--red);
}

.years-filter.test {
  background-color: var(--main-blue);
  color: var(--white);
  border-right-style: none;
  height: 100%;
}

.program-slider {
  background-color: #0000;
  width: 100%;
  height: 670px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  display: none;
}

.icon-14, .icon-15, .slide-nav-3 {
  color: var(--red);
}

.session-div {
  background-color: var(--white);
  width: 100%;
  height: 115px;
  margin: 10px 0;
}

.left-arrow {
  margin-left: -100px;
}

.right-arrow-2 {
  margin-right: -100px;
}

.program-description {
  color: var(--new-dark-color2);
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
}

.column-35 {
  padding-left: 0;
}

.column-36 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.speaker-icons {
  border-radius: 50px;
  align-self: center;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  margin-right: 10px;
}

.program-column {
  height: 100%;
}

.download-program {
  color: var(--red);
  background-color: #0000;
  justify-content: flex-end;
  align-self: flex-end;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 0;
  font-size: 14px;
  display: flex;
}

.download-program._2022 {
  float: none;
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  width: auto;
  height: 24px;
  margin-top: 0;
  margin-bottom: 22px;
  margin-left: 0;
  display: flex;
  position: static;
}

.download-program._2019 {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.download-program._2021 {
  text-align: right;
  flex-direction: row;
  align-items: flex-end;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.div-block-102 {
  height: 100%;
}

.video-10 {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.slider-3 {
  object-fit: cover;
  width: 85%;
  height: 600px;
}

.agendas-div {
  width: 100%;
}

._2022 {
  width: 100%;
  display: block;
}

.agenda-card {
  background-color: var(--white);
  border: 1px solid #ebe9f0;
  margin-bottom: 16px;
  padding: 30px;
  display: block;
}

.type-of-session {
  color: var(--main-blue);
  text-align: left;
  letter-spacing: .15em;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
}

.session-s-name {
  color: var(--new-dark-color2);
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.session-information {
  color: var(--new-dark-color2);
  text-align: left;
  margin-top: 3px;
  font-size: 14px;
  display: block;
}

.speaker-icon {
  clear: right;
  filter: grayscale();
  text-align: right;
  object-fit: cover;
  border-radius: 60px;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  display: block;
}

.agenda-column-right {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.agenda-columns {
  align-items: center;
  height: 100%;
  display: flex;
}

.agenda-column-left {
  height: 100%;
  padding-left: 0;
}

.icon-16, .icon-17 {
  color: var(--red);
}

.right-arrow-3 {
  margin-left: 0;
  margin-right: -80px;
}

.left-arrow-2 {
  margin-left: -80px;
  padding-left: 0;
}

.slide-nav-4 {
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #0000;
  margin-top: 18px;
  font-size: 10px;
  position: static;
}

.slide {
  object-fit: contain;
  object-position: 50% 50%;
  background-image: url('../images/IMG_7227.jpg');
  background-position: 50%;
  background-size: cover;
}

.mask {
  object-fit: cover;
}

.slide-2 {
  background-image: url('../images/IMG_6964.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/IMG_7299.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/IMG_7884.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/IMG_6155.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/IMG_6475.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/IMG_6013.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/IMG_5915-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/IMG_7456.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/IMG_7849.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block-8 {
  background-image: url('../images/Thumbnails-02.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
}

.link-block-9 {
  background-image: url('../images/Thumbnails-02.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  width: 100%;
  height: 220px;
  display: flex;
}

.link-block-10 {
  background-image: url('../images/Screenshot-2022-06-15-at-12.21.04.png');
  background-position: 50%;
  background-size: cover;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.columns-18 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  margin-left: 45px;
  display: flex;
}

.column-39 {
  display: flex;
}

.column-40 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-104 {
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 29px;
  display: flex;
}

._2019, ._2021 {
  width: 100%;
  display: none;
}

.map-3 {
  width: 100%;
}

.deadline {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 28px;
}

.image-81 {
  width: 1%;
}

.archive-videos-playlist {
  background-image: url('../images/Thumbnails-02.png');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  width: 100%;
  height: 230px;
  display: flex;
}

.archive-videos-playlist._2nd {
  background-image: url('../images/Thumbnails-03.png');
}

.archive-videos-playlist._3rd {
  background-image: url('../images/Thumbnails-05.png');
  background-position: 50%;
  background-size: cover;
}

.archive-videos-playlist._4th {
  background-image: url('../images/Thumbnails-04.png');
}

.archive-videos-playlist._5th {
  background-image: url('../images/Thumbnails-01.png');
}

.archive-videos-playlist._6th {
  background-image: url('../images/Thumbnails-20.png');
}

.linkedin-link {
  color: #000;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
}

.linkedin-link:hover {
  color: var(--red);
}

.linkedin-link.home-archive {
  color: var(--light-blue);
  letter-spacing: 0;
  display: none;
}

.linkedin-link.home-archive:hover {
  color: var(--white);
}

.section-24 {
  flex-flow: wrap;
  display: flex;
}

._2019-agenda-button {
  color: var(--red);
  letter-spacing: .1em;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  font-size: 14px;
  display: flex;
}

._2019-agenda-button.close {
  display: none;
}

._2021-agenda-button {
  color: var(--red);
  letter-spacing: .1em;
  background-color: #0000;
  justify-content: center;
  margin-top: 60px;
  font-size: 14px;
  display: flex;
}

._2021-agenda-button.close {
  display: none;
}

.embed-map {
  filter: grayscale();
  object-fit: fill;
  align-self: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: -7px;
}

.div-block-105 {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.div-block-106 {
  margin-left: auto;
  margin-right: auto;
}

.column-41 {
  padding-left: 0;
}

.dropdown-toggle-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.years-menu {
  flex-flow: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.text-block-78 {
  font-weight: 700;
}

.years-dropdown-menu {
  background-color: var(--white);
}

.years-dropdown-menu.w--open {
  background-color: var(--misty-rose);
  margin-top: 60px;
}

.years-dropdown {
  color: #000;
  padding-left: 0;
  font-weight: 700;
}

.years-dropdown:hover {
  color: var(--red);
}

.dropdown-toggle-3 {
  float: none;
  clear: none;
  border: 1px solid var(--haze);
  background-color: var(--white);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  left: 0;
}

.dropdown-2 {
  text-align: left;
  order: 0;
  align-self: flex-start;
  display: none;
}

.text-span-9 {
  margin-left: 9px;
  font-size: 20px;
}

.text-span-10 {
  flex-direction: column;
  font-size: 20px;
  display: inline;
}

.text-span-11, .text-span-12, .text-span-13, .text-span-14 {
  font-size: 20px;
}

.download-program-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30%;
  margin-top: -18px;
  margin-left: auto;
  display: flex;
}

.download-icon {
  align-self: stretch;
  width: auto;
  height: 20px;
  margin-right: 2%;
  display: block;
}

.link-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  margin-top: -18px;
  margin-left: auto;
  display: flex;
}

.download-program-link-div {
  justify-content: flex-end;
  width: 30%;
  margin-top: -18px;
  margin-bottom: 20px;
  margin-left: auto;
  display: flex;
}

.download-agenda {
  margin-left: 2%;
  font-size: 14px;
}

.pagination {
  justify-content: center;
}

.next {
  background-color: #0000;
  border-style: none;
  width: 15px;
  max-width: 27px;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-79 {
  color: var(--light-blue);
  letter-spacing: .1em;
  font-weight: 500;
}

.text-block-80 {
  color: var(--light-blue);
  letter-spacing: .1em;
  margin-right: 0;
}

.previous {
  color: var(--red);
  background-color: #0000;
  border-style: none;
  width: 15px;
  max-width: 27px;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

.sponsors-grid {
  flex: 0 auto;
  grid-template-rows: 150px 150px 150px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.sponsor-images {
  width: 30%;
  height: auto;
}

.image-83 {
  height: 100%;
}

.image-84 {
  height: 70%;
}

.image-85 {
  width: 80%;
}

.image-86 {
  height: 70%;
}

.image-87, .image-88 {
  width: 70%;
}

.image-89 {
  width: 50%;
}

.form-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.jetboost-list-search-input-p1rw {
  border-style: none solid solid;
  border-width: 1px;
  border-color: black var(--white) var(--red);
  background-color: #0000;
}

.form-2 {
  justify-content: flex-end;
  display: flex;
}

.image-90 {
  align-self: center;
  height: 30px;
  margin-left: 10px;
}

.filters-wrapper {
  display: block;
}

.filters-wrapper.two {
  display: none;
}

.search-result-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.search-result-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-results-container {
  max-width: 100%;
}

.div-block-109 {
  align-self: flex-end;
}

.image-91, .image-92 {
  width: 60%;
}

.image-93 {
  width: 50%;
}

.image-94, .image-95 {
  width: 35%;
}

.div-block-110 {
  align-self: center;
  width: 22.5581%;
  padding-left: 40px;
}

.image-96 {
  width: 80%;
  padding-top: 40px;
  display: block;
}

.text-block-81 {
  color: var(--new-dark-color2);
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 3px;
  font-family: Inter, sans-serif;
  display: flex;
}

.sponsors-row {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sponsors-wrapper {
  align-self: auto;
  width: 100%;
  max-width: 1300px;
  display: block;
}

.pictures-ccb-wrapper {
  width: 100%;
  max-width: 1300px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.sessions-wrapper {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.speakers-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.overview-wrapper {
  width: 100%;
  max-width: 1300px;
}

.next-2 {
  background-color: #0000;
  border-style: none;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-block-82 {
  color: var(--red-2);
  letter-spacing: .1em;
}

.previous-2 {
  background-color: #0000;
  border-style: none;
  align-items: center;
  display: flex;
}

.text-block-83 {
  color: var(--red);
  letter-spacing: .1em;
  align-self: center;
}

.link-block-12 {
  align-items: center;
  margin-top: 17px;
  display: flex;
}

.text-block-84 {
  color: #000;
  letter-spacing: .1em;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1px;
}

.image-97 {
  max-width: 80%;
  margin-left: 10px;
}

.link-block-13 {
  align-self: center;
}

.pink-button {
  align-self: flex-start;
  align-items: center;
  max-width: 30%;
  margin-top: 0;
  display: flex;
}

.pink-button.right {
  flex-flow: row;
  justify-content: flex-end;
  width: 50%;
  margin-left: auto;
}

.text-button {
  letter-spacing: .1em;
  font-size: 14px;
  font-weight: 500;
}

.right-arrow-archive {
  width: 15px;
  max-width: 27px;
  margin-left: 10px;
  padding-left: 0;
}

.right-arrow-archive.open, .right-arrow-archive.close {
  max-width: 27px;
}

.left-arrow-archive {
  width: 15px;
  max-width: 18px;
  margin-right: 10px;
}

.left-arrow-archive.previous {
  max-width: 25%;
}

.pagination-2 {
  flex-direction: row;
}

.agenda-button {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.agenda-button.close, .agenda-button.close._2021, .agenda-button.close._2019, .agenda-button.close._2k21, .agenda-button.close._2k19 {
  display: none;
}

.agenda-button._2019, .agenda-button._2k19 {
  display: flex;
}

._2022-session-recordings {
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  padding-top: 8px;
  padding-right: 8px;
  display: flex;
}

.footer-arrow {
  max-width: 27px;
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
}

.footer-link-text {
  color: var(--red);
  letter-spacing: .1em;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.footer-link-text:hover {
  color: var(--red);
}

.link-block-14 {
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.link-block-14.hide {
  display: none;
}

.page-count {
  color: var(--white);
  font-weight: 600;
}

.next-3 {
  border-color: var(--red);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
}

.image-98 {
  margin-left: 10px;
}

.text-block-85 {
  color: var(--red);
}

.heading-71 {
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 15px;
  line-height: 20px;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo-slider-img {
  width: 120px;
  max-width: none;
}

.logo-slider-img.wider {
  width: 200px;
}

.logo-slider-img.medium {
  width: 150px;
}

.logo-slider-img.big {
  width: 230px;
}

.logo-slider-img.smaller {
  width: 100px;
}

.logo-slider-img.medium2 {
  width: 170px;
}

.logo-slider-img.smaller2 {
  width: 90px;
}

.logo-slider-img.medium2-copy {
  width: 170px;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 40px;
  padding-bottom: 50px;
}

.logo-slide_section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.text-block-86 {
  color: var(--new-dark-color2);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
}

.grid-23 {
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  align-self: auto;
  place-items: center;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: static;
}

.logos-attendees {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 90px;
}

.logos-attendees.hide {
  display: none;
}

.text-block-87, .icon-18 {
  color: var(--red);
}

.text-block-88, .text-block-89, .text-block-90 {
  text-align: left;
}

.text-block-91 {
  max-width: 180px;
  margin-top: 8px;
  font-size: 13px;
  line-height: 20px;
}

.wrapper-3 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.speaker-card-2 {
  color: #1a1725;
  flex-direction: column;
  width: 100%;
}

.speaker-card-2:hover {
  text-decoration: none;
}

.speaker-card-avatar-2 {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.card-info-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #6233efcc;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 60px 16px 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-info-arrow-2 {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

.link-dark-2 {
  color: #1a1725;
  text-decoration: none;
}

.link-dark-2:hover {
  text-decoration: underline;
}

.speaker-card-bio-2 {
  color: #706b81;
  margin-top: -4px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-small-2 {
  font-size: 13px;
  line-height: 20px;
}

.image-99 {
  padding-top: 26px;
  padding-bottom: 30px;
}

.grid-24 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 23px;
}

.div-block-111 {
  align-self: center;
  width: 140px;
  padding-top: 23px;
}

.div-block-111.sponsor-page {
  align-self: center;
  width: 150px;
}

.div-block-111.sponsor-page.ehalthdiv {
  width: 300px;
}

.list-7 {
  grid-column-gap: 53px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  list-style-type: square;
  display: grid;
}

.list-8 {
  margin-bottom: 20px;
  list-style-type: square;
}

.list-8.hide {
  display: none;
}

.bold-text-30, .bold-text-31 {
  color: var(--red);
  font-weight: 600;
}

.text-span-16, .bold-text-32, .text-span-17, .bold-text-33 {
  color: var(--red);
}

.image-100 {
  text-align: center;
}

.text-span-18, .text-span-19 {
  color: var(--new-dark-color2);
}

.sponsor-list {
  color: var(--new-dark-color2);
  text-indent: 24px;
  white-space: normal;
  word-break: normal;
}

.link-24 {
  display: none;
}

.list-item-13 {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  list-style-type: square;
}

.list-item-13.list-item.benefitslist._10countries {
  padding-top: 0;
}

.list-item-14 {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.list-item-14.list-item.benefitslist._10countries {
  padding-top: 0;
}

.list-item-14.list-item.benefitslist.kitsociallist.twitter {
  cursor: auto;
  background-image: url('../images/logo.svg');
}

.list-9 {
  color: var(--red);
  max-width: 1100px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  list-style-type: square;
}

.list-9.sponsorbenefitslist {
  margin-left: 0;
  padding-left: 42px;
  list-style-type: square;
}

.list-9.visa {
  margin-top: 10px;
}

.list-9.travellist {
  margin-left: 0;
}

.italic-text-5 {
  color: var(--white);
  font-style: normal;
}

.text-span-20 {
  color: var(--red);
}

.bold-text-34 {
  color: var(--red);
  font-weight: 400;
}

.topcolumn {
  width: 45%;
  padding-right: 0;
  display: block;
}

.topcolumn.topgrid {
  flex-flow: wrap;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  padding-right: 0;
  display: flex;
}

.topcolumn.top6 {
  width: 55%;
}

.toptitle {
  color: var(--red);
  font-size: 19px;
  font-weight: 400;
}

.text-span-21 {
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  padding: 0 0 10px;
}

.cell {
  background-color: var(--light-blue);
}

.cell.benefitcell {
  color: var(--main-blue);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
}

.gridnumber {
  color: var(--main-blue);
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 44px;
  display: flex;
}

.text-span-22 {
  align-self: flex-start;
  font-size: 28px;
  font-weight: 400;
}

.paragraph-9 {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.gridtext {
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 18px;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  width: 100%;
  max-width: none;
  margin-top: 10px;
  padding: 0 0 3px;
}

.quick-stack-2.graph2 {
  width: 89%;
  padding-bottom: 0;
}

.quick-stack-2.graph3 {
  width: 65%;
}

.quick-stack-2.graph4 {
  width: 51%;
}

.quick-stack-2.graph5 {
  width: 37%;
}

.top6cell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top6text {
  color: var(--main-blue);
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: flex;
}

.top6number {
  color: var(--main-blue);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 37px;
  display: flex;
}

.div-block-112 {
  background-color: var(--light-blue);
  align-self: flex-start;
  width: 255px;
  height: 5px;
  margin-top: 21px;
  margin-bottom: 36px;
}

.div-block-112.divider {
  display: block;
}

.div-block-112.divider.visadivider {
  margin-top: 63px;
}

.div-block-112.divider.disclaimer-frame {
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-112.divider.disclaimer-frame.rightframe {
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  display: block;
}

.bold-text-35 {
  display: none;
}

.div-block-113 {
  flex: none;
  align-self: center;
  width: 100%;
  max-width: 1300px;
  display: none;
}

.div-block-113.static {
  display: none;
}

.logoheading {
  color: var(--main-blue);
  font-size: 26px;
}

.div-block-114 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.grid-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr 1fr;
  width: 85%;
  max-width: 1300px;
  margin-bottom: 30px;
}

.grid-25.grid4sponsors {
  grid-template-rows: minmax(auto, .25fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-101 {
  width: 200px;
  max-width: 250px;
}

.logo {
  width: 199px;
  max-width: 100%;
}

.logo.usaid {
  width: 206px;
  max-width: 100%;
}

.logo.unicef {
  width: 177px;
}

.logo.aws {
  width: 108px;
}

.logo.bixal {
  width: 161px;
}

.logo.palladium {
  width: 217px;
  max-width: none;
}

.logo.drc {
  width: 170px;
}

.logo.drc.v2 {
  display: none;
}

.logo.oxfam {
  width: 106px;
}

.gridcopy {
  grid-template: ". . . . . . . . . Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.right-arrow-4, .slide-nav-5, .icon-19 {
  display: none;
}

.mask-2 {
  background-color: #bd989800;
  max-width: 1300px;
  max-height: 100px;
}

.slider-4 {
  background-color: #fff;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  max-width: 1300px;
  height: 100px;
  max-height: 150px;
  margin-bottom: 40px;
  display: block;
}

.slide-10 {
  vertical-align: middle;
  width: 20%;
  height: 100%;
}

.slide-11 {
  width: 20%;
}

.slide-12 {
  width: 20%;
  max-height: 150px;
}

.image-102 {
  vertical-align: middle;
  object-fit: fill;
  width: 135px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-103 {
  z-index: auto;
  vertical-align: middle;
  position: relative;
}

.image-103.logoslider {
  width: 184px;
  margin-left: auto;
  top: 38px;
  bottom: auto;
}

.icon-20 {
  display: none;
}

.image-104 {
  vertical-align: middle;
  width: 106px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-104.logoslider {
  width: 101px;
  top: -5%;
}

.image-105 {
  width: 144px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: auto;
  bottom: 20px;
}

.image-105.logoslider {
  top: -25%;
}

.image-106 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-106.logoslider {
  width: 107px;
  position: relative;
  top: 11px;
}

.logoslider {
  width: 146px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 35%;
}

.logoslider.image107 {
  width: 87px;
  top: 2%;
}

.logoslider.image108 {
  width: 119px;
  position: relative;
  top: 14%;
}

.logoslider.image109 {
  width: 207px;
  top: 11px;
}

.logoslider.image110 {
  top: 28%;
}

.logoslider.image112 {
  width: 177px;
  top: 10%;
}

.bold-text-36 {
  font-weight: 400;
}

.text-span-23 {
  color: var(--main-blue);
}

.div-block-115.traveltips {
  max-width: 1200px;
}

.div-block-116 {
  flex-flow: column;
  max-width: 1100px;
  display: flex;
}

.div-block-116.dislcaimerblock {
  margin-bottom: 40px;
}

.summ-copy {
  color: var(--new-text-color);
  text-align: left;
  text-indent: 0;
  align-self: flex-start;
  max-width: 1100px;
  margin: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.summ-copy.space {
  margin-top: 12px;
}

.summ-copy.before-list {
  text-align: left;
  align-self: flex-start;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}

.summ-copy.before-list.after-list {
  margin-top: 25px;
}

.summ-copy.listsumm {
  margin-top: 10px;
  margin-bottom: 0;
}

.summ-copy.summtop {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1200px;
  max-width: 1100px;
  margin-top: 40px;
  margin-bottom: -21px;
  display: block;
}

.summ-copy.summtop.benefits {
  width: auto;
  margin-bottom: 20px;
}

.summ-copy.summtop.graphs {
  margin-top: -15px;
  margin-bottom: -3px;
}

.summ-copy.summtop.links {
  margin-top: 0;
  margin-bottom: 20px;
}

.summ-copy.summtop.links.linklast {
  margin-bottom: 40px;
}

.summ-copy.summtop.sponsorpage {
  align-self: auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.summ-copy.benefitssubtitle {
  color: var(--red);
  align-self: flex-start;
  margin-top: 20px;
  margin-left: 0;
  font-size: 21px;
  font-weight: 700;
}

.summ-copy.benefitssubtitle.toptitle {
  color: var(--red);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 26px;
}

.summ-copy.kittop {
  max-width: 1300px;
  margin-top: 0;
}

.summ-copy.sponsorpage {
  margin-top: 12px;
}

.summ-copy.speakerpage {
  margin-top: 40px;
  margin-bottom: 0;
}

.summ-copy.staytext {
  margin-bottom: 40px;
}

.summ-copy.staytext.presentationstext {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.summ-copy.explore {
  width: 100%;
  margin-bottom: 60px;
}

.bold-text-37 {
  color: var(--new-dark-color);
  font-size: 20px;
}

.bold-text-37.red {
  color: var(--red);
  font-size: 26px;
}

.bold-text-37.transportation {
  font-size: 26px;
}

.text-span-24 {
  color: var(--new-dark-color);
}

.travelcolumns {
  margin-top: 20px;
  margin-bottom: 60px;
}

.transportationmethod {
  font-size: 20px;
  display: inline;
}

.bold-text-38 {
  font-size: 18px;
  display: inline;
}

.bold-text-39 {
  vertical-align: baseline;
  display: inline;
}

.travelcolumns-copy {
  width: 100%;
  max-width: 1100px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.image-107 {
  width: 100%;
  max-width: 1100px;
}

.visacolunms {
  width: 100%;
  max-width: 1100px;
  height: 100%;
  max-height: 500px;
}

.image-108 {
  width: 100%;
}

.columns-19 {
  max-width: 1100px;
}

.image-109 {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 60px;
}

.image-110 {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 500px;
  overflow: hidden;
}

.column-43 {
  height: 500px;
  max-height: none;
  overflow: hidden;
}

.div-block-117 {
  width: 100%;
  height: 108%;
  max-height: 500px;
  overflow: hidden;
}

.div-block-118 {
  width: 300px;
  max-width: 215px;
  margin-bottom: 60px;
}

.ehealthlogo {
  text-align: center;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 234px;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  display: inline-flex;
}

.text-span-25 {
  color: var(--light-blue);
}

.text-span-26, .bold-text-40, .bold-text-41, .bold-text-42, .text-span-27, .bold-text-43, .bold-text-44 {
  color: var(--red-2);
}

.bold-text-45 {
  color: var(--red);
}

.text-span-28, .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49 {
  color: var(--red-2);
}

.bold-text-50 {
  color: var(--red);
}

.agenda-time {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  font-size: 17px;
  font-weight: 700;
  display: block;
}

.agenda-type {
  color: var(--red);
  flex-flow: column;
  font-size: 14px;
  display: flex;
}

.agenda-type.stage {
  color: var(--main-blue);
  font-size: 12px;
}

.session-title {
  text-align: left;
  cursor: default;
  line-height: 24px;
}

.session-description {
  font-size: 13px;
}

.session-org {
  color: var(--main-blue);
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}

.session-speaker-name {
  color: var(--new-text-color);
  text-align: left;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.session-speaker-photo {
  margin-bottom: 5px;
}

.collection-list-15 {
  width: 75%;
}

.session-time-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.text-span-29 {
  color: var(--red);
}

.image-111 {
  width: 100%;
  max-width: 350px;
  margin-bottom: 10px;
}

.collection-item-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 410px;
  margin-bottom: 40px;
  display: flex;
}

.text-block-92 {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
  margin-bottom: 3px;
  font-weight: 700;
  display: flex;
}

.text-block-93 {
  text-align: left;
  width: 100%;
  max-width: 350px;
  font-size: 16px;
  line-height: 22px;
}

.image-112 {
  width: auto;
  height: 25px;
  margin-right: 10px;
}

.link-block-15 {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 30px;
  margin-top: 10px;
  display: flex;
}

.link-block-16 {
  align-self: flex-start;
  width: 30px;
  display: flex;
}

.image-113 {
  width: auto;
  height: 25px;
}

.div-block-119 {
  align-self: flex-start;
  height: 30px;
  display: flex;
}

.text-block-94 {
  color: var(--new-dark-color2);
}

@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 40px;
    line-height: 48px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  h4 {
    font-size: 23px;
    line-height: 28px;
  }

  .section {
    margin-bottom: 0%;
    padding: 7% 5%;
  }

  .section.page-header {
    padding-top: 144px;
    padding-bottom: 64px;
  }

  .section.page-header.big-header {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.hero-section {
    justify-content: center;
    height: auto;
    padding-bottom: 100px;
  }

  .section.hero-section.home-page {
    height: auto;
  }

  .section.media-grid {
    padding: 5%;
    display: block;
  }

  .section.media-grid.images {
    padding-bottom: 5%;
    display: flex;
  }

  .section.last-events {
    margin-bottom: 40px;
  }

  .section.who-should-attend {
    padding-bottom: 7%;
  }

  .section.speakers2022 {
    align-items: center;
    width: 668px;
    max-width: 668px;
    margin-top: 100px;
  }

  .section.attend, .section.aboutsummir, .section.video2022 {
    margin-bottom: 0%;
    padding: 7% 5%;
  }

  .section.speakerform {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section.spinsorform {
    padding-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section.archive-page {
    margin-bottom: 0%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .section.archive-page.overview-section {
    margin-top: 0;
    margin-bottom: 0%;
    padding: 5%;
  }

  .section.sessions {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .section.sessions.margin {
    padding-top: 5%;
  }

  .section.sessions.other {
    padding-bottom: 5%;
  }

  .section.ccb {
    margin-top: 0;
    padding: 5%;
  }

  .section.sponsors {
    margin-top: 0%;
  }

  .wrapper {
    width: 100%;
    max-width: 100%;
    height: 95%;
    margin-top: 0;
  }

  .wrapper.nav-bar-wrapper {
    height: 100px;
  }

  .wrapper.hero-wrapper {
    align-items: center;
    height: auto;
    margin: 40px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.hero-wrapper.form.sponsor2 {
    margin-top: 10px;
  }

  .wrapper.hero-wrapper.pastevents {
    align-items: center;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper.attend {
    max-width: none;
  }

  .wrapper.speakers-wrapper {
    align-items: flex-start;
  }

  .wrapper.sessions-wrapper {
    align-self: stretch;
  }

  .wrapper.ccb {
    margin-top: 0;
  }

  .wrapper.slidder-wrapper {
    width: 90%;
    height: 45%;
  }

  .button.color-button.subscribe-button {
    margin: 10px 8px 24px;
    padding-top: 13px;
  }

  .button.header {
    margin-left: 0;
  }

  .button.header.color-button.home.ticketsbutton {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .button.header.color-button.home.ticketsbutton.fixed {
    display: none;
  }

  .button.header.color-button.home.ticketsbutton.transparent {
    border-color: var(--red);
    background-color: var(--white);
    color: var(--red);
  }

  .button.header.color-button.home.primary.homepaage {
    margin-bottom: 22px;
  }

  .button.header.watch-more, .button.header.secondary {
    display: none;
  }

  .nav-bar {
    background-color: #0000;
    border-bottom-color: #1a17251f;
    height: 60px;
    margin-top: 48px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
  }

  .nav-link {
    background-color: var(--main-blue);
    color: var(--white);
    border-top: 1px solid #17dee2;
    border-bottom: 1px solid #17dee2;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding: 16px 24px;
    font-size: 14px;
  }

  .nav-link.w--current {
    color: var(--light-blue);
  }

  .section-intro.margin.tickets {
    align-items: center;
  }

  .section-intro.margin {
    margin-bottom: 48px;
  }

  .text-center.agenda {
    text-align: left;
  }

  .no-vertical-paddings {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-links {
    width: 25%;
    padding-left: 8px;
    padding-right: 16px;
  }

  .footer-links.footer {
    margin-top: 0;
    padding-left: 20px;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }

  .brand {
    color: #000;
    margin-left: 0;
    font-size: 18px;
  }

  .brand.w--current {
    color: #000;
  }

  .changelog {
    width: 83.33%;
  }

  .nav-menu {
    background-color: var(--main-blue);
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
  }

  .paragraph-big {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-intro {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: flex-start center;
    margin-bottom: 16px;
    padding: 0 8px 64px;
    display: flex;
  }

  .about {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: cover;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start stretch;
    align-self: auto;
    align-items: stretch;
    display: grid;
    position: relative;
  }

  .about.agenda {
    margin-top: 140px;
  }

  .about.home-page {
    grid-template-rows: auto;
  }

  .about-photo-wrapper {
    object-fit: contain;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch center;
    height: 100%;
    max-height: 800px;
    margin-left: 0;
    margin-right: 0%;
    font-family: Roboto, sans-serif;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .about-photo-wrapper.past-events {
    display: block;
  }

  .about-info {
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0;
  }

  .about-info.home {
    width: auto;
  }

  .about-info.about {
    padding-bottom: 0;
  }

  .about-info.about.past-events {
    margin-right: 40px;
  }

  .about-photo.about {
    object-fit: contain;
    align-content: start;
    height: auto;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .divider.sign-up {
    margin-left: 0;
  }

  .about-bg-text {
    font-size: 104px;
    line-height: 56px;
    left: 43%;
  }

  .schedule-tabs {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .schedule-event {
    flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px;
  }

  .schedule-event:hover {
    background-color: #0000;
  }

  .schedule-event.marker {
    flex-direction: column;
    align-items: center;
  }

  .schedule-event-info {
    align-items: center;
    padding-top: 20px;
  }

  .schedule-event-time {
    width: auto;
  }

  .schedule-speaker {
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
    display: block;
  }

  .schedule-speaker-image {
    flex: none;
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }

  .numbers-info {
    padding-right: 0%;
  }

  .numbers-info-block {
    padding-left: 8px;
    padding-right: 32px;
  }

  .big-number {
    font-size: 56px;
    line-height: 64px;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .speakers {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .speakers.no-margin-bottom {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .speakers.home-archive.first-draft {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 125%;
    margin-bottom: 0;
  }

  .speaker-item {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .speaker-item.big {
    width: 35%;
  }

  .speaker-card {
    align-self: center;
  }

  .footer-about {
    max-width: 70%;
    padding-left: 8px;
  }

  .footer-instagram {
    width: 100%;
    margin-left: 0%;
    padding-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .instagram-photo {
    width: 16.66%;
    max-width: 176px;
  }

  .no-padding {
    padding: 0;
  }

  .media-video {
    width: 100%;
    padding-top: 184px;
    padding-bottom: 176px;
  }

  .gallery-image {
    height: 100%;
  }

  .gallery-block {
    width: 50%;
  }

  .gallery-block.big {
    order: 1;
    width: 50%;
  }

  .media-testimonials {
    width: 100%;
    padding: 80px 12% 80px 20%;
  }

  .media-testimonials._2022 {
    z-index: 2;
    width: 100%;
    margin-top: -180px;
    margin-bottom: 0;
    position: relative;
  }

  .media-review-icon {
    left: -20%;
  }

  .tickets-button {
    border-bottom-style: none;
    width: 100%;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .subscribe {
    padding-left: 4%;
    padding-right: 4%;
  }

  .subscribe.agenda {
    padding-left: 8%;
    padding-right: 8%;
  }

  .subscribe.agenda.past-events {
    margin-top: 0;
  }

  .subscribe-form.agenda {
    flex-direction: column;
    justify-content: center;
  }

  .subscribe-form.header-form {
    padding-right: 0;
  }

  .input {
    border: 0 #000;
    border-radius: 0;
  }

  .input.subscribe-input {
    border-radius: 0;
    margin: 10px 8px 24px;
  }

  .form-success {
    width: 100%;
  }

  .page-header-intro {
    align-items: center;
  }

  .pricing {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 58.33%;
    margin-bottom: -40px;
    display: none;
  }

  .pricing-card {
    margin: 18px 8px 40px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .pricing-tag {
    font-size: 56px;
    line-height: 64px;
  }

  .video-slider {
    width: 100%;
  }

  .arrow {
    display: none;
  }

  .video-slide {
    width: 33.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .popup-window {
    overflow: scroll;
  }

  .hero-date-card {
    flex-direction: column;
    align-items: flex-start;
    width: 300px;
    margin-bottom: 3px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-info {
    border-top: 1px #000;
    border-left-style: none;
    margin-top: 55px;
    margin-left: 0;
    padding-left: 0;
  }

  .hero-info.margin {
    margin-top: 0;
    margin-left: 0;
  }

  .hero-heading.head {
    line-height: 64px;
  }

  .hero-scroll-link {
    display: none;
  }

  .speaker {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 40px;
  }

  .speaker._2022 {
    padding-left: 0;
    padding-right: 0;
  }

  .speaker-media {
    width: 33.33%;
    margin-right: 40px;
  }

  .speaker-info {
    padding-left: 0;
    padding-right: 0;
  }

  .speaker-social {
    flex-wrap: wrap;
  }

  .event-item {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .licence-items {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .event-info {
    flex-direction: column-reverse;
    align-items: stretch;
    padding-left: 0%;
    padding-right: 0%;
  }

  .event-about {
    width: 100%;
    padding-top: 40px;
    padding-right: 0;
  }

  .event-image {
    width: 100%;
    max-width: none;
  }

  .event-more {
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .event-description {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .event-more-info {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .event-more-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .contact {
    flex-direction: column-reverse;
    margin-top: 0;
    padding-top: 80px;
  }

  .contact-form-wrapper {
    width: 100%;
    padding: 40px 0 16px;
  }

  .contact-cards {
    margin-bottom: 64px;
  }

  .contact-card {
    margin-left: 8px;
    margin-right: 8px;
  }

  .hero-contacts-wrapper {
    text-align: left;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .hero-contact {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-contact-icon {
    margin-bottom: auto;
    margin-right: 10px;
    padding-right: 0;
  }

  .hero-contacts {
    justify-content: space-between;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    box-shadow: 81px 0 #fff, -81px 0 #fff;
  }

  .hero-contacts-bg {
    display: none;
  }

  .hero-social {
    border-style: none;
    border-right-color: var(--haze);
    border-bottom-width: 2px;
    border-bottom-color: var(--white);
    border-left-color: var(--haze);
    flex-direction: column;
    flex: none;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    margin: 60px 8px 40px;
    padding-bottom: 40px;
    display: flex;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .hero-social-link {
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-right: 1px solid #fff;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    min-width: 0;
    height: 48px;
    margin-bottom: 0;
    padding: 5px 16px 5px 36px;
    font-size: 15px;
  }

  .hero-social-link.no-border {
    border-top-style: solid;
    border-right-color: var(--haze);
    border-bottom-style: solid;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-social-icon {
    flex: 0 auto;
    width: 16px;
    display: block;
  }

  .hero-bg-text {
    font-size: 100px;
    top: 72px;
    right: -24px;
  }

  .nav-underline, .nav-underline.hide {
    display: none;
  }

  .menu-button {
    z-index: 100;
    color: var(--white);
    flex: none;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #0000;
  }

  .top-button {
    display: none;
  }

  .bg-image {
    height: 150%;
  }

  .bg-image.header-image {
    margin-top: -30px;
  }

  .bg-image.header-image.contact {
    background-color: #0000;
    border-style: none;
    flex: 1;
    padding: 0;
    display: block;
    position: absolute;
  }

  .bg-image.cta-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/mcdobbie-hu-424584.jpg');
    background-position: 0 0, 50%;
    background-image: linear-gradient(to bottom, null, null), url('../images/mcdobbie-hu-424584.jpg');
    background-position: 0 0, 50%;
  }

  .sponsors-info {
    width: 100%;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sponsors {
    flex-direction: column;
  }

  .sponsors-logotypes {
    width: 100%;
    margin-top: 40px;
  }

  .slider-arrow {
    width: 64px;
  }

  .hero-slide {
    min-height: 640px;
  }

  .slider-arrow-button {
    height: 56px;
  }

  .hero-slider {
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .hero-social-text {
    padding-bottom: 0;
    display: none;
  }

  .schedule-speaker-name {
    display: block;
  }

  .contact-card-2 {
    margin-top: 19px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .media-video-2 {
    width: 100%;
    padding-top: 184px;
    padding-bottom: 176px;
  }

  .play-button-2.big.link {
    margin-top: 80px;
  }

  .play-button-2.home-archive.big-video {
    margin-top: 165px;
  }

  .directions.date.training {
    width: 70%;
  }

  .container.sponsor-banner {
    padding: 40px 30px;
  }

  .sponsor-image {
    height: 32px;
  }

  .sponsor-image.bigger-sponor.zenysis {
    width: 245px;
    margin-right: 10px;
  }

  .sponsor-image.bigger-sponor.viamo {
    width: 245px;
    margin-left: 10px;
    padding-right: 0;
  }

  .sponsor-image.bigger-sponor.unlockaid {
    width: 245px;
  }

  .sponsor-image.sponsor {
    flex-direction: column;
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .sponsor-image.bigger-sponor {
    flex-direction: column;
  }

  .sponsor-image.bigger-sponor.abt {
    margin-top: 0;
  }

  .sponsor-image.bigger-sponor._2019 {
    flex-direction: column;
    width: 50%;
  }

  .row.sponsor-row.sponsors {
    justify-content: flex-end;
  }

  .image-2 {
    border-radius: 0;
    display: block;
  }

  .image-2.fill {
    width: 100%;
    margin-right: 0;
  }

  .container-3.promo-grid {
    grid-column-gap: 2px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(500px, 20fr);
    grid-auto-columns: .25fr;
  }

  .summ {
    text-align: left;
  }

  .summ.summtop {
    width: 100%;
  }

  .summ.speakerpage {
    align-self: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-9 {
    text-align: left;
  }

  .heading-9.archive {
    margin-bottom: 30px;
  }

  .contact-form-block.no-max-width-tablet {
    max-width: none;
  }

  .heading-32 {
    text-align: center;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .column-2 {
    z-index: 2;
    position: relative;
  }

  .column-2.about-column {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    top: 0;
  }

  .hero-contact-2 {
    text-align: center;
    border-top-width: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px 0 0;
  }

  .hero-contact-2.date {
    text-align: center;
    justify-content: flex-start;
    padding: 5px 0 10px;
  }

  .hero-contact-2.past-events {
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .prices {
    text-align: left;
  }

  .pricing-information {
    margin-top: 60px;
  }

  .paragraph-4 {
    margin-bottom: 20px;
  }

  .icon-8 {
    color: var(--light-blue);
    object-fit: fill;
    flex-direction: column;
    width: 100%;
    max-width: none;
    font-size: 40px;
    display: flex;
  }

  .text-block-18.new {
    padding-left: 20px;
  }

  .image-5 {
    object-fit: fill;
    position: static;
  }

  .div-block-24 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 20px;
    display: flex;
  }

  .bold-text-3 {
    padding-left: 10px;
  }

  .div-block-16.sessions {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .div-block-16.sessions.small-sessions {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-16.sessions.full-sessions {
    grid-template-columns: 1fr;
    display: none;
  }

  .lightbox-link.grid {
    display: none;
  }

  .lightbox-link.grid.stay {
    display: block;
  }

  .image-6 {
    width: 100%;
    max-width: none;
  }

  .section-4 {
    padding: 120px 2% 80px;
  }

  .wrapper-2.left.side-paddings {
    padding-left: 0;
    padding-right: 0;
  }

  .featured-events {
    padding-left: 4%;
    padding-right: 4%;
  }

  .featured-event {
    padding-bottom: 40px;
  }

  .image-7 {
    width: 100%;
    height: 250px;
  }

  .image-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-8.baologo.sponsors {
    width: 120px;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .image-8.baologo.sponsors.viamologo {
    width: 170px;
    padding-top: 15px;
  }

  .image-8.baologo.sponsors.smaller.down {
    width: 100px;
  }

  .image-8.baologo.sponsors.down {
    width: 120px;
  }

  .image-8.baologo.unlockaid {
    width: 220px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
  }

  .image-8.baologo.bigger {
    width: 180px;
  }

  .image-8.unlock {
    width: 120px;
    padding-top: 10px;
  }

  .image-8.fhi360, .image-8.parsyl {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-6 {
    text-align: center;
  }

  .div-block-31 {
    justify-content: center;
  }

  .div-block-32 {
    justify-content: flex-start;
  }

  .image-10, .image-11, .image-12.aboutpage, .image-13, .image-14, .image-15 {
    display: none;
  }

  .image-16 {
    display: none;
    top: 659px;
    right: -31px;
  }

  .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-25, .image-26, .image-27 {
    display: none;
  }

  .div-block-33 {
    flex-direction: column;
  }

  .div-block-34 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .link-12 {
    padding-right: 5%;
  }

  .div-block-35 {
    padding-right: 0;
  }

  .past-events-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-9 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-5.sponsor-banner {
    padding: 40px 30px;
  }

  .image-30 {
    border-radius: 0;
    display: block;
  }

  .image-30.fill {
    width: 60%;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-30.fill.abt, .image-30.fill.abt._2 {
    width: 100px;
    padding-left: 0;
  }

  .image-30.fill.eshift {
    width: 70%;
    padding-right: 0;
  }

  .image-30.fill.bjr.chemonics {
    width: 80%;
  }

  .image-30.fill.bjr.chemonics._2019 {
    width: 70%;
  }

  .image-30.fill.psi {
    width: 25%;
    padding-right: 0;
  }

  .image-30.fill._2019.bao {
    width: 70%;
  }

  .image-30.fill.cardno {
    padding-top: 20px;
  }

  .max-520 {
    text-align: left;
  }

  .big-label.black-text.margin-50 {
    margin-top: 60px;
    font-size: 20px;
  }

  .row-5.sponsor-row {
    flex-direction: column;
  }

  .row-5.sponsor-row.sponsor {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 75px;
    overflow: hidden;
  }

  .section-2.bigger-top-padding, .section-2.bigger-top-padding.videos._2019 {
    padding-top: 100px;
  }

  .container-6.promo-grid {
    margin-top: -70px;
  }

  .container-6.banner-email {
    width: 720px;
  }

  .heading-47 {
    text-align: left;
  }

  .container-7 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .collection-list-4 {
    grid-template-columns: 1fr 1fr;
  }

  .sticky-why {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 495px;
    margin-bottom: 50px;
    position: relative;
    top: 0;
  }

  .heading-48, .max-521, .heading-49 {
    text-align: left;
  }

  .sticky-why-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 495px;
    margin-bottom: 50px;
    position: relative;
    top: 0;
  }

  .max-522 {
    text-align: center;
  }

  .column {
    z-index: 0;
    width: 100%;
    position: relative;
  }

  .column.why-attend {
    max-width: none;
  }

  .margin-50 {
    margin-bottom: 10px;
  }

  .hero-date-card-2 {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-bottom: 3px;
    padding: 20px 10px;
  }

  .hero-contact-3 {
    text-align: center;
    border-top-width: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px 0 0;
  }

  .hero-contact-3.date {
    text-align: center;
    justify-content: flex-start;
    padding: 0 0 10px;
  }

  .dropdown {
    flex-direction: column;
  }

  .dropdown-list.w--open {
    margin-top: auto;
    padding-bottom: 20px;
  }

  .dropdown-toggle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-40 {
    display: block;
  }

  .section-9 {
    z-index: auto;
    padding-bottom: 140px;
    font-family: Inter, sans-serif;
    position: relative;
  }

  .column-3 {
    display: none;
  }

  .columns {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-4 {
    padding-bottom: 60px;
    display: flex;
  }

  .div-block-42 {
    flex: none;
    width: 50%;
    max-width: 100%;
    display: flex;
  }

  .div-block-43 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .div-block-44 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-45 {
    flex-flow: column wrap;
  }

  .div-block-47 {
    width: 100%;
  }

  .text-block-31 {
    display: block;
  }

  .button-10 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-10.home {
    clear: none;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .button-10.home.tickets {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-50 {
    display: block;
  }

  .full-agenda {
    flex: none;
    display: none;
  }

  .container-9.promo-grid {
    grid-column-gap: 2px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(500px, 20fr);
    grid-auto-columns: .25fr;
    padding-top: 0;
  }

  .container-9.promo-grid.about-the-symposium {
    margin-left: -44px;
  }

  .container-9.promo-grid.formcontainer {
    grid-column-gap: 0px;
    grid-template-columns: minmax(200px, 6.75fr);
    grid-auto-columns: .25fr;
  }

  .container-9.grid-6 {
    display: grid;
  }

  .partial-agenda {
    object-fit: contain;
  }

  .button-4 {
    padding-left: 30px;
    padding-right: 60px;
  }

  .text-block-36 {
    width: auto;
  }

  .div-block-22 {
    flex: none;
    align-self: center;
    width: auto;
    padding-left: 20px;
    display: block;
  }

  .div-block-50 {
    width: auto;
    margin-right: 0;
  }

  .heading-51 {
    text-align: center;
  }

  .div-block-51 {
    flex: none;
    justify-content: flex-start;
  }

  .div-block-52 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .speakers-collection.home-archive {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    display: grid;
  }

  .speaker-item-2 {
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .speaker-item-2.big {
    width: 35%;
  }

  .paragraph-7 {
    text-align: left;
  }

  .speakers-2.no-margin-bottom {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-36 {
    display: none;
  }

  .div-block-62 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .div-block-63 {
    display: flex;
  }

  .speaker-collection-div {
    align-self: center;
  }

  .div-block-66 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .div-block-67 {
    width: 100%;
  }

  .div-block-67.white-bar {
    flex: none;
    width: 100%;
    display: none;
  }

  .columns-2 {
    width: 100%;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-registration {
    width: auto;
  }

  .div-block-69 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .collection-2022 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-77 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 500px;
    display: flex;
  }

  .div-block-77.homepage {
    height: 450px;
  }

  .collection-list-9, .collection-list-10, .collection-list-11 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-80 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-81 {
    z-index: 3;
    margin-top: 120px;
    position: relative;
  }

  .link-block-2 {
    width: 100%;
    height: 400px;
    margin-bottom: 5%;
  }

  .link-block-3 {
    width: 50%;
    height: 200px;
  }

  .heading-61 {
    font-size: 18px;
  }

  .button-11 {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-11.link-button {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
    top: 189.5px;
  }

  .hero-contact-4 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-contact-4.home-draft {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-scroll-link-2 {
    display: none;
  }

  .hero-contact-icon-2 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .hero-contact-icon-2.training-icon {
    align-self: flex-end;
    width: 80px;
    height: auto;
    margin-bottom: 0;
    margin-right: 20px;
    padding-bottom: 0;
    display: block;
  }

  .hero-contacts-bg-2 {
    display: none;
  }

  .header-form {
    padding-right: 0;
  }

  .no-margin-2.paragraph10 {
    text-align: left;
  }

  .section-17 {
    padding: 7% 5%;
  }

  .image-46 {
    display: block;
  }

  .max-523 {
    text-align: left;
  }

  .max-523.summ {
    text-align: center;
    align-items: center;
  }

  .heading-65 {
    text-align: center;
  }

  .column-8 {
    z-index: 2;
    max-width: none;
    position: relative;
  }

  .column-8.about-column {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
  }

  .column-8.about-column-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    position: relative;
    top: 0;
  }

  .section-19 {
    padding-top: 75px;
    padding-bottom: 75px;
    overflow: hidden;
  }

  .section-19.bigger-top-padding {
    padding-top: 100px;
  }

  .cta-price {
    width: 33.33%;
    margin-right: 4%;
  }

  .section-20 {
    padding: 7% 5%;
  }

  .video-2 {
    width: auto;
  }

  .arrow-2 {
    display: none;
  }

  .heading-19 {
    text-align: center;
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .button-12 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-21 {
    padding-top: 75px;
    padding-bottom: 75px;
    overflow: hidden;
  }

  .pricing-card-2 {
    margin-bottom: 40px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .pricing-tag-2 {
    font-size: 56px;
    line-height: 64px;
  }

  .about-2 {
    align-items: flex-start;
  }

  .about-bg-text-2 {
    font-size: 104px;
    line-height: 56px;
    left: 43%;
  }

  .about-info-2 {
    width: 50%;
    padding-left: 8px;
    padding-right: 4%;
  }

  .about-photo-wrapper-2 {
    margin-left: 8px;
    margin-right: 4%;
  }

  .about-text {
    column-count: 1;
  }

  .column-10, .columns-3 {
    height: 100%;
  }

  .header-paragraph {
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 19px;
  }

  .archive-text {
    text-align: left;
    flex-direction: row;
    align-self: flex-start;
    width: 85%;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    display: flex;
  }

  .archive-text.hiden {
    clear: none;
    width: auto;
    margin-left: 10px;
    display: block;
  }

  .archive-text.column-left {
    width: auto;
    margin-right: 10px;
  }

  .archive-title {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 20px;
    display: block;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: .25fr;
  }

  .archive-header {
    height: 35%;
    min-height: auto;
  }

  .header-image {
    align-self: center;
    height: 250px;
    margin-left: 70px;
  }

  .heaader-title {
    margin-top: 100px;
    margin-bottom: 25px;
    margin-left: 50px;
    font-size: 40px;
  }

  .overview-archive {
    flex-direction: column;
    margin: 50px;
    display: block;
  }

  .speakers-archive {
    margin: 70px;
  }

  .overview-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-archive {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .image-archive.hide.new {
    height: 100%;
  }

  .image-archive.mobile {
    min-height: 100%;
  }

  .column-13 {
    object-fit: fill;
    display: none;
  }

  .overview-left {
    display: none;
    position: relative;
    overflow: auto;
  }

  .take-a-look-archive {
    margin: 50px;
  }

  .speakers-archive-2 {
    margin: 100px 50px 50px;
  }

  .speaakers-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-rows: 1fr auto 1fr auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .column-15 {
    display: block;
  }

  .image-54 {
    min-width: 100%;
    margin-left: 0;
  }

  .image-55 {
    width: 100%;
    padding-right: 20px;
  }

  .image-56 {
    min-width: 100%;
    margin-left: 0;
  }

  .sessions {
    margin: 50px;
  }

  .video-3 {
    min-width: 100%;
    max-width: 100%;
  }

  .columns-6 {
    flex: none;
    align-self: auto;
    display: block;
  }

  .overview-image.hiden, .image-58.hiden, .hiden {
    display: none;
  }

  .column-16 {
    display: inline-block;
  }

  .text-block-66 {
    margin-bottom: 30px;
  }

  .title-and-search {
    width: 100%;
    margin: 80px 0 40px;
    padding-left: 0;
  }

  .search {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 60%;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 5px;
  }

  .search-button {
    flex: 1;
  }

  .search-column {
    padding-right: 0;
  }

  .archive-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .title-column-left {
    flex-flow: row;
    display: block;
  }

  .title-and-search-column {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .back-to-archive {
    color: var(--red);
    margin-bottom: 30px;
    font-weight: 700;
  }

  .title-and-pics {
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .image-60 {
    width: 50%;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .program-archive {
    margin: 70px 50px 50px;
  }

  .session-name {
    width: 100%;
  }

  .program-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .program-grid._2022 {
    justify-content: center;
    width: 86.9832%;
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
  }

  .program-grid._2021 {
    width: 86.9832%;
    margin-left: 50px;
    margin-right: 50px;
  }

  .program-grid._2019 {
    grid-column-gap: 50px;
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }

  .program-day {
    width: 100%;
    display: block;
  }

  .take-a-look-grid.archive-page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: .45fr .45fr;
    grid-auto-rows: 1fr;
  }

  .session-grid {
    display: block;
  }

  .archive-navbar {
    margin-left: 50px;
  }

  .archive-navbar._2nd {
    margin-left: 90px;
  }

  .nav-link-5._2nd {
    margin-top: 0;
    padding-top: 0;
    font-size: 17px;
  }

  .mobile.video {
    display: none;
  }

  .sessions-grid-2 {
    margin-bottom: 0;
    display: block;
  }

  .sessions-div-block.hiden {
    margin-bottom: 30px;
    display: none;
  }

  .see-more-button {
    margin-top: 0;
  }

  .see-more-button.sessions {
    margin-bottom: 0;
    margin-left: 0;
  }

  .see-more-button.back-to-archive-button {
    justify-content: flex-start;
  }

  .see-more-button.speakers-section {
    margin-top: 0;
  }

  .side-nav-archive {
    width: 10%;
    display: none;
  }

  .archive-nav {
    color: var(--white);
    width: 100%;
  }

  .side-nav-menu {
    background-color: #0000;
    flex: 0 auto;
    justify-content: center;
    width: auto;
  }

  .side-nav-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: block;
  }

  .page-divider {
    align-self: center;
    width: 100%;
    max-width: 100%;
    margin: 50px;
  }

  .overview-archive-new, .speakers-archive-new {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .take-a-look-archive-new, .sessions-archive-new {
    width: 100%;
  }

  .overview-split {
    flex-direction: column;
    display: block;
  }

  .image-58-copy.hiden, .column-21 {
    display: none;
  }

  .grid-15 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: none;
  }

  .column-22 {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
    position: relative;
  }

  .video-8 {
    margin-bottom: 30px;
  }

  .menu-button-2 {
    background-color: var(--white);
    flex: 0 auto;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .icon-10 {
    color: var(--light-blue);
  }

  .archive {
    object-fit: cover;
    height: 380px;
  }

  .archive.new-home-page {
    height: 380px;
  }

  .column-left {
    display: block;
  }

  .column-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .overview-column {
    width: auto;
    margin-top: 50px;
    display: block;
  }

  .collection-item-speaker {
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-speakers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .speaker-s-name {
    width: 100%;
    margin-left: 0;
  }

  .company-name {
    margin-left: 0;
  }

  .speaker-image {
    width: 100%;
    min-width: 200px;
    max-width: 100%;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    margin-left: 0;
    margin-right: auto;
    position: static;
  }

  .speaker-image.expanded {
    height: 200px;
    position: static;
  }

  .speaker-image.archive-page {
    width: 216px;
    min-width: 216px;
    max-width: 216px;
    height: 216px;
    min-height: 216px;
    max-height: 216px;
  }

  .collection-wrapper-speakers {
    width: 668px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .collection-item-8 {
    width: 32%;
    margin-left: 4px;
    margin-right: 4px;
  }

  .title-and-back-to-archive {
    margin-left: 20px;
  }

  .archive-block {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .columns-10 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-archive {
    width: 668px;
    height: 376px;
  }

  .link-block-archive._2nd, .link-block-archive._3rd {
    display: none;
  }

  .link-block-archive.new {
    height: 380px;
  }

  .link-block-5, .link-block-6 {
    display: none;
  }

  .speakers-container {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 7% 5% 5%;
    display: flex;
  }

  .div-block-97 {
    display: none;
  }

  .pictures-archive-grid {
    height: 400px;
  }

  .pictures-archive-grid.home-archive {
    grid-column-gap: 20px;
    height: 400px;
  }

  .image-76 {
    height: 190px;
  }

  .archive-line-navbar {
    margin-left: 0;
    margin-right: 0;
  }

  .archive-line-navbar.hide {
    display: none;
  }

  .archive-nav-menu {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0;
  }

  .archive-nav-container.option-one {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .archive-nav-link {
    background-color: var(--red);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 70px;
    font-size: 20px;
  }

  .archive-wrapper {
    margin-top: 110px;
  }

  .menu-button-3 {
    float: left;
    height: 100%;
  }

  .menu-button-3.w--open {
    background-color: #0000;
  }

  .icon-11 {
    color: var(--main-blue);
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 35px;
    line-height: 35px;
    display: flex;
  }

  .collection-list-wrapper-11 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-78 {
    width: 100%;
  }

  .text-block-72 {
    width: 70%;
  }

  .pop-up-main-div {
    width: 700px;
    max-width: 700px;
    padding: 10px;
  }

  .expansion-right-column {
    padding-left: 5%;
  }

  .close-div {
    width: 30%;
    height: 30%;
  }

  .close-button {
    width: 60px;
    padding: 15px;
  }

  .training-section {
    padding: 7% 5%;
  }

  .training-title {
    width: 200px;
    margin-top: 0;
    padding-top: 30px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .training-question {
    margin-top: 30px;
    margin-left: 30px;
  }

  .training-question._2nd {
    margin-left: 30px;
  }

  .right-training-column {
    width: 100%;
    padding-right: 30px;
  }

  .training-text {
    margin-left: 30px;
  }

  .training-text._2nd {
    margin-bottom: 30px;
  }

  .training-title-white-background {
    height: auto;
  }

  .column-33 {
    padding-right: 0;
  }

  .dhis2-logotype {
    width: 180px;
  }

  .pop-up-item {
    max-width: 100%;
    display: none;
  }

  .slider {
    height: 400px;
  }

  .text-block-76 {
    font-size: 35px;
    line-height: 55px;
  }

  .videos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .year-filter-grid {
    width: 50%;
  }

  .download-program._2022 {
    clear: right;
    flex-direction: row;
    align-items: flex-end;
    width: 30%;
    margin-left: auto;
    display: block;
  }

  .slider-3 {
    height: 400px;
  }

  .agenda-column-right {
    display: none;
  }

  .agenda-column-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .slide {
    margin-top: 0;
  }

  .columns-18 {
    align-items: flex-start;
  }

  .column-39 {
    align-items: center;
    padding-left: 0;
  }

  .div-block-104 {
    width: 20%;
    margin-left: 0;
  }

  .deadline {
    margin-bottom: 20px;
  }

  .archive-videos-playlist {
    height: 200px;
  }

  .embed-map {
    margin-bottom: 0%;
  }

  .empty-state {
    display: none;
  }

  .sponsors-grid {
    grid-template-rows: 150px 150px 150px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 150px;
    width: 690px;
    max-width: 690px;
  }

  .sponsors-row {
    align-items: flex-end;
    margin-bottom: 82px;
    padding-left: 0;
    padding-right: 0;
  }

  .pink-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-button {
    text-align: left;
  }

  .agenda-button {
    margin-bottom: 20px;
  }

  .agenda-button.close {
    display: none;
  }

  ._2022-session-recordings {
    padding-right: 0;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img {
    width: 100px;
  }

  .logo-slider-img.medium {
    width: 120px;
  }

  .logo-slider-img.smaller {
    width: 80px;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .grid-23 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logos-attendees {
    display: none;
  }

  .grid-24 {
    margin-top: 7px;
  }

  .list-7, .list-8 {
    align-self: flex-start;
  }

  .grid-25 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr .75fr;
    width: 100%;
  }

  .logo.usaid {
    width: 227px;
  }

  .logo.aws {
    width: 105px;
  }

  .logo.bixal {
    width: 129px;
    position: relative;
    top: 2px;
    left: 11px;
  }

  .logo.palladium {
    width: 188px;
  }

  .logo.drc {
    opacity: 0;
  }

  .logo.drc.v2 {
    opacity: 1;
    display: block;
  }

  .logo.oxfam {
    width: 95px;
  }

  .div-block-115, .div-block-116 {
    width: 100%;
  }

  .summ-copy {
    text-align: left;
  }

  .summ-copy.summtop {
    width: 100%;
  }

  .summ-copy.speakerpage {
    align-self: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .section {
    margin-bottom: 0%;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .section.haze.no-padding-top {
    padding-bottom: 140px;
  }

  .section.haze.no-padding-top.contact {
    margin-bottom: 30%;
    margin-left: 0%;
    padding: 15% 5% 5%;
  }

  .section.page-header {
    margin-bottom: 0%;
    padding-top: 140px;
    padding-bottom: 0;
  }

  .section.page-header.big-header {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section.media-grid {
    padding-top: 7%;
    padding-bottom: 7%;
    display: none;
  }

  .section.who-should-attend {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .section.speakers2022 {
    width: 508px;
    max-width: 508px;
  }

  .section.aboutsummir, .section.video2022 {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .section.speakerform {
    padding-top: 100px;
  }

  .section.archive-page {
    margin-bottom: 0%;
    padding-top: 5%;
  }

  .section.archive-page.overview-section, .section.ccb {
    margin-top: 0;
  }

  .wrapper {
    width: 100%;
    max-width: 100%;
  }

  .wrapper.hero-wrapper {
    margin-top: 0;
  }

  .wrapper.hero-wrapper.pastevents {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .wrapper.side-paddings {
    height: 100%;
  }

  .wrapper.attend {
    align-self: center;
    display: flex;
  }

  .wrapper.speakers-wrapper {
    align-items: flex-start;
    height: auto;
  }

  .wrapper.sessions-wrapper {
    align-items: flex-start;
  }

  .button.color-button.subscribe-button {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-bar {
    background-color: #0000;
  }

  .utility-page-wrap.bg.agenda {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .utility-page-content.agenda {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .section-intro.margin.tickets {
    justify-content: center;
    align-items: center;
  }

  .section-intro.margin {
    margin-bottom: 40px;
  }

  .text-center {
    font-size: 25px;
    line-height: 35px;
  }

  .text-center.agenda {
    text-align: center;
  }

  .no-vertical-paddings {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-links {
    justify-content: center;
    align-items: center;
  }

  .footer-links.footer {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-white-faded.margin-left {
    margin-left: 0;
    margin-right: 20px;
  }

  .changelog {
    width: 100%;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
  }

  .radio-button {
    border-width: 1px;
    padding-top: 4px;
    padding-bottom: 24px;
  }

  .radio-bullet {
    margin-top: 6px;
    bottom: 12px;
  }

  .radio-text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
  }

  .radio-buttons {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 12px;
  }

  .hero-intro {
    margin-bottom: 8px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about {
    flex-direction: column;
    grid-template-rows: auto;
    align-items: stretch;
    max-width: 100%;
  }

  .about.home-page {
    padding-top: 0;
  }

  .about-photo-wrapper {
    object-fit: scale-down;
    width: 100%;
    margin-right: 8px;
    display: none;
    overflow: hidden;
  }

  .about-photo-wrapper.past-events {
    object-fit: contain;
  }

  .about-info {
    width: auto;
    padding-top: 40px;
  }

  .about-info.home {
    margin-left: 0;
  }

  .about-info.about {
    margin-right: 0;
    padding-top: 0;
    display: flex;
  }

  .about-info.about.past-events {
    align-items: flex-start;
    margin-right: 0;
  }

  .divider {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .about-bg-text {
    display: none;
  }

  .tab-link {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .schedule-tabs-menu {
    margin-bottom: 40px;
  }

  .schedule-event {
    flex-direction: column;
    justify-content: flex-start;
  }

  .schedule-event.marker {
    align-items: center;
  }

  .schedule-event-info {
    align-items: center;
    padding-top: 20px;
  }

  .schedule-event-time {
    flex: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .schedule-speaker {
    margin-left: 0;
  }

  .numbers {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .numbers-info.right-side {
    order: -1;
    padding-left: 0%;
  }

  .numbers-card {
    width: 50%;
    height: 360px;
    margin-bottom: 48px;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .speakers {
    grid-template-columns: 1fr 1fr;
  }

  .speakers.home-archive.first-draft {
    grid-column-gap: 21px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-bottom: 10px;
    display: grid;
  }

  .speaker-item {
    align-items: flex-start;
    width: 100%;
    padding-bottom: 24px;
  }

  .speaker-item.big {
    width: 33.33%;
  }

  .cta {
    flex-direction: column;
  }

  .cta-info {
    text-align: center;
    align-items: flex-start;
    padding-top: 48px;
  }

  .cta-heading {
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

  .footer-about {
    flex-direction: column;
    max-width: 80%;
  }

  .footer-instagram {
    align-items: flex-start;
  }

  .footer-bottom-text {
    justify-content: flex-start;
  }

  .footer-bottom-social {
    margin-bottom: 16px;
    padding-right: 0;
  }

  .no-padding {
    padding: 0;
  }

  .media-video {
    padding-top: 144px;
    padding-bottom: 136px;
  }

  .gallery-image {
    height: 100%;
  }

  .subscribe {
    padding-left: 12%;
    padding-right: 12%;
  }

  .subscribe.agenda {
    padding-left: 8%;
    padding-right: 8%;
  }

  .subscribe.agenda.past-events {
    margin-top: 0;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .input.subscribe-input {
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .input.popup-input {
    height: 40px;
    margin-bottom: 12px;
    font-size: 13px;
    box-shadow: inset 0 -1px #e0dee9;
  }

  .pricing {
    width: 75%;
  }

  .pricing-card {
    margin-top: 18px;
    margin-bottom: 70px;
  }

  .video-slider {
    padding-bottom: 64px;
  }

  .slide-nav {
    font-size: 8px;
  }

  .video-slide {
    width: 50%;
  }

  .popup-window {
    width: 91.66%;
    padding: 16px 24px 8px;
  }

  .popup {
    display: none;
  }

  .checkbox {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .hero-info.margin {
    margin-left: 0;
  }

  .hero-heading {
    margin-top: -8px;
    line-height: 60px;
  }

  .speaker {
    padding: 24px 24px 24px 23px;
  }

  .speaker._2022 {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .speaker-media {
    margin-right: 24px;
  }

  .speaker-media._2022 {
    align-items: center;
    width: 100%;
  }

  .speaker-info {
    padding-left: 0;
    padding-right: 0;
  }

  .speaker-social-link {
    margin-right: 16px;
  }

  .licence-items {
    width: 100%;
  }

  .schedule {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .event-more-info {
    width: 66.66%;
  }

  .event-speaker {
    justify-content: center;
  }

  .contact {
    margin-top: 0;
    padding: 40px 0;
  }

  .contact-cards {
    flex-direction: column;
    align-content: stretch;
    align-items: center;
    width: 66.66%;
    margin-bottom: 24px;
    position: static;
  }

  .contact-card {
    margin-bottom: 40px;
  }

  .hero-contact {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
    line-height: 20px;
  }

  .hero-contact-icon {
    width: 40px;
  }

  .hero-contacts {
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero-social {
    border-right-style: none;
    margin-top: 0;
    padding-bottom: 60px;
  }

  .hero-social-link {
    border-right-color: #fff;
  }

  .hero-bg-text {
    font-size: 88px;
    line-height: 88px;
  }

  .menu-button.w--open {
    flex-direction: column;
  }

  .bg-image.header-image {
    margin-top: -60px;
  }

  .sponsor {
    width: 50%;
  }

  .hero-slider {
    min-height: 400px;
  }

  .popup-heading {
    text-transform: uppercase;
    padding-right: 12px;
    font-size: 16px;
  }

  .radio-icon {
    display: none;
  }

  .heading-2 {
    text-align: center;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-card-2 {
    margin-bottom: 40px;
  }

  .media-video-2 {
    padding-top: 144px;
    padding-bottom: 136px;
  }

  .media-video-2.video-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .play-button-2.big.link {
    margin-top: 60px;
  }

  .play-button-2.home-archive.big-video {
    margin-top: 124px;
  }

  .sponsor-image {
    max-width: none;
    margin: 10px 30px;
  }

  .sponsor-image.bigger-sponor.zenysis {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .sponsor-image.bigger-sponor.viamo {
    margin-left: 0;
  }

  .sponsor-image.bigger-sponor.unlockaid {
    margin-left: auto;
    padding-right: 0;
  }

  .sponsor-image.padding-right {
    margin-left: 60px;
    margin-right: 10px;
  }

  .sponsor-image.padding-left {
    margin-left: 10px;
    margin-right: 60px;
  }

  .sponsor-image.sponsor {
    width: 250px;
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0 10px;
  }

  .sponsor-image.bigger-sponor.cardno {
    margin-top: 0;
  }

  .sponsor-image.bigger-sponor.abt {
    padding-top: 98px;
  }

  .sponsor-image.bigger-sponor._2019 {
    width: 250px;
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .row.sponsor-row {
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-bottom: 25px;
  }

  .image-2.fill {
    text-align: center;
    padding-right: 0;
    display: inline-block;
  }

  .container-3.promo-grid {
    grid-template-columns: 1fr;
  }

  .summ {
    padding-top: 20px;
  }

  .contact-form-block.no-max-width-tablet {
    margin-top: 7%;
  }

  .column-2.about-column {
    align-items: flex-start;
  }

  .hero-contact-2 {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
    line-height: 20px;
  }

  .prices {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .faq {
    grid-template-columns: 1fr;
  }

  .div-block-19 {
    position: static;
  }

  .paragraph-4.links {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-4.hide.policy.terms {
    padding: 20px;
  }

  .icon-8 {
    font-size: 30px;
  }

  .text-block-15, .text-block-16-1, .text-block-17, .text-block-18 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-16.sessions {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-16.sessions.full-sessions, .lightbox-link.grid {
    display: none;
  }

  .lightbox-link.grid.stay {
    display: block;
  }

  .div-block-27 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .section-4 {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 64px;
  }

  .featured-events {
    padding-left: 3%;
    padding-right: 3%;
  }

  .image-7 {
    width: 100%;
    height: 200px;
  }

  .section-6 {
    width: auto;
    padding-left: 7%;
    padding-right: 7%;
  }

  .image-8 {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
  }

  .image-8.baologo.sponsors {
    margin-left: 0;
    margin-right: 0;
  }

  .image-8.baologo.unlockaid {
    width: 260px;
    padding-bottom: 0;
  }

  .image-8.fhi360 {
    flex: none;
  }

  .paragraph-6 {
    text-align: center;
  }

  .div-block-30 {
    height: auto;
    margin-top: 0;
    padding-top: 20px;
  }

  .div-block-31, .div-block-31.pagecontact {
    justify-content: center;
  }

  .div-block-32 {
    justify-content: flex-start;
    display: flex;
  }

  .image-16 {
    top: 1318px;
    right: 10px;
  }

  .text-block-26.golden {
    justify-content: center;
  }

  .past-events-section {
    padding-top: 10px;
  }

  .button-9 {
    background-image: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-30.fill {
    text-align: center;
    width: 80%;
    padding: 20px 0 0;
    display: inline-block;
  }

  .image-30.fill.abt {
    width: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-30.fill.abt._2 {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .image-30.fill.eshift {
    object-fit: contain;
    width: 70%;
    padding-top: 40px;
    padding-right: 0;
  }

  .image-30.fill.bjr.chemonics {
    width: 100%;
    height: 100px;
    padding-top: 20px;
  }

  .image-30.fill.bjr.chemonics._2019 {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-30.fill.psi {
    width: 40%;
    padding-right: 0;
  }

  .image-30.fill._2019.bao {
    width: 70%;
  }

  .line.margin-50 {
    margin-bottom: 25px;
  }

  .max-520 {
    font-size: 18px;
  }

  .big-label.black-text.margin-50 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .row-5.sponsor-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    justify-items: center;
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 0;
    display: grid;
  }

  .row-5.sponsor-row.sponsor {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-left: 0;
  }

  .row-5.button-row {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-2.bigger-top-padding {
    padding-top: 75px;
  }

  .section-2.bigger-top-padding.videos {
    margin-top: 100px;
    padding-top: 60px;
  }

  .section-2.bigger-top-padding.videos._2019 {
    margin-top: 0;
    padding-top: 100px;
  }

  .container-6.promo-grid {
    grid-template-columns: 1fr;
  }

  .container-6.promo-grid.sessions {
    margin-top: 60px;
  }

  .container-6.promo-grid.sessions._2022 {
    margin-top: 0;
  }

  .container-6.banner-email {
    background-position: 60px 0, 0 0;
    background-size: 40px, 50px;
    width: 100%;
    min-height: auto;
    padding: 40px 20px;
  }

  .div-block-36 {
    display: block;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .max-521, .max-522 {
    font-size: 18px;
  }

  .hero-contact-3 {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
    line-height: 20px;
  }

  .lottie-animation {
    width: auto;
  }

  .rich-text-block-2 {
    text-align: left;
  }

  .div-block-40 {
    display: none;
  }

  .div-block-43, .div-block-44 {
    flex-direction: column;
  }

  .div-block-45 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-46 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-47 {
    width: 100%;
  }

  .text-block-31 {
    margin-top: 20px;
  }

  .button-10 {
    background-image: linear-gradient(84deg, #4667ed, #5c73f0 75%, #c7aeff);
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .button-10.home.tickets {
    padding-left: 45px;
    padding-right: 45px;
  }

  .container-9.grid-3.z-index-2 {
    justify-items: start;
  }

  .container-9.promo-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: column;
    flex: none;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .container-9.promo-grid.about-the-symposium {
    justify-content: center;
    width: 100%;
    margin-left: 1px;
  }

  .button-4 {
    background-position: 85%;
    padding-left: 30px;
    padding-right: 50px;
  }

  .div-block-22 {
    width: auto;
  }

  .section-16 {
    padding-bottom: 0;
  }

  .div-block-50 {
    margin-right: 0;
  }

  .heading-51 {
    text-align: center;
    margin-top: 0;
  }

  .div-block-51 {
    align-items: flex-start;
  }

  .div-block-52 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-53.speaker {
    align-items: center;
  }

  .speakers-collection {
    justify-content: center;
    align-items: flex-start;
    width: 508px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .speakers-collection.jetboost-list-wrapper-p1rw {
    flex-direction: column;
  }

  .heading-57 {
    text-align: left;
  }

  .speaker-item-2 {
    width: 33.33%;
    padding-bottom: 24px;
  }

  .speaker-item-2.big {
    width: 33.33%;
  }

  .paragraph-7 {
    text-align: center;
  }

  .image-36 {
    display: none;
  }

  .div-block-57 {
    justify-content: center;
    align-items: center;
    width: 400px;
    padding-left: 7%;
    padding-right: 7%;
    display: flex;
  }

  .text-block-46 {
    padding-top: 0;
    padding-left: 7%;
    padding-right: 7%;
  }

  .text-block-47 {
    text-align: left;
    padding-left: 7%;
    padding-right: 7%;
  }

  .div-block-59 {
    display: none;
  }

  .div-block-62, .div-block-63 {
    display: flex;
  }

  .text-block-48 {
    text-align: center;
    padding-top: 0;
  }

  .text-block-49 {
    text-align: center;
  }

  .the-speaker {
    width: 235px;
    margin-top: 10px;
  }

  .the-speaker.expansion, .the-company, .the-job {
    width: 100%;
  }

  .speaker-collection-div {
    display: flex;
  }

  .div-block-66 {
    place-items: center;
  }

  .div-block-67.white-bar {
    flex-direction: row;
    align-items: flex-start;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-69 {
    padding-right: 0;
  }

  .div-block-71 {
    grid-template-columns: 1fr 1fr;
  }

  .collection-2022 {
    grid-template-columns: 1fr;
  }

  .div-block-77 {
    height: 250px;
  }

  .div-block-77.homepage {
    height: 350px;
  }

  .collection-list-9, .collection-list-10, .collection-list-11 {
    grid-template-columns: 1fr;
  }

  .div-block-79 {
    padding-top: 0;
  }

  .div-block-81 {
    margin-top: 120px;
  }

  .link-block-2 {
    height: 300px;
  }

  .link-block-3 {
    height: 150px;
  }

  .subscribe-form-input {
    margin-bottom: 0;
  }

  .heading-61 {
    flex: 0 auto;
  }

  .form-block {
    clear: none;
    padding-bottom: 0;
  }

  .div-block-3 {
    margin-bottom: 10px;
    margin-right: 0;
    padding-bottom: 0;
  }

  .subscribe-form-top {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .button-11 {
    background-image: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-11.link-button {
    top: auto;
    bottom: 20px;
  }

  .hero-contact-4 {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
    line-height: 20px;
  }

  .hero-contact-icon-2 {
    width: 40px;
  }

  .hero-contact-icon-2.training-icon {
    padding-left: 10px;
  }

  .form-block-2 {
    clear: none;
    padding-bottom: 0;
  }

  .header-form {
    padding-right: 0;
  }

  .no-margin-2 {
    text-align: left;
    display: flex;
  }

  .no-margin-2.ticketspolicy {
    width: 100%;
    font-size: 25px;
    line-height: 35px;
  }

  .section-17 {
    align-items: flex-start;
  }

  .big-paragraph {
    font-size: 20px;
  }

  .max-523 {
    font-size: 18px;
  }

  .heading-65 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-8.about-column, .column-8.about-column-copy {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .section-19 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-19.bigger-top-padding {
    margin-top: -62px;
    padding-top: 75px;
  }

  .cta-price {
    border-bottom: 1px solid #fff;
    border-right-style: none;
    width: 100%;
    padding-bottom: 24px;
  }

  .section-20 {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .cta-2 {
    flex-direction: column;
  }

  .cta-info-2 {
    text-align: center;
    align-items: center;
    padding-top: 48px;
  }

  .contact-form-block-2 {
    margin-top: 40px;
  }

  .button-12 {
    text-align: center;
    background-image: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .button-12.form {
    align-items: center;
  }

  .section-21 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pricing-card-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .about-bg-text-2 {
    display: none;
  }

  .about-info-2 {
    width: auto;
    padding-top: 40px;
  }

  .about-photo-wrapper-2 {
    width: 100%;
    margin-right: 8px;
  }

  .div-block-90 {
    width: 100%;
  }

  .column-10 {
    border-bottom: 1px solid var(--red);
    border-right-style: none;
    padding: 20px;
  }

  .column-11 {
    padding: 20px;
  }

  .header-paragraph {
    font-size: 16px;
    line-height: 30px;
  }

  .archive-text {
    width: 100%;
    margin-right: 0;
    display: block;
  }

  .archive-text.hiden {
    display: none;
  }

  .archive-title {
    margin-top: 0;
    font-size: 18px;
    display: block;
  }

  .archive-title.past-speakers {
    margin-bottom: 60px;
  }

  .archive-title.speakers {
    font-size: 18px;
  }

  .grid-7 {
    place-content: space-between;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .speaker-name {
    text-align: left;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 30px;
    display: flex;
    position: static;
  }

  .speaker-name.hide {
    display: none;
  }

  .archive-header {
    height: 31%;
    min-height: 350px;
  }

  .header-image {
    object-fit: scale-down;
    flex: 0 auto;
    overflow: visible;
  }

  .header-image.hiden {
    display: none;
  }

  .overview-archive {
    margin: 30px;
  }

  .speakers-archive {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
  }

  .overview-right {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-container {
    max-width: 568.235px;
    min-height: 40px;
    max-height: none;
  }

  .image-archive {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-archive.hide {
    display: none;
  }

  .take-a-look-archive, .speakers-archive-2 {
    margin: 30px 30px 30px 60px;
  }

  .speaakers-grid {
    min-width: 250px;
    display: block;
  }

  .column-14 {
    display: none;
  }

  .columns-4 {
    display: block;
  }

  .image-54 {
    min-width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .image-55 {
    max-width: 100%;
  }

  .image-56 {
    min-width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .sessions {
    margin: 30px 30px 30px 60px;
  }

  .video-3 {
    margin-bottom: 20px;
  }

  .video-6.hiden, .hiden {
    display: none;
  }

  .title-and-search {
    margin: 0;
    padding-left: 0;
  }

  .search {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .search-button {
    font-size: 14px;
  }

  .search-column {
    justify-content: space-between;
  }

  .archive-content {
    width: 508px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-9 {
    display: block;
  }

  .title-and-search-column {
    flex-direction: column;
    margin-top: 20px;
    display: flex;
  }

  .title-and-pics {
    margin: 140px 30px 30px;
  }

  .image-59 {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-60 {
    width: 100%;
  }

  .image-61 {
    width: 100%;
    margin-bottom: 20px;
  }

  .program-archive {
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .column-19 {
    padding-right: 0;
  }

  .column-20 {
    padding-top: 20px;
    padding-left: 0;
  }

  .archive-subtitle {
    padding: 20px;
  }

  .session-name {
    padding: 20px 0 10px;
    font-size: 16px;
  }

  .session-content {
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 20px;
  }

  .program-grid {
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
  }

  .program-grid._2022 {
    width: 90%;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
  }

  .program-grid._2021, .program-grid._2019 {
    width: 90%;
    margin-left: 30px;
    margin-right: 30px;
  }

  .program-day {
    width: 100%;
    margin-top: 30px;
  }

  .take-a-look-grid {
    display: block;
  }

  .take-a-look-grid.archive-take-a-look {
    min-width: 100%;
    min-height: 94.2843%;
    display: inline-block;
  }

  .take-a-look-grid.archive-page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-rows: .45fr .45fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 49%;
    height: 50%;
    display: flex;
  }

  .session-grid {
    display: block;
  }

  .archive-navbar {
    margin-left: 30px;
  }

  .nav-link-5._2nd, .mobile {
    display: none;
  }

  .grid-12, .sessions-grid-2 {
    display: block;
  }

  .see-more-button.back-to-archive-button {
    justify-content: flex-start;
  }

  .see-more-button.speakers-section {
    margin-bottom: 0%;
  }

  .see-more-button.training-banner {
    justify-content: flex-start;
    padding-left: 10px;
  }

  .side-nav-archive {
    width: 2%;
    display: none;
  }

  .archive-nav {
    background-color: var(--main-blue);
    width: 100%;
  }

  .side-nav-container {
    color: var(--white);
    display: flex;
  }

  .page-divider {
    margin: 140px 30px 30px;
  }

  .overview-archive-new {
    width: 100%;
    margin-bottom: 30px;
  }

  .speakers-archive-new, .take-a-look-archive-new {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .sessions-archive-new {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .column-21 {
    padding-left: 0;
  }

  .grid-15 {
    display: block;
  }

  .column-22 {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-button-2 {
    padding-left: 0;
  }

  .icon-10 {
    color: var(--red);
  }

  .archive {
    width: 100%;
    height: 280px;
  }

  .archive.new-home-page {
    height: 280px;
  }

  .column-left {
    display: none;
  }

  .overview-column {
    margin-top: 20px;
  }

  .collection-item-speaker {
    float: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .collection-list-speakers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .speaker-s-name, .company-name {
    margin-left: 0;
  }

  .speaker-image {
    width: 244px;
    min-width: 244px;
    max-width: 244px;
    height: 244px;
    min-height: 244px;
    max-height: 244px;
    margin-bottom: 10px;
    margin-left: 0;
    display: block;
  }

  .speaker-image.expanded {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .speaker-image.archive-page {
    width: 244px;
    min-width: 244px;
    max-width: 244px;
    height: 244px;
    min-height: 244px;
    max-height: 244px;
  }

  .collection-wrapper-speakers {
    width: 508px;
    display: none;
  }

  .collection-item-8 {
    width: 48%;
    margin-bottom: 30px;
  }

  .archive-block, .columns-10 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-archive {
    width: 508px;
    height: 286px;
  }

  .link-block-archive.new {
    height: 280px;
  }

  .speakers-container {
    flex-direction: column;
    width: 100%;
    margin-top: 100px;
    display: flex;
  }

  .pictures-archive-grid {
    width: 49%;
    height: 280px;
    display: flex;
  }

  .pictures-archive-grid.home-archive {
    width: 100%;
    height: 100%;
    display: none;
  }

  .image-76.hide {
    height: 270px;
    display: block;
  }

  .archive-nav-container.option-one {
    width: 90%;
  }

  .archive-wrapper {
    margin-top: 111px;
  }

  .menu-button-3 {
    float: left;
  }

  .the-biography {
    width: 100%;
  }

  .pop-up-main-div {
    width: 500px;
    max-width: 500px;
    height: 100%;
    padding-bottom: 10px;
  }

  .expansion-collumns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .expansion-right-column {
    padding-left: 30px;
    padding-right: 30px;
  }

  .close-div {
    width: 20%;
    height: 20%;
  }

  .close-button {
    width: 50px;
    padding: 10px;
  }

  .columns-15 {
    flex-direction: column;
  }

  .training-section {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .column-31 {
    flex-direction: column;
    padding-left: 0;
    display: flex;
  }

  .training-title {
    width: 100%;
    margin-right: 0;
    padding-left: 30px;
  }

  .training-title.training-text {
    padding-left: 0;
  }

  .training-title.training-text.last-paragraph {
    margin-bottom: 30px;
  }

  .training-left-column {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .columns-16 {
    flex-flow: column wrap;
    display: flex;
  }

  .column-33 {
    padding-left: 0;
  }

  .training-header-image {
    display: none;
  }

  .dhis2-info-div {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .training-image {
    display: block;
  }

  .training-questions {
    padding-top: 5%;
  }

  .expansion-left-column {
    display: block;
  }

  .slider {
    height: 250px;
  }

  .text-block-77 {
    font-size: 16px;
    line-height: 28px;
  }

  .year-filter-grid {
    width: 100%;
  }

  .download-program._2022 {
    width: auto;
    margin-top: 0%;
    margin-left: 0;
  }

  .download-program._2019, .download-program._2021 {
    width: auto;
  }

  .slider-3 {
    width: 90%;
    height: 250px;
  }

  .agenda-columns {
    flex-direction: row;
  }

  .slide {
    width: 100%;
  }

  .columns-18 {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }

  .div-block-104 {
    width: 30%;
  }

  .archive-videos-playlist {
    height: 150px;
  }

  .div-block-107, .div-block-108 {
    display: none;
  }

  .column-42 {
    padding-left: 0;
    padding-right: 0;
  }

  .download-program-div {
    width: 50%;
    margin-top: 7%;
  }

  .download-program-link-div {
    width: 100%;
    margin-top: 7%;
  }

  .download-agenda {
    margin-left: 0%;
  }

  .next {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 10px;
    display: flex;
  }

  .previous {
    padding-right: 10px;
  }

  .sponsors-grid {
    grid-template-rows: 100px 100px repeat(auto-fit, 100px);
    width: 100%;
    max-width: 100%;
  }

  .image-86 {
    height: 60%;
  }

  .image-91 {
    width: 65%;
  }

  .div-block-110 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .image-96 {
    width: 40%;
  }

  .text-block-81 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .sponsors-row {
    flex-direction: column;
    align-items: center;
  }

  .pink-button, .pink-button.right {
    max-width: 50%;
  }

  .pagination-2 {
    width: 100%;
  }

  ._2022-session-recordings {
    justify-content: flex-start;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img {
    width: 125px;
  }

  .grid-23 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: minmax(200px, 3.5fr);
  }

  .logos-attendees {
    display: none;
  }

  .grid-24 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-25 {
    grid-template-columns: 1fr 1fr 1fr .75fr;
  }

  .logo.aws {
    width: 86px;
  }

  .logo.bixal {
    width: 98px;
    left: auto;
  }

  .logo.palladium {
    width: 136px;
  }

  .logo.oxfam {
    width: 75px;
  }

  .summ-copy {
    padding-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .section {
    margin-bottom: 0%;
    padding: 7%;
  }

  .section.haze.no-padding-top {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .section.haze.no-padding-top.contact {
    margin-bottom: 60%;
    padding-top: 10%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .section.page-header {
    margin-bottom: 0%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .section.hero-section.home-page {
    height: auto;
    padding-bottom: 0;
  }

  .section.media-grid {
    padding-left: 7%;
    padding-right: 7%;
  }

  .section.media-grid.images, .section.who-should-attend {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .section.speakers2022 {
    width: 280px;
    max-width: 290px;
    margin-top: 100px;
  }

  .section.attend {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .section.aboutsummir, .section.video2022 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .section.spinsorform {
    padding-top: 60px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .section.archive-page {
    margin-bottom: 0%;
  }

  .section.archive-page.overview-section {
    margin-top: 0;
    margin-bottom: 0%;
    padding-top: 7%;
  }

  .section.sessions {
    margin-right: 0;
    padding-bottom: 20%;
  }

  .section.ccb {
    margin-top: 0;
    padding-left: 7%;
    padding-right: 7%;
  }

  .section.sponsors {
    margin-top: 0%;
  }

  .wrapper {
    align-items: center;
    width: 100%;
  }

  .wrapper.hero-wrapper {
    justify-content: center;
    width: auto;
    max-width: 100%;
    margin-top: 0;
  }

  .wrapper.side-paddings {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.side-paddings.agenda {
    flex-direction: row;
  }

  .wrapper.policy {
    padding: 20px 10px 0;
  }

  .wrapper.slidder-wrapper {
    width: 100%;
    height: 25%;
  }

  .button.color-button {
    margin-left: 0;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.header {
    margin-top: 22px;
    margin-left: 0;
    margin-right: 0;
  }

  .button.header.color-button.home {
    margin-right: 0;
  }

  .button.forms.sponsorbtn {
    height: 51px;
    margin-bottom: 6px;
  }

  .paragraph-small.text-grey {
    display: flex;
  }

  .button-style-wrapper {
    width: 100%;
  }

  .nav-bar {
    margin-top: 0;
  }

  .nav-link {
    border-top-style: solid;
    border-bottom-style: none;
  }

  .nav-link.speakers-page {
    border-bottom-style: solid;
  }

  .utility-page-wrap.bg {
    background-image: linear-gradient(#040887cc, #040887cc), url('../images/al-nik-383735.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    font-family: Roboto, sans-serif;
  }

  .utility-page-wrap.bg.agenda {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    font-family: Roboto, sans-serif;
  }

  .utility-page-content.agenda {
    object-fit: fill;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    width: auto;
    margin-top: 10px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-grey {
    width: 100%;
  }

  .section-intro.margin.tickets {
    align-items: center;
  }

  .section-intro.margin {
    margin-bottom: 24px;
  }

  .text-center {
    font-size: 25px;
    line-height: 35px;
  }

  .text-center.agenda {
    align-items: center;
  }

  .no-vertical-paddings {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .footer-links {
    align-items: center;
    width: 50%;
  }

  .footer-links.footer {
    align-items: flex-start;
  }

  .change {
    padding-left: 0;
  }

  .change-text {
    margin-left: 16px;
  }

  .radio-button {
    margin-left: -1px;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .radio-text {
    font-size: 11px;
  }

  .radio-buttons {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-intro {
    flex-wrap: wrap;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16px;
  }

  .about {
    flex: 0 auto;
  }

  .about.agenda {
    margin-top: 100px;
  }

  .about.past-events {
    margin-bottom: 60px;
  }

  .about.home-page {
    padding-top: 0;
  }

  .about-photo-wrapper {
    width: auto;
    height: 100%;
    max-height: 500px;
    margin-right: 0;
  }

  .about-photo-wrapper.past-events {
    height: auto;
  }

  .about-info {
    padding-left: 0%;
  }

  .about-info.home {
    height: auto;
    margin-left: 0;
  }

  .about-info.home.agenda {
    padding-top: 0;
  }

  .about-info.about {
    padding-top: 0;
    display: flex;
  }

  .about-info.about.past-events {
    align-items: flex-start;
    padding-top: 64px;
  }

  .divider {
    display: none;
  }

  .tab-link {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 20px;
    line-height: 24px;
  }

  .schedule-event {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 0;
  }

  .schedule-event.marker {
    align-items: center;
  }

  .schedule-event-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .schedule-event-time {
    text-align: center;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
  }

  .schedule-speaker {
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .schedule-speaker-image {
    flex: none;
    margin-left: 13px;
    margin-right: 13px;
  }

  .numbers-info-block {
    width: 100%;
    padding-right: 0;
  }

  .numbers-card {
    width: 100%;
  }

  .speakers, .speakers.home-archive.first-draft {
    grid-template-columns: 1fr;
  }

  .speaker-item {
    width: 200px;
  }

  .speaker-item.big {
    width: 100%;
  }

  .cta-info {
    text-align: left;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .cta-heading {
    text-align: left;
  }

  .footer-about {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    padding-right: 8px;
  }

  .footer-bottom-text {
    flex-wrap: wrap;
  }

  .footer-bottom-social {
    width: 100%;
  }

  .instagram-photo {
    width: 33.33%;
  }

  .no-padding {
    padding: 0;
  }

  .gallery-block, .gallery-block.big {
    width: 100%;
  }

  .media-testimonials {
    padding-left: 8%;
    padding-right: 8%;
  }

  .media-testimonials._2022 {
    width: 100%;
    padding: 100px 5%;
  }

  .media-review-icon {
    top: -59px;
    left: 0%;
  }

  .media-review-author {
    display: flex;
  }

  .subscribe {
    padding: 48px 8%;
  }

  .subscribe.agenda {
    width: 100%;
    margin-bottom: 0;
    padding-left: 8%;
    padding-right: 8%;
  }

  .subscribe.agenda.past-events {
    margin-top: 0;
  }

  .subscribe-form {
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .input.two {
    margin-left: auto;
  }

  .page-header-intro {
    flex: none;
    padding-right: 0;
  }

  .pricing {
    width: 100%;
  }

  .pricing-card {
    padding-left: 8%;
    padding-right: 8%;
  }

  .video-slide {
    width: 100%;
  }

  .popup-window {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .buy-input-wrapper {
    width: 100%;
  }

  .buy-input-wrapper.padding-right {
    padding-right: 0;
  }

  .buy-input-wrapper.padding-left {
    padding-left: 0;
  }

  .hero-date-card {
    width: 100%;
  }

  .hero-date-card.past-events {
    width: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-info {
    border-left-style: none;
    margin-top: 0;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 0;
  }

  .hero-info.margin {
    margin-left: 0;
    padding-top: 0;
  }

  .hero-heading {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .hero-heading.head {
    font-size: 35px;
    line-height: 40px;
  }

  .speaker {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .speaker-media {
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .speaker-avatar {
    width: 250px;
    height: 250px;
  }

  .speaker-info {
    padding-left: 0;
    padding-right: 0;
  }

  .event-item, .event-item.big {
    width: 100%;
  }

  .licence-item {
    flex-direction: column;
    padding-top: 40px;
  }

  .licence-item-image {
    margin-bottom: 32px;
  }

  .licence-item-info {
    text-align: center;
    padding-left: 0;
  }

  .event-info, .event-more {
    padding-left: 0%;
    padding-right: 0%;
  }

  .event-description {
    padding-top: 0;
  }

  .event-more-info {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .event-speaker {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .event-speaker-avatar {
    margin-right: 10px;
  }

  .contact {
    padding: 24px 0;
  }

  .contact-cards {
    width: 100%;
  }

  .password-window {
    width: 90%;
    padding: 32px 8% 40px;
  }

  .hero-contacts-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    display: block;
  }

  .hero-contact {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-contact-icon {
    margin-bottom: 0;
    margin-right: 16px;
  }

  .hero-contacts {
    flex-wrap: wrap;
    padding: 7% 0;
  }

  .hero-social {
    border-style: none;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .hero-social-link {
    border-right-color: var(--white);
    border-bottom-style: solid;
    border-left-color: var(--white);
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-social-link.no-border {
    border-bottom-style: solid;
  }

  .hero-social-icon {
    margin-right: 0;
  }

  .hero-bg-text {
    font-size: 72px;
    line-height: 72px;
    top: 96px;
    right: -16px;
  }

  .nav-underline.hide {
    display: none;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bg-image.header-image {
    background-image: linear-gradient(#040887cc, #040887cc), url('../images/SAM_2098-copy.JPG');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
  }

  .bg-image.header-image.about-page {
    background-image: linear-gradient(#040887cc, #040887cc), url('../images/louis-paulin-HXowJK9BoSU-unsplash.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .bg-image.header-image.about-page.past-events {
    width: auto;
    inset: 0%;
  }

  .bg-image.header-image.sponsor-page {
    background-image: linear-gradient(#040887cc, #040887cc), url('../images/geron-dison-K2VqjxGcGYM-unsplash.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
  }

  .bg-image.header-image.pricing-page {
    background-image: linear-gradient(#040887cc, #040887cc), url('../images/ccb.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .bg-image.header-image.contact {
    background-image: linear-gradient(#040887cc, #040887cc), url('../images/Photo_17_v1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    margin-top: 0;
  }

  .sponsor {
    width: 100%;
    padding: 24px 10%;
  }

  .sponsors-info {
    max-width: none;
  }

  .slider-arrow {
    display: none;
  }

  .hero-slide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-social-text {
    display: none;
  }

  .popup-heading {
    font-size: 15px;
  }

  .preloader {
    text-align: center;
    padding-left: 0;
    display: none;
  }

  .loading-icon {
    width: 35px;
    display: block;
  }

  .heading-2 {
    text-align: center;
    line-height: 50px;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 35px;
  }

  .media-video-2.video-2 {
    height: 250px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .media-video-2.video-2.homepage {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 40px;
  }

  .play-button-2.home-archive.big-video {
    width: 56px;
    margin-top: 53px;
    padding-top: 0;
  }

  .directions.date {
    flex-wrap: wrap;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    display: flex;
  }

  .directions.date.training {
    flex-flow: wrap;
    flex: 0 auto;
    align-items: flex-start;
    display: flex;
  }

  .container.sponsor-banner {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sponsor-image {
    align-self: center;
    max-width: none;
    margin: 0 15px 10px;
  }

  .sponsor-image.padding-right {
    height: 23%;
    margin-left: auto;
    margin-right: auto;
  }

  .sponsor-image.padding-left {
    margin-left: auto;
    margin-right: auto;
  }

  .sponsor-image.sponsor {
    width: 190px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sponsor-image.bigger-sponor {
    width: 200px;
    height: auto;
    min-height: 50px;
  }

  .sponsor-image.bigger-sponor.third {
    margin-top: 0;
    padding-top: 0;
  }

  .sponsor-image.bigger-sponor.smaller-sponsor {
    margin-bottom: 34px;
  }

  .sponsor-image.bigger-sponor.smaller-sponsor.psi {
    width: 100px;
  }

  .sponsor-image.bigger-sponor.cardno {
    width: 200px;
  }

  .sponsor-image.bigger-sponor.abt {
    width: 100px;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .sponsor-image.bigger-sponor._2019 {
    width: 200px;
    margin-bottom: 59px;
  }

  .row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .row.sponsor-row {
    margin-bottom: 25px;
  }

  .row.sponsor-row.hide {
    display: none;
  }

  .image-2.fill {
    margin-bottom: 0;
  }

  .paragraph-sponsor {
    text-align: center;
    margin-top: 20px;
  }

  .heading-8 {
    line-height: 50px;
  }

  .summ {
    margin-top: 27px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .summ.summtop {
    width: 100%;
    margin-bottom: -12px;
  }

  .summ.summtop.graphs, .summ.summtop.links {
    width: 100%;
  }

  .button-7 {
    margin-bottom: 0;
  }

  .heading-9 {
    text-align: center;
    align-self: auto;
    font-size: 30px;
    display: block;
  }

  .heading-9.benefits-title {
    text-align: left;
    font-size: 25px;
  }

  .contact-form-2 {
    padding: 10px;
  }

  .contact-form-2.speaker {
    width: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-2.speaker.form.become {
    align-items: center;
    margin-top: 0%;
    padding-top: 5%;
  }

  .heading-32 {
    text-align: left;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    font-size: 30px;
    display: block;
  }

  .column-2 {
    object-fit: contain;
    flex-direction: column;
    display: block;
    position: static;
  }

  .row-4 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .row-4.space-between-row.wrap {
    flex-flow: column wrap;
    justify-content: center;
  }

  .row-4.space-between-row {
    flex-direction: row;
  }

  .row-4.space-between-row.wrap {
    flex-wrap: wrap;
  }

  .div-block-18.forms {
    justify-content: center;
  }

  .heading-33 {
    line-height: 50px;
  }

  .hero-contact-2 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .hero-contact-2.past-events {
    margin-right: 0;
  }

  .text-block-12 {
    font-size: 15px;
  }

  .text-block-12.date.past-events {
    text-align: left;
    justify-content: flex-start;
    font-size: 20px;
  }

  .faq {
    grid-template-columns: 1fr;
  }

  .heading-39.past-events {
    margin-top: 40px;
    font-size: 40px;
    line-height: 50px;
  }

  .heading-faq {
    margin-top: 20px;
  }

  .indent {
    margin-left: 30px;
  }

  .input.two.small {
    margin-left: 10px;
  }

  .pricing-information {
    margin-top: 40px;
  }

  .pricing-information.refund {
    width: 100%;
  }

  .list-3 {
    margin-left: 30px;
  }

  .paragraph-4 {
    text-align: left;
  }

  .paragraph-4.links {
    text-align: center;
    align-self: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-4.agenda {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-4.hide.policy.terms {
    padding: 20px;
  }

  .icon-8 {
    color: var(--light-blue);
  }

  .div-block-24 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .div-block-25 {
    text-align: center;
  }

  .heading-42.agenda {
    align-self: center;
    margin-bottom: 40px;
  }

  .div-block-16.sessions {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-16.sessions.small-sessions {
    grid-row-gap: 16px;
  }

  .lightbox-link {
    width: auto;
  }

  .lightbox-link.stay {
    display: none;
  }

  .div-block-27 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .section-4 {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .section-4.hide {
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-2.left.side-paddings {
    display: none;
  }

  .featured-events {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .featured-events.padding-top {
    padding-top: 0;
  }

  .featured-events-wrapper {
    flex-direction: column;
  }

  .image-7 {
    width: 100%;
    height: 300px;
  }

  .section-6 {
    padding-top: 0;
    padding-left: 7%;
    padding-right: 7%;
  }

  .image-8 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-8.baologo {
    margin-right: 0;
  }

  .image-8.unlock {
    margin-left: 0;
  }

  .image-8.fhi360, .image-8.parsyl {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-6 {
    text-align: center;
  }

  .div-block-30 {
    align-items: center;
    height: 50px;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .div-block-31 {
    justify-content: center;
  }

  .div-block-32 {
    justify-content: flex-start;
    height: 50px;
    padding-top: 10px;
    display: none;
  }

  .image-16 {
    top: 1395px;
    right: -54px;
  }

  .text-block-26.home {
    align-self: center;
  }

  .past-events-section {
    margin-bottom: 60px;
  }

  .button-9 {
    text-align: center;
    background-image: none;
    justify-content: center;
    align-self: auto;
  }

  .button-9.w--current {
    align-self: auto;
  }

  .image-30.fill {
    width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 0;
  }

  .image-30.fill.abt {
    width: 100px;
    padding-top: 20px;
  }

  .image-30.fill.abt._2 {
    width: 100px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .image-30.fill.eshift {
    width: 80%;
    padding-top: 0;
  }

  .image-30.fill.bjr.chemonics {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-left: 0;
  }

  .image-30.fill.bjr.chemonics._2019 {
    width: 100%;
  }

  .image-30.fill.psi {
    width: 50%;
  }

  .image-30.fill._2019.bao {
    width: 90%;
  }

  .max-520 {
    text-align: center;
    font-size: 16px;
  }

  .big-label {
    font-size: 16px;
  }

  .big-label.black-text.margin-50 {
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .row-5 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .row-5.sponsor-row {
    height: auto;
    margin-bottom: 25px;
    padding-top: 0;
    display: flex;
  }

  .row-5.sponsor-row.sponsor {
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .row-5.why-attend {
    flex-direction: column;
    align-items: center;
  }

  .row-5.button-row {
    flex-flow: column wrap;
    align-items: stretch;
    width: 100%;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-2.bigger-top-padding.videos {
    padding-top: 64px;
  }

  .section-2.bigger-top-padding.videos._2019 {
    padding-top: 60px;
  }

  .link-4 {
    font-size: 16px;
  }

  .container-6.promo-grid.sessions {
    margin-top: -30px;
  }

  .container-6.main-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    align-self: auto;
    margin-top: 60px;
  }

  .container-6.banner-email {
    background-image: url('../images/Pink-Banner-Graphiic.svg'), url('../images/Green-Banner-Graphic.svg');
    background-position: 60px 0, 97% 70%;
    background-repeat: no-repeat, no-repeat;
    background-size: 40px, 40px 78px;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-47 {
    text-align: center;
    align-self: auto;
    font-size: 30px;
    display: block;
  }

  .container-7 {
    padding-bottom: 120px;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .image-31 {
    object-fit: cover;
    height: 200px;
  }

  .sticky-why {
    margin-bottom: 0;
  }

  .heading-48 {
    text-align: center;
    align-self: auto;
    font-size: 30px;
    display: block;
  }

  .max-521 {
    text-align: center;
    font-size: 16px;
  }

  .link-13, .link-14 {
    font-size: 16px;
  }

  .heading-49 {
    text-align: center;
    align-self: auto;
    font-size: 30px;
    display: block;
  }

  .sticky-why-2 {
    margin-bottom: 0;
  }

  .max-522 {
    text-align: center;
    font-size: 16px;
  }

  .featured-icon-wrap {
    min-width: 40px;
    min-height: 40px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-50 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .hero-date-card-2 {
    width: 100%;
    height: auto;
    display: none;
  }

  .hero-contact-3 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .text-block-28 {
    font-size: 15px;
  }

  .dropdown {
    flex-direction: column;
    flex: none;
  }

  .dropdown-link {
    border-top: 1px solid var(--light-blue);
    border-bottom: 1px solid var(--light-blue);
    background-color: #040887cc;
    width: 100%;
  }

  .dropdown-link-2 {
    border-bottom: 1px solid var(--light-blue);
    background-color: #040887cc;
    width: 100%;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 30px;
    display: flex;
  }

  .dropdown-toggle {
    flex-direction: column;
    flex: none;
    align-items: center;
    display: flex;
  }

  .image-34 {
    width: 800px;
    padding-top: 0;
  }

  .lottie-animation {
    margin-top: 0;
  }

  .rich-text-block-2 {
    text-align: left;
  }

  .section-9 {
    padding-top: 64px;
    padding-bottom: 60px;
  }

  .section-9.gallery {
    padding-bottom: 60px;
  }

  .column-3 {
    padding-bottom: 40px;
  }

  .div-block-43 {
    padding-top: 20px;
  }

  .div-block-45 {
    flex-flow: column;
  }

  .div-block-46 {
    width: 100%;
  }

  .div-block-47 {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu-5 {
    width: 95%;
  }

  .button-10 {
    text-align: center;
    background-image: linear-gradient(84deg, #4667ed, #4e6bee 75%, #c7aeff);
    justify-content: center;
    align-self: auto;
  }

  .button-10.w--current {
    align-self: auto;
  }

  .button-10.home {
    text-align: center;
  }

  .button-10.home.tickets {
    padding-left: 45px;
    padding-right: 45px;
  }

  .tab-link-tab-2-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-tab-2-3.w--current {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .full-agenda {
    display: none;
  }

  .container-9.grid-3.z-index-2 {
    max-width: 100%;
  }

  .container-9.promo-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    place-items: center;
    display: block;
  }

  .container-9.promo-grid.about-the-symposium {
    text-align: left;
    width: 80%;
    padding-top: 0;
  }

  .partial-agenda {
    display: block;
  }

  .text-block-38 {
    font-size: 20px;
  }

  .tabs-content-4 {
    width: 100%;
  }

  .text-block-37 {
    font-size: 20px;
  }

  .button-4 {
    background-position: 90%;
    align-self: stretch;
  }

  .section-15.agenda {
    padding-top: 60px;
  }

  .main-agenda {
    width: 100%;
    padding-left: 20px;
  }

  .text-block-36 {
    width: auto;
  }

  .tab-link-tab-1-4 {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-tab-1-4.w--current {
    width: auto;
    margin-left: 0;
  }

  .bootcamps {
    padding-left: 20px;
  }

  .section-16 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .div-block-50 {
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-41 {
    flex: none;
  }

  .heading-51 {
    text-align: center;
    width: 100%;
  }

  .heading-52 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    line-height: 50px;
    display: flex;
  }

  .heading-53 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-51 {
    flex-direction: column;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    width: 100%;
    padding-top: 20px;
    display: flex;
  }

  .div-block-52 {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .div-block-53 {
    max-width: 770px;
  }

  .heading-54 {
    text-align: center;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    font-size: 40px;
    line-height: 50px;
    display: flex;
  }

  .heading-55 {
    line-height: 50px;
  }

  .speakers-collection {
    width: 280px;
  }

  .heading-57 {
    text-align: center;
    line-height: 50px;
  }

  .speaker-item-2, .speaker-item-2.big, .speaker-item-2.big {
    width: 100%;
  }

  .paragraph-7 {
    text-align: center;
  }

  .text-span-5 {
    justify-content: center;
    width: 3%;
    display: flex;
  }

  .div-block-56 {
    z-index: 101;
  }

  .div-block-57 {
    width: 95%;
    height: 500px;
  }

  .text-block-46.block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-block-46.block.up {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-block-47 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-62 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: flex;
  }

  .div-block-63 {
    display: flex;
  }

  .the-speaker.archive-page {
    margin-top: 10px;
  }

  .text-block-53 {
    margin-bottom: 10px;
  }

  .div-block-66 {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .div-block-67.white-bar {
    flex-direction: column;
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
  }

  .registration-type {
    margin-left: 12px;
    margin-right: 12px;
    padding-right: 0;
    font-size: 14px;
  }

  .ticket-type {
    font-size: 13px;
  }

  .columns-2 {
    flex: none;
    padding-bottom: 40px;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3 {
    flex: none;
    grid-template-columns: 1fr;
  }

  .link-18 {
    width: auto;
    font-size: 13px;
    display: flex;
  }

  .div-block-69 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .text-block-57 {
    text-align: center;
  }

  .div-block-71 {
    grid-template-columns: 1.5fr;
  }

  .text-block-58 {
    padding-top: 10px;
  }

  .div-block-74 {
    flex-direction: column;
  }

  .div-block-77 {
    width: 100%;
    height: 200px;
  }

  .div-block-77.homepage {
    height: 150px;
  }

  .div-block-77.homepage.home {
    height: 280px;
  }

  .image-42, .image-43, .image-44, .image-45 {
    height: 200px;
  }

  .div-block-81 {
    margin-bottom: 0;
  }

  .div-block-82 {
    flex-direction: row;
    display: flex;
  }

  .link-block-2 {
    height: 250px;
  }

  .link-block-3, .subscribe-form-input, .form-block {
    width: 100%;
  }

  .div-block-3 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .subscribe-form-top {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .button-11 {
    background-image: none;
    justify-content: center;
    align-self: stretch;
  }

  .button-11.link-button {
    justify-content: flex-start;
    bottom: 20px;
    left: 21px;
  }

  .hero-contact-4 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-contact-icon-2 {
    margin-bottom: 0;
    margin-right: 16px;
  }

  .hero-contact-icon-2.training-icon {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .form-block-2 {
    width: 100%;
  }

  .no-margin-2 {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 275.219px;
    margin-left: auto;
    margin-right: auto;
  }

  .no-margin-2.ticketspolicy {
    font-size: 25px;
    line-height: 35px;
  }

  .faq-items {
    width: 100%;
  }

  .section-17 {
    padding: 7%;
  }

  .faq-wrapper {
    width: 100%;
  }

  .max-523 {
    text-align: center;
    font-size: 16px;
  }

  .max-523.summ {
    text-align: center;
  }

  .heading-65 {
    text-align: center;
    width: 100%;
    font-size: 25px;
    line-height: 32px;
  }

  .column-8 {
    object-fit: contain;
    flex-direction: column;
    width: 100%;
    display: block;
    position: static;
  }

  .column-8.about-column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .column-8.about-column-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: block;
  }

  .section-19 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-19.bigger-top-padding {
    margin-top: -102px;
  }

  .cta-heading-2.join {
    font-size: 25px;
    line-height: 39px;
  }

  .section-20 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .cta-price-tag {
    font-size: 60px;
  }

  .collection-list-12 {
    width: 100%;
  }

  .div-block-89 {
    width: 100%;
    display: block;
  }

  .text-field::placeholder {
    font-size: 14px;
    line-height: 1.3em;
  }

  .text-field.message::placeholder {
    font-size: 14px;
    line-height: 1.5em;
  }

  .text-field.half {
    margin-right: 10px;
  }

  .heading-19 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 30px;
  }

  .contact-form {
    padding: 10px;
  }

  .button-12 {
    text-align: center;
    background-image: none;
    justify-content: center;
    align-self: auto;
    line-height: 20px;
  }

  .button-12.w--current {
    align-self: auto;
  }

  .section-21 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pricing-card-2 {
    padding-left: 8%;
    padding-right: 8%;
  }

  .about-info-2 {
    text-align: left;
    padding-top: 20px;
    padding-right: 0%;
  }

  .about-photo-wrapper-2 {
    width: auto;
  }

  .column-10, .column-11 {
    padding: 20px;
  }

  .header-paragraph {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .archive-text, .archive-text.speakers {
    font-size: 16px;
    line-height: 28px;
  }

  .archive-title {
    align-self: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 15px;
  }

  .archive-title.speakers {
    margin-bottom: 20px;
  }

  .grid-7 {
    margin-bottom: 0;
    display: block;
  }

  .speaker-name {
    margin-bottom: 0;
  }

  .speaker-name.mobil, .speaker-name.hide {
    display: none;
  }

  .archive-header {
    height: 38%;
    min-height: 365px;
  }

  .header-image {
    height: 9px;
    margin-left: 0;
    display: none;
  }

  .heaader-title {
    margin-top: 0;
    margin-left: 0;
  }

  .overview-archive {
    margin-left: 60px;
    margin-right: 30px;
  }

  .speakers-archive {
    margin-left: 0;
    margin-right: 0;
  }

  .overview-right {
    padding-left: 0;
    padding-right: 0;
  }

  .header-container {
    height: 100px;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-archive {
    min-width: 100%;
    max-width: 100%;
    height: 280px;
    min-height: 100%;
    margin-bottom: 20px;
  }

  .image-archive.hide {
    display: none;
  }

  .image-archive.mobile, .image-archive.padding {
    padding-right: 20px;
  }

  .image-53, .mobil {
    display: none;
  }

  .take-a-look-archive {
    margin: 30px 30px 30px 60px;
    padding: 0;
  }

  .archive-image {
    object-fit: fill;
    min-width: 260px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .speakers-archive-2 {
    margin: 60px 30px 30px 60px;
    display: block;
  }

  .speaakers-grid {
    text-align: center;
    flex-direction: column;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .column-14 {
    display: none;
    overflow: hidden;
  }

  .columns-4 {
    display: block;
  }

  .column-15 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-93 {
    display: block;
  }

  .image-54 {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    display: inline-block;
  }

  .image-55 {
    width: 0;
  }

  .image-56 {
    min-width: 260px;
    max-width: 260px;
    margin-left: 0;
    display: inline-block;
  }

  .sessions {
    margin: 60px 30px 30px 60px;
  }

  .video-3 {
    min-width: auto;
    max-width: none;
    margin-bottom: 20px;
  }

  .video-5.hiden {
    display: block;
  }

  .video-6.hiden, .hiden {
    display: none;
  }

  .see-more {
    margin-top: 0;
  }

  .text-block-66 {
    margin-bottom: 20px;
  }

  .title-and-search {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }

  .search {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 5px;
    font-size: 14px;
  }

  .search-button {
    margin-left: 0;
    font-size: 14px;
  }

  .search-column {
    justify-content: flex-start;
    padding-right: 0;
  }

  .archive-content {
    width: 280px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-9 {
    display: block;
  }

  .title-and-search-column {
    width: 280px;
    margin-top: 0;
    display: block;
  }

  .back-to-archive {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 17px;
  }

  .title-and-pics {
    margin: 60px 30px 30px;
  }

  .image-59 {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-60 {
    width: 100%;
  }

  .image-61 {
    width: 100%;
    margin-bottom: 20px;
  }

  .program-archive {
    margin-top: 30px;
  }

  .session-name {
    margin-top: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .session-content {
    font-size: 16px;
    line-height: 28px;
  }

  .program-grid._2022 {
    width: 82%;
  }

  .program-grid._2021, .program-grid._2019 {
    width: 82%;
    margin-left: 30px;
    margin-right: 30px;
  }

  .take-a-look-grid.archive-page {
    flex-direction: column;
    width: 100%;
  }

  .nav-link-5._2nd, .mobile {
    display: none;
  }

  .grid-12 {
    display: block;
  }

  .sessions-grid-2 {
    width: 100%;
    display: block;
  }

  .sessions-div-block.hiden {
    display: none;
  }

  .see-more-button {
    margin-right: 0;
  }

  .see-more-button.back-to-archive-button {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .see-more-button.training-banner {
    padding-left: 0;
  }

  .side-nav-container {
    width: 100%;
  }

  .page-divider {
    width: 100%;
    max-width: 100%;
    margin-top: 90px;
    margin-left: 15px;
  }

  .overview-archive-new {
    margin-bottom: 30px;
  }

  .speakers-archive-new {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 30px;
  }

  .take-a-look-archive-new, .sessions-archive-new {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .grid-15 {
    display: block;
  }

  .column-22 {
    padding-left: 35px;
    padding-right: 20px;
  }

  .video-8 {
    width: 100%;
    height: auto;
  }

  .menu-button-2 {
    padding-left: 0;
  }

  .session-year-button {
    margin-right: 21px;
  }

  .archive, .archive.new-home-page {
    height: 180px;
  }

  .collection-item-speaker {
    width: 100%;
  }

  .collection-list-speakers {
    display: block;
  }

  .speaker-image {
    width: 280px;
    min-width: 100%;
    max-width: 100%;
    height: 280px;
    min-height: 280px;
    max-height: 280px;
    margin-left: auto;
    display: block;
  }

  .speaker-image.expanded {
    margin-bottom: 20px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .speaker-image.archive-page {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    height: 280px;
    min-height: 280px;
    max-height: 280px;
  }

  .collection-wrapper-speakers {
    width: 100%;
    display: none;
  }

  .collection-item-8 {
    width: 100%;
  }

  .title-and-back-to-archive {
    align-self: flex-start;
  }

  .archive-block {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .session-day {
    font-size: 17px;
  }

  .session-hour {
    font-size: 16px;
  }

  .link-block-archive {
    width: 265px;
    height: 150px;
  }

  .link-block-archive.new {
    width: 100%;
    height: 150px;
  }

  .speakers-container {
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0%;
    padding: 5% 7%;
  }

  .pictures-archive-grid {
    width: 100%;
    height: 100%;
    display: block;
  }

  .archive-wrapper {
    margin-top: 63px;
  }

  .menu-button-3 {
    float: left;
  }

  .pop-up-main-div {
    width: 300px;
  }

  .expansion-collumns {
    padding: 0%;
  }

  .expansion-right-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .close-button {
    width: 35px;
    padding: 5px 5px 0 0;
  }

  .training-section {
    padding-left: 7%;
    padding-right: 7%;
  }

  .t-paragraph {
    width: 275.219px;
  }

  .slider {
    height: 200px;
  }

  .text-block-76 {
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-77 {
    font-size: 16px;
    line-height: 28px;
  }

  .videos-grid {
    grid-template-columns: 1fr;
  }

  .years-filter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .download-program._2022 {
    width: auto;
    margin-top: 0%;
    margin-left: 5%;
  }

  .download-program._2021 {
    width: 100%;
  }

  .slider-3 {
    height: 200px;
    display: none;
  }

  .agenda-column-right {
    margin-top: 5%;
  }

  .agenda-columns {
    flex-flow: column wrap;
    display: block;
  }

  .agenda-column-left {
    padding-right: 0;
  }

  .columns-18 {
    flex-direction: column;
  }

  .column-40 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-104 {
    width: 50%;
  }

  .embed-map {
    height: 350px;
    overflow: hidden;
  }

  .column-42 {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-wrapper-14 {
    width: 275.219px;
    margin-left: auto;
    margin-right: auto;
  }

  .download-program-div {
    width: 100%;
    margin-top: 7%;
  }

  .download-icon {
    margin-left: auto;
    margin-right: 2%;
  }

  .sponsors-grid {
    grid-template-rows: 120px 100px 100px 100px;
    grid-template-columns: 1fr;
    grid-auto-rows: 100px;
    justify-items: center;
  }

  .pink-button {
    max-width: 100%;
  }

  .pink-button.right {
    width: 100%;
    max-width: 100%;
  }

  ._2022-session-recordings {
    align-self: flex-start;
    width: auto;
    max-width: none;
    padding-right: 0;
  }

  .footer-link-text {
    text-align: left;
    width: 100%;
    max-width: 100%;
    font-size: 13px;
  }

  .link-block-14 {
    width: auto;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo-slider-img {
    width: 100px;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .grid-23 {
    grid-row-gap: 20px;
    grid-template-columns: .25fr .25fr;
  }

  .logos-attendees {
    display: none;
  }

  .list-9.sponsorbenefitslist {
    padding-left: 17px;
  }

  .topcolumn {
    width: 100%;
  }

  .topcolumn.top6 {
    width: 100%;
    margin-top: 40px;
  }

  .cell.benefitcell {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gridnumber {
    font-size: 26px;
    line-height: 39px;
  }

  .gridtext {
    text-align: left;
    flex: 0 auto;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .quick-stack-2.graph4 {
    width: 49%;
  }

  .quick-stack-2.graph5 {
    width: 42%;
  }

  .top6text {
    text-align: right;
    font-size: 13px;
    line-height: 15px;
  }

  .top6number {
    font-size: 18px;
    line-height: 33px;
  }

  .div-block-112.divider {
    margin-top: 33px;
    margin-bottom: 36px;
  }

  .grid-25 {
    grid-row-gap: 23px;
    grid-template-rows: minmax(92px, 1fr) minmax(92px, 1fr) minmax(92px, 1fr);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(92px, 1fr);
  }

  .logo.bixal {
    width: 112px;
    left: auto;
  }

  .logo.palladium {
    width: 137px;
  }

  .logo.drc {
    display: none;
  }

  .logo.drc.v2 {
    display: block;
  }

  .logo.oxfam {
    width: 80px;
  }

  .div-block-115 {
    width: 100%;
  }

  .summ-copy {
    margin-top: 27px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .summ-copy.summtop {
    width: 100%;
    margin-bottom: -12px;
  }

  .summ-copy.summtop.graphs, .summ-copy.summtop.links {
    width: 100%;
  }

  .visacolunms {
    max-height: none;
  }
}

#w-node-dd319f61-2159-9e39-9ad7-4f5849ddb6f3-ec2b0613 {
  justify-self: auto;
}

#w-node-dd319f61-2159-9e39-9ad7-4f5849ddb6f6-ec2b0613 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a80a4771-47e9-30e0-0578-7bcd023e141f-ec2b0613, #w-node-_146302a4-5764-ce35-0280-6bb136c44dbc-ec2b0613, #w-node-_3a5eb623-b4de-1e64-4fb6-e1f4b4279444-ec2b0613, #w-node-_3a5eb623-b4de-1e64-4fb6-e1f4b4279446-ec2b0613, #w-node-c3f2f054-16ce-b8c3-6673-c8bcc08591c1-ec2b0613, #w-node-c3f2f054-16ce-b8c3-6673-c8bcc08591c3-ec2b0613, #w-node-_43d435cc-0ed7-c1bd-c9af-6b2248f0336e-ec2b0613, #w-node-_43d435cc-0ed7-c1bd-c9af-6b2248f03370-ec2b0613 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb715df2-3993-625c-39b9-dbfec043311f-9105319d, #w-node-c0d1ed8f-9fd2-a7e2-86f5-9ffac7f558f8-9105319d, #w-node-c5b0c8ff-1e74-75af-de6a-c19905f42d0e-9105319d, #w-node-_74563b22-124f-d7c4-4219-95d392e6a225-9105319d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-ec23a023-ae28-6a6d-2287-37fc4a1e331f-b62b062c {
  align-self: start;
}

#w-node-_3f8c7924-1ccc-f195-33b0-ea3ed44a0e42-482b062d, #w-node-fa908848-17e9-8e05-98bf-119e09b65de3-482b062d, #w-node-_93925dd7-4b86-b887-4363-2871324c577a-482b062d, #w-node-_4e9d688d-65cd-7aa5-6967-d3a697020b95-482b062d, #w-node-_2bfc163f-e8fe-9707-eaa7-2d2096f82f15-482b062d, #w-node-d66cf891-a890-5dee-f626-c3678535d9c8-482b062d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afbd1827-aeb2-3c31-d7c5-bc451ef6728d-482b062d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-afbd1827-aeb2-3c31-d7c5-bc451ef6728f-482b062d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afbd1827-aeb2-3c31-d7c5-bc451ef67291-482b062d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d181007e-c11e-8282-074d-a8355722840f-482b062d, #w-node-db3d5a00-4408-3022-934c-bb4af172bab6-482b062d, #w-node-_1db17b7d-fef9-e5f1-7eee-5c79f000da69-482b062d, #w-node-_296f79a4-1192-b43d-0db2-b5b0417afb29-482b062d, #w-node-f2488147-59c8-b512-5501-2bf0a5ee19d5-482b062d, #w-node-_513a18cb-e22a-4625-9e5e-506170d6cf32-482b062d, #w-node-e7d04c7a-29c3-613d-ad16-f6eaddae45e9-482b062d, #w-node-d0bde127-c001-347e-32ed-6c192d498dde-482b062d, #w-node-bbd56a2b-bf9e-9379-6a7e-bb4b526f858c-482b062d, #w-node-_1e17637a-45cb-9bbe-2e22-456912aaaa6d-482b062d, #w-node-_54c0afc5-7d45-06fc-785e-9a70d0149585-482b062d, #w-node-_698e7e66-ea6d-9499-d159-b3a6464ba2d1-482b062d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6538c286-3e40-10c3-10cc-a0b2ca5fdad4-6f2b0642 {
  place-self: start;
}

#w-node-_4b3435f6-c212-424e-2254-8feb4bb8fb09-6f2b0642 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_95575e6c-6cd9-4cff-0498-616ce8b6b4e1-6f2b0642 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d04c4727-7720-bbbc-fc19-cffa76a3e634-6f2b0642 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e7ff5ba3-e6b6-aac6-7ad1-27cfa859b845-6f2b0642 {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-_3193a415-605e-6d8c-3fe7-8e053b5e5a97-6f2b0642 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_622c5fc9-e2d6-5f65-b5aa-d1a53735801d-6f2b0642 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-c40fc656-bac3-8f17-1cd2-451af5684721-6f2b0642 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-dbc8ff96-3567-01ee-83ae-a26b326a65a1-6f2b0642 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-c3eb2520-b6c5-a95a-2037-a0133482157c-6f2b0642 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-bb83c268-f11c-dff3-ab66-e5912f6fe3a8-6f2b0642 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4812c8c2-d689-94e0-8e64-f447e72f35ed-6f2b0642, #w-node-_3b4799e0-d4e2-b48e-00ec-bc347ce0e196-6f2b0642, #w-node-_43d0024e-ff15-2838-63ec-6d4fa05859c8-6f2b0642, #w-node-aa0f64f4-a2db-6f83-3c18-c6422886cf79-6f2b0642 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bfc72d3-afcb-6ab2-affd-d92ea63345bf-8f2b0644 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_1b8c0438-e05d-1111-1504-af957b5ea519-8f2b0644 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2f58cf66-f36c-4615-d28e-b89d8e226b1a-8f2b0644 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-cb76c7ae-5cf9-5f19-b74f-5255c7a2d546-8f2b0644, #w-node-_48384798-1364-ab18-35d8-ed7d35477935-8f2b0644, #w-node-_8096c5c7-f528-4516-8224-9daeaf4bd76e-8f2b0644 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_39d6b005-6af1-e723-614a-b108c89618a0-8f2b0644, #w-node-ea038ec5-9861-52f3-937a-a6e5f4dabc08-8f2b0644, #w-node-_196f5876-7029-9709-2722-430651a5cd43-8f2b0644, #w-node-c803f893-a925-b258-f0ba-9a246931728f-8f2b0644, #w-node-_9aac890b-2a60-cd0f-b8e9-d010333067fa-f92b0645, #w-node-_1e5c8270-4169-f40c-469e-1cb80c43a106-f92b0645, #w-node-_5acc9e66-dec1-7404-ee9d-a91ca5bc5926-f92b0645, #w-node-_5acc9e66-dec1-7404-ee9d-a91ca5bc5951-f92b0645, #w-node-_11217d93-83fb-5c3d-4b53-0b2c40f613bc-f92b0645, #w-node-_11217d93-83fb-5c3d-4b53-0b2c40f613e7-f92b0645, #w-node-_310f4b93-a28e-b40f-0ce1-410147727ab6-c12b0648 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8244410d-677f-a770-2a65-d1555065e6c2-c12b0648 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_60addd23-d6fd-d616-93a3-7866b3cc06c5-c12b0648 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center;
}

#w-node-d8faac8a-1d9e-6c81-f02e-895645a9fa28-c12b0648 {
  grid-area: 2 / 2 / 3 / 4;
  place-self: center;
}

#w-node-_5e894054-ebeb-5b56-249b-ea81c26bed7d-c12b0648 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-f1eed085-2e87-897c-6df9-342a18793b99-c12b0648 {
  grid-area: 4 / 1 / 5 / 3;
  place-self: center;
}

#w-node-_53ffd1ce-5dc7-d79a-ee61-1a269f125b40-c12b0648 {
  grid-area: 5 / 2 / 6 / 4;
}

#w-node-_812e7456-5714-6896-cac0-e6f915b9539c-c12b0648 {
  grid-area: 6 / 2 / 7 / 4;
}

#w-node-f552a6af-da84-3515-670d-4525f40cc747-c12b0648 {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-_784ffb60-ca8a-b8df-edb6-c87ea645c6fc-c12b0648 {
  grid-area: 3 / 3 / 5 / 4;
}

#w-node-_8de18770-24ed-3115-0361-6a24d9ce00b9-c12b0648 {
  grid-area: 8 / 1 / 9 / 3;
}

#w-node-_1c7f9999-6dfd-cc70-8ef6-0b4e73574df8-c12b0648 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ce54f79d-ac49-dab4-c4b1-515e120b864b-c12b0648 {
  grid-area: 5 / 1 / 7 / 2;
}

#w-node-_1273b99d-029d-bd24-b3f0-587f4a06a398-c12b0648 {
  grid-area: 7 / 3 / 9 / 4;
}

#w-node-ba2133fa-53b4-b125-5acd-8d827bd67167-c12b0648 {
  grid-area: 9 / 2 / 10 / 4;
}

#w-node-_6c06686f-1a7a-873a-e92a-4213a4901d67-c12b0648 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0277ff39-73e2-ff73-ae42-367e7d3cc0be-c12b0648 {
  grid-area: 12 / 1 / 13 / 3;
}

#w-node-b243bff0-ba07-8c43-148c-41f7ba06a3dd-c12b0648 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_131ae544-6012-3395-eaa3-615d735b4abb-c12b0648 {
  grid-area: 11 / 3 / 13 / 4;
}

#w-node-_16b791fb-0cbc-eee9-cba4-8f45104a04a4-c12b0648 {
  grid-area: 13 / 2 / 14 / 4;
}

#w-node-f0acf6a6-3d47-e699-f3ea-0ab0d7adc937-c12b0648 {
  grid-area: 13 / 1 / 15 / 2;
}

#w-node-ffd42b85-e554-fbe8-4fb2-25e2a952caca-c12b0648 {
  grid-area: 14 / 2 / 15 / 4;
}

#w-node-_58c1e889-e816-a4cc-0b87-815c55ecc219-7a2b0649 {
  place-self: start;
}

#w-node-_0ec929c8-f4aa-e8d0-775b-2f1d7483d148-7a2b0649, #w-node-_0ec929c8-f4aa-e8d0-775b-2f1d7483d154-7a2b0649, #w-node-_0ec929c8-f4aa-e8d0-775b-2f1d7483d16f-7a2b0649 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_519de29f-6ac5-202e-3e98-d369354dc025-112b064a, #w-node-_006db1c6-eab0-c23a-0088-9ed9088d00df-112b064a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_7df960d4-934e-9aa3-3f1a-8c40be63a093-112b064a, #w-node-f20d7289-f8dc-79fb-db3e-d9b0c9ab76de-112b064a {
  place-self: start;
}

#w-node-_41ddbf55-7622-791a-9fb2-b5e12edb646c-112b064a {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-d5960a40-7d04-004b-610c-b9238fb9fb91-112b064a {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

#w-node-_59fc8b16-8dc6-238d-5f0d-e9704146c1a6-112b064a, #w-node-bb5a5728-05a1-f869-ca23-c0f98803871b-112b064a, #w-node-d2b706f8-7cad-108d-b139-5e651d6f31b1-112b064a, #w-node-_9c2e5b4e-19eb-65ad-cb55-ce37077583a6-112b064a {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2840655a-0198-cbcc-2ea9-53dfeb87f8ef-112b064a {
  grid-template-rows: auto auto;
  grid-template-columns: 6.25fr 7.75fr;
}

#w-node-_6f2b6518-c6a0-7262-65f4-6753c070fcd3-112b064a {
  grid-template-rows: auto;
  grid-template-columns: 9fr 6.5fr 1fr;
}

#w-node-_30c341a8-58b9-2c7b-6f68-f0a21c0a51d9-112b064a {
  place-self: auto;
}

#w-node-_2c503ff8-c4b2-914d-4b95-36ff8b6b7a5a-6b2b064c {
  justify-self: center;
}

#w-node-_672c86bf-eb29-1550-f3c2-0f5be8bea45e-182b0654 {
  place-self: start;
}

#w-node-_3722e638-2722-7e3b-1d74-118d37faa1f4-182b0654 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

#w-node-_3722e638-2722-7e3b-1d74-118d37faa1f5-182b0654, #w-node-_6763ca6b-83d1-8393-9b76-e50469154052-182b0654, #w-node-_0a3ce1a0-0393-f889-c9f9-d777d13da547-182b0654, #w-node-d7ad5139-305a-f545-86a4-4854b1cfb8f7-182b0654, #w-node-_6f632968-a8fe-a744-e557-e27de7f8f151-182b0654, #w-node-b20b0193-ec1c-268e-993b-5a0911cb911f-182b0654 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6372ad97-2195-ad7e-5724-7e4b651969db-172b0659 {
  place-self: start center;
}

#w-node-ae29fe5f-aff1-71ce-7919-3106b6a2b5c5-172b0659 {
  place-self: center;
}

#w-node-_519de29f-6ac5-202e-3e98-d369354dc025-8595fb9f, #w-node-_5bf36c6b-3ad3-725b-9d93-fdec5d06af2a-8595fb9f, #w-node-e4e419bb-c300-00c7-d255-b0ee3a178b0d-8595fb9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_30c341a8-58b9-2c7b-6f68-f0a21c0a51d9-8595fb9f, #w-node-_30c341a8-58b9-2c7b-6f68-f0a21c0a51d9-cb275091, #w-node-c6dcf7a4-26e2-f0c3-2f02-f61f3cb91c78-cb275091, #w-node-_30c341a8-58b9-2c7b-6f68-f0a21c0a51d9-5fac860f, #w-node-c6dcf7a4-26e2-f0c3-2f02-f61f3cb91c78-5fac860f {
  place-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-fc553461-7114-7984-d555-391d588862e2-ec2b0613, #w-node-af73aef6-7e13-5e52-7667-7216d002ea0c-b62b062c {
    justify-self: start;
  }

  #w-node-af73aef6-7e13-5e52-7667-7216d002ea22-b62b062c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58c1e889-e816-a4cc-0b87-815c55ecc219-7a2b0649, #w-node-_519de29f-6ac5-202e-3e98-d369354dc025-112b064a, #w-node-_006db1c6-eab0-c23a-0088-9ed9088d00df-112b064a, #w-node-_7df960d4-934e-9aa3-3f1a-8c40be63a093-112b064a, #w-node-f20d7289-f8dc-79fb-db3e-d9b0c9ab76de-112b064a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start center;
  }

  #w-node-_2840655a-0198-cbcc-2ea9-53dfeb87f8ef-112b064a {
    grid-template-rows: auto auto;
    grid-template-columns: 6.25fr 8fr;
  }

  #w-node-_6f2b6518-c6a0-7262-65f4-6753c070fcd3-112b064a {
    grid-template-rows: auto;
    grid-template-columns: 9fr 6.75fr 1fr;
  }

  #w-node-_30c341a8-58b9-2c7b-6f68-f0a21c0a51d9-112b064a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start center;
  }

  #w-node-_2c503ff8-c4b2-914d-4b95-36ff8b6b7a5a-6b2b064c {
    justify-self: stretch;
  }

  #w-node-_11d7abe2-1cf8-e648-fb0f-3ba415cafe30-182b0654 {
    justify-self: start;
  }

  #w-node-_11d7abe2-1cf8-e648-fb0f-3ba415cafe47-182b0654 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_672c86bf-eb29-1550-f3c2-0f5be8bea45e-182b0654 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start center;
  }

  #w-node-_672c86bf-eb29-1550-f3c2-0f5be8bea467-182b0654 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_3722e638-2722-7e3b-1d74-118d37faa1d3-182b0654 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_519de29f-6ac5-202e-3e98-d369354dc025-8595fb9f, #w-node-_5bf36c6b-3ad3-725b-9d93-fdec5d06af2a-8595fb9f, #w-node-e4e419bb-c300-00c7-d255-b0ee3a178b0d-8595fb9f, #w-node-_30c341a8-58b9-2c7b-6f68-f0a21c0a51d9-8595fb9f, #w-node-_30c341a8-58b9-2c7b-6f68-f0a21c0a51d9-cb275091, #w-node-c6dcf7a4-26e2-f0c3-2f02-f61f3cb91c78-cb275091, #w-node-_30c341a8-58b9-2c7b-6f68-f0a21c0a51d9-5fac860f, #w-node-c6dcf7a4-26e2-f0c3-2f02-f61f3cb91c78-5fac860f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dd319f61-2159-9e39-9ad7-4f5849ddb6f3-ec2b0613 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-dd319f61-2159-9e39-9ad7-4f5849ddb6f6-ec2b0613 {
    grid-column: span 3 / span 3;
  }

  #w-node-_58c1e889-e816-a4cc-0b87-815c55ecc219-7a2b0649, #w-node-_519de29f-6ac5-202e-3e98-d369354dc025-112b064a, #w-node-_006db1c6-eab0-c23a-0088-9ed9088d00df-112b064a, #w-node-_7df960d4-934e-9aa3-3f1a-8c40be63a093-112b064a, #w-node-f20d7289-f8dc-79fb-db3e-d9b0c9ab76de-112b064a, #w-node-_30c341a8-58b9-2c7b-6f68-f0a21c0a51d9-112b064a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_11d7abe2-1cf8-e648-fb0f-3ba415cafe2f-182b0654 {
    place-self: auto;
  }

  #w-node-_3722e638-2722-7e3b-1d74-118d37faa1d3-182b0654 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-be304a4c-1068-d25f-3201-7efc710756ec-182b0654, #w-node-f5c4fbcf-e939-3624-53f9-60d98dc6fd5a-182b0654 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_519de29f-6ac5-202e-3e98-d369354dc025-8595fb9f, #w-node-_5bf36c6b-3ad3-725b-9d93-fdec5d06af2a-8595fb9f, #w-node-e4e419bb-c300-00c7-d255-b0ee3a178b0d-8595fb9f, #w-node-_30c341a8-58b9-2c7b-6f68-f0a21c0a51d9-8595fb9f, #w-node-_30c341a8-58b9-2c7b-6f68-f0a21c0a51d9-cb275091, #w-node-c6dcf7a4-26e2-f0c3-2f02-f61f3cb91c78-cb275091, #w-node-_30c341a8-58b9-2c7b-6f68-f0a21c0a51d9-5fac860f, #w-node-c6dcf7a4-26e2-f0c3-2f02-f61f3cb91c78-5fac860f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dd319f61-2159-9e39-9ad7-4f5849ddb6f3-ec2b0613, #w-node-dd319f61-2159-9e39-9ad7-4f5849ddb6f6-ec2b0613 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1db17b7d-fef9-e5f1-7eee-5c79f000da69-482b062d, #w-node-f2488147-59c8-b512-5501-2bf0a5ee19d5-482b062d, #w-node-e7d04c7a-29c3-613d-ad16-f6eaddae45e9-482b062d, #w-node-d0bde127-c001-347e-32ed-6c192d498dde-482b062d, #w-node-bbd56a2b-bf9e-9379-6a7e-bb4b526f858c-482b062d {
    justify-self: center;
  }

  #w-node-_2840655a-0198-cbcc-2ea9-53dfeb87f8ef-112b064a {
    grid-template-rows: auto auto;
    grid-template-columns: 3fr .5fr;
  }

  #w-node-_6f2b6518-c6a0-7262-65f4-6753c070fcd3-112b064a {
    grid-template-rows: auto;
    grid-template-columns: 9fr;
  }

  #w-node-_2c503ff8-c4b2-914d-4b95-36ff8b6b7a5a-6b2b064c {
    justify-self: center;
  }

  #w-node-_11d7abe2-1cf8-e648-fb0f-3ba415cafe47-182b0654 {
    align-self: start;
  }
}


