:root {
  --dark-blue: #00205b;
  --bright-blue: #004de8;
  --white: white;
  --bright-blue-high-contrast: #0060e8;
  --light-grey: #f5f5f4;
  --dark-blue-10: #00205b1a;
  --white-20: #fff3;
  --white-10: #ffffff1a;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--primary-base: #004de8;
}

.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(--dark-blue);
  font-family: Norway Sans Text, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

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

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

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

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.subtitle-large {
  min-width: 20px;
  min-height: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
}

.subtitle-large.styleguide {
  margin-bottom: 20px;
}

.lead-medium {
  min-width: 20px;
  min-height: 36px;
  font-size: 24px;
  line-height: 1.5;
}

.lead-medium.text-opacity-50.lines {
  direction: ltr;
  white-space: break-spaces;
}

.mint-medium {
  color: #3f5a53;
  background-color: #deeae7;
}

.style-guide-description {
  width: 33.3333%;
  height: 100px;
}

.display-l {
  clear: left;
  min-width: 66px;
  min-height: 66px;
  font-family: Norway Sans Display, sans-serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 1.2;
}

.display-l.statistics {
  color: var(--bright-blue);
  word-break: break-all;
}

.icon-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.green-signal-light {
  color: #3f5a53;
  background-color: #d0f8ec;
}

.style-guide-elements-subsection {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 45px;
  display: block;
}

.style-guide-elements-subsection._5-items {
  width: 20%;
}

.style-guide-elements-subsection.horizontal {
  grid-column-gap: 30px;
  display: flex;
}

.bg-white {
  color: var(--dark-blue);
  background-color: #fff;
}

.yellow-medium {
  color: #3f5a53;
  background-color: #fff5c7;
}

.style-guide-elements {
  flex: 0 auto;
  width: 66.6667%;
}

.green-medium {
  color: #fff;
  background-color: #4f6c65;
  border: 1px #fff;
}

.spacer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.spacer.fill {
  background-color: #f5f5f5;
}

.green-dark {
  color: #fff;
  background-color: #3f5a53;
}

.lead-large {
  letter-spacing: -.02em;
  min-width: 20px;
  min-height: 26px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.5;
}

.style-guide-group {
  padding: 30px 45px 90px;
  display: flex;
}

.icon-wrapper {
  background-color: #f6f7f7;
  border-radius: 41px;
  width: 60px;
  height: 60px;
  display: inline-block;
}

.icon-wrapper.medium {
  border-radius: 28px;
  width: 56px;
  height: 56px;
}

.icon-wrapper.medium.green-dark {
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.icon-wrapper.small {
  border-radius: 15px;
  width: 30px;
  height: 30px;
}

.style-guide-section {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.component-wrapper {
  flex-direction: row;
  margin-bottom: 0;
  margin-right: 16px;
  display: inline-block;
}

.green-signal {
  background-color: #24e1a7;
}

.button {
  background-color: var(--dark-blue);
  border-bottom-style: none;
  border-radius: 10px;
  flex: none;
  align-self: auto;
  min-width: 20px;
  min-height: 54px;
  margin: 0;
  padding: 9px 34px 12px;
  font-size: 20px;
  line-height: 32px;
  transition: box-shadow .3s, background-color .3s ease-out, color .3s ease-out;
  display: inline-block;
}

.button:hover {
  box-shadow: inset 14px 14px 80px 80px #0003;
}

.button.button-large {
  min-height: 54px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 22px;
  line-height: 34px;
  transition: background-color .3s ease-out;
}

.button.button-large.pill {
  border-radius: 50px;
  min-height: 54px;
}

.button.button-large.outline {
  padding-top: 13px;
  padding-bottom: 13px;
}

.button.button-small {
  min-height: 38px;
  padding: 6px 20px 8px;
  font-size: 18px;
  line-height: 30px;
}

.button.button-small.pill.bright {
  color: var(--white);
}

.button.button-small.pill.bright.tickets:hover {
  box-shadow: inset 14px 14px 80px 80px #0003;
}

.button.button-small.pill.deactive {
  opacity: .5;
}

.button.button-small.outline {
  padding: 9px 23px;
}

.button.pill {
  border-radius: 38px;
}

.button.pill.bright.trailing-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.button.pill.bright.smaller {
  min-height: 0;
  padding: 12px 24px 16px;
  line-height: 20px;
}

.button.outline {
  border-style: solid;
  border-width: 1px;
  border-color: var(--dark-blue) black black;
  color: var(--dark-blue);
  background-color: #0000;
  padding: 11px 33px;
}

.button.outline.white-outline {
  color: var(--white);
  border-color: var(--white);
}

.button.bright {
  background-color: var(--bright-blue);
}

.button.bright:hover {
  box-shadow: inset 14px 14px 80px 80px #0003;
}

.button.white {
  background-color: var(--white);
  color: var(--dark-blue);
}

.button.secondary-light-bg {
  color: var(--dark-blue);
  background-color: #00205b26;
}

.button.secondary-light-bg:hover {
  box-shadow: inset 14px 14px 80px 80px #00000014;
}

.button.secondary-dark-bg {
  color: var(--white);
  background-color: #ffffff26;
}

.section {
  z-index: 9;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  overflow: visible;
}

.section.p-top-xl.p-bot-l.hidden {
  display: none;
}

.section.quote {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 80vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.section.fluid {
  padding-left: 0;
  padding-right: 0;
}

.section.page-header {
  margin-bottom: 0;
}

.section.test {
  padding-top: 210px;
}

.section.hero-section {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.section.hide {
  display: none;
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
}

.grid-container.fluid-container {
  overflow: hidden;
}

.grid-container.hero-text {
  z-index: 999;
  position: relative;
}

.grid-row {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.grid-row:nth-child(2n) {
  flex-direction: row-reverse;
}

.grid-row.align-left {
  justify-content: flex-start;
}

.grid-row.single-indent, .grid-row.double-indent {
  padding-left: 0%;
  padding-right: 0%;
}

.grid-row.partner-list, .grid-row.wrap {
  flex-wrap: wrap;
  align-content: flex-start;
}

.grid-row.test {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.grid-row.program-row {
  flex-direction: row;
}

.grid-row.delegation-dats-tickets {
  justify-content: space-between;
}

.grid-column {
  float: left;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.grid-column.column-5 {
  align-items: flex-start;
  width: 41.6667%;
}

.grid-column.column-5.single-indent, .grid-column.column-6 {
  width: 50%;
}

.grid-column.column-6.justify-center.hide {
  display: none;
}

.grid-column.column-6.market-day {
  order: -1;
}

.grid-column.column-6.supply-chain-day {
  order: 1;
}

.grid-column.column-4 {
  flex: 0 auto;
  width: 33.3333%;
}

.grid-column.column-4.single-indent {
  width: 40%;
}

.grid-column.column-4.related-events {
  width: 50%;
}

.grid-column.column-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
}

.grid-column.column-3.single-indent {
  width: 30%;
}

.grid-column.column-7 {
  width: 58.3333%;
}

.grid-column.column-10 {
  width: 83.3333%;
}

.grid-column.column-10.program-column {
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-column.column-8 {
  width: 66.6667%;
}

.grid-column.column-8.double-indent {
  width: 100%;
}

.grid-column.column-8.align-center.margin-none {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-column.column-9 {
  width: 75%;
}

.grid-column.column-2 {
  width: 16.6667%;
}

.bg-dark-blue {
  background-color: var(--dark-blue);
  color: var(--white);
}

.bg-bright-blue {
  background-color: var(--bright-blue);
  color: var(--white);
}

.bg-bright-blue.high-contrast {
  background-color: var(--bright-blue-high-contrast);
}

.bg-light-grey {
  background-color: var(--light-grey);
  color: var(--dark-blue);
}

.cta-text-link-animated-line {
  background-color: #000;
  width: 100%;
  height: 1px;
  transform: translate(0);
}

.display-m {
  clear: left;
  min-height: 66px;
  font-family: Norway Sans Display, sans-serif;
  font-size: 74px;
  font-weight: 400;
  line-height: 1.2;
}

.display-s {
  clear: left;
  min-height: 66px;
  font-family: Norway Sans Display, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
}

.subtitle-medium {
  min-width: 20px;
  min-height: 14px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}

.subtitle-small {
  min-width: 20px;
  min-height: 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.2;
}

.lead-small {
  min-width: 20px;
  min-height: 32px;
  margin-bottom: 60px;
  font-size: 22px;
  line-height: 1.5;
}

.body-large {
  font-size: 20px;
  line-height: 1.7;
}

.body-large.text-opacity-60 {
  opacity: .6;
}

.body-small {
  font-size: 16px;
  line-height: 1.7;
}

.drop-down {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 1px solid #d1d1d1;
  border-radius: 0;
}

.display-xl {
  clear: left;
  min-height: 66px;
  font-family: Norway Sans Display, sans-serif;
  font-size: 94px;
  font-weight: 400;
  line-height: 1.2;
}

.cta-text-link-m {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}

.cta-text-link-m.inline {
  display: inline;
}

.cta-text-link-s {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.cta-text-link-s.bright {
  border-bottom-color: var(--bright-blue);
  color: var(--bright-blue);
}

.cta-text-link-s.inline {
  display: inline;
}

.cta-text-link-l {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  font-size: 24px;
  line-height: 34px;
  text-decoration: none;
  display: inline-block;
}

.cta-text-link-animated {
  width: auto;
  display: inline-block;
}

.cta-text-link-animated-text {
  text-align: center;
  margin-bottom: 2px;
  padding-bottom: 0;
  display: inline;
}

.nav-link-2 {
  color: #0f4c46;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #eb5b47;
}

.rich-text h5 {
  margin-bottom: 10px;
}

.rich-text blockquote {
  border: 1px #000;
  padding-left: 0;
  font-size: 36px;
  line-height: 1.2;
}

.rich-text h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}

.rich-text h6 {
  margin-bottom: 10px;
}

.rich-text h4 {
  color: #0060e8;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 400;
}

.rich-text p {
  margin-bottom: 30px;
}

.rich-text h2 {
  color: #fff9;
  border-top: 1px solid #ffffff4d;
  margin-bottom: 15px;
  padding-top: .75em;
  font-size: 20px;
  font-weight: 400;
}

.rich-text ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.rich-text h1 {
  margin-bottom: 15px;
}

.rich-text a {
  color: var(--bright-blue-high-contrast);
  text-decoration: underline;
}

.display-xs {
  flex: none;
  min-height: 48px;
  font-family: Norway Sans Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.elevation-5 {
  box-shadow: 0 80px 120px -30px #0000001a;
}

.align-baseline {
  align-items: baseline;
  display: flex;
}

.m-top-s {
  margin-top: 30px;
}

.m-bot-xxl {
  margin-bottom: 120px;
}

.page-header {
  padding-top: 210px;
}

.p-top-none {
  padding-top: 0;
}

.align-start {
  align-items: flex-start;
  display: flex;
}

.infinite-scroll-row {
  max-width: 100%;
}

.p-top-m {
  padding-top: 60px;
}

.rounded-corners-l {
  border-radius: 48px;
  overflow: hidden;
}

.infinite-scroll-container {
  max-width: 100%;
  overflow: hidden;
}

.m-bot-xl {
  margin-bottom: 90px;
}

.p-top-l {
  padding-top: 90px;
}

.m-bot-m {
  margin-bottom: 45px;
}

.align-center {
  align-items: center;
  display: flex;
}

.elevation-2 {
  box-shadow: 0 15px 30px -5px #0000001a;
}

.m-top-none {
  margin-top: 0;
}

.m-top-xs {
  margin-top: 15px;
}

.p-bot-l {
  padding-bottom: 90px;
}

.p-bot-xl {
  padding-bottom: 120px;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

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

.rounded-corners-s {
  border-radius: 14px;
  overflow: hidden;
}

.elevation-3 {
  box-shadow: 0 30px 60px -15px #0000001a;
}

.p-bot-m {
  padding-bottom: 60px;
}

.p-bot-xxl {
  padding-bottom: 210px;
}

.rounded-corners-xs {
  border-radius: 8px;
  overflow: hidden;
}

.m-top-xxs {
  margin-bottom: 8px;
}

.p-bot-s {
  padding-bottom: 30px;
}

.m-top-xxxl {
  margin-top: 210px;
}

.m-top-xl {
  margin-top: 90px;
}

.align-end {
  align-items: flex-end;
  display: flex;
}

.justify-start-end {
  justify-content: space-between;
  display: flex;
}

.m-bot-xs {
  margin-bottom: 15px;
}

.scroll {
  overflow: hidden;
}

.p-top-xxl {
  padding-top: 210px;
}

.justify-space-around {
  justify-content: space-around;
  display: flex;
}

.elevation-4 {
  box-shadow: 0 60px 80px -30px #0000001a;
}

.m-top-xxl {
  margin-top: 120px;
}

.justify-start {
  justify-content: flex-start;
  display: flex;
}

.elevation-1 {
  box-shadow: 0 8px 20px #0000001a;
}

.p-top-xl {
  padding-top: 120px;
}

.m-bot-none {
  margin-bottom: 0;
}

.fluid-container {
  max-width: none;
}

.text-align-center {
  text-align: center;
}

.circle-container {
  border-radius: 50%;
}

.spacer-block {
  background-color: #f0f0f0;
  width: 100%;
  height: 100px;
}

.justify-end {
  justify-content: flex-end;
  display: flex;
}

.m-top-l {
  margin-top: 60px;
}

.align-stretch {
  align-items: stretch;
  display: flex;
}

.m-bot-l {
  margin-bottom: 60px;
}

.m-top-m {
  margin-top: 45px;
}

.rounded-corners-m {
  border-radius: 24px;
  overflow: hidden;
}

.justify-center {
  justify-content: center;
  display: flex;
}

.m-bot-xxxl {
  margin-bottom: 210px;
}

.m-bot-s {
  margin-bottom: 30px;
}

.flex-horizontal {
  flex-direction: row;
  display: flex;
}

.p-bot-none {
  padding-bottom: 0;
}

.m-bot-xxs {
  margin-bottom: 8px;
}

.p-top-s {
  padding-top: 30px;
}

.subtitle-large-2 {
  min-width: 20px;
  min-height: 16px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.subtitle-large-2.styleguide {
  margin-bottom: 20px;
}

.grid-column-2 {
  float: none;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.grid-column-2._6-column {
  flex: none;
  width: 50%;
}

.image-container {
  object-fit: fill;
  background-color: #f6f7f7;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.image-container.circle {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  display: inline-block;
}

.grid-row-2 {
  clear: none;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.full-width {
  width: auto;
  height: 100%;
}

.test-card {
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 200px;
  display: flex;
}

.heading-xxl {
  font-size: 40px;
  line-height: 1.2;
}

.heading-xxl.text-weight-bold.white {
  color: #fff;
}

.heading-xl {
  font-size: 32px;
  line-height: 1.2;
}

.heading-l {
  font-size: 28px;
  line-height: 1.2;
}

.heading-m {
  font-size: 24px;
  line-height: 1.2;
}

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

.heading-s {
  font-size: 20px;
  line-height: 1.2;
}

.heading-s.text-style-highlight.contrast.m-bot-xs {
  color: var(--bright-blue-high-contrast);
}

.heading-xs {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.heading-7 {
  line-height: 1.2;
}

.list-check-xs {
  padding-left: 20px;
  list-style-type: none;
}

.list-item-xs {
  padding-left: 5px;
  line-height: 1.5;
}

.list-check-s {
  padding-left: 20px;
  list-style-type: none;
}

.list-item-s {
  padding-left: 8px;
  font-size: 20px;
  line-height: 1.5;
}

.list-check-m {
  padding-left: 20px;
  list-style-type: none;
}

.list-item-m {
  padding-left: 10px;
  font-size: 22px;
  line-height: 1.5;
}

.list-check-l {
  padding-left: 20px;
  list-style-type: none;
}

.list-item-l {
  padding-left: 12px;
  font-size: 24px;
  line-height: 1.5;
}

.list-check-xl {
  padding-left: 20px;
  list-style-type: none;
}

.list-item-xl {
  padding-left: 15px;
  font-size: 26px;
  line-height: 1.5;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-italics {
  font-style: italic;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-normal.text-style-dark {
  color: var(--dark-blue);
}

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

.text-align-right {
  text-align: right;
}

.list-bullet-xs, .list-bullet-s, .list-bullet-m, .list-bullet-l, .list-bullet-xl {
  padding-left: 20px;
  list-style-type: disc;
}

.form-label {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.2;
}

.form-label.app {
  margin-bottom: 15px;
  font-weight: 400;
}

.form-checkbox-label, .form-radio-label {
  margin-bottom: 0;
}

.form-radio-icon {
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.form-radio-wrapper, .form-checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form-checkbox-icon {
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.page-wrapper {
  position: relative;
}

.page-wrapper.dark {
  background-color: var(--white);
}

.main-wrapper {
  position: relative;
}

.main-wrapper.dark {
  background-color: var(--dark-blue);
}

.image-container_3-4 {
  width: 100%;
  padding-top: 133.333%;
  position: relative;
}

.image_aspect-ratio {
  z-index: 9;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image_aspect-ratio.overlay {
  opacity: .65;
}

.image_aspect-ratio.overlay.extra-dark {
  opacity: .35;
}

.image_aspect-ratio.colorize {
  opacity: 1;
  mix-blend-mode: overlay;
}

.image_aspect-ratio.centered {
  object-fit: scale-down;
  width: 70%;
  left: 15%;
  right: 15%;
}

.image-container_4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.image-container-square {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.image-container-square.video-wrapper {
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-container-square.video-wrapper.rounded-corners-xs {
  overflow: hidden;
}

.image-container_3-2 {
  width: 100%;
  padding-top: 66.6667%;
  position: relative;
}

.image-container_2-3 {
  width: 100%;
  padding-top: 150%;
  position: relative;
}

.image-container_16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.image-container_16-9.event-typography_wrapper {
  background-color: var(--bright-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-container_16-9.dark {
  background-color: var(--dark-blue);
  border-radius: 8px;
}

.image-container_9-16 {
  width: 100%;
  padding-top: 177.778%;
  position: relative;
}

.image-container_4-5 {
  width: 100%;
  padding-top: 125%;
  position: relative;
}

.image-container_5-4 {
  width: 100%;
  padding-top: 80%;
  position: relative;
}

.text-opacity-80 {
  opacity: .8;
}

.text-opacity-60 {
  opacity: .6;
}

.text-opacity-40 {
  opacity: .4;
}

.text-opacity-90 {
  opacity: .9;
}

.text-opacity-70 {
  opacity: .7;
}

.text-opacity-50 {
  opacity: .5;
}

.text-opacity-30 {
  opacity: .3;
}

.text-opacity-20 {
  opacity: .2;
}

.button-group {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.display-xxl {
  clear: left;
  flex: none;
  min-height: 66px;
  font-family: Norway Sans Display, sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 1.2;
}

.display-xxl.event-title-transform {
  z-index: 999;
  color: var(--white);
  text-align: center;
  width: 100%;
  height: auto;
  display: none;
  position: static;
  top: 50%;
  transform: perspective(300px);
}

.body {
  color: var(--dark-blue);
}

.dark-blue-theme {
  background-color: var(--dark-blue);
  color: var(--white);
}

.label-dot {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.label-dot.bg-bright-blue.high-contrast.hide {
  display: none;
}

.label-text {
  margin-top: -3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.label-text.subtitle-small {
  font-size: 16px;
}

.label-text.link {
  color: var(--white);
}

.label {
  grid-column-gap: 8px;
  background-color: var(--dark-blue-10);
  border-radius: 20px;
  align-items: center;
  padding: 6px 14px;
  display: flex;
}

.label.no-background {
  grid-column-gap: 12px;
  background-color: #0000;
  padding: 0;
}

.label.white {
  background-color: var(--white-20);
}

.label.dark-theme {
  background-color: #ffffff26;
}

.label.highlight {
  background-color: var(--bright-blue);
  color: var(--white);
}

.label.app {
  display: inline-block;
}

.text-style-highlight {
  color: var(--bright-blue);
}

.text-style-highlight.contrast {
  color: var(--bright-blue-high-contrast);
}

.label_wrapper {
  margin-bottom: 10px;
  display: inline-block;
}

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

.label_wrapper.no-margin.hidden {
  display: none;
}

.label_wrapper.label-spacer {
  opacity: 0;
}

.location-wrapper {
  align-items: center;
  display: flex;
}

.location-wrapper.large {
  grid-column-gap: 8px;
  align-items: center;
}

.location-wrapper.subtitle-small, .location-wrapper.small {
  grid-column-gap: 6px;
}

.speaker-list_wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
}

.event-title_wrapper {
  position: relative;
}

.back-button {
  background-color: #ffffff1f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  inset: 10px auto auto -75px;
}

.back-button:hover {
  background-color: #fff3;
  transform: translate(-5px);
}

.back-button.light {
  background-color: var(--dark-blue-10);
}

.back-button.light:hover {
  background-color: #00205b33;
}

.back-button.program {
  margin-top: -15px;
  top: 50%;
}

.back-button_icon {
  margin-left: -3px;
}

.event-title {
  position: relative;
}

.speaker-card_wrapper {
  width: 100%;
}

.speaker-card_wrapper.dark-theme {
  color: var(--white);
}

.related-event-card_wrapper {
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 45px 30px;
  display: flex;
}

.related-event-card_wrapper.bg-white-10 {
  background-color: #ffffff14;
}

.related-event-card_wrapper.bg-blue-10 {
  background-color: var(--dark-blue-10);
}

.location-wrapper-s {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.location-icon_small {
  width: 16px;
}

.text-offset {
  margin-top: -2px;
}

.bg-dark-blue-15 {
  background-color: var(--dark-blue);
  color: #fff;
}

.section-heading-button_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-wrapper.bg-light-grey.hidden {
  display: none;
}

.section-wrapper.bg-dark-blue {
  color: var(--white);
}

.tickets-cta_wrapper {
  text-align: center;
  width: 100%;
}

.footer {
  margin: 0 auto;
  padding: 60px 60px 30px;
  position: relative;
  overflow: hidden;
}

.footer_some-links-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.early-access_signup-wrapper {
  width: 100%;
  max-width: 600px;
}

.form_newsletter-signup {
  background-color: var(--white-10);
  border-radius: 78px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 24px;
  display: flex;
}

.newsletter-signup_input {
  color: var(--white);
  background-color: #0000;
  border: 0 #000;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 100%;
}

.newsletter-signup_input::placeholder {
  color: #fff6;
}

.button-2 {
  color: #fff;
  cursor: pointer;
  background-color: #00205b;
  border-bottom-style: none;
  border-radius: 64px;
  flex: none;
  align-self: auto;
  min-width: 20px;
  min-height: 54px;
  margin: 0;
  padding: 8px 34px 12px;
  font-family: Norway Sans Text, sans-serif;
  font-size: 20px;
  line-height: 32px;
  transition: box-shadow .3s, color .3s ease-out;
  display: inline-block;
}

.button-2:hover {
  color: #fff;
  box-shadow: inset 0 0 0 120px #00205b40;
}

.button-2.button-small {
  min-height: 38px;
  padding: 6px 24px 10px;
  font-size: 18px;
  line-height: 30px;
}

.button-2.button-small.deactive {
  opacity: .5;
  cursor: not-allowed;
}

.early-access-success {
  background-color: #ffffff14;
  border-radius: 12px;
  overflow: hidden;
}

.early-access-error {
  background-color: #ffffff14;
  border-radius: 12px;
  margin-top: 20px;
}

.footer_newsletter-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer_about-wrapper, .footer_some-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.logo_footer {
  width: 299px;
}

.text-bright-blue {
  opacity: 1;
  color: #004de8;
}

.footer-link {
  color: #004de8;
  border-bottom: 1px solid #004de8;
  padding-bottom: 3px;
  display: inline-block;
}

.footer-link.highlight {
  border-bottom-color: var(--bright-blue-high-contrast);
  color: var(--bright-blue-high-contrast);
}

.footer-link.white {
  color: var(--white);
  border-bottom-style: none;
  transition: color .3s;
}

.footer-link.white:hover {
  color: var(--bright-blue-high-contrast);
}

.grid-row-end {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.grid-row-end.align-left {
  justify-content: flex-start;
}

.grid-row-end.single-indent, .grid-row-end.double-indent {
  padding-left: 0%;
  padding-right: 0%;
}

.speaker_title-wrapper {
  z-index: 999;
  background-color: var(--bright-blue);
  color: var(--white);
  border-radius: 8px;
  padding: 8px;
  font-size: 16px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.body-2 {
  line-height: 1.4;
}

.icon-offset.large {
  margin-top: 3px;
}

.icon-offset.small {
  width: 24px;
  margin-top: 2px;
}

.page-header_wrapper, .section-header_wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-inline-icon_wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.icon.small {
  width: 30px;
  height: 30px;
}

.icon.small.inline {
  margin-top: 3px;
}

.icon.large {
  width: 36px;
  height: 36px;
}

.icon.x-small {
  width: 20px;
}

.program-card_wrapper {
  width: 100%;
  position: relative;
}

.program-card_container {
  z-index: 999;
  color: var(--white);
  align-items: flex-end;
  padding: 45px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.program-card_container.bright-blue {
  background-color: #004de866;
  align-items: flex-end;
  width: 100%;
}

.program-card_container.dark-blue {
  inset: auto 0% 0%;
}

.list-inline-icon_wrapper {
  grid-column-gap: 10px;
  margin-bottom: 15px;
  display: flex;
}

.full-screen-lottie_wrapper {
  z-index: 99;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.full-screen-lottie {
  object-fit: cover;
  width: 100vw;
  height: auto;
  display: block;
  position: absolute;
}

.full-screen-lottie.vertical {
  width: auto;
  height: 100%;
  display: none;
}

.quote_wrapper {
  z-index: 999;
  position: relative;
}

.section-lead_wrapper {
  text-align: center;
  width: 100%;
}

.marquee.hide {
  display: none;
}

.marquee__content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-2 {
  align-items: center;
}

.display-marquee {
  clear: left;
  flex: none;
  min-height: 66px;
  font-family: Norway Sans Display, sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
}

.display-marquee.marquee-end {
  margin-right: 40px;
}

.button-marquee {
  background-color: var(--dark-blue);
  border-bottom-style: none;
  border-radius: 50px;
  flex: none;
  align-self: auto;
  min-width: 20px;
  min-height: 54px;
  margin-top: 20px;
  padding: 12px 34px 16px;
  font-size: 22px;
  line-height: 34px;
  transition: background-color .3s ease-out;
  display: inline-block;
}

.button-marquee:hover {
  box-shadow: inset 14px 14px 80px 80px #0003;
}

.button-marquee.marquee-end {
  margin-right: 30px;
}

.button-marquee.bright-blue {
  background-color: var(--bright-blue);
}

.button-marquee.white {
  background-color: var(--white);
  color: var(--dark-blue);
}

.div-block-3 {
  align-items: center;
  display: flex;
}

.marquee_wrapper {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.faq-item {
  border-style: none none solid;
  border-width: 1px;
  border-color: #ffffff4d #ffffff4d var(--bright-blue-high-contrast);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.faq_answer-wrapper {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq_answer-wrapper.w--open {
  background-color: #0000;
}

.faq_answer-container {
  width: 100%;
  padding: 30px 60px 30px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.expand-collapse-icon {
  transform-origin: 50%;
  width: 28px;
  position: relative;
  inset: 0 0 auto auto;
  transform: rotate(0);
}

.faq_question-wrapper {
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  height: 76px;
  padding: 0 50px 0 0;
  font-size: 16px;
  display: flex;
}

.faq_question-wrapper.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-icon {
  z-index: 2;
  color: #3f5a53;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.section-double-column_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.speaker-collection-list {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._100, .speaker-collection-list_wrapper {
  width: 100%;
}

.nav-button_open {
  z-index: 999;
  background-color: #333;
  border-bottom-style: none;
  border-radius: 38px;
  flex: none;
  align-self: auto;
  min-width: 20px;
  min-height: 38px;
  margin: 0;
  padding: 10px 24px;
  font-size: 18px;
  line-height: 30px;
  transition: background-color .3s ease-out, color .3s ease-out;
  display: none;
  position: relative;
}

.nav-button_open:hover {
  color: #fff;
  background-color: #4d4d4d;
}

.nav_link {
  color: var(--dark-blue);
  flex: none;
  font-size: 20px;
  transition: color .3s;
}

.nav_link:hover, .nav_link.w--current {
  color: var(--bright-blue);
}

.nav_link.program.dark-theme {
  color: var(--white);
}

.nav_link.program.dark-theme:hover, .nav_link.program.dark-theme.w--current, .nav_link.program.dark-theme.active {
  color: var(--bright-blue-high-contrast);
}

.nav_link.speakers.dark-theme {
  color: var(--white);
}

.nav_link.speakers.dark-theme:hover {
  color: var(--bright-blue-high-contrast);
}

.nav_link.why-attend.dark-theme {
  color: var(--white);
}

.nav_link.why-attend.dark-theme:hover {
  color: var(--bright-blue-high-contrast);
}

.nav_link.partners.dark-theme {
  color: var(--white);
}

.nav_link.partners.dark-theme:hover {
  color: var(--bright-blue-high-contrast);
}

.mobile-nav-controls_wrapper {
  z-index: 999;
  display: none;
  position: relative;
}

.nav_link-group-wrapper {
  grid-column-gap: 30px;
  color: var(--white);
  flex-wrap: wrap;
  flex: 0 auto;
  place-content: center flex-end;
  align-items: center;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.nav-button_close-old {
  z-index: 999;
  color: var(--white);
  background-color: #333;
  border-bottom-style: none;
  border-radius: 38px;
  flex: none;
  align-self: auto;
  min-width: 20px;
  min-height: 38px;
  margin: 0;
  padding: 10px 24px;
  font-size: 18px;
  line-height: 30px;
  transition: background-color .3s ease-out, color .3s ease-out;
  display: none;
  position: relative;
}

.nav-button_close-old:hover {
  background-color: var(--bright-blue-high-contrast);
  color: #fff;
}

.language-toggle_mobile {
  grid-column-gap: 10px;
  opacity: .4;
}

.logo-animation {
  width: 90px;
  height: 30px;
}

.nav_utilities-group-wrapper {
  grid-column-gap: 15px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.language-toggle {
  grid-column-gap: 10px;
  opacity: .4;
}

.logo-wrapper {
  z-index: 999;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav_button-group-wrapper {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.language-toggle_text {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.site-header_nav-wrapper {
  z-index: 99;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.site-header_nav-wrapper.dark-blue {
  color: var(--white);
}

.button-3 {
  background-color: #333;
  border-bottom-style: none;
  border-radius: 10px;
  flex: none;
  align-self: auto;
  min-width: 20px;
  min-height: 54px;
  margin: 0;
  padding: 12px 34px;
  font-size: 20px;
  line-height: 32px;
  transition: background-color .3s ease-out, color .3s ease-out;
  display: inline-block;
}

.button-3:hover {
  color: #fff;
  background-color: #4d4d4d;
}

.button-3.button-small {
  min-height: 38px;
  padding: 10px 24px;
  font-size: 18px;
  line-height: 30px;
}

.button-3.button-small.pill.highlight {
  color: #232323;
  background-color: #f9f321;
}

.button-3.button-small.pill.highlight:hover {
  background-color: #fff;
}

.site-nav_wrapper {
  z-index: 999999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logo {
  width: 299px;
}

.logo.generic {
  height: 50px;
}

.nav-button_open-2 {
  z-index: 999;
  background-color: #333;
  border-bottom-style: none;
  border-radius: 38px;
  flex: none;
  align-self: auto;
  min-width: 20px;
  min-height: 38px;
  margin: 0;
  padding: 10px 24px;
  font-size: 18px;
  line-height: 30px;
  transition: background-color .3s ease-out, color .3s ease-out;
  display: none;
  position: relative;
}

.nav-button_open-2:hover {
  color: #fff;
  background-color: #4d4d4d;
}

.nav_link-2 {
  color: #fff;
  flex: none;
  font-size: 20px;
  transition: color .3s;
}

.nav_link-2:hover {
  color: #f9f321;
}

.nav-button_close {
  z-index: 999;
  background-color: #333;
  border-bottom-style: none;
  border-radius: 38px;
  flex: none;
  align-self: auto;
  min-width: 20px;
  min-height: 38px;
  margin: 0;
  padding: 10px 24px;
  font-size: 18px;
  line-height: 30px;
  transition: background-color .3s ease-out, color .3s ease-out;
  display: none;
  position: relative;
}

.nav-button_close:hover {
  color: #fff;
  background-color: #4d4d4d;
}

.large-usp-list_wrapper, .faq-collection-list_wrapper, .faq-collection-list, .faq-collection-list_item {
  width: 100%;
}

.section-double-column_container {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-double-column_container.right {
  flex-direction: row-reverse;
}

.section-double-column_container.right.justify-center {
  justify-content: center;
}

.price-reduce {
  opacity: .25;
  position: relative;
}

.sub-price_wrapper {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.display-medium {
  clear: left;
  min-height: 66px;
  font-family: Norway Sans Display, sans-serif;
  font-size: 74px;
  line-height: 1.2;
}

.text-grey-60 {
  color: #00205b99;
}

.usp_ikon {
  background-color: #00205b1a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-top: 4px;
  display: flex;
}

.lead-large-2 {
  letter-spacing: -.02em;
  min-width: 20px;
  min-height: 42px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 40px;
}

.section-2 {
  z-index: 999;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  overflow: hidden;
}

.section-2.blue-section {
  color: #00205b;
  background-color: #004de8;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.section-2.white-section {
  color: #00205b;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.usp-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.usp-list.vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.usp_wrapper {
  grid-column-gap: 8px;
  text-align: left;
  flex: none;
  display: flex;
}

.grid-container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-row-3 {
  flex-flow: row;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.m-bot-s-2 {
  margin-bottom: 30px;
}

.display-large {
  clear: left;
  min-height: 66px;
  font-family: Norway Sans Display, sans-serif;
  font-size: 84px;
  line-height: 1.2;
}

.display-xl-2 {
  clear: left;
  min-height: 66px;
  font-family: Norway Sans Display, sans-serif;
  font-size: 94px;
  line-height: 1.2;
}

.display-xl-2.text-white {
  color: #fff;
}

.grid-column-3 {
  float: left;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.grid-column-3.column-6 {
  width: 50%;
}

.grid-column-3.column-8 {
  width: 66.6667%;
}

.div-block-4 {
  background-color: #00205b;
  width: 100%;
  height: 7px;
  position: absolute;
  top: 52%;
}

.pricing-card_wrapper {
  background-color: var(--light-grey);
  text-align: left;
  border-radius: 8px;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  padding: 30px;
  display: flex;
}

.pricing-card_wrapper.deactive {
  opacity: .3;
}

.pricing-card_wrapper.dark-blue-theme {
  background-color: var(--dark-blue);
}

.bg-white-8 {
  color: var(--white);
  background-color: #ffffff12;
}

.realted-speaker-events_wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.animation-ring-04 {
  position: absolute;
}

.beta-badge-text {
  padding-top: 0;
  padding-bottom: 0;
}

.animation-ring-01 {
  position: absolute;
}

.animation-wrapper {
  z-index: 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: scale(1.25);
}

.countdown-header_wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.countdown-wrapper {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.animation-ring-05 {
  position: absolute;
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.clock-number {
  color: #004de8;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}

.countdown-section {
  z-index: 999;
  justify-content: center;
  align-items: center;
  min-height: 75vh;
  margin: 0 auto;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animation-ring-07, .animation-ring-08, .animation-ring-02 {
  position: absolute;
}

.beta-badge {
  color: #00205b;
  background-color: #00205b1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.beta-badge.large {
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 20px 10px;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}

.animation-ring-03 {
  position: absolute;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.animation-ring-06 {
  position: absolute;
}

.clock-label {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.partner-card_wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.play-button-wrapper {
  background-color: #fff9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
}

.play-button-wrapper.blur {
  z-index: 999;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
}

.play-button {
  width: 24px;
  position: relative;
  left: 6px;
}

.sponsor-logo {
  width: auto;
  max-height: 60px;
}

.lightbox_wrapper {
  z-index: 999;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph {
  line-height: 1.7;
}

.lightbox-click-area {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.related-events-list {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.related-events-list_wrapper {
  flex: none;
  width: 100%;
}

.label-group_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  display: flex;
}

.time-range_wrapper {
  grid-column-gap: 6px;
  display: flex;
}

.text-block {
  z-index: 999;
  color: var(--white);
  position: absolute;
  top: 50%;
}

.text-overlay_wrapper {
  z-index: 99;
  mix-blend-mode: normal;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.event-title-marquee {
  clear: left;
  color: var(--dark-blue);
  flex: none;
  min-height: 66px;
  margin-right: 15px;
  font-family: Norway Sans Display, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
}

.event-title-marquee.end {
  margin-right: 30px;
}

.map-section {
  z-index: 999;
  background-color: #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video_aspect-ratio {
  z-index: 9;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-section-content_wrapper {
  margin-top: 90px;
}

.collection-item {
  margin-top: 30px;
  margin-bottom: 30px;
}

.time-slot_wrapper {
  grid-column-gap: 4px;
  flex-wrap: wrap;
  flex: 0 auto;
  align-content: flex-start;
  align-items: flex-start;
  width: 20%;
  padding-right: 30px;
  font-size: 24px;
  line-height: 1.2;
  display: flex;
}

.time-slot_wrapper.hide {
  display: none;
}

.event-details_wrapper {
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding-right: 30px;
  display: flex;
}

.event-details_wrapper.session-divider {
  border-bottom: 1px solid #0f5fff;
  width: 80%;
  padding-top: 0;
  padding-bottom: 15px;
}

.event-details_wrapper.session-divider.no-rule {
  border-bottom-style: none;
}

.program-list-item {
  z-index: 99;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.program-list-item.empty {
  background-color: var(--white-10);
  border-radius: 4px;
}

.program-list-item.delegation-days {
  justify-content: flex-start;
}

.program-section_wrapper {
  border-top: 1px solid var(--bright-blue-high-contrast);
  align-self: flex-end;
  width: 80%;
  padding-top: 60px;
}

.program-section_wrapper.site-visits {
  width: 100%;
}

.location_wrapper {
  grid-column-gap: 5px;
  align-content: flex-start;
  align-items: center;
  width: 20%;
  display: flex;
}

.inline-chevron {
  background-color: var(--white-10);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-left: 15px;
  display: flex;
}

.chevron-left {
  transform: rotate(180deg);
}

.chevron-left.small {
  width: 12px;
  height: 12px;
  margin-right: -2px;
}

.event-link_wrapper {
  color: var(--white);
  display: flex;
}

.event-name_wrapper {
  display: flex;
}

.program-list_empty-state {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.program-list_empty-state.bg-white-8 {
  background-color: #ffffff14;
}

.program-list_empty-state.background {
  background-color: #ffffff14;
  border-radius: 4px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.map-wrapper {
  z-index: 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: scale(1.25);
}

.empty-state_wrapper {
  background-color: #0000;
  border-radius: 4px;
  position: absolute;
  inset: -15px 0%;
}

.speaker_wrapper-small {
  align-items: center;
  display: flex;
}

.speaker-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 50%;
  flex: none;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.activities-list {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.activities-list-item {
  align-items: stretch;
  width: 33.3333%;
  display: flex;
}

.hidden_order_element {
  display: none;
}

.sub-event-card_wrapper {
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 45px 30px;
  display: flex;
}

.sub-event-card_wrapper.bg-white-8 {
  justify-content: space-between;
}

.vdeo-hero_wrapper {
  z-index: 9;
  background-color: var(--dark-blue);
  position: absolute;
  inset: 0%;
}

.video-hero {
  z-index: 9;
  opacity: .25;
  object-fit: cover;
  object-position: 50% 50%;
  width: auto;
  height: 90vh;
  position: absolute;
  inset: 0%;
}

.div-block-6 {
  width: 100%;
}

.speakers_empty-state {
  display: none;
}

.newsletter_wrapper {
  width: 100%;
}

.speakers-cta_wrapper {
  background-color: var(--light-grey);
  text-align: center;
  width: 100%;
  padding: 30px;
}

.rolling-sesstions_wrapper {
  grid-column-gap: 6px;
  display: flex;
}

.rolling-sesstions_wrapper.text-opacity-50.hide {
  display: none;
}

.rule-vertical {
  background-color: #00205b80;
  flex-direction: row;
  flex: none;
  width: 1px;
  display: flex;
}

.app-download-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: none;
  display: flex;
}

.link-underline {
  border-bottom: 1px solid #ffffff80;
}

.link-underline.dark {
  border-bottom-color: #00205b99;
}

.section-heading_wrapper {
  max-width: 800px;
  display: flex;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.link_blue {
  color: #004de8;
}

.footerr-splash {
  padding-top: 60px;
  padding-bottom: 60px;
}

.lead-small-2 {
  min-width: 20px;
  min-height: 32px;
  margin-bottom: 60px;
  font-size: 22px;
  line-height: 34px;
}

.usp-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.mani_nav {
  justify-content: space-between;
  align-items: center;
  padding: 30px 60px;
  display: flex;
}

.usp_wrapper-2 {
  grid-column-gap: 8px;
  flex: none;
  display: flex;
}

.m-bot-xxs-2 {
  margin-bottom: 8px;
}

.section-heading_intro-text {
  max-width: 700px;
}

.hero-section {
  z-index: 999;
  background-color: #00205b;
  justify-content: center;
  align-items: center;
  min-height: 75vh;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-grey-40 {
  color: #00205b66;
}

.grid-row-4 {
  flex-flow: row;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.display-xl-3 {
  clear: left;
  min-height: 66px;
  font-family: Norway Sans Display, sans-serif;
  font-size: 94px;
  line-height: 1.2;
}

.display-xl-3.text-white {
  color: #fff;
}

.grid-column-4 {
  float: left;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.grid-column-4.column-6 {
  width: 50%;
}

.grid-column-4.column-8 {
  width: 66.6667%;
}

.grid-column-4.column-4 {
  flex: 0 auto;
  width: 33.3333%;
}

.lead-display {
  min-height: 48px;
  font-family: Norway Sans Display, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.text-dark {
  color: var(--dark-blue);
}

.image {
  flex: none;
}

.drop-down-button_text {
  color: var(--white);
  margin-right: 12px;
}

.add-icon {
  width: 12px;
  height: 12px;
  margin-top: 2px;
  display: block;
  transform: rotate(45deg);
}

.hide {
  display: none;
}

.add-button_wrapper {
  align-items: center;
  display: flex;
}

.add-calendar_dropdown {
  color: var(--light-grey);
  background-color: #00205b66;
}

.add-calendar_dropdown.w--open {
  background-color: #00205b99;
  border-radius: 8px;
  margin-top: 15px;
}

.link-light {
  color: var(--white);
}

.program_event-description {
  opacity: .6;
  width: 66.6667%;
}

.program_speaker-list-item {
  color: var(--bright-blue-high-contrast);
  display: flex;
}

.job-tittle-list-separator {
  margin-right: .5ch;
}

.program_speaker-list {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.price-item {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  border-bottom: 1px solid #00205b4d;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 5px;
  display: flex;
}

.price-item.dark-blue-theme {
  border-bottom-color: #ffffff4d;
}

.price-wrapper {
  grid-column-gap: .5ch;
  grid-row-gap: .5ch;
  align-items: flex-end;
  display: flex;
}

.price-table-description {
  opacity: .6;
  text-align: left;
  font-size: 16px;
}

.price-table_info {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.price-table_info_price-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.price-currency {
  opacity: .6;
  min-width: 20px;
  min-height: 14px;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.2;
}

.price-table_header {
  justify-content: space-between;
  display: flex;
}

.price-table_header.m-bot-m {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.price-table_info_bullet-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.price-table_header_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.price-table_header_tittle-wrapper {
  align-items: flex-start;
  display: flex;
}

.menu-button {
  background-color: var(--dark-blue);
  border-bottom-style: none;
  border-radius: 10px;
  flex: none;
  align-self: auto;
  min-width: 20px;
  min-height: 38px;
  margin: 0;
  padding: 6px 20px 8px;
  font-size: 18px;
  line-height: 30px;
  transition: box-shadow .3s, background-color .3s ease-out, color .3s ease-out;
  display: inline-block;
}

.menu-button:hover {
  box-shadow: inset 14px 14px 80px 80px #0003;
}

.statistic-wrapper {
  border-right: 1px solid var(--dark-blue);
  width: 100%;
}

.statistic-wrapper.end {
  border-right-style: none;
}

.f-navigation-menu-button {
  border: 1px solid var(--dark-blue-10);
  border-radius: 48px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 11px 24px 13px;
}

.f-navigation-menu-button.w--open {
  background-color: var(--dark-blue);
}

.f-navigation-menu-button.dark {
  border-color: var(--white-20);
  color: var(--white);
}

.f-navigation-button {
  background-color: var(--bright-blue);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-navigation-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .2s;
  display: flex;
}

.f-navigation-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-navigation-r {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.f-logo {
  width: 280px;
}

.f-navigation-link {
  color: var(--dark-blue);
  text-align: right;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 15px 0;
  font-family: Norway Sans Text, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  color: var(--bright-blue);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-link.dark {
  color: var(--white);
}

.f-navigation-link.dark:hover {
  color: var(--bright-blue-high-contrast);
}

.f-navigation-l {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation {
  background-color: var(--white);
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 60px;
  display: flex;
}

.navigation.dark {
  background-color: var(--dark-blue);
}

.navigation.promo {
  background-color: #0000;
}

.f-navigation-menu {
  grid-column-gap: 30px;
  background-color: var(--white);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding: 60px;
  display: flex;
}

.f-navigation-menu.dark {
  background-color: var(--dark-blue);
}

.f-navigation-content {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.text-block-3, .hamburger-text {
  font-size: 18px;
}

.hamburger-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.hamburger {
  margin-top: 2px;
}

.sponsor-group {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sponsor-group.main-partners.p-top-m {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
}

.sponsor-logo-group.tall {
  height: 90px;
}

.sponsor-logo-group.supporting {
  height: 40px;
}

.email-link {
  overflow-wrap: break-word;
}

.hidden {
  display: none;
}

.app-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.canvas-container {
  background-color: #eee;
  width: 100%;
  height: 0;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-file-upload {
  background-color: var(--bright-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 20px;
  padding: 7px 16px 8px;
  font-weight: 400;
  transition: background-color .3s;
  display: inline-block;
}

.custom-file-upload:hover {
  background-color: var(--dark-blue);
}

.profile-photo-upload {
  display: none;
}

.slider-group_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: flex;
}

.input {
  width: 100%;
}

.controls-wrapper {
  width: 100%;
  display: none;
}

.controls-wrapper.section-heading-button_wrapper, .controls-wrapper.show {
  display: block;
}

.download-wrapper {
  display: none;
}

.download-wrapper.show {
  display: block;
}

.radio-label {
  color: var(--bright-blue);
  font-weight: 400;
  display: inline-block;
}

.messaging-wrapper {
  margin-bottom: 30px;
}

.messaging-radio-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.custom-select {
  background-color: #fff0;
  border: 1px #000;
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.select-wrapper {
  background-color: #eee;
  border-radius: 8px;
  padding-bottom: 2px;
  padding-right: 8px;
  display: inline-block;
}

.selector-arrow {
  transform: rotate(90deg);
}

.custom-download {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--bright-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 20px;
  padding: 7px 16px 8px;
  font-weight: 400;
  transition: background-color .3s;
  display: flex;
}

.custom-download:hover {
  background-color: var(--dark-blue);
}

.nav-wrapper-grey {
  background-color: var(--light-grey);
}

.div-block-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.rule-divider {
  border-top: 1px solid var(--dark-blue);
  width: 100%;
  padding-bottom: 60px;
}

.promo-list-wrapper {
  background-color: var(--light-grey);
  cursor: pointer;
  width: 100%;
  padding: 20px 30px 30px;
  transition: box-shadow .3s, color .3s, background-color .3s;
}

.promo-list-wrapper:hover {
  box-shadow: inset 200px 200px 200px 200px #0000001a;
}

.promot-list-container {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.speakers-formatting {
  color: var(--bright-blue-high-contrast);
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.code-embed {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .button {
    margin: 0;
  }

  .grid-container {
    max-width: 1680px;
  }

  .grid-row {
    display: flex;
  }

  .grid-row.single-indent {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }

  .grid-row.double-indent {
    padding-left: 16.6667%;
    padding-right: 16.6667%;
  }

  .grid-row.m-bot-l.hide {
    display: none;
  }

  .grid-column.column-4.related-events {
    width: 33.3333%;
  }

  .nav-link-2 {
    font-size: 18px;
    line-height: 24px;
    transition: color .3s ease-in-out;
    overflow: hidden;
  }

  .nav-link-2:hover {
    color: #eb5b47;
  }

  .m-top-s {
    margin-top: 30px;
  }

  .m-bot-xxl {
    margin-bottom: 120px;
  }

  .p-top-none {
    padding-top: 0;
  }

  .p-top-m {
    padding-top: 60px;
  }

  .m-bot-xl {
    margin-bottom: 90px;
  }

  .p-top-l {
    padding-top: 90px;
  }

  .m-bot-m {
    margin-bottom: 45px;
  }

  .m-top-none {
    margin-top: 0;
  }

  .m-top-xs {
    margin-top: 15px;
  }

  .p-bot-l {
    padding-bottom: 90px;
  }

  .p-bot-xl {
    padding-bottom: 120px;
  }

  .p-bot-m {
    padding-bottom: 60px;
  }

  .p-bot-xxl {
    padding-bottom: 210px;
  }

  .m-top-xxs {
    margin-bottom: 8px;
  }

  .p-bot-s {
    padding-bottom: 30px;
  }

  .m-top-xxxl {
    margin-top: 210px;
  }

  .m-top-xl {
    margin-top: 90px;
  }

  .m-bot-xs {
    margin-bottom: 15px;
  }

  .p-top-xxl {
    padding-top: 210px;
  }

  .m-top-xxl {
    margin-top: 120px;
  }

  .p-top-xl {
    padding-top: 120px;
  }

  .m-bot-none {
    margin-bottom: 0;
  }

  .fluid-container {
    max-width: none;
  }

  .m-bot-l {
    margin-bottom: 60px;
  }

  .m-top-m {
    margin-top: 45px;
  }

  .m-bot-xxxl {
    margin-bottom: 210px;
  }

  .m-bot-s {
    margin-bottom: 30px;
  }

  .p-bot-none {
    padding-bottom: 0;
  }

  .m-bot-xxs {
    margin-bottom: 8px;
  }

  .p-top-s {
    padding-top: 30px;
  }

  .grid-row-2 {
    display: flex;
  }

  .button-2 {
    margin: 0;
  }

  .grid-row-end {
    display: flex;
  }

  .grid-row-end.single-indent {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }

  .grid-row-end.double-indent {
    padding-left: 16.6667%;
    padding-right: 16.6667%;
  }

  .button-marquee {
    margin-bottom: 0;
  }

  .nav-button_open {
    margin: 0;
  }

  .nav_link-group-wrapper {
    grid-column-gap: 60px;
    margin-right: 0;
  }

  .nav-button_close-old {
    margin: 0;
  }

  .nav_utilities-group-wrapper {
    margin-left: 45px;
  }

  .logo-wrapper {
    flex: none;
  }

  .button-3, .nav-button_open-2, .nav-button_close {
    margin: 0;
  }

  .grid-container-2 {
    max-width: 1680px;
  }

  .grid-row-3, .grid-row-4 {
    display: flex;
  }

  .menu-button {
    margin: 0;
  }

  .speakers-formatting {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1440px) {
  .lead-medium {
    font-size: 26px;
    line-height: 38px;
  }

  .icon-wrapper {
    width: 82px;
    height: 82px;
  }

  .grid-container {
    width: 100%;
    max-width: 1680px;
  }

  .grid-row.align-left {
    justify-content: flex-start;
  }

  .grid-column {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-column.column-4.is_expandable {
    width: 25%;
  }

  .lead-small {
    margin-bottom: 90px;
  }

  .m-top-s {
    margin-top: 30px;
  }

  .m-bot-xxl {
    margin-bottom: 120px;
  }

  .p-top-none {
    padding-top: 0;
  }

  .p-top-m {
    padding-top: 60px;
  }

  .m-bot-xl {
    margin-bottom: 90px;
  }

  .p-top-l {
    padding-top: 90px;
  }

  .m-bot-m {
    margin-bottom: 45px;
  }

  .m-top-none {
    margin-top: 0;
  }

  .m-top-xs {
    margin-top: 15px;
  }

  .p-bot-l {
    padding-bottom: 90px;
  }

  .p-bot-xl {
    padding-bottom: 120px;
  }

  .p-bot-m {
    padding-bottom: 60px;
  }

  .p-bot-xxl {
    padding-bottom: 210px;
  }

  .m-top-xxs {
    margin-bottom: 8px;
  }

  .p-bot-s {
    padding-bottom: 30px;
  }

  .m-top-xxxl {
    margin-top: 210px;
  }

  .m-top-xl {
    margin-top: 90px;
  }

  .m-bot-xs {
    margin-bottom: 15px;
  }

  .p-top-xxl {
    padding-top: 210px;
  }

  .m-top-xxl {
    margin-top: 120px;
  }

  .p-top-xl {
    padding-top: 120px;
  }

  .m-bot-none {
    margin-bottom: 0;
  }

  .fluid-container {
    max-width: none;
  }

  .m-bot-l {
    margin-bottom: 60px;
  }

  .m-top-m {
    margin-top: 45px;
  }

  .m-bot-xxxl {
    margin-bottom: 210px;
  }

  .m-bot-s {
    margin-bottom: 30px;
  }

  .p-bot-none {
    padding-bottom: 0;
  }

  .m-bot-xxs {
    margin-bottom: 8px;
  }

  .p-top-s {
    padding-top: 30px;
  }

  .grid-row-end.align-left {
    justify-content: flex-start;
  }

  .display-medium {
    line-height: 94px;
  }

  .lead-large-2 {
    font-size: 36px;
    line-height: 48px;
  }

  .grid-container-2 {
    width: 100%;
    max-width: 1680px;
  }

  .display-large, .display-xl-2 {
    font-size: 94px;
    line-height: 94px;
  }

  .grid-column-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .event-title-marquee {
    font-size: 94px;
    line-height: 94px;
  }

  .lead-small-2 {
    margin-bottom: 90px;
  }

  .display-xl-3 {
    font-size: 94px;
    line-height: 94px;
  }

  .grid-column-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .f-navigation-menu-button.dark.w--open {
    background-color: var(--white-10);
  }

  .f-navigation-link {
    font-size: 38px;
  }

  .f-navigation-link.dark {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 38px;
  }

  .f-navigation-menu, .f-navigation-menu.dark {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .speakers-formatting {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1920px) {
  .grid-container {
    width: 100%;
    max-width: 1680px;
  }

  .grid-row.align-left {
    flex-wrap: nowrap;
    place-content: flex-start;
  }

  .m-top-s {
    margin-top: 30px;
  }

  .m-bot-xxl {
    margin-bottom: 120px;
  }

  .p-top-none {
    padding-top: 0;
  }

  .p-top-m {
    padding-top: 60px;
  }

  .m-bot-xl {
    margin-bottom: 90px;
  }

  .p-top-l {
    padding-top: 90px;
  }

  .m-bot-m {
    margin-bottom: 45px;
  }

  .m-top-none {
    margin-top: 0;
  }

  .m-top-xs {
    margin-top: 15px;
  }

  .p-bot-l {
    padding-bottom: 90px;
  }

  .p-bot-xl {
    padding-bottom: 120px;
  }

  .p-bot-m {
    padding-bottom: 60px;
  }

  .p-bot-xxl {
    padding-bottom: 210px;
  }

  .m-top-xxs {
    margin-bottom: 8px;
  }

  .p-bot-s {
    padding-bottom: 30px;
  }

  .m-top-xxxl {
    margin-top: 210px;
  }

  .m-top-xl {
    margin-top: 90px;
  }

  .m-bot-xs {
    margin-bottom: 15px;
  }

  .p-top-xxl {
    padding-top: 210px;
  }

  .m-top-xxl {
    margin-top: 120px;
  }

  .p-top-xl {
    padding-top: 120px;
  }

  .m-bot-none {
    margin-bottom: 0;
  }

  .fluid-container {
    max-width: none;
  }

  .m-bot-l {
    margin-bottom: 60px;
  }

  .m-top-m {
    margin-top: 45px;
  }

  .m-bot-xxxl {
    margin-bottom: 210px;
  }

  .m-bot-s {
    margin-bottom: 30px;
  }

  .p-bot-none {
    padding-bottom: 0;
  }

  .m-bot-xxs {
    margin-bottom: 8px;
  }

  .p-top-s {
    padding-top: 30px;
  }

  .page-wrapper {
    background-color: var(--dark-blue);
  }

  .main-wrapper {
    background-color: var(--white);
  }

  .footer-link {
    padding-bottom: 3px;
  }

  .grid-row-end.align-left {
    flex-wrap: nowrap;
    place-content: flex-start;
  }

  .display-medium {
    line-height: 108px;
  }

  .grid-container-2 {
    width: 100%;
    max-width: 1680px;
  }

  .display-large, .display-xl-2, .event-title-marquee, .display-xl-3 {
    line-height: 108px;
  }

  .f-navigation-button:hover {
    background-color: var(--bright-blue);
    box-shadow: inset 0 20px 20px 20px #0003;
  }

  .f-navigation-link, .f-navigation-link.dark {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
    font-size: 48px;
  }

  .f-navigation-menu.dark {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .speakers-formatting {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  p {
    line-height: 32px;
  }

  .subtitle-large {
    min-width: auto;
    min-height: auto;
  }

  .lead-medium {
    min-width: auto;
    min-height: auto;
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 36px;
  }

  .display-l {
    min-height: 84px;
  }

  .lead-large {
    margin-top: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .button.pill.bright.smaller {
    min-height: 0;
    font-size: 18px;
    line-height: 18px;
  }

  .section {
    padding-left: 45px;
    padding-right: 45px;
  }

  .grid-container {
    max-width: none;
  }

  .grid-row {
    flex-direction: column;
  }

  .grid-row.single-indent, .grid-row.double-indent {
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-row.m-bot-m.is-mobile_hidden {
    display: none;
  }

  .grid-row.justify-start-end.m-bot-xl.is-mobile_vertical {
    flex-direction: column;
  }

  .grid-row.m-bot-s.is-mobile_large {
    margin-bottom: 45px;
  }

  .grid-row.partner-list {
    flex-direction: row;
  }

  .grid-row.is-mobile_reverse {
    flex-direction: column-reverse;
  }

  .grid-row.delegation-dats-tickets {
    align-items: center;
  }

  .grid-row.statistics {
    flex-flow: wrap;
  }

  .grid-column {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-column.column-5, .grid-column.column-6 {
    width: 100%;
  }

  .grid-column.column-4, .grid-column.column-4.single-indent, .grid-column.column-3, .grid-column.column-3.single-indent {
    width: 50%;
  }

  .grid-column.column-7, .grid-column.column-10, .grid-column.column-8 {
    width: 100%;
  }

  .grid-column.column-8.align-center.margin-none.is-mobile_align-left {
    text-align: left;
    align-items: flex-start;
  }

  .grid-column.column-9 {
    width: 100%;
  }

  .display-m, .display-s {
    min-height: 84px;
  }

  .subtitle-medium, .subtitle-small {
    min-width: auto;
    min-height: auto;
  }

  .lead-small {
    min-width: auto;
    min-height: auto;
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 36px;
  }

  .display-xl {
    min-height: 84px;
    font-size: 84px;
  }

  .display-xs {
    min-height: 48px;
  }

  .m-top-s {
    margin-top: 30px;
  }

  .m-bot-xxl {
    margin-bottom: 90px;
  }

  .page-header {
    padding-top: 120px;
  }

  .p-top-none {
    padding-top: 0;
  }

  .p-top-m {
    padding-top: 60px;
  }

  .m-bot-xl {
    margin-bottom: 90px;
  }

  .p-top-l {
    padding-top: 90px;
  }

  .m-bot-m {
    margin-bottom: 45px;
  }

  .m-top-none {
    margin-top: 0;
  }

  .m-top-xs {
    margin-top: 15px;
  }

  .p-bot-l, .p-bot-xl {
    padding-bottom: 90px;
  }

  .p-bot-m {
    padding-bottom: 60px;
  }

  .p-bot-xxl {
    padding-bottom: 120px;
  }

  .m-top-xxs {
    margin-bottom: 8px;
  }

  .p-bot-s {
    padding-bottom: 30px;
  }

  .m-top-xxxl {
    margin-top: 120px;
  }

  .m-top-xl {
    margin-top: 90px;
  }

  .m-bot-xs {
    margin-bottom: 15px;
  }

  .p-top-xxl {
    padding-top: 120px;
  }

  .m-top-xxl {
    margin-top: 90px;
  }

  .p-top-xl {
    padding-top: 90px;
  }

  .m-bot-none {
    margin-bottom: 0;
  }

  .text-align-center {
    text-align: center;
  }

  .m-top-l {
    margin-top: 60px;
  }

  .m-bot-l {
    margin-bottom: 60px;
  }

  .m-top-m {
    margin-top: 45px;
  }

  .m-bot-xxxl {
    margin-bottom: 120px;
  }

  .m-bot-s {
    margin-bottom: 30px;
  }

  .p-bot-none {
    padding-bottom: 0;
  }

  .m-bot-xxs {
    margin-bottom: 8px;
  }

  .p-top-s {
    padding-top: 30px;
  }

  .subtitle-large-2 {
    min-width: auto;
    min-height: auto;
  }

  .grid-column-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-column-2._6-column {
    width: 100%;
  }

  .grid-row-2 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .display-xxl {
    min-height: 84px;
    font-size: 84px;
  }

  .back-button.program {
    display: none;
  }

  .speaker-card_wrapper, .related-event-card_wrapper {
    margin-bottom: 30px;
  }

  .section-heading-button_wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer {
    padding-left: 45px;
    padding-right: 45px;
  }

  .grid-row-end {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .grid-row-end.single-indent, .grid-row-end.double-indent {
    padding-left: 0%;
    padding-right: 0%;
  }

  .icon.hamburger {
    flex: none;
    width: 20px;
    max-width: none;
  }

  .full-screen-lottie_wrapper {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100vh;
  }

  .full-screen-lottie {
    flex: none;
    align-self: center;
    width: 150vw;
    inset: 0% auto;
  }

  .display-marquee {
    min-height: 84px;
    font-size: 84px;
    line-height: 84px;
  }

  .speaker-collection-list {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .nav-button_open {
    background-color: var(--dark-blue-10);
    color: var(--white);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 6px 0 8px;
    transition: box-shadow .3s, background-color .3s ease-out, color .3s ease-out;
    display: flex;
  }

  .nav-button_open:hover {
    background-color: var(--dark-blue-10);
    justify-content: center;
    align-items: center;
  }

  .nav-button_open.dark-theme {
    background-color: var(--white-10);
    width: 48px;
    height: 48px;
  }

  .nav-button_open.dark-theme:hover {
    background-color: #fff3;
  }

  .nav_link {
    color: var(--white);
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
  }

  .nav_link.speakers.hide {
    display: none;
  }

  .mobile-nav-controls_wrapper {
    grid-column-gap: 15px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .nav_link-group-wrapper {
    grid-column-gap: 0px;
    flex-direction: column;
    place-content: flex-end flex-start;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 45px;
    margin-right: 0;
  }

  .nav-button_close-old {
    background-color: var(--bright-blue-high-contrast);
    color: var(--white);
    padding-top: 8px;
    transition: box-shadow .3s, background-color .3s ease-out, color .3s ease-out;
    position: relative;
  }

  .nav-button_close-old:hover {
    box-shadow: inset 14px 14px 80px 80px #0003;
  }

  .language-toggle_mobile {
    display: flex;
  }

  .nav_utilities-group-wrapper {
    flex-direction: column;
    align-items: flex-end;
    margin-left: 0;
  }

  .language-toggle {
    display: none;
  }

  .nav_button-group-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-end;
  }

  .site-header_nav-wrapper {
    z-index: 999;
    background-color: var(--dark-blue);
    color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .site-nav_wrapper {
    width: 100%;
    padding-bottom: 30px;
    position: absolute;
    overflow: visible;
  }

  .nav-button_open-2 {
    display: block;
  }

  .nav_link-2 {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
  }

  .nav-button_close {
    background-color: var(--white-10);
    color: var(--white);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 48px;
    min-width: auto;
    height: 48px;
    min-height: auto;
    padding: 0;
    transition: box-shadow .3s, background-color .3s ease-out, color .3s ease-out;
    display: none;
  }

  .nav-button_close:hover {
    background-color: #fff3;
    justify-content: center;
    align-items: center;
  }

  .section-double-column_container {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .section-double-column_container.right {
    flex-direction: column-reverse;
  }

  .display-medium {
    min-height: 84px;
    font-size: 84px;
    line-height: 84px;
  }

  .lead-large-2 {
    margin-top: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .section-2 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .section-2.fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-container-2 {
    max-width: none;
  }

  .grid-row-3 {
    display: flex;
  }

  .m-bot-s-2 {
    margin-bottom: 30px;
  }

  .display-large, .display-xl-2 {
    min-height: 84px;
    font-size: 84px;
    line-height: 84px;
  }

  .grid-column-3 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-column-3.column-6, .grid-column-3.column-8 {
    width: 100%;
  }

  .animation-wrapper {
    transform: scale(2);
  }

  .countdown-wrapper {
    text-align: center;
  }

  .countdown-section {
    padding: 60px 45px;
  }

  .partner-card_wrapper {
    margin-bottom: 30px;
  }

  .label-group_wrapper {
    align-content: flex-start;
  }

  .event-title-marquee {
    min-height: 84px;
    font-size: 84px;
    line-height: 84px;
  }

  .map-section {
    padding-left: 0;
    padding-right: 0;
  }

  .time-slot_wrapper {
    width: 100%;
    font-size: 20px;
  }

  .time-slot_wrapper.text-opacity-40, .time-slot_wrapper.heading-m.text-opacity-40 {
    width: 100%;
  }

  .event-details_wrapper {
    order: -1;
    width: 100%;
  }

  .event-details_wrapper.session-divider {
    width: 100%;
  }

  .program-list-item {
    grid-row-gap: 10px;
    flex-direction: column;
    flex: none;
  }

  .program-list-item.section-label {
    display: none;
  }

  .program-section_wrapper, .location_wrapper {
    width: 100%;
  }

  .map-wrapper {
    transform: scale(2);
  }

  .activities-list-item {
    width: 50%;
  }

  .sub-event-card_wrapper {
    margin-bottom: 30px;
  }

  .footer-wrapper-2 {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
  }

  .lead-small-2 {
    min-width: auto;
    min-height: auto;
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 36px;
  }

  .mani_nav, .hero-section {
    padding-left: 45px;
    padding-right: 45px;
  }

  .grid-row-4 {
    display: flex;
  }

  .display-xl-3 {
    min-height: 84px;
    font-size: 84px;
    line-height: 84px;
  }

  .grid-column-4 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-column-4.column-6, .grid-column-4.column-8 {
    width: 100%;
  }

  .grid-column-4.column-4 {
    width: 50%;
  }

  .lead-display {
    min-height: 48px;
  }

  .program_event-description {
    width: 100%;
  }

  .price-table_info {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-direction: column;
    align-items: flex-start;
  }

  .price-table_info_price-wrapper {
    width: 100%;
  }

  .price-currency {
    min-width: auto;
    min-height: auto;
  }

  .price-table_info_bullet-wrapper {
    order: 1;
  }

  .statistic-wrapper.middle {
    border-right-style: none;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--dark-blue-10);
    color: var(--flowui-component-library--grey-600);
    border-radius: 48px;
    padding: 11px 24px 13px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-r {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation-link {
    width: 100%;
    font-size: 24px;
  }

  .f-navigation-l {
    border: 1px solid var(--flowui-component-library--gray-200);
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    width: 100%;
    padding: 12px;
  }

  .f-navigation-l.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .navigation {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 30px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-content {
    grid-column-gap: 8px;
    align-items: center;
    width: auto;
    display: flex;
  }

  .promo-list-wrapper {
    padding: 15px 20px 20px;
  }

  .speakers-formatting {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 28px;
    line-height: 36px;
  }

  h6 {
    font-size: 22px;
    line-height: 30px;
  }

  p {
    line-height: 32px;
  }

  .lead-medium {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 34px;
  }

  .display-l {
    min-height: 84px;
  }

  .lead-large {
    margin-top: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .button {
    min-width: auto;
    min-height: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .button.button-large {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .button.pill.bright.smaller {
    padding: 10px 20px 14px;
    line-height: 18px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-container {
    max-width: none;
  }

  .grid-row.m-bot-m.is-mobile_hidden {
    display: none;
  }

  .grid-column.column-4.related-events {
    flex: none;
    width: 100%;
  }

  .grid-column.column-4.is-mobile_full-width {
    width: 100%;
  }

  .display-m, .display-s {
    min-height: 84px;
  }

  .lead-small {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 34px;
  }

  .display-xl {
    min-height: 84px;
  }

  .display-xs {
    min-height: 40px;
    font-size: 40px;
  }

  .m-top-s {
    margin-top: 30px;
  }

  .m-bot-xxl {
    margin-bottom: 60px;
  }

  .page-header {
    padding-top: 90px;
  }

  .p-top-none {
    padding-top: 0;
  }

  .p-top-m {
    padding-top: 60px;
  }

  .m-bot-xl {
    margin-bottom: 60px;
  }

  .p-top-l {
    padding-top: 90px;
  }

  .m-bot-m {
    margin-bottom: 45px;
  }

  .m-top-none {
    margin-top: 0;
  }

  .m-top-xs {
    margin-top: 15px;
  }

  .p-bot-l, .p-bot-xl {
    padding-bottom: 90px;
  }

  .p-bot-m {
    padding-bottom: 60px;
  }

  .p-bot-xxl {
    padding-bottom: 90px;
  }

  .m-top-xxs {
    margin-bottom: 8px;
  }

  .p-bot-s {
    padding-bottom: 30px;
  }

  .m-top-xxxl {
    margin-top: 90px;
  }

  .m-top-xl {
    margin-top: 60px;
  }

  .m-bot-xs {
    margin-bottom: 15px;
  }

  .p-top-xxl {
    padding-top: 90px;
  }

  .m-top-xxl {
    margin-top: 60px;
  }

  .p-top-xl {
    padding-top: 90px;
  }

  .m-bot-none {
    margin-bottom: 0;
  }

  .text-align-center {
    text-align: center;
  }

  .m-top-l {
    margin-top: 60px;
  }

  .m-bot-l {
    margin-bottom: 60px;
  }

  .m-top-m {
    margin-top: 45px;
  }

  .m-bot-xxxl {
    margin-bottom: 60px;
  }

  .m-bot-s {
    margin-bottom: 30px;
  }

  .p-bot-none {
    padding-bottom: 0;
  }

  .m-bot-xxs {
    margin-bottom: 8px;
  }

  .p-top-s {
    padding-top: 30px;
  }

  .image-container {
    object-fit: fill;
    width: 100%;
    height: auto;
    display: inline-block;
    overflow: hidden;
  }

  .heading-m.faq {
    font-size: 20px;
  }

  .display-xxl {
    min-height: 84px;
  }

  .related-event-card_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-heading-button_wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2 {
    min-width: auto;
    min-height: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .grid-row-end {
    grid-row-gap: 15px;
  }

  .full-screen-lottie {
    width: 300vw;
  }

  .display-marquee {
    min-height: 84px;
    line-height: 84px;
  }

  .button-marquee {
    min-width: auto;
    min-height: auto;
    padding: 12px 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .faq-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-button_open {
    min-width: auto;
    min-height: auto;
    font-size: 18px;
    line-height: 28px;
  }

  .nav_link.speakers.hide {
    display: none;
  }

  .nav-button_close-old {
    min-width: auto;
    min-height: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .site-header_nav-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-3 {
    min-width: auto;
    min-height: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .site-nav_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-button_open-2 {
    min-width: auto;
    min-height: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .nav-button_close {
    min-width: auto;
    min-height: auto;
    font-size: 18px;
    line-height: 28px;
  }

  .display-medium {
    min-height: 84px;
    line-height: 84px;
  }

  .lead-large-2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .grid-container-2 {
    max-width: none;
  }

  .grid-row-3 {
    flex-direction: column;
    align-items: center;
  }

  .m-bot-s-2 {
    margin-bottom: 30px;
  }

  .display-large, .display-xl-2 {
    min-height: 84px;
    line-height: 84px;
  }

  .animation-wrapper {
    transform: scale(2);
  }

  .clock-number {
    font-size: 5rem;
  }

  .event-title-marquee {
    min-height: 84px;
    line-height: 84px;
  }

  .map-section {
    padding-left: 0;
    padding-right: 0;
  }

  .program-section_wrapper {
    padding-top: 30px;
  }

  .map-wrapper {
    transform: scale(2);
  }

  .activities-list-item {
    width: 100%;
  }

  .sub-event-card_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lead-small-2 {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 34px;
  }

  .mani_nav {
    padding: 15px 30px;
  }

  .grid-row-4 {
    flex-direction: column;
    align-items: center;
  }

  .display-xl-3 {
    min-height: 84px;
    line-height: 84px;
  }

  .lead-display {
    min-height: 40px;
    font-size: 40px;
  }

  .price-table_header.m-bot-m {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-button {
    min-width: auto;
    min-height: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .f-navigation-menu-button {
    padding: 12px;
  }

  .f-navigation-button-secondary {
    display: none;
  }

  .f-logo {
    width: 220px;
  }

  .f-navigation-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .f-navigation-content {
    grid-column-gap: 8px;
  }

  .hamburger-text {
    display: none;
  }

  .hamburger {
    margin-top: 0;
  }

  .sponsor-group.main-partners.p-top-m {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .sponsor-logo-group {
    height: 45px;
  }

  .promo-list-wrapper {
    padding: 15px;
  }

  .speakers-formatting {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 18px;
    line-height: 32px;
  }

  .lead-medium {
    flex: none;
    align-self: flex-start;
    min-width: auto;
    min-height: auto;
    font-size: 20px;
    line-height: 32px;
  }

  .style-guide-description {
    display: none;
  }

  .display-l {
    min-width: auto;
    min-height: auto;
    font-size: 48px;
  }

  .icon-container {
    width: 100%;
    height: 100%;
  }

  .style-guide-elements {
    width: 100%;
  }

  .lead-large {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
  }

  .icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .button {
    text-align: center;
    min-width: auto;
    min-height: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .button.button-large {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .button.button-small {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
  }

  .button.pill.bright.smaller {
    padding-top: 8px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 16px;
  }

  .section {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-container {
    max-width: none;
    overflow: visible;
  }

  .grid-row {
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .grid-row.align-left {
    overflow: visible;
  }

  .grid-row.statistics {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .grid-column {
    flex: 0 auto;
    align-self: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-column.column-5, .grid-column.column-5.single-indent {
    width: 100%;
  }

  .grid-column.column-6 {
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-self: auto;
    width: 100%;
  }

  .grid-column.column-4, .grid-column.column-4.single-indent, .grid-column.column-4.related-events, .grid-column.column-3, .grid-column.column-3.single-indent {
    width: 100%;
  }

  .grid-column.column-3.statistics {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .grid-column.column-2 {
    width: 100%;
  }

  .display-m, .display-s {
    min-width: auto;
    min-height: auto;
    font-size: 48px;
  }

  .lead-small {
    text-align: left;
    flex: none;
    align-self: flex-start;
    min-width: auto;
    min-height: auto;
    font-size: 20px;
    line-height: 32px;
  }

  .display-xl {
    min-width: auto;
    min-height: auto;
    font-size: 48px;
  }

  .display-xs {
    font-size: 36px;
    line-height: 1.2;
  }

  .m-top-s {
    margin-top: 30px;
  }

  .m-bot-xxl {
    margin-bottom: 60px;
  }

  .page-header {
    padding-top: 90px;
  }

  .p-top-none {
    padding-top: 0;
  }

  .p-top-m {
    padding-top: 45px;
  }

  .m-bot-xl {
    margin-bottom: 60px;
  }

  .p-top-l {
    padding-top: 60px;
  }

  .m-bot-m {
    margin-bottom: 45px;
  }

  .m-top-none {
    margin-top: 0;
  }

  .m-top-xs {
    margin-top: 15px;
  }

  .p-bot-l, .p-bot-xl {
    padding-bottom: 60px;
  }

  .p-bot-m {
    padding-bottom: 45px;
  }

  .p-bot-xxl {
    padding-bottom: 60px;
  }

  .m-top-xxs {
    margin-bottom: 8px;
  }

  .p-bot-s {
    padding-bottom: 30px;
  }

  .m-top-xxxl, .m-top-xl {
    margin-top: 60px;
  }

  .m-bot-xs {
    margin-bottom: 15px;
  }

  .p-top-xxl {
    padding-top: 60px;
  }

  .m-top-xxl {
    margin-top: 60px;
  }

  .p-top-xl {
    padding-top: 60px;
  }

  .m-bot-none {
    margin-bottom: 0;
  }

  .text-align-center {
    text-align: center;
  }

  .m-top-l {
    margin-top: 45px;
  }

  .m-bot-l {
    margin-bottom: 45px;
  }

  .m-top-m {
    margin-top: 45px;
  }

  .m-bot-xxxl {
    margin-bottom: 60px;
  }

  .m-bot-s {
    margin-bottom: 30px;
  }

  .p-bot-none {
    padding-bottom: 0;
  }

  .m-bot-xxs {
    margin-bottom: 8px;
  }

  .p-top-s {
    padding-top: 30px;
  }

  .grid-column-2 {
    flex: none;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-column-2._6-column {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    width: 100%;
  }

  .grid-row-2 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-m.text-weight-normal.faq {
    font-size: 18px;
  }

  .image_aspect-ratio.mobile_adjust {
    object-fit: cover;
    object-position: 65% 50%;
    width: auto;
  }

  .image-container_16-9.is-mobile_square {
    padding-top: 100%;
  }

  .image-container_4-5.is_mobile {
    padding-top: 133.333%;
  }

  .display-xxl {
    min-width: auto;
    min-height: auto;
    font-size: 48px;
  }

  .speaker-card_wrapper {
    margin-bottom: 15px;
  }

  .section-heading-button_wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form_newsletter-signup {
    background-color: #0000;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .newsletter-signup_input {
    background-color: var(--white-10);
    text-align: center;
    border-radius: 27px;
    height: 54px;
    margin-bottom: 15px;
    padding-top: 8px;
  }

  .button-2 {
    text-align: center;
    min-width: auto;
    min-height: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .button-2.button-small {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
  }

  .button-2.button-small.bright.main-cta {
    min-height: 20px;
    padding: 6px 14px 8px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .grid-row-end {
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .grid-row-end.align-left {
    overflow: visible;
  }

  .speaker_title-wrapper {
    font-size: 14px;
    left: 20px;
  }

  .section-header_wrapper {
    text-align: center;
  }

  .program-card_wrapper {
    flex: none;
  }

  .program-card_container {
    padding: 20px;
  }

  .full-screen-lottie_wrapper {
    inset: 0%;
  }

  .full-screen-lottie {
    justify-content: center;
    align-items: center;
    width: 200vw;
    display: flex;
  }

  .display-marquee {
    min-width: auto;
    min-height: auto;
    font-size: 48px;
    line-height: 48px;
  }

  .button-marquee {
    text-align: center;
    min-width: auto;
    min-height: auto;
    padding: 12px 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .faq-item {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq_answer-container {
    padding-top: 15px;
    padding-right: 0;
  }

  .expand-collapse-icon {
    width: 100%;
    top: 0;
  }

  .faq_question-wrapper {
    height: 90px;
    padding-right: 45px;
  }

  .faq-icon {
    width: 26px;
    height: 26px;
  }

  .speaker-collection-list {
    flex-flow: column;
    justify-content: flex-start;
  }

  .nav-button_open {
    position: relative;
  }

  .nav-button_open:hover {
    box-shadow: none;
  }

  .nav_link {
    font-size: 30px;
  }

  .nav_link.speakers.hide {
    display: none;
  }

  .nav-button_close-old {
    text-align: center;
    min-width: auto;
    min-height: auto;
    padding: 12px 24px;
    font-size: 18px;
    line-height: 28px;
    display: none;
    position: relative;
  }

  .language-toggle_mobile {
    grid-column-gap: 6px;
  }

  .language-toggle {
    grid-column-gap: 6px;
    display: none;
  }

  .logo-wrapper {
    position: relative;
  }

  .language-toggle_text {
    font-size: 14px;
  }

  .site-header_nav-wrapper {
    justify-content: center;
    height: 100vh;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .button-3 {
    text-align: center;
    min-width: auto;
    min-height: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .button-3.button-small {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
  }

  .button-3.button-small.pill {
    transition: background-color .3s ease-out, color .3s ease-out;
  }

  .site-nav_wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 18px;
  }

  .logo {
    width: 230px;
  }

  .logo.generic {
    width: 180px;
    height: auto;
  }

  .nav-button_open-2 {
    text-align: center;
    min-width: auto;
    min-height: auto;
    padding: 12px 24px;
    font-size: 18px;
    line-height: 28px;
    display: block;
    position: relative;
  }

  .nav_link-2 {
    font-size: 30px;
  }

  .nav-button_close {
    position: relative;
  }

  .nav-button_close:hover {
    box-shadow: none;
  }

  .display-medium {
    min-width: auto;
    min-height: auto;
    font-size: 48px;
    line-height: 48px;
  }

  .lead-large-2 {
    font-size: 24px;
    line-height: 36px;
  }

  .section-2 {
    width: 100%;
  }

  .usp-list {
    grid-row-gap: 15px;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-container-2 {
    max-width: none;
    overflow: visible;
  }

  .grid-row-3 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .m-bot-s-2 {
    margin-bottom: 30px;
  }

  .display-large, .display-xl-2 {
    min-width: auto;
    min-height: auto;
    font-size: 48px;
    line-height: 48px;
  }

  .display-xl-2.text-bright-blue {
    font-size: 62px;
    line-height: 1.2;
  }

  .grid-column-3 {
    flex: 0 auto;
    align-self: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-column-3.column-6 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    width: 100%;
  }

  .div-block-4 {
    height: 5px;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .clock-number {
    font-size: 4rem;
  }

  .countdown-section {
    width: 100%;
    height: auto;
    min-height: 75vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .beta-badge {
    margin-left: 6px;
  }

  .box {
    margin-bottom: 10px;
  }

  .play-button-wrapper {
    width: 120px;
    height: 120px;
  }

  .play-button {
    width: 30%;
  }

  .related-events-list {
    flex-direction: column;
    justify-content: flex-start;
  }

  .label-group_wrapper {
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .event-title-marquee {
    min-width: auto;
    min-height: auto;
    font-size: 48px;
    line-height: 48px;
  }

  .map-section {
    width: 100%;
    height: auto;
  }

  .event-details_wrapper {
    padding-right: 0;
  }

  .event-link_wrapper {
    width: 100%;
  }

  .app-download-wrapper {
    flex-direction: column;
  }

  .logo-2 {
    width: 60%;
  }

  .lead-small-2 {
    flex: none;
    align-self: flex-start;
    min-width: auto;
    min-height: auto;
    font-size: 20px;
    line-height: 32px;
  }

  .usp-list-2 {
    grid-row-gap: 15px;
  }

  .mani_nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section {
    width: 100%;
    height: auto;
    min-height: 75vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-row-4 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .display-xl-3 {
    min-width: auto;
    min-height: auto;
    font-size: 48px;
    line-height: 48px;
  }

  .display-xl-3.text-bright-blue {
    font-size: 62px;
    line-height: 1.2;
  }

  .grid-column-4 {
    flex: 0 auto;
    align-self: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-column-4.column-6 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    width: 100%;
  }

  .grid-column-4.column-4 {
    width: 100%;
  }

  .lead-display {
    font-size: 32px;
    line-height: 1.2;
  }

  .price-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .price-currency {
    font-size: 10px;
  }

  .menu-button {
    text-align: center;
    min-width: auto;
    min-height: auto;
    padding: 12px 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .f-navigation-button {
    display: none;
  }

  .f-navigation-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .f-navigation-container.havvind {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .navigation, .f-navigation-menu {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sponsor-group.main-partners.p-top-m {
    grid-row-gap: 90px;
    flex-direction: column;
  }

  .slider-group_wrapper.m-top-xs {
    flex-flow: column;
  }

  .app-slider_wrapper, .slider {
    width: 100%;
  }

  .promo-list-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .promot-list-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .speakers-formatting {
    margin-bottom: 15px;
  }
}


@font-face {
  font-family: 'Norway Sans Text';
  src: url('../fonts/NorwaySansText-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Norway Sans Text';
  src: url('../fonts/NorwaySansText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Norway Sans Text';
  src: url('../fonts/NorwaySansText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Norway Sans Text';
  src: url('../fonts/NorwaySansText-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Norway Sans Display';
  src: url('../fonts/NorwaySansDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}