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

.w-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: #fff;
  background-color: #7d69ac;
  font-family: GoodHeadlinePro, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.2;
}

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

h3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gobold Lowplus, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

p {
  margin-bottom: 0;
  font-size: 1.5em;
}

a {
  color: #7d69ac;
  border-color: #7d69ac;
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

.align-center {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-custom4 {
  margin: 1.5rem 0 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  font-size: 1.8rem;
  line-height: 1.2;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl-styleguide-message-delete-this {
  height: 100vh;
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.margin-top-auto {
  margin-top: auto;
}

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

.icon-embed-small {
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  width: 100%;
  background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: #3b2774;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px rgba(0, 0, 0, .14);
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #7d69ac;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

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

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

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  color: #3b2774;
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 100rem;
  padding: .4rem 2.125rem .3rem;
  font-size: 1.15rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  transform: scale(1.01);
}

.button.is-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.button.is-icon {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 400;
}

.button.is-secondary:hover {
  color: #3b2774;
  background-color: #fff;
}

.button.is-secondary.is-alternate {
  color: #3b2774;
  background-color: rgba(0, 0, 0, 0);
  border-color: #3b2774;
}

.button.is-secondary.is-alternate.center {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

.button.is-small {
  letter-spacing: normal;
  padding: .4rem 1.25rem .3rem;
  font-size: 1.15rem;
}

.button.is-small.is-icon {
  max-height: 48px;
}

.button.is-alternate {
  color: #3b2774;
  background-color: rgba(0, 0, 0, 0);
  border-color: #3b2774;
}

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

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

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .18);
}

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

.rl-styleguide_label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.text-size-regular {
  font-size: 1.5em;
}

.text-size-regular.text-align-center {
  font-size: 1.3em;
}

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.is-slider {
  font-size: 2.7em;
}

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

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: #7d69ac;
  background-color: #fff;
  border: 1px solid #7d69ac;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.rl-styleguide_paste-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .15);
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  width: 1.25rem;
  height: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-purple {
  background-color: #7d69ac;
}

.rl-styleguide_color.is-deeppurple {
  background-color: #3b2774;
}

.rl-styleguide_color.is-white {
  background-color: #fff;
}

.rl-styleguide_color.is-gold {
  background-color: #d3b565;
}

.rl-styleguide_color.is-brown {
  background-color: #532202;
}

.rl-styleguide_color.is-yellow {
  background-color: #ffd401;
}

.rl-styleguide_color.is-green {
  background-color: #5ca631;
}

.rl-styleguide_color.is-lightpurple {
  background-color: #cac1e1;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

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

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

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

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

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

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

.icon-embed-large {
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.text-color-black {
  color: #7d69ac;
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  width: 10rem;
  height: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  color: #fff;
  background-color: #7d69ac;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #7d69ac;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
}

.icon-embed-xlarge {
  width: 6.5rem;
  height: 6.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.text-rich-text blockquote {
  margin-top: 1.5rem;
  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, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  text-align: left;
  border-left: 2px solid #7d69ac;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

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

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
}

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.page-wrapper-2 {
  z-index: 0;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: #eee;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.section_header {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.header-100vh {
  max-height: 60rem;
  min-height: 100vh;
  align-items: center;
  display: flex;
}

.header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_layout1 {
  z-index: 2;
  min-height: 50vw;
  overflow: hidden;
}

.layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.layout1_content {
  width: 100%;
  height: 100%;
  position: relative;
}

.layout1_content.align-center.text-align-center {
  justify-content: center;
  margin-top: 4rem;
}

.layout1_image-wrapper {
  width: 100%;
  height: 100%;
}

.layout395_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout395_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.layout395_card {
  border: 1px solid #7d69ac;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.layout395_card-image-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout395_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.section_layout43 {
  position: relative;
}

.layout43_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout43_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.section_slider {
  z-index: 1;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.slider_component {
  height: 100%;
  min-height: 650px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: .875rem;
  padding-right: .875rem;
  display: flex;
  overflow: visible;
}

.slider_mask {
  width: 50%;
  overflow: visible;
}

.slider_slide {
  height: auto;
  min-height: 60vh;
  margin-right: 6rem;
}

.slider_slide.is-strawberrycheesecake {
  color: #3b2774;
}

.slider_slide.is-nussini {
  width: 100%;
  min-height: auto;
  color: #3b2774;
}

.slider_slide.is-peanutcaramel {
  width: 100%;
  color: #fff;
}

.slider_slide.is-toffeeganzenuss {
  width: 100%;
  color: #3b2774;
}

.slider_slide.is-oreo {
  width: 100%;
}

.slider_slide.is-schokokeks, .slider_slide.is-lufleecaramel {
  width: 100%;
  color: #3b2774;
}

.slider_slide.is-noisette {
  width: 100%;
}

.slider_slide.is-crispyjoghurt {
  width: 100%;
  color: #3b2774;
}

.slider_content {
  z-index: 1;
  width: 100%;
  min-height: 500px;
  grid-column-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 1.5rem 2rem;
  display: flex;
  position: relative;
}

.slider_content.is-strawberrycheesecake {
  color: #3b2774;
  background-color: #f9cccf;
}

.slider_content.is-nussini, .slider_content.is-schokokeks {
  color: #3b2774;
}

.testimonial23_logo-wrapper {
  margin-bottom: 3rem;
}

.testimonial11_logo {
  max-height: 3rem;
}

.slider_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial23_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial23_customer-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.button-wrapper {
  display: flex;
}

.testimonial23_arrow {
  width: 5rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial23_arrow.hide-mobile-landscape {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial23_arrow.is-left {
  transition: all .2s;
  top: 100%;
  bottom: 0%;
  left: 0%;
  right: 6rem;
}

.testimonial23_arrow.is-left:hover {
  transform: scale(1.1);
}

.testimonial23_arrow.is-right {
  transition: all .2s;
  top: 100%;
  bottom: 0%;
  left: 6rem;
  right: 0%;
}

.testimonial23_arrow.is-right:hover {
  transform: scale(1.1);
}

.testimonial23_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.section_layout2 {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.layout2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout2_content {
  position: relative;
}

.layout2_lightbox {
  width: 100%;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout2_lightbox-background-video {
  width: 100%;
  opacity: 0;
  object-fit: cover;
}

.lightbox-play-icon {
  z-index: 2;
  width: 8vw;
  height: 8vw;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-overlay-layer {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  border-radius: 2em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_sharing {
  position: relative;
}

.footer_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.footer_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer_link {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: #7d69ac;
}

.footer7_bottom-wrapper {
  justify-content: space-between;
  display: flex;
}

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

.footer7_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer7_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.navbar1_component {
  width: 100vw;
  height: auto;
  min-height: 4.5rem;
  background-color: #fff;
  border-bottom: 1px solid #7d69ac;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

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

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: #7d69ac;
}

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #7d69ac;
  padding: .5rem;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #7d69ac;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.modal1_component {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal1_content-wrapper {
  width: 100%;
  height: auto;
  max-height: 80vh;
  max-width: 48rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.modal-content-replace-this-div {
  width: 100%;
  height: 150vh;
  border: 2px dashed rgba(0, 0, 0, .1);
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

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

.modal1_background-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_nav {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header_nav-wrapper {
  display: block;
  position: relative;
  top: 3rem;
}

.header_logo-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -3rem;
}

.header_logo {
  width: 35vw;
  margin-bottom: 10rem;
}

.heading-style-custom1 {
  font-size: 6rem;
  line-height: 1;
}

.heading-style-custom2 {
  font-size: 4rem;
  line-height: 1;
}

.image-chunk {
  z-index: 4;
  width: 60vw;
  max-width: 65rem;
  position: absolute;
  top: -5.8vw;
  bottom: 0%;
  left: -12.5vw;
  right: 0%;
}

.image-chunk.is-small {
  z-index: 3;
  width: 50vw;
  top: -15.1vw;
  left: .5vw;
}

.image-chunk.is-small.is-left {
  left: -7.8vw;
}

.image-chunk.is-highlight-schokolade {
  width: 60vw;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-chunk.is-left {
  left: -6.7vw;
}

.image-chunk.is-center {
  width: 100%;
  margin-top: -16vw;
  margin-bottom: -10vw;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_highlights {
  /*background-image: url('../images/wave-top.svg');*/
  background-position: 0 0;
  background-size: cover;
  margin-top: -10vw;
  position: relative;
  overflow: hidden;
}

.header69_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.section_layout5 {
  /*background-image: url('../images/wave-bottom.svg');*/
  background-position: 50% 100%;
  background-size: cover;
  margin-top: -4rem;
}

.layout5_component {
  height: 100%;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout5_content {
  z-index: 10;
  position: relative;
}

.layout5_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout5_lightbox {
  z-index: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 56.25%;
  display: block;
  position: relative;
}

.layout5_lightbox-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2em;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.highlights_content {
  width: 100%;
  min-height: 70vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.highlights_image-wrapper {
  z-index: 4;
  width: 55vw;
  max-width: 150rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: 3vw;
}

.scalable-text-wrapper {
  text-transform: uppercase;
  font-size: 1vw;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.scalable-text-wrapper.is-highlight-schokolade {
  z-index: 4;
  font-size: .8vw;
  top: 16.8vw;
  left: 38.8em;
}

.scalable-text-wrapper.is-highlight-geschmack {
  z-index: 4;
  font-size: .8vw;
  top: 41.2vw;
  left: 15.4vw;
}

.scalable-text-wrapper.is-highlight-zutaten {
  z-index: 4;
  font-size: .8vw;
  top: 46.4vw;
  left: 65.2vw;
}

.scalable-text-wrapper.is-header {
  justify-content: center;
  font-size: 1.5vw;
  position: relative;
}

.scalable-text-wrapper.is-vielfalt {
  justify-content: center;
  font-size: 1.3vw;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scalable-text-wrapper.is-mobile-landscape {
  z-index: 4;
  top: 15.5vw;
  left: 29.1em;
}

.scalable-text-wrapper.is-footer {
  font-size: 2vw;
  position: relative;
}

.scalable-text-wrapper.is-footer.hide-mobile-portrait {
  font-size: 1.5vw;
}

.scalable-text-wrapper.is-footer.show-mobile-portrait {
  display: none;
}

.highlights_arrow {
  position: relative;
}

.scalable_text {
  text-align: center;
  white-space: nowrap;
  font-size: 5em;
  font-weight: 900;
  line-height: .7;
}

.scalable_text.is-highlight-schokolade {
  font-size: .75em;
  line-height: 1;
}

.scalable_text.is-highlight-geschmack {
  font-size: .7em;
  line-height: 1;
}

.scalable_text.is-highlight-zutaten {
  font-size: .77em;
  line-height: 1;
}

.scalable_text.is-header {
  font-size: .66em;
}

.scalable_text.is-header-first {
  font-size: 4.5em;
  line-height: .6;
}

.scalable_text.is-genussmoment {
  font-size: .7em;
  line-height: 1.6;
}

.scalable_text.is-genussmoment-first {
  line-height: .5;
}

.scalable_text.is-vielfalt {
  font-size: 1.62em;
  line-height: .9;
}

.scalable_text.is-hallonussini {
  font-size: 6em;
  line-height: .5;
}

.scalable_text.is-sharing {
  font-size: 3em;
  font-weight: 900;
  line-height: .9;
}

.highlights_arrow-wrapper {
  z-index: 5;
  width: 10vw;
  height: 10vw;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.highlights_arrow-wrapper.is-highlight-schokolade {
  width: 8vw;
  top: 18vw;
  left: 49.3vw;
}

.highlights_arrow-wrapper.is-highlight-geschmack {
  width: 10vw;
  height: 14vw;
  top: 42.1vw;
  left: 31.7vw;
  transform: rotate(0);
}

.highlights_arrow-wrapper.is-highlight-zutaten {
  width: 10vw;
  height: 10vw;
  top: 45.8vw;
  left: 59.3vw;
  transform: rotate(0);
}

.highlights_arrow-wrapper.is-genussmoment {
  width: 16vw;
  height: 7vw;
  position: relative;
  top: -.2vw;
  left: 35vw;
}

.highlights_highlight {
  z-index: 5;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.highlights_image {
  z-index: 4;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.highlights_image.is-small {
  z-index: 3;
  width: 50vw;
  top: -15.1vw;
  left: .5vw;
}

.highlights_image.is-highlight-schokolade {
  width: 60vw;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.highlights_image.is-placeholder {
  opacity: 0;
  position: relative;
}

.highlights_text-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.slider_image-wrapper {
  width: 80%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -5vw;
}

.slider_image {
  object-fit: contain;
  flex: 1;
}

.padding-section-xlarge {
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.slider_background {
  width: 100%;
  height: auto;
  max-height: 500px;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider_background.is-strawberrycheesecake {
  z-index: 0;
  background-color: #f9cccf;
}

.slider_background.is-peanutcaramel {
  z-index: 0;
  background-color: #a6551d;
}

.slider_background.is-nussini {
  z-index: 0;
  background-color: #97b821;
}

.slider_background.is-toffeeganzenuss {
  z-index: 0;
  background-color: #f6a458;
}

.slider_background.is-oreo {
  z-index: 0;
  background-color: #005ca9;
}

.slider_background.is-schokokeks {
  z-index: 0;
  background-color: #ffd401;
}

.slider_background.is-lufleecaramel {
  z-index: 0;
  background-color: #fab615;
}

.slider_background.is-noisette {
  z-index: 0;
  background-color: #532202;
}

.slider_background.is-crispyjoghurt {
  z-index: 0;
  background-color: #97cff2;
}

.slider_background.is-nussnougat {
  z-index: 0;
  background-color: #00733c;
}

.slider_background.is-ganzehaselnuesse {
  z-index: 0;
  background-color: #5ca731;
}

.slider_background.is-mandelkaramell {
  z-index: 0;
  background-color: #ab363e;
}

.slider_background.is-alpenmilch {
  z-index: 0;
  background-color: #8172b3;
}

.slider_background.is-triolade {
  z-index: 0;
  background-color: #2c2664;
}

.slider_background.is-traube-nuss {
  z-index: 0;
  background-color: #791668;
}

.slider_background.is-erdbeer {
  z-index: 0;
  background-color: #e53d30;
}

.layout2_image-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.opacity-0 {
  opacity: 0;
}

.sharing_logo-wrapper {
  position: absolute;
  top: 2.4em;
  bottom: 0;
  left: -7.3em;
  right: 0;
}

.sharing_logo {
  height: 3.7em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sharing_social-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.sharing_social-wrapper:hover {
  transform: scale(1.2);
}

.sharing_icon-wrapper {
  width: 2em;
  height: 2em;
}

.sharing_text {
  text-transform: uppercase;
  margin-top: 1em;
  font-family: Gobold Lowplus, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
}

.sharing_icon {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sharing_social-component {
  width: 100%;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}

.wave-divider {
  width: 100vw;
  color: #7d69ac;
  position: relative;
  top: 1.9vw;
}

.header_rotating-cta-wrapper {
  z-index: 50;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_rotating-cta-icon {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_rotating-cta-icon.is-arrow {
  width: 55%;
  height: 60%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.header_rotating-cta {
  width: 12vw;
  height: 12vw;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  bottom: 2rem;
}

.header_rotating-cta:hover {
  transform: scale(1.1);
}

.transition {
  z-index: 10000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.transition-trigger {
  width: 100%;
  height: 100%;
  display: none;
}

.transition_wrapper {
  width: 100%;
  height: 100%;
  background-color: #3b2774;
  justify-content: center;
  align-items: center;
  display: flex;
}

.transition-logo {
  width: 20vw;
}

.padding-section-custom1 {
  padding-bottom: 5rem;
}

.modal_sharing-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  display: flex;
}

.show-tablet {
  display: none;
}

.image-chunk-small {
  z-index: 4;
  width: 50vw;
  height: 50vw;
  max-width: 55rem;
  object-fit: contain;
  position: absolute;
  top: -15.2vw;
  bottom: 0%;
  left: .5vw;
  right: 0%;
}

.image-chunk-small.is-left {
  left: -4.8vw;
}

.header_wave-divider-wrapper {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_wave-divider-addition {
  height: 0;
  background-color: #7d69ac;
  position: relative;
}

.paragraph {
  text-align: center;
  font-size: 1.3em;
}

.paragraph.max-width {
  max-width: 80%;
}

.paragraph-2 {
  font-size: 1.3em;
}

.preloader {
  z-index: 9999;
  width: 100%;
  height: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #3b2774;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.preloader-image {
  width: 250px;
}

.taste-moment-image {
  width: 100%;
  border-radius: 20px;
  transform: rotate(9deg);
}

.utility-heading {
  text-transform: uppercase;
}

.icon-share {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  display: flex;
}

.arrow-uo-endpoint {
  display: none;
}

.div-block-28 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-navbar-warpper {
  justify-content: space-between;
  display: flex;
}

.text-block-78 {
  color: #fff;
  font-family: Icomoon, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.header-image-warpper {
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.link-block-6 {
  width: 144px;
  height: 100%;
  /*background-image: url('../images/milka-mmmax-logo.png');*/
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-6.w--current {
  /*background-image: url('../images/milka-mmmax-logo.png');*/
  margin: 20px 20px 20px 0;
}

.link-navi {
  color: #fff;
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-family: IntervogueSoftLight, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2rem;
  text-decoration: none;
}

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

.link-button {
  color: #fff;
  margin-right: 20px;
  font-weight: 400;
  text-decoration: none;
}

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

.header {
  z-index: 100;
  height: 100px;
  max-height: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 1px #000;
  border-radius: 0;
  justify-content: space-between;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .5);
}

.header.klasse {
  z-index: 1000;
  width: 100%;
  height: 100%;
  max-height: 100px;
  min-height: 100px;
  box-shadow: none;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 0;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.navbar-3 {
  display: none;
}

.footer {
  opacity: 1;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #f7f4f4;
  align-items: flex-start;
}

.link-subnavi {
  color: #7d68ac;
  text-transform: uppercase;
  border: 5px #000;
  flex: none;
  margin: 5px;
  padding-right: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.link-subnavi:hover {
  color: #7d68ac;
  border-bottom: 2px solid #afa6d2;
  margin-bottom: 3px;
  text-decoration: none;
}

.footer-social-media {
  min-width: 270px;
  flex-flow: row;
  justify-content: flex-start;
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: relative;
}

.div-block-53 {
  background-color: rgba(0, 0, 0, 0);
}

.footer-overview-flex-container {
  color: #f7f4f4;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 40px;
  display: flex;
}

.link-36 {
  color: #7d68ac;
  text-decoration: none;
}

.image-16 {
  width: 37px;
}

.link-block-7 {
  margin-bottom: 20px;
}

.dropdown-list-without-line {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
}

.dropdown-list-without-line.w--open {
  display: block;
}

.footer-link-flex-container {
  color: #fff;
  text-align: left;
  letter-spacing: .58px;
  border-top: 1px #000;
  border-bottom: 2px #fff;
  flex-flow: wrap;
  flex: 1;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 21%;
  line-height: 52px;
  display: flex;
  position: relative;
}

.footer-flex-container {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-7 {
  height: 100%;
  max-width: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordeon-toogle-without-line {
  z-index: auto;
  width: 95%;
  border-bottom: 2px solid #afa6d2;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  position: static;
}

.accordeon-toogle-without-line.w--open {
  display: block;
}

.section-3 {
  margin-bottom: 60px;
  padding-top: 100px;
}

.accordion-item {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-right: 40px;
}

.overview-container {
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.text-block-77 {
  color: #7d68ac;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1rem;
}

.image-10 {
  width: 200px;
}

.link-35, .link-35:hover {
  color: #7d68ac;
  text-decoration: none;
}

.brand-2 {
  min-width: 200px;
  margin-top: 20px;
  margin-left: 5%;
}

.div-block-50 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.accordeon-toogle {
  width: 95%;
  border-bottom: 2px solid #afa6d2;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  position: static;
}

.accordeon-toogle.w--open {
  display: block;
}

.html-embed {
  color: #fff;
  font-family: Intervoguesoftmed, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.text-block-37 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
}

.social-media-icons {
  height: 40px;
}

.arrow-up-wrapper {
  z-index: 100;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  margin-right: 40px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-31 {
  height: 15px;
  border-right: 1px solid #7d68ac;
  margin: 6px;
}

.dropdown-link {
  color: #7d69ac;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 16px;
  text-decoration: none;
  position: static;
}

.dropdown-link:hover {
  color: #7d68ac;
  text-decoration: none;
}

.footer-navi {
  color: #f7f4f4;
  background-color: #f7f4f4;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
}

.dropdown-list.w--open, .image-9 {
  display: block;
}

.arrow-up-link {
  color: #7d68ac;
  text-decoration: none;
}

.image-desktop {
  z-index: 0;
  width: 100%;
  background-color: #f7f4f4;
  display: block;
  position: relative;
}

.footer-navi-wrapper {
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-2 {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.div-block-54 {
  display: none;
}

.legal-heading-h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: RecoletaMedium, sans-serif;
  font-size: 2.8rem;
  line-height: 3;
}

.legal-heading {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: RecoletaMedium, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 34px;
}

.legal {
  margin-bottom: 15px;
  font-family: IntervogueSoftLight, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}

.text-block-81, .text-block-82, .text-block-83, .text-block-84 {
  font-weight: 400;
}

.youtube-fallback-view {
  display: block;
}

.text-span-4 {
  background-color: #dbdbdb;
}

.text-block-75 {
  margin-top: 10px;
}

.form-lightbox {
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(116, 109, 169, .9);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  overflow: scroll;
}

.heading-30 {
  font-family: Gobold Lowplus, sans-serif;
}

.text-span {
  background-color: #dbdbdb;
}

.modal {
  z-index: 2;
  max-width: 600px;
  color: #7d69ac;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin: 50px auto;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
}

.close-button {
  height: 50px;
  color: #fff;
  text-align: center;
  background-color: #e63120;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

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

@media screen and (min-width: 1440px) {
  .slider_mask {
    width: 50%;
  }

  .slider_slide.is-nussini, .slider_slide.is-schokokeks, .slider_slide.is-lufleecaramel, .slider_slide.is-noisette, .slider_slide.is-crispyjoghurt {
    min-height: 50vh;
  }

  .slider_content {
    padding-top: 10rem;
  }

  .header_wave-divider-addition {
    height: .1vw;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 1rem;
  }

  .align-center.slider-contents {
    justify-content: flex-start;
  }

  .margin-bottom.margin-small {
    align-items: flex-start;
  }

  .button {
    font-size: 1.5rem;
  }

  .button.is-secondary {
    font-size: 2.3rem;
  }

  .button.is-secondary.is-alternate {
    margin-top: 1rem;
  }

  .button.is-secondary.space-on-top {
    margin-top: 40px;
  }

  .button.is-small {
    font-size: 1.5rem;
  }

  .text-size-regular.text-align-center {
    top: 0;
  }

  .heading-style-h3.is-slider {
    font-size: 3.5rem;
  }

  .text-align-center {
    position: relative;
    top: 2rem;
  }

  .section_layout1 {
    margin-bottom: 10rem;
  }

  .slider_component {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .slider_mask {
    height: auto;
    max-height: 600px;
  }

  .slider_slide {
    margin-right: 8rem;
  }

  .slider_slide.is-strawberrycheesecake, .slider_slide.is-peanutcaramel, .slider_slide.is-toffeeganzenuss, .slider_slide.is-oreo, .slider_slide.is-nussnougat, .slider_slide.is-ganzehaselnuesse, .slider_slide.is-mandelkaramell, .slider_slide.is-alpenmilch, .slider_slide.is-triolade {
    min-height: 50vh;
  }

  .slider_content {
    min-height: 600px;
  }

  .image-chunk {
    object-fit: contain;
    top: -14.6rem;
    left: -14.3rem;
  }

  .image-chunk.is-left {
    top: -7.3rem;
    left: -11.1rem;
  }

  .section_highlights {
    margin-top: -30rem;
  }

  .highlights_image-wrapper {
    top: .1vw;
  }

  .scalable-text-wrapper.is-highlight-schokolade {
    font-size: 1rem;
    position: relative;
    top: -21.7rem;
    left: -10.6rem;
  }

  .scalable-text-wrapper.is-highlight-geschmack {
    font-size: 1rem;
    position: relative;
    top: 11rem;
    left: -29.6rem;
  }

  .scalable-text-wrapper.is-highlight-zutaten {
    font-size: 1rem;
    position: relative;
    top: 18.5rem;
    left: 28.8rem;
  }

  .scalable-text-wrapper.is-header {
    font-size: 2.3rem;
  }

  .scalable-text-wrapper.is-vielfalt, .scalable-text-wrapper.is-footer {
    font-size: 2rem;
  }

  .highlights_arrow-wrapper.is-highlight-schokolade {
    width: 10rem;
    height: 12rem;
    position: relative;
    top: -17.5rem;
    left: -9.4rem;
  }

  .highlights_arrow-wrapper.is-highlight-geschmack {
    width: 14rem;
    height: 14rem;
    position: relative;
    top: 14.5rem;
    left: -36rem;
  }

  .highlights_arrow-wrapper.is-highlight-zutaten {
    width: 14rem;
    height: 14rem;
    position: relative;
    top: 20.2rem;
    left: 0;
  }

  .highlights_arrow-wrapper.is-genussmoment {
    width: 30rem;
    height: 10rem;
    top: 0;
    left: 30rem;
  }

  .slider_background {
    max-height: 1000px;
    min-height: 600px;
  }

  .layout2_image-wrapper {
    position: relative;
    top: 2rem;
  }

  .image-chunk-small {
    top: -18.8em;
    left: 0;
  }

  .image-chunk-small.is-left {
    top: -56%;
    left: -10.7rem;
  }

  .modal {
    max-width: 700px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.5vw;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.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-size-medium {
    font-size: 1.5rem;
    line-height: 1.6;
  }

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .button.is-link {
    font-size: 1rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .text-size-regular {
    font-size: 1.5em;
  }

  .text-size-regular.text-align-center {
    font-size: 2em;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .heading-style-h3.is-slider {
    font-size: 3.5em;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section_header {
    height: 100vh;
  }

  .layout1_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .layout1_content.align-center.text-align-center {
    justify-content: space-around;
  }

  .layout395_row {
    grid-template-columns: 1fr;
  }

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

  .slider_mask {
    width: 70%;
  }

  .slider_slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider_content {
    min-height: 500px;
    padding-top: 8rem;
    padding-bottom: 2rem;
  }

  .testimonial23_arrow {
    width: 3rem;
    height: 3rem;
  }

  .testimonial23_arrow.is-left {
    width: 5rem;
    height: 5rem;
    top: 105%;
    right: 6rem;
  }

  .testimonial23_arrow.is-right {
    width: 5rem;
    height: 5rem;
    top: 105%;
    left: 6rem;
  }

  .layout2_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .layout2_lightbox-background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

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

  .menu-icon1 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    background-color: #7d69ac;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    width: 24px;
    height: 2px;
    background-color: #7d69ac;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #7d69ac;
    padding-bottom: 0;
    padding-right: 0;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .header_logo {
    width: 50vw;
  }

  .layout5_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .layout5_lightbox-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .scalable-text-wrapper.is-header {
    font-size: 2vw;
  }

  .padding-section-xlarge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sharing_social-wrapper {
    font-size: 2.5vw;
  }

  .sharing_icon-wrapper {
    width: 2.5em;
    height: 2.5em;
  }

  .sharing_text {
    font-size: 2vw;
  }

  .header_rotating-cta {
    width: 20vw;
    height: 20vw;
  }

  .padding-section-custom1 {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .show-tablet {
    display: block;
  }

  .paragraph {
    text-align: center;
    font-size: 2.2em;
  }

  .paragraph-2 {
    font-size: 2em;
  }

  .taste-moment-image {
    width: 100%;
    min-width: 400px;
    margin-left: -130px;
  }

  .header-navbar-warpper, .header-image-warpper, .header.klasse {
    display: none;
  }

  .milka-logo-closed {
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    display: none;
  }

  .navbar-3 {
    width: 100%;
    max-height: 100px;
    min-height: 70px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    position: fixed;
    top: 0;
  }

  .text-block-79 {
    color: #fff;
    font-size: 30px;
    line-height: 1;
  }

  .header-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button-image {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 1;
  }

  .buttons {
    color: #684fa3;
    order: -1;
    align-self: center;
    padding-right: 18px;
    font-family: Icomoon, sans-serif;
    font-size: 30px;
    line-height: 1;
  }

  .nav-link-mobile-search {
    color: #684fa3;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Icomoon, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }

  .nav-link-mobile-search:hover {
    color: #684fa3;
    text-decoration: none;
  }

  .milka-logo-open {
    color: #684fa3;
    background-color: #684fa3;
    font-size: 3rem;
    line-height: 1;
    display: none;
  }

  .nav-global-link-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .link-31 {
    color: #684fa3;
    text-decoration: none;
  }

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

  .nav-link-mobile {
    color: #684fa3;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Intervoguesoftmed, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .nav-link-mobile:hover {
    color: #684fa3;
    text-decoration: none;
  }

  .mobile-header-wrapper {
    max-height: 100px;
    min-height: 70px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-link-wrapper-doubble {
    border-bottom: 1px solid #684fa3;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 2px;
    display: flex;
  }

  .nav-header-wrapper {
    max-height: 100px;
    min-height: 70px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-menu-4 {
    width: 100vw;
    background-color: #fff;
  }

  .text-block-80 {
    color: #684fa3;
    font-family: Icomoon, sans-serif;
    font-size: 22px;
    line-height: 1;
  }

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

  .nav-link-wrapper-double {
    width: 100%;
    border-bottom: 1px solid #684fa3;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button {
    color: #fff;
    order: 1;
    padding-left: 18px;
  }

  .menu-button.w--open {
    background-color: #fff;
    padding-left: 18px;
  }

  .image-17 {
    max-height: 70px;
    min-height: 70px;
    color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }

  .nav-link-wrapper {
    border-bottom: 1px solid #684fa3;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .footer {
    height: 50vw;
    /*background-image: url('../images/lila_kurve_mit_kuh.png');*/
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-media {
    width: 100%;
    min-width: auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-overview-flex-container {
    border-bottom: 1px solid #684fa3;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 1px;
  }

  .cookie-policy-container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-7 {
    margin-bottom: 20px;
  }

  .dropdown-list-without-line {
    display: none;
  }

  .dropdown-list-without-line.w--open {
    text-align: center;
    background-color: #efe9e9;
    border-bottom: 1px #7d68ac;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-link-flex-container {
    width: 100%;
    border: 1px #000;
    flex-flow: wrap;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 100px;
    margin-right: 100px;
  }

  .dropdown-wrapper {
    width: 100%;
    text-align: center;
    background-color: #efe9e9;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .footer-flex-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .container-7 {
    justify-content: flex-end;
    top: 200px;
  }

  .accordeon-toogle-without-line {
    width: 100%;
    text-align: center;
    border-bottom-style: none;
    padding-right: 0;
  }

  .accordeon-toogle-without-line.w--open {
    text-align: center;
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    padding-right: 20px;
  }

  .accordion-item {
    width: 100%;
    text-align: center;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
  }

  .overview-container {
    flex-flow: column wrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

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

  .brand-2 {
    flex: 0 auto;
    margin-top: 0;
    margin-left: 0%;
  }

  .accordeon-toogle {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #684fa3;
    padding-right: 0;
    position: static;
  }

  .accordeon-toogle.w--open {
    text-align: center;
    border-bottom-style: none;
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .text-block-37 {
    text-align: center;
    margin-bottom: 100px;
  }

  .arrow-up-wrapper {
    color: #f7f4f4;
    background-color: #f7f4f4;
    border-style: none;
    margin-bottom: 0;
    margin-right: 0;
    position: static;
  }

  .dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-navi {
    padding-top: 20px;
  }

  .dropdown-list {
    width: 100%;
    display: none;
  }

  .dropdown-list.w--open {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #7d68ac;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-desktop {
    display: none;
  }

  .footer-navi-wrapper {
    border-bottom: 1px solid #684fa3;
    padding-bottom: 1px;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  p {
    font-size: 2.5em;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

  .margin-bottom.margin-small {
    margin-bottom: 2rem;
  }

  .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-size-medium {
    font-size: 1rem;
  }

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .button {
    border-width: 2px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: .9rem;
  }

  .button.is-link, .button.is-small {
    font-size: .9rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-regular.text-align-center {
    font-size: 3em;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h3.is-slider {
    font-size: 3em;
  }

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

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout1_component {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .layout1_content {
    min-height: 50vw;
  }

  .layout1_image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .layout395_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .layout395_card-content {
    padding: 1.5rem;
  }

  .layout43_component {
    grid-template-columns: 1fr;
  }

  .section_slider {
    padding-bottom: 2rem;
  }

  .slider_component {
    padding: 5rem 0 3rem;
  }

  .slider_slide {
    min-height: auto;
    margin-right: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .slider_content {
    padding-top: 6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .slider_content.is-nussini {
    padding-top: 10rem;
  }

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

  .testimonial23_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial23_arrow {
    bottom: 3rem;
  }

  .testimonial23_arrow.is-left {
    width: 6rem;
    height: 6rem;
    top: 105%;
    right: 6rem;
  }

  .testimonial23_arrow.is-right {
    width: 6rem;
    height: 6rem;
    top: 105%;
    left: 6rem;
  }

  .layout2_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .lightbox-play-icon {
    width: 20vw;
    height: 20vw;
  }

  .footer_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer_link {
    line-height: 1.2;
  }

  .footer7_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer7_credit-text {
    margin-top: 2rem;
  }

  .footer7_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

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

  .modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .header_nav-wrapper {
    top: 2rem;
  }

  .header_logo {
    width: 60vw;
  }

  .image-chunk {
    width: 100vw;
    position: relative;
    top: 8.2vw;
    left: -52vw;
  }

  .image-chunk.is-left {
    left: -45.9vw;
  }

  .image-chunk.is-center {
    width: 100%;
    margin-top: -35vw;
    margin-bottom: -23vw;
  }

  .section_layout5 {
    margin-top: -7rem;
  }

  .layout5_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
  }

  .highlights_image-wrapper {
    width: 100vw;
    margin-top: 8rem;
    top: 6.9vw;
  }

  .scalable-text-wrapper {
    justify-content: center;
    align-items: flex-start;
    font-size: 1.5vw;
  }

  .scalable-text-wrapper.is-highlight-schokolade {
    font-size: 3.5vw;
    position: relative;
    top: -27.2vw;
    left: 0;
  }

  .scalable-text-wrapper.is-header {
    font-size: 3.5vw;
  }

  .scalable-text-wrapper.is-vielfalt {
    font-size: 3vw;
  }

  .scalable-text-wrapper.is-mobile-landscape {
    font-size: 3vw;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .scalable-text-wrapper.is-footer {
    font-size: 2.5vw;
  }

  .scalable-text-wrapper.is-footer.hide-mobile-portrait {
    font-size: 3.5vw;
  }

  .scalable-text-wrapper.is-footer.show-mobile-portrait {
    display: none;
  }

  .highlights_arrow {
    position: relative;
  }

  .highlights_arrow-wrapper.is-genussmoment {
    width: 30vw;
    height: 10vw;
    position: absolute;
    top: 46.1vw;
    left: 2vw;
    transform: rotate(34deg);
  }

  .highlights_arrow-wrapper.is-mobile-landscape {
    width: 18vw;
    height: auto;
    position: relative;
    top: -11.8vw;
    left: 36vw;
  }

  .highlights_text-wrapper.show-mobile-landscape {
    margin-top: 8rem;
    display: flex;
  }

  .padding-section-xlarge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sharing_social-wrapper {
    font-size: 4vw;
  }

  .sharing_icon-wrapper {
    width: 2em;
    height: 2em;
  }

  .sharing_text {
    font-size: 2.5vw;
  }

  .sharing_social-component {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header_rotating-cta {
    width: 30vw;
    height: 30vw;
  }

  .padding-section-custom1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .image-chunk-small {
    width: 90vw;
    height: 90vw;
    position: relative;
    top: -13vw;
    left: 59.5vw;
  }

  .image-chunk-small.is-left {
    left: 57.2vw;
  }

  .header_wave-divider-addition {
    height: 4vw;
  }

  .paragraph, .paragraph-2 {
    font-size: 3.5em;
  }

  .taste-moment-image {
    margin-left: 0;
    transform: rotate(8deg);
  }

  .header {
    width: 100%;
  }

  .menu-button {
    padding-left: 10px;
  }

  .footer {
    height: 50vw;
    background-size: auto;
    padding: 40px 0;
  }

  .link-subnavi {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-overview-flex-container {
    flex-wrap: wrap;
  }

  .footer-link-flex-container {
    flex-flow: wrap;
    align-content: center;
    justify-content: center;
    margin-bottom: 0;
    padding-top: 0;
  }

  .container-7 {
    justify-content: flex-end;
    position: static;
    top: 83px;
  }

  .div-block-50 {
    margin-bottom: -30px;
    position: static;
  }

  .text-block-37 {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .div-block-31 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 1.8vw;
    line-height: 1.6;
  }

  h1 {
    font-size: 2.5rem;
  }

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

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

  .button {
    line-height: 1.4;
  }

  .text-size-regular {
    font-size: 2.5em;
  }

  .text-size-regular.text-align-center {
    font-size: 3em;
  }

  .heading-style-h3.is-slider {
    font-size: 4em;
  }

  .section_header {
    height: 97vh;
  }

  .layout1_component {
    grid-row-gap: .25rem;
    grid-template-columns: 1fr;
  }

  .layout43_component {
    grid-template-columns: 1fr;
  }

  .slider_component {
    min-height: 500px;
  }

  .slider_mask {
    width: 85%;
  }

  .slider_slide {
    margin-right: 3rem;
  }

  .slider_slide.is-strawberrycheesecake, .slider_slide.is-nussini, .slider_slide.is-peanutcaramel, .slider_slide.is-toffeeganzenuss, .slider_slide.is-oreo, .slider_slide.is-schokokeks, .slider_slide.is-lufleecaramel, .slider_slide.is-noisette, .slider_slide.is-crispyjoghurt, .slider_slide.is-nussnougat, .slider_slide.is-ganzehaselnuesse, .slider_slide.is-mandelkaramell, .slider_slide.is-alpenmilch, .slider_slide.is-triolade, .slider_slide.is-traube-nuss, .slider_slide.is-erdbeer {
    margin-right: 1.5rem;
  }

  .slider_content {
    min-height: 390px;
    padding-top: 5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .testimonial23_arrow.is-left {
    width: 4rem;
    height: 4rem;
    right: 5rem;
  }

  .testimonial23_arrow.is-right {
    width: 4rem;
    height: 4rem;
    left: 5rem;
  }

  .layout2_component {
    grid-template-columns: 1fr;
  }

  .layout2_lightbox, .video-overlay-layer {
    border-radius: 3em;
  }

  .header_nav-wrapper {
    top: 1rem;
  }

  .header_logo {
    width: 70vw;
  }

  .section_highlights {
    min-height: 40vh;
    margin-top: 10vw;
    margin-bottom: -10vw;
    padding-top: 0;
  }

  .layout5_component {
    grid-template-columns: 1fr;
  }

  .layout5_content {
    top: 8.9vw;
  }

  .layout5_item-list {
    grid-template-columns: 1fr;
  }

  .layout5_lightbox-image {
    border-radius: 3em;
  }

  .scalable-text-wrapper.is-header {
    font-size: 4vw;
  }

  .scalable-text-wrapper.is-vielfalt {
    font-size: 3.5vw;
  }

  .scalable-text-wrapper.is-mobile-landscape {
    font-size: 3vw;
  }

  .scalable-text-wrapper.is-footer {
    font-size: 3.2vw;
  }

  .scalable-text-wrapper.is-footer.show-mobile-portrait {
    font-size: 5vw;
    display: flex;
  }

  .scalable_text.is-genussmoment-first {
    font-size: 4em;
  }

  .highlights_arrow-wrapper.is-genussmoment {
    top: 44.1vw;
  }

  .highlights_arrow-wrapper.is-mobile-landscape {
    width: 20vw;
    font-size: 2vw;
    top: -17vw;
    left: 36vw;
  }

  .highlights_image {
    width: 100%;
  }

  .slider_image-wrapper {
    top: -6.5vw;
  }

  .slider_background {
    border-radius: 3em;
  }

  .sharing_logo-wrapper {
    top: 5.2em;
    left: 5.4em;
  }

  .sharing_icon-wrapper {
    width: 2.5em;
    height: 3em;
  }

  .sharing_text {
    font-size: 4vw;
  }

  .header_rotating-cta {
    width: 40vw;
    height: 40vw;
  }

  .padding-section-custom1 {
    padding-top: 2rem;
  }

  .modal_sharing-wrapper {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .header_wave-divider-addition {
    height: 20vw;
  }

  .paragraph.max-width {
    max-width: 100%;
  }

  .preloader-image {
    width: 150px;
  }

  .taste-moment-image {
    min-width: 280px;
  }

  .header-image-warpper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .header {
    justify-content: center;
    align-items: stretch;
  }

  .buttons {
    padding-right: 18px;
  }

  .menu-button {
    padding-left: 10px;
  }

  .footer {
    height: auto;
    text-align: left;
    /*background-image: url('../images/lila_kurve_mit_kuh_mobile.png');*/
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-subnavi {
    font-size: 12px;
  }

  .cookie-policy-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-7 {
    margin-bottom: 0;
  }

  .footer-link-flex-container {
    text-align: center;
    flex-flow: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .footer-flex-container {
    text-align: center;
    padding-bottom: 40px;
  }

  .container-7 {
    position: static;
    top: 41px;
  }

  .text-block-77 {
    color: #7d68ac;
  }

  .div-block-50 {
    flex-direction: column;
    align-items: center;
    margin-top: 112px;
    display: flex;
  }

  .text-block-37 {
    text-align: center;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 10px;
  }

  .div-block-31 {
    display: block;
  }

  .image-desktop {
    display: none;
  }
}

#w-node-_61c44528-48e8-4287-a4fc-1ff740034912-99481bfc, #w-node-_8cfe62a3-129b-0ca1-7d3c-45d99489df64-99481bfc, #w-node-b1d30eed-4397-686a-f9a1-f1ee5e8c8d52-99481bfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b139ecb-3ff9-0155-5381-e82de35cc9bf-99481bfc {
  justify-self: center;
}

#w-node-_22184ea6-66e0-42f3-92e4-1e3ec19748c3-99481bfc, #w-node-_29c4fddc-062d-d35e-ac30-0312fcf8ed88-99481bfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-d5481c13 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-d5481c13 {
  justify-self: start;
}

#w-node-a83c6103-bcbe-a38a-700b-7f0efbf54e3c-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc86367-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-d5481c13 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-d5481c13 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-d5481c13, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-d5481c13, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-d5481c13 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-d5481c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-d5481c13 {
  justify-self: start;
}

#w-node-_3c573536-b3cd-3fa4-3f3f-ed3350c9bfb7-eb33cf1f {
  justify-self: center;
}

#w-node-_3c573536-b3cd-3fa4-3f3f-ed3350c9bfbc-eb33cf1f, #w-node-_3c573536-b3cd-3fa4-3f3f-ed3350c9bfce-eb33cf1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9f47ebe-0c6e-4019-654d-554d5d4c8605-a7a296a4 {
  justify-self: center;
}

#w-node-d9f47ebe-0c6e-4019-654d-554d5d4c860a-a7a296a4, #w-node-d9f47ebe-0c6e-4019-654d-554d5d4c861c-a7a296a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db3eb642-e94d-2004-540e-36b0c3062905-fb4e684f {
  justify-self: center;
}

#w-node-db3eb642-e94d-2004-540e-36b0c306290a-fb4e684f, #w-node-db3eb642-e94d-2004-540e-36b0c306291c-fb4e684f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3b139ecb-3ff9-0155-5381-e82de35cc9bf-99481bfc, #w-node-_3c573536-b3cd-3fa4-3f3f-ed3350c9bfb7-eb33cf1f, #w-node-d9f47ebe-0c6e-4019-654d-554d5d4c8605-a7a296a4, #w-node-db3eb642-e94d-2004-540e-36b0c3062905-fb4e684f {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_46707b39-2679-fcc4-1ff0-702ec4728a14-99481bfc {
    order: 9999;
  }

  #w-node-f5dbd93c-6d12-89e8-7590-74413ca9c4e1-99481bfc {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3b139ecb-3ff9-0155-5381-e82de35cc9bf-99481bfc, #w-node-_3c573536-b3cd-3fa4-3f3f-ed3350c9bfb7-eb33cf1f, #w-node-d9f47ebe-0c6e-4019-654d-554d5d4c8605-a7a296a4, #w-node-db3eb642-e94d-2004-540e-36b0c3062905-fb4e684f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gobold Lowplus';
  src: url('../../fonts/Gobold-Lowplus.woff2') format('woff2'), url('../../fonts/Gobold-Lowplus.woff') format('woff'), url('../fonts/Gobold-Lowplus.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GoodHeadlinePro';
  src: url('../../fonts/GoodHeadlinePro-CondBlack.woff2') format('woff2'), url('../../fonts/GoodHeadlinePro-CondBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GoodHeadlinePro';
  src: url('../../fonts/GoodHeadlinePro-Medium.woff2') format('woff2'), url('../../fonts/GoodHeadlinePro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GoodHeadlinePro';
  src: url("../../fonts/GoodHeadlinePro-Bold-172b7d7fa3ee5f0ac957318576396d5c.woff2") format('woff2'), url("../../fonts/GoodHeadlinePro-Bold-f1f7afd1bca75420991bb9174d5e066e.woff") format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GoodHeadlinePro';
  src: url('../../fonts/GoodHeadlinePro.woff2') format('woff2'), url('../../fonts/GoodHeadlinePro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RecoletaMedium';
  src: url('../../fonts/font.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Icomoon';
  src: url('../../fonts/icomoon.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IntervogueSoftLight';
  src: url('../../fonts/IntervogueSoftLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intervoguesoftmed';
  src: url('../../fonts/IntervogueSoftMed.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
