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

body {
  background-color: #09131c;
  font-family: 'Sf pro text', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Sf pro display', sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 80px;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Sf pro display', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Sf pro display', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.01em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

p {
  margin-bottom: 24px;
  font-family: 'Sf pro text', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}

a {
  font-family: 'Sf pro text', sans-serif;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 40px;
  font-family: 'Sf pro text', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.section-video-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 680px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-bottom: 72px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 0px 0px;
}

.wrapper-1160 {
  position: relative;
  width: 100%;
  max-width: 1160px;
  min-width: 960px;
}

.wrapper-1160.events-dropdown {
  margin-bottom: 16px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 24px;
  background-color: #0d1e2e;
}

.wrapper-1160.top-margin-120 {
  margin-top: 120px;
}

.wrapper-1160.yellow {
  min-height: 560px;
  margin-top: 20px;
  margin-bottom: 64px;
  padding: 69px;
  border-radius: 16px;
  background-color: #ffdc00;
}

.wrapper-1160.yellow-topbottom-margin {
  min-height: 560px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 69px;
  border-radius: 16px;
  background-color: #ffdc00;
}

.wrapper-1160._4col-grid {
  display: -ms-grid;
  display: grid;
  max-width: 1208px;
  margin-left: 0px;
  padding-top: 32px;
  padding-left: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 260px 260px 260px 260px;
  grid-template-columns: 260px 260px 260px 260px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-1160.text-only {
  margin-bottom: -32px;
  padding-top: 72px;
  padding-bottom: 0px;
}

.wrapper-1160.oder-it {
  margin-top: 132px;
}

.hero-nav {
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  max-width: 1160px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 104px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  padding: 12px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ffdc00;
  box-shadow: 8px 0 16px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #000;
  font-size: 20px;
  line-height: 32px;
}

.btn-default:hover {
  background-color: #f44146;
  color: #fff;
}

.btn-default.header {
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn-default.header.dark {
  background-color: #0d1e2e;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #f0f4f7;
}

.btn-default.header.dark:hover {
  background-color: #ffdc00;
  color: #383838;
}

.btn-default.top-margin-40 {
  margin-top: 40px;
}

.btn-default.top-margin-40.dark {
  background-color: #383838;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #f0f4f7;
}

.btn-default.top-margin-40.dark:hover {
  background-color: #ffdc00;
  color: #383838;
}

.btn-default.card {
  min-height: 48px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.btn-default.dark {
  background-color: #383838;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #fff;
}

.btn-default.dark:hover {
  background-color: #ffdc00;
  color: #383838;
}

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 400px;
  padding: 88px 80px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efefef;
}

.section-content.emphasis {
  background-color: #0d1e2e;
}

.section-content.graph-bg {
  background-image: url('../images/Linear-Gradient-Bg.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-content.red {
  background-color: #f44146;
}

.section-content.white {
  padding-top: 88px;
  padding-bottom: 0px;
  background-color: #fff;
}

.section-content.grey {
  background-color: #dce2ea;
}

.section-content.together {
  padding-top: 239px;
  padding-bottom: 239px;
  background-color: #efefef;
}

.section-content.middle-dark-grey {
  background-color: #838383;
}

.section-content.cards-stepbystep {
  background-color: #fff;
}

.section-content.faq-video-intro {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #e9e9e9;
}

.wrapper-760 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 760px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-760.full-width {
  max-width: none;
}

.nav-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.video-wrapper {
  width: 100%;
  min-height: 360px;
  min-width: 687px;
  margin-top: 80px;
  margin-bottom: 120px;
}

.centered {
  text-align: center;
}

.grid-4-col {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4-col.aim {
  margin-top: 80px;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 192px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-footer.emphasis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0d1e2e;
}

.section-footer.card-dark-grey {
  background-color: #383838;
}

.book {
  background-color: #f0f4f7;
}

.grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.grid-wrapper.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-wrapper.horizontal-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-wrapper.peter-portrait {
  border-radius: 16px;
  background-image: url('../images/017_serfozopeter_hype_mohaibalazs-S-640.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.emoji-icon {
  margin-bottom: 8px;
}

.body-small-18-32 {
  font-size: 18px;
  line-height: 27.6px;
  text-align: left;
}

.body-small-18-32.white {
  background-color: transparent;
  color: #fff;
}

.body-small-18-32.white-50 {
  margin-left: 0px;
  opacity: 0.5;
  font-family: 'Sf pro text', sans-serif;
  color: #fff;
  line-height: 32px;
  text-align: left;
}

.body-small-18-32.black {
  -webkit-transition: color 240ms cubic-bezier(.77, 0, .175, 1);
  transition: color 240ms cubic-bezier(.77, 0, .175, 1);
  color: #0d1e2e;
  -o-object-fit: cover;
  object-fit: cover;
}

.body-small-18-32.black:hover {
  color: #ff7a00;
}

.body-small-18-32.centered {
  text-align: center;
}

.body-small-18-32.centered.inner-padding-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.body-small-18-32.blue {
  color: #537cba;
}

.body-small-18-32.grey {
  color: #7b7b7b;
}

.body-small-18-32.grey.no-btm-margin {
  margin-bottom: 0px;
}

.body-small-18-32.grey.extra-leading-32 {
  line-height: 32px;
}

.nav-brand-title {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 16px;
  color: #ffdc00;
  text-transform: uppercase;
}

.grid-2-col {
  -ms-grid-columns: 560px auto;
  grid-template-columns: 560px auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-col.bottom-margin-120 {
  margin-bottom: 120px;
}

.for-you-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.events-dropdown {
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #dce2ea;
  color: #fff;
}

.dropdown-toggle.w--open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.dropdown-icon {
  width: 32px;
  height: 32px;
  color: #fff;
}

.event-number-circle {
  margin-right: 32px;
}

.event-date-and-time-wrapper {
  width: 248px;
  margin-right: 40px;
}

.small-dropdown-list {
  background-color: transparent;
}

.small-dropdown-list.w--open {
  position: relative;
}

.dropdown-title {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.dropdown-title.horizontal-fill {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.yellow-spacer {
  margin-top: 40px;
  margin-bottom: 40px;
}

.red-spacer {
  margin-top: 32px;
  margin-bottom: 32px;
}

.grid-2x2 {
  display: -ms-grid;
  display: grid;
  max-width: 1160px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 72px;
  -ms-grid-columns: minmax(560px, 1fr) minmax(560px, 1fr);
  grid-template-columns: minmax(560px, 1fr) minmax(560px, 1fr);
  -ms-grid-rows: minmax(550px, 0.5fr) auto;
  grid-template-rows: minmax(550px, 0.5fr) auto;
}

.emoji-list-item {
  margin-right: 16px;
}

.rounded-box-wrapper {
  min-height: 336px;
  padding: 32px 64px 32px 32px;
  border-radius: 16px;
  box-shadow: 8px 0 16px 16px rgba(9, 19, 28, 0.05);
}

.rounded-box-wrapper.blue {
  background-color: #1c2c3b;
}

.rounded-box-wrapper.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dce2ea;
}

.rounded-box-wrapper.yellow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffdc00;
}

.body-20-32 {
  font-size: 20px;
}

.levels-illustration {
  position: absolute;
  left: auto;
  top: -5%;
  right: 0%;
  bottom: -6%;
}

.signage-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.emoji-signage {
  margin-right: 8px;
  margin-left: 8px;
}

.grid-2x0 {
  grid-column-gap: 40px;
  -ms-grid-columns: minmax(660px, 1fr) minmax(460px, 0.5fr);
  grid-template-columns: minmax(660px, 1fr) minmax(460px, 0.5fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2x0.top-bottom-margin-48 {
  margin-top: 48px;
  margin-bottom: 153px;
}

.price-card-title {
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.price-card-price {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.price-card-price.yellow {
  color: #ffdc00;
}

.btn-small {
  padding: 9px 40px;
  border-radius: 36px;
  background-color: #09131c;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-size: 18px;
  line-height: 24px;
}

.btn-small:hover {
  background-color: #f44146;
}

.price-card-list {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #09131c;
  font-size: 18px;
  line-height: 32px;
}

.price-card-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dark-check-icon {
  margin-right: 16px;
}

.horizontal-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-margin-40 {
  margin-bottom: 40px;
}

.max-15-persons-circle {
  margin-left: 56px;
}

.card-dropdown-list {
  background-color: transparent;
}

.card-dropdown-list.w--open {
  position: relative;
  padding: 24px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: #f0f4f7;
}

.small-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #0d1e2e;
  color: #fff;
}

.small-dropdown-toggle.w--open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.footer-grid {
  grid-column-gap: 40px;
  -ms-grid-columns: 120px 1fr 1.5fr 0.5fr;
  grid-template-columns: 120px 1fr 1.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.small-dropdown-item {
  padding: 24px 24px 1px;
  background-color: #1c2c3b;
}

.small-events-dropdown {
  width: 100%;
  margin-bottom: 15px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.small-events-dropdown.last-item {
  margin-bottom: 0px;
}

.small-events-dropdown.first-item {
  margin-top: 46px;
}

.faq-illustration-imageimage {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

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

.footer-list-item {
  margin-bottom: 8px;
}

.footer-list-item.last-item {
  margin-bottom: 0px;
}

.regular {
  font-weight: 400;
}

.mobile-title {
  display: none;
}

.desktop-title.black {
  color: #1c2c3b;
}

.desktop-title.black.centerd {
  margin-top: 16px;
  margin-bottom: 24px;
  text-align: center;
}

.desktop-title.red {
  color: #f44146;
}

.desktop-title.yellow {
  margin-bottom: 8px;
  color: #ffdc00;
}

.testimonial-rounded-box {
  min-height: 336px;
  padding: 32px 96px 32px 32px;
  border-radius: 16px;
  box-shadow: 8px 0 16px 16px rgba(9, 19, 28, 0.05);
}

.testimonial-rounded-box.blue {
  background-color: #1c2c3b;
}

.section-testimonial {
  display: none;
}

.section-testimonial.flex-test {
  display: none;
}

.body-link {
  display: inline;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.body-link.yellow {
  color: #ffdc00;
}

.body-link.grey {
  color: #838383;
}

.levels-illustration-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 167px;
  height: 196px;
}

.section-hero-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 56px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-hero-image.universe {
  padding-top: 80px;
  padding-bottom: 123px;
  background-color: #fff;
}

.section-hero-image.book {
  background-image: url('../images/Hero-Bg-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-hero-image.card {
  min-height: 80vh;
  background-image: url('../images/Card-Hero-Bg-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-hero-image.card-faq {
  background-color: #fff;
}

.black {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #1c2c3b;
}

.black.centered {
  margin-bottom: 16px;
}

.black.extra-bottom-margin {
  margin-bottom: 104px;
}

.black.allcaps {
  letter-spacing: 0em;
  text-transform: uppercase;
}

.black.order-it-title {
  margin-bottom: 64px;
}

.grid-2 {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 32px;
  -ms-grid-columns: minmax(760px, 1fr) 1fr;
  grid-template-columns: minmax(760px, 1fr) 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4 {
  grid-column-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-dropshadow.grey-faq {
  color: #696969;
}

.section-creative-media-companies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e9e9e9;
}

.section-dot {
  background-color: #fff;
}

.grid-full-width-3x3 {
  overflow: hidden;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(200px, 40vh) 1fr;
  grid-template-rows: minmax(200px, 40vh) 1fr;
  background-color: #efefef;
}

.grid-bookstores {
  min-height: 96px;
  margin-bottom: 8px;
  padding-left: 32px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.grid-bookstores.top-margin-40 {
  margin-top: 40px;
}

.grid-bookstores.irok-boltja {
  display: none;
}

.section-payment-companies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e9e9e9;
}

.section-payment-companies.light-grey-bg {
  background-color: #fff;
}

.bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.grid-media-logos {
  min-height: 160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.kreativ-logo {
  display: block;
  padding-bottom: 6px;
}

.hypeandhyper-logo {
  display: block;
}

.octogon-logo {
  display: block;
  margin-top: 0px;
  padding-top: 15px;
}

.peter {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.yellow-dot {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #ffdc00;
}

.yellow-dot.right-margin-40 {
  margin-right: 40px;
}

.yellow-dot-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.everything-sentence {
  color: #a4a5a7;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.grid-payments-5x0 {
  min-height: 80px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.black-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  margin-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.dotsection-image {
  overflow: hidden;
  width: 33.333vw;
  height: 40vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.creative-media-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.creative-media-link-block:hover {
  opacity: 0.5;
}

.lightbox-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.lightbox-link:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.cookie-consent-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  min-height: 56px;
  padding-right: 16px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #ffdc00;
  box-shadow: 6px 6px 16px 0 rgba(9, 19, 28, 0.08);
  color: #0d1e2e;
  text-decoration: none;
}

.cookie-block {
  position: fixed;
  right: 40px;
  bottom: 80px;
  z-index: 10000;
  display: none;
}

.error-message-wrapper {
  z-index: 20000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.errop-popup-times {
  margin-left: auto;
}

.error-message-stripe {
  position: fixed;
  top: 0px;
  z-index: 20000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 80px;
  padding: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffdc00;
  box-shadow: 0 8px 18px 0 rgba(9, 19, 28, 0.1);
  text-decoration: none;
}

.error-message-title {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #0d1e2e;
  font-size: 18px;
}

.error-message-body {
  margin-bottom: 0px;
  color: #0d1e2e;
  font-size: 18px;
  line-height: 24px;
}

.white {
  background-color: #fff;
}

.two-row-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 260px;
  grid-template-columns: 260px;
  -ms-grid-rows: 260px 1fr;
  grid-template-rows: 260px 1fr;
  text-decoration: none;
}

.wrapper-560 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 560px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.knowledge-illustration-square {
  min-height: 260px;
  min-width: 260px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(160, 160, 160, 0.72);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.knowledge-illustration-square:hover {
  box-shadow: 1px 1px 32px 8px rgba(160, 160, 160, 0.72);
}

.knowledge-illustration-square.brandpedia {
  background-image: url('../images/brandpedia.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.knowledge-illustration-square.brandpedia:hover {
  box-shadow: 11px 11px 32px 0 #a0a0a0;
}

.knowledge-illustration-square.book {
  border-style: solid;
  border-width: 1px;
  border-color: #ccd2db;
  background-image: url('../images/GB-konyvek_total.jpg');
  background-position: 50% 55%;
  background-size: 160%;
  background-repeat: no-repeat;
}

.knowledge-illustration-square.academy {
  background-color: #ff6aef;
  background-image: url('../images/Academy.svg'), radial-gradient(circle farthest-corner at 80% 20%, hsla(0, 0%, 100%, 0.7) 21%, hsla(0, 0%, 100%, 0)), radial-gradient(circle farthest-corner at 80% 60%, #f44146 44%, hsla(0, 0%, 100%, 0));
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: cover, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
}

.knowledge-illustration-square.blog {
  background-color: #0e7dff;
  background-image: url('../images/blog.svg'), radial-gradient(circle farthest-corner at 100% 100%, rgba(255, 220, 0, 0.94) 8%, transparent 78%), radial-gradient(circle farthest-corner at 0% 100%, #0c4f9f 40%, transparent);
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: cover, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
}

.knowledge-illustration-square.study {
  background-color: #87beff;
  background-image: url('../images/oktatas.svg'), radial-gradient(circle farthest-corner at 10% 100%, #fff, transparent 54%), radial-gradient(circle farthest-corner at 100% 100%, #fff, transparent 70%);
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: cover, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
}

.knowledge-illustration-square.study:hover {
  box-shadow: 1px 1px 24px 3px rgba(160, 160, 160, 0.72);
}

.knowledge-illustration-square.facebook {
  background-color: #0e7dff;
  background-image: url('../images/Facebook.svg'), radial-gradient(circle farthest-corner at -10% 120%, #fff, transparent 69%), radial-gradient(circle farthest-corner at 100% 100%, #0c4f9f 34%, transparent 94%);
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: cover, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
}

.knowledge-illustration-square.instagram {
  background-color: #ff6aef;
  background-image: url('../images/instagram.svg'), radial-gradient(circle farthest-corner at 100% 0%, #ff1ce7, transparent 51%), radial-gradient(circle farthest-corner at 0% 100%, #f60 19%, transparent 91%);
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: cover, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
}

.knowledge-illustration-square.youtube {
  background-color: #f44146;
  background-image: url('../images/youtube.svg'), radial-gradient(circle farthest-corner at 100% 50%, #fff, transparent);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.knowledge-illustration-square.youtube:hover {
  box-shadow: 0 0 20px 8px rgba(160, 160, 160, 0.72);
}

.knowledge-illustration-square.card {
  border-style: solid;
  border-width: 1px;
  border-color: #ccd2db;
  background-image: url('../images/K-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-brand-stripe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-xs-12 {
  display: none;
  color: #1c2c3b;
  font-size: 12px;
}

.body-xs-12.footer {
  display: block;
}

.footer-contact-stripe {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #a5a5a5;
}

.universe-title {
  margin-bottom: 0px;
}

.map-wrapper {
  width: 960px;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
}

.grey {
  color: rgba(99, 109, 118, 0.9);
}

.grid-2-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: 680px minmax(244px, 1fr);
  grid-template-rows: 680px minmax(244px, 1fr);
}

.card-1pack-order {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 322px;
  grid-template-rows: auto 322px;
  border-radius: 16px;
}

.card-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background-color: #383838;
}

.card-footer.dark-grey {
  background-color: #a4a5a7;
}

.body-small-14-20.grey {
  line-height: 14px;
}

.body-small-14-20.grey.footer {
  margin-top: 24px;
}

.card-bottom-pack {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding: 16px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 272px;
  grid-template-rows: 272px;
  border-radius: 16px;
  background-color: #a4a5a7;
}

.card-body {
  margin-bottom: 8px;
}

.card {
  background-color: #efefef;
}

.body-default-24-32 {
  font-size: 24px;
  line-height: 32px;
}

.rounded-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 16px;
}

.footer-bottom-textwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-card-bottom-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.yellow-plus-icon {
  position: absolute;
  left: 264px;
  top: 127px;
  z-index: 20;
}

.footer-topimage {
  width: 100%;
  height: 358px;
  -o-object-fit: cover;
  object-fit: cover;
}

.two-pieces {
  position: absolute;
  left: 32px;
  top: 24px;
  color: #ffdc00;
  text-shadow: 1px 1px 6px rgba(164, 165, 167, 0.56);
}

.for-workshops-stripe {
  position: absolute;
  right: 0px;
  padding: 16px 16px 8px;
  border-bottom-left-radius: 16px;
  background-color: #ffdc00;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.29);
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.video-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
}

.circle-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 104px;
  height: 104px;
  margin-top: -8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 104px;
  background-color: #ffdc00;
  font-family: 'Sf pro display', sans-serif;
  font-size: 30px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
}

.grid-3x5-stepbystep {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  -ms-grid-columns: 0.25fr 1.25fr 1fr;
  grid-template-columns: 0.25fr 1.25fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.grid-stepbystep-2x2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cards-dropdown-title {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.cards-dropdown-title.horizontal-fill {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #383838;
  font-weight: 600;
}

.wrapper-760-dropdown {
  position: relative;
  width: 100%;
  max-width: 760px;
  min-width: 520px;
}

.wrapper-760-dropdown.cards-dropdown {
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 24px;
}

.grid-5 {
  min-height: 16vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -ms-grid-rows: -webkit-min-content auto;
  -ms-grid-rows: min-content auto;
  grid-template-rows: -webkit-min-content auto;
  grid-template-rows: min-content auto;
}

.stepbystep-image-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stepbystep-image {
  margin-top: 16px;
  margin-bottom: 40px;
}

.orednow-grid {
  grid-column-gap: 40px;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
}

@media screen and (max-width: 991px) {
  .section-video-hero {
    padding-right: 40px;
    padding-left: 40px;
  }

  .wrapper-1160 {
    min-width: auto;
  }

  .wrapper-1160.top-margin-120 {
    margin-top: 56px;
  }

  .wrapper-1160.yellow-topbottom-margin {
    margin-top: 80px;
    padding: 40px;
  }

  .wrapper-1160._4col-grid {
    overflow: scroll;
    width: 100vw;
    padding-left: 40px;
  }

  .wrapper-1160.text-only {
    padding-top: 40px;
  }

  .wrapper-1160.oder-it {
    margin-top: 96px;
  }

  .hero-nav {
    width: 90vw;
  }

  .section-content {
    padding: 80px 40px;
  }

  .section-content.emphasis {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-content.graph-bg {
    padding-right: 41px;
    padding-left: 41px;
    background-position: 50% 50%;
  }

  .section-content.together {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-content.faq-video-intro {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-footer.emphasis {
    padding-right: 40px;
    padding-left: 40px;
  }

  .grid-wrapper.centered {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid-2x2 {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .levels-illustration {
    position: relative;
    margin-bottom: 39px;
  }

  .grid-2x0.top-bottom-margin-48 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .desktop-title.yellow {
    text-align: center;
  }

  .section-hero-image {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-hero-image.universe {
    min-height: 40vh;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .peter {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .yellow-dot.right-margin-40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .black-circle {
    left: 60%;
  }

  .two-row-grid {
    -ms-grid-columns: 260px;
    grid-template-columns: 260px;
    -ms-grid-rows: 260px 1fr;
    grid-template-rows: 260px 1fr;
  }

  .two-row-grid.last-item {
    padding-right: 40px;
  }

  .grid-2-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .card-1pack-order {
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }

  .card-bottom-pack {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .yellow-plus-icon {
    left: 19.7vw;
  }

  .image-2 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .wrapper-760-dropdown {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-1160 {
    padding-right: 40px;
  }

  .wrapper-1160._4col-grid {
    overflow: scroll;
    width: 100vw;
    margin-left: -40px;
    padding-left: 40px;
  }

  .section-content {
    padding-right: 0px;
  }

  .two-row-grid.last-item {
    padding-right: 40px;
  }

  .wrapper-760-dropdown {
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-family: Sfcompactdisplay, sans-serif;
    font-size: 56px;
    line-height: 64px;
    font-weight: 600;
  }

  h2 {
    font-family: Sfcompactdisplay, sans-serif;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
  }

  h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Sfcompactdisplay, sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    text-align: left;
  }

  h4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  p {
    font-family: Sfcompacttext, sans-serif;
    font-size: 20px;
  }

  a {
    font-family: Sfcompacttext, sans-serif;
    font-weight: 400;
    text-decoration: none;
  }

  .section-video-hero {
    min-height: 85vh;
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
  }

  .wrapper-1160 {
    min-width: auto;
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .wrapper-1160.top-margin-120 {
    margin-top: 48px;
  }

  .wrapper-1160.yellow {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 24px;
  }

  .wrapper-1160.yellow-topbottom-margin {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 24px;
  }

  .wrapper-1160._4col-grid {
    overflow: scroll;
    width: 100vw;
    margin-left: -40px;
    padding-left: 36px;
  }

  .wrapper-1160.text-only {
    margin-bottom: 0px;
    padding-top: 33px;
  }

  .wrapper-1160.oder-it {
    max-width: none;
    margin-top: 0px;
  }

  .hero-nav {
    position: relative;
    z-index: 10000;
    width: 90vw;
  }

  .hero-content {
    margin-top: 124px;
  }

  .btn-default {
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn-default.header {
    display: none;
  }

  .btn-default.top-margin-40 {
    width: 100%;
  }

  .section-content {
    padding: 40px 24px;
  }

  .section-content.emphasis {
    padding: 40px 24px;
  }

  .section-content.graph-bg {
    padding: 40px 24px;
    background-position: 50% 44%;
  }

  .section-content.white {
    padding-top: 24px;
    padding-bottom: 39px;
  }

  .section-content.together {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-content.cards-stepbystep {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section-content.faq-video-intro {
    padding: 80px 24px 64px;
  }

  .wrapper-760 {
    display: block;
    width: 100%;
  }

  .nav-brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .video-wrapper {
    width: 100%;
    height: auto;
    min-height: auto;
    min-width: auto;
    margin-top: 119px;
    margin-bottom: 120px;
  }

  .grid-4-col.aim {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-footer {
    padding-left: 36px;
  }

  .section-footer.emphasis {
    padding: 25px 24px;
  }

  .grid-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Sfcompacttext, sans-serif;
  }

  .grid-wrapper.centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-wrapper.horizontal-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .emoji-icon {
    width: 48px;
    margin-bottom: 16px;
  }

  .body-small-18-32 {
    margin-left: 0px;
    font-family: Sfcompacttext, sans-serif;
    line-height: 27.56px;
    text-align: left;
  }

  .body-small-18-32.white {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .body-small-18-32.white-50 {
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .body-small-18-32.black {
    color: #0d1e2e;
  }

  .body-small-18-32.centered.black {
    margin-bottom: 0px;
  }

  .body-small-18-32.dropdown {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .grid-2-col.bottom-margin-120 {
    margin-bottom: 40px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .for-you-list-item {
    margin-bottom: 8px;
  }

  .dropdown-toggle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-icon {
    position: absolute;
    left: auto;
    top: 12px;
    right: 0%;
    bottom: auto;
  }

  .dropdown-icon.faq {
    top: 28px;
    right: 16px;
  }

  .dropdown-icon.grey {
    left: auto;
    top: 33%;
    right: 16px;
    bottom: auto;
    width: 24px;
    margin-top: 0px;
  }

  .event-number-circle {
    margin-bottom: 32px;
  }

  .event-date-and-time-wrapper {
    width: 100%;
  }

  .dropdown-title {
    font-family: 'Sf pro display', sans-serif;
  }

  .dropdown-title.horizontal-fill {
    max-width: 84%;
    margin-top: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Sfcompactdisplay, sans-serif;
    font-weight: 600;
    white-space: normal;
  }

  .yellow-spacer {
    margin-top: 0px;
  }

  .grid-2x2 {
    display: -ms-grid;
    display: grid;
    padding-right: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 42px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(320px, 1fr);
    grid-template-rows: minmax(320px, 1fr);
  }

  .emoji-list-item {
    width: 36px;
    height: 36px;
    margin-right: 24px;
  }

  .rounded-box-wrapper.blue {
    display: none;
    padding: 24px;
  }

  .rounded-box-wrapper.grey {
    padding: 32px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rounded-box-wrapper.yellow {
    padding-right: 16px;
    padding-left: 16px;
  }

  .levels-illustration {
    margin-left: 28%;
  }

  .signage-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .emoji-signage {
    display: inline-block;
    padding: 0px 8px 8px;
  }

  .grid-2x0 {
    margin-top: 32px;
    margin-bottom: 32px;
    -ms-grid-columns: 200fr;
    grid-template-columns: 200fr;
  }

  .grid-2x0.top-bottom-margin-48 {
    margin-bottom: 56px;
  }

  .price-card-title {
    text-align: center;
  }

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

  .btn-small {
    width: 100%;
    text-align: center;
  }

  .price-card-list-item {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  .dark-check-icon {
    width: 16px;
    margin-right: 8px;
  }

  .horizontal-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .bottom-margin-40 {
    margin-bottom: 24px;
    font-weight: 600;
  }

  .max-15-persons-circle {
    display: block;
    margin-top: 0px;
  }

  .card-dropdown-list.w--open {
    padding-top: 1px;
    padding-left: 24px;
  }

  .small-dropdown-toggle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faq-illustration-imageimage {
    display: none;
  }

  .footer-list-item {
    font-family: Sfcompacttext, sans-serif;
  }

  .header-brandguide-logo {
    width: 50vw;
  }

  .mobile-title {
    display: block;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .mobile-title.black {
    display: none;
  }

  .desktop-title {
    display: none;
  }

  .desktop-title.black {
    display: block;
  }

  .desktop-title.black.centerd {
    display: block;
  }

  .desktop-title.red {
    display: block;
    margin-top: 16px;
    margin-bottom: 0px;
  }

  .desktop-title.yellow {
    display: block;
  }

  .dropdown-date-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Sfcompactdisplay, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .mobile-testimonial-slider {
    display: block;
    width: 100%;
    min-height: 480px;
    background-color: transparent;
  }

  .slider-left-arrow {
    display: none;
  }

  .right-slider-arrow {
    display: none;
  }

  .slide-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -51px;
  }

  .testimonial-rounded-box {
    min-height: 460px;
  }

  .testimonial-rounded-box.blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 94%;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .testimonial-rounded-box.blue.flex-test-box {
    width: 90vw;
    margin-right: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .slide {
    width: 96%;
  }

  .section-testimonial {
    display: block;
    overflow: hidden;
    padding: 16px 0px 16px 16px;
    background-color: #0d1e2e;
  }

  .section-testimonial.flex-test {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .body-link.black {
    color: #0d1e2e;
    text-decoration: none;
  }

  .body-link.grey {
    color: #838383;
  }

  .section-hero-image {
    position: relative;
    min-height: 32vh;
    padding-right: 24px;
    padding-left: 24px;
    background-image: none;
  }

  .section-hero-image.universe {
    min-height: 30vh;
    padding-top: 24px;
    padding-bottom: 40px;
    padding-left: 36px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-hero-image.card {
    padding-left: 40px;
  }

  .black {
    margin-bottom: 16px;
    line-height: 40px;
  }

  .black.extra-bottom-margin {
    margin-bottom: 40px;
  }

  .black.order-it-title {
    margin-bottom: 25px;
    line-height: 56px;
  }

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

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-dropshadow {
    max-width: 80%;
    margin-bottom: 16px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
  }

  .hero-dropshadow.grey-faq {
    max-width: none;
    text-shadow: none;
  }

  .grid-full-width-3x3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr auto auto auto;
    grid-template-rows: 1fr 1fr auto auto auto;
  }

  .grid-bookstores {
    padding-top: 32px;
    padding-bottom: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-bookstores.top-margin-40 {
    display: -ms-grid;
    display: grid;
    padding-top: 32px;
    padding-bottom: 32px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-media-logos {
    padding-right: 40px;
    padding-left: 40px;
    grid-column-gap: 16px;
    -ms-grid-columns: 0.7fr 1fr 0.7fr;
    grid-template-columns: 0.7fr 1fr 0.7fr;
  }

  .kreativ-logo {
    margin-bottom: 3px;
  }

  .hypeandhyper-logo {
    margin-top: 2px;
  }

  .yellow-dot.right-margin-40 {
    margin-right: 16px;
  }

  .yellow-dot-wrapper {
    height: 240px;
    margin-right: 22px;
    margin-left: 22px;
    padding: 0px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .everything-sentence {
    margin-top: 16px;
    text-align: center;
  }

  .grid-payments-5x0 {
    padding: 16px 40px 24px;
    justify-items: center;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .black-circle {
    display: block;
    width: 80px;
    margin-left: 0px;
  }

  .dotsection-image {
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .cookie-consent-button {
    z-index: auto;
    max-width: none;
    padding: 32px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 16px;
  }

  .cookie-times-icon {
    margin-top: 16px;
  }

  .cookie-block {
    left: 24px;
    right: 24px;
    bottom: 40px;
    z-index: 10000;
  }

  .cookie-body {
    font-size: 16px;
  }

  .error-message-wrapper {
    display: hidden;
  }

  .two-row-grid.last-item {
    margin-right: 24px;
    padding-right: 24px;
  }

  .wrapper-560 {
    display: block;
    width: 100%;
  }

  .body-xs-12 {
    display: block;
  }

  .body-xs-12.footer {
    display: none;
  }

  .universe-title {
    font-size: 36px;
    line-height: 40px;
  }

  .universe-title.black {
    font-size: 36px;
    line-height: 43px;
  }

  .grey {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .grid-2-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .card-1pack-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-rows: auto -webkit-min-content;
    -ms-grid-rows: auto min-content;
    grid-template-rows: auto -webkit-min-content;
    grid-template-rows: auto min-content;
  }

  .card-footer {
    padding-top: 24px;
    padding-bottom: 0px;
  }

  .card-footer.dark-grey {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .body-small-14-20.grey {
    margin-top: 0px;
  }

  .body-small-14-20.grey.footer {
    text-align: center;
  }

  .card-bottom-pack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .body-default-24-32.centered.grey {
    margin-top: 0px;
  }

  .rounded-wrapper {
    margin-bottom: 16px;
  }

  .footer-bottom-textwrapper {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .yellow-plus-icon {
    left: 43%;
    top: 28%;
  }

  .card-title {
    font-size: 40px;
    text-align: center;
  }

  .video-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .circle-number {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .grid-3x5-stepbystep {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .cards-dropdown-title {
    font-family: 'Sf pro display', sans-serif;
  }

  .cards-dropdown-title.horizontal-fill {
    max-width: 84%;
    margin-top: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Sfcompactdisplay, sans-serif;
    font-weight: 600;
    white-space: normal;
  }

  .wrapper-760-dropdown {
    min-width: auto;
    margin-bottom: 0px;
    padding-right: 24px;
  }

  .wrapper-760-dropdown.cards-dropdown {
    padding-right: 0px;
  }

  .grid-5 {
    min-height: auto;
    padding-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .stepbystep-image-col {
    display: none;
  }

  .orednow-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-a9411ed4-7150-687a-ddf2-e633c38dcbda-4c42f652 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6ed9679b-69a7-204a-37b6-8f9403202f52-4c42f652 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_727a1ffd-21a6-f791-2455-96906ddb20da-4c42f652 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d8786412-7d7a-0ba3-ca83-0ae56865405f-1f7e376b {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e7c0bc13-5dc1-f13c-d55a-dbe4ad27efa4-1f7e376b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bd2e088f-2d71-7a28-8da5-8335b7ddc98d-1f7e376b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f77aa737-703f-1db5-07e6-cdf03b6a5aea-1f7e376b {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6ed9679b-69a7-204a-37b6-8f9403202f52-1f7e376b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2b7b8917-e7d3-be0b-d1ce-60634eb5f01c-1f7e376b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c05fb88e-63fc-444b-e998-02f05d712333-1f7e376b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5ee1fe4-2e2e-eddb-533d-6121902bcbd9-1f7e376b {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ea2cc53d-6a7d-d46e-706d-30ea4a249156-1f7e376b {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_44aad644-c712-e33d-db39-c5cf65918d11-1f7e376b {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_727a1ffd-21a6-f791-2455-96906ddb20da-1f7e376b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6ed9679b-69a7-204a-37b6-8f9403202f52-a7a7c334 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c05fb88e-63fc-444b-e998-02f05d712333-a7a7c334 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_727a1ffd-21a6-f791-2455-96906ddb20da-a7a7c334 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f77aa737-703f-1db5-07e6-cdf03b6a5aea-e2fae8a7 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3331e531-77d5-6ca6-5fe9-350a3893bada-e2fae8a7 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_6ed9679b-69a7-204a-37b6-8f9403202f52-e2fae8a7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f353baf7-5ff8-db95-0645-21f71bca0743-e2fae8a7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b5d84eef-54b6-8976-b35c-87e26ee760c9-e2fae8a7 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_7fe30fb6-f420-25b5-b770-afd93946dd11-e2fae8a7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_4528f53e-ca58-d3d2-5d8f-dce9c981b5e9-e2fae8a7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_12325056-c277-8792-8120-cd63ab7bb45e-e2fae8a7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_71ed6d03-0418-a5c2-076e-2cbd67dc5cf1-e2fae8a7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5ee1fe4-2e2e-eddb-533d-6121902bcbd9-e2fae8a7 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ea2cc53d-6a7d-d46e-706d-30ea4a249156-e2fae8a7 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_44aad644-c712-e33d-db39-c5cf65918d11-e2fae8a7 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_727a1ffd-21a6-f791-2455-96906ddb20da-e2fae8a7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_829374bb-2776-7927-cb3b-f773f249c297-c47b963c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0e095691-b6be-4093-3bfd-dcf659834105-c47b963c {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9d2b284a-1827-5f0f-cf53-f683efc76369-c47b963c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_5e79fcf9-3c64-1978-08a3-3e77eb4f2193-c47b963c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_08ada590-5d2b-4b12-6b81-8be522fd95b8-c47b963c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a1af939b-49dd-4b40-33c7-5845d4402a2a-c47b963c {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a1af939b-49dd-4b40-33c7-5845d4402a2b-c47b963c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a1af939b-49dd-4b40-33c7-5845d4402a33-c47b963c {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-a1af939b-49dd-4b40-33c7-5845d4402a3d-c47b963c {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_36ad6a3e-9a75-59b2-6bae-2c22f6c83b9a-c47b963c {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_36ad6a3e-9a75-59b2-6bae-2c22f6c83b9b-c47b963c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_36ad6a3e-9a75-59b2-6bae-2c22f6c83ba3-c47b963c {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-fa31cc1f-9079-ca60-7189-744b19ed17f8-41e86658 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_9a177135-13a4-b48c-b902-a18a188322b9-41e86658 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_895dc5bb-aac1-4bae-0b82-634e577d7b34-41e86658 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f998458d-fe20-f30b-1a27-986eb9654b94-41e86658 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_108a5f9d-2b58-4911-7aed-95a8e5b4f346-41e86658 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-b4c686dc-fbcc-24fb-01ac-4cf3216fa771-41e86658 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-d2556efd-2b4c-fc9b-c46d-3e1fecfa38ff-41e86658 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-d0097866-4853-f8f4-b7ac-2c11a176f312-41e86658 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_498f98ef-6c15-8a3c-c4ff-7c7e5bedd793-41e86658 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ea100db1-caab-4207-989e-efcd546492d1-41e86658 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_15157d27-e7c3-da1b-76b0-1e34f99bf91c-41e86658 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-ae308bc1-686c-9c12-0bf8-edefd3fef28e-41e86658 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_9b41f028-6869-3586-1770-08f12ca91bb1-41e86658 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-cd66990a-95c2-fd03-67ca-b32e681e3b02-41e86658 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-a1f523c6-d35a-f138-9e11-88e1ded64a27-41e86658 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_015076ba-5e84-7519-d57a-6fc826a76e5b-41e86658 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-eb72843a-0d7a-f697-4761-71ac5f5a25e4-41e86658 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-f77aa737-703f-1db5-07e6-cdf03b6a5aea-41e86658 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f353baf7-5ff8-db95-0645-21f71bca0743-41e86658 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b5d84eef-54b6-8976-b35c-87e26ee760c8-41e86658 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b5d84eef-54b6-8976-b35c-87e26ee760c9-41e86658 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-d5ee1fe4-2e2e-eddb-533d-6121902bcbd9-41e86658 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ea2cc53d-6a7d-d46e-706d-30ea4a249156-41e86658 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_44aad644-c712-e33d-db39-c5cf65918d11-41e86658 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_727a1ffd-21a6-f791-2455-96906ddb20da-41e86658 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-c60fdec3-62af-d0a7-9373-6d1f10766567-1f7e376b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1f1aff9a-b5a6-91a6-87d4-6fc18f49bfec-1f7e376b {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f77aa737-703f-1db5-07e6-cdf03b6a5aea-1f7e376b {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-c60fdec3-62af-d0a7-9373-6d1f10766567-e2fae8a7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1f1aff9a-b5a6-91a6-87d4-6fc18f49bfec-e2fae8a7 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f77aa737-703f-1db5-07e6-cdf03b6a5aea-e2fae8a7 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_0e095691-b6be-4093-3bfd-dcf659834105-c47b963c {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-c60fdec3-62af-d0a7-9373-6d1f10766567-41e86658 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f77aa737-703f-1db5-07e6-cdf03b6a5aea-41e86658 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3331e531-77d5-6ca6-5fe9-350a3893bada-4c42f652 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9f4fc36e-bbf2-9ae1-79f4-673925ac26a6-1f7e376b {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_547847c1-a8e6-1a7c-26d4-68fcb8748566-1f7e376b {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_58db5cb3-aaf4-61b0-f472-3e35da4a30a1-1f7e376b {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-f77aa737-703f-1db5-07e6-cdf03b6a5aea-1f7e376b {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_3331e531-77d5-6ca6-5fe9-350a3893bada-1f7e376b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d5ee1fe4-2e2e-eddb-533d-6121902bcbd9-1f7e376b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-ea2cc53d-6a7d-d46e-706d-30ea4a249156-1f7e376b {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_44aad644-c712-e33d-db39-c5cf65918d11-1f7e376b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3331e531-77d5-6ca6-5fe9-350a3893bada-a7a7c334 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9f4fc36e-bbf2-9ae1-79f4-673925ac26a6-e2fae8a7 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_547847c1-a8e6-1a7c-26d4-68fcb8748566-e2fae8a7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_58db5cb3-aaf4-61b0-f472-3e35da4a30a1-e2fae8a7 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-f77aa737-703f-1db5-07e6-cdf03b6a5aea-e2fae8a7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_3331e531-77d5-6ca6-5fe9-350a3893bada-e2fae8a7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f353baf7-5ff8-db95-0645-21f71bca0743-e2fae8a7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-b5d84eef-54b6-8976-b35c-87e26ee760c8-e2fae8a7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-b5d84eef-54b6-8976-b35c-87e26ee760ca-e2fae8a7 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_7fe30fb6-f420-25b5-b770-afd93946dd11-e2fae8a7 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-d5ee1fe4-2e2e-eddb-533d-6121902bcbd9-e2fae8a7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-ea2cc53d-6a7d-d46e-706d-30ea4a249156-e2fae8a7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_44aad644-c712-e33d-db39-c5cf65918d11-e2fae8a7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f77aa737-703f-1db5-07e6-cdf03b6a5aea-41e86658 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-f353baf7-5ff8-db95-0645-21f71bca0743-41e86658 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-b5d84eef-54b6-8976-b35c-87e26ee760c8-41e86658 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-b5d84eef-54b6-8976-b35c-87e26ee760ca-41e86658 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-d5ee1fe4-2e2e-eddb-533d-6121902bcbd9-41e86658 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-ea2cc53d-6a7d-d46e-706d-30ea4a249156-41e86658 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_44aad644-c712-e33d-db39-c5cf65918d11-41e86658 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfcompacttext';
  src: url('../fonts/SFCompactText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfcompactdisplay';
  src: url('../fonts/SFCompactDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfcompactdisplay';
  src: url('../fonts/SFCompactDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
