:root {
  --black: black;
  --light-grey: #f4f4f4;
  --grey: #8a7a6d;
  --white: white;
  --dim-grey: #4a4a4a;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 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;
}

a {
  border-color: var(--black);
  color: var(--black);
  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 var(--black);
  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 {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.max-width-large.align-center {
  width: 100%;
  max-width: 100%;
}

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

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

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  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-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-bottom.margin-small {
  margin-bottom: auto;
}

.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-vertical.padding-xxlarge {
  height: 200px;
  margin-top: 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-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
}

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  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 {
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 2rem;
  height: 2rem;
  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 {
  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;
  width: 100%;
  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: var(--light-grey);
}

.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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  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 {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  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: .75rem;
}

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

.button {
  border: 1px none var(--black);
  background-color: var(--grey);
  color: var(--white);
  text-align: center;
  background-image: url('../images/Raggruppa-118.svg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 77px;
  padding: .75rem 7rem .75rem 4.5rem;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 36px;
}

.button.is-link {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.button.is-secondary {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-tertiary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.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: var(--white);
  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: 1rem;
}

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

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

.form-input {
  border: 1px solid var(--grey);
  background-color: var(--white);
  color: var(--grey);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 1rem .75rem 1rem 1.5rem;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 36px;
}

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

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

.form-input.is-text-area {
  border-color: var(--grey);
  height: auto;
  min-height: 11.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

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

.rl-styleguide_color.is-black {
  background-color: var(--black);
}

.rl-styleguide_color.is-gray {
  background-color: var(--light-grey);
}

.rl-styleguide_color.is-white {
  background-color: var(--white);
}

.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: var(--white);
  font-family: Cinzel, sans-serif;
  font-weight: 700;
}

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

.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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

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

.text-color-black {
  color: var(--black);
}

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

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

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

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

.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 {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  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;
  text-decoration: none;
  display: flex;
}

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

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

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

.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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  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 {
  border-left: 2px solid var(--black);
  text-align: left;
  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: 1.25rem;
}

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

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

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

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

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

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

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

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.grid {
  grid-template-rows: auto;
}

.nav {
  object-fit: fill;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

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

.image {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-2 {
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: static;
}

.div-block {
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 115px;
  padding-left: 130px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  padding-top: 115px;
  padding-right: 130px;
  display: flex;
}

.div-block-3 {
  padding-top: 75px;
}

.layout3_image-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.layout3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  border-top: 1px #707070;
  border-bottom: 1px #707070;
  border-right: 0 rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout3_image {
  width: 760px;
  max-width: 900%;
  height: 760px;
}

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

.image-overlay-layer.hide {
  display: none;
}

.section_header5 {
  background-color: var(--grey);
  background-image: url('../images/002-CG.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 860px;
  position: relative;
}

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

.header5_content {
  justify-content: flex-start;
  align-items: center;
  min-height: 0;
  max-height: 0;
  display: flex;
}

.header5_background-image {
  object-fit: cover;
  background-image: url('../images/002-CG.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading {
  color: #8a7a6d;
  text-align: left;
  font-family: Cinzel, sans-serif;
  font-size: 62px;
}

.layout3_image-2 {
  max-width: 90%;
  margin-left: auto;
  text-decoration: none;
  display: block;
}

.text-size-medium-2 {
  color: #4a4a4a;
  margin-top: -45px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 42px;
}

.padding-global-2 {
  border: 1px solid rgba(0, 0, 0, 0);
  padding-left: 5%;
  padding-right: 5%;
}

.container-large-2 {
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  color: #8a7a6d;
  text-align: left;
  padding-left: 50px;
  font-family: Cinzel, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 80px;
}

.text-size-medium-3 {
  color: var(--dim-grey);
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 42px;
}

.layout194_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.layout194_image {
  width: 100%;
  height: 100%;
}

.header9_component {
  flex-direction: column;
  height: 100svh;
  min-height: 100svh;
  display: flex;
}

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

.header9_image-wrapper {
  flex: 1;
  position: relative;
}

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

.text-size-medium-4 {
  font-size: 1.125rem;
}

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

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

.text-size-medium-5 {
  font-size: 1.125rem;
}

.h2 {
  color: var(--grey);
  margin-bottom: 90px;
  padding-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 113px;
}

.heading-3 {
  color: var(--dim-grey);
  margin-top: 5rem;
  font-family: Cinzel, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;
}

.gallery23_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gallery23_slide {
  text-align: left;
  padding-right: 2rem;
  position: static;
}

.text-size-medium-6 {
  font-size: 1.125rem;
}

.gallery23_slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.gallery23_arrow {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery23_arrow.is-left {
  right: 4rem;
}

.section_gallery23 {
  overflow: hidden;
}

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

.gallery23_mask {
  width: 25%;
  overflow: visible;
}

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

.gallery23_arrow-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery23_lightbox-link {
  width: 100%;
}

.gallery23_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery22_image-wrapper {
  width: 100%;
  padding-top: 0%;
  position: static;
}

.section_gallery22 {
  display: none;
  overflow: hidden;
}

.gallery22_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.gallery22_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gallery22_arrow-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-size-medium-7 {
  font-size: 1.125rem;
}

.gallery22_slide {
  padding-right: 2rem;
  position: static;
}

.gallery22_lightbox-link {
  width: 100%;
}

.gallery22_mask {
  width: 33.33%;
  position: static;
  overflow: visible;
}

.gallery22_slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.gallery22_arrow {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery22_arrow.is-left {
  right: 4rem;
}

.layout330_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

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

.section_layout330 {
  background-image: url('../images/img_background.png');
  background-position: 0 0;
  background-size: cover;
  height: 850px;
  position: relative;
}

.layout330_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

.heading-4 {
  color: var(--white);
  font-family: Cinzel, sans-serif;
  font-size: 62px;
}

.div-block-4 {
  color: #000;
  background-color: #707070;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 50px;
  padding-top: 0;
}

.image-3 {
  background-color: #000;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 80px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 50px;
  padding: 60px 10px;
}

.heading-5 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  display: flex;
}

.p-project {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 37px;
  display: flex;
}

.heading-6 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 37px;
  display: flex;
}

.gallery15_slide {
  padding-left: 7rem;
  padding-right: 7rem;
}

.gallery15_slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.gallery15_arrow {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery15_arrow.hide-mobile-landscape {
  bottom: 4rem;
}

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

.gallery15_arrow-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.section_gallery15 {
  margin-top: auto;
}

.text-size-medium-8 {
  color: var(--dim-grey);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 42px;
}

.gallery15_image-wrapper {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.gallery15_image-wrapper:focus {
  opacity: .5;
}

.gallery15_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: stretch;
}

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

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

.gallery15_mask {
  overflow: hidden;
}

.section_faq1 {
  padding-top: 0;
}

.faq1_answer {
  border-bottom: 0 #000;
  overflow: hidden;
}

.text-size-medium-9 {
  font-size: 1.125rem;
}

.text-size-medium-9.text-weight-bold {
  color: var(--dim-grey);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 110px;
  font-family: Cinzel, sans-serif;
  font-size: 35px;
}

.faq1_component {
  border-bottom: 1px none var(--black);
}

.padding-global-4 {
  margin-top: -140px;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.faq1_icon-wrapper {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq1_question {
  cursor: pointer;
  border: 0 solid #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.p-accordion {
  color: var(--dim-grey);
  border: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 30px;
  padding-left: 110px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 42px;
}

.gallery13_image {
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery13_arrow-icon {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.9rem;
  height: 1.5rem;
  font-size: 2px;
  display: flex;
}

.gallery13_image-wrapper {
  height: 100vh;
  position: relative;
}

.section_gallery13 {
  overflow: hidden;
}

.text-size-medium-10 {
  font-size: 1.125rem;
}

.gallery13_slider {
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
}

.gallery13_arrow {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery13_arrow.hide-mobile-landscape {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-color: #fff;
  width: 4rem;
  height: 4rem;
  margin-left: 2rem;
  margin-right: 2rem;
  font-size: 1rem;
  bottom: 4rem;
}

.gallery13_slide {
  object-fit: contain;
}

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

.gallery13_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: stretch;
}

.gallery13_slide-nav {
  height: 1.75rem;
  margin-bottom: 2rem;
  font-size: .5rem;
}

.gallery6_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.gallery6_image-wrapper {
  width: 100%;
  position: static;
}

.text-size-medium-11 {
  font-size: 1.125rem;
}

.gallery6_lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

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

.section_gallery6 {
  display: none;
}

.text-size-medium-12 {
  font-size: 1.125rem;
}

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

.heading-7 {
  color: var(--grey);
  text-align: center;
  font-family: Cinzel, sans-serif;
  font-size: 62px;
  line-height: 113px;
}

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

.image-overlay-layer-2.hide {
  display: none;
}

.text-size-medium-13 {
  font-size: 1.125rem;
}

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

.layout93_image {
  width: 100%;
  height: 100%;
}

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

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

.text-size-medium-14 {
  font-size: 1.125rem;
}

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

.layout93_image-wrapper {
  width: 100%;
}

.header9_content-wrapper-2 {
  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;
}

.text-size-medium-15 {
  font-size: 1.125rem;
}

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

.gallery13_arrow-icon-2 {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-size-medium-16 {
  font-size: 1.125rem;
}

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

.layout89_image {
  object-fit: fill;
  min-width: 100%;
}

.layout89_image-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.text-size-medium-17 {
  font-size: 1.125rem;
}

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

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

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

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

.contact5_item {
  align-self: center;
  display: flex;
}

.text-size-medium-18 {
  color: var(--dim-grey);
  text-align: center;
  align-self: center;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 42px;
}

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

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

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

.error-text {
  color: #e23939;
}

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

.contact5_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 30px;
}

.contact5_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.success-message {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

.contact5_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.heading-8 {
  color: var(--grey);
  align-self: center;
  padding-bottom: 30px;
  font-family: Cinzel, sans-serif;
  font-size: 62px;
  line-height: 113px;
}

.text-block {
  color: var(--grey);
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 42px;
  display: flex;
}

.text-block-2, .text-block-3 {
  color: var(--grey);
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 42px;
}

.bold-text {
  color: var(--grey);
}

.bold-text-2 {
  color: var(--grey);
  font-size: 21px;
}

.bold-text-3, .bold-text-4 {
  color: var(--grey);
}

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

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

.footer7_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

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

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

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

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

.footer7_component {
  background-color: var(--grey);
  height: 200px;
}

.padding-global-14 {
  background-color: rgba(138, 122, 109, 0);
  height: 200px;
  padding-left: 5%;
  padding-right: 5%;
}

.line-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

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

.navbar16_social-list {
  grid-column-gap: .75rem;
  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-items: stretch;
  display: grid;
}

.navbar16_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.menu-icon4_line-top {
  background-color: var(--white);
  color: var(--black);
  width: 35px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 1rem;
}

.navbar16_link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  position: static;
}

.navbar16_link.w--current {
  color: var(--black);
}

.navbar16_logo-link {
  z-index: 1;
  padding-left: 0;
}

.menu-icon_line-middle-base {
  background-color: var(--black);
  color: var(--black);
  width: 24px;
  height: 2px;
  position: absolute;
}

.navbar16_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.navbar16_menu {
  z-index: 2;
  background-color: var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  transition: height .5s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.navbar16_component {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.menu-icon4_line-middle {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.navbar16_menu-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

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

.menu-icon4_wrapper {
  color: var(--white);
  border: 1px solid rgba(179, 136, 136, 0);
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.navbar16_links-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.navbar16_menu-button {
  z-index: 3;
  color: var(--white);
  padding: 0;
  position: relative;
}

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

.button-2 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-2.is-navbar16-button {
  z-index: 1;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative;
}

.button-2.is-secondary {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.button-2.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.menu-icon4_line-bottom {
  background-color: var(--black);
  color: var(--black);
  width: 24px;
  height: 2px;
}

.navbar16_logo {
  z-index: 1;
  display: block;
  position: relative;
}

.menu-icon4 {
  z-index: 3;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding-top: 0;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.navbar16_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar16_container {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 35px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-icon_line-middle-base-2 {
  background-color: var(--white);
  width: 35px;
  height: 2px;
  position: absolute;
}

.navbar16_menu-2 {
  border: 0px solid var(--white);
  background-color: var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  padding-left: 5%;
  padding-right: 5%;
  transition: height .5s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.navbar16_component-2 {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  display: flex;
}

.navbar16_menu-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-top: 4.5rem;
  display: flex;
  position: relative;
}

.icon-embed-xsmall-4 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.menu-icon4_wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar16_menu-button-2 {
  z-index: 1;
  padding: 0;
  position: relative;
}

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

.menu-icon4_line-bottom-2 {
  background-color: var(--white);
  width: 35px;
  height: 2px;
}

.navbar16_logo-2 {
  text-align: left;
  width: 50%;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-icon4-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

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

.section_header5-2 {
  background-image: url('../images/002-CG.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 899px;
  position: relative;
}

.text-size-medium-19 {
  font-size: 1.125rem;
}

.header5_content-2 {
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.padding-global-15 {
  margin-top: -30px;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

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

.column {
  border: 1px solid #fff;
  padding: 40px 20px;
}

.columns2 {
  border: 1px #fff;
  padding-top: 0;
}

.column-2, .column-3, .column-4, .column-5 {
  border: 1px solid #fff;
  padding: 40px 20px;
}

.columns {
  margin-top: 100px;
}

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

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

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

.section_layout38 {
  display: none;
  position: relative;
}

.text-size-medium-20 {
  font-size: 1.125rem;
}

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

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

.heading-9 {
  color: var(--grey);
  font-family: Cinzel, sans-serif;
  font-size: 62px;
  line-height: 113px;
}

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

.section_gallery15-2 {
  display: none;
}

.text-size-medium-21 {
  font-size: 1.125rem;
}

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

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

.text-size-medium-22 {
  color: var(--dim-grey);
  padding-right: 50px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 42px;
}

.layout194_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4px;
  border-top: 1px #000;
  border-bottom: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.layout194_image-2 {
  width: 100%;
  max-width: 90%;
  height: 100%;
}

.column-6 {
  margin-top: 75px;
  display: block;
}

.column-7 {
  grid-column-gap: 30px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-top: 115px;
  padding-right: 0;
  display: flex;
}

.column-8 {
  padding-top: 115px;
  padding-left: 0;
  padding-right: 0;
}

.image-4 {
  display: inline-block;
}

.section_layout90 {
  display: none;
}

.image-5 {
  background-color: #fff;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 5px;
  display: block;
}

.bold-text-5 {
  font-size: 35px;
  line-height: 42px;
}

.heading-10 {
  color: var(--dim-grey);
  font-family: Cinzel, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
}

.heading-11 {
  color: var(--dim-grey);
  font-family: Cinzel, sans-serif;
  font-size: 47px;
  line-height: 56px;
}

.text-block-4 {
  background-color: var(--grey);
  color: var(--white);
  text-align: center;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 40px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 32px;
  display: flex;
  position: absolute;
}

.image-6 {
  object-fit: fill;
}

.text-block-5 {
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-block-6 {
  text-align: left;
  flex-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.text-block-7 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
}

.text-block-8 {
  color: var(--light-grey);
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  margin-top: auto;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.text-block-9 {
  grid-column-gap: 0px;
  color: var(--white);
  text-align: center;
  flex-wrap: nowrap;
  flex: 0 auto;
  align-content: stretch;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  padding-top: 355px;
  display: flex;
  position: absolute;
}

.text-block-10 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-11 {
  color: var(--white);
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 6%;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 25%;
  display: flex;
  position: absolute;
  left: auto;
}

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

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

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

.gallery6_image-wrapper-2 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.text-size-medium-23 {
  font-size: 1.125rem;
}

.gallery6_lightbox-link-2 {
  width: 100%;
  height: 100%;
}

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

.section_gallery6-2 {
  display: none;
}

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

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

.text-size-medium-24 {
  font-size: 1.125rem;
}

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

.section_gallery6-3 {
  display: none;
}

.image-9 {
  width: 35px;
}

.text-block-13 {
  color: #fff;
  font-size: 25px;
  line-height: 32px;
}

.flex-block {
  grid-column-gap: 20px;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 25px;
}

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

.div-block-8 {
  border: 0 #707070;
  border-top: 1px solid #707070;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 25%;
  padding-right: 25%;
}

.flex-block-3 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
}

.image-11, .image-12, .image-13, .image-14 {
  width: 45px;
}

.text-block-14 {
  align-self: auto;
  position: absolute;
}

.grid-4 {
  grid-row-gap: 94px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-10 {
  border: 1px solid #fff;
  width: 20%;
}

.flex-block-4 {
  border: 1px #fff;
  padding-top: 110px;
}

.div-block-11, .div-block-12, .div-block-13, .div-block-14 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 20%;
}

.div-block-15 {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 20%;
}

.div-block-16, .div-block-17, .div-block-18, .div-block-19 {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 20%;
}

.columns-2 {
  padding-top: 0;
}

.heading-13 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 32px;
}

.italic-text {
  color: #fff;
  border: 1px rgba(255, 255, 255, 0);
}

.section_gallery7 {
  display: none;
}

.banner10_component {
  background-color: var(--white);
  border-bottom: 1px solid #000;
  position: relative;
}

.padding-global-21 {
  background-color: #25d366;
  padding: 20px 5%;
}

.banner10_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.banner10_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.banner10_close-button {
  margin-left: 1rem;
}

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

.link {
  color: #000;
  text-indent: 0;
  column-count: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: underline;
}

.flex-block-6 {
  grid-column-gap: 5px;
  justify-content: center;
  width: 100%;
}

.section-2 {
  display: none;
}

.heading-14 {
  align-self: center;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
}

.footer {
  display: none;
}

.flex-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
}

.gallery22_image-wrapper-2 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.section_gallery22-2 {
  overflow: hidden;
}

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

.text-size-medium-25 {
  font-size: 1.125rem;
}

.gallery22_slide-2 {
  padding-right: 2rem;
}

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

.gallery22_mask-2 {
  width: 33.33%;
  overflow: visible;
}

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

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

.text-size-medium-26 {
  font-size: 1.125rem;
}

.gallery5_lightbox-link {
  width: 100%;
  height: 100%;
}

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

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

.gallery5_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.text-span {
  color: #000;
}

.text-block-15 {
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

@media screen and (max-width: 991px) {
  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;
  }

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

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

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

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

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

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

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

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

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

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

  .gallery15_slide {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .gallery15_arrow.hide-mobile-landscape, .gallery13_arrow.hide-mobile-landscape, .gallery13_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

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

  .layout93_component, .header9_content-wrapper-2, .layout89_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .contact5_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .navbar16_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 0;
    position: static;
  }

  .menu-icon_line-middle-base {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .navbar16_menu {
    flex-direction: column;
    justify-content: center;
    position: absolute;
  }

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

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar16_links-wrapper {
    flex: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar16_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .menu-icon4_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .navbar16_bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar16_container {
    grid-auto-columns: 1fr;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .menu-icon_line-middle-base-2 {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .navbar16_menu-2 {
    flex-direction: column;
    justify-content: center;
    position: absolute;
  }

  .menu-icon4_wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar16_menu-button-2 {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .menu-icon4_line-bottom-2 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

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

  .text-size-medium-2, .text-size-medium-3 {
    font-size: 1rem;
  }

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

  .header9_component {
    height: auto;
    max-height: none;
  }

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

  .text-size-medium-4, .text-size-medium-5 {
    font-size: 1rem;
  }

  .gallery23_slide {
    padding-right: 1.5rem;
  }

  .text-size-medium-6 {
    font-size: 1rem;
  }

  .gallery23_arrow.is-left {
    right: 3.5rem;
  }

  .gallery23_mask {
    width: 50%;
  }

  .text-size-medium-7 {
    font-size: 1rem;
  }

  .gallery22_slide {
    padding-right: 1.5rem;
  }

  .gallery22_mask {
    width: 50%;
  }

  .gallery22_arrow.is-left {
    right: 3.5rem;
  }

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

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

  .gallery15_slider {
    padding-bottom: 3rem;
  }

  .text-size-medium-8, .text-size-medium-9 {
    font-size: 1rem;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-size-medium-10 {
    font-size: 1rem;
  }

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

  .gallery6_component, .gallery6_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-size-medium-11, .text-size-medium-12, .text-size-medium-13 {
    font-size: 1rem;
  }

  .layout93_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-14 {
    font-size: 1rem;
  }

  .header9_content-wrapper-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-15, .text-size-medium-16, .text-size-medium-17 {
    font-size: 1rem;
  }

  .layout89_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-18 {
    font-size: 1rem;
  }

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

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

  .footer7_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

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

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

  .navbar16_link {
    font-size: 1.5rem;
  }

  .navbar16_component {
    min-height: 4rem;
  }

  .navbar16_menu-wrapper {
    padding-top: 4rem;
  }

  .navbar16_links-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-2.is-navbar16-button {
    padding: .25rem 1rem;
  }

  .navbar16_bottom {
    height: 4rem;
  }

  .navbar16_component-2 {
    min-height: 4rem;
  }

  .navbar16_menu-wrapper-2 {
    padding-top: 4rem;
  }

  .text-size-medium-19 {
    font-size: 1rem;
  }

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

  .text-size-medium-20 {
    font-size: 1rem;
  }

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

  .text-size-medium-21, .text-size-medium-22 {
    font-size: 1rem;
  }

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

  .gallery6_component-2, .gallery6_row-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-size-medium-23 {
    font-size: 1rem;
  }

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

  .text-size-medium-24 {
    font-size: 1rem;
  }

  .banner10_content-wrapper {
    align-items: center;
  }

  .banner10_content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 1rem;
  }

  .banner10_close-button {
    margin-left: 0;
  }

  .text-size-medium-25 {
    font-size: 1rem;
  }

  .gallery22_slide-2 {
    padding-right: 1.5rem;
  }

  .gallery22_mask-2 {
    width: 50%;
  }

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

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

  .text-size-medium-26 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  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-vertical.padding-xxlarge {
    height: 200px;
    margin-top: 60px;
  }

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

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

  .icon-embed-small {
    order: 0;
    align-self: center;
    padding-top: 0;
    display: flex;
    overflow: visible;
  }

  .button {
    background-image: url('../images/Raggruppa-118.svg');
    background-position: 75%;
    background-repeat: no-repeat;
    background-size: 31px;
    padding-left: 0;
    padding-right: 2.8rem;
  }

  .form-input {
    font-size: 18px;
  }

  .padding-section-large {
    padding-bottom: 0;
  }

  .nav {
    object-fit: fill;
    min-width: 300px;
    max-width: 300px;
    overflow: visible;
  }

  .grid-2 {
    justify-content: start;
  }

  .div-block {
    padding-left: 0;
  }

  .div-block-2 {
    flex-wrap: wrap;
    padding-top: 0;
    padding-right: 0;
    overflow: auto;
  }

  .div-block-3 {
    padding-top: 0;
  }

  .layout3_component {
    border: 1px #000;
    grid-template-columns: 1fr;
  }

  .section_layout3 {
    padding-left: 0;
  }

  .layout3_image-2 {
    display: none;
  }

  .text-size-medium-2 {
    padding-left: 0;
    font-size: 16px;
    line-height: 32px;
  }

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

  .heading-2 {
    padding-left: 0;
    font-size: 30px;
    line-height: 41px;
  }

  .text-size-medium-3 {
    display: none;
  }

  .layout194_component {
    grid-template-columns: 1fr;
    display: none;
  }

  .section_layout194, .layout194_image {
    display: none;
  }

  .header9_component {
    min-height: 430px;
  }

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

  .header9_image-wrapper {
    flex: 1;
  }

  .h2 {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 70px;
  }

  .heading-3 {
    margin-top: auto;
    font-size: 20px;
    line-height: 32px;
  }

  .section_gallery22 {
    padding-bottom: 100px;
    display: none;
  }

  .section_layout330 {
    height: 936px;
    display: none;
  }

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

  .heading-4 {
    font-size: 30px;
    line-height: 50px;
  }

  .div-block-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section_gallery15 {
    margin-top: auto;
  }

  .text-size-medium-8 {
    text-align: left;
    font-size: 16px;
    line-height: 32px;
  }

  .gallery15_image-wrapper {
    height: 265px;
  }

  .gallery15_image {
    padding-left: 10px;
    padding-right: 10px;
    left: 0%;
  }

  .section_faq1 {
    padding-bottom: 140px;
  }

  .text-size-medium-9.text-weight-bold {
    padding-top: 65px;
    padding-left: 0;
    font-size: 20px;
    line-height: 42px;
  }

  .padding-global-4 {
    margin-top: -60px;
  }

  .faq1_icon-wrapper {
    margin-top: 25px;
  }

  .faq1_question {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-accordion {
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 16px;
    line-height: 32px;
  }

  .gallery13_image {
    object-fit: cover;
    height: 50%;
  }

  .gallery13_slider {
    height: 447px;
  }

  .gallery13_component {
    height: 430px;
  }

  .gallery13_slide-nav {
    padding-top: 25px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .gallery6_component {
    padding-left: 0;
  }

  .section_gallery6 {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .heading-7 {
    text-align: left;
    padding-top: 30px;
    padding-left: 25px;
    font-size: 30px;
    line-height: 40px;
  }

  .image-overlay-layer-2 {
    background-color: rgba(0, 0, 0, .61);
  }

  .layout93_item-list, .layout93_component, .header9_content-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .section_layout89 {
    display: none;
  }

  .layout89_image {
    max-width: 100%;
    min-height: 64%;
    margin-top: 15px;
  }

  .layout89_image-wrapper {
    width: auto;
  }

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

  .padding-global-12 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-size-medium-18 {
    font-size: 19px;
    line-height: 32px;
  }

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

  .section_contact5 {
    display: none;
  }

  .contact5_contact-list {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .heading-8 {
    margin-top: 5.5rem;
    padding-bottom: 25px;
    font-size: 30px;
    line-height: 70px;
  }

  .text-block {
    font-size: 19px;
    line-height: 32px;
    display: none;
  }

  .text-block-2 {
    align-self: auto;
    font-size: 19px;
    line-height: 32px;
  }

  .text-block-3 {
    font-size: 19px;
    line-height: 32px;
  }

  .footer7_component {
    height: 280px;
    margin-top: 100px;
    display: none;
  }

  .navbar16_logo-link {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar16_logo {
    padding-top: 0;
    padding-left: 0;
  }

  .navbar16_logo-2 {
    width: 100%;
    max-width: 70%;
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .menu-icon4-2 {
    display: none;
  }

  .section_header5-2 {
    background-position: 49%;
    height: 932px;
  }

  .text-color-white-3 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Cinzel, sans-serif;
    font-size: 30px;
    line-height: 50px;
  }

  .section_layout38 {
    height: auto;
    display: block;
  }

  .text-size-medium-20.text-color-white {
    text-align: left;
    border: .5px solid #fff;
    padding: 10px;
    font-family: Roboto, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 50px;
    display: block;
  }

  .heading-9 {
    color: var(--grey);
    text-align: left;
    padding-top: 30px;
    font-family: Cinzel, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .padding-section-large-3 {
    padding-top: 0;
  }

  .section_gallery15-2 {
    display: block;
  }

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

  .column-7, .column-8 {
    display: none;
  }

  .section_layout90 {
    display: block;
  }

  .bold-text-5 {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-10 {
    font-size: 20px;
    line-height: 32px;
  }

  .text-block-9 {
    padding-top: 0;
    display: none;
  }

  .div-block-6 {
    grid-row-gap: 0px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 55px;
    padding-left: 6%;
    display: flex;
  }

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

  .section_gallery6-2, .section_gallery6-3 {
    display: none;
  }

  .heading-12 {
    color: var(--grey);
    text-align: left;
    font-family: Cinzel, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .image-7 {
    min-height: 64%;
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-8 {
    margin-top: 35px;
  }

  .text-block-12 {
    color: #787878;
    align-self: center;
    font-family: Roboto, sans-serif;
    font-size: 19px;
    line-height: 32px;
  }

  .image-9 {
    width: 32px;
    display: block;
  }

  .text-block-13 {
    color: var(--white);
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 48px;
    position: static;
  }

  .flex-block {
    grid-column-gap: 10px;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

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

  .image-10 {
    width: 28px;
    height: 28px;
  }

  .flex-block-2 {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

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

  .heading-13 {
    text-align: center;
    padding-top: 15px;
    font-size: 20px;
  }

  .section_gallery7 {
    display: none;
  }

  .padding-global-21 {
    margin-bottom: 50px;
    padding-bottom: 20px;
  }

  .link {
    font-size: 20px;
  }

  .section-2 {
    display: block;
  }

  .footer {
    background-color: var(--grey);
    display: block;
  }

  .flex-block-7 {
    margin-top: -65px;
    padding-top: 0;
  }

  .section_gallery22-2 {
    display: none;
  }

  .gallery5_row {
    grid-template-rows: auto;
  }

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

#w-node-_8dca8840-3366-4391-cc6e-b1876846c492-7f77fe14, #w-node-afcb40ea-fd93-a16c-7c76-263ca21caf47-7f77fe14, #w-node-_919654db-2a4e-8b80-a2b1-41ad559c2765-7f77fe14, #w-node-_665a3b21-440b-c7ae-f061-81b22df52d1d-7f77fe14, #w-node-afcb40ea-fd93-a16c-7c76-263ca21caf4a-7f77fe14, #w-node-afcb40ea-fd93-a16c-7c76-263ca21caf4d-7f77fe14, #w-node-afcb40ea-fd93-a16c-7c76-263ca21caf50-7f77fe14, #w-node-afcb40ea-fd93-a16c-7c76-263ca21caf54-7f77fe14, #w-node-afcb40ea-fd93-a16c-7c76-263ca21caf57-7f77fe14, #w-node-afcb40ea-fd93-a16c-7c76-263ca21caf5a-7f77fe14, #w-node-afcb40ea-fd93-a16c-7c76-263ca21caf5d-7f77fe14, #w-node-dc2178ed-76be-6ed1-5254-d7dfc86df0d2-7f77fe14, #w-node-dc2178ed-76be-6ed1-5254-d7dfc86df0d5-7f77fe14, #w-node-dc2178ed-76be-6ed1-5254-d7dfc86df0d8-7f77fe14, #w-node-dc2178ed-76be-6ed1-5254-d7dfc86df0db-7f77fe14, #w-node-dc2178ed-76be-6ed1-5254-d7dfc86df0df-7f77fe14, #w-node-dc2178ed-76be-6ed1-5254-d7dfc86df0e2-7f77fe14, #w-node-dc2178ed-76be-6ed1-5254-d7dfc86df0e5-7f77fe14, #w-node-dc2178ed-76be-6ed1-5254-d7dfc86df0e8-7f77fe14, #w-node-_5175ff98-70c5-e098-4d68-7d956743affc-7f77fe14, #w-node-_5175ff98-70c5-e098-4d68-7d956743afff-7f77fe14, #w-node-_5175ff98-70c5-e098-4d68-7d956743b002-7f77fe14, #w-node-_5175ff98-70c5-e098-4d68-7d956743b005-7f77fe14, #w-node-_5175ff98-70c5-e098-4d68-7d956743b009-7f77fe14, #w-node-_5175ff98-70c5-e098-4d68-7d956743b00c-7f77fe14, #w-node-_5175ff98-70c5-e098-4d68-7d956743b00f-7f77fe14, #w-node-_5175ff98-70c5-e098-4d68-7d956743b012-7f77fe14, #w-node-_2a8a6888-6c26-8a45-6f2d-b48802eb7f12-7f77fe14, #w-node-_2a8a6888-6c26-8a45-6f2d-b48802eb7f15-7f77fe14, #w-node-_2a8a6888-6c26-8a45-6f2d-b48802eb7f18-7f77fe14, #w-node-_2a8a6888-6c26-8a45-6f2d-b48802eb7f1f-7f77fe14, #w-node-_2a8a6888-6c26-8a45-6f2d-b48802eb7f22-7f77fe14, #w-node-_2a8a6888-6c26-8a45-6f2d-b48802eb7f25-7f77fe14, #w-node-b41f7750-d763-b6b2-641d-a6acaa8c942d-7f77fe14, #w-node-b41f7750-d763-b6b2-641d-a6acaa8c9430-7f77fe14, #w-node-b41f7750-d763-b6b2-641d-a6acaa8c9433-7f77fe14, #w-node-_3056d34c-260d-36d2-7e7c-b681a72fe1c3-7f77fe14, #w-node-_3056d34c-260d-36d2-7e7c-b681a72fe1c6-7f77fe14, #w-node-_3056d34c-260d-36d2-7e7c-b681a72fe1c9-7f77fe14, #w-node-b41f7750-d763-b6b2-641d-a6acaa8c9437-7f77fe14, #w-node-b41f7750-d763-b6b2-641d-a6acaa8c943a-7f77fe14, #w-node-b41f7750-d763-b6b2-641d-a6acaa8c943d-7f77fe14, #w-node-_391b3125-8d9e-2630-7226-d5be2e0ab2f0-7f77fe14, #w-node-_391b3125-8d9e-2630-7226-d5be2e0ab2f3-7f77fe14, #w-node-_391b3125-8d9e-2630-7226-d5be2e0ab2f6-7f77fe14, #w-node-d78d7ded-8f14-15a8-80f2-9c8c77e9826b-7f77fe14, #w-node-d78d7ded-8f14-15a8-80f2-9c8c77e9826e-7f77fe14, #w-node-_5881b2c9-3a01-78e6-5caf-08000d689d48-7f77fe14, #w-node-_87198b66-e71d-1c28-d279-61bb520431bc-7f77fe14, #w-node-_87198b66-e71d-1c28-d279-61bb520431bf-7f77fe14, #w-node-_87198b66-e71d-1c28-d279-61bb520431c2-7f77fe14, #w-node-b4be93ca-2d97-5bc0-a439-49ea41c5e41d-7f77fe14, #w-node-b4be93ca-2d97-5bc0-a439-49ea41c5e420-7f77fe14, #w-node-b4be93ca-2d97-5bc0-a439-49ea41c5e423-7f77fe14, #w-node-_6de71fdf-bbbd-d928-4f37-a9d7410f2cfa-7f77fe14, #w-node-_6de71fdf-bbbd-d928-4f37-a9d7410f2cfd-7f77fe14, #w-node-_6de71fdf-bbbd-d928-4f37-a9d7410f2d00-7f77fe14, #w-node-e2187e5e-a4da-e4b1-f79b-9dab4b81869d-7f77fe14, #w-node-e2187e5e-a4da-e4b1-f79b-9dab4b8186a0-7f77fe14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-7f77fe2b, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-7f77fe2b, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-7f77fe2b {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-7f77fe2b, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-7f77fe2b, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-7f77fe2b {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-7f77fe2b, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-7f77fe2b, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-7f77fe2b {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-7f77fe2b, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-7f77fe2b, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-7f77fe2b {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-7f77fe2b, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-7f77fe2b, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-7f77fe2b {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-7f77fe2b, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-7f77fe2b, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-7f77fe2b {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-7f77fe2b, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-7f77fe2b, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-7f77fe2b {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-7f77fe2b, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-7f77fe2b, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-7f77fe2b {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-7f77fe2b, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-7f77fe2b {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-7f77fe2b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-7f77fe2b {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-7f77fe2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-7f77fe2b, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-7f77fe2b, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-7f77fe2b {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-7f77fe2b, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-7f77fe2b, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-7f77fe2b {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-7f77fe2b, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-7f77fe2b, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-7f77fe2b {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-7f77fe2b, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-7f77fe2b, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-7f77fe2b {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-7f77fe2b, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-7f77fe2b, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-7f77fe2b {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-7f77fe2b, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-7f77fe2b, #w-node-ee961e8d-845a-edc3-3307-509470022457-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-7f77fe2b {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-7f77fe2b, #w-node-ee961e8d-845a-edc3-3307-50947002245b-7f77fe2b, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-7f77fe2b {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-7f77fe2b, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-7f77fe2b, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-7f77fe2b {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-7f77fe2b, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-7f77fe2b, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-7f77fe2b {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-7f77fe2b, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-7f77fe2b, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-7f77fe2b {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-7f77fe2b, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-7f77fe2b, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-7f77fe2b {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-7f77fe2b, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-7f77fe2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-7f77fe2b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-7f77fe2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-7f77fe2b {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-c6676c9f-d57f-bc19-4724-8fec953f9535-7f77fe14 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_919654db-2a4e-8b80-a2b1-41ad559c2765-7f77fe14, #w-node-_665a3b21-440b-c7ae-f061-81b22df52d1d-7f77fe14, #w-node-_9bd1bda1-89fd-cd19-f162-96b1d2994080-7f77fe14, #w-node-_9bd1bda1-89fd-cd19-f162-96b1d2994081-7f77fe14, #w-node-_9bd1bda1-89fd-cd19-f162-96b1d2994082-7f77fe14, #w-node-_96f154d2-bb4d-d971-96bd-e7827695c40e-7f77fe14, #w-node-_96f154d2-bb4d-d971-96bd-e7827695c40f-7f77fe14, #w-node-_96f154d2-bb4d-d971-96bd-e7827695c410-7f77fe14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


