.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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;
}

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

.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;
}

body {
  color: #253555;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Silka Bold, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: #4a4b52;
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #f00f1e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.875rem;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #101725;
}

.button.is-form-submit {
  color: #fff;
}

.button.button-dark {
  color: #fff;
  background-color: #000;
}

.heading-medium {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-large {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.65;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-family: Silka Light, sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
}

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

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

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

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

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

.text-weight-xbold {
  font-weight: 800;
}

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

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 6.5rem;
  line-height: 1.15;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  width: 100%;
  padding: 20px 5vw;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: #4a4b52;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  color: #000;
  background-color: #121316;
}

.container-medium {
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  height: 1.875rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 9rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fs-styleguide_message-outer {
  min-height: 100vh;
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.fs-styleguide_message-inner {
  width: 100%;
  color: #000;
  background-color: #fff;
  border-radius: 5vw 5vw 0 0;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 20vh;
  display: flex;
}

.fs-styleguide_messege-content {
  max-width: 35rem;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: .1rem;
  display: flex;
}

.icon.dark-icon-color {
  color: #000;
}

.home-hero {
  z-index: 25;
  height: 100vh;
  min-height: 100vh;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.navbar {
  z-index: 10000;
  background-color: rgba(21, 22, 29, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px #3b3b4b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  font-size: 1.125rem;
  display: grid;
}

.nav-brand {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.nav-brand.w--current {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-left {
  display: flex;
}

.underline-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #fff;
  border-bottom: 1px #1a1c24;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.underline-link.underline-link-dark {
  color: #000;
}

.hero-wrapper {
  height: 300vh;
  position: relative;
}

.hero-bottom {
  z-index: 15;
  width: 100%;
  max-width: 70vw;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: static;
}

.hero-image-strip {
  z-index: 10;
  width: 100%;
  grid-column-gap: 26vw;
  grid-row-gap: 26vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  justify-items: center;
  padding-top: 70vh;
  display: flex;
}

.hero-image-strip.right-side {
  z-index: 25;
  align-items: flex-end;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-image-strip.left {
  position: relative;
}

.hero-image {
  width: 25vw;
  height: 25vw;
  min-height: 25vw;
  border-radius: .5rem;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.hero-image.two {
  margin-top: -45vw;
  left: 65vw;
}

.hero-image.three {
  margin-bottom: -2vh;
  left: -5vw;
}

.hero-image.four {
  top: 0%;
  left: -1vw;
}

.hero-image.nine {
  margin-top: -45vw;
  left: -65vw;
}

.hero-image.ten {
  margin-top: 0%;
  margin-bottom: -45%;
  left: 140%;
}

.hero-image.twelve {
  margin-top: -150%;
}

.hero-image.thirteen {
  margin-top: -35vw;
  left: -70vw;
}

.hero-image.fourteen {
  left: 1vw;
}

.image-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.overlay {
  z-index: 10;
  background-color: rgba(18, 19, 22, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.overlay-light {
  background-color: rgba(18, 19, 22, .3);
}

.hero-trigger {
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.strip-wrapper {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.strip-wrapper.right {
  z-index: 25;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.preview-intro {
  z-index: 25;
  width: 100%;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.preview-description {
  max-width: 30rem;
}

.preview-hero {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.portrait-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.speaker-text {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  padding-bottom: .55rem;
  display: flex;
}

.speaker-item-preview {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d3e5e9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.image-portrait {
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  margin-top: 14rem;
  padding-left: 4rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-speakers {
  z-index: 25;
  background-color: #fff;
  display: none;
  position: relative;
  overflow: hidden;
}

.portrait-image {
  width: 20vw;
  height: 29vw;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.speaker-name {
  z-index: 10;
  flex: 1;
  padding-top: 5.5rem;
  position: relative;
  overflow: hidden;
}

.speaker-list {
  width: 100%;
  border-top: 1px solid #d3e5e9;
  margin-bottom: 9rem;
  position: relative;
}

.number {
  margin-top: .5rem;
  font-family: Silka, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 600;
}

.preview-title {
  max-width: 32rem;
}

.sticky-top {
  height: 4rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sticky-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  justify-items: stretch;
  padding-top: 0;
  padding-bottom: 6rem;
  display: grid;
}

.sticky-top-side {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.sticky-intro {
  max-width: 35rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sticky-image {
  height: 85%;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.sticky-card-item {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.sticky-cover {
  height: 100%;
  justify-content: center;
  display: flex;
}

.text-span {
  font-family: Silka, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.action-content {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: end;
  justify-items: stretch;
  padding-bottom: 0;
  display: grid;
}

.preview-teacher-title {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  margin-left: -3vw;
  display: flex;
}

.preview-teacher-description {
  max-width: 30rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-color-white {
  color: #fff;
}

.hero-home-heading {
  z-index: 10;
  position: relative;
}

.preview-teacher-top {
  padding-left: 6vw;
}

.heading-xhuge {
  font-family: Silka Light, sans-serif;
  font-size: 7.5vw;
  font-weight: 300;
  line-height: 1.1;
}

.special {
  font-family: Silka Medium, sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 1.1;
}

.agenda-hero-component {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.heading-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 3rem;
  display: grid;
}

.heading-item {
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  margin-top: 1vw;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.section-hero-speakers {
  background-color: #121316;
  flex-direction: column;
}

.section-sticky {
  flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.page-sections {
  z-index: 10;
  background-color: #fff;
  border-bottom-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  font-family: Silka, sans-serif;
  position: relative;
  box-shadow: 0 30px 72px -8px rgba(18, 19, 22, .45);
}

.nav-link-wrapper, .nav-right {
  grid-column-gap: 2.5rem;
  display: flex;
}

.section-benefits {
  background-color: #fff;
  overflow: hidden;
}

.benefits-base {
  min-height: 40rem;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
}

.benefits-strip {
  width: 100%;
  max-width: 72rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .9fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.benefits-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  margin-top: -1rem;
  margin-bottom: -1rem;
  display: flex;
}

.benefit-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.looping-text {
  grid-column-gap: 15vw;
  grid-row-gap: 15vw;
  letter-spacing: -.1rem;
  white-space: nowrap;
  padding-right: 15vw;
  font-size: 10vw;
  font-weight: 500;
  display: flex;
}

.benefits-text-strip {
  margin-top: 0;
  margin-bottom: 2rem;
  display: flex;
}

.strip-phrase {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: space-between;
  align-items: center;
  font-size: 5vw;
  line-height: 1.2;
  display: flex;
}

.strip-link {
  border-bottom: 1px solid #d0dcda;
  justify-content: center;
  align-items: center;
  margin-top: 1vw;
  padding-bottom: .3rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.strip-content {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  white-space: nowrap;
  display: flex;
}

.number-wrapper {
  width: 14vw;
  padding-left: 4vw;
  display: flex;
}

.faq-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.faq-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  display: grid;
}

.faq-item {
  cursor: pointer;
}

.faq-top {
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: .8rem;
  display: flex;
}

.faq-text {
  align-items: center;
  padding: 0 1rem 0 2rem;
  display: flex;
}

.faq-icon {
  width: 4.75rem;
  height: 4.75rem;
  min-height: 4.75rem;
  min-width: 4.75rem;
  background-color: #121316;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-bottom {
  overflow: hidden;
}

.faq-bottom-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  padding-left: 2.8rem;
  display: grid;
}

.lottie-icon {
  width: 1.1rem;
  height: 1.1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-faq {
  border-bottom-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  position: relative;
}

.intro-centered {
  max-width: 40rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-footer-action {
  background-color: #121316;
  border-bottom: 1px solid #1a1c24;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.name-item {
  height: 9.5vw;
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.footer-action-heading {
  letter-spacing: 0;
  text-transform: none;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1;
}

.name-block {
  height: 7.5vw;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 100px;
  margin-left: 3vw;
  padding-left: 4vw;
  padding-right: 4vw;
}

.name-list {
  mix-blend-mode: difference;
  flex-direction: column;
  align-items: center;
  margin-top: -1vw;
  margin-bottom: 1vw;
  display: flex;
}

.name-title {
  height: 8vw;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: end;
  display: flex;
}

.name-list-wrapper {
  overflow: hidden;
}

.footer-action-component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 4rem;
  display: grid;
}

.action-description {
  max-width: 17rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  color: #fff;
}

.footer-block {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.footer-brand {
  font-size: 1.5rem;
}

.footer-row {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.footer-link {
  font-size: 1.1rem;
}

.footer-component {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.agenda-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  outline-offset: 0px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-radius: 1rem;
  outline: 1px #d3e5e9;
  flex-direction: column;
  margin-top: -2rem;
  padding: 4.75rem 2rem 2.75rem;
  display: flex;
}

.agenda-item.top {
  margin-top: 0;
  padding-top: 2.75rem;
}

.agenda-day-title {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.agenda-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.preview-agenda {
  grid-column-gap: 6rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.preview-agenda-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.preview-background {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section-last-year {
  z-index: 25;
  position: relative;
}

.preview-image-base {
  height: 100%;
  max-height: 100vh;
  border-radius: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.preview-image {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.agenda-top-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.agenda-detail {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  align-items: center;
  display: flex;
}

.text-color-light {
  color: #73757f;
}

.preview-agenda-days {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.agenda-bottom {
  max-width: 30rem;
  padding-left: 3rem;
  overflow: hidden;
}

.preview-agenda-description {
  max-width: 30rem;
}

.agenda-list-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.about-description {
  max-width: 30rem;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.agenda-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.agenda-icon {
  width: 1rem;
  height: 2rem;
  min-width: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.agenda-bottom-content {
  padding-top: 2.5rem;
}

.sticky-anchor {
  height: 0;
  position: relative;
  top: -12rem;
}

.agenda-time {
  height: 2rem;
  align-items: center;
  display: flex;
}

.preview-speakers {
  overflow: hidden;
}

.footer-wrapper {
  width: 100%;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-column {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.social-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.social-icon {
  width: 2.5rem;
  height: 2.5rem;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  display: flex;
}

.footer-bottom {
  color: rgba(255, 255, 255, .7);
  border-top: 1px solid #1a1c24;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: .875rem;
  font-weight: 300;
  display: flex;
}

.preview-legal {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  display: flex;
}

.legal-link {
  transition: color .4s;
}

.legal-link:hover {
  color: #fff;
}

.action-wrapper {
  z-index: 5;
  color: #fff;
  text-align: left;
  position: relative;
}

.action-intro {
  max-width: 40rem;
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.preview-paralax {
  background-image: url('../images/image67-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.agenda-cards {
  flex-direction: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.agenda-sidebar {
  max-width: 15rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
}

.anchor-link {
  color: #4a4b52;
  align-items: center;
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 400;
  transition: color .45s cubic-bezier(.215, .61, .355, 1), padding .45s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.anchor-link.w--current {
  color: #000;
  padding-left: 1.25rem;
}

.sidebar-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.anchor-link-dot {
  width: .75rem;
  height: .15rem;
  background-color: #000;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.anchor-link-text {
  z-index: 15;
  background-color: #fff;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.agenda-grid {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  flex-direction: column;
  display: flex;
}

.agenda-day {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3.5rem;
  display: flex;
}

.agenda-description {
  max-width: 15rem;
}

.section-days-agenda {
  z-index: 25;
  background-color: #fff;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  position: relative;
}

.specker-list-item {
  width: 100%;
  border-bottom: 1px solid #d3e5e9;
  padding-top: 0;
  padding-bottom: 0;
}

.speaker-column {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.speaker-column-content {
  z-index: 20;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
  position: relative;
}

.speaker-column-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.speaker-column-bkg {
  width: 17vw;
  height: 24vw;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.section-speakers-columns {
  z-index: 10;
  background-color: #fff;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  position: relative;
  overflow: hidden;
}

.story-component {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-direction: column;
  display: flex;
}

.story-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.story-image {
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.story-cntent {
  max-width: 35rem;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
}

.story-title {
  width: 100%;
  max-width: 45rem;
}

.team-basic {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-circles {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.team-avatar {
  z-index: 20;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}

.team-intro {
  max-width: 37rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.last-year {
  justify-content: space-between;
  display: flex;
}

.last-year-intro {
  max-width: 30rem;
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.video-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-link {
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-icon {
  width: 1.2rem;
  height: 1.2rem;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checklist {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.checklist-item {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: center;
  display: flex;
}

.shecklist-icon {
  width: 2rem;
  height: 2rem;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-check {
  width: 1rem;
  height: 1rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-grid {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  border-top: 1px solid #d3e5e9;
  border-bottom: 1px solid #d3e5e9;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.infro-item-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.info-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.speaker-portrait {
  width: 30vw;
  height: 42vw;
  max-height: 60rem;
  max-width: 40rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.speaker-last-name {
  z-index: 15;
  position: relative;
}

.speaker-cms-hero {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
}

.speaker-description {
  max-width: 20rem;
  text-align: left;
  padding-top: 2.5rem;
}

.scroll-arrow {
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.sticky-base {
  height: 90vh;
  max-height: 53rem;
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-bottom-style: none;
  border-top-left-radius: 2vw;
  border-top-right-radius: 2vw;
  justify-content: center;
  margin-top: -8rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-base.sticky-second-base {
  margin-top: -12rem;
  margin-bottom: 4rem;
  top: 4rem;
}

.sticky-base.sticky-first-base {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 8rem;
}

.sticky-description {
  max-width: 31rem;
}

.hero-home-info {
  z-index: 25;
  border-top: 1px #484858;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  line-height: 1.35;
  display: flex;
  position: static;
}

.preview-agenda-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.benefits-component {
  background-color: #121316;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
}

.speakers-row-guide {
  z-index: 25;
  border-top: 1px #d3e5e9;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-top: 7rem;
  padding-bottom: 1.75rem;
  padding-left: 14vw;
  display: flex;
  position: relative;
}

.banner-description {
  max-width: 32rem;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-hero-home {
  background-color: #121316;
  flex-direction: column;
  justify-content: flex-end;
}

.agenda-list {
  border: 1px #d3e5e9;
  border-radius: 1rem;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-top: 0;
  display: flex;
}

.section-banner {
  position: relative;
}

.speaker-title-image {
  z-index: 10;
  width: 17vw;
  height: 17vw;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.speaker-title-image.speaker-image-large {
  width: 23vw;
}

.faq-intro {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  padding-bottom: 4.5rem;
  display: flex;
}

.hero-home-content {
  z-index: 15;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-color: #121316;
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: -100vh;
  padding-bottom: 4rem;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.preview-agenda-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  outline-offset: 0px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-radius: 1rem;
  outline: 1px #d3e5e9;
  flex-direction: column;
  margin-top: -2rem;
  padding: 4.5rem 2rem 2.5rem;
  display: flex;
}

.preview-agenda-item.top {
  margin-top: 0;
  padding-top: 2.5rem;
}

.section-sticky-cards {
  z-index: 25;
  background-color: #121316;
  margin-top: -4rem;
  display: block;
  position: relative;
}

.button-text-item {
  min-height: 1.875rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-questions {
  z-index: 25;
  background-color: #fff;
  border-radius: 5vw;
  position: relative;
}

.section-hero-agenda, .section-hero-faq, .section-hero-about {
  background-color: #121316;
}

.section-speaker-bio {
  z-index: 25;
  background-color: #fff;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  position: relative;
}

.hero-basic-trigger {
  height: 10vh;
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.delete-me {
  z-index: 5000000;
  max-width: 22rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: .5rem;
  left: auto;
  right: .5rem;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  font-weight: 300;
  line-height: 1.5;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.image {
  max-height: 60px;
}

.uui-logos04_logo {
  width: 275px;
  height: 115px;
  max-width: none;
}

.uui-logo-loop_inner {
  flex-flow: row;
  display: flex;
  position: absolute;
}

.uui-logo-loop_component {
  width: 100vw;
  height: 8rem;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
}

.uui-logos-loop-css-embed {
  overflow: hidden;
}

.uui-logos04_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-logos04_list {
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: start;
  display: flex;
  position: relative;
  overflow: visible;
}

.uui-section_logos04 {
  padding-bottom: 10vh;
  overflow: hidden;
}

.video-category-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-modal-video-button {
  cursor: pointer;
  background-color: #f00f1e;
  border-radius: 5px;
  padding: .8rem;
  font-weight: 600;
}

.main-modal-wrapper {
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #101725;
  display: block;
}

.close-modal {
  width: 75px;
  height: 75px;
  background-color: #101725;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.main-modal-wrapper-wrapper {
  z-index: 99;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed {
  width: 80%;
  justify-content: center;
  align-items: center;
}

.main-html-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video {
  z-index: -5;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-47 {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.text-block-33 {
  color: #101725;
  font-size: 24px;
}

.c-card__one {
  width: 25%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-bottom: 8px solid #f00f1e;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .325s;
  display: flex;
}

.c-card__one:hover {
  box-shadow: 1px 1px 8px rgba(16, 23, 37, .52);
}

.c-card__one._1 {
  border-top-width: 8px;
  border-top-color: #04345c;
  border-bottom-color: #04345c;
}

.c-card__one._4 {
  border-top-width: 8px;
  border-top-color: #04345c;
  border-bottom-color: #04345c;
  justify-content: flex-start;
}

.c-card__one._2, .c-card__one._3 {
  border-top-width: 8px;
  border-top-color: #04345c;
  border-bottom-color: #04345c;
}

.div-block {
  width: 100%;
  max-height: 100vh;
  max-width: 1500px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.c-card__two {
  width: 25%;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-bottom: 8px solid #ffc53d;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-card__two:hover {
  box-shadow: 1px 1px 8px rgba(16, 23, 37, .52);
}

.c-card__two._2, .c-card__two._5, .c-card__two._4, .c-card__two._1 {
  border-top-width: 8px;
  border-top-color: #04345c;
  border-bottom-color: #04345c;
}

.text-block-32 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
}

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 10px 20px 20px;
  display: grid;
}

.div-block-42 {
  width: 95%;
  height: 5px;
  background-color: #fff;
  border-radius: 20px;
  margin: 10px 40px;
}

.image-38 {
  border-top: 1px solid #04345c;
  border-radius: 20px;
}

.dragula-container {
  height: 50%;
  max-width: 99.9999%;
  min-height: 150px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 20px;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-48 {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #276fd1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 20px;
  display: flex;
}

.fs_modal-2_popup {
  z-index: 999;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.correctionblock {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1.4;
}

.fs_modal-2_button {
  width: 10vw;
  color: #fff;
  cursor: pointer;
  background-color: #276fd1;
  border-radius: 10px;
  padding: .4rem .8rem;
  position: absolute;
  top: auto;
  bottom: 1%;
  left: auto;
  right: 1%;
}

.fs_modal-2_button:hover {
  color: #276fd1;
  background-color: #fff;
  font-size: 18px;
}

.fs_modal-2_button:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-2_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.image-40 {
  min-height: 450px;
}

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

.fs_modal-2_wrapper {
  z-index: 999;
  width: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: flex;
  position: relative;
}

.fs_modal-2_heading {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.fs_modal-2_embed {
  margin-bottom: 0;
}

.fs_modal-2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: center;
  display: grid;
}

.fs_modal-2_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: url('../images/Module-1.jpg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: .3fr .7fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 4rem;
  display: none;
  overflow: auto;
}

.fs_modal-2_description {
  background-color: #fff;
  margin-bottom: 0;
  padding: 20px;
}

.fs_modal-2_cover {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.fs_modal-2_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.fs_modal-2_close:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-2_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-2_close-icon {
  width: 1rem;
  height: 1rem;
}

.body_bg_decadree {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .heading-large {
    font-size: 3.5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .heading-xlarge {
    font-size: 5rem;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr auto;
    grid-auto-columns: auto;
  }

  .nav-brand {
    padding-left: 0;
  }

  .nav-left {
    background-color: #fff;
    border-radius: .5rem;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .hero-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .hero-image {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .hero-image.three {
    left: -10vw;
  }

  .hero-image.thirteen {
    left: -65vw;
  }

  .speaker-text {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    padding-bottom: 0;
  }

  .speaker-item-preview {
    width: 40vw;
    height: 100%;
    max-width: 45vw;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-style: none;
    flex-direction: column-reverse;
    padding-top: 4.5rem;
    padding-left: 0;
  }

  .image-portrait {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 0;
    position: relative;
  }

  .portrait-image {
    width: 40vw;
    height: 58vw;
  }

  .speaker-name {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }

  .speaker-list {
    grid-column-gap: 2.5vw;
    grid-row-gap: 0vw;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 7rem;
    display: flex;
  }

  .sticky-content {
    grid-template-columns: 1fr;
  }

  .sticky-image {
    min-height: 60vh;
  }

  .action-content {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .preview-teacher-title {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-left: 0;
  }

  .preview-teacher-top {
    padding-left: 0;
  }

  .heading-xhuge {
    font-size: 4.5rem;
  }

  .agenda-hero-component {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .heading-grid {
    text-align: center;
    grid-template-columns: auto;
  }

  .heading-item {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .nav-link-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .nav-right {
    display: none;
  }

  .benefits-strip {
    grid-template-columns: 1fr .5fr 1fr;
  }

  .number-wrapper {
    width: 7rem;
    padding-left: 0;
  }

  .faq-top {
    padding: .5rem;
  }

  .faq-icon {
    width: 4rem;
    height: 4rem;
    min-height: 4rem;
    min-width: 4rem;
  }

  .intro-centered {
    max-width: 35rem;
  }

  .name-item {
    height: 5rem;
    font-size: 3rem;
  }

  .footer-action-heading {
    font-size: 3rem;
  }

  .name-block {
    height: 4rem;
    margin-left: 0;
  }

  .footer-action-component {
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: auto;
    justify-items: center;
    padding-top: 1rem;
  }

  .action-description {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem;
  }

  .nav-link {
    color: #000;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 0;
  }

  .footer-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .agenda-day-title {
    grid-column-gap: 4rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .preview-agenda {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .preview-agenda-content {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .preview-agenda-days {
    width: 100%;
  }

  .menu-button {
    background-color: rgba(200, 200, 200, 0);
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .menu-icon {
    width: 2rem;
  }

  .footer-column {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    align-items: flex-start;
  }

  .action-intro {
    max-width: 35rem;
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .agenda-sidebar {
    display: none;
  }

  .agenda-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .specker-list-item {
    width: 38vw;
    border-bottom-style: none;
    flex-direction: column-reverse;
    display: flex;
  }

  .speaker-column {
    grid-column-gap: 4rem;
    grid-row-gap: 6rem;
    justify-items: center;
    padding-top: 4rem;
  }

  .speaker-column-content {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .speaker-column-image {
    position: relative;
  }

  .speaker-column-bkg {
    width: 38vw;
    height: 54vw;
  }

  .story-component {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .story-grid {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .story-image {
    min-height: 100vw;
  }

  .story-cntent {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .team-basic {
    grid-template-columns: 1fr;
  }

  .team-circles {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
  }

  .last-year {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .last-year-intro {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
  }

  .info-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .infro-item-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .speaker-portrait {
    width: 50vw;
    height: 72vw;
  }

  .speaker-cms-hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .speaker-description {
    text-align: center;
    padding-top: 0;
    padding-bottom: 2.5rem;
  }

  .sticky-base {
    height: auto;
    max-height: none;
    min-height: auto;
    margin-top: 0;
    position: relative;
  }

  .sticky-base.sticky-second-base {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .sticky-base.sticky-first-base {
    margin-bottom: 0;
  }

  .speakers-row-guide {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .speaker-title-image {
    width: 20vw;
    height: 20vw;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .speaker-title-image.speaker-image-large {
    width: 28vw;
    height: 22vw;
  }

  .faq-intro {
    padding-bottom: 3.5rem;
  }

  .hero-home-content {
    padding-top: 4rem;
    padding-bottom: 20vh;
  }

  .section-sticky-cards {
    background-color: #fff;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .nav-responsive {
    flex-direction: column;
    display: flex;
  }

  .dragula-container {
    align-items: center;
  }

  .fs_modal-2_wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2.75rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 4.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1.875rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_message-outer {
    padding: 0;
  }

  .fs-styleguide_message-inner {
    border-radius: 0;
  }

  .fs-styleguide_messege-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .hero-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .preview-description {
    max-width: 25rem;
  }

  .speaker-item-preview {
    width: auto;
    max-width: none;
    padding-top: 2.5rem;
  }

  .portrait-image {
    width: 60vw;
    height: 88vw;
  }

  .speaker-name {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }

  .speaker-list {
    flex-direction: column;
    margin-bottom: 4rem;
  }

  .sticky-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 4.5rem;
  }

  .sticky-intro {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .preview-teacher-title {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-xhuge {
    font-size: 4rem;
  }

  .benefits-base {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .benefits-strip {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .benefits-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .looping-text {
    font-size: 12vw;
  }

  .benefits-text-strip {
    margin-top: 0;
    margin-bottom: 0;
  }

  .faq-text {
    padding-left: 1.5rem;
  }

  .faq-icon {
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    min-width: 3rem;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .lottie-icon {
    width: .9rem;
    height: .9rem;
  }

  .name-item {
    height: 4.5rem;
    font-size: 2.5rem;
  }

  .footer-action-heading {
    font-size: 2.5rem;
  }

  .name-block {
    height: 3.75rem;
  }

  .footer-action-component {
    grid-row-gap: 1.75rem;
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .footer-row {
    flex-wrap: wrap;
    align-items: center;
  }

  .agenda-content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr;
  }

  .agenda-top-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .agenda-list-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .preview-legal {
    flex-direction: column;
  }

  .agenda-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .agenda-day {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

  .specker-list-item {
    width: 60vw;
  }

  .speaker-column {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 2.5rem;
  }

  .speaker-column-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: 1.5rem;
  }

  .speaker-column-bkg {
    width: 60vw;
    height: 80vw;
  }

  .story-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .story-cntent {
    padding-bottom: 2rem;
  }

  .team-circles {
    flex-wrap: wrap;
    display: flex;
  }

  .info-grid {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .infro-item-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .speaker-portrait {
    width: 70vw;
    height: 102vw;
  }

  .preview-agenda-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .speakers-row-guide {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .speaker-title-image.speaker-image-large {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .faq-intro {
    padding-bottom: 2.5rem;
  }

  .uui-logos04_logo {
    height: 2.5rem;
  }

  .uui-logo-loop_component {
    height: 3.5rem;
  }

  .uui-logos04_wrapper {
    padding: .5rem 1rem;
  }

  .uui-logos04_list {
    width: 124rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
  }

  .fs_modal-2_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fs_modal-2_heading {
    font-size: 2rem;
  }

  .fs_modal-2_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-2_close {
    padding: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-xlarge {
    font-size: 3rem;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-small {
    font-size: 1.875rem;
  }

  .hero-wrapper {
    height: 110vh;
  }

  .hero-bottom {
    margin-top: 5rem;
    padding-top: 3rem;
    padding-bottom: 15vh;
  }

  .hero-image-strip.right-side {
    height: 50vh;
    max-height: 50vh;
  }

  .hero-image-strip.left {
    height: 110vh;
    max-height: 110vh;
  }

  .hero-image {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .hero-image.two {
    margin-top: -55vw;
    left: 53vw;
  }

  .hero-image.three {
    left: -4vw;
  }

  .hero-image.nine {
    margin-top: -55vw;
    left: -53vw;
  }

  .hero-image.thirteen {
    left: -55vw;
  }

  .hero-trigger {
    margin-top: 92vh;
  }

  .speaker-item-preview {
    padding-top: 2.5rem;
  }

  .portrait-image {
    width: 90vw;
    height: 128vw;
  }

  .speaker-name {
    padding-top: .75rem;
    padding-bottom: 2.5rem;
  }

  .speaker-list {
    margin-bottom: 1rem;
  }

  .heading-xhuge {
    font-size: 3.25rem;
    line-height: 1.15;
  }

  .agenda-hero-component {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .heading-grid {
    margin-top: 2.5rem;
  }

  .benefits-base {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .looping-text {
    font-size: 18vw;
  }

  .benefits-text-strip {
    margin-top: 0;
    margin-bottom: 0;
  }

  .faq-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    border-radius: .5rem;
    flex-direction: column;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }

  .faq-text {
    padding-left: 1.25rem;
    padding-right: .75rem;
  }

  .faq-icon {
    width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
    min-width: 2.5rem;
  }

  .faq-bottom-content {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .name-item {
    height: 3.25rem;
    font-size: 2rem;
  }

  .footer-action-heading {
    font-size: 2rem;
  }

  .name-block {
    height: 3rem;
  }

  .footer-action-component {
    padding-top: 1rem;
  }

  .footer-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .agenda-item {
    padding: 3.75rem 1rem 1.75rem;
  }

  .agenda-item.top {
    padding-top: 1.75rem;
  }

  .agenda-content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .preview-image-base {
    min-height: 135vw;
  }

  .preview-agenda-days {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .agenda-bottom {
    padding-left: 2rem;
  }

  .agenda-list-title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 1.5rem;
  }

  .agenda-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .agenda-bottom-content {
    padding-top: 1rem;
  }

  .footer-wrapper {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .footer-column {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .action-intro {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
  }

  .agenda-grid {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .agenda-day {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 1.5rem;
  }

  .specker-list-item {
    width: 90vw;
  }

  .speaker-column-bkg {
    width: 90vw;
    height: 125vw;
  }

  .story-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .story-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .team-basic {
    padding-top: 0;
  }

  .team-avatar {
    width: 3.5rem;
    height: 3.5rem;
  }

  .speaker-portrait {
    width: 90vw;
    height: 132vw;
  }

  .speaker-title-image {
    width: 35vw;
    height: 35vw;
  }

  .speaker-title-image.speaker-image-large {
    width: 46vw;
    height: 34vw;
  }

  .faq-intro {
    padding-bottom: 2.5rem;
  }

  .hero-home-content {
    padding-bottom: 30vh;
  }

  .preview-agenda-item {
    padding: 3.75rem 1rem 1.75rem;
  }

  .preview-agenda-item.top {
    padding-top: 1.75rem;
  }

  .uui-logos04_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-logos04_list {
    justify-content: center;
  }
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c25-204afc75 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c28-204afc75, #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c32-204afc75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c61-204afc75 {
  justify-self: center;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c62-204afc75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c68-204afc75 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0c842ee0-dcb1-703d-36d7-5dda4a883cb9-204afc75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c7b-204afc75 {
  justify-self: center;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c7c-204afc75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c84-204afc75 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c98-204afc75 {
  justify-self: center;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4c99-204afc75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2f4757ab-9ce8-24a1-3e01-02336ac67d1c-204afc75 {
  justify-self: center;
}

#w-node-_2f4757ab-9ce8-24a1-3e01-02336ac67d1d-204afc75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-af496817-b8c6-18ff-60ab-eabc81abf342-204afc75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5738c464-f3fb-cb71-ba38-283e17a0e4a8-204afc75 {
  justify-self: center;
}

#w-node-_5738c464-f3fb-cb71-ba38-283e17a0e4a9-204afc75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d0d15ec6-97f5-cc92-ee37-3a456ff4621f-204afc75 {
  justify-self: center;
}

#w-node-d0d15ec6-97f5-cc92-ee37-3a456ff46220-204afc75, #w-node-_28718724-885c-a770-5493-2fc49b39b3f4-204afc75, #w-node-_28718724-885c-a770-5493-2fc49b39b3f5-204afc75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_28718724-885c-a770-5493-2fc49b39b3fb-204afc75 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1b799781-de33-a71e-4db1-3f4cec760589-204afc75, #w-node-_1b799781-de33-a71e-4db1-3f4cec76058b-204afc75, #w-node-_1b799781-de33-a71e-4db1-3f4cec76058d-204afc75, #w-node-_1b799781-de33-a71e-4db1-3f4cec76058f-204afc75, #w-node-_1b799781-de33-a71e-4db1-3f4cec760591-204afc75, #w-node-_1b799781-de33-a71e-4db1-3f4cec760593-204afc75, #w-node-_1b799781-de33-a71e-4db1-3f4cec760595-204afc75, #w-node-_18fca5f8-f19e-bfa2-7585-e7dbcbe619ea-204afc75, #w-node-_18fca5f8-f19e-bfa2-7585-e7dbcbe619ec-204afc75, #w-node-_18fca5f8-f19e-bfa2-7585-e7dbcbe619ee-204afc75, #w-node-_18fca5f8-f19e-bfa2-7585-e7dbcbe619f0-204afc75, #w-node-_18fca5f8-f19e-bfa2-7585-e7dbcbe619f2-204afc75, #w-node-_18fca5f8-f19e-bfa2-7585-e7dbcbe619f4-204afc75, #w-node-_18fca5f8-f19e-bfa2-7585-e7dbcbe619f6-204afc75 {
  justify-self: center;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4ca6-204afc75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4ca8-204afc75 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4ca9-204afc75 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cab-204afc75 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cad-204afc75 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
  justify-self: end;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cb2-204afc75 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cd0-204afc75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cda-204afc75 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4ce8-204afc75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cf2-204afc75 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-a9c76ff4-65cb-551f-d170-dcdbdaf6382f-204afc75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d04-204afc75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d0a-204afc75 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d1c-204afc75 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d21-204afc75, #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d2f-204afc75, #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d47-204afc75, #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d67-204afc75, #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d7f-204afc75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86bf3a3d-00ff-81cc-78fb-3d9e61fbf5ce-61fbf5c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b8d350e8-96a0-1537-9c18-c5a6c9bd9cbd-c9bd9cb7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b8d350e8-96a0-1537-9c18-c5a6c9bd9cc5-c9bd9cb7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b8d350e8-96a0-1537-9c18-c5a6c9bd9ccc-c9bd9cb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_01144015-a621-694c-7d86-4e4c59262596-5926258f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_01144015-a621-694c-7d86-4e4c5926259c-5926258f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_01144015-a621-694c-7d86-4e4c592625a1-5926258f, #w-node-_01144015-a621-694c-7d86-4e4c592625a2-5926258f, #w-node-_01144015-a621-694c-7d86-4e4c592625ad-5926258f, #w-node-_01144015-a621-694c-7d86-4e4c592625b8-5926258f, #w-node-_01144015-a621-694c-7d86-4e4c592625c3-5926258f, #w-node-_38a87566-d4ad-de39-9144-52828fb7260a-8fb72609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2db7896-7d27-7889-e63e-3fbf25840cdd-8fb72609 {
  align-self: center;
  justify-self: start;
}

#w-node-_38a87566-d4ad-de39-9144-52828fb72620-8fb72609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c9a30fb8-d2cf-2431-5d7b-12d396b58341-8fb72609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38a87566-d4ad-de39-9144-52828fb72625-8fb72609 {
  align-self: center;
  justify-self: end;
}

#w-node-_5bf182a1-a648-40b9-8891-8617d5db2629-204afc7f, #w-node-_717467e8-017c-706a-622a-3c27693732e8-204afc7f, #w-node-_717467e8-017c-706a-622a-3c27693732e9-204afc7f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_717467e8-017c-706a-622a-3c27693732ef-204afc7f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_03320d21-6113-01ee-2d38-6a535f7a5f39-204afc7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685ae778-bcae-1d74-2f3a-0760408ddf18-204afc7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f8547afc-3231-e03f-40ae-5435499024a9-204afc7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-dd096339-a46f-0cf1-0037-4f88db5f8bad-204afc7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_60cf97f3-0832-5ea2-74ff-e41f8e99dee2-204afc7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a5429-204afc7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a542a-204afc7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a542c-204afc7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a542e-204afc7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a5430-204afc7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3a853e09-2fa4-f741-219c-9f5eb82e284e-204afc7f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3a853e09-2fa4-f741-219c-9f5eb82e2854-204afc7f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c2464a9d-428d-2abd-3cd4-4ac6ca55ea63-204afc7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c2464a9d-428d-2abd-3cd4-4ac6ca55ea65-204afc7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc65e02e-b67f-9502-8380-fb489279ed46-204afc7f, #w-node-_3d5f9081-564f-9ef9-3be1-13cea2307661-204afc7f, #w-node-e019eb22-69c1-d1dc-fe90-dc8879d9a90e-204afc7f, #w-node-_1c55725b-3b29-c193-74cc-d3fa0725599a-204afc7f, #w-node-fff720ab-2f76-7087-6995-2072da478a9e-204afc7f, #w-node-_53a0b4f8-e4ce-3845-98c6-c55e325ae054-204afc7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bf182a1-a648-40b9-8891-8617d5db2629-204afc80, #w-node-d53c09c4-bc1a-b671-e03c-a54809ec69a7-204afc80 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6425c4af-5c54-9889-32eb-1b1a1a697deb-204afc80 {
  align-self: start;
}

#w-node-_6425c4af-5c54-9889-32eb-1b1a1a697dfc-204afc80, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697e07-204afc80, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697e1f-204afc80, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697e37-204afc80, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697e4f-204afc80, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697e67-204afc80, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697e81-204afc80, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697e99-204afc80, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697eb1-204afc80, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697ec9-204afc80, #w-node-_6425c4af-5c54-9889-32eb-1b1a1a697ee1-204afc80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71741108-93d5-0522-c891-65f6bf3a07e4-204afc80 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1d358048-1f7a-3d8d-dc67-fc0da52ee830-204afc80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1d358048-1f7a-3d8d-dc67-fc0da52ee832-204afc80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5bf182a1-a648-40b9-8891-8617d5db2629-204afc85 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def17-204afc85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def19-204afc85 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def1d-204afc85 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def20-204afc85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def23-204afc85 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: end;
}

#w-node-ef0c327b-6d5e-3027-2bf7-76159dbb25a2-204afc85, #w-node-ef0c327b-6d5e-3027-2bf7-76159dbb25a3-204afc85, #w-node-ef0c327b-6d5e-3027-2bf7-76159dbb25ae-204afc85, #w-node-ef0c327b-6d5e-3027-2bf7-76159dbb25b9-204afc85, #w-node-ef0c327b-6d5e-3027-2bf7-76159dbb25c4-204afc85, #w-node-b6f9577d-6c98-1007-930d-3ae6eb86c9e0-204afc85, #w-node-fb4bef71-5915-e680-2d21-be4dd3f21aa2-204afc85, #w-node-b269f42a-28bb-6206-032a-95b9cab92554-204afc85, #w-node-_63b11446-2629-a09d-3129-8361a91564ce-204afc85, #w-node-_3bc76cac-4d43-8ae8-0aa6-4c6fafd82db8-204afc85, #w-node-d3799a4d-8f52-3fb0-90b0-eb508961d70f-204afc85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bf182a1-a648-40b9-8891-8617d5db2629-204afc8c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_090f473b-f4f5-cd9e-a638-a67b1faf8eb0-204afc8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2200ea71-bf14-bc29-3d7e-92babb3168e4-204afc8c {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-_440a641a-6e55-788f-2377-9e7b087163d0-204afc8c {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f88ab49b-cb6f-6d3e-4844-4c83ca912c89-204afc8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_17ad39d1-7679-75ca-96ab-489214382134-204afc8c {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: end;
}

#w-node-a031ffff-40e3-ed56-cc65-9bc804f1ba87-204afc8c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a031ffff-40e3-ed56-cc65-9bc804f1ba8d-204afc8c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fd631855-5daf-002d-94e8-5055ad34a61d-204afc8c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fd631855-5daf-002d-94e8-5055ad34a623-204afc8c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5bf182a1-a648-40b9-8891-8617d5db2629-7d9eeaa8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0f54d9e3-e94b-66a0-435f-a415100cbd21-7d9eeaa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_4bf3e35f-c70c-ede5-5542-249b93f6521f-7d9eeaa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717467e8-017c-706a-622a-3c27693732e8-7d9eeaa8, #w-node-_717467e8-017c-706a-622a-3c27693732e9-7d9eeaa8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_717467e8-017c-706a-622a-3c27693732ef-7d9eeaa8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_03320d21-6113-01ee-2d38-6a535f7a5f39-7d9eeaa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685ae778-bcae-1d74-2f3a-0760408ddf18-7d9eeaa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f8547afc-3231-e03f-40ae-5435499024a9-7d9eeaa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-dd096339-a46f-0cf1-0037-4f88db5f8bad-7d9eeaa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_60cf97f3-0832-5ea2-74ff-e41f8e99dee2-7d9eeaa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a5429-7d9eeaa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a542a-7d9eeaa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a542c-7d9eeaa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a542e-7d9eeaa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1c84043f-3372-7c76-e2b5-f673b50a5430-7d9eeaa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3a853e09-2fa4-f741-219c-9f5eb82e284e-7d9eeaa8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3a853e09-2fa4-f741-219c-9f5eb82e2854-7d9eeaa8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c2464a9d-428d-2abd-3cd4-4ac6ca55ea63-7d9eeaa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c2464a9d-428d-2abd-3cd4-4ac6ca55ea65-7d9eeaa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc65e02e-b67f-9502-8380-fb489279ed46-7d9eeaa8, #w-node-_3d5f9081-564f-9ef9-3be1-13cea2307661-7d9eeaa8, #w-node-e019eb22-69c1-d1dc-fe90-dc8879d9a90e-7d9eeaa8, #w-node-_1c55725b-3b29-c193-74cc-d3fa0725599a-7d9eeaa8, #w-node-fff720ab-2f76-7087-6995-2072da478a9e-7d9eeaa8, #w-node-_53a0b4f8-e4ce-3845-98c6-c55e325ae054-7d9eeaa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8199ddcb-5ed2-89cd-3e56-b576a248b4eb-ec77b0df, #w-node-_8199ddcb-5ed2-89cd-3e56-b576a248b4ed-ec77b0df, #w-node-_8199ddcb-5ed2-89cd-3e56-b576a248b4ef-ec77b0df, #w-node-_8199ddcb-5ed2-89cd-3e56-b576a248b4f1-ec77b0df, #w-node-_8199ddcb-5ed2-89cd-3e56-b576a248b4fe-ec77b0df, #w-node-_8199ddcb-5ed2-89cd-3e56-b576a248b500-ec77b0df, #w-node-_8199ddcb-5ed2-89cd-3e56-b576a248b502-ec77b0df, #w-node-_8199ddcb-5ed2-89cd-3e56-b576a248b504-ec77b0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d5c9f865-9091-37eb-15ab-5cade1b57ccf-ec77b0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d5c9f865-9091-37eb-15ab-5cade1b57cd3-ec77b0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5c9f865-9091-37eb-15ab-5cade1b57cd7-ec77b0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d5c9f865-9091-37eb-15ab-5cade1b57cdb-ec77b0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5c9f865-9091-37eb-15ab-5cade1b57cdf-ec77b0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d5c9f865-9091-37eb-15ab-5cade1b57ce3-ec77b0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5c9f865-9091-37eb-15ab-5cade1b57ce7-ec77b0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d5c9f865-9091-37eb-15ab-5cade1b57ceb-ec77b0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5c9f865-9091-37eb-15ab-5cade1b57cef-ec77b0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d5c9f865-9091-37eb-15ab-5cade1b57cf3-ec77b0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5c9f865-9091-37eb-15ab-5cade1b57cf7-ec77b0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d5c9f865-9091-37eb-15ab-5cade1b57cfb-ec77b0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5c9f865-9091-37eb-15ab-5cade1b57d01-ec77b0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d5c9f865-9091-37eb-15ab-5cade1b57d05-ec77b0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5c9f865-9091-37eb-15ab-5cade1b57d09-ec77b0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d5c9f865-9091-37eb-15ab-5cade1b57d0d-ec77b0df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_28718724-885c-a770-5493-2fc49b39b3f4-204afc75 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4ca8-204afc75, #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cab-204afc75 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cb2-204afc75 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d1c-204afc75 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8d350e8-96a0-1537-9c18-c5a6c9bd9cc5-c9bd9cb7 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8d350e8-96a0-1537-9c18-c5a6c9bd9ccc-c9bd9cb7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_38a87566-d4ad-de39-9144-52828fb72620-8fb72609 {
    justify-self: start;
  }

  #w-node-_38a87566-d4ad-de39-9144-52828fb72623-8fb72609 {
    justify-self: end;
  }

  #w-node-_717467e8-017c-706a-622a-3c27693732e8-204afc7f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d53c09c4-bc1a-b671-e03c-a54809ec69a7-204afc80, #w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def19-204afc85, #w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def1d-204afc85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def20-204afc85 {
    justify-self: center;
  }

  #w-node-ec1e8ca0-5ae2-c7e5-9a29-f4943c6def23-204afc85 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2200ea71-bf14-bc29-3d7e-92babb3168e4-204afc8c, #w-node-_440a641a-6e55-788f-2377-9e7b087163d0-204afc8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f88ab49b-cb6f-6d3e-4844-4c83ca912c89-204afc8c {
    justify-self: center;
  }

  #w-node-_17ad39d1-7679-75ca-96ab-489214382134-204afc8c {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_717467e8-017c-706a-622a-3c27693732e8-7d9eeaa8 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cda-204afc75, #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4cf2-204afc75 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b45e44b7-89d4-2d9d-5e42-693294cf4d18-204afc75 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Silka Black';
  src: url('../fonts/Silka-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Bold';
  src: url('../fonts/Silka-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka';
  src: url('../fonts/Silka-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Light';
  src: url('../fonts/Silka-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Medium';
  src: url('../fonts/Silka-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Regular';
  src: url('../fonts/Silka-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka';
  src: url('../fonts/Silka-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Thin';
  src: url('../fonts/Silka-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}