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

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

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

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

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

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

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

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

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

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

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

.ss-custom .w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.ss-custom .w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.ss-custom .w-pagination-previous-icon {
  margin-right: 4px;
}

.ss-custom .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.ss-custom .w-pagination-next-icon {
  margin-left: 4px;
}

.ss-custom .w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.ss-custom body {
  background-color: white;
  font-family: "AlbraGrotesk",Helvetica,Arial,sans-serif;
  color: #3b3d3d;
  font-size: 1rem;
  line-height: 1.375rem;
}

.ss-custom h1 {
  font-family: "AlbraText",Georgia,Times,"Times New",serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 3.75rem;
}

.ss-custom h2 {
  font-family: "AlbraText",Georgia,Times,"Times New",serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.875rem;
}

.ss-custom h3 {
  font-family: "AlbraText",Georgia,Times,"Times New",serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.375rem;
}

.ss-custom h4 {
  font-family: "AlbraText",Georgia,Times,"Times New",serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.ss-custom h5 {
  font-family: "AlbraText",Georgia,Times,"Times New",serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.ss-custom h6 {
  font-family: "AlbraText",Georgia,Times,"Times New",serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
}

.ss-custom p {
  margin-bottom: 0;
}

.ss-custom a {
  color: #0f7a36;
  text-decoration: underline;
}

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

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

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

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

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

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

.ss-custom figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

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

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

.ss-custom .layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.ss-custom .overflow-hidden {
  overflow: hidden;
}

.ss-custom .global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.ss-custom .hide {
  display: none;
}

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

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

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

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

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

.ss-custom .container-large {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ss-custom .margin-xsmall {
  margin: 1rem;
}

.ss-custom .margin-small {
  margin: 1.5rem;
}

.ss-custom .margin-medium {
  margin: 2rem;
}

.ss-custom .margin-large {
  margin: 3rem;
}

.ss-custom .margin-xlarge {
  margin: 4rem;
}

.ss-custom .margin-xxlarge {
  margin: 5rem;
}

.ss-custom .margin-huge {
  margin: 6rem;
}

.ss-custom .margin-xhuge {
  margin: 7rem;
}

.ss-custom .margin-xxhuge {
  margin: 10rem;
}

.ss-custom .margin-0 {
  margin: 0;
}

.ss-custom .padding-0 {
  padding: 0;
}

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

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

.ss-custom .padding-xsmall {
  padding: 1rem;
}

.ss-custom .padding-small {
  padding: 1.5rem;
}

.ss-custom .padding-medium {
  padding: 2rem;
}

.ss-custom .padding-large {
  padding: 3rem;
}

.ss-custom .padding-xlarge {
  padding: 4rem;
}

.ss-custom .padding-xxlarge {
  padding: 5rem;
}

.ss-custom .padding-huge {
  padding: 6rem;
}

.ss-custom .padding-xhuge {
  padding: 7rem;
}

.ss-custom .padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ss-custom .overflow-scroll {
  overflow: scroll;
}

.ss-custom .overflow-auto {
  overflow: auto;
}

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

.ss-custom .text-size-medium {
  font-size: 1.25rem;
  line-height: 1.63rem;
}

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

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

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

.ss-custom .heading-style-h2 {
  font-family: "AlbraText",Georgia,Times,"Times New",serif;
  font-size: 2.5rem;
  line-height: 2.875rem;
}

.ss-custom .rl-styleguide_heading {
  z-index: 4;
  font-family: "AlbraText",Georgia,Times,"Times New",serif;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.ss-custom .heading-style-h6 {
  font-family: "AlbraText",Georgia,Times,"Times New",serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

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

.ss-custom .rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

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

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

.ss-custom .shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

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

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

.ss-custom .form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.ss-custom .form_radio.is-alternate {
  color: #fff;
}

.ss-custom .heading-style-h5 {
  font-family: "AlbraText",Georgia,Times,"Times New",serif;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

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

.ss-custom .heading-style-h1 {
  font-family: "AlbraText",Georgia,Times,"Times New",serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 3.75rem;
}

.ss-custom .form_checkbox-icon {
  border: 1px solid #3b3d3d52;
  background-color: transparent;
  cursor: pointer;
  border-radius: 4px;
  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;
}

.ss-custom .form_checkbox-icon:hover {
  border-color: #3b3d3d52;
  background-color: #3b3d3d52;
}

.ss-custom .form_checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: #0f7a36;
  background-color: #0f7a36;
}

.ss-custom .form_checkbox-icon.w--redirected-focus {
  border-color: #3b3d3d;
  box-shadow: none;
}

.ss-custom .form_checkbox-icon.is-alternate {
  border-color: #fff3;
  background-color: transparent;
}

.ss-custom .form_checkbox-icon.is-alternate.w--redirected-checked {
  background-color: #fff;
}

.ss-custom .form_checkbox-label {
  margin-bottom: 0;
  font-weight: 400;
}

.ss-custom .text-size-tiny {
  font-size: .75rem;
  line-height: 1rem;
}

.ss-custom .form_field-label {
  color: #3b3d3da3;
  margin-bottom: .5rem;
  font-weight: 400;
}

.ss-custom .form_field-label.is-alternate {
  color: #fff;
}

.ss-custom .button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #069e3e;
  border-radius: 4px;
  background-color: #0f7a36;
  font-family: "AlbraText",Georgia,Times,"Times New",serif;
  color: white;
  text-align: center;
  text-transform: none;
  justify-content: center;
  align-items: center;
  padding: .88rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.ss-custom .button:hover {
  border-color: #069e3e;
  background-color: #069e3e;
}

.ss-custom .button.is-link {
  background-color: transparent;
  color: #3b3d3d;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.ss-custom .button.is-link:hover {
  text-decoration: underline;
}

.ss-custom .button.is-link.is-alternate {
  background-color: transparent;
  color: #fff;
}

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

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

.ss-custom .button.is-icon.is-alternate.is-back-btn:hover {
  border-color: #e6e6e6;
  background-color: #e6e6e6;
  color: #3b3d3d;
}

.ss-custom .button.is-secondary {
  border-color: #3b3d3d;
  background-color: #3b3d3d;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.ss-custom .button.is-secondary:hover {
  border-color: #0f7a36;
  background-color: #0f7a36;
}

.ss-custom .button.is-secondary.is-alternate {
  border-color: #fff3;
  background-color: transparent;
  color: #fff;
}

.ss-custom .button.is-secondary.is-alternate:hover {
  border-color: #fff3;
  background-color: #ffffff1a;
}

.ss-custom .button.is-small {
  padding: .25rem 2rem;
}

.ss-custom .button.is-small.is-uploading-state {
  border-color: whitesmoke;
  background-color: whitesmoke;
  color: #3b3d3d;
}

.ss-custom .button.is-alternate {
  border-color: #fff;
  background-color: #fff;
  color: #3b3d3d;
}

.ss-custom .button.is-alternate:hover {
  border-color: #069e3e;
  background-color: #069e3e;
  color: white;
}

.ss-custom .button.is-filter {
  padding: .5rem 1rem;
  display: none;
}

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

.ss-custom .heading-style-h4 {
  font-family: "AlbraText",Georgia,Times,"Times New",serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

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

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

.ss-custom .form_radio-label {
  color: #3b3d3da3;
  margin-bottom: 0;
}

.ss-custom .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;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

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

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

.ss-custom .shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.ss-custom .rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.ss-custom .rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.ss-custom .text-size-regular {
  font-size: 1rem;
}

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

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

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

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

.ss-custom .heading-style-h3 {
  font-family: "AlbraText",Georgia,Times,"Times New",serif;
  font-size: 2rem;
  line-height: 2.375rem;
}

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

.ss-custom .form_input {
  border-style: none none solid;
  border-width: 1px;
  border-color: #3b3d3d52;
  background-color: transparent;
  height: auto;
  min-height: 2rem;
  color: #3b3d3d;
  margin-bottom: 0;
  padding: .5rem 0;
  font-size: 1rem;
  line-height: 1.6;
}

.ss-custom .form_input:focus {
  border-color: #3b3d3d;
}

.ss-custom .form_input::placeholder {
  color: #0009;
}

.ss-custom .form_input.is-text-area {
  border-style: solid;
  border-radius: 10px;
  height: auto;
  min-height: 11.25rem;
  padding: 1rem .75rem;
  overflow: auto;
}

.ss-custom .form_input.is-select-input {
  background-image: none;
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.ss-custom .form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.ss-custom .form_input.is-alternate {
  border-color: #ffffff1a #ffffff1a #fff3;
  background-color: transparent;
  color: #fff;
}

.ss-custom .form_input.is-alternate::placeholder {
  color: #ffffffa3;
}

.ss-custom .form_input.is-icon-both {
  padding-left: 4.5rem;
  padding-right: 2.75rem;
}

.ss-custom .form_input.is-icon-right {
  padding-right: 2.75rem;
}

.ss-custom .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;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

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

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

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

.ss-custom .button-group.is-center {
  justify-content: center;
  align-items: center;
}

.ss-custom .button-group.is-right {
  justify-content: flex-end;
  align-items: center;
}

.ss-custom .button-group.is-space-between {
  justify-content: space-between;
  align-items: center;
}

.ss-custom .text-color-white {
  color: white;
}

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

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

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

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

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

.ss-custom .shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

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

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

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

.ss-custom .background-color-black {
  background-color: #3b3d3d;
}

.ss-custom .shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

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

.ss-custom .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: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.ss-custom .rl-styleguide_subheading {
  z-index: 3;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  background-color: whitesmoke;
  font-family: "AlbraText",Georgia,Times,"Times New",serif;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.ss-custom .rl-styleguide_subheading.is-text-small {
  font-family: "AlbraGrotesk",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.ss-custom .form_radio-icon {
  border: 1px solid #3b3d3d52;
  background-color: transparent;
  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;
  transition: all .2s;
}

.ss-custom .form_radio-icon:hover {
  border-color: #3b3d3d52;
  background-color: #3b3d3d52;
}

.ss-custom .form_radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: #0f7a36;
  background-color: #fff;
}

.ss-custom .form_radio-icon.w--redirected-focus {
  border-color: #3b3d3d;
  box-shadow: none;
  margin-top: 0;
}

.ss-custom .form_radio-icon.is-alternate {
  border-color: #fff3;
  background-color: transparent;
}

.ss-custom .form_radio-icon.is-alternate.w--redirected-checked {
  border-width: 6px;
  border-color: #fff;
  background-color: #3b3d3d;
}

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

.ss-custom .form_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;
}

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

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

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

.ss-custom .text-size-small {
  font-size: .88rem;
  line-height: 1.13rem;
}

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

.ss-custom .form_field-wrapper {
  position: relative;
}

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

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

.ss-custom .shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

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

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

.ss-custom .text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.ss-custom .text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

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

.ss-custom .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.ss-custom .text-rich-text h5, .ss-custom .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

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

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

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

.ss-custom .form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.ss-custom .form_checkbox.is-alternate {
  color: #fff;
}

.ss-custom .shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.ss-custom .shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.ss-custom .text-size-large {
  font-size: 1.25rem;
  line-height: 1.63rem;
}

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

.ss-custom .pointer-events-auto {
  pointer-events: auto;
}

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

.ss-custom .pointer-events-none {
  pointer-events: none;
}

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

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

.ss-custom .rl-styleguide_spacing {
  border: 1px dashed black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ss-custom .rl-styleguide_nav {
  z-index: 1000;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  background-color: whitesmoke;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.ss-custom .rl-styleguide_nav-link {
  border-radius: 4px;
  padding: .5rem 1rem;
  text-decoration: none;
}

.ss-custom .rl-styleguide_nav-link.w--current {
  background-color: white;
}

.ss-custom .rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.ss-custom .rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.ss-custom .aspect-ratio-square {
  aspect-ratio: 1;
}

.ss-custom .rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.ss-custom .aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.ss-custom .aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.ss-custom .aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.ss-custom .form_message-success-wrapper {
  background-color: #0000;
  padding: 0;
}

.ss-custom .form_message-success {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 37.5rem;
}

.ss-custom .form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.ss-custom .form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.ss-custom .text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.ss-custom .rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.ss-custom .tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #3b3d3d52;
  background-color: #3b3d3d14;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #3b3d3d;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .25rem .625rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.ss-custom .tag.is-text {
  border-style: none;
  border-color: transparent;
  background-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  padding: 0;
  display: inline-block;
}

.ss-custom .tag.is-text.is-alternate {
  background-color: transparent;
  color: #fff;
}

.ss-custom .tag.is-alternate {
  border-color: #fff3;
  background-color: #ffffff1a;
  color: #fff;
}

.ss-custom .color-scheme-1 {
  background-color: white;
  color: #3b3d3d;
}

.ss-custom .rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  background-color: whitesmoke;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.ss-custom .rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.ss-custom .rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ss-custom .rl-styleguide_scheme-card {
  border-radius: 16px;
  overflow: hidden;
}

.ss-custom .rl-styleguide-accent {
  color: #0f7a36;
}

.ss-custom .rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.ss-custom .rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.ss-custom .rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  object-fit: cover;
}

.ss-custom .rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.ss-custom .rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  object-fit: cover;
}

.ss-custom .rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.ss-custom .rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  object-fit: cover;
}

.ss-custom .tabs-menu {
  border: 1px solid #3b3d3d52;
  background-color: whitesmoke;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.ss-custom .tab-link {
  background-color: transparent;
  color: #3b3d3d;
  border: 1px solid #0000;
  border-radius: 8px;
  padding: .25rem .75rem;
}

.ss-custom .tab-link.w--current {
  border-color: #3b3d3d52;
  background-color: white;
  color: #3b3d3d;
  font-weight: 500;
}

.ss-custom .category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.ss-custom .category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.ss-custom .category-filter-link {
  background-color: transparent;
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 8px;
  flex: none;
  padding: .375rem .75rem;
  text-decoration: none;
}

.ss-custom .category-filter-link.w--current {
  border-color: #3b3d3d52;
  background-color: white;
  color: #3b3d3d;
  font-weight: 500;
}

.ss-custom .slider-arrow {
  border: 1px solid #3b3d3d52;
  background-color: whitesmoke;
  width: 3rem;
  height: 3rem;
  color: #3b3d3d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ss-custom .slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.ss-custom .slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.ss-custom .slider-arrow.is-centre-previous, .ss-custom .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.ss-custom .slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.ss-custom .hidden-ui-elements {
  display: none;
}

.ss-custom .slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.ss-custom .section_sponsor-featured {
  background-color: white;
  color: #3b3d3d;
}

.ss-custom .sponsor-featured_grid-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.ss-custom .sponsor_card {
  border-radius: 4px;
  background-color: whitesmoke;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.ss-custom .sponsor_card:hover {
  background-color: #faf7f0;
}

.ss-custom .sponsor_card.is-featured {
  color: white;
}

.ss-custom .sponsor_card.is-featured.is-tall {
  min-height: 31.25em;
  padding-left: 2rem;
  padding-right: 2rem;
}

.ss-custom .sponsor_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.ss-custom .sponsor_image-overlay-layer {
  z-index: 1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.ss-custom .sponsor_image-overlay-layer.is-gradient {
  background-color: #0000;
  background-image: linear-gradient(0deg, #242424b3, #24242400 70%);
}

.ss-custom .sponsor_image-overlay-layer.is-featured {
  background-color: #0000;
  background-image: linear-gradient(#0000 45%, #0009);
}

.ss-custom .sponsor_image-overlay-layer.is-pattern {
  opacity: .5;
  mix-blend-mode: screen;
  background-color: #0000;
  background-image: url('../images/betri-studul-overlay.png');
  background-position: 50% 100%;
  background-size: cover;
}

.ss-custom .sponsor_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ss-custom .sponsor_background-image.is-featured {
  filter: grayscale();
}

.ss-custom .sponsor_card-content {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.ss-custom .sponsor_card-content.is-featured {
  justify-content: flex-end;
  align-items: stretch;
}

.ss-custom .sponsor_year {
  border-top: 1px solid #e6e6e6;
  color: #3b3d3da3;
  margin-top: 1.63rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.ss-custom .sponsor_year.is-alternate {
  border-top-color: #ffffff29;
  color: #ffffffa3;
}

.ss-custom .section_filters {
  background-color: white;
  color: #3b3d3d;
}

.ss-custom .filters_layout {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.ss-custom .filters_feed-header-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.ss-custom .filters_category {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-radius: 4px;
  background-color: white;
  justify-content: flex-start;
  align-items: center;
  padding: .63rem;
  display: flex;
}

.ss-custom .filters_category-link {
  border: 1px none transparent;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
  flex: none;
  margin-bottom: 0;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: background-color .3s;
  position: relative;
}

.ss-custom .filters_category-link:hover {
  background-color: #3b3d3d14;
}

.ss-custom .filters_category-link.w--current {
  border-color: #3b3d3d;
}

.ss-custom .filters_category-link.is-active {
  background-color: #3b3d3d14;
}

.ss-custom .dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.ss-custom .filters_filters-wrapper {
  width: auto;
}

.ss-custom .filters_form-block {
  width: 100%;
  margin-bottom: 0;
}

.ss-custom .filters_form {
  background-color: transparent;
}

.ss-custom .filters_empty {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  text-align: center;
  padding: 2.9rem;
}

.ss-custom .filters_top-wrapper {
  background-color: #faf7f0;
}

.ss-custom .filters_filter-group {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  display: flex;
  overflow: visible;
}

.ss-custom .filters_category-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.ss-custom .select_dropdown {
  min-width: 11rem;
  margin-left: 0;
  margin-right: 0;
}

.ss-custom .select_dropdown.show-mobile {
  display: none;
}

.ss-custom .select_toggle {
  grid-column-gap: .5rem;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: .5rem 1rem;
  display: flex;
}

.ss-custom .select_toggle.w--open {
  border: 1px solid #3b3d3d14;
}

.ss-custom .select_dropdown-list {
  background-color: #fff;
}

.ss-custom .select_dropdown-list.w--open {
  border-radius: 4px;
  background-color: #fff;
  max-height: 24.38rem;
  margin-top: .5rem;
  overflow: auto;
  box-shadow: 0 2px 5px #0003;
}

.ss-custom .sponsor_list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.ss-custom .sponsor_item {
  width: 100%;
  height: 100%;
}

.ss-custom .sponsor_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.ss-custom .sponsor_card-heading-wrapper {
  font-family: "AlbraText",Georgia,Times,"Times New",serif;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.ss-custom .sponsor_card-category-wrapper {
  color: #0f7a36;
  margin-bottom: 1rem;
}

.ss-custom .sponsor_card-category-wrapper.is-alternate {
  color: white;
}

.ss-custom .filters_radio-icon {
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.ss-custom .filters_radio-label {
  margin-bottom: 0;
}

.ss-custom .sponsor_item-link {
  width: 100%;
  height: 100%;
}

.ss-custom .filters_radio-filter {
  white-space: nowrap;
  cursor: pointer;
  flex: none;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  text-decoration: none;
  transition: background-color .3s;
  position: relative;
}

.ss-custom .filters_radio-filter:hover {
  background-color: #3b3d3d14;
}

.ss-custom .filters_radio-filter.w--current {
  border-color: #000;
}

.ss-custom .filters_radio-filter.is-active {
  background-color: #3b3d3d14;
}

.ss-custom .link {
  color: #069e3e;
}

.ss-custom .sponsor-modal_component {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 1.25rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.ss-custom .sponsor-modal_content-wrapper {
  background-color: white;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 87.5rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.ss-custom .sponsor-modal_close-button {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.ss-custom .sponsor-modal_background-overlay {
  z-index: -1;
  background-color: #3b3d3d52;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ss-custom .text-color-black {
  color: #3b3d3d;
}

.ss-custom .text-color-darkgreen {
  color: #0f7a36;
}

.ss-custom .text-color-green {
  color: #069e3e;
}

.ss-custom .sponsor-modal_card-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.ss-custom .sponsor-modal_card {
  border-radius: 4px;
  background-color: #faf7f0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.ss-custom .sponsor-modal_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.25rem;
  display: flex;
}

.ss-custom .text-color-black32 {
  color: #3b3d3d52;
}

.ss-custom .text-color-black64 {
  color: #3b3d3da3;
}

.ss-custom .pagination {
  margin-top: 3.75rem;
}

.ss-custom .page-count {
  display: none;
}

.ss-custom .sponsor_related-container {
  border-top: 1px solid #e6e6e6;
  margin-top: 1rem;
  padding-top: 1.25rem;
}

.ss-custom .sponsor_related-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.ss-custom .text-inline {
  display: inline;
}

.ss-custom .sponsor_related-item-wrapper {
  color: #3b3d3da3;
  margin-bottom: .63rem;
}

.ss-custom .sponsor-featured-styles {
  display: none;
}

.ss-custom .section_multi-form {
  position: relative;
}

.ss-custom .multi-form_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ss-custom .multi-form_block {
  width: 100%;
  margin-bottom: 0;
}

.ss-custom .multi-form_form {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.ss-custom .multi-form_progress {
  width: 100%;
  height: .25rem;
  display: flex;
}

.ss-custom .multi-form_progress-bar {
  background-color: whitesmoke;
  flex: 1;
  width: 100%;
  height: 100%;
}

.ss-custom .multi-form_progress-bar.current {
  border-color: #3b3d3d;
  background-color: #0f7a36;
}

.ss-custom .multi-form_form-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ss-custom .form-icon-left {
  border-right: 2px solid #e6e6e6;
  padding-right: 1.25rem;
  position: absolute;
  left: .75rem;
}

.ss-custom .multi-form_radio-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.ss-custom .form_radio-btn {
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 9rem;
  margin-bottom: 0;
  padding: 2rem 2rem 2rem 10.13rem;
  transition: all .3s ease-in;
  display: flex;
  position: relative;
}

.ss-custom .form_radio-btn:hover {
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #0000001a;
}

.ss-custom .form_radio-btn.is-active-inputactive {
  border-color: #069e3e;
}

.ss-custom .form_radio-btn-icon {
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.ss-custom .form_radio-btn-icon.w--redirected-checked {
  border-color: transparent;
  background-color: transparent;
  background-image: none;
}

.ss-custom .form_radio-btn-icon.w--redirected-focus {
  box-shadow: none;
}

.ss-custom .form_radio-btn-label {
  z-index: 1;
  font-family: "AlbraText",Georgia,Times,"Times New",serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
  position: relative;
}

.ss-custom .multi-form_title-wrapper {
  color: #3b3d3da3;
  margin-bottom: .63rem;
  font-weight: 700;
}

.ss-custom .multi-form_card {
  border: 2px solid #faf7f0;
  background-color: #faf7f0;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.ss-custom .multi-form_card.is-secondary {
  border: 2px solid #e6e6e6;
  background-color: white;
}

.ss-custom .multi-form_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.ss-custom .multi-form_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0f7a36;
  flex-flow: column;
  display: flex;
}

.ss-custom .form_radio-icon-wrapper {
  border-radius: 4px;
  background-color: whitesmoke;
  color: #0f7a36;
  padding: 1.5rem;
  position: absolute;
  left: 2.5rem;
}

.ss-custom .multi-form_styles {
  display: none;
}

.ss-custom .form_radio-btn-text {
  z-index: 1;
  margin-top: 1rem;
  position: relative;
}

.ss-custom .multi-form_button-wrapper {
  margin-top: .5rem;
}

.ss-custom .form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ss-custom .form_datepicker-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex: 1;
  align-items: center;
  position: relative;
}

.ss-custom .form-icon-right {
  position: absolute;
  right: .75rem;
}

.ss-custom .multi-form_input-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.ss-custom .multi-form_step-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: whitesmoke;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 32px;
  display: grid;
}

.ss-custom .f-form-step-item {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.ss-custom .multi-form_step-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px dashed #0f7a36;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ss-custom .multi-form_intro-step-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ss-custom .form_field-3col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ss-custom .betri-studul-wrapper {
  min-height: 100vh;
}

.ss-custom .betri-studul_component {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.ss-custom .betri-studul_content-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
  position: relative;
}

.ss-custom .betri-studul_image {
  width: 100%;
  height: 100%;
}

.ss-custom .betri-studul_background {
  background-color: #faf7f0;
  position: absolute;
  inset: 0%;
}

.ss-custom .sponsor-styles {
  display: none;
}

.ss-custom .filters_feed-header-top-left {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  display: flex;
}

.ss-custom .filters_filter-group-wrapper {
  display: flex;
}

.ss-custom .sponsor-modal_heading-wrapper {
  font-family: "AlbraText",Georgia,Times,"Times New",serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 3.75rem;
}

@media screen and (min-width: 1920px) {
  .ss-custom .f-form-step-item {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .ss-custom body {
    font-size: .875rem;
    line-height: 1.125rem;
  }

  .ss-custom h1, .ss-custom h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .ss-custom h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .ss-custom h4 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .ss-custom .hide-tablet {
    display: none;
  }

  .ss-custom .container-large {
    padding-left: 0;
    padding-right: 0;
  }

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

  .ss-custom .margin-large {
    margin: 2.5rem;
  }

  .ss-custom .margin-xlarge {
    margin: 3.5rem;
  }

  .ss-custom .margin-xxlarge {
    margin: 4.5rem;
  }

  .ss-custom .margin-huge {
    margin: 5rem;
  }

  .ss-custom .margin-xhuge {
    margin: 6rem;
  }

  .ss-custom .margin-xxhuge {
    margin: 7.5rem;
  }

  .ss-custom .padding-large {
    padding: 2.5rem;
  }

  .ss-custom .padding-xlarge {
    padding: 3.5rem;
  }

  .ss-custom .padding-xxlarge {
    padding: 4.5rem;
  }

  .ss-custom .padding-huge {
    padding: 5rem;
  }

  .ss-custom .padding-xhuge {
    padding: 6rem;
  }

  .ss-custom .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .ss-custom .heading-style-h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .ss-custom .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

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

  .ss-custom .heading-style-h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .ss-custom .heading-style-h4 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .ss-custom .heading-style-h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

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

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

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

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

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

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

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

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

  .ss-custom .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .ss-custom .sponsor-featured_grid-list {
    grid-template-columns: 1fr;
    padding-bottom: .5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .ss-custom .sponsor_card {
    padding: 1.5rem 1.5rem 0;
  }

  .ss-custom .filters_layout {
    grid-template-columns: 1fr;
  }

  .ss-custom .filters_feed-header-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ss-custom .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .ss-custom .filters_form-block {
    max-width: 100%;
  }

  .ss-custom .filters_form {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .ss-custom .filters_top-wrapper, .ss-custom .filters_bottom-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ss-custom .filters_category-list {
    justify-content: flex-start;
  }

  .ss-custom .select_dropdown {
    height: 3.13rem;
    min-height: 3.13rem;
  }

  .ss-custom .sponsor_item {
    aspect-ratio: auto;
  }

  .ss-custom .sponsor_list {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .ss-custom .sponsor-featured_grid-item {
    width: 100%;
    min-width: 20rem;
  }

  .ss-custom .sponsor-modal_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .ss-custom .sponsor-modal_card-list {
    flex-flow: column;
  }

  .ss-custom .sponsor-modal_card-content, .ss-custom .multi-form_card-content {
    padding: 2rem;
  }

  .ss-custom .form_datepicker-wrapper {
    max-width: none;
  }

  .ss-custom .multi-form_step-wrapper, .ss-custom .multi-form_intro-step-wrapper {
    flex-flow: column;
    display: flex;
  }

  .ss-custom .sponsor-modal_heading-wrapper {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .ss-custom h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

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

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

  .ss-custom .margin-small {
    margin: 1.25rem;
  }

  .ss-custom .margin-medium {
    margin: 1.5rem;
  }

  .ss-custom .margin-large {
    margin: 2rem;
  }

  .ss-custom .margin-xlarge {
    margin: 2.5rem;
  }

  .ss-custom .margin-xxlarge {
    margin: 3rem;
  }

  .ss-custom .margin-huge {
    margin: 3.5rem;
  }

  .ss-custom .margin-xhuge {
    margin: 4rem;
  }

  .ss-custom .margin-xxhuge {
    margin: 5rem;
  }

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

  .ss-custom .padding-small {
    padding: 1.25rem;
  }

  .ss-custom .padding-medium {
    padding: 1.5rem;
  }

  .ss-custom .padding-large {
    padding: 2rem;
  }

  .ss-custom .padding-xlarge {
    padding: 2.5rem;
  }

  .ss-custom .padding-xxlarge {
    padding: 3rem;
  }

  .ss-custom .padding-huge {
    padding: 3.5rem;
  }

  .ss-custom .padding-xhuge {
    padding: 4rem;
  }

  .ss-custom .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ss-custom .button.is-filter {
    border-color: white;
    background-color: white;
    font-family: "AlbraGrotesk",Helvetica,Arial,sans-serif;
    color: #3b3d3d;
    font-size: .88rem;
    font-weight: 400;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ss-custom .sponsor-featured_grid-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ss-custom .sponsor_card {
    grid-template-columns: 1fr;
    padding-top: 1.5rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .ss-custom .sponsor_card.is-featured {
    aspect-ratio: 1;
  }

  .ss-custom .filters_feed-header-top {
    grid-row-gap: .63rem;
    display: block;
  }

  .ss-custom .filters_category-link {
    justify-content: flex-start;
    align-items: center;
    height: 3.13rem;
    min-height: 3.13rem;
    display: flex;
  }

  .ss-custom .filters_top-wrapper, .ss-custom .filters_bottom-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ss-custom .filters_filter-group {
    flex-flow: column;
    width: 100%;
    overflow: hidden;
  }

  .ss-custom .filters_category-list-item {
    justify-content: flex-start;
    align-items: center;
  }

  .ss-custom .select_dropdown.show-mobile {
    display: block;
  }

  .ss-custom .select_toggle {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .ss-custom .sponsor_list {
    grid-template-columns: 1fr;
  }

  .ss-custom .sponsor_item-link {
    display: flex;
  }

  .ss-custom .sponsor-modal_component {
    justify-content: center;
    align-items: center;
  }

  .ss-custom .sponsor-modal_content-wrapper {
    width: 100%;
    max-height: calc(100dvh - 2.5rem);
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .ss-custom .sponsor-modal_card-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .ss-custom .sponsor-modal_card {
    grid-template-columns: 1fr;
  }

  .ss-custom .sponsor-modal_card-content {
    padding: 1rem;
  }

  .ss-custom .form_radio-btn {
    padding: 6.5rem 1rem 1rem;
  }

  .ss-custom .multi-form_card {
    grid-template-columns: 1fr;
  }

  .ss-custom .multi-form_card-content {
    padding: 1.5rem;
  }

  .ss-custom .form_radio-icon-wrapper {
    padding: 1rem;
    top: 1rem;
    left: 1rem;
  }

  .ss-custom .form_field-2col, .ss-custom .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .ss-custom .form_datepicker-wrapper {
    width: auto;
  }

  .ss-custom .f-form-step-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .ss-custom .form_field-3col {
    grid-template-columns: 1fr;
  }

  .ss-custom .filters_feed-header-top-left {
    flex-flow: column;
  }

  .ss-custom .filters_filter-group-wrapper {
    grid-column-gap: .63rem;
    grid-row-gap: .63rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .ss-custom .hide-mobile-portrait {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ss-custom .text-size-tiny {
    font-size: .625rem;
  }

  .ss-custom .text-size-regular, .ss-custom .text-size-small {
    font-size: .75rem;
  }

  .ss-custom .text-rich-text h1 {
    font-size: 2.75rem;
  }

  .ss-custom .text-rich-text h4 {
    font-size: 1.5rem;
  }

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

  .ss-custom .sponsor-featured_grid-item {
    min-width: 17.5rem;
  }

  .ss-custom .sponsor-modal_card-list {
    grid-template-columns: 1fr;
  }
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86205-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86220-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86221-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86225-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86226-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86230-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86234-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86235-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86240-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86244-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86245-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86249-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86253-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86254-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86258-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86259-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86263-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86264-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86268-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86269-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86272-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86273-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86286-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86287-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86299-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862be-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862de-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86300-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86301-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86305-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86306-003debfe {
  justify-self: start;
}

.ss-custom #w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-003debfe {
  justify-self: start;
}

.ss-custom #w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_8a86b06b-a11e-0f65-14e8-717a43a61fc1-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_8a86b06b-a11e-0f65-14e8-717a43a61fc2-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_7ca1c7be-943d-6b16-ccfd-77d1f4b2248a-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_7ca1c7be-943d-6b16-ccfd-77d1f4b2248b-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_1d3914a6-7ece-f665-df68-c82aa0a3cf1b-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_1d3914a6-7ece-f665-df68-c82aa0a3cf1c-003debfe {
  justify-self: start;
}

.ss-custom #w-node-d1b34a64-1b65-e9e0-c5ba-42bd770e9a4d-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-d1b34a64-1b65-e9e0-c5ba-42bd770e9a4e-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_71f7b59c-fdce-b883-805c-e1db65d2fc93-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_71f7b59c-fdce-b883-805c-e1db65d2fc94-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86310-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86311-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86315-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86316-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86322-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86323-003debfe {
  justify-self: start;
}

.ss-custom #w-node-f850239f-5feb-931e-45b8-7b579b43a164-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863df-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86403-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86407-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86411-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86415-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86420-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86425-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86430-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86438-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86449-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86456-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86463-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86469-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86470-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86478-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86485-003debfe, .ss-custom #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-003debfe, .ss-custom #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-003debfe, .ss-custom #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-003debfe, .ss-custom #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-003debfe, .ss-custom #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-003debfe, .ss-custom #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-003debfe, .ss-custom #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-003debfe, .ss-custom #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-003debfe, .ss-custom #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-003debfe, .ss-custom #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-003debfe, .ss-custom #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-d37b2579-9d18-04c9-4090-52481ef792d3-003debfe {
  justify-self: start;
}

.ss-custom #w-node-d37b2579-9d18-04c9-4090-52481ef792dc-003debfe, .ss-custom #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-d37b2579-9d18-04c9-4090-52481ef792de-003debfe {
  justify-self: start;
}

.ss-custom #w-node-d37b2579-9d18-04c9-4090-52481ef792e7-003debfe, .ss-custom #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-d37b2579-9d18-04c9-4090-52481ef792e9-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-003debfe, .ss-custom #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-003debfe, .ss-custom #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-003debfe, .ss-custom #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-003debfe, .ss-custom #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-003debfe, .ss-custom #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-003debfe, .ss-custom #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-003debfe, .ss-custom #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc86492-003debfe {
  justify-self: start;
}

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

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-003debfe {
  justify-self: start;
}

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

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-003debfe {
  justify-self: start;
}

.ss-custom #w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-003debfe, .ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-003debfe, .ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-003debfe, .ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-003debfe, .ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-003debfe, .ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-003debfe, .ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-003debfe, .ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-003debfe, .ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-003debfe, .ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-003debfe, .ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-003debfe, .ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-003debfe, .ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-003debfe, .ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-003debfe, .ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-003debfe, .ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-003debfe, .ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-003debfe, .ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-003debfe, .ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-003debfe, .ss-custom #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-003debfe, .ss-custom #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-003debfe, .ss-custom #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-003debfe, .ss-custom #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-003debfe, .ss-custom #w-node-dcc5fc80-562f-447f-055c-339db14678d8-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-003debfe, .ss-custom #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-003debfe, .ss-custom #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-003debfe, .ss-custom #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-003debfe, .ss-custom #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_16994295-7a31-57da-1001-8ec0ea846a21-003debfe, .ss-custom #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-003debfe, .ss-custom #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-003debfe, .ss-custom #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-003debfe, .ss-custom #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-f28919c2-e180-d075-d1c2-81b601b8a965-003debfe {
  justify-self: start;
}

.ss-custom #w-node-f28919c2-e180-d075-d1c2-81b601b8a967-003debfe, .ss-custom #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-003debfe, .ss-custom #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-003debfe {
  justify-self: start;
}

.ss-custom #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-003debfe, .ss-custom #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-003debfe, .ss-custom #w-node-ee961e8d-845a-edc3-3307-509470022457-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-ee961e8d-845a-edc3-3307-509470022458-003debfe {
  justify-self: start;
}

.ss-custom #w-node-ee961e8d-845a-edc3-3307-50947002245a-003debfe, .ss-custom #w-node-ee961e8d-845a-edc3-3307-50947002245b-003debfe, .ss-custom #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-003debfe, .ss-custom #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-003debfe, .ss-custom #w-node-_626bd165-37fe-b21e-713f-accb16c57414-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_626bd165-37fe-b21e-713f-accb16c57415-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_626bd165-37fe-b21e-713f-accb16c57417-003debfe, .ss-custom #w-node-_626bd165-37fe-b21e-713f-accb16c57418-003debfe, .ss-custom #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-003debfe, .ss-custom #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-003debfe, .ss-custom #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-003debfe, .ss-custom #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-003debfe, .ss-custom #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-003debfe, .ss-custom #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-003debfe, .ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-003debfe {
  justify-self: start;
}

.ss-custom #w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_680345d6-d141-aefc-5e81-01faad69a792-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_680345d6-d141-aefc-5e81-01faad69a793-003debfe {
  justify-self: start;
}

.ss-custom #w-node-dc962921-5c74-5687-77a4-c1371012b297-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-dc962921-5c74-5687-77a4-c1371012b298-003debfe {
  justify-self: start;
}

.ss-custom #w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-003debfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-003debfe {
  justify-self: start;
}

.ss-custom #w-node-_70509056-5170-e324-c5dc-1e5bd4cbc5e6-8c10239d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_36f3e0bc-5091-9067-5008-210226b9140c-8c10239d {
  align-self: stretch;
}

.ss-custom #w-node-dd446d36-eb80-fd2e-aef6-70056ef19b91-c656c014 {
  justify-self: end;
}

.ss-custom #w-node-_22203f5b-7836-8fea-5de8-58909048abb5-c656c014, .ss-custom #w-node-f49a39ef-6f9b-f364-01ec-d7b09e72358f-c656c014, .ss-custom #w-node-_4b7768c7-3563-3318-a2c5-13923b65b6e6-c656c014, .ss-custom #w-node-_1ce4f3db-c732-b2c9-67b4-f00324b4c7da-c656c014, .ss-custom #w-node-_1ecee01c-d96e-61cc-8bd5-81cba6930de7-c656c014, .ss-custom #w-node-_9d66ec28-bf27-40f4-b6fe-7c87dc7c7167-c656c014, .ss-custom #w-node-_81e12af1-911b-dc5b-07d4-14f90d4e6362-c656c014, .ss-custom #w-node-_43afdeb7-1c64-0606-664f-ff4a9c5b7c1a-c656c014, .ss-custom #w-node-_21f23914-7e25-0dad-cb50-6f293e60c532-c656c014, .ss-custom #w-node-_541beff8-dece-0561-86ee-aa67e52ae939-c656c014 {
  justify-self: stretch;
}

.ss-custom #w-node-_19099e53-d36c-8c83-1764-a2127cdc087c-c656c014 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.ss-custom #w-node-_80c4d907-16d9-049f-1340-bef33499e454-c656c014, .ss-custom #w-node-_52aa0f01-c205-934f-8fd2-afa593e5e82e-c656c014, .ss-custom #w-node-_82712666-cdf0-33ab-059b-a7932b76f027-c656c014, .ss-custom #w-node-a986cab4-02dd-d111-2cad-a20232d7e965-c656c014, .ss-custom #w-node-_0fd8ad20-55ba-8a05-d278-82ea869fc433-c656c014, .ss-custom #w-node-_9e7b9dbb-f7ac-a432-64bb-0f2c81352476-c656c014, .ss-custom #w-node-_68c5b45c-bf29-7f61-6a91-5963906ccc13-c656c014, .ss-custom #w-node-a2370f22-88fe-4c59-c4c1-11cf640c2c9e-c656c014, .ss-custom #w-node-_113b7227-e75c-2c6d-7aa2-3f4bd3e2fd65-c656c014, .ss-custom #w-node-f3c92f0f-0811-9f5d-3985-66b91ac94027-c656c014, .ss-custom #w-node-_69fd7108-146e-fa06-4717-5e5cf5f06b74-c656c014, .ss-custom #w-node-_38986625-19b3-eb22-c627-e1d02bc573d6-c656c014, .ss-custom #w-node-_6e6ac6c3-1f24-27c6-10e6-8a2ab2bd4402-c656c014, .ss-custom #w-node-_92769cd6-94f0-92fc-b297-7d14c7fcbe3f-c656c014, .ss-custom #w-node-_40204822-be57-47e7-d586-70d8302d1660-c656c014, .ss-custom #w-node-_2e821742-4fb8-4264-3394-d6fe37a7a06d-c656c014 {
  justify-self: stretch;
}

.ss-custom #w-node-c6b86078-d882-2800-3b6a-35c75219f540-c656c014 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

.ss-custom #w-node-c6b86078-d882-2800-3b6a-35c75219f546-c656c014 {
  grid-area: 2 / 2 / 3 / 3;
}

.ss-custom #w-node-c6b86078-d882-2800-3b6a-35c75219f547-c656c014 {
  justify-self: stretch;
}

.ss-custom #w-node-_0c297039-1e95-ea90-b21f-4a81737d4102-c656c014 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

.ss-custom #w-node-_0c297039-1e95-ea90-b21f-4a81737d4108-c656c014 {
  grid-area: 2 / 2 / 3 / 3;
}

.ss-custom #w-node-_0c297039-1e95-ea90-b21f-4a81737d4109-c656c014 {
  justify-self: stretch;
}

.ss-custom #w-node-ebd264b7-83dc-4fdd-d8ba-e5cb26104280-c656c014 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

.ss-custom #w-node-ebd264b7-83dc-4fdd-d8ba-e5cb26104286-c656c014 {
  grid-area: 2 / 2 / 3 / 3;
}

.ss-custom #w-node-ebd264b7-83dc-4fdd-d8ba-e5cb26104287-c656c014, .ss-custom #w-node-_7714ede5-f652-89ff-ca1e-f0d7760912ad-c656c014 {
  justify-self: stretch;
}

.ss-custom #w-node-_6e4425b9-7a7b-ce7d-d59e-bbeb0cd114eb-9debdf47 {
  justify-self: end;
}

.ss-custom #w-node-_9f883d18-ccc5-9f87-51c2-b4ed114632f3-9debdf47, .ss-custom #w-node-_3819f735-11cb-3c73-ee2d-b8aab95d35f8-9debdf47 {
  justify-self: stretch;
}

.ss-custom #w-node-_97795721-74b7-54df-2cfd-4c824e114144-9debdf47 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

.ss-custom #w-node-_97795721-74b7-54df-2cfd-4c824e11414a-9debdf47 {
  grid-area: 2 / 2 / 3 / 3;
}

.ss-custom #w-node-_97795721-74b7-54df-2cfd-4c824e11414b-9debdf47 {
  justify-self: stretch;
}

.ss-custom #w-node-_34b52d69-0d79-5599-b947-3d5c8a406427-32a8cbcd {
  justify-self: end;
}

.ss-custom #w-node-a7c6ce71-0e9f-36a8-a524-0e36c2fd3748-32a8cbcd, .ss-custom #w-node-_9c4d38e2-6b6b-f00b-e5d3-79c319d22d85-32a8cbcd {
  justify-self: stretch;
}

.ss-custom #w-node-_9d71dadc-7533-c234-57f7-7e09ed39ce6e-32a8cbcd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

.ss-custom #w-node-_9d71dadc-7533-c234-57f7-7e09ed39ce74-32a8cbcd {
  grid-area: 2 / 2 / 3 / 3;
}

.ss-custom #w-node-_9d71dadc-7533-c234-57f7-7e09ed39ce75-32a8cbcd {
  justify-self: stretch;
}
